@charset "UTF-8";
@import url(../css/hamburgers.css);
/**
 * @license
 * MyFonts Webfont Build ID 3786557, 2019-07-17T04:14:14-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy-Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Medium by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/medium/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-LightItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/light-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3786557
 * Licensed pageviews: 10,000
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/39c73d");
@import url("//hello.myfonts.net/count/39d3a6");

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../webfonts/39C73D_0_0.eot");
  src: url("../webfonts/39C73D_0_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/39C73D_0_0.woff2") format("woff2"),
    url("../webfonts/39C73D_0_0.woff") format("woff"),
    url("../webfonts/39C73D_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../webfonts/39C73D_1_0.eot");
  src: url("../webfonts/39C73D_1_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/39C73D_1_0.woff2") format("woff2"),
    url("../webfonts/39C73D_1_0.woff") format("woff"),
    url("../webfonts/39C73D_1_0.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-LightItalic";
  src: url("../webfonts/39C73D_2_0.eot");
  src: url("../webfonts/39C73D_2_0.eot?#iefix") format("embedded-opentype"),
    url(",,/webfonts/39C73D_2_0.woff2") format("woff2"),
    url("../webfonts/39C73D_2_0.woff") format("woff"),
    url("../webfonts/39C73D_2_0.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../webfonts/39C73D_3_0.eot");
  src: url("../webfonts/39C73D_3_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/39C73D_3_0.woff2") format("woff2"),
    url("../webfonts/39C73D_3_0.woff") format("woff"),
    url("../webfonts/39C73D_3_0.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("../webfonts/39D3A6_0_0.eot");
  src: url("../webfonts/39D3A6_0_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/39D3A6_0_0.woff2") format("woff2"),
    url("../webfonts/39D3A6_0_0.woff") format("woff"),
    url("../webfonts/39D3A6_0_0.ttf") format("truetype");
}

/*
	Utilities
 */
/*
  Breakpoints
 */
/*
Breakpoints
*/
html.stop-scrolling,
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
  font-size: 2vw;
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.4rem;
}

img {
  max-width: 100%;
}

.fill-primary {
  fill: red;
  stroke: green;
}

.fill-white {
  color: #fff;
}

.logo {
  height: 54px;
}

@media screen and (max-width: 992px) {
  .logo {
    height: 29px;
  }
}

#header a {
  border: none;
}

#header a .logo {
  opacity: 0;
}

svg #iconGroup {
  fill: pink;
}

a {
  display: inline-block !important;
  text-decoration: none;
  border-bottom: 2px solid #cbcbcb;
  transition: all 0.6s ease-in-out;
  margin-bottom: 0.7rem;
}

a:hover {
  text-decoration: none;
  border-bottom: 2px solid #323232;
}

.desktop-only {
  display: inline-block;
}

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

.mobile-only {
  display: none;
}

@media screen and (max-width: 992px) {
  .mobile-only {
    display: inline-block;
  }
}

.full-width {
  width: 100%;
}

.splash {
  position: relative;
  z-index: 999999;
  width: 100%;
  max-height: 100vh;
  background-color: white;
  overflow-y: hidden;
}

.c-logo {
  padding: 5rem 0;
}
.splash svg {
  opacity: 0;
}
@media screen and (max-height: 768px) {
  .c-logo {
    padding: 1.5rem 0;
  }
}
@media screen and (max-height: 580px) {
  .splash svg {
    display: none;
  }
}

.c-color {
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  position: absolute;
}

.f-heading-xl {
  opacity: 0.9;
  font-family: "Gilroy-Bold";
  font-size: 10.9375rem;
  color: #2b2b2b;
  letter-spacing: -10.18px;
  line-height: 0.4;
}

@media screen and (max-width: 1200px) {
  .f-heading-xl {
    font-size: 9.9375rem;
    letter-spacing: -9.18px;
  }
}

@media screen and (max-width: 1050px) {
  .f-heading-xl {
    font-size: 8.9375rem;
    letter-spacing: -8.18px;
  }
}

@media screen and (max-width: 960px) {
  .f-heading-xl {
    font-size: 7.9375rem;
    letter-spacing: -7.18px;
  }
}

@media screen and (max-width: 810px) {
  .f-heading-xl {
    font-size: 6.9375rem;
    letter-spacing: -6.18px;
  }
}

@media screen and (max-width: 750px) {
  .f-heading-xl {
    font-size: 5.9375rem;
    letter-spacing: -5.18px;
  }
}

