:root {
  --primary-color: #00BBF0;
  --primary-color-2: #006598;
  --lighter-color: #74CFF3;
  --med-color: #008ac4;
  --darker-color: #05446C;
  --accent-color: black;
  --grey-color: #37363a;
}

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

.serif,
.serif span {
  font-family: "Poppins", sans-serif !important;
}

.sans-serif,
.sans-serif span {
  font-family: "Poppins", sans-serif !important;
}

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

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

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

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

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

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

.dark {
  color: #EBEBEB !important;
}

hr {
  border-color: #707070;
}

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

.position-fix-v-1 {
  margin-top: 0em;
}
@media (max-width: 1179.98px) {
  .position-fix-v-1 {
    margin-top: unset;
  }
}

a.caption {
  position: absolute;
}
a.caption:hover {
  cursor: pointer;
}
a.caption:hover h1,
a.caption:hover .text-wrapper {
  color: var(--accent-color);
}
a.caption:hover h1:after,
a.caption:hover .text-wrapper:after {
  right: -75px !important;
}
a.caption h1 {
  transition: color 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  a.caption h1 {
    width: 70%;
  }
}
a.caption h1:after {
  content: "";
  display: block;
  position: absolute;
  right: -70px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background-image: url(/img/assets/arrow-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: right 0.3s ease-in-out;
}
@media (max-width: 768.98px) {
  a.caption h1:after {
    height: 15px;
    width: 15px;
  }
}

.stretch-bg .bg-accent:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: var(--accent-color);
  z-index: -1;
}
.stretch-bg .bg-accent.left:after {
  right: 0;
}
.stretch-bg .bg-accent.right:after {
  left: 0;
}
.stretch-bg .bg-accent hr {
  border-color: white;
}
.stretch-bg .bg-white:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: white;
  z-index: -1;
}
.stretch-bg .bg-white.left:after {
  right: 0;
}
.stretch-bg .bg-white.right:after {
  left: 0;
}
.stretch-bg .bg-white hr {
  border-color: white;
}
.stretch-bg .bg-black {
  z-index: 1;
}
.stretch-bg .bg-black h1 {
  color: white;
}
.stretch-bg .bg-black h1:after {
  background-image: url(/img/assets/arrow-right-white.svg);
}
.stretch-bg .bg-black:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.stretch-bg .bg-black.left:after {
  right: 0;
}
.stretch-bg .bg-black.right:after {
  left: 0;
}
.stretch-bg .bg-black hr {
  border-color: white;
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-pagination.swiper-pagination-black .swiper-pagination-bullet {
  background: var(--primary-color);
  margin: 0 18px;
}

#outdoorLiving .bottom-block {
  height: 25%;
}
@media (max-width: 768.98px) {
  #outdoorLiving .bottom-block {
    top: 0;
    height: 100%;
    display: none;
  }
}

* {
  outline: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  overflow: hidden;
  margin: auto;
  background: white;
}
@media (max-width: 575.98px) {
  body {
    font-size: 1rem;
  }
}

html,
body,
button,
:hover {
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.container {
  max-width: 1480px;
}

a {
  font-family: "Poppins", sans-serif;
  outline: none !important;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: initial;
  text-decoration: none !important;
  font-weight: 500;
  letter-spacing: 0.065em;
}
a.arrow {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-right: 2em;
}
@media (max-width: 1441px) {
  a.arrow {
    font-size: 1.5em;
  }
}
@media (max-width: 575.98px) {
  a.arrow {
    font-size: 1em;
  }
}
a.arrow:after {
  content: "";
  display: block;
  margin-left: 0.5em;
  background-image: url(/img/arrow-right-color.svg);
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
}
a.learn-more {
  margin-top: 20px;
  font-size: 1em;
  display: inline-block;
  position: relative;
  font-weight: 500;
  width: 8.5em;
}
a.learn-more:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 25px;
  height: 14px;
  background-image: url(/img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: right 0.3s ease-in-out;
}
a.learn-more:hover {
  color: var(--primary-color);
}
a.learn-more:hover:after {
  right: -5%;
}
a:hover {
  color: var(--accent-color);
}

a.btn {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 1em;
  line-height: 2.666666667em;
  height: 2.666666667em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 1em;
  transition: background 0.3s ease-in-out;
}
a.btn.max-width {
  max-width: 180px;
}
a.btn:hover {
  color: white;
  background: var(--primary-color);
}

a.btn-rnd {
  background: var(--primary-color-2);
  display: inline-block;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 2em;
  line-height: 2em;
  height: 2em;
  border-radius: 1em;
  margin-bottom: 1em;
  transition: background 0.3s ease-in-out;
}
a.btn-rnd:hover {
  background: var(--grey-color);
}

form button,
a.btn.register {
  padding: 0;
  width: 80vw;
  max-width: 180px;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: black;
}
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-weight: 100;
}

h1, h2 {
  font-size: 5em;
}
@media (max-width: 1179.98px) {
  h1, h2 {
    font-size: 5.5em;
  }
}
@media (max-width: 768.98px) {
  h1, h2 {
    font-size: 8vw;
  }
}

.bg-grey {
  background-color: var(--grey-color);
}
.bg-grey * {
  color: white;
}

.reveal-fadeup {
  opacity: 0;
  transform: translateY(101%);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.reveal-fadeup.show {
  transform: translateY(0);
  opacity: 1;
}

.stacked-title {
  display: block;
  width: 100%;
  padding-top: 0.25em;
  line-height: 0.85em;
  margin-bottom: 0.25em;
}
.stacked-title span {
  font-size: 1em;
  display: block;
  width: 100%;
  color: var(--med-color);
}
.stacked-title span:nth-child(1) {
  color: var(--lighter-color);
}
.stacked-title span:nth-child(2) {
  color: var(--primary-color);
  padding-left: 0.5em;
}
.stacked-title span:nth-child(3) {
  color: var(--med-color);
}

.decor {
  width: 100%;
  border-bottom: 2px solid var(--primary-color);
}
@media (max-width: 1179.98px) {
  .decor {
    width: 100%;
  }
}

strong {
  font-weight: 500;
}

p {
  font-family: "Poppins", sans-serif;
  color: #37363a;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  p {
    font-size: 1em;
  }
}
p:last-of-type {
  margin-bottom: 0;
}

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

.text-normal {
  font-weight: normal;
  text-transform: none;
}

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

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

.contact a {
  display: block;
  width: 100%;
  padding: 18.5px 0;
  border-bottom: 1px solid #707070;
  position: relative;
}
.contact a:first-of-type {
  border-top: 1px solid #707070;
}
.contact a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact a.phone:after {
  background-image: url(/img/assets/mobile.svg);
}
.contact a.email:after {
  background-image: url(/img/assets/envolpe.svg);
}
.contact a.web:after {
  background-image: url(/img/assets/hand.svg);
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
}

section > .container,
section > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1441px) {
  section > .container,
  section > .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container.bottom {
  transform: translateY(-50%);
  margin-bottom: -100px;
}
.container.bottom .bg {
  background-size: cover;
  background-position: center;
}
@media (max-width: 1179.98px) {
  .container.bottom .bg {
    height: 33vw;
  }
}
@media (max-width: 768.98px) {
  .container.bottom .bg {
    height: 50vw;
  }
}
.container.bottom .video-btn {
  height: 100%;
}
@media (max-width: 768.98px) {
  .container.bottom .video-btn {
    height: 61.1111111vw;
    display: block;
  }
}
@media (max-width: 1179.98px) {
  .container.bottom {
    transform: translateY(0);
    margin-bottom: 0;
  }
}

a.toRegister {
  font-family: #FF671D;
  font-weight: 400;
  border: 1px solid var(--primary-color);
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
}

.red-box-decor {
  background: var(--accent-color);
  position: relative;
}
@media (max-width: 1179.98px) {
  .red-box-decor {
    background: transparent;
  }
}
.red-box-decor > div {
  z-index: 1;
}
.red-box-decor:after {
  z-index: 0;
  content: "";
  display: block;
  background-image: url("/img/company-profiles/facts.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-100%);
  background-color: var(--accent-color);
  height: 100%;
  position: absolute;
  top: 0;
  width: 88px;
  width: 100vw;
}
@media (max-width: 1441px) {
  .red-box-decor:after {
    transform: translateX(-93%);
  }
}
@media (max-width: 1179.98px) {
  .red-box-decor:after {
    transform: translateX(-15px);
    width: 110vw;
    background-position: left;
    z-index: -1;
  }
}
.red-box-decor * {
  color: white;
}

a h1.caption {
  font-size: 5em;
  width: 100%;
}
@media (max-width: 1179.98px) {
  a h1.caption {
    font-size: 5vw;
  }
}

svg {
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
}

#mainbody {
  margin-top: 148px;
}
@media (max-width: 1179.98px) {
  #mainbody {
    margin-top: 100px;
  }
}

.logo-loader {
  background-color: rgba(133, 117, 78, 0.05);
}

.register-btn {
  position: fixed;
  right: 0;
  top: 30%;
  max-width: 60px;
  width: 5vw;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .register-btn {
    width: 30px;
  }
}
.register-btn:hover img {
  opacity: 0.9;
}

a.to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: none;
}
a.to-top img {
  width: 100%;
  transform: rotate(-90deg);
}

