*,
::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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

html {
    margin-top: 0 !important;
}
/*
! tailwindcss v3.4.19 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
    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, 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 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
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 */
    letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden='until-found'])) {
    display: none;
}

.container {
    width: 100%;
}

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

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

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

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

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

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left-\[36\%\] {
    left: 36%;
}

.right-\[27\%\] {
    right: 27%;
}

.top-\[-2\%\] {
    top: -2%;
}

.top-\[6\%\] {
    top: 6%;
}

.top-\[7\%\] {
    top: 7%;
}

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

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

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

.mb-\[-75px\] {
    margin-bottom: -75px;
}

.mb-\[14px\] {
    margin-bottom: 14px;
}

.mb-\[15px\] {
    margin-bottom: 15px;
}

.ml-\[60px\] {
    margin-left: 60px;
}

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

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

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

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

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

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

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

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

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

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

.cursor-pointer {
    cursor: pointer;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

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

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[13px\] {
    gap: 13px;
}

.gap-\[19px\] {
    gap: 19px;
}

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

.gap-\[23px\] {
    gap: 23px;
}

.gap-\[34px\] {
    gap: 34px;
}

.gap-\[38px\] {
    gap: 38px;
}

.gap-\[39px\] {
    gap: 39px;
}

.gap-\[40px\] {
    gap: 40px;
}

.gap-\[41px\] {
    gap: 41px;
}

.gap-\[44px\] {
    gap: 44px;
}

.gap-\[65px\] {
    gap: 65px;
}

.gap-\[6px\] {
    gap: 6px;
}

.gap-\[83px\] {
    gap: 83px;
}

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

.rounded-\[18px\] {
    border-radius: 18px;
}

.rounded-\[40px\] {
    border-radius: 40px;
}

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

.border-\[1px\] {
    border-width: 1px;
}

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

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#45ADFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(69 173 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#AACCFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(170 204 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B1E6FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(177 230 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B6FFBF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(182 255 191 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F3F3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4FCFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 252 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCFFA5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 255 165 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFC4EB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 196 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFD6AC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 214 172 / var(--tw-bg-opacity, 1));
}

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

.p-5 {
    padding: 1.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

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

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
}

.px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px;
}

.px-\[30\.5px\] {
    padding-left: 30.5px;
    padding-right: 30.5px;
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}

.px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px;
}

.px-\[43px\] {
    padding-left: 43px;
    padding-right: 43px;
}

.px-\[72\.5px\] {
    padding-left: 72.5px;
    padding-right: 72.5px;
}

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

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

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-\[12\.5px\] {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
}

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

.py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
}

.py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
}

.py-\[34px\] {
    padding-top: 34px;
    padding-bottom: 34px;
}

.py-\[44px\] {
    padding-top: 44px;
    padding-bottom: 44px;
}

.py-\[68px\] {
    padding-top: 68px;
    padding-bottom: 68px;
}

.py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
}

.\!pb-\[20px\] {
    padding-bottom: 20px !important;
}

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

.pb-\[103px\] {
    padding-bottom: 103px;
}

.pb-\[104px\] {
    padding-bottom: 104px;
}

.pb-\[106px\] {
    padding-bottom: 106px;
}

.pb-\[123px\] {
    padding-bottom: 123px;
}

.pb-\[14px\] {
    padding-bottom: 14px;
}

.pb-\[39px\] {
    padding-bottom: 39px;
}

.pb-\[44\.5px\] {
    padding-bottom: 44.5px;
}

.pb-\[44px\] {
    padding-bottom: 44px;
}

.pb-\[60px\] {
    padding-bottom: 60px;
}

.pb-\[70px\] {
    padding-bottom: 70px;
}

