/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;

@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-xs: 0.75rem;
        --text-xs--line-height: calc(1 / 0.75);
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: calc(2.25 / 1.875);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5 / 2.25);
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --tracking-wider: 0.05em;
        --tracking-widest: 0.1em;
        --radius-sm: 0.25rem;
        --radius-md: 0.375rem;
        --radius-2xl: 1rem;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --max-width-400: 1600px;
        --max-width-300: 1200px;
        --max-width-382: 1530px;
        --max-width-250: 1000px;
        --max-width-312: 1250px;
        --max-width-283: 1135px;
        --color-main-hover: #DB7F8E;
        --color-main-title: #DB7F8E;
        --color-title: #BFA0A6;
        --color-main-content: #604D53;
        --color-content: #656565;
        --color-content2: #888888;
        --color-content3: #B9606E;
        --color-bg3: #FCECEF;
        --color-footer: #604D53;
        --color-footer-text: #E6DCDE;
        --color-bg5: #F6F4F4;
        --color-publicationBg: #BFA0A6;
    }
}

@layer base {
    *, ::after, ::before, ::backdrop, ::file-selector-button {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0 solid;
    }

    html, :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit;
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }

    b, strong {
        font-weight: bolder;
    }

    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }

    :-moz-focusring {
        outline: auto;
    }

    progress {
        vertical-align: baseline;
    }

    summary {
        display: list-item;
    }

    ol, ul, menu {
        list-style: none;
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        display: block;
        vertical-align: middle;
    }

    img, video {
        max-width: 100%;
        height: auto;
    }

    button, input, select, optgroup, textarea, ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }

        :where(select:is([multiple], [size])) optgroup option {
            padding-inline-start: 20px;
        }

    ::file-selector-button {
        margin-inline-end: 4px;
    }

    ::placeholder {
        opacity: 1;
    }

    @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentcolor;

            @supports (color: color-mix(in lab, red, red)) {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }

    textarea {
        resize: vertical;
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }

    ::-webkit-datetime-edit {
        display: inline-flex;
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }

    ::-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-block: 0;
    }

    :-moz-ui-invalid {
        box-shadow: none;
    }

    button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
        appearance: button;
    }

    ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
        height: auto;
    }

    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}

