/* transition if needed 
all 0.2s cubic-bezier(0.43, 0.195, 0.02, 1) 0s
*/
@media screen and (min-width: 2000px) {
  .titletext {
    font-size: 60px !important;
  }

  .desctext {
    font-size: 24.4px !important;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 10.33vw;
}

.dropdown-content {
  display: none;
  position: absolute;
}

.copyclass {
  transition: 0.93s cubic-bezier(0.52, 0.01, 0.16, 1) 0.87s;
}

.menu {
  position: absolute;
  width: 100%;
}

.menuitems {
  padding: 5.61vw;
  padding-right: 3.97vw;
  width: 11.44vw;
  float: right;
  display: table;
  text-align: right;
}

.menuicon {
  height: 100%;
}

.menuabout {
  padding-right: 3vw;
  margin-top: -2.5vw;
}

.menucontact {
  padding-right: 3vw;
}

.submenu {
  font-family: AtlasTypewriterRegular;
  font-size: 0.9vw;
  color: white;
  display: none;
}

.menuabout:hover {
  color: #bbb5bf;
}

.menucontact:hover {
  color: #bbb5bf;
}

.pulsetext {
  animation: pulsetext 1.6s;
  animation-iteration-count: infinite;
  opacity: 2;
}

@-webkit-keyframes pulsetext {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.section {
  /*text-align:center;*/
  font-size: 3em;
}

.fp-tableCell {
  vertical-align: top;
}

.homepage {
  background-image: url("media/backgrounds/hp_dt 1400x800.jpg");
}

.section1 {
  background-image: url("media/backgrounds/section 1_dt.jpg");
}

.section2 {
  background-image: url("media/backgrounds/section 2_dt.jpg");
}

.section3 {
  background-image: url("media/backgrounds/section 3_dt.jpg");
}

.section4 {
  background-image: url("media/backgrounds/section 4_dt.jpg");
}

.section5 {
  background-image: url("media/backgrounds/section 5_dt.jpg");
}

.section6 {
  background-image: url("media/backgrounds/section 6_dt.png");
}

/*.section7{
  background:url('2. section production files/a. home page/hp masking layer.png');
  background-size:100% 100%;  

}*/
body {
  background: #333;
}

.noisecanvas {
  opacity: 0.2;
  position: absolute;
  background: #777;
  vertical-align: middle;
  top: 0;
  left: 0;
}

.backtotop.staticelements.fadein {
  animation: fadein 1s, rollinbtt 1s;
  opacity: 1 !important;
  margin-top: 0vh !important;
}

.backtotop.staticelements.fadeout {
  animation: fadeout 1s, rolloutbtt 1s;
  opacity: 0 !important;
  margin-top: -100vh !important;
}

.logonav.staticelements.fadeinlogo {
  animation: fadein 1s;
  opacity: 1 !important;
}

.logonav.staticelements.fadeoutlogo {
  animation: fadeout 1s;
  opacity: 0 !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rollinbtt {
  from {
    margin-top: -8vh;
  }
  to {
    margin-top: 0vh;
  }
}
@keyframes rolloutbtt {
  from {
    margin-top: 0vh;
  }
  to {
    margin-top: -8vh;
  }
}
/*nav and logo*/
/*homepage*/
.homepage-logo {
  opacity: 0;
}

.homepage-logo img {
  width: auto;
  height: auto;
  max-height: 42.7vh;
  max-width: 35vw;
}

.homepage-logo-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.homepage-logo-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.homepage-copy {
  opacity: 0;
}

.homepage-copy-roll {
  opacity: 0;
  animation: rollinhomepagecopy 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.homepage-copy-roll1 {
  opacity: 1;
  animation: rollinhomepagecopy1 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.homepage-menu {
  opacity: 0;
}

.homepage-menu-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.homepage-menu-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec1*/
.sec1-svg {
  opacity: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 100vh;
  margin-top: 6.933vh;
  padding-left: 0.278vw;
}

.sec1-svg-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec1-svg-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec1-title {
  opacity: 0;
  letter-spacing: 0.15em;
  color: white;
  line-height: 1;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 5.5vw;
  height: fit-content;
  width: 100%;
  text-align: center;
  top: 60px;
  position: absolute;
  z-index:2;
}

.sec1-title-roll {
  opacity: 0;
  letter-spacing: 0.15em;
  animation: rollin 1s, contract 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s, 1.75s;
}

.sec1-title-roll1 {
  opacity: 1;
  letter-spacing: 0em;
  animation: rollout 1s, expand 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec1-des {
  opacity: 0;
}

.sec1-des-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec1-des-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec2*/
.sec2-svg {
  opacity: 0;
}

.sec2-svg-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec2-svg-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec2-title {
  opacity: 0;
}

.sec2-title-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec2-title-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec2-des {
  opacity: 0;
}

.sec2-des-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec2-des-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec3*/
.sec3-svg {
  opacity: 0;
}

.sec3-svg-hover {
  opacity: 0;
  animation: hoverinchart 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec3-svg-hover1 {
  opacity: 1;
  animation: hoveroutchart 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec3-title {
  opacity: 0;
}

.sec3-title-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec3-title-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec3-des {
  opacity: 0;
}

.sec3-des-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec3-des-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec4*/
.sec4-svg {
  opacity: 0;
}

.sec4-svg-hover {
  opacity: 0;
  animation: hoverinchart 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec4-svg-hover1 {
  opacity: 1;
  animation: hoveroutchart 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec4-title {
  opacity: 0;
}

.sec4-title-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec4-title-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec4-des {
  opacity: 0;
}

.sec4-des-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec4-des-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec5*/
.sec5-svg2 {
  opacity: 0;
}

.sec5-svg2-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec5-svg2-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec5-title {
  opacity: 0;
}

.sec5-title-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s, 1.25s;
}

.sec5-title-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec5-des1 {
  opacity: 0;
}

.sec5-des1-roll {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.sec5-des1-roll1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.sec5-des2 {
  opacity: 0;
}

.sec5-des2-roll {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.75s;
}

.sec5-des2-roll1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.75s;
}

/*sec6*/
.sec6-numbers {
  opacity: 0;
}

.sec6-numbers-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec6-numbers-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec6-quote {
  opacity: 0;
  letter-spacing: 0.15em;
}

.sec6-quote .mailto {
  text-decoration: none;
  font-family: HelveticaNeueLTStd-BdCn;
  color: white;
  transition: all 0.15s ease-out;
}

.sec6-quote-roll {
  opacity: 0;
  letter-spacing: 0.15em;
  animation: rollin 1s, contract 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s, 1s;
}

.sec6-quote-roll1 {
  opacity: 1;
  letter-spacing: 0em;
  animation: rollout 1s, expand 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec6-quote1 {
  opacity: 0;
}

.sec6-quote1-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.sec6-quote1-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.sec6-fuller {
  opacity: 0;
}

.sec6-fuller-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.sec6-fuller-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.sec6-copyright {
  opacity: 0;
}

.sec6-copyright-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec6-copyright-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

/*animations*/
@keyframes rollin {
  from {
    margin-top: 0vh;
    opacity: 0;
  }
  to {
    margin-top: 0vh;
    opacity: 1;
  }
}
@keyframes rollout {
  from {
    margin-top: 0vh;
    opacity: 1;
  }
  to {
    margin-top: -2vh;
    opacity: 0;
  }
}
@keyframes hoverin {
  from {
    transform: scale(1.2);
    transform-origin: center center;
    opacity: 0;
  }
  to {
    transform: scale(1);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes hoverout {
  from {
    transform: scale(1);
    transform-origin: center center;
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes contract {
  from {
    letter-spacing: 0.15em;
  }
  to {
    letter-spacing: 0em;
  }
}
@keyframes expand {
  from {
    letter-spacing: 0em;
  }
  to {
    letter-spacing: 0.15em;
  }
}
/*exceptions*/
@keyframes hoverinchart {
  from {
    transform: matrix(1.2, 0, 0, 1.2, 0, -50%);
    transform-origin: center center;
    opacity: 0;
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, -50%);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes hoveroutchart {
  from {
    transform: matrix(1, 0, 0, 1, 0, -50%);
    transform-origin: center center;
    opacity: 1;
  }
  to {
    transform: matrix(1.2, 0, 0, 1.2, 0, -50%);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes fadeinbacktotop {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes fadeoutbacktotop {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 0;
  }
}
@keyframes rollinhomepagecopy {
  from {
    margin-top: 58vh;
    opacity: 0;
  }
  to {
    margin-top: 60vh;
    opacity: 1;
  }
}
@keyframes rollinhomepagecopy1 {
  from {
    margin-top: 60vh;
    opacity: 1;
  }
  to {
    margin-top: 58vh;
    opacity: 0;
  }
}
#lottie2 {
  width: 5.15vw;
  float: right;
  margin-top: 5.35vw;
  margin-right: 5.2vw;
}

.backtotop {
  bottom: 4vh;
}

.contact-socials {
  bottom: 6vh;
  text-align: center;
  height: 36px;
  position: absolute;
  width: 100vw;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact-socials img {
  cursor: pointer;
  height: 100%;
  margin: 5px;
}

.sec6-numbers span {
  z-index: 2;
  font-family: HelveticaNeueLTStd-Cn;
}

.sec-desc {
  color: #bbb5bf;
  line-height: 1.4em;
  font-family: "AtlasTypewriterRegular";
  font-size: 1.4vw;
  height: fit-content;
  width: 100%;
  text-align: center;
}

.homepage-logo {
  text-align: center;
  max-height: 42.7vh;
  position: absolute;
  width: 100%;
  bottom: 15.3vh;
  height: auto;
  font-size: 0;
}

.sec-title {
  position: relative;
  color: white;
  line-height: 1.1em;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 4vw;
  height: fit-content;
  width: 100%;
  text-align: center;
}

/* transition if needed 
all 0.2s cubic-bezier(0.43, 0.195, 0.02, 1) 0s
*/
@media screen and (min-width: 2000px) {
  .titletext {
    font-size: 60px !important;
  }

  .desctext {
    font-size: 24.4px !important;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 10.33vw;
}

.dropdown-content {
  display: none;
  position: absolute;
}

.dropdown:hover .dropdown-content {
  display: contents;
}

.copyclass {
  transition: 0.93s cubic-bezier(0.52, 0.01, 0.16, 1) 0.87s;
}

.menu {
  position: absolute;
  width: 100%;
}

.menuitems {
  padding: 5.61vw;
  padding-right: 3.97vw;
  width: 11.44vw;
  float: right;
  display: table;
  text-align: right;
}

.menuicon {
  height: 100%;
}

.menuabout {
  padding-right: 3vw;
  margin-top: -25px;
}

.menucontact {
  padding-right: 3vw;
}

.submenu {
  font-family: AtlasTypewriterRegular;
  font-size: 0.9vw;
  color: white;
  display: none;
}

.menuabout:hover {
  color: #bbb5bf;
}

.menucontact:hover {
  color: #bbb5bf;
}

.pulsetext {
  animation: pulsetext 1.6s;
  animation-iteration-count: infinite;
  opacity: 2;
}

@keyframes pulsetext {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.section {
  /*text-align:center;*/
  font-size: 3em;
}

.fp-tableCell {
  vertical-align: top;
}

.homepage {
  background: url("media/backgrounds/hp_dt 1400x800.jpg");
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}

.section1 {
  background: url("media/backgrounds/section 1_dt.jpg");
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}

.section2 {
  background: url("media/backgrounds/section 2_dt.jpg");
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}

.section3 {
  background: url("media/backgrounds/section 3_dt.jpg");
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}

.section4 {
  background: url("media/backgrounds/section 4_dt.jpg");
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}

.section5 {
  background: url("media/backgrounds/section 5_dt.jpg");
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*.section7{
  background:url('2. section production files/a. home page/hp masking layer.png');
  background-size:100% 100%;  

}*/
body {
  background: #333;
}

#noisecanvas {
  opacity: 0.2;
  position: absolute;
  background: #777;
  vertical-align: middle;
}

.backtotop.staticelements.fadein {
  animation: fadein 1s, rollinbtt 1s;
  opacity: 1 !important;
  margin-top: 0vh !important;
}

.backtotop.staticelements.fadeout {
  animation: fadeout 1s, rolloutbtt 1s;
  opacity: 0 !important;
  margin-top: -100vh !important;
}

.logonav.staticelements.fadeinlogo {
  animation: fadein 1s;
  opacity: 1 !important;
}

.logonav.staticelements.fadeoutlogo {
  animation: fadeout 1s;
  opacity: 0 !important;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rollinbtt {
  from {
    margin-top: -8vh;
  }
  to {
    margin-top: 0vh;
  }
}
@-webkit-keyframes rolloutbtt {
  from {
    margin-top: 0vh;
  }
  to {
    margin-top: -8vh;
  }
}
/*nav and logo*/
/*homepage*/
.homepage-logo {
  opacity: 0;
}

.homepage-logo-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.homepage-logo-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.homepage-copy {
  opacity: 0;
}

.homepage-copy-roll {
  opacity: 0;
  animation: rollinhomepagecopy 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.homepage-copy-roll1 {
  opacity: 1;
  animation: rollinhomepagecopy1 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.homepage-menu {
  opacity: 0;
  z-index: 22;
}

.homepage-menu-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.homepage-menu-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec1*/
.sec1-svg {
  opacity: 0;
}

.sec1-svg-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec1-svg-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec1-title {
  opacity: 0;
  letter-spacing: 0.15em;
}

.sec1-title-roll {
  opacity: 0;
  letter-spacing: 0.15em;
  animation: rollin 1s, contract 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s, 1.75s;
}

.sec1-title-roll1 {
  opacity: 1;
  letter-spacing: 0em;
  animation: rollout 1s, expand 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec1-des {
  opacity: 0;
  bottom: 0;
  position: absolute;
}

.sec1-des-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec1-des-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec2*/
.sec2-svg {
  opacity: 0;
  height: 90%;
  width: 100%;
  position: absolute;
  top: 7%;
  left: 0;
  text-align: center;
}
@media (orientation: portrait) {
  .sec2-svg {
    height: 100%;
    width: 110%;
    left: -5%;
    top: 0;
  }
}

.sec2-svg-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec2-svg-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec2-title {
  opacity: 0;
}

.sec2-title-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec2-title-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec2-des {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.sec2-des-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec2-des-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec3*/
.sec3-svg {
  opacity: 0;
}

.sec3-svg-hover {
  opacity: 0;
  animation: hoverinchart 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec3-svg-hover1 {
  opacity: 1;
  animation: hoveroutchart 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec3-title {
  opacity: 0;
}

.sec3-title-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec3-title-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec3-des {
  opacity: 0;
  position: relative;
  text-align: right;
}

.sec3-des-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec3-des-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec4*/
.sec4-svg {
  opacity: 0;
}

.sec4-svg-hover {
  opacity: 0;
  animation: hoverinchart 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec4-svg-hover1 {
  opacity: 1;
  animation: hoveroutchart 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec4-title {
  opacity: 0;
}

.sec4-title-roll {
  opacity: 0;
  animation: rollin 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec4-title-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec4-des {
  opacity: 0;
  position: relative;
  text-align: left;
}

.sec4-des-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec4-des-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

/*sec5*/
.sec5-svg2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 24%;
  left: 0;
  text-align: center;
}
.sec5-svg2 img {
  width: auto;
  height: 100%;
}
@media (orientation: portrait) {
  .sec5-svg2 {
    top: 35%;
    height: auto;
  }
  .sec5-svg2 img {
    width: 100%;
    height: auto;
  }
}

.sec5-svg2-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec5-svg2-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec5-title {
  opacity: 0;
}

.sec5-title-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s, 1.25s;
}

.sec5-title-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec5-des1 {
  opacity: 0;
}

.sec5-des1-roll {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.sec5-des1-roll1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.sec5-des2 {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.sec5-des2-roll {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.75s;
}

.sec5-des2-roll1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.75s;
}

/*sec6*/
.sec6-numbers {
  opacity: 0;
  position: absolute;
}

.sec6-numbers p {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
}

.sec6-numbers img {
  height: 8px;
  position: absolute;
  left: -10px;
  top: 1px;
}

.sec6-numbers-hover {
  opacity: 0;
  animation: hoverin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec6-numbers-hover1 {
  opacity: 1;
  animation: hoverout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}

.sec6-quote {
  opacity: 0;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 5.4vw;
  position: absolute;
  width: 100%;
}

.sec6-quote-roll {
  opacity: 0;
  letter-spacing: 0.15em;
  animation: rollin 1s, contract 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s, 1s;
}

.sec6-quote-roll1 {
  opacity: 1;
  letter-spacing: 0em;
  animation: rollout 1s, expand 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

.sec6-quote1 {
  opacity: 0;
}

.sec6-quote1-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.sec6-quote1-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.sec6-fuller {
  opacity: 0;
}

.sec6-fuller-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.sec6-fuller-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.sec6-copyright {
  opacity: 0;
}

.sec6-copyright-roll {
  opacity: 0;
  animation: rollin 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

.sec6-copyright-roll1 {
  opacity: 1;
  animation: rollout 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}

/*animations*/
@-webkit-keyframes rollin {
  from {
    margin-top: 0vh;
    opacity: 0;
  }
  to {
    margin-top: 0vh;
    opacity: 1;
  }
}
@-webkit-keyframes rollout {
  from {
    margin-top: 0vh;
    opacity: 1;
  }
  to {
    margin-top: -2vh;
    opacity: 0;
  }
}
@-webkit-keyframes hoverin {
  from {
    transform: scale(1.2);
    transform-origin: center center;
    opacity: 0;
  }
  to {
    transform: scale(1);
    transform-origin: center center;
    opacity: 1;
  }
}
@-webkit-keyframes hoverout {
  from {
    transform: scale(1);
    transform-origin: center center;
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    transform-origin: center center;
    opacity: 0;
  }
}
@-webkit-keyframes contract {
  from {
    letter-spacing: 0.15em;
  }
  to {
    letter-spacing: 0em;
  }
}
@-webkit-keyframes expand {
  from {
    letter-spacing: 0em;
  }
  to {
    letter-spacing: 0.15em;
  }
}
/*exceptions*/
@-webkit-keyframes hoverinchart {
  from {
    transform: matrix(1.2, 0, 0, 1.2, 0, -50%);
    transform-origin: center center;
    opacity: 0;
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, -50%);
    transform-origin: center center;
    opacity: 1;
  }
}
@-webkit-keyframes hoveroutchart {
  from {
    transform: matrix(1, 0, 0, 1, 0, -50%);
    transform-origin: center center;
    opacity: 1;
  }
  to {
    transform: matrix(1.2, 0, 0, 1.2, 0, -50%);
    transform-origin: center center;
    opacity: 0;
  }
}
@-webkit-keyframes fadeinbacktotop {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@-webkit-keyframes fadeoutbacktotop {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rollinhomepagecopy {
  from {
    margin-top: 58vh;
    opacity: 0;
  }
  to {
    margin-top: 60vh;
    opacity: 1;
  }
}
@-webkit-keyframes rollinhomepagecopy1 {
  from {
    margin-top: 60vh;
    opacity: 1;
  }
  to {
    margin-top: 58vh;
    opacity: 0;
  }
}
.sec0-title {
  margin-top: 35px;
  padding-top: 0;
}

.mailto:hover {
  text-shadow: 1px 1px 4px white;
  transition: all 0.15s ease-out;
}

.sec6-svg1 {
  position: absolute;
  /* transform: matrix(1, 0, 0, 1, 0.235391, -4.46534); */
  left: 6vw;
  top: 13vh;
  height: 60%;
  /* transform: rotate(62deg); */
}

.sec6-svg1 img {
  width: 100%;
  height: 100%;
}

#sec2-video {
  height: 100%;
  transform-origin: center center;
  width: 100%;
  pointer-events: none;
  height: 100%;
  position: relative;
}

.secWrap {
  width: 83.2%;
  height: 79%;
  position: relative;
  z-index: 2;
  top: 10.5%;
  left: 8.4%;
}
@media (orientation: portrait) {
  .secWrap {
    top: 12.5%;
    height: 75%;
  }
}

.fp-bg {
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section03 .secWrap {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 50% 50%;
}
@media (orientation: portrait) {
  .section03 .secWrap {
    display: block;
  }
}
.section03 .secWrap .sec3-svg {
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: center;
  position: relative;
}
.section03 .secWrap .sec3-svg div {
  position: relative;
}
.section03 .secWrap .sec3-svg img {
  width: 90%;
  height: auto;
}
@media (orientation: portrait) {
  .section03 .secWrap .sec3-svg {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: center;
    transform: translateY(0);
    position: absolute;
    width: 100%;
    text-align: center;
    top: 24%;
  }
  .section03 .secWrap .sec3-svg img {
    width: 50%;
    height: auto;
  }
}
.section03 .secWrap .sec3-title {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
  transform: translateY(-5vh);
  text-align: right;
  color: white;
  line-height: 1;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 4vw;
}
@media (orientation: portrait) {
  .section03 .secWrap .sec3-title {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
    transform: translateY(0);
    text-align: center;
  }
}
.section03 .secWrap .sec3-des {
  grid-column: 2/3;
  grid-row: 2/2;
  align-self: start;
  transform: translateY(5vh);
  text-align: right;
}
@media (orientation: portrait) {
  .section03 .secWrap .sec3-des {
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: center;
    transform: translateY(0);
    position: absolute;
    bottom: 0;
    text-align: center;
  }
}

.section04 .secWrap {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: 50% 50%;
}
@media (orientation: portrait) {
  .section04 .secWrap {
    display: block;
  }
}
.section04 .secWrap .sec4-svg {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
  position: relative;
}
.section04 .secWrap .sec4-svg div {
  position: relative;
}
.section04 .secWrap .sec4-svg img {
  width: 90%;
  height: auto;
}
@media (orientation: portrait) {
  .section04 .secWrap .sec4-svg {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: center;
    transform: translateY(0);
    position: absolute;
    width: 100%;
    text-align: center;
    top: 24%;
  }
  .section04 .secWrap .sec4-svg img {
    width: 50%;
    height: auto;
  }
}
.section04 .secWrap .sec4-title {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: end;
  transform: translateY(-5vh);
  color: white;
  line-height: 1;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 4vw;
}
@media (orientation: portrait) {
  .section04 .secWrap .sec4-title {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
    transform: translateY(0);
    text-align: center;
  }
}
.section04 .secWrap .sec4-des {
  grid-column: 1/2;
  grid-row: 2/2;
  align-self: start;
  transform: translateY(5vh);
}
@media (orientation: portrait) {
  .section04 .secWrap .sec4-des {
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: center;
    transform: translateY(0);
    position: absolute;
    bottom: 0;
    text-align: center;
  }
}

.section06 .sec6-quote {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.section06 .sec6-svg {
  width: 42%;
  position: absolute;
  top: 0;
  left: 0;
}
.section06 .sec6-svg img {
  width: 100%;
  height: auto;
}
@media (orientation: portrait) {
  .section06 .sec6-svg {
    width: 72%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14%;
  }
}
.section06 .contact-socials-copy {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section06 .contact-socials-copy .contact-social {
  display: grid;
  grid-template-columns: 36px 36px 36px;
  grid-gap: 12px;
  width: 132px;
  margin: 0 auto;
}
.section06 .contact-socials-copy .contact-social a {
  opacity: 1;
  transition: all 0.15s ease-out;
}
.section06 .contact-socials-copy .contact-social a:hover {
  opacity: 0.5;
  transition: all 0.15s ease-out;
}
.section06 .contact-socials-copy .copy {
  color: #565662;
  font-size: 15px;
  font-family: HelveticaNeueLTStd-Cn;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
}

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