.pb-\[80px\] {
    padding-bottom: 80px;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-\[116px\] {
    padding-top: 116px;
}

.pt-\[34px\] {
    padding-top: 34px;
}

.pt-\[42px\] {
    padding-top: 42px;
}

.pt-\[66px\] {
    padding-top: 66px;
}

.pt-\[68px\] {
    padding-top: 68px;
}

.pt-\[70px\] {
    padding-top: 70px;
}

.pt-\[90px\] {
    padding-top: 90px;
}

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

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

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

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-medium {
    font-weight: 500;
}

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

.font-semibold {
    font-weight: 600;
}

.leading-\[110\%\] {
    line-height: 110%;
}

.leading-\[150\%\] {
    line-height: 150%;
}

.leading-\[180\%\] {
    line-height: 180%;
}

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

.text-\[\#45ADFF\] {
    --tw-text-opacity: 1;
    color: rgb(69 173 255 / var(--tw-text-opacity, 1));
}

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

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

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

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

.decoration-black {
    text-decoration-color: #000;
}

.decoration-white {
    text-decoration-color: #fff;
}

.underline-offset-4 {
    text-underline-offset: 4px;
}

.underline-offset-\[8px\] {
    text-underline-offset: 8px;
}

@font-face {
    font-family: 'Manrope';

    src: url('../fonts/Manrope-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Zalando';

    src: url('../fonts/ZalandoSansExpanded-VariableFont_wght.ttf');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffffe5;
}

.container {
    max-width: 1272px;
    padding-inline: 1rem;
    margin-inline: auto;
}

.manrope {
    font-family: 'Manrope', sans-serif;
}

.zalando {
    font-family: 'Zalando', sans-serif;
}

.home-fon {
    position: relative;
    background: black;
}

.home-fon .box {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: 100% 100%;
    animation: fade 9s infinite;
    opacity: 0;
}

.home-fon .box:nth-child(1) {
    background-image: url('../../img/home-fon_1.png');
    animation-delay: 0s;
}

.home-fon .box:nth-child(2) {
    background-image: url('../../img/home-fon_2.png');
    animation-delay: 3s;
}

.home-fon .box:nth-child(3) {
    background-image: url('../../img/home-fon_3.png');
    animation-delay: 6s;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.arrow-down-animation {
    position: relative;
    top: 0px;
    animation: 2.5s ease-in 1s infinite reverse both running myAnimationArrow;
}

.black-fon-burger {
    display: none;
    position: fixed;
    inset: 0;
    background-color: #00000080;
    z-index: 25;
}

.black-fon-burger.active {
    display: block;
}

@keyframes myAnimationArrow {
    0% {
        top: 0px;
    }

    50% {
        top: 40px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bgChange {
    10% {
        opacity: 1;
    }
}

.swiper-wrapper {
    height: fit-content !important;
}

.red {
    border: 1px solid red !important;
}

.fon-window {
    background-image: url('../../img/fon-window.png');
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    border: 1px solid black;
    background-size: cover;
    transition: all 0.3s;
    background-size: 100%;
}

.feedback {
    display: none;
    flex-direction: column;
    gap: 14px;
    background: #fff;
    padding: 42px 42px;
    border-radius: 40px;
    position: fixed;
    top: -28%;
    right: 50%;
    border-radius: 18px;
    color: #000 !important;
    transform: translate(50%, 50%);
    z-index: 100;
    max-width: 568px;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.feedback input {
    padding: 18px 24px;
    background: #b1b1b11a;
    border: 1px solid black;
    border-radius: 12px;
}

.feedback span {
    font-size: 32px;
    letter-spacing: 0.03em;
    line-height: 180%;
    font-weight: 600;
    text-align: center;
}

.feedback textarea {
    padding: 18px 24px;
    background: #b1b1b11a;
    border: 1px solid black;
    border-radius: 12px;
    height: 130px;
}

.feedback button {
    background-color: #45adff;
    border: 1px solid black;
    border-radius: 12px;
    padding: 18px 24px;
    color: white;
}

.feedback.active {
    display: flex;
}

.form-fon-black {
    display: none;
}

.active_form {
    cursor: pointer;
}

.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: none;
}

.form-fon-black.active {
    display: block;
    position: fixed;
    z-index: 90;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.363);
}

.fon-door {
    background-image: url('../../img/fon-door.jpg');
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    border: 1px solid black;
    transition: all 0.3s;
    background-size: 100%;
    background-position: center;
}

.fon-window::before,
.fon-door::before {
    content: '';
    position: absolute;
    background-color: white;
    inset: 0;
    z-index: 1;
    opacity: 0.5;
}

.fon-window > *,
.fon-door > *,
.fon-why_atlant > *,
.fon-transform > * {
    z-index: 2;
    position: relative;
}

.letter-3 {
    letter-spacing: 0.03em;
}

.fon-why_atlant {
    background-image: url('../../img/fon-why_atlant.jpg');
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.fon-why_atlant::before {
    content: '';
    position: absolute;
    background-color: white;
    inset: 0;
    z-index: 1;
    opacity: 0.9;
}

.fon-transform {
    background-image: url('../../img/fon-transform.jpg');
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.fon-transform::before {
    content: '';
    position: absolute;
    background-color: white;
    inset: 0;
    z-index: 1;
    opacity: 0.9;
}

.reviews .swiper-comment > div {
    padding: 20px 30px 28px 32px;
    border: 1px solid black;
    border-radius: 40px;
    max-width: 532px;
}

.swiper-button-patio_door .swiper-navigation-icon,
.swiper-button-front_door .swiper-navigation-icon,
.swiper-button-our_works .swiper-navigation-icon,
.page_windows .swiper-navigation-icon {
    display: none;
}

.swiper-button-patio_door .swiper-button-prev,
.swiper-button-front_door .swiper-button-prev,
.swiper-button-our_works .swiper-button-prev,
.page_windows .swiper-button-prev {
    content: '';
    background: url('../../img/swiper-2_left.svg') no-repeat center / contain;
    width: 112px;
    height: 112px;
}

.swiper-button-patio_door .swiper-button-next,
.swiper-button-front_door .swiper-button-next,
.swiper-button-our_works .swiper-button-next,
.page_windows .swiper-button-next {
    content: '';
    background: url('../../img/swiper-2_right.svg') no-repeat center / contain;
    width: 112px;
    height: 112px;
}

.page_windows {
    background-image: url('../../img/fon-windows.jpg');
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.page_our-works {
    background-image: url('../../img/fon-our_works.png');
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.page_doors {
    background-image: url('../../img/fon-page_door.jpg');
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.page_our-works::after,
.page_doors::after,
.page_windows::after {
    content: '';
    position: absolute;
    inset: 0;
    background: white;
    opacity: 0.9;
    z-index: 1;
}

.page_windows .swiper-button-prev,
.page_windows .swiper-button-next {
    margin-top: -6px !important;
}

.relative-2 {
    position: relative;
    z-index: 2;
}

.reviews .swiper {
    height: 300px;
}

.swiper-our_works {
    height: 380px;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
    margin-top: -50px !important;
}

.reviews .swiper-navigation-icon {
    display: none;
}

.reviews .swiper-button-prev {
    content: '';
    background: url('../../img/swiper-left.svg') no-repeat center / contain;
    width: 40px;
    height: 40px;
}

.reviews .swiper-button-next {
    content: '';
    background: url('../../img/swiper-right.svg') no-repeat center / contain;
    width: 40px;
    height: 40px;
}

.reviews {
    background-image: url('../../img/fon-why_atlant.jpg');
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.reviews::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #000000;
    opacity: 0.7;
    z-index: 1;
}

.reviews > * {
    position: relative;
    z-index: 2;
}

.reviews .swiper-pagination .swiper-pagination-bullet {
    background-color: #d9d9d9;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}

.reviews .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #45adff;
}

.answer-questions {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.answer-questions.active {
    max-height: 200px;
    overflow: visible;
    margin-bottom: 1rem;
}

.questions-arrow {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.questions-arrow.active {
    transform: rotate(180deg);
}

.form_bottom-first-name,
.form_bottom-last-name,
.form_bottom-email,
.form_bottom-phone {
    background-color: #b1b1b11a;
    border: 1px solid black;
    border-radius: 12px;
    padding: 18px 24px;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 180%;
    width: 100%;
}

.form-down {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-down div {
    display: flex;
    gap: 14px;
}

.form_bottom-textarea {
    background-color: #b1b1b11a;
    border: 1px solid black;
    border-radius: 12px;
    padding: 18px 24px;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 180%;
    height: 149px;
    resize: none;
}

.form_bottom-button {
    width: 100%;
    padding: 18px 0;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 180%;
    color: white;
    background: #45adff;
    border: 1px solid black;
    border-radius: 12px;
}

.contact-us {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
}

.page_windows .swiper {
    height: 717px;
}

.swiper-our_works_content img {
    height: 380px;
    width: 100%;
}

.home-fon .nav_text {
    color: white;
}

.page_doors .nav_text,
.page_our-works .nav_tex,
.page_windows .nav_tex {
    color: black;
}

@media (min-width: 1360px) {
    .swiper-button-our_works .swiper-button-prev,
    .swiper-button-patio_door .swiper-button-prev,
    .swiper-button-front_door .swiper-button-prev {
        margin-left: -55px !important;
    }

    .swiper-button-our_works .swiper-button-next,
    .swiper-button-patio_door .swiper-button-next,
    .swiper-button-front_door .swiper-button-next {
        margin-right: -55px;
    }
}

@media (min-width: 1200px) {
    .fon-door:hover,
    .fon-window:hover {
        background-size: 115%;
    }
}

@media (max-width: 1280px) {
    .burger_menu {
        position: fixed;
        background: #f3f3f3;
        right: 0%;
        top: 0%;
        height: 100%;
        justify-content: space-between;
        transform: translateX(100%);
        transition: 0.3s;
        z-index: 300;
    }

    .burger_menu.active {
        transform: translateX(0);
    }

    .burger_menu > div {
        overflow-y: scroll;
        padding: 20px;
    }

    .reviews .swiper {
        height: 527px;
    }

    .home-fon .nav_text {
        color: black;
    }
}

@media (max-width: 1200px) {
    .core-services {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1120px) {
    .about-us img {
        max-width: 300px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .contact-us {
        grid-template-columns: 1fr;
    }

    .contact-us div:nth-child(2) {
        display: flex;
    }
}

@media (max-width: 900px) {
    .core_services-title a {
        padding: 15px;
    }
}

@media (max-width: 730px) {
    .core_services-title {
        flex-direction: column;
    }

    .core_services-title a {
        margin-left: auto;
    }

    .core_services-title h2 {
        font-size: 38px;
    }

    h2 , .breadcrumbs h1{
        font-size: 38px !important;
    }

    .core_services-title h2 {
        font-size: 27px;
    }

    h2 {
        font-size: 27px !important;
    }

    .about-us {
        display: flex !important;
        flex-direction: column;
    }

    .about-us div {
        display: unset !important;
    }

    .about-us img {
        max-width: unset;
        margin: 0px;
    }

    .feedback {
        width: 96%;
    }

    .feedback span
}

@media (max-width: 650px) {
    .contact-us div:nth-child(2) img {
        display: none;
    }

    .contact-us div:nth-child(2) {
        justify-content: center;
    }

    .footer_content {
        flex-direction: column;
        gap: 10px;
    }

    .page_windows .swiper-button-next {
        width: 80px;
        height: 80px;
    }

    .page_windows .swiper-button-prev {
        width: 80px;
        height: 80px;
    }

    .swiper-our_works_content {
        display: flex;
        justify-content: center;
    }

    .swiper-our_works,
    .swiper-patio_door,
    .swiper-front_door {
        height: 450px;
    }

    .page_our-works .swiper-button-our_works .swiper-button-next,
    .page_our-works .swiper-button-our_works .swiper-button-prev,
    .page_doors .swiper-button-patio_door .swiper-button-next,
    .page_doors .swiper-button-patio_door .swiper-button-prev,
    .page_doors .swiper-button-front_door .swiper-button-next,
    .page_doors .swiper-button-front_door .swiper-button-prev {
        top: 90%;
    }
}

@media (max-width: 560px) {
    .reviews .swiper-comment > div {
        height: 260px;
    }

    .reviews .swiper-button-next,
    .reviews .swiper-button-prev {
        top: 50% !important;
    }

    .reviews .swiper-comment {
        gap: 58px;
    }

    .reviews .swiper {
        height: 629px;
    }
}

@media (max-width: 450px) {
    .reviews .swiper-comment > div {
        height: 300px;
    }

    .reviews .swiper-button-next,
    .reviews .swiper-button-prev {
        top: 50% !important;
    }

    .reviews .swiper {
        height: 709px;
    }

    .page_windows .swiper {
        height: 650px;
    }

    .page_windows .swiper-button-next,
    .page_windows .swiper-button-prev {
        top: 84% !important;
    }

    .breadcrumbs {
        flex-direction: column;
    }

    .breadcrumbs > a {
        margin-top: 20px;
        text-align: center;
    }

    .feedback span {
        font-size: 23px;
    }

    .feedback{
        padding: 20px;
    }
}

@media (max-width: 1280px) {
    .xlM\:block {
        display: block;
    }

    .xlM\:flex {
        display: flex;
    }

    .xlM\:grid {
        display: grid;
    }

    .xlM\:w-full {
        width: 100%;
    }

    .xlM\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xlM\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

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

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

    .xlM\:gap-5 {
        gap: 1.25rem;
    }

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

    .xlM\:text-black {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }
}

@media (max-width: 1024px) {
    .lgM\:mb-\[0\] {
        margin-bottom: 0;
    }

    .lgM\:ml-\[0\] {
        margin-left: 0;
    }

    .lgM\:w-full {
        width: 100%;
    }

    .lgM\:max-w-full {
        max-width: 100%;
    }

    .lgM\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .lgM\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lgM\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

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

@media (max-width: 800px) {
    .mdM\:float-left {
        float: left;
    }

    .mdM\:m-4 {
        margin: 1rem;
    }

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

    .mdM\:block {
        display: block;
    }

    .mdM\:hidden {
        display: none;
    }

    .mdM\:w-full {
        width: 100%;
    }

    .mdM\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .mdM\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .mdM\:justify-items-center {
        justify-items: center;
    }

    .mdM\:gap-2 {
        gap: 0.5rem;
    }

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

    .mdM\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

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

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

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

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

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

@media (max-width: 550px) {
    .custom\:mt-\[10px\] {
        margin-top: 10px;
    }

    .custom\:mt-\[30px\] {
        margin-top: 30px;
    }

    .custom\:block {
        display: block;
    }

    .custom\:grid {
        display: grid;
    }

    .custom\:hidden {
        display: none;
    }

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

    .custom\:w-full {
        width: 100%;
    }

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

    .custom\:gap-5 {
        gap: 1.25rem;
    }

    .custom\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .custom\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .custom\:pb-\[60px\] {
        padding-bottom: 60px;
    }

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

    .custom\:pt-\[70px\] {
        padding-top: 70px;
    }

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

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

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

@media (max-width: 450px) {
    .windows_description{
        font-size: 20px;
    }

    .windows_description-empty{
        height: 130px;
    }
}

@media (max-width: 400px) {
    .customPhone\:mb-4 {
        margin-bottom: 1rem;
    }

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

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

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

    .customPhone\:w-full {
        width: 100%;
    }

    .customPhone\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .customPhone\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .customPhone\:pb-\[10px\] {
        padding-bottom: 10px;
    }

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

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

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

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

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

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