@import url(../../fonts/stylesheet.css);
.serif,
.serif span {
  font-family: "Avenir LT Std", sans-serif !important; }

.grecaptcha-badge {
  display: none; }

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

.dark {
  color: #EBEBEB !important; }

.swiper-pagination-bullet {
  background: white;
  opacity: .4; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1; }

sup {
  top: -.25em;
  font-weight: 300; }

a.caption {
  position: absolute; }
  a.caption:hover {
    cursor: pointer; }
    a.caption:hover h1,
    a.caption:hover .text-wrapper {
      color: #BC914C; }
      a.caption:hover h1:after,
      a.caption:hover .text-wrapper:after {
        right: -75px !important; }
  a.caption h1 {
    transition: color .3s ease-in-out;
    display: inline-block;
    position: relative;
    margin-bottom: 0; }
    @media (max-width: 767.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 .3s ease-in-out; }
      @media (max-width: 767.98px) {
        a.caption h1:after {
          height: 15px;
          width: 15px; } }
.bg-white:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: white;
  z-index: -1; }

.bg-white.left:after {
  right: 0; }

.bg-white.right:after {
  left: 0; }

.bg-white hr {
  border-color: white; }

.decor-heart {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.bg-black {
  z-index: 1;
  background-color: black; }
  .bg-black h1 {
    color: white; }
    .bg-black h1:after {
      background-image: url(/img/assets/arrow-right-white.svg); }
  .bg-black hr {
    border-color: white; }

.stretch-bg .bg-accent:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: #BC914C;
  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; }

#outdoorLiving .bottom-block {
  height: 25%; }
  @media (max-width: 767.98px) {
    #outdoorLiving .bottom-block {
      top: 0;
      height: 100%;
      display: none; } }
.bg-color {
  background: rgba(133, 117, 78, 0.05) !important; }

.bg-grey {
  background: #BDB9B6 !important; }

.bg-accent {
  background: #BC914C !important; }
  .bg-accent * {
    color: white; }

.bg-dark {
  background: #EBEBEB; }

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

.text-accent {
  color: #BC914C !important; }

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

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

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

html, body {
  overflow-x: hidden; }

body {
  font-size: 1rem; }

html,
body,
button,
a {
  font-family: "Avenir LT Std", sans-serif;
  outline: none !important; }

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

a {
  color: black;
  font-family: "Avenir LT Std", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 1.25em; }
  a:hover {
    color: #BC914C; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir LT Std", sans-serif;
  text-transform: capitalize;
  font-weight: 300;
  color: black; }

h1 {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: .2em; }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 2em; } }
  @media (max-width: 575.98px) {
    h1 {
      font-size: 1.375em; } }
h2 {
  font-size: 1.875em;
  letter-spacing: .2em; }
  h2 em {
    font-style: "italic";
    font-weight: 300; }
    h2 em strong {
      font-weight: 500; }

h3 {
  font-size: 1em;
  color: black;
  font-family: "Avenir LT Std", sans-serif;
  letter-spacing: .1em; }

h4 {
  margin-bottom: 1em; }
  @media (max-width: 767.98px) {
    h4 {
      font-size: 1.25em; } }
  @media (max-width: 575.98px) {
    h4 {
      font-size: 1.125em; } }
h5 {
  letter-spacing: .2em; }

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

p {
  font-family: "Avenir LT Std", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 2em; }
  @media (max-width: 575.98px) {
    p {
      font-size: .875em; } }
  p:last-of-type {
    margin-bottom: 0 !important; }

@media (max-width: 767.98px) {
  .tablet-two-columns {
    width: 100%;
    -webkit-columns: 2 !important;
       -moz-columns: 2 !important;
            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); }

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none; }
  .video-popup iframe {
    width: 100%;
    height: 35vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.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: 767.98px) {
      .container.bottom .bg {
        height: 50vw; } }
  .container.bottom .video-btn {
    height: 100%; }
    @media (max-width: 767.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: "Avenir LT Std", sans-serif;
  font-weight: 400;
  border: 1px solid #BC914C;
  background: #BC914C;
  color: white;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  display: inline-block;
  font-size: 1em;
  letter-spacing: .2em; }
  a.toRegister:hover {
    color: #BC914C;
    background: white; }
  @media (max-width: 767.98px) {
    a.toRegister {
      font-size: .875em;
      padding: 0 20px;
      height: 40px;
      line-height: 40px; } }
.red-box-decor {
  background: #BC914C;
  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: #BC914C;
    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: 60px; }

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

#loaderLogo {
  width: 80vw;
  max-width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #loaderLogo path {
    stroke-width: .1;
    -webkit-animation: draw 10s ease forwards;
            animation: draw 10s ease forwards; }

@-webkit-keyframes draw {
  0% {
    stroke: black;
    stroke-dashoffset: 0;
    stroke-dasharray: 474;
    stroke-dashoffset: 500;
    fill: transparent; }
  60% {
    fill: transparent; }
  100% {
    stroke: black;
    stroke-dasharray: 150;
    stroke-dashoffset: 300;
    fill: black; } }

@keyframes draw {
  0% {
    stroke: black;
    stroke-dashoffset: 0;
    stroke-dasharray: 474;
    stroke-dashoffset: 500;
    fill: transparent; }
  60% {
    fill: transparent; }
  100% {
    stroke: black;
    stroke-dasharray: 150;
    stroke-dashoffset: 300;
    fill: black; } }