@layer utilities {
    .visible {
        visibility: visible;
    }

    .absolute {
        position: absolute;
    }

    .fixed {
        position: fixed;
    }

    .relative {
        position: relative;
    }

    .static {
        position: static;
    }

    .-top-24 {
        top: calc(var(--spacing) * -24);
    }

    .top-1 {
        top: calc(var(--spacing) * 1);
    }

    .top-1\/2 {
        top: calc(1/2 * 100%);
    }

    .top-2 {
        top: calc(var(--spacing) * 2);
    }

    .top-2\/3 {
        top: calc(2/3 * 100%);
    }

    .top-16 {
        top: calc(var(--spacing) * 16);
    }

    .top-\[80\%\] {
        top: 80%;
    }

    .right-4 {
        right: calc(var(--spacing) * 4);
    }

    .right-8 {
        right: calc(var(--spacing) * 8);
    }

    .right-10 {
        right: calc(var(--spacing) * 10);
    }

    .right-\[50px\] {
        right: 50px;
    }

    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }

    .bottom-2 {
        bottom: calc(var(--spacing) * 2);
    }

    .bottom-10 {
        bottom: calc(var(--spacing) * 10);
    }

    .left-0 {
        left: calc(var(--spacing) * 0);
    }

    .left-1 {
        left: calc(var(--spacing) * 1);
    }

    .left-1\/2 {
        left: calc(1/2 * 100%);
    }

    .z-10 {
        z-index: 10;
    }

    .z-\[2\] {
        z-index: 2;
    }

    .z-\[999\] {
        z-index: 999;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .container {
        width: 100%;

        @media (width >= 40rem) {
            max-width: 40rem;
        }

        @media (width >= 48rem) {
            max-width: 48rem;
        }

        @media (width >= 64rem) {
            max-width: 64rem;
        }

        @media (width >= 80rem) {
            max-width: 80rem;
        }

        @media (width >= 96rem) {
            max-width: 96rem;
        }

        @media (width >= 120rem) {
            max-width: 120rem;
        }
    }

    .mx-5 {
        margin-inline: calc(var(--spacing) * 5);
    }

    .mx-auto {
        margin-inline: auto;
    }

    .-my-10 {
        margin-block: calc(var(--spacing) * -10);
    }

    .my-2 {
        margin-block: calc(var(--spacing) * 2);
    }

    .my-3 {
        margin-block: calc(var(--spacing) * 3);
    }

    .my-4 {
        margin-block: calc(var(--spacing) * 4);
    }

    .my-5 {
        margin-block: calc(var(--spacing) * 5);
    }

    .my-6 {
        margin-block: calc(var(--spacing) * 6);
    }

    .my-8 {
        margin-block: calc(var(--spacing) * 8);
    }

    .-mt-1 {
        margin-top: calc(var(--spacing) * -1);
    }

    .-mt-8 {
        margin-top: calc(var(--spacing) * -8);
    }

    .mt-1 {
        margin-top: calc(var(--spacing) * 1);
    }

    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }

    .mt-3 {
        margin-top: calc(var(--spacing) * 3);
    }

    .mt-4 {
        margin-top: calc(var(--spacing) * 4);
    }

    .mt-5 {
        margin-top: calc(var(--spacing) * 5);
    }

    .mt-6 {
        margin-top: calc(var(--spacing) * 6);
    }

    .mt-10 {
        margin-top: calc(var(--spacing) * 10);
    }

    .mt-12 {
        margin-top: calc(var(--spacing) * 12);
    }

    .mt-auto {
        margin-top: auto;
    }

    .mr-2 {
        margin-right: calc(var(--spacing) * 2);
    }

    .mr-auto {
        margin-right: auto;
    }

    .mb-3 {
        margin-bottom: calc(var(--spacing) * 3);
    }

    .mb-5 {
        margin-bottom: calc(var(--spacing) * 5);
    }

    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8);
    }

    .ml-1 {
        margin-left: calc(var(--spacing) * 1);
    }

    .ml-2 {
        margin-left: calc(var(--spacing) * 2);
    }

    .ml-3 {
        margin-left: calc(var(--spacing) * 3);
    }

    .ml-\[66px\] {
        margin-left: 66px;
    }

    .ml-auto {
        margin-left: auto;
    }

    .\!flex {
        display: flex !important;
    }

    .\!inline-block {
        display: inline-block !important;
    }

    .block {
        display: block;
    }

    .flex {
        display: flex;
    }

    .grid {
        display: grid;
    }

    .hidden {
        display: none;
    }

    .inline {
        display: inline;
    }

    .inline-block {
        display: inline-block;
    }

    .table {
        display: table;
    }

    .h-0 {
        height: calc(var(--spacing) * 0);
    }

    .h-0\.5 {
        height: calc(var(--spacing) * 0.5);
    }

    .h-1 {
        height: calc(var(--spacing) * 1);
    }

    .h-5 {
        height: calc(var(--spacing) * 5);
    }

    .h-15 {
        height: calc(var(--spacing) * 15);
    }

    .h-16 {
        height: calc(var(--spacing) * 16);
    }

    .h-28 {
        height: calc(var(--spacing) * 28);
    }

    .h-\[0\.5px\] {
        height: 0.5px;
    }

    .h-\[1px\] {
        height: 1px;
    }

    .h-\[2px\] {
        height: 2px;
    }

    .h-\[3px\] {
        height: 3px;
    }

    .h-\[176px\] {
        height: 176px;
    }

    .h-\[178px\] {
        height: 178px;
    }

    .h-\[280px\] {
        height: 280px;
    }

    .h-\[380px\] {
        height: 380px;
    }

    .h-auto {
        height: auto;
    }

    .h-full {
        height: 100%;
    }

    .max-h-\[240px\] {
        max-height: 240px;
    }

    .max-h-\[650px\] {
        max-height: 650px;
    }

    .min-h-52 {
        min-height: calc(var(--spacing) * 52);
    }

    .\!w-\[250px\] {
        width: 250px !important;
    }

    .\!w-full {
        width: 100% !important;
    }

    .w-1 {
        width: calc(var(--spacing) * 1);
    }

    .w-4 {
        width: calc(var(--spacing) * 4);
    }

    .w-9 {
        width: calc(var(--spacing) * 9);
    }

    .w-11 {
        width: calc(var(--spacing) * 11);
    }

    .w-11\/12 {
        width: calc(11/12 * 100%);
    }

    .w-12 {
        width: calc(var(--spacing) * 12);
    }

    .w-15 {
        width: calc(var(--spacing) * 15);
    }

    .w-25 {
        width: calc(var(--spacing) * 25);
    }

    .w-\[0\.5px\] {
        width: 0.5px;
    }

    .w-\[1px\] {
        width: 1px;
    }

    .w-\[8px\] {
        width: 8px;
    }

    .w-\[15px\] {
        width: 15px;
    }

    .w-\[30\%\] {
        width: 30%;
    }

    .w-\[72px\] {
        width: 72px;
    }

    .w-\[92\%\] {
        width: 92%;
    }

    .w-\[120px\] {
        width: 120px;
    }

    .w-\[180px\] {
        width: 180px;
    }

    .w-\[270px\] {
        width: 270px;
    }

    .w-\[320px\] {
        width: 320px;
    }

    .w-\[350px\] {
        width: 350px;
    }

    .w-\[450px\] {
        width: 450px;
    }

    .w-full {
        width: 100%;
    }

    .\!max-w-\[900px\] {
        max-width: 900px !important;
    }

    .max-w-250 {
        max-width: var(--max-width-250);
    }

    .max-w-283 {
        max-width: var(--max-width-283);
    }

    .max-w-300 {
        max-width: var(--max-width-300);
    }

    .max-w-312 {
        max-width: var(--max-width-312);
    }

    .max-w-382 {
        max-width: var(--max-width-382);
    }

    .max-w-400 {
        max-width: var(--max-width-400);
    }

    .max-w-\[155px\] {
        max-width: 155px;
    }

    .max-w-\[250px\] {
        max-width: 250px;
    }

    .max-w-\[300px\] {
        max-width: 300px;
    }

    .max-w-\[330px\] {
        max-width: 330px;
    }

    .max-w-\[350px\] {
        max-width: 350px;
    }

    .max-w-\[420px\] {
        max-width: 420px;
    }

    .max-w-\[462px\] {
        max-width: 462px;
    }

    .max-w-\[470px\] {
        max-width: 470px;
    }

    .max-w-\[490px\] {
        max-width: 490px;
    }

    .max-w-\[500px\] {
        max-width: 500px;
    }

    .max-w-\[600px\] {
        max-width: 600px;
    }

    .max-w-\[765px\] {
        max-width: 765px;
    }

    .max-w-\[963px\] {
        max-width: 963px;
    }

    .max-w-\[1340px\] {
        max-width: 1340px;
    }

    .min-w-\[71px\] {
        min-width: 71px;
    }

    .min-w-\[330px\] {
        min-width: 330px;
    }

    .min-w-\[350px\] {
        min-width: 350px;
    }

    .flex-1 {
        flex: 1;
    }

    .border-collapse {
        border-collapse: collapse;
    }

    .-translate-x-1 {
        --tw-translate-x: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .-translate-x-1\/2 {
        --tw-translate-x: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .-translate-y-1 {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .-translate-y-1\/2 {
        --tw-translate-y: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .translate-y-\[-50\%\] {
        --tw-translate-y: -50%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .resize {
        resize: both;
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .flex-col {
        flex-direction: column;
    }

    .flex-row {
        flex-direction: row;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .items-center {
        align-items: center;
    }

    .items-start {
        align-items: flex-start;
    }

    .justify-around {
        justify-content: space-around;
    }

    .justify-between {
        justify-content: space-between;
    }

    .justify-center {
        justify-content: center;
    }

    .justify-end {
        justify-content: flex-end;
    }

    .justify-start {
        justify-content: flex-start;
    }

    .gap-1 {
        gap: calc(var(--spacing) * 1);
    }

    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }

    .gap-3 {
        gap: calc(var(--spacing) * 3);
    }

    .gap-5 {
        gap: calc(var(--spacing) * 5);
    }

    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }

    .gap-8 {
        gap: calc(var(--spacing) * 8);
    }

    .gap-10 {
        gap: calc(var(--spacing) * 10);
    }

    .gap-16 {
        gap: calc(var(--spacing) * 16);
    }

    .gap-20 {
        gap: calc(var(--spacing) * 20);
    }

    .gap-\[85px\] {
        gap: 85px;
    }

    .space-x-1 > :not(:last-child) {
        margin-right: 0.25rem; /* 1 * 0.25rem */
    }

.space-x-4 > :not(:last-child) {
    margin-right: 1rem; /* 4 * 0.25rem */
}

.space-x-5 > :not(:last-child) {
    margin-right: 1.25rem; /* 5 * 0.25rem */
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.rounded-\[45px\] {
    border-radius: 45px;
}

.rounded-full {
    border-radius: calc(infinity * 1px);
}

.rounded-md {
    border-radius: var(--radius-md);
}

.border {
    border-style: var(--tw-border-style);
    border-width: 1px;
}

.bg-\[\#9DA2A5\] {
    background-color: #9DA2A5;
}

.bg-\[\#EEA1A1\] {
    background-color: #EEA1A1;
}

.bg-\[\#EEC282\] {
    background-color: #EEC282;
}

.bg-\[\#F6F4F4\] {
    background-color: #F6F4F4;
}

.bg-\[\#FCECEF\] {
    background-color: #FCECEF;
}

.bg-bg3 {
    background-color: var(--color-bg3);
}

.bg-bg5 {
    background-color: var(--color-bg5);
}

.bg-footer {
    background-color: var(--color-footer);
}

.bg-footer-text {
    background-color: var(--color-footer-text);
}

.bg-main-content {
    background-color: var(--color-main-content);
}

.bg-main-hover {
    background-color: var(--color-main-hover);
}

.bg-main-title {
    background-color: var(--color-main-title);
}

.bg-publicationBg {
    background-color: var(--color-publicationBg);
}

.bg-white {
    background-color: var(--color-white);
}

.bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
}

.object-cover {
    object-fit: cover;
}

.px-1 {
    padding-inline: calc(var(--spacing) * 1);
}

.px-2 {
    padding-inline: calc(var(--spacing) * 2);
}

.px-4 {
    padding-inline: calc(var(--spacing) * 4);
}

.px-5 {
    padding-inline: calc(var(--spacing) * 5);
}

.px-6 {
    padding-inline: calc(var(--spacing) * 6);
}

.px-7 {
    padding-inline: calc(var(--spacing) * 7);
}

.px-8 {
    padding-inline: calc(var(--spacing) * 8);
}

.px-10 {
    padding-inline: calc(var(--spacing) * 10);
}

.py-1 {
    padding-block: calc(var(--spacing) * 1);
}

.py-2 {
    padding-block: calc(var(--spacing) * 2);
}

.py-3 {
    padding-block: calc(var(--spacing) * 3);
}

.py-5 {
    padding-block: calc(var(--spacing) * 5);
}

.py-6 {
    padding-block: calc(var(--spacing) * 6);
}

.py-7 {
    padding-block: calc(var(--spacing) * 7);
}

.py-8 {
    padding-block: calc(var(--spacing) * 8);
}

.py-10 {
    padding-block: calc(var(--spacing) * 10);
}

.py-12 {
    padding-block: calc(var(--spacing) * 12);
}

.py-15 {
    padding-block: calc(var(--spacing) * 15);
}

.py-32 {
    padding-block: calc(var(--spacing) * 32);
}

.py-\[10px\] {
    padding-block: 10px;
}

.pt-1 {
    padding-top: calc(var(--spacing) * 1);
}

.pt-2 {
    padding-top: calc(var(--spacing) * 2);
}

.pt-3 {
    padding-top: calc(var(--spacing) * 3);
}

.pt-5 {
    padding-top: calc(var(--spacing) * 5);
}

.pt-8 {
    padding-top: calc(var(--spacing) * 8);
}

.pt-10 {
    padding-top: calc(var(--spacing) * 10);
}

.pt-16 {
    padding-top: calc(var(--spacing) * 16);
}

.pt-24 {
    padding-top: calc(var(--spacing) * 24);
}

.pt-32 {
    padding-top: calc(var(--spacing) * 32);
}

.pr-3 {
    padding-right: calc(var(--spacing) * 3);
}

.pr-6 {
    padding-right: calc(var(--spacing) * 6);
}

.pr-16 {
    padding-right: calc(var(--spacing) * 16);
}

.pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
}

.pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
}

.pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
}

.pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
}

.pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
}

.pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
}

.pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
}

.pl-0 {
    padding-left: calc(var(--spacing) * 0);
}

.pl-1 {
    padding-left: calc(var(--spacing) * 1);
}

.pl-2 {
    padding-left: calc(var(--spacing) * 2);
}

.pl-5 {
    padding-left: calc(var(--spacing) * 5);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
}

.text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
}

.text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
}

.text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
}

.text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
}

.text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
}

.text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
}

.text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
}

.leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
}

.font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
}

.font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
}

.font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
}

.font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
}

.font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
}

.tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
}

.tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
}

.whitespace-nowrap {
    white-space: nowrap;
}

.text-\[\#8A8A8A\] {
    color: #8A8A8A;
}

.text-\[\#9DA2A5\] {
    color: #9DA2A5;
}

.text-\[\#727272\] {
    color: #727272;
}

.text-\[\#BFA0A6\] {
    color: #BFA0A6;
}

.text-\[\#E6DCDE\] {
    color: #E6DCDE;
}

.text-\[\#FF1717\] {
    color: #FF1717;
}

.text-content {
    color: var(--color-content);
}

.text-content2 {
    color: var(--color-content2);
}

.text-content3 {
    color: var(--color-content3);
}

.text-footer {
    color: var(--color-footer);
}

.text-footer-text {
    color: var(--color-footer-text);
}