nav {
  padding: 0;
  height: auto;
  padding: 34px 0;
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  transition: padding 0.3s ease-in-out;
}
@media (max-width: 1441px) {
  nav {
    padding: 34px 0;
  }
}
@media (max-width: 768.98px) {
  nav {
    padding-top: 34px 0;
  }
}
nav > .container {
  height: 100%;
}
nav.active {
  background: white;
  height: 80px;
}
nav.active .logo {
  max-width: 200px;
}
nav .logo {
  height: auto;
  width: 40vw;
  max-width: 450px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768.98px) {
  nav .logo {
    width: 50vw;
  }
}
nav .logo img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
nav .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
nav .fs-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  transform: translateX(101%);
  transition: transform 0.5s ease-in-out;
  display: flex;
  z-index: 99;
}
nav .fs-nav.show {
  transform: translateX(0);
  opacity: 1;
}
nav .fs-nav .close-btn {
  font-size: 0;
  background-color: transparent;
  border: 1px solid #74cff3;
  background-image: url(/img/assets/close.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  top: 50px;
  right: 50px;
}
@media (max-width: 768.98px) {
  nav .fs-nav .close-btn {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    top: 20px;
    right: 20px;
  }
}
nav ul.nav-menu {
  padding-top: 150px;
  width: 92%;
  max-width: 1480px;
  padding-left: 0;
  margin: 0 auto;
  overflow-y: auto;
}
@media (max-width: 768.98px) {
  nav ul.nav-menu {
    padding-top: 100px;
  }
}
nav ul.nav-menu > li {
  padding: 8px 0;
  margin-bottom: 6px;
  width: 100%;
}
nav ul.nav-menu > li:nth-child(4n+1) > a {
  color: var(--lighter-color) !important;
}
nav ul.nav-menu > li:nth-child(4n+2) > a {
  color: var(--primary-color) !important;
}
nav ul.nav-menu > li:nth-child(4n+3) > a {
  color: var(--med-color) !important;
}
nav ul.nav-menu > li:nth-child(4n+4) > a {
  color: #006696 !important;
}
nav ul.nav-menu > li:nth-child(4n+5) > a {
  color: #333 !important;
}
nav ul {
  list-style: none;
}
nav ul .header_subMenu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #006696;
  left: 0;
  top: 0;
  transform: translateX(-201%);
  transition: transform 0.5s ease-in-out;
  z-index: 1;
  overflow-y: auto;
}
nav ul .header_subMenu .container {
  width: 92%;
  padding: 0;
  width: 92%;
  max-width: 1480px;
  margin: 0 auto;
}
nav ul .header_subMenu ul {
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 0;
}
@media (max-width: 768.98px) {
  nav ul .header_subMenu ul {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
nav ul .header_subMenu ul li {
  border-bottom: 1px solid #74cff3;
  padding: 18px 72px;
}
@media (max-width: 768.98px) {
  nav ul .header_subMenu ul li {
    padding: 16px 50px;
  }
}
nav ul .header_subMenu ul li a {
  font-size: 2em;
  color: white !important;
}
nav ul .header_subMenu ul li:first-child {
  font-weight: 400;
  background-image: url(/img/assets/arrow-circle-left.svg);
  background-size: 30px;
  background-position: 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
nav ul .header_subMenu ul li:first-child a {
  font-weight: 400;
}
nav ul .header_subMenu ul li:last-child {
  padding-left: 0;
  border: none;
}
nav ul .header_subMenu.show {
  transform: translateX(0%);
}
nav ul a {
  display: inline-block;
  font-size: 6vw;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  letter-spacing: normal;
}
@media (max-width: 768.98px) {
  nav ul a {
    font-size: 12vw;
  }
}
nav ul a.has-submenu {
  padding-right: 50px;
  background-image: url(/img/assets/arrow-circle-right.svg);
  background-position: 100%;
  padding-right: 100px;
  background-size: 30px;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 768.98px) {
  nav ul a.has-submenu {
    padding-right: 50px;
  }
}
nav ul a:after {
  content: "";
  display: block;
  display: none;
  height: 3px;
  width: 0;
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}
nav ul a:hover:after, nav ul a.active:after {
  width: 100%;
}
nav ul a.reg {
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: -0.015em;
}
nav .hamburger {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 21px;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 98;
  display: block;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
@media (max-width: 1179.98px) {
  nav .hamburger {
    right: 30px;
  }
}
nav .hamburger span {
  background: #008ac4;
  position: absolute;
  height: 2px;
  left: 0;
  border-radius: 1;
  width: 100%;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
nav .hamburger span:nth-child(1) {
  top: 0;
}
nav .hamburger span:nth-child(2) {
  display: none;
}
nav .hamburger span:nth-child(2), nav .hamburger span:nth-child(3) {
  top: 11px;
}
nav .hamburger span:nth-child(4) {
  top: 21px;
}
nav .hamburger.active span {
  background: white;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
nav .hamburger.active span:nth-child(1), nav .hamburger.active span:nth-child(4) {
  opacity: 0;
}
nav .hamburger.active span:nth-child(2) {
  transform: rotate(45deg);
}
nav .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}
nav .hamburger.active:before {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-nav {
  right: 0;
  top: 0;
  background: white;
  height: 100vh;
  width: 180px;
  padding-right: 37px;
  transform: translateX(110%);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 98;
}
.side-nav.active {
  transform: translateX(0);
}
.side-nav .menu-wrapper {
  width: 40px;
  max-height: 615px;
  position: absolute;
  right: 10%;
  height: 60vh;
  padding-right: 20px;
}
.side-nav .menu-wrapper a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  display: block;
  background: #EBEBEB;
  font-size: 1em;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.side-nav .menu-wrapper a:before {
  content: "";
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -14px;
  left: -14px;
  opacity: 0;
}
.side-nav .menu-wrapper a:after {
  content: "";
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  top: -14px;
  left: -14px;
}
.side-nav .menu-wrapper a.active, .side-nav .menu-wrapper a:hover {
  background: var(--primary-color);
}
.side-nav .menu-wrapper a.active span, .side-nav .menu-wrapper a:hover span {
  color: var(--primary-color);
}
.side-nav .menu-wrapper a.active span:after {
  opacity: 1;
}
.side-nav .menu-wrapper a span {
  position: absolute;
  color: #EBEBEB;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 0.875em;
  display: block;
  width: 108px;
  padding-left: 30px;
}
.side-nav .menu-wrapper a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  transform: translate(-100%, -50%);
  border-top: 15px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid white;
  opacity: 0;
}
.side-nav .tiny-dots {
  width: 5px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.side-nav .tiny-dots .tiny-dot {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EBEBEB;
}

.header-link {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-right: 20px;
}

#home {
  height: 100%;
}
#home .video {
  padding: 0;
  background-size: cover;
  background-position: center;
}
#home .video .overlay {
  background: rgba(0, 18, 27, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#home .video iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#home .video a.arrow-down {
  position: absolute;
  bottom: 35px;
  width: 100px;
  text-align: center;
}
#home .video a.arrow-down .load-svg {
  width: 100px;
}
#home .video a.arrow-down .load-svg svg * {
  stroke: white;
}
#home .video .caption {
  width: 100%;
  z-index: 5;
}
#home .video .caption .top-half,
#home .video .caption .bottom-half {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 50%;
}
@media (max-width: 768.98px) {
  #home .video .caption .top-half,
  #home .video .caption .bottom-half {
    top: 15%;
    height: 55%;
    max-height: unset;
  }
}
@media (max-width: 575.98px) {
  #home .video .caption .top-half,
  #home .video .caption .bottom-half {
    top: 15%;
  }
}
#home .video .caption .bottom-half {
  top: 50%;
}
@media (max-width: 768.98px) {
  #home .video .caption .bottom-half {
    height: 30%;
    top: 70%;
  }
}
#home .video .caption a.btn {
  color: white;
  background: transparent;
  border-color: white;
  margin-left: auto;
  margin-right: auto;
}
#home .video .caption a.btn:hover {
  background: white;
  color: var(--primary-color);
}
#home .video .caption h1 {
  font-size: 2.6041667vw;
  letter-spacing: 0.1em;
}
@media (max-width: 575.98px) {
  #home .video .caption h1 {
    font-size: 3vw;
  }
}
#home .video .caption h2 {
  letter-spacing: 0.07em;
  max-width: 50.3541667vw;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-size: 1.6666667vw;
}
@media (max-width: 1179.98px) {
  #home .video .caption h2 {
    font-size: 2vw;
    max-width: 65vw;
  }
}
@media (max-width: 768.98px) {
  #home .video .caption h2 {
    font-size: 4vw;
    max-width: 65vw;
  }
}
@media (max-width: 575.98px) {
  #home .video .caption h2 {
    font-size: 5vw;
  }
}
#home .video .caption h2.desc {
  line-height: 1.5em;
}
@media (max-width: 768.98px) {
  #home .video .caption h2.desc {
    display: none !important;
  }
}
#home .video .caption .logo {
  width: 44.2708333vw;
}
@media (max-width: 575.98px) {
  #home .video .caption .logo {
    width: 55vw;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

#home .banner {
  overflow: hidden;
}
@media (max-width: 768.98px) {
  #home .banner iframe {
    filter: blur(2px);
    width: 104%;
    height: 104%;
  }
}
#home .banner .caption {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 13.020833vw;
  padding-left: 5%;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 246, 255, 0.0784313725);
}
@media (max-width: 768.98px) {
  #home .banner .caption {
    padding-top: 12vw;
  }
}
#home .banner .caption > img {
  width: 33.125vw;
}
@media (max-width: 575.98px) {
  #home .banner .caption > img {
    width: 30vw;
  }
}
#home .banner .caption p {
  padding-left: 8vw;
  color: black;
  margin-top: 2em;
  font-size: 0.9375vw;
  width: 36vw;
}
@media (max-width: 768.98px) {
  #home .banner .caption p {
    width: 40vw;
    font-size: 2vw;
    padding-left: 7.5%;
  }
}
.toggle-sound {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  z-index: 1;
  text-align: right;
  margin-left: auto;
  cursor: pointer;
  letter-spacing: 0.5em;
  display: inline-block;
  text-align: right;
  padding: 0;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle-sound.mute i {
  display: none;
}
.toggle-sound.mute .bi-volume-mute-fill {
  display: block !important;
}
.toggle-sound i {
  display: block;
  position: absolute;
  width: 70%;
  height: 70%;
}
.toggle-sound i svg {
  height: auto;
}
.toggle-sound i svg * {
  fill: white;
}
.toggle-sound .bi-volume-mute-fill {
  display: none !important;
}
.toggle-sound:hover {
  text-decoration: underline !important;
}

.bannerSlider {
  height: 56.15vw;
  position: relative;
}
.bannerSlider .swiper-slide {
  background-image: url(/img/placeholder.jpg);
  background-position: center;
  background-size: cover;
}
.bannerSlider .slider-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  height: 30px;
  width: 40%;
  max-width: 130px;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 768.98px) {
  .bannerSlider .slider-nav {
    bottom: 10px;
    height: 15px;
  }
}
.bannerSlider .slider-nav .swiper-pagination {
  display: flex;
  margin-top: 0;
}
.bannerSlider .slider-nav .swiper-pagination .swiper-pagination-bullet {
  z-index: 1;
  opacity: 1;
  background: white;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.bannerSlider .slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.bannerSlider .slider-nav .swiper-button-prev, .bannerSlider .slider-nav .swiper-button-next {
  width: 10px;
  height: 30px;
  background-size: contain;
  top: 0;
  margin-top: 0;
}
@media (max-width: 768.98px) {
  .bannerSlider .slider-nav .swiper-button-prev, .bannerSlider .slider-nav .swiper-button-next {
    width: 5px;
    height: 15px;
  }
}
.bannerSlider .slider-nav .swiper-button-prev, .bannerSlider .slider-nav .swiper-container-rtl .swiper-button-next {
  background-image: url(/img/assets/arrow-left.svg);
}
.bannerSlider .slider-nav .swiper-button-next, .bannerSlider .slider-nav .swiper-container-rtl .swiper-button-prev {
  background-image: url(/img/assets/arrow-right.svg);
}

.home-partners_partners {
  display: flex;
  flex-wrap: wrap;
}
.home-partners_partners.active {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768.98px) {
  .home-partners_partners.active {
    position: relative;
    top: unset;
  }
}
.home-partners_partners .home-partners_partner {
  width: 16.666667%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1179.98px) {
  .home-partners_partners .home-partners_partner {
    width: 33.333333%;
    height: 5vw;
  }
  .home-partners_partners .home-partners_partner img {
    transform: scale(0.75);
  }
}
@media (max-width: 768.98px) {
  .home-partners_partners .home-partners_partner {
    width: 50%;
    height: 70px;
  }
  .home-partners_partners .home-partners_partner img {
    transform: none;
  }
}
.home-partners_partners .home-partners_partner img {
  height: 20px;
  width: auto;
}
.home-partners_partners .home-partners_partner:nth-child(1) {
  background-color: #04466c;
}
.home-partners_partners .home-partners_partner:nth-child(1) img {
  height: 14px;
}
.home-partners_partners .home-partners_partner:nth-child(2) {
  background-color: #006696;
}
.home-partners_partners .home-partners_partner:nth-child(2) img {
  height: 18px;
}
.home-partners_partners .home-partners_partner:nth-child(3) {
  background-color: #008ac4;
}
.home-partners_partners .home-partners_partner:nth-child(4) {
  background-color: #00bbf0;
}
.home-partners_partners .home-partners_partner:nth-child(5) {
  background-color: #74cff3;
}
.home-partners_partners .home-partners_partner:nth-child(6) {
  background-color: #caebf8;
}
.home-partners_partners .home-partners_partner:nth-child(6) img {
  height: 24px;
}
.home-partners_partners .home-partners_partner a {
  display: flex;
  width: 100%;
  justify-content: center;
}
.home-partners_partners .home-partners_partner a img {
  height: 20px;
  width: auto;
  margin: 15px;
}

#siteplan .toggles {
  position: absolute;
  top: 10%;
  left: 10%;
}
@media (max-width: 768.98px) {
  #siteplan .toggles {
    top: -20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
#siteplan .title-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1441px) {
  #siteplan .title-wrapper {
    position: relative;
    margin-bottom: -10vw;
  }
}
#siteplan .toggle-wrapper {
  margin-bottom: 10px;
  width: 150px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  #siteplan .toggle-wrapper {
    font-size: 12px;
  }
}
#siteplan .toggle-wrapper .toggle-text {
  color: #AAAAAA;
}
#siteplan .toggle-wrapper.active .toggle-btn {
  border-color: #A3A3A3;
}
#siteplan .toggle-wrapper.active .toggle-btn .round-btn {
  left: 27px;
  background: var(--primary-color);
}
#siteplan .toggle-wrapper.active .toggle-text {
  color: black;
}
#siteplan .toggle-wrapper .toggle-btn {
  font-size: 16px;
  width: 2.875em;
  height: 1.25em;
  margin: 0 10px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background: white;
  border: 1px solid #EAEAEA;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}
