.elementor-139 .elementor-element.elementor-element-36102a1{--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-139 .elementor-element.elementor-element-773d630 .e-off-canvas__overlay{background-color:rgba(0,0,0,.8);}.elementor-139 .elementor-element.elementor-element-773d630{--e-off-canvas-justify-content:flex-end;--e-off-canvas-width:500px;--e-off-canvas-height:100vh;--e-off-canvas-content-overflow:auto;--e-off-canvas-animation-duration:1.5s;--e-off-canvas-overlay-opacity:1;}.elementor-139 .elementor-element.elementor-element-363b4d3{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:80px;--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-139 .elementor-element.elementor-element-36f47ee{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-139 .elementor-element.elementor-element-3e2c144{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-139 .elementor-element.elementor-element-3e2c144:not(.elementor-motion-effects-element-type-background), .elementor-139 .elementor-element.elementor-element-3e2c144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F8F5;}.elementor-139 .elementor-element.elementor-element-309f3c9{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-139 .elementor-element.elementor-element-b1065a2{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-139 .elementor-element.elementor-element-9284afe{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-139 .elementor-element.elementor-element-9284afe .elementor-button{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:400;fill:var( --e-global-color-secondary );color:var( --e-global-color-secondary );padding:10px 0px 10px 0px;}@media(max-width:1024px){.elementor-139 .elementor-element.elementor-element-363b4d3{--padding-top:40px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-139 .elementor-element.elementor-element-b1065a2{font-size:13px;line-height:18px;}.elementor-139 .elementor-element.elementor-element-9284afe{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-139 .elementor-element.elementor-element-b1065a2{font-size:12px;line-height:16px;}.elementor-139 .elementor-element.elementor-element-9284afe{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-ab83f07 */body {
            font-family: "Roboto";
        }

        * {
            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 !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;
            gap: 20px;
        }

        .form-row {
            display: flex;
            gap: 20px;
            padding-bottom: 4px;
        }

        .form-column {
            display: flex;
            flex-direction: column;
            width: 100%;
            position: relative;
        }

        label {
            color: #95909B;
            font-family: Roboto;
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 6px;
        }

        input,
        select {
            font-weight: 500;
        }

        input,
        select {
            height: 40px;
            width: 100%;
        }

        input,
        select,
        .iti {
            background: transparent;
            border-radius: 0px;
            box-sizing: border-box;
            font-size: 14px;
            color: #2B2137;
            margin: 0px;
        }

        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;
        }

        .input-icon-right {
            position: absolute;
            right: 10px;
            top: 45px;
            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: #D2AF71 !important;
            border-radius: 4px !important;
            width: 100%;
            height: 40px;
            cursor: pointer;
            margin: 40px auto 0 auto;
            border: none;
            max-width: 730px;
            color: #49381F !important;
            text-align: center;
            font-family: "Roboto";
            font-size: 12px !important;
            font-weight: 500 !important;
            padding: 8px 0 !important;
            line-height: 20px;
            text-transform: uppercase;
        }

        .form-notification {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }

        .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: #D2AF71;
            border-color: #D2AF71;
            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: #D2AF71;
            margin: 0;
        }

        .form-notification .suggested-notification {
            display: none;
        }

        .suggested-notification a {
            display: flex;
            align-items: center;
        }

        .suggested-notification span {
            color: #D2AF71;
        }

        .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-row {
                padding-bottom: 0;
            }

            ::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;
                height: 40px;
                width: 100%;
                margin-top: 10px;
            }

            .already-container,
            .already-container a {
                font-size: 14px;
                padding-top: 14px;
            }
        }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b1065a2 */.elementor-139 .elementor-element.elementor-element-b1065a2 strong {
    color: #2B2137;
}/* End custom CSS */