@charset "utf-8";

body {
    font-family: Poppins, sans-serif;
    color: #3d3d3d;
    background-color: #FFFFFF;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}



.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.imgfade:hover {
	opacity: 0.6;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}




.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-top-width: 2px;
    border-right-width: 4px;
    border-bottom-width: 2px;
    border-left-width: 4px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-radius: 15px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.white {
	background-color: #FFF;
}
.white10 {
    background-color: #ffffff10;
}

.black10 {
    background-color: #00000010;
}



.black {
    background-color: #333333;
}
.black2 {
    background-color: #1a1a1a;
}


.orange {
	background-color: #F89A2C;
}
.orange2 {
    background-color: #e84e1b;
}


.green {
	background-color: #b1c253;
}

.greenlt {
	background-color: #EEEEEA;
}
.greenmid {
    background-color: #9bb50d;
}

.greendk {
	background-color: #758a58;
}
.blue {
    background-color: #2f5d8c;
}
.purple {
    background-color: #8661aa;
}
.red {
    background-color: #ba5050;
}
.forest {
    background-color: #4e6f5d;
}


.grey {
	background-color: #3D3D3F;
}

.greylt {
	background-color: #F1F1F1;
}
.greylt2 {
	background-color: #e6e6e6;
}
.greylt3 {
    background-color: #666;
}
.img a {
    border-bottom-color: #FF0004;
}





.text-white {
	color: #FFF;
}
.text-black {
    color: #333333;
}
.text-green {
    color: #758a58;
}



.link-white {
	color: #FFF;
	text-decoration: none;
}



.link-white:hover {
	color: #333;
	text-decoration: none;
}


.link-green {
	color: #b1c253;
	text-decoration: none;
}

.link-green:hover {
	color: #b1c253;
	text-decoration: none;
}



.link-button-outline {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 2px solid #FFF;
}
.link-button-outline:hover {
    color: #3d3d3d;
    background-color: #FFF;
    text-decoration: none;
}

.link-button-green {
    color: #b1c253;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 2px solid #b1c253;
    text-transform: none;
}
.link-button-green:hover {
    color: #333333;
    background-color: #b1c253;
    text-decoration: none;
    text-transform: none;
}


.link-button-green2 {
    color: #b1c253;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 2px solid #b1c253;
}
.link-button-green2:hover {
    color: #ffffff;
    border-top-color: #758a58;
    border-right-color: #758a58;
    border-bottom-color: #758a58;
    border-left-color: #758a58;
    color: #ffffff;
    background-color: #758a58;
    text-decoration: none;
    text-transform: none;
}



.link-button-green3 {
    color: #3d3d3d;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #b1c253;
    border-bottom-style: none;
}
.link-button-green3:hover {
    color: #ffffff;
    background-color: #758a58;
    border-bottom-style: none;
    text-decoration: none;
    text-transform: none;
}


.link-button-green4 {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #758a58;
    border-bottom-style: none;
}
.link-button-green4:hover {
    color: #ffffff;
    background-color: #333333;
    border-bottom-style: none;
    text-decoration: none;
    text-transform: none;
}


.link-button-green5 {
    color: #333333;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 10px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    padding-top: 25px;
    padding-right: 35px;
    padding-bottom: 25px;
    padding-left: 35px;
    background-color: #b1c253;
    border-bottom-style: none;
}
.link-button-green5:hover {
    color: #ffffff;
    background-color: #758a58;
    border-bottom-style: none;
    text-decoration: none;
    text-transform: none;
}


.link-button-green6 {
    color: #333333;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: #b1c253;
    border-bottom-style: none;
}
.link-button-green6:hover {
    color: #ffffff;
    background-color: #758a58;
    border-bottom-style: none;
    text-decoration: none;
    text-transform: none;
}



.link-button-white {
    color: #758a58;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #ffffff;
    border-bottom-style: none;
}
.link-button-white:hover {
    color: #ffffff;
    background-color: #758a58;
    border-bottom-style: none;
    text-decoration: none;
    text-transform: none;
}



.link-button-white2 {
    color: #758a58;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #ffffff;
    border-bottom-style: none;
}
.link-button-white2:hover {
    color: #ffffff;
    background-color: #333333;
    border-bottom-style: none;
    text-decoration: none;
    text-transform: none;
}

.link-button-black {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #333333;
    border-bottom-style: none;
}
.link-button-black:hover {
    color: #ffffff;
    background-color: #000000;
    border-bottom-style: none;
    text-decoration: none;
    text-transform: none;
}


*::-webkit-input-placeholder {
    color: #666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}




.link-rotate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}


.link-rotate:hover {
	 transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.link-translate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-translate:hover {
	-ms-transform: translate(20px,0px); /* IE 9 */
   	-webkit-transform: translate(20px,0px); /* Chrome, Safari, Opera */
    transform: translate(20px,0px);
}

.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-scale:hover {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}

.link-opacity {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.link-opacity:hover {
	opacity: 0.5;

}




.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.icon-white {
    filter: brightness(0) invert(1);
}


.test {
    background-image: url(/images/2026/bgd-frame-white.svg);
    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-attachment: fixed;
    font-weight: 300;
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    width: 100%;
    text-align: right;
}

.logo-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}


.frame-trans {
    background-image: url(/images/2026/bgd-frame-trans.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.frame-trans2 {
    background-image: url(../images/2026/bgd-frame-trans2.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.frame-white {
    background-image: url(/images/2026/bgd-frame-white.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:460px; /* your iframe height */
   top:460px;  /* your iframe height */
   margin-top:-460px;  /* your iframe height */
}


/*h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
    border-bottom: 1px solid #758a58;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a:hover {
    border-bottom: 1px solid #3D3D3D;
}


p a img {
    border-bottom: none !important;
}

p a img[src=""] {
    border-bottom: none !important;
    /* Add any other styles you want to reset */
}*/

.custom-image {
    border-bottom: none !important;
    /* Add any other styles you want to reset */
}



.highlight-box {
    width: 92%;
    margin-bottom: 25px;
    padding-top: 4%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
}
.highlight-box2 {
    width: 90%;
    margin-bottom: 30px;
    padding: 5%;
}
.highlight-box3 {
    width: 96%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
}


.back-to-top {
    background: none;
    margin-bottom: 20px;
    margin-right: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100;
    display: none;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: rgba(132,152,36,0.6);
}
.back-to-top:hover {
    background-color: rgba(0,0,0,1);
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}




@-webkit-keyframes spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
} 



.spin
{
-webkit-animation: spin1 2s infinite linear;
-moz-animation: spin1 2s infinite linear;
-o-animation: spin1 2s infinite linear;
-ms-animation: spin1 2s infinite linear;
animation: spin1 2s infinite linear;
    display: block;
}









** DESKTOP ** {
}
h1 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 44px;
    letter-spacing: -1px;
    text-transform: none;
}
h2 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 0px;
    line-height: 42px;
    letter-spacing: -1px;
    text-transform: none;
    display: block;
}

h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: none;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 28px;
}
h5 {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0px;
    line-height: 22px;
    font-weight: 600;
}
h6 {
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    line-height: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-transform: uppercase;
}


.gridContainer {
    width: 92%;
    max-width: 1400px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 4%;
    padding-bottom: 0%;
    padding-left: 4%;
}
.gridContainerMobile {
    width: 92%;
    max-width: 1400px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 4%;
    padding-bottom: 0%;
    padding-left: 4%;
}


.container_header {
    width: 100%;
    height: 75px;
    margin: 0px;
    background-color: #FFFFFF;
    z-index: 100;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
}

.container_header.scrolled {
    background-color: #F8F8F8;
}




.container_footer {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}


.container {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0px;
}
.container2 {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}
.container3 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container70 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}


.container_pad50 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container.zerobm {
    padding-top: 0px;
    padding-bottom: 0px;
}
.container_callback {
    width: 100%;
    min-height: 540px;
    background-color: #F2F2F2;
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(/images/2026/home-cta-bgd.png);
}
.container_form {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}


.container_form input {
    width: 98%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    margin-bottom: 15px;
    border: 1px solid #b1c253;
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.container_form textarea {
    width: 98%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    margin-bottom: 15px;
    border: 1px solid #b1c253;
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.container_form select {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    margin-bottom: 15px;
    border: 1px solid #b1c253;
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.container_form label {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}



.container_map {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


.container_tab_content {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}



.container_banner {
    width: 100%;
    padding-top: 0px;
    margin-top: 112px;
}

.container_banner2 {
    width: 100%;
    padding-top: 0px;
    margin-top: 112px;
}




.banner-content {
    float: left;
    width: 90%;
    padding-top: 60px;
    text-align: center;
    background-color: #333333;
    border-radius: 20px;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 440px;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}




.banner-left {
    width: 60%;
    clear: none;
    float: left;
    text-align: left;
}


.banner-left h1 {
    position: relative;
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 25px;
    margin-top: 0px;
}

.banner-left h5 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 30px;
    margin-top: 0px;
}
.banner-right {
    width: 45%;
    padding-right: 0%;
    clear: none;
    float: left;
    text-align: center;
    height: auto;
}


.bgd1 {
    background-image: url(/images/2026/banners/hero-bgd-04.svg);
}
.bgd2 {
    background-image: url(/images/2026/banners/hero-bgd-05.svg);
}

.bgd3 {
    background-image: url(/images/2026/banners/hero-bgd-06.svg);
}
.bgd4 {
    background-image: url(/images/2026/banners/hero-bgd-07.svg);
}


.bgd5 {
    background-image: url(/images/2026/banners/hero-bgd-08.svg);
}
.bgd6 {
    background-image: url(/images/2026/banners/hero-bgd-09.svg);
}

.bgd7 {
    background-image: url(/images/2026/banners/hero-bgd-10.svg);
}
.bgd8 {
    background-image: url(/images/2026/banners/hero-bgd-11.svg);
}
.bgd8 {
    background-image: url(/images/2026/banners/hero-bgd-12.svg);
}
.bgd9 {
    background-image: url(/images/2026/banners/hero-bgd-13.svg);
}






.container_banner_ani {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 500px;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 0px;
    margin-top: 112px;
    background-image: url(/images/2023/hero_bgd-ani.jpg);
}
.banner-left-app {
    width: 50%;
    margin-right: 0%;
    clear: none;
    float: left;
    margin-right: 5%;
    text-align: left;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
}




.banner-left-ani {
    width: 100%;
    margin-right: 0%;
    clear: none;
    float: left;
    margin-right: 0%;
    text-align: left;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-top: 30px;
    margin-bottom: 60px;
}

.banner-left-ani h3 {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #b1c253;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.banner-left-ani h4 {
    position: relative;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 15px;
    margin-top: 0px;
    letter-spacing: -1px;
}
.banner-left-ani h5 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 30px;
    margin-top: 0px;
}



.banner-content-sub {
    float: left;
    width: 100%;
    padding-top: 40px;
    text-align: center;
}
.banner-content-sub h5 {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 60px;
    line-height: normal;
    font-weight: 700;
    color: #FFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: -1px;
}
.banner-content-sub h6 {
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 32px;
}


.content {
	width: 100%;
	float: left;
}
.content2 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
}
.content-rnd {
    width: 90%;
    float: left;
    padding-left: 5%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    border-radius: 20px;
}

.content-cta {
    width: 90%;
    float: left;
    padding-left: 5%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    border-radius: 30px;
    background-image: url(/images/2026/footer-cta-bgd.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.content-video {
    width: 70%;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
}
.intro {
    font-size: 22px;
    line-height: 30px;
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.columns-wrap {
    width: 100%;
    float: left;
    margin-bottom: 45px;
}
.columns-wrap.zerobm {
    margin-bottom: 0px;
}



.columns1 {
	width: 100%;
	float: left;
}
.columns-wheel {
    width: 60%;
    float: left;
    margin-left: 20%;
    margin-right: 20%;
}

.container_banner_hub {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 200px;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 0px;
    margin-top: 112px;
}

.banner-content-hub {
    float: left;
    width: 100%;
    padding-top: 40px;
    text-align: left;
    padding-bottom: 40px;
}
.banner-content-hub h4 {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #b1c253;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.banner-content-hub h1 {
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  color: #FFF;
  margin: 0 0 25px;
  position: relative;

  /* reserve space for the Q. */
  padding-left: 70px;  /* adjust to 50px if you want a 50px gap */
}
/* Inject and pin the “Q.” into the left gutter */
.banner-content-hub h1::before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: 0;               /* tweak e.g. 2px if you want finer vertical alignment */
    width: 80px;          /* must match padding-left above */
    font-weight: 700;     /* optional: make the Q. bolder */
    color: #b1c253;
}


.columns2-wide-hub {
    width: 70%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 5%;
}

.columns2-wide-sidebar-hub {
    width: 25%;
    clear: none;
    float: right;
}


.columns1-moreabout {
    width: 91%;
    float: left;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    border: 1px solid #b1c253;
    margin-top: 30px;
}
.columns1-moreabout-side {
    width: 80%;
    float: left;
    padding-left: 10%;
    padding-top: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    border-color: #b1c253;
    /* [disabled]border-style: solid; */
    /* [disabled]border-width: 1px; */
    margin-bottom: 40px;
}


.columns1-moreabout ul {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}


.columns1-moreabout ul li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(/images/bullet-arrow.png);
    margin-bottom: 10px;
}


#hub {
  width: 100%;
  border-collapse: collapse;
}

#hub th,
#hub td {
  border: 1px solid #ffffff;
  padding: 10px;
}

#hub th {
  background-color: #000000; /* black header */
  color: #ffffff;            /* white text */
  font-weight: bold;
  text-align: left;        /* keep header centered */
  vertical-align: middle;
}