#siteplan .toggle-wrapper .toggle-btn .round-btn {
  width: 1em;
  height: 1em;
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
#siteplan .toggle-wrapper .toggle-btn .map-toggle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
#siteplan .toggle-wrapper .made-with-love {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 10px;
  text-align: center;
  font-size: 10px;
  z-index: 9999;
  font-family: arial;
  color: #fff;
}
#siteplan .toggle-wrapper .made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
#siteplan .toggle-wrapper .made-with-love a {
  color: #fff;
  text-decoration: none;
}
#siteplan .toggle-wrapper .made-with-love a:hover {
  text-decoration: underline;
}
#siteplan .siteplan {
  position: relative;
  background-image: url(/img/siteplan/map-2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 110.15625vw;
  max-height: 2115px;
}
#siteplan .siteplan.winter {
  background-image: url(/img/winter/map-winter.jpg);
}
#siteplan .districts {
  position: absolute;
  right: 4.25%;
  top: 6%;
  height: 81.952507%;
  width: 68.4375%;
  background-image: url(/img/siteplan/districts.svg?v2);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
#siteplan .districts.new {
  background-image: url(/img/siteplan/districts-2.svg);
  width: 100%;
  height: 100%;
  right: unset;
  left: 0;
  top: 0;
}
#siteplan .districts.active {
  opacity: 1;
  pointer-events: all;
}
#siteplan .builders {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1919.99px) {
  #siteplan .builders {
    font-size: 0.55vw;
  }
}
#siteplan .builders.new a img {
  width: auto;
  height: 100%;
}
#siteplan .builders.new a.brant {
  width: auto;
  height: 7em;
  top: 26%;
  left: 40.5%;
}
#siteplan .builders.new a.deco {
  width: auto;
  height: 11.6em;
  top: 23.7%;
  left: 50%;
}
#siteplan .builders.new a.opus {
  width: auto;
  height: 7em;
  top: 26%;
  left: 50%;
}
#siteplan .builders.new a.tridel {
  width: auto;
  height: 5em;
  top: 41%;
  left: 41%;
}
#siteplan .builders.new a.greenpark {
  width: auto;
  height: 5em;
  top: 42%;
  left: 48%;
}
#siteplan .builders.new a.caivan {
  width: auto;
  height: 5em;
  top: 61%;
  left: 62%;
}
#siteplan .builders.active {
  opacity: 1;
  pointer-events: all;
}
#siteplan .builders a {
  position: absolute;
}
#siteplan .builders a img {
  width: 100%;
  height: auto;
}
#siteplan .builders a.brant {
  width: 20em;
  top: 19%;
  left: 37%;
}
#siteplan .builders a.deco {
  width: 15em;
  top: 14%;
  left: 51%;
}
#siteplan .builders a.opus {
  width: 16em;
  top: 14%;
  left: 59%;
}
#siteplan .builders a.tridel {
  width: 19em;
  top: 31%;
  left: 38%;
}
#siteplan .builders a.greenpark {
  width: 37em;
  top: 38%;
  left: 36%;
}
#siteplan .builders a.caivan {
  width: 15em;
  top: 55.5%;
  left: 64%;
}