.text-main-content {
    color: var(--color-main-content);
}

.text-main-title {
    color: var(--color-main-title);
}

.text-publicationBg {
    color: var(--color-publicationBg);
}

.text-title {
    color: var(--color-title);
}

.text-white {
    color: var(--color-white);
}

.capitalize {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration-line: underline;
}

.accent-content3 {
    accent-color: var(--color-content3);
}

.opacity-0 {
    opacity: 0%;
}

.opacity-100 {
    opacity: 100%;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
}

.blur {
    --tw-blur: blur(8px);
    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,);
}

.filter {
    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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
}

.duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
}

.backface-hidden {
    backface-visibility: hidden;
}

.hover\:bg-\[\#B9606E\] {
    &:hover

{
    @media (hover: hover) {
        background-color: #B9606E;
    }
}

}

.hover\:bg-main-hover {
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-main-hover);
    }
}

}

.hover\:bg-main-title {
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-main-title);
    }
}

}

.hover\:text-main-title {
    &:hover

{
    @media (hover: hover) {
        color: var(--color-main-title);
    }
}

}

.md\:my-5 {
    @media (width >= 48rem) {
        margin-block: calc(var(--spacing) * 5);
    }
}

.md\:mt-3 {
    @media (width >= 48rem) {
        margin-top: calc(var(--spacing) * 3);
    }
}

.md\:mt-10 {
    @media (width >= 48rem) {
        margin-top: calc(var(--spacing) * 10);
    }
}

.md\:mt-14 {
    @media (width >= 48rem) {
        margin-top: calc(var(--spacing) * 14);
    }
}

.md\:hidden {
    @media (width >= 48rem) {
        display: none;
    }
}

.md\:block {
    @media (width >= 48rem) {
        display: block;
    }
}

.md\:w-1\/2 {
    @media (width >= 48rem) {
        width: calc(1/2 * 100%);
    }
}

.md\:w-16 {
    @media (width >= 48rem) {
        width: calc(var(--spacing) * 16);
    }
}

.md\:flex-row {
    @media (width >= 48rem) {
        flex-direction: row;
    }
}

.md\:px-0 {
    @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 0);
    }
}

.md\:px-5 {
    @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 5);
    }
}

.md\:px-7 {
    @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 7);
    }
}

.md\:px-8 {
    @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 8);
    }
}

.md\:py-2 {
    @media (width >= 48rem) {
        padding-block: calc(var(--spacing) * 2);
    }
}

.md\:py-4 {
    @media (width >= 48rem) {
        padding-block: calc(var(--spacing) * 4);
    }
}

.md\:py-5 {
    @media (width >= 48rem) {
        padding-block: calc(var(--spacing) * 5);
    }
}

.md\:pt-6 {
    @media (width >= 48rem) {
        padding-top: calc(var(--spacing) * 6);
    }
}

.md\:pb-10 {
    @media (width >= 48rem) {
        padding-bottom: calc(var(--spacing) * 10);
    }
}

