
:root {
    --padding: 60px;
	--max-width: auto;
	--box-colour: #fef6df;
	
	--color-blue-dark: #262073;
    --color-blue-light: #4C4AB6; 
    --color-turquoise: #9CD9DE;
    --color-purple: #8A86D1; 
    --color-yellow: #FAE6A0; 
    --color-orange: #EA9F44; 
    
    --text-color-dark: var(--color-blue-dark);
}


@media all and (orientation: portrait) {
	:root {
		
	}	
}

@media all and (min-width: 768px) { /*Min 768*/
	:root {
		
	}
}

@media all and (min-width: 992px) { /*Min 992*/
	:root {
		--padding: 80px;
	}
}

@media all and (min-width: 1200px) { /*Min 1200*/
	:root {
		
	}
}
@media all and (min-width: 1400px) { /*Min 1400*/
	:root {
		
	}
}
@media all and (min-width: 1600px) { /*Min 1600*/
	:root {
        --padding: 125px;	
	}
}

@media all and (min-width: 1900px) { /*Min 1900*/
	html {
		
	}
	:root {
        --padding: 150px;	
	}
}
@media all and (min-width: 2200px) { /*Min 2200*/
	html {
		/*font-size:1.2em;*/
	}
	:root {
		
	}
}

/* =====  Grid  ==================================================== */

body {
    display: flex;
    justify-content: center;
}
#wrap, .container-hero.bg-hero, .container-stickies  {
    max-width:var(--max-width);
}
@media (min-width: 1600px) {
  /*.container {
    max-width: 1800px;
  }*/
}

.container-flex {
	position:relative;
	width:100%;
	display:flex;
	flex-flow: row wrap;
    justify-content: start;
}
.container-flex {
	max-width:var(--max-width); /*1680*/
	margin:auto;
}
.bg-hero .container-flex {
	max-width:none;
}
.hide-m {
	display:none;
}
.show-m {
	display:block;
}

/** Segment padding **/

.pad-top  {
    padding-top: var(--padding);
}
.pad-bottom  {
    padding-bottom: var(--padding);
}
.segment {
    padding-left:20px; 
    padding-right: 20px;
}
.segment .col {
    overflow: hidden;
}
#segment-intro .segment {
    padding-bottom: 3em;
}
@media all and (max-width: 767px) {
    #segment-intro .segment {
        padding-bottom: 0em;
    }
}
@media all and (min-width: 768px) { /*Min 768*/

	.hide-m {
		display:block;
	}
	.show-m {
		display:none;
	}
}
@media all and (min-width: 992px) { /*Min 992*/
    .segment {
        padding-left:5%; 
        padding-right: 5%;
    }
}

@media all and (min-width: 1200px) { /*Min 1200*/

}
@media all and (min-width: 1400px) { /*Min 1200*/

}
@media all and (min-width: 1600px) { /*Min 1600*/
    .segment {
        padding-left:8%; 
        padding-right: 8%;
    }
}
@media all and (min-width: 1800px) { /*Min 1900*/
}


/* =====  Logo & Typography  ==================================================== */