nav {
  padding: 0;
  height: 60px;
  padding: 0;
  position: fixed;
  width: 100vw;
  top: 0;
  background: black; }
  @media (max-width: 767.98px) {
    nav {
      height: 100px; } }
  nav > .container {
    height: 100%; }
  nav.fixed, nav.alt {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100vw;
    left: 0;
    background: white;
    padding-bottom: 0;
    transform: translateY(-120%);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 767.98px) {
      nav.fixed, nav.alt {
        height: 80px; } }
    nav.fixed.active, nav.alt.active {
      transform: translateY(0); }
    nav.fixed > ul, nav.alt > ul {
      margin-top: 0;
      margin-bottom: 0;
      height: 60px; }
      nav.fixed > ul a, nav.alt > ul a {
        height: 100%;
        display: flex;
        align-items: center; }
    nav.fixed .logo-wrapper, nav.alt .logo-wrapper {
      display: flex;
      align-items: center;
      width: 236px; }
      @media (max-width: 767.98px) {
        nav.fixed .logo-wrapper, nav.alt .logo-wrapper {
          height: 100%;
          width: 220px; } }
      @media (max-width: 575.98px) {
        nav.fixed .logo-wrapper, nav.alt .logo-wrapper {
          width: 140px; } }
      nav.fixed .logo-wrapper .logo, nav.alt .logo-wrapper .logo {
        height: 80%; }
        nav.fixed .logo-wrapper .logo svg, nav.alt .logo-wrapper .logo svg {
          max-height: 100%;
          width: 100%; }
  nav.alt {
    position: relative;
    transition: none;
    transform: translateY(0); }
  nav .logo {
    height: 60px;
    width: 200px;
    z-index: 999;
    top: 0; }
    @media (max-width: 1179.98px) {
      nav .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }
    @media (max-width: 767.98px) {
      nav .logo {
        height: auto;
        width: 50vw;
        max-width: 200px; } }
    nav .logo svg {
      width: 100%;
      height: 100%; }
      nav .logo svg * {
        fill: #85754E; }
    nav .logo a {
      display: block;
      width: 100%;
      height: 100%; }
  nav ul.nav-menu {
    padding-left: 0;
    margin-bottom: 0; }
    @media (max-width: 1179.98px) {
      nav ul.nav-menu {
        width: 420px; } }
    nav ul.nav-menu > li.active {
      position: relative; }
      nav ul.nav-menu > li.active:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -17px;
        left: 50%;
        transform: translate(-50%, 100%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff; }
        @media (max-width: 1179.98px) {
          nav ul.nav-menu > li.active:after {
            display: none; } }
  nav ul {
    margin: 0;
    list-style: none;
    height: 100%;
    z-index: 1;
    width: 100%; }
    @media (max-width: 1179.98px) {
      nav ul {
        background: black;
        position: fixed;
        top: 0;
        left: 0;
        padding: 100px 0 0;
        margin: 0;
        height: 100vh;
        width: 300px;
        transform: translateX(-101%);
        transition: transform .3s ease-in-out; }
        nav ul.show {
          transform: translateX(0); } }
    nav ul.sub-nav {
      display: block;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      margin-top: 17px;
      width: 280px;
      padding-left: 0;
      background: #EBEBEB;
      transition: max-height .3s ease-in-out; }
      @media (max-width: 1179.98px) {
        nav ul.sub-nav {
          transform: translateX(0);
          position: relative;
          padding-top: 0;
          margin-top: 0;
          height: auto; }
          nav ul.sub-nav li {
            padding-left: 15px; }
            nav ul.sub-nav li:first-child {
              margin-top: 20px; }
            nav ul.sub-nav li a {
              font-size: .75em; } }
      nav ul.sub-nav.active {
        max-height: 1000px; }
      nav ul.sub-nav a {
        display: block; }
        nav ul.sub-nav a:after {
          display: none; }
        nav ul.sub-nav a:hover {
          color: white;
          background: #BC914C; }
    nav ul a {
      display: inline-block;
      font-size: .875em;
      text-transform: uppercase;
      color: white;
      padding: 0 35px;
      line-height: 1.25em;
      font-family: "Avenir LT Std", sans-serif;
      font-weight: 300;
      letter-spacing: .2em;
      transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      position: relative; }
      @media (max-width: 1179.98px) {
        nav ul a {
          font-size: 1.25em;
          line-height: 1.5em;
          padding-bottom: 15px; } }
      nav ul a:after {
        content: "";
        display: block;
        display: none;
        height: 3px;
        width: 0;
        background: black;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: width .3s ease-in-out; }
      nav ul a:hover, nav ul a.active {
        color: #BC914C; }
        nav ul a:hover:after, nav ul a.active:after {
          width: 100%; }
  nav .hamburger {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 16px;
    transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 99;
    display: block; }
    nav .hamburger span {
      background: #BC914C;
      position: absolute;
      height: 2px;
      border-radius: 0;
      width: 20px;
      transition: transform .2s ease-in-out, opacity .2s ease-in-out; }
      nav .hamburger span:nth-child(1) {
        top: 0; }
      nav .hamburger span:nth-child(2), nav .hamburger span:nth-child(3) {
        top: 7px; }
      nav .hamburger span:nth-child(4) {
        top: 14px; }
    nav .hamburger.active span {
      transition: transform .2s ease-in-out, opacity .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); }

.page-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase; }
  .page-nav a {
    color: #EBEBEB;
    font-size: 1.125em;
    letter-spacing: .1em; }
    .page-nav a:hover {
      color: black; }
  .page-nav .select2-container {
    margin: 0; }
  .page-nav .select2-container--default .select2-selection--single {
    border-color: transparent; }
  .page-nav .select2-selection__rendered {
    text-transform: uppercase;
    font-size: .875em;
    color: #EBEBEB;
    letter-spacing: .1em; }
  .page-nav .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #EBEBEB;
    letter-spacing: .1em; }
  .page-nav .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("/img/assets/arrow-down-green.svg"); }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 101vh;
  width: 320px;
  z-index: 98;
  background: black;
  transform: translateX(-101%);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  overflow: hidden;
  z-index: 1; }
  @media (max-width: 575.98px) {
    .mobile-menu {
      width: 100%; } }
  .mobile-menu .social-wrapper {
    display: block; }
  .mobile-menu .logo * {
    fill: white; }
  .mobile-menu.show {
    transform: translateX(0);
    opacity: 1; }
  .mobile-menu ul.nav-menu {
    list-style: none; }
    @media (max-width: 1179.98px) {
      .mobile-menu ul.nav-menu {
        background: black;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        margin-top: 100px;
        height: calc(100% - 130px);
        width: 340px;
        overflow-y: scroll;
        padding-right: 20px; } }
  @media (max-width: 1179.98px) and (max-width: 767.98px) {
    .mobile-menu ul.nav-menu {
      margin-top: 80px;
      padding-top: 30px; } }
    @media (max-width: 575.98px) {
      .mobile-menu ul.nav-menu {
        width: calc(100% + 20px); } }
    .mobile-menu ul.nav-menu .mobile-logo-wrapper {
      max-width: 224px;
      padding-bottom: 10px; }
    .mobile-menu ul.nav-menu .has-sub {
      position: relative;
      transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mobile-menu ul.nav-menu .has-sub.active {
        background: #EBEBEB; }
        .mobile-menu ul.nav-menu .has-sub.active > a {
          background: none; }
          .mobile-menu ul.nav-menu .has-sub.active > a:active, .mobile-menu ul.nav-menu .has-sub.active > a:focus {
            background: none; }
          .mobile-menu ul.nav-menu .has-sub.active > a:before {
            opacity: 0; }
        .mobile-menu ul.nav-menu .has-sub.active .sub-nav {
          max-height: 100vh; }
      .mobile-menu ul.nav-menu .has-sub > a {
        width: 100%;
        display: block; }
        .mobile-menu ul.nav-menu .has-sub > a:active, .mobile-menu ul.nav-menu .has-sub > a:focus {
          background: black; }
        .mobile-menu ul.nav-menu .has-sub > a:before, .mobile-menu ul.nav-menu .has-sub > a:after {
          content: "";
          position: absolute;
          display: block;
          width: 14px;
          height: 2px;
          background: white;
          right: 22px;
          top: 50%;
          transform: translateY(-50%); }
        .mobile-menu ul.nav-menu .has-sub > a:before {
          transform-origin: center;
          transform: translateY(-50%) rotate(90deg); }
    .mobile-menu ul.nav-menu .sub-nav {
      margin-top: 0;
      padding-left: 0;
      background: none;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mobile-menu ul.nav-menu .sub-nav a {
        display: block; }
        .mobile-menu ul.nav-menu .sub-nav a:hover {
          background: black; }
    .mobile-menu ul.nav-menu a {
      display: inline-block;
      font-size: .875em;
      text-transform: uppercase;
      color: white;
      padding: .875em 22px;
      font-family: "Avenir LT Std", sans-serif;
      letter-spacing: .1em;
      transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mobile-menu ul.nav-menu a:hover, .mobile-menu ul.nav-menu a.active {
        color: white; }

.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: black;
        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: black;
        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:before {
        -webkit-animation: glowAnimation 1.8s 0.33333s ease-out infinite; }
      .side-nav .menu-wrapper a.active:after {
        -webkit-animation: glowAnimation 1.8s 0.66666s ease-out infinite; }
      .side-nav .menu-wrapper a.active, .side-nav .menu-wrapper a:hover {
        background: black; }
        .side-nav .menu-wrapper a.active span, .side-nav .menu-wrapper a:hover span {
          color: black; }
      .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: "Avenir LT Std", sans-serif;
        letter-spacing: .05em;
        line-height: 1.2em;
        text-transform: uppercase;
        font-size: .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; }

#home {
  height: 100%; }
  #home .home-hero .swiper-slide {
    padding: 0;
    background-size: cover;
    background-position: center;
    height: 50vw; }
    @media (max-width: 767.98px) {
      #home .home-hero .swiper-slide {
        height: 100vw; } }
    #home .home-hero .swiper-slide .logo {
      width: 50vw;
      max-width: 575px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #home .home-hero .swiper-slide .caption {
      position: absolute;
      bottom: 10vw; }
      #home .home-hero .swiper-slide .caption h2 {
        font-size: 1.75em;
        text-transform: uppercase; }
        @media (max-width: 1179.98px) {
          #home .home-hero .swiper-slide .caption h2 {
            font-size: 2vw; } }
        @media (max-width: 767.98px) {
          #home .home-hero .swiper-slide .caption h2 {
            font-size: 3vw; } }
  #home .home-hero a.arrow-down {
    position: absolute;
    bottom: 35px; }
    #home .home-hero a.arrow-down .load-svg svg * {
      stroke: white; }

