	html{
    font-family: "Source Sans 3", sans-serif !important;
  }

#loading{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: black;
  color: white;
  opacity: 1;
  transition: 1s;
  visibility: visible;
  z-index: 1000;
  text-align: center;
  align-content: center;
}
#loading.hidden{
  opacity: 0;
  visibility: hidden;
}


  /* Colors
  * --------------------------------------- */

  h1{
    color: #FFFFFF;
  }

  p{
    color: #FFFFFF;
  }

  #section6 h1{
    color: #e5e5e5 !important;
  }

  #section6 p{
    color: #e5e5e5 !important;
    line-height: 1.5em;
  }

  #section7 h1{
    color: #000000 !important;
  }

  #section7 p{
    color: #000000;
  }

  section div,
  p
  h1
  span
  img
  a{
    z-index: 2;
  }

  /* Credits
  * --------------------------------------- */

  .fp-watermark{
    display: none;
  }

  /* Background
  * --------------------------------------- */




  /* Fixed header
	* --------------------------------------- */
	#header{
    position: fixed;
    width: 100vw;
    background: transparent;
    z-index:999;
    text-align: center;
    color: rgba(252, 107, 0, 1);
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	}

	#header{
		top:0px;
	}

  #popup {
    position: fixed;
    top: 80%;
    left: 96%;
    width: 50px;
    height: 50px;
    /* border: solid 2px #fff; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    background: linear-gradient(to bottom, #ff8931, #fc6b00);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 50%;
    align-content: center;
    animation: animscale 1s ease-in-out;
  }

  @keyframes animscale {
    0% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}


  /* Sections 
  -------------------------------------- */

  .fp-overflow{
    max-height: 100vh;
  }

#section0{
  background-color: #000000;
}

#section1{
  background-color: #000000;
}

#section2{
  background-color: #000000;
}

#section3{
  background-color: #000000;
}

#section4{
  background-color: #000000;
}

#section5{
  background-color: #000000;
}

#section6{
  background-image: url(../../imgs/PP-3dm-about-us.png);
}


#section7{
  padding: 0 10% 0 10%;
  background-image: url(../../imgs/PP-3dm-contact.png);
}

/* #section0 .fp-overflow{
  overflow: hidden;
} */

#section1 .fp-overflow{
 /* overflow-y: unset;*/
  z-index: 2;
}

#section2 .fp-overflow{
 /* overflow-y: unset;*/
  z-index: 2;
}

#section3 .fp-overflow{
 /* overflow-y: unset;*/
  z-index: 2;
}

#section5 .fp-overflow{
  overflow: hidden;
  /*position: relative;*/
  z-index: 2;
}


  /* Header LOGO
  * --------------------------------------- */

.logo{
  position: fixed;
  max-height: 4vh;
  top: 3vh;
  left: 1.5vw;
  z-index: 999;
}


  /* MENU
  * --------------------------------------- */

#myMenu {
  display: none;
  position: fixed;
  right: 1.5vw;
  top: 8vh;
  background-color: rgba(255, 255, 255, 0); /* For browsers that do not support gradients */
  background-image: linear-gradient(rgba(0, 0, 0, 0.8) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 72%, rgba(252, 107, 0, 0.9) 72%);
  /*border-radius: 10px;*/
  padding: 0.5vw;
  z-index: 99999;
  text-align: left;
}



/* Style navigation menu links */
#myMenu a {
  padding: 5px 15px;;
  text-decoration: none;
  font-size: 1.6em;
  display: block;
  color: rgb( 229, 229,  229);
}

/* Style the hamburger menu */
#myMenu a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#myMenu a {
  transition: transform 0.3s;
}
#myMenu a:hover {
  transform: scale(1.1);
}


/***************************** Menu Animation *********************************/

#myMenu {
  animation-name: animate-menu;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  animation-duration: 0.5s;
}

@keyframes animate-menu {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}


.animate {
  animation-duration: 0.5s;
  animation-name: animate-fade;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
}
    
@keyframes animate-fade {
    0% { opacity: 0; }
  100% { opacity: 1; }
}


.animate.pop {
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(.26,.53,.74,1.48);
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
        
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}


.delay-1 {
  animation-delay: 0.3s;
}
    
