.menu-item-has-children li a {
    cursor: pointer;
  }

  /* Desktop Menu Styles */
  @media (min-width: 1024px) {
    .ctrm-navbar-items {
      display: flex;
      color: #272727;
      -moz-column-gap: 2.5rem;
      column-gap: 2.5rem;
    }
  
    .menu-item {
      position: relative;
    }
  
    .menu-item a {
      /* font-size: 12px; */
      /* font-weight: 500; */
    }
  
    .sub-menu {
      display: block;
      position: absolute;
      background-color: white;
      top: 150%;
      left: 50%;
      transform: translateX(-50%) translateY(0%);
      z-index: 1000;
      width: 10rem;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s linear, transform 0.3s linear;
    }
  
    .menu-item:hover > .sub-menu {
      max-height: 300px;
      color: white;
      transform: translateX(-50%) translateY(0);
    }
  
    .sub-menu li {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 200ms;
    }
  
    .sub-menu li a {
        display: block;
        width: 100%;
        --tw-text-opacity: 1;
        color: rgb(39 39 39 / var(--tw-text-opacity, 1));
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 200ms;
    }
  
    .sub-menu li:hover a {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  
    .sub-menu li:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
      color: white;
      /* border-bottom: 2px solid lightgray; */
    }
  
    .menu-header-menu-container {
      display: flex;
      align-items: center;
      justify-content: center;
      /* border:black solid 3px; */
    }
  
    .has-submenu::after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.31 7.61'%3E%3Cpath d='M12.845,16.563l5.033-5.037a.947.947,0,0,1,1.343,0,.959.959,0,0,1,0,1.347l-5.7,5.706a.949.949,0,0,1-1.312.028l-5.742-5.73A.951.951,0,0,1,7.808,11.53Z' transform='translate(-6.188 -11.247)'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-bottom: -5px;
    }
  
    .current-menu-item,
    .current_page_item {
      /* border-bottom: 2px solid #146594; */
      --tw-text-opacity: 1;
      color: rgb(237 28 37 / var(--tw-text-opacity, 1));
    }
  
    .current-menu-item > a,
    .current_page_item > a {
      font-weight: bold;
    }
  
    .menu-item-active > a {
      font-weight: bold;
    }
  
    .sub-menu-item-active > a {
      font-weight: bold;
    }
  
    .sub-menu li.sub-menu-item-active {
      background-color: grey;
    }
  
    .sub-menu li.sub-menu-item-active > a {
      color: white;
    }
  
    .menu-item-has-children .submenu-icon {
      display: none;
    }
  
    .menu-item-has-children .submenu-icon svg {
      display: none;
    }
  
    .menu-item-has-children {
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: center;
    }
  
    /*Language Dropdown*/
    /* Current language styling */
    .wpml-ls-item.wpml-ls-current-language a {
        --tw-bg-opacity: 1;
        background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
      color: white;
      border-radius: 20px;
      width: 25px;
      height: 25px;
      display: flex;
      align-items: center; 
      justify-content: center; 
      text-align: center;
    }
  
    .wpml-ls-item .sub-menu {
      border-radius: 20px;
      width: auto;
      left: 30%;
    }
  
    .wpml-ls-item .sub-menu li {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
  
    .wpml-ls-item .sub-menu a {
      background-color: #fff;
      --tw-text-opacity: 1;
      color: rgb(237 28 37 / var(--tw-text-opacity, 1));
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center; 
      justify-content: center; 
      text-align: center;
      
    }
  
    .wpml-ls-item .sub-menu a:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
      color: #fff;
      border-radius: 20px; 
      padding: 7px;
    }
  
  
    .wpml-ls-item .has-submenu::after {
      content: "";
      display: none;
      width: 10px;
      height: 12px;
      background-image: none;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-bottom: -5px;
    }
  
  }

  @media (min-width: 1680px) {
    .sub-menu {
      width: 12rem;
    }

  }

  @media (min-width: 1920px) {
    .sub-menu {
      width: 14rem;
    }

  }
  
  /* Mobile view */
  @media (max-width: 1023px) {
    .ctrm-mobile-navbar {
      display: none;
      position: absolute;
      background-color: white;
      width: 100%;
      left: 0;
      top: 100%;
      padding: 1.8rem 0 3rem 3rem;
      box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    }
  
    .ctrm-mobile-navbar.active {
      display: block;
    }
  
    .ctrm-mobile-navbar > li {
      padding: 0.5rem 0;
    }
  
    .menu-item a {
      /* font-size: 1.2rem; */
      /* font-weight: 500; */
    }
  
    .sub-menu {
      display: none;
      flex-direction: column;
      text-align: start;
      width: 100%;
      padding: 0.8rem 0 0.3rem 1rem;
      gap: 4px;
    }
  
    /*Language Dropdown*/
  /* Current language styling */
  .wpml-ls-item.wpml-ls-current-language a {
        --tw-bg-opacity: 1;
        background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
    color: white;
    border-radius: 20px;
    width: auto; /* Set width to auto for better alignment */
    padding: 0 10px; /* Add padding for spacing */
    height: 28px;
    display: inline-flex; /* Use inline-flex for better control */
    align-items: center; 
    justify-content: center;
    text-align: center;
    }
  
  /* Ensure the submenu aligns well */
  .wpml-ls-item .sub-menu {
    border-radius: 20px;
    width: auto;
    left: 30%;
  }
  
  /* Dropdown arrow adjustments */
  .wpml-ls-item .has-submenu::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.31 7.61'%3E%3Cpath d='M12.845,16.563l5.033-5.037a.947.947,0,0,1,1.343,0,.959.959,0,0,1,0,1.347l-5.7,5.706a.949.949,0,0,1-1.312.028l-5.742-5.73A.951.951,0,0,1,7.808,11.53Z' transform='translate(-6.188 -11.247)'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px; /* Space between text and arrow */
    margin-bottom: -5px;
  }
  
  /* Hover state */
  .wpml-ls-item .sub-menu a:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
    color: #fff;
    border-radius: 20px; 
    padding: 7px;
    }
  
    .sub-menu.active {
      display: flex;
      -moz-column-gap: 2rem;
           column-gap: 2rem;
    }

    .sub-menu a {
        padding: .3rem 0;
      }
  
    .sub-menu li {
      padding: .3rem 0;
    }
  
    .has-submenu a {
      display: flex;
      align-items: center;
    }
  
    .menu-item-has-children .submenu-icon {
      margin-left: 0.5rem;
    }
  
    .menu-item-has-children .submenu-icon svg {
      transition: transform 0.3s ease;
      width: 0.8rem;
    }
  
    /* Rotated state */
    .menu-item-has-children .submenu-icon svg.rotated {
      transform: rotate(45deg); /* Rotate 90 degrees */
    }
  
    .current-menu-item > a,
    .current_page_item > a {
      font-weight: bold;
      --tw-text-opacity: 1;
      color: rgb(237 28 37 / var(--tw-text-opacity, 1));
    }
  
    .sub-menu-item-active > a {
      font-weight: bold;
      --tw-text-opacity: 1;
      color: rgb(237 28 37 / var(--tw-text-opacity, 1));
    }
  }
  
  @media (max-width: 768px) {
    .ctrm-mobile-navbar {
      padding: 1.3rem 0 2.5rem 2.5rem;
    }
  
    .menu-item a {
      /* font-size: 1rem; */
    }
  }
  
  @media (max-width: 375px) {
    .ctrm-mobile-navbar {
      padding: 1.3rem 0 2.3rem 2.3rem;
    }
  
    .menu-item a {
      /* font-size: 1rem; */
    }
  }
  
  /* custom */
  
  .menu-toggle {
    /* font-size: 1rem; */
    color: #000;
  }
  
  @media (width < 1024px) {
    .menu-item-has-children {
      justify-content: start;
    }
  }
  
/* Default active button styles */
.home-swiper-button-prev {
  background-image: url(/images/disabled-left.svg?ad3e010fd67cb2ac163938ca602fc7bf);
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
}

.home-swiper-button-next {
  background-image: url(/images/active-right.svg?64d046c9b7db2dba190536e12f9bd60a);
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
}

/* Disabled state styles */
.home-swiper-button-prev.disabled {
  background-image: url(/images/disabled-left.svg?ad3e010fd67cb2ac163938ca602fc7bf);
}

.home-swiper-button-next.disabled {
  background-image: url(/images/disabled-right.svg?1167883c729404264f1974673880831f);
}

/* Active state styles */
.home-swiper-button-prev.active {
  background-image: url(/images/active-left.svg?5af6d7890bb188e1411059c622fa068c);
}

.home-swiper-button-next.active {
  background-image: url(/images/active-right.svg?64d046c9b7db2dba190536e12f9bd60a);
}



span.swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #000000;
    opacity: 100%;
    width: .6rem;
    height:.6rem;
  }

  
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
}

.swiper-slide .text-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
  
.swiper-slide-active .text-content {
  opacity: 1;
}

@media (min-width: 1680px) {
  
  .home-swiper-button-prev {
    width: 2rem;
    height:1.5rem;
    
  }

  .home-swiper-button-next {
    width: 2rem;
    height:1.5rem;
  }

}