#webinar div.iframe.vimeo {
  display: block;
  width: 100% !important;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  max-width: 100% !important; }

#webinar div.iframe.vimeo iframe {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0; }

#webinar .logo svg * {
  fill: black; }

#webinar small {
  font-size: 0.875em; }

#webinar h1 {
  font-weight: 400; }

#webinar .inline-response h1 {
  color: black; }

#webinar input {
  border: 1px solid black; }

#webinar button {
  background: #BC914C;
  color: white;
  border-color: #BC914C; }
  #webinar button:hover {
    background: black; }

#webinar p {
  margin-bottom: 1em; }

#webinar .accordion .card {
  border-radius: 0;
  border: none; }

@media (max-width: 767.98px) {
  #webinar .checkbox-wrapper {
    width: 50%; } }

#webinar form button {
  font-size: 1.125em;
  padding: 0 45px;
  height: 45px;
  line-height: 45px; }

#webinar .btn {
  display: block;
  padding: 20px 60px;
  width: 95vw;
  max-width: 300px;
  background: black;
  color: white;
  margin: 20px 0;
  text-align: center;
  letter-spacing: .1em;
  transition: background .3s ease-in-out; }
  #webinar .btn.gold {
    background: #BC914C; }
    #webinar .btn.gold:hover {
      background: black; }