#cta .stacked-title span:nth-child(2) {
  padding-left: 0;
}
@media (max-width: 768.98px) {
  #cta h3 {
    margin: 1.5em 0 !important;
  }
}
@media (max-width: 575.98px) {
  #cta h3 {
    font-size: 24px;
  }
}
#cta ul {
  font-size: 1.25em;
  list-style: none;
  padding-left: 0;
}
#cta ul li {
  padding-left: 0;
}
#cta ul li a {
  text-transform: uppercase;
  font-weight: 300;
}
#cta ul li .next-panel_dash {
  color: var(--primary-color);
}

#news .news-slider-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1179.98px) {
  #news .news-slider-wrapper {
    flex-direction: column;
    min-height: unset;
    min-height: 60vw;
  }
}
#news .news-slider-wrapper::before {
  content: "";
  display: block;
  background-color: var(--primary-color-2);
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1179.98px) {
  #news .news-slider-wrapper::before {
    display: none;
  }
}
#news .news-slider-wrapper .slider-nav {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
@media (max-width: 1441px) {
  #news .news-slider-wrapper .slider-nav {
    top: 0px;
  }
}
@media (max-width: 1179.98px) {
  #news .news-slider-wrapper .slider-nav {
    left: 40px;
    top: 40px;
  }
}
#news .news-slider-wrapper .slider-nav * {
  color: white;
}
#news .news-slider-wrapper .slider-nav .swiper-pagination {
  margin-top: 0;
  pointer-events: none;
  width: auto;
}
#news .news-slider-wrapper .slider-nav .swiper-button-prev {
  position: relative;
  background-image: url(/img/assets/arrow-right-w.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: unset;
  right: unset;
  margin-top: 0;
  z-index: 99;
  transform: rotate(180deg);
  cursor: pointer;
}
#news .news-slider-wrapper .slider-nav .swiper-button-next {
  position: relative;
  background-image: url(/img/assets/arrow-right-w.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: unset;
  right: unset;
  margin-top: 0;
  z-index: 99;
  cursor: pointer;
}
#news .news-slider-wrapper .swiper {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 1179.98px) {
  #news .news-slider-wrapper .swiper {
    width: 100%;
  }
}
#news .news-slider-wrapper .swiper img {
  width: 100%;
  height: auto;
}
#news .news-slider-wrapper .linkSlider-content {
  position: relative;
  width: 30%;
  height: 100%;
  margin-left: 10%;
}
@media (max-width: 1179.98px) {
  #news .news-slider-wrapper .linkSlider-content {
    border-top: 4px solid white;
    width: 100%;
    margin-left: auto;
    height: auto;
    background-color: var(--primary-color-2);
  }
}
#news .news-slider-wrapper .linkSlider-content .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1179.98px) {
  #news .news-slider-wrapper .linkSlider-content .swiper-slide {
    padding: 40px;
  }
}
#news .news-slider-wrapper .linkSlider-content .swiper-slide * {
  color: white;
}
#news .news-slider-wrapper .linkSlider-content .swiper-slide .sub {
  padding-top: 10%;
}
#news .news-slider-wrapper .linkSlider-content .swiper-slide .sub,
#news .news-slider-wrapper .linkSlider-content .swiper-slide .title {
  font-weight: 500;
}
#news .news-slider-wrapper .linkSlider-content .swiper-slide p {
  font-weight: 300;
}
#news .news-slider-wrapper .linkSlider-content .swiper-slide a {
  margin-top: 2em;
  background: white;
  width: 11.25em;
  height: 2em;
  font-weight: 500;
  line-height: 2em;
  color: black;
  text-align: center;
  border-radius: 1em;
  transition: all 0.3s ease-in-out;
}
#news .news-slider-wrapper .linkSlider-content .swiper-slide a:hover {
  background: var(--grey-color);
  color: white;
}

