/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --container-6xl: 72rem;
    --leading-relaxed: 1.625;
    --color-rh-primary: #7e5559;
    --color-rh-secondary: #383c3d;
    --color-rh-grey: #f7f7f7;
    --color-white: #ffffff;
    --spacing-small: 0.75rem;
    --spacing-medium: 2rem;
    --spacing-large: 3rem;
    --text-rh-small: 0.75rem;
    --text-rh-base: 1rem;
    --text-rh-h2: 2rem;
    --text-rh-h3: 1.5rem;
  }
}
@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-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-start-4 {
    grid-column-start: 4;
  }
  .col-start-11 {
    grid-column-start: 11;
  }
  .row-span-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-8 {
    grid-row: span 8 / span 8;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 568px) {
      max-width: 568px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[350px\] {
    max-height: 350px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-20 {
    max-width: calc(var(--spacing) * 20);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .gap-y-large {
    row-gap: var(--spacing-large);
  }
  .gap-y-small {
    row-gap: var(--spacing-small);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .bg-rh-grey {
    background-color: var(--color-rh-grey);
  }
  .bg-rh-primary {
    background-color: var(--color-rh-primary);
  }
  .bg-rh-secondary {
    background-color: var(--color-rh-secondary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-left-top {
    object-position: left top;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-large {
    padding-block: var(--spacing-large);
  }
  .py-small {
    padding-block: var(--spacing-small);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .text-center {
    text-align: center;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-rh-base {
    font-size: var(--text-rh-base);
  }
  .text-rh-h2 {
    font-size: var(--text-rh-h2);
  }
  .text-rh-h3 {
    font-size: var(--text-rh-h3);
  }
  .text-rh-small {
    font-size: var(--text-rh-small);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .text-rh-primary {
    color: var(--color-rh-primary);
  }
  .text-rh-secondary {
    color: var(--color-rh-secondary);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:p-12 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1024px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 1024px) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1024px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-start-3 {
    @media (width >= 1024px) {
      grid-column-start: 3;
    }
  }
  .lg\:col-start-8 {
    @media (width >= 1024px) {
      grid-column-start: 8;
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-0 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 1024px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:max-h-\[600px\] {
    @media (width >= 1024px) {
      max-height: 600px;
    }
  }
  .lg\:gap-x-8 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-y-8 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-y-medium {
    @media (width >= 1024px) {
      row-gap: var(--spacing-medium);
    }
  }
  .lg\:py-15 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
}
@layer base {
  * {
    font-family: 'Roboto', sans-serif;
  }
  h1 {
    font-size: clamp(2rem, 4vw + 1rem, 3.75rem);
    line-height: 1.1;
    font-weight: bold;
  }
  h2 {
    font-size: clamp(1.5rem, 2vw + 0.75rem, 1.875rem);
    line-height: 1.2;
    font-weight: bold;
  }
  h3 {
    font-size: clamp(1.125rem, 1vw + 0.5rem, 1.25rem);
    line-height: 1.4;
    font-weight: bold;
  }
  h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
  }
  h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold;
  }
  h6 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: bold;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .content {
    ul {
      list-style-type: disc;
      margin-left: 20px;
    }
  }
}
@layer components {
  .no-scroll {
    position: relative;
    overflow: hidden;
  }
  .main-px {
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 568px) {
      padding-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 8);
    }
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .main-py {
    padding-block: calc(var(--spacing) * 4);
    @media (width >= 568px) {
      padding-block: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 8);
    }
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .main-mx {
    margin-inline: calc(var(--spacing) * 4);
    @media (width >= 568px) {
      margin-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * 8);
    }
    @media (width >= 1024px) {
      margin-inline: calc(var(--spacing) * 16);
    }
  }
  .main {
    margin-inline: auto;
    width: 100%;
    max-width: calc(var(--spacing) * 375);
  }
}
.upcoming-box {
  &.reverse {
    > div {
      .element-bg-desktop {
        > div {
          &:first-of-type {
            order: 2;
          }
          &:last-of-type {
            order: 1;
          }
        }
      }
      .fib-image {
        @media (width >= 1024px) {
          order: 2;
        }
        @media (width >= 1024px) {
          grid-column-start: 6;
        }
      }
      .fib-content {
        @media (width >= 1024px) {
          order: 1;
        }
        @media (width >= 1024px) {
          grid-column-start: 2;
        }
      }
    }
  }
}
nav {
  > ul {
    &.mainmenu {
      > li {
        position: relative;
        color: var(--color-white);
        > a {
          &:hover {
            text-decoration-line: underline;
          }
        }
        > ul {
          &.sub-menu {
            display: none;
          }
        }
        &:hover {
          > ul {
            &.sub-menu {
              position: absolute;
              top: 100%;
              z-index: 999;
              display: block;
              width: 100%;
              min-width: 150px;
              background-color: var(--color-white);
              > li {
                width: 100%;
                > a {
                  display: block;
                  padding: calc(var(--spacing) * 4);
                  color: var(--color-rh-secondary);
                }
                &:hover {
                  > a {
                    background-color: var(--color-rh-secondary);
                    color: var(--color-white);
                  }
                }
              }
            }
          }
        }
        &.menu-item-has-children {
          position: relative;
          &::after {
            content: '▼';
            position: absolute;
            top: calc(1/2 * 100%);
            right: -15px;
            --tw-translate-y: calc(calc(1/2 * 100%) * -1);
            translate: var(--tw-translate-x) var(--tw-translate-y);
            font-size: 10px;
            color: var(--color-white);
          }
        }
      }
    }
  }
  &.footer {
    > ul {
      > li {
        &:hover {
          text-decoration-line: underline;
        }
      }
    }
  }
}
#hamburger-menu {
  width: 30px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 15;
  @screen lg {
    display: none;
  }
  span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    &:nth-child(1) {
      top: 0px;
    }
    &:nth-child(2), &:nth-child(3) {
      top: 6px;
    }
    &:nth-child(4) {
      top: 12px;
    }
  }
  &.open {
    span {
      background-color: var(--color-white);
      &:nth-child(1) {
        top: 6px;
        width: 0%;
        left: 50%;
      }
      &:nth-child(2) {
        transform: rotate(45deg);
      }
      &:nth-child(3) {
        transform: rotate(-45deg);
      }
      &:nth-child(4) {
        top: 6px;
        width: 0%;
        left: 50%;
      }
    }
  }
}
.scrollmenu, .activenav {
  #hamburger-menu {
    span {
      background: #000;
    }
  }
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  left: 100%;
  background: #fff;
  transition: all 0.1s ease-in-out;
  &.mobile-nav {
    >.container {
      display: flex;
      align-items: center;
      justify-content: center;
      overflow-y: scroll;
    }
  }
  &.active {
    width: 100%;
    left: 0;
    z-index: 20;
  }
  ul {
    &#menu {
      display: none;
    }
  }
  &.darker {
    opacity: 1;
    display: flex;
    justify-content: flex-start;
  }
  .container {
    nav {
      ul {
        &.dropdown-menu {
          margin-top: 10px;
          li {
            a {
              color: #999;
              font-size: 22px;
            }
          }
        }
      }
    }
  }
}
.sponsors {
  .sponsors_swiper {
    overflow: hidden;
    white-space: nowrap;
  }
  .swiper-wrapper {
    display: flex;
    animation: scroll 30s linear infinite;
  }
  .swiper-slide {
    flex: 0 0 auto;
    padding: 0 16px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@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-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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
    }
  }
}
