:root {
    --font-scale-factor: 0.8;
    --mobile-font-scale-factor: 1;
    --tablet-font-scale-factor: 1;
    --line-width: 2px;
    /* Font size tokens in rem */
    --fs-xs: 1rem; /* 16px */
    --fs-sm: 1.25rem; /* 20px */
    --fs-md: 1.5rem; /* 24px */
    --fs-lg: 2.25rem; /* 36px */
    --fs-xl: 3rem; /* 48px */
    --fs-2xl: 4.5rem; /* 72px */
    --fs-3xl: 6rem; /* 96px */
    --fs-4xl: 10rem; /* 160px */
  
    /* Font weights */
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --fw-black: 900;
  
    /* Font families */
    --font-primary: "Hanken Grotesk", sans-serif;
    --font-secondary: "Darker Grotesque", sans-serif;
  
    --scaling: 4.5rem;

    --black: #000;
    --grey: #cccccc;
    --white: #ffffff;
    --grid-columns: 4;
    --grid-gap: 0.5rem;
    --padding-inline: 2rem;
    --padding-block: 2rem;
    --avatar-width: 100%;
  }
  
  /* LOADER STYLES */
  body.loaded .loader-overlay {
    opacity: 0;
    pointer-events: none;
  }
  
  body .loader-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 1;
    transition: opacity 0.6s;
    z-index: 99999;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 0.5rem;
    padding-inline: 2rem;
    width: 100vw;
  }
  
  /* CURSOR STYLES */
  
  .mf-cursor {
    z-index: 450 !important;
  }
  
  .mf-cursor.-text:before {
    opacity: 1 !important;
    transform: scale(3.5) !important;
    background-color: black !important;
  }
  
  .mf-cursor.-text {
    background-color: black !important;
    color: white !important;
  }
  
  /* FONT STYLES */
  .time-size {
    font-size: 7.5rem;
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .time-subtitle {
    font-size: calc(36px * var(--mobile-font-scale-factor));
    font-weight: 300;
    font-family: "Darker Grotesque", sans-serif;
  }
  
  .eye-popover {
    font-size: calc(24px * var(--mobile-font-scale-factor));
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .very-big-title {
    font-size: clamp(3rem, 17vw, 4.5rem);
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .eye-big-text {
    font-size: 1.5rem;
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .big-title {
    font-size: 2.5rem;
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .bigger-title {
    font-size: 2.5rem;
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .how-it-works-title {
    font-size: 2.75rem;
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .big-title-regular {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .small-plan-text {
    font-size: 1.25rem;
    font-weight: bolder;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .subtitle-regular {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .share-title {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .cta-black {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .cta-black-bigger {
    font-size: 2.25rem;
    font-weight: bold;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .body-black {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .button-text-black {
    font-size: 1.75rem;
    font-weight: bold;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .body-regular {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Darker Grotesque", sans-serif;
  }
  .body-regular-italic{
    /* font-size: clamp(0.9rem,min(max(2.688vw, 16px), 1.458vw + 12px),1.7rem); */
    font-size: clamp(12px, 0.5vw + 10.4px, 16px);
    font-style: italic;
    font-family: "Hanken Grotesk", sans-serif;
  }

  .body-black-italic{
    /* font-size: clamp(0.9rem,min(max(2.688vw, 16px), 1.458vw + 12px),1.7rem); */
    font-size: clamp(12px, 0.5vw + 10.4px, 16px);
    font-style: italic;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 900;

  }
  
  
  .back-regular {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .credits-body-black {
    font-size: 1.5rem;
    font-weight: 900;
    font-family: "Darker Grotesque", sans-serif;
  }
  
  .category-black {
    font-size: 1.25rem;
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .visit-link-text {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 0;
  }
  
  .scaling-project-font {
    font-size: var(--scaling);
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .small-project-title {
    font-size: 1rem;
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .big-project-title {
    font-size: 4.5rem;
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .plans_title {
    font-size: clamp(2.5rem, 9vw + 0.4rem, 3.125rem);
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .burger-menu-black {
    font-size: calc(32px * var(--font-scale-factor));
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  .burger-menu-regular {
    font-size: calc(32px * var(--font-scale-factor));
    font-weight: 400;
    font-family: "Darker Grotesque", sans-serif;
  }
  
  .footer-info {
    font-size: calc(16px * var(--mobile-font-scale-factor));
    font-weight: 400;
    font-family: "Darker Grotesque", sans-serif;
  }
  
  .footer-button {
    font-size: 1.5rem;
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .categories {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .keywords {
    font-size: clamp(0.9rem, 0.8vw + 0.3rem, 2rem);
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .filter-title {
    font-size: calc(16px * var(--mobile-font-scale-factor));
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .discover-more-text {
    font-size: clamp(1.5rem, 1.5vw + 0.5rem, 2.25rem);
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  .review-role-text {
    font-size: clamp(0.75rem, 1.6vw + 0.9rem, 1.5rem);
    font-weight: 400;
    font-family: "Darker Grotesque", sans-serif;
  }

  .switcher-text {
    font-size: clamp(1rem, 1vw + 0.5rem, 1.5rem);
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  }

  .credits-reel-regular{
    font-size: clamp(1rem, 1vw + 0.5rem, 1.5rem);
    font-weight: 400;
    font-family: "Darker Grotesque", sans-serif;
  }

  .credits-reel-black{
    font-size: clamp(1rem, 1vw + 0.5rem, 1.5rem);
    font-weight: 900;
    font-family: "Darker Grotesque", sans-serif;
  }
  
  /* ICON STYLES */
  .icon-black {
    color: black;
    fill: black;
  }
  
  .icon-white {
    color: white;
    fill: white;
  }
  
  .expand-button {
    font-size: clamp(1.5rem, 1.5vw + 1rem, 2.25rem);
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }

  .open-gallery{
    font-size: clamp(1.25rem, 1.25vw + 0.5rem, 1.75rem);
    font-weight: 900;
    font-family: "Hanken Grotesk", sans-serif;
  }

  .marco-conte-text{
    font-size: clamp(0.2rem, 3vw + 0.5rem, 2.25rem);
    font-weight: bold;
    font-family: "Hanken Grotesk", sans-serif;
  }

  .portfolio-text{
    font-size: clamp(0.2rem, 3vw + 0.5rem, 2.25rem);
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  }
  
  /* tablet styles */
  @media (min-width: 768px) and (max-width: 1023px) {
    :root {
      --min-width: 768px;
      --max-width: 1023px;
      --scaling: 6rem;
    }
  
    body .loader-overlay {
      grid-template-columns: repeat(8, 1fr);
    }
  
    .very-big-title {
      font-size: 6rem;
    }
    .big-title {
      font-size: 3.75rem;
    }
  
    .bigger-title {
      font-size: 5rem;
    }
  
    .big-title-regular {
      font-size: 3.75rem;
    }
    .subtitle-regular {
      font-size: 1.75rem;
    }
    .body-black {
      font-size: 1.75rem;
    }
    
    .body-regular-italic{
      font-size: clamp(16px, 1.2658vw + 10.582px, 20px);
    }
  
    .body-black-italic{
      font-size: clamp(16px, 1.2658vw + 10.582px, 20px);
    }
  
    .button-text-black {
      font-size: 1.625rem;
    }
  
    .body-regular {
      font-size: 1.75rem;
    }
  
    .visit-link-text {
      font-size: 1.25rem;
    }
  
    .credits-body-black {
      font-size: 1.75rem;
    }
  
    .share-title {
      font-size: 1.75rem;
    }
  
    .category-black {
      font-size: 1.5rem;
    }
  
    .back-regular {
      font-size: 1.25rem;
    }
  
    .eye-big-text {
      font-size: 3.25rem;
    }
  
    .cta-black {
      font-size: 1.75rem;
    }
  
    .burger-menu-black {
      font-size: calc(36px * var(--tablet-font-scale-factor));
    }
    .burger-menu-regular {
      font-size: calc(36px * var(--tablet-font-scale-factor));
    }
    .footer-info {
      font-size: calc(20px * var(--tablet-font-scale-factor));
    }
  
    .footer-button {
      font-size: 1.75rem;
    }
  
    .time-size {
      font-size: 9.375rem;
    }
    .time-subtitle {
      font-size: calc(40px * var(--tablet-font-scale-factor));
    }
  
    .eye-popover {
      font-size: calc(52px * var(--tablet-font-scale-factor));
    }
  
    .categories {
      font-size: 1.5rem;
    }
  
    .filter-title {
      font-size: 1.5rem;
    }
  
    .small-project-title {
      font-size: 1.25rem;
    }
  
    .big-project-title {
      font-size: 6rem;
    }
  
    .review-role-text {
      font-size: clamp(1.25rem, 1.25vw + 0.5rem, 1.75rem);
    }
  }
  
  /* desktop styles */
  @media (min-width: 1024px) {
    :root {
      --min-width: 1500px;
      --max-width: 1920px;
      --scaling: 10rem;
      --grid-columns: 12;
    }
  
    .mf-cursor.-lg:before {
      transform: scale(3.5) !important;
    }
  
    .mf-cursor.-text:before {
      opacity: 1 !important;
      transform: scale(3.5) !important;
    }
  
    @supports (mix-blend-mode: exclusion) {
      .mf-cursor.-exclusion,
      .mf-cursor.-opaque {
        mix-blend-mode: exclusion;
      }
    }
    @supports (mix-blend-mode: exclusion) {
      .mf-cursor.-exclusion:before,
      .mf-cursor.-opaque:before {
        background: white;
      }
    }
  
    .discover-more-text {
      font-size: clamp(1.5rem, 1.5vw + 0.5rem, 2.25rem);
    }
  
  
    body .loader-overlay {
      grid-template-columns: repeat(12, 1fr);
    }
  
    .flickering-title {
      font-size: clamp(2em, 4vw, 4em) !important;
    }
  
    /* Largest headings */
    .very-big-title,
    .bigger-title {
      font-size: clamp(5.5rem, 6vw + 2rem, 10rem);
    }
  
    /* Large titles */
    .big-title,
    .big-title-regular {
      font-size: clamp(3rem, 4vw + 1rem, 5rem);
    }
  
    .eye-big-text {
      font-size: clamp(2.5rem, 3vw + 1rem, 4rem);
    }
  
    /* Medium-sized text */
    .subtitle-regular,
    .credits-body-black,
    .button-text-black,
    .burger-menu-black,
    .burger-menu-regular {
      font-size: clamp(1.5rem, 1.5vw + 1rem, 1.75rem);
    }
  
    /* Body text */
    .body-black,
    .share-title,
    .body-regular {
      font-size: clamp(1.1rem, 1vw + 0.8rem, 2.25rem);
    }

    .body-regular-italic{
      font-size: clamp(20px, 0.6803vw + 14.94px, 26px);
    }
  
    .body-black-italic{
      font-size: clamp(20px, 0.6803vw + 14.94px, 26px);
    }

  
    /* Navigation and smaller text */
    .category-black,
    .categories {
      font-size: clamp(1.5rem, 1.25vw + 0.75rem, 2rem);
    }
  
    .visit-link-text,
    .cta-black,
    .footer-info,
    .footer-button,
    .small-project-title {
      font-size: clamp(1.25rem, 0.75vw + 0.75rem, 1.5rem);
    }
  
    .back-regular,
    .review-role-text {
      font-size: clamp(1.5rem, 1vw + 0.75rem, 1.75rem);
    }
  
    .cta-black-bigger {
      font-size: clamp(0.875rem, 1.5vw + 0.5rem, 2.25rem);
    }
  
    /* Special cases */
    .time-size {
      font-size: clamp(8rem, 10vw + 2rem, 14.6rem);
    }
  
    .time-subtitle {
      font-size: clamp(3rem, calc(75px * var(--font-scale-factor)), 5rem);
    }
  
    .eye-popover {
      font-size: calc(72px * var(--mobile-font-scale-factor));
    }
  
    .big-project-title {
      font-size: clamp(6rem, 8vw + 2rem, 10rem);
    }
  }
  
  @media (min-width: 2500px) {
    :root{
      --grid-columns: 16 !important;
    }

    .very-big-title {
      font-size: clamp(7rem, 7vw, 12rem);
    }
    .big-title,
    .big-title-regular {
      font-size: clamp(5.5rem, 3.5vw, 8rem);
    }
    .bigger-title {
      font-size: clamp(7rem, 7vw, 12rem);
    }
    .eye-big-text {
      font-size: clamp(4.5rem, 2.8vw, 6rem);
    }
    .subtitle-regular,
    .body-black,
    .share-title,
    .credits-body-black {
      font-size: clamp(2.5rem, 1.5vw, 3.5rem);
    }
    .category-black {
      font-size: clamp(2.25rem, 1.4vw, 3rem);
    }
    .visit-link-text,
    .cta-black,
    .footer-info,
    .footer-button {
      font-size: clamp(1.75rem, 1.1vw, 2.25rem);
    }
    .button-text-black,
    .body-regular,
    .burger-menu-black,
    .burger-menu-regular {
      font-size: clamp(2.5rem, 1.5vw, 3.5rem) !important;
    }
    .time-size {
      font-size: clamp(16rem, 10vw, 20rem);
    }
    .time-subtitle {
      font-size: clamp(4rem, 2.5vw, 5rem);
    }
    .eye-popover {
      font-size: clamp(5rem, 3vw, 6.5rem);
    }
  }
  
  /* 4K screens (3840px+) */
  @media (min-width: 3840px) {
    :root{
      --grid-columns: 20 !important;
    }

    .very-big-title {
      font-size: clamp(8rem, 6vw, 14rem);
    }
    .big-title,
    .big-title-regular {
      font-size: clamp(6rem, 3vw, 10rem);
    }
    .bigger-title {
      font-size: clamp(8rem, 6vw, 14rem);
    }
    .eye-big-text {
      font-size: clamp(5rem, 2.3vw, 7rem);
    }
    .subtitle-regular,
    .body-black,
    .share-title,
    .credits-body-black {
      font-size: clamp(3rem, 1.3vw, 4rem);
    }
    .category-black {
      font-size: clamp(2.5rem, 1.2vw, 3.5rem);
    }
    .visit-link-text,
    .cta-black,
    .footer-info,
    .footer-button {
      font-size: clamp(2rem, 1vw, 2.5rem);
    }
    .button-text-black,
    .body-regular,
    .burger-menu-black,
    .burger-menu-regular {
      font-size: clamp(3rem, 1.3vw, 4rem) !important;
    }
    .time-size {
      font-size: clamp(18rem, 8vw, 24rem);
    }
    .time-subtitle {
      font-size: clamp(4.5rem, 2vw, 6rem);
    }
    .eye-popover {
      font-size: clamp(5.5rem, 2.5vw, 7.5rem);
    }
  }
  
  /* Ultra-wide screens (5120px+, like 5K) */
  @media (min-width: 5120px) {
    :root{
      --grid-columns: 24 !important;
    }

    .very-big-title {
      font-size: clamp(10rem, 5vw, 16rem);
    }
    .big-title,
    .big-title-regular {
      font-size: clamp(7rem, 2.5vw, 12rem);
    }
    .bigger-title {
      font-size: clamp(10rem, 5vw, 16rem);
    }
    .eye-big-text {
      font-size: clamp(6rem, 2vw, 8rem);
    }
    .subtitle-regular,
    .body-black,
    .share-title,
    .credits-body-black {
      font-size: clamp(3.5rem, 1.2vw, 4.5rem);
    }
    .category-black {
      font-size: clamp(3rem, 1.1vw, 4rem);
    }
    .visit-link-text,
    .cta-black,
    .footer-info,
    .footer-button {
      font-size: clamp(2.25rem, 0.9vw, 3rem);
    }
    .button-text-black,
    .body-regular,
    .burger-menu-black,
    .burger-menu-regular {
      font-size: clamp(3.5rem, 1.2vw, 4.5rem) !important;
    }
    .time-size {
      font-size: clamp(20rem, 7vw, 28rem);
    }
    .time-subtitle {
      font-size: clamp(5rem, 1.8vw, 7rem);
    }
    .eye-popover {
      font-size: clamp(6rem, 2.2vw, 8.5rem);
    }
  }
  
  #form_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 9999;
    opacity: 0;
  }
  
  #form_container_iframe_bottom,
  #form_container_iframe_left {
    height: 100vh;
    width: 100vw;
  }
  
  #form-container-bottom {
    width: 100vw;
    height: 100vh;
    perspective: 100px;
    transition: transform 0.6s ease-in-out;
    transform-origin: center bottom;
    transform: rotateX(90deg);
    /* background-image: linear-gradient(45deg, #ff23dc, #ff0e0e); */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
  }
  
  #form-container-left {
    width: 100vw;
    height: 100vh;
    perspective: 100px;
    transition: transform 0.6s ease-in-out;
    transform-origin: left center;
    transform: rotateY(90deg);
    /* background-image: linear-gradient(45deg, #ff23dc, #ff0e0e); */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
  }
  
  #morph-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transform: scale(0);
    transform-origin: center;
    z-index: 1000;
    opacity: 0;
    background-image: linear-gradient(45deg, #ff23dc, #ff0e0e);
  }
  
  button.secondary-button {
    border-radius: 40px;
    padding-block: 0.4rem;
    cursor: pointer;
    border-style: none;
  }
  
  button.secondary-button.white {
    background-color: white;
    color: black;
  }
  
  button.secondary-button.black {
    background-color: black;
    color: white;
  }
  
  button.cold:hover {
    background-image: url("/assets/gradient_btn_bg_cold.png");
    background-position-y: -1rem;
    background-size: cover;
    cursor: pointer;
  }
  
  button.warm:hover {
    background-image: url("/assets/gradient_btn_bg_warm.png");
    background-position-y: -2rem;
    background-size: cover;
    cursor: pointer;
  }
  
  button.tertiary-button {
    border-radius: 40px;
    padding-block: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    cursor: pointer;
    width: 100%;
  }
  
  button.tertiary-button.white {
    border: 2px solid white;
    color: white;
  }
  button.tertiary-button.white:hover {
    background-color: white;
    color: black;
  }
  
  button.tertiary-button.black {
    border: 2px solid black;
    color: black;
  }
  button.tertiary-button.black:hover {
    background-color: black;
    color: white;
  }
  
  .no-scroll {
    overflow: hidden;
  }
  
  .tally-validation-error {
    color: black !important;
    text-decoration: underline !important;
  }
  
  .tally-enumeration-badge {
    background-color: black !important;
  }
  
  /*ALERT STYLES*/
  .cf,
  .alert {
    display: inline-block;
  }
  .cf:before,
  .cf:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .cf:after {
    clear: both;
  }
  
  #alerts {
    width: 92vw;
    top: 10rem;
    right: 0;
    position: fixed;
    z-index: 9999;
    list-style: none;
  }
  
  .alert {
    width: 100%;
    margin-bottom: 8px;
    display: block;
    position: relative;
    border-left: 4px solid;
    right: -50px;
    opacity: 0;
    line-height: 1;
    padding: 0;
    transition: right 400ms, opacity 400ms, line-height 300ms 100ms,
      padding 300ms 100ms;
    display: flex;
    justify-content: space-between;
    border-radius: 0 !important;
  }
  
  .alert:hover {
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  
  .alert.open {
    right: 0;
    opacity: 1;
    line-height: 2;
  
    transition: line-height 200ms, padding 200ms, right 350ms 200ms,
      opacity 350ms 200ms;
  }
  
  .alert-title,
  .alert-message {
    font-weight: 500;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 0.9rem;
  }
  
  .alert-block {
    width: 90% !important;
    text-align: left;
  }
  .alert-block em,
  .alert-block small {
    font-size: 0.75em;
    opacity: 0.75;
    display: block;
  }
  
  .alert i {
    font-size: 2em;
    width: 2.75rem;
    top: 50%;
    display: table-cell;
    vertical-align: middle;
    z-index: 12000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .success-icon {
    background-image: url("/assets/alert/success_white.svg");
  }
  
  .warning-icon {
    background-image: url("/assets/alert/warning_white.svg");
  }
  
  .error-icon {
    background-image: url("/assets/alert/error_white.svg");
  }
  
  .share-icon {
    background-image: url("/assets/alert/share_white.svg");
  }
  
  .alert-success {
    color: #fff !important;
    border-color: #000000 !important;
    background-color: #000000 !important;
  }
  
  .alert-error {
    color: #fff !important;
    border-color: #000000 !important;
    background-color: #000000 !important;
  }
  
  .alert-trash {
    color: #fff;
    border-color: #dc4a4d;
    background-color: #f25c5d;
  }
  
  .alert-info {
    color: #fff;
    border-color: #076d91;
    background-color: #3397db;
  }
  
  .alert-warning {
    color: #fff !important;
    border-color: #000000;
    background-color: #000000;
  }
  
  @media (min-width: 768px) and (max-width: 1023px) {
    #alerts {
      width: clamp(30rem, 60vw, 45rem);
      top: 11rem;
    }
  
    .alert-title,
    .alert-message {
      font-size: 0.9rem;
    }
  }
  @media (min-width: 1024px) {
    #alerts {
      width: clamp(30rem, 33vw, 45rem);
      top: 12rem;
    }
  
    .alert-title,
    .alert-message {
      font-size: 1.125rem;
    }
  }
  
  
  
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }