/*! tailwindcss v4.2.1 | 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;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-\[-1\.83\%_0_0_0\] {
    inset: -1.83% 0 0 0;
  }
  .inset-\[-5\%_-4\.74\%\] {
    inset: -5% -4.74%;
  }
  .inset-\[12\.5\%_12\.5\%_12\.5\%_8\.33\%\] {
    inset: 12.5% 12.5% 12.5% 8.33%;
  }
  .inset-\[64\.26\%_36\.51\%_14\.44\%_47\.4\%\] {
    inset: 64.26% 36.51% 14.44% 47.4%;
  }
  .inset-\[70\.76\%_39\.48\%_21\.3\%_50\.78\%\] {
    inset: 70.76% 39.48% 21.3% 50.78%;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-0\.02px\] {
    top: -0.02px;
  }
  .top-\[-0\.19\%\] {
    top: -0.19%;
  }
  .top-\[-0\.38px\] {
    top: -0.38px;
  }
  .top-\[-0\.39\%\] {
    top: -0.39%;
  }
  .top-\[-0\.45px\] {
    top: -0.45px;
  }
  .top-\[-1px\] {
    top: -1px;
  }
  .top-\[-3\.43\%\] {
    top: -3.43%;
  }
  .top-\[-3\.53\%\] {
    top: -3.53%;
  }
  .top-\[-4\.2\%\] {
    top: -4.2%;
  }
  .top-\[-7\.2\%\] {
    top: -7.2%;
  }
  .top-\[-12\.74\%\] {
    top: -12.74%;
  }
  .top-\[-14\.62\%\] {
    top: -14.62%;
  }
  .top-\[-14\.63px\] {
    top: -14.63px;
  }
  .top-\[-15\.56\%\] {
    top: -15.56%;
  }
  .top-\[-17\.31\%\] {
    top: -17.31%;
  }
  .top-\[-18\.54\%\] {
    top: -18.54%;
  }
  .top-\[-20\.87\%\] {
    top: -20.87%;
  }
  .top-\[-23\.02\%\] {
    top: -23.02%;
  }
  .top-\[-30\.44\%\] {
    top: -30.44%;
  }
  .top-\[-31\.58px\] {
    top: -31.58px;
  }
  .top-\[-31\.67\%\] {
    top: -31.67%;
  }
  .top-\[-35px\] {
    top: -35px;
  }
  .top-\[-42\.06\%\] {
    top: -42.06%;
  }
  .top-\[-48\.82\%\] {
    top: -48.82%;
  }
  .top-\[-98\.08\%\] {
    top: -98.08%;
  }
  .top-\[-101\.61\%\] {
    top: -101.61%;
  }
  .top-\[-152\.34\%\] {
    top: -152.34%;
  }
  .top-\[-218\.22\%\] {
    top: -218.22%;
  }
  .top-\[-222\.7\%\] {
    top: -222.7%;
  }
  .top-\[-272\.22\%\] {
    top: -272.22%;
  }
  .top-\[-317\.56\%\] {
    top: -317.56%;
  }
  .top-\[0\.01\%\] {
    top: 0.01%;
  }
  .top-\[0\.08\%\] {
    top: 0.08%;
  }
  .top-\[0\.13\%\] {
    top: 0.13%;
  }
  .top-\[0\.37px\] {
    top: 0.37px;
  }
  .top-\[0\.39px\] {
    top: 0.39px;
  }
  .top-\[0\.42px\] {
    top: 0.42px;
  }
  .top-\[0\.61\%\] {
    top: 0.61%;
  }
  .top-\[1\.59\%\] {
    top: 1.59%;
  }
  .top-\[1\.89\%\] {
    top: 1.89%;
  }
  .top-\[3\.6\%\] {
    top: 3.6%;
  }
  .top-\[6\.19\%\] {
    top: 6.19%;
  }
  .top-\[7\.89\%\] {
    top: 7.89%;
  }
  .top-\[8px\] {
    top: 8px;
  }
  .top-\[11\.73px\] {
    top: 11.73px;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[14px\] {
    top: 14px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[16\.1px\] {
    top: 16.1px;
  }
  .top-\[16\.15px\] {
    top: 16.15px;
  }
  .top-\[16\.56px\] {
    top: 16.56px;
  }
  .top-\[16px\] {
    top: 16px;
  }
  .top-\[19\.35px\] {
    top: 19.35px;
  }
  .top-\[19\.92px\] {
    top: 19.92px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[22\.64px\] {
    top: 22.64px;
  }
  .top-\[22px\] {
    top: 22px;
  }
  .top-\[24\.07px\] {
    top: 24.07px;
  }
  .top-\[24px\] {
    top: 24px;
  }
  .top-\[27\.63px\] {
    top: 27.63px;
  }
  .top-\[28\.37px\] {
    top: 28.37px;
  }
  .top-\[28\.45px\] {
    top: 28.45px;
  }
  .top-\[28px\] {
    top: 28px;
  }
  .top-\[39\.06px\] {
    top: 39.06px;
  }
  .top-\[40\.07px\] {
    top: 40.07px;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[43px\] {
    top: 43px;
  }
  .top-\[44\.78px\] {
    top: 44.78px;
  }
  .top-\[45\.5px\] {
    top: 45.5px;
  }
  .top-\[47\.77px\] {
    top: 47.77px;
  }
  .top-\[49px\] {
    top: 49px;
  }
  .top-\[52\.39px\] {
    top: 52.39px;
  }
  .top-\[56\.93px\] {
    top: 56.93px;
  }
  .top-\[57px\] {
    top: 57px;
  }
  .top-\[60\.2px\] {
    top: 60.2px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[72px\] {
    top: 72px;
  }
  .top-\[73px\] {
    top: 73px;
  }
  .top-\[76\.01px\] {
    top: 76.01px;
  }
  .top-\[80\.37px\] {
    top: 80.37px;
  }
  .top-\[95px\] {
    top: 95px;
  }
  .top-\[106px\] {
    top: 106px;
  }
  .top-\[108px\] {
    top: 108px;
  }
  .top-\[112px\] {
    top: 112px;
  }
  .top-\[115\.93px\] {
    top: 115.93px;
  }
  .top-\[117\.07px\] {
    top: 117.07px;
  }
  .top-\[117px\] {
    top: 117px;
  }
  .top-\[124px\] {
    top: 124px;
  }
  .top-\[138px\] {
    top: 138px;
  }
  .top-\[143px\] {
    top: 143px;
  }
  .top-\[150\.37px\] {
    top: 150.37px;
  }
  .top-\[152\.72px\] {
    top: 152.72px;
  }
  .top-\[159px\] {
    top: 159px;
  }
  .top-\[184px\] {
    top: 184px;
  }
  .top-\[203px\] {
    top: 203px;
  }
  .top-\[206px\] {
    top: 206px;
  }
  .top-\[212\.01px\] {
    top: 212.01px;
  }
  .top-\[220\.93px\] {
    top: 220.93px;
  }
  .top-\[229px\] {
    top: 229px;
  }
  .top-\[231\.98px\] {
    top: 231.98px;
  }
  .top-\[250px\] {
    top: 250px;
  }
  .top-\[285px\] {
    top: 285px;
  }
  .top-\[301\.73px\] {
    top: 301.73px;
  }
  .top-\[302px\] {
    top: 302px;
  }
  .top-\[312px\] {
    top: 312px;
  }
  .top-\[324px\] {
    top: 324px;
  }
  .top-\[325px\] {
    top: 325px;
  }
  .top-\[352px\] {
    top: 352px;
  }
  .top-\[392px\] {
    top: 392px;
  }
  .top-\[445px\] {
    top: 445px;
  }
  .top-\[461\.01px\] {
    top: 461.01px;
  }
  .top-\[484px\] {
    top: 484px;
  }
  .top-\[555\.55px\] {
    top: 555.55px;
  }
  .top-\[558px\] {
    top: 558px;
  }
  .top-\[567px\] {
    top: 567px;
  }
  .top-\[572px\] {
    top: 572px;
  }
  .top-\[616px\] {
    top: 616px;
  }
  .top-\[673px\] {
    top: 673px;
  }
  .top-\[674px\] {
    top: 674px;
  }
  .top-\[680px\] {
    top: 680px;
  }
  .top-\[691px\] {
    top: 691px;
  }
  .top-\[732px\] {
    top: 732px;
  }
  .top-\[988px\] {
    top: 988px;
  }
  .top-\[997\.99px\] {
    top: 997.99px;
  }
  .top-\[1052px\] {
    top: 1052px;
  }
  .top-\[1225\.2px\] {
    top: 1225.2px;
  }
  .top-\[1930px\] {
    top: 1930px;
  }
  .top-\[2719px\] {
    top: 2719px;
  }
  .top-\[3446\.07px\] {
    top: 3446.07px;
  }
  .top-\[4193px\] {
    top: 4193px;
  }
  .top-\[5237px\] {
    top: 5237px;
  }
  .top-\[6313px\] {
    top: 6313px;
  }
  .top-\[6553px\] {
    top: 6553px;
  }
  .top-\[7678px\] {
    top: 7678px;
  }
  .top-\[8894px\] {
    top: 8894px;
  }
  .top-\[10061px\] {
    top: 10061px;
  }
  .top-\[11254px\] {
    top: 11254px;
  }
  .top-\[calc\(50\%-80\.5px\)\] {
    top: calc(50% - 80.5px);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-1px\] {
    left: -1px;
  }
  .left-\[-7px\] {
    left: -7px;
  }
  .left-\[-8\.87\%\] {
    left: -8.87%;
  }
  .left-\[-8px\] {
    left: -8px;
  }
  .left-\[-9px\] {
    left: -9px;
  }
  .left-\[-17\.66\%\] {
    left: -17.66%;
  }
  .left-\[-17\.74\%\] {
    left: -17.74%;
  }
  .left-\[-18\.52\%\] {
    left: -18.52%;
  }
  .left-\[-21\.6\%\] {
    left: -21.6%;
  }
  .left-\[-23px\] {
    left: -23px;
  }
  .left-\[-25\.86\%\] {
    left: -25.86%;
  }
  .left-\[-27\.52\%\] {
    left: -27.52%;
  }
  .left-\[-31\.23\%\] {
    left: -31.23%;
  }
  .left-\[-31\.44\%\] {
    left: -31.44%;
  }
  .left-\[-31px\] {
    left: -31px;
  }
  .left-\[-32\.12\%\] {
    left: -32.12%;
  }
  .left-\[-33\.07\%\] {
    left: -33.07%;
  }
  .left-\[-35\.09\%\] {
    left: -35.09%;
  }
  .left-\[-40\.24\%\] {
    left: -40.24%;
  }
  .left-\[-41\.09\%\] {
    left: -41.09%;
  }
  .left-\[-42px\] {
    left: -42px;
  }
  .left-\[-43\.18\%\] {
    left: -43.18%;
  }
  .left-\[-43px\] {
    left: -43px;
  }
  .left-\[-44\.35\%\] {
    left: -44.35%;
  }
  .left-\[-50px\] {
    left: -50px;
  }
  .left-\[-54\.9\%\] {
    left: -54.9%;
  }
  .left-\[-62\.66\%\] {
    left: -62.66%;
  }
  .left-\[-86\.18\%\] {
    left: -86.18%;
  }
  .left-\[-209\.11\%\] {
    left: -209.11%;
  }
  .left-\[0\.14\%\] {
    left: 0.14%;
  }
  .left-\[1\.35\%\] {
    left: 1.35%;
  }
  .left-\[3\.13\%\] {
    left: 3.13%;
  }
  .left-\[4\.84\%\] {
    left: 4.84%;
  }
  .left-\[8\.34\%\] {
    left: 8.34%;
  }
  .left-\[12\.41px\] {
    left: 12.41px;
  }
  .left-\[12\.61\%\] {
    left: 12.61%;
  }
  .left-\[12px\] {
    left: 12px;
  }
  .left-\[13px\] {
    left: 13px;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[18px\] {
    left: 18px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[25px\] {
    left: 25px;
  }
  .left-\[26px\] {
    left: 26px;
  }
  .left-\[28px\] {
    left: 28px;
  }
  .left-\[32px\] {
    left: 32px;
  }
  .left-\[46px\] {
    left: 46px;
  }
  .left-\[53px\] {
    left: 53px;
  }
  .left-\[54px\] {
    left: 54px;
  }
  .left-\[58\.06px\] {
    left: 58.06px;
  }
  .left-\[58px\] {
    left: 58px;
  }
  .left-\[60px\] {
    left: 60px;
  }
  .left-\[66px\] {
    left: 66px;
  }
  .left-\[74px\] {
    left: 74px;
  }
  .left-\[96px\] {
    left: 96px;
  }
  .left-\[97px\] {
    left: 97px;
  }
  .left-\[100\.41\%\] {
    left: 100.41%;
  }
  .left-\[120\.6px\] {
    left: 120.6px;
  }
  .left-\[132px\] {
    left: 132px;
  }
  .left-\[140px\] {
    left: 140px;
  }
  .left-\[144px\] {
    left: 144px;
  }
  .left-\[145\.83px\] {
    left: 145.83px;
  }
  .left-\[147\.5px\] {
    left: 147.5px;
  }
  .left-\[153px\] {
    left: 153px;
  }
  .left-\[160px\] {
    left: 160px;
  }
  .left-\[180px\] {
    left: 180px;
  }
  .left-\[186px\] {
    left: 186px;
  }
  .left-\[208px\] {
    left: 208px;
  }
  .left-\[213px\] {
    left: 213px;
  }
  .left-\[218px\] {
    left: 218px;
  }
  .left-\[235px\] {
    left: 235px;
  }
  .left-\[495px\] {
    left: 495px;
  }
  .left-\[515px\] {
    left: 515px;
  }
  .left-\[659px\] {
    left: 659px;
  }
  .left-\[676px\] {
    left: 676px;
  }
  .left-\[677px\] {
    left: 677px;
  }
  .left-\[738px\] {
    left: 738px;
  }
  .left-\[745px\] {
    left: 745px;
  }
  .left-\[816px\] {
    left: 816px;
  }
  .left-\[1102px\] {
    left: 1102px;
  }
  .left-\[1118px\] {
    left: 1118px;
  }
  .left-\[1131px\] {
    left: 1131px;
  }
  .left-\[1226px\] {
    left: 1226px;
  }
  .left-\[1252px\] {
    left: 1252px;
  }
  .left-\[1588px\] {
    left: 1588px;
  }
  .left-\[1676px\] {
    left: 1676px;
  }
  .left-\[calc\(8\.33\%\+145px\)\] {
    left: calc(8.33% + 145px);
  }
  .left-\[calc\(16\.67\%\+160px\)\] {
    left: calc(16.67% + 160px);
  }
  .left-\[calc\(29\.17\%-80px\)\] {
    left: calc(29.17% - 80px);
  }
  .left-\[calc\(41\.67\%\+110px\)\] {
    left: calc(41.67% + 110px);
  }
  .left-\[calc\(54\.17\%-130px\)\] {
    left: calc(54.17% - 130px);
  }
  .left-\[calc\(66\.67\%\+12px\)\] {
    left: calc(66.67% + 12px);
  }
  .left-\[calc\(83\.33\%-58\.31px\)\] {
    left: calc(83.33% - 58.31px);
  }
  .col-1 {
    grid-column: 1;
  }
  .row-1 {
    grid-row: 1;
  }
  .mt-\[-0\.01px\] {
    margin-top: -0.01px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .ml-\[-1\.82px\] {
    margin-left: -1.82px;
  }
  .ml-\[-3px\] {
    margin-left: -3px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .size-\[12px\] {
    width: 12px;
    height: 12px;
  }
  .size-\[16\.5px\] {
    width: 16.5px;
    height: 16.5px;
  }
  .size-\[23px\] {
    width: 23px;
    height: 23px;
  }
  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }
  .size-\[26\.392px\] {
    width: 26.392px;
    height: 26.392px;
  }
  .size-\[30px\] {
    width: 30px;
    height: 30px;
  }
  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }
  .size-\[36\.794px\] {
    width: 36.794px;
    height: 36.794px;
  }
  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }
  .size-\[44px\] {
    width: 44px;
    height: 44px;
  }
  .size-\[45px\] {
    width: 45px;
    height: 45px;
  }
  .size-\[52px\] {
    width: 52px;
    height: 52px;
  }
  .size-\[55\.304px\] {
    width: 55.304px;
    height: 55.304px;
  }
  .size-\[64px\] {
    width: 64px;
    height: 64px;
  }
  .size-\[69px\] {
    width: 69px;
    height: 69px;
  }
  .size-\[80px\] {
    width: 80px;
    height: 80px;
  }
  .size-\[103px\] {
    width: 103px;
    height: 103px;
  }
  .size-\[112px\] {
    width: 112px;
    height: 112px;
  }
  .size-\[132px\] {
    width: 132px;
    height: 132px;
  }
  .size-\[135\.33\%\] {
    width: 135.33%;
    height: 135.33%;
  }
  .size-\[136px\] {
    width: 136px;
    height: 136px;
  }
  .size-\[140px\] {
    width: 140px;
    height: 140px;
  }
  .size-\[148px\] {
    width: 148px;
    height: 148px;
  }
  .size-\[150\.17\%\] {
    width: 150.17%;
    height: 150.17%;
  }
  .size-\[194px\] {
    width: 194px;
    height: 194px;
  }
  .size-\[278px\] {
    width: 278px;
    height: 278px;
  }
  .size-\[374px\] {
    width: 374px;
    height: 374px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[20\.571px\] {
    height: 20.571px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[26\.14px\] {
    height: 26.14px;
  }
  .h-\[28\.8px\] {
    height: 28.8px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[34\.96px\] {
    height: 34.96px;
  }
  .h-\[35\.639px\] {
    height: 35.639px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40\.619px\] {
    height: 40.619px;
  }
  .h-\[41\.04px\] {
    height: 41.04px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[52\.487px\] {
    height: 52.487px;
  }
  .h-\[55\.304px\] {
    height: 55.304px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[57\.76px\] {
    height: 57.76px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60\.121px\] {
    height: 60.121px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64\.837px\] {
    height: 64.837px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[65\.101px\] {
    height: 65.101px;
  }
  .h-\[66\.229px\] {
    height: 66.229px;
  }
  .h-\[69px\] {
    height: 69px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[75\.282px\] {
    height: 75.282px;
  }
  .h-\[76px\] {
    height: 76px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[84px\] {
    height: 84px;
  }
  .h-\[86\.173px\] {
    height: 86.173px;
  }
  .h-\[87px\] {
    height: 87px;
  }
  .h-\[88px\] {
    height: 88px;
  }
  .h-\[89px\] {
    height: 89px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[92\.11\%\] {
    height: 92.11%;
  }
  .h-\[99\.84\%\] {
    height: 99.84%;
  }
  .h-\[102px\] {
    height: 102px;
  }
  .h-\[104\.64\%\] {
    height: 104.64%;
  }
  .h-\[108px\] {
    height: 108px;
  }
  .h-\[109\.72\%\] {
    height: 109.72%;
  }
  .h-\[109px\] {
    height: 109px;
  }
  .h-\[112px\] {
    height: 112px;
  }
  .h-\[114\.39\%\] {
    height: 114.39%;
  }
  .h-\[114\.907px\] {
    height: 114.907px;
  }
  .h-\[115px\] {
    height: 115px;
  }
  .h-\[116\.3px\] {
    height: 116.3px;
  }
  .h-\[116\.05\%\] {
    height: 116.05%;
  }
  .h-\[117px\] {
    height: 117px;
  }
  .h-\[118\.96\%\] {
    height: 118.96%;
  }
  .h-\[119\.15\%\] {
    height: 119.15%;
  }
  .h-\[119\.28\%\] {
    height: 119.28%;
  }
  .h-\[124\.97\%\] {
    height: 124.97%;
  }
  .h-\[124px\] {
    height: 124px;
  }
  .h-\[125\.84\%\] {
    height: 125.84%;
  }
  .h-\[126\.82\%\] {
    height: 126.82%;
  }
  .h-\[127\.93\%\] {
    height: 127.93%;
  }
  .h-\[127px\] {
    height: 127px;
  }
  .h-\[131\.92\%\] {
    height: 131.92%;
  }
  .h-\[132px\] {
    height: 132px;
  }
  .h-\[134px\] {
    height: 134px;
  }
  .h-\[137\.57\%\] {
    height: 137.57%;
  }
  .h-\[138\.804px\] {
    height: 138.804px;
  }
  .h-\[139px\] {
    height: 139px;
  }
  .h-\[140\.533px\] {
    height: 140.533px;
  }
  .h-\[141\.06\%\] {
    height: 141.06%;
  }
  .h-\[141\.49\%\] {
    height: 141.49%;
  }
  .h-\[148px\] {
    height: 148px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[152px\] {
    height: 152px;
  }
  .h-\[155px\] {
    height: 155px;
  }
  .h-\[157\.07\%\] {
    height: 157.07%;
  }
  .h-\[157\.778px\] {
    height: 157.778px;
  }
  .h-\[158px\] {
    height: 158px;
  }
  .h-\[161px\] {
    height: 161px;
  }
  .h-\[162\.59\%\] {
    height: 162.59%;
  }
  .h-\[164\.48\%\] {
    height: 164.48%;
  }
  .h-\[168\.07\%\] {
    height: 168.07%;
  }
  .h-\[169px\] {
    height: 169px;
  }
  .h-\[170\.422px\] {
    height: 170.422px;
  }
  .h-\[171px\] {
    height: 171px;
  }
  .h-\[176px\] {
    height: 176px;
  }
  .h-\[178\.647px\] {
    height: 178.647px;
  }
  .h-\[180\.474px\] {
    height: 180.474px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[182\.302px\] {
    height: 182.302px;
  }
  .h-\[190px\] {
    height: 190px;
  }
  .h-\[193px\] {
    height: 193px;
  }
  .h-\[197px\] {
    height: 197px;
  }
  .h-\[199px\] {
    height: 199px;
  }
  .h-\[201\.61\%\] {
    height: 201.61%;
  }
  .h-\[205\.63\%\] {
    height: 205.63%;
  }
  .h-\[215\.512px\] {
    height: 215.512px;
  }
  .h-\[218\.92\%\] {
    height: 218.92%;
  }
  .h-\[230\.511px\] {
    height: 230.511px;
  }
  .h-\[238px\] {
    height: 238px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[245px\] {
    height: 245px;
  }
  .h-\[246px\] {
    height: 246px;
  }
  .h-\[252\.81\%\] {
    height: 252.81%;
  }
  .h-\[264px\] {
    height: 264px;
  }
  .h-\[282\.43\%\] {
    height: 282.43%;
  }
  .h-\[296px\] {
    height: 296px;
  }
  .h-\[299\.3\%\] {
    height: 299.3%;
  }
  .h-\[301\.22\%\] {
    height: 301.22%;
  }
  .h-\[302px\] {
    height: 302px;
  }
  .h-\[303px\] {
    height: 303px;
  }
  .h-\[331px\] {
    height: 331px;
  }
  .h-\[333\.64\%\] {
    height: 333.64%;
  }
  .h-\[361px\] {
    height: 361px;
  }
  .h-\[373px\] {
    height: 373px;
  }
  .h-\[376px\] {
    height: 376px;
  }
  .h-\[391px\] {
    height: 391px;
  }
  .h-\[395px\] {
    height: 395px;
  }
  .h-\[399px\] {
    height: 399px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[444\.44\%\] {
    height: 444.44%;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[457px\] {
    height: 457px;
  }
  .h-\[459\.01\%\] {
    height: 459.01%;
  }
  .h-\[480\.284px\] {
    height: 480.284px;
  }
  .h-\[490px\] {
    height: 490px;
  }
  .h-\[553px\] {
    height: 553px;
  }
  .h-\[590\.17\%\] {
    height: 590.17%;
  }
  .h-\[601px\] {
    height: 601px;
  }
  .h-\[621px\] {
    height: 621px;
  }
  .h-\[622\.565px\] {
    height: 622.565px;
  }
  .h-\[627px\] {
    height: 627px;
  }
  .h-\[710\.76\%\] {
    height: 710.76%;
  }
  .h-\[736px\] {
    height: 736px;
  }
  .h-\[748px\] {
    height: 748px;
  }
  .h-\[782px\] {
    height: 782px;
  }
  .h-\[870px\] {
    height: 870px;
  }
  .h-\[1076px\] {
    height: 1076px;
  }
  .h-\[1125px\] {
    height: 1125px;
  }
  .h-\[1193px\] {
    height: 1193px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[56px\] {
    min-height: 56px;
  }
  .min-h-\[171px\] {
    min-height: 171px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[621px\] {
    min-height: 621px;
  }
  .min-h-\[840px\] {
    min-height: 840px;
  }
  .w-\[-103\.02\%\] {
    width: -103.02%;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[68px\] {
    width: 68px;
  }
  .w-\[74\.77\%\] {
    width: 74.77%;
  }
  .w-\[80\.02\%\] {
    width: 80.02%;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[90\.32\%\] {
    width: 90.32%;
  }
  .w-\[91\.66\%\] {
    width: 91.66%;
  }
  .w-\[93\.75\%\] {
    width: 93.75%;
  }
  .w-\[94px\] {
    width: 94px;
  }
  .w-\[95px\] {
    width: 95px;
  }
  .w-\[97\.3\%\] {
    width: 97.3%;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[105\.62\%\] {
    width: 105.62%;
  }
  .w-\[105px\] {
    width: 105px;
  }
  .w-\[112px\] {
    width: 112px;
  }
  .w-\[114px\] {
    width: 114px;
  }
  .w-\[116px\] {
    width: 116px;
  }
  .w-\[117\.74\%\] {
    width: 117.74%;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[124\.924px\] {
    width: 124.924px;
  }
  .w-\[127px\] {
    width: 127px;
  }
  .w-\[129\.01\%\] {
    width: 129.01%;
  }
  .w-\[132px\] {
    width: 132px;
  }
  .w-\[134px\] {
    width: 134px;
  }
  .w-\[136\.72\%\] {
    width: 136.72%;
  }
  .w-\[137px\] {
    width: 137px;
  }
  .w-\[142\.519px\] {
    width: 142.519px;
  }
  .w-\[142px\] {
    width: 142px;
  }
  .w-\[144px\] {
    width: 144px;
  }
  .w-\[147px\] {
    width: 147px;
  }
  .w-\[151px\] {
    width: 151px;
  }
  .w-\[152\.4\%\] {
    width: 152.4%;
  }
  .w-\[153px\] {
    width: 153px;
  }
  .w-\[154\.51\%\] {
    width: 154.51%;
  }
  .w-\[154px\] {
    width: 154px;
  }
  .w-\[155\.56\%\] {
    width: 155.56%;
  }
  .w-\[158px\] {
    width: 158px;
  }
  .w-\[159\.98\%\] {
    width: 159.98%;
  }
  .w-\[159px\] {
    width: 159px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[162px\] {
    width: 162px;
  }
  .w-\[164\.72\%\] {
    width: 164.72%;
  }
  .w-\[165px\] {
    width: 165px;
  }
  .w-\[166px\] {
    width: 166px;
  }
  .w-\[167\.06\%\] {
    width: 167.06%;
  }
  .w-\[168\.52\%\] {
    width: 168.52%;
  }
  .w-\[171px\] {
    width: 171px;
  }
  .w-\[172px\] {
    width: 172px;
  }
  .w-\[174\.44\%\] {
    width: 174.44%;
  }
  .w-\[174\.77\%\] {
    width: 174.77%;
  }
  .w-\[174px\] {
    width: 174px;
  }
  .w-\[175px\] {
    width: 175px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[181px\] {
    width: 181px;
  }
  .w-\[186px\] {
    width: 186px;
  }
  .w-\[189px\] {
    width: 189px;
  }
  .w-\[191px\] {
    width: 191px;
  }
  .w-\[193px\] {
    width: 193px;
  }
  .w-\[194px\] {
    width: 194px;
  }
  .w-\[198\.315px\] {
    width: 198.315px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[205\.69\%\] {
    width: 205.69%;
  }
  .w-\[206px\] {
    width: 206px;
  }
  .w-\[208px\] {
    width: 208px;
  }
  .w-\[209\.79\%\] {
    width: 209.79%;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[213px\] {
    width: 213px;
  }
  .w-\[215px\] {
    width: 215px;
  }
  .w-\[218px\] {
    width: 218px;
  }
  .w-\[226px\] {
    width: 226px;
  }
  .w-\[229px\] {
    width: 229px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[231px\] {
    width: 231px;
  }
  .w-\[236px\] {
    width: 236px;
  }
  .w-\[238px\] {
    width: 238px;
  }
  .w-\[242px\] {
    width: 242px;
  }
  .w-\[246px\] {
    width: 246px;
  }
  .w-\[247px\] {
    width: 247px;
  }
  .w-\[248px\] {
    width: 248px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[262px\] {
    width: 262px;
  }
  .w-\[264px\] {
    width: 264px;
  }
  .w-\[266px\] {
    width: 266px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[274px\] {
    width: 274px;
  }
  .w-\[275\.87\%\] {
    width: 275.87%;
  }
  .w-\[278px\] {
    width: 278px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[284px\] {
    width: 284px;
  }
  .w-\[286px\] {
    width: 286px;
  }
  .w-\[288px\] {
    width: 288px;
  }
  .w-\[298px\] {
    width: 298px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[302px\] {
    width: 302px;
  }
  .w-\[306px\] {
    width: 306px;
  }
  .w-\[308px\] {
    width: 308px;
  }
  .w-\[310px\] {
    width: 310px;
  }
  .w-\[316px\] {
    width: 316px;
  }
  .w-\[318px\] {
    width: 318px;
  }
  .w-\[328px\] {
    width: 328px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[336px\] {
    width: 336px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[342px\] {
    width: 342px;
  }
  .w-\[343\.2\%\] {
    width: 343.2%;
  }
  .w-\[343px\] {
    width: 343px;
  }
  .w-\[348px\] {
    width: 348px;
  }
  .w-\[349px\] {
    width: 349px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[365px\] {
    width: 365px;
  }
  .w-\[368px\] {
    width: 368px;
  }
  .w-\[370px\] {
    width: 370px;
  }
  .w-\[372px\] {
    width: 372px;
  }
  .w-\[373px\] {
    width: 373px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[381px\] {
    width: 381px;
  }
  .w-\[404px\] {
    width: 404px;
  }
  .w-\[408px\] {
    width: 408px;
  }
  .w-\[415px\] {
    width: 415px;
  }
  .w-\[424px\] {
    width: 424px;
  }
  .w-\[429px\] {
    width: 429px;
  }
  .w-\[448px\] {
    width: 448px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[488px\] {
    width: 488px;
  }
  .w-\[495\.57\%\] {
    width: 495.57%;
  }
  .w-\[504px\] {
    width: 504px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-\[521px\] {
    width: 521px;
  }
  .w-\[536px\] {
    width: 536px;
  }
  .w-\[540px\] {
    width: 540px;
  }
  .w-\[556px\] {
    width: 556px;
  }
  .w-\[576px\] {
    width: 576px;
  }
  .w-\[580px\] {
    width: 580px;
  }
  .w-\[591px\] {
    width: 591px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[608px\] {
    width: 608px;
  }
  .w-\[609px\] {
    width: 609px;
  }
  .w-\[620px\] {
    width: 620px;
  }
  .w-\[629px\] {
    width: 629px;
  }
  .w-\[634px\] {
    width: 634px;
  }
  .w-\[640px\] {
    width: 640px;
  }
  .w-\[642px\] {
    width: 642px;
  }
  .w-\[648px\] {
    width: 648px;
  }
  .w-\[653px\] {
    width: 653px;
  }
  .w-\[656px\] {
    width: 656px;
  }
  .w-\[664px\] {
    width: 664px;
  }
  .w-\[688px\] {
    width: 688px;
  }
  .w-\[690px\] {
    width: 690px;
  }
  .w-\[696px\] {
    width: 696px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[708px\] {
    width: 708px;
  }
  .w-\[710px\] {
    width: 710px;
  }
  .w-\[714px\] {
    width: 714px;
  }
  .w-\[720px\] {
    width: 720px;
  }
  .w-\[744px\] {
    width: 744px;
  }
  .w-\[748px\] {
    width: 748px;
  }
  .w-\[752px\] {
    width: 752px;
  }
  .w-\[760px\] {
    width: 760px;
  }
  .w-\[764px\] {
    width: 764px;
  }
  .w-\[772px\] {
    width: 772px;
  }
  .w-\[805px\] {
    width: 805px;
  }
  .w-\[828px\] {
    width: 828px;
  }
  .w-\[850px\] {
    width: 850px;
  }
  .w-\[870px\] {
    width: 870px;
  }
  .w-\[874px\] {
    width: 874px;
  }
  .w-\[884px\] {
    width: 884px;
  }
  .w-\[1161px\] {
    width: 1161px;
  }
  .w-\[1430px\] {
    width: 1430px;
  }
  .w-\[1504px\] {
    width: 1504px;
  }
  .w-\[1516px\] {
    width: 1516px;
  }
  .w-\[1551px\] {
    width: 1551px;
  }
  .w-\[1560px\] {
    width: 1560px;
  }
  .w-\[1920px\] {
    width: 1920px;
  }
  .w-\[min-content\] {
    width: min-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-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\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }
  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }
  .flex-col {
    flex-direction: column;
  }
  .place-items-start {
    place-items: start;
  }
  .content-stretch {
    align-content: stretch;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8\.797px\] {
    gap: 8.797px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10\.37px\] {
    gap: 10.37px;
  }
  .gap-\[10\.557px\] {
    gap: 10.557px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[36px\] {
    gap: 36px;
  }
  .gap-\[42px\] {
    gap: 42px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[56px\] {
    gap: 56px;
  }
  .gap-\[64px\] {
    gap: 64px;
  }
  .gap-\[72px\] {
    gap: 72px;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-clip {
    overflow-y: clip;
  }
  .rounded-\[3\.59px\] {
    border-radius: 3.59px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[5\.189px\] {
    border-radius: 5.189px;
  }
  .rounded-\[6\.4px\] {
    border-radius: 6.4px;
  }
  .rounded-\[6\.118px\] {
    border-radius: 6.118px;
  }
  .rounded-\[6\.285px\] {
    border-radius: 6.285px;
  }
  .rounded-\[6\.857px\] {
    border-radius: 6.857px;
  }
  .rounded-\[7\.446px\] {
    border-radius: 7.446px;
  }
  .rounded-\[8\.833px\] {
    border-radius: 8.833px;
  }
  .rounded-\[9\.684px\] {
    border-radius: 9.684px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[11\.29px\] {
    border-radius: 11.29px;
  }
  .rounded-\[11px\] {
    border-radius: 11px;
  }
  .rounded-\[12\.411px\] {
    border-radius: 12.411px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[13\.082px\] {
    border-radius: 13.082px;
  }
  .rounded-\[13\.123px\] {
    border-radius: 13.123px;
  }
  .rounded-\[14\.076px\] {
    border-radius: 14.076px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16\.126px\] {
    border-radius: 16.126px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[27\.652px\] {
    border-radius: 27.652px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[52px\] {
    border-radius: 52px;
  }
  .rounded-tl-\[16px\] {
    border-top-left-radius: 16px;
  }
  .rounded-tr-\[16px\] {
    border-top-right-radius: 16px;
  }
  .rounded-br-\[16px\] {
    border-bottom-right-radius: 16px;
  }
  .rounded-br-\[18px\] {
    border-bottom-right-radius: 18px;
  }
  .rounded-bl-\[18px\] {
    border-bottom-left-radius: 18px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#1a4f54\] {
    border-color: #1a4f54;
  }
  .border-\[\#c7e5de\] {
    border-color: #c7e5de;
  }
  .border-\[\#cce5e0\] {
    border-color: #cce5e0;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#1a4f54\] {
    background-color: #1a4f54;
  }
  .bg-\[\#1b5055\] {
    background-color: #1b5055;
  }
  .bg-\[\#272727\] {
    background-color: #272727;
  }
  .bg-\[\#d6e8e5\] {
    background-color: #d6e8e5;
  }
  .bg-\[\#e8f2f1\] {
    background-color: #e8f2f1;
  }
  .bg-\[\#eaf3f2\] {
    background-color: #eaf3f2;
  }
  .bg-\[\#f9f9f9\] {
    background-color: #f9f9f9;
  }
  .bg-\[rgba\(27\,80\,85\,0\.28\)\] {
    background-color: rgba(27,80,85,0.28);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .mask-intersect {
    mask-composite: intersect;
  }
  .mask-alpha {
    mask-mode: alpha;
  }
  .mask-size-\[230px_34\.96px\] {
    mask-size: 230px 34.96px;
  }
  .mask-size-\[380px_57\.76px\] {
    mask-size: 380px 57.76px;
  }
  .mask-no-clip {
    mask-clip: no-clip;
  }
  .mask-position-\[1\.816px_0\.006px\] {
    mask-position: 1.816px 0.006px;
  }
  .mask-position-\[3px_0\.011px\] {
    mask-position: 3px 0.011px;
  }
  .mask-no-repeat {
    mask-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[15\.457px\] {
    padding: 15.457px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[22px\] {
    padding: 22px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[28px\] {
    padding: 28px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[11\.17px\] {
    padding-inline: 11.17px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[180px\] {
    padding-inline: 180px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[7\.446px\] {
    padding-block: 7.446px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[22px\] {
    padding-block: 22px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[36px\] {
    padding-block: 36px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[72px\] {
    padding-block: 72px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pb-\[36px\] {
    padding-bottom: 36px;
  }
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-\[\'Atyp_Display\:Bold\'\] {
    font-family: 'Atyp Display:Bold';
  }
  .font-\[\'Atyp_Display\:Medium\'\] {
    font-family: 'Atyp Display:Medium';
  }
  .font-\[\'Atyp_Display\:Semibold\'\] {
    font-family: 'Atyp Display:Semibold';
  }
  .font-\[\'Gilroy\:Bold\'\] {
    font-family: 'Gilroy:Bold';
  }
  .font-\[\'Gilroy\:Medium\'\] {
    font-family: 'Gilroy:Medium';
  }
  .font-\[\'Gilroy\:Regular\'\] {
    font-family: 'Gilroy:Regular';
  }
  .font-\[\'Gilroy\:SemiBold\'\] {
    font-family: 'Gilroy:SemiBold';
  }
  .font-\[\'Gilroy\:Semibold\'\] {
    font-family: 'Gilroy:Semibold';
  }
  .font-\[\'Source_Sans_Pro\:Regular\'\] {
    font-family: 'Source Sans Pro:Regular';
  }
  .text-\[0px\] {
    font-size: 0px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14\.893px\] {
    font-size: 14.893px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16\.5px\] {
    font-size: 16.5px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19\.236px\] {
    font-size: 19.236px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[58px\] {
    font-size: 58px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[82px\] {
    font-size: 82px;
  }
  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .leading-\[1\.222\] {
    --tw-leading: 1.222;
    line-height: 1.222;
  }
  .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);
  }
  .tracking-\[-0\.2px\] {
    --tw-tracking: -0.2px;
    letter-spacing: -0.2px;
  }
  .tracking-\[-0\.14px\] {
    --tw-tracking: -0.14px;
    letter-spacing: -0.14px;
  }
  .tracking-\[0\.6732px\] {
    --tw-tracking: 0.6732px;
    letter-spacing: 0.6732px;
  }
  .\[word-break\:break-word\] {
    word-break: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre {
    white-space: pre;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[\#0d2124\] {
    color: #0d2124;
  }
  .text-\[\#1a4f54\] {
    color: #1a4f54;
  }
  .text-\[\#1b5055\] {
    color: #1b5055;
  }
  .text-\[\#2b847b\] {
    color: #2b847b;
  }
  .text-\[\#2f2f2f\] {
    color: #2f2f2f;
  }
  .text-\[\#97dcd9\] {
    color: #97dcd9;
  }
  .text-\[\#ccebe5\] {
    color: #ccebe5;
  }
  .text-\[rgba\(255\,255\,255\,0\.6\)\] {
    color: rgba(255,255,255,0.6);
  }
  .text-white {
    color: var(--color-white);
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .decoration-from-font {
    text-decoration-thickness: from-font;
  }
  .shadow-\[0px_6px_20px_0px_rgba\(26\,79\,84\,0\.07\)\] {
    --tw-shadow: 0px 6px 20px 0px var(--tw-shadow-color, rgba(26,79,84,0.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur-\[5\.278px\] {
    --tw-blur: blur(5.278px);
    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,);
  }
  .blur-\[6px\] {
    --tw-blur: blur(6px);
    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,);
  }
  .blur-\[8\.176px\] {
    --tw-blur: blur(8.176px);
    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,);
  }
  .blur-\[10px\] {
    --tw-blur: blur(10px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }
  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }
}
@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-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;
}
@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-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;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-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;
    }
  }
}
