@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
body, header {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: rgb(30, 36, 36)
}
body{
    padding-top: 100px;
}
header{
    top: 0;
    z-index: 1002;
}
footer {
    border-radius: 50px 50px 0px 0px;
}
a{
    transition: all .4s;
    text-decoration: none;
    cursor: pointer;
}
.text-main{
    color: rgb(30, 36, 36)
}
.accordion-button:not(.collapsed){
    color: rgb(30, 36, 36)
}
.text-dark-light{
    color: rgb(111, 111, 111)
}
.grid-mobile, .header-navbar{
    grid-template-columns: auto auto;
}
.grid-hero{
    grid-template-columns: 59% auto;
    gap: 20px;
}
.grid-cards{
    grid-template-columns: repeat(3, 1fr);
}
.grid-repeat-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-repeat-4{
    grid-template-columns: repeat(4, 1fr);
}
.gap-20{
    gap: 1.25rem;
}
.p-20{
    padding: 20px;
}
.gap-40{
    gap: 2.5rem;
}
.gap-60{
    gap: 60px;
}
.gap-50{
    gap: 50px;
}
.px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.pe-20{
    padding-right: 1.25rem;
}
.mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}
.ms-10{
    margin-left: 0.625rem;
}
.me-10{
    margin-right: 0.625rem;
}
.nav-link:focus, .nav-link:hover{
    color: #339A89 !important;
}
.btn-white {
    border: 1px solid rgb(30, 36, 36);
    border-radius: 30px;
    padding: 13px 30px;
    line-height: 24px;
    height: 52px;
}
.btn-white:focus, .btn-white:hover{
    border: 1px solid rgb(30, 36, 36);
    background: rgb(30, 36, 36);
    color: #fff
}
.btn-green {
    border: 1px solid rgb(125, 226, 210);
    background: rgb(125, 226, 210);
    border-radius: 30px;
    padding: 13px 30px;
    line-height: 18px;
    height: 52px;
    color: rgb(30, 36, 36);
}
.btn-green:focus, .btn-green:hover{
    border: 1px solid rgb(30, 36, 36);
    background: #fff;
}
.btn-dark {
    border: 1px solid rgb(30, 36, 36);
    background: rgb(30, 36, 36);
    border-radius: 30px;
    padding: 13px 30px;
    line-height: 24px;
    height: 52px;
    color: #fff;
}
.btn-dark:focus, .btn-dark:hover{
    border: 1px solid #7DE2D2;
    background: #7DE2D2;
    color: #1E2424
}
.btn-dark:focus path, .btn-dark:hover path{
    fill: #1E2424;
}
.logo-a {
    width: 150px;
    text-decoration: none;
}
.f-24{
    font-size: 1.5rem;
}
.f-weight-700{
    font-weight: 700;
}
.logo {
    line-height: 1;
}
.logo-image {
    max-height: 47px;
}
.mt-20{
    margin-top: 1.25rem;
}
.mt-10{
    margin-top: 0.625rem;
}
.mt-50{
    margin-top: 50px;
}
.mt-5px{
    margin-top: 5px;
}
.ms-20{
    margin-left: 1.25rem;
}
.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-20{
    padding-top: 1.25rem;
}
.copyright-text {
    border-top: 1px solid rgb(255, 255, 255);
}
.social-link {
    border-radius: 10px;
    background: rgb(125, 226, 210);
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
}
.social-link:hover{
    opacity: .8;
}
.hero-image-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-image-wrapper{
    position: relative;
    border-radius: 30px;
}
.bg-grey-light{
    background: rgb(241, 242, 244);
}
.bg-dark{
    background: rgb(30, 36, 36) !important;
}
.info-hero {
    border-radius: 30px;
    padding: 50px;
}
.h1, h1 {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 46px;
}
.h2, h2 {
    font-size: 2rem;
    font-weight: 700;
}
.h3, h3 {
    font-size: 1.5rem;
    font-weight: 700;
}
.h4, h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 25px;
}
.f-14{
    font-size: 0.875rem;
}
.f-18{
    font-size: 1.125rem;
}
.f-weight-600{
    font-weight: 600;
}
.my-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.card-hero-item {
    border-radius: 10px;
    padding: 20px;
}
.hero-item--image {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: rgb(30, 36, 36);
    line-height: 40px;
}
.btn-icons {
    border-radius: 50px;
    border: 1px solid rgb(30, 36, 36);
    background: rgb(30, 36, 36);
    padding: 17px 69px 17px 27px;
    color: #fff;
    position: relative;
}
.icon-btn {
    transition: all .4s;
    width: 42px;
    height: 42px;
    display: inline-block;
    position: absolute;
    background: #fff;
    border-radius: 50px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 42px;
}
.btn-icons:hover{
    border: 1px solid rgb(30, 36, 36);
    background: rgb(30, 36, 36);
}
.btn-icons:hover .icon-btn{
    width: calc(100% - 10px);
}
.text-green-custom{
    color: rgb(51, 154, 137);
}
.text-green-custom-link{
    color: rgb(125, 226, 210);
}
.form-label-modal {
    line-height: 25px;
}
.form-control-modal {
    box-sizing: border-box;
    border: 1px solid rgba(102, 102, 102, 0.35);
    border-radius: 5px !important;
    padding: 15px 20px !important;
    height: 55px;
}
.bg-success{
    background: rgb(156, 249, 197) !important;
}
.min-90-vh{
    min-height: 90vh;
}
.border-10{
    border-radius: 10px;
}
.accordion-number {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-button::after{
    background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.469238H6V6.46924H0V8.46924H6V14.4692H8V8.46924H14V6.46924H8V0.469238Z" fill="%231E2424"/></svg>');
    width: 40px;
    height: 40px;
    background-color: rgb(241, 242, 244);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background-position: center;
    background-size: auto;
}
.accordion-button:not(.collapsed)::after{
    background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6569 2.22668L10.2426 0.812465L6 5.05511L1.75736 0.812464L0.343146 2.22668L4.58579 6.46932L0.343146 10.712L1.75736 12.1262L6 7.88353L10.2426 12.1262L11.6569 10.712L7.41421 6.46932L11.6569 2.22668Z" fill="%237DE2D2"/></svg>');
    background-color: rgb(30, 36, 36);
}
.mt-80{
    margin-top: 80px;
}
.carousel-wrapper {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.carousel-track {
    display: inline-block;
    animation: scroll 60s linear infinite;
}
.carousel-item {
    display: inline-block;
    padding: 0 30px;
    float: none !important;
    margin-right: 0 !important;
    width: auto !important;
}
.carousel-item img {
    max-height: 40px;
    display: block;
}
@keyframes scroll {
    0% { transform: translateX(0) }
    100% { transform: translateX(-50%) }
}
.max-w-550{
    max-width: 550px;
}
.text-white-light{
    color: rgb(241, 242, 244);
}
.route-item--image a {
    display: block;
    aspect-ratio: 1.44;
    border-radius: 20px 20px 0 0;
}
.route-item{
    border-radius: 20px;
}
.route-item--image a img{
    transition: all .4s;
}
.route-item--image a:hover img{
    transform: scale(1.05) translate(-50%, -50%);
}
.text-hover-green:hover{
    color: rgb(51, 154, 137) !important;
}
.hero-item--image-square {
    border-radius: 5px;
    background: rgb(30, 36, 36);
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.accordion-flush>.accordion-item{
    padding: 20px;
}
.accordion-button{
    padding-left: 62px;
}
.accordion-body{
    padding-left: 62px;
    padding-right: 62px;
}
.accordion-button{
    background: none !important;
    box-shadow: none !important;
}
.wrapper-simple-block{
    border-radius: 30px;
}
.bg-green-gradient{
    background: linear-gradient(210.26deg, rgb(125, 226, 210) 75.672%,rgb(51, 154, 137) 99.307%);
}
.text-gradient{
    background: linear-gradient(90.00deg, rgb(30, 36, 36), rgb(77, 115, 115), rgb(30, 36, 36));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.info-investment {
    border-radius: 30px;
    padding: 30px;
}
.form-label{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 25px;
}
.w-300{
    width: 300px;
}
.form-control {
    color: rgb(111, 111, 111);
    line-height: 18px;
    border-radius: 30px;
    padding: 10px 20px;
}
.btn-tab-2{
    color: rgb(111, 111, 111);
    line-height: 18px;
    border-radius: 30px;
    padding: 10px 20px;
}
.dropdown-menu {
    margin-top: -4px !important;
    border-radius: 0 0 10px 10px;
    padding: 0;
    border: none;
}
.dropdown-toggle.show {
    border-radius: 10px 10px 0 0;
    color: #339A89;
}
.btn-tab-2:after {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.49 0 0 4.48 0 10C0 15.51 4.49 20 10 20C15.52 20 20 15.51 20 10C20 4.57356 15.6706 0.152163 10.2798 0.00384421L10 0Z" fill="%231E2424"/><path d="M11.97 12.9399C12.27 13.2299 12.27 13.6999 11.98 13.9999C11.83 14.1499 11.64 14.2199 11.44 14.2199C11.25 14.2199 11.06 14.1499 10.92 13.9999L7.42996 10.5299C7.28996 10.3899 7.20996 10.1999 7.20996 9.9999C7.20996 9.7999 7.28996 9.6099 7.42996 9.4699L10.92 5.9999C11.21 5.6999 11.68 5.6999 11.98 5.9999C12.27 6.2899 12.27 6.7699 11.97 7.0599L9.01996 9.9999L11.97 12.9399Z" fill="%237DE2D2"/></svg>');
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
    display: block;
    border: none;
    transition: all .4s;
}
.btn-tab-2.show:after {
    transform: translateY(-50%) rotate(-90deg);
}
.text-grey{
    color: #6F6F6F
}
.dropdown-item {
    padding: 10px 20px;
}
.result-form{
    padding: 20px 30px;
}
.result1 {
    border-radius: 30px 0px 0px 0px;
    background: rgb(45, 50, 50);
}
.result2 {
    border-radius: 0px 30px 0px 0px;
    background: rgb(57, 61, 61);
}
.wrapper-radio [type="radio"] {
    display: none;
}
.radio-label {
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .4s;
}
.wrapper-radio [type="radio"]:checked+.radio-label{
    color: rgb(30, 36, 36);
    background: rgb(125, 226, 210) !important;
}
.p1 {
    line-height: 18px;
}
.p2 {
    line-height: 25px;
}
.info-contact{
    border-radius: 20px;
    padding: 70px 0
}
.info-contact form{
    max-width: 302px;
    margin: 0 auto;
}
.form-control.biggest {
    padding: 16px 20px;
    height: 52px;
}
.btn-close {
    width: 50px;
    height: 50px;
    background: rgb(30, 36, 36);
    border: 1px solid rgb(30, 36, 36);
    opacity: 1;
    position: absolute;
    top: 30px;
    right: 20px;
}
.btn-close:hover{
    border: 1px solid rgb(30, 36, 36);
    background: #fff !important;
}
.btn-close:hover path{
    stroke: rgb(30, 36, 36)
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.form-modal-wrapper {
    max-width: 464px;
    margin: 0 auto;
}
.mobile-sidebar {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding-top: 16px;
    transition: all .4s;
    left: -110%;
}
.mobile-sidebar.active{
    left: 0;
}
.wrapper-sidebar-menu {
    padding: 50px 20px;
}
.wrapper-sidebar-menu .btn{
    padding-left: 20px;
    padding-right: 20px;
}
.wrapper-sidebar-menu .btn-green{
    background: rgb(51, 154, 137);
    border: 1px solid rgb(51, 154, 137);
}
.wrapper-sidebar-menu .btn-green:focus, .wrapper-sidebar-menu .btn-green:hover{
    background: rgb(51, 154, 137);
    border: 1px solid rgb(51, 154, 137);
}
.wrapper-sidebar-menu .btn-green:focus, .wrapper-sidebar-menu .btn-green:hover,
.wrapper-sidebar-menu .btn-white:focus, .wrapper-sidebar-menu .btn-white:hover{
    opacity: .8;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
@media (min-width: 992px){
    .hidden-desktop{
        display: none !important;
    }
}
@media (max-width: 991px){
    .wrapper-sidebar-menu .header-auth{
        grid-template-columns: auto auto;
        gap: 10px;
    }
    .grid-hero, .grid-repeat-2-lg, .wrapper-simple-block>.grid-repeat-2{
        grid-template-columns: 1fr;
    }
    .hidden-mobile{
        display: none !important;
    }
    .hero-image-wrapper img{
        position: unset;
        transform: unset;
    }
    .invert-lg>div:nth-child(1), .grid-hero>div:nth-child(1), .statistic .grid-repeat-2>div:nth-child(1) {
        order: 2;
    }
    .invert-lg>div:nth-child(2), .grid-hero>div:nth-child(2), .statistic .grid-repeat-2>div:nth-child(2) {
        order: 1;
    }
    .grid-repeat-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .max-height-400-lg{
        max-height: 400px;
        text-align: center;
    }
    .hero-image-wrapper.max-height-400-lg img {
        width: auto;
        border-radius: 30px;
    }
    .btn-mobile {
        width: 50px;
        height: 50px;
    }
    .modal .hero-image-wrapper {
        display: none !important;
    }
    .form-modal-wrapper {
        padding: 40px !important;
    }
    .modal .btn-close {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }
    .grid-repeat-2{
        grid-template-columns: 1fr;
    }
    .form-modal img {
        max-width: 100%;
    }
    .grid-repeat-2.wrapper-result{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px){
    .grid-cards, .grid-repeat-1-md{
        grid-template-columns: 1fr;
    }
    .info-hero{
        padding: 50px 20px;
    }
    .investment .info-hero, .contact .info-hero{
        padding: 30px 20px;
    }
    h1, .h1{
        font-size: 1.75rem;
        line-height: 36px;
    }
    h2, .h2, h3, .h3, .f-24{
        font-size: 1.375rem;
    }
    h4, .h4, .f-18{
        font-size: 1rem;
    }
    .f-14-md, .form-control, .radio-label, .btn-tab-2, .dropdown-item, .form-label-modal{
        font-size: 0.875rem;
    }
    .card-hero-item br{
        display: none !important;
    }
    .gap-20{
        gap: 10px;
    }
    .btn-wrapper {
        text-align: center;
    }
    .mt-80 {
        margin-top: 40px;
    }
    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mt-30-md{
        margin-top: 30px;
    }
    .gap-60, .gap-50 {
        gap: 30px;
    }
    .column-wrapper.max-w-550 .mt-10{
        margin-top: 20px;
    }
    .text-start-md{
        text-align: left !important;
    }
    .px-20-xs{
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-label {
        font-size: 1rem;
        line-height: 22px;
    }
    .form-control {
        padding: 9px 20px;
        height: 38px;
    }
    .accordion-button {
        padding: 10px 10px 10px 58px;
    }
    .accordion-number {
        left: 10px;
    }
    .accordion-body {
        padding-left: 58px;
        padding-right: 58px;
    }
    .info-contact {
        padding: 30px 0;
    }
    .header-navbar {
        grid-template-columns: 1fr;
    }
    .nav {
        display: block;
    }
    .nav-link{
        padding-left: 0;
    }
    header.py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        height: 80px;
    }
    body {
        padding-top: 80px;
    }
    .logo-image {
        max-height: 42px;
    }
}
@media(max-width: 576px){
    .hero-image-wrapper.max-height-400-lg img {
        width: 100%;
    }
    .result-form {
        padding: 20px 15px;
    }
    .info-contact form {
        max-width: min(326px, 90%);
    }
}
@media(max-width: 420px){
    .radio-label{
        margin-top: 10px;
    }
    .wrapper-radio.mt-10 {
        margin-top: 0;
    }
    .w-300 {
        width: 270px;
    }
}