:root {
  --primary-color:#212529;
  --accent: #B49D7D;
  --grey: #414042;
  --body-font: "Helvetica Neue", sans-serif;
}

.toggle-sound {
  position: absolute;
  z-index: 99;
}

.loading {
  overflow: hidden !important;
}
.loading .loader {
  opacity: 1;
}
.loading lottie-player {
  opacity: 1;
}

lottie-player {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  pointer-events: none;
}

.loader {
  opacity: 0;
  transition: opacity 3s ease-in-out;
  pointer-events: none;
  transition-delay: 1.5s;
}

.broker-field {
  display: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  margin-bottom: 2vw;
}

sup {
  top: -0.25em;
  font-weight: 300;
}

hr {
  width: 100%;
  border-bottom: 1px solid white;
}

.ls-nm {
  letter-spacing: 0.1em !important;
}

.ls-sm {
  letter-spacing: -0.025em !important;
}

.bg-accent {
  background: var(--accent);
}

.text-color {
  color: var(--primary-color) !important;
}

.text-accent {
  color: var(--accent) !important;
}

.text-white {
  color: white !important;
}
.text-white * {
  color: white !important;
}

.no-style {
  list-style: none !important;
}

* {
  outline: none;
  font-family: var(--body-font);
  font-weight: 300;
  font-style: normal;
}

.text-white {
  color: white !important;
}

.no-scroll {
  overflow: hidden !important;
}

html, body {
  overflow-x: hidden;
}

.row {
  margin: 0;
}

html,
body,
button,
a {
  font-family: var(--body-font);
  outline: none !important;
}

:hover {
  transition: color 0.3s ease-in-out;
}

a {
  color: var(--primary-color);
  font-weight: 600;
}
a:hover {
  color: black;
  text-decoration: underline !important;
}
a.arrow-down {
  position: relative;
  padding-bottom: 1.5em;
}
a.arrow-down:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 0.625em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/img/asset/arrow-down.svg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

small {
  font-size: 0.875em;
}

.bg-black {
  background: black !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--body-font);
  text-transform: none;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: -0.01em;
}

.img-fluid {
  width: 100%;
}

