.co2-badge{
    border: 1px solid #d6d6d699 !important;
    border-radius: 10px !important;
}

.inner-page-header{
    background-color: #ffffff;
    text-align: center;
}

.inner-page-header h3{
    font-size: 40px;
    margin-bottom: 10px;
    color: #16171c;
}

.inner-page-header-navigation a.active{
    opacity: 0.5;
    pointer-events: none;
}

.inner-page-header-navigation i{
    opacity: 0.3;
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 5px;
    margin-right: 5px;
}

.inner-page-header-content{
    padding: 117px 20px 49px 20px;
}

.inner-page-header-background{
    height: 300px;
    background-image: url('../images/pexels-fauxels-3184352.jpg');
    background-size: cover;
    background-position: center right;
}

.content-container{
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.content-container-inner{
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.content-container-inner h3{
    margin-bottom: 18px;
}

.content-container-inner h4{
    margin-bottom: 10px;
}

.text-accent{
    color: #b8f64f;
}

.link-accent{
    border-bottom: 2px solid #b8f64f;
}

.get-started-modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.get-started-modal-inner{
    max-width: 500px;
    position: relative;
}

.get-started-mobile-no-element{
    display: flex;
    padding: 8px 8px 8px 8px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5E5E5;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 40px 20px -20px rgba(0, 0, 0, 0.05);
}

.get-started-modal-submit-btn{
    font-family: "DM Sans",Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: None;
    line-height: 1em;
    letter-spacing: 0em;
    color: #000000 !important;
    width: max-content;
    cursor: pointer;
    background-color: #b8f64f !important;
    border-style: none;
    padding: 20px 30px 20px 30px;
    border-radius: 8px 8px 8px 8px;
}

.get-started-modal-inner h3{
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.get-started-modal-inner p{
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.get-started-mobile-no-element-col:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 7px;
}

.get-started-mobile-no-element-col:nth-child(1) i{
    font-size: 25px;
}

.get-started-mobile-no-element-col:nth-child(2){
    width: 100%;
}

.get-started-modal-inner input{
    height: 100%;
    border: none;
    outline: none;
    font-weight: 481;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 10px;
    width: 100%;
}

.get-started-modal-close-btn{
    border: none;
    width: 40px;
    height: 40px;
    font-size: 25px;
    position: absolute;
    right: -15px;
    top: -45px;
    background: #ffffff;
    border-radius: 100%;
    color: #0000008c;
    cursor: pointer;
    transition-duration: 0.4s;
}

.get-started-modal-close-btn:hover{
    background: #ffffff40;
    color: #ffffff;
}

.get-started-mobile-no-element-terms{
    text-align: center;
    font-size: 11px !important;
    margin-top: 35px;
    opacity: 0.5;
    padding-left: 30px;
    padding-right: 30px;
}

.get-started-mobile-no-element-terms a{
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition-duration: 0.4s;
}

.get-started-mobile-no-element-terms a:hover{
    border-color: #ffffff;
}

.get-started-modal-success-section img{
    width: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.get-started-modal-success-section h3{
    margin-top: 15px;
}

.dark-preloader{
    width: 60px;
    aspect-ratio: 4;
    scale: 0.8;
    background: no-repeat radial-gradient(circle closest-side,#000 90%,#0000) 0%   50%, no-repeat radial-gradient(circle closest-side,#000 90%,#0000) 50%  50%, no-repeat radial-gradient(circle closest-side,#000 90%,#0000) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: dark-preloader-animation 1s infinite linear;
}

@keyframes dark-preloader-animation {
    33%{ background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%; }
    50%{ background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%; }
    66%{ background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%;   }
}

.chaport-launcher-button{
    background: #b6f34e !important;
}

.chaport-launcher-chat-icon{
    background-image: url("../images/chat-teardrop-dots-fill.svg") !important;
    top: 10px !important;
    scale: 1.1;
}

.chaport-launcher-close-icon::before{
    background-color: #000000 !important;
}

.chaport-launcher-close-icon::after{
    background-color: #000000 !important;
}

@media only screen and (max-width: 600px){
    .inner-page-header h3{
        font-size: 30px;
    }

    .content-container-inner h3{
        font-size: 24px;
    }

    .inner-page-header-content{
        padding: 95px 20px 49px 20px;
    }

    .inner-page-header-background {
        height: 170px;
    }

    .content-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .get-started-modal-inner h3 {
        font-size: 28px;
    }

    .get-started-modal-inner p {
        font-size: 15px;
    }

    .get-started-modal-submit-btn {
        padding: 15px 20px 15px 20px;
    }

    .get-started-modal-close-btn {
        right: -2px;
        top: -56px;
    }
}