/* USES TAILWIND DEFAULT.*/
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
  *, ::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;
  }
  :-moz-focusring {
    outline: auto;
  }
  ol, ul, menu {
    list-style: none;
  }
 
  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);
      }
    }
  }
  ::-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;
  }
/* \USES TAILWIND DEFAULT/ */

/* --/ CORE \-- */
html,
body {
  overflow-x: hidden
}

.utnor-page-wrapper {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg,
      hsla(0, 0%, 70%, 1) 0%,
      hsla(230, 100%, 85%, 1) 25%,
      hsla(250, 100%, 89%, 1) 50%,
      hsla(270, 100%, 88%, 1) 85%,
      hsla(335, 100%, 82%, 1) 100%),
    radial-gradient(circle at 20% 10%,
      hsla(0, 0%, 100%, 0.04),
      transparent 60%)
}

/* --\ CORE /-- */



/* --/ FOOTER \-- */
.footer-cctxt {
  padding-bottom: calc(0.25rem * 4);
  text-align: center;
  font-size: 0.875rem;
  line-height: (initial, calc(1.25 / 0.875));
  color: oklch(21% 0.034 264.665);
}

.footer-link {
  color: oklch(37.3% 0.034 259.733);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: (initial, cubic-bezier(0.4, 0, 0.2, 1));
  transition-duration: (initial, 150ms);
  transition-duration: 100ms;
}

.footer-link:hover {
  color: oklch(54.6% 0.245 262.881);
}

.footer-link:active {
  color: oklch(51.1% 0.262 276.966);
  transform: scale(0.95);
}

.footer-container {
  background-color: transparent;
  margin-inline: auto;
  max-width: 96rem;
  padding-inline: calc(0.25rem * 4);

  @media (width >=48rem) {
    padding-inline: calc(0.25rem * 8);
  }
}

.footer-in-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav {
  margin-bottom: calc(0.25rem * 4);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc(0.25rem * 4);
  row-gap: calc(0.25rem * 2);

  @media (width >=48rem) {
    justify-content: flex-start;
  }

  @media (width >=48rem) {
    gap: calc(0.25rem * 6);
  }
}


.header-nav-item {
  fill: #1B1F24;
  color: #1B1F24;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), fill 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 450ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, fill;
  display: flex;
  align-items: center;
  gap: calc(0.25rem * 2);
  font-weight: 500;
}

.header-nav-item:hover,
.header-nav-item:focus,
.header-nav-item:focus:focus-visible {
  fill: #FFFFFF;
  color: #FFFFFF;
  transform: scale(1.03) translateY(-2.5px);
}

.header-nav-ul {
  gap: 2.5rem;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;

  @media (width >=64rem) {
    margin-top: 0;
    padding-left: calc(0.25rem * 11);
    padding-right: calc(0.25rem * 8);
  }

  @media (width < 64rem) {
    margin-top: calc(0.25rem * 1);
  }

  @media (max-width: 350px) {
    gap: 1.75rem;
  }


  @media (max-width: 290px) {
    gap: 0.75rem;
  }

}

@media (max-width: 369px) {
  .header-nav-link-sponsor {
    display: none;
  }
}

@media (max-width: 260px) {
  .header-nav-link-trans {
    display: none;
  }
}

@media (max-width: 215px) {
  .header-nav-link-src {
    display: none;
  }
}

.header-nav-item-hide {
  display: none;

  @media (width >=40rem) {
    display: inline;
  }
}

.header-brand-name {
  align-items: center;
  display: flex;
  transition: transform 750ms ease-in-out;
}

.header-brand-name:hover,
.header-brand-name:focus,
.header-brand-name:focus-visible {
  transform: scale(1.025);
}

.header-brand-name-svg:hover {
  animation: header-brand-name-utnor-float 25s ease-in-out infinite;
}

@media (max-width: 640px) {
  .header-brand-name-svg {
    width: 120px
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .header-brand-name-svg {
    width: 160px
  }
}

@media (min-width: 1025px) {
  .header-brand-name-svg {
    width: 227px;
  }
}

@keyframes header-brand-name-utnor-float {
  0% {
    transform: translateY(0)
  }

  25% {
    transform: translateY(-5px)
  }

  50% {
    transform: translateY(0)
  }

  75% {
    transform: translateY(3px)
  }

  100% {
    transform: translateY(0);
  }
}

.header-nav-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-main-container {
  box-sizing: border-box;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  padding-block: calc(0.25rem * 5);
  transition-property: all;
  transition-timing-function: initial, cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  top: 0;
  left: 0;
  width: 100%;
}

.header-sub-container {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: calc(0.25rem * 2);

  @media (width >=40rem) {
    padding-inline: calc(0.25rem * 3);
  }

  @media (width >=64rem) {
    padding-inline: calc(0.25rem * 4);
  }
}

.header-nav-link-svg {
  flex-shrink: 0
}

@media (width >=40rem) {
  .header-nav-link-svg {
    display: none
  }
}



@media (max-width: 767px) {
  .padding-space-sm {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .padding-space-sm {
    padding-bottom: 35px;
  }
}

.padding-space-sm {
  padding-bottom: 40px;
}



.hr-divider--big,
.hr-divider--small {
  height: 0;
  color: inherit;
  border-top: 1px solid;
  margin-inline: auto;
}

.hr-divider--big {
  margin-block: 2rem;
  width: 66.666667%;
  border-color: color-mix(in srgb, #000 20%, transparent);
}

@supports (color: color-mix(in lab, red, red)) {
  .hr-divider--big {
    border-color: color-mix(in oklab, #000 20%, transparent);
  }
}

.hr-divider--small {
  margin-block: 1.5rem;
  width: 50%;
  border-color: color-mix(in srgb, #000 10%, transparent);
}

@supports (color: color-mix(in lab, red, red)) {
  .hr-divider--small {
    border-color: color-mix(in oklab, #000 10%, transparent);
  }
}



























.page-main-wrapper {
  padding-inline: calc(0.25rem * 4);
  max-width: 1200px;
  margin-inline: auto;

  @media (width >=48rem) {
    padding-inline: calc(0.25rem * 8);
  }

}