#hub td {
  text-align: left;          /* body cells align top-left */
  vertical-align: top;
}

#hub td:first-child {
  font-weight: 600;          /* bold first column */
}

#hub tr:nth-child(even) td {
  background-color: #f2f2f2; /* alternating row colour */
}



.columns1-pad {
    width: 96%;
    float: left;
    padding-left: 2%;
    padding-top: 3%;
    padding-right: 2%;
    padding-bottom: 3%;
    margin-top: 5%;
}

.columns1-70 {
    width: 70%;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
}


.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 4px;
}


.columns2-teasers {
    width: 47.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    background-color: #FFFFFF;
    border-radius: 30px;
}


.columns2-teasers.last {
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 0px;
}

.columns2-teasers-top {
    width: 90%;
    background-position: right center;
    background-size: cover;
    background-color: #3d3d3d;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 5%;
    padding-right: 5%;
    color: #FFFFFF;
    padding-top: 6%;
    padding-bottom: 6%;
    background-repeat: no-repeat;
}

.columns2-teasers-top img {
    width: 60%;
}


.columns2-teasers-top h3 {
    margin-bottom: 0px;
}

.columns2-teasers-bottom {
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    width: 90%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
.container_home_faqs {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/2026/banners/fag-bgd_2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}



.columns2-home-faqs {
    width: 30%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}


.columns2-home-faqs.last {
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 0px;
    width: 65%;
}





.columns2 {
    width: 47.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}


.columns2.last {
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 0px;
}
.columns2-book {
    width: 23.333%;
    margin-right: 2%;
    clear: none;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    margin-top: 0px;
    margin-left: 2%;
    display: block;
    margin-bottom: 4%;
    background-color: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    float: left;
}




.columns2-book.fastrak {
    width: 24.333%;
    margin-right: 34.83%;
    clear: none;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    margin-top: 0px;
    margin-left: 34.83%;
    display: block;
    margin-bottom: 0%;
    background-color: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    float: left;
}
.container-button-bookacall {
    position: fixed;
    bottom: 25px;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    z-index: 9999;
}


.button-bookacall {
    color: #333333;
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    background-color: #b1c253;
    text-align: center;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    width: 100%;
    border: 2px solid #FFFFFF;    /*box-shadow: 0 0 8px 1px #999999;*/
}
.button-bookacall:hover {
    color: #ffffff;
    background-color: #758a58;
    border-bottom-style: none;
    border: 2px solid #FFFFFF;
    /*box-shadow: 0 0 8px 1px #666666;*/
    text-transform: none;
    text-decoration: none;
}


 .centered-button {
      width: 150px;
      height: 40px; /* Adjust the height as needed */
      background-color: green;
      color: white;
      text-align: center;
      line-height: 40px; /* Vertical centering */
      position: fixed;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }







.columns2-thankyou {
    width: 39.5%;
    margin-right: 0%;
    clear: none;
    padding-top: 4%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    border-radius: 20px;
}
.columns2.landing {
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 0px;
    background-color: #f2f2f2;
    width: 41.5%;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
}




.columns2-video {
    width: 36.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}


.columns2-video li {
    clear: none;
    margin-left: -15px;
    list-style-image: url(/images/bullet-tick.png);
    margin-bottom: 5px;
}

.columns2-video ul {
    margin-bottom: 5px;
}


.columns2-video-right {
    width: 60.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}


.columns2-video.last {
    margin-right: 0%;
    position: relative;
    float: left;
    margin-bottom: 0px;
}
.columns2-left {
    width: 58.5%;
    margin-right: 4%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}


.columns2-right {
    width: 36.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}




.columns2-left2 {
    width: 47.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}


.columns2-right2 {
    width: 47.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}
.columns2-right2 img {
border-radius: 20px;
}



.columns2-right li {
    clear: none;
    margin-left: -15px;
    list-style-image: url(/images/bullet-tick.png);
    margin-bottom: 5px;
}

.columns2-right ul {
    margin-bottom: 5px;
}





.columns2-enquiry {
    width: 60%;
    margin-right: 0%;
    clear: none;
    padding-top: 0%;
    padding-bottom: 0%;
    margin-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    text-align: left;
}

.columns2-center {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

.columns2 li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(/images/bullet.png);
    margin-bottom: 12px;
}
.columns2 li.arrow  {
    list-style-image: url(/images/bullet-arrow.png);
}


.container-form {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(/images/2023/bgd_form.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
/*.zcwf_row {
    width: 20%;
    margin-right: 0%;
    clear: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}*/


.columns1-form {
    width: 80%;
    clear: none;
    padding-top: 0%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 0%;
    float: left;
}
/*.zcwf_row {
    width: 20%;
    margin-right: 0%;
    clear: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}*/


.columns1-form.newsletter {
    width: 100%;
    clear: none;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    float: left;
}



.columns1-form input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 20px;
    border: 1px none #CCCCCC;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns1-form select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 20px;
    border: 1px none #b1c253;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns1-form textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 20px;
    border: 1px none #b1c253;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    height: 100px;
    background-color: #FFFFFF;
}


.columns1-form label {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 0px;

}


#formsubmit  {
    background-color: #b1c253;
    border-style: none;
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 36px;
}
#formsubmit: hover  {
    background-color: #1B1B1A;
    border-style: none;
    width: 100%;
    color: #b1c253;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 36px;
}