h1 {
  font-size: 4em;
  line-height: 1.25em;
  letter-spacing: normal;
  margin-bottom: 0.5em;
}
h1.small {
  font-size: 3.75em;
}
@media (max-width: 1179.98px) {
  h1.small {
    font-size: 5vw;
  }
}
@media (max-width: 768.98px) {
  h1 {
    font-size: 5vw;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 3em;
  line-height: 1.25em;
}
@media (max-width: 768.98px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2.75em;
}
@media (max-width: 1641px) {
  h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1179.98px) {
  h3 {
    font-size: 3vw;
  }
}
@media (max-width: 768.98px) {
  h3 {
    font-size: 1.75em;
  }
}

h4 {
  margin-bottom: 1.75em;
}
@media (max-width: 768.98px) {
  h4 {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 1.125em;
  }
}

h5 {
  font-size: 1.5625em;
  text-transform: none;
}
@media (max-width: 768.98px) {
  h5 {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  h5 {
    font-size: 1.125em;
  }
}

h6 {
  font-size: 1.25em;
}

ul {
  padding-left: 1.5em;
  column-count: 1;
}
@media (max-width: 768.98px) {
  ul {
    column-count: 1;
  }
}
ul li {
  padding-left: 10px;
}

.border,
.border-left,
.border-right,
.border-top,
.border-bottom {
  border-color: #707070 !important;
}
@media (max-width: 1179.98px) {
  .border,
  .border-left,
  .border-right,
  .border-top,
  .border-bottom {
    border: none !important;
  }
}

.quote {
  font-size: 2.25em;
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 18px;
}
.quote .title {
  font-size: 0.875em;
}
@media (max-width: 1641px) {
  .quote {
    font-size: 2.25vw;
  }
}
@media (max-width: 575.98px) {
  .quote {
    font-size: 18px;
  }
}

strong {
  font-weight: bold;
}

p {
  font-family: var(--body-font);
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 0;
  color: var(--body-font) -color;
  line-height: 1.875em;
  margin-bottom: 1em;
}
@media (max-width: 1179.98px) {
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
p:last-of-type {
  margin-bottom: 0;
}
p.large {
  font-size: 2em;
}
@media (max-width: 1179.98px) {
  p.large {
    font-size: 1.25em;
  }
}

@media (max-width: 768.98px) {
  .tablet-two-columns {
    width: 100%;
    columns: 2 !important;
  }
}

.text-normal {
  font-family: var(--body-font);
  font-weight: normal;
  text-transform: none;
}

.text-sp {
  font-family: var(--body-font);
}

.lh-1 {
  line-height: 1em;
}

.blog p:last-of-type {
  margin-bottom: 0 !important;
}

.side-bar .quote {
  font-size: 1.5em;
}
.side-bar a {
  text-transform: uppercase;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  padding-left: 1.5em;
  position: relative;
}
ul li:before {
  display: block;
  content: "-";
  top: 0.5em;
  position: absolute;
  left: 0;
  font-size: 1.15em;
  color: black;
  top: 50%;
  transform: translateY(-50%);
}

.container-fluid {
  max-width: calc(100vw - 4rem);
}

.container.sm {
  max-width: 1395px;
}
@media (max-width: 1641px) {
  .container.sm {
    max-width: 1200px;
  }
}

svg {
  width: 100%;
}

#mainbody {
  padding-top: 180px;
}
@media (max-width: 768.98px) {
  #mainbody {
    padding-top: 95px;
  }
}
#mainbody::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  background: black;
  left: 0;
  top: 0;
}
.img-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.shadow {
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.15) !important;
}
.shadow.hover-effect {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.shadow.hover-effect:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.accordion .content.show {
  max-height: 600px;
  transition: max-height 0.5s ease-in-out;
  transition-delay: 0.1s;
}
.accordion .content li {
  padding-left: 0;
}
.accordion .accordion-header {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.accordion .accordion-header.active {
  pointer-events: none !important;
}
.accordion .accordion-header::before, .accordion .accordion-header::after {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  background: #000;
  position: absolute;
  left: 0;
  top: 35%;
}
.accordion .accordion-header::after {
  transform: rotate(90deg);
}
.accordion .accordion-header.active::after {
  display: none;
}
.accordion .accordion-header h2 {
  margin-bottom: 10px;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .logo a {
  overflow: hidden;
  display: block;
}
header .logo .top {
  max-height: 100%;
}
header .logo .sticky {
  max-height: 0;
}
header .nav-desktop {
  display: flex;
  flex-direction: column;
}
header .nav-desktop .nav-menu {
  width: 350px;
}
header .nav-desktop > div {
  height: 100%;
  flex-direction: column;
}
header .nav-desktop .btn-cta {
  margin-top: auto;
  align-self: flex-end;
}
header.home.visible nav {
  transform: translateY(0%);
}
header nav {
  background: white;
  padding: 0;
  padding-top: 1rem;
  filter: invert(1);
  transition: filter 0.3s ease-in-out;
  position: absolute;
}
@media (max-width: 1179.98px) {
  header nav {
    padding-top: 0;
  }
}
header.attached {
  position: absolute;
  top: 0;
  left: 0;
}
header.attached nav {
  filter: invert(0);
}
header.attached .nav-desktop {
  display: flex;
  flex-direction: row;
  width: 60%;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1641px) {
  header.attached .nav-desktop {
    font-size: 0.75em;
  }
}
@media (max-width: 1179.98px) {
  header.attached .nav-desktop {
    width: 65%;
  }
}
header.attached .nav-desktop .nav-menu {
  width: 100%;
  max-width: 350px;
}
header.attached .nav-desktop > div {
  margin-top: 0;
  width: 100%;
  max-width: 650px;
  flex-direction: row;
}
header.attached .nav-desktop .btn-cta {
  margin-top: 0;
  height: 2.5em;
  line-height: 2.5em;
  align-self: center;
}
header.attached .fs-nav {
  top: 80px;
}
header.attached.visible nav {
  transform: translateY(0%);
}
header.attached nav {
  position: absolute;
  background: white;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  padding: 0px;
}
@media (max-width: 768.98px) {
  header.attached nav {
    transform: none;
  }
}
header.attached nav .logo {
  height: 50px;
  width: 60vw;
}
header.attached nav .logo .top {
  max-height: 0;
}
header.attached nav .logo .sticky {
  max-height: 100%;
}
header.attached nav .nav-btn {
  font-size: 14px;
}

nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 160px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768.98px) {
  nav {
    height: 100px;
  }
}
nav ul li {
  padding: 0;
}
nav ul li::before, nav ul li::after {
  display: none;
}
nav ul li a {
  font-weight: 500;
  text-decoration: none !important;
}
nav ul li a:hover {
  text-decoration: underline !important;
}
nav ul li a.boxed {
  border: 1px solid black;
  padding: 10px 30px;
  padding-top: 14px;
}
nav .logo-alt {
  display: none;
}
nav .logo {
  max-height: 150px;
  max-width: 350px;
  width: 25vw;
  display: block;
}
@media (max-width: 1179.98px) {
  nav .logo {
    width: 30vw;
  }
}
nav .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left center;
}
nav .nav-btn {
  color: black !important;
}
nav .nav-btn .burger span {
  background: black;
}
nav .nav-menu {
  max-width: 904px;
}
nav .register-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  width: auto;
  border-radius: 0.3125em;
  font-family: var(--special-font);
  color: white;
  background: var(--blue);
  margin-right: 0.625em;
  transition: background-color 0.3s ease-in-out;
}
nav .register-btn:hover {
  background-color: var(--main-color-2);
}
nav .hamburger-wrapper {
  position: relative;
  background: var(--red);
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 0.3125em;
  z-index: 98;
  transition: background-color 0.3s ease-in-out;
}
nav .hamburger-wrapper:hover {
  background-color: var(--main-color-2);
}

