@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html,body{
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Roboto',sans-serif;
    position: relative;
    color: #343433;
}
a{
    text-decoration: none;
    color: inherit;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto',sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
p{
    display: inline-block;
    font-size: 1em;
    line-height: 1.4em;
    font-family: 'Roboto',sans-serif;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
    width: 95%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.first-section{
    box-sizing: border-box;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #3cb349;
    min-height: calc(100vh - 80px);
    margin-top: 80px;
}
.first-section::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#3cb349;
    opacity: 0;
    animation-name: first-section-bg;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-duration: 0.5s;
}
@keyframes first-section-bg{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
header.site-header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.7em 0em;
    z-index: 111111;
    background: white;
    transition: all 0.3s ease-in-out;
}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-logo{

}
.header-logo img{
    width: 100%;
    max-width: 210px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.header-logo .site-branding{
    width: 100%;
    max-width: 210px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.my-btn{
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1em;
    box-sizing: border-box;
    color: black;
    text-decoration: none;
    padding: 0.6em 0.7em;
    background: white;
    transition: all 0.3s ease-in-out;
    /* box-shadow: 4px 4px #f69f1d; */
    display: inline-block;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 2px solid transparent;
    border-radius: 5px;
}
.my-btn:hover{
    background: #f69f1d;
    box-shadow: 4px 4px #b56d02;
    color: #171717;
    border-color: #f69f1d;
}
.my-btn.btn-yellow{
    background: #ff6e41;
    box-shadow: 4px 4px 15px #12121229;
    color: white;
    border: none;
}
.my-btn.btn-yellow:hover{
    box-shadow: 4px 4px 15px #1212126e;
    background: #343433;
}
.my-btn.btn-dark{
    color: #343433;
    box-shadow: 4px 4px 15px #12121229;
    border: 1px solid #343433;
    background: white;
}
.my-btn.btn-dark:hover{
    box-shadow: 4px 4px 15px #1212126e;
    background: white;
}
.my-btn .my-icon{
    margin-right: 0.3em;
}

.header-right-items{
    display: flex;
}
.header-right-items .my-btn{
    margin-left: 0.9em;
}
.header-right-items .my-btn .my-icon{
    box-sizing: border-box;
    border: 1px solid #343433;
    border-radius: 50%;
    padding: 0.2em;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1em;
    color: white;
    background: #343433;
}
.header-right-items .my-btn:hover .my-icon{
    background: #3cb349;
    color: white;
    border-color: #3cb349;
}
.container.first-sec-container{
    box-sizing: border-box;
    padding: 4em 0em;
    position: relative;
    z-index: 1;
}
.container.first-sec-container h1{
    color: white;
    font-size: 6em;
    line-height: 1.1em;
    white-space: pre-line;
    text-transform: uppercase;
}
.container.first-sec-container h1 .first-sec-big{
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1em;
}
.container.first-sec-container h2{
    font-size: 2em;
    line-height: 1.4em;
    white-space: pre-line;
    margin-top: 0.5em;
    color: #d6d6d6;
    font-weight: 500;
}
.first_contact_anchor{
    font-size: 2em;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    line-height: 1em;
    box-sizing: border-box;
    padding: 0.5em 0.5em;
    border: 1px solid white;
}
.first_contact_anchor::after{
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 0%;
    height: 4px;
    background: white;
    transition: all 0.3s ease-in-out;
}
.first_contact_anchor:hover{
    color: white;
    background: #f69f1d;
}
.first_contact_anchor:hover::after{
    
    width: 100%;
}
.first-section-contact{
    margin-top: 1em;
}
*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-thumb {
    background-color: #3cb349;
}
*::-webkit-scrollbar-track {
    background: #e6e6e6;
}
::selection {
    background: #f69f1d;
    text-shadow: none;
    color: #fff;
}
.section-padding{
    box-sizing: border-box;
    padding: 5em 0em;
}
textarea{
    font-family: inherit;
}
.container-fifty{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.container-fifty .container-fifty-left{
    width: 48%;
}
.container-fifty .container-fifty-right{
    width: 48%;
}
.container-fifty.image-left .container-fifty-left{
    width: 40%;
}
.container-fifty.image-left .container-fifty-right{
    width: 58%;
}
.container-fifty.image-right .container-fifty-left{
    width: 40%;
    order: 1;
}
.container-fifty.image-right .container-fifty-right{
    width: 58%;
    order: 0;
}
.section-title{
    font-size: 4em;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.5em;
    color: #3cb349;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 0.1em;
}
.section-title::after{
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 2px;
    /* background: black; */
}
header.site-header.site-scrolled{
    background: white;
    padding: 0.5em 0em;
    box-shadow: 0px 0px 15px 0px #0000001f;
}
header.site-header.site-scrolled .header-logo img{
    max-width: 185px;
}
header.site-header.site-scrolled .header-logo .site-branding{
    max-width: 185px;
}
header.site-header.site-scrolled .header-right-items .my-btn{
    font-size: 1em;
}
.container-fifty-right h3{
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4em;
}
.ucl-cards-container{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
    margin-top: -2em;
}
.ucl-cards-container .ucl-card{
    width: 32.5%;
    box-sizing: border-box;
    padding: 1%;
    border: 1px solid #e8e8e8;
    background: white;
    box-shadow: 10px 10px #f6f6f6;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-top: 2em;
    box-shadow: 5px 5px 15px #c1c1c15c;
    border-radius: 4px;
}
.ucl-cards-container .ucl-card:hover{
    /* border-color: #3cb349; */
    box-shadow: 5px 5px 15px #80808063;
}

.ucl-card-icon{
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 50px;
    /* background: #343433; */
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transform: rotate(0deg) scale(1);
    transform-origin: center center;
    transition: all 0.3s ease-in-out;
}
.ucl-cards-container .ucl-card:hover .ucl-card-icon{
    transform: scale(1.1);
}
.goto-top{
    display: none!important;
}
#hubspot-messages-iframe-container{
    z-index: 11111!important;
}
.ucl-card-inner{
    box-sizing: border-box;
    padding: 0em 2em 2em 2em;
    text-align: center;
}
.ucl-card-inner .ucl-card-title{
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    white-space:pre-line;
}
.ucl-card-inner p{
    margin: 0;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.ucl-card-inner ul{
    list-style: none;
    padding: 0;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.ucl-card-inner ul li{
    padding-left: 1.3em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    position: relative;
}
.ucl-card-inner ul li:before {
    font-family: 'Material Symbols Outlined';
    content: "arrow_forward";
    -webkit-font-feature-settings: 'liga';
    line-height: 1.4em;
    margin-top: 0em;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0.1em;
    color: #114a59;
    border: 1px solid #114a59;
    box-sizing: border-box;
    line-height: 1em;
    border-radius: 50%;
    background: #f69f1d;
}
section.off-white{
    background: #f7f7f7;
}
.container-fifty .container-fifty-left img{
    opacity: 0;
}
.container-fifty .container-fifty-left{
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.section-without-container{

}
.section-without-container .section-title{
margin-bottom: 0em;
}
.section-without-container .section-title::after{
    content: none;
}
.section-without-container .container-fifty.image-right .container-fifty-right{
    background: #f6f6f6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 3em;
}
.fifty-top-full{
    width: 100%;
}
.les-connect{
    font-size: 4em;
    line-height: 1em;
    margin-bottom: 0.5em;
    color: #f69f1d;
    font-weight: 500;
}
.footer-contact{

}
.section-padding.footer-contact{
    padding: 0em 0em 5em 0em;
}
.footer-contact .container-fifty.image-left .container-fifty-right{

}
.footer-contact .container-fifty.image-left .container-fifty-right .my-btn{
    margin-top: 1em;
}
footer{background: #343433;}
.footer-container{
    text-align: center;
    color: white;
}
.footer-container a{
    color: #3db54a;
    text-decoration: none;
}

.footer-container a:hover{
    color: white;
}
.goto-top {
    background-color: #3cb349;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 2em;
    display: flex;
    right: 2em;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.6em 0.8em;
    font-size: 1em;
    cursor: pointer;
}
.goto-top .material-symbols-outlined{
    font-size: 1em;
}
.goto-top.show {
    opacity: 1;
    visibility: visible;
}
.form-modal-full{
    position: fixed;
    z-index: 111;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transform: scale(0);
    opacity: 0;
    transform-origin: center center;
}
.form-modal-full.form-modal-full-visible{
    transform: scale(1);
    opacity: 1;
    z-index: 111111111111;
}
.form-modal-full::before{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: 11;
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    background:#3cb349;
}
.form-modal-full::after{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: 11;
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    background: black;
    transition-delay: 0.3s;
}
.form-modal-full.form-modal-full-visible::before{
    height: 100%;
}
.form-modal-full.form-modal-full-visible::after{
    height: 100%;
}
.form-modal-inner{
    box-sizing: border-box;
    width: 96%;
    max-width: 670px;
    margin: auto;
    background: white;
    position: relative;
    z-index: 11111;
    border: 5px solid #3cb349;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 14px 15px 15px black;
    /* transform: scale(0) translateY(-100%); */
    opacity: 0;
    transform-origin: center center;
}
.form-modal-full.form-modal-full-visible .form-modal-inner{
    /* transform: scale(1) translateY(0%); */
    opacity: 1;
    transition-delay: 0.4s;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.7s;
}
.form-modal-top{
    background: #3cb349;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.2em 1em;
    border-bottom: 2px solid gray;
}
.form-modal-top-left{

}
.form-modal-top-right{
    line-height: 1em;
}
.form-modal-title{
    color: white;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.form-modal-top .form-modal-close{
    font-size: 3em;
    cursor: pointer;
    line-height: 1em;
    color: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.form-modal-full.form-modal-full-visible .form-modal-top .form-modal-close{
    opacity: 1;
    transform: rotate(-360deg);
    transition: all 0.5s ease-in-out;
    transition-delay: 0.8s;
}

.form-modal-top .form-modal-close:hover{
    background: #f69f1d;
    transition-delay: 0s!important;
}
.form-modal-main{
    box-sizing: border-box;
    padding: 1em 1em;;
    display: none;
}
.form-modal-full.form-modal-full-visible .form-modal-main{
    display: block;
}
.form-fifty {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ud-form-group {
    margin-bottom: 1em;
}
.form-fifty .ud-form-group {
    box-sizing: border-box;
    width: 49%;
}
.ud-form-group {
    width: 100%;
}
.ud-form-group label {
    display: block;
    font-weight: 400;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ud-form-group input, .ud-form-group textarea {
    display: block;
    width: 100%;
    padding: 15px 0;
    border: none;
    outline: none;
    border: 1px solid #055160;
    resize: none;
    box-sizing: border-box;
    padding: 1em;
    border-radius: 0;
    appearance: none;
    border-radius: 0px;
}
.iti{
    width: 100%;
}
.up-leadform-notice {
    font-size: .8em;
    line-height: 1em;
    min-height: 1em;
    margin-bottom: 1em;
    color: #000;
    font-weight: 700;
}
input.field-invalid, select.field-invalid, textarea.field-invalid {
    border-color: red!important;
}
.this-is-loading {
    position: relative;
    overflow: hidden;
    min-height: 4em;
}
.this-is-loading:before {
    content: ' ';
    background: gray;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    animation: this-is-loading;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: linear;
    background: linear-gradient(to right,#eee 40%,#ddd 50%,#eee 60%);
    background-size: 200%;
    z-index: 111;
}
.this-is-loading:after {
    content: ' ';
}
@keyframes this-is-loading {
    0% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0 0
    }
}
body.phone-iti-open.iti-mobile .iti--container {
    top: 1em;
    border: 1em;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11111111111;
}
body.phone-iti-open.iti-mobile .iti--container::before {
    content: ' ';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
}
.iti__country-list {
    overflow-x: hidden;
}
.footer-address{

display: flex;

align-items: flex-start;

justify-content: flex-start;

flex-wrap: wrap;
}
.footer-address .material-symbols-outlined{

font-size: 2em;

line-height: 1em;
}
.footer-address .f-address{
    
font-size: 1em;
    
line-height: 1em;
    
white-space: pre-line;
}
.ucl-three-cards-container{

display: flex;

justify-content: space-between;

flex-wrap: wrap;
}
.ucl-three-card{

width: 33%;

text-align: center;
}
.ucl-three-card-title{

color: #3cb349;

font-weight: 800;

font-size: 5em;

line-height: 1em;
}
.ucl-three-card-inner{

}
.ucl-three-card-p{
    
}
.numbers-buttons{

text-align: center;

margin-top: 2em;

display: inline-flex;

flex-direction: column;

justify-content: center;

align-items: center;

margin-left: auto;

margin-right: auto;

width: 100%;

flex-wrap: wrap;
}
.numbers-buttons .my-btn{

margin-left: 1em;

margin-right: 1em;

display: inline-block;

margin-top: 1em;

margin-bottom: 1em;
}
.numbers-buttons .my-btn:nth-child(2){
    
}
.learn-more-link {
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
    background: linear-gradient( to bottom,#3cb349 0%,#3cb349 100% );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 3px;
    text-decoration: none;
    box-sizing: border-box;
    padding-bottom: 0.2em;
    cursor: pointer;
    display: inline-block;
}
.learn-more-link::before {
    content: '>';
    position: absolute;
    right: -15px;
    transition: all .4s ease-in-out;
}
.learn-more-link::after {
    content: ' ';
}
.learn-more-link:hover {
    background-size: 5px 5px;
    text-decoration: none;
}
.learn-more-link:hover::before {
    transform: translateX(5px) scale(1.3);
}
.learn-more-link:hover::after {
}
.animated-logo-version-1-container {
    overflow: hidden;
    width: 100%;
}
header.site-header .site-branding svg.animated-logo-ver {
    width: 100%;
    display: block;
}
svg.animated-logo-ver.animated-logo-is-ready {
}
svg.animated-logo-ver {
}
svg.animated-logo-ver.animated-logo-is-ready #Marketing {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    transition-delay: .8s;
}
svg.animated-logo-ver #Marketing {
    opacity: 0;
}
.animated-logo-version-1-container .animated-logo-color-black {
    fill: #333;
    stroke: none;
    stroke-width: 0;
}

.animated-logo-color-black {
    fill: transparent;
    stroke: #333;
}
svg.animated-logo-ver.animated-logo-is-ready #Driven {
    opacity: 1;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    transition-delay: .4s;
    transform: translateX(0);
}
svg.animated-logo-ver #Driven {
    opacity: 0;
    transform: translateX(-2%);
}
.animated-logo-version-1-container .animated-logo-color-green {
    fill: #3db54a;
    stroke: none;
    stroke-width: 0;
}
.animated-logo-color-green {
    fill: transparent;
    stroke: #3db54a;
}
svg.animated-logo-ver.animated-logo-is-ready #Data {
    opacity: 1;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    transition-delay: 0s;
    transform: translateX(0);
}
svg.animated-logo-ver #Data {
    opacity: 0;
    transform: translateX(-2%);
}
.animated-logo-version-1-container .animated-logo-color-green {
    fill: #3db54a;
    stroke: none;
    stroke-width: 0;
}
.animated-logo-color-green {
    fill: transparent;
    stroke: #3db54a;
}
svg.animated-logo-ver.animated-logo-is-ready #Icon_Third {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    transition-delay: .8s;
}
svg.animated-logo-ver #Icon_Third {
    opacity: 0;
    transform-origin: right;
}
.animated-logo-version-1-container .animated-logo-color-black {
    fill: #333;
    stroke: none;
    stroke-width: 0;
}
.animated-logo-color-black {
    fill: transparent;
    stroke: #333;
}
svg.animated-logo-ver.animated-logo-is-ready #Icon_Second {
    opacity: 1;
    transform: translateX(0);
    transition: transform .4s ease-in-out,opacity .4s ease-in-out;
}
svg.animated-logo-ver #Icon_Second {
    opacity: 0;
    transform: translateX(-2%);
}
.animated-logo-version-1-container .animated-logo-color-green {
    fill: #3db54a;
    stroke: none;
    stroke-width: 0;
}
.animated-logo-color-green {
    fill: transparent;
    stroke: #3db54a;
}
svg.animated-logo-ver.animated-logo-is-ready #Icon_First {
    opacity: 1;
    transform: translateX(0);
    transition: transform .4s ease-in-out,opacity .4s ease-in-out;
    transition-delay: .4s;
}

svg.animated-logo-ver #Icon_First {
    opacity: 0;
    transform: translateX(-2%);
}
.animated-logo-version-1-container .animated-logo-color-green {
    fill: #3db54a;
    stroke: none;
    stroke-width: 0;
}
.animated-logo-color-green {
    fill: transparent;
    stroke: #3db54a;
}
.lottie-anim-container {
    transform: translateX(-1%);
}
.home-first-top-btn{
    box-sizing: border-box;
    margin-top: 1em;
}
.home-first-top-btn .learn-more-link{
    background: linear-gradient( to bottom,#222 0%,#222 100% );
    color: white;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 3px;
}
.home-first-top-btn .learn-more-link:hover{
    background-size: 5px 5px;
}
.home-top-scroll-down-section {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.scroll-down-section {
    text-align: center;
    box-sizing: border-box;
    padding: 2em 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.scroll-down-section .material-symbols-outlined {
    font-size: 2em;
    animation-name: scrollicon;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: linear;
    cursor: pointer;
    color: white;
}
.scroll-down-section .scroll-down-text {
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 900;
    margin-top: 0.5em;
    cursor: pointer;
}
@keyframes scrollicon{
    0% {
        opacity: 0;
        transform: translateY(0px);
        color: #3cb349;
    }
    
    100% {
        opacity: 1;
        transform: translateY(0.5em);
        color: white;
    }
}

.ucl-card-inner .ucl-card-title::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    background: #3cb349;
    height: 4px;
    bottom: -0.5em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: all .4s ease-in-out;
}

.ucl-cards-container .ucl-card:hover .ucl-card-inner .ucl-card-title::after{
    width: 70%;
}
.color-dark{
    color: #343433;
}
.case-container{

box-sizing: border-box;

margin-top: 3em;
}
.case{

background-size: cover;

background-repeat: no-repeat;

background-position: top center;

box-sizing: border-box;

padding: 1em 1em;

border-radius: 4px;

overflow: hidden;

position: relative;
}
.case::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* background: black; */
    z-index: 1;
    height: 100%;
    opacity: 0.7;
}
.case::after{
content: ' ';
}
.case-inner{

background: #3cb349;

position: relative;

z-index: 1;

padding: 2em 1em;

width: 100%;

box-sizing: border-box;

max-width: 500px;

margin-left: auto;

margin-top: 2em;

margin-bottom: 2em;
}
.case-title{

font-weight: 600;

color: white;

text-transform: uppercase;

margin-bottom: 1em;

line-height: 1.4em;
}
.case-summary{

color: white;

font-size: 1.4em;

font-weight: 500;

line-height: 1.4em;

box-sizing: border-box;

margin-bottom: 1em;
}
.case-action{

}
.case-button{

display: inline-block;

background: #343433;

box-sizing: border-box;

padding: 1em;

border-radius: 4px;

color: #3cb349;

font-weight: 600;

transition: color 0.3s ease-in-out;
text-transform: uppercase;
}
.case-button:hover{
    
color: white;
}
.case-bg{

position: absolute;

left: 0;

top: 0;

width: 100%;

height: 100%;

/* backdrop-filter: blur(4px); */
}
.case-bg::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: green; */
    opacity: 0.8;
    /* background: linear-gradient(to top, #3cb349, transparent); */
}
.case-bg::after{
    content: ' ';
}
.ucl-cards-container.two-cards{
    justify-content: space-between;
}
.ucl-cards-container.two-cards .ucl-card{
    width: 48%;
}
.ud-form-group .my-btn.btn-yellow{

background: #343433;
}
.ud-form-group .my-btn.btn-yellow:hover{
    
background: #131313;
}

