/*
Theme Name: Resilience
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Resilience theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resilience
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.listreset, .header-navigation .drop-holder ul, .footer-logo-holder .list-images, .custom-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .btn {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #4c4b4d;
  background: #fff;
  font: 16px/1.2 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    body {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 26px; } }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

.text-center {
  text-align: center; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    overflow: hidden;
    width: 100%; }
  #wrapper {
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/ } }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }
      @media (min-width: 1024px) {
        .search-form input[type='search'] {
          width: 300px; } }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #6022a6;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.2em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: #6022a6;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #6022a6;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  color: inherit;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 0.5em; }

h1, .h1 {
  font-size: 30px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 60px; } }

.section-title {
  font-size: 30px; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .section-title {
      font-size: 50px; } }
  @media (min-width: 1200px) {
    .section-title {
      font-size: 60px;
      margin-bottom: 52px;
      letter-spacing: -2px; } }

h2, .h2 {
  font-size: 27px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 50px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 60px; } }

h3, .h3 {
  font-size: 24px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 28px; } }
  @media (min-width: 1024px) {
    h3, .h3 {
      font-size: 34px; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 44px; } }

h4, .h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 26px; } }
  @media (min-width: 1024px) {
    h4, .h4 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 34px;
      letter-spacing: -1px; } }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #6022a6; }
  a:hover, a:focus {
    text-decoration: none; }

.header {
  background: #6022a6;
  background: linear-gradient(45deg, #6022a6 0%, #9e5ab4 100%);
  position: relative;
  padding: 20px 0;
  z-index: 999;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .header {
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    .header {
      font-size: 16px; } }
  @media (min-width: 1400px) {
    .header {
      padding: 0;
      font-size: 18px; } }
  @media (min-width: 1600px) {
    .header {
      font-size: 20px; } }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px; }
    .header .container:after {
      display: none; }
  .header .logo {
    max-width: 160px; }
    @media (max-width: 1023px) {
      .header .logo {
        max-width: 200px; } }
    @media (max-width: 767px) {
      .header .logo {
        max-width: 150px; } }

@media (min-width: 1024px) and (max-width: 1399px) {
  .header .logo {
    max-width: 160px; } }

.fixed-position .header {
  padding: 10px 0; }

@media (min-width: 768px) and (max-width: 1399px) {
  .fixed-position .header {
    padding: 15px 0; } }

@media (min-width: 1400px) {
  .fixed-position .header-navigation a {
    padding: 40px 10px; } }

@media (min-width: 1750px) {
  .fixed-position .header-navigation a {
    padding: 50px 21px; } }

@media (min-width: 1024px) {
  .fixed-position .header-navigation .drop-holder {
    top: calc(100% + 10px); }
    .fixed-position .header-navigation .drop-holder:after {
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      content: "";
      height: 15px;
      background: transparent; } }

@media (max-width: 767px) {
  .primary-nav-wrapper {
    max-height: calc(100vh - 98px);
    overflow: auto; } }

@media (max-width: 1399px) {
  .primary-nav-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 8;
    background: #6022a6;
    background: linear-gradient(45deg, #6022a6 0%, #9e5ab4 100%);
    padding: 25px 20px; } }

@media (min-width: 1024px) and (max-width: 1399px) {
  .primary-nav-wrapper {
    padding: 15px 20px; } }

@media (min-width: 1400px) {
  .primary-nav-wrapper {
    padding-left: 30px;
    padding-top: 10px;
    text-align: right; } }

.header-navigation .menu-item-has-children > a {
  position: relative;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .header-navigation .menu-item-has-children > a {
      padding-right: 24px; } }
  @media (min-width: 1200px) {
    .header-navigation .menu-item-has-children > a {
      padding-right: 30px; } }
  @media (min-width: 1920px) {
    .header-navigation .menu-item-has-children > a {
      padding-right: 44px; } }
  .header-navigation .menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(-45deg);
    margin-right: 2px;
    margin-top: -6px; }
    @media (min-width: 1024px) {
      .header-navigation .menu-item-has-children > a:after {
        right: 4px; } }
    @media (min-width: 1200px) {
      .header-navigation .menu-item-has-children > a:after {
        margin-top: -8px;
        right: 10px;
        width: 10px;
        height: 10px; } }
    @media (min-width: 1920px) {
      .header-navigation .menu-item-has-children > a:after {
        right: 20px; } }

.header-navigation .menu-item-has-children.hover > a:after {
  transform: rotate(-225deg);
  margin-top: -2px; }
  @media (min-width: 1024px) {
    .header-navigation .menu-item-has-children.hover > a:after {
      margin-top: -4px; } }

.header-navigation li {
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 1024px) {
    .header-navigation li {
      display: inline-block;
      vertical-align: top;
      padding: 0 8px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .header-navigation li {
      padding: 0 15px; } }
  @media (min-width: 1400px) {
    .header-navigation li {
      padding: 0 2px; } }
  @media (max-width: 1023px) {
    .header-navigation li.hover .drop-holder {
      position: static;
      left: 0; } }
  @media (min-width: 1024px) {
    .header-navigation li.hover .drop-holder {
      visibility: visible;
      opacity: 1; } }

.header-navigation a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 4px 0;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .header-navigation a {
      padding: 40px 4px; } }
  @media (min-width: 1200px) {
    .header-navigation a {
      padding: 40px 10px; } }
  @media (min-width: 1400px) {
    .header-navigation a {
      padding: 60px 10px; } }
  @media (min-width: 1750px) {
    .header-navigation a {
      padding: 79px 21px; } }
  .header-navigation a:hover {
    color: #06d5a4; }

.header-navigation .active > a {
  color: #06d5a4; }

.header-navigation .drop-holder {
  text-align: left;
  padding: 15px 0;
  padding-left: 30px;
  position: absolute;
  top: 100%;
  left: -999px;
  z-index: 3; }
  @media (min-width: 1024px) {
    .header-navigation .drop-holder {
      background: #6022a6;
      background: linear-gradient(180deg, #9e5ab4 0%, #6022a6 100%);
      left: -5px;
      width: 300px;
      padding: 15px 5px;
      visibility: hidden;
      opacity: 0; } }
  @media (min-width: 1200px) {
    .header-navigation .drop-holder {
      width: 542px;
      padding: 48px 25px;
      left: -15px; } }
  @media (min-width: 1920px) {
    .header-navigation .drop-holder {
      padding: 48px 38px; } }
  .header-navigation .drop-holder a {
    padding: 4px 0; }
    @media (min-width: 1024px) {
      .header-navigation .drop-holder a {
        padding: 16px 0; } }
  .header-navigation .drop-holder ul {
    padding: 0;
    display: block; }
  .header-navigation .drop-holder li {
    display: block; }

.menu-toggle {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 20px;
  background: transparent;
  border: 0; }
  @media (min-width: 768px) {
    .menu-toggle {
      width: 60px;
      height: 40px; } }
  @media (min-width: 1400px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:before, .menu-toggle:after {
    background: #fff;
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    left: 0;
    transition: transform 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .menu-toggle:before, .menu-toggle:after {
        height: 3px;
        width: 60px; } }
  .menu-toggle:before {
    top: 0; }
  .menu-toggle:after {
    top: 19px; }
    @media (min-width: 768px) {
      .menu-toggle:after {
        top: 36px; } }
  .menu-toggle .menu-toggle-icon {
    background: #fff;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    left: 0;
    top: 9px;
    transition: opacity 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .menu-toggle .menu-toggle-icon {
        height: 3px;
        width: 60px;
        top: 19px; } }

.nav-active .menu-toggle:before {
  top: 9px;
  transform: rotate(45deg); }
  @media (min-width: 768px) {
    .nav-active .menu-toggle:before {
      top: 19px; } }

.nav-active .menu-toggle:after {
  top: 9px;
  transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .nav-active .menu-toggle:after {
      top: 19px; } }

.nav-active .menu-toggle .menu-toggle-icon {
  opacity: 0; }

.nav-active .primary-nav-wrapper {
  transform: translateX(0); }

.footer {
  background: #06d5a4;
  color: #fff;
  text-align: center; }
  @media (min-width: 1200px) {
    .footer {
      font-size: 26px; } }
  .footer .container {
    max-width: 1440px; }
  .footer .holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0; }
    @media (min-width: 768px) {
      .footer .holder {
        padding: 50px 0 30px; } }
    @media (min-width: 1024px) {
      .footer .holder {
        padding: 80px 0 30px; } }
    @media (min-width: 1200px) {
      .footer .holder {
        padding: 98px 0 30px; } }
    .footer .holder .btn {
      font-weight: 600;
      padding: 10px 20px; }
      @media (min-width: 768px) {
        .footer .holder .btn {
          padding: 20px 30px; } }
      @media (min-width: 1024px) {
        .footer .holder .btn {
          padding: 25px 40px; } }
      @media (min-width: 1200px) {
        .footer .holder .btn {
          letter-spacing: 0;
          padding: 22px 35px; } }
  .footer .report-holder {
    width: 100%;
    padding-top: 30px; }
    @media (min-width: 1024px) {
      .footer .report-holder {
        width: 40%; } }
    .footer .report-holder img {
      max-width: 120px;
      margin: 0 0 15px; }
      @media (min-width: 1024px) {
        .footer .report-holder img {
          max-width: 205px; } }
  .footer .subscribe-holder {
    width: 100%; }
    @media (min-width: 1024px) {
      .footer .subscribe-holder {
        width: 60%; } }
    @media (min-width: 1200px) {
      .footer .subscribe-holder h3 {
        font-size: 60px;
        letter-spacing: -2px;
        margin-bottom: 30px; } }
    .footer .subscribe-holder .subscribe-text {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .footer .subscribe-holder .subscribe-text {
          margin-bottom: 40px; } }
      @media (min-width: 1024px) {
        .footer .subscribe-holder .subscribe-text {
          margin-bottom: 46px;
          font-size: 24px; } }
  .footer .footer-bottom {
    padding: 15px 0 10px; }
    @media (min-width: 768px) {
      .footer .footer-bottom {
        padding: 25px 0 10px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media (min-width: 1200px) {
      .footer .footer-bottom {
        font-size: 24px;
        padding-bottom: 52px; } }
  .footer .copyright {
    padding-left: 17px;
    margin-bottom: 15px; }

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .footer-navigation {
      justify-content: flex-start; } }
  .footer-navigation a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out; }
    .footer-navigation a:hover {
      color: #6022a6; }
  .footer-navigation li {
    padding: 0 10px;
    margin-bottom: 15px;
    position: relative; }
    @media (min-width: 1024px) {
      .footer-navigation li {
        padding: 0 12px; } }
    @media (min-width: 1200px) {
      .footer-navigation li {
        padding: 0 15px; } }
    .footer-navigation li:before {
      content: '';
      display: block;
      width: 2px;
      height: 20px;
      position: absolute;
      background: #fff;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .footer-navigation li:before {
          height: 24px; } }
      @media (min-width: 1024px) {
        .footer-navigation li:before {
          height: 28px; } }
      @media (min-width: 1200px) {
        .footer-navigation li:before {
          width: 3px;
          height: 32px; } }
    .footer-navigation li:last-child:before {
      display: none; }

.footer-logo-holder {
  background: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  text-align: left; }
  @media (min-width: 768px) {
    .footer-logo-holder {
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    .footer-logo-holder {
      padding: 60px 0; } }
  .footer-logo-holder .container {
    max-width: 1440px;
    display: flex;
    align-items: center; }
  .footer-logo-holder .list-images {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .footer-logo-holder .list-images li {
      text-align: center;
      margin: 0 10px;
      width: 220px; }
    .footer-logo-holder .list-images a {
      display: block; }
  .footer-logo-holder .footer-logo img {
    vertical-align: top; }
    @media (max-width: 767px) {
      .footer-logo-holder .footer-logo img {
        max-width: 40%; } }

.rating-widget {
  width: 100%; }

@media (min-width: 992px) {
  .rating-widget {
    width: auto; } }

.page-holder {
  overflow: hidden;
  width: 100%; }

#wrapper {
  max-width: 100%;
  position: relative; }

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto; }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.error404 #content,
.search-results #content,
.post-template-default #content {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .error404 #content,
    .search-results #content,
    .post-template-default #content {
      padding: 60px 0; } }
  .error404 #content .page,
  .error404 #content .post,
  .search-results #content .page,
  .search-results #content .post,
  .post-template-default #content .page,
  .post-template-default #content .post {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid; }
    @media (min-width: 768px) {
      .error404 #content .page,
      .error404 #content .post,
      .search-results #content .page,
      .search-results #content .post,
      .post-template-default #content .page,
      .post-template-default #content .post {
        padding-bottom: 60px;
        margin-bottom: 60px; } }
    .error404 #content .page h2,
    .error404 #content .post h2,
    .search-results #content .page h2,
    .search-results #content .post h2,
    .post-template-default #content .page h2,
    .post-template-default #content .post h2 {
      font-size: 24px; }
      @media (min-width: 768px) {
        .error404 #content .page h2,
        .error404 #content .post h2,
        .search-results #content .page h2,
        .search-results #content .post h2,
        .post-template-default #content .page h2,
        .post-template-default #content .post h2 {
          font-size: 28px; } }
      @media (min-width: 1024px) {
        .error404 #content .page h2,
        .error404 #content .post h2,
        .search-results #content .page h2,
        .search-results #content .post h2,
        .post-template-default #content .page h2,
        .post-template-default #content .post h2 {
          font-size: 34px; } }
      @media (min-width: 1200px) {
        .error404 #content .page h2,
        .error404 #content .post h2,
        .search-results #content .page h2,
        .search-results #content .post h2,
        .post-template-default #content .page h2,
        .post-template-default #content .post h2 {
          font-size: 48px; } }

.error404 .nav-links,
.search-results .nav-links,
.post-template-default .nav-links {
  text-align: center; }

.page #content > .container > .title {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .page #content > .container > .title {
      padding-top: 50px; } }

.page #content > .container > p:last-child,
.page #content > .container > ul,
.page #content > .container > ol {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page #content > .container > p:last-child,
    .page #content > .container > ul,
    .page #content > .container > ol {
      margin-bottom: 50px; } }

.single-post .comments h2 {
  font-size: 24px;
  font-size: 18px; }
  @media (min-width: 768px) {
    .single-post .comments h2 {
      font-size: 22px; } }
  @media (min-width: 1024px) {
    .single-post .comments h2 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .single-post .comments h2 {
      font-size: 40px; } }

.single-post .comment-respond h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .single-post .comment-respond h3 {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .single-post .comment-respond h3 {
      font-size: 26px; } }
  @media (min-width: 1200px) {
    .single-post .comment-respond h3 {
      font-size: 30px;
      letter-spacing: -1px; } }

.wp-block-group {
  color: #fff;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #003a42;
  padding: 50px 0;
  font-weight: 300;
  line-height: 1.7;
  font-size: 16px; }
  @media (min-width: 768px) {
    .wp-block-group {
      padding: 73px 0;
      font-size: 20px; } }
  .wp-block-group.light-green {
    background: #06d5a4;
    color: #003a42; }
    .wp-block-group.light-green h2, .wp-block-group.light-green h3, .wp-block-group.light-green h4 {
      color: #003a42; }
    .wp-block-group.light-green h4 {
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .wp-block-group.light-green h4 {
          margin-bottom: 35px; } }
      @media (min-width: 1200px) {
        .wp-block-group.light-green h4 {
          margin-bottom: 50px; } }
  .wp-block-group.big-text,
  .wp-block-group .big-text {
    font-size: 16px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .wp-block-group.big-text,
      .wp-block-group .big-text {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .wp-block-group.big-text,
      .wp-block-group .big-text {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .wp-block-group.big-text,
      .wp-block-group .big-text {
        font-size: 30px; } }
  .wp-block-group .wp-block-group__inner-container {
    padding: 0 20px;
    width: 100%;
    max-width: 1476px;
    margin: 0 auto; }
    .wp-block-group .wp-block-group__inner-container:after {
      content: '';
      display: block;
      clear: both; }
  .wp-block-group h2, .wp-block-group h3, .wp-block-group h4 {
    color: #06d5a4; }
  .wp-block-group h2.wp-block-heading {
    display: flex;
    align-items: center;
    margin-bottom: 41px;
    letter-spacing: 0; }
    @media (min-width: 1200px) {
      .wp-block-group h2.wp-block-heading {
        letter-spacing: -4px;
        margin-bottom: 65px; } }
    .wp-block-group h2.wp-block-heading img {
      vertical-align: top;
      position: relative;
      top: -9px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .wp-block-group h2.wp-block-heading img {
          max-width: 60px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .wp-block-group h2.wp-block-heading img {
    max-width: 80px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .wp-block-group h2.wp-block-heading img {
    max-width: 100px; } }
      @media (min-width: 1200px) {
        .wp-block-group h2.wp-block-heading img {
          margin-right: 42px; } }
  .wp-block-group h3 {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .wp-block-group h3 {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .wp-block-group h3 {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .wp-block-group h3 {
        font-size: 28px;
        margin-bottom: 77px; } }
  .wp-block-group h4 {
    font-weight: 700;
    margin-bottom: 7px;
    letter-spacing: 0.1px; }
  .wp-block-group p {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .wp-block-group p {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .wp-block-group p {
        margin-bottom: 58px; } }
  .wp-block-group .wp-block-separator {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .wp-block-group .wp-block-separator {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .wp-block-group .wp-block-separator {
        margin-bottom: 58px; } }
    @media (min-width: 1440px) {
      .wp-block-group .wp-block-separator {
        margin: -26px 0 44px; } }
  .wp-block-group figure {
    margin: 1em 0 20px; }
    @media (min-width: 768px) {
      .wp-block-group figure {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .wp-block-group figure {
        margin-bottom: 76px; } }

.white-section {
  margin-top: -1px;
  background: #fff;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  font: 300 16px/1.277 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 40px 0;
  color: #575356; }
  @media (min-width: 768px) {
    .white-section {
      font-size: 18px;
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .white-section {
      font-size: 20px;
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .white-section {
      font-size: 24px;
      padding: 88px 0; } }
  @media (min-width: 1440px) {
    .white-section {
      font-size: 28px;
      letter-spacing: -0.1px;
      padding: 137px 0 208px; } }
  .white-section h2 {
    color: #8A0A5E; }
    @media (min-width: 1440px) {
      .white-section h2 {
        margin: 0 0 108px; } }
  @media (min-width: 1440px) {
    .white-section p {
      margin: 0 0 41px; } }

.violet-section {
  background: #6022a6;
  position: relative;
  width: 100vw;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  font: 300 16px/1.277 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-top: -1px;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .violet-section {
      font-size: 16px;
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .violet-section {
      font-size: 20px;
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .violet-section {
      font-size: 26px;
      padding: 88px 0; } }
  @media (min-width: 1440px) {
    .violet-section {
      font-size: 30px;
      padding: 137px 0 147px; } }
  @media (min-width: 1440px) {
    .violet-section h2.wp-block-heading {
      margin-bottom: 108px; } }
  .violet-section h2 {
    color: #fff; }
    @media (min-width: 1440px) {
      .violet-section h2 {
        margin: 0 0 123px; } }
  @media (min-width: 1440px) {
    .violet-section p {
      margin: 0 0 46px; } }
  .violet-section p strong {
    letter-spacing: -1px; }

.green-section {
  margin-top: -1px;
  background: #07d5a4;
  color: #003a42;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  font: 300 16px/1.3 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .green-section {
      font-size: 18px;
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .green-section {
      font-size: 20px;
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .green-section {
      font-size: 26px;
      line-height: 1.6;
      padding: 88px 0;
      letter-spacing: -1.6px; } }
  @media (min-width: 1440px) {
    .green-section {
      padding: 114px 0 156px;
      font-size: 30px; } }
  .green-section + .image-text-button-section .container {
    max-width: 1476px; }
  .green-section + .image-text-button-section .section-title {
    color: #fff; }
  .green-section .wp-block-separator {
    border-color: #fff; }
  .green-section h2 {
    color: #003a42; }
    @media (min-width: 1440px) {
      .green-section h2 {
        margin: 0 0 99px; } }
  @media (min-width: 1440px) {
    .green-section p {
      margin: 0 0 66px; } }
  .green-section figure {
    margin: 50px 0; }
    .green-section figure img {
      width: 100% !important; }

.custom-list {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .custom-list {
      margin-bottom: 57px; } }
  .custom-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .custom-list li {
        padding-left: 59px; } }
  .custom-list .character {
    width: 26px;
    height: 26px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .custom-list .character {
        width: 40px;
        height: 40px; } }

.simple-top-banner {
  color: #fff;
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  padding: 40px 0; }
  @media (min-width: 768px) {
    .simple-top-banner {
      padding: 89px 0; } }
  .simple-top-banner .container {
    min-height: 100vh;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .simple-top-banner .container {
        min-height: 762px; } }
  .simple-top-banner .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .simple-top-banner .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: top; }
  @media (min-width: 768px) {
    .simple-top-banner .title {
      max-width: 50%; } }

.review-section {
  padding: 50px 0;
  background: #e6e6e6; }
  .review-section .container {
    max-width: 1480px; }
  .review-section .title {
    text-align: center; }
  .review-section .review-list {
    padding-bottom: 65px;
    position: relative; }
    .review-section .review-list .col {
      padding: 0 20px; }
  .review-section .item a {
    display: block; }
  .review-section .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 0;
    border-radius: 50%; }
    .review-section .slick-arrow.slick-next {
      left: calc(50% + 20px); }
    .review-section .slick-arrow.slick-prev {
      right: calc(50% + 20px); }

.btn {
  background: #6022a6;
  color: #fff;
  border-radius: 0;
  padding: 15px;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.3s ease-in-out,
 color 0.3s ease-in-out; }
  @media (min-width: 1200px) {
    .btn {
      font-size: 26px;
      padding: 0.4em 0.8em; } }
  .btn:hover {
    background: #ffb2ca;
    color: #6022a6; }
  .btn.btn-green {
    background: #06d5a4;
    color: #6022a6; }
    .btn.btn-green:hover {
      background: #6022a6;
      color: #fff; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

/*# sourceMappingURL=style.css.map */