#webinar .card-header {
  border-radius: 0;
  border: none;
  border-top: 1px solid #ccc;
  background: none; }
  #webinar .card-header img {
    width: 100%; }
  #webinar .card-header h3 {
    font-size: 1.75rem;
    letter-spacing: .1em; }
  #webinar .card-header span {
    font-size: 1.25rem;
    letter-spacing: normal;
    display: block;
    text-transform: none;
    line-height: 1.5em; }
  #webinar .card-header p {
    font-size: 1.25rem;
    text-transform: none;
    letter-spacing: -.015em;
    line-height: 1.6em; }
  #webinar .card-header a {
    position: relative;
    display: block;
    width: 100%; }
    #webinar .card-header a .icon {
      width: 35px;
      height: 35px;
      position: absolute;
      top: 0;
      right: 0; }
      #webinar .card-header a .icon:before, #webinar .card-header a .icon:after {
        content: "";
        display: block;
        width: 35px;
        height: 2px;
        top: 17px;
        position: absolute;
        background: #707070;
        transition: transform .3s ease-in-out; }
      #webinar .card-header a .icon:after {
        transform: rotate(0); }
    #webinar .card-header a.collapsed .icon:after {
      transform: rotate(90deg); }

section {
  padding: 3vw 0;
  position: relative; }
  section .container,
  section .container-fluid {
    z-index: 1; }
  section .bottom-block {
    bottom: 0;
    position: absolute;
    height: 50%;
    z-index: -1; }
    @media (max-width: 767.98px) {
      section .bottom-block {
        top: 0;
        height: 100%; } }
  section .top-block {
    position: absolute;
    top: 0;
    height: 50%;
    z-index: -1; }
    @media (max-width: 767.98px) {
      section .top-block {
        top: 0;
        height: 100%; } }
  section#first .line-drawing {
    max-width: 190px; }
  section#why hr {
    border-color: #BC914C; }
  section#why p {
    letter-spacing: .2em; }
  section#gallery .swiper-slide {
    padding-bottom: 50%;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767.98px) {
      section#gallery .swiper-slide {
        padding-bottom: 100%; } }
  section#marla .bottom-block {
    height: 75%; }
    @media (max-width: 1444.98px) {
      section#marla .bottom-block {
        height: 78%; } }
    @media (max-width: 1179.98px) {
      section#marla .bottom-block {
        height: 100%; } }
  section#steps .swiper-container-horizontal > .swiper-pagination-bullets, section#steps .swiper-pagination-custom, section#steps .swiper-pagination-fraction {
    width: 70%;
    left: 15%;
    bottom: 17px;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  section#steps .steps-slider .swiper-slide {
    background-color: white; }
  section#steps .steps-slider .swiper-pagination-bullet {
    background: black; }
  section#steps .steps-slider .swiper-button-next, section#steps .steps-slider .swiper-button-prev {
    top: unset;
    width: 10px;
    height: 20px;
    background-size: 10px 20px;
    bottom: 10px; }
  section#steps .steps-slider .button-wrapper {
    margin: auto;
    position: relative;
    max-width: 90%; }
  section#steps .steps-slider .step-number {
    font-size: 20vw;
    opacity: .06;
    line-height: 1.1em;
    font-weight: 900; }
    @media (max-width: 1179.98px) {
      section#steps .steps-slider .step-number {
        font-size: 40vw; } }
    @media (max-width: 767.98px) {
      section#steps .steps-slider .step-number {
        font-size: 80vw; } }
  section#steps .steps-slider p {
    position: absolute;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    letter-spacing: .2em;
    transform: translate(-50%, -50%); }
  section#coreValues .slide-nav {
    z-index: 1;
    height: 100%;
    display: flex;
    padding-left: 9%;
    flex-direction: column;
    justify-content: space-between;
    transform: scale(1);
    transition: all .7s ease-in-out; }
    @media (max-width: 767.98px) {
      section#coreValues .slide-nav {
        padding-left: 10px;
        justify-content: center; } }
    section#coreValues .slide-nav.mouse-hover {
      transform: scale(1.05);
      padding-left: 8%; }
      @media (max-width: 767.98px) {
        section#coreValues .slide-nav.mouse-hover {
          transform: none;
          padding-left: 10px; } }
    section#coreValues .slide-nav > a {
      display: block;
      position: relative;
      padding: 45px 0;
      transition: all .5s ease-in-out;
      max-width: 80vw;
      font-size: 1em; }
      @media (max-width: 767.98px) {
        section#coreValues .slide-nav > a {
          padding: 20px 0; } }
      section#coreValues .slide-nav > a:hover h2 {
        opacity: 1; }
      section#coreValues .slide-nav > a:hover * {
        color: black; }
      section#coreValues .slide-nav > a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 45%;
        max-width: 265px;
        background-color: #BC914C; }
      section#coreValues .slide-nav > a:first-child span {
        display: block; }
      section#coreValues .slide-nav > a:last-child:after {
        display: none; }
      section#coreValues .slide-nav > a.active h2 {
        opacity: 1; }
    section#coreValues .slide-nav span {
      display: none;
      text-transform: none; }
    section#coreValues .slide-nav h2 {
      font-size: 3vw;
      letter-spacing: .2em;
      margin-bottom: 15px;
      opacity: .2;
      transition: all .3s ease-in-out; }
      @media (max-width: 767.98px) {
        section#coreValues .slide-nav h2 {
          font-size: 7vw; } }
  section#coreValues .core-values-slider {
    z-index: 0;
    height: 560px;
    max-height: 700px;
    width: 58%;
    margin-left: auto;
    margin-right: 0;
    opacity: 1;
    transform: scale(1);
    transition: all 1s ease-in-out; }
    @media (max-width: 767.98px) {
      section#coreValues .core-values-slider {
        width: 90%;
        height: 500px;
        opacity: .3; } }
    section#coreValues .core-values-slider.mouse-hover {
      transform: scale(0.95);
      opacity: .3; }
      @media (max-width: 767.98px) {
        section#coreValues .core-values-slider.mouse-hover {
          transform: none; } }
    section#coreValues .core-values-slider .swiper-slide {
      height: 100%;
      background-size: cover;
      background-position: center;
      background-color: transparent; }
  section a.arrow-down {
    color: white;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em; }
    section a.arrow-down .animated {
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s; }
    section a.arrow-down .load-svg {
      margin-top: 20px; }
      section a.arrow-down .load-svg svg * {
        stroke: black; }