body.meeting-page{
    min-height: 100vh;
}
section.my-meeting-container{
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6em 0em;
    width: 100%;
    background: #f1f1f1;
}
section.my-meeting-container .main-meet-contain{

}
body.meeting-page .header-right-items .my-btn.btn-yellow{
    display: none!important;
}
.header-right-items .my-btn .my-icon.whatsappicon {
    width: 100%;
    background: transparent;
    border-color: transparent;
    /* height: 100%; */
    border-radius: 0;
    overflow: hidden;
    height: auto;
    padding: 0;
    padding-bottom: 0;
    border: none;
    max-width: 140px;
    height: 100%;
    margin: auto;
    align-self: center;
    margin-top: auto;
    display: flex;
}
.header-right-items .my-btn .my-icon.whatsappicon img {
    width: 100%;
    box-sizing: border-box;
    max-width: 120px;
    height: auto;
    max-height: 30px;
    margin: auto;
    display: inline-block;
}
header.site-header.site-scrolled .header-right-items .my-btn .my-icon.whatsappicon{
    
}
.fb_dialog_content iframe[data-testid="bubble_iframe"]{
    left: 12px!important;
    right: auto!important;
    z-index:111!important;
}
.fb_iframe_widget iframe[data-testid="dialog_iframe"]{
    left: 16px!important;
    right: auto!important;
    z-index: 111!important;
}
#fb-root.fb-messenger-my-hidden{
    visibility: hidden!important;
    opacity: 0!important;
}
#fb-customer-chat .container{
    left: 12px!important;
    right: auto!important;
}
.whatsapp-anchor{
    display: none!important;
}
#fb-root.fb-session-logged-out{
    visibility: hidden!important;
    display: none!important;
}