.logo-holder {
    position: fixed;
    top:0;
    z-index: 99;
    width:100%;
    max-width:var(--max-width);
}
.logo-holder img {
    margin-top: 2em;
    width:150px;
}
.subheader {
    font-family: 'Youth Medium';
    letter-spacing: 0.4px;
    line-height: 110%;
    font-size: 2.5em;
}
.sticky-img .subheader {
    font-family: 'Youth Medium';
    letter-spacing: 0.4px;
    line-height: 105%;
    font-size: 2.25em;
}
.subheader-m {
    font-family: 'Youth Medium';
    line-height: 100%;
    font-size: 3em;
    text-transform: uppercase;
}
.subheader-l {
    font-family: 'Youth Medium';
    line-height: 100%;
    font-size: 5em;
}
.text {
    font-family: 'Texta Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2px;
    font-size: 1.1em;
    line-height: 135%;
}
.text-s {
    font-family: 'Texta Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2px;
    font-size: 1em;
    line-height: 135%;
}
.text strong {
    font-family: 'Texta Regular';
    letter-spacing: 0.5px;
}
.font-sec {
	font-family:"Youth Regular";
}
.font-sec strong {
    font-family: 'Youth Bold';
}
.text-center {
    text-align: center;
}
.text2 {
    opacity: 0.8;
}
.text a {
	color: var(--color-orange);
	transition:color .3s;
}
.text a:hover {
	color: #fff;
}
.segment-sticky .text {
    font-family: 'Texta Regular';
    font-size: 1.3em;
    line-height: 130%;
}
.nowrap {
    white-space: nowrap;
}
@media all and (max-width: 767px) { /*Min 1200*/
    .subheader-m {
        font-size: 2.75em;
    }
    .subheader {
        line-height: 110%;
        font-size: 2em;
    }
    .sticky-img .subheader {
        line-height: 105%;
        font-size: 2.25em;
    }
    .subheader-l {
        line-height: 100%;
        font-size: 4em;
    }
    .text {
        font-size: 1.2em;
        line-height: 135%;
    }
    .text-s {
        letter-spacing: 0.2px; 
        font-size: 1.05em;
        line-height: 135%;
    }
    .text-center-m {
        text-align: center;
    }
    .footer-logo-holder {
         justify-content:center !important;
    }
    #segment-download .text {
        font-size: 1em;
        line-height: 140%;
    }
}
@media all and (min-width: 1200px) { 
    .logo-holder img {
        margin-top: 3.5em;
        width:200px;
    }
}
@media all and (min-width: 1400px) { 
    .subheader-m {
        font-size: 4em;
    }
    .subheader-l {
        font-size: 6em;
    }
}
@media all and (min-width: 1600px) { 
    .text {
        font-size: 1.3em;
        line-height: 135%;
    }
    .text-s {
        letter-spacing: 0.2px; 
        font-size: 1.05em;
        line-height: 135%;
    }
    .subheader-m {
        font-size: 5em;
        line-height: 95%;
    }
    .subheader-l {
        font-size: 7em;
    }
}

/* =====  Hero  ==================================================== */

.logo-holder-new {
    position: absolute;
    width:100%;

    z-index: 999; top:100px;
    padding-left: 0;

    display: flex;
    justify-content: center;
}
.logo-holder-new img {
    width:100px;
    transition: opacity .8s;
    transition-delay: 4s;
    opacity: 1;
}
.btn-close {
    color: #ccc;
    margin-top: 10px;
    position: absolute;
    z-index: 999;
    top:40px; right:40px;
    opacity: 0.8;
    transform: scale(1.5);
}
.btn-close:hover {
    opacity: 1;
    cursor: pointer;
}

.container-landing {
    position: absolute;
    width:100%;
	height:100%; top:50px;
    z-index: 0;
    opacity: 0;
}
.container-landing video {
    width:100%;
	height:100%;
    object-fit: cover;
}
.container-landing.fullbg {
	background-image:url(../images/hero-banner.png);
}


.container-hero {
	width:100%;
	height:100%;	
}
.container-hero.bg-hero {
	position:fixed;
	z-index:0; top:0px !important;
    transform: translate(0,0);
}



.fullbg {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center 50%;
}

.bg-hero.fullbg {
	background-image:url(../images/hero-a-1800.jpg);
}

.bg-hero video { 
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media all and (max-width: 767px) { /*Min 480*/
    .container-landing {
        width:100%;
        height:100%;
        top:0;
        /*top:50%;
        transform: translateY(-45%);*/

    }
}
@media all and (min-width: 768px) { /*Min 768*/
    .logo-holder-new {
        position: absolute;
        width:100%;

        z-index: 999; top:100px;
        padding-left: 45px;

        display: flex;
        justify-content:flex-start;
    }
    .logo-holder-new img {
        width:180px;
        transition: opacity .8s;
        transition-delay: 4s;
        opacity: 1;
    }

    .logo-header-holder {
        width:100%;
        text-align: left;
    }
    .logo-header-holder img {
        margin-left: 0;
        margin-right: 0;
    }
	.container-hero {
		height:100%;
	}
    .container-landing {
        height:100%; top:30px;
    }
	
}
@media all and (min-width: 768px) and (orientation: portrait) {

}
@media all and (min-width: 992px) { 
   
}
@media all and (min-width: 1200px) { 

	
}
@media all and (min-width: 1400px) { 

}
@media all and (min-width: 1600px) { 

	
}
@media all and (min-width: 1900px) { 

}


/* =====  General   ==================================================== */

.container {
	width:100%;
}
.btn {
    font-size: 17px;
    display: inline-block;
    padding: 4px 20px;
    border: 2px solid white;
    border-radius: 20px;
    letter-spacing:0.4px;
    color: white;
}
.btn:hover {
    background: white;
    color: var(--text-color-dark);
    cursor: pointer;
}
.btn.btn-xl {
    font-size: 15px;
    padding: 3px 18px;  
}

.btn.white {
   
    display: inline-block;
    
    border: 2px solid white;
    background: white;
    border-radius: 20px;
    letter-spacing:0.4px;
    color: var(--color-blue-dark);
    position: relative;
}
.btn.white:hover {
    background: none;
    color: white;
    cursor: pointer;
}
.btn.white i {
    position: absolute;
    right:0px; top:2px;
    transform: translateX(0%) scale(0.7);
    display: none;
}



#segment-hero{
	background:#322c7c;
}
#segment-features {
	background:var(--text-color-dark);
}
#segment-intro {
	background:#fff;
    color: var(--text-color-dark);
}
#segment-features-2 {
	background: var(--color-blue-dark);
}
#segment-features-3 {
    	background:#fff;
    color: var(--text-color-dark);
}
#segment-download {
	background: var(--color-blue-light);
}
#segment-contact {
    background: var(--color-orange);
}

