/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');
@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);
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --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;
  }
  :-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 {
  .my-\[1rem\] {
    margin-block: 1rem;
  }
  .mt-\[4\.7rem\] {
    margin-top: 4.7rem;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-auto {
    height: auto;
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-17 {
    width: calc(var(--spacing) * 17);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-full {
    width: 100%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .gap-\[0\.85rem\] {
    gap: 0.85rem;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .justify-self-center {
    justify-self: center;
  }
  .rounded-\[4rem\] {
    border-radius: 4rem;
  }
  .bg-\[\#2C344B\] {
    background-color: #2C344B;
  }
  .bg-\[\#54E6AF\] {
    background-color: #54E6AF;
  }
  .bg-\[\#121725\] {
    background-color: #121725;
  }
  .bg-\[\#121725e6\] {
    background-color: #121725e6;
  }
  .bg-\[url\(Images\/image-host\.jpg\)\] {
    background-image: url(Images/image-host.jpg);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[1\.88rem\] {
    padding-inline: 1.88rem;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[4\.74rem\] {
    padding-block: 4.74rem;
  }
  .pl-6\.5 {
    padding-left: calc(var(--spacing) * 6.5);
  }
  .text-center {
    text-align: center;
  }
  .font-\[Chivo\] {
    font-family: Chivo;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[0\.94rem\] {
    font-size: 0.94rem;
  }
  .text-\[1\.583rem\] {
    font-size: 1.583rem;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .text-\[\#54E6AF\] {
    color: #54E6AF;
  }
  .text-\[\#121725\] {
    color: #121725;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .placeholder-\[\#C2CBE5\] {
    &::placeholder {
      color: #C2CBE5;
    }
  }
  .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,);
  }
  .hover\:bg-\[\#B3FFE2\] {
    &:hover {
      @media (hover: hover) {
        background-color: #B3FFE2;
      }
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:order-3 {
    @media (width >= 48rem) {
      order: 3;
    }
  }
  .md\:order-4 {
    @media (width >= 48rem) {
      order: 4;
    }
  }
  .md\:my-5 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 5);
    }
  }
  .md\:mt-25 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .md\:mt-\[6\.5rem\] {
    @media (width >= 48rem) {
      margin-top: 6.5rem;
    }
  }
  .md\:mr-\[11rem\] {
    @media (width >= 48rem) {
      margin-right: 11rem;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:w-22 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 22);
    }
  }
  .md\:w-24 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 24);
    }
  }
  .md\:w-30 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 30);
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-\[90\%\] {
    @media (width >= 48rem) {
      width: 90%;
    }
  }
  .md\:w-\[100\%\] {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:justify-self-start {
    @media (width >= 48rem) {
      justify-self: flex-start;
    }
  }
  .md\:rounded-\[4rem\] {
    @media (width >= 48rem) {
      border-radius: 4rem;
    }
  }
  .md\:bg-\[\#2c344b\] {
    @media (width >= 48rem) {
      background-color: #2c344b;
    }
  }
  .md\:bg-\[\#121725\] {
    @media (width >= 48rem) {
      background-color: #121725;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:bg-auto {
    @media (width >= 48rem) {
      background-size: auto;
    }
  }
  .md\:bg-top-right {
    @media (width >= 48rem) {
      background-position: right top;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[2\.18rem\] {
    @media (width >= 48rem) {
      padding-inline: 2.18rem;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[3rem\] {
    @media (width >= 48rem) {
      padding-top: 3rem;
    }
  }
  .md\:pr-\[11rem\] {
    @media (width >= 48rem) {
      padding-right: 11rem;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-\[1\.15rem\] {
    @media (width >= 48rem) {
      font-size: 1.15rem;
    }
  }
  .md\:text-\[2\.95rem\] {
    @media (width >= 48rem) {
      font-size: 2.95rem;
    }
  }
  .xl\:float-end {
    @media (width >= 80rem) {
      float: inline-end;
    }
  }
  .xl\:my-7 {
    @media (width >= 80rem) {
      margin-block: calc(var(--spacing) * 7);
    }
  }
  .xl\:mt-\[-8rem\] {
    @media (width >= 80rem) {
      margin-top: -8rem;
    }
  }
  .xl\:mt-\[5\.5\] {
    @media (width >= 80rem) {
      margin-top: 5.5;
    }
  }
  .xl\:mr-\[18rem\] {
    @media (width >= 80rem) {
      margin-right: 18rem;
    }
  }
  .xl\:h-auto {
    @media (width >= 80rem) {
      height: auto;
    }
  }
  .xl\:w-30 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 30);
    }
  }
  .xl\:w-40 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .xl\:w-\[62\%\] {
    @media (width >= 80rem) {
      width: 62%;
    }
  }
  .xl\:bg-\[url\(Images\/image-host-desktop\.jpg\)\] {
    @media (width >= 80rem) {
      background-image: url(Images/image-host-desktop.jpg);
    }
  }
  .xl\:p-5 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .xl\:py-5 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .xl\:py-\[0rem\] {
    @media (width >= 80rem) {
      padding-block: 0rem;
    }
  }
  .xl\:pt-\[7rem\] {
    @media (width >= 80rem) {
      padding-top: 7rem;
    }
  }
  .xl\:pr-\[18rem\] {
    @media (width >= 80rem) {
      padding-right: 18rem;
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-\[1\.4rem\] {
    @media (width >= 80rem) {
      font-size: 1.4rem;
    }
  }
  .xl\:text-\[3\.9rem\] {
    @media (width >= 80rem) {
      font-size: 3.9rem;
    }
  }
  .xl\:leading-17 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 17);
      line-height: calc(var(--spacing) * 17);
    }
  }
  .dark\:text-white {
    @media (prefers-color-scheme: dark) {
      color: var(--color-white);
    }
  }
}
.input-control .error {
  color: #FB3E3E;
  font-size: 0.8rem;
  font-weight: lighter;
  padding-top: 0.5rem;
  background-color: #121725;
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@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-leading {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-font-weight: initial;
      --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-leading: initial;
    }
  }
}
