/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container:after, .datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #39f;
}

.datepicker-top-left:after, .datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  border-top-color: #39f;
}

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
  content: " ";
  display: table;
}

.datepicker-panel > ul:after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

@font-face {
  font-family: "Sarabun";
  src: url("../fonts/SarabunRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Sarabun";
  src: url("../fonts/SarabunMediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Sarabun";
  src: url("../fonts/SarabunBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Sarabun";
  src: url("../fonts/SarabunExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Sarabun";
  src: url("../fonts/SarabunSemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}

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

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

button, input {
  font-family: "Sarabun", sans-serif;
}

button {
  cursor: pointer;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  color: #000;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
}

::selection {
  color: #999;
  background-color: #000;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1400px) {
  .container {
    max-width: 768px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 262px;
  height: 55px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .1em;
  -webkit-transition: .25s;
  transition: .25s;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.title-wrap {
  padding-left: 97px;
}

@media only screen and (max-width: 1400px) {
  .title-wrap {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .title-wrap {
    padding-left: 0;
  }
}

.title-wrap h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .title-wrap h2 {
    font-size: 35px;
  }
}

.title-wrap h2::before {
  content: attr(data-letter);
  display: block;
  position: absolute;
  top: -132px;
  left: -97px;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e4e4e4;
  font-size: 240px;
  z-index: -1;
}

@media only screen and (max-width: 992px) {
  .title-wrap h2::before {
    font-size: 150px;
    top: -80px;
    left: -10px;
  }
}

.title-wrap .subtitle {
  max-width: 650px;
  font-size: 18px;
  line-height: calc(28/18);
  color: #979797;
  margin-top: 2px;
}

@media only screen and (max-width: 1400px) {
  .title-wrap .subtitle {
    font-size: 16px;
  }
}

.dots-nav-wrap {
  position: fixed;
  z-index: 32;
  top: 0;
  bottom: 0;
  right: 41px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

@media only screen and (max-width: 992px) {
  .dots-nav-wrap {
    display: none;
  }
}

.dots-nav-wrap.active {
  padding-bottom: 68vh;
}

.dots-nav-wrap button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #fff;
  position: relative;
  -webkit-transition: .25s;
  transition: .25s;
  border-color: transparent;
  pointer-events: auto;
}

.dots-nav-wrap button:hover span {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.dots-nav-wrap button span {
  display: inline-block;
  position: absolute;
  top: -3px;
  right: calc(100% + 20px);
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 5px 4px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: .25s;
  transition: .25s;
}

@media only screen and (max-width: 992px) {
  .dots-nav-wrap button span {
    display: none;
  }
}

.dots-nav-wrap button:not(:last-child) {
  margin-bottom: 10px;
}

.dots-nav-wrap button.active {
  border-color: #fff;
}

.dots-nav-wrap button.active::after {
  background-color: #fff;
}

@media (min-width: 993px) {
  .dots-nav-wrap button:hover {
    border-color: #fff;
  }
  .dots-nav-wrap button:hover::after {
    background-color: #fff;
  }
}

.dots-nav-wrap button:hover::before {
  width: 20px;
}

@media only screen and (max-width: 992px) {
  .dots-nav-wrap button:hover::before {
    display: none;
  }
}

.dots-nav-wrap button::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  top: calc(50% - 1px / 2);
  left: -20px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(195, 4, 4, 0)), to(white));
  background-image: linear-gradient(90deg, rgba(195, 4, 4, 0) 0%, white 100%);
  -webkit-transition: .25s;
  transition: .25s;
}

.dots-nav-wrap button::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  -webkit-transition: .25s;
  transition: .25s;
}

aside {
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  padding-top: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
}

@media only screen and (max-width: 1400px) {
  aside {
    padding-top: 260px;
  }
}

@media only screen and (max-width: 992px) {
  aside {
    top: auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    -webkit-transition: .25s;
    transition: .25s;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  aside.mob-show {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

aside .btn-wrap a {
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  width: 75px;
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: .25s;
  transition: .25s;
}

@media only screen and (max-width: 992px) {
  aside .btn-wrap a {
    width: 120px;
    height: 35px;
    font-size: 12px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}

aside .btn-wrap a:hover {
  opacity: .9;
}

aside button.scroll-up {
  width: 75px;
  height: 75px;
  background-image: url("../img/arrow-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  margin-top: auto;
  margin-bottom: 30px;
  -webkit-transition: .25s;
  transition: .25s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  aside button.scroll-up {
    width: 35px;
    height: 35px;
    margin: 0;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .main-footer {
    padding-bottom: 55px;
    background-color: #000;
  }
}

.main-footer .top {
  padding-top: 67px;
  padding-bottom: 38px;
  background-color: #fff;
}

.main-footer .top .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-footer .top .flex ul {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .main-footer .top .flex ul {
    padding-right: 15px;
  }
}

.main-footer .top .flex ul li {
  display: block;
  line-height: calc(28/16);
}

@media only screen and (max-width: 1400px) {
  .main-footer .top .flex ul li {
    line-height: 1.2;
  }
}

.main-footer .top .flex ul li a {
  color: inherit;
  text-decoration: none;
}

.main-footer .top .flex ul li a:hover {
  text-decoration: underline;
}

.main-footer .top .flex ul.social-wrap {
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer .top .flex ul.social-wrap li:not(:last-child) {
  margin-right: 9px;
}

.main-footer .top .flex ul.social-wrap li a {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
  -webkit-transition: .25s;
  transition: .25s;
}

.main-footer .top .flex ul.social-wrap li a:hover {
  background-color: #000;
}

.main-footer .top .flex ul.social-wrap li a:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.main-footer .top .flex ul.social-wrap li a img {
  -webkit-transition: .25s;
  transition: .25s;
}

.main-footer .bottom {
  background-color: #000;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
}

.main-footer .bottom .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .main-footer .bottom .flex .copy-wrap {
    padding-right: 15px;
  }
}

.main-footer .bottom .flex .copy-wrap p {
  color: #979797;
  font-size: 14px;
  line-height: 1;
}

.main-footer .bottom .flex .link-wrap a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.main-footer .bottom .flex .link-wrap a:hover {
  text-decoration: underline;
}

.remodal {
  text-align: left;
  width: 100%;
  max-width: 750px;
  padding-left: 95px;
  padding-right: 95px;
  padding-top: 60px;
  padding-bottom: 70px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .remodal {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.remodal .title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px;
}

.remodal.remodal-policy .text-wrap p:not(:last-child) {
  margin-bottom: 15px;
}

.remodal.remodal-form .alert {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 30px;
}

.remodal.remodal-form .alert.green {
  color: green;
}

.remodal.remodal-form .alert.red {
  color: red;
}

.remodal.remodal-form .form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.remodal.remodal-form .form-wrap form input:invalid, .remodal.remodal-form .form-wrap form select:invalid, .remodal.remodal-form .form-wrap form textarea:invalid {
  background-color: rgba(255, 0, 0, 0.05) !important;
}

.remodal.remodal-form .form-wrap form .left, .remodal.remodal-form .form-wrap form .right {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 768px) {
  .remodal.remodal-form .form-wrap form .left, .remodal.remodal-form .form-wrap form .right {
    width: 100%;
  }
}

.remodal.remodal-form .form-wrap form .left .area, .remodal.remodal-form .form-wrap form .right .area {
  border: 1px solid transparent;
  background-color: #f7f7f7;
  width: 100%;
  display: block;
  padding: 0 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 40px;
}

.remodal.remodal-form .form-wrap form .left .area.input, .remodal.remodal-form .form-wrap form .right .area.input {
  height: 55px;
  line-height: 55px;
}

.remodal.remodal-form .form-wrap form .left .area:focus, .remodal.remodal-form .form-wrap form .right .area:focus {
  border-color: #979797;
}

.remodal.remodal-form .form-wrap form .left > *:not(:last-child) {
  margin-bottom: 10px;
}

.remodal.remodal-form .form-wrap form .left select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/ic-select.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.remodal.remodal-form .form-wrap form .left label {
  position: relative;
}

.remodal.remodal-form .form-wrap form .left label input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.remodal.remodal-form .form-wrap form .left .date-wrap.hide, .remodal.remodal-form .form-wrap form .left .file-wrap.hide {
  display: none;
}

.remodal.remodal-form .form-wrap form .left .date-wrap {
  position: relative;
  cursor: pointer;
}

.remodal.remodal-form .form-wrap form .left .date-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../img/ic-calendar.svg");
  top: calc(50% - 8px);
  right: 20px;
  z-index: 11;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.remodal.remodal-form .form-wrap form .left input {
  cursor: pointer;
}

.remodal.remodal-form .form-wrap form .file-wrap {
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .remodal.remodal-form .form-wrap form .file-wrap {
    margin-bottom: 10px;
  }
}

.remodal.remodal-form .form-wrap form .file-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../img/ic-upload.svg");
  top: calc(50% - 30px);
  right: 20px;
  z-index: 11;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.remodal.remodal-form .form-wrap form .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.remodal.remodal-form .form-wrap form .right textarea.area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  resize: none;
  padding-top: 20px;
  min-height: 55px;
}

.remodal.remodal-form .form-wrap form .right .btn-wrap {
  margin-top: 10px;
}

.remodal.remodal-form .form-wrap form .right .btn-wrap button {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #000;
  border: none;
  font-weight: 800;
  letter-spacing: .1em;
  -webkit-transition: .25s;
  transition: .25s;
}

.remodal.remodal-form .form-wrap form .right .btn-wrap button.disabled {
  pointer-events: none;
}

.remodal.remodal-form .form-wrap form .right .btn-wrap button:hover {
  opacity: .9;
}

.remodal .remodal-close {
  left: auto;
  top: 22px;
  right: 22px;
  width: 27px;
  height: 27px;
  background-image: url("../img/ic-close.svg");
  background-repeat: no-repeat;
  -webkit-transition: .25s;
  transition: .25s;
}

.remodal .remodal-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.remodal .remodal-close::before {
  display: none;
}

.datepicker-dropdown {
  z-index: 999999 !important;
}

h1.thx {
  font-size: 50px;
  padding: 10vh;
  padding: 30px;
  text-align: center;
}

.preloader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999;
  -webkit-transition: .5s;
  transition: .5s;
  display: none !important;
}

.preloader-wrap.active {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.preloader-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 20vw;
  height: 20vw;
  background-image: url("../img/_logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .03;
}

.preloader-wrap .preloader {
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1;
}

.preloader-wrap .preloader span {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: spin 2s ease infinite;
          animation: spin 2s ease infinite;
}

.preloader-wrap .preloader span:first-child {
  background: #f7f7f7;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.preloader-wrap .preloader span:nth-child(2) {
  background: #e4e4e4;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.preloader-wrap .preloader span:nth-child(3) {
  background: #979797;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.preloader-wrap .preloader span:last-child {
  background: #000;
}

@-webkit-keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
            transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
            transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
            transform: translate(0, 160%);
  }
}

@keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
            transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
            transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
            transform: translate(0, 160%);
  }
}

.section-1 {
  background-color: #000;
  position: relative;
  z-index: 31;
}

@media only screen and (max-width: 992px) {
  .section-1 .container {
    max-width: 100%;
  }
}

.section-1::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 100%;
  left: 0;
  height: 97px;
  background-color: #000;
  width: 555px;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .section-1::after {
    display: none;
  }
}

.section-1 header {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 130px;
  background-color: #000;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 32px;
}

@media only screen and (max-width: 992px) {
  .section-1 header {
    position: static;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
}

.section-1 header .logo-wrap a {
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 18px 0;
}

@media only screen and (max-width: 992px) {
  .section-1 header .logo-wrap a {
    padding: 10px 25px;
  }
}

.section-1 header .logo-wrap a img {
  width: 80px;
}

@media only screen and (max-width: 992px) {
  .section-1 header .logo-wrap a img {
    width: 40px;
  }
}

.section-1 header p {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}

@media only screen and (max-width: 992px) {
  .section-1 header p {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.section-1 .main-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: relative;
  height: 100vh;
  min-height: 450px;
  max-height: 1024px;
  padding-left: 130px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .section-1 .main-wrapper {
    padding-left: 0;
    height: 470px;
  }
}

.section-1 .main-wrapper .section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
  padding: 30px;
}

@media only screen and (max-width: 992px) {
  .section-1 .main-wrapper .section-wrapper {
    padding: 5px;
  }
}

.section-1 .main-wrapper .section-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .section-1 .main-wrapper .section-wrapper video {
    display: none;
  }
}

.section-1 .main-wrapper .section-wrapper img.poster {
  display: none;
}

@media only screen and (max-width: 992px) {
  .section-1 .main-wrapper .section-wrapper img.poster {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}

@media only screen and (max-width: 700px) {
  .section-1 .main-wrapper .section-wrapper img.poster {
    -o-object-position: calc(50% + 239px) center;
       object-position: calc(50% + 239px) center;
  }
}

.section-1 .main-wrapper .section-wrapper .content {
  position: relative;
  border: 2px solid #fff;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .section-1 .main-wrapper .section-wrapper .content {
    padding-right: 20px;
  }
}

.section-1 .main-wrapper .section-wrapper .content .frame {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  pointer-events: none;
}

@media only screen and (max-width: 992px) {
  .section-1 .main-wrapper .section-wrapper .content .frame {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

.section-1 .main-wrapper .section-wrapper .content .frame span {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  border: 1px solid #fff;
}

@media only screen and (max-width: 992px) {
  .section-1 .main-wrapper .section-wrapper .content .frame span {
    width: 30px;
    height: 30px;
  }
}

.section-1 .main-wrapper .section-wrapper .content .frame span:nth-child(1) {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.section-1 .main-wrapper .section-wrapper .content .frame span:nth-child(2) {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.section-1 .main-wrapper .section-wrapper .content .frame span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.section-1 .main-wrapper .section-wrapper .content .frame span:nth-child(4) {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.section-1 .main-wrapper .section-wrapper .content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}

.section-1 .main-wrapper .section-wrapper .content .container nav {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .section-1 .main-wrapper .section-wrapper .content .container nav {
    text-align: center;
    left: 0;
  }
}

.section-1 .main-wrapper .section-wrapper .content .container nav ul li {
  display: inline-block;
}

.section-1 .main-wrapper .section-wrapper .content .container nav ul li:not(:last-child) {
  margin-right: 45px;
}

@media only screen and (max-width: 768px) {
  .section-1 .main-wrapper .section-wrapper .content .container nav ul li:not(:last-child) {
    margin-right: 10px;
  }
}

.section-1 .main-wrapper .section-wrapper .content .container nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  display: block;
  padding: 25px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-1 .main-wrapper .section-wrapper .content .container nav ul li a {
    padding: 20px 0;
    font-size: 14px;
  }
}

.section-1 .main-wrapper .section-wrapper .content .container nav ul li a:hover:before {
  opacity: 1;
}

.section-1 .main-wrapper .section-wrapper .content .container nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: .25s;
  transition: .25s;
}

.section-1 .main-wrapper .section-wrapper .content .container .text-wrap h1 {
  font-size: 48px;
  line-height: calc(56/48);
  max-width: 915px;
}

@media only screen and (max-width: 1400px) {
  .section-1 .main-wrapper .section-wrapper .content .container .text-wrap h1 {
    font-size: 30px;
    max-width: 570px;
  }
}

@media only screen and (max-width: 768px) {
  .section-1 .main-wrapper .section-wrapper .content .container .text-wrap h1 {
    font-size: 22px;
  }
}

.section-1 .main-wrapper .section-wrapper .content .container .text-wrap h1 span {
  font-style: italic;
  font-weight: 500;
}

.section-1 .main-wrapper .section-wrapper .content .container .text-wrap .btn-wrap {
  margin-top: 40px;
}

.section-1 .main-wrapper .section-wrapper .content .container button.scroll-down {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-down.svg");
  border: none;
  background-color: transparent;
}

.section-2 {
  padding-top: 175px;
}

.section-2 .video-wrapper {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 .video-wrapper .video-wrap {
  position: relative;
  padding-top: 56.25%;
  margin-top: 45px;
}

.section-2 .video-wrapper .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-3 {
  padding-top: 90px;
}

.section-3 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

@media only screen and (max-width: 1400px) {
  .section-3 .items {
    margin-top: 35px;
  }
}

.section-3 .items .item {
  width: calc(33.333% - 15px);
  border: 1px solid #f7f7f7;
  padding-top: 42px;
  margin-bottom: 30px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 30px;
}

@media only screen and (max-width: 1400px) {
  .section-3 .items .item {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    width: calc(33.333% - 5px);
    padding-right: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .section-3 .items .item {
    width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 576px) {
  .section-3 .items .item {
    width: 100%;
  }
}

.section-3 .items .item:nth-child(odd) {
  background-color: #f7f7f7;
}

@media only screen and (max-width: 576px) {
  .section-3 .items .item:nth-child(odd) {
    background-color: transparent;
  }
}

@media only screen and (max-width: 576px) {
  .section-3 .items .item:nth-child(even) {
    background-color: #f7f7f7;
  }
}

.section-3 .items .item .img-wrap {
  background-color: #e4e4e4;
  width: 40px;
  height: 60px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .section-3 .items .item .img-wrap {
    width: 20px;
    height: 30px;
  }
}

.section-3 .items .item .img-wrap img {
  display: block;
  position: absolute;
  max-width: 40px;
  top: 0;
  right: -20px;
}

@media only screen and (max-width: 1400px) {
  .section-3 .items .item .img-wrap img {
    max-width: 20px;
    right: -10px;
  }
}

.section-3 .items .item .title {
  font-size: 26px;
  font-weight: 800;
  margin-top: 11px;
}

@media only screen and (max-width: 1400px) {
  .section-3 .items .item .title {
    margin-top: 5px;
    font-size: 17px;
  }
}

.section-3 .items .item ul {
  margin-top: 15px;
}

@media only screen and (max-width: 1400px) {
  .section-3 .items .item ul {
    margin-top: 4px;
  }
}

.section-3 .items .item ul li {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 1.25;
  padding-left: 30px;
}

@media only screen and (max-width: 1400px) {
  .section-3 .items .item ul li {
    padding-left: 15px;
    font-size: 14px;
  }
}

.section-3 .items .item ul li:not(:last-child) {
  margin-bottom: 9px;
}

@media only screen and (max-width: 1400px) {
  .section-3 .items .item ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.section-3 .items .item ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #000;
  left: 0;
  top: 8px;
}

.section-4 {
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}

.section-4 .flex .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 392px;
          flex: 0 0 392px;
  padding-top: 90px;
}

@media only screen and (max-width: 1400px) {
  .section-4 .flex .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 50px;
  }
}

.section-4 .flex .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media only screen and (max-width: 1400px) {
  .section-4 .flex .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 992px) {
  .section-4 .flex .right {
    margin-top: 40px;
  }
}

.section-4 .flex .right .block {
  background-color: #000;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-4 .flex .right .block {
    position: relative;
    left: -15px;
    width: 100vw;
  }
}

.section-4 .flex .right .block::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f7f7f7;
  height: 215px;
  width: 3000px;
  bottom: 0;
  right: calc(100% - 67px);
  z-index: 2;
  pointer-events: none;
}

@media only screen and (max-width: 1400px) {
  .section-4 .flex .right .block::before {
    right: calc(100% - 30px);
  }
}

@media only screen and (max-width: 768px) {
  .section-4 .flex .right .block::before {
    display: none;
  }
}

.section-4 .flex .right .block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5000px;
  right: -5000px;
  background-color: inherit;
}

.section-4 .flex .right .block p {
  color: #fff;
  font-size: 18px;
  line-height: calc(34/18);
  padding: 88px 0 100px 100px;
}

@media only screen and (max-width: 1400px) {
  .section-4 .flex .right .block p {
    padding: 50px 0 50px 50px;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 768px) {
  .section-4 .flex .right .block p {
    padding: 25px 15px;
  }
}
