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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

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

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

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

::selection {
  color: #fff;
  background-color: #F7C369;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.09;
}

h1 {
  font-size: 64rem;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40rem;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 30rem;
  }
}

h2 {
  font-size: 48rem;
}

h2.small {
  font-size: 45rem;
}

@media only screen and (max-width: 480px) {
  h2.small {
    font-size: 25rem;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 32rem;
  }
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 25rem;
  }
}

h3 {
  font-size: 22rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 18rem;
  }
}

h4 {
  font-size: 20rem;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.subtitle {
  font-size: 24rem;
  line-height: 1.25;
}

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

@media only screen and (max-width: 480px) {
  .subtitle {
    font-size: 14rem;
  }
}

.tac {
  text-align: center;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1rem solid #000;
  border-radius: 0;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

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

.grid {
  display: grid;
}

@media only screen and (max-width: 768px) {
  .hidden-tab {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .show-tab {
    display: none;
  }
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  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;
  grid-gap: 15rem;
  line-height: 1.25;
  -webkit-transition: .25s;
  transition: .25s;
  width: auto;
  height: 44rem;
  padding: 0 30rem;
  border-radius: 100rem;
  color: #000;
  background-color: #F7C369;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .btn {
    height: 40rem;
    padding: 0 20rem;
    font-size: 14rem;
  }
}

.btn:hover {
  background-color: #f8c978;
}

.btn:active {
  background-color: #f6bd5a;
}

.btn.w100 {
  width: 100%;
}

.btn img, .btn svg {
  width: 20rem;
}

html {
  background-color: #FAFAFA;
  font-size: calc(100vw/1500);
}

@media only screen and (min-width: 1501px) {
  html {
    font-size: 1px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: calc(100vw/768);
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: calc(100vw/320);
  }
}

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

@media only screen and (max-width: 480px) {
  body {
    font-size: 14rem;
  }
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  padding-top: 90rem;
}

@media only screen and (max-width: 480px) {
  .page-container {
    padding-top: 80rem;
  }
}

.container {
  max-width: 1500rem;
  padding: 0 36rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    padding: 0 16rem;
  }
}

header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
}

header.header-main.fixed {
  -webkit-box-shadow: 0rem -4rem 10rem rgba(0, 0, 0, 0.15);
          box-shadow: 0rem -4rem 10rem rgba(0, 0, 0, 0.15);
}

header.header-main .grid {
  height: 90rem;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 35rem;
}

@media only screen and (max-width: 768px) {
  header.header-main .grid {
    grid-template-columns: 1fr auto;
  }
}

@media only screen and (max-width: 480px) {
  header.header-main .grid {
    height: 80rem;
  }
}

header.header-main .grid .logo-wrap img {
  display: block;
  width: 48rem;
}

@media only screen and (max-width: 480px) {
  header.header-main .grid .logo-wrap img {
    width: 39rem;
  }
}

@media only screen and (max-width: 768px) {
  header.header-main .grid .text-wrap {
    display: none;
  }
}

header.header-main .grid .text-wrap p {
  line-height: 1.25;
}

footer.footer-main {
  background-color: #191917;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 55rem 0 25rem;
  text-align: center;
  font-size: 14rem;
  line-height: 1.7;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  footer.footer-main {
    font-size: 16rem;
    padding: 45rem 0;
  }
}

footer.footer-main .top-wrap .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer.footer-main .top-wrap .logo-wrap img {
  display: block;
  width: 200rem;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  footer.footer-main .top-wrap .logo-wrap img {
    width: 100%;
  }
}

footer.footer-main .top-wrap p.title {
  margin: 27rem 0 10rem;
}

footer.footer-main .top-wrap p.copy {
  color: rgba(255, 255, 255, 0.5);
}

footer.footer-main .bottom-wrap {
  margin-top: 20rem;
}

footer.footer-main .bottom-wrap ul {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  grid-gap: 20rem;
}

@media only screen and (max-width: 480px) {
  footer.footer-main .bottom-wrap ul {
    grid-auto-flow: row;
    grid-gap: 0rem;
  }
}

footer.footer-main .bottom-wrap ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main .bottom-wrap ul li a:hover {
  color: #F7C369;
}

.home-1 {
  background-image: url("../img/home-cinematic.jpg");
  background-size: cover;
  background-position: center;
  color: #FCFAEE;
  position: relative;
  z-index: 1;
}