.fp-auto-height-responsive .segment {

    padding-top: var(--padding);
    padding-bottom: var(--padding);
}


@media all and (min-width: 768px) {
    .btn.btn-xl {
        font-size: 17px;
        padding: 4px 20px;  
    }
}
@media all and (min-width: 992px) {
    .btn.btn-xl {
        font-size: 19px;
        padding: 4px 20px 2px ;  
    }
    .fp-auto-height-responsive .segment {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	
}
@media all and (min-width: 1400px) {
    .segment-sticky .ttl {
        font-size: 1.4em;
        line-height: 120%;
        margin-bottom: 0.5em !important;
    }
}
/* =====  Capitaland header + footer  ==================================================== */

.container-header {
    position: fixed;
    width:100%;
    z-index: 9999;
    max-width:var(--max-width);
    transform: translateY(0%);
    transition: transform .4s;
    background: #d2d6da;
}
.container-header-holder {
    padding: 15px 0px 10px 45px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.container-header-logo {
    position: absolute;
    left: 40px;
    top:50%;
    transform: translateY(-35%);
}
.container-header-logo img {
    width:80px;
}
.container-header-holder a {
    width:auto;
    display: inline-block;
}
.container-header-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.container-header-links .links {
    color: var(--color-blue-dark);
}
.container-header-links .links.active {
    color: var(--color-purple);
}
.container-scroll {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 999;
    opacity: 0;
    transition: opacity .4s;
    transition-delay: 0s;

}
.hero-scroll {
    color: #D9D7F9;
    /*left:50%;
    transform: translateX(-50%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid white;
    border-radius: 50%;
    padding: 0px;
    aspect-ratio: 1/1;
    flex-direction: column;
    transition: color .6s;
    
}

.hero-scroll div {
    font-size: 13px;
    line-height: 90%;
    padding-top: 8px;
    letter-spacing: 0.4px;
}
.hero-scroll:hover {
    cursor: pointer;
}
.hero-scroll.darker {
    color: #47409a;    
}
.hero-scroll.lighter {
    color: #fff;
}
.hero-scroll.lighter div {
    text-shadow: 2px 0px 10px #000000;
}

@media all and (max-width: 767px) {
    .container-header-links {
        visibility: hidden;
    }
    .container-header-logo {
        left: 20px;
    }
    
    .hero-scroll.darker {
        color: #fff;    
    }
    .hero-scroll.lighter {
        color: #fff;
    }
    .hero-scroll.lighter div {
        text-shadow: 0px 0px 0px #000000;
    }

    .container-scroll {
        bottom: 30px;
        right: 20px;
        display: none;
        /*transform: translateX(50%);*/
        
    }
    .hero-scroll {
        border: 0px solid white;
        padding: 3px;background: #4C4AB6;
    }
    .hero-scroll div {
        font-size: 13px;
        display: none;
   
    }
    .logo-header-holder {   
        padding-top: 2em;
    }
    .container-header-holder {
        padding: 5px 0px 0px 20px;
    }
    .container-header-holder a {
        width:auto;
        display: inline-block;
    }
    .container-header-holder img {
        width:70px;
    }
	
}
@media all and (max-width: 380px) {
    .container-header-holder {
        padding: 0px 0px 0px 15px;
    }
    .container-header-holder img {
        width:60px;
    }
}
@media all and (min-width: 1200px) {
    .hero-scroll div {
        font-size: 12px;
    }
    .container-header-links {
        gap: 30px;
    }
    .container-scroll {
        bottom: 40px;
        right: 30px;
    }

	
}

@media all and (min-width: 1400px) {
    .hero-scroll div {
        font-size: 13px;
   
    }
    .container-scroll {
        bottom: 40px;
        right: 30px;
    }

	
}

@media all and (min-width: 1600px) {
    .hero-scroll div {
        font-size: 14px;
  
    }
    .container-scroll {
        bottom: 50px;
        right: 50px;
    }

	
}

/* =====  Introduction  ==================================================== */

#segment-intro .segment  {
    position:relative;
    z-index:1;
}

