/*! 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.
 */
figure,
body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Source Serif 4", sans-serif;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  background: #e7e7e7;
  display: flex;
  flex-direction: column;
  height: 100%;
}

html {
  height: 100%;
}

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

.scroll-lock {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1 {
  font-size: 31px;
  font-weight: 600;
  color: #000;
  font-family: "Source Serif 4", sans-serif;
  letter-spacing: 0.6px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.6315789474vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 470px) {
  h1 {
    font-size: 4.2105263158vw;
    letter-spacing: 0;
  }
}

h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 0.83;
  color: #111;
  font-family: "Source Serif 4", sans-serif;
  letter-spacing: 0.6px;
  line-height: 1.2;
}
@media screen and (max-width: 1299px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 4.6315789474vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 470px) {
  h2 {
    font-size: 4.2105263158vw;
    letter-spacing: 0;
  }
}

p {
  font-family: "DM Sans", system-ui;
}
p a {
  text-decoration: none;
}

a,
em {
  color: #4c72ff;
  font-style: normal;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 991px) {
  .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1299px) {
  .container {
    max-width: 1000px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin: 0 -20px;
}

.col-3 {
  max-width: 33.33333%;
  padding: 0 20px;
  flex: 0 0 33.33333%;
}

.col-4 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 20px;
}

.col-2 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}

.hidden {
  display: none;
}

.hide-block {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
}

.show-block-simple {
  opacity: 1;
}

.leftsideAnimate--hide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateX(-100px) scale(0.95) translate3d(0, 0, 0);
}

.leftsideAnimate--show {
  opacity: 1;
  transform: translateX(0) scale(1) translate3d(0, 0, 0);
}

.rightsideAnimate--hide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateX(100px) scale(0.95) translate3d(0, 0, 0);
}

.rightsideAnimate--show {
  opacity: 1;
  transform: translateX(0) scale(1) translate3d(0, 0, 0);
}

.fly {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}

.fly2 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(120px) scale(1.08) translate3d(0, 0, 0);
}

.fly3 {
  opacity: 0;
  transition: all 1200ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(140px) scale(1.08) translate3d(0, 0, 0);
}

.fly4 {
  opacity: 0;
  transition: all 1400ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(160px) scale(1.08) translate3d(0, 0, 0);
}

.fly5 {
  opacity: 0;
  transition: all 1600ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(180px) scale(1.08) translate3d(0, 0, 0);
}

.fly6 {
  opacity: 0;
  transition: all 1800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}

.fly7 {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}

.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

.ovh {
  overflow: hidden;
  padding: 4px 0;
}
.ovh > span {
  display: block;
}

.chevron {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 17px;
}
.chevron::before, .chevron::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  left: 0;
  transform-origin: 2px 2px 0;
}
.chevron::before {
  transform: rotate(-45deg);
  top: 0;
}
.chevron::after {
  transform: rotate(45deg);
  bottom: 0;
  transform-origin: 2px 10px 0;
}

sup {
  font-size: 50%;
}

