.container {
    width: 100%;
    max-width: 1712px;
}

img {
    width: 100%;
}

#section2 {
    padding-top: 200px;
}

#section2 .title {
    color: var(--Primary_Boring-500, #4C17E1);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#section2 .content {
    color: var(--Natural_Boring-800, #3C3A40);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.ss2_right_div {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}

#section2 .ss2_right_div .title {
    color: var(--Natural_Boring-800, #3C3A40);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px; /* 150% */
}

.ss2_right_div .sub-title {
    color: var(--Natural_Boring-700, #626069);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

#section3 {
    padding-top: 200px;
}

#section4 {
    padding-top: 200px;
}

#section5 {
    padding-top: 200px;
    padding-bottom: 87px;
}

#section5 img {
    width: 100%;
}

.title {
    color: var(--Natural_Boring-900, #111012);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.description {
    color: var(--Natural_Boring-800, #3C3A40);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
}

.form-info {
}

.row-text {
    color: var(--Natural_Boring-800, #3C3A40);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px; /* 150% */
    display: flex;
    gap: 5px;
    white-space: nowrap;
    margin-bottom: 24px;
}

.row-text span {
    color: var(--Primary_Boring-500, #4C17E1);

}

.row-text input {
    width: 100%;
}

input[type=text]:focus-visible {
    border: none !important;
}

.row-text input {
    border: none !important;
    border-bottom: 1px solid #D2D0D9 !important;
}

.title-info {
    color: #111012;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    margin-bottom: 20px;
}

.sub-info {
    color: #3C3A40;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.title > span {
    color: var(--Primary_Boring-500, #4C17E1);
}

.navbar-nav .nav-link.active {
    color: var(--Primary_Boring-500, #4C17E1);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
}

.nav-link {
    color: var(--Natural_Boring-600, #85828C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    padding: 0 !important;
    display: flex;
}

.btn-custom {
    border-radius: 16px;
    background: var(--Primary_Boring-500, #4C17E1);
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
}

.btn-df {
    border-radius: 16px;
    background: var(--Primary_Boring-500, #4C17E1) !important;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
}

.btn-df:hover {
    background: var(--Primary_Boring-500, #4C17E1);
}

.footer {
    padding: 64px 0;
    background-color: #111012;
}

.menu-footer {
    display: flex;
    flex-direction: row;
    gap: 49px;
}

.menu-footer .nav-link {
    color: var(--Natural_Boring-100, #EFEDF2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

*:focus {
    outline-color: transparent;
    border-bottom: 1px solid #D2D0D9 !important;
}
#element_toast {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
@media (min-width: 992px) {

}

@media (max-width: 1903px) {
    .container {
        max-width: 1230px;
    }
}

@media (max-width: 992px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }

    #element_toast {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media (max-width: 786px) {
    .title, .title span {
        font-size: 36px !important;
    }

    .btn-send {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .row-text {
        font-size: 18px;
        display: flex;
        gap: 5px;
    }

    #section1 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .contact-touch {
        margin-left: 0 !important;
    }

    .footer .div-icon-network {
        display: flex;
        flex-wrap: wrap;
        gap: 0 !important;
    }

    .footer .div-icon-network div {
        width: 50%;
        margin-bottom: 15px;
    }

    .footer .div-icon-network div svg {
        width: 24px;
        height: 24px;
    }

    .footer .sub-logo {
        margin-bottom: 0 !important;
    }

    .footer .div-logo {
        margin-bottom: 40px;
    }

    .menu-footer {
        gap: 15px;
    }

}

#element_toast .toast-header {
    border-bottom: none;
    background: #EFFAF6;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 14px 16px 14px !important;
}

#element_toast {
    min-width: 390px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--green-lighter, #EFFAF6);
    box-shadow: 4px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

#element_toast .info-toast {
    color: #111012;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

#element_toast .info-toast .content-toast {
    color: #626069;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

#element_toast button {
    background-color: transparent !important;
    border: none;
    padding: 0;
}