.persona-girl {
    position: relative;
    bottom:0;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width:52%;
}
.persona-girl img {
    transform: translate(0%, 10%);
}
.icon-bird {
    position: absolute;
    width:75px;
    top:0; right:0;
    transform: translate(50%, -30%);
}

@media all and (min-width: 992px) {
    .icon-bird {
        width:95px;
        transform: translate(50%, -50%);
    }
    .persona-girl {
        position: absolute;
        bottom:0;
        z-index: 0;
        left: 50%;
        transform: translate(-115%, 5%);
        width:24%;
    }
	
}

/* =====  Features  ==================================================== */

.section-features-holder {
    text-align: center;
  
}
#segment-features .subheader {
    letter-spacing: 0.4px;
    line-height: 110%;
    font-size: 2em;
}
.section-features-holder img {
    width:50px;
    margin: auto;
    margin-bottom: 15px;
}
.feat-each {
    width:100%;
    padding-bottom: 15px;
    text-align: center;
    
}
.section-features-holder .text-s {
    margin-top: 1em;
    opacity: 0.9;
}
.feat-each .text-s {
    padding: 0 15%;
}
#segment-features .segment {
    padding-bottom: 4em;
}
@media all and (min-width: 768px) {
    
    #segment-features .segment {
        padding-bottom: 0em;
    }
    .section-features-holder img {
        width:70px;
        margin: auto;
        margin-bottom: 15px;
    }
    #segment-features .subheader {
        line-height: 110%;
        font-size: 2.25em;
}
    .feat-each {
        width:33.33%;
        padding-bottom: 40px;
    }
	.feat-each .text-s {
        padding: 0 15px;
    }
}
@media all and (min-width: 992px) {
    .section-features-holder img {
        width:80px;
    }
    .feat-each {
        width:25%;
        padding-bottom: 50px;
    }
    .feat-each .text-s {
        padding: 0 25px;
    }
}

/* =====  Features 2  ==================================================== */


#segment-features-2 .ico, #segment-features-3 .ico  {
    width:50px;
    margin-bottom: 15px;
}
.img-map {
    aspect-ratio:4/3;
    display: none;
}
.img-map img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
ul {
    list-style-position: inside;
    padding-left: 15px;
}
li {
    list-style: disc;
    padding-left: 5px;
}
.map-geneo {
    position: absolute;
    top:0;
    width:100%;
    height: 280px;
    z-index: 0;
    opacity: 0.9;
   
}
.map-geneo img {
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.img-gradient {
    position: absolute;
    width:100%;
    height: 30%;
    bottom:0;
    background-image: linear-gradient(180deg, rgba(38,32,115,0), rgba(38,32,115,0.7), rgba(38,32,115,1));
}

.bca-logo {
    width:150px;
}
.map-xl {
    display: none;
}
.map-m {
    display: block;
}
.map-copy {
    padding-top: 7em;
}
.map-copy .ico {
    display: none;
}
@media all and (min-width: 768px) {
    .map-copy {
        padding-top: 0;
    }
    .map-copy .ico {
        display: block;
    }
    .map-xl {
        display: block;
    }
    .map-m {
        display: none;
    }
    #segment-features-2 .ico, #segment-features-3 .ico  {
        width:60px;
        margin-bottom: 15px;
    }
    .img-map {
        display: block;
    }
    .img-gradient {
         display: none;
    }
    .map-geneo img {
        object-position: left center;
    }
    .map-geneo {
        position: absolute;
        top:0;
        width:100%;
        height: 100%;
        z-index: 0;
         opacity: 1;
        display: block;
    }
    .bca-logo {
        width:160px;
    }
}