#tv .video {
  position: relative;
}
#tv .text-darker {
  color: var(--primary-color-2) !important;
}
#tv a {
  color: var(--darker-color);
  font-weight: 700;
  text-transform: uppercase;
}
#tv .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3%;
  height: 3%;
  display: block;
  transform: translate(-50%, -50%);
}
@media (max-width: 768.98px) {
  #tv .play-btn {
    width: 7%;
    height: 7%;
  }
}
#tv .play-btn:hover img {
  opacity: 0.9;
}
#tv .play-video:hover {
  opacity: 0.9;
}
#tv .play-video strong {
  color: var(--primary-color-2);
}
@media (max-width: 768.98px) {
  #tv .play-video {
    font-size: 0.665em;
    letter-spacing: normal;
  }
}
#tv .video-wrapper iframe {
  display: none;
  z-index: 2;
}

@media (max-width: 1179.98px) {
  #brochure h1 {
    font-size: 7vw;
  }
}
#brochure .bg {
  position: relative;
}
#brochure .bg::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #D2F3FC;
  height: 75%;
  width: 80%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768.98px) {
  #brochure .bg::before {
    width: 100%;
    height: 100%;
    top: unset;
    transform: none;
    bottom: 0;
  }
}
#brochure .btn-wrapper {
  max-width: 10em;
}
#brochure .btn-wrapper a.btn-rnd {
  text-align: center;
}
#brochure img {
  max-width: 734px;
  width: 40vw;
}
@media (max-width: 768.98px) {
  #brochure img {
    width: 45vw;
  }
}

