/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


:root {
    --hover-color: #8CC88C;
  }

html, body{
    width: 100%;
    overflow-x: hidden;
}

html{
    background: #fff;
}

body {
	font-family: 'Open Sans';
	color: #fff;
	line-height: 1.2;
	padding: 0;
	font-size: 2rem;
	overflow-x: hidden;
    position: relative;
    z-index: 0;
}


h1, h2,h3,
.dbtn,
.font2,
.main-menu a,
.hero-text strong,
.InputfieldContent button,
.hero-title strong{
    font-family: 'MuseoModerno';
    font-weight: bold;
}

h1, h3{
    font-size: 2rem;
}

h1{
    font-size: 4rem;
    font-weight: 300; 
    font-family: 'Open Sans';
}

h1 > span{
    font-size: 0.5em;
    font-weight: bold; 
    font-family: 'MuseoModerno';
}

h2{
    font-size: 5rem;
    line-height: 1;
    padding-top: 0.25em;
}

h3, h3 p{
    padding-top: 0.75em;
    font-weight: bold;
    font-size: 3rem;
}
h3 > span{
    font-size: 0.67em;
}
h3 p {
    padding-top: 0;

}

h4{
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.5em;
}



.whitepage h2 {
	margin-bottom: 0.33em;
	margin-top: 0.75em;
}

.text-small{
    font-size: 1.125rem;
}

.start{
    max-height: 0;
    text-indent: -9999px;
}

.logo-wrapper {
	background: url(../img/logo_bg.png) no-repeat center bottom;
	width: calc(1000 / 16 * 1rem);
	height: calc(289 / 16 * 1rem);
	position: fixed;
	right: 0;
	top: 0;
	background-size: contain;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	z-index: 200;
	opacity: 0;
    pointer-events: none;
}

