

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

    /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

    [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        border-color: #2563eb;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input::placeholder, textarea::placeholder {
        color: #6b7280;
        opacity: 1;
    }

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    color-adjust: unset;
    print-color-adjust: unset;
}

[type='checkbox'], [type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

    [type='checkbox']:focus, [type='radio']:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    [type='checkbox']:checked, [type='radio']:checked {
        border-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

    [type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
        border-color: transparent;
        background-color: currentColor;
    }

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

    [type='checkbox']:indeterminate:hover, [type='checkbox']:indeterminate:focus {
        border-color: transparent;
        background-color: currentColor;
    }

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

    [type='file']:focus {
        outline: 1px solid ButtonText;
        outline: 1px auto -webkit-focus-ring-color;
    }

@font-face {
    font-family: Anjoman;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Anjoman/Anjoman-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Anjoman;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Anjoman/Anjoman-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Anjoman;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Anjoman/Anjoman-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: Anjoman;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Anjoman/Anjoman-Heavy.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakhFA;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/YekanBakh/eot/YekanBakh_Regular.eot");
    src: url("../fonts/YekanBakh/eot/YekanBakh_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YekanBakh/woff/YekanBakh_Regular.woff") format("woff"), url("../fonts/YekanBakh/ttf/YekanBakh_Regular.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakhFA;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/YekanBakh/eot/YekanBakh_Medium.eot");
    src: url("../fonts/YekanBakh/eot/YekanBakh_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/YekanBakh/woff/YekanBakh_Medium.woff") format("woff"), url("../fonts/YekanBakh/ttf/YekanBakh_Medium.ttf") format("truetype");
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

.w-4 {
    width: 1rem;
}

.text_border_red {
    text-shadow: -3px -3px 0 #FF003D, -3px -2px 0 #FF003D, -3px -1px 0 #FF003D, -3px 0px 0 #FF003D, -3px 1px 0 #FF003D, -3px 2px 0 #FF003D, -3px 3px 0 #FF003D, -2px -3px 0 #FF003D, -2px -2px 0 #FF003D, -2px -1px 0 #FF003D, -2px 0px 0 #FF003D, -2px 1px 0 #FF003D, -2px 2px 0 #FF003D, -2px 3px 0 #FF003D, -1px -3px 0 #FF003D, -1px -2px 0 #FF003D, -1px -1px 0 #FF003D, -1px 0px 0 #FF003D, -1px 1px 0 #FF003D, -1px 2px 0 #FF003D, -1px 3px 0 #FF003D, 0px -3px 0 #FF003D, 0px -2px 0 #FF003D, 0px -1px 0 #FF003D, 0px 0px 0 #FF003D, 0px 1px 0 #FF003D, 0px 2px 0 #FF003D, 0px 3px 0 #FF003D, 1px -3px 0 #FF003D, 1px -2px 0 #FF003D, 1px -1px 0 #FF003D, 1px 0px 0 #FF003D, 1px 1px 0 #FF003D, 1px 2px 0 #FF003D, 1px 3px 0 #FF003D, 2px -3px 0 #FF003D, 2px -2px 0 #FF003D, 2px -1px 0 #FF003D, 2px 0px 0 #FF003D, 2px 1px 0 #FF003D, 2px 2px 0 #FF003D, 2px 3px 0 #FF003D, 3px -3px 0 #FF003D, 3px -2px 0 #FF003D, 3px -1px 0 #FF003D, 3px 0px 0 #FF003D, 3px 1px 0 #FF003D, 3px 2px 0 #FF003D, 3px 3px 0 #FF003D;
}

body {
    direction: rtl;
    --tw-bg-opacity: 1;
    background-color: rgb(0 43 88 / var(--tw-bg-opacity));
    font-family: Anjoman;
}

@media (min-width: 1024px) {
    body {
        position: relative;
    }

    .loan_landing_overflow {
        width: 100%;
        overflow: hidden;
    }
}

.loan_landing_overflow .grid_system {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    overflow: hidden;
    padding-top: 1.5rem;
}

    .loan_landing_overflow .grid_system::before {
        position: absolute;
        top: 20rem;
        right: 50%;
        z-index: -1;
        height: 24rem;
        width: 15rem;
        --tw-translate-x: 50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        --tw-blur: blur(5rem);
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
        --tw-content: '';
        content: var(--tw-content);
    }

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system {
        padding-top: 2rem;
    }

        .loan_landing_overflow .grid_system::before {
            top: 26rem;
            height: 30rem;
            width: 18rem;
            content: var(--tw-content);
            --tw-blur: blur(7rem);
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
        }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    @media (min-width: 640px) {
        .loan_landing_overflow .grid_system {
            max-width: 640px;
        }
    }

    @media (min-width: 768px) {
        .loan_landing_overflow .grid_system {
            max-width: 768px;
        }
    }

    @media (min-width: 1024px) {
        .loan_landing_overflow .grid_system {
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px) {
        .loan_landing_overflow .grid_system {
            max-width: 1280px;
        }
    }

    @media (min-width: 1536px) {
        .loan_landing_overflow .grid_system {
            max-width: 1536px;
        }
    }

    .loan_landing_overflow .grid_system {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 1rem;
        overflow: visible;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .loan_landing_overflow .grid_system::before {
            top: 6rem;
            right: 66.666667%;
            content: var(--tw-content);
            height: 18rem;
        }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system {
        gap: 2rem;
        padding-top: 2rem;
    }

        .loan_landing_overflow .grid_system::before {
            top: 12rem;
            content: var(--tw-content);
            height: 24rem;
        }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system::before {
        content: var(--tw-content);
        width: 20rem;
    }
}

.loan_landing_overflow .grid_system .title_column {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .title_column {
        grid-column: span 5 / span 5;
        margin-bottom: 1rem;
    }
}

.loan_landing_overflow .grid_system .title_column .logo_box {
    margin-bottom: 1rem;
    height: 4rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .title_column .logo_box {
        height: 5rem;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .title_column .logo_box {
        height: 3rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .title_column .logo_box {
        margin-bottom: 1.5rem;
        height: 4rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .title_column .logo_box {
        margin-bottom: 2rem;
        height: 5rem;
    }
}

.loan_landing_overflow .grid_system .title_column .title_1 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-drop-shadow: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.55));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .title_column .title_1 {
        font-size: 38px;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .title_column .title_1 {
        margin-bottom: 0.5rem;
        font-size: 28px;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .title_column .title_1 {
        margin-bottom: 1.5rem;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .title_column .title_1 {
        font-size: 42px;
    }
}

.loan_landing_overflow .grid_system .title_column .title_2 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 66px;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-drop-shadow: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.55));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .title_column .title_2 {
        margin-bottom: 2rem;
        font-size: 90px;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .title_column .title_2 {
        margin-bottom: 0.5rem;
        font-size: 66px;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .title_column .title_2 {
        margin-bottom: 1.5rem;
        font-size: 84px;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .title_column .title_2 {
        font-size: 100px;
    }
}

.loan_landing_overflow .grid_system .title_column .of_course {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(255 0 61 / var(--tw-text-opacity));
    --tw-drop-shadow: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.8));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .title_column .of_course {
        margin-bottom: 1.5rem;
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .title_column .of_course {
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .title_column .of_course {
        margin-bottom: 1.5rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .title_column .of_course {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.loan_landing_overflow .grid_system .title_column .dependencies {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(255 0 61 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(1 44 89 / var(--tw-text-opacity));
    --tw-drop-shadow: drop-shadow(0 14px 24px rgba(0, 25, 50, 1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    text-shadow: -3px -3px 0 #FF003D, -3px -2px 0 #FF003D, -3px -1px 0 #FF003D, -3px 0px 0 #FF003D, -3px 1px 0 #FF003D, -3px 2px 0 #FF003D, -3px 3px 0 #FF003D, -2px -3px 0 #FF003D, -2px -2px 0 #FF003D, -2px -1px 0 #FF003D, -2px 0px 0 #FF003D, -2px 1px 0 #FF003D, -2px 2px 0 #FF003D, -2px 3px 0 #FF003D, -1px -3px 0 #FF003D, -1px -2px 0 #FF003D, -1px -1px 0 #FF003D, -1px 0px 0 #FF003D, -1px 1px 0 #FF003D, -1px 2px 0 #FF003D, -1px 3px 0 #FF003D, 0px -3px 0 #FF003D, 0px -2px 0 #FF003D, 0px -1px 0 #FF003D, 0px 0px 0 #FF003D, 0px 1px 0 #FF003D, 0px 2px 0 #FF003D, 0px 3px 0 #FF003D, 1px -3px 0 #FF003D, 1px -2px 0 #FF003D, 1px -1px 0 #FF003D, 1px 0px 0 #FF003D, 1px 1px 0 #FF003D, 1px 2px 0 #FF003D, 1px 3px 0 #FF003D, 2px -3px 0 #FF003D, 2px -2px 0 #FF003D, 2px -1px 0 #FF003D, 2px 0px 0 #FF003D, 2px 1px 0 #FF003D, 2px 2px 0 #FF003D, 2px 3px 0 #FF003D, 3px -3px 0 #FF003D, 3px -2px 0 #FF003D, 3px -1px 0 #FF003D, 3px 0px 0 #FF003D, 3px 1px 0 #FF003D, 3px 2px 0 #FF003D, 3px 3px 0 #FF003D;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .title_column .dependencies {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 32px;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .title_column .dependencies {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .title_column .dependencies {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .title_column .dependencies {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column {
    position: relative;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: center;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .furniture_column {
        margin-bottom: 4rem;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column {
        grid-column: span 7 / span 7;
        margin-bottom: 0px;
    }
}

.loan_landing_overflow .grid_system .furniture_column .image_box {
    height: 24rem;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .furniture_column .image_box {
        height: 32rem;
    }
}

@media (min-width: 768px) {
    .loan_landing_overflow .grid_system .furniture_column .image_box {
        height: 36rem;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .image_box {
        position: absolute;
        top: 5rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .image_box {
        height: 42rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .furniture_column .image_box {
        height: 50rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column .company_name {
    position: absolute;
    top: 2rem;
    right: 2rem;
    height: 12rem;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .furniture_column .company_name {
        height: 16rem;
    }
}

@media (min-width: 768px) {
    .loan_landing_overflow .grid_system .furniture_column .company_name {
        height: 20rem;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .company_name {
        top: 10rem;
        right: 9rem;
        height: 10rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .company_name {
        right: 11rem;
        height: 12rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .furniture_column .company_name {
        top: 11rem;
        right: 14rem;
        height: 14rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column .coin_1 {
    position: absolute;
    top: 3rem;
    left: 20%;
    height: 3rem;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_1 {
        top: 11rem;
        left: 7rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_1 {
        height: 3.5rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column .coin_2 {
    position: absolute;
    top: 3.5rem;
    right: 20%;
    height: 2.5rem;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_2 {
        right: 5rem;
        top: 8rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_2 {
        height: 3rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column .coin_3 {
    position: absolute;
    top: 0px;
    right: 45%;
    height: 2rem;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_3 {
        top: 4rem;
        height: 2.5rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_3 {
        height: 3rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column .coin_4 {
    position: absolute;
    top: 11rem;
    right: 20%;
    display: none;
    height: 2.5rem;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_4 {
        display: block;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_4 {
        top: 16rem;
        right: 2rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_4 {
        height: 3rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column .coin_5 {
    position: absolute;
    top: 16rem;
    left: 15%;
    display: none;
    height: 2.5rem;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_5 {
        display: block;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_5 {
        top: 18rem;
        left: 2rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_5 {
        height: 3rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_5 {
        top: 20rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column .coin_6 {
    position: absolute;
    top: 5rem;
    left: 8rem;
    display: none;
    height: 3rem;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_6 {
        display: block;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_6 {
        height: 3.5rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_6 {
        left: 13rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column .coin_7 {
    position: absolute;
    top: 10rem;
    right: 1rem;
    display: none;
    height: 3.5rem;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_7 {
        display: block;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_7 {
        height: 4rem;
    }
}

.loan_landing_overflow .grid_system .furniture_column .coin_8 {
    position: absolute;
    top: 5rem;
    right: 6rem;
    display: none;
    height: 3rem;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_8 {
        display: block;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_8 {
        height: 3.5rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .furniture_column .coin_8 {
        right: 10rem;
        top: 2.5rem;
    }
}

.loan_landing_overflow .grid_system .form_column {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-top: 7rem;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .form_column {
        padding-top: 8rem;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column {
        grid-column: span 5 / span 5;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .form_column {
        padding-bottom: 2rem;
    }
}

.loan_landing_overflow .grid_system .form_column .white_bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 1rem;
    right: 1rem;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .white_bg {
        right: -10rem;
        left: -3rem;
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
        border-top-right-radius: 0px;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .form_column .white_bg {
        right: -18rem;
    }
}

.loan_landing_overflow .grid_system .form_column .arrow {
    position: absolute;
    top: -1.25rem;
    right: 50%;
    display: flex;
    height: 2.5rem;
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 43 88 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .arrow {
        top: 0px;
        height: 1.5rem;
        border-radius: 0px;
    }
}

.loan_landing_overflow .grid_system .form_column .arrow .same {
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .arrow .same {
        display: block;
        height: 100%;
        width: 2.5rem;
    }

        .loan_landing_overflow .grid_system .form_column .arrow .same.right {
            border-top-left-radius: 0.5rem;
        }

        .loan_landing_overflow .grid_system .form_column .arrow .same.left {
            border-top-right-radius: 0.5rem;
        }
}

.loan_landing_overflow .grid_system .form_column .arrow .icon {
    display: flex;
    height: 100%;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .arrow .icon {
        position: relative;
        width: 2.5rem;
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(0 43 88 / var(--tw-bg-opacity));
    }

        .loan_landing_overflow .grid_system .form_column .arrow .icon::before {
            position: absolute;
            bottom: 0px;
            z-index: -1;
            height: 1rem;
            width: 3rem;
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
            --tw-content: '';
            content: var(--tw-content);
        }
}

.loan_landing_overflow .grid_system .form_column .form_desc {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .form_column .form_desc {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .form_desc {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.loan_landing_overflow .grid_system .form_column .form_desc .heading {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(0 72 146 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .form_column .form_desc .heading {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .form_desc .heading {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .form_column .form_desc .heading {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.loan_landing_overflow .grid_system .form_column .form_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: grid;
    width: 100%;
    max-width: 20rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .form_column .form_container {
        max-width: 28rem;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .form_container {
        margin-bottom: 0px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .form_column .form_container {
        width: 26rem;
        max-width: 26rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.loan_landing_overflow .grid_system .form_column .form_container .input_box {
    position: relative;
    height: 3.5rem;
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 72 146 / var(--tw-border-opacity));
    background-color: transparent;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .form_container .input_box {
        --tw-drop-shadow: drop-shadow(0px 5px 13px rgba(0,0,0,0.22));
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .form_column .form_container .input_box {
        height: 4rem;
    }
}

.loan_landing_overflow .grid_system .form_column .form_container .input_box .input {
    height: 100%;
    width: 100%;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-right: 2.5rem;
    font-family: YekanBakhFA;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 72 146 / var(--tw-text-opacity));
}

    .loan_landing_overflow .grid_system .form_column .form_container .input_box .input::-webkit-outer-spin-button,
    .loan_landing_overflow .grid_system .form_column .form_container .input_box .input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.loan_landing_overflow .grid_system .form_column .form_container .input_box .input {
    -moz-appearance: textfield;
}

    .loan_landing_overflow .grid_system .form_column .form_container .input_box .input::-moz-placeholder {
        --tw-text-opacity: 1;
        color: rgb(0 72 146 / var(--tw-text-opacity));
    }

    .loan_landing_overflow .grid_system .form_column .form_container .input_box .input::placeholder {
        --tw-text-opacity: 1;
        color: rgb(0 72 146 / var(--tw-text-opacity));
    }

    .loan_landing_overflow .grid_system .form_column .form_container .input_box .input:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .form_column .form_container .input_box .input {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .form_container .input_box .input {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .form_column .form_container .input_box .input {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.loan_landing_overflow .grid_system .form_column .form_container .input_box .icon {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .form_column .form_container .input_box .icon {
        top: 1.25rem;
    }
}

.loan_landing_overflow .grid_system .form_column .form_container .submit_btn {
    grid-column: 1 / -1;
    display: flex;
    height: 3.5rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 61 / var(--tw-bg-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .form_container .submit_btn {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .form_column .form_container .submit_btn {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .form_column .form_container .submit_btn {
        height: 4rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.loan_landing_overflow .grid_system .form_column .sm_contact {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .sm_contact {
        display: none;
    }
}

.loan_landing_overflow .grid_system .form_column .sm_contact .social_media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

    .loan_landing_overflow .grid_system .form_column .sm_contact .social_media .link {
        cursor: pointer;
    }

        .loan_landing_overflow .grid_system .form_column .sm_contact .social_media .link .icon {
            height: 1.5rem;
        }

            .loan_landing_overflow .grid_system .form_column .sm_contact .social_media .link .icon.fill {
                fill: #002B58;
            }

            .loan_landing_overflow .grid_system .form_column .sm_contact .social_media .link .icon.stroke {
                stroke: #002B58;
            }

.loan_landing_overflow .grid_system .form_column .sm_contact .contacts {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 20rem;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

@media (min-width: 640px) {
    .loan_landing_overflow .grid_system .form_column .sm_contact .contacts {
        max-width: 24rem;
    }
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .sm_contact .contacts {
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .form_column .sm_contact .contacts {
        left: 2rem;
        top: 2rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .form_column .sm_contact .contacts {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.loan_landing_overflow .grid_system .form_column .sm_contact .contacts .link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 43 88 / var(--tw-text-opacity));
}

    .loan_landing_overflow .grid_system .form_column .sm_contact .contacts .link.phone {
        font-family: YekanBakhFA;
        font-size: 1rem;
        line-height: 1.5rem;
    }

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .sm_contact .contacts .link.phone {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1280px) {
    .loan_landing_overflow .grid_system .form_column .sm_contact .contacts .link.phone {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {
    .loan_landing_overflow .grid_system .form_column .sm_contact .contacts .link.phone {
        font-size: 22px;
    }
}

.loan_landing_overflow .grid_system .form_column .sm_contact .contacts .link .icon {
    height: 1.25rem;
    fill: #002B58;
}

@media (min-width: 1024px) {
    .loan_landing_overflow .grid_system .form_column .sm_contact .contacts .link .icon {
        height: 1.5rem;
    }
}

.lg_contact {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .lg_contact {
        display: flex;
    }
}

.lg_contact .social_media {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 1280px) {
    .lg_contact .social_media {
        gap: 1.5rem;
    }
}

.lg_contact .social_media .link {
    cursor: pointer;
}

    .lg_contact .social_media .link .icon {
        height: 1.5rem;
    }

        .lg_contact .social_media .link .icon.fill {
            fill: #fff;
        }

        .lg_contact .social_media .link .icon.stroke {
            stroke: #fff;
        }

.lg_contact .line {
    margin-left: 0.75rem;
    height: 10rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
    .lg_contact .line {
        height: 15rem;
    }
}

@media (min-width: 1536px) {
    .lg_contact .line {
        height: 22rem;
    }
}

.lg_contact .contacts {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .lg_contact .contacts {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .lg_contact .contacts {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {
    .lg_contact .contacts {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.lg_contact .contacts .link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .lg_contact .contacts .link.phone {
        font-family: YekanBakhFA;
        font-size: 1rem;
        line-height: 1.5rem;
    }

@media (min-width: 1024px) {
    .lg_contact .contacts .link.phone {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1280px) {
    .lg_contact .contacts .link.phone {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1536px) {
    .lg_contact .contacts .link.phone {
        font-size: 22px;
    }
}

.lg_contact .contacts .link .icon {
    height: 1.25rem;
    fill: #fff;
}

@media (min-width: 1024px) {
    .lg_contact .contacts .link .icon {
        height: 1.5rem;
    }
}