.delay-2 {
  animation-delay: 0.4s;
}
    
.delay-3 {
  animation-delay: 0.5s;
}

.delay-4 {
  animation-delay: 0.6s;
}
    
.delay-5 {
  animation-delay: 0.7s;
}
    
/***************************** Menu Icon Animation *********************************/

#nav-icon1 {
  position: fixed;
  right: 1.5vw;
  top: 3vh;
  width: 40px;
  height: 40px;
  /*margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 0.2em;
  width: 100%;
  background: rgba(252, 107, 0, 1);
  /*background: rgb(252, 107, 0);*/
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-span1 {
  top: 0px;
}

#nav-span2 {
  top: 14px;
}

#nav-span3 {
  top: 28px;
}

.open #nav-span1 {
  top: 16px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav-span2 {
  opacity: 0;
  left: -60px;
}

.open #nav-span3 {
  top: 16px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}




 


/************************* Auto Height Sections*****************************/

/*.fp-auto-height{
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}*/


/******************************* Navigation ***********************************/


/* Mobile */

@media screen and (max-width: 600px) {
    #fp-nav {
      visibility: hidden !important;
    }
  }

  /* Overwriting styles for the navigation dots */
 #fp-nav ul li a span, 
.fp-slidesNav ul li a span{
    background: #e5e5e5;
}

  #fp-nav ul li .fp-tooltip{
    color: #e5e5e5;
  }


/****************************** Background Videos *************************************/

.overlayVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover; /*cover video background */
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#section0 .layerV {
  position: relative;
  z-index: 1;
}

#section5 .layerV {
  position: relative;
  z-index: 1;
}

.AnimationVid{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  max-width: 85%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover; /*cover video background */
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
}

/****************************** Image Galery LightBox Bootstrap 5 *****************************************/

@media (min-width: 1200px) {
.modal-xl{
  max-width: 80vw !important;
  max-height: 100vh !important;
}
}

/****************************** Image Galery Carousel *****************************************/

.splide__slide img {
  width: 100%;
  height: auto;
}

.middle-align{
  top: 0;
  display: block;
  margin: auto;
}

#main-slider0 .splide__video__wrapper video {
    top: 0;
    margin: auto;
}

#main-slider1 .splide__video__wrapper video {
    top: 0;
    margin: auto;
}

#main-slider2 .splide__video__wrapper video {
    top: 0;
    margin: auto;
}


.splide__video__wrapper{
  background: transparent !important;
}

.splide__video__wrapper video{
/*  height: calc(100vh - 232px) !important;*/
bottom: 0;
    position: absolute;
    left: 0;
}

/*.splide__slide {
  opacity: 0.6;
}*/

.splide__slide.is-active {
  opacity: 1;
}

#main-slider0 .splide__list{
  height: calc(100vh - 232px) !important;
}

#main-slider1 .splide__list{
  height: calc(100vh - 232px) !important;
}

#main-slider2 .splide__list{
  height: calc(100vh - 232px) !important;
}

.splide__list{
  padding-top: 3px !important;
}

.proviz{
  width: 30%;
  height: auto;
  padding: 3vh;
  margin-left: 3.5vw;
  position: sticky;
  top: unset;
  float: left;
  -ms-transform: translateY(-235%);
  transform: translateY(-235%);
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  }

  #section6 .proviz{
    width: 55%;
    transform: none;
    -ms-transform: none;
  }

  .proviz-modeling{
    width: 30%;
    margin-left: 3.5vw;
    position: relative;
    z-index: 1;
    padding: 3vh;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
  }

  .overlay-gal{
      position: absolute; 
      bottom: 0; 
      background-image: linear-gradient(90DEG, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
      color: #f1f1f1; 
      width: 40%;
      text-align: center;
      height: 100%;
      z-index: 8;
  }


/****************************** Splide Galery *****************************************/


/* #thumbnail-slider2 .splide__list{
  transform: unset !important;
  justify-content: left;
} */

.splide__track--nav>.splide__list>.splide__slide.is-active{
  border: 3px solid #fc6b00 !important;
}

#splide-mob-arch0 li{
  height: 33.33vh;
    margin-top: 0;
    width: 100%;

}

#splide-mob-arch0 img{
  border-bottom: 2px solid #fc6b00;
}