.fs-nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 140px;
  left: 0;
  padding-right: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: white;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 0.3s;
}
@media (max-width: 768.98px) {
  .fs-nav {
    top: 100px;
  }
}
.fs-nav.show {
  opacity: 1;
  pointer-events: initial;
}
.fs-nav.show .nav-menu li {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
  margin-bottom: 0.5em;
}
.fs-nav.show .nav-menu li a {
  font-family: var(--body-font);
  font-weight: 500;
  text-decoration: none !important;
}
.fs-nav .nav-btn:hover .burger {
  transform: none !important;
}
.fs-nav .nav-btn .burger span {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fs-nav .nav-btn .burger span:nth-child(1) {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fs-nav .nav-btn .burger span:nth-child(2) {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.fs-nav .nav-btn .burger span:last-child {
  display: none;
}
.fs-nav .nav-menu {
  list-style: none;
  width: 100%;
  padding-left: 0;
  font-family: var(--special-font);
  text-align: start;
}
.fs-nav .nav-menu li {
  padding-left: 0;
  font-size: 2.75em;
  opacity: 0;
}
.fs-nav .nav-menu li::before {
  display: none !important;
}
.fs-nav .nav-menu li a {
  font-family: var(--body-font);
}
@media (max-width: 1179.98px) {
  .fs-nav .nav-menu li {
    font-size: 1.5em;
  }
}
@media (max-width: 768.98px) {
  .fs-nav .nav-menu li {
    font-size: 5vw;
  }
}
.fs-nav .nav-menu .social-wrapper {
  display: flex;
  justify-content: center;
}
.fs-nav .nav-menu .social-wrapper a {
  height: 0.75em;
  margin: 0.25em;
  display: block;
}
.fs-nav .nav-menu .social-wrapper a:hover svg * {
  fill: var(--blue);
}
.fs-nav .nav-menu .social-wrapper a svg {
  height: 100%;
  width: auto;
}
.fs-nav .nav-menu .social-wrapper a svg * {
  fill: var(--c-text-color);
  transition: fill ease-in-out 0.3s;
}

.hamburger {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 24px;
  z-index: 99999;
  display: block;
}
@media (max-width: 575.98px) {
  .hamburger {
    width: 25px;
    height: 22px;
  }
}
.hamburger span {
  background: black;
  position: absolute;
  height: 2px;
  border-radius: 0;
  width: 100%;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 12px;
}
@media (max-width: 575.98px) {
  .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
    top: 10px;
  }
}
.hamburger span:nth-child(4) {
  top: 24px;
}
@media (max-width: 575.98px) {
  .hamburger span:nth-child(4) {
    top: 20px;
  }
}
.hamburger.active span {
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.hamburger.active span:nth-child(1), .hamburger.active span:nth-child(4) {
  opacity: 0;
}
.hamburger.active span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger.active:before {
  opacity: 1;
  transition: opacity 0.3 ease-in-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.btn {
  display: inline-block;
  font-weight: 500;
  font-size: 0.95em;
  height: 1em;
  line-height: 1em;
  padding: 0;
  padding-right: 2em;
  color: inherit;
  transition: all 0.3s ease-in-out;
  margin-top: 1.25em;
  position: relative;
  overflow: hidden;
}
.btn:hover {
  text-decoration: none !important;
}
.btn:hover::before {
  transform: translateY(0);
}
.btn:hover::after {
  transform: translateY(100%);
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url(/img/asset/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0.1em;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url(/img/asset/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0.1em;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1641px) {
  .btn {
    font-size: 0.75em;
  }
}
.btn-cta {
  line-height: 3em;
  height: 3em;
  display: inline-block;
  border-radius: 1.5em;
  padding: 0 1em;
  background: black;
  color: white;
  border: 1px solid black;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.btn-cta:hover {
  text-decoration: none !important;
  color: black;
  background: white;
}
.btn-cta.white {
  background: white;
  color: black;
  border: 1px solid white;
}
.btn-cta.white:hover {
  text-decoration: none !important;
  color: white;
  background: black;
}

.position-relative .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.5em;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader lottie-player {
  width: 65vw;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  transform: translateY(20%);
}
.modal.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.modal .content {
  overflow-y: auto;
  height: calc(100vh - 150px);
  padding-bottom: 5em;
}
.modal .logo {
  max-width: 300px;
  width: 30vw;
  display: block;
  max-height: 100%;
  object-fit: contain;
  object-position: left;
}
.modal .top {
  height: 100px;
  margin-top: 50px;
}
@media (max-width: 768.98px) {
  .modal .top {
    margin-top: 25px;
  }
}
.modal .close-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  right: 1.5em;
}

section {
  position: relative;
}
@media (max-width: 1179.98px) {
  section {
    height: unset;
    max-height: unset;
  }
}

#about .logo {
  width: 202px;
}
#about .btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

#gallery {
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-navigation-color: #aaa;
  --swiper-navigation-size: 30px;
  position: relative;
}
#gallery ::selection {
  background: none;
}
#gallery .gallery {
  height: 56.25vw;
  max-height: 1080px;
  width: 100%;
}
#gallery .swiper-slide {
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
}
#gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#gallery .arrow-next,
#gallery .arrow-prev {
  mix-blend-mode: luminosity;
  width: 80px;
  height: 12px;
  background-image: url(/img/asset/arrow-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
#gallery .arrow-next::after,
#gallery .arrow-prev::after {
  display: none;
}
#gallery .arrow-next {
  background-image: url(/img/asset/arrow-next.svg);
  background-position: center right;
}
#gallery .hover-prev::after,
#gallery .hover-next::after {
  display: none;
}
#gallery .hover-next {
  width: 50%;
  top: 0;
  height: 100%;
  cursor: url("/img/asset/arrow-next-c.svg"), auto !important;
  mix-blend-mode: difference;
}
#gallery .hover-prev {
  width: 50%;
  top: 0;
  height: 100%;
  cursor: url("/img/asset/arrow-prev-c.svg"), auto !important;
  mix-blend-mode: difference;
}