@media screen and (max-width: 650px) {
  .f-heading-xl {
    font-size: 4.9375rem;
    letter-spacing: -4.18px;
  }
}

@media screen and (max-width: 550px) {
  .f-heading-xl {
    font-size: 3.9375rem;
    letter-spacing: -3.18px;
  }
}

@media screen and (max-width: 450px) {
  .f-heading-xl {
    font-size: 2.9375rem;
    letter-spacing: -2.18px;
  }
}

@media screen and (max-width: 350px) {
  .f-heading-xl {
    font-size: 2rem;
    letter-spacing: -1.18px;
  }
}

.a-intro {
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: progress;
}

.a-intro .f-heading-xl {
  opacity: 1;
  line-height: 105%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #2b2b2b;
  position: relative;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  width: 100%;
  height: 185px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .a-intro .f-heading-xl {
    -webkit-text-stroke-width: 0.5vw;
  }
}

@media screen and (max-width: 480px) {
  .a-intro .f-heading-xl {
    -webkit-text-stroke-width: 1px;
  }
}

.a-intro .f-heading-xl div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .a-intro .f-heading-xl {
    height: 170px;
  }
}

@media screen and (max-width: 1050px) {
  .a-intro .f-heading-xl {
    height: 142px;
  }
}

@media screen and (max-width: 960px) {
  .a-intro .f-heading-xl {
    height: 134px;
  }
}

@media screen and (max-width: 810px) {
  .a-intro .f-heading-xl {
    height: 126px;
  }
}

@media screen and (max-width: 750px) {
  .a-intro .f-heading-xl {
    height: 116px;
  }
}

@media screen and (max-width: 650px) {
  .a-intro .f-heading-xl {
    height: 106px;
  }
}

@media screen and (max-width: 550px) {
  .a-intro .f-heading-xl {
    height: 79px;
  }
}

@media screen and (max-width: 450px) {
  .a-intro .f-heading-xl {
    height: 70px;
  }
}

@media screen and (max-width: 350px) {
  .a-intro .f-heading-xl {
    height: 62px;
  }
}

.a-intro .c-logo {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  padding: 0 5%;
  width: 33.33%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
  .a-intro .c-logo {
    width: 50%;
  }
}

.a-intro .c-logo img {
  width: 100%;
  height: auto;
}