@media (min-width: 1920px) {
  span.swiper-pagination-bullet {
    width: 1rem;
    height:1rem;
  }

  .home-swiper-button-prev {
    width: 2.3rem;
    height:1.8rem;
    
  }

.home-swiper-button-next {
    width: 2.3rem;
    height:1.8rem;
}

}




h4.font-bold.montserrat.custom-odometer.odometer.odometer-theme-default{
    font-family:'Montserrat', sans-serif ;
}
h4.font-bold.montserrat.home-odometer.odometer.odometer-theme-default{
    font-family:'Montserrat', sans-serif ;
}

#sustain-Odometer{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* .swiper-button-prev-image-des,
.swiper-button-next-image-des,
.accordion-image-des-swiper-prev,
.accordion-image-des-swiper-next {
    position: unset !important;
    top: unset !important;
    margin-top: unset !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: right !important;
    justify-content: unset !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
    transform: scale(0.7);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: unset !important;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: unset;
    cursor: auto;
    pointer-events: none;
    background-color: #D8D8D8;
}

.swiper-button-prev.swiper-button-disabled .st0,
.swiper-button-next.swiper-button-disabled .st0 {
        stroke: #484848;
    } */

.accordion-image-des-swiper-prev,
.swiper-button-prev-image-des {
  background-image: url(/images/disabled-left.svg?ad3e010fd67cb2ac163938ca602fc7bf);
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: contain;
  width: 1.7rem;
  height: 1.2rem;
}

.accordion-image-des-swiper-next,
.swiper-button-next-image-des {
  background-image: url(/images/active-right.svg?64d046c9b7db2dba190536e12f9bd60a);
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: contain;
  width: 1.7rem;
  height: 1.2rem;
}

/* Disabled state styles */
.accordion-image-des-swiper-prev.disabled,
.swiper-button-prev-image-des.disabled {
  background-image: url(/images/disabled-left.svg?ad3e010fd67cb2ac163938ca602fc7bf);
}

.accordion-image-des-swiper-next.disabled,
.swiper-button-next-image-des.disabled {
  background-image: url(/images/disabled-right.svg?1167883c729404264f1974673880831f);
}

/* Active state styles */
.accordion-image-des-swiper-prev.active,
.swiper-button-prev-image-des.active {
  background-image: url(/images/active-left.svg?5af6d7890bb188e1411059c622fa068c);
}

.accordion-image-des-swiper-next.active,
.swiper-button-next-image-des.active {
  background-image: url(/images/active-right.svg?64d046c9b7db2dba190536e12f9bd60a);
}