.columns2-wide {
    width: 70%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 5%;
}



.columns2-wide li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(/images/bullet.png);
}










.columns2-wide-sidebar {
    width: 25%;
    clear: none;
    float: left;
}
.columns2-wide-sidebar-content {
    width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;

}


.columns2-wide2 {
	width: 30%;
	margin-right: 5%;
	clear: none;
	float: left;
}


.columns2-wide-sidebar2 {
    width: 65%;
    clear: none;
    padding: 0%;
    float: left;
}
.columns2-wide-sidebar2.center {
    margin-left: 17.5%;
    margin-right: 17.5%;
}


.columns2-wide-sidebar2 input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #f1f1f1;
}

.columns2-wide-sidebar2 select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #b1c253;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #f1f1f1;
}

.columns2-wide-sidebar2 textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #b1c253;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    height: 100px;
    background-color: #f1f1f1;
}


.columns2-wide-sidebar2 label {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;

}






.columns2_form input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #b1c253;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns2_form select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #b1c253;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns2_form textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #b1c253;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    height: 100px;
    background-color: #FFFFFF;
}










.columns2-table {
	display: table;
	width: 100%;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5%;
	margin-left: 0px;
}



.columns2-table-cell {
    display: table-cell;
    position: relative;
    width: 48%;
    vertical-align: center;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    border-radius: 20px;
}


.columns2-table-cell.mid {
    position: relative;
    width: 4%;
    border-radius: 0px;
    border: 0px solid #CCCCCC;
    padding-left: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    box-shadow: 0px 0px 0px 0px rgba(80, 80, 80, 0.2);
}


.columns2-table-cell img {
margin-bottom: 20px;
}

.columns2-table-cell-content {
	width: 90%;
	background-color: #3d3d3d;
	padding: 5%;
	color: #FFF;
}




.columns2-landing {
    width: 41.5%;
    clear: none;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    float: left;
}
.columns2-landing.center {
    margin-left: 17.5%;
    margin-right: 17.5%;
}


.columns2-landing input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns2-landing select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #b1c253;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.columns2-landing textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 1px solid #b1c253;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    height: 100px;
    background-color: #FFFFFF;
}


.columns2-landing label {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;

}



.columns3 {
    width: 30%;
    clear: none;
    margin-right: 5%;
    float: left;
    margin-bottom: 0%;
}


.columns3.last {
	margin-right: 0%;
}

.columns3 img {
}

.columns3 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 4px;
}
.columns3 ul {
	clear: none;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-top: 0px;
	padding-top: 0px;
}
.columns3-pad.last {
	margin-right: 0%;
}
.columns3 h4 a {
	min-height: 25px;
	color: #b1c253;
}
.columns3 h4 a:hover {
	min-height: 25px;
	color: #FFFFFF;
}

.columns3 h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 23px;
}



.columns3-table {
    display: table;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}



.columns3-table-cell {
    display: table-cell;
    position: relative;
    width: 24%;
    vertical-align: top;
    /*border-radius: 20px;*/
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    border-radius: 20px;
}


.columns3-table-cell img {
margin-bottom: 20px;
}






.columns3-table-cell.mid {
    position: relative;
    width: 5%;
    border-radius: 0px;
	padding-left: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;

}
.columns3-table-cell a:hover {

}
.columns3-table-cell-content {
	position: relative;
	width: 90%;
	float: left;
	background-color: #3d3d3d;
	padding: 5%;
	color: #FFF;
}


.columns3-awards {
    width: 29.333%;
    clear: none;
    margin-right: 2%;
    float: left;
    margin-bottom: 4%;
    margin-left: 2%;
    text-align: center;
}





.columns4-table {
    display: table;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}



.columns4-table-cell {
    display: table-cell;
    position: relative;
    width: 17.50%;
    vertical-align: top;
    /*border-radius: 20px;*/
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    border-radius: 20px;
}

.columns4-table-cell img {
    margin-bottom: 20px;

}


.columns4-table-cell.frame {
    background-image: url(/images/2026/bgd-frame-white.svg);
    background-position: center center;
    background-size: cover;
}





.columns4-table-cell.mid {
    position: relative;
    width: 2%;
    border-radius: 0px;
	padding-left: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;

}
.columns4-table-cell a:hover {

}
.columns4-table-cell-content {
	position: relative;
	width: 90%;
	float: left;
	background-color: #3d3d3d;
	padding: 5%;
	color: #FFF;
}


.columns4{
	clear: none;
	width: 22%;
	margin-right: 4%;
	float: left;
}

.columns4.last {
	margin-right: 0%;
}


.columns5 {
    clear: none;
    width: 17.4%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 3%;
    margin-bottom: 0px;
}
.columns5.last {
    clear: none;
    width: 18%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 2%;
}



.columns5-logos {
    clear: none;
    width: 16%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 2%;
    margin-left: 2%;
    background-color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
}



.columns5-values {
    clear: none;
    width: 13.6%;
    float: left;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    margin-top: 0px;
    margin-right: 3%;
    margin-bottom: 2%;
    background-color: #333333;
    border-radius: 20px;
    min-height: 320px;
    color: #FFFFFF;
}

.columns5-values.last {
    clear: none;
    float: left;
    margin-right: 0%;
}