@media all and (min-width: 992px) {
    
    .bca-logo {
        width:180px;
    }
}
@media all and (min-width: 1600px) {
    
    .bca-logo {
        width:200px;
    }
}

/* =====  Stickies  ==================================================== */


.container-stickies {
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1; top:0px !important;
    display: none;
}
.sticky-img {
	width:100%;
	height:100%;
    position: absolute;
    transition: opacity 1s;
}
.sticky-img img {
	width:100%;
	height:100%;
    object-fit: cover;
    transition: opacity 1s;
}

/* =====  Download  ==================================================== */

#segment-download {
    display: block; 
    align-items: flex-start !important;
}
#segment-download .segment {
    margin-top: 2vh;
}

/*#segment-download .link-dl {
    display: flex  !important;
    align-items: center !important;
    border: 1px solid red;
}
#segment-download .link-dl a {
     border: 1px solid blue;
    height: 100%;
}*/
.persona-man {
    position: absolute;
    bottom:0;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width:300px;
}
.persona-graphic {
    position: absolute;
    bottom:0;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 0);
     width:650px;
}
@media all and (min-width: 480px) {
    .persona-man {
        width:320px;
        transform: translate(-50%, 5%);
    }
    .persona-graphic {
        width:600px;
    }
}
@media all and (min-width: 768px) {
    #segment-download .segment {
        margin-top: 0px;
    }
    .persona-man {
        width:350px;
        transform: translate(-50%, 5%);
    }
    .persona-graphic {
        width:700px;
    }
}
@media all and (min-width: 992px) {

    .persona-man {
        transform: translate(-50%, 15%);
        width:400px;
    }
    .persona-graphic {
        width:780px;
    }
}
@media all and (min-width: 1200px) {

    .persona-man {
        transform: translate(-50%, 20%);
        width:450px;
    }
    .persona-graphic {
         width:850px;
    }
}
@media all and (min-width: 1400px) {

    .persona-man {
        transform: translate(-50%, 25%);
        width:500px;
    }
    .persona-graphic {
         width:950px;
    }
}

@media all and (min-width: 1600px) {

    .persona-man {
        transform: translate(-50%, 20%);
        width:560px;
    }
    .persona-graphic {
         width:1100px;
    }
}

@media all and (min-width: 1800px) {

    .persona-man {
        transform: translate(-50%, 15%);
        width:600px;
    }
    .persona-graphic {
        width:1200px;
    }
}
@media all and (min-width: 1400px) and (max-height: 700px) {

    .persona-man {
        transform: translate(-90%, 20%);
        width:500px;
    }
}

/* =====  Misc  ==================================================== */


.doFade {
	transition:transform 0.8s, opacity 0.8s;
	transform:translateY(30px);
	opacity:0 !important;
}
.fadein {
	transform:translateY(0);
	opacity:1  !important;
}
.footer-logo {
    width:200px;
}
.wa-logo {
    width:20px;
}
@media all and (pointer: coarse) {
	.footer-bg {
		display:block;
	}
}

#segment-footer {
    background: var(--color-blue-dark);
}

/* =====  Video holder  ==================================================== */

.bg-hero {
	transform:translateY(2.5vh);
}

.tint {
	position: absolute;
    z-index: 0;
    width:100%; height: 100%;
    background-color: rgba(12,12,47,0.4);
}


/* =====  Brand Video   ==================================================== */

.video-holder {
	position: absolute;
	top:0;
	width: 100%; height:100%;
	z-index: 9999;
}
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio  */
}

.video-container .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-container video {
  width: 100%;
  height: 100%;
}

.videoWrapper {
	opacity:0;
	margin-bottom:15px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	background:#000;
	transition:opacity .5s;
	transition-delay:.3s;
    pointer-events: auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 

#overlay-video {
    position: fixed;
    z-index: 99999;
    width:100%;
    height: 100%;
    display: none;
    
}

#overlay-video .overlay-bg {
    position: absolute;
    z-index: -1;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    opacity: 0;
    transition: opacity .8s;
}
.overlay-flex {
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.is-video:hover {
    cursor: pointer;
}
@media all and (max-width: 767px) {

    #overlay-video .container-fluid, #overlay-video .container-fluid .row {
        padding: 0 !important;
        margin: 0 !important; 
    }
    #overlay-video .container-fluid .row .col {
        padding-left: 0;
        padding-right: 0;        
    }
}