#splide-mob-arch1 li{
  height: 33.33vh;
    margin-top: 0;
    width: 100%;
    
    align-content: end;
}

#splide-mob-arch1 li img{
  border-top: 2px solid #fc6b00;
}

#splide-mob-pro0 li{
  height: 33.33vh;
    margin-top: 0;
    width: 100%;
}

#splide-mob-pro0 img{
  border-bottom: 2px solid #fc6b00;
}

#splide-mob-pro1 li{
  height: 33.33vh;
    margin-top: 0;
    width: 100%;
   
    align-content: end;
}

#splide-mob-pro1 img{
  border-top: 2px solid #fc6b00;
}

#splide-mob-ani0{
  height: 33.33vh;
    margin-top: 0;
    width: 100%;
}

#splide-mob-ani0 video{
  border-bottom: 2px solid #fc6b00;
}

#splide-mob-ani1{
  height: 33.33vh;
    margin-top: 0;
    width: 100%;
    
    align-content: end;
}

#splide-mob-ani1 video{
  border-top: 2px solid #fc6b00;
}

.mob-proviz{
  height: 33%;
  padding: 1rem 1rem 0px 1rem;
  text-align: left;
  align-content: center;
}


/****************************** Video Galery Animation *****************************************/
/*@media screen and (max-width: 600px){
  #AnimationVideo{
  height: 100% !important;
}
#thumbnailTimeline{
  display: none;
}
}

#AnimationVideo{
  height: calc(100vh - 90px) !important;
  width: auto;
}*/

.splide__video__wrapper video{
  height: auto !important;
}


/****************************** Image information Obsolete *****************************************/

/* The icon */

/* .w-border{
  border: 2px solid #ffffff;
}
.information{
	position: absolute;
	top: 79%;
  left: 6%;
	transform: translate(-50%, -50%);
	margin: auto;
	text-align: center;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 20px;
	line-height: 35px;
	cursor: default;
  z-index: 9;
  background-color: #000000;
}

.information:before{
    content:'?';
    font-weight: normal;
    color:#ffffff;
}

.information:hover p{

  opacity: 1;
  max-width: 200px;
  transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color .2s; */

    /* display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease; */
/* } */

/* The tooltip */
/* .information p { */
	/* display: none; */
  /* opacity: 0;
  display: inline-block;
  transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	background-color: #FFFFFF;
	padding: 8px 8px;
	width: 168px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 20%);
	border-radius: 50px; */
/* 	border: 1px solid #E0E0E0; */
	/* box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	z-index: 99;
}

.information p a {
	color: #067df7;
	text-decoration: none;
}

.information p a:hover {
	text-decoration: underline;
} */

/* The pointer of the tooltip */
/* .information p:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}
 */
 /* Prevents the tooltip from being hidden */
/* .information p:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
} */

/* CSS animation */
/* @-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
} */


/****************************** Image information *****************************************/

.g-info-1 {
  position: relative;
  float: left;
  left: 5%;
  text-align: center;
  font-size: 16px;
  z-index: 9;
  top: 78%
}


.g-info {
  color:#ffffff; /*Color of the Icon*/
  position: absolute;
  z-index: 20;
  right: 11.5px;
  bottom: 4px;
  font-size: 16px !important;
  text-align: center;
  line-height: 20px !important;
  opacity: 1;
  transition: opacity 1s linear;
}

.g-info-2 .g-info-3 {
  background-color:rgba(0, 0, 0, 0.5);
  width: auto;
  border-radius: 50px;
  text-align: center;
  overflow:hidden;
  float:left;
  position:relative;
  display: block;
  min-width: 30px;
  min-height: 30px;
  cursor: default;

}
.g-info-2 span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  visibility: none;
  width: auto;
  max-width:0px; /* This is the fixed unit value */
  opacity: 0;
  text-align: center;
  transition:all 1s;
  box-sizing:border-box;
  padding-right:0px;
  padding-top: 3px;
  padding-left: 15px;
  text-decoration:none;
  color:#ffffff;
}

.g-info-3:hover span {
  margin-right:0px;
  opacity: 1;
  width: auto;
  max-width:500px; /* this value makes the transition */
  padding-right:15px;
  border: none;
}