.columns5-careers {
    clear: none;
    width: 14%;
    float: left;
    padding-top: 20px;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
    background-color: #ffffff90;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}


.columns5-ourvalues {
    clear: none;
    width: 18%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    border: 2px solid #b1c253; /* Add a 2px border */
    box-sizing: border-box; /* Ensure the border is included in the width */
}



.columns5-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.casestudy-quote {
    width: 90%;
    float: left;
    padding-left: 5%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    border-radius: 20px;
}
.casestudy-start {
    width: 84%;
    float: left;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    margin-top: 0px;
    margin-bottom: 40px;
    display: block;
    border-radius: 20px;
}


.columns5-table-cell {
    display: table-cell;
    position: relative;
    width: 16%;
    font-size: 14px;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
}


.columns6 {
    clear: none;
    width: 14.6%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0%;
    margin-left: 1%;
}

.container_numbers {
    width: 100%;
    background-position: center top;
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-image: url(/images/2023/numbers_bgd.png);
    background-size: cover;
}


.container_numbers2 {
    width: 100%;
    background-position: center top;
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-image: url(/images/2023/numbers_bgd.png);
    background-size: cover;
}

/*.numbers {
	width: 100%;
	float: left;
	color: #FFF;
	text-align: center;
}


.numbers h4 {
    color: #b1c253;
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: -1px;
}
.numbers h4 span {
	letter-spacing: -1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.numbers h5 {
	color: #FFF;
	font-size: 20px;
	line-height: 23px;
	font-weight: 400;
}*/


.numbers {
    color: #758a58;
    font-size: 90px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    display: block;
}

.numbers_wrap {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    margin-bottom: 50px;
}
.numbers_wrap h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
    color: #b1c253;

}
.numbers_wrap h4 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;

}

.numbers_wrap h5 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #FFFFFF;

}



.footer {
    width: 100%;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
}


.footer-left {
    width: 25%;
    clear: none;
    float: left;
    text-align: left;
}

.footer-mid {
    width: 50%;
    clear: none;
    float: left;
    text-align: center;
}

.footer-right {
    width: 25%;
    clear: none;
    float: left;
    text-align: right;
}


.footer a {
    color: #b1c253;
    text-decoration: none;
    font-weight: 400;
    border-bottom-style: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.footer h5 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 0px;
}



#video-container {
	position: absolute;
	background-position: center bottom;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#video-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 200;
}
video {
	position: absolute;
	z-index: 0;
	top: 0%;
}
video.fillWidth {
	width: 100%;
	z-index: 0;
}


#videoMessage {
	left: 0%;
	height: 100%;
	width: 100%;
	z-index: 300;
	position: absolute;
	top: 0px;
	float: left;
}



.button-upload {
	background-color: #0F6;
}



.text-center {
    text-align: center;
}

.text-center2 {
	text-align: center;
}


.hiring {
    width: 137px;
    height: 130px;
    display: block;
    position: fixed;
    top: 450px;
    right: 6px;
    z-index: 999;
}


.columns1_form {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.columns1_form.zerobm {
   margin-bottom: 0px;
}


.columns2_form {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    margin-bottom: 25px;
}

.columns2_form.last {
    margin-right: 0%;
    position: relative;
    width: 48.5%;
}

.columns2_form ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form_text {
    font-family: Poppins, sans-serif;
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    border: 2px solid #b1c253;
    background-color: #FFFFFF;
    height: 60px;
}
.form_text2 {
    font-family: Poppins, sans-serif;
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    border: 2px solid #b1c253;
    background-color: #FFFFFF;
    height: 60px;
}
.form_text.greylt {
   background-color: #f2f2f2;
}

.form_text2.greylt {
   background-color: #f2f2f2;
}

.form_textarea {
    font-family: Poppins, sans-serif;
    width: 94%;
    border: 2px solid #b1c253;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.form_select {
    font-family: Poppins, sans-serif;
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: px;
    border: 2px solid #b1c253;
    background-color: #FFFFFF;
    height: 60px;
    color: #666666;
}


.form_select.full {
    font-family: Poppins, sans-serif;
	width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
}


input[type=checkbox] {
  width: 25px;
  height: 30px;
  cursor: pointer;
  font-size: 24px;
 visibility: hidden; 
padding-left: 5px;
	color: #b1c253; !important;
	margin-right: 10px;
}




input[type=checkbox]:after,
input[type=checkbox]::after {
  content: " ";
  background-color: #fff;
  display: inline-block;
	color: #b1c253; !important;
  width: 25px;
  height: 30px;
  visibility: visible;
  border: 2px solid #b1c253;
padding-left: 5px;
}

input[type=checkbox]:checked:after,
input[type=checkbox]:checked::after {
  content: "\2714";
  font-weight: bold;
	padding-left: 5px;
	color: #b1c253; !important;
}






.columns-zoho-dataform {
    width: 100%;
    clear: none;
    padding: 0%;
    float: left;
}


.columns-zoho-dataform-rest {
    width: 94%;
    clear: none;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    float: left;
    background-color: #FFFFFF;
}





.columns-zoho-dataform-col2 {
    width: 48%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 4%;
    margin-bottom: 10px;
}

.columns-zoho-dataform-col2.last {
    margin-right: 0px;
}


.columns-zoho-dataform input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #b1c253;
    font-size: 18px;
    line-height: 22px;
    background-color: #FFFFFF;
}

.columns-zoho-dataform select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #b1c253;
    font-size: 18px;
    line-height: 22px;
    background-color: #FFFFFF;
}

.columns-zoho-dataform textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #b1c253;
    font-size: 18px;
    line-height: 22px;
    height: 100px;
    background-color: #FFFFFF;
}


.columns-zoho-dataform label {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}



.columns-zoho-dataform h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
    font-size: 26px;
    line-height: 29px;

}



.calendly-inline-widget {
    width: 100%;
    height: 800px;
}



.parent {
  position: relative;
  /* Add any other styling you need for the parent container */
}

.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Add any styling you need for the child div */
}


.container_tab {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 22px;
}


.highlight-box4 {
    width: 94%;
    padding-bottom: 3%;
    padding-top: 3%;
    background-color: #b1c253;
    float: left;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 24px;
    margin-top: 40px;
}


.circle {
    background-color: #b1c253;
	padding: 8px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-weight: 700;
}

.circle-orange {
    background-color: #F89A2C;
    padding: 8px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-weight: 700;
}


.form-center {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
}


.container_advent {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.columns2-advent {
    width: 47.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    position: relative;
}
.advent-calendar {
    width: 379px;
    height: 252px;
    position: absolute;
    left: 18%;
    top: -75px;
    border-radius: 10px;

}
.promo-home {
    width: 210px;
    height: 210px;
    position: absolute;
    left: 18%;
    top: -75px;
    border-radius: 10px;

}

.promo-home2 {
    width: 230px;
    height: 230px;
    position: absolute;
    left: 18%;
    top: -55px;
    border-radius: 10px;
}


.container_survey{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.columns2-survey {
    width: 47.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    position: relative;
    text-align: center;
}


.columns2-survey img {
    text-align: center;
}



.survey {
    width: 379px;
    height: 252px;
    border-radius: 10px;

}


.stats {
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #758A58;


}


.quotes {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}


.columns1-hub {
    width: 95%;
    float: left;
    padding-left: 2%;
    padding-top: 3%;
    padding-right: 2%;
    padding-bottom: 3%;
    margin-top: 5%;
    border: 1px solid #758a58;
    border-radius: 20px;
}


.columns1-hub li {
    margin-bottom: 12px;
}
.columns1-hub-sidebar {
    width: 84%;
    float: left;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    background-color: #b1c253;
    border-radius: 20px;
}

/* ===== HUB TABLE (Reusable) ===== */
.hub-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

/* Header */
.hub-table thead th {
  background: #000000;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  padding: 12px;
}

/* Body cells */
.hub-table tbody td {
  padding: 12px;
  vertical-align: top;
}

/* Alternating row colours */
.hub-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Optional: subtle row separation */
.hub-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}

/* Optional: responsive polish */
.hub-table th,
.hub-table td {
  line-height: 1.4;
}



.land-numbers {
    color: #3D3D3D;
    font-size: 60px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: -1px;
    padding-bottom: 0px;
    display: block;
    margin-bottom: 0px;
}



.hide-desktop {
	display: none;
}

.hide-tablet {
	display: block;
}

.hide-mobile {
    display: inline-block;
}

.hide-desktop-tablet {
	display: none;
}

.hide-tablet-mobile {
	display: inline-block;
}
.hide-tabletsm-mobile {
	display: inline-block;
}



/* ===== Homepage hero carousel ===== */
.home-hero-carousel {
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    background-color: #333333;
    border-radius: 20px;
}

.home-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 520px;
    visibility: hidden;
    opacity: 0;
    background-color: #333333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Each frame has its own editable cover background image. */
.home-hero-slide-01 {
    background-image: url(/images/2026/banners/hero-bgd-01.svg);
}

.home-hero-slide-02 {
    background-image: url('/images/2026/banners/hero-bgd-02.svg');
    background-color: #1f8a8a;
}

.home-hero-slide-03 {
    background-image: url('/images/2026/banners/hero-bgd-03.svg');
    background-color: #f5a623;
}

.home-hero-slide.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}


