/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important; }

/*! Modifications */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  line-height: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1; }

.clear_all {
  display: block;
  width: 100%;
  clear: both; }

.h-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.group::after {
  content: " ";
  display: table;
  clear: both; }

.site-header {
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  z-index: 10; }
  @media only screen and (max-width: 1550px) {
    .site-header {
      -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
      gap: clamp(30px, 6.5vw, 100px); } }
  @media only screen and (max-width: 1250px) {
    .site-header {
      gap: 40px; } }
  @media only screen and (max-width: 800px) {
    .site-header {
      background: #ffffff;
      position: relative;
      padding: 20px; } }
  .site-header .header-logo-link {
    aspect-ratio: 415/55; }
    .site-header .header-logo-link svg {
      fill: #ffffff;
      width: clamp(240px, 26vw, 415px);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      height: 100%; }
      @media only screen and (max-width: 800px) {
        .site-header .header-logo-link svg {
          fill: #13a89e; } }
      @media only screen and (max-width: 410px) {
        .site-header .header-logo-link svg {
          width: 200px; } }
    .site-header .header-logo-link:hover svg, .site-header .header-logo-link focus svg, .site-header .header-logo-link:active svg {
      fill: #13a89e; }
  .site-header .mobile-item {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (min-width: 1201px) {
      .site-header .mobile-item {
        display: none; } }
    @media only screen and (max-width: 800px) {
      .site-header .mobile-item {
        right: 80px; } }
    @media only screen and (max-width: 410px) {
      .site-header .mobile-item {
        right: 75px; } }
    .site-header .mobile-item span {
      color: #ffffff;
      font-weight: 600; }
      @media only screen and (max-width: 800px) {
        .site-header .mobile-item span {
          color: #13a89e; } }
      @media only screen and (max-width: 550px) {
        .site-header .mobile-item span {
          display: none; } }
    .site-header .mobile-item svg {
      width: 24px;
      height: 24px;
      fill: #ffffff; }
      @media only screen and (max-width: 800px) {
        .site-header .mobile-item svg {
          fill: #13a89e; } }
      @media only screen and (max-width: 410px) {
        .site-header .mobile-item svg {
          width: 20px;
          height: 20px; } }
  .site-header .HeaderNav .bg-blur {
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .site-header .HeaderNav .HeaderNav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px; }
    @media only screen and (max-width: 1550px) {
      .site-header .HeaderNav .HeaderNav__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px; } }
    @media only screen and (max-width: 1200px) {
      .site-header .HeaderNav .HeaderNav__list {
        width: 275px;
        padding: 120px 40px;
        max-width: 100%;
        right: 0px;
        top: 0;
        height: 100vh;
        background: #1f2b2d;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: -webkit-max-content;
        -ms-grid-columns: max-content;
        grid-template-columns: -webkit-max-content;
        grid-template-columns: max-content;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        gap: 25px;
        z-index: -1;
        position: absolute;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transform: rotateY(60deg);
        transform: rotateY(60deg);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none; } }
    @media only screen and (max-width: 800px) {
      .site-header .HeaderNav .HeaderNav__list {
        background: #f3f3f2; } }
    @media only screen and (max-width: 600px) {
      .site-header .HeaderNav .HeaderNav__list {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
    .site-header .HeaderNav .HeaderNav__list li a:not(.btn) {
      color: #ffffff;
      display: block;
      font-weight: 600;
      text-decoration: none;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      padding-block: 10px; }
      @media only screen and (max-width: 800px) {
        .site-header .HeaderNav .HeaderNav__list li a:not(.btn) {
          color: #162128; } }
      @media only screen and (max-width: 600px) {
        .site-header .HeaderNav .HeaderNav__list li a:not(.btn) {
          width: 100%; } }
      .site-header .HeaderNav .HeaderNav__list li a:not(.btn):hover, .site-header .HeaderNav .HeaderNav__list li a:not(.btn):focus, .site-header .HeaderNav .HeaderNav__list li a:not(.btn):active {
        color: #13a89e; }

#nav-toggle {
  display: none; }

.hamburgerMenu {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 30px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 1201px) {
    .hamburgerMenu {
      display: none; } }
  @media only screen and (max-width: 800px) {
    .hamburgerMenu {
      right: 20px; } }
  .hamburgerMenu .line {
    position: absolute;
    display: block;
    background: #ffffff;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0.1, 0, 1.2);
    -o-transition: all 0.6s cubic-bezier(0.5, 0.1, 0, 1.2);
    transition: all 0.6s cubic-bezier(0.5, 0.1, 0, 1.2);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
    @media only screen and (max-width: 800px) {
      .hamburgerMenu .line {
        background: #13a89e; } }
    .hamburgerMenu .line.line-1 {
      top: 8px; }
    .hamburgerMenu .line.line-2 {
      bottom: 8px; }

#nav-toggle:checked ~ .hamburgerMenu .line-1 {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-toggle:checked ~ .hamburgerMenu .line-2 {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-toggle:checked ~ .HeaderNav__list {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  pointer-events: all;
  visibility: visible;
  opacity: 1; }

#nav-toggle:checked ~ .bg-blur {
  pointer-events: all;
  opacity: 1;
  visibility: visible; }

.footer-main {
  background: #f3f3f2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  @media only screen and (max-width: 1100px) {
    .footer-main {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 20px; } }
  .footer-main .break {
    display: block;
    height: 100%;
    width: 2px;
    background: #e3e3e1; }
    @media only screen and (max-width: 1100px) {
      .footer-main .break {
        height: 2px;
        width: 100%; } }
  .footer-main .foot-left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    gap: clamp(20px, 2.5vw, 50px);
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media only screen and (max-width: 1600px) {
      .footer-main .foot-left {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        gap: 20px; } }
    @media only screen and (max-width: 1100px) {
      .footer-main .foot-left {
        -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
        gap: 65px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 800px) {
      .footer-main .foot-left {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 650px) {
      .footer-main .foot-left {
        -ms-grid-columns: 360px;
        grid-template-columns: 360px; } }
    @media only screen and (max-width: 450px) {
      .footer-main .foot-left {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .footer-main .foot-left .footer-logo {
      aspect-ratio: 22/5;
      width: 440px;
      display: block;
      margin-left: -20px; }
      @media only screen and (max-width: 1100px) {
        .footer-main .foot-left .footer-logo {
          width: 360px; } }
      @media only screen and (max-width: 800px) {
        .footer-main .foot-left .footer-logo {
          margin-left: 0; } }
      @media only screen and (max-width: 450px) {
        .footer-main .foot-left .footer-logo {
          width: 100%; } }
      .footer-main .foot-left .footer-logo svg {
        width: 100%;
        height: 100%;
        fill: #13a89e;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .footer-main .foot-left .footer-logo:hover svg, .footer-main .foot-left .footer-logo:focus svg, .footer-main .foot-left .footer-logo:active svg {
        fill: #1f2b2d; }
  .footer-main .foot-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
    gap: 0 clamp(20px, 2.5vw, 50px);
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media only screen and (max-width: 1800px) and (min-width: 1101px) {
      .footer-main .foot-right {
        -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto); }
        .footer-main .foot-right .menu-two {
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          grid-row: 2/3;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-column: 1/2; } }
    @media only screen and (max-width: 800px) {
      .footer-main .foot-right {
        -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
        .footer-main .foot-right .menu-one {
          -ms-grid-row-span: 2;
          grid-row: span 2; } }
    @media only screen and (max-width: 650px) {
      .footer-main .foot-right {
        -ms-grid-columns: 360px;
        grid-template-columns: 360px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .footer-main .foot-right .menu-one {
          -ms-grid-row-span: 1;
          grid-row: span 1; } }
    @media only screen and (max-width: 450px) {
      .footer-main .foot-right {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .footer-main p {
    margin-bottom: 10px; }
    .footer-main p .bold {
      font-family: "Host Grotesk", sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 20px;
      color: #162128; }
    .footer-main p a {
      text-decoration: none;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .footer-main p a.has-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px; }
        .footer-main p a.has-icon svg {
          fill: #13a89e;
          height: 20px;
          width: 20px; }
      .footer-main p a:hover, .footer-main p a:active, .footer-main p a:focus {
        color: #13a89e; }

.copyright {
  padding: 8px 30px;
  background: #ededeb; }
  .copyright p {
    color: #a5aaab;
    text-align: center;
    margin: 0;
    font-size: 14px; }

@font-face {
  font-family: 'Geist Mono';
  src: url("/Content/fonts/GeistMono-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Geist Mono';
  src: url("/Content/fonts/GeistMono-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Geist Mono';
  src: url("/Content/fonts/GeistMono-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Geist Mono';
  src: url("/Content/fonts/GeistMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Geist Mono';
  src: url("/Content/fonts/GeistMono-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Geist Mono';
  src: url("/Content/fonts/GeistMono-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Geist Mono';
  src: url("/Content/fonts/GeistMono-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Geist Mono';
  src: url("/Content/fonts/GeistMono-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Geist Mono';
  src: url("/Content/fonts/GeistMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-ExtraBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Host Grotesk';
  src: url("/Content/fonts/HostGrotesk-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

svg {
  display: inline-block;
  width: 1em;
  height: 1em; }

/* BASE STYLE
======================================================= */
body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Geist Mono", sans-serif;
  overflow-x: clip; }
  @media only screen and (max-width: 1200px) {
    body.no-scroll {
      overflow: hidden; } }

main {
  line-height: 1.2; }

.padding-x {
  padding-inline: clamp(30px, 5vw, 100px); }

.padding-y {
  padding-block: clamp(60px, 8.25vw, 100px); }

@media only screen and (min-width: 1001px) {
  .fade {
    background: -webkit-gradient(linear, left top, left bottom, from(#afe1df), to(#13a89e));
    background: -webkit-linear-gradient(top, #afe1df 0%, #13a89e 100%);
    background: -o-linear-gradient(top, #afe1df 0%, #13a89e 100%);
    background: linear-gradient(180deg, #afe1df 0%, #13a89e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; } }

.gradient {
  display: inline-block;
  min-width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#346386), to(#13a79e));
  background: -webkit-linear-gradient(left, #346386 0%, #13a79e 100%);
  background: -o-linear-gradient(left, #346386 0%, #13a79e 100%);
  background: linear-gradient(90deg, #346386 0%, #13a79e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.dark-bg {
  background-color: #1f2b2d; }

.cta-section {
  min-height: 460px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  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;
  padding: 60px 30px; }
  .cta-section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .cta-section .inner {
    max-width: 800px;
    position: relative;
    text-align: center;
    color: #ffffff; }
    .cta-section .inner p {
      color: #ffffff; }
    .cta-section .inner a:not(.btn) {
      color: #13a89e; }
      .cta-section .inner a:not(.btn):hover {
        color: #afe1df; }
    .cta-section .inner *:last-child {
      margin-bottom: 0; }

/* CONTENT STYLING
======================================================= */
/*h1, h2, h3, h4, h5, h6 {
		color: #000;
		line-height: 1.1;
	}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.4em;
	}

	h5, h6 {
		font-size: 1.2em;
	}*/
a {
  color: #1f2b2d; }

a:hover, a:focus {
  color: #13a89e;
  text-decoration: none; }

p {
  line-height: 1.9;
  color: #6b747a;
  font-weight: 500;
  margin-block: 0 30px; }

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 220px;
  border: 1px solid;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  font-weight: 600; }
  .btn.menu-btn {
    width: 220px; }
    @media only screen and (max-width: 1200px) and (min-width: 1101px) {
      .btn.menu-btn {
        width: 185px; } }
  .btn.form-btn {
    width: 100%; }
  .btn.aqua-btn {
    background: #13a89e;
    color: #ffffff;
    border-color: #13a89e; }
    .btn.aqua-btn:hover, .btn.aqua-btn:active, .btn.aqua-btn:focus {
      background: #afe1df;
      color: #1f2b2d;
      border-color: #1f2b2d; }
  .btn.aqua-border-btn {
    background: transparent;
    color: #ffffff;
    border-color: #afe1df;
    font-weight: 400; }
    .btn.aqua-border-btn:hover, .btn.aqua-border-btn:active, .btn.aqua-border-btn:focus {
      background: #afe1df;
      color: #1f2b2d; }

.pagination {
  text-align: center; }

.pagination .disabled {
  cursor: not-allowed;
  text-decoration: none;
  color: inherit; }

.pagination .hidden {
  display: none; }

.pagination .page_previous, .pagination .page_link, .pagination .ellipsis {
  margin-right: 0.2em; }

.animation-clip {
  overflow-x: clip; }

.fade-in {
  opacity: 0;
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease; }

.fade-in.visible {
  opacity: 1; }

.slide-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

.slide-up.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-down {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; }

.slide-down.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.slide-in.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-left {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.slide-in-left.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .slide:nth-child(1) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px); }
    @media only screen and (max-width: 1250px) {
      .slide:nth-child(1) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
    @media only screen and (max-width: 1000px) {
      .slide:nth-child(1) {
        -webkit-transform: translate(0px, -40px);
        -ms-transform: translate(0px, -40px);
        transform: translate(0px, -40px);
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; } }
    @media only screen and (max-width: 700px) {
      .slide:nth-child(1) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .slide:nth-child(2) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px); }
    @media only screen and (max-width: 1250px) {
      .slide:nth-child(2) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
    @media only screen and (max-width: 1000px) {
      .slide:nth-child(2) {
        -webkit-transform: translate(0px, -40px);
        -ms-transform: translate(0px, -40px);
        transform: translate(0px, -40px);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; } }
    @media only screen and (max-width: 700px) {
      .slide:nth-child(2) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .slide:nth-child(3) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px); }
    @media only screen and (max-width: 1250px) {
      .slide:nth-child(3) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0); } }
    @media only screen and (max-width: 1000px) {
      .slide:nth-child(3) {
        -webkit-transform: translate(0px, -40px);
        -ms-transform: translate(0px, -40px);
        transform: translate(0px, -40px); } }
    @media only screen and (max-width: 700px) {
      .slide:nth-child(3) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0); } }
  .slide:nth-child(4) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px); }
    @media only screen and (max-width: 1250px) {
      .slide:nth-child(4) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
    @media only screen and (max-width: 1000px) {
      .slide:nth-child(4) {
        -webkit-transform: translate(0px, 40px);
        -ms-transform: translate(0px, 40px);
        transform: translate(0px, 40px);
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; } }
    @media only screen and (max-width: 700px) {
      .slide:nth-child(4) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .slide:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px); }
    @media only screen and (max-width: 1250px) {
      .slide:nth-child(5) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
    @media only screen and (max-width: 1000px) {
      .slide:nth-child(5) {
        -webkit-transform: translate(0px, 40px);
        -ms-transform: translate(0px, 40px);
        transform: translate(0px, 40px);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; } }
    @media only screen and (max-width: 700px) {
      .slide:nth-child(5) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .slide:nth-child(6) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px); }
    @media only screen and (max-width: 1250px) {
      .slide:nth-child(6) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
    @media only screen and (max-width: 1000px) {
      .slide:nth-child(6) {
        -webkit-transform: translate(0px, 40px);
        -ms-transform: translate(0px, 40px);
        transform: translate(0px, 40px); } }
    @media only screen and (max-width: 700px) {
      .slide:nth-child(6) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0); } }

.slide.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.delay1 {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

.delay2 {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.delay3 {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s; }

.slide-steps {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .slide-steps:nth-child(1) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px); }
    @media only screen and (max-width: 1250px) {
      .slide-steps:nth-child(1) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
    @media only screen and (max-width: 1000px) {
      .slide-steps:nth-child(1) {
        -webkit-transform: translate(0px, -40px);
        -ms-transform: translate(0px, -40px);
        transform: translate(0px, -40px);
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s; } }
    @media only screen and (max-width: 700px) {
      .slide-steps:nth-child(1) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .slide-steps:nth-child(2) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px); }
    @media only screen and (max-width: 1250px) {
      .slide-steps:nth-child(2) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
    @media only screen and (max-width: 1000px) {
      .slide-steps:nth-child(2) {
        -webkit-transform: translate(0px, -40px);
        -ms-transform: translate(0px, -40px);
        transform: translate(0px, -40px);
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; } }
    @media only screen and (max-width: 700px) {
      .slide-steps:nth-child(2) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .slide-steps:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px); }
    @media only screen and (max-width: 1250px) {
      .slide-steps:nth-child(3) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
    @media only screen and (max-width: 1000px) {
      .slide-steps:nth-child(3) {
        -webkit-transform: translate(0px, -40px);
        -ms-transform: translate(0px, -40px);
        transform: translate(0px, -40px);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; } }
    @media only screen and (max-width: 700px) {
      .slide-steps:nth-child(3) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .slide-steps:nth-child(4) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
    @media only screen and (max-width: 1250px) {
      .slide-steps:nth-child(4) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0); } }
    @media only screen and (max-width: 1000px) {
      .slide-steps:nth-child(4) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0); } }
    @media only screen and (max-width: 700px) {
      .slide-steps:nth-child(4) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0); } }

.slide-steps.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.animate.img-list li {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .animate.img-list li:nth-child(1) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px); }
    @media only screen and (max-width: 1000px) {
      .animate.img-list li:nth-child(1) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .animate.img-list li:nth-child(2) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px); }
    @media only screen and (max-width: 1000px) {
      .animate.img-list li:nth-child(2) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .animate.img-list li:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px); }
    @media only screen and (max-width: 1000px) {
      .animate.img-list li:nth-child(3) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .animate.img-list li:nth-child(4) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px); }
    @media only screen and (max-width: 1000px) {
      .animate.img-list li:nth-child(4) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0); } }

.animate.img-list.visible li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.animate.list-grid div {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .animate.list-grid div:nth-child(1) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
    @media only screen and (max-width: 1000px) {
      .animate.list-grid div:nth-child(1) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .animate.list-grid div:nth-child(2) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
    @media only screen and (max-width: 1000px) {
      .animate.list-grid div:nth-child(2) {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }
  .animate.list-grid div:nth-child(3) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
    @media only screen and (max-width: 1000px) {
      .animate.list-grid div:nth-child(3) {
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; } }

.animate.list-grid.visible div {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.scale-in {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: .9s all ease;
  -o-transition: .9s all ease;
  transition: .9s all ease; }
  @media only screen and (min-width: 551px) {
    .scale-in:nth-child(3n) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .scale-in:nth-child(3n - 1) {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; } }
  @media only screen and (max-width: 550px) {
    .scale-in:nth-child(2n) {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; } }
  .scale-in.visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