#hero .border-top-white {
  border-top: 1px solid white;
}
@media (max-width: 768.98px) {
  #hero .border-top-white {
    border-top: none;
  }
}
#hero .video {
  padding-bottom: 56.25%;
}
@media (max-width: 768.98px) {
  #hero .video {
    padding-bottom: 120vw;
  }
  #hero .video iframe {
    height: 120vw;
  }
}
#hero .video iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768.98px) {
  #hero .video iframe {
    height: 120vw;
    width: 300vw;
  }
}
#hero .caption {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#hero .caption h1 {
  font-size: 3vw;
}
#hero .caption h1 span {
  font-size: 0.75em;
}
@media (max-width: 1641px) {
  #hero .caption h1 {
    font-size: calc(2.5vw + 16px);
  }
}
@media (max-width: 768.98px) {
  #hero .caption h1 {
    font-size: calc(4vw + 16px);
  }
}
@media (max-width: 768.98px) {
  #hero img {
    min-height: 100vw;
    object-fit: cover;
    object-position: center;
  }
}
#hero.offset {
  height: 44vw;
  max-height: 450px;
  margin-bottom: -130px;
}
@media (max-width: 1179.98px) {
  #hero.offset {
    height: 33vw;
    margin-bottom: calc((12vw - 4rem) * -1);
  }
}
@media (max-width: 768.98px) {
  #hero.offset {
    min-height: 60vw;
    margin-bottom: calc((30vw - 4rem) * -1);
  }
}
@media (max-width: 575.98px) {
  #hero.offset {
    min-height: 120vw;
    margin-bottom: calc((50vw - 4rem) * -1);
  }
}