#first {
  padding-top: 3vw; }

#interiors {
  padding-bottom: 8vw; }

.readmore-wrapper .btn-readmore,
.readmore-wrapper .btn-readless {
  display: block;
  margin-top: 1em; }
  @media (max-width: 767.98px) {
    .readmore-wrapper .btn-readmore,
    .readmore-wrapper .btn-readless {
      margin-top: 0; } }
.readmore-wrapper p {
  font-size: .875em;
  line-height: 1.6em; }
  .readmore-wrapper p.readmore {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
    margin-top: 20px;
    transition-delay: 0; }
    .readmore-wrapper p.readmore.show {
      max-height: 100vh;
      transition-delay: 400; }

@media (max-width: 767.98px) {
  div.no-padding-x-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.side-bar p.text-accent {
  font-weight: 500; }

div.video {
  position: relative; }
  div.video .we-rise {
    width: 35vw;
    max-width: 506px;
    height: 28vw; }
    div.video .we-rise svg {
      height: 100%; }
  div.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: none; }
  div.video .overlay {
    background-size: cover;
    height: 56.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  div.video .play-btn {
    width: 4vw;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    border-radius: 50%; }
    @media (max-width: 767.98px) {
      div.video .play-btn {
        width: 10vw;
        height: 10vw; } }
    div.video .play-btn:hover {
      background: black;
      border-radius: 50%; }
      div.video .play-btn:hover svg {
        width: 40%;
        height: 40%; }
        div.video .play-btn:hover svg * {
          fill: white; }
    div.video .play-btn svg {
      width: 50%;
      height: 50%;
      margin-left: 3px;
      transition: all .3s ease-in-out; }
      div.video .play-btn svg * {
        transition: fill .3s ease-in-out; }

div.partnering > .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%; }

div.awards .stretch-bg .bg-black {
  background-color: transparent; }
  div.awards .stretch-bg .bg-black:after {
    background: rgba(0, 22, 21, 0.93); }
    @media (max-width: 1179.98px) {
      div.awards .stretch-bg .bg-black:after {
        left: 0; } }
div.awards .stretch-bg .caption {
  width: 100%; }
  @media (max-width: 1179.98px) {
    div.awards .stretch-bg .caption {
      left: 18%;
      width: 82%; }
      div.awards .stretch-bg .caption h1 {
        width: 70%; } }
  @media (max-width: 767.98px) {
    div.awards .stretch-bg .caption {
      padding: 15px; }
      div.awards .stretch-bg .caption h1 {
        font-size: .875em; } }