@media screen and (max-width: 991px) {
  .hidden-md.hidden-md {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg.hidden-lg {
    display: none;
  }
}

.hero-section .video-banner__bg, .hero-section .video-banner .media-holder, .hero-section__media--bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-section .video-banner__bg img, .hero-section .video-banner .media-holder .wistia_embed video, .hero-section .video-banner .media-holder .wistia_embed, .hero-section__media--bg img {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

input.btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 74px;
  border-radius: 8px;
  font-weight: 700;
  font-family: "DM Sans", system-ui;
  color: #fff;
  border: none;
  cursor: pointer;
  max-width: 100%;
  text-decoration: none;
  padding: 0 15px;
  position: relative;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 575px) {
  input.btn,
  .btn {
    font-size: 7.1578947368vw;
    min-height: 15.5789473684vw;
  }
}

.btn-main {
  background-image: linear-gradient(to top, #077311, #0fb81f);
}

.btn-second {
  text-shadow: 0px 3px 0 #434343;
  background-color: #6a6a6a;
  box-shadow: 0px 8px 0 0 #464646, 0px 12px 9px 0 rgba(0, 0, 0, 0.34), inset 0px -5px 18px 0 rgba(169, 169, 169, 0.82);
}

.main-header {
  padding: 5px 0;
  background: #111;
}
@media screen and (max-width: 767px) {
  .main-header {
    padding: 2.5263157895vw 0;
  }
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1299px) {
  .main-header .container {
    max-width: 1040px;
  }
}
@media screen and (max-width: 991px) {
  .main-header .container {
    flex-direction: column;
  }
}
@media screen and (min-width: 1921px) {
  .main-header .container {
    max-width: 54.1666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .main-header .container .logo-holder {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .main-header .container .logo-holder {
    margin-bottom: 0;
  }
}
.main-header .container .logo-holder img {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-header .container .logo-holder img {
    max-width: 51.5789473684vw;
  }
}
.main-header .container p {
  font-family: "DM Sans", system-ui;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 991px) {
  .main-header .container p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .main-header .container p {
    display: none;
    font-size: 3.7894736842vw;
    letter-spacing: 0vw;
  }
}

.main-footer {
  text-align: center;
  background: #000;
  padding: 40px 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .main-footer {
    padding: 8.2105263158vw 0;
  }
}
.main-footer__logo {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .main-footer__logo {
    margin-bottom: 2.3157894737vw;
  }
}
.main-footer__logo img {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .main-footer .row {
    margin: 0;
  }
}
.main-footer__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-footer__nav {
    margin-bottom: 4.8421052632vw;
  }
}
.main-footer__nav a {
  display: inline-block;
  font-size: 22px;
  padding: 15px 39px;
  color: #4c72ff;
  font-family: "DM Sans", system-ui;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .main-footer__nav a {
    font-size: 3.3684210526vw;
    padding: 3.1578947368vw 2.1052631579vw;
  }
}
.main-footer__disclaimer {
  margin-bottom: 30px;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .main-footer__disclaimer {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__disclaimer {
    margin-bottom: 20px;
  }
}
.main-footer__disclaimer p {
  font-size: 14px;
  line-height: 1.2;
  color: #898989;
  font-family: "DM Sans", system-ui;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-footer__disclaimer p {
    font-size: 14px;
  }
}
.main-footer__copyright p {
  font-size: 20px;
  text-align: center;
  color: #898989;
  margin-bottom: 0;
  font-family: "DM Sans", system-ui;
}
@media screen and (max-width: 767px) {
  .main-footer__copyright p {
    font-size: 16px;
  }
}

@keyframes pulse {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    top: 50%;
    left: 50%;
    transform: scale(1.1) translate(-50%, -50%);
  }
  100% {
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes shake {
  0%, 10%, 100% {
    rotate: 0deg;
    /* Neutral position */
  }
  20%, 60% {
    rotate: -5deg;
    /* Rotate left */
    scale: 1.14;
  }
  40%, 80% {
    rotate: 10deg;
    /* Rotate right */
  }
}
.hero-section {
  padding-top: 15px;
  padding-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 2.7368421053vw;
    padding-bottom: 6.1052631579vw;
  }
}
.hero-section h1 {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .hero-section h1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hero-section h1 {
    margin-bottom: 2.3157894737vw;
  }
}
.hero-section__media {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 1300px) and (max-width: 1920px) {
  .hero-section__media {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1921px) {
  .hero-section__media {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section__media {
    margin-bottom: 3.3684210526vw;
  }
}
.hero-section__media--bg {
  padding: 54px 0;
}
@media screen and (min-width: 1300px) and (max-width: 1920px) {
  .hero-section__media--bg {
    padding: 35px 41px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section__media--bg {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-section__media--bg {
    display: none;
  }
}
.hero-section .video-banner {
  position: relative;
  border: solid 6px #e7e7e7;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  max-width: 39%;
}
@media screen and (min-width: 1921px) {
  .hero-section .video-banner {
    padding-top: 68.5%;
    max-width: 52.3%;
  }
}
@media screen and (max-width: 1920px) {
  .hero-section .video-banner {
    padding-top: 56.5%;
    max-width: 42.3%;
  }
}
@media screen and (max-width: 1299px) {
  .hero-section .video-banner {
    padding-top: 66%;
    max-width: 51%;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .video-banner {
    max-width: unset;
    padding-top: 150%;
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .video-banner {
    transform: translateX(-20px);
    width: 100vw;
    border: none;
  }
}
.hero-section .video-banner .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  animation: pulse 1s infinite ease-in-out;
  transform-origin: 0 0 0;
  width: 172px;
  height: 172px;
}
@media screen and (max-width: 767px) {
  .hero-section .video-banner .play-btn {
    width: 16.8421052632vw;
    height: 16.8421052632vw;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .video-banner .play-btn {
    width: 29.4736842105vw;
    height: 29.4736842105vw;
  }
}
.hero-section .video-banner .media-holder {
  overflow: hidden;
}
.hero-section__form {
  padding: 33px 23px 40px 26px;
  border-radius: 8px;
  box-shadow: 0px 5px 100px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-section__form {
    padding: 4.2105263158vw 4.2105263158vw;
  }
}
.hero-section__form:after, .hero-section__form:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 82px;
  height: 186px;
  background: url("assets/img/decor-arrow.png") no-repeat center/contain;
  position: absolute;
  top: -46%;
}
@media screen and (max-width: 991px) {
  .hero-section__form:after, .hero-section__form:before {
    width: 78px;
    height: 176px;
    top: -48%;
  }
}
@media screen and (max-width: 767px) {
  .hero-section__form:after, .hero-section__form:before {
    top: 8.4210526316vw;
    height: 24.6315789474vw;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__form:after, .hero-section__form:before {
    top: 4.2105263158vw;
    height: 18.9473684211vw;
    width: 8.4210526316vw;
  }
}
.hero-section__form:before {
  left: 14px;
}
@media screen and (max-width: 767px) {
  .hero-section__form:before {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__form:before {
    left: -4.2105263158vw;
  }
}
.hero-section__form:after {
  right: 14px;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .hero-section__form:after {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__form:after {
    right: -4.2105263158vw;
  }
}
.hero-section__form.shake:before, .hero-section__form.shake:after {
  animation: shake 0.4s ease-in-out;
  /* Duration of the shake animation */
}
.hero-section__form h2 {
  text-align: center;
  color: #000;
  margin-bottom: 26px;
  line-height: 1;
  letter-spacing: 0.5;
}
@media screen and (max-width: 991px) {
  .hero-section__form h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section__form h2 {
    font-size: 4.2105263158vw;
    margin-bottom: 2.7368421053vw;
    font-style: italic;
  }
  .hero-section__form h2 br {
    display: none;
  }
  .hero-section__form h2 em {
    font-style: italic;
  }
}
.hero-section__form p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  font-family: "Source Serif 4", sans-serif;
}
@media screen and (max-width: 767px) {
  .hero-section__form p {
    font-size: 4.2105263158vw;
    font-style: italic;
  }
  .hero-section__form p a {
    font-style: italic;
  }
}
.hero-section .af-body,
.hero-section .hero-section__email-form {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hero-section .af-body,
  .hero-section .hero-section__email-form {
    flex-direction: column;
  }
}
.hero-section .af-body input:not(.btn),
.hero-section .hero-section__email-form input:not(.btn) {
  height: 74px;
  padding: 23px 20px;
  border-radius: 8px;
  border: solid 2px #d6d6d6;
  background-color: #ededed;
  width: calc(33.33333% - 5px);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #111;
  font-family: "DM Sans", system-ui;
}
@media screen and (max-width: 767px) {
  .hero-section .af-body input:not(.btn),
  .hero-section .hero-section__email-form input:not(.btn) {
    font-size: 5.0526315789vw;
    width: 100%;
    margin-bottom: 1.2631578947vw;
    height: 15.5789473684vw;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .af-body input,
  .hero-section .hero-section__email-form input {
    height: 15.5789473684vw;
  }
}
.hero-section .af-body input:placeholder,
.hero-section .hero-section__email-form input:placeholder {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #111;
  font-family: "DM Sans", system-ui;
}
@media screen and (max-width: 575px) {
  .hero-section .af-body input:placeholder,
  .hero-section .hero-section__email-form input:placeholder {
    font-size: 5.0526315789vw;
  }
}
.hero-section .af-body .btn,
.hero-section .hero-section__email-form .btn {
  width: calc(33.33333% - 5px);
}
@media screen and (max-width: 767px) {
  .hero-section .af-body .btn,
  .hero-section .hero-section__email-form .btn {
    width: 100%;
  }
}

.af-form,
.af-body {
  width: 100%;
}

.text-section {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .text-section {
    padding-bottom: 5.8947368421vw;
  }
}
@media screen and (max-width: 991px) {
  .text-section .row {
    margin: 0;
  }
}
.text-section ol,
.text-section ul {
  padding-left: 15px;
  margin-bottom: 30px;
}
.text-section ol li,
.text-section ul li {
  font-family: "DM Sans", system-ui;
  font-size: 22px;
  line-height: 1.36;
  color: #111;
  letter-spacing: 0.04px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .text-section ol li,
  .text-section ul li {
    font-size: 3.7894736842vw;
    margin-bottom: 2.1052631579vw;
    line-height: 1.33;
  }
}
.text-section p {
  font-family: "DM Sans", system-ui;
  font-size: 22px;
  line-height: 1.36;
  color: #111;
  letter-spacing: 0.04px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .text-section p {
    font-size: 3.7894736842vw;
    margin-bottom: 5.0526315789vw;
    line-height: 1.33;
  }
}
.text-section p strong {
  font-weight: 700;
}
.accordion-section {
  padding: 80px 0 93px 0;
  position: relative;
  background: #d4d4d4;
}
@media screen and (max-width: 767px) {
  .accordion-section {
    padding: 9.8947368421vw 0;
  }
}
.accordion-section .section-header {
  text-align: center;
}
.accordion-section .section-header h2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .accordion-section .section-header h2 {
    font-size: 4.8421052632vw;
    margin-bottom: 6.3157894737vw;
  }
}
@media screen and (max-width: 991px) {
  .accordion-section .row {
    margin: 0;
  }
}

.accordion-holder {
  margin-left: auto;
  margin-right: auto;
  padding: 33px 50px;
  background: #000;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .accordion-holder {
    padding: 6.3157894737vw 6.3157894737vw;
  }
}

.accordion {
  list-style: none;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.accordion-item {
  position: relative;
  z-index: 4;
}
.accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.accordion-item__inner {
  overflow: hidden;
}

.accordion-toggle {
  width: 100%;
  display: block;
  transition: all 0.2s ease-in-out;
  padding: 32px 60px 32px 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 991px) {
  .accordion-toggle {
    padding: 4.8421052632vw 10.9473684211vw 4.8421052632vw 0;
  }
}
@media screen and (max-width: 767px) {
  .accordion-toggle {
    font-size: 4.2105263158vw;
    letter-spacing: 0px;
  }
}
.accordion-toggle:focus, .accordion-toggle:hover {
  color: #fff;
  outline: none;
}
.accordion-toggle.active:before {
  opacity: 1;
  width: 90%;
}
.accordion-toggle.active .toggle-icon {
  transform: translateY(-50%) rotateX(180deg);
}
.accordion-toggle .toggle-icon {
  position: absolute;
  right: 0;
  width: 28px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion-toggle .toggle-icon {
    width: 22px;
    height: 14px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-toggle .toggle-icon {
    width: 4.6315789474vw;
    height: 2.9473684211vw;
  }
}
.accordion-toggle .toggle-icon:after, .accordion-toggle .toggle-icon:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 16px;
  background: #fff;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .accordion-toggle .toggle-icon:after, .accordion-toggle .toggle-icon:before {
    width: 13px;
    height: 3px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-toggle .toggle-icon:after, .accordion-toggle .toggle-icon:before {
    width: 2.7368421053vw;
    height: 0.6315789474vw;
  }
}
.accordion-toggle .toggle-icon:before {
  transform: rotate(45deg) translateY(-50%);
  left: 0px;
}
.accordion-toggle .toggle-icon:after {
  right: 0px;
  transform: rotate(-45deg) translateY(-50%);
}

.accordion-item__inner {
  padding-top: 19px;
  padding-bottom: 37px;
  padding: 0px 20px 35px 0;
}
@media screen and (max-width: 767px) {
  .accordion-item__inner {
    padding-right: 4.2105263158vw;
    padding-bottom: 4.2105263158vw;
  }
}
.accordion-item__inner p {
  font-family: "DM Sans", system-ui;
  color: #fff;
  font-size: 18px;
  line-height: 1.67;
}
.accordion-item__inner p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .accordion-item__inner p {
    font-size: 14px;
    line-height: 1.43;
  }
}

.showcase {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .showcase {
    padding: 8.4210526316vw 0;
  }
}

.showcase-img {
  margin-bottom: 25px;
}
.showcase-img img {
  max-width: 100%;
  width: 100%;
}

.showcase-box {
  padding: 35px;
  border-radius: 8px;
  box-shadow: 0px 7px 33.3px 1.8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.showcase-box h2 {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .showcase-box {
    padding: 4.2105263158vw;
  }
}

.comparison-table {
  display: flex;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .comparison-table {
    flex-wrap: wrap;
  }
}
.comparison-table p {
  font-size: 22px;
  line-height: 1.36;
  color: #111;
  letter-spacing: 0.04px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .comparison-table p {
    font-size: 3.7894736842vw;
    line-height: 1.33;
  }
}
.comparison-table p em {
  color: #0c9b19;
}
.comparison-table__column {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .comparison-table__column {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.comparison-table__column--left {
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .comparison-table__column--left {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.comparison-table__column--left .comparison-table__row {
  position: relative;
}
.comparison-table__column--left .comparison-table__row:after {
  content: "";
  position: absolute;
  left: 0%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: #000;
  height: 100%;
  border-bottom: 2px dotted #000;
  bottom: 13px;
}
@media screen and (max-width: 575px) {
  .comparison-table__column--left .comparison-table__row:after {
    bottom: 2.1052631579vw;
  }
}
.comparison-table__column--left p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}
.comparison-table__column--left .comparison-table__site {
  position: relative;
  padding-right: 10px;
  background: #fff;
}
.comparison-table__column--left .comparison-table__value {
  padding-left: 10px;
  white-space: nowrap;
  background: #fff;
  position: relative;
  z-index: 1;
}
.comparison-table__column--right {
  padding: 20px 20px 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .comparison-table__column--right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.comparison-table__header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.comparison-table__row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 14px;
  color: #333;
}
.comparison-table__special {
  font-weight: bold;
}
.comparison-table__discount {
  font-weight: bold;
}
.comparison-table__price {
  font-weight: bold;
}
.comparison-table__total {
  border-top: 2.5px dotted #000;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 700;
}
.comparison-table__total p {
  display: flex;
  align-items: center;
}
.comparison-table .btn-holder {
  padding: 20px 50px 0 50px;
}

.text-page.text-page h1 {
  text-align: center;
}
.text-page.text-page .text-section {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .text-page.text-page .text-section {
    padding-top: 8.4210526316vw;
  }
}
@media screen and (max-width: 767px) {
  .text-page.text-page h1 {
    font-size: 6.3157894737vw;
  }
}
@media screen and (max-width: 470px) {
  .text-page.text-page h1 {
    font-size: 5.8947368421vw;
  }
}
@media screen and (max-width: 767px) {
  .text-page.text-page h2 {
    font-size: 5.4736842105vw;
  }
}
@media screen and (max-width: 470px) {
  .text-page.text-page h2 {
    font-size: 5.0526315789vw;
  }
}

.thankyou-page .hero-header {
  text-align: center;
}
.thankyou-page .hero-header h1 {
  font-size: 58px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  letter-spacing: 4px;
}
@media screen and (max-width: 575px) {
  .thankyou-page .hero-header h1 {
    letter-spacing: 0.4210526316vw;
    font-size: 10.1052631579vw;
    line-height: 1;
  }
}
.thankyou-page .hero-header p {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  font-family: "Source Serif 4", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  .thankyou-page .hero-header p {
    letter-spacing: 0.0421052632vw;
    font-size: 4.8421052632vw;
    margin-bottom: 2.1052631579vw;
  }
}
.thankyou-page .hero-section__form {
  padding: 60px 23px 60px 26px;
}
@media screen and (max-width: 767px) {
  .thankyou-page .hero-section__form {
    padding: 7.1578947368vw 2.1052631579vw;
  }
}
@media screen and (max-width: 767px) {
  .thankyou-page .hero-section__form:after, .thankyou-page .hero-section__form:before {
    top: 8.4210526316vw;
    height: 24.6315789474vw;
  }
}
@media screen and (max-width: 575px) {
  .thankyou-page .hero-section__form:after, .thankyou-page .hero-section__form:before {
    top: 0;
    height: 18.9473684211vw;
    width: 8.4210526316vw;
  }
}
.thankyou-page .hero-section__form p {
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 26px;
  letter-spacing: 0.8px;
}
.thankyou-page .hero-section__form p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .thankyou-page .hero-section__form p {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .thankyou-page .hero-section__form p {
    font-size: 4.2105263158vw;
    letter-spacing: 0.0842105263vw;
    margin-bottom: 2.9473684211vw;
  }
}
@media screen and (max-width: 374px) {
  .thankyou-page .hero-section__form p {
    font-size: 3.7894736842vw;
  }
}
.thankyou-page .hero-section__form p em {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-style: italic;
}
.thankyou-page .hero-section__form p a {
  color: #4c72ff;
  font-style: italic;
  text-underline-offset: 5px;
  text-decoration: underline;
}
@media screen and (min-width: 1299px) {
  .thankyou-page .text-section .container {
    max-width: 890px;
  }
}
.thankyou-page .text-section h2 {
  text-transform: uppercase;
  font-family: "DM Sans", system-ui;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .thankyou-page .text-section h2 {
    font-size: 20px;
    margin-bottom: 4.2105263158vw;
  }
}
@media screen and (max-width: 575px) {
  .thankyou-page .text-section h2 {
    font-size: 4.2105263158vw;
  }
}
.thankyou-page .text-section h2 em {
  color: #4aad0e;
  background: #fff;
  border-radius: 8px;
  padding: 2px 10px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .thankyou-page .text-section h2 em {
    padding: 0.4210526316vw 1.6842105263vw;
  }
}
.thankyou-page .text-section h2 em img {
  max-width: 27px;
  height: auto;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .thankyou-page .text-section h2 em img {
    max-width: 21px;
  }
}
@media screen and (max-width: 575px) {
  .thankyou-page .text-section h2 em img {
    max-width: 4.4210526316vw;
  }
}
@media screen and (max-width: 767px) {
  .thankyou-page .text-section ul li {
    line-height: 0.9;
  }
}
.thankyou-page .text-section .btn-holder {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .thankyou-page .text-section .btn-holder {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .thankyou-page .text-section .btn-holder {
    padding: 0 4.2105263158vw;
  }
}
.thankyou-page .text-section .btn-holder .btn {
  max-width: 472px;
  margin-bottom: 16px;
  font-size: 41px;
  height: 87px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .thankyou-page .text-section .btn-holder .btn {
    font-size: 7.1578947368vw;
    height: 15.1578947368vw;
    letter-spacing: 0.1263157895vw;
  }
}
.thankyou-page .text-section .btn-holder small {
  font-size: 24px;
  font-weight: 500;
  font-family: "DM Sans", system-ui;
  color: #777;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .thankyou-page .text-section .btn-holder small {
    font-size: 3.7894736842vw;
  }
}

.success-page {
  text-align: center;
}
.success-page .hero-header img {
  max-width: 80px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .success-page .hero-header img {
    max-width: 60px;
  }
}
@media screen and (max-width: 575px) {
  .success-page .hero-header img {
    margin-top: 2.1052631579vw;
    margin-bottom: 4.2105263158vw;
    max-width: 10.5263157895vw;
  }
}
.success-page h1 {
  font-size: 58px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .success-page h1 {
    letter-spacing: 0.4210526316vw;
    font-size: 10.1052631579vw;
    line-height: 1;
    margin-bottom: 6.3157894737vw;
  }
}
.success-page .hero-section__form {
  padding: 35px 25px;
}
@media screen and (max-width: 575px) {
  .success-page .hero-section__form {
    padding: 7.3684210526vw 5.2631578947vw;
  }
}
.success-page .hero-section__form p {
  font-family: "DM Sans", system-ui;
  font-weight: 400;
  font-size: 30px;
  font-style: normal;
}
@media screen and (max-width: 575px) {
  .success-page .hero-section__form p {
    font-size: 5.4736842105vw;
  }
}
.success-page .hero-section__form::before, .success-page .hero-section__form::after {
  display: none;
}

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