@media (max-width: 768.98px) {
  #home #hero .caption {
    top: 0%;
    left: 0;
    transform: none;
  }
}

#stack:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 50vw;
  background: #000;
  left: 0;
  top: 0;
  z-index: -1;
  max-height: 920px;
}
@media (max-width: 1179.98px) {
  #stack:before {
    height: 80vw;
  }
}
@media (max-width: 768.98px) {
  #stack:before {
    height: 120vw;
  }
}
#stack #hero {
  height: 25vw;
  max-height: 300px;
}
@media (max-width: 768.98px) {
  #stack #hero {
    height: 40vw;
  }
}
@media (max-width: 575.98px) {
  #stack #hero {
    height: 60vw;
  }
}
#stack #hero h1 span {
  font-size: 0.65em;
}

.mobile-contact {
  font-size: 2.25vw;
  position: relative;
  --border-color:white;
  border-top: 1px solid var(--border-color);
}
.mobile-contact .border-right {
  border-right: 1px solid var(--border-color) !important;
}
.mobile-contact .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  max-width: 35%;
}
.mobile-contact .icon-wrapper img {
  min-height: unset !important;
  width: 80% !important;
  height: 80% !important;
  filter: brightness(0);
  filter: invert(1);
  object-fit: contain !important;
}
.mobile-contact .icon {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid var(--border-color);
  max-width: 33.33%;
}
.mobile-contact .border-bottom {
  width: 100%;
  height: 1px;
  background: var(--border-color);
  position: relative !important;
}

@media (max-width: 1179.98px) {
  #spec .small {
    font-size: 1em;
  }
}

.tab-sel a.active {
  text-decoration: underline !important;
}

.tab-content {
  display: none;
}

.reveal {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  transition-delay: 700;
}
.reveal.active {
  opacity: 1;
}

.btn-download {
  display: inline-flex;
  border: 1px solid black;
  padding: 0.5em 1em;
  padding-top: 0.85em;
  padding-left: 3em;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-self: start;
}
.btn-download::before {
  content: "Download";
  display: block;
  font-size: 0.75em;
  line-height: 0.75em;
}
.btn-download::after {
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: 0;
  width: 1em;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-image: url(/img/icon-download.svg);
  background-repeat: no-repeat;
}