div.team,
div.partnering,
div.case-study,
div.awards {
  height: 56.25vw;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2; }
  div.team .caption,
  div.partnering .caption,
  div.case-study .caption,
  div.awards .caption {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 20%;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px; }
    @media (max-width: 1179.98px) {
      div.team .caption,
      div.partnering .caption,
      div.case-study .caption,
      div.awards .caption {
        width: 82%;
        bottom: 0; } }
    @media (max-width: 767.98px) {
      div.team .caption,
      div.partnering .caption,
      div.case-study .caption,
      div.awards .caption {
        width: 82%;
        bottom: 0;
        padding: 15px; }
        div.team .caption h1,
        div.partnering .caption h1,
        div.case-study .caption h1,
        div.awards .caption h1 {
          font-size: .875em; } }
    div.team .caption h1,
    div.partnering .caption h1,
    div.case-study .caption h1,
    div.awards .caption h1 {
      color: white; }
    div.team .caption:hover h1,
    div.partnering .caption:hover h1,
    div.case-study .caption:hover h1,
    div.awards .caption:hover h1 {
      color: #BC914C; }
    div.team .caption p,
    div.partnering .caption p,
    div.case-study .caption p,
    div.awards .caption p {
      font-weight: 300;
      padding-right: 50px; }
  div.team .caption h1:after,
  div.partnering .caption h1:after,
  div.case-study .caption h1:after,
  div.awards .caption h1:after {
    background-image: url(/img/assets/arrow-right-white.svg); }

div.partnering div.box-over,
div.case-study div.box-over {
  transform: translateY(70%); }

div.partnering .caption-wrapper,
div.case-study .caption-wrapper {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 20%; }
  @media (max-width: 1179.98px) {
    div.partnering .caption-wrapper,
    div.case-study .caption-wrapper {
      width: 82%;
      bottom: 0; } }
  @media (max-width: 767.98px) {
    div.partnering .caption-wrapper,
    div.case-study .caption-wrapper {
      width: 82%;
      bottom: 0; }
      div.partnering .caption-wrapper h1,
      div.case-study .caption-wrapper h1 {
        font-size: .875em; } }
div.partnering .caption,
div.case-study .caption {
  display: block;
  position: relative;
  padding: 40px;
  background: transparent;
  transition: background .3s ease-in-out; }
  @media (max-width: 767.98px) {
    div.partnering .caption,
    div.case-study .caption {
      padding: 15px; } }
  div.partnering .caption:hover,
  div.case-study .caption:hover {
    background: #BC914C; }
    div.partnering .caption:hover h1,
    div.case-study .caption:hover h1 {
      color: white; }

div.partnering .caption-bg,
div.case-study .caption-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #BC914C;
  mix-blend-mode: multiply; }

div.case-study {
  z-index: 1; }
  div.case-study .caption .logo-tridel svg {
    height: 100%; }
  @media (max-width: 767.98px) {
    div.case-study .caption .logo-tridel {
      width: 65px;
      height: 65px; } }
  div.case-study .caption .text-wrapper {
    max-width: 450px;
    position: relative; }
    @media (max-width: 767.98px) {
      div.case-study .caption .text-wrapper {
        width: 70%; } }
    div.case-study .caption .text-wrapper:after {
      content: "";
      display: block;
      position: absolute;
      right: -10px !important;
      bottom: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 20px;
      background-image: url(/img/assets/arrow-right-white.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      transition: right .3s ease-in-out; }
      @media (max-width: 1441px) {
        div.case-study .caption .text-wrapper:after {
          display: none; } }
      @media (max-width: 1179.98px) {
        div.case-study .caption .text-wrapper:after {
          display: block;
          right: -40px !important; } }
      @media (max-width: 767.98px) {
        div.case-study .caption .text-wrapper:after {
          width: 15px;
          height: 15px;
          right: 0 !important; } }
  div.case-study .caption h1 {
    font-size: 1.125em;
    color: white; }
    div.case-study .caption h1:after {
      display: none; }
    @media (max-width: 1179.98px) {
      div.case-study .caption h1 {
        font-size: 2.5em; }
        div.case-study .caption h1:after {
          display: block; } }
    @media (max-width: 767.98px) {
      div.case-study .caption h1 {
        font-size: .875em; } }
div.box-over {
  bottom: 0;
  transform: translateY(46%); }
  div.box-over .serif {
    font-size: 1.5em; }
  div.box-over .text-wrapper {
    padding-top: 40px;
    padding-bottom: 70px; }
  div.box-over p.name {
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 700; }
  div.box-over p.title {
    font-size: 1em; }

div.profiles-mobile .load-svg svg {
  height: 100%; }

div.profiles {
  height: 56.25vw;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0; }
  div.profiles .logo svg {
    height: 100%; }
  div.profiles a .bg {
    transition: opacity .3s ease-in-out; }
  div.profiles a:hover .bg {
    opacity: 1; }

.banner {
  background-size: cover;
  background-position: center;
  height: 48vw; }

.img-wrapper.gradient {
  position: relative; }
  .img-wrapper.gradient:after {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    background: black;
    background: linear-gradient(0deg, black 10%, rgba(0, 0, 0, 0) 90%); }

.member .img-wrapper {
  max-width: 174px; }
  @media (max-width: 767.98px) {
    .member .img-wrapper {
      max-width: unset; } }
  .member .img-wrapper img {
    width: 100%; }

.member .text-wrapper {
  line-height: .875em; }

.member .title {
  font-size: .875em; }

@media (max-width: 1179.98px) {
  .advisory h1,
  .the-board h1 {
    font-size: 2em; } }

.advisory p,
.the-board p {
  font-size: 1.5em; }
  @media (max-width: 1179.98px) {
    .advisory p,
    .the-board p {
      font-size: 1em; } }
.bg-full {
  position: relative; }
  .bg-full:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1; }
    @media (max-width: 1179.98px) {
      .bg-full:before {
        width: 110vw;
        right: -5%; } }
  .bg-full.light-grey:before {
    background: #BDB9B6; }

#profile h5 {
  font-size: 1.5em;
  line-height: 1.5em; }
  @media (max-width: 575.98px) {
    #profile h5 {
      font-size: 1em; } }
#profile .banner {
  position: relative; }
  @media (max-width: 767.98px) {
    #profile .banner {
      height: 600px; } }
  #profile .banner > .container {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6); }
    @media (max-width: 1179.98px) {
      #profile .banner > .container {
        background: transparent;
        padding-left: 0;
        padding-right: 0; } }
    #profile .banner > .container .profile-logo {
      width: 300px;
      height: 300px; }
      @media (max-width: 1441px) {
        #profile .banner > .container .profile-logo {
          width: 18vw;
          height: 18vw; } }
      @media (max-width: 575.98px) {
        #profile .banner > .container .profile-logo {
          width: 135px;
          height: 135px; } }
      #profile .banner > .container .profile-logo svg {
        height: 100%;
        width: 100%; }
    #profile .banner > .container .text-wrapper {
      color: white;
      padding-left: 70px;
      padding-right: 70px;
      max-width: 900px; }
      @media (max-width: 1179.98px) {
        #profile .banner > .container .text-wrapper {
          padding-left: 35px;
          padding-right: 35px;
          background: rgba(0, 0, 0, 0.6);
          padding-top: 30px;
          padding-bottom: 30px;
          max-width: initial; } }
      #profile .banner > .container .text-wrapper .name {
        font-size: 1.125em;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: .5em; }
        @media (max-width: 767.98px) {
          #profile .banner > .container .text-wrapper .name {
            font-size: 2vw; } }
        @media (max-width: 575.98px) {
          #profile .banner > .container .text-wrapper .name {
            font-size: 14px; } }
      #profile .banner > .container .text-wrapper .title {
        font-size: 14px; }
        @media (max-width: 767.98px) {
          #profile .banner > .container .text-wrapper .title {
            font-size: 1.75vw; } }
        @media (max-width: 575.98px) {
          #profile .banner > .container .text-wrapper .title {
            font-size: 12px; } }