.a-intro .c-text {
  top: 50%;
  z-index: 2;
  width: 100%;
  color: white;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.a-intro .c-text .c-line {
  overflow: hidden;
  position: relative;
}

.a-intro .c-text .f-heading-xl {
  position: relative;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.a-intro .c-text .f-heading-xl .outline {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ff84ff;
  clip-path: inset(0 37.5% 0 37.5%);
  -webkit-clip-path: inset(0 37.5% 0 37.5%);
}

/* IE Style */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .a-intro .c-text .f-heading-xl .add-stroke-for-ie {
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff,
      2px 2px 0 #ffffff;
    -webkit-text-stroke: 0;
    color: #2b2b2b;
  }
}

@media screen and (max-width: 768px) {
  .a-intro .c-text .f-heading-xl .outline {
    -webkit-text-stroke-width: 0.5vw;
    clip-path: inset(0 29.2% 0 29.2%);
    -webkit-clip-path: inset(0 29.2% 0 29.2%);
  }
}

@media screen and (max-width: 450px) {
  .a-intro .c-text .f-heading-xl .outline {
    -webkit-text-stroke-width: 1px;
  }
}

.a-intro .c-figure {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  will-change: transform;
}

.a-intro .c-figure .c-container {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 25%;
  overflow: hidden;
  position: absolute;
  padding-bottom: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .a-intro .c-figure .c-container {
    width: 41.66%;
    padding-bottom: 58.33%;
  }
}

.a-intro .c-figure .c-image,
.a-intro .c-figure .c-mask,
.a-intro .c-figure .c-shape {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.a-intro .c-figure .c-mask {
  background-image: url("../img/splash.jpg");
  background-size: contain;
}

.a-intro .c-figure .c-shape {
  background-color: #6c1ec2;
}

.a-intro .c-background {
  display: block;
  background-color: green;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: contain;
}

.gs-dev-tools {
  z-index: 99999999;
}

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

#home-content-area.hidden {
  display: none;
}

.header-wrap,
.home-video-header-wrap {
  padding: 4.16% 5%;
  width: 100%;
  z-index: 400;
  position: fixed;
  top: 0;
  mix-blend-mode: exclusion;
}

.header-wrap.hidden,
.hidden.home-video-header-wrap {
  display: none;
}

@media (min-width: 1200px) {
  .header-wrap,
  .home-video-header-wrap {
    padding: 50px 60px;
  }
}

.home-video-header-wrap {
  position: absolute;
  z-index: 1;
}

.inner-wrap {
  width: 80%;
  margin: 0 auto;
}

.contact-btn,
.close-btn {
  color: darkgray;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  display: inline-block;
  z-index: 2000;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
}

.contact-btn:before,
.close-btn:before,
.contact-btn:after,
.close-btn:after {
  content: "";
  position: absolute;
  bottom: 3.8px;
  width: 0px;
  height: 3.5px;
  margin: 1.5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.37s;
  opacity: 0;
}

.contact-btn:after,
.close-btn:after {
  left: 3px;
  background-color: white;
}

.contact-btn:hover,
.close-btn:hover {
  opacity: 1;
}

.close-btn .inner .desktop-only img {
  transition: 0.4s ease-in-out;
}

.close-btn:hover .inner .desktop-only img {
  transform: rotate(-180deg);
}

@media (min-width: 992px) {
  .contact-btn:hover:before,
  .close-btn:hover:before,
  .contact-btn:hover:after,
  .close-btn:hover:after {
    width: 100%;
    opacity: 1;
  }
}

.contact-btn .inner,
.close-btn .inner {
  position: relative;
  top: 0;
}

.close-btn {
  color: #323232;
  opacity: 1;
}

.close-btn img {
  display: inline;
  margin-left: 15px;
  position: relative;
  top: 0px;
  width: 31px;
}

.close-btn .inner {
  position: relative;
  top: 0;
  display: inline-block;
}

.close-btn:before,
.close-btn:after {
  content: "";
  position: absolute;
  bottom: 3.8px;
  width: 0px;
  height: 3.5px;
  margin: 1.5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.37s;
  opacity: 0;
}

.close-btn:after {
  left: 3px;
  background-color: #323232;
}

.close-btn:hover {
  color: #323232;
}

@media (min-width: 992px) {
  .close-btn:hover:before,
  .close-btn:hover:after {
    width: 100%;
    opacity: 1;
  }
}

#contact-btn {
  font-family: "Gilroy-Bold";
  font-size: 3.6rem;
  letter-spacing: -2px;
  opacity: 0;
  margin-top: -9px;
}

.close-btn-wrap,
.close-video-btn {
  opacity: 0;
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 4001;
  top: 0;
  right: 0;
  font-family: "Gilroy-Bold";
  font-size: 4rem;
  letter-spacing: -2px;
  padding: 4.16% 5%;
}

.close-video-btn img {
  width: 36px;
}

@media (min-width: 1200px) {
  .close-btn-wrap,
  .close-video-btn {
    padding-top: 36px;
    padding-right: 60px;
  }
}

.scroll-dwn {
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2100;
  animation: bounce 0.5s infinite alternate;
  display: none;
  cursor: pointer;
  width: 40px;
  opacity: 0.2;
}

.scroll-dwn.hidden {
  display: none;
}

.scroll-dwn.active {
  display: block;
}

/* @media screen and (max-width: 992px) {
  .scroll-dwn {
    display: none;
  }

  .scroll-dwn.active {
    display: none;
  }
} */

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-10px);
  }
}

.how-we-work-item {
  position: fixed;
  right: -2.75%;
  top: calc(77vh - 245px);
  transform: rotate(90deg);
  color: white;
  font-family: "Gilroy-Regular";
  font-size: 25px;
  text-transform: uppercase;
  z-index: 2200;
  display: none;
  cursor: pointer;
}

.how-we-work-item.active {
  display: block;
}

@media screen and (max-width: 992px) {
  .how-we-work-item {
    display: none;
    right: -7%;
  }

  .how-we-work-item.active {
    display: none;
  }
}

.home-video-overlay {
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: relative;
}

.home-video-wrap {
  height: 100vh;
  width: 100%;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
}

.home-video-wrap .home-video-caption {
  color: white;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2000;
}

.home-video-wrap .home-video-caption .caption-inner {
  max-width: 1467px;
  margin: 0 auto;
  width: 90%;
}

.home-video-wrap .home-video-caption .caption-inner .heading {
  font-family: "Gilroy-Medium";
  font-size: 3.125rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
  padding-right: 10%;
}

@media screen and (max-width: 1200px) {
  .home-video-wrap .home-video-caption .caption-inner .heading {
    font-size: 1.775rem;
  }
}