.g-info-3:hover .g-info{
  opacity: 0;
  transition: opacity 0.1s linear;
}

/****************************** Interactive 3D *****************************************/

#progress-container {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#progress {
  font-size: 3em;
  color: rgb(0, 0, 0);
}

/****************************** Contact Us *****************************************/

.form-hidden {
  display:none;
}


/** Variables **/

:root {
  --color-background: #e7e7e7;
  --color-background-alt: #888888;
  --color-border-active: #da7105;
  --color-border-default: #d1d1d1;
  --color-highlight: #fdcf4c;
  --color-primary: #fc6b00;
  --color-primary-active: #79320e;
  --color-text-default: #000000;
  --color-text-muted: #3a3a3a;
}

/** Base **/

*,
::before,
::after {
  box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
  font-optical-sizing: auto;
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

[type="checkbox"],
[type="radio"],
[type="range"] {
  appearance: none;
  flex-shrink: 0;
  padding: 0;
  user-select: none;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="range"]:focus {
  outline: none;
}

/** Components **/

.fs-form {
  display: grid;
  row-gap: 1.5rem;
  width: 60%;
  margin: 3em auto;
}

.fs-form:where(.fs-layout__2-column) {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

fieldset {
  display: grid;
  row-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) fieldset {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / -1;
}

.fs-field {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.fs-label {
  color: var(--color-text-default);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.25rem;
}

.fs-description {
  color: #ffffff !important;
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
}

.fs-button-group {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) .fs-button-group {
  grid-column: 1 / -1;
}

.fs-button {
  background-color: var(--color-primary);
  border-radius: 9999px;
  color: white;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.75rem 2rem;
  transition-duration: 200ms;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fs-button:hover {
  background-color: var(--color-primary-active);
}

.fs-button:focus-visible {
  background-color: var(--color-primary-active);
  outline: 4px solid var(--color-highlight);
}

.fs-input,
.fs-select {
  appearance: none;
  border-radius: 9999px;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: #000000;
  font-size: 1rem;
  height: 3rem;
  line-height: 1.5rem;
  outline: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fs-input:focus-visible,
.fs-select:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1px inset;
}

.fs-input::placeholder {
  color: var(--color-text-muted);
}

.fs-checkbox-group,
.fs-radio-group {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.fs-checkbox-field,
.fs-radio-field {
  column-gap: 0.5rem;
  display: flex;
}

:is(.fs-checkbox-field, .fs-radio-field) .fs-label + .fs-description {
  margin-top: 0.25rem;
}

.fs-checkbox-wrapper,
.fs-radio-wrapper {
  align-items: center;
  display: flex;
  height: 1.25rem;
}

.fs-checkbox,
.fs-radio {
  background-color: #fff;
  border: 1px solid var(--color-border-default);
  height: 1.25rem;
  width: 1.25rem;
}

.fs-checkbox {
  border-radius: 0.25rem;
}

.fs-radio {
  border-radius: 100%;
}

.fs-checkbox:checked,
.fs-radio:checked {
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

.fs-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.fs-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.fs-checkbox:focus-visible,
.fs-radio:focus-visible {
  border-color: var(--color-border-active);
  outline: 4px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-checkbox:checked:focus-visible,
.fs-radio:checked:focus-visible {
  border-color: transparent;
}

.fs-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.625em 1.625em;
  padding-right: 2.875rem;
}

.fs-slider {
  background: transparent;
  cursor: pointer;
  height: 1.25rem;
  width: 100%;
}

.fs-slider::-moz-range-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-webkit-slider-runnable-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-moz-range-thumb {
  background-color: var(--color-primary);
  border: none; /* Removes extra border that FF applies */
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
}

.fs-slider::-webkit-slider-thumb {
  appearance: none;
  background-color: var(--color-primary);
  border-radius: 50%;
  height: 1.25rem;
  margin-top: -0.375rem; /* Centers thumb on the track */
  width: 1.25rem;
}

.fs-slider:focus-visible::-moz-range-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-slider:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-switch-field {
  align-items: center;
  column-gap: 0.75rem;
  display: flex;
  justify-content: space-between;
}

.fs-switch {
  background-color: var(--color-background-alt);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.75' fill='white'/%3e%3c/svg%3e");
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  cursor: pointer;
  height: 1.25rem;
  transition-duration: 200ms;
  transition-property: background-color, background-position;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 2.5rem;
}

.fs-switch:checked {
  background-color: var(--color-primary);
  background-position: right center;
}

.fs-switch:focus-visible {
  outline: 4px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-textarea {
  appearance: none;
  border-radius: 0.75rem;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: none;
  padding: 0.5rem 0.75rem;
  resize: vertical;
}

.fs-textarea:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1px inset;
}

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}

select{
  border-radius: 9999px;
    border-width: 0;
    font-size: 1rem;
    height: 3rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}



select:not(:valid) {
  border: 1px solid red;
}

select:not(:valid) + .followup {
  display: none;
}


/***************************
 * MOBILE AND 4k ********/

 @media screen and (max-width: 600px){
  h1{
    font-size: 1rem !important;
    line-height: 0.8rem !important;

  }
  p{
    font-size: 0.9rem !important;
  }
  .proviz {
    width: 90%;
    transform: translateY(-110%);
  }
  #thumbnail-slider0{
    display:none;
  }
  #thumbnail-slider1{
    display:none;
  }
  #thumbnail-slider2{
    display:none;
  }
 }





@media screen and (max-width: 3840px) {
  #main-slider0 .splide__list{
    height: calc(100vh - 232px) !important;
  }
  #main-slider1 .splide__list{
    height: calc(100vh - 232px) !important;
  }
  #main-slider2 .splide__list{
    height: calc(100vh - 232px) !important;
  }
  #main-slider0 .splide__list li{
    height: calc(100vh - 232px) !important;
  }
  #main-slider1 .splide__list li{
    height: calc(100vh - 232px) !important;
  }
  #main-slider2 .splide__list li{
    height: calc(100vh - 232px) !important;
  }
