.video-overlay {
    background: linear-gradient(
      180deg,
      rgba(53, 62, 70, 0) 0%,
      rgba(53, 62, 70, 0.6) 100%
    );
  }
  
  input[type="checkbox"].checkbox-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
  }
  
  input[type="checkbox"].color-default {
    border-width: 2px;
    border-color: #353e46;
  }
  
  .dark input[type="checkbox"].color-default {
    border-color: #fff;
  }
  
  input[type="checkbox"].color-dark {
    border-width: 2px;
    border-color: #fff;
  }
  
  input[type="checkbox"].color-light {
    border-width: 2px;
    border-color: #353e46;
  }
  
  input[type="checkbox"].checkbox-default:before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    -webkit-clip-path: polygon(
      14% 44%,
      0 65%,
      50% 100%,
      100% 16%,
      80% 0%,
      43% 62%
    );
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    box-shadow: inset 1em 1em #353e46;
    background-color: CanvasText;
  }
  
  .dark input[type="checkbox"].checkbox-default:before {
    box-shadow: inset 1em 1em #fff;
  }
  
  .color-dark.checkbox-default:before {
    box-shadow: inset 1em 1em #fff !important;
  }
  
  .color-light.checkbox-default:before {
    box-shadow: inset 1em 1em #353e46 !important;
  }
  
  input[type="checkbox"].checkbox-default:checked:before {
    transform: scale(1);
  }
  
  input[type="checkbox"].checkbox-default:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
  }
  
  @media only screen and (min-width: 1922px) {
    body.popup-layout {
      margin-left: calc((100vw - 1920px) / 2);
      min-height: 100vh;
      width: 1920px !important;
    }
  
    body.popup-layout > .main {
      width: 1920px !important;
    }
  
    body.popup-layout > .stretch {
      width: 1920px !important;
    }
  
    body.popup-layout .no-stretch {
      width: 1920px !important;
    }
  }
  
  .faceted-search-table {
    grid-template-columns: 1fr 2fr;
    row-gap: 60px;
  }
  
  @media (max-width: 1023px) {
    .faceted-search-table {
      grid-template-columns: 1fr;
      row-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
    }
  }
  
  .active-tab {
    background-color: #000 !important;
    color: #fff !important;
  }
  
  .mobile-menu-open .mobile-menu-open {
    display: none;
  }
  
  .mobile-menu-open .mobile-menu-close {
    display: block;
  }
  
  .summary-visible-open {
    display: none;
  }
  
  .dark .summary-open {
    background-color: #353e46;
  }
  
  .summary-open .summary-visible-open {
    display: block;
  }
  
  .summary-open .summary-visible-open-flex {
    display: flex;
  }
  
  .summary-visible-closed {
    display: block;
  }
  
  .summary-open .summary-visible-closed {
    display: none;
  }
  
  @media (max-width: 1390px) {
    .hide-items-on-break {
      display: none;
    }
  }
  
  @media screen and (max-width: 767px) {
    .multiline-ellipsis {
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      white-space: normal;
    }
  }
  
  .open .multiline-ellipsis {
    overflow: visible;
    display: block !important;
  }
  
  .text-404 {
    font-weight: 400;
    font-size: 128px;
    line-height: 154px;
    letter-spacing: -0.03em;
  }
  
  @media (max-width: 767px) {
    .text-404 {
      font-weight: 400;
      font-size: 80px;
      line-height: 96px;
      letter-spacing: -0.03em;
    }
  }
  
  .multiline-ellipsis-20 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  
  .multiline-ellipsis-4-unsafe {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  
  .preview-fade {
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  }
  
  .dark .preview-fade {
    background: linear-gradient(180deg, rgba(53, 62, 70, 0) 0%, #353e46 100%);
  }
  
  @media only screen and (min-width: 1922px) {
    .body.dashboard-layout > .main {
      margin-left: calc((100vw - 1920px) / 2);
      width: 1920px !important;
    }
  
    .body.dashboard-layout footer {
      margin-left: calc((100vw - 1920px) / 2);
      width: 1920px !important;
    }
  
    .body.dashboard-layout .stretch {
      width: 100vw !important;
      margin-left: calc(-0.5 * (100vw - 1920px) - 80px) !important;
      padding-left: calc((100vw - 1920px) / 2 + 80px) !important;
      padding-right: calc((100vw - 1920px) / 2 + 80px) !important;
    }
  
    .body.dashboard-layout .no-stretch {
      width: 1920px !important;
    }
  }
  
  .multiline-ellipsis-3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  
  .grid-header-open .filters-open-flex {
    display: flex;
  }
  
  .grid-header-open .filters-open-hidden {
    display: none;
  }
  
  .centered-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .select-selected,
  .select-selected:hover {
    background-color: #353e46;
    color: #fff;
  }
  
  .dark .select-selected {
    --tw-bg-opacity: 1;
    background-color: rgb(228 0 58 / var(--tw-bg-opacity));
    color: #fff;
  }
  
  .dark .select-selected:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(228 0 58 / var(--tw-bg-opacity));
  }
  
  .footer-summary-open .footer-summary-open-visible {
    display: block;
  }
  
  .footer-summary-open .footer-summary-open-hidden {
    display: none;
  }
  
  .tooltip-div {
    position: relative;
    display: inline-block;
  }
  
  .tooltip {
    min-width: 200px;
    max-width: 400px;
    top: -10px;
    left: 50%;
    transform: translate(-30%, -100%);
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .tooltip {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .tooltip {
    z-index: 50;
    display: none;
    background-color: #353e46;
    padding: 1rem;
    color: #fff;
  }
  
  .dark .tooltip {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .tooltip-div:hover .tooltip,
  .tooltip-div.active .tooltip {
    display: block;
  }
  
  .tooltip i {
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -12.5px;
    width: 30px;
    height: 15px;
    overflow: hidden;
  }
  
  .tooltip i:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #353e46;
  }
  
  .dark .tooltip i:after {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .multiline-ellipsis-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  
  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    cursor: pointer;
    place-content: center;
  }
  
  input[type="radio"]:before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.12s transform ease-in-out;
    box-shadow: inset 1em 1em #353e46;
    background-color: CanvasText;
  }
  
  .dark input[type="radio"]:before {
    box-shadow: inset 1em 1em #fff;
  }
  
  input[type="radio"]:checked:before {
    transform: scale(1);
  }
  
  @media screen and (max-width: 767px) {
    .what-you-get-table > *:nth-child(4n + 1) {
      margin-bottom: -20px;
    }
  }
  
  .bookmarking-injected-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .bookmarking-injected-div img {
    height: 22px;
    width: 22px;
  }
  
  .bookmarking-style-very-large .bookmarking-injected-div span {
    font-size: 16px;
  }
  
  .bookmarking-style-large .bookmarking-injected-div span {
    font-size: 15px;
  }
  
  .bookmarking-style-medium .bookmarking-injected-div span {
    font-size: 14px;
  }
  
  .bookmarking-injected-nologin {
    cursor: pointer;
  }
  
  .bookmarking-injected-info-icon {
    cursor: default;
  }
  
  .bookmarking-tooltip {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    justify-content: space-between;
  }
  
  .bookmarking-tooltip .bookmarking-top-message {
    min-width: 75px;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .bookmarking-tooltip .bookmarking-top-message {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .bookmarking-tooltip .bookmarking-top-message {
    background-color: #353e46;
    color: #fff;
  }
  
  .dark .bookmarking-tooltip .bookmarking-top-message {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .bookmarking-tooltip .bookmarking-top-message {
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    display: none;
  }
  
  .bookmarking-tooltip .bookmarking-tooltip-left {
    transform: translate(-80%, -100%);
  }
  
  .bookmarking-tooltip .bookmarking-tooltip-right {
    transform: translate(-20%, -100%);
  }
  
  .bookmarking-tooltip .bookmarking-tooltip-bottom {
    translate: 0 140%;
  }
  
  .bookmarking-tooltip .bookmarking-top-message p {
    margin: 0;
  }
  
  .bookmarking-style-very-large .bookmarking-top-message p,
  .bookmarking-style-large .bookmarking-top-message p {
    font-size: 14px !important;
  }
  
  .bookmarking-style-medium .bookmarking-top-message p {
    font-size: 13px !important;
  }
  
  .bookmarking-tooltip .bookmarking-top-message i {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
  }
  
  .bookmarking-tooltip .bookmarking-tooltip-left i {
    left: 80%;
  }
  
  .bookmarking-tooltip .bookmarking-tooltip-right i {
    left: 20%;
  }
  
  .bookmarking-tooltip .bookmarking-tooltip-bottom i {
    top: -6%;
  }
  
  .bookmarking-tooltip .bookmarking-top-message i:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #353e46;
  }
  
  .dark .bookmarking-tooltip .bookmarking-top-message i:after {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .bookmarking-tooltip .bookmarking-top-message i:after {
    box-shadow: 0 1px 8px #0000004d;
    z-index: 888;
  }
  
  .bookmarking-tooltip .bookmarking-tooltip-bottom i:after {
    translate: 0 140%;
    box-shadow: none;
  }
  
  .bookmarking-tooltip .bookmarking-top-message-error {
    --tw-text-opacity: 1;
    color: rgb(245 0 0 / var(--tw-text-opacity));
  }
  
  .bookmarking-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: #00000080;
    align-items: center;
    justify-content: center;
  }
  
  .bookmarking-modal-content {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    padding: 2.5rem;
    color: #353e46;
  }
  
  .dark .bookmarking-modal-content {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
    color: #ffffffd9;
  }
  
  .bookmarking-modal-content {
    margin: auto;
    max-width: 60%;
  }
  
  @media only screen and (max-width: 767px) {
    .bookmarking-modal-content {
      max-width: 95%;
    }
  }
  
  .bookmarking-modal-content {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
  }
  
  .bookmarking-modal-block {
    display: flex;
  }
  
  .active-service-link {
    color: #009dc5d9 !important;
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    letter-spacing: -0.02em !important;
  }
  
  @media (max-width: 767px) {
    .active-service-link {
      font-size: 24px !important;
      line-height: 32px !important;
      letter-spacing: -0.02em !important;
    }
  }
  
  .active-service-link-small {
    color: #009dc5d9 !important;
    font-weight: 400 !important;
  }
  
  @media only screen and (min-width: 1922px) {
    body.base-layout > .main {
      margin-left: calc((100vw - 1920px) / 2);
      width: 1920px !important;
    }
  
    body.base-layout > footer {
      margin-left: calc((100vw - 1920px) / 2);
      width: 1920px !important;
    }
  
    body.base-layout .stretch {
      width: 100vw !important;
      margin-left: calc(-0.5 * (100vw - 1920px) - 80px) !important;
      padding-left: calc((100vw - 1920px) / 2 + 80px) !important;
      padding-right: calc((100vw - 1920px) / 2 + 80px) !important;
    }
  
    .no-stretch {
      width: 1920px !important;
    }
  }
  
  .active.toc-link {
    background-color: #000;
    color: #fff;
    color: #fff !important;
  }
  
  .active .toc-open-block {
    display: block;
  }
  
  .active .toc-open-hidden {
    display: none;
  }
  
  .active.toc-link .index {
    background-color: #000;
    color: #fff;
    color: #fff !important;
  }
  
  .floating-toc {
    position: fixed;
    top: 1.5rem;
    z-index: 20;
    width: 400px;
  }
  
  @media (max-width: 767px) {
    .floating-toc {
      top: 0;
      left: 0;
      width: 100%;
    }
  }
  
  .floating-toc {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
  }
  
  .floating-toc .toc-backtotop {
    display: flex;
  }
  
  .multiline-ellipsis-3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  
  .faceted-search-table {
    grid-template-columns: 1fr 2fr;
    row-gap: 60px;
  }
  
  @media (max-width: 1023px) {
    .faceted-search-table {
      grid-template-columns: 1fr;
      row-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
    }
  }
  
  @media (prefers-reduced-motion: no-preference) {
    .hover-item {
      overflow: hidden;
      transition: 0.2s;
    }
  
    .hover-item .zoom {
      transition: 0.2s;
      overflow: hidden;
      display: inline-block;
    }
  
    .hover-item:hover .zoom {
      transform: scale(1.05);
      overflow: hidden;
    }
  
    .wipe-left {
      -webkit-animation: wipe-left-keyframes 0.75s ease-out;
      animation: wipe-left-keyframes 0.75s ease-out;
    }
  
    .wipe-right {
      -webkit-animation: wipe-right-keyframes 0.75s ease-out;
      animation: wipe-right-keyframes 0.75s ease-out;
    }
  
    .wipe-up {
      -webkit-animation: wipe-up-keyframes 0.7s ease-in-out;
      animation: wipe-up-keyframes 0.7s ease-in-out;
    }
  
    .zoom {
      -webkit-animation: zoom-keyframes 0.7s ease-in-out;
      animation: zoom-keyframes 0.7s ease-in-out;
    }
  }
  
  @-webkit-keyframes wipe-left-keyframes {
    0% {
      opacity: 0;
      transform: translate(80px);
    }
  
    to {
      opacity: 1;
      transform: translate(0);
    }
  }
  
  @keyframes wipe-left-keyframes {
    0% {
      opacity: 0;
      transform: translate(80px);
    }
  
    to {
      opacity: 1;
      transform: translate(0);
    }
  }
  
  @-webkit-keyframes wipe-right-keyframes {
    0% {
      transform: translate(-80px);
      opacity: 0;
    }
  
    to {
      opacity: 1;
      transform: translate(0);
    }
  }
  
  @keyframes wipe-right-keyframes {
    0% {
      transform: translate(-80px);
      opacity: 0;
    }
  
    to {
      opacity: 1;
      transform: translate(0);
    }
  }
  
  @-webkit-keyframes wipe-up-keyframes {
    0% {
      opacity: 0;
      transform: translateY(120px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes wipe-up-keyframes {
    0% {
      opacity: 0;
      transform: translateY(120px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @-webkit-keyframes zoom-keyframes {
    0% {
      opacity: 0;
      transform: scale(1.1);
    }
  
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes zoom-keyframes {
    0% {
      opacity: 0;
      transform: scale(1.1);
    }
  
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: #f4f4f4;
  }
  
  html.dark {
    background: #30383e !important;
  }
  
  .body-no-scroll {
    height: 100vh !important;
    width: 100vw !important;
    touch-action: none !important;
    -webkit-overflow-scrolling: none !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }
  
  @media (max-width: 767px) {
    .mobile-menu-open {
      --tw-bg-opacity: 1;
      background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    }
  
    .dark .mobile-menu-open {
      background-color: #353e46;
    }
  }
  
  .mega-menu-open {
    background-color: #fff;
  }
  
  .dark .mega-menu-open {
    background-color: #353e46;
  }
  
  /* body::-webkit-scrollbar {
      width: 5px;
      padding-right: .5rem
  }
  
  body::-webkit-scrollbar-thumb {
      border-left: 2px solid;
      border-color: transparent
  }
  
  body:hover::-webkit-scrollbar-thumb {
      border-color: #353e4699
  }
  
  .dark body:hover::-webkit-scrollbar-thumb {
      border-color: #fff9
  }
  
  body::-webkit-scrollbar-corner {
      background: none
  } */
  
  body {
    overflow: overlay;
  }
  
  .open .open-hidden {
    display: none;
  }
  
  .open .open-block {
    display: block;
  }
  
  .child-open .child-open-hidden {
    display: none;
  }
  
  .child-open .child-open-flex {
    display: flex;
  }
  
  .dashboard-isolation .child-open .child-open-flex {
    flex: unset;
    max-width: unset;
  }
  
  .child-open .child-open-block {
    display: block;
  }
  
  details > summary {
    list-style: none;
  }
  
  details > summary::marker,
  details > summary::-webkit-details-marker {
    display: none;
  }
  
  summary {
    display: block;
  }
  
  ::-webkit-details-marker {
    display: none;
  }
  
  details > summary:first-of-type {
    list-style-type: none;
  }
  
  .multiline-ellipsis-flexible {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  
  .dashboard-isolation {
    margin-top: 2.5rem;
  }
  
  .dashboard-isolation img,
  .dashboard-isolation video {
    vertical-align: unset !important;
    max-width: revert-layer;
    height: revert-layer;
  }
  
  .dashboard-isolation .child-flex > *,
  .dashboard-isolation .flex {
    flex: unset !important;
    max-width: unset !important;
  }
  
  @font-face {
    font-family: Interstate;
    src: url(/assets/fonts/Interstate-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: Interstate;
    src: url(/assets/fonts/Interstate-ExtraLight.otf) format("opentype");
    font-weight: 200;
    font-style: normal;
  }
  
  @font-face {
    font-family: Interstate;
    src: url(/assets/fonts/Interstate-ExtraLightItalic.otf) format("opentype");
    font-weight: 200;
    font-style: italic;
  }
  
  @font-face {
    font-family: Interstate;
    src: url(/assets/fonts/Interstate-Light.otf) format("opentype");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: Interstate;
    src: url(/assets/fonts/Interstate-LightItalic.otf) format("opentype");
    font-weight: 300;
    font-style: italic;
  }
  
  @font-face {
    font-family: Interstate;
    src: url(/assets/fonts/Interstate-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
  }
  
  .apply-blog-styles {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-blog-styles {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .apply-blog-styles {
    color: #353e46;
  }
  
  .dark .apply-blog-styles {
    color: #fff;
  }
  
  .apply-blog-styles {
    display: grid;
    gap: 2.5rem;
  }
  
  .apply-blog-styles h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.03em;
  }
  
  @media (max-width: 767px) {
    .apply-blog-styles h1 {
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.03em;
    }
  }
  
  .apply-blog-styles h1 {
    margin-top: 60px;
    margin-bottom: 1.25rem;
    color: #000;
  }
  
  .dark .apply-blog-styles h1 {
    color: #fff;
  }
  
  .apply-blog-styles h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  
  @media (max-width: 767px) {
    .apply-blog-styles h2 {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em;
    }
  }
  
  .apply-blog-styles h2 {
    margin-top: 2.5rem;
    color: #000;
  }
  
  .dark .apply-blog-styles h2 {
    color: #fff;
  }
  
  .apply-blog-styles p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-blog-styles p {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-blog-styles a {
    color: #000;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  
  .dark .apply-blog-styles a {
    color: #fff;
  }
  
  .apply-blog-styles ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-blog-styles ul {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-blog-styles ul {
    margin-left: 1.25rem;
    list-style-position: outside;
    list-style-type: disc;
  }
  
  .apply-blog-styles ul > li {
    margin-bottom: 1rem;
  }
  
  .apply-blog-styles ol {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-blog-styles ol {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-blog-styles ol {
    list-style-position: inside;
    list-style-type: decimal;
  }
  
  .apply-blog-styles ol > li {
    margin-bottom: 1rem;
  }
  
  .apply-blog-styles blockquote {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-blog-styles blockquote {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-blog-styles blockquote {
    color: #353e46;
  }
  
  .dark .apply-blog-styles blockquote {
    color: #fff;
  }
  
  .apply-blog-styles blockquote {
    margin-top: 60px;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-style: italic;
  }
  
  .apply-blog-styles blockquote:before {
    content: "";
    background-image: url(https://www.kuppingercole.com/assets/icons/light/Quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    height: 3rem;
    width: 2.5rem;
  }
  
  .apply-blog-styles blockquote:before::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }
  
  .apply-blog-styles blockquote:before::placeholder {
    --tw-placeholder-opacity: 0.8;
  }
  
  .dark .apply-blog-styles blockquote:before {
    background-image: url(https://www.kuppingercole.com/assets/icons/dark/Quote.svg) !important;
  }
  
  .apply-blog-styles blockquote * {
    padding-left: 5rem;
  }
  
  .apply-blog-styles blockquote > :last-child {
    margin-top: 0.75rem;
    align-self: flex-end;
    font-style: normal;
  }
  
  .apply-blog-styles img {
    /* height: auto;
      width: 100%; */
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .apply-research-styles img,
  .apply-research-styles video {
    max-width: unset;
    height: unset;
  }
  
  .apply-research-styles p,
  .apply-research-styles div,
  .apply-research-styles li,
  .apply-research-styles table th,
  .apply-research-styles table td,
  .apply-research-styles figcaption {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles p,
    .apply-research-styles div,
    .apply-research-styles li,
    .apply-research-styles table th,
    .apply-research-styles table td,
    .apply-research-styles figcaption {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-research-styles p,
  .apply-research-styles div,
  .apply-research-styles li,
  .apply-research-styles table th,
  .apply-research-styles table td,
  .apply-research-styles figcaption {
    color: #353e46;
  }
  
  .dark .apply-research-styles p,
  .dark .apply-research-styles div,
  .dark .apply-research-styles li,
  .dark .apply-research-styles table th,
  .dark .apply-research-styles table td,
  .dark .apply-research-styles figcaption {
    color: #fff;
  }
  
  .apply-research-styles p,
  .apply-research-styles div,
  .apply-research-styles ul,
  .apply-research-styles ol {
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .apply-research-styles table th,
  .apply-research-styles table td {
    padding: 20px;
  }
  
  .apply-research-styles ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles ul {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-research-styles ul {
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
    list-style-position: outside;
    list-style-type: disc;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles ul {
      margin-left: 1.5rem;
    }
  }
  
  /* .apply-research-styles li {
      margin-bottom: 1rem
  }
  
  .apply-research-styles li:last-child {
      margin-bottom: 0
  } */
  
  .apply-research-styles li {
    list-style-position: outside;
  }
  
  .apply-research-styles ol {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles ol {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-research-styles ol {
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
    list-style-position: outside;
    list-style-type: decimal;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles ol {
      margin-left: 1.5rem;
    }
  }
  
  .apply-research-styles ol > li {
    margin-bottom: 1rem;
  }
  
  .apply-research-styles ol > li:last-child {
    margin-bottom: 0;
  }
  
  .apply-research-styles ol > li {
    list-style-position: outside;
  }
  
  .apply-research-styles blockquote {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles blockquote {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-research-styles blockquote {
    color: #353e46;
  }
  
  .dark .apply-research-styles blockquote {
    color: #fff;
  }
  
  .apply-research-styles blockquote {
    margin-top: 60px;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-style: italic;
  }
  
  .apply-research-styles blockquote:before {
    content: "";
    background-image: url(https://www.kuppingercole.com/assets/icons/light/Quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    height: 3rem;
    width: 2.5rem;
  }
  
  .apply-research-styles blockquote:before::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }
  
  .apply-research-styles blockquote:before::placeholder {
    --tw-placeholder-opacity: 0.8;
  }
  
  .dark .apply-research-styles blockquote:before {
    background-image: url(https://www.kuppingercole.com/assets/icons/dark/Quote.svg) !important;
  }
  
  .apply-research-styles blockquote * {
    padding-left: 5rem;
  }
  
  .apply-research-styles blockquote > :last-child {
    margin-top: 0.75rem;
    align-self: flex-end;
    font-style: normal;
  }
  
  .apply-research-styles h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.03em;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles h1 {
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.03em;
    }
  }
  
  .apply-research-styles h1 {
    margin-top: 60px;
    margin-bottom: 60px;
    color: #000;
  }
  
  .dark .apply-research-styles h1 {
    color: #fff;
  }
  
  .apply-research-styles h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles h2 {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em;
    }
  }
  
  .apply-research-styles h2 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: #000;
  }
  
  .dark .apply-research-styles h2 {
    color: #fff;
  }
  
  .apply-research-styles h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles h3 {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .apply-research-styles h3 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: #000;
  }
  
  .dark .apply-research-styles h3 {
    color: #fff;
  }
  
  .apply-research-styles video {
    width: 80%;
    display: block;
    margin: 20px auto;
  }
  
  .apply-research-styles figure {
    width: 90%;
    display: block;
    margin: 50px auto;
  }
  
  .apply-research-styles figure img {
    max-width: 100%;
    height: auto;
  }
  
  .apply-research-styles img.logo {
    max-width: 300px;
    max-height: 180px;
    width: auto;
    height: auto;
    display: block;
    margin: 20px auto;
  }
  
  .apply-research-styles table {
    color: #353e46;
  }
  
  .dark .apply-research-styles table {
    color: #fff;
  }
  
  .apply-research-styles table {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: block;
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    background-color: #fff;
  }
  
  .dark .apply-research-styles table {
    background-color: #0003;
  }
  
  .apply-research-styles table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .apply-research-styles table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles table td {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .apply-research-styles table td {
    color: #000;
  }
  
  .apply-research-styles table td:first-child {
    font-weight: 700;
  }
  
  .dark .apply-research-styles table td {
    color: #fff;
  }
  
  .apply-research-styles table th {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles table th {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .apply-research-styles table th {
    color: #353e46cc;
  }
  
  .dark .apply-research-styles table th {
    color: #ffffffd9;
  }
  
  .apply-research-styles .logospider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  @media (max-width: 1023px) {
    .apply-research-styles .logospider {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  
  .apply-research-styles .logospider div.logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles .logospider div.logo {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      width: 100%;
    }
  }
  
  .apply-research-styles .logospider div.logo img.logo {
    max-width: 100% !important;
  }
  
  .apply-research-styles .logospider div.spider {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: span 2 / span 2;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles .logospider div.spider {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      width: 100%;
    }
  }
  
  img.logo {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 20px auto;
  }
  
  img.spiderchart {
    width: 90%;
    height: auto;
  }
  
  @media (max-width: 767px) {
    img.spiderchart {
      margin: 0 auto;
    }
  }
  
  .apply-research-styles table.productrating {
    margin-bottom: 2.5rem;
    display: table;
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(228 0 58 / var(--tw-bg-opacity));
    color: #fff;
  }
  
  @media (max-width: 1023px) {
    .apply-research-styles table.productrating {
      display: block;
    }
  
    .apply-research-styles table.productrating tbody {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  
  .apply-research-styles table.productrating td {
    color: #fff;
    padding: 15px 40px;
  }
  
  .apply-research-styles table.productrating tr {
    border: none;
  }
  
  @media (max-width: 1023px) {
    .apply-research-styles table.productrating tr {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  .apply-research-styles table.productrating td.title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles table.productrating td.title {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .apply-research-styles table.productrating td.title {
    width: 33.333333%;
    color: #fff;
  }
  
  @media (max-width: 1023px) {
    .apply-research-styles table.productrating td.title {
      grid-column: span 2 / span 2;
      width: 100%;
    }
  }
  
  .apply-research-styles table.strengths,
  .apply-research-styles table.challenges {
    background-color: transparent;
    border-collapse: collapse;
    margin: 0 0 00px;
    width: 100%;
    display: table;
  }
  
  @media (max-width: 1023px) {
    .apply-research-styles table.strengths,
    .apply-research-styles table.challenges {
      display: block;
    }
  }
  
  .apply-research-styles table.strengths tr,
  .apply-research-styles table.challenges tr {
    border: none;
    vertical-align: top;
  }
  
  @media (max-width: 1023px) {
    .apply-research-styles table.strengths tr,
    .apply-research-styles table.challenges tr {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  
  .apply-research-styles table.strengths td,
  .apply-research-styles table.challenges td {
    padding: 40px;
  }
  
  @media (max-width: 1023px) {
    .apply-research-styles table.strengths td:first-child,
    .apply-research-styles table.challenges td:first-child {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
    }
  }
  
  .apply-research-styles table.strengths td:first-child,
  .apply-research-styles table.challenges td:first-child {
    width: 30%;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 767px) {
    .apply-research-styles table.strengths td:first-child,
    .apply-research-styles table.challenges td:first-child {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .apply-research-styles table.strengths td:first-child,
  .apply-research-styles table.challenges td:first-child {
    color: #353e46;
  }
  
  .dark .apply-research-styles table.strengths td:first-child,
  .dark .apply-research-styles table.challenges td:first-child {
    color: #fff;
  }
  
  .apply-research-styles table.leaderin {
    background-color: #e4003a;
    border-collapse: collapse;
    margin: 0 0 60px;
    width: 100%;
    display: table;
  }
  
  @media (max-width: 1023px) {
    .apply-research-styles table.leaderin tr {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  @media (min-width: 641px) {
    .apply-research-styles table.leaderin td {
      padding: 40px;
    }
  }
  
  .apply-research-styles table.leaderin td:first-child {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    width: 30%;
    grid-column: span 2 / span 2;
    /*padding-bottom: 0*/
  }
  
  @media (max-width: 1023px) {
    .apply-research-styles table.leaderin td:first-child {
      width: 100%;
    }
  }
  
  .apply-research-styles table.leaderin img {
    width: 60px;
    height: auto;
  }
  
  @media (min-width: 640px) {
    .apply-research-styles table.leaderin img {
      width: 75px;
    }
  }
  
  .header h1 {
    font-size: 32px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  .header .desc {
    font-size: 20px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .header .date {
    font-size: 12px;
    line-height: 24px;
    color: #0009;
    margin: 0;
  }
  
  .header .authorname {
    font-size: 24px;
    line-height: 38px;
    color: #33383f;
    margin: 0;
  }
  
  .header .authorinfo {
    font-size: 16px;
    line-height: 26px;
    color: #33383f;
    margin-right: 50px;
  }
  
  .header .photo {
    height: 100px;
    width: auto;
    display: block;
    margin-right: 20px;
    filter: grayscale(100%);
  }
  
  .apply-research-styles a {
    color: #000;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  
  .dark .apply-research-styles a {
    color: #fff;
  }
  
  .header .apply-research-styles type {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #e4003a;
  }
  
  .apply-research-styles-small img,
  .apply-research-styles-small video {
    max-width: unset;
    height: unset;
  }
  
  .apply-research-styles-small p,
  .apply-research-styles-small div,
  .apply-research-styles-small li,
  .apply-research-styles-small table th,
  .apply-research-styles-small table td,
  .apply-research-styles-small figcaption {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small p,
    .apply-research-styles-small div,
    .apply-research-styles-small li,
    .apply-research-styles-small table th,
    .apply-research-styles-small table td,
    .apply-research-styles-small figcaption {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-research-styles-small p,
  .apply-research-styles-small div,
  .apply-research-styles-small li,
  .apply-research-styles-small table th,
  .apply-research-styles-small table td,
  .apply-research-styles-small figcaption {
    color: #353e46;
  }
  
  .dark .apply-research-styles-small p,
  .dark .apply-research-styles-small div,
  .dark .apply-research-styles-small li,
  .dark .apply-research-styles-small table th,
  .dark .apply-research-styles-small table td,
  .dark .apply-research-styles-small figcaption {
    color: #fff;
  }
  
  .apply-research-styles-small p,
  .apply-research-styles-small div,
  .apply-research-styles-small ul,
  .apply-research-styles-small ol {
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .apply-research-styles-small table th,
  .apply-research-styles-small table td {
    padding: 20px;
  }
  
  .apply-research-styles-small ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small ul {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-research-styles-small ul {
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
    list-style-position: outside;
    list-style-type: disc;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small ul {
      margin-left: 1.5rem;
    }
  }
  
  .apply-research-styles-small li {
    margin-bottom: 1rem;
  }
  
  .apply-research-styles-small li:last-child {
    margin-bottom: 0;
  }
  
  .apply-research-styles-small li {
    list-style-position: outside;
  }
  
  .apply-research-styles-small ol {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small ol {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-research-styles-small ol {
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
    list-style-position: outside;
    list-style-type: decimal;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small ol {
      margin-left: 1.5rem;
    }
  }
  
  .apply-research-styles-small ol > li {
    margin-bottom: 1rem;
  }
  
  .apply-research-styles-small ol > li:last-child {
    margin-bottom: 0;
  }
  
  .apply-research-styles-small ol > li {
    list-style-position: outside;
  }
  
  .apply-research-styles-small blockquote {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small blockquote {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .apply-research-styles-small blockquote {
    color: #353e46;
  }
  
  .dark .apply-research-styles-small blockquote {
    color: #fff;
  }
  
  .apply-research-styles-small blockquote {
    margin-top: 60px;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-style: italic;
  }
  
  .apply-research-styles-small blockquote:before {
    content: "";
    background-image: url(https://www.kuppingercole.com/assets/icons/light/Quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    height: 3rem;
    width: 2.5rem;
  }
  
  .apply-research-styles-small blockquote:before::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }
  
  .apply-research-styles-small blockquote:before::placeholder {
    --tw-placeholder-opacity: 0.8;
  }
  
  .dark .apply-research-styles-small blockquote:before {
    background-image: url(https://www.kuppingercole.com/assets/icons/dark/Quote.svg) !important;
  }
  
  .apply-research-styles-small blockquote * {
    padding-left: 5rem;
  }
  
  .apply-research-styles-small blockquote > :last-child {
    margin-top: 0.75rem;
    align-self: flex-end;
    font-style: normal;
  }
  
  .apply-research-styles-small h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.03em;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small h1 {
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.03em;
    }
  }
  
  .apply-research-styles-small h1 {
    margin-top: 60px;
    margin-bottom: 60px;
    color: #000;
  }
  
  .dark .apply-research-styles-small h1 {
    color: #fff;
  }
  
  .apply-research-styles-small h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small h2 {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em;
    }
  }
  
  .apply-research-styles-small h2 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: #000;
  }
  
  .dark .apply-research-styles-small h2 {
    color: #fff;
  }
  
  .apply-research-styles-small h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small h3 {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .apply-research-styles-small h3 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: #000;
  }
  
  .dark .apply-research-styles-small h3 {
    color: #fff;
  }
  
  .apply-research-styles-small video {
    width: 80%;
    display: block;
    margin: 20px auto;
  }
  
  .apply-research-styles-small figure {
    width: 90%;
    display: block;
    margin: 50px auto;
  }
  
  .apply-research-styles-small figure img {
    max-width: 100%;
    height: auto;
  }
  
  .apply-research-styles-small img.logo {
    max-width: 300px;
    max-height: 180px;
    width: auto;
    height: auto;
    display: block;
    margin: 20px auto;
  }
  
  .apply-research-styles-small table {
    color: #353e46;
  }
  
  .dark .apply-research-styles-small table {
    color: #fff;
  }
  
  .apply-research-styles-small table {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: block;
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    background-color: #fff;
  }
  
  .dark .apply-research-styles-small table {
    background-color: #0003;
  }
  
  .apply-research-styles-small table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .apply-research-styles-small table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small table td {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .apply-research-styles-small table td {
    color: #000;
  }
  
  .apply-research-styles-small table td:first-child {
    font-weight: 700;
  }
  
  .dark .apply-research-styles-small table td {
    color: #fff;
  }
  
  .apply-research-styles-small table th {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small table th {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .apply-research-styles-small table th {
    color: #353e46cc;
  }
  
  .dark .apply-research-styles-small table th {
    color: #ffffffd9;
  }
  
  .apply-research-styles-small .logospider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small .logospider {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  
  .apply-research-styles-small .logospider div.logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small .logospider div.logo {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      width: 100%;
    }
  }
  
  .apply-research-styles-small .logospider div.logo img.logo {
    max-width: 100% !important;
  }
  
  .apply-research-styles-small .logospider div.spider {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: span 2 / span 2;
  }
  
  @media (max-width: 9999px) {
    .apply-research-styles-small .logospider div.spider {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      width: 100%;
    }
  }
  
  .apply-research-styles-small a {
    color: #000;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  
  .dark .apply-research-styles-small a {
    color: #fff;
  }
  
  .header .apply-research-styles-small type {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #e4003a;
  }
  
  .tab-list-active div,
  .dark .tab-list-active div {
    background-color: #000;
    color: #fff;
  }
  
  .tab-list-active .active-tab-border {
    display: block;
  }
  
  .multiline-ellipsis-1 {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  
  .share-button-injected-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: space-between;
    cursor: pointer;
    color: #353e46;
  }
  
  .share-button-injected-div .share-button-tooltip > span {
    font-size: 12px;
    color: #000c;
  }
  
  .share-button-injected-div .share-button-tooltip > img {
    height: 15px;
    margin-left: 0;
    padding-left: 5px;
  }
  
  .share-button-style-very-large
    .share-button-injected-div
    .share-button-tooltip
    > span {
    font-size: 16px;
  }
  
  .share-button-style-large
    .share-button-injected-div
    .share-button-tooltip
    > span {
    font-size: 15px;
  }
  
  .share-button-style-medium
    .share-button-injected-div
    .share-button-tooltip
    > span {
    font-size: 14px;
  }
  
  .share-button-tooltip {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: space-between;
    position: relative;
  }
  
  .share-button-tooltip .share-button-top-message {
    min-width: 200px;
    top: -10px;
    left: 50%;
    background-color: #353e46;
  }
  
  .dark .share-button-tooltip .share-button-top-message {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .share-button-tooltip .share-button-top-message {
    color: #fff;
    position: absolute;
    z-index: 70;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .share-button-tooltip .share-button-top-message {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .share-button-tooltip .share-button-top-message a {
    margin: 0;
    all: unset;
    cursor: pointer;
    width: calc(100% - 50px);
    padding: 12px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
  .share-button-tooltip .share-button-top-message a img {
    transform: scale(1) !important;
    height: 24px;
    width: 24px;
  }
  
  .share-button-tooltip .share-button-top-message i {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
  }
  
  .share-button-tooltip .share-button-tooltip-left i {
    left: 80%;
  }
  
  .share-button-tooltip .share-button-tooltip-right i {
    left: 20%;
  }
  
  .share-button-tooltip .share-button-tooltip-bottom i {
    top: -6%;
  }
  
  .share-button-tooltip .share-button-top-message i:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    background-color: #353e46;
  }
  
  .dark .share-button-tooltip .share-button-top-message i:after {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .share-button-tooltip .share-button-top-message i:after {
    z-index: 888;
  }
  
  .share-button-tooltip .share-button-tooltip-bottom i:after {
    transform: translate(-50%, 200%) rotate(45deg);
    -webkit-transform: translate(-50%, 200%) rotate(45deg);
    -moz-transform: translate(-50%, 200%) rotate(45deg);
    -o-transform: translate(-50%, 200%) rotate(45deg);
    box-shadow: none;
  }
  
  .share-button-tooltip .share-button-top-message-error {
    color: #e4003a;
  }
  
  .share-button-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: #000000b3;
    align-items: center;
    justify-content: center;
  }
  
  .share-button-modal-content {
    background-color: #f3f3f4;
    margin: auto;
    padding-left: 30px;
    color: #353e46;
    max-width: 60%;
    padding-bottom: 2em;
  }
  
  @media only screen and (max-width: 767px) {
    .share-button-modal-content {
      max-width: 95%;
    }
  }
  
  .share-button-modal-content div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 15px;
  }
  
  .share-button-modal-content img {
    width: 100%;
    max-width: 600px;
  }
  
  .share-button-modal-content h3 {
    font-weight: 700;
    padding-bottom: 0.5em;
  }
  
  .share-button-modal-content p {
    max-width: 600px;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .share-button-modal-content button {
    all: unset;
    background-color: #e4003a;
    width: 80px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    padding: 3px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .share-button-modal-close {
    color: #353e46;
    top: 0;
    right: 0;
    float: right;
    font-size: 23px !important;
    width: 30px;
    height: 30px;
    padding-right: 1em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  
  .share-button-modal-content span {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  
  .share-button-modal-content a,
  .share-button-modal-content a:hover,
  .share-button-modal-content a:active {
    color: inherit;
    text-decoration: none;
  }
  
  .share-button-modal-content .join-now-link {
    text-decoration: underline;
    color: inherit;
    font-weight: 700;
  }
  
  .share-button-modal-close:hover,
  .share-button-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .share-button-modal-block {
    display: flex;
  }
  
  .multiline-ellipsis-3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  
  .faceted-search-table {
    grid-template-columns: 1fr 2fr;
    row-gap: 60px;
  }
  
  @media (max-width: 1023px) {
    .faceted-search-table {
      grid-template-columns: 1fr;
      row-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
    }
  }
  
  .swiper-next {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    margin-top: 0 !important;
  }
  
  .dark .swiper-next {
    background: linear-gradient(90deg, rgba(53, 62, 70, 0) 0%, #353e46 100%);
  }
  
  .swiper-next.no-bg {
    background: none !important;
  }
  
  .swiper-button-prev {
    display: none;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: none !important;
  }
  
  .swiper-slide {
    width: 100%;
    height: auto !important;
    align-self: stretch;
  }
  
  .tab-list-active div,
  .dark .tab-list-active div {
    background-color: #000;
    color: #fff;
  }
  
  .tab-list-active .active-tab-border {
    display: block;
  }
  
  .multiline-ellipsis-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  
  @media screen and (max-width: 767px) {
    .multiline-ellipsis {
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      white-space: normal;
    }
  }
  
  .open .multiline-ellipsis {
    overflow: visible;
    display: block !important;
  }
  
  .floating-filter {
    position: fixed;
    top: 1.5rem;
    z-index: 20;
  }
  
  @media (max-width: 767px) {
    .floating-filter {
      top: 0;
      left: 0;
      width: 100%;
    }
  }
  
  .floating-filter {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
  }
  
  @media only screen and (max-width: 1420px) {
    .video-description-preview {
      display: none !important;
    }
  
    .video-description-preview-container {
      flex-direction: row !important;
      justify-content: space-between;
      align-items: flex-start;
    }
  }
  
  @media only screen and (max-width: 1280px) {
    .video-meta-container,
    .video-description-container {
      padding: 2.5rem 1.5rem;
    }
  }
  
  *,
  :before,
  :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
  }
  
  :before,
  :after {
    --tw-content: "";
  }
  
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Interstate, sans-serif;
  }
  
  body {
    margin: 0;
    line-height: inherit;
  }
  
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  
  a {
    color: inherit;
    text-decoration: inherit;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  code,
  kbd,
  samp,
  pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      Liberation Mono, Courier New, monospace;
    font-size: 1em;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
  }
  
  :-moz-focusring {
    outline: auto;
  }
  
  :-moz-ui-invalid {
    box-shadow: none;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  summary {
    display: list-item;
  }
  
  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;
  }
  
  textarea {
    resize: vertical;
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
  }
  
  input::placeholder,
  textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
  }
  
  button,
  [role="button"] {
    cursor: pointer;
  }
  
  :disabled {
    cursor: default;
  }
  
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  
  *,
  :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-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: ;
  }
  
  ::-webkit-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-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: ;
  }
  
  ::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-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: ;
  }
  
  .text-display {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.03em;
  }
  
  @media (max-width: 767px) {
    .text-display {
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.03em;
    }
  }
  
  .text-headline {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  
  @media (max-width: 767px) {
    .text-headline {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em;
    }
  }
  
  .text-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 767px) {
    .text-title {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .text-paragraph-big {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .text-paragraph-big {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .text-paragraph-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .text-paragraph-regular {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .text-paragraph-small {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .text-paragraph-small {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .text-button {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  @media (max-width: 767px) {
    .text-button {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
    }
  }
  
  .text-color-default {
    color: #353e46;
  }
  
  .dark .text-color-default {
    color: #fff;
  }
  
  .button-primary {
    position: relative;
    z-index: 2;
    gap: 0px;
    transition-property: gap;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
  }
  
  .button-primary:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: inherit;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: "";
    content: var(--tw-content);
  }
  
  .button-primary:hover {
    gap: 6px;
  }
  
  .button-primary:hover:before {
    content: var(--tw-content);
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .button-primary {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  @media (max-width: 767px) {
    .button-primary {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
    }
  }
  
  .button-primary {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    padding: 12px 24px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  @media (max-width: 767px) {
    .button-primary {
      padding: 12px 16px;
    }
  }
  
  .button-primary,
  .button-primary:active {
    background-color: #353e46;
    color: #fff;
  }
  
  .button-primary:disabled {
    cursor: default;
    background-color: #353e4633;
    color: #fff9;
  }
  
  .dark .button-primary {
    background-color: #fff;
    color: #353e46;
  }
  
  .dark .button-primary:focus {
    background-color: #000;
    color: #fff;
  }
  
  .dark .button-primary:active {
    background-color: #fff;
    color: #353e46;
  }
  
  .button-primary:disabled {
    cursor: default;
  }
  
  .dark .button-primary:disabled {
    background-color: #353e4633;
    color: #fff9;
  }
  
  .button-red {
    position: relative;
    z-index: 2;
    gap: 0px;
    transition-property: gap;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
  }
  
  .button-red:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: inherit;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: "";
    content: var(--tw-content);
  }
  
  .button-red:hover {
    gap: 6px;
  }
  
  .button-red:hover:before {
    content: var(--tw-content);
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .button-red {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  @media (max-width: 767px) {
    .button-red {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
    }
  }
  
  .button-red {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    padding: 12px 24px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  @media (max-width: 767px) {
    .button-red {
      padding: 12px 16px;
    }
  }
  
  .button-red,
  .button-red:active {
    --tw-bg-opacity: 1;
    background-color: rgb(228 0 58 / var(--tw-bg-opacity));
    color: #fff;
  }
  
  .button-red:disabled {
    cursor: default;
    background-color: #353e4633;
    color: #fff9;
  }
  
  .button-disabled {
    position: relative;
    z-index: 2;
    gap: 0px;
    transition-property: gap;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
  }
  
  .button-disabled:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: inherit;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: "";
    content: var(--tw-content);
  }
  
  .button-disabled:hover {
    gap: 6px;
  }
  
  .button-disabled:hover:before {
    content: var(--tw-content);
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .button-disabled {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  @media (max-width: 767px) {
    .button-disabled {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.01em;
    }
  }
  
  .button-disabled {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    padding: 12px 24px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  @media (max-width: 767px) {
    .button-disabled {
      padding: 12px 16px;
    }
  }
  
  .button-disabled {
    cursor: default;
    background-color: #353e4633;
    color: #fff9;
  }
  
  .button-disabled:disabled {
    background-color: #353e4633;
    color: #fff9;
  }
  
  .dark .button-disabled {
    background-color: #fff3;
    color: #fff9;
  }
  
  .pointer-events-none {
    pointer-events: none;
  }
  
  .pointer-events-auto {
    pointer-events: auto;
  }
  
  .visible {
    visibility: visible;
  }
  
  .static {
    position: static;
  }
  
  .fixed {
    position: fixed;
  }
  
  .absolute {
    position: absolute;
  }
  
  .relative {
    position: relative;
  }
  
  .left-0 {
    left: 0;
  }
  
  .bottom-0 {
    bottom: 0;
  }
  
  .right-0 {
    right: 0;
  }
  
  .top-0 {
    top: 0;
  }
  
  .right-20 {
    right: 5rem;
  }
  
  .top-\[70px\] {
    top: 70px;
  }
  
  .-right-6 {
    right: -1.5rem;
  }
  
  .top-6 {
    top: 1.5rem;
  }
  
  .-bottom-14 {
    bottom: -3.5rem;
  }
  
  .bottom-20 {
    bottom: 5rem;
  }
  
  .top-\[60px\] {
    top: 60px;
  }
  
  .-right-20 {
    right: -5rem;
  }
  
  .bottom-\[30px\] {
    bottom: 30px;
  }
  
  .left-\[30px\] {
    left: 30px;
  }
  
  .isolate {
    isolation: isolate;
  }
  
  .z-50 {
    z-index: 50;
  }
  
  .z-20 {
    z-index: 20;
  }
  
  .z-40 {
    z-index: 40;
  }
  
  .z-30 {
    z-index: 30;
  }
  
  .z-10 {
    z-index: 10;
  }
  
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  
  .m-10 {
    margin: 2.5rem;
  }
  
  .m-auto {
    margin: auto;
  }
  
  .my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  
  .my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  .my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  
  .-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  
  .my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  .my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  
  .-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  
  .my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  
  .my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  
  .mt-10 {
    margin-top: 2.5rem;
  }
  
  .mr-1 {
    margin-right: 0.25rem;
  }
  
  .ml-2 {
    margin-left: 0.5rem;
  }
  
  .-ml-20 {
    margin-left: -5rem;
  }
  
  .mr-4 {
    margin-right: 1rem;
  }
  
  .mb-4 {
    margin-bottom: 1rem;
  }
  
  .mr-10 {
    margin-right: 2.5rem;
  }
  
  .mt-20 {
    margin-top: 5rem;
  }
  
  .mt-6 {
    margin-top: 1.5rem;
  }
  
  .mt-0 {
    margin-top: 0;
  }
  
  .ml-4 {
    margin-left: 1rem;
  }
  
  .mb-6 {
    margin-bottom: 1.5rem;
  }
  
  .-mr-10 {
    margin-right: -2.5rem;
  }
  
  .ml-10 {
    margin-left: 2.5rem;
  }
  
  .ml-3 {
    margin-left: 0.75rem;
  }
  
  .mt-7 {
    margin-top: 1.75rem;
  }
  
  .-ml-4 {
    margin-left: -1rem;
  }
  
  .mt-2 {
    margin-top: 0.5rem;
  }
  
  .ml-6 {
    margin-left: 1.5rem;
  }
  
  .mr-3 {
    margin-right: 0.75rem;
  }
  
  .mr-6 {
    margin-right: 1.5rem;
  }
  
  .mt-auto {
    margin-top: auto;
  }
  
  .mt-4 {
    margin-top: 1rem;
  }
  
  .mt-9 {
    margin-top: 2.25rem;
  }
  
  .mt-12 {
    margin-top: 3rem;
  }
  
  .ml-1 {
    margin-left: 0.25rem;
  }
  
  .mr-\[75px\] {
    margin-right: 75px;
  }
  
  .mr-\[5px\] {
    margin-right: 5px;
  }
  
  .ml-\[5px\] {
    margin-left: 5px;
  }
  
  .mt-\[200px\] {
    margin-top: 200px;
  }
  
  .mt-\[1px\] {
    margin-top: 1px;
  }
  
  .mt-1 {
    margin-top: 0.25rem;
  }
  
  .-ml-7 {
    margin-left: -1.75rem;
  }
  
  .mt-\[60px\] {
    margin-top: 60px;
  }
  
  .ml-\[6px\] {
    margin-left: 6px;
  }
  
  .mb-10 {
    margin-bottom: 2.5rem;
  }
  
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  
  .mt-\[52px\] {
    margin-top: 52px;
  }
  
  .mr-2 {
    margin-right: 0.5rem;
  }
  
  .ml-\[10px\] {
    margin-left: 10px;
  }
  
  .mt-3 {
    margin-top: 0.75rem;
  }
  
  .mt-5 {
    margin-top: 1.25rem;
  }
  
  .mr-20 {
    margin-right: 5rem;
  }
  
  .ml-8 {
    margin-left: 2rem;
  }
  
  .ml-\[80px\] {
    margin-left: 80px;
  }
  
  .ml-\[140px\] {
    margin-left: 140px;
  }
  
  .ml-\[145px\] {
    margin-left: 145px;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  
  .mb-10 {
    margin-bottom: 2.5rem;
  }
  
  .mb-20 {
    margin-bottom: 5rem;
  }
  
  .mt-14 {
    margin-top: 3.5rem;
  }
  
  .mr-11 {
    margin-right: 2.75rem;
  }
  
  .mt-16 {
    margin-top: 4rem;
  }
  
  .mr-\[60px\] {
    margin-right: 60px;
  }
  
  .-mr-\[120px\] {
    margin-right: -120px;
  }
  
  .-mr-6 {
    margin-right: -1.5rem;
  }
  
  .mt-8 {
    margin-top: 2rem;
  }
  
  .ml-auto {
    margin-left: auto;
  }
  
  .mt-\[140px\] {
    margin-top: 140px;
  }
  
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  
  .mt-\[120px\] {
    margin-top: 120px;
  }
  
  .mr-\[120px\] {
    margin-right: 120px;
  }
  
  .mt-\[80px\] {
    margin-top: 80px;
  }
  
  .mt-\[30px\] {
    margin-top: 30px;
  }
  
  .ml-\[120px\] {
    margin-left: 120px;
  }
  
  .mb-\[120px\] {
    margin-bottom: 120px;
  }
  
  .ml-\[30px\] {
    margin-left: 30px;
  }
  
  .box-border {
    box-sizing: border-box;
  }
  
  .block {
    display: block;
  }
  
  .inline-block {
    display: inline-block;
  }
  
  .flex {
    display: flex;
  }
  
  .table {
    display: table;
  }
  
  .grid {
    display: grid;
  }
  
  .contents {
    display: contents;
  }
  
  .list-item {
    display: list-item;
  }
  
  .hidden {
    display: none;
  }
  
  .h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  
  .h-10 {
    height: 2.5rem;
  }
  
  .h-\[104px\] {
    height: 104px;
  }
  
  .h-\[48px\] {
    height: 48px;
  }
  
  .h-\[84px\] {
    height: 84px;
  }
  
  .h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  
  .h-\[22px\] {
    height: 22px;
  }
  
  .h-full {
    height: 100%;
  }
  
  .h-6 {
    height: 1.5rem;
  }
  
  .h-\[90px\] {
    height: 90px;
  }
  
  .h-5 {
    height: 1.25rem;
  }
  
  .h-screen {
    height: 100vh;
  }
  
  .h-4 {
    height: 1rem;
  }
  
  .h-\[80px\] {
    height: 80px;
  }
  
  .h-\[24px\] {
    height: 24px;
  }
  
  .h-auto {
    height: auto;
  }
  
  .h-\[575px\] {
    height: 575px;
  }
  
  .h-1 {
    height: 0.25rem;
  }
  
  .h-\[calc\(100vh-108px\)\] {
    height: calc(100vh - 108px);
  }
  
  .h-\[120px\] {
    height: 120px;
  }
  
  .h-\[64px\] {
    height: 64px;
  }
  
  .h-2 {
    height: 0.5rem;
  }
  
  .h-\[20px\] {
    height: 20px;
  }
  
  .h-20 {
    height: 5rem;
  }
  
  .h-\[160px\] {
    height: 160px;
  }
  
  .h-\[300px\] {
    height: 300px;
  }
  
  .h-\[500px\] {
    height: 500px;
  }
  
  .h-40 {
    height: 10rem;
  }
  
  .h-8 {
    height: 2rem;
  }
  
  .h-\[560px\] {
    height: 560px;
  }
  
  .h-\[40px\] {
    height: 40px;
  }
  
  .h-\[270px\] {
    height: 270px;
  }
  
  .h-\[128px\] {
    height: 128px;
  }
  
  .h-16 {
    height: 4rem;
  }
  
  .h-\[400px\] {
    height: 400px;
  }
  
  .max-h-20 {
    max-height: 5rem;
  }
  
  .max-h-\[420px\] {
    max-height: 420px;
  }
  
  .max-h-\[150px\] {
    max-height: 150px;
  }
  
  .min-h-\[500px\] {
    min-height: 500px;
  }
  
  .min-h-\[560px\] {
    min-height: 560px;
  }
  
  .w-screen {
    width: 100vw;
  }
  
  .w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  
  .w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  
  .w-full {
    width: 100%;
  }
  
  .w-\[208px\] {
    width: 208px;
  }
  
  .w-6 {
    width: 1.5rem;
  }
  
  .w-\[22px\] {
    width: 22px;
  }
  
  .w-\[280px\] {
    width: 280px;
  }
  
  .w-\[160px\] {
    width: 160px;
  }
  
  .w-\[360px\] {
    width: 360px;
  }
  
  .w-4 {
    width: 1rem;
  }
  
  .w-2\/3 {
    width: 66.666667%;
  }
  
  .w-\[80px\] {
    width: 80px;
  }
  
  .w-\[400px\] {
    width: 400px;
  }
  
  .w-auto {
    width: auto;
  }
  
  .w-\[30px\] {
    width: 30px;
  }
  
  .w-\[64px\] {
    width: 64px;
  }
  
  .w-1\/4 {
    width: 25%;
  }
  
  .w-\[20px\] {
    width: 20px;
  }
  
  .w-10 {
    width: 2.5rem;
  }
  
  .w-\[300px\] {
    width: 300px;
  }
  
  .w-\[240px\] {
    width: 240px;
  }
  
  .w-\[150px\] {
    width: 150px;
  }
  
  .w-1\/2 {
    width: 50%;
  }
  
  .w-3\/4 {
    width: 75%;
  }
  
  .w-\[500px\] {
    width: 500px;
  }
  
  .w-\[600px\] {
    width: 600px;
  }
  
  .w-8 {
    width: 2rem;
  }
  
  .w-1\/3 {
    width: 33.333333%;
  }
  
  .w-2\/5 {
    width: 40%;
  }
  
  .w-\[480px\] {
    width: 480px;
  }
  
  .w-5 {
    width: 1.25rem;
  }
  
  .w-16 {
    width: 4rem;
  }
  
  .min-w-\[165px\] {
    min-width: 165px;
  }
  
  .min-w-\[360px\] {
    min-width: 360px;
  }
  
  .min-w-0 {
    min-width: 0px;
  }
  
  .min-w-\[400px\] {
    min-width: 400px;
  }
  
  .min-w-\[500px\] {
    min-width: 500px;
  }
  
  .min-w-\[304px\] {
    min-width: 304px;
  }
  
  .max-w-prose {
    max-width: 65ch;
  }
  
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  
  .max-w-\[800px\] {
    max-width: 800px;
  }
  
  .max-w-\[480px\] {
    max-width: 480px;
  }
  
  .max-w-\[200px\] {
    max-width: 200px;
  }
  
  .max-w-\[400px\] {
    max-width: 400px;
  }
  
  .max-w-\[650px\] {
    max-width: 650px;
  }
  
  .max-w-\[60\%\] {
    max-width: 60%;
  }
  
  .max-w-\[75\%\] {
    max-width: 75%;
  }
  
  .max-w-\[230px\] {
    max-width: 230px;
  }
  
  .max-w-\[300px\] {
    max-width: 300px;
  }
  
  .max-w-\[150px\] {
    max-width: 150px;
  }
  
  .flex-1 {
    flex: 1 1 0%;
  }
  
  .shrink {
    flex-shrink: 1;
  }
  
  .grow {
    flex-grow: 1;
  }
  
  .basis-1\/2 {
    flex-basis: 50%;
  }
  
  .rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .cursor-default {
    cursor: default;
  }
  
  .list-inside {
    list-style-position: inside;
  }
  
  .list-outside {
    list-style-position: outside;
  }
  
  .list-none {
    list-style-type: none;
  }
  
  .list-disc {
    list-style-type: disc;
  }
  
  .appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  
  .grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  
  .flex-row {
    flex-direction: row;
  }
  
  .flex-col {
    flex-direction: column;
  }
  
  .flex-wrap {
    flex-wrap: wrap;
  }
  
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  
  .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;
  }
  
  .justify-evenly {
    justify-content: space-evenly;
  }
  
  .gap-4 {
    gap: 1rem;
  }
  
  .gap-8 {
    gap: 2rem;
  }
  
  .gap-10 {
    gap: 2.5rem;
  }
  
  .gap-20 {
    gap: 5rem;
  }
  
  .gap-2 {
    gap: 0.5rem;
  }
  
  .gap-6 {
    gap: 1.5rem;
  }
  
  .gap-1 {
    gap: 0.25rem;
  }
  
  .gap-0 {
    gap: 0px;
  }
  
  .gap-16 {
    gap: 4rem;
  }
  
  .gap-\[60px\] {
    gap: 60px;
  }
  
  .gap-\[100px\] {
    gap: 100px;
  }
  
  .gap-\[40px\] {
    gap: 40px;
  }
  
  .gap-\[120px\] {
    gap: 120px;
  }
  
  .gap-\[30px\] {
    gap: 30px;
  }
  
  .gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  
  .gap-y-6 {
    row-gap: 1.5rem;
  }
  
  .gap-y-1 {
    row-gap: 0.25rem;
  }
  
  .gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  
  .gap-y-3 {
    row-gap: 0.75rem;
  }
  
  .gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  
  .gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  
  .gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  
  .gap-x-\[60px\] {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  
  .gap-y-10 {
    row-gap: 2.5rem;
  }
  
  .gap-y-\[34px\] {
    row-gap: 34px;
  }
  
  .space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  
  .self-start {
    align-self: flex-start;
  }
  
  .self-end {
    align-self: flex-end;
  }
  
  .self-center {
    align-self: center;
  }
  
  .justify-self-start {
    justify-self: start;
  }
  
  .justify-self-end {
    justify-self: end;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .overflow-x-auto {
    overflow-x: auto;
  }
  
  .overflow-y-auto {
    overflow-y: auto;
  }
  
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  
  .overflow-ellipsis,
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  
  .whitespace-normal {
    white-space: normal;
  }
  
  .whitespace-nowrap {
    white-space: nowrap;
  }
  
  .whitespace-pre {
    white-space: pre;
  }
  
  .rounded {
    border-radius: 0.25rem;
  }
  
  .rounded-full {
    border-radius: 9999px;
  }
  
  .rounded-lg {
    border-radius: 0.5rem;
  }
  
  .rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  
  .border-2 {
    border-width: 2px;
  }
  
  .border {
    border-width: 1px;
  }
  
  .border-b-\[1px\] {
    border-bottom-width: 1px;
  }
  
  .border-black-20 {
    border-color: #0003;
  }
  
  .border-grey-100 {
    border-color: #353e46;
  }
  
  .border-white-20 {
    border-color: #fff3;
  }
  
  .border-\[\#CCCCCC\] {
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
  }
  
  .border-grey-20 {
    border-color: #353e4633;
  }
  
  .border-white-100 {
    border-color: #fff;
  }
  
  .bg-grey-5 {
    background-color: #353e460d;
  }
  
  .bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }
  
  .bg-white-100 {
    background-color: #fff;
  }
  
  .bg-rating-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(255 138 0 / var(--tw-bg-opacity));
  }
  
  .bg-rating-green {
    --tw-bg-opacity: 1;
    background-color: rgb(42 178 72 / var(--tw-bg-opacity));
  }
  
  .bg-black-100 {
    background-color: #000;
  }
  
  .bg-grey-100 {
    background-color: #353e46;
  }
  
  .bg-\[\#2a3238\] {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 0 58 / var(--tw-bg-opacity));
  }
  
  .bg-black-20 {
    background-color: #0003;
  }
  
  .bg-black-20-solid {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .bg-transparent {
    background-color: transparent;
  }
  
  .bg-black-5 {
    background-color: #0000000d;
  }
  
  .bg-black-80 {
    background-color: #000c;
  }
  
  .bg-black-60 {
    background-color: #0009;
  }
  
  .bg-white-85 {
    background-color: #ffffffd9;
  }
  
  .bg-white-60 {
    background-color: #fff9;
  }
  
  .bg-white-30 {
    background-color: #ffffff4d;
  }
  
  .bg-white-20 {
    background-color: #fff3;
  }
  
  .bg-grey-80 {
    background-color: #353e46cc;
  }
  
  .bg-grey-60 {
    background-color: #353e4699;
  }
  
  .bg-grey-20 {
    background-color: #353e4633;
  }
  
  .bg-red-hover {
    --tw-bg-opacity: 1;
    background-color: rgb(182 0 46 / var(--tw-bg-opacity));
  }
  
  .bg-error {
    --tw-bg-opacity: 1;
    background-color: rgb(245 0 0 / var(--tw-bg-opacity));
  }
  
  .bg-error-hover {
    --tw-bg-opacity: 1;
    background-color: rgb(204 0 0 / var(--tw-bg-opacity));
  }
  
  .bg-rating-red {
    --tw-bg-opacity: 1;
    background-color: rgb(245 0 0 / var(--tw-bg-opacity));
  }
  
  .bg-rating-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 214 0 / var(--tw-bg-opacity));
  }
  
  .bg-rating-lime {
    --tw-bg-opacity: 1;
    background-color: rgb(143 222 43 / var(--tw-bg-opacity));
  }
  
  .bg-cover {
    background-size: cover;
  }
  
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  
  .p-6 {
    padding: 1.5rem;
  }
  
  .p-20 {
    padding: 5rem;
  }
  
  .p-16 {
    padding: 4rem;
  }
  
  .p-10 {
    padding: 2.5rem;
  }
  
  .p-1 {
    padding: 0.25rem;
  }
  
  .p-2 {
    padding: 0.5rem;
  }
  
  .p-3 {
    padding: 0.75rem;
  }
  
  .p-\[10px\] {
    padding: 10px;
  }
  
  .p-\[80px\] {
    padding: 80px;
  }
  
  .p-\[60px\] {
    padding: 60px;
  }
  
  .p-4 {
    padding: 1rem;
  }
  
  .p-5 {
    padding: 1.25rem;
  }
  
  .p-8 {
    padding: 2rem;
  }
  
  .p-\[20px\] {
    padding: 20px;
  }
  
  .p-\[40px\] {
    padding: 40px;
  }
  
  .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  
  .py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  
  .px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  
  .py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  
  .px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  
  .px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  
  .px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  
  .py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  
  .py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  
  .py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  
  .py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  
  .py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  
  .py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  .py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  
  .py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  
  .py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
  }
  
  .px-\[38px\] {
    padding-left: 38px;
    padding-right: 38px;
  }
  
  .px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  
  .py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  
  .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .py-\[114px\] {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  
  .py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  
  .py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  
  .px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  
  .pt-10 {
    padding-top: 2.5rem;
  }
  
  .pt-6 {
    padding-top: 1.5rem;
  }
  
  .pt-0 {
    padding-top: 0;
  }
  
  .pt-20 {
    padding-top: 5rem;
  }
  
  .pb-0 {
    padding-bottom: 0;
  }
  
  .pb-12 {
    padding-bottom: 3rem;
  }
  
  .pb-16 {
    padding-bottom: 4rem;
  }
  
  .pt-1 {
    padding-top: 0.25rem;
  }
  
  .pb-10 {
    padding-bottom: 2.5rem;
  }
  
  .pr-10 {
    padding-right: 2.5rem;
  }
  
  .pl-6 {
    padding-left: 1.5rem;
  }
  
  .pb-6 {
    padding-bottom: 1.5rem;
  }
  
  .pl-20 {
    padding-left: 5rem;
  }
  
  .pl-4 {
    padding-left: 1rem;
  }
  
  .pb-24 {
    padding-bottom: 6rem;
  }
  
  .pt-11 {
    padding-top: 2.75rem;
  }
  
  .pl-10 {
    padding-left: 2.5rem;
  }
  
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  
  .pr-\[100px\] {
    padding-right: 100px;
  }
  
  .pb-20 {
    padding-bottom: 5rem;
  }
  
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  
  .pb-8 {
    padding-bottom: 2rem;
  }
  
  .pb-4 {
    padding-bottom: 1rem;
  }
  
  .pt-3 {
    padding-top: 0.75rem;
  }
  
  .pb-5 {
    padding-bottom: 1.25rem;
  }
  
  .pr-12 {
    padding-right: 3rem;
  }
  
  .pr-\[68px\] {
    padding-right: 68px;
  }
  
  .pr-2 {
    padding-right: 0.5rem;
  }
  
  .pr-\[60px\] {
    padding-right: 60px;
  }
  
  .pr-\[30\%\] {
    padding-right: 30%;
  }
  
  .pr-20 {
    padding-right: 5rem;
  }
  
  .pt-\[60px\] {
    padding-top: 60px;
  }
  
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  
  .pt-8 {
    padding-top: 2rem;
  }
  
  .pr-40 {
    padding-right: 10rem;
  }
  
  .pt-\[24px\] {
    padding-top: 24px;
  }
  
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-end {
    text-align: end;
  }
  
  .align-top {
    vertical-align: top;
  }
  
  .align-bottom {
    vertical-align: bottom;
  }
  
  .font {
    font-family: Interstate, sans-serif;
  }
  
  .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  
  .font-bold {
    font-weight: 700;
  }
  
  .uppercase {
    text-transform: uppercase;
  }
  
  .capitalize {
    text-transform: capitalize;
  }
  
  .leading-4 {
    line-height: 1rem;
  }
  
  .text-red-100 {
    --tw-text-opacity: 1;
    color: rgb(228 0 58 / var(--tw-text-opacity));
  }
  
  .text-grey-100 {
    color: #353e46;
  }
  
  .text-white-100 {
    color: #fff;
  }
  
  .text-grey-60 {
    color: #353e4699;
  }
  
  .text-grey-80 {
    color: #353e46cc;
  }
  
  .text-black-100 {
    color: #000;
  }
  
  .text-white-60 {
    color: #fff9;
  }
  
  .text-white-85 {
    color: #ffffffd9;
  }
  
  .text-white-20 {
    color: #fff3;
  }
  
  .text-grey-20 {
    color: #353e4633;
  }
  
  .text-black-60 {
    color: #0009;
  }
  
  .underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  
  .no-underline {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .decoration-grey-100 {
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .opacity-20 {
    opacity: 0.2;
  }
  
  .opacity-80 {
    opacity: 0.8;
  }
  
  .shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
      0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  .outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  
  .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);
  }
  
  .transition {
    transition-property: color, background-color, border-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
      -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-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
  }
  
  .duration-300 {
    transition-duration: 0.3s;
  }
  
  .link-underline-disabled-paragraph-regular {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-disabled-paragraph-regular:hover {
    background-color: transparent;
  }
  
  .link-underline-disabled-paragraph-regular {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-disabled-paragraph-regular:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-disabled-paragraph-regular {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-disabled-paragraph-regular {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-underline-disabled-paragraph-regular:hover {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-paragraph-regular {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-disabled-paragraph-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-paragraph-regular {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .link-underline-paragraph-regular {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-underline-paragraph-regular:hover,
  .link-underline-paragraph-regular:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-underline-paragraph-regular:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-paragraph-regular:hover:disabled {
    background-color: transparent;
  }
  
  .link-underline-paragraph-regular {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-paragraph-regular:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-paragraph-regular {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-paragraph-regular {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-underline-paragraph-regular:hover,
  .dark .link-underline-paragraph-regular:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-underline-paragraph-regular:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-underline-paragraph-regular:hover:disabled {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-paragraph-regular {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-paragraph-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-underline-paragraph-regular {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .link-underline-paragraph-big {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-underline-paragraph-big:hover,
  .link-underline-paragraph-big:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-underline-paragraph-big:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-paragraph-big:hover:disabled {
    background-color: transparent;
  }
  
  .link-underline-paragraph-big {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-paragraph-big:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-paragraph-big {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-paragraph-big {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-underline-paragraph-big:hover,
  .dark .link-underline-paragraph-big:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-underline-paragraph-big:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-underline-paragraph-big:hover:disabled {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-paragraph-big {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-paragraph-big {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-underline-paragraph-big {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .link-paragraph-big {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-paragraph-big:hover,
  .link-paragraph-big:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-paragraph-big:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-paragraph-big:hover:disabled {
    background-color: transparent;
  }
  
  .link-paragraph-big {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-paragraph-big:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-paragraph-big {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-paragraph-big {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-paragraph-big:hover,
  .dark .link-paragraph-big:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-paragraph-big:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-paragraph-big:hover:disabled {
    background-color: transparent;
  }
  
  .link-paragraph-big {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-paragraph-big {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .link {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link:hover,
  .link:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link:hover:disabled {
    background-color: transparent;
  }
  
  .link {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link:hover,
  .dark .link:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link:hover:disabled {
    background-color: transparent;
  }
  
  .link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .link-dark-paragraph-small {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .link-dark-paragraph-small:hover,
  .link-dark-paragraph-small:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .link-dark-paragraph-small:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .link-dark-paragraph-small:hover:disabled {
    background-color: transparent;
  }
  
  .link-dark-paragraph-small {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-dark-paragraph-small:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-dark-paragraph-small {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-dark-paragraph-small {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .link-paragraph-regular {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-paragraph-regular:hover,
  .link-paragraph-regular:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-paragraph-regular:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-paragraph-regular:hover:disabled {
    background-color: transparent;
  }
  
  .link-paragraph-regular {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-paragraph-regular:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-paragraph-regular {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-paragraph-regular {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-paragraph-regular:hover,
  .dark .link-paragraph-regular:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-paragraph-regular:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-paragraph-regular:hover:disabled {
    background-color: transparent;
  }
  
  .link-paragraph-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-paragraph-regular {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .link-underline-headline {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-underline-headline:hover,
  .link-underline-headline:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-underline-headline:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-headline:hover:disabled {
    background-color: transparent;
  }
  
  .link-underline-headline {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-headline:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-headline {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-headline {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-underline-headline:hover,
  .dark .link-underline-headline:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-underline-headline:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-underline-headline:hover:disabled {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-headline {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-headline {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  
  @media (max-width: 767px) {
    .link-underline-headline {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em;
    }
  }
  
  .link-title {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-title:hover,
  .link-title:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-title:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-title:hover:disabled {
    background-color: transparent;
  }
  
  .link-title {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-title:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-title {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-title {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-title:hover,
  .dark .link-title:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-title:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-title:hover:disabled {
    background-color: transparent;
  }
  
  .link-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 767px) {
    .link-title {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .link-dark-paragraph-regular {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .link-dark-paragraph-regular:hover,
  .link-dark-paragraph-regular:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .link-dark-paragraph-regular:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .link-dark-paragraph-regular:hover:disabled {
    background-color: transparent;
  }
  
  .link-dark-paragraph-regular {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-dark-paragraph-regular:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-dark-paragraph-regular {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-dark-paragraph-regular {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .link-inverted-paragraph-regular {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .link-inverted-paragraph-regular:hover,
  .link-inverted-paragraph-regular:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .link-inverted-paragraph-regular:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .link-inverted-paragraph-regular:hover:disabled {
    background-color: transparent;
  }
  
  .link-inverted-paragraph-regular {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-inverted-paragraph-regular:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-inverted-paragraph-regular {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-inverted-paragraph-regular {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .dark .link-inverted-paragraph-regular:hover,
  .dark .link-inverted-paragraph-regular:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .dark .link-inverted-paragraph-regular:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .dark .link-inverted-paragraph-regular:hover:disabled {
    background-color: transparent;
  }
  
  .link-inverted-paragraph-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-inverted-paragraph-regular {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .link-light-paragraph-regular {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-light-paragraph-regular:hover,
  .link-light-paragraph-regular:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-light-paragraph-regular:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-light-paragraph-regular:hover:disabled {
    background-color: transparent;
  }
  
  .link-light-paragraph-regular {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-light-paragraph-regular:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-light-paragraph-regular {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-light-paragraph-regular {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .link-underline-display {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-underline-display:hover,
  .link-underline-display:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-underline-display:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-display:hover:disabled {
    background-color: transparent;
  }
  
  .link-underline-display {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-display:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-display {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-display {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-underline-display:hover,
  .dark .link-underline-display:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-underline-display:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-underline-display:hover:disabled {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-display {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-display {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.03em;
  }
  
  @media (max-width: 767px) {
    .link-underline-display {
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.03em;
    }
  }
  
  .link-underline-title {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-underline-title:hover,
  .link-underline-title:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-underline-title:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-title:hover:disabled {
    background-color: transparent;
  }
  
  .link-underline-title {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-title:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-title {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-title {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-underline-title:hover,
  .dark .link-underline-title:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-underline-title:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-underline-title:hover:disabled {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-title {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 767px) {
    .link-underline-title {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .link-underline-paragraph-small {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-underline-paragraph-small:hover,
  .link-underline-paragraph-small:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-underline-paragraph-small:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-paragraph-small:hover:disabled {
    background-color: transparent;
  }
  
  .link-underline-paragraph-small {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-paragraph-small:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-paragraph-small {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-paragraph-small {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-underline-paragraph-small:hover,
  .dark .link-underline-paragraph-small:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-underline-paragraph-small:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-underline-paragraph-small:hover:disabled {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-paragraph-small {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-paragraph-small {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-underline-paragraph-small {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .link-underline-disabled-display {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-disabled-display:hover {
    background-color: transparent;
  }
  
  .link-underline-disabled-display {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-disabled-display:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-disabled-display {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-disabled-display {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-underline-disabled-display:hover {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-display {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-disabled-display {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.03em;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-display {
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.03em;
    }
  }
  
  .link-underline-disabled-headline {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-disabled-headline:hover {
    background-color: transparent;
  }
  
  .link-underline-disabled-headline {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-disabled-headline:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-disabled-headline {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-disabled-headline {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-underline-disabled-headline:hover {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-headline {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-disabled-headline {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-headline {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em;
    }
  }
  
  .link-underline-disabled-title {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-disabled-title:hover {
    background-color: transparent;
  }
  
  .link-underline-disabled-title {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-disabled-title:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-disabled-title {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-disabled-title {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-underline-disabled-title:hover {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-title {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-disabled-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-title {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .link-underline-disabled-paragraph-big {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-disabled-paragraph-big:hover {
    background-color: transparent;
  }
  
  .link-underline-disabled-paragraph-big {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-disabled-paragraph-big:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-disabled-paragraph-big {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-disabled-paragraph-big {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-underline-disabled-paragraph-big:hover {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-paragraph-big {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-disabled-paragraph-big {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-paragraph-big {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .link-underline-disabled-paragraph-small {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-underline-disabled-paragraph-small:hover {
    background-color: transparent;
  }
  
  .link-underline-disabled-paragraph-small {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-underline-disabled-paragraph-small:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-underline-disabled-paragraph-small {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  .dark .link-underline-disabled-paragraph-small {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-underline-disabled-paragraph-small:hover {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-paragraph-small {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-underline-disabled-paragraph-small {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-underline-disabled-paragraph-small {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .link-display {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-display:hover,
  .link-display:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-display:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-display:hover:disabled {
    background-color: transparent;
  }
  
  .link-display {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-display:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-display {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-display {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-display:hover,
  .dark .link-display:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-display:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-display:hover:disabled {
    background-color: transparent;
  }
  
  .link-display {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.03em;
  }
  
  @media (max-width: 767px) {
    .link-display {
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.03em;
    }
  }
  
  .link-headline {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-headline:hover,
  .link-headline:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-headline:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-headline:hover:disabled {
    background-color: transparent;
  }
  
  .link-headline {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-headline:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-headline {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-headline {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-headline:hover,
  .dark .link-headline:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-headline:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-headline:hover:disabled {
    background-color: transparent;
  }
  
  .link-headline {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  
  @media (max-width: 767px) {
    .link-headline {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em;
    }
  }
  
  .link-paragraph-small {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-paragraph-small:hover,
  .link-paragraph-small:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-paragraph-small:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-paragraph-small:hover:disabled {
    background-color: transparent;
  }
  
  .link-paragraph-small {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-paragraph-small:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-paragraph-small {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-paragraph-small {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .dark .link-paragraph-small:hover,
  .dark .link-paragraph-small:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .link-paragraph-small:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .dark .link-paragraph-small:hover:disabled {
    background-color: transparent;
  }
  
  .link-paragraph-small {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-paragraph-small {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .link-disabled-display {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-disabled-display:hover {
    background-color: transparent;
  }
  
  .link-disabled-display {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-disabled-display:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-disabled-display {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-disabled-display {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-disabled-display:hover {
    background-color: transparent;
  }
  
  .link-disabled-display {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.03em;
  }
  
  @media (max-width: 767px) {
    .link-disabled-display {
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.03em;
    }
  }
  
  .link-disabled-headline {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-disabled-headline:hover {
    background-color: transparent;
  }
  
  .link-disabled-headline {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-disabled-headline:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-disabled-headline {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-disabled-headline {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-disabled-headline:hover {
    background-color: transparent;
  }
  
  .link-disabled-headline {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  
  @media (max-width: 767px) {
    .link-disabled-headline {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em;
    }
  }
  
  .link-disabled-title {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-disabled-title:hover {
    background-color: transparent;
  }
  
  .link-disabled-title {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-disabled-title:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-disabled-title {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-disabled-title {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-disabled-title:hover {
    background-color: transparent;
  }
  
  .link-disabled-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 767px) {
    .link-disabled-title {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .link-disabled-paragraph-big {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-disabled-paragraph-big:hover {
    background-color: transparent;
  }
  
  .link-disabled-paragraph-big {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-disabled-paragraph-big:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-disabled-paragraph-big {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-disabled-paragraph-big {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-disabled-paragraph-big:hover {
    background-color: transparent;
  }
  
  .link-disabled-paragraph-big {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-disabled-paragraph-big {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .link-disabled-paragraph-regular {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-disabled-paragraph-regular:hover {
    background-color: transparent;
  }
  
  .link-disabled-paragraph-regular {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-disabled-paragraph-regular:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-disabled-paragraph-regular {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-disabled-paragraph-regular {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-disabled-paragraph-regular:hover {
    background-color: transparent;
  }
  
  .link-disabled-paragraph-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-disabled-paragraph-regular {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  .link-disabled-paragraph-small {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-disabled-paragraph-small:hover {
    background-color: transparent;
  }
  
  .link-disabled-paragraph-small {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-disabled-paragraph-small:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-disabled-paragraph-small {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: default;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
  
  .dark .link-disabled-paragraph-small {
    color: #ffffff4d;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-color: #ffffff4d;
  }
  
  .dark .link-disabled-paragraph-small:hover {
    background-color: transparent;
  }
  
  .link-disabled-paragraph-small {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-disabled-paragraph-small {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .link-light-underline-paragraph-big {
    color: #353e46;
    -webkit-text-decoration-color: rgba(53, 62, 70, 1);
    text-decoration-color: #353e46;
  }
  
  .link-light-underline-paragraph-big:hover,
  .link-light-underline-paragraph-big:active {
    background-color: #353e4633;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, 1);
    text-decoration-color: #000;
  }
  
  .link-light-underline-paragraph-big:disabled {
    color: #353e4633;
    -webkit-text-decoration-color: rgba(53, 62, 70, 0.2);
    text-decoration-color: #353e4633;
  }
  
  .link-light-underline-paragraph-big:hover:disabled {
    background-color: transparent;
  }
  
  .link-light-underline-paragraph-big {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-light-underline-paragraph-big:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-light-underline-paragraph-big {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  @media (max-width: 767px) {
    .link-light-underline-paragraph-big {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-light-underline-paragraph-big {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .link-light-underline-paragraph-big {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  .link-dark-title {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .link-dark-title:hover,
  .link-dark-title:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .link-dark-title:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .link-dark-title:hover:disabled {
    background-color: transparent;
  }
  
  .link-dark-title {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-dark-title:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-dark-title {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  
  @media (max-width: 767px) {
    .link-dark-title {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.01em;
    }
  }
  
  .link-dark-underline-headline {
    color: #ffffffd9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
    text-decoration-color: #ffffffd9;
  }
  
  .link-dark-underline-headline:hover,
  .link-dark-underline-headline:active {
    background-color: #000;
    color: #fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .link-dark-underline-headline:disabled {
    color: #fff9;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: #fff9;
  }
  
  .link-dark-underline-headline:hover:disabled {
    background-color: transparent;
  }
  
  .link-dark-underline-headline {
    gap: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
  }
  
  .link-dark-underline-headline:hover {
    gap: 6px;
    text-underline-offset: 10px;
  }
  
  .link-dark-underline-headline {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
  
  @media (max-width: 767px) {
    .link-dark-underline-headline {
      padding-bottom: 0.5rem;
      text-decoration-thickness: 3px;
    }
  }
  
  .link-dark-underline-headline {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  
  @media (max-width: 767px) {
    .link-dark-underline-headline {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.02em;
    }
  }
  
  .tag-red {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .tag-red {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .tag-red {
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(228 0 58 / var(--tw-bg-opacity));
    padding: 2px 12px;
    color: #fff;
  }
  
  .tag-grey {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .tag-grey {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .tag-grey {
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #353e46;
    padding: 2px 12px;
    color: #fff;
  }
  
  .dark .tag-grey {
    background-color: #fff;
    color: #353e46;
  }
  
  .tag {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .tag {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .tag {
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #353e46;
    padding: 2px 12px;
    color: #fff;
  }
  
  .dark .tag {
    background-color: #fff;
    color: #353e46;
  }
  
  .tag-white {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .tag-white {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .tag-white {
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #fff;
    padding: 2px 12px;
    color: #353e46;
  }
  
  .first\:mt-0:first-child {
    margin-top: 0;
  }
  
  .first\:ml-0:first-child {
    margin-left: 0;
  }
  
  .first\:mr-0:first-child {
    margin-right: 0;
  }
  
  .last\:mr-0:last-child {
    margin-right: 0;
  }
  
  .last\:mr-3:last-child {
    margin-right: 0.75rem;
  }
  
  .open\:bg-white-100[open] {
    background-color: #fff;
  }
  
  .open\:bg-black-5[open] {
    background-color: #0000000d;
  }
  
  .hover\:border-grey-80:hover {
    border-color: #353e46cc;
  }
  
  .hover\:bg-black-100:hover {
    background-color: #000;
  }
  
  .hover\:bg-grey-5:hover {
    background-color: #353e460d;
  }
  
  .hover\:bg-black-5:hover {
    background-color: #0000000d;
  }
  
  .hover\:bg-grey-100:hover {
    background-color: #353e46;
  }
  
  .hover\:bg-black-20:hover {
    background-color: #0003;
  }
  
  .dark .dark\:hover\:bg-grey-100:hover {
    background-color: #353e46;
  }
  
  .hover\:text-white-100:hover {
    color: #fff;
  }
  
  .hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  
  .focus\:border-black-100:focus {
    border-color: #000;
  }
  
  .disabled\:bg-black-5:disabled {
    background-color: #0000000d;
  }
  
  .disabled\:text-grey-20:disabled {
    color: #353e4633;
  }
  
  .disabled\:hover\:border-black-20:hover:disabled {
    border-color: #0003;
  }
  
  .dark .dark\:block {
    display: block;
  }
  
  .dark .dark\:inline-block {
    display: inline-block;
  }
  
  .dark .dark\:hidden {
    display: none;
  }
  
  .dark .dark\:border-\[\#CCCCCC\] {
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
  }
  
  .dark .dark\:border-transparent {
    border-color: transparent;
  }
  
  .dark .dark\:border-black-20 {
    border-color: #0003;
  }
  
  .dark .dark\:bg-black-20 {
    background-color: #0003;
  }
  
  .dark .dark\:bg-grey-100 {
    background-color: #353e46;
  }
  
  .dark .dark\:bg-black-20-solid {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .dark .dark\:bg-black-5 {
    background-color: #0000000d;
  }
  
  .dark .dark\:bg-black-100 {
    background-color: #000;
  }
  
  .dark .dark\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 0 58 / var(--tw-bg-opacity));
  }
  
  .dark .dark\:bg-white-100 {
    background-color: #fff;
  }
  
  .dark .dark\:bg-\[\#2a3238\] {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .dark .dark\:bg-black-60 {
    background-color: #0009;
  }
  
  .dark .dark\:text-white-100 {
    color: #fff;
  }
  
  .dark .dark\:text-white-85 {
    color: #ffffffd9;
  }
  
  .dark .dark\:text-white-60 {
    color: #fff9;
  }
  
  .dark .dark\:text-grey-20 {
    color: #353e4633;
  }
  
  .dark .dark\:text-grey-80 {
    color: #353e46cc;
  }
  
  .dark .dark\:text-grey-100 {
    color: #353e46;
  }
  
  .dark .dark\:text-white-20 {
    color: #fff3;
  }
  
  .dark .dark\:decoration-white-100 {
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: #fff;
  }
  
  .dark .dark\:tag-white {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  @media (max-width: 767px) {
    .dark .dark\:tag-white {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .dark .dark\:tag-white {
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #fff;
    padding: 2px 12px;
    color: #353e46;
  }
  
  .dark .dark\:open\:bg-black-20-solid[open] {
    --tw-bg-opacity: 1;
    background-color: rgb(42 50 56 / var(--tw-bg-opacity));
  }
  
  .dark .dark\:open\:bg-black-20[open] {
    background-color: #0003;
  }
  
  .dark .dark\:hover\:bg-black-5:hover {
    background-color: #0000000d;
  }
  
  .dark .dark\:hover\:bg-black-100:hover {
    background-color: #000;
  }
  
  .dark .dark\:hover\:bg-black-20:hover {
    background-color: #0003;
  }
  
  .dark .dark\:hover\:text-white-100:hover {
    color: #fff;
  }
  
  @media (max-width: 1698px) {
    .video-breakpoint\:h-auto {
      height: auto;
    }
  
    .video-breakpoint\:max-h-full {
      max-height: 100%;
    }
  
    .video-breakpoint\:w-full {
      width: 100%;
    }
  
    .video-breakpoint\:max-w-full {
      max-width: 100%;
    }
  
    .video-breakpoint\:flex {
      display: flex;
    }
  
    .video-breakpoint\:hidden {
      display: none;
    }
  
    .video-breakpoint\:flex-col {
      flex-direction: column;
    }
  
    .video-breakpoint\:items-center {
      align-items: center;
    }
  
    .video-breakpoint\:justify-center {
      justify-content: center;
    }
  
    .video-breakpoint\:bg-grey-100 {
      background-color: #353e46;
    }
  
    .video-breakpoint\:px-0 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .video-breakpoint\:pt-0 {
      padding-top: 0;
    }
  
    .video-breakpoint\:pb-0 {
      padding-bottom: 0;
    }
  
    .video-breakpoint\:px-20 {
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .dark .dark\:video-breakpoint\:bg-black-20-solid {
      --tw-bg-opacity: 1;
      background-color: rgb(42 50 56 / var(--tw-bg-opacity));
    }
  }
  
  @media (max-width: 1535px) {
    .\32xl\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  
    .\32xl\:block {
      display: block;
    }
  
    .\32xl\:hidden {
      display: none;
    }
  
    .\32xl\:w-full {
      width: 100%;
    }
  
    .\32xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .\32xl\:px-10 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  
  @media (max-width: 1400px) {
    .\31-5xl\:block {
      display: block;
    }
  
    .\31-5xl\:hidden {
      display: none;
    }
  
    .\31-5xl\:gap-5 {
      gap: 1.25rem;
    }
  }
  
  @media (max-width: 1279px) {
    .xl\:text-paragraph-regular {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
    }
  
    @media (max-width: 767px) {
      .xl\:text-paragraph-regular {
        font-size: 14px;
        line-height: 24px;
      }
    }
  
    .xl\:col-span-4 {
      grid-column: span 4 / span 4;
    }
  
    .xl\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  
    .xl\:block {
      display: block;
    }
  
    .xl\:hidden {
      display: none;
    }
  
    .xl\:w-full {
      width: 100%;
    }
  
    .xl\:w-2\/3 {
      width: 66.666667%;
    }
  
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .xl\:py-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  
  @media (max-width: 1023px) {
    .lg\:relative {
      position: relative;
    }
  
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  
    .lg\:row-start-2 {
      grid-row-start: 2;
    }
  
    .lg\:row-start-4 {
      grid-row-start: 4;
    }
  
    .lg\:row-start-6 {
      grid-row-start: 6;
    }
  
    .lg\:my-10 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
  
    .lg\:mt-\[150px\] {
      margin-top: 150px;
    }
  
    .lg\:mr-0 {
      margin-right: 0;
    }
  
    .lg\:mt-\[60px\] {
      margin-top: 60px;
    }
  
    .lg\:mt-2 {
      margin-top: 0.5rem;
    }
  
    .lg\:mt-10 {
      margin-top: 2.5rem;
    }
  
    .lg\:ml-0 {
      margin-left: 0;
    }
  
    .lg\:mt-20 {
      margin-top: 5rem;
    }
  
    .lg\:mt-6 {
      margin-top: 1.5rem;
    }
  
    .lg\:mb-20 {
      margin-bottom: 5rem;
    }
  
    .lg\:mt-4 {
      margin-top: 1rem;
    }
  
    .lg\:mt-0 {
      margin-top: 0;
    }
  
    .lg\:block {
      display: block;
    }
  
    .lg\:flex {
      display: flex;
    }
  
    .lg\:grid {
      display: grid;
    }
  
    .lg\:hidden {
      display: none;
    }
  
    .lg\:h-auto {
      height: auto;
    }
  
    .lg\:min-h-\[400px\] {
      min-height: 400px;
    }
  
    .lg\:min-h-\[480px\] {
      min-height: 480px;
    }
  
    .lg\:min-w-full {
      min-width: 100%;
    }
  
    .lg\:w-full {
      width: 100%;
    }
  
    .lg\:w-2\/3 {
      width: 66.666667%;
    }
  
    .lg\:w-max {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
    }
  
    .lg\:max-w-full {
      max-width: 100%;
    }
  
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  
    .lg\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .lg\:flex-col {
      flex-direction: column;
    }
  
    .lg\:flex-col-reverse {
      flex-direction: column-reverse;
    }
  
    .lg\:items-start {
      align-items: flex-start;
    }
  
    .lg\:justify-start {
      justify-content: flex-start;
    }
  
    .lg\:gap-10 {
      gap: 2.5rem;
    }
  
    .lg\:gap-0 {
      gap: 0px;
    }
  
    .lg\:gap-6 {
      gap: 1.5rem;
    }
  
    .lg\:gap-x-10 {
      -moz-column-gap: 2.5rem;
      column-gap: 2.5rem;
    }
  
    .lg\:self-start {
      align-self: flex-start;
    }
  
    .lg\:self-end {
      align-self: flex-end;
    }
  
    .lg\:justify-self-end {
      justify-self: end;
    }
  
    .lg\:p-0 {
      padding: 0;
    }
  
    .lg\:px-0 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .lg\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .lg\:py-\[60px\] {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .lg\:py-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .lg\:py-10 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  
    .lg\:py-6 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  
    .lg\:pt-16 {
      padding-top: 4rem;
    }
  
    .lg\:pt-\[134px\] {
      padding-top: 134px;
    }
  
    .lg\:pb-10 {
      padding-bottom: 2.5rem;
    }
  
    .lg\:pr-0 {
      padding-right: 0;
    }
  
    .lg\:pt-0 {
      padding-top: 0;
    }
  }
  
  @media (max-width: 767px) {
    .md\:text-paragraph-regular {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
    }
  
    @media (max-width: 767px) {
      .md\:text-paragraph-regular {
        font-size: 14px;
        line-height: 24px;
      }
    }
  
    .md\:text-paragraph-small {
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0px;
    }
  
    @media (max-width: 767px) {
      .md\:text-paragraph-small {
        font-size: 12px;
        line-height: 20px;
      }
    }
  
    .md\:button-red {
      position: relative;
      z-index: 2;
      gap: 0px;
      transition-property: gap;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 0.2s;
    }
  
    .md\:bg-grey-100 {
      background-color: #353e46;
    }
  
    .md\:button-red:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      height: 100%;
      width: 100%;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      background-color: inherit;
      transition-property: transform;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      --tw-content: "";
      content: var(--tw-content);
    }
  
    .md\:button-red:hover {
      gap: 6px;
    }
  
    .md\:button-red:hover:before {
      content: var(--tw-content);
      --tw-scale-x: 1.15;
      --tw-scale-y: 1.15;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  
    .md\:button-red {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }
  
    @media (max-width: 767px) {
      .md\:button-red {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.01em;
      }
    }
  
    .md\:button-red {
      display: flex;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      cursor: pointer;
      flex-direction: row;
      justify-content: center;
      padding: 12px 24px;
      -webkit-text-decoration-line: none;
      text-decoration-line: none;
    }
  
    @media (max-width: 767px) {
      .md\:button-red {
        padding: 12px 16px;
      }
    }
  
    .md\:button-red,
    .md\:button-red:active {
      --tw-bg-opacity: 1;
      background-color: rgb(228 0 58 / var(--tw-bg-opacity));
      color: #fff;
    }
  
    .md\:button-red:disabled {
      cursor: default;
      background-color: #353e4633;
      color: #fff9;
    }
  
    .md\:relative {
      position: relative;
    }
  
    .md\:right-6 {
      right: 1.5rem;
    }
  
    .md\:top-6 {
      top: 1.5rem;
    }
  
    .md\:top-0 {
      top: 0;
    }
  
    .md\:left-0 {
      left: 0;
    }
  
    .md\:right-10 {
      right: 2.5rem;
    }
  
    .md\:bottom-10 {
      bottom: 2.5rem;
    }
  
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  
    .md\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  
    .md\:my-10 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
  
    .md\:-mx-6 {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
    }
  
    .md\:my-4 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  
    .md\:my-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .md\:my-6 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
  
    .md\:-ml-6 {
      margin-left: -1.5rem;
    }
  
    .md\:mr-5 {
      margin-right: 1.25rem;
    }
  
    .md\:mt-6 {
      margin-top: 1.5rem;
    }
  
    .md\:ml-0 {
      margin-left: 0;
    }
  
    .md\:mb-\[10px\] {
      margin-bottom: 10px;
    }
  
    .md\:mt-2 {
      margin-top: 0.5rem;
    }
  
    .md\:mt-0 {
      margin-top: 0;
    }
  
    .md\:mt-10 {
      margin-top: 2.5rem;
    }
  
    .md\:mt-4 {
      margin-top: 1rem;
    }
  
    .md\:mt-\[60px\] {
      margin-top: 60px;
    }
  
    .md\:mr-0 {
      margin-right: 0;
    }
  
    .md\:mb-10 {
      margin-bottom: 2.5rem;
    }
  
    .md\:mt-9 {
      margin-top: 2.25rem;
    }
  
    .md\:mr-6 {
      margin-right: 1.5rem;
    }
  
    .md\:mt-\[80px\] {
      margin-top: 80px;
    }
  
    .md\:-ml-1 {
      margin-left: -0.25rem;
    }
  
    .md\:mr-4 {
      margin-right: 1rem;
    }
  
    .md\:mr-12 {
      margin-right: 3rem;
    }
  
    .md\:mr-11 {
      margin-right: 2.75rem;
    }
  
    .md\:mr-3 {
      margin-right: 0.75rem;
    }
  
    .md\:mb-4 {
      margin-bottom: 1rem;
    }
  
    .md\:mt-5 {
      margin-top: 1.25rem;
    }
  
    .md\:mt-\[120px\] {
      margin-top: 120px;
    }
  
    .md\:mb-\[61px\] {
      margin-bottom: 61px;
    }
  
    .md\:mb-20 {
      margin-bottom: 5rem;
    }
  
    .md\:mt-\[40px\] {
      margin-top: 40px;
    }
  
    .md\:mt-1 {
      margin-top: 0.25rem;
    }
  
    .md\:ml-2 {
      margin-left: 0.5rem;
    }
  
    .md\:ml-\[20\%\] {
      margin-left: 20%;
    }
  
    .md\:mb-\[60px\] {
      margin-bottom: 60px;
    }
  
    .md\:mb-6 {
      margin-bottom: 1.5rem;
    }
  
    .md\:mb-2 {
      margin-bottom: 0.5rem;
    }
  
    .md\:mt-8 {
      margin-top: 2rem;
    }
  
    .md\:block {
      display: block;
    }
  
    .md\:flex {
      display: flex;
    }
  
    .md\:grid {
      display: grid;
    }
  
    .md\:hidden {
      display: none;
    }
  
    .md\:h-\[60px\] {
      height: 60px;
    }
  
    .md\:h-\[200px\] {
      height: 200px;
    }
  
    .md\:h-auto {
      height: auto;
    }
  
    .md\:h-\[96px\] {
      height: 96px;
    }
  
    .md\:h-\[108px\] {
      height: 108px;
    }
  
    .md\:h-\[30px\] {
      height: 30px;
    }
  
    .md\:h-\[480px\] {
      height: 480px;
    }
  
    .md\:h-max {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
    }
  
    .md\:max-h-full {
      max-height: 100%;
    }
  
    .md\:min-h-\[1px\] {
      min-height: 1px;
    }
  
    .md\:w-\[60px\] {
      width: 60px;
    }
  
    .md\:w-2\/3 {
      width: 66.666667%;
    }
  
    .md\:w-full {
      width: 100%;
    }
  
    .md\:w-max {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
    }
  
    .md\:w-\[96px\] {
      width: 96px;
    }
  
    .md\:w-1\/2 {
      width: 50%;
    }
  
    .md\:w-1\/3 {
      width: 33.333333%;
    }
  
    .md\:min-w-full {
      min-width: 100%;
    }
  
    .md\:min-w-0 {
      min-width: 0px;
    }
  
    .md\:max-w-\[240px\] {
      max-width: 240px;
    }
  
    .md\:max-w-\[250px\] {
      max-width: 250px;
    }
  
    .md\:max-w-full {
      max-width: 100%;
    }
  
    .md\:-rotate-45 {
      --tw-rotate: -45deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .md\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  
    .md\:flex-row {
      flex-direction: row;
    }
  
    .md\:flex-col {
      flex-direction: column;
    }
  
    .md\:flex-col-reverse {
      flex-direction: column-reverse;
    }
  
    .md\:flex-wrap {
      flex-wrap: wrap;
    }
  
    .md\:items-start {
      align-items: flex-start;
    }
  
    .md\:items-center {
      align-items: center;
    }
  
    .md\:justify-start {
      justify-content: flex-start;
    }
  
    .md\:justify-center {
      justify-content: center;
    }
  
    .md\:justify-between {
      justify-content: space-between;
    }
  
    .md\:gap-2 {
      gap: 0.5rem;
    }
  
    .md\:gap-1 {
      gap: 0.25rem;
    }
  
    .md\:gap-10 {
      gap: 2.5rem;
    }
  
    .md\:gap-4 {
      gap: 1rem;
    }
  
    .md\:gap-6 {
      gap: 1.5rem;
    }
  
    .md\:gap-20 {
      gap: 5rem;
    }
  
    .md\:gap-\[30px\] {
      gap: 30px;
    }
  
    .md\:gap-0 {
      gap: 0px;
    }
  
    .md\:gap-\[60px\] {
      gap: 60px;
    }
  
    .md\:gap-x-0 {
      -moz-column-gap: 0px;
      column-gap: 0px;
    }
  
    .md\:gap-x-4 {
      column-gap: 1rem;
    }
  
    .md\:gap-y-\[60px\] {
      row-gap: 60px;
    }
  
    .md\:gap-y-6 {
      row-gap: 1.5rem;
    }
  
    .md\:self-end {
      align-self: flex-end;
    }
  
    .md\:self-center {
      align-self: center;
    }
  
    .md\:justify-self-end {
      justify-self: end;
    }
  
    .md\:whitespace-normal {
      white-space: normal;
    }
  
    .md\:p-6 {
      padding: 1.5rem;
    }
  
    .md\:p-10 {
      padding: 2.5rem;
    }
  
    .md\:p-0 {
      padding: 0;
    }
  
    .md\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .md\:py-\[60px\] {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .md\:py-10 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  
    .md\:px-3 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
  
    .md\:py-6 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  
    .md\:py-4 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  
    .md\:py-2 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  
    .md\:px-4 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .md\:py-\[80px\] {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .md\:px-0 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .md\:px-2 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
  
    .md\:py-\[54px\] {
      padding-top: 54px;
      padding-bottom: 54px;
    }
  
    .md\:py-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .md\:py-14 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
  
    .md\:pt-0 {
      padding-top: 0;
    }
  
    .md\:pr-\[68px\] {
      padding-right: 68px;
    }
  
    .md\:pb-10 {
      padding-bottom: 2.5rem;
    }
  
    .md\:pt-\[108px\] {
      padding-top: 108px;
    }
  
    .md\:pr-5 {
      padding-right: 1.25rem;
    }
  
    .md\:pr-12 {
      padding-right: 3rem;
    }
  
    .md\:pb-4 {
      padding-bottom: 1rem;
    }
  
    .md\:pb-\[60px\] {
      padding-bottom: 60px;
    }
  
    .md\:pl-12 {
      padding-left: 3rem;
    }
  
    .md\:pb-20 {
      padding-bottom: 5rem;
    }
  
    .md\:pb-6 {
      padding-bottom: 1.5rem;
    }
  
    .md\:pr-0 {
      padding-right: 0;
    }
  
    .md\:pb-0 {
      padding-bottom: 0;
    }
  
    .md\:pt-4 {
      padding-top: 1rem;
    }
  
    .md\:pt-6 {
      padding-top: 1.5rem;
    }
  
    .md\:pt-10 {
      padding-top: 2.5rem;
    }
  
    .md\:pt-8 {
      padding-top: 2rem;
    }
  
    .md\:text-center {
      text-align: center;
    }
  
    .md\:leading-9 {
      line-height: 2.25rem;
    }
  }
  
  @media (max-width: 639px) {
    .sm\:mt-10 {
      margin-top: 2.5rem;
    }
  
    .sm\:mb-5 {
      margin-bottom: 1.25rem;
    }
  
    .sm\:h-full {
      height: 100%;
    }
  }
  
  @media (max-width: 1279px) {
    .header-footer-xl\:mt-10 {
      margin-top: 2.5rem;
    }
  
    .header-footer-xl\:mt-0 {
      margin-top: 0;
    }
  
    .header-footer-xl\:mt-6 {
      margin-top: 1.5rem;
    }
  
    .header-footer-xl\:mr-5 {
      margin-right: 1.25rem;
    }
  
    .header-footer-xl\:mr-0 {
      margin-right: 0;
    }
  
    .header-footer-xl\:pt-0 {
      padding-top: 0;
    }
  
    .header-footer-xl\:p-4 {
      padding: 1rem;
    }
  
    .header-footer-xl\:pt-6 {
      padding-top: 1.5rem;
    }
  
    .header-footer-xl\:block {
      display: block;
    }
  
    .header-footer-xl\:flex {
      display: flex;
    }
  
    .header-footer-xl\:hidden {
      display: none;
    }
  
    .header-footer-xl\:h-max {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
    }
  
    .header-footer-xl\:min-w-\[10px\] {
      min-width: 10px;
    }
  
    .header-footer-xl\:max-w-\[132px\] {
      max-width: 132px;
    }
  
    .header-footer-xl\:flex-col {
      flex-direction: column;
    }
  
    .header-footer-xl\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  
    .header-footer-xl\:items-start {
      align-items: flex-start;
    }
  
    .header-footer-xl\:items-center {
      align-items: center;
    }
  
    .header-footer-xl\:justify-between {
      justify-content: space-between;
    }
  
    .header-footer-xl\:p-6 {
      padding: 1.5rem;
    }
  
    .header-footer-xl\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  
  @media (max-width: 1080px) {
    .header-footer-lg\:text-paragraph-regular {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
    }
  
    @media (max-width: 767px) {
      .header-footer-lg\:text-paragraph-regular {
        font-size: 14px;
        line-height: 24px;
      }
    }
  
    .header-footer-lg\:ml-5 {
      margin-left: 1.25rem;
    }
  
    .header-footer-lg\:block {
      display: block;
    }
  
    .header-footer-lg\:hidden {
      display: none;
    }
  }
  
  @media (max-width: 935px) {
    .header-footer-md\:mt-10 {
      margin-top: 2.5rem;
    }
  
    .header-footer-md\:mt-0 {
      margin-top: 0;
    }
  
    .header-footer-md\:mt-6 {
      margin-top: 1.5rem;
    }
  
    .header-footer-md\:mr-5 {
      margin-right: 1.25rem;
    }
  
    .header-footer-md\:mr-0 {
      margin-right: 0;
    }
  
    .header-footer-md\:block {
      display: block;
    }
  
    .header-footer-md\:flex {
      display: flex;
    }
  
    .header-footer-md\:hidden {
      display: none;
    }
  
    .header-footer-md\:h-max {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
    }
  
    .header-footer-md\:min-w-\[10px\] {
      min-width: 10px;
    }
  
    .header-footer-md\:max-w-\[132px\] {
      max-width: 132px;
    }
  
    .header-footer-md\:flex-col {
      flex-direction: column;
    }
  
    .header-footer-md\:items-start {
      align-items: flex-start;
    }
  
    .header-footer-md\:items-center {
      align-items: center;
    }
  
    .header-footer-md\:justify-between {
      justify-content: space-between;
    }
  
    .header-footer-md\:p-6 {
      padding: 1.5rem;
    }
  
    .header-footer-md\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  
  .opacity-01 {
    opacity: 0.1 !important;
  }
  
  .text-left {
    text-align: left;
  }
  
  .align-end {
    align-items: end;
  }