.home-hero-slide-inner {
    position: relative;
    z-index: 2;
    width: 70%;
    max-width: 720px;
    box-sizing: border-box;
    padding-top: 6%;
    padding-left: 5%;
    padding-right: 4%;
    padding-bottom: 130px;
    text-align: left;
}

.home-hero-slide h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.home-hero-slide p {
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
}

.home-hero-slide .link-button-green3 {
    border-radius: 10px;
}


.home-hero-award {
    position: absolute;
    right: 3%;
    bottom: 35px;
    z-index: 6;
    width: 140px;
    height: 140px;
}

.home-hero-award img {
    display: block;
    width: 140px;
    height: 140px;
}

.home-hero-controls {
    position: absolute;
    left: 5%;
    bottom: 66px;
    z-index: 5;
    white-space: nowrap;
}

.home-hero-arrow {
    position: relative;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.home-hero-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.home-hero-prev::before {
    transform: translate(-40%, -50%) rotate(-135deg);
}

.home-hero-next::before {
    transform: translate(-60%, -50%) rotate(45deg);
}

.home-hero-arrow:hover,
.home-hero-arrow:focus {
    background-color: #ffffff;
    outline: none;
}

.home-hero-arrow:hover::before,
.home-hero-arrow:focus::before {
    border-color: #333333;
}

.home-hero-dots {
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
}

.home-hero-dot {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.45);
    cursor: pointer;
    vertical-align: middle;
}

.home-hero-dot.is-active {
    background-color: #ffffff;
}

.home-hero-dot:focus {
    outline: 2px solid #b1c253;
    outline-offset: 4px;
}

