.elementor-350 .elementor-element.elementor-element-27648c8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-350 .elementor-element.elementor-element-5c9e1f5f{width:100%;max-width:100%;}.elementor-350 .elementor-element.elementor-element-6243d1f1 .e-off-canvas__overlay{background-color:rgba(0,0,0,.8);}.elementor-350 .elementor-element.elementor-element-6243d1f1{--e-off-canvas-justify-content:center;--e-off-canvas-align-items:center;--e-off-canvas-width:500px;--e-off-canvas-height:fit-content;--e-off-canvas-content-overflow:initial;--e-off-canvas-animation-duration:1.5s;--e-off-canvas-overlay-opacity:1;}.elementor-350 .elementor-element.elementor-element-5e9304f0{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:30px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-350 .elementor-element.elementor-element-6f5db324{text-align:center;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;line-height:24px;color:var( --e-global-color-primary );}.elementor-350 .elementor-element.elementor-element-7a5face1{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-350 .elementor-element.elementor-element-66dc4faf{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:400;color:#2B2137;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-350 .elementor-element.elementor-element-7499df90{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-350 .elementor-element.elementor-element-7499df90 .elementor-button{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:400;line-height:18px;fill:#FFFFFF;color:#FFFFFF;padding:10px 0px 10px 0px;}@media(max-width:1024px){.elementor-350 .elementor-element.elementor-element-5e9304f0{--padding-top:40px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-350 .elementor-element.elementor-element-66dc4faf{font-size:13px;line-height:18px;}.elementor-350 .elementor-element.elementor-element-7499df90{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-350 .elementor-element.elementor-element-66dc4faf{font-size:12px;line-height:16px;}.elementor-350 .elementor-element.elementor-element-7499df90{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-5c9e1f5f */* {
            box-sizing: border-box;
        }

        input:focus:invalid,
        select:focus:invalid {
            border-color: #ffa525 !important;
        }

        input,
        input[type="password"],
        textarea,
        select {
            outline: none;
        }

        input:required:valid,
        select:required:valid {
            border-color: #17e817;
        }

        input.error,
        select.error {
            border-color: #ffa525 !important;
        }

        .hide {
            display: none !important;
        }

        #spinnerLoader {
            position: absolute;
            z-index: 99999;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            background-color: #b4b4b58c;
            display: none;
        }

        .loader {
            width: 48px;
            height: 48px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
        }

        .loader::after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 50%;
            top: 0;
            background: #ff3d00;
            width: 3px;
            height: 24px;
            transform: translateX(-50%);
        }

        @keyframes rotation {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* form */
        .form-container {
            width: 100%;
            background: transparent;
            border: none;
            margin: auto;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            max-width: 750px;
            gap: 30px;
        }

        .form-row {
            display: flex;
            gap: 20px;
            padding-bottom: 4px;
        }

        .form-column {
            display: flex;
            flex-direction: column;
            width: 100%;
            position: relative;
        }

        .form-column label {
            position: absolute;
            top: 0px;
            left: 10px;
            font-size: 16px;
            color: #666666;
            pointer-events: none;
            transition: 0.2s ease all;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0.5px;
        }

        .form-column .iti+label {
            display: none;
        }

        label[for="mobilePhone"].float {
            display: block;
        }

        /* Floating effect when input is focused or filled */
        .form-column input:focus+label,
        .form-column input:not(:placeholder-shown)+label,
        .form-column select:focus+label,
        .form-column select:valid+label,
        .form-column .iti+label {
            top: -15px;
            font-size: 14px;
            color: #666666;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0.25px;
        }

        input,
        select {
            height: 30px;
            width: 100%;
        }

        input,
        select,
        .iti {
            background: transparent;
            border-radius: 0px;
            box-sizing: border-box;
            font-size: 14px;
            color: #666666;
            margin: 0px;
            font-weight: 500;
        }

        input[type="text"],
        input[type="email"],
        input[type="password"],
        input[type="tel"],
        select {
            border-left-width: 0 !important;
            border-top-width: 0 !important;
            border-right-width: 0 !important;
            border: 1px solid #2B2137;
            padding-right: 40px;
            padding-left: 10px;
        }

        .input-icon-right {
            position: absolute;
            right: 10px;
            top: 19px;
            transform: translateY(-50%);
            width: 25px;
            height: 25px;
            pointer-events: none;
            opacity: 0.5;
            z-index: 99;
        }

        .password+.input-icon-right {
            pointer-events: auto;
            /* Enable interaction */
            cursor: pointer;
        }

        .password-pattern {
            color: #95909B;
            font-size: 12px;
            font-weight: 400;
            margin: 5px 0;
            line-height: 15px;
        }

        .valid {
            color: #17e817;
        }

        .invalid {
            color: #ffa525;
        }

        .input-icon-right.active {
            opacity: 1;
        }

        .iti {
            border: none;
            z-index: 999;
        }

        .iti input[type=tel] {
            width: 100%;
        }

        .iti--separate-dial-code .iti__selected-flag {
            background-color: rgba(0, 0, 0, 0) !important;
            padding: 0 6px 0 0;
        }

        .iti__country-list {
            left: 0;
        }

        .form-column .iti__arrow {
            margin-left: 0px;
            width: 15px;
            height: 15px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z" fill="%232B2137"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            border: none;
        }

        ::placeholder {
            font-family: "Roboto";
            font-weight: 400 !important;
            font-size: 14px !important;
            color: #2B2137 !important;
        }

        strong {
            font-weight: 600 !important;
        }

        .form-row-button {
            display: flex;
        }

        .form-button {
            background: #1B69FD !important;
            border-radius: 0px !important;
            min-width: 260px;
            cursor: pointer;
            margin: 20px auto 0 auto;
            border: none;
            color: #fff !important;
            text-align: center;
            font-family: "Roboto";
            font-size: 18px !important;
            font-weight: 400 !important;
            line-height: 20px;
            padding: 18px 37px;
        }

        .form-notification {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .form-notification div {
            display: flex;
            align-items: center;
        }

        .form-notification input[type="checkbox"] {
            width: 20px;
            min-width: 20px;
            height: 20px;
            margin-right: 20px;
            appearance: none;
            border: 1px solid #95909B;
            border-radius: 4px;
            outline: none;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .form-notification input[type="checkbox"]:checked {
            background-color: #1B69FD;
            border-color: #1B69FD;
            background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12 4L6.5 10L4 7.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
            background-repeat: no-repeat;
            background-position: center;
        }

        .form-notification label,
        .form-notification label a {
            font-size: 12px;
            color: #2B2137;
            cursor: pointer;
            font-family: "Roboto";
            text-decoration: none;
        }

        .form-notification label {
            margin: 0 20px 0 0;
        }

        .form-notification label a {
            color: #1B69FD;
            margin: 0;
        }

        .form-notification .suggested-notification {
            display: none;
        }

        .suggested-notification a {
            display: flex;
            align-items: center;
        }

        .suggested-notification span {
            color: #1B69FD;
        }

        .error-message {
            font-weight: 400;
            color: rgb(198, 38, 123);
            font-size: 12px;
            min-height: 16px;
            line-height: 18px;
            position: absolute;
            bottom: -17px;
        }

        @media (max-width: 1024px) {

            ::placeholder {
                font-size: 12px !important;
            }

            input,
            select {
                height: 50px;
            }

            .form-row {
                gap: 25px;
                padding-bottom: 25px;
            }

            .form-button {
                height: 60px;
            }
        }

        @media (max-width: 600px) {
            .form-container {
                gap: 18px;
            }

            .form-row {
                padding-bottom: 0;
            }

            .form-column {
                margin-bottom: 20px;
            }

            ::placeholder {
                font-size: 14px !important;
            }

            label {
                font-size: 12px;
                margin-bottom: 2px;
            }

            input,
            select {
                height: 40px;
                font-size: 14px;
            }

            .form-notification {
                gap: 7px;
            }

            .form-notification label,
            .form-notification label a {
                font-size: 12px;
                line-height: 17px;
            }

            .form-button {
                font-size: 12px;
                width: 100%;
                margin-top: 30px;
            }

            .already-container,
            .already-container a {
                font-size: 14px;
                padding-top: 14px;
            }
        }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-66dc4faf */.elementor-350 .elementor-element.elementor-element-66dc4faf strong {
    color: #2B2137;
}/* End custom CSS */