@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";


@layer components;

/*! tailwindcss v4.2.3 | MIT License | https://tailwindcss.com */

@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-border-style: solid;
    }
  }
}

@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: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-main: #0057b8;
    --color-gray: #e9ecf2;
    --color-gray2: #697180;
    --color-gray3: #f2f2f2;
    --color-gray4: #95989a;
    --color-red: #cf1818;
    --color-yellow: #ffb500;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .sticky {
    position: sticky;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .z-90 {
    z-index: 90;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .container {
    max-width: 62rem;
    margin-inline: auto;
    padding-inline: 1rem;
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .custom-btn {
    min-height: calc(var(--spacing) * 9);
    border-radius: var(--radius-md);
    width: fit-content;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    color: var(--color-white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex {
    display: flex;
  }

  .inline {
    display: inline;
  }

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-full {
    height: 100%;
  }

  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-gray {
    border-color: var(--color-gray);
  }

  .bg-main {
    background-color: var(--color-main);
  }

  .bg-red {
    background-color: var(--color-red);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-yellow {
    background-color: var(--color-yellow);
  }

  .object-contain {
    object-fit: contain;
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .section-title {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  @media (min-width: 64rem) {
    .section-title {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-\[0\.625rem\] {
    font-size: .625rem;
  }

  .text-gray2 {
    color: var(--color-gray2);
  }

  .text-main {
    color: var(--color-main);
  }

  @media (hover: hover) {
    .hover\:opacity-60:hover {
      opacity: .6;
    }
  }

  @media not all and (min-width: 40rem) {
    .max-sm\:flex-col {
      flex-direction: column;
    }
  }

  @media (min-width: 40rem) {
    .sm\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }

    .sm\:h-10 {
      height: calc(var(--spacing) * 10);
    }

    .sm\:items-center {
      align-items: center;
    }

    .sm\:text-end {
      text-align: end;
    }

    .sm\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-15 {
      gap: calc(var(--spacing) * 15);
    }
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  scroll-behavior: smooth;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  overflow-x: clip;
}

.root {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

main {
  scroll-behavior: smooth;
  flex-grow: 1;
  height: 100%;
}

img, svg {
  -webkit-user-select: none;
  user-select: none;
}

a, button {
  cursor: pointer;
}

:is(a, button), :is(a, button) svg, :is(a, button) span {
  transition: all .3s;
}

.text-block {
  line-height: 140%;
}

.text-block :last-child {
  margin-bottom: 0;
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

.text-block h1 {
  font-size: 2rem;
}

@media (min-width: 64rem) {
  .text-block h1 {
    font-size: 2.25rem;
  }
}

.text-block h2 {
  font-size: 1.75rem;
}

@media (min-width: 64rem) {
  .text-block h2 {
    font-size: 2rem;
  }
}

.text-block h3 {
  font-size: 1.5rem;
}

@media (min-width: 64rem) {
  .text-block h3 {
    font-size: 1.75rem;
  }
}

.text-block h4 {
  font-size: 1.25rem;
}

@media (min-width: 64rem) {
  .text-block h4 {
    font-size: 1.5rem;
  }
}

.text-block h5 {
  font-size: 1.125rem;
}

@media (min-width: 64rem) {
  .text-block h5 {
    font-size: 1.25rem;
  }
}

.text-block h6 {
  font-size: 1rem;
}

@media (min-width: 64rem) {
  .text-block h6 {
    font-size: 1.125rem;
  }
}

.text-block img {
  object-fit: contain;
  width: auto;
  height: auto;
}

.text-block div, .text-block a, .text-block li, .text-block p {
  font-size: 1rem;
  line-height: 160%;
}

.text-block div, .text-block p, .text-block blockquote, .text-block ul, .text-block ol {
  margin-bottom: 1.25rem;
}

.text-block a {
  color: var(--color-main);
}

.text-block ol, .text-block ul {
  line-height: 160%;
  list-style-position: inside;
}

.text-block ul {
  list-style-type: disc;
}

.text-block ol {
  list-style-type: decimal;
}

.text-block blockquote {
  background-color: var(--color-main-10);
  gap: .75rem;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.custom-grid {
  flex-direction: column;
  font-size: .875rem;
  display: flex;
}

.custom-grid .row {
  grid-template-columns: 8rem 1fr;
  display: grid;
}

@media (min-width: 40rem) {
  .custom-grid .row {
    grid-template-columns: 11.25rem 1fr;
  }
}

.custom-grid .row {
  border-bottom: .0625rem solid var(--color-gray);
  gap: 1rem;
  padding: 1rem 0;
}

.custom-grid .row div {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.custom-grid .row div a {
  color: var(--color-main);
}

.custom-grid .row div a:hover {
  opacity: .6;
}

.custom-grid .row div:first-child {
  font-weight: 500;
}

.table-wrapper {
  overflow-x: auto;
}

.table-wrapper .custom-table {
  border: .0625rem solid var(--color-gray4);
  width: 100%;
}

.table-wrapper .custom-table tr:last-child th, .table-wrapper .custom-table tr:last-child td {
  border-bottom: none;
}

.table-wrapper .custom-table tr th, .table-wrapper .custom-table tr td {
  text-align: center;
  border-right: .0625rem solid var(--color-gray4);
  border-bottom: .0625rem solid var(--color-gray4);
  padding: .625rem;
  font-size: .875rem;
}

:is(.table-wrapper .custom-table tr th, .table-wrapper .custom-table tr td):last-child {
  border-right: none;
}

.table-wrapper .custom-table tr th {
  background-color: var(--color-gray3);
  font-weight: 500;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