@media only screen and (max-width: 1400px) {
    .home-hero-carousel,
    .home-hero-slide {
        min-height: 520px;
    }

    .home-hero-slide-inner {
        width: 70%;
        padding-top: 5%;
        padding-bottom: 125px;
    }

    .home-hero-slide h1 {
        font-size: 42px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 800px) {

    .home-hero-award {
        display: none;
    }
    .container_banner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home-hero-carousel,
    .home-hero-slide {
        min-height: 520px;
    }

    .home-hero-carousel {
        border-radius: 16px;
    }

    .home-hero-slide {
        background-position: center bottom;
        background-size: cover;
    }

    .home-hero-slide-inner {
        width: 75%;
        max-width: none;
        padding-top: 8%;
        padding-left: 8%;
        padding-right: 8%;
        padding-bottom: 340px;
        text-align: left;
    }

    .home-hero-slide h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .home-hero-slide p {
        font-size: 18px;
        line-height: 24px;
    }

    .home-hero-controls {
        left: 8%;
        bottom: 42px;
    }
}

@media only screen and (max-width: 481px) {
    .home-hero-slide-01 {
    background-image: url('/images/2026/banners/hero-bgd-01m.svg');
}

.home-hero-slide-02 {
    background-image: url('/images/2026/banners/hero-bgd-02m.svg');
    background-color: #1f8a8a;
}

.home-hero-slide-03 {
    background-image: url('/images/2026/banners/hero-bgd-03m.svg');
    background-color: #f5a623;
}
    
    .home-hero-carousel,
    .home-hero-slide {
        min-height: 500px;
    }

    .home-hero-slide-inner {
        width: 100%;
        padding-top: 9%;
        padding-left: 9%;
        padding-right: 9%;
        padding-bottom: 350px;
    }

    .home-hero-slide h1 {
        font-size: 31px;
        line-height: 35px;
        letter-spacing: -1px;
    }

    .home-hero-slide p {
        font-size: 17px;
        line-height: 23px;
    }

    .home-hero-controls {
        left: 9%;
        bottom: 36px;
    }

    .home-hero-arrow {
        width: 42px;
        height: 42px;
        font-size: 34px;
        line-height: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-slide {
        transition: none;
    }
}


/* ===== Homepage intro read more ===== */
.home-intro-more-wrap {
    width: 100%;
    text-align: center;
}

.home-intro-more {
    margin: 0 auto;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.55s ease, opacity 0.35s ease, margin-top 0.55s ease;
}

.home-intro-more.is-open {
    max-height: 320px;
    opacity: 1;
    margin-top: 22px;
}

.home-intro-more p {
    margin: 0;
}

.home-intro-toggle {
    position: relative;
    display: inline-block;
    margin-top: 18px;
    padding: 0 26px 3px 0;
    border: 0;
    background: transparent;
    color: #9bb50d;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
}

.home-intro-toggle:hover,
.home-intro-toggle:focus {
    color: #3d3d3d;
    outline: none;
}

.home-intro-toggle::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 3px;
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease, top 0.3s ease;
}

.home-intro-toggle[aria-expanded="true"]::after {
    top: 10px;
    transform: rotate(225deg);
}

@media only screen and (max-width: 800px) {
    .home-intro-more.is-open {
        max-height: 520px;
    }
    .home-intro-more-wrap {
    width: 100%;
    text-align: left;
}
}

@media (prefers-reduced-motion: reduce) {
    .home-intro-more,
    .home-intro-toggle::after {
        transition: none;
    }
}



.calendly-booking {
    min-width: 320px;
    height: 900px;
}

@media only screen and (max-width: 1400px) {
    .calendly-booking {
        height: 880px;
    }
}
    
    
@media only screen and (max-width: 1145px) {
    .calendly-booking {
        height: 1280px;
    }
}    
    

@media only screen and (max-width: 800px) {
    .calendly-booking {
        height: 1180px;
    }
}

@media only screen and (max-width: 481px) {
    .calendly-booking {
        height: 1100px;
    }
}




/* Tablet Layout: 1120px to 481px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 1400px) {






** TABLET ** {
}

h1 {
    font-size: 36px;
    line-height: 40px;
}
h2 {
    font-size: 36px;
    line-height: 40px;
}
    
h3 {
    font-size: 30px;
    line-height: 34px;
}    

h4 {
	font-size: 22px;
	line-height: 26px;
}
h5 {
    font-size: 18px;
    line-height: 22px;
}
h6 {
    margin-top: 0px;
    padding-top: 0px;
}

.gridContainer {
    width: 88%;
    clear: none;
    float: none;
    padding-right: 6%;
    padding-left: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}

.zeroMargin_tablet {
margin-left: 0;
}
	

.container_header {
}    


.container {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0px;
}
.container2 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.container3 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container70 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
    
    
    
    

.container_footer {

}

	
	
.container_banner {
    min-height: 400px;
    margin-top: 112px;
}
	
	
.container_banner2 {
    min-height: 400px;
    margin-top: 112px;
}	
    
.container3 {
    width: 100%;
}
    
.container70 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}    
    
	
.container_banner_ani {
    min-height: 400px;
    margin-top: 0px;
}	
	
	
.container_banner_sub {
    margin-top: 0px;
}	
.container_banner_book {
    margin-top: 0px;
}
    
    
.container_banner_app {
    margin-top: 0px;
}	    
    
    
.container_banner_hub {
    margin-top: 0px;
}	    


	
.banner-content {
    float: left;
    text-align: center;
    background-position: calc(50% + 50px) center;
}
    

.banner-left {
    clear: none;
    float: left;
    text-align: left;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    width: 70%;
}
    
.banner-left h1 {
    overflow: hidden;
    position: relative;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: 0px;
}    
    
.banner-left h5 {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 25px;
    margin-top: 0px;
}


.banner-left-ani {
    clear: none;
    float: left;
    text-align: left;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-top: 40px;
}    
    
    
    
    
.banner-left-ani h3 {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #b1c253;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.banner-left-ani h4 {
    overflow: hidden;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: 0px;
}
.banner-left-ani h5 {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 25px;
    margin-top: 0px;
}    
	
	
.container_callback {
    min-height: 540px;
    background-size: cover;
    background-position: center center;
}	
	






.columns-wrap {

}



.content {

}
.content2 {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;

}
	
	
.columns1-form {
    width: 80%;
    clear: none;
    padding-top: 0%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 0%;
    float: left;
}	
	
	

.columns2 {
}


.columns2-wide {

}

.columns2-wide-sidebar {

}



.columns2-wide-data {
	width: 60%;
	margin-right: 5%;
	clear: none;
}

.columns2-wide-data-sidebar {
	width: 100%;
	position: relative;
	clear: none;
}
	
	
.columns2-pad {
    min-height: 600px;
}
	
	
.columns2-callback {
    width: 62%;
    margin-right: 0%;
    clear: none;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
    margin-left: 0px;
    display: block;
    float: left;
    margin-top: 40px;
}	


.columns2-pad.last {
}
	

.columns3 {
}

.columns3 h4 a {
	font-size: 16px;
	line-height: 18px;
}





.columns4{

}	
	
	
	
	
.columns5-values {
    width: 96%;
   padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    margin-right: 0%;
    margin-bottom: 25px;
    min-height: 0px;
	
}

.columns5-values.last {
    margin-bottom: 0px;
}	
	
	
	
.columns5-careers {
   width: 14%;
    font-size: 18px;
    line-height: 20px;
}


.columns5-ourvalues {
     width: 18%;
    font-size: 18px;
    line-height: 20px;
}
	
	
.columns5-logos {
    clear: none;
    width: 16%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 2%;
    margin-left: 2%;
    background-color: #FFFFFF;
    border-radius: 0px;
}	
	
    
    
.columns6 {
    width: 31.333%;
    clear: none;
    margin-right: 1%;
    float: left;
    margin-bottom: 20px;
    margin-left: 1%;
}
	



.numbers h4 {
	font-size: 60px;
	line-height: 40px;
}

.numbers h5 {
	font-size: 18px;
	line-height: 21px;
}
	
	
	
.numbers_wrap h3 {
    font-size: 26px;
    line-height: 30px;

}
.numbers_wrap h4 {
    font-size: 40px;
    line-height: 54px;

}

.numbers_wrap h5 {
    font-size: 16px;
    line-height: 19px;

}
	
	
.calendly-inline-widget {
    width: 100%;
    height: 1200px;
}	
	
	
.numbers {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    display: block;
}
    
    
.container_advent {

}
.columns2-advent {

}
.advent-calendar {
    width: 320px;
    height: 213px;
    position: absolute;
    left: 2%;
    top: -50px;
}   
	
	
.promo-home {
    width: 219px;
    height: 208px;
    position: absolute;
    left: 2%;
    top: -50px;

}	
	
	
.hide-tablet {
	display: none;
}
	
.hide-desktop-tablet {
	display: none;
}	

.hide-tablet-mobile {
	display: none;
}
	
.hide-tabletsm-mobile {
	display: inline-block;
}	


}




@media only screen and (max-width: 800px) {

** TABLET SMALL ** {
}


h1 {
    font-size: 34px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 38px;
    letter-spacing: -1px;
    text-transform: none;
}
h2 {
    font-size: 34px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 38px;
    letter-spacing: -1px;
    text-transform: none;
}
    
    
h3 {
    font-size: 28px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 32px;
    letter-spacing: -1px;
    text-transform: none;
}    

h4 {
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 26px;
}
h5 {
    margin: 0px;
    padding: 0px;
}
h6 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
	
	
.gridContainer {
    width: 84%;
    clear: none;
    float: none;
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}	


.container_header {
    padding-bottom: 0px;
}
    
.container_footer {
    padding-bottom: 100px;
    background-color: #333333;
    margin-top: 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}    
    
    
.container_banner_ani {
    margin-top: 0px;
    background-image: none;
}    
	
	
.container_banner_sub {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 350px;
    padding-top: 0px;
    margin-top: 0px;
    background-position: 75% 25%;
}
    
    
    
.container_banner_book {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 100px;
    padding-top: 0px;
    margin-top: 0px;
    background-position: 75% 25%;
} 
    
    
.container_banner_app {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 100px;
    padding-top: 0px;
    margin-top: 0px;
    background-position: 75% 25%;
}        
	
	
.container_banner_sub_opacity {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding-top: 0px;
    margin-top: 0px;
	background-color: rgba(0,0,0,0.5);
}		

    
    
.container {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
}
.container2 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.container3 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container70 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}    
    

	
.banner-content {
    float: left;
    width: 100%;
    padding-top: 6%;
    text-align: center;
    padding-left: 6%;
    padding-right: 6%;
    background-position: calc(50% + 10px) center;
}
    
    
    

.banner-left {
    margin-right: 0%;
    clear: none;
    float: left;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
}
    
.banner-left h1 {
    overflow: hidden;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: 0px;
}    
    
.banner-left h5 {

}


.banner-left-ani {
    width: 100%;
    margin-right: 0%;
    clear: none;
    float: left;
    margin-right: 0%;
    text-align: center;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-bottom: 20px;
    margin-top: 0px;
}    
    
    
.banner-left-app {
    width: 100%;
    margin-right: 0%;
    clear: none;
    float: left;
    margin-right: 0%;
    text-align: center;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-bottom: 20px;
    margin-top: 0px;
}    


.intro {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    display: block;
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}




#video-container {
	display: none;
}
	
	
.content-video {
    width: 100%;
    float: left;
    margin-right: 0%;
	margin-left: 0%;
}	



.numbers h4 {
    font-size: 60px;
    line-height: 20px;
}
	
.columns-wrap {
    margin-bottom: 55px;
}
    
.container_banner_hub {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    min-height: 200px;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 0px;
    margin-top: 0px;
} 
.banner-content-hub h1 {
  font-size: 36px;
  line-height: 40px;
}    
    
 .columns2-wide-hub {
    width: 100%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 0%;
}

.columns2-wide-sidebar-hub {
    width: 100%;
    clear: none;
    float: right;
}


.columns1-moreabout {
    width: 91%;
    float: left;
    padding-left: 4%;
    padding-top: 3%;
    padding-right: 4%;
    padding-bottom: 3%;
    border: 1px solid #b1c253;
}
.columns1-moreabout-side {
    width: 88%;
    float: left;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    /* [disabled]border-color: #b1c253; */
    /* [disabled]border-style: solid; */
    /* [disabled]border-width: 1px; */
}


.columns1-moreabout ul {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}


.columns1-moreabout ul li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(/images/bullet-arrow.png);
    margin-bottom: 10px;
} 
    
  #hub {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
    

.content-rnd {
    width: 84%;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
} 
    
    
.content2 {
    padding-left: 8%;
    padding-right: 8%;
    width: 84%;

}    

	
.columns1-type {
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 40px;
}		
	

.columns1-pad {
	width: 84%;
	margin-bottom: 15px;
	padding: 8%;
}
	
	
.columns1-70 {
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
}	
	
	
.columns1-form {
    width: 100%;
    clear: none;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    float: left;
}	
	
	
.columns-wheel {
    width: 90%;
     margin-left: 5%;
    margin-right: 5%;
}	
	

    
.columns2-book {
    width: 94%;
    margin-right: 0%;
    clear: none;
    padding-top: 5%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 5%;
    margin-top: 0px;
    margin-left: 0%;
    display: block;
    margin-bottom: 4%;
    background-color: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    float: left;
}
.columns2-book.fastrak {
    width: 94%;
    margin-right: 0%;
    clear: none;
    padding-top: 5%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 5%;
    margin-top: 0px;
    margin-left: 0%;
    display: block;
    margin-bottom: 0%;
    background-color: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    float: left;
}    
    


.columns2 {
    width: 100%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-bottom: 30px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}
	
	
