:root {
    --black: black;
    --white: white;
    --infinyte-green: #e1fc6f;
  }
  
  .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: white;
  }
  
  h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Catamaran, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  
  p {
    margin-bottom: 10px;
    font-family: Catamaran, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  
  ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  li {
    font-family: Catamaran, sans-serif;
    font-size: 16px;
  }
  
  strong {
    font-family: Catamaran, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  
  .navigation-wrapper {
    grid-column-gap: 8px;
    align-items: center;
    display: none;
  }
  
  .navigation {
    z-index: 900;
    color: #fff;
    object-fit: fill;
    background-color: #1a1a1a;
    align-items: center;
    width: 100%;
    padding: 60px 4.86vw;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 500;
    display: block;
    position: static;
    top: 10vh;
    bottom: auto;
    left: auto;
    right: auto;
  }
  
  .navigation.sticky {
    background-color: rgba(26, 26, 26, 0);
    position: fixed;
    top: 0;
  }
  
  .logo {
    opacity: 1;
    filter: none;
    width: 124px;
  }
  
  .navigation-menu {
    align-items: center;
    display: flex;
    position: static;
  }
  
  .navigation-container {
    opacity: 0;
    color: #1a1a1a;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 70px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .navigation-link {
    color: #fff;
    letter-spacing: -.01em;
    white-space: nowrap;
    background-color: rgba(155, 140, 140, 0);
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
    transition: all .35s;
  }
  
  .navigation-link:hover {
    color: #160042;
    background-color: #f3f5fb;
  }
  
  .navigation-link.w--current {
    color: #642eff;
  }
  
  .body {
    color: #fff9f9;
    background-color: #1a1a1a;
  }
  
  .body.light {
    background-color: #fff;
    overflow: visible;
  }
  
  .hero-heading {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Catamaran, sans-serif;
    font-size: 12vh;
    line-height: .9;
  }
  
  .hero-heading.split-lines {
    color: #fff;
    font-size: 12vh;
  }
  
  .hero-span {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(133deg, #feda5a, #c89078 39%, #9ea5c5 100%, #a6b5ca);
    -webkit-background-clip: text;
    background-clip: text;
  }
  
  .hero-content {
    z-index: 100;
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .hero-paragraph {
    color: #fff;
    background-color: rgba(65, 16, 16, 0);
    border: 1px #fff;
    margin-bottom: 30px;
    font-family: Catamaran, sans-serif;
    font-size: 3vh;
    line-height: 1.6;
  }
  
  .text-block {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 8px;
    padding: 10px 80px;
    font-family: Catamaran, sans-serif;
    font-size: 1.75rem;
    line-height: 1.5;
    text-decoration: none;
  }
  
  .link-block {
    color: #fff;
    border: 1px #fff;
    border-radius: 12px;
    text-decoration: none;
    display: none;
  }
  
  .three-text-wrapper {
    color: #000;
    background-image: none;
    overflow: hidden;
  }
  
  .heading-2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: Catamaran, sans-serif;
    font-size: 12vh;
    font-weight: 400;
    line-height: .93;
  }
  
  .extrabold {
    font-weight: 900;
  }
  
  .dolly-wrapper {
    background-image: none;
    min-width: 0;
    min-height: 400vh;
    display: block;
    position: relative;
  }
  
  .dolly-container {
    max-width: 100%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  
  .dolly-wrap {
    z-index: 1000;
    background-image: linear-gradient(120deg, #feda5a, #c89078 33%, #9ea5c5 76%, #a6b5ca);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
  }
  
  .dolly-wrap.dolly-container-section.dolly-container-section-04 {
    display: flex;
  }
  
  .dolly-layer {
    z-index: 10;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    overflow: hidden;
  }
  
  .dolly-layer.index {
    z-index: 50;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: padding-box;
    display: block;
    overflow: visible;
  }
  
  .dolly-layer.bg1 {
    text-align: left;
    background-color: #1a1a1a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .dolly-layer.bg1.dolly-layer-bg.dolly-container-section.dolly-container-section-01 {
    background-color: rgba(228, 55, 55, 0);
    height: 100vh;
  }
  
  .global-css {
    overflow: visible;
  }
  
  .mouse-wrapper {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }
  
  .mouse {
    filter: brightness(41%);
    border: 3px solid #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: flex-start;
    width: 25px;
    height: 40px;
    display: flex;
  }
  
  .circle {
    background-color: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-top: 8px;
  }
  
  .gradient-overlay {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(128deg, #feda5a, #c89078 32%, #9ea5c5 74%, #a6b5ca);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Catamaran, sans-serif;
  }
  
  .fold-3 {
    z-index: 3;
    background-color: #1a1a1a;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 4.86vw;
    padding-right: 4.86vw;
    display: flex;
    position: static;
    top: auto;
    bottom: 0;
  }
  
  .fold-4 {
    z-index: 2;
    background-color: #1a1a1a;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 4.86vw;
    padding-right: 4.86vw;
    display: flex;
    position: static;
    bottom: 0;
  }
  
  .track-vertical {
    filter: contrast(130%);
    flex-direction: column;
    display: flex;
    position: absolute;
  }
  
  .vertical-scroll-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 41.5vh;
    position: relative;
    overflow: visible;
  }
  
  .heading-large {
    color: #fff;
    background-color: rgba(158, 61, 61, 0);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Catamaran, sans-serif;
    font-size: 12vh;
    font-weight: 700;
    line-height: 1.25;
  }
  
  .heading-large.rotate-text {
    color: #dcdfea;
    white-space: nowrap;
    font-weight: 600;
  }
  
  .heading-large.rotate-text._2 {
    font-weight: 200;
  }
  
  .heading-large.rotate-text._2.gradient-overlay {
    opacity: 0;
    filter: none;
    font-weight: 600;
  }
  
  .heading-large.rotate-text._7 {
    font-weight: 200;
  }
  
  .heading-large.rotate-text._7.gradient-overlay {
    opacity: 0;
    filter: none;
    font-weight: 600;
  }
  
  .heading-large.rotate-text._3, .heading-large.rotate-text._3.gradient-overlay {
    font-weight: 200;
  }
  
  .heading-large.rotate-text._3.gradient-overlay.bold {
    opacity: 0;
    filter: none;
    font-weight: 600;
  }
  
  .heading-large.rotate-text._6 {
    font-weight: 200;
  }
  
  .heading-large.rotate-text._6.gradient-overlay {
    opacity: 0;
    filter: none;
    font-weight: 600;
  }
  
  .heading-large.rotate-text._4 {
    font-weight: 200;
  }
  
  .heading-large.rotate-text._4.gradient-overlay {
    opacity: 0;
    filter: none;
    font-weight: 600;
  }
  
  .heading-large.rotate-text._1 {
    font-weight: 200;
  }
  
  .heading-large.rotate-text._1.gradient-overlay {
    filter: none;
    font-weight: 600;
  }
  
  .heading-large.rotate-text._5 {
    font-weight: 200;
  }
  
  .heading-large.rotate-text._5.gradient-overlay {
    opacity: 0;
    filter: none;
    font-weight: 600;
  }
  
  .heading-large.rotate-text._8 {
    font-weight: 200;
  }
  
  .heading-large.rotate-text._8.gradient-overlay {
    opacity: 0;
    filter: none;
    font-weight: 600;
  }
  
  .text-rotation-wrapper {
    justify-content: center;
    margin-left: 0%;
    display: flex;
  }
  
  .main-wrapper {
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }
  
  .btn-wrapper-bg {
    z-index: auto;
    justify-content: center;
    align-items: center;
    width: 369px;
    height: 71px;
    display: flex;
    position: static;
  }
  
  .btn-wrapper {
    border: 2px solid #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 369px;
    height: 71px;
    display: none;
    position: relative;
  }
  
  .btn-text-wrapper {
    cursor: pointer;
    border: 2px solid #1a1a1a;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .btn-text {
    z-index: auto;
    color: #fff;
    text-align: center;
    font-family: Catamaran, sans-serif;
    font-size: 28px;
    line-height: 43px;
    text-decoration: none;
    position: relative;
  }
  
  .btn-bg-hover {
    z-index: 1;
    background-color: #a4a4a4;
    background-image: linear-gradient(120deg, #1a1a1a, #3c3c3c 25%, #adadad 50%, #3c3c3c 75%, #1a1a1a);
    width: 110%;
    height: 110%;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: translate(-385px);
  }
  
  .bg-container {
    z-index: 1;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    width: 100%;
    height: 50vh;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  
  .fold-3 {
    z-index: 2;
    justify-content: center;
    position: absolute;
    top: auto;
    bottom: auto;
  }
  
  .fold-3.dolly-container-section.dolly-container-section-02 {
    background-color: rgba(56, 47, 47, 0);
    display: flex;
    position: relative;
  }
  
  .fold-4 {
    z-index: 1;
    justify-content: center;
    position: relative;
    top: auto;
    bottom: auto;
  }
  
  .fold-4.dolly-container-section.dolly-container-section-03 {
    background-color: rgba(214, 109, 109, 0);
    display: flex;
  }
  
  .css-button {
    color: #fff;
    background-color: #1b1b1b;
    background-image: linear-gradient(to right, #1b1b1b, #2630a5 33%, #03c98a 66%, #0076a8);
    border: 1px solid rgba(67, 83, 255, .5);
    border-radius: 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 30%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background-position 1s;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 40px rgba(0, 0, 0, .5);
  }
  
  .css-button.cc-infinite {
    box-shadow: none;
    color: #131313;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 2px solid #fff;
    border-radius: 8px;
    width: 369px;
    height: 71px;
    margin-top: 0;
  }
  
  .css-button.cc-infinite:hover {
    color: #fff;
    background-image: linear-gradient(110deg, #262626 40%, #fff 49%, #fff 50%, #262626 60%);
    border-style: none;
  }
  
  .css-button.cc-infinite.last-button.border-color-1 {
    border-color: #000;
  }
  
  .css-button.cc-infinite.last-button.border-color-1:hover {
    color: #fffefe;
  }
  
  .css-button.cc-infinite._w-slider-arrow-right {
    margin-top: 0;
  }
  
  .button-text {
    z-index: 2;
    color: #fff;
    font-family: Catamaran, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 43px;
    display: block;
    position: relative;
  }
  
  .button-text:hover {
    color: #fff;
  }
  
  .button-text.last-button-text {
    color: #000;
  }
  
  .button-text.last-button-text:hover {
    color: #fff;
  }
  
  .css-button__style {
    display: block;
  }
  
  .bold {
    font-weight: 600;
  }
  
  .html-embed-2 {
    display: none;
  }
  
  .bg-grad {
    filter: none;
    height: 50vh;
    margin-top: 0;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .bg-grad.hide {
    margin-top: 0;
    display: none;
    position: static;
  }
  
  .bg-grad.bg-up {
    filter: blur(15vh);
    margin-top: 0;
  }
  
  .img-1 {
    margin-left: 0;
    display: inline-block;
    position: relative;
  }
  
  .img-2 {
    filter: saturate(65%);
    margin-left: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .img-2.hide {
    display: none;
  }
  
  .html-embed-6 {
    z-index: 100;
    display: block;
    position: absolute;
    top: auto;
    bottom: 23px;
    left: 0%;
    right: auto;
  }
  
  .html-embed-6.embed-button {
    opacity: 0;
    opacity: 0;
  }
  
  .html-embed-6.embed-button.position-fix {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 30%;
    right: 30%;
  }
  
  .html-embed-6.embed-button.position-fix.embed-button3 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .html-embed-6.embed-button.embed-button2 {
    bottom: -6px;
  }
  
  .gsap-animation {
    width: 100%;
  }
  
  .nav-menu {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
  
  .utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
    position: relative;
  }
  
  .utility-page-content {
    text-align: center;
    flex-direction: column;
    width: auto;
    margin-top: 0;
    margin-bottom: 99px;
    display: flex;
  }
  
  .footer-design {
    background-color: var(--black);
    width: 100%;
    height: 30%;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .footer {
    grid-column-gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: auto;
    padding: 64px;
    display: flex;
  }
  
  .light {
    font-weight: 400;
  }
  
  .navbar {
    z-index: 500;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: fixed;
    top: 0;
  }
  
  .nav-link-3 {
    color: #000;
    letter-spacing: -.4px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
    text-decoration: none;
  }
  
  .navbar-grid {
    z-index: 150;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #e4e4e4;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  
  .menu-block {
    border-left: 1px solid #e4e4e4;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }
  
  .menu-block.first {
    border-left-style: none;
  }
  
  .search-nav-input {
    color: #000;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border: 1px rgba(0, 0, 0, 0);
    width: 70px;
    height: 24px;
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    transition: width .25s cubic-bezier(.25, .46, .45, .94);
  }
  
  .search-nav-input:hover {
    width: 76px;
  }
  
  .search-nav-input:focus {
    width: 170px;
  }
  
  .search-nav-input::placeholder {
    color: #000;
  }
  
  .menu-button-text {
    color: #000;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-left: auto;
    padding: 10px 4px 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 130%;
    text-decoration: none;
    transition: padding .25s cubic-bezier(.25, .46, .45, .94);
    display: block;
  }
  
  .menu-button-text:hover {
    width: 74px;
    padding-left: 10px;
  }
  
  .brand-2 {
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }
  
  .nav-menu-3 {
    z-index: 100;
    background-color: #fff;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 50px 50px rgba(0, 0, 0, .07);
  }
  
  .menu-button-2 {
    flex: none;
    min-width: 24px;
    height: 24px;
    padding: 0;
    display: none;
  }
  
  .menu-button-2.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }
  
  .nav-right {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  
  .close-icon {
    opacity: 0;
    width: 24px;
    max-width: none;
    height: 24px;
    display: block;
    position: absolute;
  }
  
  .menu-icon {
    width: 24px;
    max-width: none;
    height: 24px;
    display: block;
    position: absolute;
  }
  
  .search-icon-button {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Search.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    width: 24px;
    height: 24px;
    padding: 0;
  }
  
  .logo-2 {
    object-fit: contain;
    height: 40px;
  }
  
  .menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .nav-left {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }
  
  .nav-left.hide {
    display: none;
  }
  
  .menu-text {
    opacity: .5;
    color: #000;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
  }
  
  .search {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
  
  .home-link {
    color: #000;
    text-transform: uppercase;
    padding: 10px 5px 8px;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
  
  .nav-block {
    text-decoration: none;
    display: flex;
  }
  
  .search-result-item {
    background-color: var(--white);
    border: 1px solid #b9b9b9;
    padding: 1.5rem;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 170%;
    position: relative;
  }
  
  .search-result-item:hover {
    background-color: var(--white);
    color: var(--black);
  }
  
  .blog-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    width: 100px;
    padding: 0 15px;
    font-family: Catamaran, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: inline;
  }
  
  .blog-link:hover {
    font-weight: 700;
  }
  
  .blog-link.ga-event, .blog-link.login-button {
    color: #fff;
  }
  
  .menu-button-4 {
    display: none;
  }
  
  .search-input-2 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/icon-search-white.svg');
    background-position: 8px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 100vw;
    margin-bottom: 0;
    margin-right: .5rem;
    padding: .25rem 0 .25rem 2rem;
    font-family: Catamaran, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
  }
  
  .search-input-2:focus {
    border: 1px solid #e2e2e2;
  }
  
  .search-input-2::placeholder {
    color: #e2e2e2;
  }
  
  .nav-items-left {
    align-items: center;
    display: flex;
  }
  
  .search-nav {
    margin-bottom: 0;
    margin-right: 3.75rem;
    display: flex;
  }
  
  .search-nav.page-var {
    margin-right: 0;
  }
  
  .search-button-2 {
    background-color: var(--white);
    color: var(--black);
    letter-spacing: -.02rem;
    border-radius: 100vw;
    padding: .625rem 1.25rem;
    font-family: Catamaran, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    transition: background-color .3s;
  }
  
  .search-button-2:hover {
    background-color: #c5c5c5;
  }
  
  .nav-wrapper {
    justify-content: space-between;
    width: 90%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .nav-wrapper.hide {
    display: flex;
  }
  
  .collection-list-2 {
    align-items: center;
    display: flex;
  }
  
  .nav-opened-links-wrapper {
    transform-origin: 100%;
    background-color: #6b6b6b;
    flex-direction: column;
    justify-content: space-between;
    min-width: 20rem;
    padding: 5rem 2.5rem 2.5rem;
    display: flex;
  }
  
  .text-all-caps {
    text-transform: uppercase;
  }
  
  .text-all-caps.text-weight-medium {
    text-transform: none;
    font-family: Catamaran, sans-serif;
  }
  
  .div-flex-vertical {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    display: flex;
  }
  
  .nav-blurred-overlay {
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-color: rgba(226, 226, 226, .2);
    width: 100%;
  }
  
  .nav-link {
    color: #e2e2e2;
    text-decoration: none;
  }
  
  .nav-link.margin-right {
    color: var(--white);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-right: 1.75rem;
    padding-left: .75rem;
    font-family: Catamaran, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }
  
  .nav-link.margin-right:hover, .nav-link.margin-right.w--current {
    background-image: url('../images/chip-white.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .nav-link.nav-opened {
    margin-bottom: .5rem;
    transition: opacity .3s;
  }
  
  .nav-link.nav-opened:hover {
    opacity: .6;
  }
  
  .nav-link.nav-opened.hide {
    display: none;
  }
  
  .nav-right-items {
    align-items: center;
    display: flex;
  }
  
  .nav {
    z-index: 20;
    background-color: var(--black);
    border-bottom: 1px solid #e2e2e2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: Switzer;
    font-weight: 400;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  
  .nav-links-wrapper {
    align-items: center;
    display: flex;
  }
  
  .line-2 {
    transform-origin: 0%;
    background-color: #e2e2e2;
    width: 92%;
    height: 1px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .line-2.footer-var {
    margin: 1.25rem 0;
  }
  
  .line-2.tabs {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .nav-logo-wrapper {
    margin-right: 5rem;
  }
  
  .nav-logo {
    height: 2rem;
  }
  
  .nav-opened-link {
    color: #e2e2e2;
    letter-spacing: -.075rem;
    margin-bottom: .75rem;
    font-size: 2.5rem;
    font-weight: 300;
    text-decoration: none;
    transition: opacity .3s;
  }
  
  .nav-opened-link:hover {
    opacity: .6;
  }
  
  .nav-opened-link.hide, .nav-mobile-wrapper {
    display: none;
  }
  
  .nav-opened-wrapper {
    z-index: 20;
    justify-content: space-between;
    min-height: 100vh;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .nav-category {
    color: var(--white);
    font-family: Switzer;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
  }
  
  .nav-category.margin-right {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: .75rem;
    padding-right: 1.75rem;
    font-family: Catamaran, sans-serif;
  }
  
  .nav-category.margin-right:hover, .nav-category.margin-right.w--current {
    background-image: url('../images/chip-white.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .newsletter-form-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  
  .newsletter-form-wrapper.footer-var {
    margin-top: 0;
  }
  
  .footer-content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: none;
  }
  
  .footer-content-wrapper.sub-footer {
    display: block;
  }
  
  .text-lined-2 {
    font-family: Catamaran, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
  }
  
  .author-profil-hero-section {
    padding-top: 4rem;
  }
  
  .footer-wrapper {
    width: 90%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .text-lined-3 {
    margin-left: .25rem;
    font-size: 1.25rem;
  }
  
  .overlay-img {
    z-index: 1;
    background-color: var(--black);
    transform-origin: 50% 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .overlay-img.light-grey {
    background-color: #e2e2e2;
  }
  
  .div-hide {
    overflow: hidden;
  }
  
  .div-hide.margin-bottom-small {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1;
  }
  
  .div-hide.div-relative {
    font-family: Switzer;
    font-weight: 300;
  }
  
  .footer-link {
    color: #e2e2e2;
    text-align: left;
    text-decoration: none;
    transition: opacity .3s;
  }
  
  .footer-link:hover, .footer-link.w--current {
    opacity: .6;
  }
  
  .footer-link.text-size-small {
    font-family: Catamaran, sans-serif;
    font-size: .9rem;
  }
  
  .form-success-message {
    background-color: #50cf74;
    padding: 1rem;
  }
  
  .text-lined-wrapper-hero {
    justify-content: space-between;
    align-items: center;
    font-family: Switzer;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    display: flex;
  }
  
  .author-bio-social-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7.5rem;
    display: flex;
  }
  
  .text-size-large {
    color: var(--white);
    font-family: Catamaran, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.1;
  }
  
  .social-link-item {
    color: #e2e2e2;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    text-decoration: none;
    transition: opacity .3s;
    display: flex;
  }
  
  .social-link-item:hover {
    opacity: .6;
  }
  
  .social-link-item.last {
    margin-right: 0;
  }
  
  .div-flex {
    display: flex;
  }
  
  .footer-logo {
    width: 100%;
  }
  
  .margin-top-small {
    margin-top: 1rem;
  }
  
  .text-weight-medium {
    color: #e2e2e2;
    font-family: Catamaran, sans-serif;
    font-weight: 500;
  }
  
  .max-width-29rem {
    max-width: 29rem;
  }
  
  .footer-links-cms {
    margin-bottom: 1rem;
    display: flex;
  }
  
  .newsletter-subscribe-button {
    letter-spacing: -.1rem;
    background-color: #6b6b6b;
    border-radius: 100vw;
    padding: 1rem 2rem;
    font-size: 2.5rem;
    font-weight: 400;
    transition: background-color .3s;
  }
  
  .newsletter-subscribe-button:hover {
    background-color: #4e4e4e;
  }
  
  .newsletter-subscribe-button.footer {
    color: #6b6b6b;
    letter-spacing: -.005rem;
    background-color: #e2e2e2;
    padding: .625rem 1.25rem;
    font-size: .875rem;
    font-weight: 500;
  }
  
  .newsletter-subscribe-button.footer:hover {
    background-color: #c5c5c5;
  }
  
  .logo-link-2 {
    color: #444;
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-decoration: none;
    display: none;
  }
  
  .logo-link-2:hover {
    text-decoration: underline;
  }
  
  .form-error-message {
    background-color: #d63e41;
    padding: .9rem;
  }
  
  .footer-infos-link-wrapper {
    justify-content: space-between;
    width: 16rem;
    display: none;
  }
  
  .default-view-articles {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .newsletter-form-input {
    color: #6b6b6b;
    text-align: left;
    letter-spacing: -.1rem;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #6b6b6b;
    border-radius: 100vw;
    max-width: 30rem;
    height: 4.5rem;
    margin-bottom: 0;
    margin-right: .75rem;
    padding: 1rem 0 1rem 1.5rem;
    font-size: 2.5rem;
    font-weight: 400;
    transition: border-color .3s;
  }
  
  .newsletter-form-input:hover {
    color: #6b6b6b;
  }
  
  .newsletter-form-input:focus {
    color: #6b6b6b;
    border-color: #6b6b6b;
  }
  
  .newsletter-form-input.footer {
    color: #e2e2e2;
    text-align: left;
    letter-spacing: -.005rem;
    border-width: 1px;
    border-color: rgba(226, 226, 226, .6);
    height: auto;
    margin-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .75rem;
    font-size: .75rem;
    font-weight: 300;
  }
  
  .newsletter-form-input.footer:focus {
    color: #e2e2e2;
    border-color: #e2e2e2;
  }
  
  .newsletter-form-input.footer::placeholder {
    color: #fff;
  }
  
  .sticky-button-wrapper {
    z-index: 4;
    width: 90%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
  }
  
  .footer-links-col {
    flex-direction: column;
    display: flex;
  }
  
  .author-photo-wrapper {
    width: 7.5rem;
    height: 7.5rem;
    margin-right: 1rem;
    position: relative;
    overflow: hidden;
  }
  
  .newsletter-form-container {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }
  
  .newsletter-form-container.footer-var {
    align-items: center;
  }
  
  .name-img-author-wrapper {
    display: flex;
  }
  
  .newsletter-callout-section {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
  
  .newsletter-callout-section.hide {
    display: none;
  }
  
  .default-wrapper {
    color: var(--white);
    width: 90%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .grid-view-item {
    position: relative;
  }
  
  .grid-view-item.maxheight {
    max-height: 350px;
  }
  
  .footer-links-grid {
    grid-column-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }
  
  .footer-2 {
    text-align: center;
    align-items: flex-start;
    margin-top: 5rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  
  .author-header-wrapper {
    margin-bottom: 2.5rem;
  }
  
  .social-links-wrapper {
    justify-content: flex-end;
    display: flex;
  }
  
  .author-name-text-style {
    letter-spacing: -.15rem;
    margin-bottom: 0;
    font-size: 7.5rem;
  }
  
  .category-item-cms {
    margin-bottom: 1rem;
  }
  
  .imgs-callout-col {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 1.5rem;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }
  
  .home-articles-section {
    margin-bottom: 4rem;
  }
  
  .all-articles-callout-section {
    background-color: #e2e2e2;
    justify-content: center;
    align-items: stretch;
    height: 40rem;
    margin-bottom: 12rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .wrapper-cols {
    width: 90%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .span-title {
    display: inline-block;
  }
  
  .hero-text-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10rem;
    font-family: Switzer;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    display: flex;
  }
  
  .content-callout-col {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  
  .categories-list-section {
    margin-top: 10rem;
  }
  
  .home-articles-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template: "Area-2 Area-2 Area-2 Area-2 . . . . . . . ."
                   ". . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 ."
                   ". Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 . . . . ."
                   ". . . . . . Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   ". Area-6 Area-6 Area-6 Area-6 Area-6 . . . . . ."
                   ". . . . . . . . Area-7 Area-7 Area-7 Area-7"
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 10rem;
  }
  
  .article-callout-text-style {
    color: var(--black);
    letter-spacing: -.3rem;
    margin-top: 0;
    font-family: Catamaran, sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 100%;
  }
  
  .text-lined-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .button-default-text-style-absolute {
    color: #6b6b6b;
    letter-spacing: -.03rem;
    font-size: 1.25rem;
    font-weight: 400;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .button-default-text-style-absolute.white {
    color: #fff;
    font-family: Catamaran, sans-serif;
  }
  
  .button-default-text-style-absolute.small {
    letter-spacing: -.02rem;
    font-size: .875rem;
  }
  
  .div-relative {
    position: relative;
  }
  
  .div-relative.div-hide {
    font-family: Switzer;
    font-size: 1rem;
    line-height: 1;
  }
  
  .button-white-default {
    background-color: #e2e2e2;
    border-radius: 100vw;
    padding: 1.25rem 2rem;
    font-family: Switzer;
    text-decoration: none;
  }
  
  .button-white-default.dark-grey {
    background-color: var(--black);
    margin-top: 20px;
  }
  
  .button-white-default.small {
    padding: .625rem 1.25rem;
    display: none;
  }
  
  .button-white-default.hide {
    display: none;
  }
  
  .newsletter-wrapper {
    background-color: #e2e2e2;
    width: 90%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3.75rem;
    font-family: Switzer;
  }
  
  .categories-list-wrapper {
    margin-top: 2.5rem;
    position: relative;
  }
  
  .featured-article-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template: "Area Area Area Area Area Area Area Area Area Area Area Area"
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 1rem;
  }
  
  .display-title {
    letter-spacing: -.65vw;
    text-transform: uppercase;
    align-items: flex-start;
    font-family: Catamaran, sans-serif;
    font-size: 18vw;
    font-weight: 800;
    line-height: 100%;
    display: flex;
  }
  
  .display-title.div-hide {
    color: var(--white);
    letter-spacing: 1vw;
    justify-content: center;
    font-family: Catamaran, sans-serif;
    font-weight: 800;
  }
  
  .display-title.div-hide.footer-title {
    font-family: Catamaran, sans-serif;
  }
  
  .huge-text-style {
    letter-spacing: -.1rem;
    font-family: Catamaran, sans-serif;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 120%;
  }
  
  .hero-section {
    margin-bottom: 1rem;
  }
  
  .img-callout {
    margin-bottom: 1.5rem;
  }
  
  .hero-sub-text {
    color: var(--white);
    text-align: right;
    letter-spacing: -.01rem;
    text-transform: none;
    max-width: 22.9rem;
    font-family: Catamaran, sans-serif;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  
  .button-default-text-style {
    color: #6b6b6b;
    letter-spacing: -.03rem;
    font-size: 1.25rem;
    font-weight: 400;
  }
  
  .button-default-text-style.white {
    color: #fff;
    font-family: Catamaran, sans-serif;
  }
  
  .button-default-text-style.small {
    letter-spacing: -.02rem;
    font-size: .875rem;
  }
  
  .img-grid-callout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
  }
  
  .who-we-are-text-wrapper {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-family: Switzer;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1px;
  }
  
  .articles-callout-cols {
    width: 100%;
    display: flex;
  }
  
  .article-number-wrapper {
    z-index: 1;
    position: absolute;
    top: 3rem;
    left: auto;
    right: -2rem;
    transform: rotate(90deg);
  }
  
  .featured-article-img-wrapper {
    justify-content: center;
    align-items: center;
    height: 32.5rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .read-button-wrapper {
    z-index: 3;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #e2e2e2;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    text-decoration: none;
    display: flex;
    position: absolute;
  }
  
  .article-button-text-style {
    color: #6b6b6b;
    letter-spacing: -.04rem;
    text-transform: uppercase;
    font-family: Catamaran, sans-serif;
    font-weight: 400;
  }
  
  .article-button-text-style-absolute {
    color: #6b6b6b;
    letter-spacing: -.04rem;
    text-transform: uppercase;
    font-family: Catamaran, sans-serif;
    font-weight: 400;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .article-img-default {
    filter: grayscale();
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .article-info-text-style {
    color: var(--black);
    letter-spacing: -.02rem;
    text-transform: uppercase;
    font-family: Catamaran, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1;
  }
  
  .main-article-title {
    color: var(--black);
    letter-spacing: -.1rem;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Catamaran, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
  }
  
  .btn-wrapper-card-article {
    margin-top: .75rem;
    display: none;
  }
  
  .article-title-wrapper {
    font-family: Switzer;
  }
  
  .featured-article-infos-wrapper {
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.25rem 4rem 2.25rem 2.25rem;
    display: flex;
  }
  
  .articles-infos-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-right: .375rem;
    padding-top: .375rem;
    font-family: Switzer;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    display: flex;
  }
  
  .default-img-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .default-img-wrapper.grid {
    height: 20rem;
  }
  
  .default-article-title {
    color: var(--black);
    letter-spacing: -.075rem;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Catamaran, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 100%;
  }
  
  .default-article-infos-wrapper {
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem;
    font-family: Switzer;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    display: flex;
  }
  
  .default-article-infos-wrapper.grid {
    flex: 1;
  }
  
  .category-number-wrapper {
    margin-top: 2.4vw;
  }
  
  .category-icon {
    width: 7vw;
    margin-top: 1vw;
  }
  
  .category-content-item {
    color: #e2e2e2;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
  }
  
  .title-icon-category-wrapper {
    align-items: center;
    display: flex;
  }
  
  .cateogry-img-wrapper {
    object-fit: cover;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }
  
  .category-icon-wrapper {
    margin-left: .5rem;
    overflow: hidden;
  }
  
  .category-list-text-style {
    letter-spacing: -.5vw;
    font-family: Catamaran, sans-serif;
    font-size: 9.5vw;
    font-weight: 400;
    line-height: 1.2;
  }
  
  .category-name-wrapper {
    padding-right: 2vw;
    font-family: Switzer;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    overflow: hidden;
  }
  
  .category-list-text-style-absolute {
    letter-spacing: -.5vw;
    font-family: Catamaran, sans-serif;
    font-size: 9.5vw;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .cateogry-number-text-style {
    letter-spacing: -.05rem;
    font-family: Switzer;
    font-size: 1.25rem;
    line-height: 1;
  }
  
  .body-2 {
    background-color: var(--black);
  }
  
  .text-block-13 {
    color: var(--white);
    font-family: Switzer;
    font-size: 13.2vw;
    font-weight: 700;
    line-height: 100%;
  }
  
  .articles-list-section {
    margin-top: 6rem;
  }
  
  .categories-links-wrapper {
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 15rem;
    display: flex;
  }
  
  .text-size-large-2-grid {
    font-family: Catamaran, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    display: none;
  }
  
  .text-size-large-2-grid.text-all-caps.text-weight-sbold {
    font-family: Catamaran, sans-serif;
  }
  
  .text-size-large-2-grid.hide {
    display: none;
  }
  
  .categories-list {
    display: flex;
  }
  
  .cateogry-link {
    color: #e2e2e2;
    margin-left: 3rem;
    margin-right: 0;
    font-family: Catamaran, sans-serif;
    font-size: 1.25rem;
    text-decoration: none;
    transition: opacity .3s;
  }
  
  .cateogry-link:hover {
    opacity: .6;
  }
  
  .article-item-wrapper {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }
  
  .body-3 {
    background-color: var(--black);
  }
  
  .category-articles-section {
    margin-top: 12rem;
  }
  
  .category-description-wrapper {
    max-width: 28.125rem;
    margin-bottom: 10rem;
    font-family: Switzer;
  }
  
  .label-tabs-wrapper {
    z-index: 1;
    align-items: center;
    padding-top: .25rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .tabs-content {
    margin-top: 1rem;
  }
  
  .wrapper-tabs-articles {
    position: relative;
  }
  
  .default-view-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 15rem;
    grid-template: "Area Area Area Area Area Area . . Area-2 Area-2 Area-2 Area-2"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 . Area-4 Area-4 Area-4 Area-4 . ."
                   ". . Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 . ."
                   "Area-6 Area-6 Area-6 Area-6 Area-7 Area-7 Area-7 Area-7 Area-8 Area-8 Area-8 Area-8"
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    justify-items: start;
  }
  
  .tab2 {
    background-color: var(--black);
    opacity: 1;
    color: rgba(226, 226, 226, .6);
    border-left: 1px solid #e2e2e2;
    padding: .25rem 0 .25rem .5rem;
    transition: color .3s;
  }
  
  .tab2:hover {
    color: #e2e2e2;
  }
  
  .tab2.w--current {
    z-index: 0;
    background-color: var(--black);
    color: #e2e2e2;
  }
  
  .tab2.hide {
    display: none;
  }
  
  .tabs-menu {
    z-index: 1;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 40px;
    font-family: Catamaran, sans-serif;
    display: flex;
  }
  
  .tab1 {
    background-color: var(--black);
    color: rgba(226, 226, 226, .6);
    padding: .25rem .5rem .25rem 1rem;
  }
  
  .tab1.w--current {
    z-index: 1;
    background-color: var(--black);
    color: #e2e2e2;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .5rem;
  }
  
  .tab1.hide {
    display: none;
  }
  
  .body-4 {
    background-color: var(--black);
  }
  
  .oval-button-icon-wrapper {
    border-radius: 50vw;
    padding: .5rem;
    transition: background-color .3s;
  }
  
  .oval-button-icon-wrapper.pvt {
    padding: 0;
    text-decoration: none;
  }
  
  .article-hero-cols {
    display: flex;
  }
  
  .text-size-small {
    font-size: .875rem;
  }
  
  .text-size-small.margin-bottom-xxsmall {
    margin-bottom: .25rem;
    font-family: Catamaran, sans-serif;
    line-height: 1;
  }
  
  .rich-text-default {
    color: var(--white);
    font-family: Catamaran, sans-serif;
    font-size: 1rem;
    line-height: 1;
  }
  
  .article-infos-wrapper {
    justify-content: flex-start;
    margin-top: 2.5rem;
    font-family: Switzer;
    font-weight: 300;
    display: flex;
  }
  
  .info-link-style {
    color: var(--white);
    font-family: Catamaran, sans-serif;
    font-size: 1rem;
    line-height: 1;
    text-decoration: underline;
  }
  
  .text-weight-sbold {
    color: #e2e2e2;
    font-family: Catamaran, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
  }
  
  .author-infos {
    align-items: center;
    margin-top: .75rem;
    margin-bottom: .75rem;
    display: flex;
  }
  
  .progress-bar-bg {
    background-color: rgba(226, 226, 226, .12);
    width: 16.25rem;
    height: 1px;
    margin-top: .75rem;
    position: relative;
  }
  
  .article-reading-wrapper {
    margin-top: 10rem;
    position: -webkit-sticky;
    position: sticky;
    top: 12rem;
  }
  
  .article-main-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .article-hero-img-wrapper {
    width: 37vw;
    height: 37vw;
    overflow: hidden;
  }
  
  .progress-bar {
    z-index: 1;
    transform-origin: 0%;
    background-color: #e2e2e2;
    width: 16.25rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .article-hero-img-col {
    padding-left: 0;
    padding-right: 0;
  }
  
  .article-hero-title-col {
    padding-left: 2.5rem;
    padding-right: 0;
  }
  
  .article-header-content {
    margin-bottom: 1rem;
    font-family: Switzer;
  }
  
  .article-info-item {
    color: var(--white);
    margin-right: 3.75rem;
  }
  
  .article-info-item.last {
    margin-right: 0;
  }
  
  .article-author-photo {
    object-fit: cover;
    border-radius: 50vw;
    width: 3rem;
    height: 3rem;
    margin-right: .5rem;
  }
  
  .article-section {
    margin-bottom: 10rem;
    padding-top: 3rem;
  }
  
  .article-author-wrapper {
    margin-bottom: 2rem;
  }
  
  .default-wrapper-2 {
    width: 90%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .body-5 {
    background-color: var(--black);
  }
  
  .heading-9 {
    color: var(--white);
    margin-bottom: 1.5rem;
    font-family: Catamaran, sans-serif;
    font-size: 4rem;
    line-height: 1;
  }
  
  .search-results-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  
  .search-bar-wrapper {
    max-width: 35.375rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
  
  .search-link-absolute {
    font-family: Catamaran, sans-serif;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .search-result-list-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .search-link {
    color: var(--black);
    letter-spacing: -.05rem;
    margin-bottom: .5rem;
    font-family: Catamaran, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    display: block;
  }
  
  .search-description {
    color: var(--black);
    font-family: Catamaran, sans-serif;
    font-size: 1rem;
    line-height: 100%;
  }
  
  .body-6 {
    background-color: var(--black);
  }
  
  .burger-menu-icon {
    z-index: 50;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 2px;
    padding-right: 2px;
    display: flex;
    position: relative;
  }
  
  .burger-menu-icon.hide {
    display: none;
  }
  
  .burger-line-1 {
    background-color: #fff;
    width: 100%;
    height: 2px;
  }
  
  .burger-line-2 {
    background-color: #fff;
    width: 100%;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  
  .burger-line-3 {
    background-color: #fff;
    width: 100%;
    height: 2px;
  }
  
  .empty-state-2, .empty-state-3, .empty-state-4 {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .heading-10 {
    font-family: Catamaran, sans-serif;
  }
  
  .div-block-9 {
    font-family: Switzer;
    font-size: 1rem;
    line-height: 1;
  }
  
  .text-lined-4 {
    font-family: Catamaran, sans-serif;
    font-size: 1.25rem;
  }
  
  .button-white-default-2 {
    background-color: #e2e2e2;
    border-radius: 100vw;
    padding: 1.25rem 2rem;
    text-decoration: none;
  }
  
  .button-white-default-2.small {
    padding: .625rem 1.25rem;
  }
  
  .line-3 {
    transform-origin: 0%;
    background-color: #e2e2e2;
    width: 100%;
    height: 1px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .article-link {
    display: none;
  }
  
  .text-size-large-2-view {
    font-family: Catamaran, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
  }
  
  .text-size-large-2 {
    color: var(--white);
    font-family: Catamaran, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
  }
  
  .text-block-14 {
    font-family: Catamaran, sans-serif;
    font-size: 1rem;
    line-height: 1;
  }
  
  .serial-number {
    font-family: Catamaran, sans-serif;
  }
  
  .privacy-wrapper {
    height: 100vh;
    position: relative;
  }
  
  .top-section {
    z-index: 10;
    background-color: var(--white);
    border-bottom: 1.16px solid #ebebeb;
    justify-content: flex-start;
    align-items: flex-end;
    height: 70px;
    padding: 15px 30px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .content-section {
    margin-top: 60px;
    padding-left: 90px;
    padding-right: 90px;
    display: block;
  }
  
  .top-heading {
    margin-left: 20.18px;
  }
  
  .top-heading-text {
    font-family: Catamaran, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
  }
  
  .tab-content {
    margin-left: 14px;
    font-family: Catamaran, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
  }
  
  .icons.icon-padding {
    padding: 2px;
  }
  
  .tab-heading {
    margin-bottom: 20px;
    font-family: Catamaran, sans-serif;
  }
  
  .privacy-text-content {
    letter-spacing: .01em;
    font-family: Catamaran, sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .privacy-text-content p {
    letter-spacing: .01em;
    padding-top: 8px;
    padding-left: 20px;
    line-height: 1.5;
  }
  
  .privacy-text-content h6 {
    font-size: 16px;
  }
  
  .privacy-text-content li {
    letter-spacing: .01em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    list-style-type: disc;
  }
  
  .privacy-text-content ul {
    padding-left: 20px;
    list-style-type: decimal;
  }
  
  .bg-image {
    width: 350px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }
  
  .top-right-image {
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }
  
  .bg-image-top-right {
    position: fixed;
    top: -8%;
    bottom: auto;
    left: auto;
    right: 0%;
  }
  
  .link-bock {
    opacity: .5;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-decoration: none;
    display: flex;
  }
  
  .link-bock.active {
    opacity: 1;
    position: static;
  }
  
  .privacy-content-block {
    grid-column-gap: 94px;
    grid-row-gap: 94px;
    grid-template-rows: auto;
    grid-template-columns: 250px 2fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: 100vh;
    margin-top: 106px;
    display: flex;
    position: static;
  }
  
  .tab-link-blocks {
    z-index: 100;
    position: fixed;
    top: 182.5px;
  }
  
  .side-tabs {
    flex: none;
    width: 250px;
    position: static;
  }
  
  .terms-wrapper {
    height: 100vh;
    position: relative;
  }
  
  .terms-content-block {
    grid-column-gap: 94px;
    grid-row-gap: 94px;
    grid-template-rows: auto;
    grid-template-columns: 250px 2fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: 100vh;
    margin-top: 106px;
    display: flex;
    position: static;
  }
  
  .dummy-rich-text.hide {
    display: block;
  }
  
  .accordion-wrapper {
    margin-top: 20px;
  }
  
  .accordion-wrapper.hide {
    display: none;
  }
  
  .accordion-heading {
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }
  
  .section-faq {
    background-color: #141414;
    padding: 40px 30px;
    font-size: 18px;
  }
  
  .content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .content-wrapper.slim {
    max-width: 940px;
  }
  
  .header-center-box {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .header-center-box._75 {
    width: 75%;
  }
  
  .header-center-box._75._100 {
    width: 100%;
  }
  
  .header-center-box._75._100.hide {
    display: none;
  }
  
  .accordion-item {
    background-color: #141414;
    border: 1px solid gray;
    border-radius: 0;
    margin-bottom: 0;
    padding: 24px 30px 14px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
  }
  
  .accordion-item.show-on-click {
    display: none;
  }
  
  .accordion-item-content {
    color: #fff;
    margin-top: 10px;
    margin-right: 30px;
    font-family: Cabinetgrotesk, sans-serif;
    overflow: hidden; 
    display: none;
  }
  
  .accordion-item-trigger {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .accordion__answer {
    display: none;
}
 
.accordion-item.active .accordion-item-content {
    display: block;
}
  
  .icon.accordion-icon {
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
    font-size: 32px;
    line-height: 30px;
    display: block;
  }
  
  .body-7 {
    background-color: #141414;
  }
  
  .heading-11 {
    color: #fff;
    font-family: Catamaran, sans-serif;
  }
  
  .bold-text {
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
  }
  
  .subtext {
    color: var(--infinyte-green);
    text-align: left;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: Syne, sans-serif;
    font-weight: 700;
  }
  
  .bottom-see-more {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .bottom-see-more._75 {
    width: 75%;
  }
  
  .bottom-see-more._75._100 {
    width: 100%;
    margin-bottom: 32px;
  }
  
  .bottom-see-more._75._100.hide {
    display: none;
  }
  
  .subtext-bottom {
    color: #e1fc6f;
    text-align: left;
    cursor: pointer;
    width: 130px;
    margin-top: 20px;
  }
  
  .subtext-bottom.show-less {
    display: none;
  }
  
  .subtext-bottom.show-more {
    color: #e1fc6f;
    width: 220px;
    font-family: Syne, sans-serif;
    font-weight: 500;
  }
  
  .subtext-bottom.cant-find {
    color: gray;
    width: 240px;
    font-family: Syne, sans-serif;
    font-weight: 500;
  }
  
  .button-div {
    flex-direction: column;
    width: 130px;
    display: block;
  }
  
  .accordian-paragraph {
    font-family: Cabinetgrotesk, sans-serif;
  }
  
  .accordian-paragraph.pl-30 {
    padding-top: 20px;
    padding-left: 30px;
  }
  
  .accordian-paragraph.last-paragraph {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }
  
  .reachout-to-us {
    margin-top: 0;
  }
  
  .content-area {
    background-color: #141414;
    border: 1px solid gray;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 24px 30px;
    display: flex;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
  }
  
  .text-block-15 {
    outline-offset: 0px;
    color: var(--white);
    text-transform: none;
    border: 1px #000;
    outline: 3px #fff;
    font-family: Cabinetgrotesk, sans-serif;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    display: flex;
  }
  
  .reachout {
    align-items: center;
    display: flex;
  }
  
  .image {
    margin-right: 18px;
  }
  
  .bottom-reachout {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .bottom-reachout._75 {
    width: 75%;
  }
  
  .bottom-reachout._75._100 {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .bottom-text-block {
    flex-direction: column;
    width: 265px;
    display: block;
  }
  
  .bottom-links {
    width: 100%;
    text-decoration: none;
  }
  
  .heading-12 {
    margin-top: -100px;
    margin-bottom: 0;
    font-family: Catamaran, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.45;
  }
  
  .text-block-16 {
    font-family: Catamaran, sans-serif;
    font-size: 16px;
    line-height: 23px;
  }
  
  .bottom-image {
    flex: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
  
  .top-image {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
  
  ._404image {
    width: 800px;
  }
  
  .small-case {
    text-transform: lowercase;
  }
  
  .accordian-list {
    margin-bottom: 0;
    padding-left: 30px;
    list-style-type: lower-roman;
  }
  
  .accordian-list-item {
    padding-left: 10px;
  }
  
  .insider-privacy {
    padding-bottom: 40px;
  }
  
  .main-list {
    padding-left: 20px;
    line-height: 1.5;
    list-style-type: lower-roman;
  }
  
  .list-2 {
    list-style-type: lower-roman;
  }
  
  .list-content {
    letter-spacing: .01rem;
    margin-bottom: 10px;
    padding-top: 5px;
    line-height: 1.5;
  }
  
  .list-content.no-list {
    line-height: 1.5;
    list-style-type: none;
  }
  
  .list-content.no-order {
    list-style-type: none;
  }
  
  .sub-list {
    padding-left: 40px;
  }
  
  .sub-list.nested {
    padding-left: 60px;
  }
  
  .sub-list.alpha {
    list-style-type: lower-alpha;
  }
  
  .sublist-item {
    letter-spacing: .01rem;
    margin-bottom: 10px;
    padding-top: 5px;
    line-height: 1.5;
  }
  
  .main-list-heading {
    padding-left: 5px;
    font-weight: 500;
    list-style-type: lower-roman;
  }
  
  .nested-list {
    margin-bottom: 0;
    padding-left: 60px;
    list-style-type: lower-roman;
  }
  
  .nested-list.alphabets {
    list-style-type: lower-alpha;
  }
  
  .nested-list.bullets {
    list-style-type: disc;
  }
  
  .nested-list.bullets.p-40 {
    padding-bottom: 40px;
  }
  
  .bottom-section.hide {
    display: none;
  }
  
  .table-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }
  
  .table-item {
    border: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
  
  .table-item.item1 {
    border-bottom-width: .5px;
    border-right-width: .5px;
  }
  
  .table-item.item2 {
    border-bottom-width: .5px;
    border-left-width: .5px;
  }
  
  .table-item.item3 {
    border-top-width: .5px;
    border-right-width: .5px;
  }
  
  .table-item.item4 {
    border-top-width: .5px;
    border-left-width: .5px;
  }
  
  .para {
    list-style-type: none;
  }
  
  .under-line {
    text-decoration: underline;
  }
  
  .footer-left-side {
    flex: 0 auto;
    align-self: flex-start;
  }
  
  .footer-center {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    display: flex;
  }
  
  .footer-end {
    flex: 0 auto;
    align-self: flex-start;
    width: 20%;
    display: block;
  }
  
  .footer-logo-section {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
    display: flex;
  }
  
  .footer-subtext {
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 16px;
    line-height: 1.25;
  }
  
  .footer-contact-info {
    display: flex;
  }
  
  .contact-details {
    background-color: #202020;
    margin-right: 16px;
    padding: 8px 16px;
    text-decoration: none;
  }
  
  .contact-links {
    color: var(--infinyte-green);
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
  }
  
  .footer-heading {
    color: var(--infinyte-green);
    padding-bottom: 8px;
    font-family: Syne, sans-serif;
    font-weight: 500;
  }
  
  .footer-links {
    color: var(--white);
    text-align: left;
    align-self: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
  }
  
  .footer-links:hover {
    color: var(--infinyte-green);
  }
  
  .footer-links.hide {
    display: none;
  }
  
  .footer-center-details {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }
  
  .footer-center-details.hide {
    display: none;
  }
  
  .footer-text-block {
    opacity: .5;
    text-align: left;
    font-family: Cabinetgrotesk, sans-serif;
  }
  
  .container-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .subtext-footer {
    opacity: .5;
    letter-spacing: .01rem;
    margin-top: -4px;
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 12px;
    line-height: 1.16;
  }
  
  .image-2 {
    margin-bottom: 8px;
  }
  
  .terms-of-use {
    height: 100vh;
    position: relative;
  }
  
  .login-block {
    background-color: #000;
    border-radius: 10px;
    margin-left: 15px;
    padding: 10px 20px;
    text-decoration: none;
  }
  
  .login-button {
    color: #fff;
    font-family: Catamaran, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
  }
  
  .faq-list {
    padding-left: 30px;
    list-style-type: decimal;
  }
  
  .faq-list.diff-style {
    list-style-type: square;
  }
  
  .privacy-text-content-copy {
    letter-spacing: .01em;
    font-family: Catamaran, sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .privacy-text-content-copy p {
    letter-spacing: .01em;
    padding-top: 8px;
    padding-left: 20px;
    line-height: 1.5;
  }
  
  .privacy-text-content-copy h6 {
    font-size: 16px;
  }
  
  .privacy-text-content-copy li {
    letter-spacing: .01em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    list-style-type: decimal;
  }
  
  .privacy-text-content-copy ul, .main-list-owners {
    padding-left: 20px;
    list-style-type: decimal;
  }
  
  .list-item {
    letter-spacing: .01rem;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  
  .bold-text-8 {
    color: #fff;
  }
  
  .disclaimer-main-list-item {
    padding-left: 5px;
    font-weight: 400;
    list-style-type: decimal;
  }
  
  .disclaimer-main-list {
    padding-left: 20px;
    line-height: 1.5;
    list-style-type: lower-roman;
  }
  
  @media screen and (min-width: 1280px) {
    
    .hero-paragraph {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .vertical-scroll-wrapper {
      width: 41.5vh;
    }
  
    .heading-large.rotate-text._2.gradient-overlay, .heading-large.rotate-text._7.gradient-overlay, .heading-large.rotate-text._3.gradient-overlay.bold, .heading-large.rotate-text._6.gradient-overlay, .heading-large.rotate-text._4.gradient-overlay, .heading-large.rotate-text._1.gradient-overlay, .heading-large.rotate-text._5.gradient-overlay, .heading-large.rotate-text._8.gradient-overlay {
      filter: none;
    }
  
    .text-rotation-wrapper {
      align-items: stretch;
    }
  
    .main-wrapper {
      text-align: left;
      justify-content: center;
    }
  
    .bg-container {
      height: 100vh;
      top: 0;
    }
  
    .bg-container.hide {
      display: block;
    }
  
    .fold-3.dolly-container-section.dolly-container-section-02 {
      background-color: rgba(173, 89, 89, 0);
    }
  
    .fold-4.dolly-container-section.dolly-container-section-03 {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .button-text.last-button-text:hover {
      color: #000;
    }
  
    .bg-grad {
      width: 100%;
      height: 100vh;
    }
  
    .footer {
      grid-column-gap: 60px;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      padding-left: 64px;
      padding-right: 64px;
    }
  
    .category-icon-wrapper {
      margin-left: .5rem;
    }
  
    .category-list-text-style, .category-list-text-style-absolute {
      font-size: 9.5vw;
    }
  
    .footer-end {
      flex: 0 auto;
      align-self: flex-start;
      font-family: Cabinetgrotesk, sans-serif;
    }
  
    .contact-details.last {
      margin-right: 0;
    }
  
    .footer-center-details {
      flex: none;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .footer-text-block {
      font-size: 16px;
      line-height: 1.3;
    }
  }
  
  @media screen and (min-width: 1440px) {
    .body.light {
      overflow: visible;
    }
  
    .hero-heading {
      z-index: 1000;
      display: inline-block;
    }
  
    .hero-heading.split-lines {
      display: inline-block;
    }
  
    .hero-content {
      z-index: 40001;
    }
  
    .hero-paragraph {
      color: #fff;
      background-color: rgba(0, 0, 0, 0);
      margin-bottom: 30px;
      font-size: 3vh;
    }
  
    .three-text-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .heading-2 {
      font-size: 12vh;
    }
  
    .dolly-wrapper {
      min-height: auto;
    }
  
    .gradient-overlay {
      filter: contrast(149%);
    }
  
    .track-vertical {
      overflow: visible;
    }
  
    .vertical-scroll-wrapper {
      width: 41.5vh;
      overflow: visible;
    }
  
    .heading-large {
      color: #fff;
      font-size: 12vh;
    }
  
    .heading-large.rotate-text._2.gradient-overlay, .heading-large.rotate-text._7.gradient-overlay, .heading-large.rotate-text._3.gradient-overlay.bold, .heading-large.rotate-text._6.gradient-overlay, .heading-large.rotate-text._4.gradient-overlay {
      font-weight: 600;
    }
  
    .heading-large.rotate-text._1.gradient-overlay {
      filter: none;
      font-weight: 600;
      overflow: visible;
    }
  
    .heading-large.rotate-text._5.gradient-overlay, .heading-large.rotate-text._8.gradient-overlay {
      font-weight: 600;
    }
  
    .text-rotation-wrapper {
      justify-content: center;
      margin-left: 0%;
    }
  
    .main-wrapper {
      text-align: left;
    }
  
    .btn-wrapper-bg {
      z-index: 1000;
      justify-content: center;
      margin-top: 0;
    }
  
    .btn-wrapper {
      display: none;
    }
  
    .bg-container {
      background-image: none;
      background-size: auto;
      background-attachment: scroll;
      height: 100vh;
      display: block;
      top: 0;
    }
  
    .fold-3.dolly-container-section.dolly-container-section-02 {
      background-color: rgba(202, 96, 96, 0);
    }
  
    .fold-4.dolly-container-section.dolly-container-section-03 {
      background-color: rgba(82, 54, 54, 0);
    }
  
    .css-button.cc-infinite {
      text-align: left;
      align-items: center;
      width: 300px;
      height: 60px;
      margin-left: 0;
    }
  
    .css-button.cc-infinite.last-button {
      border-color: #000;
    }
  
    .css-button.cc-infinite.last-button:hover {
      color: #fff;
    }
  
    .css-button.cc-infinite.last-button.border-color-1 {
      border-color: #000;
    }
  
    .css-button.cc-infinite._w-slider-arrow-right {
      width: 300px;
      height: 60px;
    }
  
    .button-text.last-button-text {
      color: #000;
      border: 1px #000;
    }
  
    .bg-grad {
      width: 100%;
      transform: none;
    }
  
    .img-1, .img-2 {
      width: 100%;
    }
  
    .img-2.img-2-animation {
      padding-top: 0;
      top: -30px;
    }
  
    .nav-opened-links-wrapper {
      transform-origin: 100%;
      min-width: 35vw;
    }
  
    .featured-article-grid {
      grid-template-areas: "Area Area Area Area Area Area Area Area Area Area Area Area"
                           "Area-2 . . . . . . . . . . .";
    }
  
    .display-title {
      letter-spacing: -.6rem;
      font-size: 15rem;
    }
  
    .read-button-wrapper {
      box-shadow: 0 24px 48px rgba(107, 107, 107, .16);
    }
  
    .category-number-wrapper {
      margin-top: 2.4rem;
    }
  
    .category-icon {
      width: 6rem;
      margin-top: 1rem;
    }
  
    .category-list-text-style, .category-list-text-style-absolute {
      letter-spacing: -.5rem;
      font-size: 9.5rem;
    }
  
    .article-hero-img-wrapper {
      width: 33rem;
      height: 33rem;
    }
  
    .footer-left-side, .footer-center {
      align-self: flex-start;
    }
  
    .footer-end {
      flex: 0 auto;
    }
  
    .contact-details {
      margin-right: 8px;
    }
  
    .contact-details.last {
      margin-right: 0;
    }
  }
  
  @media screen and (min-width: 1920px) {
    .body.light {
      overflow: visible;
    }
  
    .hero-heading, .hero-heading.split-lines, .hero-span.gradient-overlay {
      font-size: 12vh;
    }
  
    .hero-paragraph {
      color: #fff;
      background-color: rgba(0, 0, 0, 0);
    }
  
    .heading-2 {
      font-size: 12vh;
    }
  
    .mouse-wrapper {
      display: flex;
    }
  
    .gradient-overlay {
      font-size: 11.5vh;
    }
  
    .vertical-scroll-wrapper {
      width: 41.5vh;
    }
  
    .heading-large {
      font-size: 12vh;
    }
  
    .main-wrapper {
      justify-content: center;
    }
  
    .bg-container {
      background-image: none;
      background-size: auto;
      background-attachment: scroll;
      height: 100vh;
      display: block;
      top: -63px;
    }
  
    .fold-3.dolly-container-section.dolly-container-section-02 {
      background-color: rgba(0, 0, 0, 0);
      position: relative;
    }
  
    .fold-4.dolly-container-section.dolly-container-section-03 {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .css-button.cc-infinite {
      width: 369px;
      height: 71px;
    }
  
    .css-button.cc-infinite._w-slider-arrow-right {
      width: 369px;
      height: 71px;
      margin-left: auto;
    }
  
    .button-text.last-button-text, .button-text.last-button-text:hover {
      color: #000;
    }
  
    .bg-grad {
      filter: none;
      transform: none;
    }
  
    .bg-grad.hide {
      position: relative;
    }
  
    .img-1 {
      width: 100%;
      position: relative;
    }
  
    .img-1.img-1-animation {
      display: block;
    }
  
    .img-2 {
      width: 100%;
    }
  
    .img-2.img-2-animation {
      display: block;
    }
  
    .footer-design {
      flex: none;
    }
  
    .footer {
      grid-column-gap: 128px;
    }
  
    .category-icon-wrapper {
      margin-left: 0;
    }
  
    .footer-end {
      flex: 0 auto;
    }
  }
  
  @media screen and (max-width: 991px) {
    .heading-text {
      line-height: 1.8;
    }
    
    .header-section {
      height: 56px;
      padding: 5px 30px;
    }

    .content-tab {
      top: 75px;
    }

    .navigation-wrapper {
      align-items: center;
      width: auto;
      display: flex;
    }
  
    .navigation {
      position: relative;
    }
  
    .navigation.sticky {
      padding-top: 40px;
      padding-bottom: 40px;
      display: flex;
    }
  
    .logo-link {
      margin-right: 0;
    }
  
    .navigation-menu {
      color: #393b6a;
      background-color: #fff;
      border-radius: 8px;
      padding: 12px;
      position: absolute;
    }
  
    .navigation-menu.w--open {
      background-color: #282556;
      border-color: #fff;
    }
  
    .navigation-container {
      flex: 0 auto;
      padding: 50px 40px;
    }
  
    .navigation-link {
      width: 100%;
    }
  
    .hero-heading, .hero-heading.split-lines {
      font-size: 9vh;
    }
  
    .hero-paragraph {
      background-color: rgba(0, 0, 0, 0);
      max-width: none;
      margin-bottom: 20px;
      font-size: 3vh;
    }
  
    .heading-2 {
      font-size: 9vh;
    }
  
    .dolly-layer.bg1.dolly-layer-bg.dolly-container-section.dolly-container-section-01 {
      align-items: center;
      padding-left: 0%;
      padding-right: 0;
    }
  
    .track-vertical {
      text-align: center;
      align-items: center;
      width: 100%;
    }
  
    .vertical-scroll-wrapper {
      text-align: center;
      width: 100%;
      height: 13vh;
      overflow: hidden;
    }
  
    .heading-large {
      text-align: center;
      font-size: 10vh;
    }
  
    .heading-large.rotate-text._2 {
      font-size: 4.3rem;
    }
  
    .heading-large.rotate-text._2.gradient-overlay {
      font-size: 10vh;
    }
  
    .heading-large.rotate-text._7 {
      font-size: 4.3rem;
    }
  
    .heading-large.rotate-text._7.gradient-overlay {
      font-size: 10vh;
    }
  
    .heading-large.rotate-text._3 {
      font-size: 4.3rem;
    }
  
    .heading-large.rotate-text._3.gradient-overlay.bold {
      font-size: 10vh;
    }
  
    .heading-large.rotate-text._6 {
      font-size: 4.3rem;
    }
  
    .heading-large.rotate-text._6.gradient-overlay {
      font-size: 10vh;
    }
  
    .heading-large.rotate-text._4 {
      font-size: 4.3rem;
    }
  
    .heading-large.rotate-text._4.gradient-overlay {
      font-size: 10vh;
    }
  
    .heading-large.rotate-text._1 {
      font-size: 4.3rem;
    }
  
    .heading-large.rotate-text._1.gradient-overlay {
      font-size: 10vh;
    }
  
    .heading-large.rotate-text._5 {
      font-size: 4.3rem;
    }
  
    .heading-large.rotate-text._5.gradient-overlay {
      font-size: 10vh;
    }
  
    .heading-large.rotate-text._8 {
      font-size: 4.3rem;
    }
  
    .heading-large.rotate-text._8.gradient-overlay {
      font-size: 10vh;
      display: none;
    }
  
    .heading-large.gradient-overlay {
      font-size: 4.3rem;
    }
  
    .text-rotation-wrapper {
      flex-flow: wrap;
      flex: 1;
      justify-content: center;
      align-items: center;
      margin-left: 0%;
    }
  
    .btn-wrapper-bg {
      width: 300px;
    }
  
    .bg-container {
      height: 100vh;
    }
  
    .fold-3.dolly-container-section.dolly-container-section-02 {
      background-color: rgba(255, 31, 31, 0);
    }
  
    .fold-4.dolly-container-section.dolly-container-section-03 {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .button-text {
      font-size: 22px;
    }
  
    .nav-menu {
      text-align: center;
      background-color: rgba(255, 255, 255, 0);
      justify-content: center;
      align-items: center;
      height: auto;
      display: flex;
    }
  
    .utility-page-content {
      align-items: center;
    }
  
    .footer {
      grid-row-gap: 30px;
      flex-wrap: wrap;
    }
  
    .blog-link {
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      display: block;
    }
  
    .blog-link.ga-event {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .menu-button-4 {
      background-color: rgba(255, 255, 255, 0);
      flex-direction: column;
      justify-content: space-between;
      width: 30px;
      height: 30px;
      padding: 0;
      display: none;
    }
  
    .menu-button-4.w--open {
      background-color: rgba(255, 255, 255, 0);
      padding-left: 0;
      padding-right: 0;
    }
  
    .line {
      height: 3px;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .nav-mobile-title {
      opacity: .6;
      align-items: center;
      width: 100%;
      margin-bottom: 1rem;
      display: flex;
    }
  
    .search-nav {
      display: none;
    }
  
    .search-nav.mobile {
      margin-bottom: 2.5rem;
      margin-right: 0;
      display: flex;
    }
  
    .search-nav.page-var {
      display: flex;
    }
  
    .nav-mobile-links {
      transform-origin: 100%;
      background-color: #6b6b6b;
      min-width: 20rem;
      padding-top: 5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .text-all-caps.hide {
      display: none;
    }
  
    .nav-blurred-overlay.mobile {
      width: 100%;
    }
  
    .nav-mobile-container {
      align-items: center;
    }
  
    .nav-mobile-container.second {
      margin-top: 3.75rem;
      display: none;
    }
  
    .nav-link.mobile {
      background-image: none;
      background-repeat: repeat;
      background-size: auto;
      margin-bottom: 1.5rem;
      padding-left: 1rem;
      font-size: 1.5rem;
      line-height: 1;
      display: block;
    }
  
    .nav-link.mobile:hover, .nav-link.mobile.w--current {
      background-image: url('../images/chip-white.svg');
      background-position: 0%;
      background-repeat: no-repeat;
      background-size: auto;
    }
  
    .nav-links-wrapper {
      display: none;
    }
  
    .line-2.mobile {
      margin-right: 0;
    }
  
    .nav-mobile-wrapper {
      flex-direction: row;
      min-height: 100vh;
      display: none;
      position: absolute;
      top: 0%;
      bottom: 0%;
      left: 0%;
      right: 0%;
    }
  
    .footer-content-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  
    .margin-top-small {
      margin-bottom: 1rem;
    }
  
    .default-view-articles {
      grid-template-columns: 1fr 1fr;
    }
  
    .footer-newsletter-wrapper {
      max-width: 12rem;
    }
  
    .default-wrapper.padding-bottom {
      padding-bottom: 50px;
    }
  
    .footer-2 {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .imgs-callout-col {
      height: 20rem;
      padding-left: 0;
    }
  
    .all-articles-callout-section {
      height: auto;
    }
  
    .hero-text-wrapper {
      margin-bottom: 7rem;
    }
  
    .content-callout-col {
      margin-bottom: 3rem;
    }
  
    .home-articles-grid {
      grid-template-columns: 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333%;
      grid-template-areas: "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 . . . . ."
                           ". . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 ."
                           ". Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 . . . . ."
                           ". . . . . Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                           ". Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 . . . . ."
                           ". . . . . Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7";
    }
  
    .article-callout-text-style {
      letter-spacing: -.2rem;
      font-size: 4.5rem;
    }
  
    .featured-article-grid {
      grid-template-columns: 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333%;
    }
  
    .huge-text-style {
      font-size: 3.25rem;
    }
  
    .hero-sub-text {
      text-align: left;
    }
  
    .articles-callout-cols {
      flex-direction: column;
      padding-top: 4rem;
    }
  
    .featured-article-img-wrapper {
      height: 24rem;
    }
  
    .read-button-wrapper {
      display: none;
    }
  
    .article-img-default {
      filter: grayscale(0%);
    }
  
    .btn-wrapper-card-article {
      display: none;
    }
  
    .featured-article-infos-wrapper {
      flex-direction: column;
      padding: 1.25rem;
    }
  
    .articles-infos-wrapper {
      flex-direction: row;
      width: 80%;
      margin-bottom: .5rem;
      margin-right: 0;
      padding-top: 0;
    }
  
    .default-article-infos-wrapper {
      flex-direction: column;
    }
  
    .category-icon-wrapper {
      margin-left: .5rem;
    }
  
    .category-description-wrapper {
      max-width: 40rem;
      margin-bottom: 4rem;
    }
  
    .label-tabs-wrapper {
      display: none;
    }
  
    .default-view-grid {
      grid-column-gap: 0rem;
      grid-template: "Area Area Area Area Area Area . Area-2 Area-2 Area-2 Area-2 Area-2"
                     "Area-3 Area-3 Area-3 Area-3 Area-3 . . Area-4 Area-4 Area-4 Area-4 Area-4"
                     "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 . ."
                     "Area-6 Area-6 Area-6 Area-6 Area-6 . Area-7 Area-7 Area-7 Area-7 Area-7 Area-7"
                     "Area-8 Area-8 Area-8 Area-8 Area-8 Area-8 . . . . . ."
                     / 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333%;
    }
  
    .tabs-menu {
      display: none;
    }
  
    .article-hero-cols {
      flex-direction: column;
    }
  
    .article-infos-wrapper {
      flex-direction: column;
      flex: none;
      justify-content: space-between;
      margin-top: .5rem;
      padding-left: 1rem;
    }
  
    .article-reading-wrapper {
      margin-top: 1rem;
      display: none;
    }
  
    .article-hero-img-wrapper {
      width: 100%;
      height: 100%;
    }
  
    .article-hero-img-col {
      margin-bottom: 3rem;
      display: flex;
    }
  
    .article-hero-title-col {
      padding-left: 0;
    }
  
    .article-info-item {
      margin-right: 0;
    }
  
    .search-result-list-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .collection-list-wrapper-2 {
      display: none;
    }
  
    .article-link {
      z-index: auto;
      display: block;
      position: absolute;
      top: 0%;
      bottom: 0%;
      left: 0%;
      right: 0%;
    }
  
    .content-section {
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .bg-image {
      width: 250px;
    }
  
    .privacy-content-block {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 2fr;
    }
  
    .side-tabs {
      width: 200px;
    }
  
    .terms-content-block {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 2fr;
    }
  
    .content-wrapper.slim {
      max-width: none;
    }
  
    ._404image {
      width: 600px;
    }
  
    .footer-left-side, .footer-center {
      flex: 0 auto;
    }
  
    .footer-end {
      flex: none;
      width: 20%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .heading-text {
      line-height: 1.8;
    }

    .navigation-container {
      padding: 30px;
    }
  
    .hero-heading, .hero-heading.split-lines {
      font-size: 7vh;
    }
  
    .hero-paragraph {
      background-color: rgba(0, 0, 0, 0);
      font-size: 2vh;
    }
  
    .text-block {
      font-size: 1.5rem;
    }
  
    .heading-2 {
      font-size: 7vh;
    }
  
    .vertical-scroll-wrapper {
      text-align: center;
      height: 4rem;
      overflow: hidden;
    }
  
    .heading-large {
      font-size: 7vh;
    }
  
    .heading-large.rotate-text._2 {
      font-size: 3.1rem;
    }
  
    .heading-large.rotate-text._2.gradient-overlay {
      font-size: 7vh;
    }
  
    .heading-large.rotate-text._7 {
      font-size: 3.1rem;
    }
  
    .heading-large.rotate-text._7.gradient-overlay {
      font-size: 7vh;
    }
  
    .heading-large.rotate-text._3 {
      font-size: 3rem;
    }
  
    .heading-large.rotate-text._3.gradient-overlay.bold {
      font-size: 7vh;
    }
  
    .heading-large.rotate-text._6 {
      font-size: 3.1rem;
    }
  
    .heading-large.rotate-text._6.gradient-overlay {
      font-size: 7vh;
    }
  
    .heading-large.rotate-text._4 {
      font-size: 3.1rem;
    }
  
    .heading-large.rotate-text._4.gradient-overlay {
      font-size: 7vh;
    }
  
    .heading-large.rotate-text._1 {
      font-size: 3.1rem;
    }
  
    .heading-large.rotate-text._1.gradient-overlay {
      font-size: 7vh;
    }
  
    .heading-large.rotate-text._5 {
      font-size: 3.1rem;
    }
  
    .heading-large.rotate-text._5.gradient-overlay {
      font-size: 7vh;
    }
  
    .heading-large.rotate-text._8 {
      font-size: 3.1rem;
    }
  
    .heading-large.rotate-text._8.gradient-overlay {
      font-size: 7vh;
      display: none;
    }
  
    .heading-large.gradient-overlay {
      font-size: 3.2rem;
    }
  
    .text-rotation-wrapper {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 0%;
    }
  
    .btn-wrapper-bg {
      width: 250px;
    }
  
    .bg-container {
      height: 30vh;
    }
  
    .fold-3.dolly-container-section.dolly-container-section-02, .fold-4.dolly-container-section.dolly-container-section-03 {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .button-text {
      font-size: 17px;
    }
  
    .bg-grad {
      filter: none;
    }
  
    .nav-menu {
      background-color: #1a1a1a;
      height: 100vh;
    }
  
    .utility-page-content {
      align-items: center;
    }
  
    .navbar {
      background-color: rgba(0, 0, 0, 0);
      position: relative;
    }
  
    .navbar-grid {
      border-bottom-style: none;
    }
  
    .menu-block {
      border-left-style: none;
    }
  
    .menu-grid {
      grid-row-gap: 30px;
      border-top-color: #e4e4e4;
      grid-template-columns: 1fr;
    }
  
    .blog-link {
      padding: 20px 10px;
      font-size: 22px;
    }
  
    .blog-link.ga-event {
      color: #fff;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .menu-button-4 {
      flex-flow: column;
      flex: 0 auto;
      justify-content: space-between;
      align-items: stretch;
      width: 30px;
      height: 30px;
      padding-top: 6px;
      padding-bottom: 6px;
      display: flex;
    }
  
    .line {
      background-color: #000;
      flex: 0 auto;
      height: 3px;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .line.line1, .line.line2, .line.line3 {
      background-color: #fff;
    }
  
    .nav-mobile-container.second, .nav-mobile-wrapper, .nav-opened-wrapper {
      display: none;
    }
  
    .footer-content-wrapper {
      flex-direction: column-reverse;
    }
  
    .footer-content-wrapper.sub-footer {
      flex-direction: column;
      align-items: stretch;
      height: 3rem;
    }
  
    .author-bio-social-wrapper {
      flex-direction: column;
    }
  
    .social-link-item {
      margin-left: 0;
      margin-right: 0;
    }
  
    .newsletter-subscribe-button {
      letter-spacing: -.035rem;
      padding: .75rem 1.25rem;
      font-size: 1rem;
    }
  
    .logo-link-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  
    .footer-infos-link-wrapper {
      width: auto;
    }
  
    .default-view-articles {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
    }
  
    .newsletter-form-input {
      letter-spacing: -.035rem;
      height: auto;
      padding-top: .75rem;
      padding-bottom: .75rem;
      padding-left: 1rem;
      font-size: 1rem;
    }
  
    .footer-newsletter-wrapper {
      max-width: none;
      margin-bottom: 2.5rem;
    }
  
    .name-img-author-wrapper {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .newsletter-callout-section {
      margin-top: 6.25rem;
      margin-bottom: 6.25rem;
    }
  
    .footer-2 {
      padding: 40px 20px;
    }
  
    .social-links-wrapper {
      justify-content: space-between;
      width: 100%;
      margin-top: 2.5rem;
    }
  
    .author-name-text-style {
      letter-spacing: -.05rem;
      font-size: 3rem;
    }
  
    .imgs-callout-col {
      justify-content: flex-start;
    }
  
    .hero-text-wrapper {
      margin-bottom: 0;
    }
  
    .content-callout-col {
      margin-bottom: 2rem;
    }
  
    .article-callout-text-style {
      font-size: 4.5rem;
    }
  
    .wrapper-hero-content {
      margin-top: 2.5rem;
      margin-bottom: 6rem;
    }
  
    .newsletter-wrapper {
      width: 100%;
      padding: 2.5rem 1.5rem;
    }
  
    .huge-text-style {
      letter-spacing: -.075rem;
      font-size: 2rem;
    }
  
    .hero-sub-text {
      text-align: left;
    }
  
    .articles-callout-cols {
      flex-direction: column;
    }
  
    .article-number-wrapper {
      display: none;
    }
  
    .featured-article-img-wrapper {
      height: auto;
    }
  
    .main-article-title {
      letter-spacing: -.075rem;
      font-size: 1.125rem;
      font-weight: 300;
    }
  
    .default-img-wrapper {
      height: auto;
    }
  
    .default-article-title {
      letter-spacing: -.05rem;
      font-size: 1.125rem;
    }
  
    .title-icon-category-wrapper {
      justify-content: space-between;
      width: 100%;
    }
  
    .cateogry-img-wrapper {
      display: none;
    }
  
    .category-list-text-style, .category-list-text-style-absolute {
      letter-spacing: -.35rem;
      font-size: 5rem;
    }
  
    .cateogry-number-text-style {
      font-size: 1rem;
    }
  
    .categories-links-wrapper {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 10rem;
    }
  
    .categories-list {
      flex-direction: column;
      margin-top: .75rem;
    }
  
    .cateogry-link {
      margin-top: .75rem;
      margin-left: 0;
      display: block;
    }
  
    .category-articles-section {
      margin-top: 0;
    }
  
    .category-description-wrapper {
      margin-bottom: 4rem;
    }
  
    .default-view-grid {
      grid-row-gap: 1.5rem;
      grid-template-rows: auto auto auto auto auto auto auto auto;
      grid-template-areas: "Area Area Area Area Area Area Area Area Area Area Area Area"
                           "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                           "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                           "Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4"
                           "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                           "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                           "Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7"
                           "Area-8 Area-8 Area-8 Area-8 Area-8 Area-8 Area-8 Area-8 Area-8 Area-8 Area-8 Area-8";
    }
  
    .collection-list-wrapper-2 {
      display: none;
    }
  
    .top-section {
      z-index: 22;
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .top-section.hide {
      display: none;
    }
  
    .content-section {
      margin-top: 40px;
      padding-left: 40px;
      padding-right: 40px;
      position: relative;
    }
  
    .tab-heading {
      font-size: 24px;
      display: block;
    }
  
    .bg-image {
      width: 150px;
      display: none;
    }
  
    .top-right-image {
      display: none;
    }
  
    .bg-image-top-right {
      z-index: 21;
      right: -13%;
    }
  
    .link-bock {
      width: 50%;
    }
  
    .privacy-content-block {
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      position: relative;
    }
  
    .tab-link-blocks {
      background-color: var(--white);
      border-bottom: 1px solid #000;
      margin-left: 40px;
      margin-right: 40px;
      padding-top: 30px;
      padding-bottom: 10px;
      display: flex;
      position: fixed;
      top: 70px;
      bottom: auto;
      left: 0%;
      right: 0%;
    }
  
    .side-tabs {
      height: 80px;
      padding-top: 30px;
    }
  
    .side-tabs.hide {
      flex: none;
      display: none;
    }
  
    .tab-contents {
      flex: 1;
    }
  
    .terms-content-block {
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      margin-top: 0;
      position: relative;
    }
  
    .section-faq {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .accordion-item {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .accordion-item-content {
      margin-right: 0;
    }
  
    .heading-11 {
      font-size: 24px;
    }
  
    .heading-11.hide {
      display: block;
    }
  
    .bold-text {
      font-size: 17px;
    }
  
    .subtext {
      letter-spacing: .02rem;
      font-size: 12px;
    }
  
    .subtext-bottom {
      font-size: 14px;
    }
  
    .accordian-paragraph.last-paragraph {
      padding: 18px;
    }
  
    .content-area {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .image {
      margin-right: 15px;
    }
  
    .heading-12 {
      margin-top: -60px;
    }
  
    .bottom-image {
      flex: none;
      justify-content: flex-end;
      width: 500px;
      display: flex;
    }
  
    ._404image {
      width: 400px;
    }
  
    .deco-image, .decom-image-2 {
      width: 300px;
    }
  
    .main-list {
      padding-left: 30px;
    }
  
    .list-2 {
      padding-left: 40px;
    }
  
    .sub-list.nested {
      padding-left: 60px;
    }
  
    .table-list {
      grid-template-columns: .5fr 1fr;
    }
  
    .footer-left-side {
      flex: none;
    }
  
    .footer-center {
      flex: 0 auto;
    }
  
    .footer-end {
      flex: 1;
    }
  
    .footer-logo-section {
      align-items: center;
    }
  
    .footer-contact-info {
      flex-wrap: wrap;
    }
  
    .footer-text-block {
      text-align: center;
    }
  
    .login-block {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 0;
    }
  
    .disclaimer-main-list {
      padding-left: 30px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .header-section {
      height: 60px;
      padding: 5px 30px;
    }

    .content-tab {
      top: 75px;
    }

    .heading-text {
      line-height: 1.8;
    }
    
    .navigation-container {
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .hero-heading, .hero-heading.split-lines, .hero-span.gradient-overlay {
      font-size: 6.5vh;
    }
  
    .hero-content {
      text-align: left;
      flex: 0 auto;
      width: 100%;
      display: block;
    }
  
    .hero-paragraph {
      background-color: rgba(0, 0, 0, 0);
      font-size: 2.25vh;
    }
  
    .text-block {
      font-size: 1.5rem;
    }
  
    .heading-2 {
      font-size: 4vh;
    }
  
    .dolly-wrapper {
      min-height: 300vh;
    }
  
    .gradient-overlay {
      font-size: 6.5vh;
    }
  
    .track-vertical {
      align-items: center;
      width: 100%;
    }
  
    .vertical-scroll-wrapper {
      height: 4rem;
    }
  
    .heading-large {
      font-size: 5vh;
    }
  
    .heading-large.rotate-text._2 {
      font-size: 3.2rem;
    }
  
    .heading-large.rotate-text._2.gradient-overlay {
      font-size: 5vh;
    }
  
    .heading-large.rotate-text._7 {
      font-size: 3.2rem;
    }
  
    .heading-large.rotate-text._7.gradient-overlay {
      font-size: 5vh;
    }
  
    .heading-large.rotate-text._3 {
      font-size: 3.2rem;
    }
  
    .heading-large.rotate-text._3.gradient-overlay.bold {
      font-size: 5vh;
    }
  
    .heading-large.rotate-text._6 {
      font-size: 3.2rem;
    }
  
    .heading-large.rotate-text._6.gradient-overlay {
      font-size: 5vh;
    }
  
    .heading-large.rotate-text._4 {
      font-size: 3.2rem;
    }
  
    .heading-large.rotate-text._4.gradient-overlay {
      font-size: 5vh;
    }
  
    .heading-large.rotate-text._1 {
      font-size: 3.2rem;
      line-height: 1.2;
    }
  
    .heading-large.rotate-text._1.gradient-overlay {
      font-size: 5vh;
    }
  
    .heading-large.rotate-text._5 {
      font-size: 3.2rem;
    }
  
    .heading-large.rotate-text._5.gradient-overlay {
      font-size: 5vh;
    }
  
    .heading-large.rotate-text._8 {
      font-size: 3.2rem;
    }
  
    .heading-large.rotate-text._8.gradient-overlay {
      font-size: 5vh;
      display: none;
    }
  
    .heading-large.gradient-overlay {
      font-size: 3.2rem;
      line-height: 1.2;
    }
  
    .text-rotation-wrapper {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .btn-wrapper-bg {
      border-style: none;
      border-color: #000;
      border-radius: 8px;
      width: 150px;
      height: 51px;
    }
  
    .btn-wrapper {
      width: 200px;
      height: 41px;
    }
  
    .btn-text {
      font-size: 18px;
      font-weight: 600;
    }
  
    .btn-bg-hover {
      width: 120%;
      height: 120%;
    }
  
    .bg-container {
      height: 100vh;
    }
  
    .bg-container.hide {
      display: none;
    }
  
    .fold-3.dolly-container-section.dolly-container-section-02 {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .fold-4.dolly-container-section.dolly-container-section-03 {
      background-color: rgba(66, 22, 22, 0);
    }
  
    .css-button.cc-infinite {
      height: 40px;
    }
  
    .bg-grad {
      filter: none;
      height: 100vh;
    }
  
    .img-1 {
      margin-left: 66px;
      transform: scale(2);
    }
  
    .img-1.img-1-animation {
      transform: scale(2);
    }
  
    .img-2 {
      transform: translate(-50%)scale(2);
    }
  
    .img-2.img-2-animation {
      transform: none;
    }
  
    .utility-page-content {
      justify-content: center;
      align-items: center;
    }
  
    .navbar {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .navbar-grid {
      grid-column-gap: 15px;
      grid-template-columns: 1fr auto;
      padding-top: 15px;
      padding-bottom: 15px;
    }
  
    .menu-button-text {
      display: none;
    }
  
    .brand-2 {
      justify-content: flex-start;
      padding: 5px 0;
    }
  
    .nav-menu-3 {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .nav-right {
      display: none;
    }
  
    .menu-grid {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .menu-text {
      margin-bottom: 12px;
    }
  
    .blog-link {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 22px;
    }
  
    .blog-link.ga-event {
      font-size: 22px;
    }
  
    .line.line1, .line.line2, .line.line3 {
      background-color: #fff;
    }
  
    .nav {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  
    .line-2 {
      margin-left: .5rem;
      margin-right: .5rem;
    }
  
    .line-2.footer-var {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
  
    .nav-logo {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .footer-content-wrapper.sub-footer {
      text-align: center;
      align-items: center;
    }
  
    .text-lined-2 {
      font-size: 1rem;
    }
  
    .author-profil-hero-section {
      padding-top: 3rem;
    }
  
    .text-lined-3 {
      font-size: 1rem;
    }
  
    .footer-infos-link-wrapper {
      width: 100%;
    }
  
    .default-view-articles {
      grid-template-columns: 1fr;
    }
  
    .newsletter-form-input {
      width: 100%;
    }
  
    .sticky-button-wrapper {
      top: 4.5rem;
    }
  
    .footer-links-grid {
      grid-column-gap: 3.75rem;
      grid-row-gap: 2.5rem;
      grid-template-columns: 1fr 1fr;
      width: 100%;
    }
  
    .footer-2 {
      text-align: left;
      padding-left: 0;
      padding-right: 0;
    }
  
    .home-articles-section, .all-articles-callout-section {
      margin-bottom: 6.25rem;
    }
  
    .hero-text-wrapper {
      flex-direction: column;
      align-items: flex-end;
    }
  
    .categories-list-section {
      margin-top: 6.25rem;
    }
  
    .home-articles-grid {
      grid-row-gap: 1.5rem;
      grid-template-areas: "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                           "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                           "Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4"
                           "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                           "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                           "Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7 Area-7";
      margin-top: 0;
    }
  
    .article-callout-text-style {
      letter-spacing: -.2rem;
      font-size: 3rem;
    }
  
    .wrapper-hero-content {
      margin-bottom: 4rem;
    }
  
    .hero-sub-text {
      text-align: left;
      width: 100%;
    }
  
    .text-block-13 {
      font-size: 19vw;
    }
  
    .category-hero-section {
      padding-top: 2.5rem;
    }
  
    .category-description-wrapper {
      margin-bottom: 4rem;
    }
  
    .default-view-grid {
      grid-row-gap: 1rem;
    }
  
    .search-result-list-grid {
      grid-template-columns: 1fr;
    }
  
    .text-lined-4 {
      font-size: 1rem;
    }
  
    .line-3 {
      margin-left: .5rem;
      margin-right: .5rem;
    }
  
    .top-section {
      padding-left: 20px;
      padding-right: 25px;
    }
  
    .content-section {
      margin-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .top-right-image {
      display: none;
    }
  
    .bg-image-top-right {
      top: -10%;
    }
  
    .privacy-content-block {
      margin-top: 70px;
    }
  
    .tab-link-blocks {
      margin-left: 20px;
      margin-right: 20px;
      padding-top: 20px;
    }
  
    .terms-content-block {
      margin-top: 20px;
    }
  
    .section-faq {
      padding: 20px 15px;
    }
  
    .header-center-box._75 {
      width: 90%;
    }
  
    .accordion-item {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .heading-11 {
      font-family: Catamaran, sans-serif;
      font-size: 24px;
      line-height: 22px;
    }
  
    .heading-11.hide {
      font-size: 18px;
    }
  
    .bottom-see-more._75 {
      width: 90%;
    }
  
    .content-area {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .bottom-reachout._75 {
      width: 90%;
    }
  
    .heading-12 {
      margin-top: -30px;
      font-size: 18px;
    }
  
    .text-block-16 {
      font-size: 14px;
    }
  
    ._404image {
      flex: none;
      width: 250px;
    }
  
    .list-2, .sub-list {
      padding-left: 40px;
    }
  
    .table-list {
      grid-template-columns: .5fr 1fr;
      margin-left: 40px;
      margin-right: 0;
    }
  
    .footer-left-side {
      flex: 1;
    }
  
    .footer-center {
      flex-flow: row;
      flex: none;
      justify-content: flex-start;
      align-self: center;
    }
  
    .footer-contact-info {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-direction: column;
    }
  
    .contact-details {
      margin-right: 0;
    }
  
    .footer-center-details {
      text-align: center;
      flex: none;
      padding-left: 8px;
      padding-right: 8px;
    }
  }
  
  #w-node-_937dd3d6-0f36-7310-168c-bfd3a27766fb-1d38053c {
    grid-area: Area;
  }
  
  #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776704-1d38053c {
    grid-area: Area-2;
  }
  
  #w-node-_937dd3d6-0f36-7310-168c-bfd3a277670a-1d38053c {
    grid-area: Area-3;
  }
  
  #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776710-1d38053c {
    grid-area: Area-4;
  }
  
  #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776716-1d38053c {
    grid-area: Area-5;
  }
  
  #w-node-_937dd3d6-0f36-7310-168c-bfd3a277671c-1d38053c {
    grid-area: Area-6;
  }
  
  #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776722-1d38053c {
    grid-area: Area-7;
  }
  
  #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776737-1d38053c, #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776738-1d38053c, #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776739-1d38053c, #w-node-_937dd3d6-0f36-7310-168c-bfd3a277673a-1d38053c, #w-node-_937dd3d6-0f36-7310-168c-bfd3a277673b-1d38053c, #w-node-_937dd3d6-0f36-7310-168c-bfd3a277673c-1d38053c, #w-node-_937dd3d6-0f36-7310-168c-bfd3a277673d-1d38053c, #w-node-_937dd3d6-0f36-7310-168c-bfd3a277673e-1d38053c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776833-1d38053c, #w-node-_937dd3d6-0f36-7310-168c-bfd3a277683c-1d38053c, #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776845-1d38053c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-da330a8c-7297-3498-8f2b-4bcffcc4933e-1d380555, #w-node-_087be058-c246-5d17-088c-242f9e93824f-1d380555 {
    grid-area: Area;
  }
  
  #w-node-_087be058-c246-5d17-088c-242f9e938255-1d380555 {
    grid-area: Area-2;
  }
  
  #w-node-_087be058-c246-5d17-088c-242f9e93825b-1d380555 {
    grid-area: Area-3;
  }
  
  #w-node-_087be058-c246-5d17-088c-242f9e938261-1d380555 {
    grid-area: Area-4;
  }
  
  #w-node-_087be058-c246-5d17-088c-242f9e938267-1d380555 {
    grid-area: Area-5;
  }
  
  #w-node-_087be058-c246-5d17-088c-242f9e93826d-1d380555 {
    grid-area: Area-6;
  }
  
  #w-node-_087be058-c246-5d17-088c-242f9e938273-1d380555 {
    grid-area: Area-7;
  }
  
  #w-node-_087be058-c246-5d17-088c-242f9e938279-1d380555 {
    grid-area: Area-8;
  }
  
  #w-node-_087be058-c246-5d17-088c-242f9e938282-1d380555 {
    align-self: stretch;
  }
  
  #w-node-_26b74906-4900-83c3-1792-b04fbb4502a9-1d380557, #w-node-_26b74906-4900-83c3-1792-b04fbb4502b2-1d380557, #w-node-_26b74906-4900-83c3-1792-b04fbb4502bb-1d380557, #w-node-_26b74906-4900-83c3-1792-b04fbb4502e6-1d380557, #w-node-_26b74906-4900-83c3-1792-b04fbb4502ef-1d380557, #w-node-_26b74906-4900-83c3-1792-b04fbb4502f8-1d380557 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_56faa54d-7069-ceaf-0eba-dbe23e7fde00-1d380567, #w-node-_56faa54d-7069-ceaf-0eba-dbe23e7fde01-1d380567, #w-node-_56faa54d-7069-ceaf-0eba-dbe23e7fde0a-1d380567, #w-node-a02301a2-9088-f432-f1a9-60ff8db75388-1d380567, #w-node-_43f5aef1-0ef4-6a16-266f-c4bd5b9f58c1-1d380567, #w-node-_56faa54d-7069-ceaf-0eba-dbe23e7fde00-1d380568, #w-node-_56faa54d-7069-ceaf-0eba-dbe23e7fde01-1d380568, #w-node-_56faa54d-7069-ceaf-0eba-dbe23e7fde0a-1d380568, #w-node-_832ad2fa-58c0-a683-dbd0-75ba65020566-1d380568, #w-node-_832ad2fa-58c0-a683-dbd0-75ba65020568-1d380568, #w-node-_770efdc8-a1ad-79f1-630c-43b84e02cb2a-1d38056a, #w-node-_770efdc8-a1ad-79f1-630c-43b84e02cb2b-1d38056a, #w-node-_770efdc8-a1ad-79f1-630c-43b84e02cb34-1d38056a, #w-node-_770efdc8-a1ad-79f1-630c-43b84e02cc8f-1d38056a, #w-node-_770efdc8-a1ad-79f1-630c-43b84e02cc91-1d38056a, #w-node-_2052cab4-0dba-5cf6-fdfc-191a773d4c4b-1d38057e, #w-node-c9e2ff12-3677-c440-1b91-c26f1c9377e5-1d38057e, #w-node-_56faa54d-7069-ceaf-0eba-dbe23e7fde00-cb7105b9, #w-node-_56faa54d-7069-ceaf-0eba-dbe23e7fde01-cb7105b9, #w-node-_56faa54d-7069-ceaf-0eba-dbe23e7fde0a-cb7105b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  @media screen and (min-width: 1440px) {
    #w-node-_937dd3d6-0f36-7310-168c-bfd3a2776737-1d38053c {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  }
  
  
  @font-face {
    font-family: 'Cabinetgrotesk';
    src: url('../fonts/CabinetGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Cabinetgrotesk';
    src: url('../fonts/CabinetGrotesk-Bold.otf') format('opentype'), url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Cabinetgrotesk';
    src: url('../fonts/CabinetGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

 