#awards .banner {
  height: 83.3333333vw;
  position: relative; }
  #awards .banner h1 {
    position: absolute;
    top: 5vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.375em; }
    @media (max-width: 1441px) {
      #awards .banner h1 {
        top: 5vw;
        font-size: 4vw; } }
#awards .red-box {
  padding: 12px 20px;
  color: white;
  background: #BC914C;
  width: 92px;
  margin: 6px 4px;
  text-align: center; }

#executiveTeam .banner {
  height: 60vw; }
  @media (max-width: 1179.98px) {
    #executiveTeam .banner {
      height: 83.5vw;
      background-position-x: 45%; } }
#companyProfiles .load-svg {
  margin-bottom: 1.5em; }
  #companyProfiles .load-svg svg {
    height: 100%; }

@media (max-width: 1179.98px) {
  #whoWeAre .banner {
    height: 600px;
    background-position: 0; } }

@media (max-width: 575.98px) {
  #whoWeAre .banner {
    height: 160vw;
    background-position: center; } }

#whoWeAre .banner .container {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; }

#whoWeAre .banner h1 {
  font-weight: normal;
  font-size: 2.25em;
  text-transform: none; }
  @media (max-width: 1179.98px) {
    #whoWeAre .banner h1 {
      font-size: 1.125em; } }
#whoWeAre .banner .header-quote-img {
  width: 120px;
  height: 120px; }

#whoWeAre .banner .text-wrapper h5 {
  font-size: 1.125em;
  margin-bottom: 0; }
  @media (max-width: 1179.98px) {
    #whoWeAre .banner .text-wrapper h5 {
      font-size: .8125em; } }
#whoWeAre .banner .text-wrapper p {
  font-size: .875em;
  line-height: 1em;
  font-weight: 300; }
  @media (max-width: 1179.98px) {
    #whoWeAre .banner .text-wrapper p {
      font-size: .625em; } }
#whoWeAre .report-download .download {
  background: black;
  color: white;
  position: relative;
  padding: 25px 20px; }
  #whoWeAre .report-download .download:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/img/assets/download.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

@media (max-width: 1179.98px) {
  #partnering .banner {
    height: 115vw; } }

#partnering .bg-full:before {
  background: #BC914C; }

@media (max-width: 767.98px) {
  #partnering .bg-full h5 {
    font-size: .875em; } }

@media (max-width: 767.98px) {
  #partnering .bg-full p {
    font-size: .75em; } }

#partnering .header-quote-img {
  max-width: 180px; }

#partnering p {
  font-size: .875em; }

#partnering .contact h5 {
  font-size: 1.125em; }

#partnering .contact p {
  font-size: 1.25em; }

#partnering .contact p.title {
  font-size: .875em;
  line-height: 1em; }

#partnering .contact a {
  border: none;
  padding: 20px 0;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-left: 38px;
  line-height: 20px;
  font-size: 14px; }
  #partnering .contact a:before {
    content: "";
    display: block;
    width: 28px;
    position: absolute;
    left: 0;
    height: 20px;
    background-image: url(/img/assets/envolpe.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

#contact .banner .bg-img {
  background-size: cover;
  height: 50%; }

#contact a {
  font-size: .875em; }

#contact .load-svg {
  margin-bottom: 2em; }
  #contact .load-svg svg {
    height: 100%; }

#contact hr {
  max-width: 310px; }
  @media (max-width: 575.98px) {
    #contact hr {
      margin-top: 10px;
      margin-bottom: 10px; } }
#caseStudy h4 {
  font-weight: normal; }

#caseStudy .banner {
  height: 86vw; }
  @media (max-width: 767.98px) {
    #caseStudy .banner {
      height: 600px;
      background-position-x: 10%; } }
  #caseStudy .banner .logo {
    position: absolute;
    left: 50%;
    top: 8.5%;
    transform: translateX(-50%); }
    @media (max-width: 767.98px) {
      #caseStudy .banner .logo {
        max-width: 123px;
        top: 12vw; }
        #caseStudy .banner .logo svg {
          height: 100%; } }
.readmore-wrapper p.readmore {
  display: block;
  max-height: inherit !important; }

.readmore-wrapper .btn-readmore, .readmore-wrapper .btn-readless {
  display: none !important; }

#awardsAccordion button {
  border: none;
  background: none;
  padding: 0; }

#awardsAccordion h4 {
  text-transform: capitalize; }

#awardsAccordion .card {
  border-radius: 0;
  border: none; }

#awardsAccordion .card-header {
  padding: 18px 0;
  background: none;
  border: none;
  border-bottom: 1px solid black;
  position: relative; }
  #awardsAccordion .card-header button {
    width: 100%;
    text-align: left; }
    #awardsAccordion .card-header button:before, #awardsAccordion .card-header button:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background: black;
      position: absolute;
      right: 0;
      top: 50%; }
    #awardsAccordion .card-header button:before {
      transform: rotate(90deg);
      opacity: 0;
      transition: opacity .3s ease-in-out; }
    #awardsAccordion .card-header button.collapsed:before {
      opacity: 1; }

#awardsAccordion .card-body {
  padding-left: 0; }
  #awardsAccordion .card-body p {
    font-weight: 300;
    line-height: 1.5em; }
    #awardsAccordion .card-body p strong {
      font-weight: normal; }

#awardsAccordion h4 {
  font-weight: normal;
  margin-bottom: 1.4rem; }