.columns2-thankyou {
    width: 88%;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
}	
	
	
.columns2-video {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
}
.columns2-video-right {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
	 
}
	
	
.video-container {
	margin-bottom: 15px;
}	
	
	
.columns2-left {
    width: 100%;
    margin-right: 0%;
}


.columns2-right {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
}
	
	



.columns2-left2 {
    width: 100%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
}


.columns2-right2 {
    width: 100%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: right;
	margin-bottom: 30px;
}	
	
	
	

	
	
.columns2-enquiry {
    text-align: left;
    width: 100%;
}	


.columns2-table {
    margin-bottom: 6%;
}

.columns2-table-cell {
    display: block;
    width: 84%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
    padding-top: 8%;
}

.columns2-table-cell.mid {
    display: block;
    width: 94%;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
}

.columns2-table-cell-content {
	width: 94%;
	padding: 3%;
	color: #FFF;
}


.columns2-cta {
	margin-bottom: 0%;
	text-align: left;
	margin-top: 30px;
	display: block;
	clear: none;
	float: left;
}


.columns2-wide {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 40px;
}

.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}
	
	
.columns2-wide2 {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 40px;
}

.columns2-wide-sidebar2 {
	width: 100%;
	margin: 0px;
}	


.columns2-wide-data {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.columns2-wide-data-sidebar {
	width: 100%;
}

	
.columns2-pad {
    width: 88%;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
	min-height: 0px;
	margin-bottom: 35px;
}


.columns2-pad.last {
    margin-right: 0%;
    position: relative;
    float: left;
}
	
.container_callback {
    min-height: 540px;
    background-size: cover;
    background-position: right center;
}	
	
	
.columns2-callback {
    width: 74%;
    margin-right: 0%;
    clear: none;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
    margin-left: 0px;
    display: block;
    float: left;
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #FFFFFF95;
}
	
	
.columns2-landing {
    width: 88%;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
}

	


.columns3 {
    clear: none;
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.columns3.last {
    margin-bottom: 0px;

}

.columns3-table {
	padding-bottom: 6%;
}

.columns3-table-cell {
    display: block;
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
}

.columns3-table-cell.mid {
    display: block;
    width: 100%;
    padding-top: 2%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 2%;
}




.columns3-table-cell.greydk {
	position: relative;
	background-color: #3D3D3F;
}
.columns3-table-cell.greylt {
    position: relative;
}
	
	
.columns3-awards {
    width: 46%;
    clear: none;
    margin-right: 2%;
    float: left;
    margin-bottom: 4%;
    margin-left: 2%;
    text-align: center;
}	
    
    
    
    
.columns4-table {
	padding-bottom: 6%;
}

.columns4-table-cell {
    display: block;
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
}

.columns4-table-cell.mid {
    display: block;
    width: 100%;
    padding-top: 2%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 2%;
}




.columns4-table-cell.greydk {
	position: relative;
	background-color: #3D3D3F;
}
.columns4-table-cell.greylt {
    position: relative;
}    
    
    
    

.columns-features {
    margin-bottom: 40px;
}	
	
.columns3-features1 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
}
.columns3-features2 {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 10px;
}
.columns3-features3 {
    width: 100%;
    text-align: left;
}	
	

.columns4 {
    clear: none;
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.columns4 img {
}

.columns4.last {
	clear: none;
	margin-bottom: 2%;
	width: 100%;
	margin-right: 0%;
}



.columns3-shortcuts {
    clear: none;
    width: 100%;
    float: left;
    text-align: center;
    border-right-width: 0px;
    min-height: 0px;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid #FFFFFF;
}




.columns3-shortcuts.selected {
	clear: none;
	width: 50%;
	float: left;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-height: 0px;
}



.columns3-shortcuts.last {

}
	
.columns3-shortcuts a {
}
.columns3-shortcuts a:hover {

}

.columns5 {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    margin-top: 0px;
}
.columns5.last {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    margin-top: 0px;
}
	
	
.columns5-values {
    width: 92%;
   padding-top: 6%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 6%;

	
}

.columns5-values.last {
    margin-bottom: 0px;
}
	
	
	
.columns5-logos {
    clear: none;
    width: 29.333%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 4%;
    margin-left: 2%;
    border-radius: 0px;
}
	
	
	
	
.columns5-careers {
    width: 96%;
    padding-top: 0px;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
    background-color: #ffffff90;
    font-size: 20px;
    line-height: 22px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}	
	
	
.columns5-ourvalues {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
   font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    border: 2px solid #b1c253; /* Add a 2px border */
    box-sizing: border-box; /* Ensure the border is included in the width */
}	


.columns6 {
    width: 100%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0%;
    display: block;
    float: left;
    margin-bottom: 25px;
}
	
.text-center {
	text-align: left;
}
	
.intro {
    font-size: 20px;
    line-height: 30px;
}
	
.numbers {
    font-size: 80px;
    line-height: 82px;
}	
	
	
.columns2-jobs {
	width: 100%;
	margin-right: 0%;
    margin-bottom: 20px;
} 
    
.columns2-jobs.last {
	width: 100%;
	margin-right: 0%;
    margin-bottom: 20px;
}   	
	
	
	
.columns-team-left {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 30px;
}

.columns-team-right {
    width: 100%;
}


.columns-team-right h4 {
    margin-bottom: 0px;
}




.columns-team-left2 {
    width: 100%;
}

.columns-team-right2 {
   width: 100%;
   margin-right: 0%;
margin-bottom: 30px;

}


.columns-team-left2 h4 {
    margin-bottom: 0px;
}	
	
	
	
	
.highlight-box4 {
    width: 88%;
    padding-bottom: 6%;
    padding-top: 6%;
    padding-left: 6%;
    padding-right: 6%;
}
	
.hiring {
    width: 85px;
    height: 82px;
}
	


.snowflake {
    width: 100px;
    height: 99px;
}
	
	
.columns1_form {

}
.columns1_form.zerobm {

}


.columns2_form {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 15px;
}


.columns2_form.last {
    width: 100%;
}	
	
	
.columns2_form.zerobm {
    margin-bottom: 0px;
}
	
	
	
	
.columns-zoho-dataform {

}


.columns-zoho-dataform-rest {
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
}





.columns-zoho-dataform-col2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
}

.columns-zoho-dataform-col2.last {
    margin-right: 0px;
}


.columns-zoho-dataform input {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #b1c253;
    font-size: 18px;
    line-height: 22px;
    background-color: #FFFFFF;
}

.columns-zoho-dataform select {
    width: 100%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #b1c253;
    font-size: 18px;
    line-height: 22px;
    background-color: #FFFFFF;
}

.columns-zoho-dataform textarea {
    width: 96%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    margin-bottom: 0px;
    border: 2px solid #b1c253;
    font-size: 18px;
    line-height: 22px;
    height: 100px;
    background-color: #FFFFFF;
}


.columns-zoho-dataform label {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}



.columns-zoho-dataform h3 {
    font-size: 24px;
    line-height: 27px;

}	
	
	
.footer-left {
    width: 100%;
    clear: none;
    float: left;
    text-align: left;
	margin-bottom: 30px;
}

.footer-mid {
    width: 100%;
    clear: none;
    float: left;
    text-align: left;
	margin-bottom: 30px;
}

.footer-right {
    width: 100%;
    clear: none;
    float: left;
    text-align: left;
}
    
    
.container_advent {


}
.columns2-advent {
    display:none;
}
.advent-calendar {
    display:none;
}  
    
    
    
    
.columns2-survey {
    width: 100%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    position: relative;
    text-align: center;
}


.columns2-survey img {
    text-align: center;
}    
    
    

.text-center {
	text-align: left;
}
	
	
.text-center2 {
	text-align: center;
}


 .promo-home {
    width: 260px;
    height: 247px;
    position: absolute;
    left: 18%;
    top: -75px;
    border-radius: 10px;
    margin-left: 30%;
    margin-right: 30%;
}   
    
    
.columns2-teasers {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
}


.columns2-teasers.last {
    margin-bottom: 0px;
}

.columns2-teasers-top {
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
}
    

.columns2-teasers-top img {
    width: 80%;
}    
    
    
.columns2-teasers-top h3 {
    margin-bottom: 0px;
}

.columns2-teasers-bottom {
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
    width: 84%;

} 
    
    
.columns2-home-faqs {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
}


.columns2-home-faqs.last {
    width: 100%;
}  
    
    
.content-cta {
    width: 84%;
    padding: 8%;
    background-image: url(/images/2026/footer-cta-bgd.png);
    background-repeat: no-repeat;
    background-position: calc(100% + 180px) calc(100% + 270px);
} 
    
    
.casestudy-quote {
    width: 84%;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
} 
    
.quotes {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}    
	
	
	
.hide-desktop {

}

.hide-tablet {

}

.hide-mobile {

}

.hide-tablet-mobile {
}
	
.hide-desktop-tablet {
	display: inline-block;
}
	
.hide-tabletsm-mobile {
	display: none;
}	

		

	
	

	


}