@media (min-width: 1680px) {
  .accordion-image-des-swiper-prev,
  .swiper-button-prev-image-des {
    width: 2rem;
    height: 1.5rem;
  }

  .accordion-image-des-swiper-next,
  .swiper-button-next-image-des {
    width: 2rem;
    height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .accordion-image-des-swiper-prev,
  .swiper-button-prev-image-des {
    width: 2.3rem;
    height: 1.8rem;
  }

  .accordion-image-des-swiper-next,
  .swiper-button-next-image-des {
    width: 2.3rem;
    height: 1.8rem;
  }
}

.swiper-pagination-image {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination-image .swiper-pagination-bullet {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 32px; /* Adjust this as needed */
    overflow: hidden;
    width: auto;
    display: flex; /* Allow flex layout for centering */
    align-items: center; /* Center the image vertically */
    justify-content: center; /* Center the image horizontally */
}

.swiper-pagination-image .swiper-pagination-bullet img {
    -o-object-fit: contain;
       object-fit: contain; /* Ensure the image fits within the bullet */
    max-height: 32px; /* Limit the max height to keep it consistent */
    width: auto; /* Allow width to adjust to maintain aspect ratio */
}

.swiper-button-next-image,.swiper-button-prev-image {
    align-items: center;
    background-color: transparent;
    background-origin: content-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    width: 40px
}

.swiper-button-prev-gallery.swiper-button-disabled,
.swiper-button-next-gallery.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none;
    background-color: unset
}

.swiper-button-prev-gallery:focus,
.swiper-button-next-gallery:focus {
    outline: none; /* Remove the default outline */
    box-shadow: none; /* Add a subtle glow effect */
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,-4px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullet-active {
    background: transparent;
}
/* .table-swiper-button-prev,
.table-swiper-button-next,

.table-swiper-button-prev-2,
.table-swiper-button-next-2{
    position: unset !important;
    top: unset !important;
    margin-top: unset !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: right !important;
    justify-content: unset !important;
}

.table-swiper-button-prev svg,
.table-swiper-button-next svg,

.table-swiper-button-prev-2 svg,
.table-swiper-button-next-2 svg {
    transform: scale(0.7);
}

.table-swiper-button-next:after, 
.table-swiper-button-next-2:after, 
.swiper-rtl 
.table-swiper-button-prev:after,
.table-swiper-button-prev-2:after,
.table-swiper-button-prev:after, 
.table-swiper-button-prev-2:after,
.swiper-rtl 
.table-swiper-button-next:after,
.table-swiper-button-next-2:after {
    content: unset !important;
}

.table-swiper-button-prev.swiper-button-disabled, 
.table-swiper-button-next.swiper-button-disabled,

.table-swiper-button-prev-2.swiper-button-disabled, 
.table-swiper-button-next-2.swiper-button-disabled {
    opacity: unset;
    cursor: auto;
    pointer-events: none;
    background-color: #D8D8D8;
}

.table-swiper-button-prev.swiper-button-disabled .st0,
.table-swiper-button-next.swiper-button-disabled .st0,

.table-swiper-button-prev-2.swiper-button-disabled .st0,
.table-swiper-button-next-2.swiper-button-disabled .st0  {
        stroke: #484848;
    } */

.table-swiper-button-prev-2 {
  background-image: url(/images/disabled-left.svg?ad3e010fd67cb2ac163938ca602fc7bf);
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: contain;
  width: 1.7rem;
  height: 1.2rem;
}

.table-swiper-button-next-2 {
  background-image: url(/images/active-right.svg?64d046c9b7db2dba190536e12f9bd60a);
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: contain;
  width: 1.7rem;
  height: 1.2rem;
}

/* Disabled state styles */
.table-swiper-button-prev-2.disabled {
  background-image: url(/images/disabled-left.svg?ad3e010fd67cb2ac163938ca602fc7bf);
}

.table-swiper-button-next-2.disabled {
  background-image: url(/images/disabled-right.svg?1167883c729404264f1974673880831f);
}

/* Active state styles */
.table-swiper-button-prev-2.active {
  background-image: url(/images/active-left.svg?5af6d7890bb188e1411059c622fa068c);
}

.table-swiper-button-next-2.active {
  background-image: url(/images/active-right.svg?64d046c9b7db2dba190536e12f9bd60a);
}

@media (min-width: 1680px) {
  .table-swiper-button-prev-2 {
    width: 2rem;
    height: 1.5rem;
  }

  .table-swiper-button-next-2 {
    width: 2rem;
    height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .table-swiper-button-prev-2 {
    width: 2.3rem;
    height: 1.8rem;
  }

  .table-swiper-button-next-2 {
    width: 2.3rem;
    height: 1.8rem;
  }
}

/* table styling */

.left-table table th,
.right-table-1 table th,
.right-table-2 table th,
.right-table-2-1 table th,
.right-table-2-2 table th,
.right-table-2-3 table th,
.right-table-2-4 table th,
.right-table-2-5 table th,
.right-table-2-6 table th {
  font-size: 0.875rem;
  height: 6rem !important;
  color: white;
  padding: 0 1rem;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

.left-table table td,
.right-table-1 table td,
.right-table-2 table td,
.right-table-2-1 table td,
.right-table-2-2 table td,
.right-table-2-3 table td,
.right-table-2-4 table td,
.right-table-2-5 table td,
.right-table-2-6 table td {
  height: 10rem !important;
  text-align: center;
  padding: 0 1.5rem;
}

.left-table table tr:nth-child(odd),
.right-table-1 table tr:nth-child(odd),
.right-table-2 table tr:nth-child(odd),
.right-table-2-1 table tr:nth-child(odd),
.right-table-2-2 table tr:nth-child(odd),
.right-table-2-3 table tr:nth-child(odd),
.right-table-2-4 table tr:nth-child(odd),
.right-table-2-5 table tr:nth-child(odd),
.right-table-2-6 table tr:nth-child(odd) {
  background-color: #bababa;
}

.left-table table tr:nth-child(even),
.right-table-1 table tr:nth-child(even),
.right-table-2 table tr:nth-child(even),
.right-table-2-1 table tr:nth-child(even),
.right-table-2-2 table tr:nth-child(even),
.right-table-2-3 table tr:nth-child(even),
.right-table-2-4 table tr:nth-child(even),
.right-table-2-5 table tr:nth-child(even),
.right-table-2-6 table tr:nth-child(even) {
  background-color: #eaeaea;
}

.left-table table td {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color:white;
}

.right-table-1 table th,
.right-table-2 table th,
.right-table-2-1 table th,
.right-table-2-2 table th,
.right-table-2-3 table th,
.right-table-2-4 table th,
.right-table-2-5 table th,
.right-table-2-6 table th {
  border-left: 0.063rem solid #707070;
  border-top: 0.063rem solid #707070;
  border-bottom: 0.063rem solid #707070;
  font-family: "Inter", sans-serif;
}

.right-table-1 table td,
.right-table-2 table td,
.right-table-2-1 table td,
.right-table-2-2 table td,
.right-table-2-3 table td,
.right-table-2-4 table td,
.right-table-2-5 table td,
.right-table-2-6 table td {
  border-left: 0.063rem solid #707070;
  border-top: 0.063rem solid #707070;
  border-bottom: 0.063rem solid #707070;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
}

.left-table table th,
.left-table table td {
  border-left: 0.063rem solid #707070;
  border-top: 0.063rem solid #707070;
  border-bottom: 0.063rem solid #707070;
  background-color: #404040;
}

.right-table-1 table th:nth-child(1),
.right-table-2-1 table th {
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
}
.right-table-1 table th:nth-child(2),
.right-table-2-2 table th {
  background-color: #2a2e74;
}
.right-table-1 table th:nth-child(3),
.right-table-2-3 table th {
  background-color: #e6176a;
}
.right-table-2 table th:nth-child(1),
.right-table-2-4 table th {
  background-color: #2a2e74;
}
.right-table-2 table th:nth-child(2),
.right-table-2-5 table th {
  background-color: #e8422b;
}
.right-table-2 table th:nth-child(3),
.right-table-2-6 table th {
  background-color: #0f518d;
}

@media (min-width: 375px) {
  .left-table table th,
  .right-table-1 table th,
  .right-table-2 table th,
  .right-table-2-1 table th,
  .right-table-2-2 table th,
  .right-table-2-3 table th,
  .right-table-2-4 table th,
  .right-table-2-5 table th,
  .right-table-2-6 table th {
    font-size: 1rem;
    height: 7rem !important;
    color: white;
    padding: 0 1rem;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
  }

  .left-table table td {
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    height: 8rem !important;
  }

  .right-table-1 table td,
  .right-table-2 table td,
  .right-table-2-1 table td,
  .right-table-2-2 table td,
  .right-table-2-3 table td,
  .right-table-2-4 table td,
  .right-table-2-5 table td,
  .right-table-2-6 table td {
    height: 8rem !important;
    border-left: 0.063rem solid #707070;
    border-top: 0.063rem solid #707070;
    border-bottom: 0.063rem solid #707070;
    font-size: 0.875rem;
    font-family: "Inter", sans-serif;
  }
}

@media (min-width: 425px) {
  .left-table table th,
  .right-table-1 table th,
  .right-table-2 table th,
  .right-table-2-1 table th,
  .right-table-2-2 table th,
  .right-table-2-3 table th,
  .right-table-2-4 table th,
  .right-table-2-5 table th,
  .right-table-2-6 table th {
    font-size: 1.125rem;
    height: 6rem !important;
    color: white;
    padding: 0 1rem;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
  }

  .left-table table td {
    font-size: 1.125rem;
    text-align: center;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    height: 7rem !important;
  }

  .right-table-1 table td,
  .right-table-2 table td,
  .right-table-2-1 table td,
  .right-table-2-2 table td,
  .right-table-2-3 table td,
  .right-table-2-4 table td,
  .right-table-2-5 table td,
  .right-table-2-6 table td {
    height: 7rem !important;
    border-left: 0.063rem solid #707070;
    border-top: 0.063rem solid #707070;
    border-bottom: 0.063rem solid #707070;
    font-size: 0.875rem;
    font-family: "Inter", sans-serif;
  }
}

@media (min-width: 768px) {
    .left-table table th,
    .right-table-1 table th,
    .right-table-2 table th,
    .right-table-2-1 table th,
    .right-table-2-2 table th,
    .right-table-2-3 table th,
    .right-table-2-4 table th,
    .right-table-2-5 table th,
    .right-table-2-6 table th {
      height: 6rem !important;
    }
  
    .left-table table td {
      height: 8rem !important;
    }
  
    .right-table-1 table td,
    .right-table-2 table td,
    .right-table-2-1 table td,
    .right-table-2-2 table td,
    .right-table-2-3 table td,
    .right-table-2-4 table td,
    .right-table-2-5 table td,
    .right-table-2-6 table td {
      height: 8rem !important;
    }
  }

@media (min-width: 1024px) {
  .left-table table th,
  .right-table-1 table th,
  .right-table-2 table th,
  .right-table-2-1 table th,
  .right-table-2-2 table th,
  .right-table-2-3 table th,
  .right-table-2-4 table th,
  .right-table-2-5 table th,
  .right-table-2-6 table th {
    height: 6rem !important;
    padding: 0 1rem;
  }

  .left-table table td,
  .right-table-1 table td,
  .right-table-2 table td,
  .right-table-2-1 table td,
  .right-table-2-2 table td,
  .right-table-2-3 table td,
  .right-table-2-4 table td,
  .right-table-2-5 table td,
  .right-table-2-6 table td {
    height: 6.5rem !important;
    padding: 0 1.5rem;
  }
}

@media (min-width: 1280px) {
    .left-table table th,
    .right-table-1 table th,
    .right-table-2 table th,
    .right-table-2-1 table th,
    .right-table-2-2 table th,
    .right-table-2-3 table th,
    .right-table-2-4 table th,
    .right-table-2-5 table th,
    .right-table-2-6 table th {
      height: 4.5rem !important;
      padding: 0 1rem;
    }
  
    .left-table table td,
    .right-table-1 table td,
    .right-table-2 table td,
    .right-table-2-1 table td,
    .right-table-2-2 table td,
    .right-table-2-3 table td,
    .right-table-2-4 table td,
    .right-table-2-5 table td,
    .right-table-2-6 table td {
      height: 5rem !important;
      padding: 0 1.5rem;
    }
  }

@media (min-width: 1440px) {
  .left-table table td {
    font-size: 1.25rem;
  }

  .left-table table th,
  .right-table-1 table th,
  .right-table-2 table th,
  .right-table-2-1 table th,
  .right-table-2-2 table th,
  .right-table-2-3 table th,
  .right-table-2-4 table th,
  .right-table-2-5 table th,
  .right-table-2-6 table th {
    font-size: 1.25rem;
    height: 4.8rem !important;
    padding: 0 1rem;
  }

  .right-table-1 table td,
  .right-table-2 table td,
  .right-table-2-1 table td,
  .right-table-2-2 table td,
  .right-table-2-3 table td,
  .right-table-2-4 table td,
  .right-table-2-5 table td,
  .right-table-2-6 table td {
    height: 4.8rem !important;
    font-size: 1rem;
  }

  .left-table table td,
  .right-table-1 table td,
  .right-table-2 table td,
  .right-table-2-1 table td,
  .right-table-2-2 table td,
  .right-table-2-3 table td,
  .right-table-2-4 table td,
  .right-table-2-5 table td,
  .right-table-2-6 table td {
    height: 4.8rem !important;
    padding: 0 1.5rem;
  }
}

@media (min-width: 1680px) {
  .left-table table td {
    font-size: 1.563rem;
  }

  .left-table table th,
  .right-table-1 table th,
  .right-table-2 table th,
  .right-table-2-1 table th,
  .right-table-2-2 table th,
  .right-table-2-3 table th,
  .right-table-2-4 table th,
  .right-table-2-5 table th,
  .right-table-2-6 table th {
    font-size: 1.563rem;
    height: 6rem !important;
    padding: 0 1rem;
  }

  .right-table-1 table td,
  .right-table-2 table td,
  .right-table-2-1 table td,
  .right-table-2-2 table td,
  .right-table-2-3 table td,
  .right-table-2-4 table td,
  .right-table-2-5 table td,
  .right-table-2-6 table td {
    font-size: 1.125rem;
    height: 5rem !important;
  }

  .left-table table td,
  .right-table-1 table td,
  .right-table-2 table td,
  .right-table-2-1 table td,
  .right-table-2-2 table td,
  .right-table-2-3 table td,
  .right-table-2-4 table td,
  .right-table-2-5 table td,
  .right-table-2-6 table td {
    height: 5rem !important;
    padding: 0 1.5rem;
  }
}

@media (min-width: 1920px) {
  .left-table table th,
  .right-table-1 table th,
  .right-table-2 table th,
  .right-table-2-1 table th,
  .right-table-2-2 table th,
  .right-table-2-3 table th,
  .right-table-2-4 table th,
  .right-table-2-5 table th,
  .right-table-2-6 table th {
    font-size: 1.875rem;
    height: 7rem !important;
    padding: 0 1rem;
  }

  .left-table table td {
    font-size: 1.875rem;
  }

  .right-table-1 table td,
  .right-table-2 table td,
  .right-table-2-1 table td,
  .right-table-2-2 table td,
  .right-table-2-3 table td,
  .right-table-2-4 table td,
  .right-table-2-5 table td,
  .right-table-2-6 table td {
    font-size: 1.375rem;
  }

  .left-table table td,
  .right-table-1 table td,
  .right-table-2 table td,
  .right-table-2-1 table td,
  .right-table-2-2 table td,
  .right-table-2-3 table td,
  .right-table-2-4 table td,
  .right-table-2-5 table td,
  .right-table-2-6 table td {
    height: 5.9rem !important;
    padding: 0 1.5rem;
  }
}

.container1 {
    grid-template-columns: repeat(12, 1fr); /* Default desktop layout with 3 columns */
}

.background {
    background-attachment: fixed;
    background-position: right;
}

.container1 div:nth-child(1) {
    grid-column: 1 / 6;
}

.container1 div:nth-child(2) {
    grid-column: 6 / 13;
}

.container1 div:nth-child(3) {
    grid-column: 1 / 13;
}

/* Responsive layout for mobile screens */
@media (max-width: 768px) {
    .container1 {
        grid-template-columns: 1fr; /* Stack all items in a single column */
    }

    /* Adjust columns to stack vertically */
    .container1 div:nth-child(1),
    .container1 div:nth-child(2),
    .container1 div:nth-child(3) {
        grid-column: 1;
    }

    .background {
        background-position: center bottom;
  }
}
/* Default active button styles */
.offerings-swiper-button-prev {
    background-image: url(/images/disabled-left.svg?ad3e010fd67cb2ac163938ca602fc7bf);
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    background-size: contain;
    width: 1.5rem;
    height: 1rem;
  }
  
  .offerings-swiper-button-next {
    background-image: url(/images/active-right.svg?64d046c9b7db2dba190536e12f9bd60a);
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    background-size: contain;
    width: 1.5rem;
    height: 1rem;
  }
  
  /* Disabled state styles */
  .offerings-swiper-button-prev.disabled {
    background-image: url(/images/disabled-left.svg?ad3e010fd67cb2ac163938ca602fc7bf);
  }
  
  .offerings-swiper-button-next.disabled {
    background-image: url(/images/disabled-right.svg?1167883c729404264f1974673880831f);
  }
  
  /* Active state styles */
  .offerings-swiper-button-prev.active {
    background-image: url(/images/active-left.svg?5af6d7890bb188e1411059c622fa068c);
  }
  
  .offerings-swiper-button-next.active {
    background-image: url(/images/active-right.svg?64d046c9b7db2dba190536e12f9bd60a);
  }

  @media (min-width: 1680px) {
  
    .offerings-swiper-button-prev {
      width: 2rem;
      height:1.5rem;
      
    }
  
    .offerings-swiper-button-next {
      width: 2rem;
      height:1.5rem;
    }
  
  }
  
  
  @media (min-width: 1920px) {
  
    .offerings-swiper-button-prev {
      width: 2.3rem;
      height:1.8rem;
      
    }
  
    .offerings-swiper-button-next {
      width: 2.3rem;
      height:1.8rem;
    }
  
  }
  
  
/* @import '~swiper/swiper-bundle.css'; */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
        --bar-width: 24px;
        --bar-height: 1px;
        --hamburger-gap: 10px;
        --foreground: white;
        --animation-timing: 300ms ease;
        --hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);
    }
html,
    body {
        overscroll-behavior-y: contain;
    }
html {
        margin: 0px !important;
        padding: 0px !important;
        box-sizing: border-box !important;
    }
body {
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }
h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
    font-family: 'Inter', sans-serif; /* Ensure a fallback font */
}
@media (min-width: 375px) {
  h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 425px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1680px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 4.063rem;
  }
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
    font-family: 'Inter', sans-serif; /* Ensure a fallback font */
}
@media (min-width: 640px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 2.813rem;
  }
}
h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: -0.025em;
    font-family: 'Inter', sans-serif; /* Ensure a fallback font */
}
@media (min-width: 425px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 640px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1680px) {
  h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1920px) {
  h3 {
    font-size: 2.25rem;
  }
}
h4 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.025em;
    font-family: 'Inter', sans-serif; /* Ensure a fallback font */
}
@media (min-width: 640px) {
  h4 {
    font-size: 3rem;
  }
}
@media (min-width: 1920px) {
  h4 {
    font-size: 4.688rem;
  }
}
h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: -0.025em;
    font-family: 'Inter', sans-serif; /* Ensure a fallback font */
}
@media (min-width: 425px) {
  h5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1680px) {
  h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1920px) {
  h5 {
    font-size: 2rem;
  }
}
h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: -0.025em;
    font-family: 'Inter', sans-serif; /* Ensure a fallback font */
}
@media (min-width: 375px) {
  h6 {
    font-size: 1rem;
  }
}
@media (min-width: 425px) {
  h6 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1440px) {
  h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1680px) {
  h6 {
    font-size: 1.563rem;
  }
}
@media (min-width: 1920px) {
  h6 {
    font-size: 1.875rem;
  }
}
.counter-left-symbol {
  font-size: 1.125rem;
}
@media (min-width: 1440px) {
  .counter-left-symbol {
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .counter-left-symbol {
    font-size: 2rem;
  }
}
.nunito-image-label {
  font-size: 1.25rem;
}
p,li,a {
  font-size: 0.875rem;
  font-weight: 400;
    font-family: 'Inter', sans-serif; /* Ensure a fallback font */
}
@media (min-width: 640px) {
  p,li,a {
    font-size: 0.875rem;
  }
}
@media (min-width: 1440px) {
  p,li,a {
    font-size: 1rem;
  }
}
@media (min-width: 1680px) {
  p,li,a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px) {
  p,li,a {
    font-size: 1.375rem;
  }
}
p a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
p a:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
ul {
  list-style-type: disc;
}
.footer-bold-text {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .footer-bold-text {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1680px) {
  .footer-bold-text {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 640px) {
  .footer-small-text {
    font-size: 0.688rem;
  }
}
@media (min-width: 1440px) {
  .footer-small-text {
    font-size: 0.625rem;
  }
}
@media (min-width: 1680px) {
  .footer-small-text {
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .footer-small-text {
    font-size: 0.875rem;
  }
}
.breadcrumb-text {
  font-size: 0.5rem;
  font-weight: 400;
    font-family: 'Inter', sans-serif; /* Ensure a fallback font */
}
@media (min-width: 375px) {
  .breadcrumb-text {
    font-size: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .breadcrumb-text {
    font-size: 0.75rem;
  }
}
@media (min-width: 1680px) {
  .breadcrumb-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px) {
  .breadcrumb-text {
    font-size: 1rem;
  }
}
.container {
  width: 100%;
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}
@media (min-width: 425px) {
  .container {
    max-width: 425px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1680px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 2560px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1540px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1540px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1540px;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.red-button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .red-button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1920px) {
  .red-button {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
span.red-button-text {
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: 'Nunito Sans', sans-serif; /* Ensure a fallback font */
}
@media (min-width: 1440px) {
  span.red-button-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1680px) {
  span.red-button-text {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  span.red-button-text {
    font-size: 1.375rem;
  }
}
.cpt-dropdown{
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22><path d=%22M6 9l6 6 6-6%22/></svg>');
        background-position: right 0.8rem center;
        background-size: 1em;
        width:100%;
        padding:0.5rem 2rem 0.5rem 1rem;
        border: 0.063rem solid rgb(209 213 219);
        border-radius: 0.25rem;
        -webkit-appearance:none;
           -moz-appearance:none;
                appearance:none;
        background-repeat: no-repeat;
    }
.swiper-prev-arrow-button {
  height: 3rem;
  width: 3rem;
  padding: .8rem;
}
@media (min-width: 425px) {
  .swiper-prev-arrow-button {
    height: 3rem;
    width: 3rem;
    padding: .8rem;
  }
}
@media (min-width: 640px) {
  .swiper-prev-arrow-button {
    height: 3rem;
    width: 3rem;
    padding: .8rem;
  }
}
@media (min-width: 768px) {
  .swiper-prev-arrow-button {
    height: 3rem;
    width: 3rem;
    padding: .8rem;
  }
}
@media (min-width: 1024px) {
  .swiper-prev-arrow-button {
    height: 3rem;
    width: 3rem;
    padding: .8rem;
  }
}
@media (min-width: 1440px) {
  .swiper-prev-arrow-button {
    height: 3.8rem;
    width: 3.8rem;
    padding: 1rem;
  }
}
@media (min-width: 1920px) {
  .swiper-prev-arrow-button {
    height: 5rem;
    width: 5rem;
    padding: 1.4rem;
  }
}
@media (min-width: 2560px) {
  .swiper-prev-arrow-button {
    height: 6rem;
    width: 6rem;
    padding: 1.6rem;
  }
}
.swiper-next-arrow-button {
  height: 3rem;
  width: 3rem;
  padding: .8rem;
}
@media (min-width: 425px) {
  .swiper-next-arrow-button {
    height: 3rem;
    width: 3rem;
    padding: .8rem;
  }
}
@media (min-width: 640px) {
  .swiper-next-arrow-button {
    height: 3rem;
    width: 3rem;
    padding: .8rem;
  }
}
@media (min-width: 768px) {
  .swiper-next-arrow-button {
    height: 3rem;
    width: 3rem;
    padding: .8rem;
  }
}
@media (min-width: 1024px) {
  .swiper-next-arrow-button {
    height: 3rem;
    width: 3rem;
    padding: .8rem;
  }
}
@media (min-width: 1440px) {
  .swiper-next-arrow-button {
    height: 3.8rem;
    width: 3.8rem;
    padding: 1rem;
  }
}
@media (min-width: 1920px) {
  .swiper-next-arrow-button {
    height: 5rem;
    width: 5rem;
    padding: 1.4rem;
  }
}
@media (min-width: 2560px) {
  .swiper-next-arrow-button {
    height: 6rem;
    width: 6rem;
    padding: 1.6rem;
  }
}
/* paddings, margins, gap */
.padding-top-100px {
  padding-top: 2.5rem;
}
@media (min-width: 1280px) {
  .padding-top-100px {
    padding-top: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .padding-top-100px {
    padding-top: 4.375rem;
  }
}
@media (min-width: 1680px) {
  .padding-top-100px {
    padding-top: 5rem;
  }
}
@media (min-width: 1920px) {
  .padding-top-100px {
    padding-top: 6.25rem;
  }
}
.padding-bottom-100px {
  padding-bottom: 2.5rem;
}
@media (min-width: 1280px) {
  .padding-bottom-100px {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .padding-bottom-100px {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1680px) {
  .padding-bottom-100px {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px) {
  .padding-bottom-100px {
    padding-bottom: 6.25rem;
  }
}
.padding-y-100px {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1280px) {
  .padding-y-100px {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .padding-y-100px {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1680px) {
  .padding-y-100px {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px) {
  .padding-y-100px {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.margin-bottom-100px {
  margin-bottom: 2.5rem;
}
@media (min-width: 1280px) {
  .margin-bottom-100px {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .margin-bottom-100px {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1680px) {
  .margin-bottom-100px {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1920px) {
  .margin-bottom-100px {
    margin-bottom: 6.25rem;
  }
}
.margin-bottom-80px {
  margin-bottom: 2rem;
}
@media (min-width: 1280px) {
  .margin-bottom-80px {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .margin-bottom-80px {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1680px) {
  .margin-bottom-80px {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1920px) {
  .margin-bottom-80px {
    margin-bottom: 5rem;
  }
}
.margin-bottom-60px {
  margin-bottom: 1.5rem;
}
@media (min-width: 1280px) {
  .margin-bottom-60px {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .margin-bottom-60px {
    margin-bottom: 2.625rem;
  }
}
@media (min-width: 1680px) {
  .margin-bottom-60px {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1920px) {
  .margin-bottom-60px {
    margin-bottom: 3.75rem;
  }
}
.padding-y-50px {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1280px) {
  .padding-y-50px {
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .padding-y-50px {
    padding-top: 2.188rem;
    padding-bottom: 2.188rem;
  }
}
@media (min-width: 1680px) {
  .padding-y-50px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .padding-y-50px {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.margin-y-50px {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1280px) {
  .margin-y-50px {
    margin-top: 1.563rem;
    margin-bottom: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .margin-y-50px {
    margin-top: 2.188rem;
    margin-bottom: 2.188rem;
  }
}
@media (min-width: 1680px) {
  .margin-y-50px {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .margin-y-50px {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.margin-b-50px {
  margin-bottom: 1.25rem;
}
@media (min-width: 1280px) {
  .margin-b-50px {
    margin-bottom: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .margin-b-50px {
    margin-bottom: 2.188rem;
  }
}
@media (min-width: 1680px) {
  .margin-b-50px {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .margin-b-50px {
    margin-bottom: 3.125rem;
  }
}
.margin-minus-t-50px {
  margin-top: -1.25rem;
}
@media (min-width: 1280px) {
  .margin-minus-t-50px {
    margin-top: -1.563rem;
  }
}
@media (min-width: 1440px) {
  .margin-minus-t-50px {
    margin-top: -2.188rem;
  }
}
@media (min-width: 1680px) {
  .margin-minus-t-50px {
    margin-top: -2.5rem;
  }
}
@media (min-width: 1920px) {
  .margin-minus-t-50px {
    margin-top: -3.125rem;
  }
}
.padding-top-50px {
  padding-top: 1.25rem;
}
@media (min-width: 1280px) {
  .padding-top-50px {
    padding-top: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .padding-top-50px {
    padding-top: 2.188rem;
  }
}
@media (min-width: 1680px) {
  .padding-top-50px {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .padding-top-50px {
    padding-top: 3.125rem;
  }
}
.padding-bottom-50px {
  padding-bottom: 1.25rem;
}
@media (min-width: 1280px) {
  .padding-bottom-50px {
    padding-bottom: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .padding-bottom-50px {
    padding-bottom: 2.188rem;
  }
}
@media (min-width: 1680px) {
  .padding-bottom-50px {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .padding-bottom-50px {
    padding-bottom: 3.125rem;
  }
}
.margin-top-50px {
  margin-top: 1.25rem;
}
@media (min-width: 1280px) {
  .margin-top-50px {
    margin-top: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .margin-top-50px {
    margin-top: 2.188rem;
  }
}
@media (min-width: 1680px) {
  .margin-top-50px {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .margin-top-50px {
    margin-top: 3.125rem;
  }
}
.margin-bottom-50px {
  margin-bottom: 1.25rem;
}
@media (min-width: 1280px) {
  .margin-bottom-50px {
    margin-bottom: 1.563rem;
  }
}
@media (min-width: 1440px) {
  .margin-bottom-50px {
    margin-bottom: 2.188rem;
  }
}
@media (min-width: 1680px) {
  .margin-bottom-50px {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .margin-bottom-50px {
    margin-bottom: 3.125rem;
  }
}
.padding-top-40px {
  padding-top: 1rem;
}
@media (min-width: 1280px) {
  .padding-top-40px {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .padding-top-40px {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1680px) {
  .padding-top-40px {
    padding-top: 2rem;
  }
}
@media (min-width: 1920px) {
  .padding-top-40px {
    padding-top: 2.5rem;
  }
}
.padding-y-40px {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1280px) {
  .padding-y-40px {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .padding-y-40px {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1680px) {
  .padding-y-40px {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1920px) {
  .padding-y-40px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.padding-bottom-40px {
  padding-bottom: 1rem;
}
@media (min-width: 1280px) {
  .padding-bottom-40px {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .padding-bottom-40px {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1680px) {
  .padding-bottom-40px {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1920px) {
  .padding-bottom-40px {
    padding-bottom: 2.5rem;
  }
}
.margin-top-40px {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .margin-top-40px {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .margin-top-40px {
    margin-top: 1.75rem;
  }
}
@media (min-width: 1680px) {
  .margin-top-40px {
    margin-top: 2rem;
  }
}
@media (min-width: 1920px) {
  .margin-top-40px {
    margin-top: 2.5rem;
  }
}
.margin-bottom-40px {
  margin-bottom: 1rem;
}
@media (min-width: 1280px) {
  .margin-bottom-40px {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .margin-bottom-40px {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1680px) {
  .margin-bottom-40px {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1920px) {
  .margin-bottom-40px {
    margin-bottom: 2.5rem;
  }
}
.padding-bottom-20px {
  padding-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  .padding-bottom-20px {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .padding-bottom-20px {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1680px) {
  .padding-bottom-20px {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .padding-bottom-20px {
    padding-bottom: 1.25rem;
  }
}
.padding-y-20px {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  .padding-y-20px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .padding-y-20px {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1680px) {
  .padding-y-20px {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .padding-y-20px {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.margin-top-20px {
  margin-top: 0.5rem;
}
@media (min-width: 1280px) {
  .margin-top-20px {
    margin-top: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .margin-top-20px {
    margin-top: 0.875rem;
  }
}
@media (min-width: 1680px) {
  .margin-top-20px {
    margin-top: 1rem;
  }
}
@media (min-width: 1920px) {
  .margin-top-20px {
    margin-top: 1.25rem;
  }
}
.margin-bottom-20px {
  margin-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  .margin-bottom-20px {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .margin-bottom-20px {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1680px) {
  .margin-bottom-20px {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .margin-bottom-20px {
    margin-bottom: 1.25rem;
  }
}
.margin-y-20px {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  .margin-y-20px {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .margin-y-20px {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1680px) {
  .margin-y-20px {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .margin-y-20px {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.padding-y-10px {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 1280px) {
  .padding-y-10px {
    padding-top: 0.313rem;
    padding-bottom: 0.313rem;
  }
}
@media (min-width: 1440px) {
  .padding-y-10px {
    padding-top: 0.438rem;
    padding-bottom: 0.438rem;
  }
}
@media (min-width: 1680px) {
  .padding-y-10px {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1920px) {
  .padding-y-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.margin-top-10px {
  margin-top: 0.25rem;
}
@media (min-width: 1280px) {
  .margin-top-10px {
    margin-top: 0.313rem;
  }
}
@media (min-width: 1440px) {
  .margin-top-10px {
    margin-top: 0.438rem;
  }
}
@media (min-width: 1680px) {
  .margin-top-10px {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1920px) {
  .margin-top-10px {
    margin-top: 0.625rem;
  }
}
.gap-20px {
  gap: 0.5rem;
}
@media (min-width: 1280px) {
  .gap-20px {
    gap: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .gap-20px {
    gap: 0.875rem;
  }
}
@media (min-width: 1680px) {
  .gap-20px {
    gap: 1rem;
  }
}
@media (min-width: 1920px) {
  .gap-20px {
    gap: 1.25rem;
  }
}
.gap-40px {
  gap: 1rem;
}
@media (min-width: 1280px) {
  .gap-40px {
    gap: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .gap-40px {
    gap: 1.75rem;
  }
}
@media (min-width: 1680px) {
  .gap-40px {
    gap: 2rem;
  }
}
@media (min-width: 1920px) {
  .gap-40px {
    gap: 2.5rem;
  }
}
.gap-100px {
  gap: 2.5rem;
}
@media (min-width: 1280px) {
  .gap-100px {
    gap: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .gap-100px {
    gap: 4.375rem;
  }
}
@media (min-width: 1680px) {
  .gap-100px {
    gap: 5rem;
  }
}
@media (min-width: 1920px) {
  .gap-100px {
    gap: 6.25rem;
  }
}
.font-outline-1 {
        -webkit-text-stroke: 1px grey;
      }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-top-\[4rem\] {
  top: -4rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-5 {
  left: 1.25rem;
}
.left-\[2\.7rem\] {
  left: 2.7rem;
}
.left-\[3rem\] {
  left: 3rem;
}
.right-0 {
  right: 0px;
}
.right-7 {
  right: 1.75rem;
}
.right-\[0\.3rem\] {
  right: 0.3rem;
}
.right-\[3rem\] {
  right: 3rem;
}
.right-\[5\.3rem\] {
  right: 5.3rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[0\.35rem\] {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mt-\[9\%\] {
  margin-top: -9%;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[0\.4rem\] {
  margin-bottom: 0.4rem;
}
.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}
.mb-\[0\.625rem\] {
  margin-bottom: 0.625rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[512\/341\] {
  aspect-ratio: 512/341;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[1\.2rem\] {
  height: 1.2rem;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[110\%\] {
  height: 110%;
}
.h-\[18rem\] {
  height: 18rem;
}
.h-\[2\.5rem\] {
  height: 2.5rem;
}
.h-\[20\%\] {
  height: 20%;
}
.h-\[21rem\] {
  height: 21rem;
}
.h-\[27rem\] {
  height: 27rem;
}
.h-\[3\.5rem\] {
  height: 3.5rem;
}
.h-\[3\.8rem\] {
  height: 3.8rem;
}
.h-\[35vh\] {
  height: 35vh;
}
.h-\[4\.3rem\] {
  height: 4.3rem;
}
.h-\[4\.8rem\] {
  height: 4.8rem;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-\[65vh\] {
  height: 65vh;
}
.h-\[70\%\] {
  height: 70%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-\[65vh\] {
  max-height: 65vh;
}
.max-h-\[6rem\] {
  max-height: 6rem;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-16 {
  min-height: 4rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[0\.7rem\] {
  width: 0.7rem;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[2\.5rem\] {
  width: 2.5rem;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[3\.5rem\] {
  width: 3.5rem;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[4rem\] {
  width: 4rem;
}
.w-\[600\%\] {
  width: 600%;
}
.w-\[86\%\] {
  width: 86%;
}
.w-\[9rem\] {
  width: 9rem;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-14 {
  min-width: 3.5rem;
}
.min-w-16 {
  min-width: 4rem;
}
.max-w-14 {
  max-width: 3.5rem;
}
.max-w-16 {
  max-width: 4rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-bottom {
  transform-origin: bottom;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.origin-top {
  transform-origin: top;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-100 {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-\[scroll_10s_linear_infinite\] {
  animation: scroll 10s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.auto-cols-\[15rem\] {
  grid-auto-columns: 15rem;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-11 {
  row-gap: 2.75rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
}
.border-\[\#D3D3D3\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
}
.border-ctrm-brightRed {
  --tw-border-opacity: 1;
  border-color: rgb(237 28 37 / var(--tw-border-opacity, 1));
}
.border-ctrm-offBlack {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#212121\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ED1C25\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F48288\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 130 136 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-ctrm-brightRed {
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 37 / var(--tw-bg-opacity, 1));
}
.bg-ctrm-cultured {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-ctrm-lightGrey {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.bg-ctrm-navGrey {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 240 / var(--tw-bg-opacity, 1));
}
.bg-ctrm-offBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-\[\.88\] {
  --tw-bg-opacity: .88;
}
.bg-opacity-\[0\.44\] {
  --tw-bg-opacity: 0.44;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[5\%\] {
  padding: 5%;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[20vh\] {
  padding-top: 20vh;
  padding-bottom: 20vh;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[3\%\] {
  padding-right: 3%;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.75rem;
}
.text-\[6rem\] {
  font-size: 6rem;
}
.text-base {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#272727\] {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-ctrm-brightBlue {
  --tw-text-opacity: 1;
  color: rgb(9 206 181 / var(--tw-text-opacity, 1));
}
.text-ctrm-brightRed {
  --tw-text-opacity: 1;
  color: rgb(237 28 37 / var(--tw-text-opacity, 1));
}
.text-ctrm-darkGrey {
  --tw-text-opacity: 1;
  color: rgb(186 186 186 / var(--tw-text-opacity, 1));
}
.text-ctrm-offBlack {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-\[800ms\] {
  transition-duration: 800ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-VariableFont_wght.ttf?7e687123cd4528224ce5a4daf9a8141e) format('truetype');
    font-weight: 100 900;
    font-style: normal;
    
}

@font-face {
    font-family: 'Nunito Sans';
    src: url(/fonts/NunitoSans-VariableFont_YTLC_opsz_wdth_wght.ttf?61b71ee93d55d9bddeada58cc6dccf29) format('truetype');
    font-weight: 100 900;
    font-style: normal;
    
}

@font-face {
    font-family: 'Inter';
    src: url(/fonts/Inter-VariableFont_opsz,wght.ttf?e05c5f3d1fa6a3893d84c1eef4e89951);
    font-weight: 100 900;
    font-style: normal;
    
}
  
.montserrat {
    font-family: 'Montserrat', sans-serif; /* Ensure a fallback font */
}
.nunito {
    font-family: 'Nunito Sans', sans-serif; /* Ensure a fallback font */
}
.inter {
    font-family: 'Inter', sans-serif; /* Ensure a fallback font */
}

/* alpinejs */
[x-cloak] {
  display: none !important;
}
@media (min-width: 640px) {

    .sm\:padding-y-100px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

    @media (min-width: 1280px) {
    .sm\:padding-y-100px {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
    }
  }

    @media (min-width: 1440px) {
    .sm\:padding-y-100px {
      padding-top: 4.375rem;
      padding-bottom: 4.375rem;
    }
  }

    @media (min-width: 1680px) {
    .sm\:padding-y-100px {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }

    @media (min-width: 1920px) {
    .sm\:padding-y-100px {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
    }
  }

    .sm\:margin-top-100px {
    margin-top: 2.5rem;
  }

    @media (min-width: 1280px) {
    .sm\:margin-top-100px {
      margin-top: 3.125rem;
    }
  }

    @media (min-width: 1440px) {
    .sm\:margin-top-100px {
      margin-top: 4.375rem;
    }
  }

    @media (min-width: 1680px) {
    .sm\:margin-top-100px {
      margin-top: 5rem;
    }
  }

    @media (min-width: 1920px) {
    .sm\:margin-top-100px {
      margin-top: 6.25rem;
    }
  }

    .sm\:margin-bottom-50px {
    margin-bottom: 1.25rem;
  }

    @media (min-width: 1280px) {
    .sm\:margin-bottom-50px {
      margin-bottom: 1.563rem;
    }
  }

    @media (min-width: 1440px) {
    .sm\:margin-bottom-50px {
      margin-bottom: 2.188rem;
    }
  }

    @media (min-width: 1680px) {
    .sm\:margin-bottom-50px {
      margin-bottom: 2.5rem;
    }
  }

    @media (min-width: 1920px) {
    .sm\:margin-bottom-50px {
      margin-bottom: 3.125rem;
    }
  }

    .sm\:margin-bottom-40px {
    margin-bottom: 1rem;
  }

    @media (min-width: 1280px) {
    .sm\:margin-bottom-40px {
      margin-bottom: 1.25rem;
    }
  }

    @media (min-width: 1440px) {
    .sm\:margin-bottom-40px {
      margin-bottom: 1.75rem;
    }
  }

    @media (min-width: 1680px) {
    .sm\:margin-bottom-40px {
      margin-bottom: 2rem;
    }
  }

    @media (min-width: 1920px) {
    .sm\:margin-bottom-40px {
      margin-bottom: 2.5rem;
    }
  }

    .sm\:margin-bottom-20px {
    margin-bottom: 0.5rem;
  }

    @media (min-width: 1280px) {
    .sm\:margin-bottom-20px {
      margin-bottom: 0.625rem;
    }
  }

    @media (min-width: 1440px) {
    .sm\:margin-bottom-20px {
      margin-bottom: 0.875rem;
    }
  }

    @media (min-width: 1680px) {
    .sm\:margin-bottom-20px {
      margin-bottom: 1rem;
    }
  }

    @media (min-width: 1920px) {
    .sm\:margin-bottom-20px {
      margin-bottom: 1.25rem;
    }
  }

    .sm\:gap-y-40px {
    row-gap: 1rem;
  }

    @media (min-width: 1280px) {
    .sm\:gap-y-40px {
      row-gap: 1.25rem;
    }
  }

    @media (min-width: 1440px) {
    .sm\:gap-y-40px {
      row-gap: 1.75rem;
    }
  }

    @media (min-width: 1680px) {
    .sm\:gap-y-40px {
      row-gap: 2rem;
    }
  }

    @media (min-width: 1920px) {
    .sm\:gap-y-40px {
      row-gap: 2.5rem;
    }
  }
}
@media (min-width: 768px) {
    
    .md\:padding-y-40px {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
    
    @media (min-width: 1280px) {
    .md\:padding-y-40px {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
  }
    
    @media (min-width: 1440px) {
    .md\:padding-y-40px {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }
  }
    
    @media (min-width: 1680px) {
    .md\:padding-y-40px {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }
    
    @media (min-width: 1920px) {
    .md\:padding-y-40px {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
}
@media (min-width: 1024px) {

    .lg\:margin-r-100px {
    padding-right: 2.5rem;
  }

    @media (min-width: 1280px) {
    .lg\:margin-r-100px {
      padding-right: 3.125rem;
    }
  }

    @media (min-width: 1440px) {
    .lg\:margin-r-100px {
      padding-right: 4.375rem;
    }
  }

    @media (min-width: 1680px) {
    .lg\:margin-r-100px {
      padding-right: 5rem;
    }
  }

    @media (min-width: 1920px) {
    .lg\:margin-r-100px {
      padding-right: 6.25rem;
    }
  }

    .lg\:gap-60px {
    gap: 4.169rem;
  }

    @media (min-width: 1280px) {
    .lg\:gap-60px {
      gap: 1.875rem;
    }
  }

    @media (min-width: 1440px) {
    .lg\:gap-60px {
      gap: 2.625rem;
    }
  }

    @media (min-width: 1680px) {
    .lg\:gap-60px {
      gap: 3rem;
    }
  }

    @media (min-width: 1920px) {
    .lg\:gap-60px {
      gap: 3.75rem;
    }
  }
}
@media (min-width: 1440px) {

    .\32xl\:margin-top-50px {
    margin-top: 1.25rem;
  }

    @media (min-width: 1280px) {
    .\32xl\:margin-top-50px {
      margin-top: 1.563rem;
    }
  }

    @media (min-width: 1440px) {
    .\32xl\:margin-top-50px {
      margin-top: 2.188rem;
    }
  }

    @media (min-width: 1680px) {
    .\32xl\:margin-top-50px {
      margin-top: 2.5rem;
    }
  }

    @media (min-width: 1920px) {
    .\32xl\:margin-top-50px {
      margin-top: 3.125rem;
    }
  }
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:mt-8:first-child {
  margin-top: 2rem;
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.hover\:w-full:hover {
  width: 100%;
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-ctrm-lightGrey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-ctrm-brightRed:hover {
  --tw-text-opacity: 1;
  color: rgb(237 28 37 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:underline-offset-4:hover {
  text-underline-offset: 4px;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}
.group:hover .group-hover\:relative {
  position: relative;
}
.group:hover .group-hover\:right-\[3\%\] {
  right: 3%;
}
.group:hover .group-hover\:top-\[4\%\] {
  top: 4%;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-\[\.33\] {
  opacity: .33;
}
.group:hover .group-hover\:opacity-\[\.72\] {
  opacity: .72;
}
.group:hover .group-hover\:delay-0 {
  transition-delay: 0s;
}
.group:hover .group-hover\:delay-200 {
  transition-delay: 200ms;
}
.group:hover .group-hover\:duration-200 {
  transition-duration: 200ms;
}
@media (min-width: 375px) {
  .mobile-m\:right-\[0\.6rem\] {
    right: 0.6rem;
  }
  .mobile-m\:h-\[3\.8rem\] {
    height: 3.8rem;
  }
  .mobile-m\:h-\[4\.3rem\] {
    height: 4.3rem;
  }
  .mobile-m\:h-\[5\.5rem\] {
    height: 5.5rem;
  }
  .mobile-m\:h-full {
    height: 100%;
  }
  .mobile-m\:max-h-\[50rem\] {
    max-height: 50rem;
  }
  .mobile-m\:w-\[10rem\] {
    width: 10rem;
  }
  .mobile-m\:w-\[75\%\] {
    width: 75%;
  }
  .mobile-m\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 425px) {
  .mobile-l\:-mt-\[6\%\] {
    margin-top: -6%;
  }
  .mobile-l\:ml-5 {
    margin-left: 1.25rem;
  }
  .mobile-l\:h-6 {
    height: 1.5rem;
  }
  .mobile-l\:h-\[11\%\] {
    height: 11%;
  }
  .mobile-l\:h-\[4rem\] {
    height: 4rem;
  }
  .mobile-l\:h-\[5\.3rem\] {
    height: 5.3rem;
  }
  .mobile-l\:h-\[5\.5rem\] {
    height: 5.5rem;
  }
  .mobile-l\:h-\[6rem\] {
    height: 6rem;
  }
  .mobile-l\:w-\[11\%\] {
    width: 11%;
  }
  .mobile-l\:w-\[11rem\] {
    width: 11rem;
  }
  .mobile-l\:flex-row {
    flex-direction: row;
  }
  .mobile-l\:p-\[3\%\] {
    padding: 3%;
  }
  .mobile-l\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .mobile-l\:pr-\[3\%\] {
    padding-right: 3%;
  }
  .mobile-l\:pt-4 {
    padding-top: 1rem;
  }
}
@media (min-width: 430px) {
  .min-\[430px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 520px) {
  .min-\[520px\]\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .sm\:-top-\[4rem\] {
    top: -4rem;
  }
  .sm\:right-0 {
    right: 0px;
  }
  .sm\:right-12 {
    right: 3rem;
  }
  .sm\:right-5 {
    right: 1.25rem;
  }
  .sm\:-mt-\[4\%\] {
    margin-top: -4%;
  }
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-16 {
    height: 4rem;
  }
  .sm\:h-7 {
    height: 1.75rem;
  }
  .sm\:h-\[5rem\] {
    height: 5rem;
  }
  .sm\:h-\[8rem\] {
    height: 8rem;
  }
  .sm\:w-3\/5 {
    width: 60%;
  }
  .sm\:w-6 {
    width: 1.5rem;
  }
  .sm\:w-\[33\%\] {
    width: 33%;
  }
  .sm\:w-\[3rem\] {
    width: 3rem;
  }
  .sm\:w-\[400\%\] {
    width: 400%;
  }
  .sm\:w-\[67\%\] {
    width: 67%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:text-sm {
    font-size: 1rem;
  }
  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:-top-\[3\.8rem\] {
    top: -3.8rem;
  }
  .md\:left-\[3\.5rem\] {
    left: 3.5rem;
  }
  .md\:left-\[3\.8rem\] {
    left: 3.8rem;
  }
  .md\:-mt-\[8\%\] {
    margin-top: -8%;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[4rem\] {
    height: 4rem;
  }
  .md\:h-\[50vh\] {
    height: 50vh;
  }
  .md\:h-\[5rem\] {
    height: 5rem;
  }
  .md\:h-\[7rem\] {
    height: 7rem;
  }
  .md\:max-h-16 {
    max-height: 4rem;
  }
  .md\:min-h-16 {
    min-height: 4rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-\[25\%\] {
    width: 25%;
  }
  .md\:w-\[350\%\] {
    width: 350%;
  }
  .md\:w-\[75\%\] {
    width: 75%;
  }
  .md\:w-\[9rem\] {
    width: 9rem;
  }
  .md\:min-w-16 {
    min-width: 4rem;
  }
  .md\:max-w-16 {
    max-width: 4rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:text-\[6\.4rem\] {
    font-size: 6.4rem;
  }
}
@media (min-width: 1024px) {
  .lg\:-top-\[4rem\] {
    top: -4rem;
  }
  .lg\:bottom-8 {
    bottom: 2rem;
  }
  .lg\:left-\[2\.3rem\] {
    left: 2.3rem;
  }
  .lg\:left-\[6rem\] {
    left: 6rem;
  }
  .lg\:right-32 {
    right: 8rem;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:z-50 {
    z-index: 50;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-7 {
    height: 1.75rem;
  }
  .lg\:h-\[5rem\] {
    height: 5rem;
  }
  .lg\:h-\[6\.5rem\] {
    height: 6.5rem;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:max-h-20 {
    max-height: 5rem;
  }
  .lg\:max-h-32 {
    max-height: 8rem;
  }
  .lg\:min-h-20 {
    min-height: 5rem;
  }
  .lg\:min-h-32 {
    min-height: 8rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-7 {
    width: 1.75rem;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-\[10rem\] {
    width: 10rem;
  }
  .lg\:w-\[12\%\] {
    width: 12%;
  }
  .lg\:w-\[280\%\] {
    width: 280%;
  }
  .lg\:w-\[35\%\] {
    width: 35%;
  }
  .lg\:w-\[65\%\] {
    width: 65%;
  }
  .lg\:w-\[75\%\] {
    width: 75%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:min-w-20 {
    min-width: 5rem;
  }
  .lg\:min-w-32 {
    min-width: 8rem;
  }
  .lg\:max-w-20 {
    max-width: 5rem;
  }
  .lg\:max-w-32 {
    max-width: 8rem;
  }
  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-7 {
    gap: 1.75rem;
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:gap-y-0 {
    row-gap: 0px;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-\[20vh\] {
    padding: 20vh;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:text-\[6\.6rem\] {
    font-size: 6.6rem;
  }
  .lg\:text-xxs {
    font-size: 0.75rem;
  }
  .lg\:leading-relaxed {
    line-height: 1.625;
  }
  .group:hover .lg\:group-hover\:block {
    display: block;
  }
  .group:hover .lg\:group-hover\:scale-\[0\.88\] {
    --tw-scale-x: 0.88;
    --tw-scale-y: 0.88;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .lg\:group-hover\:scale-\[0\.91\] {
    --tw-scale-x: 0.91;
    --tw-scale-y: 0.91;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .lg\:group-hover\:scale-\[0\.93\] {
    --tw-scale-x: 0.93;
    --tw-scale-y: 0.93;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1280px) {
  .xl\:left-\[4\.8rem\] {
    left: 4.8rem;
  }
  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xl\:-mt-\[5\%\] {
    margin-top: -5%;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:h-9 {
    height: 2.25rem;
  }
  .xl\:h-\[20rem\] {
    height: 20rem;
  }
  .xl\:h-\[33rem\] {
    height: 33rem;
  }
  .xl\:h-\[6\.8rem\] {
    height: 6.8rem;
  }
  .xl\:h-\[8\.5rem\] {
    height: 8.5rem;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-9 {
    width: 2.25rem;
  }
  .xl\:w-\[250\%\] {
    width: 250%;
  }
  .xl\:w-\[40\%\] {
    width: 40%;
  }
  .xl\:w-\[45\%\] {
    width: 45%;
  }
  .xl\:w-\[55\%\] {
    width: 55%;
  }
  .xl\:w-\[70\%\] {
    width: 70%;
  }
  .xl\:w-\[9rem\] {
    width: 9rem;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:auto-cols-\[18rem\] {
    grid-auto-columns: 18rem;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }
  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:pl-10 {
    padding-left: 2.5rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:pl-20 {
    padding-left: 5rem;
  }
  .xl\:text-sm {
    font-size: 1rem;
  }
}
@media (min-width: 1440px) {
  .\32xl\:-top-\[5\.3rem\] {
    top: -5.3rem;
  }
  .\32xl\:left-\[8rem\] {
    left: 8rem;
  }
  .\32xl\:right-\[7\.5rem\] {
    right: 7.5rem;
  }
  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .\32xl\:h-7 {
    height: 1.75rem;
  }
  .\32xl\:h-8 {
    height: 2rem;
  }
  .\32xl\:h-\[25rem\] {
    height: 25rem;
  }
  .\32xl\:h-\[38rem\] {
    height: 38rem;
  }
  .\32xl\:h-\[7rem\] {
    height: 7rem;
  }
  .\32xl\:h-\[8rem\] {
    height: 8rem;
  }
  .\32xl\:h-\[9\.3rem\] {
    height: 9.3rem;
  }
  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }
  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }
  .\32xl\:w-\[10rem\] {
    width: 10rem;
  }
  .\32xl\:w-\[25\%\] {
    width: 25%;
  }
  .\32xl\:w-\[3\.2rem\] {
    width: 3.2rem;
  }
  .\32xl\:w-\[300\%\] {
    width: 300%;
  }
  .\32xl\:w-\[33\%\] {
    width: 33%;
  }
  .\32xl\:w-\[4\.5rem\] {
    width: 4.5rem;
  }
  .\32xl\:auto-cols-\[20rem\] {
    grid-auto-columns: 20rem;
  }
  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .\32xl\:gap-y-16 {
    row-gap: 4rem;
  }
  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .\32xl\:pb-\[3rem\] {
    padding-bottom: 3rem;
  }
  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .\32xl\:text-\[6\.9rem\] {
    font-size: 6.9rem;
  }
  .\32xl\:text-lg {
    font-size: 1.25rem;
  }
}
@media (min-width: 1680px) {
  .\33xl\:bottom-10 {
    bottom: 2.5rem;
  }
  .\33xl\:left-\[5\.3rem\] {
    left: 5.3rem;
  }
  .\33xl\:left-\[6\.5rem\] {
    left: 6.5rem;
  }
  .\33xl\:left-\[8rem\] {
    left: 8rem;
  }
  .\33xl\:right-36 {
    right: 9rem;
  }
  .\33xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .\33xl\:h-20 {
    height: 5rem;
  }
  .\33xl\:h-8 {
    height: 2rem;
  }
  .\33xl\:h-9 {
    height: 2.25rem;
  }
  .\33xl\:h-\[10rem\] {
    height: 10rem;
  }
  .\33xl\:h-\[11rem\] {
    height: 11rem;
  }
  .\33xl\:h-\[12rem\] {
    height: 12rem;
  }
  .\33xl\:h-\[25rem\] {
    height: 25rem;
  }
  .\33xl\:h-\[44rem\] {
    height: 44rem;
  }
  .\33xl\:h-\[8rem\] {
    height: 8rem;
  }
  .\33xl\:h-\[9\.5rem\] {
    height: 9.5rem;
  }
  .\33xl\:w-5 {
    width: 1.25rem;
  }
  .\33xl\:w-\[10\%\] {
    width: 10%;
  }
  .\33xl\:w-\[12rem\] {
    width: 12rem;
  }
  .\33xl\:w-\[3\.5rem\] {
    width: 3.5rem;
  }
  .\33xl\:w-\[5\.5rem\] {
    width: 5.5rem;
  }
  .\33xl\:w-full {
    width: 100%;
  }
  .\33xl\:auto-cols-\[23rem\] {
    grid-auto-columns: 23rem;
  }
  .\33xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .\33xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .\33xl\:pb-8 {
    padding-bottom: 2rem;
  }
  .\33xl\:pb-\[3\.5rem\] {
    padding-bottom: 3.5rem;
  }
  .\33xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .\33xl\:text-3xl {
    font-size: 2rem;
  }
  .\33xl\:text-\[8rem\] {
    font-size: 8rem;
  }
}
@media (min-width: 1920px) {
  .\34xl\:-top-\[7rem\] {
    top: -7rem;
  }
  .\34xl\:bottom-14 {
    bottom: 3.5rem;
  }
  .\34xl\:bottom-\[1\.875rem\] {
    bottom: 1.875rem;
  }
  .\34xl\:left-\[8rem\] {
    left: 8rem;
  }
  .\34xl\:right-\[10rem\] {
    right: 10rem;
  }
  .\34xl\:mx-\[1\.875rem\] {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .\34xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .\34xl\:mb-\[0\.5rem\] {
    margin-bottom: 0.5rem;
  }
  .\34xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .\34xl\:h-11 {
    height: 2.75rem;
  }
  .\34xl\:h-24 {
    height: 6rem;
  }
  .\34xl\:h-\[11rem\] {
    height: 11rem;
  }
  .\34xl\:h-\[12rem\] {
    height: 12rem;
  }
  .\34xl\:h-\[13rem\] {
    height: 13rem;
  }
  .\34xl\:h-\[14rem\] {
    height: 14rem;
  }
  .\34xl\:h-\[32\.25rem\] {
    height: 32.25rem;
  }
  .\34xl\:h-\[48rem\] {
    height: 48rem;
  }
  .\34xl\:h-\[9rem\] {
    height: 9rem;
  }
  .\34xl\:w-\[12rem\] {
    width: 12rem;
  }
  .\34xl\:w-\[45\%\] {
    width: 45%;
  }
  .\34xl\:w-\[4rem\] {
    width: 4rem;
  }
  .\34xl\:w-\[55\%\] {
    width: 55%;
  }
  .\34xl\:auto-cols-\[25rem\] {
    grid-auto-columns: 25rem;
  }
  .\34xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .\34xl\:gap-y-20 {
    row-gap: 5rem;
  }
  .\34xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\34xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .\34xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .\34xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .\34xl\:pb-\[4rem\] {
    padding-bottom: 4rem;
  }
  .\34xl\:pt-12 {
    padding-top: 3rem;
  }
  .\34xl\:text-3xl {
    font-size: 2rem;
  }
}
@media (min-width: 2560px) {
  .\35xl\:-top-\[7\.3rem\] {
    top: -7.3rem;
  }
  .\35xl\:left-8 {
    left: 2rem;
  }
  .\35xl\:auto-cols-\[35rem\] {
    grid-auto-columns: 35rem;
  }
}