.logo {
	background: url(../img/Logo.svg) no-repeat;
	width: calc(321 / 16 * 1rem);
	height: calc(54 / 16 * 1rem);
	position: absolute;
	left: 50%;
	top: 25%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-size: contain;
	pointer-events: all;
}
.ua-desktop .dbtn:hover{
    color: #fff;
   
}
.dbtn,.InputfieldContent button, .privacywire-wrapper button{
background: -o-linear-gradient(left, #0090c6 0%, #8cc88c 100%);
background: -webkit-gradient(linear, left top, right top, from(#0090c6), to(#8cc88c));
background: linear-gradient(90deg, #0090c6 0%, #8cc88c 100%);
/* -webkit-filter: drop-shadow(15px 15px 60px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(15px 15px 60px rgba(0, 0, 0, 0.3)); */
border-radius: 3rem;
text-decoration: none;
padding: 0.5em 1em;
color: #fff;
display: inline-block;
font-size: 2.5rem;
margin-top: 1rem;
overflow: hidden;
border: 0;
/* transform: translateZ(0); */ /*for older browsers*/
will-change: transform;
  -webkit-filter: drop-shadow(1rem 1rem 4rem rgba(0, 69, 95, 0.3)) ;
        filter: drop-shadow(1rem 1rem 4rem rgba(0, 69, 95, 0.3)) ; 
}

.dbtn .ico {
	font-size: 0.8em;
	padding-left: 0.5em;
}



p{
    font-weight: 300;
}

b, strong, .bold, .bold p {
	font-weight: bold;
}

 .dbtn::before,
 .InputfieldContent button::before {
    position: absolute;
    content: "";
    top: -2%;
    right: 0;
    bottom: 0;
    left: -2%;
    background: -webkit-gradient(linear, left top, right top, from(#8cc88c), to(#0090c6));
    background: -o-linear-gradient(left, #8cc88c 0%, #0090c6 100%);
    background: linear-gradient(90deg, #8cc88c 0%, #0090c6 100%);
    z-index: -1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0;
    border-radius: 3rem;
    -webkit-transform: rotate(0.1deg);
        -ms-transform: rotate(0.1deg);
            transform: rotate(0.1deg);
    width: 104%;
    height: 104%;
    will-change:opacity;
  }
  
  .ua-desktop .dbtn:hover::before,
  .ua-desktop .btn-primary:hover::before {
    opacity: 1;
  }  

  .dbtn.dbtn-white::before {
    display:none;
  }

  .dbtn.dbtn-white {
	background: #fff;
	color: #8cc88c;
	overflow: visible;
}

  
  .dbtn.dbtn-white .dbtn-text {
background: -o-linear-gradient(left, #0090c6 0%, #8cc88c 100%);
background: -webkit-gradient(linear, left top, right top, from(#0090c6), to(#8cc88c));
background: linear-gradient(90deg, #0090c6 0%, #8cc88c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ua-desktop .dbtn-white:hover .dbtn-text {
background: -o-linear-gradient(left, #8cc88c 0%, #0090c6 100%);
background: -webkit-gradient(linear, left top, right top, from(#8cc88c), to(#0090c6));
background: linear-gradient(90deg, #8cc88c 0%, #0090c6 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }


  .dbtn .ico:before {
	color: #fff !important;
  }

  .Inputfields label{  
      display: none;
  }

.hero-text{
    font-size: 4rem;
    font-weight: 300; 
}

.hero-pattern {
	background: url(../img/Pattern.svg) no-repeat center bottom;
	width: 3240px;
	height: 131%;
	position: absolute;
	left: 78%;
	top: -72px;
	z-index: -2;
	background-size: 50% auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hero-bg-left {
	background: url(../img/hero_shape_left.svg) no-repeat 25% top;
	width: 369vh;
	height: 187vh;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-41%, -48%) translateZ(0);
	    -ms-transform: translate(-41%, -48%) translateZ(0);
	        transform: translate(-41%, -48%) translateZ(0);
	background-size: 100% 100%;
	z-index: -1;
	/* -webkit-filter: drop-shadow(15px 15px 60px rgba(0, 69, 95, 0.16));
	filter: drop-shadow(15px 15px 60px rgba(0, 69, 95, 0.16)); */
    will-change: transform;
}
.flex-even {
    flex: 1;
  }
.hero-bg-right {
	background: url(../img/hero_bg_right.svg) no-repeat right top;
	width: 50%;
	height: 70%;
	position: absolute;
	right: 0;
	top: 5%;
	background-size: 100% 100%;
	z-index: -2;
	/* -webkit-filter: drop-shadow(15px 15px 60px rgba(0, 69, 95, 0.3));
	filter: drop-shadow(15px 15px 60px rgba(0, 69, 95, 0.3)); */
    transform: translateZ(0); /*for older browsers*/
    will-change: transform;
}

.hero-image{
    /* background: url(../img/hero_bg_right.svg) no-repeat right top; */
	width: 50%;
	height: 70%;
	position: absolute;
	right: 0;
	top: 5%;
    background-size: 100% 100%;
    z-index: -2;
    -webkit-mask-image: url(../img/hero_bg_right.svg) ;
            mask-image: url(../img/hero_bg_right.svg) ;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%; 
    -webkit-mask-repeat: no-repeat; 
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}

.hero-image img {
	width: 100%;
	position: absolute;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	object-position: 56% 22%;
	left: 36%;
}

.bg-white{
    background: #fff;
    color: #000;
}

section {
	position: relative;
	margin: 10rem 0;
	padding: 10rem 0;
	padding-left: calc(136px + 10rem);
     padding-right: calc(70px + 3.5rem); 
}

.section-hero{
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 0;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    /* padding-left: 0; */
}

.section-contact {
	padding-top: 25rem;
	margin-top: 15rem;
}

.section-title {
	position: absolute;
	left: 140px;
	top: 20rem;
	font-size: 10rem;
	 mix-blend-mode: luminosity; 
     z-index: 2;
}

.change{
    will-change:opacity;
}

.bg-white .section-title{
    mix-blend-mode: normal;
}

.section-imagetextslider .section-title {
	top: 20%;
    pointer-events: none;
}

/* *{
    will-change:opacity;
    transform: translateZ(0);
} */

.section-title .inner{
    -webkit-transform: rotate(-90deg) translateX(-50%);
        -ms-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}

.section-title.blend-multiply{
    mix-blend-mode: multiply;
    color: #8CC88C;
}

#contact .section-title {
	top: -4rem;
}

#contact a {
    color: #000;
}

.text-content .body.col2{
    -webkit-column-count:2;
       -moz-column-count:2;
            column-count:2;
     /* column-rule: 1px solid #fff; */
}

a, a:hover {
    color: #0090C6;
    /* text-decoration: underline; */
}

.patterntop {
	background: url(../img/pattern_divider.png) repeat;
	width: 100%;
	height: 28rem;
	position: absolute;
	left: 0;
	top: -19rem;
	background-size: auto 60%;
	/* pointer-events: none; */
	/* mix-blend-mode: color; */
	filter: hue-rotate(160deg);
}

.shapeleft {
	background: url(../img/BG_shapeleft.svg) no-repeat right bottom;
	background-size: auto 100%;
	width: calc(70px + 3.5rem);
	height: 80vh;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	pointer-events: none;
}

.shaperight {
	background: url(../img/BG_shaperight.svg) no-repeat right bottom;
    background-size: auto 100%;
	width: calc(70px + 3.5rem);
	height: 50vh;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	pointer-events: none;
}


.icon img {
	max-width: 8rem;
}

.icon .divider{
    max-width: 8rem;
    width: 100%;
    display: inline-block;
    height: 4px;
    background: #fff;
    mix-blend-mode: soft-light;
}

.icon .title {
	font-size: 3rem;
	padding: 0.25em 0;
}

.quote{
    font-size: 6rem;
    font-weight: bold;
    color: #00403E;
}

.quote-source{
    font-size: .65em;
}

.section-hero .quote-source {
	font-size: 1em;
}

.quote::before, .quote::after{
    content:"";
    background: url(../img/quote.svg) no-repeat center bottom;
	width: 2em;
	height: 2em;
	position: absolute;
	left: -2em;
	bottom: -1em;
    background-size: contain;
}

.quote::after{
    content:"";
    background: url(../img/quote.svg) no-repeat center bottom;
	width: 2em;
	height: 2em;
	position: absolute;
	left: auto;
	bottom: auto;
    right: -2em;
	top: -1em;
    background-size: contain;
}

.logo-img{
    background: url(../img/logo_img.svg) no-repeat center bottom;
	width: 9.25rem;
	height: 5rem;
    display: block;
    background-size: contain;
}

.weight-300{
    font-weight: 300;
}

#footer {
	padding: 30px 0;
	margin-top: -2px;
    font-size: 1.125rem;
}

.social-buttons ul{
    margin: 0;
    margin-top: 2rem;
    padding: 0;
}
.social-buttons ul li{
    list-style-type: none;
    display: inline-block;
}
.social-buttons a{
    text-decoration: none;
}


.ua-desktop .hamburger-btn:hover{
    height: 50vh;
}

.hamburger-btn{
    position: fixed;
    left: 2rem;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-right:2px solid #fff;
    height: 40vh;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    z-index: 200;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}

.white .hamburger-btn{
    border-color: #0090C6;
}

.is-active .hamburger-btn{
    border-color: #fff !important;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	background-color: #fff;
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
	background-color: #fff !important;
    
}


.white .hamburger-inner,
.white .hamburger-inner::after,
.white .hamburger-inner::before {
	background-color: #0090C6;
}

.white .hamburger.is-active .hamburger-inner,
.white .hamburger.is-active .hamburger-inner::after,
.white .hamburger.is-active .hamburger-inner::before {
	background-color: #0090C6;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	height: 2px;
	border-radius: 0;
}

.ua-desktop .hamburger.is-active:hover, .ua-desktop .hamburger:hover {
	opacity: 1;
}
.hamburger-btn .hamburger.is-active{
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.ua-desktop .hamburger-btn:hover .hamburger.is-active{
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.ua-desktop .hamburger-btn:hover .hamburger-inner::before{
    top: -15px;
}
.ua-desktop .hamburger-btn:hover .hamburger-inner::after{
    bottom: -15px;
}

.ua-desktop .hamburger-btn:hover .is-active .hamburger-inner::after {
	bottom: 0;
}

.scrolldown {
	position: absolute;
	left: 2rem;
	bottom: 4rem;
	border-right: 2px solid rgba(255,255,255,0.5);
	height: 8vh;
	z-index: 160;
	width: calc(70px);
	padding-right: 1.5rem;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.scrolldown-bar {
	border-right: 2px solid #fff;
	height: 25%;
	right: calc(-1.5rem - 2px);
	top: 0%;
	position: relative;
    -webkit-animation:scrolldownbar;
            animation:scrolldownbar;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes scrolldownbar {
    from {top: 0%;}
    to {top: 75%;}
  }

@keyframes scrolldownbar {
    from {top: 0%;}
    to {top: 75%;}
  }

.scrolldown-text{
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    left: calc(70px + 5rem);
    bottom: 1em;
    white-space: nowrap;
}



.menu{
    display: none;
    position: fixed;
    z-index: 190;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background:rgba(0,144,198,0.8);
}

.menu.is-active{
    display: block;
}

.menu ul{
    padding-left: 0;
    margin-left: 0;
}

.menu li{
    list-style-type: none;
}

.ua-desktop .main-menu a:hover{
   color: var(--hover-color);
}
.main-menu a{
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.FormBuilderViewport{
    margin-left: -10px;
}

.is-active .logo-wrapper{
    position: fixed;
    z-index: 210;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
}

.ico {
	display: inline-block;
	/* height: 44px; */
	/* width: 44px; */
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 44px;
}
[class^="icon-"], [class*=" icon-"] {
	-webkit-transition-duration: 0.25s;
	     -o-transition-duration: 0.25s;
	        transition-duration: 0.25s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}
.ua-desktop [class^="icon-"]:hover::before, .ua-desktop [class*=" icon-"]:hover::before {
	color: var(--hover-color);
}

.ico-facebook{
    background-image: url(../img/facebook@2x.png);
}

.ico-instagram{
    background-image: url(../img/instagram@2x.png);
}

.ico-twitter{
    background-image: url(../img/twitter@2x.png);
}

.section-contact .ico::before{
    color: #0090C6;
}
.ua-desktop .section-contact [class^="icon-"]:hover::before,
.ua-desktop .section-contact [class*=" icon-"]:hover::before {
	color: var(--hover-color);
}

.footermenu {
    display: inline-block;
    padding-left: 0;
}

.footermenu li{
    list-style-type: none;
}
.ua-desktop .footermenu a:hover,
.ua-desktop .menu .footermenu a:hover{
    color: var(--hover-color);
   
}
.footermenu a{
    color: #000;
    text-decoration: none;
}

.menu .footermenu a{
    color: #fff;
}


.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
/* 	left: 128px;  */
    position: relative;
} 

.section-hero .container {
	padding-left: 0;
}



.decoline::before, .divider-text {
	content: "";
	position: absolute;
	right: 0;
	width: 80%;
	top: 0;
	height: 4px;
	background: white;
	opacity: 0.4;
}



blockquote {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	font-style: italic;
    color: #fff;
}

.owl-carousel{
    padding: 0 50px;
}

.owl-theme .owl-nav {
	margin-top: 0;
	top: 50%;
	position: absolute;
	width: calc(100%);
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
}

.owl-carousel .ico {
	font-size: 5rem;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 2rem;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0090C6;
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
    background: #00455F;
    opacity: 0.3;
}

.shadow{
/* -webkit-box-shadow: 1rem 1rem 4rem rgba(0, 69, 95, 0.3);
        box-shadow: 1rem 1rem 4rem rgba(0, 69, 95, 0.3); */
} 

.filtershadow{
    /* -webkit-filter: drop-shadow(1rem 1rem 4rem rgba(0, 69, 95, 0.3)) ;
            filter: drop-shadow(1rem 1rem 4rem rgba(0, 69, 95, 0.3)) ; */
            /* transform: translateZ(0); */ /*for older browsers*/
            will-change: transform;
        } 

.color-white::before{
    color: #fff !important;
}

.mb-10{
    margin-bottom: 5rem;
}

body.whitepage {
	background: #fff;
}

body.whitepage h1{
	font-size: 4rem;
}

a[href^="tel"] {
color: inherit; /* Inherit text color of parent element. */
text-decoration: none; /* Remove underline. */
/* Additional css `propery: value;` pairs here */
}


.privacywire-wrapper {
    color: black;
    font-size: 14px;
	z-index: 2000;
	position: relative;
    line-height: 1.3;
    /* padding: 24px; */
}

.privacywire-wrapper button {
	font-size: 16px;
    margin-right: 16px;;
}

.privacywire-header {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0.5em;
	/* margin-top: 0.5em; */
}

.privacywire-banner{
    padding: 32px !important;
    top: auto !important;
}

.owl-carousel .owl-item img {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-carousel .owl-item {
	display: flex;
	/* flex: 1 0 auto; */
	height: auto !important;
	padding: 0 32px;
}


/* phone */
@media (max-width: 768.98px){
	
	.owl-carousel .owl-item img {
        top: auto; 
        position: relative;
        transform: none;
        margin-top: 4rem;
    }
	
	.owl-stage {
		display: block;
	}

     body {
        font-size: 2.75rem;
    }

    .dbtn {  
        font-size: 3.0rem;
    } 

    section {
        padding: 14rem 0;
    }


    .text-content .body.col2{
        -webkit-column-count:1;
           -moz-column-count:1;
                column-count:1;
         /* column-rule: 1px solid #fff; */
    }

    .container, .section-hero .container {
        padding-right: 36px;
        padding-left: 36px;
    }

    .logo-wrapper {
        right: -100px;
        position: fixed;
        z-index: 200;
        top: -9px;
        pointer-events: none;
        transform: scale(1) !important;
    }


    .ua-desktop .hamburger-btn:hover .hamburger.is-active{
        -webkit-transform: rotate(0deg) !important;
            -ms-transform: rotate(0deg) !important;
                transform: rotate(0deg) !important;
    }
  


    .ua-desktop .hamburger-btn:hover {
        height: 77px;
    }
    
    .hamburger-btn {
        left: 0;
        top: 0 !important;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-right: 0;
        height: 77px;
        width: 200px;
        background: url(../img/burger_bg_mobile.svg) no-repeat left top;
        background-size: contain;
        z-index: 199;
        text-align: left;
        padding-left: 20px;
    }

    .hamburger {
        text-align: left;
    }

    .scrolldown{
        display: none;
    }

    .section-title {
        left: 0rem;
        font-size: 7rem;
        -webkit-transform: translateY(-25%);
            -ms-transform: translateY(-25%);
                transform: translateY(-25%);
        top: 12rem;
    }

    .section-title .inner {
        -webkit-transform: rotate(-90deg) translateX(0);
        -ms-transform: rotate(-90deg) translateX(0);
        transform: rotate(-90deg) translateX(0);
    }

    #contact .section-title {
        top: 12rem;
    }

    .icon{
        padding-bottom: 4rem;
    }

    .quote {
        font-size: 4rem;
    }


    .owl-carousel {
        padding: 0;
    }

    .owl-carousel .owl-item {
        padding: 0;
    }

    .owl-theme .owl-nav{
        display: none;
    } 

    .hero-bg-left {
        background: url(../img/hero_bg_left_mobile.svg) no-repeat 25% top;
        background-size: 100% 100%;
        width: 270%;
        height: 80%;
        left: -30%;
        transform: none;
    }
    .hero-bg-right{
        background: url(../img/hero_bg_right_mobile.svg) no-repeat right top;
        background-size: 100% 100%;
        width: 200%;
        height: 70%;
        right: -60%;
        top: 18%;
    }


    .hero-image{
        /* background: url(../img/hero_bg_right.svg) no-repeat right top; */
        width: 200%;
        height: 70%;
        right: -60%;
        top: 18%;
        background-size: 100% 100%;
        z-index: -2;
        -webkit-mask-image: url(../img/hero_bg_right_mobile.svg) ;
                mask-image: url(../img/hero_bg_right_mobile.svg) ;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%; 
        -webkit-mask-repeat: no-repeat; 
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
    }
    
    /* .hero-image img {
        width: 100%;
        position: absolute;
        bottom: 0;
        object-fit: cover;
        height: 100%;
    } */


    .col-image{
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
    }

    .icon img {
        max-width: 12rem;
    }

    .white .hamburger-inner,
    .white .hamburger-inner::after,
    .white .hamburger-inner::before {
        background-color: #fff !important;
    }

    .section-imagetextslider .section-title {
        top: 25rem;
    }

    .section-imagetextslider .container {
        padding-left: 66px;
    }
}

@media (max-width: 991.98px) {

}
  
@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {

}
