* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Public Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

.pDsxs {
    background: linear-gradient(90deg, #01052d, #012f55, #01052d);
    color: #fff;
}

.LHypyRsFcgo {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.VsWSHfNizNg {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ySHBDmWmvKt img {
    display: block;
    transition: transform 0.3s ease;
}

.ySHBDmWmvKt img:hover {
    transform: scale(1.05);
}

.SLAFkOPzHq {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.SLAFkOPzHq:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.yJkCTbhoXpai {
    padding: 40px 0;
    text-align: center;
}

.DdpDARocOaaPQ {
    max-width: 800px;
    margin: 0 auto;
}

.DdpDARocOaaPQ h1 {
    font-family: 'EB Garmond', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.DdpDARocOaaPQ p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.DdpDARocOaaPQ i {
    font-size: 3rem;
    color: #41d474;
    margin-bottom: 20px;
    display: inline-block;
}

.HsZoRLkktEm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hFyArbCqa {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 550px;
    padding: 30px;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.mgAwc {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    transition: transform 0.3s ease, color 0.3s ease;
}

.mgAwc:hover {
    color: #fe1010;
    transform: rotate(150deg);
}

.oqQRWtgpHqJF {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.mVivG {
    padding: 10px 20px;
    background: none;
    border: none;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.mVivG.QozDZzXE {
    color: #012f55;
}

.mVivG.QozDZzXE::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #012f55;
}

.VbbFREPp {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.PiLzHGk {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.PiLzHGk label {
    font-weight: 500;
    color: #444;
}

.PiLzHGk input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Public Sans', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.PiLzHGk input:focus {
    outline: none;
    border-color: #00f0ec;
    box-shadow: 0 0 0 2px rgba(0, 100, 240, 0.2);
}

.PiLzHGk input.error {
    border-color: #ff1212;
}

.FlEVCyedIZFFyeF {
    color: #ff1212;
    font-size: 0.85rem;
    min-height: 18px;
}

.srfxoEZjox {
    position: relative;
}

.NLNvsnp {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.NLNvsnp:hover {
    color: #012f55;
}

.KmiPbP {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.HqnhHyVNLFn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.HqnhHyVNLFn input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.HqnhHyVNLFn input[type="checkbox"]:checked {
    background-color: #012f55;
    border-color: #012f55;
}

.HqnhHyVNLFn input[type="checkbox"]:checked::after {
    content: '\2713';
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.HqnhHyVNLFn label {
    cursor: pointer;
    font-size: 0.95rem;
}

.HqnhHyVNLFn a {
    color: #00ebb8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.HqnhHyVNLFn a:hover {
    color: #3bcea7;
    text-decoration: underline;
}

.wSlsfqGKx {
    background-color: #012f55;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.wSlsfqGKx:hover {
    background-color: #014419;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(1, 57, 85, 0.3);
}

.wSlsfqGKx:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.lFWiZHtQgmSE {
    text-align: center;
    margin-top: 15px;
    font-size: 0.95rem;
}

.lFWiZHtQgmSE a {
    color: #3A9A6A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lFWiZHtQgmSE a:hover {
    color: #41d474;
    text-decoration: underline;
}

.FvujNkaPe {
    text-align: center;
    margin-top: 20px;
}

.FvujNkaPe img {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.FvujNkaPe img:hover {
    opacity: 1;
}

.yyhKicvLIvRXQK {
    font-size: 4rem;
    color: #41d474;
    margin-bottom: 20px;
}

.yyhKicvLIvRXQK i {
    display: inline-block;
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

#ClUkuhJ {
    font-family: 'EB Garmond', sans-serif;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #012f55;
}

#sTgiKqczslD {
    margin-bottom: 25px;
    color: #444;
}

.QMoBiw {
    background-color: #012f55;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.QMoBiw:hover {
    background-color: #014419;
    transform: translateY(-2px);
}

@media (max-width: 1280px) {
    .DdpDARocOaaPQ h1 {
        font-size: 2.2rem;
    }

    .DdpDARocOaaPQ p {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .yJkCTbhoXpai {
        padding: 30px 0;
    }

    .DdpDARocOaaPQ h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .VsWSHfNizNg {
        padding: 0 15px;
    }

    .yJkCTbhoXpai {
        padding: 25px 0;
    }

    .DdpDARocOaaPQ h1 {
        font-size: 1.8rem;
    }

    .hFyArbCqa {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .LHypyRsFcgo {
        padding: 10px 0;
    }

    .ySHBDmWmvKt img {
        width: 60px;
        height: 60px;
    }

    .SLAFkOPzHq {
        padding: 6px 15px;
        font-size: 0.9rem;
    }

    .yJkCTbhoXpai {
        padding: 20px 0;
    }

    .DdpDARocOaaPQ h1 {
        font-size: 1.5rem;
    }

    .DdpDARocOaaPQ i {
        font-size: 2.5rem;
    }

    .hFyArbCqa {
        padding: 20px;
        margin: 0 15px;
    }

    .mVivG {
        padding: 8px 15px;
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .DdpDARocOaaPQ h1 {
        font-size: 1.3rem;
    }

    .DdpDARocOaaPQ p {
        font-size: 0.9rem;
    }

    .hFyArbCqa {
        padding: 15px;
    }
}

.NfkCcqL {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../nolj-imgs/background-1.webp') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,
            rgba(1, 22, 45, 0.8),
            rgba(1, 61, 85, 0.85),
            rgba(1, 18, 45, 0.8));
        z-index: 0;
    }

    .kXBNhFwI {
        position: relative;
        z-index: 1;
        max-width: 1360px;
        width: 100%;
        padding: 40px 20px;
        border-radius: 12px;
        text-align: center;
        color: #fff;

        .rovKaYGdooNuC {
            font-family: 'EB Garmond', sans-serif;
            font-size: 48px;
            margin-bottom: 40px;
        }

        .eZSAACr {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 30px;

            .vYkinWiWRj {
                height: 100px;
                width: 100%;
                max-width: 600px;
                background-color: rgba(255, 255, 255, 0.07);
                border-radius: 10px;
            }

            .EPppCkq {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 0 10px;
                font-family: 'Public Sans', sans-serif;
                font-weight: 400;
                font-size: 18px;

                p {
                    max-width: 700px;
                    margin-bottom: 20px;
                }

                .SLAFkOPzHq {
                    background: #3A9A6A;
                    color: #fff;
                    border: none;
                    padding: 15px 30px;
                    font-size: 16px;
                    border-radius: 5px;
                    cursor: pointer;
                    transition: all 0.3s ease-in-out;

                    &:hover {
                        transform: scale(1.05) rotate(1deg);
                    }
                }
            }
        }
    }
}

@media (max-width: 1280px) {
    .NfkCcqL .kXBNhFwI .rovKaYGdooNuC {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .NfkCcqL {
        height: auto;
        padding: 60px 20px;
    }
}

@media (max-width: 768px) {
    .NfkCcqL .kXBNhFwI .rovKaYGdooNuC {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .NfkCcqL .kXBNhFwI .rovKaYGdooNuC {
        font-size: 28px;
    }

    .NfkCcqL .kXBNhFwI .EPppCkq .SLAFkOPzHq {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .NfkCcqL .kXBNhFwI .rovKaYGdooNuC {
        font-size: 24px;
    }
}

.mPIjDTHiTEp {
    background: linear-gradient(90deg, #01052d, #012f55, #01052d);
    color: #fff;
    padding: 80px 40px;
    text-align: center;

    .smpEe {
        max-width: 1360px;
        margin: auto;
    }

    h2 {
        font-family: 'EB Garmond', sans-serif;
        font-size: 36px;
        margin-bottom: 40px;
    }

    .YvSCnIuEqBY,
    .gTfWprZwcBbrIM {
        display: flex;
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .WvQa,
    .fveEIhIMztJI {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 30px;
        width: calc(33% - 20px);
        transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
        position: relative;

        i {
            font-size: 40px;
            margin-bottom: 20px;
            color: #3A9A6A;
        }

        h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        p {
            font-family: 'Public Sans', sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 1.6;
        }
    }

    .fveEIhIMztJI ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 15px;
        font-family: 'Public Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;

        li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 8px;
        }

        li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #41d474;
        }
    }

    .EeFDpNtFKIy {
        background: #3A9A6A;
        color: #fff;
        border: none;
        padding: 16px 32px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 1024px) {

    .WvQa,
    .fveEIhIMztJI {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {

    .WvQa,
    .fveEIhIMztJI {
        width: 100%;
    }

    h2 {
        font-size: 30px;
    }

    .WvQa,
    .fveEIhIMztJI {
        width: calc(100% - 12px) !important;
    }

}

@media (max-width: 480px) {

    .mPIjDTHiTEp {
        padding: 60px 20px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .YvSCnIuEqBY {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .WvQa,
    .fveEIhIMztJI {
        width: calc(100% - 2px) !important;
    }

    .EeFDpNtFKIy {
        width: 100%;
    }
}

.OFtzPmQjZ {
    background: linear-gradient(90deg, rgba(1, 27, 45, 0.8), rgba(1, 25, 85, 0.85), rgba(3, 1, 45, 0.8));
    color: #fff;
    padding: 80px 40px;
    text-align: center;

    .IjLOZeqGAC {
        max-width: 1360px;
        margin: auto;
    }

    .fkiRjNGOUVxf {
        font-family: 'EB Garmond', sans-serif;
        font-size: 40px;
        margin-bottom: 40px;
    }

    .pKxdhQlLvKPT {
        display: flex;
        gap: 40px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .yeplLgdjKqE {
        flex: 1 1 400px;
        width: 300px;

        img {
            width: 100%;
            height: auto;
            border-radius: 12px;
        }
    }

    .afWJAjwNKd {
        flex: 1 1 500px;
        min-width: 300px;
        text-align: left;

        h3 {
            font-family: 'EB Garmond', sans-serif;
            font-size: 24px;
            margin-bottom: 20px;
        }

        p {
            font-family: 'Public Sans', sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 30px;
        }
    }

    .AtDmXyDBOnYFIW {
        background: #3A9A6A;
        color: #fff;
        border: none;
        padding: 14px 28px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 1024px) {
    .fkiRjNGOUVxf {
        font-size: 34px;
    }

    .pKxdhQlLvKPT {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .fkiRjNGOUVxf {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .pKxdhQlLvKPT {
        flex-direction: column;
        text-align: center;
    }

    .afWJAjwNKd {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .fkiRjNGOUVxf {
        font-size: 24px;
    }

    .AtDmXyDBOnYFIW {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .OFtzPmQjZ {
        padding: 80px 5px;
    }

    .fkiRjNGOUVxf {
        font-size: 20px;
    }

    .afWJAjwNKd h3,
    .afWJAjwNKd p {
        text-align: center;
    }

    .AtDmXyDBOnYFIW {
        font-size: 14px;
    }
}

.ykyzZteCIb {
    background: linear-gradient(90deg, rgba(1, 27, 45, 0.8), rgba(1, 25, 85, 0.85), rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 40px;
    text-align: center;

    .nDXdTtvHJsCSh {
        max-width: 1360px;
        margin: auto;
    }

    .ulKVNUPzldmj {
        font-family: 'EB Garmond', sans-serif;
        font-size: 40px;
        margin-bottom: 40px;
    }

    .hIFNUvMYucZ {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .tawbVexFzNV {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 16px 20px;
        width: 280px;
        transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;

        &:hover {
            transform: skew(1deg, -1deg) scale(1.03);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
    }

    .wcSUwdZc {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #ab48d9;
        border-radius: 50%;
        font-family: 'Public Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        flex-shrink: 0;
        transition: transform 0.3s ease-in-out;

        &:hover {
            transform: rotate(6deg) scale(1.1);
        }
    }

    .oWsKiAe {
        background-color: #41d474;
        color: #000;
        font-weight: bold;
    }

    .JJXqCUpIwQSZdv {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 40px;
        max-width: 800px;
        margin-inline: auto;
    }

    .oLmQaYcMd {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        max-width: 500px;
        margin: auto;
    }

    .wkILxnUOV {
        width: 100%;
        padding: 14px 16px;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-family: 'Public Sans', sans-serif;
        outline: none;
        transition: all 0.3s ease-in-out;
    }

    .wkILxnUOV:focus {
        box-shadow: 0 0 0 3px rgba(0, 191, 240, 0.4);
    }

    .gCnJQyDwx {
        background: #3A9A6A;
        color: #fff;
        border: none;
        padding: 14px 28px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 1024px) {
    .ulKVNUPzldmj {
        font-size: 34px;
    }

    .tawbVexFzNV {
        width: 240px;
        padding: 14px 16px;
    }

    .wcSUwdZc {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .ulKVNUPzldmj {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .hIFNUvMYucZ {
        gap: 20px;
    }

    .tawbVexFzNV {
        width: 100%;
        max-width: 320px;
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .ulKVNUPzldmj {
        font-size: 24px;
    }

    .wcSUwdZc {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .gCnJQyDwx {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .ulKVNUPzldmj {
        font-size: 20px;
    }

    .wcSUwdZc {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
}

.DAmaylaoEUxOKoA {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('../nolj-imgs/background-2.webp') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,
            rgba(1, 27, 45, 0.8),
            rgba(1, 25, 85, 0.85),
            rgba(1, 27, 45, 0.8));
        z-index: 0;
    }

    .NNckqhyDotF {
        position: relative;
        z-index: 1;
        max-width: 1360px;
        padding: 40px 20px;
        color: #fff;
    }

    .zVuqnKfPm {
        font-family: 'EB Garmond', sans-serif;
        font-size: 48px;
        margin-bottom: 30px;
    }

    .pvCTWF {
        max-width: 700px;
        margin: auto;
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
    }

    .EeFDpNtFKIy {
        display: inline-block;
        margin-top: 30px;
        background: #3A9A6A;
        color: #fff;
        border: none;
        padding: 16px 32px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 1024px) {
    .zVuqnKfPm {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .pvCTWF {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .DAmaylaoEUxOKoA {
        padding: 80px 20px 60px;
        min-height: auto;
    }

    .zVuqnKfPm {
        font-size: 32px;
    }

    .pvCTWF {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .zVuqnKfPm {
        font-size: 28px;
    }

    .pvCTWF {
        font-size: 15px;
    }

    .EeFDpNtFKIy {
        width: 100%;
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .zVuqnKfPm {
        font-size: 24px;
    }

    .pvCTWF {
        font-size: 14px;
    }

    .EeFDpNtFKIy {
        padding: 14px 16px;
    }
}

.eaJTDslObuFmZK {
    background: linear-gradient(90deg,
        rgba(1, 27, 45, 0.8),
        rgba(1, 25, 85, 0.85),
        rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 40px;

    .yPGPrCca {
        max-width: 1360px;
        margin: auto;
        display: flex;
        gap: 60px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .zIicQxgYlhqHt {
        flex: 1 1 600px;
        min-width: 300px;
    }

    .VRyGVqACEYZT {
        font-family: 'EB Garmond', sans-serif;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .ltbNgODhVgKf {
        margin-bottom: 20px;
    }

    .gNbTIUlzmXVEs {
        width: 100%;
        background: #012f55;
        border: none;
        border-radius: 6px;
        padding: 14px 20px;
        font-family: 'Public Sans', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        position: relative;
        text-align: left;

        &:after {
            content: '+';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
        }

        &:hover {
            background: #012735;
        }
    }

    .gNbTIUlzmXVEs[aria-expanded="true"] {
        background: #012a35;

        &:after {
            content: '-';
            transform: translateY(-50%) rotate(180deg);
        }
    }

    .bkPILnTcz {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 15px;
        margin-top: 10px;
        display: none;
        padding-left: 10px;
        border-left: 2px solid #3A9A6A;
    }

    .cTYLVXDV {
        flex: 1 1 500px;
        min-width: 300px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 30px;
    }

    .TokztIsTW {
        font-family: 'EB Garmond', sans-serif;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .bIQPoitgthit {
        display: block;
        font-family: 'Public Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .wkILxnUOV,
    .VcrdOvTWgxQ {
        width: 100%;
        padding: 12px 16px;
        border: none;
        border-radius: 6px;
        font-size: 15px;
        font-family: 'Public Sans', sans-serif;
        outline: none;
        margin-bottom: 20px;
        transition: box-shadow 0.3s ease;
    }

    .wkILxnUOV:focus,
    .VcrdOvTWgxQ:focus {
        box-shadow: 0 0 0 3px rgba(0, 112, 240, 0.4);
    }

    .VcrdOvTWgxQ {
        resize: vertical;
        min-height: 120px;
    }

    .HqnhHyVNLFn {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .bmVLrufzUAtCen {
        accent-color: #3A9A6A;
        cursor: pointer;
    }

    .bYTOW {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    .gCnJQyDwx {
        background: #3A9A6A;
        color: #fff;
        border: none;
        padding: 14px 28px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }

    .gCnJQyDwx:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
}

@media (max-width: 1024px) {
    .yPGPrCca {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .yPGPrCca {
        flex-direction: column;
        align-items: center;
    }

    .vicfaqcontactblock {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .eaJTDslObuFmZK {
        padding: 80px 5px;
    }

    .VRyGVqACEYZT {
        text-align: center;
        font-size: 28px;
    }

    .TokztIsTW {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .gNbTIUlzmXVEs {
        font-size: 14px;
    }

    .bYTOW {
        font-size: 13px;
    }
}

.nOQIBNRVtOyfu {
    background: #01052d;
    color: #fff;
    padding: 60px 20px;
    font-family: 'Public Sans', sans-serif;
}

.GjBBcrafr {
    max-width: 1360px;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;

    .OvgztIaDgGxfT {
        font-family: 'EB Garmond', sans-serif;
        font-size: 32px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        color: #41d474;
        position: relative;

        i {
            font-size: 28px;
            color: #fe1010;
            animation: pulse 2s infinite;
        }
    }

    .lTYMCClPiUF {
        font-weight: 400;
        font-size: 16px;
        max-width: 800px;
        margin: auto;
        line-height: 1.6;
        color: #ccc;
    }
}

.NANIB {
    height: 2px;
    background: #3A9A6A;
    margin-bottom: 20px;
}

.BeyehY {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 10px;

    img {
        transition: transform 0.3s ease-in-out;
        border-radius: 4px;
    }

    img:hover {
        transform: scale(1.1);
    }
}

.koVOCso {
    padding: 30px 0;
    text-align: center;
}

.wSZNgjHuHLyU {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.wSZNgjHuHLyU li a {
    font-weight: 500;
    font-size: 15px;
    color: #3A9A6A;
    text-decoration: none;
    transition: color 0.3s ease-in-out;

    &:hover {
        color: #41d474;
    }
}

.dGMMRmg {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #ccc;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .OvgztIaDgGxfT {
        font-size: 28px;
        flex-direction: column;
        gap: 10px;
    }

    .lTYMCClPiUF {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .OvgztIaDgGxfT {
        font-size: 24px;
    }

    .lTYMCClPiUF {
        font-size: 14px;
    }

    .wSZNgjHuHLyU {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .OvgztIaDgGxfT {
        font-size: 20px;

        i {
            font-size: 22px;
        }
    }

    .lTYMCClPiUF {
        font-size: 13px;
    }

    .BeyehY {
        flex-direction: column;
        align-items: center;
    }

    .wSZNgjHuHLyU {
        gap: 12px;
    }
}

@media (max-width: 320px) {
    .OvgztIaDgGxfT {
        font-size: 18px;
    }

    .lTYMCClPiUF {
        font-size: 12px;
    }

    .wSZNgjHuHLyU li a {
        font-size: 13px;
    }
}

.hTzSKpAFfUN {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;

    &.QozDZzXE {
        opacity: 1;
        visibility: visible;
    }
}

.dxJZx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.ONLO {
    background: linear-gradient(90deg,
        rgba(1, 23, 45, 0.9),
        rgba(1, 56, 85, 0.9),
        rgba(1, 15, 45, 0.9));
    padding: 40px 30px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    animation: fadeInScale 0.8s ease forwards;
}

.itVcNTMk {
    font-family: 'EB Garmond', sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
}

.BwnkkiiYQINxB {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.VSZXe {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.MyQFrcPgZn {
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.lFJkoryx {
    background: #3A9A6A;
    color: #fff;

    &:hover {
        transform: scale(1.05) rotate(1deg);
    }
}

.OvHkpRY {
    background: #fe1010;
    color: #fff;

    &:hover {
        transform: scale(1.05) rotate(-1deg);
    }
}

@keyframes fadeInScale {
    from {
        transform: scale(0.9) skew(5deg, 5deg);
        opacity: 0;
    }

    to {
        transform: scale(1) skew(0, 0);
        opacity: 1;
    }
}

.KgZgphHdfRcx {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #01052d;
    color: #fff;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
    font-family: 'Public Sans', sans-serif;

    &.QozDZzXE {
        opacity: 1;
        visibility: visible;
    }

    .iGHgLuDIjk {
        font-size: 15px;
        flex: 1 1 auto;
    }

    .wyOxXJV {
        color: #3A9A6A;
        font-weight: 500;
        text-decoration: underline;
        white-space: nowrap;

        &:hover {
            color: #41d474;
        }
    }

    .SLUYt {
        background: #3A9A6A;
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-size: 15px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.4s ease-in-out;

        &:hover {
            transform: scale(1.05) rotate(1deg);
        }
    }
}

@media (max-width: 768px) {
    .KgZgphHdfRcx {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .iGHgLuDIjk {
        text-align: left;
    }

    .ONLO {
        padding: 30px 20px;
        font-size: 14px;
    }

    .itVcNTMk {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .ONLO {
        padding: 25px 15px;
    }

    .itVcNTMk {
        font-size: 20px;
    }

    .BwnkkiiYQINxB {
        font-size: 14px;
    }

    .VSZXe {
        flex-direction: column;
        gap: 10px;
    }
}

.QfQhmEozxqxDs {
    background: linear-gradient(90deg,
        rgba(1, 27, 45, 0.8),
        rgba(1, 25, 85, 0.85),
        rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.WJSwR {
    max-width: 1360px;
    margin: auto;
    padding: 0 20px;
}

.bdBrxpN {
    font-family: 'EB Garmond', sans-serif;
    font-size: 40px;
    margin: 0;
}

.xHKbuGegWjKF {
    background: #01052d;
    color: #fff;
    padding: 60px 20px;
}

.YxZtQnP {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.MIrqjgWYrlGl {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.02) skew(1deg, -1deg);
    }

    i {
        font-size: 32px;
        color: #3A9A6A;
        flex-shrink: 0;
        margin-top: 4px;
    }

    h3 {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .bdBrxpN {
        font-size: 34px;
    }

    .MIrqjgWYrlGl h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .bdBrxpN {
        font-size: 28px;
    }

    .MIrqjgWYrlGl {
        flex-direction: row;
        align-items: center;
    }

    .MIrqjgWYrlGl i {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .QfQhmEozxqxDs {
        padding: 60px 20px;
    }

    .bdBrxpN {
        font-size: 24px;
    }

    .MIrqjgWYrlGl h3 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .bdBrxpN {
        font-size: 20px;
    }

    .MIrqjgWYrlGl {
        flex-direction: column;
        align-items: flex-start;
    }

    .MIrqjgWYrlGl i {
        font-size: 24px;
    }
}

.NVCMRHfO {
    background: linear-gradient(90deg,
        rgba(1, 27, 45, 0.8),
        rgba(1, 25, 85, 0.85),
        rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.WJSwR {
    max-width: 1360px;
    margin: auto;
    padding: 0 20px;
}

.zdwomRRfpRRu {
    font-family: 'EB Garmond', sans-serif;
    font-size: 40px;
    margin: 0;
}

.rYiyLkRZAgy {
    background: #01052d;
    color: #fff;
    padding: 60px 20px;
}

.PKoEUzNCZ {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.qkYvH {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.02) skew(1deg, -1deg);
    }

    i {
        font-size: 32px;
        color: #3A9A6A;
        flex-shrink: 0;
        margin-top: 4px;
    }

    h3 {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .zdwomRRfpRRu {
        font-size: 34px;
    }

    .qkYvH h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .zdwomRRfpRRu {
        font-size: 28px;
    }

    .qkYvH {
        flex-direction: row;
        align-items: center;
    }

    .qkYvH i {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .NVCMRHfO {
        padding: 60px 20px;
    }

    .zdwomRRfpRRu {
        font-size: 24px;
    }

    .qkYvH h3 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .zdwomRRfpRRu {
        font-size: 20px;
    }

    .qkYvH {
        flex-direction: column;
        align-items: flex-start;
    }

    .qkYvH i {
        font-size: 24px;
    }
}

.hotQwg {
    background: linear-gradient(90deg,
        rgba(1, 27, 45, 0.8),
        rgba(1, 25, 85, 0.85),
        rgba(1, 27, 45, 0.8));
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.WJSwR {
    max-width: 1360px;
    margin: auto;
    padding: 0 20px;
}

.RwvtGTc {
    font-family: 'EB Garmond', sans-serif;
    font-size: 40px;
    margin: 0;
}

.fQQvYXJEc {
    background: #01052d;
    color: #fff;
    padding: 60px 20px;
}

.FgfsHd {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.KyQaXOLAsu {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.02) skew(1deg, -1deg);
    }

    i {
        font-size: 32px;
        color: #3A9A6A;
        flex-shrink: 0;
        margin-top: 4px;
    }

    h3 {
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .RwvtGTc {
        font-size: 34px;
    }

    .KyQaXOLAsu h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .RwvtGTc {
        font-size: 28px;
    }

    .KyQaXOLAsu {
        flex-direction: row;
        align-items: center;
    }

    .KyQaXOLAsu i {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .hotQwg {
        padding: 60px 20px;
    }

    .RwvtGTc {
        font-size: 24px;
    }

    .KyQaXOLAsu h3 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .RwvtGTc {
        font-size: 20px;
    }

    .KyQaXOLAsu {
        flex-direction: column;
        align-items: flex-start;
    }

    .KyQaXOLAsu i {
        font-size: 24px;
    }
}