﻿@font-face {
    font-family: 'Manrope-Bold';
    src: url('/fonts/Manrope-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url('/fonts/Manrope-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSans3-Regular';
    src: url('/fonts/SourceSans3-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url('/fonts/Manrope-SemiBold.ttf') format('truetype');
}

body {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

* {
    border: none;
}


textarea {
    resize: none;
}

.banner {
    background-size: cover;
    padding: 16px 0 85px 0;
    background-position: center;
    background-image: url('/image/HeroImage.jpg');
}

.banner-top-panel {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}


.banner-content {
    padding-top: 50px;
    max-width: 750px;
}

.banner-content div:first-child {
    font-size: 50px;
    line-height: 75px;
    color: #fff;
    font-family: Manrope-Bold;
}

    .banner-content div:first-child span {
        color: #E0A24C;
    }
    
    .banner-content div:nth-child(2) {
        color: #fff;
        font-size: 24px;
        line-height: 36px;
        font-family: Manrope-Bold;
        margin-top: 20px;
    }

    .banner-lists {
        display: flex;
        display: -webkit-flex;
        gap: 50px;
        margin-top: 50px;
    }

        .banner-lists ul li {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            font-family: Manrope-Regular;
            margin-bottom: 10px;
        }

            .banner-lists ul li:before {
                content: '';
                margin-right: 25px;
                width: 10px;
                height: 10px;
                background-image: url('/image/star.svg');
                display: inline-block;
            }

.banner-content-button-container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin-top: 38px;
    
}

.banner-content div:last-child {
    font-family: SourceSans3-Regular;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-top: 25px;
}


.btn_1 {
    cursor: pointer;
    transition: background-color 0.4s ease;
    color: #fff;
    background-color: #EF4D4D;
    border-radius: 35px;
    padding: 20px 32px;
    font-family: Manrope-Bold;
    font-size: 20px;
}

    .btn_1:hover {
        background-color: #FF2F2F;
    }

.btn_2 {
    cursor: pointer;
    transition: background-color 0.4s ease;
    color: #fff;
    background-color: #EF4D4D;
    border-radius: 35px;
    padding: 20px 0;
    font-family: Manrope-Bold;
    font-size: 20px;
    width: 100%;
}

    .btn_2:hover {
        background-color: #FF2F2F;
    }

.contact {
    background-color: #2B374B;
    padding: 80px 0 100px 0;
}
    .contact-text {
        font-family: Manrope-Bold;
        color: #fff;
        font-size: 36px;
        line-height: 57px;
        background-image: url('/image/bg-logo1.png');
        background-repeat: no-repeat;
        background-position: 100px 421px;
        height: 100%;
    }
        .contact-text a {
            color: #fff;
        }
        .contact-text span {
            color: #E0A24C;
        }



.field-container {
    margin-bottom: 41px;
}
    .field-container label {
        margin-left: 12px;
        display: inline-block;
        padding: 0 6px;
        z-index: 10;
        color: #4E4E4E;
        font-family: OpenSans-Regular;
        font-size: 18px;
        line-height: 27px;
        background-color: #fff;
        position: relative;

    }
    .field-container .field {
        margin-top: -12px;
    }

.field {
    width: 100%;
    border-radius: 4px;
    text-indent: 16px;
    height: 60px;
    border: 2px solid #B4B4B7;
    font-family: OpenSans-Regular;
    font-size: 18px;
}

    .field:hover {
        border-color: #4E4E4E;
    }

.contact-form_1 {
    background-color: #fff;
    padding: 50px 40px;
    border-radius: 25px;
    margin-right: 95px;
}


.advantage {
    background-color: #F6F6F6;
    padding: 80px 0 100px 0;
    
}

    .advantage-content > div:first-child {
        font-family: Manrope-Bold;
        color: #0C131B;
        line-height: 54px;
        font-size: 36px;
        
    }
    .advantage-content > div:first-child span {
        color: #E0A24C;
    }
    .advantage-content > div:first-child small {
        line-height: 36px;
        font-size: 24px;
        display: block;
        margin-top: 15px;
    }
    .advantage-content > div:last-child {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        margin-top: 40px;
    }
.advantage-item {
    text-align: center;
}
    .advantage-item span {
        display: block;
        font-size: 24px;
        line-height: 36px;
        color: #0C131B;
        font-family: Manrope-Regular;
        margin-top: 15px;
    }
    .advantage-item:first-child {
        margin-left: 40px;
    }




.step {
    padding: 80px 0 100px 0;
}

.step label {
    font-family: Manrope-Bold;
    font-size: 36px;
    line-height: 54px;
    color: #2B374B;

}
    .step label small {
        font-size: 24px;
        line-height: 36px;
        display: block;
        margin-top: 20px;
    }

.step-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 40px;
}
.step-item {
    flex-basis: 100%;
    border-radius: 25px;
    box-shadow: 0px 16px 40px 0px rgba(12, 12, 13, 0.2);
    max-width: 306px;
}

    .step-item div {
        height: 414px;
        border-radius: 25px 25px 0 0;
        position: relative;
        background-repeat: no-repeat;
    }
        .step-item div span {
            font-size: 96px;
            color: #fff;
            font-family: Manrope-Bold;
            opacity: 0.7;
            position: absolute;
            bottom: -48px;
            left: 20px;
        }

    .step-item p {
        padding: 10px 20px 5px 20px;
        color: #0C131B;
        font-size: 18px;
        line-height: 27px;
        font-family: Manrope-SemiBold;
    }


.step-bottom {
    margin-top: 54px;
    border-radius: 25px;
    box-shadow: 0px 16px 40px 0px rgba(12, 12, 13, 0.2);
}
.step-bottom-image {
    height: 400px;
    border-radius: 25px 0 0 25px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
    /*.step-bottom-image:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/
    .step-bottom-image span {
        font-size: 128px;
        color: #fff;
        font-family: Manrope-Bold;
        opacity: 0.7;
        position: absolute;
        bottom: -65px;
        left: 37px;
    }

.step-bottom-text {
    padding: 30px 20px;
}
    .step-bottom-text label {
        font-family: Manrope-Bold;
        font-size: 30px;
        line-height: 45px;
        color: #0C131B;
    }
        .step-bottom-text label span {
            color: #E0A24C;
        }
    .step-bottom-text p {
        color: #2B374B;
        font-size: 18px;
        font-family: Manrope-Regular;
        line-height: 27px;
    }
    .step-bottom-text .btn_1 {
        position: absolute;
        bottom: 32px;
    }
    .contact-text p {
        font-family: Manrope-Regular;
        font-size: 24px;
        line-height: 36px;
    }
    .contact-text div p:first-child {
        margin-top: 10px;
    }
    .contact-text div p:last-child {
        margin-top: 80px;
    }
.field-select {
    background-color: #fff;
    background-image: url('/image/svg/chevron.svg');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    cursor: pointer;
}

.form-comment {
    color: #B7B7B7;
    font-size: 16px;
    font-family: OpenSans-Regular;
    margin-left: 15px;
    line-height: 16px;
    margin-top: 7px;
    display: inline-block;
}

.slogan1 {
    background-image: url('/image/Bg_1.jpg');
    background-size: cover;
    background-position: top center;
    padding: 80px 0 100px 0;
}

.slogan1-text label {
    font-family: Manrope-Bold;
    color: #fff;
    line-height: 54px;
    font-size: 36px;
}
    .slogan1-text label span {
        color: #E0A24C;
    }

.slogan1-text p {
    color: #fff;
    font-size: 24px;
    font-family: Manrope-Bold;
    margin-top: 15px;
}

.slogan1-btn-container {
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.slogan2 {
    padding-top: 80px;
    background-color: #EF4D4D;
    box-shadow: 0px 16px 20px 0px rgba(12, 12, 13, 0.15);
}

    .slogan2-text label {
        font-family: Manrope-Bold;
        line-height: 54px;
        font-size: 36px;
        color: #fff;
    }
    .slogan2-text small {
        font-family: Manrope-Bold;
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        display: block;
        margin-top: 25px;
    }

.company-type-list {
    margin-top: 55px;
    display: flex;
    display: -webkit-flex;
    gap: 38px;
    
}
    .company-type-list button {
        border-bottom: 2px solid #EF4D4D;
        background-color: transparent;
        color: #fff;
        font-size: 20px;
        font-family: Manrope-Regular;
        padding-bottom: 17px;
        cursor: pointer;
        
    }
        .company-type-list button:hover {
            border-bottom-color: #fff;
        }

.company-carousel {
    padding: 70px 0 130px 0;
}


.company-type-list-active {
    border-bottom-color: #fff !important;
}

.company-type-item-text label {
    font-family: Manrope-Bold;
    font-size: 26px;
    line-height: 39px;
    color: #0C131B;
}

.company-type-item-text div {
    font-family: OpenSans-Regular;
    font-size: 18px;
    line-height: 27px;
    color: #0C131B;
    margin-top: 15px;
    max-width: 535px;
}

.map {
    padding: 80px 0 100px 0;
    background-color: #f6f6f6;
}
.map-text {
    padding-bottom: 100px;
}
    .map-text label {
        font-family: Manrope-Bold;
        color: #0C131B;
        line-height: 54px;
        font-size: 36px;
    }

    .map-text span {
        display: block;
        color: #0C131B;
        font-size: 24px;
        line-height: 36px;
        font-family: Manrope-Bold;
        margin-top: 15px;
    }

        .map-text span font {
            color: #E0A24C;
        }


.map path, .map text {
    cursor: pointer;
}

.map-text div {
    font-size: 24px;
    line-height: 36px;
    font-family: Manrope-Regular;
    color: #0C131B;
    margin-top: 50px;
}


.map-container {
    font-family: Manrope-Bold !important;
    font-size: 14px;
    padding-left: 55px;
}

.map-container_line2 {
    margin-top: -25px;
}
    .map-container_line2 svg:first-child {
        width: 285px;
    }
    .map-container_line2 svg:last-child {
        width: 172px;
    }


.column-text {
    background-image: url('/image/Bg_2.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0 100px 0;
}




.column-text-list-container {
    display: flex;
    display: -webkit-flex;
    margin-top: 35px;
    gap: 235px;
}

.column-text-container label {
    font-family: Manrope-Bold;
    line-height: 54px;
    font-size: 36px;
    color: #fff;
    display: block;
}
    .column-text-container label:last-child {
        margin-top: 25px;
    }
.column-text-container small {
    font-family: Manrope-Bold;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-top: 10px;
    display: block;
}

    .column-text-container label span {
        color: #E0A24C;
    }



.column-text-list-container ul li {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: Manrope-Regular;
    margin-bottom: 10px;
}

.column-text-list-container ul li:before {
    content: '';
    margin-right: 25px;
    width: 10px;
    height: 10px;
    background-image: url('/image/star.svg');
    display: inline-block;
}

.why {
    padding-top: 30px;
}

.why-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

    .why-container label {
        font-family: Manrope-Bold;
        color: #0C131B;
        line-height: 54px;
        font-size: 36px;
        display: block;
        margin: 50px 0 10px 0;
    }
    .why-container small {
        font-family: Manrope-Bold;
        font-size: 24px;
        line-height: 36px;
        
        color: #0C131B;
    }
    .why-container ul {
        margin-top: 45px;
    }
        .why-container ul li {
            font-size: 20px;
            color: #2B374B;
            line-height: 30px;
            font-family: Manrope-SemiBold;
            margin-bottom: 7px;
        }
    .why-container ul li:before {
        content: '';
        margin-right: 25px;
        width: 10px;
        height: 10px;
        background-image: url('/image/star_1.svg');
        display: inline-block;
    }
    .why-container img {
        width: 284px;
        height: 517px;
    }

.video {
    background-image: url('/image/Bg_4.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0 100px 0;
}
    .video-container label {
        color: #fff;
        font-family: Manrope-Bold;
        line-height: 54px;
        font-size: 36px;
    }
.video-container small {
    color: #fff;
    font-family: Manrope-Bold;
    line-height: 36px;
    font-size: 24px;
    display: block;
    margin-top: 10px;
}
.video-container div {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.video-container div span {
    background-color: #EF4D4D;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    height: 112px;
    width: 112px;
    justify-content: center;
    align-items: center;
}

.testimonials {
    padding: 80px 0 100px 0;
}
.testimonials-text label {
    font-family: Manrope-Bold;
    color: #E0A24C;
    line-height: 54px;
    font-size: 36px;
}
.testimonials-text small {
    font-family: Manrope-Bold;
    color: #0C131B;
    font-size: 24px;
    line-height: 36px;
    display: block;
    margin: 10px 0 40px 0;
}

.testimonial-item div:first-child {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    gap: 20px;
}
    .testimonial-item div:first-child img {
        height: 100px;
        border-radius: 50%;
        width: 100px;
    }
    .testimonial-item div:first-child span {
        color: #2B374B;
        line-height: 24px;
        font-size: 22px;
        font-family: Manrope-SemiBold;
    }

.testimonial-item div:last-child {
    font-family: OpenSans-Regular;
    font-style: italic;
    color: #2B374B;
    line-height: 27px;
    font-size: 18px;
    margin-top: 35px;
}

.testimonials-navigation {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    gap: 10px;
}
    .testimonials-navigation button {
        border: 2px solid #EF4D4D;
        transition: opacity 0.4s ease;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background-color: transparent;
        cursor: pointer;
        opacity: 0.2;
    }
        .testimonials-navigation button:hover {
            opacity: 1;
        }

.testimonial-btn-container {
    margin-top: 180px;
    text-align: center;
}

footer {
    background-color: #F6F6F6;
    padding: 50px 0;
}
.footer-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
    .footer-container span {
        color: #2B374B;
        font-size: 20px;
        font-family: Manrope-Regular;
    }
    .footer-links a {
        color: #2B374B;
        border-bottom: 1px solid #2B374B;
        font-family: Manrope-Regular;
        font-size: 20px;
        margin-left: 35px;
    }

.top-panel {
    background-color: #4e4e4e;
    padding: 15px 0 20px 0;
    position: fixed;
    width: 100%;
    z-index: 20;
    display: none;
}
.top-panel-container {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    justify-content: space-between;
}




.contact-form_2 {
    background-color: #fff;
    border-radius: 25px;
    max-width: 655px;
    padding: 20px 40px 50px 40px;
    z-index: 25;
    top: -800px;
    position: absolute;
    display: none;
    left: 0px;
    box-shadow: 0 16px 40px rgba(12, 12, 13, 0.25);
}
.contact-form_2 p {
    font-size: 30px;
    line-height: 45px;
    color: #2B374B;
    font-family: Manrope-Bold;
    margin: 15px 0 35px 0;
}
.contact-form-flex-row {
    display: flex;
    display: -webkit-flex;
    gap: 16px;
}

.button-close-container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.btn-close {
    border: 2px solid #2B374B;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    height: 60px;
    width: 60px;
}

.contact-form-btn-container {
    text-align: center;
}

.contact-form_2 .btn_1 {
    padding: 20px 110px;

}

.message {
    width: 655px;
    box-shadow: 0 16px 40px rgba(12, 12, 13, 0.25);
    z-index: 25;
    border-radius: 25px;
    right: -800px;
    padding: 20px 40px 50px 40px;
    position: absolute;
    text-align: center;
    top: 0px;
    background-color: #fff;
    display: none;
}
    .message label {
        font-size: 30px;
        line-height: 45px;
        color: #2B374B;
        font-family: Manrope-Bold;
        display: block;
        margin: 5px 0 25px 0;
    }
    .message span {
        font-size: 30px;
        line-height: 45px;
        color: #2B374B;
        font-family: Manrope-Regular;
    }
    .message .contact-form-btn-container {
        margin-top: 35px;
    }



    .overlay {
        display: none;
        position: fixed;
        background-color: #000;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        opacity: 0.6;
        z-index: 15;
    }


.benefits {
    background-color: #f6f6f6;
    padding: 80px 0 100px 0;
}

    .benefits-text label {
        font-family: Manrope-Bold;
        line-height: 54px;
        font-size: 36px;
        color: #2B374B;
    }
        .benefits-text label span {
            color: #E0A24C;
        }

.benefits-box {
    margin-top: 85px;
}

.benefits-text small {
    color: #2B374B;
    display: block;
    font-family: Manrope-Bold;
    margin-top: 12px;
    font-size: 26px;
    line-height: 39px;
}

.benefits-box_line {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    
}
    .benefits-box_line > div {
        padding: 20px 20px 20px 40px;
        border-radius: 25px 0 0 25px;
        margin: 5px 0;
        border-bottom: 1px solid #d7d7d7;
        cursor: pointer;
        width: 100%;
    }
    .benefits-box_line-active div {
        background-color: #fff !important;
        border-bottom: none !important;
        
    }
    .benefits-box_line-active p {
        display: block !important;
    }
    .benefits-box_line > div > label {
        font-family: Manrope-Bold;
        color: #2B374B;
        font-size: 26px;
        line-height: 39px;
    }
        .benefits-box_line label span {
            color: #E0A24C;
        }
    .benefits-box_line p {
        position: absolute;
        margin-right: 10px;
        padding: 40px;
        right: 0px;
        border-radius: 25px;
        color: #2B374B;
        font-family: Manrope-Regular;
        line-height: 36px;
        box-shadow: 0px 16px 40px 0px rgba(12, 12, 13, 0.2);
        background-color: #fff;
        width: 648px;
        height: 524px;
        top: 150px;
        font-size: 24px;
        display: none;
    }


/*.benefits-offset1 {
    top: 180px;
}*/