@media only screen and (max-width: 481px) {

** MOBILE ** {
}


/* Mobile Layout: 480px and below. */
  
h1 {
    font-size: 30px;
    line-height: 34px;
}

h2 {
    font-size: 30px;
    line-height: 34px;
}
    
h3 {
    font-size: 26px;
    line-height: 30px;
}    

h4 {
    margin-bottom: 25px;

}
h5 {

}
h6 {

}

.gridContainer {
	width: 84%;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 8%;
	padding-bottom: 0%;
	padding-left: 8%;
}
.gridContainerMobile {
	width: 100%;
	padding: 0px;
}

#container_banner_sub {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	min-height: 250px;
	height: 200px;
}

.banner-left-slider-sub h1 {
	font-size: 40px;
	line-height: 44px;
	padding: 0px;
	margin-top: 10%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-weight: 700;
}
    
    
.container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0px;
}
.container2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.container3 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container70 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}      



	
.container_banner {
    background-image: none;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-top: 80px;
}	

.container_banner2 {
    width: 100%;
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 0;
}

	
.banner-content {
    float: left;
    width: 84%;
    padding-top: 60px;
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
    background-position: right bottom;
}
    
.banner-left {
    width: 100%;
}  
    
.banner-left h1 {
    font-size: 32px;
    line-height: 36px;
}    
    
.banner-left h5 {

}    
    
    
.bgd1 {
    background-image: url(/images/2026/banners/hero-bgd-04m.svg);
    background-position: right calc(100% + 50px);
}    
.bgd2 {
    background-image: url(/images/2026/banners/hero-bgd-05m.svg);
    background-position: right calc(100% + 50px);
}
    
    
.bgd3 {
    background-image: url(/images/2026/banners/hero-bgd-06m.svg);
    background-position: right calc(100% + 50px);
}
.bgd4 {
    background-image: url(/images/2026/banners/hero-bgd-07m.svg);
    background-position: right calc(100% + 50px);
}


.bgd5 {
    background-image: url(/images/2026/banners/hero-bgd-08m.svg);
    background-position: right calc(100% + 50px);
}
.bgd6 {
    background-image: url(/images/2026/banners/hero-bgd-09m.svg);
    background-position: right calc(100% + 50px);
}

.bgd7 {
    background-image: url(/images/2026/banners/hero-bgd-10m.svg);
    background-position: right calc(100% + 50px);
} 
.bgd8 {
    background-image: url(/images/2026/banners/hero-bgd-11m.svg);
    background-position: right calc(100% + 50px);
}
.bgd8 {
    background-image: url(/images/2026/banners/hero-bgd-12m.svg);
    background-position: right calc(100% + 50px);
} 
.bgd9 {
    background-image: url(/images/2026/banners/hero-bgd-13m.svg);
    background-position: right calc(100% + 50px);
}       
        
        
    
    
    
    
    
	



.container_navigation {
	background-color: #CCFF33;
}

   
    

.container_footer {
}
	
.container_shortcuts {
	display:none;
}	





.content-tabs-wrapper {
	width: 100%;
	color: #333;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 0px;
}
.content-tabs {
	width: 100%;
	color: #333;
	top: 0px;
	position: relative;
}

.content {
	width: 100%;
	padding: 0%;
	margin: 0px;
}

.video-left {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
}
.video-right {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	line-height: 0px;
}


.columns-wrap.trans {
    width: 88%;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}	



.columns2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.columns2-center {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}


	
	
.columns2-table-cell {

}

.columns2-table-cell.mid {

}
	
	
.columns2-video li {
    margin-left: -15px;
    margin-bottom: 5px;
    padding-left: 10px;
}	

	
.columns2-video ul {
    margin-bottom: 15px;
}
	
	
.columns2-right li {
    margin-left: -15px;
    margin-bottom: 5px;
	padding-left: 10px;
}

.columns2-right ul {
    margin-bottom: 15px;
}	
	






.columns3 {
    clear: none;
    width: 100%;
    margin-right: 0px;
}
.columns3-pad {
	clear: none;
	margin-bottom: 15px;
	width: 92%;
	padding: 4%;
	min-height: 0px;
}
.columns3 img {
}


.columns3-table {
    display: table;
    width: 100%;
    padding-bottom: 0px;
}


.columns3-table-cell-nopad {
	display: block;
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	font-size: 14px;
	border-bottom-style: none;
	background-color: #F0F4F9;
	margin: 0px;
}

.columns3-table-cell-teasers {
	display: block;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 60px;
	padding-left: 5%;
}



.columns3-table-link {
}


.columns3-table-link a {

}


.columns3-table h5 {
	min-height: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
.columns4 {
    clear: none;
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.columns4 img {

}

.columns4.last {
	clear: none;
	margin-bottom: 2%;
	width: 100%;
	margin-right: 0%;
}
    
    


	

.iframe-newsletter {
	height: 560px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.iframe-contact {
	height: 700px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


.social {
	font-size: 18px;
}

.footerleft {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.footerright {
	width: 100%;
	text-align: center;
}

#enquiryform input {
	font-size: 14px;

}

.header-unit {
	height: 250px;
}

#video-container {
	display: none;
}


.numbers h4 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0px;
}


#contactform input {
	width: 90%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-top: 4%;
	padding-right: 6%;
	padding-bottom: 4%;
	padding-left: 4%;
}
	
.hide-tabletsm-mobile {
	display: none;
}	
	
.container_numbers {
   background-image: url(/images/numbers/num_bgd-mob.jpg);
    background-position: center bottom;
}	
		
	
	
.numbers_wrap h3 {
    font-size: 26px;
    line-height: 30px;

}
.numbers_wrap h4 {
    font-size: 48px;
    line-height: 52px;

}

.numbers_wrap h5 {
    font-size: 16px;
    line-height: 19px;

}
	
	
.columns2-pad {
    width: 84%;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;
	min-height: 0px;
}


.columns2-pad.last {
    margin-right: 0%;
    position: relative;
    float: left;
}	
	
	
.calendly-inline-widget {
    width: 100%;
    height: 1150px;
}
    
    
.content-cta {
    background-position: calc(100% + 250px) calc(100% + 250px);
}    
	    
	

.hide-desktop {
	display: inline-block;
}
	
.hide-tablet {
	display: inline-block;
}	
	
.hide-mobile {
	display: none;
}
	
.hide-desktop-tablet {
	display: inline-block;
}	

.hide-tablet-mobile {
}
	
.hide-tabletsm-mobile {
	display: none;
}	





}

/* Homepage hero and site footer edge treatment */
@media only screen and (max-width: 800px) {
    .container_banner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .container_banner .gridContainer,
    .container_banner2 .gridContainer {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .home-hero-carousel,
    .container_banner2 .banner-content {
        border-radius: 0px 0px 30px 30px;
    }

    .container_footer .gridContainer {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .container_footer .content-rnd {
        width: 84%;
        padding: 8%;
        border-radius: 30px 30px 0px 0px;
    }
}

@media only screen and (max-width: 481px) {
    .container_banner .gridContainer,
    .container_banner2 .gridContainer,
    .container_footer .gridContainer {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .home-hero-carousel,
    .container_banner2 .banner-content {
        border-radius: 0px 0px 30px 30px;
    }

    .container_footer .content-rnd {
        width: 84%;
        padding: 8%;
        border-radius: 30px 30px 0px 0px;
    }
}