@media only screen and (max-width: 991px) {
    .iti__flag-box, .iti__country-name {
        font-size: .8em;
    }
    .form-modal-inner{
        width: 100%;
    }
    .container.first-sec-container{
        padding: 1em 0em;
    }
    .les-connect{
        font-size: 2em;
    }
    .section-padding{
        padding: 3em 0em;
    }
    .fifty-top-full{
        text-align: center;
    }
    .ucl-cards-container .ucl-card{
        width: 100%;
    }
    body{
        font-size: 14px;
    }
    .header-logo img{
        max-width: 150px;
    }
    .header-right-items .my-btn{
        font-size: 1em;
    }
    .h-p-b{
        display: none;
    }
    .container.first-sec-container h1{
        font-size: 3em;
    }
    .container.first-sec-container h2{
        font-size: 1.2em;
    }
    .first_contact_anchor{
        font-size: 1.2em;
    }
    header.site-header.site-scrolled .header-logo img{
        max-width: 125px;
    }
    header.site-header.site-scrolled .header-right-items .my-btn{
        font-size: 0.9em;
    }
    .container-fifty .container-fifty-left{
        width: 100%;
        text-align: center;
    }
    .container-fifty .container-fifty-right{
        width: 100%;
        text-align: center;
        margin-top: 1em;
    }
    .container-fifty.image-left .container-fifty-left{
        width: 100%;
        text-align: center;
    }
    .container-fifty.image-left .container-fifty-right{
        width: 100%;
        text-align: center;
    }
    .container-fifty.image-right .container-fifty-left{
        width: 100%;
        text-align: center;
        order: 0;
    }
    .container-fifty.image-right .container-fifty-right{
        width: 100%;
        text-align: center;
        order: 1;
    }
    .footer-address{
        justify-content: center;
    }
    .ucl-three-card{
        width: 100%;
        margin-top: 1em;
    }
    .ucl-three-card-title{
        font-size: 3em;
    }
    .footer-address .f-address{
        text-align: left;
    }
    .header-logo .site-branding {
        max-width: 100px;
    }
    header.site-header.site-scrolled .header-logo .site-branding {
        max-width: 100px;
    }
    .section-title{
        font-size: 3em;
    }
    .section-title .color-dark{
        display: block;
    }
    .first-section{
        min-height: calc(100vh - 200px);
        margin-top: 60px;
    }
    .ucl-cards-container.two-cards .ucl-card{
        width: 100%;
    }
    .header-left-items{
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 0.8em;
    }
    .header-right-items{
        width: 100%;
        justify-content: flex-end;
    }
    .header-right-items .my-btn:first-of-type{
       order: 3;
    }
    .header-right-items .my-btn:nth-child(2){
       margin-left: 0px;
     }
    .fb_iframe_widget iframe[data-testid="dialog_iframe"] {
        left: 0px!important;
        right: auto!important;
        z-index: 1111111!important;
        bottom: 90px!important;
    }
    #hubspot-messages-iframe-container{
        z-index: 111111!important;
    }
    .whatsapp-anchor{
        display: inline-flex!important;
    }
    section.my-meeting-container{
        padding: 10em 0em
    }
}