.md\:text-2xl {
    @media (width >= 48rem) {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
}

.md\:text-4xl {
    @media (width >= 48rem) {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
}

.md\:text-base {
    @media (width >= 48rem) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
    }
}

.md\:text-lg {
    @media (width >= 48rem) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
}

.md\:text-xl {
    @media (width >= 48rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }
}

.lg\:-top-48 {
    @media (width >= 64rem) {
        top: calc(var(--spacing) * -48);
    }
}

.lg\:order-1 {
    @media (width >= 64rem) {
        order: 1;
    }
}

.lg\:order-2 {
    @media (width >= 64rem) {
        order: 2;
    }
}

.lg\:my-5 {
    @media (width >= 64rem) {
        margin-block: calc(var(--spacing) * 5);
    }
}

.lg\:my-8 {
    @media (width >= 64rem) {
        margin-block: calc(var(--spacing) * 8);
    }
}

.lg\:my-20 {
    @media (width >= 64rem) {
        margin-block: calc(var(--spacing) * 20);
    }
}

.lg\:mt-2 {
    @media (width >= 64rem) {
        margin-top: calc(var(--spacing) * 2);
    }
}

.lg\:mt-5 {
    @media (width >= 64rem) {
        margin-top: calc(var(--spacing) * 5);
    }
}

.lg\:mt-8 {
    @media (width >= 64rem) {
        margin-top: calc(var(--spacing) * 8);
    }
}

.lg\:mt-20 {
    @media (width >= 64rem) {
        margin-top: calc(var(--spacing) * 20);
    }
}

.lg\:mt-24 {
    @media (width >= 64rem) {
        margin-top: calc(var(--spacing) * 24);
    }
}

.lg\:mr-20 {
    @media (width >= 64rem) {
        margin-right: calc(var(--spacing) * 20);
    }
}

.lg\:block {
    @media (width >= 64rem) {
        display: block;
    }
}

.lg\:flex {
    @media (width >= 64rem) {
        display: flex;
    }
}

.lg\:grid {
    @media (width >= 64rem) {
        display: grid;
    }
}

.lg\:hidden {
    @media (width >= 64rem) {
        display: none;
    }
}

.lg\:h-\[86px\] {
    @media (width >= 64rem) {
        height: 86px;
    }
}

.lg\:h-full {
    @media (width >= 64rem) {
        height: 100%;
    }
}

.lg\:min-h-\[466px\] {
    @media (width >= 64rem) {
        min-height: 466px;
    }
}

.lg\:min-h-\[500px\] {
    @media (width >= 64rem) {
        min-height: 500px;
    }
}

.lg\:w-1\/2 {
    @media (width >= 64rem) {
        width: calc(1/2 * 100%);
    }
}

.lg\:w-1\/3 {
    @media (width >= 64rem) {
        width: calc(1/3 * 100%);
    }
}

.lg\:w-1\/4 {
    @media (width >= 64rem) {
        width: calc(1/4 * 100%);
    }
}

.lg\:w-1\/5 {
    @media (width >= 64rem) {
        width: calc(1/5 * 100%);
    }
}

.lg\:w-1\/6 {
    @media (width >= 64rem) {
        width: calc(1/6 * 100%);
    }
}

.lg\:w-2\/3 {
    @media (width >= 64rem) {
        width: calc(2/3 * 100%);
    }
}

.lg\:w-3\/4 {
    @media (width >= 64rem) {
        width: calc(3/4 * 100%);
    }
}

.lg\:w-4\/5 {
    @media (width >= 64rem) {
        width: calc(4/5 * 100%);
    }
}

.lg\:w-5\/6 {
    @media (width >= 64rem) {
        width: calc(5/6 * 100%);
    }
}

.lg\:w-\[49\%\] {
    @media (width >= 64rem) {
        width: 49%;
    }
}

.lg\:w-\[512px\] {
    @media (width >= 64rem) {
        width: 512px;
    }
}

.lg\:w-\[600px\] {
    @media (width >= 64rem) {
        width: 600px;
    }
}

.lg\:w-full {
    @media (width >= 64rem) {
        width: 100%;
    }
}

.lg\:max-w-\[180px\] {
    @media (width >= 64rem) {
        max-width: 180px;
    }
}

.lg\:grid-cols-2 {
    @media (width >= 64rem) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.lg\:flex-col {
    @media (width >= 64rem) {
        flex-direction: column;
    }
}

.lg\:flex-row {
    @media (width >= 64rem) {
        flex-direction: row;
    }
}

.lg\:items-center {
    @media (width >= 64rem) {
        align-items: center;
    }
}

.lg\:justify-between {
    @media (width >= 64rem) {
        justify-content: space-between;
    }
}

.lg\:justify-center {
    @media (width >= 64rem) {
        justify-content: center;
    }
}

.lg\:justify-end {
    @media (width >= 64rem) {
        justify-content: flex-end;
    }
}

.lg\:justify-start {
    @media (width >= 64rem) {
        justify-content: flex-start;
    }
}

.lg\:gap-4 {
    @media (width >= 64rem) {
        gap: calc(var(--spacing) * 4);
    }
}

.lg\:gap-10 {
    @media (width >= 64rem) {
        gap: calc(var(--spacing) * 10);
    }
}

.lg\:px-0 {
    @media (width >= 64rem) {
        padding-inline: calc(var(--spacing) * 0);
    }
}

.lg\:px-5 {
    @media (width >= 64rem) {
        padding-inline: calc(var(--spacing) * 5);
    }
}

.lg\:px-10 {
    @media (width >= 64rem) {
        padding-inline: calc(var(--spacing) * 10);
    }
}

.lg\:py-0 {
    @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 0);
    }
}

.lg\:py-3 {
    @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 3);
    }
}

.lg\:py-8 {
    @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 8);
    }
}

.lg\:py-12 {
    @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 12);
    }
}

.lg\:py-16 {
    @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 16);
    }
}

.lg\:py-18 {
    @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 18);
    }
}

.lg\:py-20 {
    @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 20);
    }
}