/* =====  Fullpage   ==================================================== */

#fullpage, .container-stickies, .bg-hero {
    opacity: 0; display: none;
}
.fp-watermark {
    opacity: 0 !important;
}
.section {
    overflow: hidden;
}

/* =====  Path Videos   ==================================================== */

.path-holder {
    position: absolute;
    z-index: -1;
    width:100%; height: 100%;
    top:0;
    overflow: hidden;
    display: none;

}
.path-content-mask-text .ico {
    width: 70px;
    margin-bottom: 1em;
}
.sticky-a .path-content-mask-text .ico {
    width: 50px;

}
.path-mask-curve {
    position: absolute;
    height: 100%;
    width:auto;
    right:0; top:0;
    transform: translateX(95%);
}
.path-vid {
    position: absolute;
    width:100%; height: 100%;
    top:0;
}
.path-vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.segment-sticky {
    transition: opacity .4s;
}
.path-bg {
    position: absolute;
    width:100%; height: 100%;
    z-index: 1;
    top:0; 
    opacity: 0;
    transition: opacity .8s;
}
.path-bg img {
    width:100%; height: 100%;
    object-fit: cover;
}
.path-content {
    position: absolute;
    z-index: 2;
    width:100%; height: 100%;
    top:0;
}
.path-content-mask {
    position: absolute;
    display: flex; align-items: center;
    background-color: var(--color-turquoise);
    color: var(--color-blue-dark);
    z-index: 2;
    width:30%; height: 100%;
    top:0;
    padding: 0px 20px 0 40px;
    transform: translateX(-150%);
    transition: transform 1.1s cubic-bezier(0.87, 0, 0.13, 1);
    transition-delay: 0.4s;
}
.path-content-mask-text {
    opacity: 0;
    transition: opacity .4s;
    transition-delay: 1.2s;
    padding-bottom: 3em;
}

.path-close-btn {
    position: absolute;
    z-index: 99;
    top:0; right:0;
    padding: 100px 100px 60px 60px;
    border-radius: 50%;
    background-color: var(--color-purple);
    transform: translate(25%,-25%);
    display: none;
}
.path-close-btn:hover {
    cursor: pointer;
    background-color: var(--color-orange);
}
.path-close-btn i {
    transform: scale(2.5);
}
.path-bg .path-bg-bg {
    filter:brightness(1);
}
.path-vid video {
    filter:brightness(0.8);
}
.artist-impression {
    position: absolute;
    right: 0;
    transform: translateX(150%);
    top:30px;
    color: white;
    font-size: 0.85em;
    font-style: italic;
}
.sticky-d .artist-impression {
    color: #888;
}
@media all and (max-width: 767px) {
    .path-close-btn {
        padding: 60px 60px 30px 30px;
        transform: translate(25%,-25%);
    }
    .path-close-btn i {
        transform: scale(2);
    }
    .segment-sticky .text {
        text-align: center;        
    }
    .sticky-img-bg {
        filter:brightness(0.5);
    }
    .path-content-mask {
        width:100%; height: 100%;
        padding: 0px 25px 0 25px;
    }
}
@media all and (min-width: 1400px) {
    .path-content-mask {
        width:30%; height: 100%;
        padding: 0px 20px 0 80px;
    }
}

/* =====  Curves  ==================================================== */

.segment_curve_orange {
    position: absolute; bottom:-25px;
    width:100%;
}
.path_curve {
    position: absolute;
    right:0;
    z-index: 99;
    width:60%;
    bottom:0;
    transform: translateY(100%);
    transition: transform .4s;
    transition-delay: .6s;
}

@media all and (max-width: 767px) {
    .path_curve {
        display: none;
    }
}

/* =====  Rotate message  ==================================================== */

#msg {
	display:none;
	position:fixed; width:100%; height:100%;
    z-index: 99999;
    background: var(--color-blue-dark);
}
.msg-holder {
	position:absolute;
	left:50%; transform:translateX(-50%);
	text-align:center;
}
.phone {
  height: 50px;
  width: 100px;
  border: 4px solid #ccc;
  margin:auto;
  border-radius: 10px;
  animation: none;
  /* display: none; */
}

.message {
  color: #ccc;
  font-size: 1em;
  margin-top: 40px;

}