/*   .splide__video__wrapper video{
  height: calc(100vh - 232px) !important;
} */
.main-splide .splide__slide img{
  position: absolute;
  /* transform: translateY(-232px); */
  bottom: 0;
  left: 0;
}
.proviz{
  width: 25%;
  transform: translateY(-365%);
}

#popup {
  top: 90%;
}

}

@media screen and (max-width: 2560px) {
  #main-slider0 .splide__list{
    height: calc(100vh - 232px) !important;
  }
  #main-slider1 .splide__list{
    height: calc(100vh - 232px) !important;
  }
  #main-slider2 .splide__list{
    height: calc(100vh - 232px) !important;
  }
  #main-slider0 .splide__list li{
    height: calc(100vh - 232px) !important;
  }
  #main-slider1 .splide__list li{
    height: calc(100vh - 232px) !important;
  }
  #main-slider2 .splide__list li{
    height: calc(100vh - 232px) !important;
  }

/*   .splide__video__wrapper video{
  height: calc(100vh - 232px) !important;
} */

.main-splide .splide__slide img{
  position: absolute;
  /* transform: translateY(-232px); */
  bottom: 0;
  left: 0;
}
.proviz{
  width: 25%;
  transform: translateY(-270%);
}

#popup {
  top: 70%;
}
}


@media screen and (max-width: 2048px) {
  #main-slider0 .splide__list{
    height: calc(100vh - 116px) !important;
  }
  #main-slider1 .splide__list{
    height: calc(100vh - 116px) !important;
  }
  #main-slider2 .splide__list{
    height: calc(100vh - 116px) !important;
  }
  #main-slider0 .splide__list li{
    height: calc(100vh - 116px) !important;
  }
  #main-slider1 .splide__list li{
    height: calc(100vh - 116px) !important;
  }
  #main-slider2 .splide__list li{
    height: calc(100vh - 116px) !important;
  }
/*   .splide__video__wrapper video{
  height: calc(100vh - 116px) !important;
} */

.main-splide .splide__slide img{
  position: absolute;
  /* transform: translateY(-232px); */
  bottom: 0;
  left: 0;
}
.proviz{
  width: 30%;
  transform: translateY(-220%);
}