footer {
  --border-color: #CCCCCC;
  width: 100%;
  font-size: 12px;
}
footer .height-1 {
  min-height: 60px !important;
}
footer .height-2 {
  min-height: 120px !important;
}
footer .logo {
  max-width: 206px;
}
footer .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}
footer .border-top {
  border: none !important;
  position: relative;
  overflow: hidden;
  min-height: 1px;
}
footer .border-top::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  content: "";
  display: block;
  background: var(--border-color);
  position: absolute;
  height: 1px;
}
@media (max-width: 1179.98px) {
  footer .container-fluid {
    max-width: unset;
    width: 100%;
  }
}
footer .border-left {
  border: none !important;
  position: relative;
  width: 1px;
}
footer .border-left::after {
  position: absolute;
  content: "";
  display: block;
  background: var(--border-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 200vw;
  transform: translateY(-50%);
}
footer .border-right {
  border: none !important;
  position: relative;
  width: 1px;
}
footer .border-right::after {
  position: absolute;
  content: "";
  display: block;
  background: var(--border-color);
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 200vw;
  transform: translateY(-50%);
}
footer .border-bottom {
  border: none !important;
  position: relative;
  min-height: 1px;
  overflow: hidden;
}
footer .border-bottom::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200vw;
  content: "";
  display: block;
  background: var(--border-color);
  position: absolute;
  height: 1px;
}
footer .logo-wrapper {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  max-height: 390px;
  height: 20.3125vw;
}
@media (max-width: 768.98px) {
  footer .logo-wrapper {
    height: 30vw;
  }
}
footer .logo-wrapper .logo {
  width: 50vw;
  max-width: 437px;
}
footer .service span {
  font-weight: 500;
}
footer a {
  font-weight: inherit;
  letter-spacing: normal;
  color: black;
  text-transform: inherit;
}
@media (max-width: 1179.98px) {
  footer .p-logo {
    width: 30%;
    margin: 0 10px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  footer .p-logo {
    width: 45%;
    margin: 0;
    text-align: center;
  }
}
footer .copyright {
  text-transform: initial;
  font-weight: 300;
  font-size: 0.75em;
}
footer h6 {
  font-size: 1em;
  font-weight: 500;
}
footer .copyright {
  border-top: 1px solid;
}
footer .copyright * {
  color: #6C6C6C;
}
footer .mobile-contact {
  --border-color: #CCCCCC;
  border-top: none;
  border-bottom: 1px solid var(--border-color);
}
footer .mobile-contact .border-right {
  border: none !important;
}
footer .mobile-contact .icon-wrapper img {
  filter: brightness(1);
}
footer .mobile-contact .btn-wrapper {
  width: 35%;
  font-size: 1.2em;
}

form {
  --c-text-color: black;
}
form.form-done {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
form legend {
  font-family: var(--body-font);
  color: black;
  margin-bottom: 0;
  padding-left: 0.5em;
}
@media (max-width: 768.98px) {
  form {
    font-size: 16px;
  }
}

.radio-wrapper {
  font-size: 1em;
  display: flex;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 15px;
}
.radio-wrapper .control {
  display: block;
  position: relative;
  padding-left: 3%;
  margin-bottom: 0;
  margin-left: 3%;
  cursor: pointer;
  font-size: 1em;
}
@media (max-width: 575.98px) {
  .radio-wrapper .control {
    margin-left: 10px;
  }
}
.radio-wrapper .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .radio-wrapper .control input {
    width: 80vw;
  }
}
.radio-wrapper .control__indicator {
  position: absolute;
  left: 0;
  top: 20px;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid black;
  border-color: transparent;
}
.radio-wrapper .control--radio .control__indicator {
  border-radius: 50%;
}
.radio-wrapper .control input:checked ~ .control__indicator {
  border-color: black;
}
.radio-wrapper .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.radio-wrapper .control .control__indicator:after {
  content: "";
  position: absolute;
}
.radio-wrapper .control .control__indicator:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.radio-wrapper .control input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.radio-wrapper .control__indicator {
  border-radius: 0 !important;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.radio-wrapper .control {
  display: flex;
  padding-left: 0;
  width: 3em;
}
.radio-wrapper .control input + span {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.radio-wrapper .control input:checked ~ .control__indicator:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.inline-response {
  color: black;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3 ease-in-out;
  flex-direction: column;
  top: 0;
  left: 0;
  z-index: 1998;
}
.inline-response h1 {
  font-size: 1.5em;
}
.inline-response h3 {
  font-size: 1.25em;
}
.inline-response .close {
  width: 20px;
  height: 20px;
  top: 17px;
  right: 10px;
}
.inline-response .close span {
  width: 20px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
}
.inline-response .close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.inline-response .close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.inline-response .popup-wrapper {
  z-index: 2000;
  border: 10px solid white;
}
@media (max-width: 575.98px) {
  .inline-response .popup-wrapper {
    width: 100%;
  }
}
.inline-response img {
  width: 350px;
}
@media (max-width: 575.98px) {
  .inline-response img {
    width: 100%;
  }
}
.inline-response.reveal-response {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.consent {
  font-weight: 300;
  font-family: var(--body-font);
  font-size: 1em;
  color: black;
}

.consent-wrapper {
  margin-top: 1em;
  max-width: 500px;
  height: 2.2em;
}

.g-recaptcha {
  position: relative;
}
.g-recaptcha:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 100%;
  height: 99%;
  border-radius: 3px;
  border: 1px solid transparent;
}
.g-recaptcha.error:after {
  border-color: red;
}

.error {
  border-color: red !important;
}
.error::placeholder {
  color: red !important;
}

legend {
  font-size: 1em;
  line-height: 55px;
}
@media (max-width: 575.98px) {
  legend {
    font-size: 0.8em;
  }
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  font-family: var(--body-font);
  text-transform: inherit;
  background: transparent;
  letter-spacing: normal;
  appearance: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  display: block;
  font-weight: normal;
  width: 100%;
  font-size: 1em;
  text-transform: initial;
  text-align: left;
  line-height: 2em;
  height: 2em;
  padding: 0 1em;
  margin-bottom: 2em;
  color: var(--c-text-color);
}
@media (max-width: 575.98px) {
  input:not([type=checkbox]):not([type=radio]),
  textarea {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  input:not([type=checkbox]):not([type=radio]),
  textarea {
    line-height: 2.75em;
    height: 2.75em;
    margin-bottom: 0.5em;
  }
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder {
  color: var(--c-text-color);
  text-transform: inherit;
  opacity: 1;
  font-weight: 300;
}

.select2-selection--multiple ul {
  display: flex;
  flex-direction: column;
}
.select2-selection--multiple input {
  margin-bottom: 0 !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-top: 0.2em;
  text-align: left;
  margin-bottom: 0.2em;
  padding: 0.2em 0;
  padding-left: 1em !important;
  padding-right: 2em;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice::before {
  display: none;
}

.select2-container {
  margin-bottom: 0 !important;
}

li.select2-search {
  padding-left: 0 !important;
  padding-left: 2em;
}
li.select2-search::before {
  display: none;
}

.select2-selection__choice::before {
  left: 1em !important;
}

.select2-search::before {
  left: 0.3em !important;
}

.select2-selection__choice__remove {
  position: absolute;
  right: 0.5em;
}

.radio-custom-label {
  display: inline-flex;
  align-items: center;
  margin: 5px;
  cursor: pointer;
  position: relative;
}

.radio-custom {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 1px solid #707070;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
  background: var(--primary-color);
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.radio-custom:focus + .radio-custom-label {
  outline: none;
}

textarea {
  padding-top: 10px;
  height: auto;
  font-weight: 300;
}

.checkbox-wrapper {
  font-size: 1.5em;
}
@media (max-width: 768.98px) {
  .checkbox-wrapper {
    font-size: 1em;
  }
}
.checkbox-wrapper.error label:before {
  border: 2px solid red !important;
  background: white;
}
.checkbox-wrapper.error label {
  color: red;
}
.checkbox-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #221f1f;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper label {
  display: inline;
  padding: 0;
  font-size: 0.75em;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .checkbox-wrapper label {
    font-size: 0.875em;
  }
}
.checkbox-wrapper [type=checkbox]:not(:checked), .checkbox-wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label, .checkbox-wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 50px;
  display: block;
  text-transform: inherit;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:before, .checkbox-wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: none;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after, .checkbox-wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background: url(/img/asset/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 1.5em;
  height: 1.5em;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: black;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrapper [type=checkbox]:disabled + label {
  color: #aaa;
}
.checkbox-wrapper [type=checkbox]:checked:focus + label:before, .checkbox-wrapper [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid black;
}
.checkbox-wrapper label:hover:before {
  border: 1px solid black !important;
}

.checkbox-wrapper.error label:before {
  border: 1px solid red !important;
}
.checkbox-wrapper.error label {
  color: red;
}
.checkbox-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper label {
  display: inline;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .checkbox-wrapper label {
    font-size: 0.875em;
  }
}
.checkbox-wrapper [type=checkbox]:not(:checked), .checkbox-wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label, .checkbox-wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  display: block;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:before, .checkbox-wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: none;
  border: 1px solid black !important;
  height: 1.5em;
  width: 1.5em;
  display: block;
  float: left;
  margin-right: 1em;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after, .checkbox-wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background: url(/img/asset/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 1.5em;
  height: 1.5em;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrapper [type=checkbox]:disabled + label {
  color: #aaa;
}
.checkbox-wrapper [type=checkbox]:checked:focus + label:before, .checkbox-wrapper [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid rgba(17, 34, 51, 0.2666666667);
}
.checkbox-wrapper label:hover:before {
  border: 1px solid #white !important;
}

.broker-wrapper {
  opacity: 0;
  height: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3 ease-in-out;
}
.broker-wrapper.show {
  max-height: 1000px;
  height: auto;
  opacity: 1;
  transition: all 0.3 ease-in-out;
}

/**
 *  Selector2 style
 */
select {
  width: 100%;
}

.select2-container {
  margin-top: 0;
  text-transform: initial;
  text-align: center;
  max-width: 100%;
  width: 100% !important;
  margin-bottom: 2em;
}
@media (max-width: 768.98px) {
  .select2-container {
    margin-bottom: 0.5em !important;
  }
}

.select2-container--open .select2-dropdown--above {
  border-radius: 0;
}

.select2-container--default .select2-results__option:before {
  display: none !important;
}

.select2-results__option {
  line-height: 2em !important;
}
@media (max-width: 768.98px) {
  .select2-results__option {
    line-height: 2.75em !important;
  }
}

.select2-container--default .select2-selection--single {
  background: none;
  color: black;
  height: 3em !important;
  border: none !important;
  border: 1px solid black !important;
}
@media (max-width: 768.98px) {
  .select2-container--default .select2-selection--single {
    height: 2.75em !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: black;
  text-transform: inherit;
  font-weight: 300;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #555 !important;
}

select.error + span.select2-container .select2-selection--single {
  border-color: red !important;
}
select.error + span.select2-container .select2-selection--single .select2-selection__placeholder {
  color: red;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: black;
  height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  padding: 0 20px;
}
.select2-container--default .select2-results__group {
  color: black;
  height: 30px;
  line-height: 18px;
  font-size: 0.85em;
}

.select2-results__option {
  padding: 0 20px;
  line-height: 55px;
  text-transform: initial;
  font-size: 0.85em;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  margin-bottom: -8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--main-color-2);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: white;
  background: var(--main-color-2);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 14px;
  top: 45% !important;
  right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("/img/asset/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  transition: transform 0.3 ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px;
  height: 13px;
  top: 23px;
  right: 10px;
  transform: translate(-50%, -50%);
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  transform-origin: 50% 35%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
  text-align: left;
  max-width: 100%;
  line-height: 3em;
  font-weight: 300;
  padding: 0 0.5em;
}
@media (max-width: 768.98px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.75em !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(/img/asset/arrow-down.svg);
}

.select2-container--default .select2-results__options {
  display: flex;
  flex-direction: column;
}

.select2-container--default .select2-results__option {
  text-align: left;
}
@media (max-width: 768.98px) {
  .select2-container--default .select2-results__option {
    text-align: center;
  }
}

form button {
  background: white;
  color: black;
  border: 2px solid black;
  cursor: pointer;
  font-weight: 600;
  font-family: var(--body-font);
  letter-spacing: normal;
  margin-left: auto;
  font-size: 1em;
  box-sizing: border-box;
  line-height: 2.5em;
  height: 3em;
  padding: 0 1em;
  border-radius: 1.5em;
  display: inline-block;
  transition: background 0.3s ease-in-out;
  outline: none !important;
  border-color: var(--primary-color);
}
@media (max-width: 768.98px) {
  form button {
    margin-right: auto;
  }
}
form button:hover {
  color: white;
  background: black;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}
