/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./wp-content/themes/surreyholidaylights/resources/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
/*!
Theme Name: Surreyholidaylights
Theme URI:
Author: am2studio
Author URI: https://am2studio.com
Description: Custom theme for Surrey Holiday Lights
Version: 1.0
!*/
/*

    @include breakpoint($from, $to, $and);
    You can find a list of breakpoints in the file abstracts/variables/_breakpoints.scss

    Usage:
    a) Min width example
        @include breakpoint(small) {
            color: red;
        }
    b) Range example
        @include breakpoint(small, large) {
            color: red;
        }
    c) Max width example
        @include breakpoint($to: large) {
            color: red;
        }
    d) Min-width with additional properties
        @include breakpoint(small, $and: 'orientation: portrait') {
            color: red;
        }
*/
/**
*
* Breakpoints
*
**/
/**
*
* Colors
*
**/
/**
*
* Font
*
**/
/**
*
* Grid
*
**/
/**
*
* Links
*
**/
[data-animation=fade-up] {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

[data-animation=fade-right] {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

[data-animation=fade-left] {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-overflow-scrolling: touch;
}

/**
 * Remove default margin.
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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/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 when focused and also mouse hovered in all browsers.
 */
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: #FFFF00;
  color: #000000;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --am2-body: #bfeaec;
  --am2-white: #ffff;
  --am2-dark: #010d10;
  --am2-red: #ed174b;
  --am2-vib-100: #003d4c;
  --am2-vib-200: #0097a4;
  --am2-vib-300: #40cfd5;
  --am2-primary: #40CFD5;
  --am2-featured: #ED174B;
  --am2-success: #0C9473;
  --am2-warning: #FED05B;
  --am2-black: #000000;
  /*lint-enable function-comma-space-after */
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
:root .has-body-color {
  --am2-color: #bfeaec;
  color: #bfeaec;
}
:root .has-body-background-color {
  --am2-bg-color: #bfeaec;
  background-color: #bfeaec;
}
:root .has-white-color {
  --am2-color: #ffff;
  color: #ffff;
}
:root .has-white-background-color {
  --am2-bg-color: #ffff;
  background-color: #ffff;
}
:root .has-dark-color {
  --am2-color: #010d10;
  color: #010d10;
}
:root .has-dark-background-color {
  --am2-bg-color: #010d10;
  background-color: #010d10;
}
:root .has-red-color {
  --am2-color: #ed174b;
  color: #ed174b;
}
:root .has-red-background-color {
  --am2-bg-color: #ed174b;
  background-color: #ed174b;
}
:root .has-vib-100-color {
  --am2-color: #003d4c;
  color: #003d4c;
}
:root .has-vib-100-background-color {
  --am2-bg-color: #003d4c;
  background-color: #003d4c;
}
:root .has-vib-200-color {
  --am2-color: #0097a4;
  color: #0097a4;
}
:root .has-vib-200-background-color {
  --am2-bg-color: #0097a4;
  background-color: #0097a4;
}
:root .has-vib-300-color {
  --am2-color: #40cfd5;
  color: #40cfd5;
}
:root .has-vib-300-background-color {
  --am2-bg-color: #40cfd5;
  background-color: #40cfd5;
}
:root .has-primary-color {
  --am2-color: #40CFD5;
  color: #40CFD5;
}
:root .has-primary-background-color {
  --am2-bg-color: #40CFD5;
  background-color: #40CFD5;
}
:root .has-featured-color {
  --am2-color: #ED174B;
  color: #ED174B;
}
:root .has-featured-background-color {
  --am2-bg-color: #ED174B;
  background-color: #ED174B;
}
:root .has-success-color {
  --am2-color: #0C9473;
  color: #0C9473;
}
:root .has-success-background-color {
  --am2-bg-color: #0C9473;
  background-color: #0C9473;
}
:root .has-warning-color {
  --am2-color: #FED05B;
  color: #FED05B;
}
:root .has-warning-background-color {
  --am2-bg-color: #FED05B;
  background-color: #FED05B;
}
:root .has-black-color {
  --am2-color: #000000;
  color: #000000;
}
:root .has-black-background-color {
  --am2-bg-color: #000000;
  background-color: #000000;
}
:root .has-inline-background {
  padding: 0.1rem 0.2rem;
  margin: 0 0.2rem;
}
:root .has-small-font-size {
  font-size: 0.85rem;
}
:root .has-regular-font-size,
:root .has-normal-font-size {
  font-size: 1rem;
}
:root .has-large-font-size {
  font-size: 1.5rem;
}
:root .has-text-align-center {
  text-align: center;
}
:root .has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}
:root .has-text-align-right {
  /*rtl:ignore*/
  text-align: right;
}
:root .has-text-align-justify {
  /*rtl:ignore*/
  text-align: justify;
}
:root .has-underline {
  text-decoration: underline;
}

/**
 * Base
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

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

/**
 * Helpers
 */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-small {
  font-size: 1.4rem;
}

.font-thin {
  font-weight: 100;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-3 {
  margin-top: 24px;
}
.mt-4 {
  margin-top: 32px;
}

.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.ml-3 {
  margin-left: 24px;
}
.ml-4 {
  margin-left: 32px;
}

.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 8px;
}
.mr-2 {
  margin-right: 16px;
}
.mr-3 {
  margin-right: 24px;
}
.mr-4 {
  margin-right: 32px;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-3 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 32px;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-3 {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 32px;
}

.color-body {
  color: #bfeaec;
}

.background-body {
  background-color: #bfeaec;
}

.color-white {
  color: #ffff;
}

.background-white {
  background-color: #ffff;
}

.color-dark {
  color: #010d10;
}

.background-dark {
  background-color: #010d10;
}

.color-red {
  color: #ed174b;
}

.background-red {
  background-color: #ed174b;
}

.color-vib-100 {
  color: #003d4c;
}

.background-vib-100 {
  background-color: #003d4c;
}

.color-vib-200 {
  color: #0097a4;
}

.background-vib-200 {
  background-color: #0097a4;
}

.color-vib-300 {
  color: #40cfd5;
}

.background-vib-300 {
  background-color: #40cfd5;
}

.color-primary {
  color: #40CFD5;
}

.background-primary {
  background-color: #40CFD5;
}

.color-featured {
  color: #ED174B;
}

.background-featured {
  background-color: #ED174B;
}

.color-success {
  color: #0C9473;
}

.background-success {
  background-color: #0C9473;
}

.color-warning {
  color: #FED05B;
}

.background-warning {
  background-color: #FED05B;
}

.color-black {
  color: #000000;
}

.background-black {
  background-color: #000000;
}

body {
  font-size: 1.7rem;
  line-height: 1.5;
  font-family: "Baloo 2", cursive;
}

a {
  color: #0097a4;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00c6d7;
}

p,
ul,
ol {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ruddy", sans-serif;
  font-weight: 700;
  color: #0097a4;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 2.4rem;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 2.2rem;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 1.4rem;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (min-width: 640px) {
  h1,
.h1 {
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  h2,
.h2 {
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  h3,
.h3 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  h4,
.h4 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  h5,
.h5 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  h6,
.h6 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/*
    <div class="content-block has-background">
        <div class="wrapper">
        </div>
    </div>
*/
.content-block {
  margin-top: 16px;
}
@media (min-width: 640px) {
  .content-block {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .content-block {
    margin-top: 48px;
  }
}
.content-block:first-child {
  margin-top: 0;
}
.content-block.has-background {
  padding: 32px 0;
  margin-top: 0;
}
@media (min-width: 640px) {
  .content-block.has-background {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .content-block.has-background {
    padding: 100px 0;
  }
}

/*** Layout ***/
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 18px;
}
.wrapper--full {
  max-width: none;
}
.wrapper--hd {
  max-width: 1920px;
}
.wrapper--narrow {
  max-width: 800px;
}

/*** WordPress Default ***/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.header--sticky {
  position: sticky;
  background: #ffff;
  color: #003d4c;
  width: 100%;
  z-index: 9999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: 0;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (min-width: 440px) {
  .header__flex {
    gap: 30px;
  }
}
.header__title {
  font-family: "ruddy", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #003d4c;
  line-height: 1.4;
}
@media (min-width: 440px) {
  .header__title {
    font-size: 1.8rem;
  }
}
.header__social {
  display: none;
}
@media (min-width: 640px) {
  .header__social {
    display: block;
  }
}
@media (min-width: 1340px) {
  .header__social .social__item {
    margin: 0 11px;
  }
}
.header__title, .header__social {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu-open .header__title, .menu-open .header__social {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-open .header--sticky {
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.site-container {
  overflow: hidden;
}

.main {
  overflow: hidden;
}

.footer {
  width: 100%;
}
.footer--site {
  color: #ffffff;
  background-image: url(../images/background-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 32px 0;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    grid-template-columns: 200px 1fr 220px;
    text-align: left;
  }
}
@media (min-width: 1340px) {
  .footer__wrapper {
    grid-template-columns: 280px 1fr 220px;
  }
}
.footer__logo {
  width: 158px;
  height: 189px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin: 0;
  }
}
.footer__info {
  text-align: center;
}
.footer__info a {
  margin: 0 0 20px 0;
  text-transform: capitalize;
  padding: 6px 28px;
}
@media (min-width: 1024px) {
  .footer__info {
    text-align: right;
  }
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__copyright p {
  color: #003d4c;
  font-size: 12px;
}
.footer__social {
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .footer__social {
    margin-bottom: 0;
  }
}

.hero {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.hero__content {
  position: relative;
  z-index: 11;
}
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.hero__logo {
  width: 200px;
  height: 230px;
}
@media (min-width: 768px) {
  .hero__logo {
    width: 320px;
    height: 400px;
  }
}
.hero__title {
  margin-top: 30px;
}
.hero__video {
  position: relative;
  z-index: 7;
}

.text-with-image {
  background: url("../images/background-1.png");
  overflow: hidden;
}
.text-with-image--v2 {
  background: url("../images/background-2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.text-with-image__image {
  margin: 0;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(3, 16, 25, 0.2));
          filter: drop-shadow(0px 0px 40px rgba(3, 16, 25, 0.2));
  margin-bottom: 16px;
}
.text-with-image__image img {
  width: inherit;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .text-with-image__image {
    margin-bottom: 0;
  }
}
.text-with-image__text {
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
}
.text-with-image__text h1,
.text-with-image__text h2,
.text-with-image__text h3,
.text-with-image__text h4,
.text-with-image__text h5,
.text-with-image__text h6 {
  margin-bottom: 20px;
}
.text-with-image__text p {
  color: #003d4c;
}
.text-with-image__text ul {
  padding-left: 30px;
  color: #003d4c;
}
@media (min-width: 768px) {
  .text-with-image__text {
    margin-right: 62px;
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    max-width: 469px;
  }
}
@media (min-width: 1340px) {
  .text-with-image__text {
    max-width: 469px;
    margin-right: 88px;
  }
}
.text-with-image__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .text-with-image__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.text-with-image__wrapper:nth-child(n+2) {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .text-with-image__wrapper:nth-child(n+2) {
    margin-top: 80px;
  }
}
.text-with-image__wrapper--v2 .text-with-image__text {
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
}
@media (min-width: 768px) {
  .text-with-image__wrapper--v2 .text-with-image__text {
    margin-left: 62px;
    max-width: 469px;
  }
}
@media (min-width: 1340px) {
  .text-with-image__wrapper--v2 .text-with-image__text {
    margin-left: 88px;
  }
}

.text-with-cards {
  overflow: hidden;
  padding: 70px 0 100px;
  background-image: url("../../assets/images/text-with-cards-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 1024px) {
  .text-with-cards {
    padding: 135px 0 215px;
  }
}
.text-with-cards__title {
  max-width: 590px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.text-with-cards__text {
  max-width: 860px;
  margin: 0 auto;
  margin-top: 22px;
}
.text-with-cards__text P {
  margin: 0;
}
.text-with-cards__cta {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .text-with-cards__cta {
    margin-top: 52px;
  }
}
.text-with-cards__cards {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .text-with-cards__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 90px;
  }
}
.text-with-cards__cards::after, .text-with-cards__cards::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 237px;
  background-repeat: no-repeat;
  background-size: contain;
}
.text-with-cards__cards::after {
  right: -64px;
  bottom: -50px;
  background-image: url("../../assets/images/background-shape-1.png");
}
.text-with-cards__cards::before {
  left: -64px;
  top: -50px;
  background-image: url("../../assets/images/background-shape-2.png");
}
.text-with-cards__card {
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .text-with-cards__card:first-child, .text-with-cards__card:last-child {
    grid-row: 1/3;
  }
  .text-with-cards__card:last-child {
    grid-column: 3;
  }
}
.text-with-cards__card:hover .text-with-cards__link svg {
  margin-left: 16px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.text-with-cards__image {
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-with-cards__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.text-with-cards__label {
  position: absolute;
  z-index: 10;
  bottom: 5vw;
  left: 10%;
  font-size: 1rem;
}
@media (min-width: 440px) {
  .text-with-cards__label {
    font-size: 1.2rem;
  }
}
@media (min-width: 640px) {
  .text-with-cards__label {
    bottom: 3vw;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .text-with-cards__label {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .text-with-cards__label {
    font-size: 2.2rem;
  }
}
.text-with-cards__link {
  position: absolute;
  z-index: 10;
  bottom: 4vw;
  left: 10%;
  font-size: 0.9rem;
}
@media (min-width: 440px) {
  .text-with-cards__link {
    font-size: 1.1rem;
  }
}
@media (min-width: 640px) {
  .text-with-cards__link {
    bottom: 2vw;
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .text-with-cards__link {
    font-size: 1.7rem;
  }
}
.text-with-cards__link svg {
  width: 14px;
  height: 9px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.text-with-cards__content {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.text-with-cards__content img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 300px;
}
@media (min-width: 440px) {
  .text-with-cards__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .text-with-cards__content img {
    max-height: unset;
  }
}
@media (min-width: 1024px) {
  .text-with-cards__content {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
    grid-template-columns: 430px 1fr;
  }
  .text-with-cards__content img {
    -o-object-fit: unset;
       object-fit: unset;
    height: auto;
  }
}
.text-with-cards__info {
  padding: 10px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 440px) {
  .text-with-cards__info {
    padding: 10px 0;
  }
}
@media (min-width: 1024px) {
  .text-with-cards__info {
    padding-right: 90px;
  }
}
.text-with-cards__card-title {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .text-with-cards__card-title {
    font-size: 3.2rem;
  }
}
.text-with-cards__card-text {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .text-with-cards__card-text {
    margin-top: 42px;
    font-size: 1.7rem;
  }
}
.text-with-cards__modal {
  display: none;
  top: 100px !important;
  right: 18px !important;
  left: 18px !important;
  max-width: 1200px !important;
  border-radius: 20px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62.99%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2))), #042d37 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.99%, rgba(0, 0, 0, 0.2) 100%), #042d37 !important;
  opacity: 0.9;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3) !important;
  margin: auto !important;
}
.text-with-cards__close {
  background: transparent !important;
  position: absolute;
  top: 5px;
  right: 25px;
  border: unset !important;
  outline: unset !important;
  inline-size: 0 !important;
}
@media (min-width: 440px) {
  .text-with-cards__close {
    top: 15px;
  }
}
@media (min-width: 1024px) {
  .text-with-cards__close {
    top: 35px;
    right: 35px;
  }
}
.text-with-cards__close svg {
  width: 15px;
  height: 15px;
}

.title-with-list {
  background: url(../images/background-stars.jpg);
  overflow: hidden;
}
.title-with-list__items {
  list-style-type: none;
  padding: 0;
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (min-width: 640px) {
  .title-with-list__items {
    grid-template-columns: 1fr 1fr;
    margin-top: 76px;
  }
}
@media (min-width: 1024px) {
  .title-with-list__items {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    padding: 0 50px;
  }
}
.title-with-list__item {
  color: #ffff;
  display: grid;
  grid-template-columns: 37px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .title-with-list__item {
    margin-bottom: 32px;
  }
}
.title-with-list__svg {
  width: 25px;
  height: 25px;
}

.tabs {
  overflow: hidden;
  padding: 50px 0;
  background-image: url("../../assets/images/tree-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .tabs {
    padding: 100px 0;
  }
}
.tabs__title {
  text-shadow: 8px 8px 4px rgba(0, 0, 0, 0.1);
}
.tabs__list {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .tabs__list {
    margin-top: 74px;
  }
}
.tabs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .tabs__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.tabs__items .active::after {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tabs__item {
  cursor: pointer;
  position: relative;
  padding-bottom: 16px;
  z-index: 5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "ruddy", sans-serif;
}
@media (min-width: 768px) {
  .tabs__item {
    padding-bottom: 24px;
  }
  .tabs__item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tabs__item:not(:last-child) {
    margin-right: 50px;
  }
}
.tabs__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  border-radius: 20px;
  background-color: #40cfd5;
  bottom: 8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .tabs__item::after {
    bottom: -3px;
  }
}
.tabs__item:last-child::after {
  bottom: -3px;
}
.tabs__item:hover::after {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tabs__tab {
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
  background: rgba(0, 61, 76, 0.4);
  border-radius: 10px;
  padding: 24px 18px;
  border: 0.5px solid #0097a4;
  display: none;
}
.tabs__tab.active {
  display: block;
}
@media (min-width: 440px) {
  .tabs__tab {
    padding: 35px;
  }
}
@media (min-width: 768px) {
  .tabs__tab {
    padding: 60px 70px;
  }
}
.tabs__tab::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -50px;
  width: 310px;
  height: 237px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/images/background-shape-1.png");
  z-index: -1;
}
.tabs__tab-title {
  font-size: 2.6rem;
}
.tabs__text p:not(:last-child) {
  margin-bottom: 16px;
}
.tabs__text ul {
  padding-left: 24px;
}
.tabs__cta {
  margin-top: 36px;
}
.tabs__modal {
  display: none;
  top: 100px !important;
  right: 18px !important;
  left: 18px !important;
  max-width: 800px !important;
  background: #042d37 !important;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3) !important;
  margin: auto !important;
  overflow: hidden;
}
.tabs__modal .iziModal-wrap {
  overflow: scroll !important;
}
.tabs__modal .iziModal-wrap::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tabs__modal.iziModal.isAttached, .tabs__modal.iziModal.isFullscreen {
  border-radius: 20px !important;
}
.tabs__close {
  background: transparent !important;
  position: absolute;
  top: 5px;
  right: 25px;
  border: unset !important;
  outline: unset !important;
  inline-size: 0 !important;
}
@media (min-width: 440px) {
  .tabs__close {
    top: 15px;
  }
}
@media (min-width: 1024px) {
  .tabs__close {
    top: 35px;
    right: 35px;
  }
}
.tabs__close svg {
  width: 15px;
  height: 15px;
}
.tabs__content {
  padding: 70px 18px 50px;
}
.tabs__form {
  max-width: 500px;
  margin: 0 auto;
}
.tabs__form-button {
  margin-top: 55px;
}
@media (min-width: 640px) {
  .tabs__form-title {
    font-size: 3.2rem;
  }
}
.tabs__form .nf-form-title,
.tabs__form .nf-form-fields-required {
  display: none;
}
.tabs__form .nf-field {
  position: relative;
}
.tabs__form .nf-field-container {
  margin-bottom: 24px;
}
.tabs__form .nf-field-label {
  position: absolute;
  top: -14px;
  right: 0;
  width: auto !important;
}
@media (min-width: 640px) {
  .tabs__form .nf-field-label {
    top: 5px;
    right: -16px;
  }
}
.tabs__form .nf-field-label span {
  font-size: 2.2rem;
  color: #ffff;
}
.tabs__form .nf-field-element input,
.tabs__form .nf-field-element textarea {
  font-weight: 500;
  color: #71788f !important;
  border-radius: 5px !important;
}
.tabs__form .nf-field-element::after {
  content: unset !important;
}
.tabs__form .nf-field-element input[type=button],
.tabs__form .nf-field-element input[type=submit],
.tabs__form .nf-field-element input[type=reset] {
  cursor: pointer;
  background: transparent;
  color: #40cfd5 !important;
  border: 2px solid #40cfd5;
  padding: 7px 31px;
  font-size: 1.6rem;
  padding: 8px 25px !important;
  border-radius: 30px !important;
  margin-top: 24px !important;
  height: auto !important;
}
.tabs__form .nf-field-element input[type=button]:hover,
.tabs__form .nf-field-element input[type=submit]:hover,
.tabs__form .nf-field-element input[type=reset]:hover {
  color: #003d4c !important;
  background: #40cfd5;
  border: 2px solid #40cfd5;
}
.tabs__form .nf-after-field .nf-error-msg {
  position: absolute;
  bottom: -12px;
  left: 13px;
}
.tabs__form .nf-error-msg {
  font-size: 1.2rem;
  color: #ffff !important;
}
.tabs__form .nf-response-msg {
  text-align: center;
  color: #ffff;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 50px 0;
}
@media (min-width: 640px) {
  .pricing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .pricing {
    grid-template-columns: repeat(5, 1fr);
  }
}
.pricing__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 61, 76, 0.4);
  border-radius: 10px;
  border: 1px solid #0097a4;
  padding: 18px 16px 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pricing__card:last-child {
  grid-column: 1/-1;
}
@media (min-width: 640px) {
  .pricing__card:last-child {
    grid-column: auto;
  }
}
.pricing__card:nth-child(2) .pricing__icon {
  width: 50px;
  height: 50px;
}
.pricing__card:hover {
  background: rgba(0, 61, 76, 0.6);
}
@media (min-width: 1024px) {
  .pricing__card:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.pricing__title, .pricing__text {
  font-size: 1.8rem;
}
.pricing__title {
  font-family: "ruddy", sans-serif;
}
.pricing__text {
  margin: auto;
  font-size: 14px;
}
.pricing__price {
  font-family: "Baloo 2", cursive;
}
.pricing__icon {
  width: 85px;
  height: 55px;
  margin: 24px auto 0;
}

.latest-articles {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .latest-articles {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  .latest-articles__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .latest-articles__button {
    font-size: 1.2rem;
  }
}
.latest-articles__grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .latest-articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .latest-articles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wp-block-buttons {
  --am2-gutter-x: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(var(--am2-gutter-x) * -1);
}
.wp-block-buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-block-buttons.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-buttons.is-content-justification-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-buttons > .wp-block-button {
  padding-right: calc(var(--am2-gutter-x, 10px) / 2);
  padding-left: calc(var(--am2-gutter-x, 10px) / 2);
}

.is-vertical .wp-block-button:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.wp-block-button__width-100 {
  margin-right: 0;
  width: 100%;
}
.wp-block-button__link {
  --am2-darken-percent: 10%;
  display: inline-block;
  padding: 7px 31px;
  background-color: var(--am2-primary);
  color: #003d4c;
  border: 2px solid transparent;
  border-radius: 9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wp-block-button__link:is(:hover, :focus, :active) {
  text-decoration: none;
}
.wp-block-button__link:is(:not(.has-text-color)) {
  color: #003d4c;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  /*rtl:ignore*/
  text-align: right;
}
.wp-block-button__link.no-border-radius {
  border-radius: 0;
}
.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #40cfd5;
  border: 2px solid #40cfd5;
  padding: 7px 31px;
  font-size: 1.6rem;
}
.is-style-outline .wp-block-button__link:hover {
  color: #003d4c;
  background: #40cfd5;
  border: 2px solid #40cfd5;
}
.is-style-link .wp-block-button__link {
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--am2-primary);
}
.is-style-link .wp-block-button__link:is(:hover, :focus, :active) {
  background-color: none;
  color: var(--am2-primary);
}

.wp-block-group.bg-calendar {
  background-image: url("./../images/tree-background.jpg");
  background-color: #06141f;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  padding: 60px;
}
@media (min-width: 768px) {
  .wp-block-group.bg-calendar {
    padding: 130px;
  }
}
.wp-block-group.bg-calendar::after {
  position: absolute;
  content: "";
  top: 29px;
  width: 100%;
  height: 150px;
  background-position: center;
  background-image: url("./../images/background-shape-3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .wp-block-group.bg-calendar::after {
    height: 180px;
    top: 45px;
  }
}

.am2-calendar {
  position: relative;
}
.am2-calendar__sizer {
  position: relative;
}
.am2-calendar__sizer::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
}
@media (min-width: 1024px) {
  .am2-calendar__sizer::before {
    padding-bottom: 75%;
  }
}
.am2-calendar__sizer .position-absolute {
  position: absolute;
  inset: 0;
}
@media (min-width: 1024px) {
  .am2-calendar__plugin {
    background-color: transparent;
    border-radius: 3px;
  }
}
.am2-calendar__plugin svg {
  display: block;
  width: 100%;
  height: 100%;
}
.am2-calendar .am2-discount {
  padding: 1px 5px;
  background-color: var(--am2-featured);
  color: white;
  font-size: 0.9rem;
  line-height: 1.7;
}
.am2-calendar .am2-status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--am2-accent);
}
.am2-calendar .am2-status::before {
  content: "";
  display: block;
  padding: 0.5em;
  margin-right: 5px;
  color: white;
  font-size: 1rem;
  border-radius: 100%;
  background-color: var(--am2-accent);
}
.am2-calendar .am2-status--after::before {
  margin-left: 5px;
  margin-right: 0;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
.am2-calendar .am2-status--available {
  --am2-accent: var(--am2-success);
}
.am2-calendar .am2-status--limited {
  --am2-accent: var(--am2-warning);
}
.am2-calendar .am2-status--sold, .am2-calendar .am2-status--sold-out {
  --am2-accent: var(--am2-red);
}

:root .fc {
  --am2-number-color: #ffffff;
  --am2-border-color: #003d4cb0;
  --am2-grey-100: #eef4f9;
  --am2-past-day: var(--am2-grey-100);
  --fc-today-bg-color: rgba(0, 61, 76, 0.69);
  --fc-page-bg-color: rgba(0, 61, 76, 0.69);
  --fc-neutral-bg-color: transparent;
  --fc-border-color: var(--am2-border-color);
  --fc-button-bg-color: var(--am2-secondary);
  --fc-button-border-color: var(--am2-secondary);
  --fc-daygrid-event-dot-width: 0;
  --fc-list-event-dot-width: 0;
  --fc-list-event-hover-bg-color: transparent;
}
:root .fc table {
  margin-bottom: 0;
}
:root .fc table.fc-col-header {
  border-style: hidden;
}
:root .fc .am2-status {
  font-weight: bold;
  text-transform: uppercase;
}
:root .fc .am2-status--available::before {
  margin-left: auto;
  margin-right: 0;
}
:root .fc .am2-status--available span {
  display: none;
}
:root .fc .am2-status + .am2-status {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
:root .fc .am2-discount {
  position: absolute;
}
:root .fc td.fc-day-past {
  --am2-border-color: var(--am2-past-day);
  pointer-events: none;
}
:root .fc td.fc-day-past .fc-event-time,
:root .fc td.fc-day-past .fc-event-title,
:root .fc td.fc-day-past .fc-daygrid-event {
  color: var(--am2-past-day);
}
:root .fc td.fc-day-past .fc-daygrid-day-number {
  --am2-number-color: var(--am2-past-day);
}
:root .fc td.fc-day-past .am2-status,
:root .fc td.fc-day-past .am2-discount {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
:root .fc td.fc-day-today .fc-daygrid-day-frame {
  --fc-border-color: var(--am2-info);
}
:root .fc td.fc-past, :root .fc td.fc-other-month {
  background-color: var(--am2-grey-100);
}
:root .fc td.fc-disabled-day {
  background-color: var(--am2-grey-100);
}
@media (min-width: 1024px) {
  :root .fc .fc-header-toolbar {
    display: none;
  }
}
:root .fc .fc-header-toolbar .fc-toolbar-title {
  font-family: var(--am2-font-body);
  font-size: 1.25rem;
}
:root .fc-dayGridMonth-view .am2-discount {
  top: 100%;
  border-radius: 0 5px 5px 0;
  left: -7px;
}
:root .fc-dayGridMonth-view thead th,
:root .fc-dayGridMonth-view thead td {
  border: none;
  padding: 5px;
}
:root .fc-dayGridMonth-view thead a {
  color: var(--am2-white);
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
}
:root .fc-dayGridMonth-view tbody td {
  border-width: 0;
}
:root .fc-dayGridMonth-view .fc-scrollgrid {
  border: none;
}
:root .fc-dayGridMonth-view .fc-event.is-discount {
  display: none;
}
:root .fc-dayGridMonth-view .fc-event-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: var(--am2-grey-220);
  font-weight: 400;
  text-transform: initial;
}
:root .fc-dayGridMonth-view .fc-daygrid-day {
  padding: 3px;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5px;
  background-color: rgba(1, 13, 16, 0.3);
  border: 1px solid var(--fc-border-color);
  border-radius: 5px;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-frame.has-url {
  cursor: pointer;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-frame.has-url .fc-event-title {
  display: none;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-frame.has-events {
  background-color: rgba(0, 61, 76, 0.69);
  --am2-number-color: var(--am2-white);
}
:root .fc-dayGridMonth-view .fc-daygrid-day-frame.has-events .fc-daygrid-day-number {
  color: #ffff;
  font-weight: 700;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-frame.is-available, :root .fc-dayGridMonth-view .fc-daygrid-day-frame.is-limited, :root .fc-dayGridMonth-view .fc-daygrid-day-frame.is-sold {
  border-bottom: 5px solid;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-frame.is-available {
  border-bottom-color: var(--am2-success);
}
:root .fc-dayGridMonth-view .fc-daygrid-day-frame.is-limited {
  border-bottom-color: var(--am2-warning);
}
:root .fc-dayGridMonth-view .fc-daygrid-day-frame.is-sold {
  border-bottom-color: var(--am2-red);
}
:root .fc-dayGridMonth-view .fc-daygrid-day-top {
  position: relative;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-top .am2-status {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 3px;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-number {
  color: #0097a4;
  font-size: 2rem;
  text-decoration: none;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  min-height: 3em !important;
}
:root .fc-dayGridMonth-view .fc-daygrid-day-bg:empty {
  display: none;
}
:root .fc-dayGridMonth-view .fc-daygrid-event {
  background-color: transparent;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--am2-white);
  text-transform: uppercase;
  margin: 0;
}
:root .fc-dayGridMonth-view .fc-daygrid-event.is-performer {
  color: var(--am2-grey-220);
  text-transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
:root .fc-dayGridMonth-view .fc-daygrid-event.is-performer .fc-event-time {
  display: none;
}
:root .fc-dayGridMonth-view .fc-daygrid-event-harness {
  margin: 0 !important;
}
:root .fc-dayGridMonth-view .fc-daygrid-event-dot {
  margin: 0;
}
:root .fc-list {
  --fc-border-color: var(--am2-border-color);
  --fc-neutral-bg-color: rgb(249 249 249 / 80%);
  border-top: 0 !important;
}
:root .fc-list .am2-discount {
  position: relative;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: auto;
  font-size: 0.7rem;
}
:root .fc-list .fc-list-empty {
  border-top: 1px solid var(--fc-border-color);
}
:root .fc-list .fc-list-sticky .fc-cell-shaded {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}
:root .fc-list .fc-list-table td {
  padding: 10px 15px 10px;
}
:root .fc-list .fc-list-day-cushion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 10px;
  border-top: 1px solid var(--fc-border-color);
  border-bottom: 1px solid rgba(235, 249, 255, 0.5);
}
:root .fc-list .fc-list-day-cushion::after {
  content: none;
}
:root .fc-list .fc-list-day-text {
  color: var(--am2-dark);
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  min-width: 50px;
}
@media (min-width: 440px) {
  :root .fc-list .fc-list-day-text {
    font-size: 1.6rem;
  }
}
:root .fc-list .fc-list-event {
  background-color: var(--fc-page-bg-color);
}
:root .fc-list .fc-list-event.is-discount {
  display: none;
}
:root .fc-list .fc-list-event.is-performer {
  color: var(--am2-grey-220);
}
:root .fc-list .fc-list-event.is-performer .fc-list-event-title {
  text-align: left;
  font-size: 1rem;
}
@media (min-width: 440px) {
  :root .fc-list .fc-list-event.is-performer .fc-list-event-title {
    font-size: 1.4rem;
  }
}
:root .fc-list .fc-list-event.is-performer .fc-list-event-title a {
  color: inherit;
}
:root .fc-list .fc-list-event:last-child td {
  padding-bottom: 10px;
}
:root .fc-list .fc-list-event-time {
  color: #ffff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 440px) {
  :root .fc-list .fc-list-event-time {
    font-size: 1.4rem;
  }
}
:root .fc-list .fc-list-event-title {
  font-size: 1rem;
  text-align: right;
  padding-left: 0 !important;
}
@media (min-width: 440px) {
  :root .fc-list .fc-list-event-title {
    font-size: 1.4rem;
  }
}
:root .fc-list .fc-list-event-title a {
  color: var(--am2-grey-220);
}
:root .fc-list .fc-list-event-title a[href] {
  color: var(--am2-featured);
}
:root .fc-list .fc-list-event-graphic {
  display: none;
}
:root .fc-list .fc-list-event td {
  border: hidden;
}

.calendar__subtitle {
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .calendar__subtitle {
    margin-bottom: 100px;
  }
}
.calendar__image {
  max-width: 441px;
  height: 85px;
  margin: 40px auto 0;
}
@media (min-width: 640px) {
  .calendar__image {
    margin: 0 0 1em;
  }
}
@media (min-width: 1024px) {
  .calendar__image {
    margin: 0 0 1em 8em;
  }
}
.calendar__index {
  position: relative;
  z-index: 10;
}
.calendar__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar__legend p {
  margin-right: 26px;
}

.wp-block-columns.are-vertically-aligned-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wp-block-column:not([class*=col-]) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.wp-block-column[style] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.wp-block-column.is-vertically-aligned-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.wp-block-group {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .wp-block-group {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
}
.wp-block-group.has-background {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .wp-block-group.has-background {
    padding: 5.5rem 0;
  }
}
.wp-block-group.is-style-full {
  overflow: hidden;
}
.wp-block-group__inner-container {
  width: 100%;
  padding-right: var(--am2-gutter-x, 0.75rem);
  padding-left: var(--am2-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.alignfull .wp-block-group__inner-container, .is-style-full .wp-block-group__inner-container {
  max-width: 100%;
}
.is-style-narrow .wp-block-group__inner-container {
  max-width: 960px;
}
.wp-block-group__inner-container .wp-block-group__inner-container, .wrapper .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
}

/**
**/
.c-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  margin-right: 17px;
  border-radius: 20px;
  white-space: nowrap;
  font-size: 2rem;
  padding: 10px 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-transform: uppercase;
}
.c-button:hover {
  background: #004556;
}
.c-button:last-child {
  margin-right: 0px;
}
.c-button span {
  display: inline-block;
}
.c-button span:first-child {
  position: relative;
  z-index: 20;
}
.c-button--primary {
  background: #ed174b;
  color: #ffff;
  border: 2px solid transparent;
  padding: 10px 36px;
  border-radius: 30px;
  font-weight: 800;
}
.c-button--primary:hover {
  color: #ffff;
  background: transparent;
  border: 2px solid #ed174b;
}
.c-button--primary-thumb {
  background: #ed174b;
  color: #ffff;
  font-size: 1.4rem;
  font-weight: 800;
  padding: 16px 18px;
  border-radius: 0;
}
@media (min-width: 440px) {
  .c-button--primary-thumb {
    padding: 14.5px 18px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .c-button--primary-thumb {
    padding: 18px 25px 17px 35px;
    font-size: 2.2rem;
  }
}
.c-button--primary-thumb:hover {
  color: #ffff;
  background: #aa0d33;
}
.c-button--primary-bordered {
  background: transparent;
  color: #ed174b;
  border: 2px solid #ed174b;
  padding: 7px 33px;
  font-size: 1.6rem;
}
.c-button--primary-bordered:hover {
  color: #ffff;
  background: #ed174b;
  border: 2px solid transparent;
}
.c-button--bordered {
  background: transparent;
  color: #40cfd5;
  border: 2px solid #40cfd5;
  padding: 7px 31px;
  font-size: 1.6rem;
}
.c-button--bordered:hover {
  color: #003d4c;
  background: #40cfd5;
  border: 2px solid #40cfd5;
}
.c-button--blue {
  background: #40cfd5;
  color: #003d4c;
  border: 2px solid transparent;
  padding: 7px 31px;
  font-size: 1.6rem;
}
.c-button--blue:hover {
  background: transparent;
  color: #40cfd5;
  border: 2px solid #40cfd5;
}

button:disabled,
.button--disabled {
  opacity: 0.7;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button:disabled:hover,
.button--disabled:hover {
  color: inherit;
  background-color: inherit;
}

.menu {
  /* Default Menu CSS - if used without walker */
  list-style: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* Main Navigation */
}
.menu--main-menu {
  display: none;
  /* One Menu Item */
}
@media (min-width: 768px) {
  .menu--main-menu {
    display: block;
  }
}
.menu--main-menu .menu-item {
  position: relative;
  display: inline-block;
  /* Show Dropdown Menu Items on hover */
  /* Menu Item Link */
}
.menu--main-menu .menu-item:hover > .menu-item__dropdown {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.menu--main-menu .menu-item:hover a {
  background: white;
  color: #40CFD5;
}
.menu--main-menu .menu-item a {
  display: block;
  padding: 15px 20px;
  font-weight: 400;
  color: #ffff;
}
.menu--footer-menu {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .menu--footer-menu {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.menu--footer-menu .menu-item {
  margin-right: 10px;
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .menu--footer-menu .menu-item {
    margin-right: 0;
  }
}
.menu--footer-menu .menu-item a {
  color: #003d4c;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
@media (min-width: 640px) {
  .menu--footer-menu .menu-item a {
    font-size: 16px;
  }
}
.menu--footer-menu .menu-item a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  border-radius: 10px;
  background-color: #40cfd5;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu--footer-menu .menu-item a:hover::after {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu--responsive-menu {
  position: relative;
  display: block;
}
.menu--responsive-menu .menu-item {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu--responsive-menu .menu-item:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .menu--responsive-menu .menu-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.menu-open .menu--responsive-menu .menu-item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.menu--responsive-menu .menu-item:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu--responsive-menu .menu-item:nth-child(2) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.menu--responsive-menu .menu-item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menu--responsive-menu .menu-item:nth-child(4) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.menu--responsive-menu .menu-item:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.menu--responsive-menu .menu-item:nth-child(6) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.menu--responsive-menu .menu-item a {
  font-family: "ruddy", sans-serif;
  position: relative;
  display: block;
  padding: 8px;
  font-weight: 300;
  text-align: center;
  font-size: 1.6rem;
  color: #ffff;
}
@media (min-width: 640px) {
  .menu--responsive-menu .menu-item a {
    font-size: 2.2rem;
  }
}
.menu--responsive-menu .menu-item a:hover {
  color: #40cfd5;
}
.menu--responsive-menu .menu-item a--main {
  font-size: 14px;
}
@media (min-width: 640px) {
  .menu--responsive-menu .menu-item a--main {
    font-size: 16px;
  }
}
.menu--responsive-menu .menu-item__dropdown {
  position: relative;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.menu--responsive-menu .menu-item__dropdown--depth-0, .menu--responsive-menu .menu-item__dropdown--depth-1, .menu--responsive-menu .menu-item__dropdown--depth-2 {
  border-left: 5px solid rgba(0, 0, 0, 0.2);
}
.menu--responsive-menu .menu-item__dropdown .menu-item {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.05);
}
.menu--responsive-menu .menu-item__dropdown .menu-item + .menu-item:last-child {
  border-bottom: 0;
}
.menu--responsive-menu .menu-item__dropdown .menu-item__link {
  font-size: 13px;
  color: white;
}
@media (min-width: 640px) {
  .menu--responsive-menu .menu-item__dropdown .menu-item__link {
    font-size: 15px;
  }
}
.menu--responsive-menu .menu-item__toggle {
  position: absolute;
  top: 50%;
  right: -10px;
  display: block;
  padding: 10px 15px;
  margin: 0;
  background: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1040;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.menu--responsive-menu .menu-item__toggle svg {
  display: block;
  width: 22px;
  height: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: white;
}
@media (min-width: 640px) {
  .menu--responsive-menu .menu-item__toggle svg {
    width: 28px;
    height: 20px;
  }
}
.menu--responsive-menu .menu-item__toggle.rotate-arrow svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.resp-menu {
  background: url("../../assets/images/tree-background.jpg");
  background-size: cover;
  position: fixed;
  right: -100%;
  width: 100%;
  left: auto;
  z-index: 6000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  top: 0;
  padding: 16px;
  padding-top: 200px;
}
@media (min-width: 640px) {
  .resp-menu {
    padding-top: 160px;
  }
}
@media (min-width: 768px) {
  .resp-menu {
    padding-top: 220px;
  }
}
.resp-menu .resp-buttons {
  position: absolute;
  right: 4px;
  top: 9px;
}
.resp-menu .resp-buttons .menu-toggle__lines,
.resp-menu .resp-buttons .menu-toggle__lines::after,
.resp-menu .resp-buttons .menu-toggle__lines::before {
  background: #40CFD5;
}
.menu-open .resp-menu {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.resp-menu .resp-logo {
  position: absolute;
  top: 80px;
  width: calc(100% - 32px);
}
@media (min-width: 640px) {
  .resp-menu .resp-logo {
    top: 30px;
  }
}
.resp-menu .resp-logo img {
  width: 75px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .resp-menu .resp-logo img {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .resp-menu .resp-logo img {
    width: 150px;
  }
}
.resp-menu .resp-social .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .resp-menu .resp-social .social {
    padding-top: 50px;
  }
}
.menu-open .resp-menu .resp-social .social {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.resp-menu .resp-social .social__item {
  margin: 0 10px;
}
.resp-menu .resp-social svg {
  width: 16px;
  height: 16px;
  fill: #ed174b;
}
@media (min-width: 640px) {
  .resp-menu .resp-social svg {
    width: 20px;
    height: 20px;
  }
}

.resp-buttons {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}

.menu-toggle {
  cursor: pointer;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  width: 57px;
  background: #003d4c;
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .menu-toggle {
    height: 68px;
    width: 88px;
  }
}
.menu-toggle > * {
  display: block;
}
.menu-toggle:hover, .menu-toggle:focus {
  outline: none;
}
.menu-toggle::-moz-focus-inner {
  border: 0;
}
.menu-toggle__lines {
  display: inline-block;
  height: 2px;
  width: 27px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffff;
  position: relative;
}
.menu-toggle__lines::before, .menu-toggle__lines::after {
  display: inline-block;
  height: 2px;
  width: 27px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffff;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2px center;
          transform-origin: 2px center;
}
.menu-toggle__lines::before {
  top: 9.3333333333px;
  width: 50%;
}
.menu-toggle__lines::after {
  top: -9.3333333333px;
  width: 100%;
}
.menu-toggle--active .menu-toggle__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}

.menu-toggle--xbutterfly .menu-toggle__lines::before, .menu-toggle--xbutterfly .menu-toggle__lines::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines {
  background: transparent;
}
.menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::before, .menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::after {
  top: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 28px;
}
.menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
.menu-toggle--xbutterfly.menu-toggle--active .menu-toggle__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.menu-open .menu-toggle {
  background: transparent;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social__item {
  list-style-type: none;
  margin: 0px 9px;
}
.social__icon {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.social__icon:hover {
  opacity: 0.6;
}
.social__icon svg {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  fill: #003d4c;
}

.page-intro {
  padding: 50px 18px;
  background-image: url("../../assets/images/page-intro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-intro {
    padding: 100px 0;
  }
}
@media (max-width: 439px) {
  .page-intro__title {
    font-size: 3rem;
  }
}

.card {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card:hover {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card__desc {
  padding: 25px;
}
@media (min-width: 640px) {
  .card__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 263px;
    padding: 50px;
  }
}
.card__title {
  font-family: "Baloo 2", cursive;
}
.card__title, .card__text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__text {
  -webkit-line-clamp: 3;
}

.slider {
  overflow: hidden;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .slider {
    padding: 0;
  }
}
.slider__items {
  overflow: visible !important;
}
.slider__item {
  height: auto !important;
}
.slider__item img {
  height: calc(100% + 1px);
}
.slider__scrollbar {
  display: block;
  bottom: -13px !important;
  background: #40cfd5 !important;
}
@media (min-width: 1024px) {
  .slider__scrollbar {
    display: none;
  }
}

.logos {
  overflow: hidden;
  background: url(../images/background-stars.jpg);
}
.logos .content-block {
  margin: 0;
}
.logos__image {
  width: inherit;
}
.logos__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
  margin-bottom: 32px;
  margin-top: 62px;
}
@media (min-width: 768px) {
  .logos__items {
    margin-bottom: 42px;
  }
}

.page-404 {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
.page-404 .wrapper {
  position: relative;
  z-index: 22;
}
.page-404__wrapper {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404__image {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.page-404__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-404__content {
  text-align: center;
  line-height: 1.6;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-404__content p {
  margin: 0;
  color: #40cfd5;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 640px) {
  .page-404__content p {
    font-size: 18px;
  }
}
.page-404__content h3 {
  color: #40cfd5;
  font-size: 3rem !important;
}
.page-404__logo {
  width: inherit;
  margin: 0 auto;
}
.page-404__button a {
  margin-top: 73px;
  text-transform: none;
  border-radius: 20px;
  font-size: 1.6rem;
  padding: 12px 32px;
  line-height: 1.1;
}

.error404 .header {
  display: none;
}
.error404 .logos {
  display: none;
}
.error404 .slider {
  display: none;
}
.error404 .footer {
  display: none;
}

.single__content {
  position: relative;
  padding: 40px 0 70px;
}
@media (min-width: 768px) {
  .single__content {
    padding: 50px 0 134px;
  }
}
.single__content h1,
.single__content h2,
.single__content h3,
.single__content h4,
.single__content h5,
.single__content h6 {
  color: #003d4c;
  margin-bottom: 24px;
  font-family: "Baloo 2", cursive;
}
.single__content p:not(:last-child) {
  margin-bottom: 24px;
  color: #003d4c;
}
.single__content figure img {
  border-radius: 20px !important;
}
.single__content figure figcaption {
  margin-top: 14px;
  font-size: 1.2rem;
  color: #010d10;
}
.single__content .wp-block-separator {
  border-color: #e9eaec;
}
.single__image {
  margin: 35px 0 10px;
  border-radius: 20px;
}
.single__caption {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.single__social {
  position: absolute;
  right: 0;
  top: 40px;
}
@media (min-width: 768px) {
  .single__social {
    top: 50px;
  }
}
@media (min-width: 1024px) {
  .single__social {
    top: unset;
    right: unset;
    left: -55px;
  }
}
@media (min-width: 1340px) {
  .single__social {
    left: -110px;
  }
}
.single__social .social-share-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .single__social .social-share-list {
    display: block;
  }
}
.single__social .social-share-list__item {
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background-color: #ed174b;
  margin-bottom: 0px;
  margin-right: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .single__social .social-share-list__item {
    margin-right: 0px;
    margin-bottom: 12px;
  }
}
.single__social .social-share-list__item:hover {
  background-color: #930b2c;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single__social .social-share-list__icon {
  text-align: center;
  text-align: -webkit-center;
  vertical-align: text-bottom;
  height: 100%;
  padding: 0 12px 12px;
}
.single__social .social-share-list__icon svg {
  fill: white;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
}

.return {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background-color: #bfeaec;
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .return {
    margin: 0;
    position: absolute;
    left: -110px;
  }
}
@media (min-width: 1340px) {
  .return {
    left: -200px;
  }
}
.return svg {
  vertical-align: bottom;
}
.return:hover {
  background-color: #70d0d5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.archive-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 30px 0 60px;
}
@media (min-width: 640px) {
  .archive-posts__grid {
    grid-template-columns: 1fr 1fr;
    padding: 54px 0 132px;
  }
}

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