@media screen and (max-width: 400px) {
  .home-video-wrap .home-video-caption .caption-inner .heading {
    font-size: 1.175rem;
  }
  .home-video-wrap .home-video-caption .caption-inner .heading .animate {
    height: 24px !important;
  }
}
.home-video-wrap .home-video-caption .caption-inner .animate {
  display: inline-block;
  width: 0;
  transition: width 0.2s ease-in-out;
  position: relative;
  height: 34px;
  top: 8px;
}

@media screen and (min-width: 1200px) {
  .home-video-wrap .home-video-caption .caption-inner .animate {
    height: 56px;
  }
}

.home-video-wrap .home-video-caption .caption-inner .animate .highlight {
  border-bottom: 0.1em solid white;
  display: inline-block;
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 29px;
  top: 7px;
  font-family: "Gilroy-Bold";
}

@media screen and (max-width: 400px) {
  .home-video-wrap .home-video-caption .caption-inner .animate .highlight {
    height: 21px;
    top: 1px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .home-video-wrap .home-video-caption .caption-inner .animate .highlight {
    height: 59px;
  }
}

.home-video-wrap .home-video-caption .caption-inner .animate .highlight .inner {
  position: absolute;
  top: 70px;
  opacity: 0;
  display: inline-block;
  width: 100%;
}

.home-video-wrap .home-video-caption .caption-inner .animate .hidden {
  display: none;
}

.home-video-wrap .home-video-caption .caption-inner #words .hidden {
  display: none;
}
.home-video-wrap .home-video-caption .caption-inner .btn-wrap {
  margin-top: 2rem;
  font-family: "Gilroy-Regular";
  font-size: 1.5625rem;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .home-video-wrap .home-video-caption .caption-inner .btn-wrap {
    font-size: 1.1rem;
  }
}
.home-video-wrap .home-video-caption .caption-inner .btn-wrap .btn-content {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home-video-wrap
  .home-video-caption
  .caption-inner
  .btn-wrap
  .iris-overlay__play-button {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .home-video-wrap
    .home-video-caption
    .caption-inner
    .btn-wrap
    .iris-overlay__play-button {
    margin-left: 0.5rem;
  }
}

.content-area-wrap {
  z-index: 2000;
  overflow: hidden;
  position: relative;
  width: 100%;
  left: 0;
}

.content-area-wrap-inner {
  margin-top: 100vh;
  padding-bottom: 48.5%;
  position: relative;
  background-color: white;
  z-index: 2000;
}

@media screen and (max-width: 1200px) {
  .content-area-wrap-inner {
    padding-bottom: 1rem;
  }
}

.content-area {
  z-index: 1000;
  position: relative;
  padding: 0;
  margin-bottom: 20rem;
  margin-top: 10rem;
}
.content-area:nth-child(2) {
  margin-top: 25%;
}
.content-area:nth-child(3) {
  margin-top: 35%;
}
@media screen and (max-width: 1679px) {
  .content-area:nth-child(2) {
    margin-top: 9rem;
  }
  .content-area:nth-child(3) {
    margin-top: 30%;
  }
}
@media screen and (max-width: 1439px) {
  .content-area:nth-child(2) {
    margin-top: 10rem;
  }
  .content-area:nth-child(3) {
    margin-top: 22.5%;
  }
}
@media screen and (max-width: 1200px) {
  .content-area {
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-area:nth-child(2) {
    margin-top: 0;
  }
  .content-area:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .content-area {
    margin-bottom: 4rem;
    margin-top: 0;
  }
  .content-area:nth-child(3) {
    margin-bottom: 1rem;
  }
}

.content-area .inner-wrap {
  position: relative;
  max-width: 1950px;
  margin: 0 auto;
  min-height: 98vh;
}

@media screen and (max-width: 992px) {
  .content-area {
    padding: 75px 0 0;
  }
  .content-area .inner-wrap {
    min-height: auto !important;
  }
}

@media (max-height: 992px) and (max-width: 768px) {
  .content-area:nth-child(2) {
    margin-top: 0px;
    padding: 20px 0;
  }
  .content-area:nth-child(3) {
    margin-top: 0px;
  }
}

.content-area-caption {
  font-size: 1.5625rem;
  color: #4d4d4d;
  letter-spacing: 0;
  line-height: 1.25;
  position: relative;
  font-family: "Gilroy-Light";
  padding-left: 5.85%;
  margin-bottom: 16.5%;
}

.content-area-caption div {
  max-width: 400px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .content-area-caption {
    position: static;
    order: -1;
    padding: 0;
  }

  .content-area-caption div {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .content-area-caption {
    font-size: 1rem;
  }
}

.area-txt {
  position: absolute;
  left: 0;
  margin-top: 25%;
  z-index: 800;
  text-align: center;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1200px) {
  .area-txt {
    position: static;
    margin-top: 0;
    text-align: left;
  }
}

.area-txt .area-txt-inner {
  position: relative;
}

.area-txt .area-txt-inner h3 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .area-txt .area-txt-inner h3 {
    position: static;
    margin-bottom: 25px;
  }
}

h3 {
  font-weight: normal;
  font-size: 9.7vw;
  color: #2b2b2b;
  letter-spacing: -0.42375rem;
  position: relative;
  font-family: "Gilroy-Bold";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #fff;
  line-height: 0.6;
  display: inline-block;
}

@media (min-width: 1380px) {
  h3 {
    font-size: 9.7vw;
  }
}

@media screen and (max-width: 1200px) {
  h3 {
    font-size: 80px;
    letter-spacing: -3px;
    -webkit-text-stroke: 0;
    -moz-text-stroke: 0;
  }
}

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

@media screen and (max-width: 450px) {
  h3 {
    font-size: 30px;
    letter-spacing: -0.12375rem;
  }
}

h3 span {
  font-family: "Gilroy-Light";
  position: relative;
  font-size: -1.65rem;
}

@media screen and (max-width: 1200px) {
  h3 span {
    font-size: 30px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h3:before {
    background: none;
    content: attr(data-text);
    left: 0;
    position: absolute;
    text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white,
      2px 2px 0 white;
    top: 0;
    z-index: -1;
  }
}

.outline {
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  -moz-text-stroke-width: 3px;
  -moz-text-stroke-color: #fff;
}

.mix-blend-mode {
  mix-blend-mode: color-dodge;
}

.footer {
  padding: 15vw 0 100px;
  background-color: white;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 20vw 0 100px;
  }
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 5rem 0 100px;
  }
}

.footer a {
  display: table !important;
}

.footer .logo {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .footer .d-flex {
    flex-wrap: wrap;
  }
}

.footer h4 {
  font-family: "Gilroy-Bold";
  font-size: 1.88rem;
  letter-spacing: -2px;
  color: #cbcbcb;
}

.footer .col {
  margin: 0;
  padding: 0 50px 0 0;
  flex-basis: auto;
  flex-grow: 0;
}

.footer .col:nth-child(1) {
  width: 40%;
}

.footer .col:nth-child(2),
.footer .col:nth-child(3) {
  width: 30%;
}

.footer .col:nth-child(3) {
  padding-right: 0;
}

@media screen and (max-width: 992px) {
  .footer .col {
    padding-right: 0;
    flex-basis: auto;
    flex-grow: 1;
  }

  .footer .col:nth-child(1),
  .footer .col:nth-child(2),
  .footer .col:nth-child(3) {
    width: 100%;
  }
}

.footer .col .footer-logos {
  padding-top: 18%;
}

@media screen and (max-width: 992px) {
  .footer .col .footer-logos {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .footer .col .footer-logos img {
    margin-right: 25px;
  }
}

.footer ul.footer-contact-details {
  font-family: "Gilroy-Bold";
  font-size: 1.57rem;
  color: #cbcbcb;
  letter-spacing: 0;
  line-height: 1.35;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact-details a,
.contact-details a {
  color: #2b2b2b;
}

@media screen and (max-width: 1200px) {
  .footer ul.footer-contact-details {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .footer ul.footer-contact-details {
    font-size: 1rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
}

.footer ul.footer-contact-details li {
  margin: 15px 0 0 0;
  padding: 0;
}

.footer ul.footer-contact-details li .lbl {
  color: #d8d8d8;
  display: inline-block;
}

.footer ul.footer-contact-details li .value {
  color: #323232;
  display: block;
}

.footer ul.footer-contact-details li:nth-child(1) {
  margin-top: 0;
}

.footer ul.footer-contact-details.sep {
  margin-top: 5.5vw;
}

.scroll-overlay {
  padding-bottom: 180vh;
}

.content-area {
  /* Collabroation */
  /* Create */
  /* Realise */
}

.content-area img {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .content-area {
    padding: 100px 0 50px;
  }

  .content-area h3.outline {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .content-area {
    padding: 4rem 0 3rem;
  }
}

@media screen and (max-width: 768px) {
  .content-area {
    padding: 1rem 0;
  }
}

.content-area .area-txt-1 {
  padding-left: 9.5vw;
}

@media screen and (max-width: 1200px) {
  .content-area .area-txt-1 {
    padding-left: 0;
  }
}

.content-area .area1-img1 {
  padding-left: 24%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1200px) {
  .content-area .area1-img1 {
    padding-left: 0;
  }
}

.content-area .area1-img1 img {
  width: 48.5%;
  max-width: 715px;
}

@media screen and (max-width: 1200px) {
  .content-area .area1-img1 {
    position: static;
    text-align: left;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
  }

  .content-area .area1-img1 img {
    width: auto;
    max-width: 100%;
  }

  .content-area .area1-img1 .content-area-caption {
    padding-right: 5%;
    margin-top: 1rem;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 1200px) {
  .content-area-caption {
    max-width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .content-area-caption {
    max-width: 430px;
  }
}
.content-area .area1-img2 {
  position: absolute;
  margin-top: 39%;
}

.content-area .area1-img2 img,
.content-area .area1-img2 video {
  left: 0;
}

@media screen and (max-width: 1200px) {
  .content-area .area1-img2 {
    position: static;
    margin: -25px 0 25px;
    margin-left: -6%;
  }

  .content-area .area1-img2 img,
  .content-area .area1-img2 video {
    width: auto;
    max-width: 100%;
  }
}

.content-area .area1-img3 {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 8vw;
  margin-top: 66%;
}

.content-area .area1-img3 img,
.content-area .area1-img3 video {
  max-width: 568px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .content-area .area1-img3 {
    position: relative;
    margin-top: 0;
    right: -6%;
  }

  .content-area .area1-img3 img,
  .content-area .area1-img3 video {
    width: auto;
    max-width: 100%;
  }
}

.content-area .area-txt-2 {
  left: 0;
  width: calc(100% - 13vw);
  padding-left: 3%;
  margin-top: 37.5%;
}

@media screen and (max-width: 1679px) {
  .content-area .area-txt-2 {
    margin-top: 42.5%;
  }
}
@media screen and (max-width: 1200px) {
  .content-area .area-txt-2 {
    position: static;
    margin: 0;
    padding: 0;
  }
}

.content-area .area2-img1 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
}

.content-area .area2-img1 .content-area-caption {
  width: calc(100% - 10px);
  max-width: 413px;
  margin-top: 22.5%;
  padding-right: 2%;
  padding-left: 4.25%;
}

.content-area .area2-img1 img {
  width: 62%;
  max-width: 892px;
  max-height: 669px;
}

@media screen and (max-width: 1200px) {
  .content-area .area2-img1 {
    position: static;
    flex-wrap: wrap;
    flex-direction: row;
    left: 0;
    width: 100%;
    text-align: left;
  }

  .content-area .area2-img1 .content-area-caption {
    max-width: 560px;
    margin: 0;
    padding: 0;
    padding-right: 5%;
    margin-top: 1rem;
    margin-bottom: 10vw;
  }

  .content-area .area2-img1 img {
    width: auto;
    max-width: 100%;
    position: relative;
    right: -6%;
  }
}

.content-area .area2-img2 {
  position: absolute;
  right: 0;
  margin-top: 35%;
}

@media screen and (max-width: 1200px) {
  .content-area .area2-img2 {
    position: static;
    margin: -25px 0 25px;
    margin-left: -6%;
  }

  .content-area .area2-img2 img,
  .content-area .area2-img2 video {
    width: auto;
    max-width: 100%;
  }
}

.content-area .area2-img3 {
  position: absolute;
  right: auto;
  left: 0;
  margin-top: 43.5%;
}

.content-area .area2-img3 img,
.content-area .area2-img3 video {
  width: 100%;
  max-width: 40vw;
}
@media screen and (max-width: 1440px) {
  .content-area .area2-img3 video {
    max-width: 35vw;
  }
}
@media screen and (max-width: 1200px) {
  .content-area .area2-img3 {
    position: relative;
    margin-top: 0;
    right: -6vw;
    left: auto;
  }

  .content-area .area2-img3 img,
  .content-area .area2-img3 video {
    width: auto;
    max-width: 100%;
  }
}

.content-area .area-txt-3 {
  left: 16vw;
  width: calc(100% - 16vw);
  margin-top: 50%;
}

@media screen and (max-width: 1200px) {
  .content-area .area-txt-3 {
    margin-top: 0;
  }
}

.content-area .area3-img1 {
  position: absolute;
  right: 0;
  width: calc(100% - 16vw);
  top: 0;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: space-between;
}

.content-area .area3-img1 .content-area-caption {
  position: relative;
  padding-right: 2%;
  margin-bottom: 0;
  flex-grow: 1;
  padding-left: 0.7vw;
  max-width: 400px;
  margin-top: -10.5%;
}

.content-area .area3-img1 img {
  width: 59.5%;
  max-width: 669px;
}
@media screen and (max-width: 1440px) {
  .content-area .area3-img1 .content-area-caption {
    margin-top: -17.5%;
  }
}
@media screen and (max-width: 1200px) {
  .content-area .area3-img1 {
    position: static;
    padding-left: 0;
    flex-direction: column;
    text-align: left;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-area .area3-img1 .content-area-caption {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 560px;
    padding-right: 5%;
    margin-top: 1rem;
    margin-bottom: 10vw;
  }

  .content-area .area3-img1 img,
  .content-area .area3-img1 video {
    width: auto;
    max-width: 100%;
    position: relative;
    left: -9.85vw;
  }

  .content-area .area3-img1 img {
    max-height: 100vh;
  }
}

.content-area .area3-img2 {
  position: absolute;
  right: 22.5%;
  margin-top: 41.5%;
}

.content-area .area3-img2 img,
.content-area .area3-img2 video {
  max-width: 360px;
}

@media screen and (max-width: 1200px) {
  .content-area .area3-img2 {
    position: relative;
    margin: 0;
    top: -10vw;
    right: -6%;
    text-align: right;
  }

  .content-area .area3-img2 img,
  .content-area .area3-img2 video {
    width: auto;
  }
  .content-area .area3-img2 img {
    max-width: 50vw;
  }
}

.content-area .area3-img3 {
  position: absolute;
  top: 20vw;
  right: auto;
  left: 0;
}

.content-area .area3-img3 .videoMask {
  overflow: hidden;
  width: 35vw;
  height: 20vw;
}
.videoMask video {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .content-area .area3-img3 .videoMask {
    overflow: visible;
    width: auto;
    height: auto;
  }
}

.content-area .area3-img3 img {
  width: 32.03vw;
}

.content-area .area3-img3 video {
  margin-left: 0vw;
}

@media screen and (max-width: 1200px) {
  .content-area .area3-img3 {
    position: relative;
    top: -14vw;
    right: auto;
  }

  .content-area .area3-img3 img,
  .content-area .area3-img3 video {
    width: auto;
    max-width: 100%;
  }
}

.promo-video-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .promo-video-cover {
    height: calc(100vh - 32px);
  }
}

.video-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .video-contain {
    object-fit: contain !important;
  }
}

.close-video-btn {
  opacity: 1;
  display: block;
  pointer-events: all;
  position: fixed;
  top: 0;
  right: 0;
  color: white;
  z-index: 2000;
  cursor: pointer;
}
.close-video-btn img {
  transition: 0.4s ease-in-out;
}
.close-video-btn:hover img {
  transform: rotate(-180deg);
}

/* Play Icon */
.iris-overlay__play-button {
  position: relative;
  width: 85px;
  height: 85px;
  margin: 0;
  display: inline-block;
}

/* @media screen and (max-width: 992px) {
  .iris-overlay__play-button {
    transform: scale(1);
  }
} */

.iris-overlay__play-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle-fill circle {
  opacity: 1;
  fill: transparent;
}

.polygon {
  position: relative;
  width: 85px;
  height: 85px;
}

.polygon svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.iris-overlay__play-button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 38.5;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.iris-overlay__play-button svg.circle-track {
  z-index: 0;
}

#watch-btn:hover .iris-overlay__play-button svg.circle-fill {
  stroke-dashoffset: 322;
}

@media screen and (max-width: 1200px) {
  .rellax {
    transform: none !important;
  }
}

.subpage .inner-wrap {
  font-size: 1rem;
  color: #4d4d4d;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Gilroy-Light";
  max-width: 960px;
  margin: 0 auto;
  padding: 1% 0;
}

.subpage .inner-wrap h1 {
  font-size: 30px;
  font-family: "Gilroy-Bold";
  letter-spacing: -0.12375rem;
  margin: 20px 0;
}

.subpage .inner-wrap h2 {
  font-size: 20px;
  margin: 10px 0;
  font-family: "Gilroy-Bold";
  letter-spacing: -0.06375rem;
}

.subpage .inner-wrap p {
  margin-bottom: 1.5em;
}

.subpage-header {
  background-color: white;
}

.subpage-header #header {
  position: relative;
}

.subpage-header #header .logo {
  opacity: 1;
}

.subpage-header #header #contact-btn {
  opacity: 1;
}

.contact {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  height: 0;
  width: 100%;
  overflow: hidden;
  background-color: white;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .contact {
    align-items: flex-end;
  }
}

.contact .header-wrap,
.contact .home-video-header-wrap {
  position: absolute;
  mix-blend-mode: normal;
}

.contact > div {
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .contact > div {
    margin: 0;
  }
}

.contact .add-map-bck {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.contact .add-map-bck .map-inner {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.map-svg {
  height: 100%;
  width: 100%;
  background-image: url("../img/map.svg");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 70%;
  /* opacity: 0;
  transition: opacity 1s linear;
  animation-delay: 3s; */
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .map-svg {
    background-size: 45%;
    background-position: 70%;
  }
}

@media screen and (max-width: 992px) {
  .contact .add-map-bck .map-inner {
    display: none;
  }
}

/* .contact .add-map-bck.show:after {
  opacity: 1;
}

.contact .add-map-bck.mapoff:after {
  opacity: 0 !important;
} */

.contact #map {
  height: 100%;
}

.contact .GM_map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
}

.contact .GM_map.active {
  display: block !important;
}

.contact ul.contact-details {
  list-style-type: none;
  margin: auto 2rem;
  padding: 0;

  min-width: 262px;
}
@media (max-height: 992px) {
  .contact ul.contact-details {
    min-width: 212px;
    margin: 0 auto;
  }
}

.contact ul.contact-details li {
  margin: 15px 0;
  font-family: "Gilroy-Bold";
  font-size: 1.25rem;
  line-height: 1.3;
  color: #cbcbcb;
  letter-spacing: 0;
  overflow: hidden;
}

.contact ul.contact-details li:nth-child(4) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 992px) {
  .contact ul.contact-details li:nth-child(4) {
    margin-bottom: 1rem;
  }
}

.contact ul.contact-details li h4 {
  font-family: "Gilroy-Bold";
  font-size: 1.88rem;
  letter-spacing: -2px;
  color: #cbcbcb;
}

@media screen and (max-width: 1024px) {
  .contact ul.contact-details li {
    font-size: 1rem;
  }
}

.contact ul.contact-details li .lbl {
  color: #cbcbcb;
  display: inline-block;
}

.contact ul.contact-details li .lbl:hover {
  color: #323232;
}

.contact ul.contact-details li .lbl:hover svg {
  margin-left: 0.5rem;
}

.contact ul.contact-details li .lbl:hover svg path,
.contact ul.contact-details li .lbl:hover svg g {
  fill: #323232;
}

.contact ul.contact-details li .value {
  color: #323232;
  display: block;
}

.contact ul.contact-details li .inner {
  position: relative;
  display: block;
}

.contact ul.contact-details li.privacy-policy-link {
  font-size: 16px;
  margin: 5px 0;
  text-decoration: none;
}

.contact ul.contact-details li.privacy-policy-link a {
  text-decoration: none;
}

.contact ul.contact-details li svg {
  transition: all 0.3s ease-in-out;
}

.contact ul.contact-details li svg path,
.contact ul.contact-details li svg g {
  transition: all 0.3s ease-in-out;
}

.contact.active ul li {
  opacity: 1;
}
.hamburger-box {
  height: 29px;
}
.hamburger {
  display: none;
  cursor: pointer;
  mix-blend-mode: exclusion;
  position: fixed;
  top: 0;
  right: 0;
  padding: 4.16% 5%;
  z-index: 1999;
  opacity: 0.7;
}

.hamburger.active {
  display: block;
}

@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }

  .hamburger.active {
    display: none;
  }
}

.hamburger:active,
.hamburger:focus {
  outline: none;
}

.btn-back {
  border: 1px solid black;
  background: transparent;
  color: black;
  border-radius: 0px;
}

#scroll-dwn2 {
  opacity: 1 !important;
  top: -3.5rem;
  bottom: auto;
}
@media screen and (max-width: 1200px) {
  #scroll-dwn2 {
    top: -9rem;
  }
}
@media screen and (max-width: 992px) {
  #scroll-dwn2 {
    top: -8rem;
  }
}

@media screen and (max-width: 992px) {
  #scroll-dwn2 {
    top: -8rem;
  }
}

/* Remove Default Play Buttons */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/*# sourceMappingURL=screen.css.map */
