/*! tailwindcss v4.1.16 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --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-\[17\%\] {
    top: 17%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[23\%\] {
    top: 23%;
  }
  .top-\[28\%\] {
    top: 28%;
  }
  .top-\[47\%\] {
    top: 47%;
  }
  .top-\[48\%\] {
    top: 48%;
  }
  .top-\[64\%\] {
    top: 64%;
  }
  .top-\[66\%\] {
    top: 66%;
  }
  .top-\[81\%\] {
    top: 81%;
  }
  .top-\[86\%\] {
    top: 86%;
  }
  .top-\[88\%\] {
    top: 88%;
  }
  .top-\[90\%\] {
    top: 90%;
  }
  .top-\[91\%\] {
    top: 91%;
  }
  .top-\[92\%\] {
    top: 92%;
  }
  .top-\[93\%\] {
    top: 93%;
  }
  .top-\[94\%\] {
    top: 94%;
  }
  .left-\[6\%\] {
    left: 6%;
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[22\%\] {
    left: 22%;
  }
  .left-\[24\%\] {
    left: 24%;
  }
  .left-\[35\%\] {
    left: 35%;
  }
  .left-\[36\%\] {
    left: 36%;
  }
  .left-\[37\%\] {
    left: 37%;
  }
  .left-\[39\%\] {
    left: 39%;
  }
  .left-\[41\%\] {
    left: 41%;
  }
  .left-\[43\%\] {
    left: 43%;
  }
  .left-\[45\%\] {
    left: 45%;
  }
  .left-\[46\%\] {
    left: 46%;
  }
  .left-\[53\%\] {
    left: 53%;
  }
  .left-\[67\%\] {
    left: 67%;
  }
  .left-\[68\%\] {
    left: 68%;
  }
  .left-\[80\%\] {
    left: 80%;
  }
  .left-\[81\%\] {
    left: 81%;
  }
  .left-\[82\%\] {
    left: 82%;
  }
  .left-\[83\%\] {
    left: 83%;
  }
  .left-\[84\%\] {
    left: 84%;
  }
  .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-1\.5 {
    margin-inline: calc(var(--spacing) * 1.5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!clamp-\[mb\,1\,4\,\@md\] {
    margin-bottom: clamp(0.25rem, -0.012500rem + 0.937500cqw, 1rem) !important;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-\[2\%\] {
    height: 2%;
  }
  .h-\[3\%\] {
    height: 3%;
  }
  .h-\[4\%\] {
    height: 4%;
  }
  .h-\[5\%\] {
    height: 5%;
  }
  .h-\[6\%\] {
    height: 6%;
  }
  .w-\[8\%\] {
    width: 8%;
  }
  .w-\[9\%\] {
    width: 9%;
  }
  .w-\[13\%\] {
    width: 13%;
  }
  .w-\[18\%\] {
    width: 18%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-full {
    width: 100%;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .clamp-\[text\,sm\,lg\,\,\@sm\] {
    font-size: clamp(0.875rem, -9.541667rem + 44.444444vw, 1.125rem);
    line-height: clamp(1.249999999999975rem, -19.583333rem + 88.888889vw, 1.75000000000005rem);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-black {
    color: var(--color-black);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:clamp-\[pt\,1\,13\,\@md\] {
    @media (width >= 48rem) {
      padding-top: clamp(0.25rem, -0.800000rem + 3.750000cqw, 3.25rem);
    }
  }
  .md\:clamp-\[pb\,1\,3\,\@md\] {
    @media (width >= 48rem) {
      padding-bottom: clamp(0.25rem, 0.075000rem + 0.625000cqw, 0.75rem);
    }
  }
  .md\:clamp-\[pb\,5\,10\,\@md\] {
    @media (width >= 48rem) {
      padding-bottom: clamp(1.25rem, 0.812500rem + 1.562500cqw, 2.5rem);
    }
  }
}
@layer base {
  html {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
  }
  body {
    min-height: 100vh;
    margin: calc(var(--spacing) * 0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222A35;
    @media (width >= 48rem) {
      height: 100%;
    }
    @media (width >= 48rem) {
      color: var(--color-white);
    }
  }
}
.hero {
  margin-inline: auto;
  height: 100%;
  min-height: 100lvh;
  width: 100%;
  max-width: var(--container-md);
  background-color: #CFE6FF;
  @media (width >= 48rem) {
    max-width: 108rem;
  }
  @media (width >= 48rem) {
    background-color: transparent;
  }
}
.background-wrapper {
  display: none;
  @media (width >= 48rem) {
    position: fixed;
  }
  @media (width >= 48rem) {
    top: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    left: calc(1/2 * 100%);
  }
  @media (width >= 48rem) {
    z-index: calc(1 * -1);
  }
  @media (width >= 48rem) {
    display: block;
  }
  @media (width >= 48rem) {
    height: 100%;
  }
  @media (width >= 48rem) {
    width: 100%;
  }
  @media (width >= 48rem) {
    max-width: 108rem;
  }
  @media (width >= 48rem) {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width >= 48rem) {
    overflow: hidden;
  }
}
.background-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.top-left {
  @media (width < 48rem) {
    padding-block: calc(var(--spacing) * 5);
  }
  @media (width < 48rem) {
    text-align: center;
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    top: clamp(0.75rem, 0.472838rem + 1.182557vw, 1.75rem);
  }
  @media (width >= 48rem) {
    left: clamp(0.5rem, -0.054324rem + 2.365115vw, 2.5rem);
  }
}
.top-left h1 {
  font-size: 2.625rem;
  --tw-leading: calc(var(--spacing) * 10);
  line-height: calc(var(--spacing) * 10);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  @media (width >= 48rem) {
    font-size: clamp(0.7rem, 0.166463rem + 2.276423vw, 2.625rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0.8rem, 0.398115rem + 1.714708vw, 2.25rem);
  }
  @media (width >= 48rem) {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
}
.top-left .tagline {
  font-size: 1.25rem;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  @media (width < 48rem) {
    margin-top: calc(var(--spacing) * 2);
  }
  @media (width < 48rem) {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 1);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, -0.067239rem + 1.566888vw, 1.625rem);
  }
}
.top-right {
  text-align: center;
  font-size: 1.25rem;
  @media (width < 48rem) {
    background-color: var(--color-white);
  }
  @media (width < 48rem) {
    padding-block: calc(var(--spacing) * 2.5);
  }
  @media (width < 48rem) {
    color: #222A35;
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    top: clamp(1rem, 0.376386rem + 2.660754vw, 3.25rem);
  }
  @media (width >= 48rem) {
    right: clamp(0.5rem, -0.054324rem + 2.365115vw, 2.5rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0rem, -0.525000rem + 1.875000cqw, 1.5rem);
  }
}
.info-link {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  @media (width >= 48rem) {
    font-size: clamp(0.4rem, 0.060477rem + 1.448633vw, 1.625rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0rem, -0.525000rem + 1.875000cqw, 1.5rem);
  }
  @media (width >= 48rem) {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
}
.bottom-left {
  text-align: center;
  font-size: 0.875rem;
  @media (width < 48rem) {
    margin-top: clamp(0.75rem, -51.333333rem + 222.222222vw, 2rem);
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    bottom: clamp(0.125rem, -0.268750rem + 1.406250cqw, 1.25rem);
  }
  @media (width >= 48rem) {
    left: clamp(1rem, 0.300000rem + 2.500000cqw, 3rem);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, 0.055000rem + 0.875000cqw, 1rem);
  }
  @media (width >= 48rem) {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
}
.bottom-right {
  margin-top: calc(var(--spacing) * 1);
  text-align: center;
  font-size: 0.875rem;
  @media (width < 48rem) {
    margin-bottom: clamp(0.75rem, -51.333333rem + 222.222222vw, 2rem);
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    right: clamp(1rem, 0.300000rem + 2.500000cqw, 3rem);
  }
  @media (width >= 48rem) {
    bottom: clamp(0.125rem, -0.268750rem + 1.406250cqw, 1.25rem);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, 0.055000rem + 0.875000cqw, 1rem);
  }
  @media (width >= 48rem) {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
}
.bottom-center {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width < 48rem) {
    min-height: calc(var(--spacing) * 16);
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    bottom: clamp(0.125rem, -0.268750rem + 1.406250cqw, 1.25rem);
  }
  @media (width >= 48rem) {
    left: calc(1/2 * 100%);
  }
  @media (width >= 48rem) {
    display: flex;
  }
  @media (width >= 48rem) {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width >= 48rem) {
    flex-direction: column;
  }
  @media (width >= 48rem) {
    text-align: center;
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, 0.098750rem + 0.718750cqw, 0.875rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(1rem, 0.720000rem + 1.000000cqw, 1.8rem);
  }
  @media (width >= 48rem) {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
}
.information {
  margin-inline: auto;
  background-color: #F2F2F2;
  color: #222A35;
  @media (width >= 48rem) {
    max-width: 108rem;
  }
}
.container {
  margin-inline: auto;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  max-width: var(--container-md);
  padding-inline: calc(var(--spacing) * 5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    max-width: calc(var(--spacing) * 205);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.25rem, -0.012500rem + 0.937500cqw, 1rem);
  }
}
.container .license-box {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #929CAB;
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 6);
  text-align: justify;
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
  color: #222A35;
  @media (width >= 48rem) {
    padding: clamp(0rem, -0.262500rem + 0.937500cqw, 0.75rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0.75rem, 0.400000rem + 1.250000cqw, 1.75rem);
  }
}
.back {
  position: relative;
  padding-left: calc(var(--spacing) * 3);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: calc(1/2 * 100%);
  }
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::before {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-right-style: var(--tw-border-style);
    border-right-width: 8px;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-top-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-right-color: #222A35;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-color: transparent;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  @media (width >= 48rem) {
    padding-left: clamp(0.2rem, -0.100000rem + 1.250000cqw, 1.25rem);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.5rem, 0.325000rem + 0.625000cqw, 1rem);
  }
  @media (width >= 48rem) {
    &::before {
      content: var(--tw-content);
      border-top-width: clamp(3px, 2.142857px + 0.223214cqw, 6px);
    }
  }
  @media (width >= 48rem) {
    &::before {
      content: var(--tw-content);
      border-right-width: clamp(5px, 3.000000px + 0.520833cqw, 12px);
    }
  }
  @media (width >= 48rem) {
    &::before {
      content: var(--tw-content);
      border-bottom-width: clamp(3px, 2.142857px + 0.223214cqw, 6px);
    }
  }
}
.container h1 {
  margin-bottom: calc(var(--spacing) * 3);
  padding-bottom: calc(var(--spacing) * 0);
  text-align: center;
  font-size: clamp(1.4rem, -18.391667rem + 84.444444vw, 1.875rem);
  line-height: clamp(1.5rem, -19.333333rem + 88.888889vw, 2rem);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 48rem) {
    margin-bottom: clamp(0.75rem, 0.225000rem + 1.875000cqw, 2.25rem);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.85rem, 0.447500rem + 1.437500cqw, 2rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0.75rem, 0.312500rem + 1.562500cqw, 2rem);
  }
}
.container .section-title {
  margin-bottom: calc(var(--spacing) * 3);
  text-align: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 4);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, -0.050000rem + 1.250000cqw, 1.3rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0.5rem, 0.150000rem + 1.250000cqw, 1.5rem);
  }
}
.container .contact {
  margin-top: calc(var(--spacing) * 1);
  margin-bottom: calc(var(--spacing) * 4);
  text-align: center;
  @media (width >= 48rem) {
    margin-top: clamp(0.25rem, 0.075000rem + 0.625000cqw, 0.75rem);
  }
  @media (width >= 48rem) {
    margin-bottom: clamp(0.75rem, 0.312500rem + 1.562500cqw, 2rem);
  }
}
.container .license-box a, .container .contact a {
  color: #0167DA;
}
.arrow {
  position: relative;
  margin-right: calc(var(--spacing) * 0);
  display: block;
  padding-left: calc(var(--spacing) * 3.5);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * 2.5);
  }
  &::before {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::before {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-left-style: var(--tw-border-style);
    border-left-width: 7px;
  }
  &::before {
    content: var(--tw-content);
    border-top-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-left-color: #222A35;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &:first-child {
    margin-left: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    padding-left: clamp(0.5rem, 0.237500rem + 0.937500cqw, 1.25rem);
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      top: clamp(0.2rem, -0.021729rem + 0.946046vw, 1rem);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-top-width: clamp(3px, 1.950000px + 0.234375cqw, 6px);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-bottom-width: clamp(3px, 1.950000px + 0.234375cqw, 6px);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-left-width: clamp(5px, 3.250000px + 0.390625cqw, 10px);
    }
  }
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
}
.image-arrow {
  position: relative;
  margin-right: calc(var(--spacing) * 0);
  display: block;
  padding-left: calc(var(--spacing) * 3.5);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * 2.5);
  }
  &::before {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::before {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-left-style: var(--tw-border-style);
    border-left-width: 7px;
  }
  &::before {
    content: var(--tw-content);
    border-top-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-left-color: #222A35;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &:first-child {
    margin-left: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    padding-left: clamp(0.5rem, 0.237500rem + 0.937500cqw, 1.25rem);
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      top: clamp(0.2rem, -0.021729rem + 0.946046vw, 1rem);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-top-width: clamp(3px, 1.950000px + 0.234375cqw, 6px);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-bottom-width: clamp(3px, 1.950000px + 0.234375cqw, 6px);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-left-width: clamp(5px, 3.250000px + 0.390625cqw, 10px);
    }
  }
  display: inline;
  padding-left: calc(var(--spacing) * 0);
  &::before {
    content: var(--tw-content);
    right: calc(var(--spacing) * -4);
  }
  &::before {
    content: var(--tw-content);
    border-left-color: #0167DA;
  }
  @media (width >= 48rem) {
    padding-left: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      top: clamp(0.2rem, 0.094678rem + 0.449372vw, 0.58rem);
    }
  }
}
.container .list-columns {
  margin-top: clamp(0.25rem, 0.162500rem + 0.312500cqw, 0.5rem);
  margin-bottom: clamp(0.25rem, 0.162500rem + 0.312500cqw, 0.5rem);
  columns: 1;
  column-gap: clamp(0rem, -0.262500rem + 0.937500cqw, 0.75rem);
  &:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    columns: 2;
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 4);
  }
}
.container .list-columns p {
  position: relative;
  margin-right: calc(var(--spacing) * 0);
  display: block;
  padding-left: calc(var(--spacing) * 3.5);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * 2.5);
  }
  &::before {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::before {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-left-style: var(--tw-border-style);
    border-left-width: 7px;
  }
  &::before {
    content: var(--tw-content);
    border-top-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-left-color: #222A35;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &:first-child {
    margin-left: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    padding-left: clamp(0.5rem, 0.237500rem + 0.937500cqw, 1.25rem);
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      top: clamp(0.2rem, -0.021729rem + 0.946046vw, 1rem);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-top-width: clamp(3px, 1.950000px + 0.234375cqw, 6px);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-bottom-width: clamp(3px, 1.950000px + 0.234375cqw, 6px);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-left-width: clamp(5px, 3.250000px + 0.390625cqw, 10px);
    }
  }
}
.container .list-columns li {
  @media (width >= 48rem) {
    line-height: clamp(0.8rem, 0.380000rem + 1.500000cqw, 2rem);
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-border-style: solid;
      --tw-content: "";
    }
  }
}