@keyframes rotate {
  0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(-90deg)
	}
	100% {
		transform: rotate(-90deg)
	}
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  #msg {
    display: flex;
  }
  #buffer, #content, .bg-hero, #menu, #page, .btn-page-close  {
	  visibility:hidden;
	  display:none;
  }
  .phone {
	   animation: rotate 1.5s ease-in-out infinite alternate;
  }
  .window {
	  visibility:hidden;
  }
}

/* =====  Menu  ==================================================== */

.menu-holder {
    position: fixed;
    z-index: 9999;
    right:0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
}
.menu-holder-bg {
    position: absolute;
    transition: opacity .4s;
    opacity: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    pointer-events: auto;
}
.menu-panel {
    position: absolute;
    transition: transform .3s;
    transform: translateX(105%);
    z-index: 9999;
    right:0;
    height: 100%;
    background: var(--color-orange);
    pointer-events: auto;
    display: flex;
    align-items: center;
    padding: 0px 45px
}
.menu-line {
    height: 1px; width: 100%;
    border-top: 1px solid white;
    margin: 1em 0;
    
}
.menu-each {
    font-family: 'Youth Regular';
    letter-spacing: 0.4px;
    line-height: 110%;
    padding: 3px 0;
    margin-right: 80px;
    display: inline-block;
    font-size: 1.4em;
   
}
.menu-each.xs {
    /*font-size: 1.2em;*/
    padding-left: 25px;
}
.menu-each.ext {
    position: relative;
}
.menu-each.ext i {
    position: absolute;
    right:-6px; top:2px;
    transform: translateX(100%) scale(0.7);
}
.menu-each:hover {
    cursor: pointer;
    color: var(--color-yellow);
}
.menu-each.active {
    color: var(--color-yellow);
}
.menu-buttons {
    position: fixed;
    z-index: 9999;
    right:0;
    padding: 32px 45px 0 0;
}
.menu-buttons-open {
    cursor: pointer;
    color: #fff;
    line-height: 1em;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 20px;
    background: var(--color-orange);
}
.menu-buttons-close {
    cursor: pointer;
    color: #fff;
    line-height: 1em;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 20px;

    background: var(--color-purple);
}
.menu-buttons-open:hover {

    background: var(--color-purple);
}
@media all and (min-width: 480px) {
   .menu-each {
       line-height: 120%;
       font-size: 1.4em;
    }
}
@media all and (min-width: 768px) {
   .menu-each {
       font-size: 1.5em;
       padding: 0;
       margin-right: 30px;
    }
}
@media all and (min-width: 1600px) {
   .menu-each {
        font-size: 1.5em;
    }
}

@media all and (min-width: 1900px) {
   .menu-each {
        font-size: 1.3em;
    }
}
@media all and (min-width: 2100px) {
   .menu-each {
        font-size: 1.4em;
    }
}

@media all and (max-width: 767px) {
    .menu-panel {
        padding: 0px 25px
    }
    .menu-buttons {
        top:0px;
        padding: 11px 15px 0 0;
    }
    .menu-buttons-open {
        font-size: 15px;
        padding: 6px 20px 7px;
        border-radius: 15px;
    }
    .menu-buttons-close {
        font-size: 15px;
        padding: 6px 20px 7px;
        border-radius: 15px;
    }
}
@media all and (max-width: 380px) {
    .menu-buttons {
        top:0px;
        padding: 10px 15px 0 0;
    }
    .menu-buttons-close {
        font-size: 14px;
        padding: 6px 20px 6px;
        border-radius: 15px;
    }
    .menu-buttons-open {
        font-size: 14px;
        padding: 6px 20px 6px;
        border-radius: 15px;
    }
}

/** HERO CAROUSEL **/

.section-hero-flick {
    width: 100%;
    height: 100%;
}
.hero-flick-each {
    width: 100%;
    height: 100%;
}
.hero-flick-each .container {
    padding-bottom: 3%;
}
.hero-flex-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.hero-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.segment_curve_blue {
    position: absolute;
    bottom:20px;
    width:100%;
    transform: translateX(-0%);
}
.hero-flick-each .text {
    font-weight: 600;
    letter-spacing: 0;
}

@media all and (max-width: 767px) { /*Min 480*/
    .section-hero-flick {
        height: calc(100% - 60px);
        transform: translateY(20px);
    }
    .section-hero-flick .container {
        margin-top: 20px;
    }
    .segment_curve_blue {
        position: absolute; bottom:40px;
        width:100%;
        transform: translateX(0%);
    }
}