#popup {
  top: 80%;
}
}


 @media screen and (max-height: 850px){
  h1{
    font-size: 1rem !important;
    line-height: 0.9rem !important;
  }
  p{
    font-size: 0.9rem !important;
  }
 }

 @media screen and (orientation:portrait){

  #header{
    padding: unset;
  }

  #popup{
    top: 90%;
    left: 80%;
  }
  h1{
    font-size: 1.5rem !important;
    line-height: 1.1rem !important;
  }
  p{
    font-size: 1rem !important;
  }
  .proviz {
    display: none;
  }
  #thumbnail-slider0,
  #thumbnail-slider1,
  #thumbnail-slider2{
    display:none;
  }
  
  #main-slider0,
  #main-slider1,
  #main-slider2{
    display: none;
  }
  
  #splide-mob-arch0,
  #splide-mob-arch1{
  display: block;
}

#splide-mob-pro0,
#splide-mob-pro1{
  display: block;
}

#splide-mob-ani0,
#splide-mob-ani1{
  display: block;
}

.splide__slide{
  margin: auto;
}

/*  #section1 .fp-overflow{
  position: absolute;
  padding-top: 50px;
} 

#section2 .fp-overflow{
  position: absolute;
  padding-top: 50px;
} 

#section3 .fp-overflow{
  position: absolute;
  padding-top: 50px;
}  */

#section7 .fp-overflow{
  position: relative;
  top: 40px;
} 
#section6 p{
  font-size: 0.8rem !important;
}

#section7 .fp-overflow{
  align-content: center;
}

.fs-form {
  width: 100%;
}

.fp-table{
  flex-direction: unset;
}

#splide-mob-ani0 .splide__slide.is-active{
  height: 33.33vh;
}
#splide-mob-ani1 .splide__slide.is-active{
  height: 33.33vh;
}

#splide-mob-ani1 video{
  bottom: unset;
}

#splide-mob-ani0 .splide__arrow{
  top: 65%;
}

#splide-mob-ani1 .splide__arrow{
  top: 35%;
}

 }

 @media screen and (min-width: 720px) and (orientation:portrait) {
  #section1 .fp-overflow{
    top: 0vh;
    max-height: 100vh;
   
  }
  #splide-mob-arch0 li{
    max-height: 33.33vh;

  }
  #splide-mob-arch1 li{
    max-height: 33.33vh;
  }
  
  #splide-mob-pro0 li{
    max-height: 33.33vh;
  }
  #splide-mob-pro1 li{
    max-height: 33.33vh;
  }



 }



 @media screen and (max-height: 450px){
  h1{
    font-size: 1rem !important;
    line-height: 0.8rem !important;
  }
  p{
    font-size: 0.9rem !important;
  }
}

@media screen and (orientation:portrait){

}

/*@media screen and (max-width: 800px) {
  .logo{
    max-height: 4vh;
    top: 3vh;
    left: 4vw;
  }
}*/

/********************************* Menu Mobile ***********************************/

@media only screen and (max-height: 900px) {
  #myMenu a {
    font-size: 1em !important;
  }
  /*.fa{
    font-size: 1.5em !important;
  }*/
}

@media screen and (orientation:portrait) {
  #myMenu {
  right: 6vw;
  top: 9vh;
}
#nav-icon1{
  right: 9vw;
  top: 2vh;
  width: 2.2em;
}
#nav-span2 {
  top: 11px;
}

#nav-span3 {
  top: 22px;
}

#nav-icon1 span{
  height: 2px;
}
  
.logo{
  max-height: 4vh;
  top: 2vh;
  left: 5vw;
}
}

.viewer-top-bl{
  display:none;
}


/********************************* footer ***********************************/


#footer{
  position: absolute;
  /*width: 100vw;
  background: transparent;
  z-index: 999;
  text-align: center;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 30px 0;*/
  display: flex;
  align-items: center;
  bottom:0;
}

#footer p{
  color: #ffffff;
  text-align: center;
}

#footer a{
  color: rgba(252, 107, 0, 1);
}

.modal p{
  color: #000000 !important;
  text-align: center;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  align-content: center;
  text-align: -webkit-center;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin-top: 5%; /* 15% from the top and centered */
  padding: 20px;
  width: 80% !important; /* Could be more or less, depending on screen size */
  
}

/* The Close Button */
.close-priv {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close-priv:hover,
.close-priv:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close-cook {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close-cook:hover,
.close-cook:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close-terms {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close-terms:hover,
.close-terms:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}