/*! tailwindcss v4.2.0 | 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-amber-50: oklch(98.7% 0.022 95.277);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .left-\[100px\] {
    left: 100px;
  }
  .left-\[500px\] {
    left: 500px;
  }
  .left-\[600px\] {
    left: 600px;
  }
  .left-\[700px\] {
    left: 700px;
  }
  .z-1 {
    z-index: 1;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .m-auto {
    margin: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20p\] {
    margin-top: 20p;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[200px\] {
    margin-top: 200px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-\[40px\] {
    margin-left: 40px;
  }
  .ml-\[60px\] {
    margin-left: 60px;
  }
  .ml-\[80px\] {
    margin-left: 80px;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[42\] {
    height: 42;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[50pc\] {
    height: 50pc;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[63px\] {
    height: 63px;
  }
  .h-\[79px\] {
    height: 79px;
  }
  .h-\[114px\] {
    height: 114px;
  }
  .h-\[134px\] {
    height: 134px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .w-\[1\] {
    width: 1;
  }
  .w-\[2\] {
    width: 2;
  }
  .w-\[7\] {
    width: 7;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[55\] {
    width: 55;
  }
  .w-\[74px\] {
    width: 74px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[90\] {
    width: 90;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[100\] {
    width: 100;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[158px\] {
    width: 158px;
  }
  .w-\[178px\] {
    width: 178px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[198px\] {
    width: 198px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[235px\] {
    width: 235px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[370px\] {
    width: 370px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[523\] {
    width: 523;
  }
  .w-\[523px\] {
    width: 523px;
  }
  .w-\[540px\] {
    width: 540px;
  }
  .w-\[560px\] {
    width: 560px;
  }
  .w-\[569px\] {
    width: 569px;
  }
  .w-\[579px\] {
    width: 579px;
  }
  .w-\[580px\] {
    width: 580px;
  }
  .w-\[586px\] {
    width: 586px;
  }
  .w-\[588px\] {
    width: 588px;
  }
  .w-\[590px\] {
    width: 590px;
  }
  .w-\[667px\] {
    width: 667px;
  }
  .w-\[686px\] {
    width: 686px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[754px\] {
    width: 754px;
  }
  .w-\[758px\] {
    width: 758px;
  }
  .w-\[760px\] {
    width: 760px;
  }
  .w-\[764px\] {
    width: 764px;
  }
  .w-\[765px\] {
    width: 765px;
  }
  .w-\[769px\] {
    width: 769px;
  }
  .w-\[770px\] {
    width: 770px;
  }
  .w-\[774px\] {
    width: 774px;
  }
  .w-\[778px\] {
    width: 778px;
  }
  .w-\[780px\] {
    width: 780px;
  }
  .w-\[798px\] {
    width: 798px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-\[860px\] {
    width: 860px;
  }
  .w-\[900px\] {
    width: 900px;
  }
  .w-\[1200px\] {
    width: 1200px;
  }
  .w-\[1220px\] {
    width: 1220px;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .rounded-\[1\] {
    border-radius: 1;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10p\] {
    border-radius: 10p;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[36px\] {
    border-radius: 36px;
  }
  .rounded-\[36pxpx\] {
    border-radius: 36pxpx;
  }
  .rounded-\[48px\] {
    border-radius: 48px;
  }
  .rounded-\[100p\] {
    border-radius: 100p;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#459CF3\] {
    border-color: #459CF3;
  }
  .border-\[\#858585\] {
    border-color: #858585;
  }
  .border-amber-50 {
    border-color: var(--color-amber-50);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#0A84FF\] {
    background-color: #0A84FF;
  }
  .bg-\[\#1A1A1A\] {
    background-color: #1A1A1A;
  }
  .bg-\[\#1E1E1E\] {
    background-color: #1E1E1E;
  }
  .bg-\[\#1F1F1F\] {
    background-color: #1F1F1F;
  }
  .bg-\[\#030303\] {
    background-color: #030303;
  }
  .bg-\[\#141414\] {
    background-color: #141414;
  }
  .bg-\[\#191919\] {
    background-color: #191919;
  }
  .bg-\[v\] {
    background-color: v;
  }
  .bg-\[white\] {
    background-color: white;
  }
  .p-\[0px\] {
    padding: 0px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[40pxx\] {
    padding: 40pxx;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .text-\[\#0A84FF\] {
    color: #0A84FF;
  }
  .text-\[\#98989A\] {
    color: #98989A;
  }
  .text-\[\#B3B3B2\] {
    color: #B3B3B2;
  }
  .text-\[\#F9EFEC\] {
    color: #F9EFEC;
  }
  .text-\[\#FFFFFFCC\] {
    color: #FFFFFFCC;
  }
  .text-\[\#FFFFFFE5\] {
    color: #FFFFFFE5;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-\[18\] {
    color: 18;
  }
  .text-\[18ox\] {
    color: 18ox;
  }
  .text-\[18p\] {
    color: 18p;
  }
  .text-\[20x\] {
    color: 20x;
  }
  .text-\[blue\] {
    color: blue;
  }
  .text-\[rgb\(255\,255\,255\)\] {
    color: rgb(255,255,255);
  }
  .text-\[whi\] {
    color: whi;
  }
  .text-\[while\] {
    color: while;
  }
  .text-\[white\] {
    color: white;
  }
  .text-white {
    color: var(--color-white);
  }
  .placeholder\:text-2xl {
    &::placeholder {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .placeholder\:text-\[18px\] {
    &::placeholder {
      font-size: 18px;
    }
  }
  .placeholder\:text-\[\#FFFFFF99\] {
    &::placeholder {
      color: #FFFFFF99;
    }
  }
  .placeholder\:text-\[gray\] {
    &::placeholder {
      color: gray;
    }
  }
  .placeholder\:text-\[white\] {
    &::placeholder {
      color: white;
    }
  }
  .md\:left-\[600px\] {
    @media (width >= 48rem) {
      left: 600px;
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px;
    }
  }
  .md\:ml-\[60px\] {
    @media (width >= 48rem) {
      margin-left: 60px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[3\] {
    @media (width >= 48rem) {
      height: 3;
    }
  }
  .md\:h-\[342px\] {
    @media (width >= 48rem) {
      height: 342px;
    }
  }
  .md\:w-\[3px\] {
    @media (width >= 48rem) {
      width: 3px;
    }
  }
  .md\:w-\[59px\] {
    @media (width >= 48rem) {
      width: 59px;
    }
  }
  .md\:w-\[69px\] {
    @media (width >= 48rem) {
      width: 69px;
    }
  }
  .md\:w-\[370px\] {
    @media (width >= 48rem) {
      width: 370px;
    }
  }
  .md\:w-\[383px\] {
    @media (width >= 48rem) {
      width: 383px;
    }
  }
  .md\:w-\[403px\] {
    @media (width >= 48rem) {
      width: 403px;
    }
  }
  .md\:w-\[423px\] {
    @media (width >= 48rem) {
      width: 423px;
    }
  }
  .md\:w-\[443px\] {
    @media (width >= 48rem) {
      width: 443px;
    }
  }
  .md\:w-\[483px\] {
    @media (width >= 48rem) {
      width: 483px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 48rem) {
      width: 500px;
    }
  }
  .md\:w-\[523px\] {
    @media (width >= 48rem) {
      width: 523px;
    }
  }
  .md\:w-\[529px\] {
    @media (width >= 48rem) {
      width: 529px;
    }
  }
  .md\:w-\[549px\] {
    @media (width >= 48rem) {
      width: 549px;
    }
  }
  .md\:w-\[564px\] {
    @media (width >= 48rem) {
      width: 564px;
    }
  }
  .md\:w-\[569px\] {
    @media (width >= 48rem) {
      width: 569px;
    }
  }
  .md\:w-\[579px\] {
    @media (width >= 48rem) {
      width: 579px;
    }
  }
  .md\:w-\[580px\] {
    @media (width >= 48rem) {
      width: 580px;
    }
  }
  .md\:w-\[586px\] {
    @media (width >= 48rem) {
      width: 586px;
    }
  }
  .md\:w-\[590px\] {
    @media (width >= 48rem) {
      width: 590px;
    }
  }
  .md\:w-\[600px\] {
    @media (width >= 48rem) {
      width: 600px;
    }
  }
  .md\:w-\[660px\] {
    @media (width >= 48rem) {
      width: 660px;
    }
  }
  .md\:w-\[667px\] {
    @media (width >= 48rem) {
      width: 667px;
    }
  }
  .md\:w-\[700px\] {
    @media (width >= 48rem) {
      width: 700px;
    }
  }
  .md\:w-\[754px\] {
    @media (width >= 48rem) {
      width: 754px;
    }
  }
  .md\:w-\[758px\] {
    @media (width >= 48rem) {
      width: 758px;
    }
  }
  .md\:w-\[764px\] {
    @media (width >= 48rem) {
      width: 764px;
    }
  }
  .md\:w-\[765px\] {
    @media (width >= 48rem) {
      width: 765px;
    }
  }
  .md\:w-\[769px\] {
    @media (width >= 48rem) {
      width: 769px;
    }
  }
  .md\:w-\[770px\] {
    @media (width >= 48rem) {
      width: 770px;
    }
  }
  .md\:w-\[779px\] {
    @media (width >= 48rem) {
      width: 779px;
    }
  }
  .md\:w-\[860px\] {
    @media (width >= 48rem) {
      width: 860px;
    }
  }
  .md\:w-\[1220px\] {
    @media (width >= 48rem) {
      width: 1220px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-around {
    @media (width >= 48rem) {
      justify-content: space-around;
    }
  }
  .md\:gap-\[30px\] {
    @media (width >= 48rem) {
      gap: 30px;
    }
  }
  .md\:gap-\[70px\] {
    @media (width >= 48rem) {
      gap: 70px;
    }
  }
  .md\:p-\[10px\] {
    @media (width >= 48rem) {
      padding: 10px;
    }
  }
  .md\:p-\[30px\] {
    @media (width >= 48rem) {
      padding: 30px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
}
.backimg {
  background-image: url(../img/Frame\ \(27\).png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}
@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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}
