@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
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-feature-settings: inherit;
    /* 1 */
    font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
    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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

[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;
    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;
    print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-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;
}

*, ::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-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --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-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --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:  ;
}

.flex-col-1{
    max-width: 100%;
}

@media (min-width: 768px){
    .flex-col-1{
        width: 8.33333333%;
    }
}

.flex-col-6{
    max-width: 100%;
}

@media (min-width: 768px){
    .flex-col-6{
        width: 50%;
    }
}

.flex-col-11{
    max-width: 100%;
}

@media (min-width: 768px){
    .flex-col-11{
        width: 91.66666667%;
    }
}

.flex-col-12{
    max-width: 100%;
}

@media (min-width: 768px){
    .flex-col-12{
        width: 100%;
    }
}

.wg-accordion{
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 233 219 / var(--tw-bg-opacity));
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

@media (min-width: 768px){
    .wg-accordion{
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
}

.accordion-header{
    display: flex;
    cursor: pointer;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(241 233 219 / var(--tw-bg-opacity));
    font-family: DM Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(21 42 58 / var(--tw-text-opacity));
}

.accordion-header.open{
    --tw-text-opacity: 1;
    color: rgb(1 48 76 / var(--tw-text-opacity));
}

.accordion-body{
    display: none;
    padding-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(1 48 76 / var(--tw-text-opacity));
}

.accordion-body p{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(1 48 76 / var(--tw-text-opacity));
}

@media (min-width: 768px){
    .accordion-body p{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.accordion-body a{
    --tw-text-opacity: 1;
    color: rgb(3 132 215 / var(--tw-text-opacity));
}

.accordion-body a:hover{
    --tw-text-opacity: 1;
    color: rgb(14 70 102 / var(--tw-text-opacity));
}

.accordion-header.add-icon::after{
    margin-left: auto;
    display: block;
    padding-left: 1.25rem;
    font-size: 42px;
    font-weight: 200;
    --tw-text-opacity: 1;
    color: rgb(21 42 58 / var(--tw-text-opacity));
    --tw-content: '+';
    content: var(--tw-content);
}

@media (min-width: 768px){
    .accordion-header.add-icon::after{
        font-size: 42px;
    }
}

.accordion-header.add-icon:hover:after{
    --tw-text-opacity: 1;
    color: rgb(21 42 58 / var(--tw-text-opacity));
}

.accordion-header.add-icon.open::after{
    --tw-content: '–';
    content: var(--tw-content);
}

input:focus, [type='text']:focus, [type='tel']:focus, [type='email']:focus, textarea:focus, select:focus{
    --tw-border-opacity: 1;
    border-color: rgb(205 205 205 / var(--tw-border-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
}

[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{
    width: 100%;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

[type='text']::-moz-placeholder, [type='email']::-moz-placeholder, [type='url']::-moz-placeholder, [type='password']::-moz-placeholder, [type='number']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='week']::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(182 193 204 / var(--tw-text-opacity));
}

[type='text']::placeholder, [type='email']::placeholder, [type='url']::placeholder, [type='password']::placeholder, [type='number']::placeholder, [type='date']::placeholder, [type='datetime-local']::placeholder, [type='month']::placeholder,
[type='search']::placeholder, [type='tel']::placeholder, [type='time']::placeholder, [type='week']::placeholder, [multiple]::placeholder, textarea::placeholder, select::placeholder{
    --tw-text-opacity: 1;
    color: rgb(182 193 204 / var(--tw-text-opacity));
}

.question--form.form-pi-api5 {
    /* @apply bg-[#F4F7F7] md:bg-transparent; */
}

.form-body:not(.question-container){
    max-height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-body .form-header{
    margin-bottom: 1rem;
}

@media (min-width: 992px){
    .form-body .form-header{
        margin-bottom: 1.5rem;
    }
}

.form-body .form-header h2,
.container-main-content .form-main-header h2{
    margin-top: 0px;
    text-align: left;
    font-size: 30px;
    font-weight: 700 !important;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity));
}

.form-body .form-header h3{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity));
}

@media (min-width: 992px){
    .form-body .form-header h3{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.form-body .form-header h3 span.t-num{
    margin-right: 0.75rem;
    display: flex;
    flex: 0 0 35px;
    align-items: center;
    align-self: flex-start;
    color: var(--form-theme-color);
}

.form-body .form-header h3 img,
.form-body .form-header h3 svg{
    margin-left: 0.25rem;
}

.form-body .form-header h3 small{
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(166 166 166 / var(--tw-text-opacity));
}

@media (min-width: 768px){
    .form-body .form-header h3 small{
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.375;
    }
}

.form-body .form-header p,
.container-main-content .form-main-header p{
    margin-top: 1rem !important;
    text-align: left;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 400;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity));
}

.form-body label:not(.form-check-label, .form-tag-label){
    margin-bottom: 0.5rem;
    display: none;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.form-body label small{
    font-size: 9px;
}

@media (min-width: 768px){
    .form-body label small{
        font-size: 11px;
    }
}

.form-body .form-group{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form-body p {
    /* @apply mt-4 font-semibold text-base text-darkblack text-center; */
}

.form-footer [type="submit"], .form-footer .btn-submit[type="button"]{
    display: inline-block;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(58 124 175 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(58 124 175 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-pi-api5 .form-footer [type="submit"], .form-footer .btn-submit[type="button"]{
    border-color: var(--form-theme-color);
    background-color: var(--form-theme-color);
}

.form-footer [type="submit"]:hover, .form-footer .btn-submit[type="button"]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 43 114 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 43 114 / var(--tw-bg-opacity));
}

.form-footer p{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(126 125 125 / var(--tw-text-opacity)) !important;
}

/* radio */

.form-body .form-check-input{
    visibility: hidden;
    position: absolute;
    top: 200%;
    z-index: -10;
}

.form-body .form-check-label{
    position: relative;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    display: inline-flex;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 3px;
    border-width: 1px;
    border-color: var(--form-theme-color);
    --tw-bg-opacity: 1;
    background-color: rgb(230 236 247 / var(--tw-bg-opacity));
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 2.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--form-theme-color);
}

.form-body .form-check-label:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(182 198 224 / var(--tw-bg-opacity));
}

@media (min-width: 992px){
    .form-body .form-check-label{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.form-body .form-check-label span.alphabetical-order{
    margin-right: 0.75rem;
    display: flex;
    height: 28px;
    width: 28px;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border-width: 1px;
    border-color: var(--form-theme-color);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 700;
    line-height: 1;
    color: var(--form-theme-color);
}

.form-body .form-check-input:checked + .form-check-label{
    border-width: 2px;
}

.form-body .form-check-input:checked + .form-check-label span.alphabetical-order{
    background-color: var(--form-theme-color);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-body .form-check-label::after{
    position: absolute;
    top: 5px;
    right: 0.75rem;
    z-index: 10;
    display: block;
    --tw-content: '';
    content: var(--tw-content);
}

.form-body .form-check-input:checked + .form-check-label::after{
    --tw-content: url(../img/icon-selected-api4.svg);
    content: var(--tw-content);
}

.form-pi-api5  .form-body .form-check-input:checked + .form-check-label::after{
    --tw-content: url(../img/icon-selected.svg);
    content: var(--tw-content);
}

/* .form-body .form-check-input + .form-check-label + .form-check-input + .form-check-label {
        @apply ml-10;
    } */

/* select */

.form-body .form-select select{
    background-image: url(../img/arrow-select.svg);
    background-size: auto;
    background-position: right 20px center;
}

/* error message */

.form-body .error-message{
    margin-top: 0.5rem;
    display: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
}

.form-body .error-message img{
    margin-right: 0.5rem;
    max-width: 15px;
}

.form-body .error-message b{
    margin-right: 0.5rem;
    font-weight: 700;
}

.api-elements.error .error-message{
    display: none;
}

.error:not(.api-elements) .error-message,
.api-elements .api-error .error + .error-message{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 3px;
    background-color: rgb(185 28 28 / 0.2);
    padding: 7px;
}

.form-body .show{
    display: block !important;
}

.error:not(.api-elements) input, .form-body.error textarea,
.api-elements .api-error input.error{
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}

.api-elements .entered input.entered {
    /* @apply !border-[#CDCDCD] !border; */
}

input:-moz-read-only, .error input:-moz-read-only{
    pointer-events: none;
    --tw-border-opacity: 1 !important;
    border-color: rgb(205 205 205 / var(--tw-border-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
    caret-color: transparent;
}

input:read-only,
.error input:read-only{
    pointer-events: none;
    --tw-border-opacity: 1 !important;
    border-color: rgb(205 205 205 / var(--tw-border-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
    caret-color: transparent;
}

/* question--form */

.question--form .form-body{
    margin-top: 0px;
    margin-left: 1.5rem;
    margin-right: 1.25rem;
}

@media (min-width: 768px){
    .question--form .form-body{
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

@media (min-width: 992px){
    .question--form .form-body{
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

.question--form .form-body .form-group input,
.question--form .form-body .form-group textarea,
.question--form .form-body .form-group select{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.form-pi-api5.question--form .form-body .form-group textarea,
.form-pi-api5.question--form .form-body .form-group input[type="text"],
.form-pi-api5.question--form .form-body .form-group input[type="tel"],
.form-pi-api5.question--form .form-body .form-group input[type="email"]{
    color: var(--form-theme-color);
}

.question--form .form-body .form-group textarea{
    border-radius: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.question--form .form-tag-label{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(20 48 82 / var(--tw-text-opacity));
}

.question--form .form-footer-disclaimer p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(80 80 80 / var(--tw-text-opacity));
}

/* progress */

.form-progress-bar{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    width: 100%;
    max-width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

a.btn-progress-arrow{
    display: block;
    height: 36px;
    width: 36px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    --tw-bg-opacity: 1;
    background-color: rgb(58 124 175 / var(--tw-bg-opacity));
    background-position: center;
    background-repeat: no-repeat;
}

a.btn-progress-arrow:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 43 114 / var(--tw-bg-opacity));
}

.form-pi-api5 a.btn-progress-arrow{
    background-color: var(--form-theme-color);
}

.form-pi-api5 a.btn-progress-arrow:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 43 114 / var(--tw-bg-opacity));
}

/* a.btn-progress-arrow.btn-progress-arrow-prev {
        @apply bg-[url(../img/icon-prev.svg)];
    } */

a.btn-progress-arrow.btn-progress-arrow-next{
    --tw-rotate: 180deg;
    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));
}

a.btn-progress-arrow.btn-progress-arrow-next.active{
    pointer-events: auto;
    --tw-rotate: 180deg;
    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));
    opacity: 1;
}

a.btn-progress-arrow.disabled{
    pointer-events: none !important;
}

.btn-progress{
    display: inline-block;
    border-radius: 3px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(58 124 175 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(58 124 175 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-progress:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 43 114 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 43 114 / var(--tw-bg-opacity));
}

.container-thank-you .btn-progress{
    width: 100%;
    max-width: 24rem;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgb(245 93 37 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 93 37 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.container-thank-you .btn-progress:hover{
    --tw-border-opacity: 1;
    border-color: rgb(249 134 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(249 134 0 / var(--tw-bg-opacity));
}

.form-pi-api5 .btn-progress{
    border-color: var(--form-theme-color);
    background-color: var(--form-theme-color);
}

.form-pi-api5 .btn-progress:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 43 114 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 43 114 / var(--tw-bg-opacity));
}

/* .form-sec-3.error .btn-progress {
        @apply text-black/20 border-[#c5c5c5] bg-[#c5c5c5] pointer-events-none;
    } */

.progress-bar{
    position: relative;
    display: flex;
    height: 4px;
    width: 100%;
    justify-content: space-evenly;
    --tw-bg-opacity: 1;
    background-color: rgb(195 216 231 / var(--tw-bg-opacity));
}

.progress-bar--inner{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.arrow-right, .arrow-left{
    flex: 0 0 37px;
}

.progress-bar span{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: block;
    height: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(28 125 179 / var(--tw-bg-opacity));
}

.progress-bar span.empty-bar{
    position: relative;
    top: auto;
    left: auto;
    z-index: 20;
    height: 2px;
    width: 5%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* question slide animation */

.additional-step{
    display: none !important;
}

.form-body{
    opacity: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.form-body.form-invisible{
    pointer-events: none;
    opacity: 0;
}

.contatiner-popup .form-header{
    margin-bottom: 1rem;
}

.contatiner-popup .form-header h3{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 21px;
    line-height: 1.25;
}

.contatiner-popup .form-body{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    margin-left: 0px !important;
}

.contatiner-popup .form-body .form-check-label{
    border-style: none;
    background-color: transparent;
    font-weight: 700;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity));
}

.contatiner-popup .form-body .form-check .form-check-label{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity));
}

.contatiner-popup .form-body .form-check .form-check-label::before{
    margin-right: 0.75rem;
    display: block;
    height: 15px;
    width: 15px;
    flex: 0 0 15px;
    align-self: center;
    border-radius: 9999px;
    border-width: 2px;
    border-color: var(--form-theme-color);
    --tw-content: '';
    content: var(--tw-content);
}

.form-pi-api5 .contatiner-popup .form-body .form-check .form-check-label::before{
    border-color: var(--form-theme-color);
}

.contatiner-popup .form-body .form-check .form-check-label::after{
    display: none;
}

.contatiner-popup .form-body .form-check-input:checked + .form-check-label::before{
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 93 37 / var(--tw-bg-opacity));
    --tw-shadow: 0px 0px 0px 1px;
    --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #F55D25;
    --tw-shadow: var(--tw-shadow-colored);
    --tw-content: '';
    content: var(--tw-content);
}

html, body{
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(21 42 58 / var(--tw-text-opacity));
}

h1{
    margin-bottom: 1.25rem;
    display: block;
    font-weight: 700;
    line-height: 1.3;
}

h2{
    margin-bottom: 1rem;
    display: block;
    font-weight: 700;
    line-height: 1.3;
}

h3{
    margin-bottom: 1rem;
    display: block;
    font-weight: 700;
    line-height: 1.3;
}

h4{
    margin-bottom: 1rem;
    display: block;
    font-weight: 700;
    line-height: 1.4;
}

h5{
    margin-bottom: 1rem;
    display: block;
    font-weight: 700;
    line-height: 1.4;
}

p{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 16px;
    line-height: 1.4;
}

a.btn-header-phone{
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(10 48 85 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-drop-shadow: drop-shadow(0 7px 7px #27314033);
    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);
}

a.btn-header-phone:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 111 187 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
    a.btn-header-phone{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* winning cases */

.winning-logo{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}

.bk-line{
    display: flex;
    height: 0px;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(212 186 142 / var(--tw-border-opacity));
}

.bk-line::before{
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 9999px;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(212 186 142 / var(--tw-bg-opacity));
}

.bk-line::after{
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 9999px;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(212 186 142 / var(--tw-bg-opacity));
}

.bk-center{
    display: flex;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
}

.bk-center::before{
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(212 186 142 / var(--tw-bg-opacity));
}

/* free-consultation */

.free-consultation-item-inner{
    position: relative;
    height: 100%;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(1 48 76 / var(--tw-text-opacity));
}

.free-consultation-num{
    position: relative;
    top: -25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 58px;
    width: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(212 186 142 / var(--tw-bg-opacity));
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(10 48 85 / var(--tw-text-opacity));
}

.free-consultation-title{
    margin-bottom: 0.75rem;
    margin-top: -10px;
    font-family: DM Sans, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    line-height: 1.25;
}

@media (min-width: 992px){
    .free-consultation-title{
        font-size: 28px;
    }
}

.free-consultation-text{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity));
}

.free-consultation--inner .sp-line{
    position: relative;
    height: 5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (min-width: 992px){
    .free-consultation--inner .sp-line{
        height: auto;
    }
}

.free-consultation--inner .sp-line::before{
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 2rem;
    width: 2px;
    border-left-width: 4px;
    border-color: rgb(255 255 255 / 0.4);
    --tw-content: '';
    content: var(--tw-content);
}

@media (min-width: 992px){
    .free-consultation--inner .sp-line::before{
        top: 50%;
        height: 2px;
        width: 80%;
        border-left-width: 0px;
        border-top-width: 4px;
    }
}

/* btn */

a.btn-free-consultation{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 9999px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: DM Sans, sans-serif;
}

/* loading animation */

.container-loading{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / 0.95);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4rem;
    padding-top: 12rem;
}

/* thank you page */

.thank-you-info ul{
    display: grid;
}

@media (min-width: 768px){
    .thank-you-info ul{
        display: inline-grid;
    }
}

.thank-you-info ul li{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.thank-you-info ul li img{
    margin-right: 0.5rem;
}

.testimonial-item{
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 233 219 / var(--tw-bg-opacity));
    padding: 1.5rem;
}

.testimonial-item--text{
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.375;
}

.testimonial-item--atty{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.testimonial-item--atty__name{
    margin-top: 1rem;
    font-family: DM Sans, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity));
}

.testimonial-item--atty__name span{
    display: block;
    font-family: DM Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(152 162 179 / var(--tw-text-opacity));
}

.testimonial-item--atty__firm{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
}

.testimonial-item--atty__firm img{
    margin-left: auto;
    margin-right: auto;
    max-width: 54px;
}

@media (min-width: 768px){
    .testimonial-item--atty__firm img{
        max-width: 100%;
    }
}

.testimonials-inner .slides .icon-verified{
    margin-right: 0.75rem;
    display: block;
    height: 60px;
    width: 60px;
}

.footer-mid__copyright a{
    --tw-text-opacity: 1;
    color: rgb(77 87 84 / var(--tw-text-opacity));
    text-decoration-line: underline;
}

.footer-mid__copyright a:hover{
    --tw-text-opacity: 1;
    color: rgb(103 192 252 / var(--tw-text-opacity));
}

.pointer-events-none{
    pointer-events: none;
}

.pointer-events-auto{
    pointer-events: auto;
}

.absolute{
    position: absolute;
}

.relative{
    position: relative;
}

.bottom-0{
    bottom: 0px;
}

.right-0{
    right: 0px;
}

.right-\[20px\]{
    right: 20px;
}

.top-\[20px\]{
    top: 20px;
}

.z-0{
    z-index: 0;
}

.z-10{
    z-index: 10;
}

.z-20{
    z-index: 20;
}

.z-\[100\]{
    z-index: 100;
}

.order-1{
    order: 1;
}

.mt-0{
    margin-top: 0;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}

.mb-1{
    margin-bottom: 0.25rem;
}

.mb-2{
    margin-bottom: 0.5rem;
}

.mb-3{
    margin-bottom: 0.75rem;
}

.mb-4{
    margin-bottom: 1rem;
}

.mb-6{
    margin-bottom: 1.5rem;
}

.mb-9{
    margin-bottom: 2.25rem;
}

.ml-3{
    margin-left: 0.75rem;
}

.ml-auto{
    margin-left: auto;
}

.mr-1{
    margin-right: 0.25rem;
}

.mr-2{
    margin-right: 0.5rem;
}

.mr-4{
    margin-right: 1rem;
}

.mt-0{
    margin-top: 0px;
}

.mt-1{
    margin-top: 0.25rem;
}

.mt-16{
    margin-top: 4rem;
}

.mt-2{
    margin-top: 0.5rem;
}

.mt-3{
    margin-top: 0.75rem;
}

.mt-5{
    margin-top: 1.25rem;
}

.mt-6{
    margin-top: 1.5rem;
}

.mt-8{
    margin-top: 2rem;
}

.mt-9{
    margin-top: 2.25rem;
}

.block{
    display: block;
}

.\!inline-block{
    display: inline-block !important;
}

.inline-block{
    display: inline-block;
}

.flex{
    display: flex;
}

.inline-flex{
    display: inline-flex;
}

.grid{
    display: grid;
}

.hidden{
    display: none;
}

.h-\[22px\]{
    height: 22px;
}

.h-full{
    height: 100%;
}

.w-11\/12{
    width: 91.666667%;
}

.w-\[22px\]{
    width: 22px;
}

.w-\[66px\]{
    width: 66px;
}

.w-\[88px\]{
    width: 88px;
}

.w-full{
    width: 100%;
}

.max-w-\[157px\]{
    max-width: 157px;
}

.max-w-\[16px\]{
    max-width: 16px;
}

.max-w-\[366px\]{
    max-width: 366px;
}

.max-w-\[550px\]{
    max-width: 550px;
}

.max-w-none{
    max-width: none;
}

.flex-col-1{
    flex: 0 0 8.33333333%;
}

.flex-col-11{
    flex: 0 0 91.66666667%;
}

.flex-col-12{
    flex: 0 0 100%;
}

.flex-col-6{
    flex: 0 0 50%;
}

.grid-cols-\[1fr_50px_1fr\]{
    grid-template-columns: 1fr 50px 1fr;
}

.grid-cols-\[minmax\(0\2c _1fr\)\]{
    grid-template-columns: minmax(0, 1fr);
}

.flex-row{
    flex-direction: row;
}

.flex-col{
    flex-direction: column;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-nowrap{
    flex-wrap: nowrap;
}

.items-start{
    align-items: flex-start;
}

.items-end{
    align-items: flex-end;
}

.items-center{
    align-items: center;
}

.justify-start{
    justify-content: flex-start;
}

.justify-end{
    justify-content: flex-end;
}

.justify-center{
    justify-content: center;
}

.justify-between{
    justify-content: space-between;
}

.justify-evenly{
    justify-content: space-evenly;
}

.gap-3{
    gap: 0.75rem;
}

.overflow-hidden{
    overflow: hidden;
}

.\!rounded-xl{
    border-radius: 0.75rem !important;
}

.rounded-3xl{
    border-radius: 1.5rem;
}

.rounded-full{
    border-radius: 9999px;
}

.rounded-xl{
    border-radius: 0.75rem;
}

.border-b{
    border-bottom-width: 1px;
}

.border-t{
    border-top-width: 1px;
}

.border-t-\[32px\]{
    border-top-width: 32px;
}

.border-\[\#0A3055\]{
    --tw-border-opacity: 1;
    border-color: rgb(10 48 85 / var(--tw-border-opacity));
}

.border-black\/10{
    border-color: rgb(0 0 0 / 0.1);
}

.border-black\/20{
    border-color: rgb(0 0 0 / 0.2);
}

.border-darkblue\/10{
    border-color: rgb(11 47 85 / 0.1);
}

.bg-\[\#0A3055\]{
    --tw-bg-opacity: 1;
    background-color: rgb(10 48 85 / var(--tw-bg-opacity));
}

.bg-\[\#D4BA8E8A\]{
    background-color: #D4BA8E8A;
}

.bg-\[\#F1E9DB\]{
    --tw-bg-opacity: 1;
    background-color: rgb(241 233 219 / var(--tw-bg-opacity));
}

.bg-bgblue{
    --tw-bg-opacity: 1;
    background-color: rgb(10 48 85 / var(--tw-bg-opacity));
}

.bg-lightBrown{
    --tw-bg-opacity: 1;
    background-color: rgb(212 186 142 / var(--tw-bg-opacity));
}

.bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(236 97 35 / var(--tw-bg-opacity));
}

.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\!py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-0{
    padding-bottom: 0px;
}

.pb-10{
    padding-bottom: 2.5rem;
}

.pb-3{
    padding-bottom: 0.75rem;
}

.pb-5{
    padding-bottom: 1.25rem;
}

.pb-6{
    padding-bottom: 1.5rem;
}

.pb-8{
    padding-bottom: 2rem;
}

.pl-0{
    padding-left: 0px;
}

.pr-0{
    padding-right: 0px;
}

.pr-8{
    padding-right: 2rem;
}

.pt-0{
    padding-top: 0px;
}

.pt-10{
    padding-top: 2.5rem;
}

.pt-14{
    padding-top: 3.5rem;
}

.pt-5{
    padding-top: 1.25rem;
}

.pt-7{
    padding-top: 1.75rem;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.font-dmsans{
    font-family: DM Sans, sans-serif;
}

.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-\[21px\]{
    font-size: 21px;
}

.text-\[30px\]{
    font-size: 30px;
}

.text-\[32px\]{
    font-size: 32px;
}

.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}

.underline {
    text-decoration-line: underline;
}

.\!font-extrabold{
    font-weight: 800 !important;
}

.font-bold{
    font-weight: 700;
}

.font-normal{
    font-weight: 400;
}

.\!leading-\[1\.3\]{
    line-height: 1.3 !important;
}

.leading-\[1\.2\]{
    line-height: 1.2;
}

.leading-\[1\.3\]{
    line-height: 1.3;
}

.leading-\[1\.4\]{
    line-height: 1.4;
}

.leading-none{
    line-height: 1;
}

.leading-normal{
    line-height: 1.5;
}

.tracking-wider{
    letter-spacing: 0.05em;
}

.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#006FBB\]{
    --tw-text-opacity: 1;
    color: rgb(0 111 187 / var(--tw-text-opacity));
}

.text-\[\#152A3A\]{
    --tw-text-opacity: 1;
    color: rgb(21 42 58 / var(--tw-text-opacity));
}

.text-\[\#272727\]{
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity));
}

.text-\[\#273140\]{
    --tw-text-opacity: 1;
    color: rgb(39 49 64 / var(--tw-text-opacity));
}

.text-\[\#4D5754\]{
    --tw-text-opacity: 1;
    color: rgb(77 87 84 / var(--tw-text-opacity));
}

.text-\[\#65635D\]{
    --tw-text-opacity: 1;
    color: rgb(101 99 93 / var(--tw-text-opacity));
}

.text-lightBrown{
    --tw-text-opacity: 1;
    color: rgb(212 186 142 / var(--tw-text-opacity));
}

.text-navyblue{
    --tw-text-opacity: 1;
    color: rgb(10 48 85 / var(--tw-text-opacity));
}

.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!no-underline{
    text-decoration-line: none !important;
}

.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
    outline-style: solid;
}

.drop-shadow-\[0_6px_16px_rgba\(236\2c 97\2c 35\2c 0\.3\)\]{
    --tw-drop-shadow: drop-shadow(0 6px 16px rgba(236,97,35,0.3));
    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);
}

.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* features */

/* flex grid */

/* accordion */

/* form */

textarea:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
    outline: none;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

a.btn-progress-arrow.btn-progress-arrow-prev, a.btn-progress-arrow.btn-progress-arrow-next {
    background-image: url("data:image/svg+xml;utf8,<svg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17 9L9 0.999999L1 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

a.btn-progress-arrow.btn-progress-arrow-prev.disabled, a.btn-progress-arrow.btn-progress-arrow-next.disabled {
    background-image: url("data:image/svg+xml;utf8,<svg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17 9L9 0.999999L1 9' stroke='lightslategray' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.grow-wrap {
    display: grid;
}

.grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.grow-wrap > textarea {
    resize: none;
    overflow: hidden;
}

.grow-wrap > textarea,
.grow-wrap::after {
    /* border: 1px solid black; */
    padding: 0.5rem 1rem 0.5rem 0;
    grid-area: 1 / 1 / 2 / 2;
}

/* popup module */

/* sections */

/* global */

/* header */

/* home banner */

/* main content */

/* no scroll */

.no-scroll {
    overflow-y: hidden !important;
    pointer-events: none !important;
}

/* footer links */

button#ot-sdk-btn, #ib-dnsi-btn {
    display: none;
}

/* testimonials */

/* footer */

@media (min-width: 768px){
    .md\:flex-col-4{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .md\:flex-col-4{
            width: 33.33333333%;
        }
    }

    .md\:flex-col-8{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .md\:flex-col-8{
            width: 66.66666667%;
        }
    }
}

@media (min-width: 992px){
    .lg\:\!flex-col-3{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:\!flex-col-3{
            width: 25%;
        }
    }

    .lg\:flex-col-3{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:flex-col-3{
            width: 25%;
        }
    }

    .lg\:flex-col-4{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:flex-col-4{
            width: 33.33333333%;
        }
    }

    .lg\:flex-col-5{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:flex-col-5{
            width: 41.66666667%;
        }
    }

    .lg\:flex-col-6{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:flex-col-6{
            width: 50%;
        }
    }

    .lg\:flex-col-7{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:flex-col-7{
            width: 58.33333333%;
        }
    }

    .lg\:flex-col-8{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:flex-col-8{
            width: 66.66666667%;
        }
    }

    .lg\:flex-col-9{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:flex-col-9{
            width: 75%;
        }
    }

    .lg\:flex-col-11{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:flex-col-11{
            width: 91.66666667%;
        }
    }

    .lg\:flex-col-12{
        max-width: 100%;
    }

    @media (min-width: 768px){
        .lg\:flex-col-12{
            width: 100%;
        }
    }
}

@media (min-width: 1200px){
    .xl\:container{
        width: 100%;
    }

    @media (min-width: 576px){
        .xl\:container{
            max-width: 576px;
        }
    }

    @media (min-width: 768px){
        .xl\:container{
            max-width: 768px;
        }
    }

    @media (min-width: 992px){
        .xl\:container{
            max-width: 992px;
        }
    }

    @media (min-width: 1200px){
        .xl\:container{
            max-width: 1200px;
        }
    }

    @media (min-width: 1400px){
        .xl\:container{
            max-width: 1400px;
        }
    }
}

.hover\:bg-\[\#006FBB\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 111 187 / var(--tw-bg-opacity));
}

.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
    .md\:right-\[25px\]{
        right: 25px;
    }

    .md\:top-\[25px\]{
        top: 25px;
    }

    .md\:mx-auto{
        margin-left: auto;
        margin-right: auto;
    }

    .md\:my-10{
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .md\:mt-14{
        margin-top: 3.5rem;
    }

    .md\:mt-8{
        margin-top: 2rem;
    }

    .md\:block{
        display: block;
    }

    .md\:inline-block{
        display: inline-block;
    }

    .md\:w-10\/12{
        width: 83.333333%;
    }

    .md\:w-auto{
        width: auto;
    }

    .md\:max-w-none{
        max-width: none;
    }

    .md\:flex-col-4{
        flex: 0 0 33.33333333%;
    }

    .md\:flex-col-8{
        flex: 0 0 66.66666667%;
    }

    .md\:grid-cols-\[minmax\(0\2c _330px\)_minmax\(0\2c _330px\)\]{
        grid-template-columns: minmax(0, 330px) minmax(0, 330px);
    }

    .md\:gap-6{
        gap: 1.5rem;
    }

    .md\:\!py-4{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .md\:py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .md\:pb-0{
        padding-bottom: 0px;
    }

    .md\:pb-10{
        padding-bottom: 2.5rem;
    }

    .md\:pb-12{
        padding-bottom: 3rem;
    }

    .md\:pt-20{
        padding-top: 5rem;
    }

    .md\:\!text-\[24px\]{
        font-size: 24px !important;
    }

    .md\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-\[21px\]{
        font-size: 21px;
    }

    .md\:text-\[32px\]{
        font-size: 32px;
    }

    .md\:text-\[40px\]{
        font-size: 40px;
    }

    .md\:text-\[48px\]{
        font-size: 48px;
    }

    .md\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 992px){
    .lg\:right-\[30px\]{
        right: 30px;
    }

    .lg\:top-\[30px\]{
        top: 30px;
    }

    .lg\:-order-10{
        order: -10;
    }

    .lg\:order-10{
        order: 10;
    }

    .lg\:my-9{
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .lg\:mb-0{
        margin-bottom: 0px;
    }

    .lg\:ml-auto{
        margin-left: auto;
    }

    .lg\:mr-0{
        margin-right: 0px;
    }

    .lg\:mt-0{
        margin-top: 0px;
    }

    .lg\:mt-8{
        margin-top: 2rem;
    }

    .lg\:block{
        display: block;
    }

    .lg\:w-11\/12{
        width: 91.666667%;
    }

    .lg\:max-w-none{
        max-width: none;
    }

    .lg\:\!flex-col-3{
        flex: 0 0 25% !important;
    }

    .lg\:flex-col-11{
        flex: 0 0 91.66666667%;
    }

    .lg\:flex-col-12{
        flex: 0 0 100%;
    }

    .lg\:flex-col-3{
        flex: 0 0 25%;
    }

    .lg\:flex-col-4{
        flex: 0 0 33.33333333%;
    }

    .lg\:flex-col-5{
        flex: 0 0 41.66666667%;
    }

    .lg\:flex-col-6{
        flex: 0 0 50%;
    }

    .lg\:flex-col-7{
        flex: 0 0 58.33333333%;
    }

    .lg\:flex-col-8{
        flex: 0 0 66.66666667%;
    }

    .lg\:flex-col-9{
        flex: 0 0 75%;
    }

    .lg\:grid-cols-\[minmax\(0\2c _0\.66fr\)_minmax\(0\2c _350px\)\]{
        grid-template-columns: minmax(0, 0.66fr) minmax(0, 350px);
    }

    .lg\:grid-cols-\[minmax\(0\2c _400px\)_minmax\(0\2c _400px\)_minmax\(0\2c _400px\)\]{
        grid-template-columns: minmax(0, 400px) minmax(0, 400px) minmax(0, 400px);
    }

    .lg\:justify-start{
        justify-content: flex-start;
    }

    .lg\:justify-end{
        justify-content: flex-end;
    }

    .lg\:border-l{
        border-left-width: 1px;
    }

    .lg\:border-t-0{
        border-top-width: 0px;
    }

    .lg\:py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-20{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:pb-10{
        padding-bottom: 2.5rem;
    }

    .lg\:pb-12{
        padding-bottom: 3rem;
    }

    .lg\:pb-20{
        padding-bottom: 5rem;
    }

    .lg\:pl-14{
        padding-left: 3.5rem;
    }

    .lg\:pr-1{
        padding-right: 0.25rem;
    }

    .lg\:pr-14{
        padding-right: 3.5rem;
    }

    .lg\:pt-0{
        padding-top: 0px;
    }

    .lg\:pt-10{
        padding-top: 2.5rem;
    }

    .lg\:text-left{
        text-align: left;
    }

    .lg\:text-right{
        text-align: right;
    }

    .lg\:\!text-\[28px\]{
        font-size: 28px !important;
    }

    .lg\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-\[40px\]{
        font-size: 40px;
    }

    .lg\:text-\[50px\]{
        font-size: 50px;
    }

    .lg\:text-\[54px\]{
        font-size: 54px;
    }

    .lg\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1200px){
    .xl\:inline-block{
        display: inline-block;
    }
}
.flex-col-9 {
    flex: 0 0 75%; /* 9/12 = 75% */
    max-width: 75%;
  }
  
  .flex-col-3 {
    flex: 0 0 25%; /* 3/12 = 25% */
    max-width: 25%;
  }
  @media (min-width: 1024px) {
    .lg\\:flex-col-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .lg\\:flex-col-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  }
.banner-message .banner-submessage{
    font-family: DM Sans;
    font-weight: 700;
    letter-spacing: 0%;
    color: #152A3A;
}

.banner-message .banner-arrow{
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

/* Show mobile image by default, hide desktop image */
.banner-arrow-mobile {
    display: block;
  }
  
  .banner-arrow-desktop {
    display: none;
  }
  
  .banner-message a.btn-free-consultation{
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #27314033;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    display: block;
  }
  /* Show desktop image on medium screens and up (768px+) */
 @media (min-width: 768px) {
    .banner-arrow-mobile {
      display: none;
    }
  
    .banner-arrow-desktop {
      display: block;
    }

    .banner-message .banner-arrow{
        margin-top: 3.5rem;
    }

    .banner-message a.btn-free-consultation{
        display: none;
    }
    
  }

.text-\[16px\]{
    font-size: 16px;
}

@media (max-width: 768px){
    .px-6{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.bottom-btn{
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}