.lg\:py-24 {
    @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 24);
    }
}

.lg\:pt-0 {
    @media (width >= 64rem) {
        padding-top: calc(var(--spacing) * 0);
    }
}

.lg\:pt-3 {
    @media (width >= 64rem) {
        padding-top: calc(var(--spacing) * 3);
    }
}

.lg\:pt-8 {
    @media (width >= 64rem) {
        padding-top: calc(var(--spacing) * 8);
    }
}

.lg\:pt-10 {
    @media (width >= 64rem) {
        padding-top: calc(var(--spacing) * 10);
    }
}

.lg\:pt-14 {
    @media (width >= 64rem) {
        padding-top: calc(var(--spacing) * 14);
    }
}

.lg\:pt-20 {
    @media (width >= 64rem) {
        padding-top: calc(var(--spacing) * 20);
    }
}

.lg\:pr-0 {
    @media (width >= 64rem) {
        padding-right: calc(var(--spacing) * 0);
    }
}

.lg\:pb-0 {
    @media (width >= 64rem) {
        padding-bottom: calc(var(--spacing) * 0);
    }
}

.lg\:pb-5 {
    @media (width >= 64rem) {
        padding-bottom: calc(var(--spacing) * 5);
    }
}

.lg\:pb-6 {
    @media (width >= 64rem) {
        padding-bottom: calc(var(--spacing) * 6);
    }
}

.lg\:pb-8 {
    @media (width >= 64rem) {
        padding-bottom: calc(var(--spacing) * 8);
    }
}

.lg\:pb-12 {
    @media (width >= 64rem) {
        padding-bottom: calc(var(--spacing) * 12);
    }
}

.lg\:pb-16 {
    @media (width >= 64rem) {
        padding-bottom: calc(var(--spacing) * 16);
    }
}

.lg\:pb-32 {
    @media (width >= 64rem) {
        padding-bottom: calc(var(--spacing) * 32);
    }
}

.lg\:pb-\[250px\] {
    @media (width >= 64rem) {
        padding-bottom: 250px;
    }
}

.lg\:pl-10 {
    @media (width >= 64rem) {
        padding-left: calc(var(--spacing) * 10);
    }
}

.lg\:pl-40 {
    @media (width >= 64rem) {
        padding-left: calc(var(--spacing) * 40);
    }
}

.lg\:text-left {
    @media (width >= 64rem) {
        text-align: left;
    }
}

.lg\:text-2xl {
    @media (width >= 64rem) {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
}

.lg\:text-3xl {
    @media (width >= 64rem) {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
}

.lg\:text-4xl {
    @media (width >= 64rem) {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
}

.lg\:text-5xl {
    @media (width >= 64rem) {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
}

.lg\:text-base {
    @media (width >= 64rem) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
    }
}

.lg\:text-lg {
    @media (width >= 64rem) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
}

.lg\:text-sm {
    @media (width >= 64rem) {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }
}

.lg\:text-xl {
    @media (width >= 64rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }
}

.lg\:items-start {
    @media (width >= 64rem) {
        align-items: start;
    }
}

.xl\:order-1 {
    @media (width >= 80rem) {
        order: 1;
    }
}

.xl\:order-2 {
    @media (width >= 80rem) {
        order: 2;
    }
}

.xl\:my-12 {
    @media (width >= 80rem) {
        margin-block: calc(var(--spacing) * 12);
    }
}

.xl\:-mt-8 {
    @media (width >= 80rem) {
        margin-top: calc(var(--spacing) * -8);
    }
}

.xl\:mt-5 {
    @media (width >= 80rem) {
        margin-top: calc(var(--spacing) * 5);
    }
}

.xl\:mt-16 {
    @media (width >= 80rem) {
        margin-top: calc(var(--spacing) * 16);
    }
}

.xl\:mt-20 {
    @media (width >= 80rem) {
        margin-top: calc(var(--spacing) * 20);
    }
}

.xl\:-ml-28 {
    @media (width >= 80rem) {
        margin-left: calc(var(--spacing) * -28);
    }
}

.xl\:block {
    @media (width >= 80rem) {
        display: block;
    }
}

.xl\:flex {
    @media (width >= 80rem) {
        display: flex;
    }
}

.xl\:hidden {
    @media (width >= 80rem) {
        display: none;
    }
}

.xl\:w-1\/2 {
    @media (width >= 80rem) {
        width: calc(1/2 * 100%);
    }
}

.xl\:w-1\/3 {
    @media (width >= 80rem) {
        width: calc(1/3 * 100%);
    }
}

.xl\:w-1\/5 {
    @media (width >= 80rem) {
        width: calc(1/5 * 100%);
    }
}

.xl\:w-2\/3 {
    @media (width >= 80rem) {
        width: calc(2/3 * 100%);
    }
}

.xl\:w-2\/5 {
    @media (width >= 80rem) {
        width: calc(2/5 * 100%);
    }
}

.xl\:w-3\/4 {
    @media (width >= 80rem) {
        width: calc(3/4 * 100%);
    }
}

.xl\:w-3\/5 {
    @media (width >= 80rem) {
        width: calc(3/5 * 100%);
    }
}

.xl\:w-4\/5 {
    @media (width >= 80rem) {
        width: calc(4/5 * 100%);
    }
}

.xl\:w-\[10px\] {
    @media (width >= 80rem) {
        width: 10px;
    }
}

.xl\:w-\[21px\] {
    @media (width >= 80rem) {
        width: 21px;
    }
}

.xl\:w-\[28\%\] {
    @media (width >= 80rem) {
        width: 28%;
    }
}

.xl\:w-\[68\%\] {
    @media (width >= 80rem) {
        width: 68%;
    }
}

.xl\:w-\[811px\] {
    @media (width >= 80rem) {
        width: 811px;
    }
}

.xl\:w-full {
    @media (width >= 80rem) {
        width: 100%;
    }
}

.xl\:max-w-\[436px\] {
    @media (width >= 80rem) {
        max-width: 436px;
    }
}

.xl\:max-w-\[800px\] {
    @media (width >= 80rem) {
        max-width: 800px;
    }
}

.xl\:max-w-full {
    @media (width >= 80rem) {
        max-width: 100%;
    }
}

.xl\:\!min-w-\[436px\] {
    @media (width >= 80rem) {
        min-width: 436px !important;
    }
}

.xl\:grid-cols-2 {
    @media (width >= 80rem) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.xl\:grid-cols-3 {
    @media (width >= 80rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.xl\:flex-col {
    @media (width >= 80rem) {
        flex-direction: column;
    }
}

.xl\:flex-row {
    @media (width >= 80rem) {
        flex-direction: row;
    }
}

.xl\:justify-end {
    @media (width >= 80rem) {
        justify-content: flex-end;
    }
}

.xl\:gap-2 {
    @media (width >= 80rem) {
        gap: calc(var(--spacing) * 2);
    }
}

.xl\:gap-20 {
    @media (width >= 80rem) {
        gap: calc(var(--spacing) * 20);
    }
}

.xl\:gap-\[4\%\] {
    @media (width >= 80rem) {
        gap: 4%;
    }
}

.xl\:px-0 {
    @media (width >= 80rem) {
        padding-inline: calc(var(--spacing) * 0);
    }
}

.xl\:px-14 {
    @media (width >= 80rem) {
        padding-inline: calc(var(--spacing) * 14);
    }
}

.xl\:py-0 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 0);
    }
}

.xl\:py-5 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 5);
    }
}