.whatsNew .cta-caption {
  position: absolute;
  top: 10%;
  left: 5.841924%;
  width: 85.738832%;
}
.whatsNew .cta-caption > a {
  transition: opacity 0.3s ease-in-out;
}
.whatsNew .cta-caption > a:hover {
  opacity: 0.9;
}
.whatsNew .cta-btn {
  margin-top: 5%;
  margin-left: 32%;
  max-width: 200px;
  width: 25%;
  overflow: hidden;
  display: block;
  border: 1px solid transparent;
  transition: border 0.3s ease-in-out;
}
.whatsNew .cta-btn:hover {
  border-color: white;
}

#register .box-decor {
  margin-top: 5em;
  max-width: 600px;
  position: relative;
  margin-bottom: 10%;
}
#register .box-decor:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--lighter-color);
  opacity: 0.5;
  z-index: -1;
  left: 5%;
  top: 5%;
}
@media (max-width: 1179.98px) {
  #register .box-decor {
    width: 80%;
  }
}
@media (max-width: 768.98px) {
  #register .box-decor {
    width: 100%;
    margin-top: 3em;
  }
  #register .box-decor:before {
    width: calc(100% - 20px);
  }
  #register .box-decor img {
    width: calc(100% - 20px);
  }
}
#register h4 {
  font-weight: 500;
}

.container-fluid {
  max-width: 1920px;
  margin: auto;
}

section {
  padding: 2vw 0;
  position: relative;
}
@media (max-width: 768.98px) {
  section {
    padding: 5vw 0;
  }
}
@media (max-width: 575.98px) {
  section {
    padding: 45px 0;
  }
}
section .container,
section .container-fluid {
  z-index: 1;
}
section .bottom-block {
  bottom: 0;
  position: absolute;
  height: 65%;
  z-index: -1;
}
@media (max-width: 768.98px) {
  section .bottom-block {
    top: 0;
    height: 100%;
  }
}

.form-wrapper {
  border: 1px solid var(--primary-color);
  padding: 70px;
}
@media (max-width: 768.98px) {
  .form-wrapper {
    padding: 50px 2em;
    border: 0;
  }
}

.spacer {
  height: 5vw;
}

#lakeView3D .video-wrapper:hover .pause-btn {
  opacity: 1;
}
#lakeView3D .pause-btn {
  position: absolute;
  font-size: 0;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  background: var(--primary-color);
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#lakeView3D .pause-btn:hover {
  background: var(--grey-color);
}
#lakeView3D .pause-btn svg {
  width: auto;
  height: 50%;
}
#lakeView3D .pause-btn svg * {
  fill: white;
}

