@charset "UTF-8";
@import "vendors/slick.css";
@import "vendors/bootstrap.min.css";
/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../font/lightcase/lightcase.eot?55356177");
  src: url("../font/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../font/lightcase/lightcase.woff?55356177") format("woff"), url("../font/lightcase/lightcase.ttf?55356177") format("truetype"), url("../font/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "\e802";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
   * Mixin providing icon defaults to be used on top of font-lightcase.
   *
   * Example usage:
   * @include icon(#e9e9e9)
   */
/**
   * Mixin providing icon defaults including a hover status to be used
   * on top of font-lightcase.
   *
   * Example usage:
   * @include icon-hover(#e9e9e9, #fff)
   */
/**
   * Provides natural content overflow behavior and scrolling support
   * even so for touch devices.
   *
   * Example usage:
   * @include overflow()
   */
/**
   * Neutralizes/resets dimensions including width, height, position as well as margins,
   * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
   *
   * Example usage:
   * @include clear(true)
   *
   * @param boolean $important
   */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-],
a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause,
a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause,
  a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover,
  #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpto.animated {
  -webkit-animation-name: fadeInUpto;
          animation-name: fadeInUpto;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeInUpto {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUpto {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUptos.animated {
  -webkit-animation-name: fadeInUptos;
          animation-name: fadeInUptos;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes fadeInUptos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUptos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-in-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-in-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-in-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-in-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-in-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-in-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-in-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-in-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-in-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-in-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-in-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-in-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-in-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.delay-in-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-in-21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.delay-in-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-in-23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.delay-in-24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay-in-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-in-26 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.delay-in-27 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.delay-in-28 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.delay-in-29 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.delay-in-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-in-31 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.delay-in-32 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.delay-in-33 {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.delay-in-34 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.delay-in-35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.delay-in-36 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.delay-in-37 {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.delay-in-38 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.delay-in-39 {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.delay-in-40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-in-41 {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

.delay-in-42 {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.delay-in-43 {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}

.delay-in-44 {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.delay-in-45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.delay-in-46 {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.delay-in-47 {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}

.delay-in-48 {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.delay-in-49 {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}

.delay-in-50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay-in-51 {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.delay-in-52 {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}

.delay-in-53 {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}

.delay-in-54 {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.delay-in-55 {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.delay-in-56 {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}

.delay-in-57 {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.delay-in-58 {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}

.delay-in-59 {
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
}

.delay-in-60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.delay-in-61 {
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s;
}

.delay-in-62 {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}

.delay-in-63 {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}

.delay-in-64 {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}

.delay-in-65 {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.delay-in-66 {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}

.delay-in-67 {
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s;
}

.delay-in-68 {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}

.delay-in-69 {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}

.delay-in-70 {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.delay-in-71 {
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
}

.delay-in-72 {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}

.delay-in-73 {
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
}

.delay-in-74 {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}

.delay-in-75 {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.delay-in-76 {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}

.delay-in-77 {
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}

.delay-in-78 {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}

.delay-in-79 {
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s;
}

.delay-in-80 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.delay-in-81 {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}

.delay-in-82 {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}

.delay-in-83 {
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
}

.delay-in-84 {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}

.delay-in-85 {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.delay-in-86 {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}

.delay-in-87 {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}

.delay-in-88 {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}

.delay-in-89 {
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s;
}

.delay-in-90 {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.delay-in-91 {
  -webkit-animation-delay: 9.1s;
          animation-delay: 9.1s;
}

.delay-in-92 {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}

.delay-in-93 {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}

.delay-in-94 {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}

.delay-in-95 {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.delay-in-96 {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}

.delay-in-97 {
  -webkit-animation-delay: 9.7s;
          animation-delay: 9.7s;
}

.delay-in-98 {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}

.delay-in-99 {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}

.delay-in-100 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

@keyframes myleft {
  50% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes myleft {
  50% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes myright {
  50% {
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-webkit-keyframes myright {
  50% {
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
* {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #D7D6CF;
  font-family: "Argesta Display";
  color: #231F20;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

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

h1 {
  font-size: 48px;
  line-height: 50px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 1;
  }
}

h2 {
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

sub,
sup {
  font-family: "Argesta Display";
  color: #231F20;
}

a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  cursor: pointer;
  outline: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  border: 2px solid blue !important;
}

p a, ul li a, ol a, li a {
  text-decoration: underline;
}
p a:hover, ul li a:hover, ol a:hover, li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul li {
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  margin-bottom: 5px;
  position: relative;
  padding-left: 16px;
}
ul li:before {
  content: "–";
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}
ul ul,
ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
ul ul li,
ul ol li {
  margin-left: 0;
}
ul ol li {
  padding-left: 0;
}
ul ol li:before {
  display: none;
}

ol {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
ol li {
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  margin-bottom: 5px;
  margin-left: 22px;
}
@media (max-width: 992px) {
  ol li {
    font-size: 16px;
  }
}
ol ul,
ol ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
ol ul li,
ol ol li {
  margin-left: 0;
}

img {
  max-width: 100%;
}

button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}

select,
textarea {
  border-radius: 0;
  outline: none;
  border: none;
  resize: none;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.container, .inner {
  max-width: 1368px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .container, .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-item {
  display: inline-block;
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.03em;
  padding: 3.85px 37.84px;
  border-radius: 110px;
  color: #ffffff;
}
.btn-item:hover {
  opacity: 0.5;
}

.grecaptcha-badge {
  display: none !important;
}

.notfound {
  padding: 50px 0;
}

.notfound .notfound-box {
  padding-top: 100px;
  padding-bottom: 50px;
}

.video-light-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
}
.video-light-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.video-light-box .close {
  opacity: 1;
  background: none;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 9;
  outline: none;
  right: 39px;
  top: -20px;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .video-light-box .close {
    right: 13px;
  }
}
.video-light-box .close:hover:before {
  background: rgba(255, 255, 255, 0.7);
}
.video-light-box .close:hover:after {
  background: rgba(255, 255, 255, 0.7);
}
.video-light-box .close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  -webkit-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
.video-light-box .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.video-light-box .video-box {
  max-width: 1600px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  padding: 0 45px;
}
@media (max-width: 768px) {
  .video-light-box .video-box {
    padding: 0 20px;
  }
}
.video-light-box .video-box video {
  width: 100%;
}
.video-light-box .video-box video, .video-light-box .video-box iframe {
  width: 100%;
  height: 641px;
  max-height: calc(100vh - 100px);
}
@media (max-width: 1200px) {
  .video-light-box .video-box video, .video-light-box .video-box iframe {
    height: 52.9vw;
    max-height: calc(100vh - 80px);
  }
}
@media (max-width: 768px) {
  .video-light-box .video-box video, .video-light-box .video-box iframe {
    max-height: calc(100vh - 60px);
  }
}

.data-video {
  display: none;
}

.disclaimer-light-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
}
.disclaimer-light-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.disclaimer-light-box .close {
  opacity: 1;
  background: none;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 9;
  outline: none;
  right: 39px;
  top: 15px;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .disclaimer-light-box .close {
    right: 13px;
    top: 10px;
  }
}
.disclaimer-light-box .close:hover:before {
  opacity: 0.5;
}
.disclaimer-light-box .close:hover:after {
  opacity: 0.5;
}
.disclaimer-light-box .close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  -webkit-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
.disclaimer-light-box .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.disclaimer-light-box .disclaimer-box {
  max-width: 800px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px 45px;
  background: #fff;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .disclaimer-light-box .disclaimer-box {
    padding: 35px 20px;
    max-height: calc(100vh - 80px);
    max-width: calc(100% - 40px);
  }
}
.disclaimer-light-box .disclaimer-box .disclaimer-content {
  color: #231F20;
}
.disclaimer-light-box .disclaimer-box .disclaimer-content p {
  margin-bottom: 15px;
}
.disclaimer-light-box .disclaimer-box .disclaimer-content p:last-child {
  margin-bottom: 0;
}
.disclaimer-light-box .disclaimer-box .disclaimer-footer {
  margin-top: 30px;
  text-align: center;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes www {
  0% {
    width: 16px;
  }
  50% {
    width: 33px;
  }
  100% {
    width: 16px;
  }
}
@-webkit-keyframes www {
  0% {
    width: 16px;
  }
  50% {
    width: 33px;
  }
  100% {
    width: 16px;
  }
}
@font-face {
  font-family: "Argesta Display";
  src: url("../fonts/ArgestaDisplay-Regular.eot");
  src: url("../fonts/ArgestaDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ArgestaDisplay-Regular.woff2") format("woff2"), url("../fonts/ArgestaDisplay-Regular.woff") format("woff"), url("../fonts/ArgestaDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.hero-page .scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 768px) {
  .hero-page .scroll-content {
    display: block !important;
    width: 100% !important;
  }
}
.hero-page .slider-block {
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  min-height: 600px;
  position: relative;
}
@media (max-width: 768px) {
  .hero-page .slider-block {
    min-height: 650px;
    min-width: auto;
  }
}
.hero-page .slider-block-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-page .slider-block-1 .bg-img,
.hero-page .slider-block-1 .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-page .slider-block-1 .bg-img:before,
.hero-page .slider-block-1 .bg-video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #7d7d7d;
  mix-blend-mode: multiply;
}
.hero-page .slider-block-1 .bg-video {
  z-index: 2;
}
.hero-page .slider-block-1 .bg-video video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-page .slider-block-1 .content {
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 98px;
}
@media (max-width: 768px) {
  .hero-page .slider-block-1 .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.hero-page .slider-block-1 .content * {
  color: #ffffff;
}
.hero-page .slider-block-1 .content h1 {
  display: none !important;
}
.hero-page .slider-block-1 .content .logo-1 {
  max-width: 111px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-height: 750px) {
  .hero-page .slider-block-1 .content .logo-1 {
    max-width: 80px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero-page .slider-block-1 .content .logo-1 {
    max-width: 80px;
    margin-bottom: 30px;
  }
}
.hero-page .slider-block-1 .content .logo-2 {
  max-width: 896px;
  margin: 0 auto;
  margin-bottom: 43px;
}
@media (min-width: 768px) and (max-height: 750px) {
  .hero-page .slider-block-1 .content .logo-2 {
    max-width: 700px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero-page .slider-block-1 .content .logo-2 {
    max-width: 700px;
    margin-bottom: 30px;
  }
}
.hero-page .slider-block-1 .content .text {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .hero-page .slider-block-1 .content .text {
    margin-bottom: 20px;
  }
}
.hero-page .slider-block-1 .content .text p {
  font-size: 18px;
  line-height: 22px;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 29px;
}
@media (min-width: 768px) and (max-height: 750px) {
  .hero-page .slider-block-1 .content .text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero-page .slider-block-1 .content .text p {
    margin-bottom: 20px;
  }
}
.hero-page .slider-block-1 .content .text h2 {
  margin-bottom: 0;
}
.hero-page .slider-block-1 .content .links .swipe {
  margin-bottom: 41px;
}
@media (min-width: 768px) and (max-height: 750px) {
  .hero-page .slider-block-1 .content .links .swipe {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero-page .slider-block-1 .content .links .swipe {
    margin-bottom: 20px;
    display: none;
  }
}
.hero-page .slider-block-1 .content .links .swipe span {
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  padding-right: 19px;
}
.hero-page .slider-block-1 .content .links .swipe span:before {
  content: "";
  width: 16px;
  height: 8px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 39px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  -webkit-animation: www 2s linear infinite;
          animation: www 2s linear infinite;
}
.hero-page .slider-block-1 .btn-box {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-page .slider-block-1 .btn-box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-page .slider-block-1 .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  padding-bottom: 3px;
  letter-spacing: 0.044em;
  padding-right: 3px;
  z-index: 2;
  -webkit-animation: blink 2.5s ease-in-out infinite;
          animation: blink 2.5s ease-in-out infinite;
}
@media (max-width: 768px) {
  .hero-page .slider-block-1 .btn-box a {
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
  }
}
.hero-page .slider-block-1 .btn-box a:hover {
  opacity: 0.7;
}
.hero-page .logo-rotate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  padding: 24px 22px;
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
          transform: rotate(-90deg) translate(-100%, 0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  text-align: center;
}
.hero-page .slider-block-2 {
  padding-left: 18.518vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .hero-page .slider-block-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    height: auto !important;
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .hero-page .slider-block-2 .logo-rotate {
    position: static;
    padding: 50px 20px 0 20px;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 24px;
  }
}
.hero-page .slider-block-2 .text-box {
  width: 31.2%;
  padding: 69px 77px 69px 0;
}
@media (max-width: 1300px) {
  .hero-page .slider-block-2 .text-box {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .hero-page .slider-block-2 .text-box {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .hero-page .slider-block-2 .text-box {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
.hero-page .slider-block-2 .text-box h2 {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .hero-page .slider-block-2 .text-box h2 br {
    display: none;
  }
}
.hero-page .slider-block-2 .img-box {
  width: 68.8%;
}
@media (max-width: 992px) {
  .hero-page .slider-block-2 .img-box {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .hero-page .slider-block-2 .img-box {
    width: 100%;
  }
}
.hero-page .slider-block-2 .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-page .slider-block-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .hero-page .slider-block-3 {
    display: block;
    height: auto;
  }
}
.hero-page .slider-block-3 .logo-rotate {
  padding: 28px 22px;
}
@media (max-width: 768px) {
  .hero-page .slider-block-3 .logo-rotate {
    top: 50px;
    padding: 0 20px;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 24px;
  }
}
.hero-page .slider-block-3 .img-box {
  width: 61.46%;
}
@media (max-width: 1200px) {
  .hero-page .slider-block-3 .img-box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .hero-page .slider-block-3 .img-box {
    width: 100%;
  }
}
.hero-page .slider-block-3 .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-page .slider-block-3 .content {
  width: 38.54%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .hero-page .slider-block-3 .content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .hero-page .slider-block-3 .content {
    width: 100%;
  }
}
.hero-page .slider-block-3 .content .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-page .slider-block-3 .content .bg-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: rgba(125, 125, 125, 0.7);
  mix-blend-mode: multiply;
}
.hero-page .slider-block-3 .content .content-box {
  position: relative;
  z-index: 2;
  padding: 50px 50px 15px 47px;
  width: 100%;
}
@media (max-width: 1200px) {
  .hero-page .slider-block-3 .content .content-box {
    padding: 50px 20px;
  }
}
.hero-page .slider-block-3 .content .content-box * {
  color: #ffffff;
}
.hero-page .slider-block-3 .content .content-box .title {
  margin-bottom: 41px;
}
.hero-page .slider-block-3 .content .content-box .title h2 {
  color: #ffffff;
  margin-bottom: 24px;
}
.hero-page .slider-block-3 .content .content-box .title p {
  max-width: 366px;
  color: #ffffff;
  margin-bottom: 0;
}
.hero-page .slider-block-3 .content .content-box .title p a {
  text-decoration: none !important;
}
.hero-page .slider-block-3 .content .content-box .form-box {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .hero-page .slider-block-3 .content .content-box .form-box {
    margin-bottom: 50px;
  }
}
.hero-page .slider-block-3 .content .content-box .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 81px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .hero-page .slider-block-3 .content .content-box .logos {
    gap: 20px 30px;
  }
}
.hero-page .slider-block-3 .content .content-box .logos .logo {
  width: 89px;
}
.hero-page .slider-block-3 .content .content-box .logos .logo:nth-child(2) {
  width: 171px;
}
.hero-page .form-box {
  min-height: 439px;
}
@media (max-width: 768px) {
  .hero-page .form-box {
    min-height: 330px;
  }
}
.hero-page .form-box form {
  width: 100%;
}
.hero-page .form-box .gform_fields {
  display: block !important;
}
.hero-page .form-box .gform_fields .gfield {
  margin: 0 !important;
  margin-bottom: 36px !important;
}
@media (max-width: 768px) {
  .hero-page .form-box .gform_fields .gfield {
    margin-bottom: 20px !important;
  }
}
.hero-page .form-box .gform_fields .gfield:last-child {
  margin-bottom: 0 !important;
}
.hero-page .form-box .gform_fields .gfield label {
  display: none !important;
}
.hero-page .form-box .gform_fields .gfield .validation_message {
  display: none !important;
}
.hero-page .form-box .gform_fields .gfield input,
.hero-page .form-box .gform_fields .gfield select {
  width: 100%;
  font-family: "Argesta Display";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  padding: 0 !important;
  outline: none !important;
  background: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  height: auto !important;
  min-height: auto !important;
  padding-bottom: 3px !important;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hero-page .form-box .gform_fields .gfield input:focus,
.hero-page .form-box .gform_fields .gfield select:focus {
  border-color: #7d7d7d !important;
}
.hero-page .form-box .gform_fields .gfield input::-webkit-input-placeholder,
.hero-page .form-box .gform_fields .gfield select::-webkit-input-placeholder {
  opacity: 1;
  font-family: "Argesta Display";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff !important;
}
.hero-page .form-box .gform_fields .gfield input:-moz-placeholder,
.hero-page .form-box .gform_fields .gfield select:-moz-placeholder {
  opacity: 1;
  font-family: "Argesta Display";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff !important;
}
.hero-page .form-box .gform_fields .gfield input::-moz-placeholder,
.hero-page .form-box .gform_fields .gfield select::-moz-placeholder {
  opacity: 1;
  font-family: "Argesta Display";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff !important;
}
.hero-page .form-box .gform_fields .gfield input:-ms-input-placeholder,
.hero-page .form-box .gform_fields .gfield select:-ms-input-placeholder {
  opacity: 1;
  font-family: "Argesta Display";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff !important;
}
.hero-page .form-box .gform_fields .gfield select {
  padding-right: 20px;
}
.hero-page .form-box .gform_fields .gfield select option {
  font-family: "Argesta Display";
  font-size: 16px;
  color: #231F20;
  line-height: 1.2;
}
.hero-page .form-box .gform_fields .gfield select option:first-child {
  display: none;
}
.hero-page .form-box .gform_fields .gfield.gfield_error input,
.hero-page .form-box .gform_fields .gfield.gfield_error select {
  border-color: red !important;
}
.hero-page .form-box .gform_fields .gfield.gfield--type-select {
  position: relative;
}
.hero-page .form-box .gform_fields .gfield.gfield--type-select:before {
  content: "";
  width: 15px;
  height: 14px;
  background-image: url("../images/Polygon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 47%;
  right: -2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  pointer-events: none;
}
.hero-page .form-box .gform_footer {
  display: block !important;
  width: 164px !important;
  height: 48px !important;
  margin: 0 !important;
  margin-top: 20px !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
@media (max-width: 768px) {
  .hero-page .form-box .gform_footer {
    width: 145px !important;
    height: 42px !important;
  }
}
.hero-page .form-box .gform_footer:hover {
  opacity: 0.5;
}
.hero-page .form-box .gform_footer input {
  font-family: "Argesta Display" !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: none !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
  z-index: 3;
  border: 1px solid #ffffff !important;
  border-radius: 100px !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.hero-page .form-box .gform_footer input:focus-visible {
  border: 2px solid blue !important;
}
.hero-page .form-box .gform_footer img,
.hero-page .form-box .gform_footer span {
  display: none !important;
}
.hero-page .form-box .gform_validation_errors {
  display: none !important;
}
.hero-page .form-box .gfield_validation_message {
  font-family: "Argesta Display" !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #ffffff;
}
.hero-page .form-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero-page .form-box .disclaimer-link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.hero-page .form-box .disclaimer-link:hover {
  opacity: 0.5;
}