.xl\:py-7 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 7);
    }
}

.xl\:py-8 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 8);
    }
}

.xl\:py-10 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 10);
    }
}

.xl\:py-11 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 11);
    }
}

.xl\:py-14 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 14);
    }
}

.xl\:py-16 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 16);
    }
}

.xl\:py-24 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 24);
    }
}

.xl\:py-28 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 28);
    }
}

.xl\:py-36 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 36);
    }
}

.xl\:py-48 {
    @media (width >= 80rem) {
        padding-block: calc(var(--spacing) * 48);
    }
}

.xl\:py-\[90px\] {
    @media (width >= 80rem) {
        padding-block: 90px;
    }
}

.xl\:pt-0 {
    @media (width >= 80rem) {
        padding-top: calc(var(--spacing) * 0);
    }
}

.xl\:pt-16 {
    @media (width >= 80rem) {
        padding-top: calc(var(--spacing) * 16);
    }
}

.xl\:pt-20 {
    @media (width >= 80rem) {
        padding-top: calc(var(--spacing) * 20);
    }
}

.xl\:pt-40 {
    @media (width >= 80rem) {
        padding-top: calc(var(--spacing) * 40);
    }
}

.xl\:pr-12 {
    @media (width >= 80rem) {
        padding-right: calc(var(--spacing) * 12);
    }
}

.xl\:pr-24 {
    @media (width >= 80rem) {
        padding-right: calc(var(--spacing) * 24);
    }
}

.xl\:pb-16 {
    @media (width >= 80rem) {
        padding-bottom: calc(var(--spacing) * 16);
    }
}

.xl\:pl-5 {
    @media (width >= 80rem) {
        padding-left: calc(var(--spacing) * 5);
    }
}

.xl\:pl-16 {
    @media (width >= 80rem) {
        padding-left: calc(var(--spacing) * 16);
    }
}

.xl\:pl-20 {
    @media (width >= 80rem) {
        padding-left: calc(var(--spacing) * 20);
    }
}

.xl\:pl-40 {
    @media (width >= 80rem) {
        padding-left: calc(var(--spacing) * 40);
    }
}

.xl\:text-left {
    @media (width >= 80rem) {
        text-align: left;
    }
}

