/*! tailwindcss v4.1.4 | 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-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
  }
}
@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 {
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-36 {
    top: calc(var(--spacing) * 36);
  }
  .top-\[-56px\] {
    top: -56px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[-96px\] {
    right: -96px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }
  .-left-9 {
    left: calc(var(--spacing) * -9);
  }
  .-left-24 {
    left: calc(var(--spacing) * -24);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-12 {
    left: calc(var(--spacing) * 12);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .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;
    }
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .-mt-8 {
    margin-top: calc(var(--spacing) * -8);
  }
  .-mt-12 {
    margin-top: calc(var(--spacing) * -12);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-18 {
    margin-top: calc(var(--spacing) * 18);
  }
  .mt-19\.5 {
    margin-top: calc(var(--spacing) * 19.5);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .-mb-9 {
    margin-bottom: calc(var(--spacing) * -9);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .\!flex {
    display: flex !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-19\.5 {
    height: calc(var(--spacing) * 19.5);
  }
  .h-22 {
    height: calc(var(--spacing) * 22);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[550px\] {
    height: 550px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-100 {
    max-height: calc(var(--spacing) * 100);
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .max-h-\[286px\] {
    max-height: 286px;
  }
  .max-h-\[350px\] {
    max-height: 350px;
  }
  .max-h-\[400px\] {
    max-height: 400px;
  }
  .max-h-\[2000px\] {
    max-height: 2000px;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-18 {
    width: calc(var(--spacing) * 18);
  }
  .w-22 {
    width: calc(var(--spacing) * 22);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-\[12\.5\%\] {
    width: 12.5%;
  }
  .w-\[27\%\] {
    width: 27%;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[148px\] {
    width: 148px;
  }
  .w-\[1384px\] {
    width: 1384px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[495px\] {
    max-width: 495px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[573px\] {
    max-width: 573px;
  }
  .max-w-\[641px\] {
    max-width: 641px;
  }
  .max-w-\[660px\] {
    max-width: 660px;
  }
  .max-w-\[834px\] {
    max-width: 834px;
  }
  .max-w-\[912px\] {
    max-width: 912px;
  }
  .max-w-\[915px\] {
    max-width: 915px;
  }
  .min-w-14 {
    min-width: calc(var(--spacing) * 14);
  }
  .min-w-\[86px\] {
    min-width: 86px;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-13 {
    rotate: calc(13deg * -1);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .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;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-18 {
    gap: calc(var(--spacing) * 18);
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-b-3xl {
    border-bottom-right-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .\!border-\[1px\] {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\!border-\[\#18638C\] {
    border-color: #18638C !important;
  }
  .border-\[\#8ECDEB\] {
    border-color: #8ECDEB;
  }
  .border-\[\#51B3DF\] {
    border-color: #51B3DF;
  }
  .border-\[\#C3E3F4\] {
    border-color: #C3E3F4;
  }
  .border-transparent {
    border-color: transparent;
  }
  .\!bg-\[\#FFFFFF\] {
    background-color: #FFFFFF !important;
  }
  .bg-\[\#2A98C9\] {
    background-color: #2A98C9;
  }
  .bg-\[\#2A98C90D\] {
    background-color: #2A98C90D;
  }
  .bg-\[\#112D40\] {
    background-color: #112D40;
  }
  .bg-\[\#18638C\] {
    background-color: #18638C;
  }
  .bg-\[\#E7F6E3\] {
    background-color: #E7F6E3;
  }
  .bg-\[\#F2F9FD\] {
    background-color: #F2F9FD;
  }
  .bg-\[\#F6F6F6\] {
    background-color: #F6F6F6;
  }
  .bg-\[\#FFFFFF66\] {
    background-color: #FFFFFF66;
  }
  .bg-\[\#FFFFFFB2\] {
    background-color: #FFFFFFB2;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#f6f6f6\] {
    background-color: #f6f6f6;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#1F5972\] {
    --tw-gradient-from: #1F5972;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#18638C\] {
    --tw-gradient-from: #18638C;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[center_30\%\] {
    background-position: center 30%;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-18 {
    padding: calc(var(--spacing) * 18);
  }
  .\!px-\[2\.5rem\] {
    padding-inline: 2.5rem !important;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .px-25 {
    padding-inline: calc(var(--spacing) * 25);
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-18 {
    padding-top: calc(var(--spacing) * 18);
  }
  .pt-26 {
    padding-top: calc(var(--spacing) * 26);
  }
  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-36 {
    padding-bottom: calc(var(--spacing) * 36);
  }
  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .\!text-5xl {
    font-size: var(--text-5xl) !important;
    line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .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-\[1\.25rem\] {
    font-size: 1.25rem !important;
  }
  .\!text-\[1\.125rem\] {
    font-size: 1.125rem !important;
  }
  .\!text-\[1\.375rem\] {
    font-size: 1.375rem !important;
  }
  .\!text-\[1rem\] {
    font-size: 1rem !important;
  }
  .\!text-\[2\.5rem\] {
    font-size: 2.5rem !important;
  }
  .\!text-\[2rem\] {
    font-size: 2rem !important;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .\!text-\[18px\] {
    font-size: 18px !important;
  }
  .\!text-\[20px\] {
    font-size: 20px !important;
  }
  .\!text-\[22px\] {
    font-size: 22px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .\!leading-\[130\%\] {
    --tw-leading: 130% !important;
    line-height: 130% !important;
  }
  .\!leading-\[150\%\] {
    --tw-leading: 150% !important;
    line-height: 150% !important;
  }
  .\!leading-\[160\%\] {
    --tw-leading: 160% !important;
    line-height: 160% !important;
  }
  .leading-\[90\%\] {
    --tw-leading: 90%;
    line-height: 90%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .leading-\[160\%\] {
    --tw-leading: 160%;
    line-height: 160%;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .\!tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em !important;
    letter-spacing: -0.01em !important;
  }
  .\!tracking-\[0\.1em\] {
    --tw-tracking: 0.1em !important;
    letter-spacing: 0.1em !important;
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-2\%\] {
    --tw-tracking: -2%;
    letter-spacing: -2%;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .\!text-\[\#2A98C9\] {
    color: #2A98C9 !important;
  }
  .\!text-\[\#3D3D3D\] {
    color: #3D3D3D !important;
  }
  .\!text-\[\#4f4f4f\] {
    color: #4f4f4f !important;
  }
  .\!text-\[\#52BF36\] {
    color: #52BF36 !important;
  }
  .\!text-\[\#18638C\] {
    color: #18638C !important;
  }
  .\!text-\[\#222222\] {
    color: #222222 !important;
  }
  .text-\[\#2A98C9\] {
    color: #2A98C9;
  }
  .text-\[\#2a98c9\] {
    color: #2a98c9;
  }
  .text-\[\#4F4F4F\] {
    color: #4F4F4F;
  }
  .text-\[\#52BF36\] {
    color: #52BF36;
  }
  .text-\[\#222222\] {
    color: #222222;
  }
  .text-\[\#454545\] {
    color: #454545;
  }
  .text-\[\#C3E3F4\] {
    color: #C3E3F4;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_4px_23\.4px_0_rgba\(195\,227\,244\,0\.9\)\] {
    --tw-shadow: 0 4px 23.4px 0 var(--tw-shadow-color, rgba(195,227,244,0.9));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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,);
  }
  .backdrop-blur-\[132\.5px\] {
    --tw-backdrop-blur: blur(132.5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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;
    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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:border-\[\#2A98C9\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #2A98C9;
      }
    }
  }
  .group-hover\:text-\[\#2A98C9\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #2A98C9;
      }
    }
  }
  .group-hover\:opacity-20 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 20%;
      }
    }
  }
  .hover\:border-\[\#18638C\] {
    &:hover {
      @media (hover: hover) {
        border-color: #18638C;
      }
    }
  }
  .hover\:border-\[\#C3E3F4\] {
    &:hover {
      @media (hover: hover) {
        border-color: #C3E3F4;
      }
    }
  }
  .hover\:bg-\[\#194761\] {
    &:hover {
      @media (hover: hover) {
        background-color: #194761;
      }
    }
  }
  .hover\:bg-\[\#E4F1FA\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E4F1FA;
      }
    }
  }
  .hover\:text-\[\#2a98c9\] {
    &:hover {
      @media (hover: hover) {
        color: #2a98c9;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:underline-offset-4 {
    &:hover {
      @media (hover: hover) {
        text-underline-offset: 4px;
      }
    }
  }
  .sm\:top-5 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 5);
    }
  }
  .sm\:top-10 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .sm\:right-10 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 10);
    }
  }
  .sm\:-rotate-11 {
    @media (width >= 40rem) {
      rotate: calc(11deg * -1);
    }
  }
  .sm\:px-39 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 39);
    }
  }
  .md\:mx-8 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-30 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .md\:-mr-64 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * -64);
    }
  }
  .md\:mb-16 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-36 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 36);
    }
  }
  .md\:\!flex {
    @media (width >= 48rem) {
      display: flex !important;
    }
  }
  .md\:\!hidden {
    @media (width >= 48rem) {
      display: none !important;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:table {
    @media (width >= 48rem) {
      display: table;
    }
  }
  .md\:h-18 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 18);
    }
  }
  .md\:h-20 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-22 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 22);
    }
  }
  .md\:h-30 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 30);
    }
  }
  .md\:h-44 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 44);
    }
  }
  .md\:h-\[727px\] {
    @media (width >= 48rem) {
      height: 727px;
    }
  }
  .md\:max-h-150 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 150);
    }
  }
  .md\:max-h-\[500px\] {
    @media (width >= 48rem) {
      max-height: 500px;
    }
  }
  .md\:max-h-none {
    @media (width >= 48rem) {
      max-height: none;
    }
  }
  .md\:\!w-fit {
    @media (width >= 48rem) {
      width: fit-content !important;
    }
  }
  .md\:w-18 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 18);
    }
  }
  .md\:w-22 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 22);
    }
  }
  .md\:w-24 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 24);
    }
  }
  .md\:w-44 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 44);
    }
  }
  .md\:w-\[256px\] {
    @media (width >= 48rem) {
      width: 256px;
    }
  }
  .md\:w-\[1384px\] {
    @media (width >= 48rem) {
      width: 1384px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:max-w-\[95\%\] {
    @media (width >= 48rem) {
      max-width: 95%;
    }
  }
  .md\:max-w-\[456px\] {
    @media (width >= 48rem) {
      max-width: 456px;
    }
  }
  .md\:min-w-20 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 20);
    }
  }
  .md\:min-w-\[194px\] {
    @media (width >= 48rem) {
      min-width: 194px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-18 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:p-18 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 18);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:px-\[3rem\] {
    @media (width >= 48rem) {
      padding-inline: 3rem;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-36 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 36);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-36 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 36);
    }
  }
  .md\:pr-0 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-18 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .md\:pb-36 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 36);
    }
  }
  .md\:pb-\[3rem\] {
    @media (width >= 48rem) {
      padding-bottom: 3rem;
    }
  }
  .md\:pl-8 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:pl-59 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 59);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:\!text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem !important;
    }
  }
  .md\:\!text-\[4rem\] {
    @media (width >= 48rem) {
      font-size: 4rem !important;
    }
  }
  .md\:\!text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px !important;
    }
  }
  .md\:\!text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px !important;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[80px\] {
    @media (width >= 48rem) {
      font-size: 80px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:-mr-6 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * -6);
    }
  }
  .lg\:-ml-4 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * -4);
    }
  }
  .lg\:\!flex {
    @media (width >= 64rem) {
      display: flex !important;
    }
  }
  .lg\:\!hidden {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-h-none {
    @media (width >= 64rem) {
      max-height: none;
    }
  }
  .lg\:\!w-fit {
    @media (width >= 64rem) {
      width: fit-content !important;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-\[43\%\] {
    @media (width >= 64rem) {
      width: 43%;
    }
  }
  .lg\:w-\[46\%\] {
    @media (width >= 64rem) {
      width: 46%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 64rem) {
      width: 55%;
    }
  }
  .lg\:w-\[57\%\] {
    @media (width >= 64rem) {
      width: 57%;
    }
  }
  .lg\:max-w-\[85\%\] {
    @media (width >= 64rem) {
      max-width: 85%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-18 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .lg\:rounded-3xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .lg\:rounded-t-none {
    @media (width >= 64rem) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .lg\:rounded-l-3xl {
    @media (width >= 64rem) {
      border-top-left-radius: var(--radius-3xl);
      border-bottom-left-radius: var(--radius-3xl);
    }
  }
  .lg\:object-center {
    @media (width >= 64rem) {
      object-position: center;
    }
  }
  .lg\:p-18 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 18);
    }
  }
  .lg\:px-18 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 18);
    }
  }
  .lg\:py-18 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 18);
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-18 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 18);
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-18 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 18);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:w-1\/3 {
    @media (width >= 80rem) {
      width: calc(1/3 * 100%);
    }
  }
  .xl\:w-\[66\%\] {
    @media (width >= 80rem) {
      width: 66%;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-18 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .xl\:gap-19 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 19);
    }
  }
  .xl\:gap-26 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 26);
    }
  }
  .xl\:p-8 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .xl\:pr-118 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 118);
    }
  }
  .\32 xl\:-ml-8 {
    @media (width >= 96rem) {
      margin-left: calc(var(--spacing) * -8);
    }
  }
  .\32 xl\:max-h-\[730px\] {
    @media (width >= 96rem) {
      max-height: 730px;
    }
  }
  .\32 xl\:w-\[calc\(66\.6\%\+32px\)\] {
    @media (width >= 96rem) {
      width: calc(66.6% + 32px);
    }
  }
  .\32 xl\:gap-4 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:gap-6 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:p-18 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 18);
    }
  }
  .\32 xl\:pl-0 {
    @media (width >= 96rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}
@layer base {
  .font-frank {
    font-family: "Frank Ruhl Libre", serif;
  }
  .font-lato {
    font-family: "Lato", sans-serif;
  }
}
* {
  scroll-behavior: smooth;
  font-family: "Lato", sans-serif;
}
html {
  background-color: #f6f6f6;
}
h1 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 6rem;
  line-height: 90%;
  font-weight: 500;
  letter-spacing: -0.02em;
}
h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 110%;
  font-size: 4rem;
}
h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 130%;
  letter-spacing: -0.01em;
}
h4 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 2rem;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: -0.01em;
}
h5 {
  color: #2a98c9;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  line-height: 160%;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
p, li {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 160%;
}
.heading h1 {
  font-size: 80px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 500;
}
a.button {
  display: flex;
  font-weight: 700;
  color: white;
  border-radius: 88px;
  align-items: center;
  font-size: 1.375rem;
  line-height: 160%;
  letter-spacing: 0;
  width: fit-content;
  gap: 1rem;
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  background: #51b3df;
  box-shadow: 0px 4px 4px 0px #1333440d;
  transition: all 0.3s ease-in-out;
  height: 4.5rem;
}
a.button:hover {
  background: #18638c;
}
a.button img, a.button svg {
  transition: transform 0.3s ease-in-out;
}
a.button:hover img, a.button:hover svg {
  transform: translateX(5px);
}
a.spotkanie {
  background: white;
  color: #2a98c9;
  font-weight: 700;
  border: 1px solid white;
}
a.spotkanie:hover {
  border: 1px solid #18638c;
  color: #18638c;
  background: white;
}
a.spotkanie:hover svg path {
  transition: fill 0.3s ease-in-out;
  fill: #18638c;
}
#menu-primary-menu li {
  font-size: 1.25rem;
  line-height: 130%;
  color: #454545;
  height: 3.5rem;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  padding: 6px;
  transition: all 0.3s ease-in-out;
}
#menu-primary-menu li a {
  height: 100%;
  display: flex;
  align-items: center;
}
#menu-footer-menu li {
  font-size: 1.125rem;
  line-height: 160%;
  color: #c3e3f4;
  letter-spacing: 0;
}
#menu-primary-menu li:hover {
  color: #2a98c9;
  border-bottom: 2px solid #2a98c9;
}
li.UmowSpotkanie {
  background-color: #2a98c9;
  color: white !important;
  font-weight: 700;
  border-radius: 5.5rem;
  transition: all 0.3s ease-in-out;
}
li.UmowSpotkanie:hover {
  background-color: #18638c;
}
li.UmowSpotkanie a {
  text-wrap: nowrap;
  display: flex;
  gap: 1rem;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  font-size: 1.25rem;
}
.banner p {
  color: white;
}
.firstSwiper .swiper-slide {
  height: auto !important;
}
.firstSwiper .swiper-pagination {
  width: fit-content !important;
  position: static !important;
  display: flex !important;
  justify-content: center !important;
  gap: 24px !important;
  align-items: center !important;
}
.firstSwiper .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #c3e3f4 !important;
  opacity: 1 !important;
}
.firstSwiper .swiper-pagination-bullet-active {
  background: #2a98c9 !important;
}
.firstSwiper .swiper-button-next, .firstSwiper .swiper-button-prev {
  position: static !important;
  height: 100% !important;
  margin-top: 0 !important;
}
.firstSwiper .swiper-button-next::after, .firstSwiper .swiper-button-prev::after {
  display: none !important;
}
.opinie .swiper-button-prev, .opinie .swiper-button-next {
  width: 72px !important;
  height: 72px !important;
  overflow: visible !important;
}
.opinie .swiper-button-next {
  right: -100px !important;
}
.opinie .swiper-button-prev {
  left: -100px !important;
}
.opinie .swiper-button-prev::after {
  display: none !important;
}
.opinie .swiper-button-next::after {
  display: none !important;
}
.opinie .swiper-pagination-bullet {
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.opinie .swiper-pagination-bullet-active {
  background-color: #2a98c9 !important;
  width: 47px !important;
  border-radius: 999px !important;
}
@media (max-width: 1536px) {
  .opinie .swiper-button-next {
    right: -72px !important;
  }
  .opinie .swiper-button-prev {
    left: -72px !important;
  }
}
@media (max-width: 1024px) {
  .opinie .swiper-button-next {
    right: -35px !important;
  }
  .opinie .swiper-button-prev {
    left: -35px !important;
  }
}
@media (max-width: 1536px) {
  #menu-primary-menu li {
    padding: 4px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 4rem;
    line-height: 110%;
  }
  h2 {
    font-size: 3rem;
    letter-spacing: -0.01em;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 2rem;
    line-height: 130%;
  }
  h5 {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  p, li {
    font-size: 1.125rem;
  }
  .heading h1 {
    font-size: 56px;
    line-height: 110%;
  }
  a.button {
    height: 4rem;
  }
  .firstSwiper .swiper-pagination {
    gap: 8px !important;
  }
  .firstSwiper .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
@layer utilities {
  h2:not([class*="text-"]) {
    color: #222222;
  }
  p:not([class*="text-"]) {
    color: #4f4f4f;
  }
}
#mobile-menu {
  position: fixed;
  inset: calc(var(--spacing) * 0);
  z-index: 50;
  background-color: #f6f6f6;
  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;
  @media (width >= 80rem) {
    display: none;
  }
}
#mobile-menu .menu-item {
  width: 100%;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
#mobile-menu .UmowSpotkanie {
  margin-top: calc(var(--spacing) * 4);
}
body.overflow-hidden {
  overflow: hidden;
}
#mobile-menu #menu-primary-menu li a {
  color: #454545;
}
#mobile-menu .UmowSpotkanie a {
  color: var(--color-white);
}
#menu-footer-menu li a {
  transition-property: all;
  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) {
      text-decoration-line: underline;
    }
  }
  &:hover {
    @media (hover: hover) {
      text-underline-offset: 4px;
    }
  }
}
h3 strong {
  font-family: "Frank Ruhl Libre", serif !important;
  font-weight: 700 !important;
}
.pomoc-lista li {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style-type: none;
  color: #4f4f4f;
}
.pomoc-lista li::before {
  content: "";
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/pomoc/arrowRight.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .pomoc-lista li {
    align-items: flex-start;
  }
  .pomoc-lista li::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
  }
}
.rezerwacjaform {
  background-color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1.75rem !important;
  padding: 3rem !important;
  border-radius: 1.5rem !important;
  margin: 0 !important;
}
.rezerwacjaform .wpforms-field-sublabel, .rezerwacjaform .wpforms-required-label {
  display: none !important;
}
.rezerwacjaform .rezerwacjabutton {
  background-color: #2a98c9 !important;
  color: #ffffff !important;
  width: 100% !important;
  padding: 0.5rem 2rem !important;
  line-height: 160% !important;
  border-radius: 5.5rem !important;
  font-size: 1.3rem !important;
  height: 4rem !important;
}
.rezerwacjaform .wpforms-field-label {
  color: #4f4f4f !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  line-height: 160% !important;
}
.rezerwacjaform .wpforms-field-label-inline {
  color: #464646 !important;
}
.rezerwacjaform input, .rezerwacjaform textarea {
  border: 1px solid #dcdcdc !important;
  border-radius: 1rem !important;
}
.rezerwacjaform textarea {
  height: 220px !important;
}
@media (max-width: 768px) {
  .rezerwacjaform {
    padding: 1.5rem !important;
  }
  .rezerwacjaform .wpforms-field-label {
    font-size: 1rem !important;
  }
  .rezerwacjaform .wpforms-field {
    padding: 6px 0px !important;
  }
}
.custom-steps {
  list-style-type: disc;
  color: #4f4f4f;
  line-height: 160%;
}
.custom-steps li::marker {
  color: #2a98c9;
  font-size: 0.6em;
}
.grandfather {
  left: 30%;
}
@media (max-width: 2200px) {
  .grandfather {
    left: 23%;
  }
}
@media (max-width: 1700px) {
  .grandfather {
    left: 18%;
  }
}
@media (max-width: 1536px) {
  .grandfather {
    left: 16%;
  }
}
@media (max-width: 1280px) {
  .grandfather {
    left: 40%;
  }
}
.privacy {
  padding-left: 2rem;
  padding-right: 2rem;
}
.privacy li, .privacy p {
  color: #4f4f4f;
}
.privacy h4 {
  color: #222222;
}
.privacy ul li, .privacy ol li {
  margin-bottom: 2rem;
}
.privacy ul li > ul, .privacy ol li > ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.privacy ol {
  list-style-type: decimal !important;
}
.privacy ol ol {
  list-style-type: lower-alpha !important;
  margin-left: 1rem !important;
}
.privacy ul li {
  list-style-type: none !important;
  margin-left: 1rem !important;
}
.privacy ul li::before {
  content: "- ";
}
.privacy h4 {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .privacy h4 {
    margin-bottom: 2rem;
  }
  .privacy {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .privacy ul li, .privacy ol li {
    margin-bottom: 1.5rem;
  }
}
.wpforms-confirmation-container-full .wpforms-confirmation-scroll {
  background: #2a98c9;
  border: 1px solid #2a98c9;
  border-radius: 24px;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