.award-box p {
  font-size: 1.5em; }
  @media (max-width: 1441px) {
    .award-box p {
      font-size: 1.25em; } }
  @media (max-width: 1179.98px) {
    .award-box p {
      font-size: 1em; } }
footer {
  width: 100vw;
  background: black;
  color: white; }
  footer strong {
    font-weight: 400;
    font-family: "Avenir LT Std", sans-serif;
    display: inline-block;
    margin-bottom: 10px; }
  footer .footer-logo {
    width: 50vw;
    max-width: 425px;
    margin: auto; }
  footer .social-warpper {
    width: 110px;
    display: flex;
    justify-content: space-between; }
    footer .social-warpper a {
      line-height: 1em; }
  footer h6 {
    font-size: 1.125em; }
  footer a {
    color: white;
    font-size: 1em;
    line-height: 1em;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    letter-spacing: .2em;
    text-transform: initial;
    font-family: "Avenir LT Std", sans-serif; }
    footer a:hover {
      color: #BC914C; }
  footer p {
    font-weight: 300;
    font-size: .875em;
    line-height: 2em; }
  footer .logo {
    width: 226px;
    display: block;
    height: 60px; }
    footer .logo svg {
      height: 100%;
      width: 100%; }
    footer .logo:hover * {
      fill: black; }
    footer .logo * {
      fill: white;
      transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  footer .disclaimer {
    font-weight: 300;
    font-size: .75em;
    line-height: 1.125em; }
    footer .disclaimer a {
      font-family: "Avenir LT Std", sans-serif;
      transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  footer .social-wrapper {
    right: 0;
    height: 15px; }
    footer .social-wrapper a {
      font-size: 1em;
      padding: 0px 8px; }
      footer .social-wrapper a i {
        transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        position: relative; }
      footer .social-wrapper a:hover i {
        opacity: .7; }
  footer ul a,
  footer ul span {
    font-size: .875em;
    line-height: 1.25rem; }
  @media (max-width: 575.98px) {
    footer ul.tablet-two-columns a {
      line-height: 1.1em; } }
form.form-done {
  opacity: 0;
  visibility: hidden;
  position: absolute; }

.radio-wrapper {
  font-size: 1em;
  display: flex;
  font-family: "Avenir LT Std", sans-serif;
  color: black;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 60px;
  margin-bottom: 15px; }
  .radio-wrapper * {
    font-weight: 300;
    text-transform: uppercase; }
  .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: 20px;
    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: black; }
  .radio-wrapper .control:hover input:not([disabled]):checked ~ .control__indicator {
    background: #fafafa; }
  .radio-wrapper .control input:disabled ~ .control__indicator {
    background: black;
    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: black; }

.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: 998; }
  .inline-response h1 {
    font-size: 1.5em;
    color: #BC914C; }
  .inline-response h3 {
    font-size: 1em; }
  .inline-response p {
    font-size: 1em; }
  .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: "Avenir LT Std", sans-serif; }

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

.error {
  border-color: red !important; }
  .error::-webkit-input-placeholder {
    color: red; }
  .error::-moz-placeholder {
    color: red; }
  .error:-ms-input-placeholder {
    color: red; }
  .error::-ms-input-placeholder {
    color: red; }
  .error::placeholder {
    color: red; }

input {
  font-family: "Avenir LT Std", sans-serif;
  text-transform: none;
  background: white;
  letter-spacing: .1em;
  border: none;
  display: block;
  font-weight: normal;
  width: 100%;
  font-size: 1em;
  text-transform: none;
  line-height: 40px;
  height: 60px;
  padding-left: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  color: black; }
  input::-webkit-input-placeholder {
    color: black;
    text-transform: none;
    opacity: 1;
    font-weight: 300; }
  input::-moz-placeholder {
    color: black;
    text-transform: none;
    opacity: 1;
    font-weight: 300; }
  input:-ms-input-placeholder {
    color: black;
    text-transform: none;
    opacity: 1;
    font-weight: 300; }
  input::-ms-input-placeholder {
    color: black;
    text-transform: none;
    opacity: 1;
    font-weight: 300; }
  input::placeholder {
    color: black;
    text-transform: none;
    opacity: 1;
    font-weight: 300; }

.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 #221f1f;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px; }

.checkbox-wrapper label {
  display: inline;
  padding: 0;
  line-height: 1.25rem;
  letter-spacing: 0; }
  @media (max-width: 575.98px) {
    .checkbox-wrapper label {
      font-size: .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: 40px;
  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 #221f1f;
  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 .2s;
  background: url(/img/assets/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 20px;
  height: 20px; }

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

.checkbox-wrapper label:hover:before {
  border: 1px solid #696969 !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: 9px;
  text-transform: initial;
  margin-bottom: 20px; }

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

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: #cccccc;
  height: 60px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding: 0 20px; }

.select2-container--default .select2-results__group {
  color: white;
  height: 30px;
  line-height: 18px;
  background: #ccc;
  font-size: .85em; }

.select2-results__option {
  padding: 0 20px;
  line-height: 60px;
  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 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: 22px;
  height: 13px;
  top: 27px;
  right: 10px;
  transform: translate(-50%, -50%); }

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

form button {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 40px;
  height: 40px;
  background: black;
  border: none;
  font-weight: 300;
  text-align: center;
  color: white;
  display: inline-block;
  border-radius: 0;
  padding: 0 22px;
  text-transform: uppercase;
  font-family: "Avenir LT Std", sans-serif;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid black; }
  form button:hover {
    background: transparent;
    color: black; }
  @media (max-width: 575.98px) {
    form button {
      font-size: 1em; } }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */ }
/*# sourceMappingURL=main.css.map */