.partner-page {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768.98px) {
  .partner-page {
    flex-direction: column-reverse;
  }
}
.partner-page h1 {
  font-weight: 400;
}
.partner-page .container-fluid {
  position: relative;
}
.partner-page .info-wrapper {
  position: absolute;
  left: 50%;
  top: 2%;
  transform: translateX(-50%);
}
@media (max-width: 768.98px) {
  .partner-page .info-wrapper {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
}
@media (max-width: 1179.98px) {
  .partner-page .info-wrapper > div {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  }
}
.partner-page .btn-rnd {
  height: 2.4em;
  line-height: 2.4em;
  border-radius: 1.2em;
  font-weight: 500;
  color: #37363a;
  background: white;
  border: 1px solid #37363a;
}
.partner-page .btn-rnd:hover {
  color: white;
  background: var(--grey-color);
  border-color: var(--grey-color);
}
.partner-page .logo {
  display: block;
  width: auto;
  height: 110px;
  margin: 5vw 0;
}
@media (max-width: 1179.98px) {
  .partner-page .logo {
    height: auto;
    width: 60vw;
    margin: 7vw 0;
  }
}
.partner-page h1 {
  font-size: 2em;
}
.partner-page h1 sup {
  font-size: 0.5em;
  vertical-align: super;
}

footer {
  background-color: #2d2d2d;
  color: #fff;
  font-size: 1em;
}
footer .footer_social_menu {
  display: flex;
}
footer .footer_social_menu ul {
  display: flex;
  width: 100%;
}
footer .footer_social_menu ul li {
  margin-right: 30px;
}
footer .footer_social_menu_icon {
  width: 21px;
}
footer * {
  color: white;
  font-weight: normal;
}
footer a {
  color: var(--lighter-color);
  text-transform: uppercase;
}
footer a:hover {
  color: var(--lighter-color);
}
footer h2 {
  font-size: 1.875em;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  footer h2 {
    font-size: 1.5em;
  }
}
footer hr {
  border-color: #006696;
  margin: 1em 0;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer .logo {
  width: 70vw;
  max-width: 80%;
  margin: 2em 0;
}
@media (max-width: 1179.98px) {
  footer .logo {
    max-width: 400px;
  }
}
footer .col-md-3 {
  margin-bottom: 2em;
}
footer .disclaimer {
  width: auto;
}
footer .disclaimer span {
  padding: 0 0.5em;
}
footer .disclaimer * {
  color: white;
}
footer .disclaimer a {
  text-transform: uppercase;
}
footer .disclaimer:first-of-type {
  padding-left: 0;
}
footer .disclaimer:last-of-type {
  border: none;
}

form.form-done {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
form legend {
  font-family: "Poppins", sans-serif;
  color: black;
}

.radio-wrapper {
  font-size: 1em;
  display: flex;
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 55px;
  margin-bottom: 15px;
}
.radio-wrapper * {
  font-weight: 300;
  text-transform: inherit;
}
.radio-wrapper .control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  margin-left: 30px;
  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: 0px;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid black;
}
.radio-wrapper .control--radio .control__indicator {
  border-radius: 50%;
}
.radio-wrapper .control:hover input ~ .control__indicator {
  border-color: #ccc;
}
.radio-wrapper .control input:checked ~ .control__indicator:after {
  background: white;
}
.radio-wrapper .control:hover input:not([disabled]):checked ~ .control__indicator {
  background: #fafafa;
}
.radio-wrapper .control input:disabled ~ .control__indicator {
  background: white;
  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: 12px;
  width: 12px;
  border-radius: 50%;
}
.radio-wrapper .control input:disabled ~ .control__indicator:after {
  background: white;
}

.radio-wrapperG {
  font-size: 1em;
  display: flex;
  text-transform: inherit;
  font-weight: normal;
  font-family: brandon-grotesque, sans-serif;
  line-height: 18px;
  margin-bottom: 0;
  height: 55px;
  float: left;
  text-align: left;
  font-family: brandon-grotesque, sans-serif;
}
.radio-wrapperG .control {
  display: block;
  position: relative;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 11px 12px;
  cursor: pointer;
  font-size: 1em;
  font-family: brandon-grotesque, sans-serif;
}
.radio-wrapperG .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio-wrapperG .control input:checked ~ .control__indicator:after {
  border: 1px solid black;
}
.radio-wrapperG .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.radio-wrapperG .control input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.radio-wrapperG .control:hover input ~ .control__indicator {
  border-color: black;
}
.radio-wrapperG .control .control__indicator:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.radio-wrapperG span {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  color: black;
}
.radio-wrapperG .control__indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
}
.radio-wrapperG .control--radio .control__indicator {
  border-radius: 0;
}

.radio-wrapper {
  font-size: 1em;
  display: flex;
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 55px;
  margin-bottom: 15px;
}
.radio-wrapper * {
  font-weight: 300;
  text-transform: inherit;
}
.radio-wrapper .control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  margin-left: 30px;
  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: 0px;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 1px solid black;
}
.radio-wrapper .control--radio .control__indicator {
  border-radius: 50%;
}
.radio-wrapper .control:hover input ~ .control__indicator {
  border-color: #ccc;
}
.radio-wrapper .control input:checked ~ .control__indicator:after {
  background: white;
}
.radio-wrapper .control:hover input:not([disabled]):checked ~ .control__indicator {
  background: #fafafa;
}
.radio-wrapper .control input:disabled ~ .control__indicator {
  background: white;
  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: 12px;
  width: 12px;
  border-radius: 50%;
}
.radio-wrapper .control input:disabled ~ .control__indicator:after {
  background: white;
}

.inline-response {
  color: black;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  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: block;
}

.consent {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  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;
  background: white;
}
.error::placeholder {
  color: red;
}

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

input,
textarea {
  font-family: "Poppins", sans-serif;
  text-transform: inherit;
  background: transparent;
  letter-spacing: normal;
  appearance: none;
  border-radius: 0;
  border: none;
  display: block;
  font-weight: normal;
  width: 100%;
  font-size: 1em;
  text-transform: initial;
  text-align: left;
  line-height: 2em;
  height: 2em;
  padding-left: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  color: black;
}
input::placeholder,
textarea::placeholder {
  color: black;
  text-transform: inherit;
  opacity: 1;
  font-weight: 300;
}

select {
  font-family: "Poppins", sans-serif;
  text-transform: inherit;
  background: transparent;
  letter-spacing: normal;
  border-radius: 0;
  border: none;
  display: block;
  font-weight: normal;
  width: 100%;
  font-size: 1em;
  text-transform: initial;
  text-align: left;
  line-height: 2em;
  height: 2em;
  padding-left: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}

label {
  font-weight: 700;
}

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

.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/assets/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 {
  height: 55px;
}
.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: 1;
  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/assets/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.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.broker-wrapper.show {
  max-height: 1000px;
  height: auto;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

.select2-container {
  margin-top: 0;
  text-transform: initial;
  margin-bottom: 20px;
  text-align: center;
}

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

.select2-container--default .select2-selection--single {
  background: none;
  color: black;
}

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

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

select.error + span.select2-container .select2-selection--single {
  border-color: red;
}
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;
}

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

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: white;
  background: #EBEBEB;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("/img/assets/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.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;
}

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

.select2-container--default .select2-results__option {
  text-align: left;
}

form button {
  background: white;
  text-transform: uppercase;
  border: 1px solid #707070;
  color: black;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  line-height: 2em;
  height: 2em;
  padding: 0 2em;
  border-radius: 1em;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-size: 1em;
  display: inline-block;
  transition: background 0.3s ease-in-out;
  outline: none !important;
}
form button:hover {
  color: white;
  background: var(--grey-color);
  border-color: var(--grey-color);
}

.contact-panel_error {
  display: none;
}

select {
  border-radius: 0;
}

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