.home-1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.home-1 .wrapper {
  min-height: 600rem;
  height: calc(100vh - 120rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100rem 0 50rem;
}

@media only screen and (max-width: 768px) {
  .home-1 .wrapper {
    padding: 100rem 0 75rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-1 .wrapper {
    padding: 80rem 0 40rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: calc(100vh - 80rem);
    min-height: 400rem;
  }
}

.home-1 .wrapper .text-wrap {
  max-width: 875rem;
}

@media only screen and (max-width: 768px) {
  .home-1 .wrapper .text-wrap {
    max-width: 570rem;
  }
}

.home-1 .wrapper .text-wrap p {
  margin: 18rem 0 35rem;
  font-size: 24rem;
  padding-left: 30rem;
  border-left: 3rem solid #FCFAEE;
  line-height: 1.25;
}

@media only screen and (max-width: 768px) {
  .home-1 .wrapper .text-wrap p {
    font-size: 18rem;
    margin: 15rem 0 20rem;
    max-width: 390rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-1 .wrapper .text-wrap p {
    margin: 15rem 0;
    padding-left: 25rem;
  }
}

.home-2 {
  padding: 70rem 0;
}

@media only screen and (max-width: 768px) {
  .home-2 {
    padding: 30rem 0;
  }
}

.home-2 .grid {
  grid-template-columns: 845rem 1fr;
  grid-gap: 50rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .home-2 .grid {
    grid-template-columns: 1fr;
    grid-gap: 20rem;
  }
}

.home-2 .img-wrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

@media only screen and (max-width: 768px) {
  .home-2 .img-wrap img {
    height: 425rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-2 .img-wrap img {
    height: 250rem;
  }
}

.home-2 .text-wrap h2 {
  margin-bottom: 20rem;
}

@media only screen and (max-width: 480px) {
  .home-2 .text-wrap h2 {
    margin-bottom: 10rem;
  }
}

.home-3 {
  background-color: #fcfaee;
  padding: 100rem 0;
}

@media only screen and (max-width: 768px) {
  .home-3 {
    padding: 30rem 0;
  }
}

.home-3 .title-wrap {
  text-align: center;
  display: grid;
  grid-gap: 25rem;
}

.home-3 .title-wrap h2 {
  max-width: 1030rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .home-3 .title-wrap h2 {
    max-width: 570rem;
  }
}

.home-3 .items {
  margin-top: 60rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35rem 30rem;
}

@media only screen and (max-width: 768px) {
  .home-3 .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .home-3 .items {
    margin-top: 30rem;
    grid-template-columns: 1fr;
    grid-gap: 20rem;
  }
}

.home-3 .items .item {
  text-align: center;
}

.home-3 .items .item img {
  display: block;
  width: 165rem;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .home-3 .items .item img {
    width: 90rem;
  }
}

.home-3 .items .item h3 {
  margin-top: 30rem;
}

@media only screen and (max-width: 480px) {
  .home-3 .items .item h3 {
    margin-top: 25rem;
  }
}

.home-3 .items .item p {
  margin-top: 10rem;
}

.home-4 {
  padding: 100rem 0;
}

@media only screen and (max-width: 768px) {
  .home-4 {
    padding: 30rem 0;
  }
}

.home-4 .title-wrap {
  display: grid;
  grid-gap: 15rem;
  text-align: center;
  max-width: 1280rem;
  margin: 0 auto;
}

.home-4 .title-wrap p {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .home-4 .title-wrap p {
    padding: 0 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-4 .title-wrap p {
    padding: 0;
  }
}

.home-4 .items {
  margin-top: 35rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35rem 30rem;
}

@media only screen and (max-width: 768px) {
  .home-4 .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .home-4 .items {
    grid-template-columns: 1fr;
    grid-gap: 30rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-4 .items .item {
    border-bottom: 3rem solid #FFC356;
    padding-bottom: 10rem;
  }
}

.home-4 .items .item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 480px) {
  .home-4 .items .item img {
    height: 200rem;
  }
}

.home-4 .items .item h3 {
  margin-top: 25rem;
}

.home-4 .items .item h3 span {
  display: inline-block;
  border-bottom: 3rem solid #FFC356;
  padding-bottom: 12rem;
}

@media only screen and (max-width: 768px) {
  .home-4 .items .item h3 span {
    border: none;
  }
}

.home-4 .items .item p {
  margin: 15rem 0 15rem;
  max-width: 285rem;
}

.home-4 .items .item .link-wrap a {
  text-decoration: underline;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-4 .items .item .link-wrap a:hover {
  color: #F7C369;
}

.home-5 .wrapper {
  background-color: #fff;
  padding: 40rem 0;
}

@media only screen and (max-width: 768px) {
  .home-5 .wrapper {
    padding: 35rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-5 .wrapper {
    padding: 20rem 0;
  }
}

.home-5 .wrapper .title-wrap {
  max-width: 1250rem;
  text-align: center;
  margin: 0 auto;
  display: grid;
  grid-gap: 25rem;
}

@media only screen and (max-width: 768px) {
  .home-5 .wrapper .title-wrap {
    grid-gap: 20rem;
  }
}

.home-6 {
  padding: 100rem 0 160rem;
}

@media only screen and (max-width: 768px) {
  .home-6 {
    padding: 30rem 0 100rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-6 {
    padding: 30rem 0 45rem;
  }
}

.home-6 .grid {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30rem;
  grid-template-rows: 630rem 300rem;
}

@media only screen and (max-width: 768px) {
  .home-6 .grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 615rem);
  }
}

@media only screen and (max-width: 480px) {
  .home-6 .grid {
    grid-gap: 12rem;
    grid-template-rows: repeat(2, 255rem);
  }
}

.home-6 .left, .home-6 .right, .home-6 .bottom {
  display: grid;
  grid-gap: 30rem;
}

@media only screen and (max-width: 480px) {
  .home-6 .left, .home-6 .right, .home-6 .bottom {
    grid-gap: 12rem;
  }
}

.home-6 .left .img-wrap, .home-6 .right .img-wrap, .home-6 .bottom .img-wrap {
  height: 100%;
}

.home-6 .left .img-wrap a, .home-6 .right .img-wrap a, .home-6 .bottom .img-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.home-6 .left .img-wrap a:hover img, .home-6 .right .img-wrap a:hover img, .home-6 .bottom .img-wrap a:hover img {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}

.home-6 .left .img-wrap img, .home-6 .right .img-wrap img, .home-6 .bottom .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-6 .left, .home-6 .right {
  grid-template-columns: repeat(2, 1fr);
}

.home-6 .left .img-wrap:nth-child(3) {
  grid-column-end: span 2;
}

.home-6 .right .img-wrap:nth-child(1) {
  grid-row-end: span 2;
}

.home-6 .bottom {
  grid-template-columns: repeat(4, 1fr);
  grid-column-end: span 2;
}

@media only screen and (max-width: 768px) {
  .home-6 .bottom {
    grid-column-end: unset;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .home-6 .bottom {
    display: none;
  }
}

.home-6 .bottom .img-wrap:nth-child(2) {
  grid-column-end: span 2;
}

@media only screen and (max-width: 768px) {
  .home-6 .bottom .img-wrap:nth-child(2) {
    grid-column-end: unset;
  }
}

@media only screen and (max-width: 768px) {
  .home-6 .bottom .img-wrap:nth-child(3) {
    grid-column-end: span 2;
  }
}

.home-6 .hidden-images {
  display: none;
}

.home-7 {
  background-color: #fff;
  padding: 90rem 0;
}

@media only screen and (max-width: 768px) {
  .home-7 {
    padding: 60rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-7 {
    padding: 30rem 0;
  }
}

.home-7 .title-wrap {
  text-align: center;
  max-width: 1240rem;
  margin: 0 auto;
  display: grid;
  grid-gap: 20rem;
}

.home-7 .title-wrap p {
  line-height: 1.5;
}

.home-7 .items {
  margin-top: 35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 30rem;
}

@media only screen and (max-width: 768px) {
  .home-7 .items {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.home-7 .items .item {
  width: calc(33.32% - 20rem);
  background-color: #FAFAFA;
  padding: 30rem 15rem;
}

@media only screen and (max-width: 768px) {
  .home-7 .items .item {
    width: 100%;
  }
}

.home-7 .items .item ul {
  margin-top: 15rem;
}

.home-7 .items .item ul li:not(:last-child) {
  border-bottom: 1px solid #C8C8C8;
}

.home-7 .items .item ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25rem;
  padding: 6rem 40rem 6rem 0;
  background-image: url("../img/ic-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 27rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 768px) {
  .home-7 .items .item ul li a {
    font-size: 22rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-7 .items .item ul li a {
    font-size: 16rem;
    background-size: 20rem;
  }
}

.home-7 .items .item ul li a:hover {
  color: #F7C369;
}

.home-7 .items .item ul li a img.ic {
  width: 60rem;
  height: 60rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 480px) {
  .home-7 .items .item ul li a img.ic {
    width: 40rem;
    height: 40rem;
  }
}

.home-8 {
  padding: 120rem 0 100rem;
  background-color: #191917;
}

@media only screen and (max-width: 768px) {
  .home-8 {
    padding: 50rem 0 65rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-8 {
    padding: 35rem 0 40rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-8 h2 {
    text-align: center;
  }
}

.home-8 .grid {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 768px) {
  .home-8 .grid {
    grid-template-columns: 1fr;
  }
}

.home-8 .img-wrap .wrap {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .home-8 .img-wrap .wrap {
    height: 500rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-8 .img-wrap .wrap {
    height: 320rem;
  }
}

.home-8 .img-wrap .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-8 .form-wrap {
  background-color: #fff;
  padding: 40rem 60rem;
}

@media only screen and (max-width: 768px) {
  .home-8 .form-wrap {
    padding: 40rem 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-8 .form-wrap {
    padding: 30rem 15rem;
  }
}

.home-8 .form-wrap form {
  margin-top: 15rem;
  display: grid;
  grid-gap: 10rem;
  position: relative;
}

.home-8 .form-wrap form .thx-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25rem;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-8 .form-wrap form .thx-wrap:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.home-8 .form-wrap form .input-wrap {
  position: relative;
}

.home-8 .form-wrap form .input-wrap input, .home-8 .form-wrap form .input-wrap select, .home-8 .form-wrap form .input-wrap textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20rem;
}

@media only screen and (max-width: 480px) {
  .home-8 .form-wrap form .input-wrap input, .home-8 .form-wrap form .input-wrap select, .home-8 .form-wrap form .input-wrap textarea {
    font-size: 16rem;
  }
}

.home-8 .form-wrap form .input-wrap input::-webkit-input-placeholder, .home-8 .form-wrap form .input-wrap select::-webkit-input-placeholder, .home-8 .form-wrap form .input-wrap textarea::-webkit-input-placeholder {
  color: rgba(25, 25, 23, 0.6);
}

.home-8 .form-wrap form .input-wrap input:-ms-input-placeholder, .home-8 .form-wrap form .input-wrap select:-ms-input-placeholder, .home-8 .form-wrap form .input-wrap textarea:-ms-input-placeholder {
  color: rgba(25, 25, 23, 0.6);
}

.home-8 .form-wrap form .input-wrap input::-ms-input-placeholder, .home-8 .form-wrap form .input-wrap select::-ms-input-placeholder, .home-8 .form-wrap form .input-wrap textarea::-ms-input-placeholder {
  color: rgba(25, 25, 23, 0.6);
}

.home-8 .form-wrap form .input-wrap input::placeholder, .home-8 .form-wrap form .input-wrap select::placeholder, .home-8 .form-wrap form .input-wrap textarea::placeholder {
  color: rgba(25, 25, 23, 0.6);
}

.home-8 .form-wrap form .input-wrap input:focus, .home-8 .form-wrap form .input-wrap select:focus, .home-8 .form-wrap form .input-wrap textarea:focus {
  border-color: #F7C369;
}

.home-8 .form-wrap form .input-wrap input.error, .home-8 .form-wrap form .input-wrap select.error, .home-8 .form-wrap form .input-wrap textarea.error {
  border-color: red;
}

.home-8 .form-wrap form .input-wrap input, .home-8 .form-wrap form .input-wrap select {
  height: 73rem;
}

@media only screen and (max-width: 480px) {
  .home-8 .form-wrap form .input-wrap input, .home-8 .form-wrap form .input-wrap select {
    height: 52rem;
  }
}

.home-8 .form-wrap form .input-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/ic-select.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-color: transparent !important;
  color: #191917;
}

.home-8 .form-wrap form .input-wrap textarea {
  padding-top: 20rem;
  height: 100rem;
}

.home-8 .form-wrap form .input-wrap label.error {
  color: red;
  font-size: 12rem;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 10;
  font-weight: 400;
}

.home-8 .form-wrap form .text-wrap {
  margin-top: 10rem;
}

.home-8 .form-wrap form .text-wrap p {
  font-size: 14rem;
  line-height: 1.7;
}

@media only screen and (max-width: 480px) {
  .home-8 .form-wrap form .text-wrap p {
    font-size: 12rem;
  }
}

.home-8 .form-wrap form .text-wrap p a {
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-8 .form-wrap form .text-wrap p a:hover {
  color: #F7C369;
}

.home-8 .form-wrap form .btn-wrap {
  margin-top: 20rem;
  text-align: center;
}
