﻿main.apply2025 {
    width: 100%;
    display: block;
}

    main.apply2025 .cont {
        width: 100%;
        max-width: 1440px;
        margin: 0px auto;
    }

    main.apply2025 section.steps_to_success {
        position: relative;
    }

        main.apply2025 section.steps_to_success h1 {
            color: #333;
            font-family: Halcom;
            font-family: 'Montserrat-Bold';
            font-size: 48px;
            font-style: normal;
            /* font-weight: 700; */
            line-height: 130%; /* 62.4px */
            letter-spacing: -1.92px;
            margin: 0px auto;
            margin-bottom: 8px;
            max-width: 904px;
            text-align: center;
            padding-top: 48px;
        }

        main.apply2025 section.steps_to_success p.introtext {
            color: var(--Dark, #333);
            text-align: center;
            font-family: "Anek Latin";
            font-family: 'AnekLatin-Regular';
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 31.2px */
            letter-spacing: 0.24px;
            margin: 0px auto;
            padding-bottom: 24px;
            max-width: 904px;
        }

    main.apply2025 section.steps_to_success {
        background: linear-gradient(0deg, rgba(0, 68, 122, 0.10) 0%, rgba(0, 68, 122, 0.10) 100%), #FFF;
    }

        main.apply2025 section.steps_to_success .tiless {
            display: flex;
            padding-top: 24px;
            padding-bottom: 24px;
            padding-left: 36px;
            padding-right: 36px;
            justify-content: space-between;
        }

            main.apply2025 section.steps_to_success .tiless .tile {
                border-radius: 2px;
                background: #FFF;
                box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
                padding: 24px;
                width: 18%;
            }

                main.apply2025 section.steps_to_success .tiless .tile:nth-of-type(2){
                    cursor:pointer;
                }

                main.apply2025 section.steps_to_success .tiless .tile img {
                    width: 100%;
                    max-width: 64px;
                    margin-bottom: 16px;
                }

                main.apply2025 section.steps_to_success .tiless .tile h2 {
                    color: var(--Dark, #333);
                    font-family: "Anek Latin";
                    font-family: 'AnekLatin-SemiBold';
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 120%; /* 21.6px */
                    letter-spacing: 0.18px;
                    margin-bottom: 8px;
                }

                main.apply2025 section.steps_to_success .tiless .tile p {
                    color: var(--Dark, #333);
                    font-family: 'AnekLatin-Regular';
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 150%;

                }

        main.apply2025 section.steps_to_success img.steps_background {
            width: 100%;
            margin-top: -27%;
            display: none;
        }

    main.apply2025 section.applyformsec {
        background: #E6ECF2;
        position: relative;
    }

        main.apply2025 section.applyformsec .form-background {
            position: absolute;
            right: 0px;
            bottom: 0px;
            z-index: 1;
        }

        main.apply2025 section.applyformsec .cont {
            padding-left: 36px;
            padding-right: 36px;
            padding-top: 48px;
            padding-bottom: 48px;
            position: relative;
            z-index: 6;
        }

        main.apply2025 section.applyformsec h2 {
            color: var(--Dark, #333);
            font-family: Halcom;
            font-family: 'Montserrat-Bold';
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%; /* 52px */
            letter-spacing: -1.6px;
            max-width: 808px;
            width: 100%;
        }

        main.apply2025 section.applyformsec p.form-header-text {
            color: var(--Dark, #333);
            font-family: "Anek Latin";
            font-family: 'AnekLatin-Regular';
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 26px */
            letter-spacing: 0.2px;
            margin-bottom: 24px;
            max-width: 808px;
            width: 100%;
        }

        main.apply2025 section.applyformsec form.applynowform {
            width: 100%;
            max-width: 808px;
        }

            main.apply2025 section.applyformsec form.applynowform .form-subsection {
                margin-bottom: 24px;
            }

            main.apply2025 section.applyformsec form.applynowform .fullflex {
                display: flex;
                width: 100%;
                justify-content: space-between;
            }

            main.apply2025 section.applyformsec form.applynowform .input-wrapper {
                border-radius: 4px;
                border: 1px solid var(--Grey, #7E7D82);
                background: var(--White, #FFF);
                padding-top: 0;
                padding-bottom: 0;
                margin-bottom: 8px;
                /* padding-left: 12px; */
                padding-right: 12px;
                position: relative;
                height: fit-content;
            }

                main.apply2025 section.applyformsec form.applynowform .input-wrapper label {
                    color: #333;
                    font-family: "Anek Latin";
                    font-family: 'AnekLatin-Regular';
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 100%;
                    letter-spacing: 0.48px;
                    text-transform: uppercase;
                    position: absolute;
                    top: 8px;
                    left: 12px;
                    z-index: 69;
                    opacity: 0.6;
                }

            main.apply2025 section.applyformsec form.applynowform .half-flex {
                width: 48.5%;
            }

            main.apply2025 section.applyformsec form.applynowform input {
                color: var(--Dark, #333);
                font-family: "Anek Latin";
                font-family: 'AnekLatin-Regular';
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                border-color: transparent;
                outline: none;
                padding-block: 0;
                padding-inline: 0;
                position: relative;
                width: 100%;
                padding-top: 24px;
                padding-bottom: 12px;
                padding-left: 12px;
                padding-right: 12px;
                box-shadow: none;
            }


            main.apply2025 section.applyformsec form.applynowform small.error-alert-message {
                position: absolute;
                top: unset;
                right: 10px;
                bottom: 4px;
                color: var(--Brand-Primary, #BE1E2D);
                font-family: Sen-Regular;
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%; /* 15.6px */
                display: none;
                padding-left: 16px;
            }

                main.apply2025 section.applyformsec form.applynowform small.error-alert-message:before {
                    content: '';
                    display: block;
                    width: 14px;
                    height: 14px;
                    background-image: url('/Files/templates/main-2025/images/icons/error-icon.svg');
                    left: 0px;
                    top: 1px;
                    position: absolute;
                    background-size: contain;
                    /* background-color: red; */
                }

            main.apply2025 section.applyformsec form.applynowform input::placeholder {
                opacity: 0;
            }

            main.apply2025 section.applyformsec form.applynowform select {
                color: var(--Dark, #333);
                font-family: "Anek Latin";
                font-family: 'AnekLatin-Regular';
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                border: none;
                outline: none;
                width: 100%;
                padding-top: 28px;
                padding-bottom: 14px;
                display: block;
                padding-left: 12px;
                padding-right: 12px;
            }
section.applyformsec select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M5 8L10 13L15 8' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
   
    padding-left: 12px !important;
}

            main.apply2025 section.applyformsec form.applynowform .form-subsection p {
                color: #000;
                font-family: "Anek Latin";
                font-family: 'AnekLatin-Medium';
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 27px */
                letter-spacing: 0.18px;
                margin-bottom: 8px;
            }


            main.apply2025 section.applyformsec form.applynowform .fullflex2 {
                display: flex;
                width: 100%;
                justify-content: space-between;
            }

                main.apply2025 section.applyformsec form.applynowform .fullflex2 .half-flex2 {
                    display: flex;
                    width: 48.5%;
                    justify-content: space-between;
                    /* flex-direction: column; */
                }

            main.apply2025 section.applyformsec form.applynowform .input-wrapper.phone-wrapper {
                width: 67%;
            }


            main.apply2025 section.applyformsec form.applynowform .input-wrapper.postal-wrapper {
                width: 30%;
            }

            main.apply2025 section.applyformsec form.applynowform .consent {
                margin-top: 24px;
                margin-bottom: 24px;
            }

                main.apply2025 section.applyformsec form.applynowform .consent * {
                    color: #333;
                    font-family: "Anek Latin";
                    font-family: 'AnekLatin-Regular';
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 150%; /* 24px */
                }

            main.apply2025 section.applyformsec form.applynowform button.formbutton {
                color: #FFF;
                font-family: Halcom;
                font-family: 'Montserrat-Medium';
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 16px; /* 114.286% */
                letter-spacing: 0.56px;
                text-transform: uppercase;
                display: flex;
                padding: 16px 16px 16px 32px;
                align-items: center;
                gap: 10px;
                background: #BE1E2D;
                border: none;
                cursor: pointer;
            }

                main.apply2025 section.applyformsec form.applynowform button.formbutton:hover {
                    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #BE1E2D;
                }

                main.apply2025 section.applyformsec form.applynowform button.formbutton img {
                    width: 24px;
                    height: 24px;
                }

@media only screen and (max-width: 1200px) {

    main.apply2025 section.steps_to_success img.steps_background {
        width: 100%;
        margin-top: -22%;
        display: block;
    }

    main.apply2025 section.steps_to_success h1 {
        padding: 0px 32px;
        padding-top: 24px;
        color: var(--Dark, #333);
        text-align: center;
        /* Mobile/Heading 1 */
        font-family: 'Montserrat-Bold';
        font-size: 34px;
        font-style: normal;
        /* font-weight: 800; */
        line-height: 120%; /* 40.8px */
        max-width: 834px;
    }

    main.apply2025 section.steps_to_success p.introtext {
        color: var(--Dark, #333);
        text-align: center;
        /* Mobile/Lead */
        /* font-family: Sen; */
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 26px */
        max-width: 834px;
        padding: 24px 32px;
        padding-top: 0px;
    }

    main.apply2025 section.steps_to_success .tiless {
        flex-wrap: wrap;
        padding-top: 0px;
    }

        main.apply2025 section.steps_to_success .tiless .tile {
            width: 49%;
            margin-bottom: 22px;
            position: relative;
            padding-left: 114px;
        }

            main.apply2025 section.steps_to_success .tiless .tile h2 {
                color: #000;
                /* font-family: Sen; */
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
            }

            main.apply2025 section.steps_to_success .tiless .tile p {
                /* font-family: "Anek Latin"; */
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%; /* 27px */
                text-decoration-line: none;
            }

            main.apply2025 section.steps_to_success .tiless .tile img {
                position: absolute;
                left: 24px;
                top: 24px;
            }

    main.apply2025 section.applyformsec .cont {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 48px;
        border-radius: 4px;
        background: #FFF;
    }

    main.apply2025 section.applyformsec form.applynowform {
        max-width: unset;
    }

    main.apply2025 section.applyformsec h2 {
        color: var(--Dark, #333);
        /* font-family: Halcom; */
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -1.6px;
        margin-bottom: 8px;
    }

    main.apply2025 section.applyformsec p.form-header-text {
        color: var(--Dark, #333);
        /* font-family: Sen; */
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 26px */
        margin-bottom: 24px;
    }

    main.apply2025 section.applyformsec form.applynowform .form-subsection p {
        color: #000;
        /* font-family: "Anek Latin"; */
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0.18px;
    }

    main.apply2025 section.applyformsec form.applynowform .input-wrapper label {
        color: var(--Dark, #333);
        /* font-family: "Anek Latin"; */
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
        letter-spacing: 0.48px;
        text-transform: uppercase;
        opacity: 0.6;
    }

    main.apply2025 section.applyformsec form.applynowform input {
        color: var(--Dark, #333);
        /* font-family: "Anek Latin"; */
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
    }

    main.apply2025 section.applyformsec form.applynowform .consent * {
        color: #333;
        /* font-family: "Anek Latin"; */
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
    }
}

@media only screen and (max-width: 768px) {
    main.apply2025 section.steps_to_success h1 {
        color: var(--Dark, #333);
        font-family: 'Montserrat-Bold';
        font-size: 34px;
        font-style: normal;
        /* font-weight: 800; */
        line-height: 120%; /* 40.8px */
        text-align: left;
        padding-left: 24px;
        padding-right: 24px;
    }

    main.apply2025 section.steps_to_success h1 {
        color: var(--Dark, #333);
        font-family: 'Montserrat-Bold';
        font-size: 34px;
        font-style: normal;
        /* font-weight: 800; */
        line-height: 120%; /* 40.8px */
    }

    main.apply2025 section.steps_to_success p.introtext {
        padding-left: 24px;
        padding-right: 24px;
        text-align: left;
        padding-bottom: 24px;
    }

    main.apply2025 section.steps_to_success .tiless {
        padding-left: 24px;
        padding-right: 24px;
    }

        main.apply2025 section.steps_to_success .tiless .tile {
            width: 100%;
            margin-bottom: 4px;
        }

    main.apply2025 section.steps_to_success img.steps_background {
        margin-top: 0px;
    }

    main.apply2025 section.applyformsec .cont {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    main.apply2025 section.applyformsec form.applynowform .fullflex {
        flex-direction: column;
    }

    main.apply2025 section.applyformsec form.applynowform .fullflex2 {
        flex-direction: column;
    }

    main.apply2025 section.applyformsec form.applynowform .input-wrapper.phone-wrapper {
        width: 100%;
    }

    main.apply2025 section.applyformsec form.applynowform .fullflex2 .half-flex2 {
        width: 100%;
    }

    main.apply2025 section.applyformsec form.applynowform .input-wrapper.postal-wrapper {
        width: 100%;
    }

    main.apply2025 section.applyformsec form.applynowform .half-flex {
        width: 100%;
    }

    main.apply2025 section.applyformsec form.applynowform .form-subsection {
        margin-bottom: 24px;
    }

    main.apply2025 section.applyformsec form.applynowform button.formbutton {
        width: 100%;
        max-width: unset;
        position: relative;
        justify-content: center;
    }

        main.apply2025 section.applyformsec form.applynowform button.formbutton img {
            position: absolute;
            right: 16px;
            top: calc(50% - 13px);
        }

    main.apply2025 section.applyformsec form.applynowform .fullflex2 .half-flex2 {
        flex-direction: column;
    }
}