.xl\:text-2xl {
    @media (width >= 80rem) {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
}

.xl\:text-3xl {
    @media (width >= 80rem) {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
}

.xl\:text-4xl {
    @media (width >= 80rem) {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
}

.xl\:text-base {
    @media (width >= 80rem) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
    }
}

.xl\:text-lg {
    @media (width >= 80rem) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
}

.xl\:text-xl {
    @media (width >= 80rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }
}

.xl\:tracking-widest {
    @media (width >= 80rem) {
        --tw-tracking: var(--tracking-widest);
        letter-spacing: var(--tracking-widest);
    }
}

.\32 xl\:mt-\[60px\] {
    @media (width >= 96rem) {
        margin-top: 60px;
    }
}

.\32 xl\:ml-64 {
    @media (width >= 96rem) {
        margin-left: calc(var(--spacing) * 64);
    }
}

.\32 xl\:ml-68 {
    @media (width >= 96rem) {
        margin-left: calc(var(--spacing) * 68);
    }
}

.\32 xl\:ml-\[5\%\] {
    @media (width >= 96rem) {
        margin-left: 5%;
    }
}

.\32 xl\:block {
    @media (width >= 96rem) {
        display: block;
    }
}

.\32 xl\:flex {
    @media (width >= 96rem) {
        display: flex;
    }
}

.\32 xl\:hidden {
    @media (width >= 96rem) {
        display: none;
    }
}

.\32 xl\:h-40 {
    @media (width >= 96rem) {
        height: calc(var(--spacing) * 40);
    }
}

.\32 xl\:w-2\/5 {
    @media (width >= 96rem) {
        width: calc(2/5 * 100%);
    }
}

.\32 xl\:w-3\/5 {
    @media (width >= 96rem) {
        width: calc(3/5 * 100%);
    }
}

.\32 xl\:max-w-\[400px\] {
    @media (width >= 96rem) {
        max-width: 400px;
    }
}

.\32 xl\:max-w-\[512px\] {
    @media (width >= 96rem) {
        max-width: 512px;
    }
}

.\32 xl\:flex-1 {
    @media (width >= 96rem) {
        flex: 1;
    }
}

.\32 xl\:grid-cols-3 {
    @media (width >= 96rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.\32 xl\:flex-row {
    @media (width >= 96rem) {
        flex-direction: row;
    }
}

.\32 xl\:items-start {
    @media (width >= 96rem) {
        align-items: flex-start;
    }
}

.\32 xl\:justify-end {
    @media (width >= 96rem) {
        justify-content: flex-end;
    }
}

.\32 xl\:gap-8 {
    @media (width >= 96rem) {
        gap: calc(var(--spacing) * 8);
    }
}

.\32 xl\:gap-16 {
    @media (width >= 96rem) {
        gap: calc(var(--spacing) * 16);
    }
}

.\32 xl\:px-0 {
    @media (width >= 96rem) {
        padding-inline: calc(var(--spacing) * 0);
    }
}

.\32 xl\:py-20 {
    @media (width >= 96rem) {
        padding-block: calc(var(--spacing) * 20);
    }
}

.\32 xl\:pr-10 {
    @media (width >= 96rem) {
        padding-right: calc(var(--spacing) * 10);
    }
}

.\32 xl\:pr-24 {
    @media (width >= 96rem) {
        padding-right: calc(var(--spacing) * 24);
    }
}

.\32 xl\:pb-20 {
    @media (width >= 96rem) {
        padding-bottom: calc(var(--spacing) * 20);
    }
}

.\32 xl\:pl-16 {
    @media (width >= 96rem) {
        padding-left: calc(var(--spacing) * 16);
    }
}

.\32 xl\:text-5xl {
    @media (width >= 96rem) {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
}

.\32 xl\:text-xl {
    @media (width >= 96rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }
}

}

@layer utilities {
    .hover-line {
        position: relative;
        display: inline-block;
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
    }

    .sideIcon {
        display: flex;
        height: 45px;
        width: 45px;
        align-items: center;
        justify-content: center;
        border-radius: calc(infinity * 1px);
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
    }

    .footerIcon {
        display: flex;
        height: calc(var(--spacing) * 10);
        width: calc(var(--spacing) * 10);
        align-items: center;
        justify-content: center;
        border-radius: calc(infinity * 1px);
        background-color: #D5C5C8;
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
    }

    .doctorIcon {
        display: flex;
        height: calc(var(--spacing) * 7);
        width: calc(var(--spacing) * 7);
        align-items: center;
        justify-content: center;
        border-radius: calc(infinity * 1px);
        background-color: #BFA0A6;
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;

        @media (width >= 80rem) {
            height: calc(var(--spacing) * 10);
        }

        @media (width >= 80rem) {
            width: calc(var(--spacing) * 10);
        }
    }

    .blog-icon {
        cursor: pointer;
        border-radius: var(--radius-2xl);
        background-color: #D5C5C8;
        padding-inline: calc(var(--spacing) * 3);
        padding-block: calc(var(--spacing) * 1);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        color: var(--color-white);
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        &:hover

{
    @media (hover: hover) {
        background-color: var(--color-main-hover);
    }
}

@media (width >= 64rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
}

}

.blog-article {
    width: 270px;
    cursor: pointer;
    padding-inline: calc(var(--spacing) * 7);
    padding-block: 10px;
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    color: var(--color-main-content);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    &:hover

{
    @media (hover: hover) {
        background-color: var(--color-main-hover);
    }
}

&:hover {
    @media (hover: hover) {
        color: var(--color-white);
    }
}

}

.input-text {
    margin-top: calc(var(--spacing) * 2);
    width: 100%;
    border-radius: var(--radius-sm);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #604D53;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    &:focus

{
    border-color: var(--color-main-hover);
}

&:focus {
    --tw-outline-style: none;
    outline-style: none;
}

}
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false;
}

@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}

@property --tw-leading {
    syntax: "*";
    inherits: false;
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}

@property --tw-tracking {
    syntax: "*";
    inherits: false;
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}

@property --tw-blur {
    syntax: "*";
    inherits: false;
}

@property --tw-brightness {
    syntax: "*";
    inherits: false;
}

@property --tw-contrast {
    syntax: "*";
    inherits: false;
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}

@property --tw-invert {
    syntax: "*";
    inherits: false;
}

@property --tw-opacity {
    syntax: "*";
    inherits: false;
}

@property --tw-saturate {
    syntax: "*";
    inherits: false;
}

@property --tw-sepia {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}

@property --tw-duration {
    syntax: "*";
    inherits: false;
}

@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
        *, ::before, ::after, ::backdrop {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-space-x-reverse: 0;
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-duration: initial;
        }
    }
}

.justify-items-center {
    justify-items: center;
}
