:root {
    --dim-grey: #5d5c61;
    --white-smoke: whitesmoke;
    --grey: #858585;
    --gainsboro-2: #dbdbdb;
    --white-smoke-2: #f5f3f3;
    --dark-grey: #adadad;
    --light-steel-blue: #adc5d6;
    --gainsboro: #e0e0e0;
    --lt-black: #333;
    --light-slate-grey: #7395ae;
    --ivory: #fffbe9;
    --alice-blue: #d4e2ec;
    --black: black;
    --gainsboro-3: #dcd7d7;
    --links: #4ea9ec;
    --white: white;
    --pale-goldenrod: #faefb4;
    --silver: #c9c9c9;
    --white-smoke-3: #f1f1f1;
  }
  
  .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;
  }
  
  .search {
    max-width: 300px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
    left: 10px;
  }
  
  .search-button {
    background-color: var(--dim-grey);
    color: var(--white-smoke);
    align-self: center;
    margin-bottom: 9px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  
  .h1 {
    text-align: center;
    letter-spacing: 30px;
    text-transform: uppercase;
    margin-top: 70px;
    font-family: Optima, sans-serif;
    font-size: 30px;
    font-style: normal;
    text-decoration: none;
  }
  
  .div-block {
    height: 2px;
    background-color: var(--gainsboro-2);
    margin-top: 41px;
    margin-bottom: 0;
    overflow: hidden;
  }
  
  .div-block-2 {
    height: 2px;
    background-color: var(--gainsboro-2);
    margin-top: 0;
    overflow: visible;
  }
  
  .div-block-2._2, .div-block-2.home {
    margin-top: 0;
  }
  
  .image {
    max-width: 1200px;
    margin-top: -13px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .section {
    width: 100vw;
    height: auto;
    background-color: var(--white-smoke);
    margin-top: 0;
    padding-bottom: 0;
  }
  
  .text {
    color: var(--dim-grey);
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding: 36px 0;
    font-size: 14px;
    font-weight: 300;
  }
  
  .text.home {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 16px;
  }
  
  .section-2 {
    background-color: var(--dim-grey);
    margin-top: 0;
  }
  
  .phone {
    width: 200px;
    color: #d4c2c2;
    text-align: center;
    margin-left: 53px;
    margin-right: auto;
    text-decoration: none;
    display: block;
  }
  
  .icon {
    width: 50px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }
  
  .image-3 {
    width: 50px;
    margin-top: 30px;
    margin-left: 90px;
    display: block;
  }
  
  .body {
    text-align: justify;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    font-size: 16px;
    display: block;
  }
  
  .navbar {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    font-size: 12px;
    display: flex;
  }
  
  .nav-link.nav {
    font-size: 18px;
  }
  
  .nav-menu {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }
  
  .section-3 {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    margin-top: 13px;
    margin-right: 31px;
    display: flex;
  }
  
  .search-input {
    margin-bottom: 9px;
    padding-bottom: 0;
  }
  
  .heading {
    text-align: center;
    letter-spacing: 30px;
    text-transform: uppercase;
    margin-top: 106px;
    padding-left: 0;
    font-family: Optima, sans-serif;
    display: block;
    position: relative;
    left: 6px;
  }
  
  .heading.htablet {
    margin-top: 54px;
  }
  
  .section-4 {
    width: 100vw;
    border-top: 2px none var(--grey);
    border-bottom: 2px none var(--grey);
    background-color: var(--light-steel-blue);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 64px;
    display: flex;
  }
  
  .section-4.row-1 {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    border-top-style: none;
    border-bottom-style: none;
    flex-direction: row;
    margin: 40px auto 15px;
    padding-bottom: 0;
    display: block;
  }
  
  .section-4.row-1.bottom {
    margin-bottom: 50px;
  }
  
  .section-4.row-2 {
    background-color: rgba(0, 0, 0, 0);
    border-top-style: none;
    border-bottom-style: none;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  
  .section-4.row-3 {
    background-color: rgba(0, 0, 0, 0);
    border-top-style: none;
    border-bottom-style: none;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 82px;
    padding-bottom: 0;
  }
  
  .section-4.row-4 {
    margin-bottom: 25px;
  }
  
  .section-4.home {
    border-top: 1px solid var(--dark-grey);
    border-bottom: 1px solid var(--dark-grey);
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 50px;
    overflow: visible;
  }
  
  .section-4.services {
    background-color: var(--white-smoke);
    border: 1px solid #000;
    border-style: solid none;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 50px 0 64px;
    display: flex;
    overflow: visible;
  }
  
  .section-4.careers {
    border-top-color: var(--gainsboro-2);
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .bold-text {
    color: var(--dim-grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  
  .footer-text {
    width: auto;
    color: var(--gainsboro);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 0;
    padding-right: 86px;
  }
  
  .footer-text._1 {
    width: auto;
    color: var(--gainsboro);
    text-align: center;
    margin-top: 0;
    margin-bottom: -4px;
    padding-right: 0;
  }
  
  .nav {
    color: #000;
    flex-direction: row;
    margin-left: 40px;
    margin-right: 0;
    padding-bottom: 21px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
    display: inline-block;
    left: -39px;
  }
  
  .nav:hover {
    color: var(--light-steel-blue);
    font-size: 16px;
    text-decoration: underline;
  }
  
  .nav.w--current {
    color: var(--lt-black);
  }
  
  .nav.w--current:hover {
    color: var(--light-steel-blue);
  }
  
  .nav.home {
    margin-left: 30px;
  }
  
  .nav.home:hover {
    color: var(--light-steel-blue);
    font-size: 16px;
    text-decoration: underline;
  }
  
  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0;
    display: block;
    position: static;
  }
  
  .search-3.c {
    width: 300px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  
  .heading-5 {
    letter-spacing: 30px;
    text-transform: uppercase;
    margin-top: 62px;
    font-family: Optima, sans-serif;
  }
  
  .image-4 {
    max-width: 80vw;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }
  
  .heading-6 {
    width: 100%;
    color: #000;
    text-align: center;
    letter-spacing: 30px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 10px;
    font-family: Optima, sans-serif;
    font-size: 30px;
  }
  
  .div-block-3 {
    width: 400px;
    height: 500px;
    background-color: var(--light-steel-blue);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 57px 0 0;
    display: block;
    position: static;
    top: 0;
  }
  
  .div-block-3.dream {
    width: 300px;
    height: 532px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../../images/box---M-resort-20.jpg');
    background-position: 0 0;
    background-size: cover;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  
  .div-block-3.dream.arch {
    background-color: var(--grey);
  }
  
  .div-block-4 {
    width: 300px;
    height: 532px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: static;
    top: -57px;
  }
  
  .div-block-4.design {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../../images/box---bellagio-20.jpg');
    background-position: 50% 0;
    background-size: cover;
    margin-top: 0;
    margin-left: 55px;
    margin-right: 55px;
    display: block;
  }
  
  .div-block-4.design._2 {
    background-color: var(--grey);
  }
  
  .div-block-5 {
    width: 300px;
    height: 532px;
    background-color: var(--dark-grey);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: relative;
    top: 0;
  }
  
  .div-block-5.build {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../../images/box---wynn-20.jpg');
    background-position: 0 0;
    background-size: cover;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  
  .div-block-5.build.apply {
    background-color: var(--grey);
  }
  
  .text-block-4 {
    text-align: left;
  }
  
  .text-block-5 {
    color: var(--dim-grey);
    text-align: left;
    margin-top: -2px;
    margin-bottom: -2px;
    padding: 33px 40px;
  }
  
  .text-block-5.dream {
    color: var(--white-smoke);
    text-align: justify;
  }
  
  .heading-7 {
    color: var(--gainsboro);
    padding-left: 30px;
    font-family: Optima, sans-serif;
  }
  
  .heading-7.design {
    color: var(--lt-black);
    text-transform: uppercase;
    padding-left: 0;
    font-size: 26px;
  }
  
  .heading-7.culture {
    color: var(--lt-black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 26px;
  }
  
  .text-block-6 {
    color: var(--gainsboro);
    text-align: left;
    padding: 33px 40px;
  }
  
  .text-block-6.design {
    color: var(--gainsboro-2);
    text-align: justify;
    font-style: normal;
    font-weight: 700;
  }
  
  .heading-8 {
    color: var(--light-slate-grey);
    padding-left: 30px;
    font-family: Optima, sans-serif;
  }
  
  .heading-8.build {
    color: var(--lt-black);
    text-transform: uppercase;
    padding-left: 0;
    font-size: 26px;
  }
  
  .heading-8.oppor {
    color: var(--lt-black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 26px;
  }
  
  .text-block-7 {
    color: var(--light-slate-grey);
    text-align: left;
    padding: 33px 40px;
  }
  
  .text-block-7.build {
    color: var(--white-smoke-2);
    text-align: justify;
    font-weight: 400;
  }
  
  .heading-9 {
    color: var(--dim-grey);
    padding-left: 30px;
    font-family: Optima, sans-serif;
  }
  
  .heading-9.dream {
    color: var(--lt-black);
    text-transform: uppercase;
    padding-left: 0;
    font-size: 26px;
  }
  
  .div-block-6 {
    width: 50vw;
    height: 400px;
    border-color: var(--light-steel-blue);
    background-color: var(--light-steel-blue);
    display: inline-block;
    position: relative;
    top: -313px;
  }
  
  .div-block-7 {
    width: 50vw;
    height: 400px;
    background-color: var(--ivory);
    display: inline-block;
  }
  
  .heading-10 {
    color: var(--light-slate-grey);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 2px;
    font-family: Optima, sans-serif;
    font-size: 44px;
    display: flex;
    position: relative;
    top: 157px;
    bottom: -70px;
  }
  
  .image-5 {
    max-width: 50%;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-6 {
    max-width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-7 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .div-block-8 {
    width: 50vw;
    height: 400px;
    background-color: var(--ivory);
    display: inline-block;
  }
  
  .div-block-9 {
    width: 50vw;
    height: 400px;
    background-color: var(--light-slate-grey);
    display: inline-block;
    position: relative;
    top: -347px;
  }
  
  .heading-11 {
    color: var(--gainsboro);
    text-align: center;
    font-family: Optima, sans-serif;
    position: relative;
    top: 150px;
  }
  
  .image-8 {
    max-width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-9, .image-10 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .div-block-10 {
    width: 50vw;
    height: 400px;
    background-color: var(--gainsboro);
    display: inline-block;
    position: relative;
    top: -208px;
  }
  
  .heading-12 {
    color: var(--light-slate-grey);
    text-align: center;
    font-family: Optima, sans-serif;
    position: relative;
    top: 155px;
  }
  
  .section-5 {
    position: relative;
    top: -367px;
  }
  
  .div-block-11 {
    width: 50vw;
    height: 400px;
    background-color: var(--ivory);
    display: inline-block;
    position: relative;
    bottom: -20px;
  }
  
  .image-11 {
    max-width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-12, .image-13 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-14 {
    max-width: 50%;
  }
  
  .image-15 {
    max-width: 50%;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-16, .image-17 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .div-block-12 {
    width: 50vw;
    height: 400px;
    background-color: var(--ivory);
    display: inline-block;
  }
  
  .div-block-13 {
    width: 50vw;
    height: 400px;
    background-color: var(--light-slate-grey);
    display: inline-block;
    position: relative;
    top: -328px;
  }
  
  .heading-13 {
    color: var(--gainsboro);
    text-align: center;
    font-family: Optima, sans-serif;
    position: relative;
    top: 157px;
  }
  
  .image-18 {
    max-width: 50%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-19, .image-20 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .section-6 {
    margin-top: 69px;
  }
  
  .grid {
    width: 80vw;
    grid-column-gap: 63px;
    text-align: left;
    grid-template: ". . . . ."
                   ". . . . ."
                   ". . . . ."
                   / 1fr .75fr .75fr .75fr 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 8px;
    display: flex;
  }
  
  .div-block-14 {
    width: 25vw;
    margin-left: 76px;
    display: inline-block;
    position: relative;
    left: 151px;
  }
  
  .div-block-15 {
    width: 25vw;
    display: inline-block;
    position: relative;
    left: 27px;
    right: -45px;
  }
  
  .div-block-16 {
    width: 25vw;
    margin-left: -13px;
    margin-right: -46px;
    display: inline-block;
    position: relative;
    left: -87px;
  }
  
  .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29 {
    max-width: 80%;
  }
  
  .div-block-17 {
    width: 33vw;
    height: 500px;
    display: inline-block;
  }
  
  .section-7 {
    width: 100vw;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto;
    display: flex;
  }
  
  .image-30 {
    width: 350px;
    max-height: 200px;
    position: relative;
    top: 2px;
    left: -5px;
  }
  
  .image-31 {
    width: 350px;
    max-height: 287px;
    max-width: 25vw;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .image-32 {
    width: 350px;
    max-height: 287px;
    max-width: 25vw;
    margin-left: 72px;
    margin-right: 72px;
  }
  
  .heading-14 {
    text-align: left;
    letter-spacing: 16px;
    text-transform: uppercase;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 34px;
    padding-left: 30px;
    font-family: Optima, sans-serif;
    font-size: 30px;
    display: flex;
    position: relative;
    top: 16px;
  }
  
  .div-block-18 {
    width: 40vw;
    height: 600px;
    display: inline-block;
  }
  
  .div-block-19 {
    width: 60vw;
    height: 600px;
    display: inline-block;
  }
  
  .heading-15 {
    text-align: left;
    margin-top: -47px;
    padding-top: 14px;
    padding-left: 30px;
    font-size: 18px;
    position: relative;
    top: -134px;
  }
  
  .div-block-20 {
    width: 20vw;
    height: 200px;
    max-width: 50vw;
    display: inline-block;
  }
  
  .div-block-21 {
    width: 20vw;
    height: 200px;
    max-width: 50vw;
    margin-top: 73px;
    display: inline-block;
  }
  
  .text-block-8 {
    margin-top: 114px;
  }
  
  .div-block-22 {
    width: 40vw;
    height: 600px;
    display: inline-block;
  }
  
  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-right: 167px;
    left: -119px;
  }
  
  .heading-16 {
    text-align: left;
    letter-spacing: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 372px;
    padding-left: 0;
    font-family: Optima, sans-serif;
    font-size: 30px;
    position: relative;
    top: 24px;
    left: -277px;
  }
  
  .text-block-9 {
    width: 175px;
    height: 100px;
    text-align: left;
    margin-top: 150px;
    margin-left: 40px;
    font-size: 16px;
  }
  
  .text-block-10 {
    width: 200px;
    text-align: right;
    margin-top: 150px;
    margin-left: 362px;
    margin-right: 0;
    font-size: 16px;
    position: relative;
    right: 107px;
  }
  
  .text-block-11 {
    width: 525px;
    background-color: var(--light-slate-grey);
    color: var(--dim-grey);
    text-align: left;
    margin-top: -253px;
    margin-left: 67px;
    padding: 28px 30px 33px 34px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    top: -716px;
  }
  
  .collection-list-wrapper {
    position: relative;
    top: 43px;
    bottom: 28px;
    left: -1px;
    right: 118px;
  }
  
  .heading-17 {
    width: 100%;
    text-align: center;
    margin: 25px auto 25px 0;
    padding-top: 0;
    padding-left: 0;
    font-family: Optima, sans-serif;
    font-size: 18px;
    font-weight: 300;
    display: block;
    position: relative;
    left: 0;
  }
  
  .image-33 {
    width: 200px;
  }
  
  .section-8 {
    width: auto;
    height: auto;
    border-top: 1px solid var(--grey);
    border-bottom: 2px none var(--grey);
    background-color: var(--white-smoke);
    text-align: center;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 45px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  
  .div-block-23 {
    width: 100px;
    height: 100px;
    margin-top: 2px;
    padding-top: 0;
    padding-left: 535px;
  }
  
  .div-block-24 {
    width: 60vw;
    height: 900px;
    display: inline-block;
  }
  
  .div-block-25 {
    width: 20vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }
  
  .div-block-26, .div-block-27 {
    width: 15vw;
    height: 300px;
    display: inline-block;
  }
  
  .text-block-12 {
    padding-top: 0;
    font-size: 16px;
    position: relative;
    top: -276px;
    bottom: 188px;
    left: -336px;
  }
  
  .text-block-13 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -26px;
    padding-top: 0;
    display: flex;
    position: relative;
    top: -391px;
    bottom: 45px;
    left: -276px;
  }
  
  .div-block-28 {
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    position: relative;
    bottom: -109px;
    right: -184px;
  }
  
  .div-block-29 {
    width: 60vw;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -533px;
    right: -235px;
  }
  
  .image-34 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-35 {
    margin-left: 222px;
    display: block;
  }
  
  .lightbox-link {
    margin-left: -3px;
    position: relative;
    left: -63px;
  }
  
  .image-36 {
    border-radius: 5px;
    margin-top: -190px;
    margin-bottom: 26px;
    margin-left: 10px;
    position: relative;
  }
  
  .image-37 {
    border-radius: 5px;
    margin-bottom: 17px;
    padding-bottom: 6px;
    position: relative;
    right: -57px;
  }
  
  .image-38 {
    border-radius: 5px;
  }
  
  .image-39 {
    border-radius: 5px;
    position: relative;
    right: -35px;
  }
  
  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .image-40 {
    width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-41 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .columns {
    margin-top: 86px;
  }
  
  .link-block-3 {
    height: auto;
  }
  
  .heading-18 {
    text-transform: uppercase;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Optima, sans-serif;
    font-size: 30px;
    display: flex;
  }
  
  .text-block-14 {
    padding-right: 583px;
  }
  
  .image-42 {
    width: 325px;
    height: 200px;
    text-align: center;
    margin: 24px 12px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }
  
  .image-42.a {
    width: auto;
    height: 300px;
    margin: 0;
  }
  
  .link-block-4, .link-block-5 {
    justify-content: center;
    display: flex;
  }
  
  .link-block-6, .link-block-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .link-block-8 {
    text-align: center;
  }
  
  .image-43 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .link-block-9, .link-block-10 {
    margin-top: 118px;
    margin-bottom: 118px;
  }
  
  .link-block-11 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .link-block-12 {
    margin-top: 118px;
    margin-bottom: 118px;
  }
  
  .section-9 {
    height: auto;
    background-color: var(--light-steel-blue);
    margin: 0 auto;
    display: block;
  }
  
  .lightbox-link-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .image-44 {
    margin-left: 1px;
    margin-right: 12px;
  }
  
  .image-45 {
    margin-left: 12px;
    margin-right: 13px;
  }
  
  .image-46 {
    margin-left: 12px;
  }
  
  .image-47 {
    margin-right: 12px;
  }
  
  .container-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .image-48, .image-49 {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .image-50 {
    text-align: center;
  }
  
  .slide {
    position: relative;
  }
  
  .slide-2 {
    background-image: url('../images/20170829_group_photo_entry_view-crop-u6273.jpg');
    background-position: 50% -39px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .image-51 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .text-block-15 {
    padding-left: 297px;
  }
  
  .text-block-16 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 5px;
    padding-left: 295px;
    font-family: Optima, sans-serif;
    font-size: 18px;
    display: flex;
  }
  
  .slider {
    width: 900px;
    background-color: var(--alice-blue);
    margin-top: 63px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .slider-2 {
    width: 900px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: 125px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .slide-3 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: 125px;
  }
  
  .slider-3 {
    width: 900px;
    background-image: url('../images/20170829_group_photo_entry_view-crop-u6273.jpg');
    background-position: 50% 77%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .heading-19 {
    letter-spacing: 8px;
    text-transform: uppercase;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 235px;
    font-family: Optima, sans-serif;
    font-size: 18px;
    display: inline-block;
    position: static;
  }
  
  .container-4 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }
  
  .text-block-17 {
    margin-left: 235px;
  }
  
  .slider-4 {
    width: 1000px;
    margin-top: 73px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
  }
  
  .slide-4 {
    height: auto;
    background-image: url('../images/eataly.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 600px;
  }
  
  .slide-6 {
    height: auto;
  }
  
  .div-block-30 {
    width: 500px;
    height: 250px;
    background-image: url('../images/20170829_group_photo_entry_view-crop-u6273.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: -2px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
  }
  
  .heading-20 {
    letter-spacing: 8px;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 50px;
    font-size: 18px;
    display: flex;
    position: relative;
    top: 43px;
  }
  
  .text-block-18 {
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-left: 45px;
    font-family: Optima, sans-serif;
    font-size: 18px;
    transition: opacity .1s;
    position: relative;
    top: 18px;
  }
  
  .div-block-31 {
    height: 300px;
  }
  
  .text-block-19 {
    color: #fff;
    letter-spacing: 8px;
    text-transform: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 215px;
    padding-top: 11px;
    font-family: Optima, sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }
  
  .text-block-20 {
    color: #fff;
    margin-left: 217px;
    padding-top: 6px;
    font-weight: 300;
  }
  
  .div-block-32 {
    width: 400px;
    height: 300px;
    background-image: url('../images/20170829_group_photo_entry_view-crop-u6273.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-top: 225px;
    display: flex;
    overflow: visible;
  }
  
  .h4 {
    width: 800px;
    color: #000;
    text-align: center;
    letter-spacing: 18px;
    text-indent: 0;
    text-transform: uppercase;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -3px;
    font-family: Optima, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }
  
  .text-block-21 {
    text-transform: uppercase;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 53px;
    font-family: Optima, sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }
  
  .link {
    color: var(--dim-grey);
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .text-block-22 {
    letter-spacing: 8px;
    text-transform: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    font-family: Optima, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: flex;
  }
  
  .div-block-33 {
    width: 400px;
    height: 300px;
    background-image: url('../images/eataly.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 250px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }
  
  .container-5 {
    display: flex;
  }
  
  .text-block-23 {
    letter-spacing: 8px;
    margin-left: 14px;
    font-family: Optima, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
  }
  
  .link-2 {
    text-decoration: none;
  }
  
  .link-3 {
    color: var(--dim-grey);
    letter-spacing: 8px;
    text-decoration: none;
  }
  
  .text-block-24 {
    margin-left: 12px;
    font-family: Optima, sans-serif;
    font-weight: 700;
  }
  
  .section-11 {
    height: 500px;
    background-color: var(--alice-blue);
    margin-top: 52px;
  }
  
  .div-block-34 {
    width: 400px;
    height: 300px;
    display: flex;
  }
  
  .heading-22 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .image-52 {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .link-4 {
    color: var(--dim-grey);
    letter-spacing: 8px;
    margin-left: -16px;
    font-family: Optima, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
  
  .text-block-25 {
    text-transform: uppercase;
    margin-top: 14px;
    margin-left: 242px;
  }
  
  .image-53 {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .text-block-26 {
    letter-spacing: 8px;
    text-transform: uppercase;
    font-family: Optima, sans-serif;
    text-decoration: none;
  }
  
  .link-5 {
    color: var(--dim-grey);
    letter-spacing: 8px;
    margin-left: 1px;
    font-family: Optima, sans-serif;
    text-decoration: none;
  }
  
  .text-block-27 {
    color: var(--light-slate-grey);
    letter-spacing: 8px;
    margin-top: 14px;
    margin-left: 245px;
    font-family: Optima, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
  
  .columns-2 {
    justify-content: center;
    display: flex;
  }
  
  .grid-4, .image-54 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .slider-5 {
    width: 900px;
    height: 400px;
    background-color: var(--alice-blue);
    margin-top: -53px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 67px;
  }
  
  .image-55 {
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  
  .link-6 {
    color: var(--dim-grey);
    letter-spacing: 8px;
    margin-left: 153px;
    padding-top: 0;
    font-family: Optima, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
  
  .link-6.meet-the-team {
    margin-left: 114px;
  }
  
  .text-block-28 {
    text-transform: uppercase;
    margin-top: 4px;
  }
  
  .image-56 {
    height: 300px;
    margin-top: -16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .link-7 {
    color: var(--dim-grey);
    letter-spacing: 8px;
    margin-left: 242px;
    font-family: Optima, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
  
  .link-7.spotlight-link {
    margin-left: 202px;
  }
  
  .text-block-29 {
    margin-top: 6px;
    margin-left: -62px;
  }
  
  .heading-23 {
    text-align: left;
    letter-spacing: 13px;
    text-transform: uppercase;
    margin-top: -1px;
    margin-left: 115px;
    margin-right: auto;
    font-family: Optima, sans-serif;
    font-size: 24px;
    display: block;
  }
  
  .heading-23.proj-spotlight {
    margin-left: 140px;
  }
  
  .link-block-13 {
    justify-content: center;
    display: block;
  }
  
  .image-57 {
    width: 450px;
    margin-left: 28px;
    margin-right: 28px;
  }
  
  .image-57.a {
    width: auto;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }
  
  .image-58 {
    width: 450px;
  }
  
  .image-58.a {
    width: auto;
    height: 300px;
  }
  
  .h2 {
    width: auto;
    text-align: center;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin: 0;
    font-family: Optima, sans-serif;
    font-size: 26px;
  }
  
  .h2.a.b.div-block-2 {
    width: auto;
    height: auto;
    border-top: 2px none var(--grey);
    color: var(--dim-grey);
    text-align: center;
    letter-spacing: 16px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Optima, sans-serif;
    font-size: 26px;
    display: block;
    overflow: visible;
  }
  
  .h2.a.b.div-block-2.team {
    width: 100vw;
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--dark-grey) black black;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 26px;
  }
  
  .image-59 {
    width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-60 {
    width: 400px;
    margin: 0;
    display: inline-block;
  }
  
  .image-61 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
  
  .section-12 {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }
  
  .image-62 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-63, .image-64 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .section-13 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }
  
  .link-block-16 {
    width: 300px;
    height: 300px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .link-block-17 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .link-block-18 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .section-14 {
    height: 900px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .text-block-30 {
    width: 500px;
    color: #fff;
    margin: 28px 41px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  
  .div-block-35 {
    width: 600px;
    background-color: var(--light-slate-grey);
    position: relative;
    top: 376px;
    left: -341px;
  }
  
  .section-15 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }
  
  .heading-25 {
    width: auto;
    letter-spacing: 18px;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 200px;
    margin-right: 0;
    padding-top: 41px;
    padding-left: 40px;
    font-family: Optima, sans-serif;
    display: flex;
  }
  
  .heading-25.home {
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
  }
  
  .text-block-31 {
    width: auto;
    margin-left: 200px;
    margin-right: 0;
    padding-bottom: 41px;
    padding-left: 40px;
    font-family: Optima, sans-serif;
    font-size: 22px;
    display: block;
  }
  
  .text-block-31.home {
    width: 600px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 65px;
  }
  
  .text-block-32 {
    width: 250px;
    margin-top: 4px;
    margin-left: 166px;
    padding-left: 0;
    display: inline-block;
  }
  
  .text-block-33 {
    width: 300px;
    margin-left: 64px;
    display: flex;
  }
  
  .section-16 {
    width: 100vw;
    height: 900px;
    background-color: var(--alice-blue);
    flex-direction: row;
    align-items: flex-start;
    padding-top: 60px;
    display: flex;
  }
  
  .section-17 {
    width: 60vw;
    display: inline-block;
  }
  
  .section-18 {
    width: 59vw;
    height: 700px;
    background-color: var(--alice-blue);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .columns-3 {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .column-3 {
    display: flex;
  }
  
  .image-69 {
    width: 350px;
  }
  
  .image-70 {
    display: block;
  }
  
  .image-71 {
    margin: 21px 22px;
  }
  
  .bold-text-2 {
    color: var(--dim-grey);
  }
  
  .bold-text-2:hover {
    color: var(--dark-grey);
  }
  
  .section-19 {
    height: auto;
    margin-top: 26px;
    margin-bottom: 49px;
  }
  
  .heading-26 {
    letter-spacing: 18px;
    text-transform: uppercase;
    margin-top: -61px;
    padding-top: 61px;
    padding-left: 290px;
    font-family: Optima, sans-serif;
  }
  
  .heading-26.a {
    width: auto;
    text-align: left;
    letter-spacing: 14px;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 24px;
    display: block;
  }
  
  .heading-26.a.bold-text-12 {
    letter-spacing: 14px;
    line-height: 36px;
  }
  
  .image-75 {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }
  
  .image-75.logo {
    margin-top: -40px;
  }
  
  .div-block-36 {
    clear: left;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .div-block-37 {
    width: 150px;
    height: 150px;
    align-items: center;
    margin-left: 307px;
    font-weight: 700;
    display: flex;
  }
  
  .text-block-35 {
    display: inline;
  }
  
  .div-block-38 {
    width: 300px;
    flex-direction: row;
    align-items: center;
    margin-top: -136px;
    margin-left: 465px;
    display: flex;
  }
  
  .text-block-36 {
    margin-left: 0;
    display: inline;
  }
  
  .image-76 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 11px;
    left: 173px;
  }
  
  .image-77 {
    margin-left: 18px;
    margin-right: 18px;
    display: block;
    position: relative;
    top: 12px;
    left: 181px;
  }
  
  .text-block-37 {
    padding-left: 82px;
    padding-right: 494px;
  }
  
  .div-block-39 {
    width: 600px;
    margin-top: 0;
    margin-left: 187px;
    display: flex;
    position: relative;
    top: -366px;
  }
  
  .section-20 {
    height: auto;
    background-color: var(--alice-blue);
    padding-bottom: 41px;
  }
  
  .text-block-38 {
    position: relative;
    top: 17px;
    left: 13px;
    right: 13px;
  }
  
  .image-78 {
    margin-top: -106px;
  }
  
  .text-block-39 {
    margin-top: 27px;
    padding-left: 285px;
  }
  
  .text-block-40 {
    border-top: 1px none var(--grey);
    color: var(--dim-grey);
    text-align: justify;
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    display: block;
  }
  
  .text-block-41 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
  }
  
  .image-79 {
    display: block;
  }
  
  .image-80 {
    text-align: center;
    display: block;
  }
  
  .lightbox-link-3 {
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    margin-left: 101px;
    margin-right: auto;
    display: block;
  }
  
  .image-81, .lightbox-link-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .lightbox-link-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-82 {
    text-align: center;
  }
  
  .section-21 {
    height: 300px;
    background-color: var(--alice-blue);
    margin-top: -3px;
  }
  
  .container-6 {
    margin-bottom: 53px;
  }
  
  .image-83 {
    margin-left: 22px;
    margin-right: 22px;
  }
  
  .link-block-19 {
    text-decoration: none;
  }
  
  .section-22 {
    width: 100vw;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--dark-grey);
    background-color: var(--white-smoke-2);
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: static;
  }
  
  .image-86 {
    width: 300px;
    height: 285px;
    margin-top: 111px;
    margin-left: 38px;
    margin-right: 38px;
  }
  
  .div-block-40 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  
  .text-block-42 {
    width: auto;
    max-width: 500px;
    position: relative;
    top: -392px;
    left: 263px;
  }
  
  .nav-button {
    margin-left: 169px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    position: relative;
    left: -79px;
  }
  
  .navbar-2 {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .html-embed {
    background-color: #fff;
    justify-content: flex-end;
    display: flex;
  }
  
  .div-block-41 {
    width: 350px;
    background-color: #fff;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .html-embed-2 {
    width: 350px;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }
  
  .section-24 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .section-25 {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-right: 46px;
    display: flex;
  }
  
  .columns-5 {
    margin-top: 65px;
    margin-bottom: 50px;
  }
  
  .hero-img {
    width: 400px;
    margin-left: 39px;
    margin-right: 39px;
  }
  
  .columns-6 {
    margin: 82px 93px 82px 179px;
    padding-top: 93px;
    padding-bottom: 93px;
  }
  
  .column-7 {
    padding-left: 0;
  }
  
  .h3 {
    width: 350px;
    color: var(--dim-grey);
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: Optima, sans-serif;
    font-size: 20px;
    text-decoration: none;
  }
  
  .col-1-text-link {
    text-transform: none;
    font-family: Optima, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }
  
  .text-block-43, .link-8, .col-text-link, .text-block-44 {
    text-decoration: none;
  }
  
  .home-col-link._1 {
    text-transform: uppercase;
    font-family: Optima, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }
  
  .h5 {
    width: auto;
    outline-offset: 0px;
    color: var(--lt-black);
    text-align: center;
    text-transform: uppercase;
    border: 1px #000;
    outline: 3px #333;
    margin-top: 0;
    font-family: Optima, sans-serif;
    font-size: 17px;
    text-decoration: none;
    display: block;
    font-weight: 600;
  }
  
  .h5.col1 {
    color: var(--dim-grey);
    text-align: left;
    margin-top: 13px;
  }
  
  .h5.col-2 {
    color: var(--dim-grey);
    text-transform: none;
    margin-top: 13px;
  }
  
  .h5.col2 {
    color: var(--dim-grey);
    text-align: left;
    margin-top: 13px;
  }
  
  .h5.port-gallery {
    margin-top: 0;
    padding-left: 12px;
    font-size: 17px;
    font-weight: 600;
  }
  
  .h5._0 {
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  
  .h5.a {
    width: 100%;
    text-align: left;
    text-transform: none;
    margin-bottom: 0;
    padding-top: 14px;
    font-weight: 300;
  }
  
  .h5.a.culture {
    text-align: center;
  }
  
  .image-90 {
    display: block;
  }
  
  .columns-7 {
    width: 90vw;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    margin: 35px 0 60px;
    display: flex;
  }
  
  .home-col-2-heading {
    width: 350px;
    color: var(--dim-grey);
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding-right: 11px;
    font-family: Optima, sans-serif;
    font-size: 22px;
    text-decoration: none;
  }
  
  .link-block-20 {
    text-decoration: none;
  }
  
  .home-col-1-img, .home-col-2-img {
    width: 350px;
    height: 225px;
  }
  
  .section-26 {
    width: 100vw;
    border-top: 1px solid var(--dark-grey);
    background-color: rgba(0, 0, 0, 0);
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .div-col-1 {
    padding-left: 0;
  }
  
  .div-col-1._2 {
    width: 350px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }
  
  .div-col-2 {
    width: 350px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .link-block-21 {
    width: 50px;
  }
  
  .link-block-22 {
    width: 50px;
    text-align: center;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 1px;
    display: flex;
  }
  
  .image-91 {
    text-align: left;
    display: block;
  }
  
  .link-block-23 {
    width: 50px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }
  
  .column-8 {
    text-align: left;
    margin-top: 15px;
    display: inline-block;
  }
  
  .image-92 {
    display: block;
  }
  
  .columns-8 {
    margin-top: -4px;
    margin-bottom: 36px;
    padding-top: 0;
    padding-bottom: 56px;
  }
  
  .column-9 {
    margin-top: 15px;
  }
  
  .column-10 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }
  
  .column-11 {
    margin-top: 8px;
  }
  
  .columns-9 {
    margin-top: 9px;
    padding-bottom: 0;
  }
  
  .text-block-45 {
    color: var(--gainsboro-2);
    text-align: center;
    padding-bottom: 80px;
  }
  
  .text-block-46 {
    color: var(--gainsboro-2);
    text-align: center;
    margin-top: 32px;
    font-size: 10px;
  }
  
  .column-12 {
    justify-content: center;
    align-items: center;
    margin-top: -7px;
    margin-bottom: 66px;
    display: flex;
  }
  
  .columns-10 {
    margin-top: 30px;
  }
  
  .section-27 {
    width: 100vw;
    border-top: 1px solid var(--dark-grey);
    border-bottom: 1px solid var(--dark-grey);
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 1px;
    display: block;
  }
  
  .section-27.a {
    width: auto;
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .section-27.b {
    border-top-style: none;
    border-bottom-style: none;
  }
  
  .heading-project {
    color: var(--dim-grey);
    text-align: center;
    letter-spacing: 16px;
    text-transform: uppercase;
    margin-top: 125px;
    margin-bottom: -4px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Optima, sans-serif;
    font-size: 26px;
  }
  
  .image-93 {
    width: auto;
    height: auto;
  }
  
  .div-block-42 {
    border-top: 2px solid var(--grey);
    border-bottom: 2px none var(--grey);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 49px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }
  
  .image-94 {
    display: inline-block;
  }
  
  .slider-6 {
    width: 1200px;
    height: 725px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .slide-7 {
    background-image: url('../images/ponca-city---exterior-01.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .div-block-43 {
    border-top: 2px solid var(--grey);
    border-bottom: 2px solid var(--grey);
    margin-top: 37px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .slide-8 {
    background-image: url('../images/20180830-osage-1_2x.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .slide-9 {
    background-image: url('../images/20180830-osage-pool.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .columns-12 {
    width: 1200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .text-block-47 {
    padding: 25px 80px 25px 0;
    font-size: 16px;
  }
  
  .text-block-47._2 {
    margin-left: 54px;
  }
  
  .text-block-48 {
    width: 200px;
    margin-top: 0;
    margin-left: 167px;
    padding-top: 25px;
    font-weight: 600;
  }
  
  .text-block-49 {
    margin-left: 95px;
    padding-top: 25px;
  }
  
  .text-block-49._2 {
    margin-left: 44px;
  }
  
  .section-28 {
    margin-top: -32px;
    margin-bottom: 72px;
  }
  
  .columns-13 {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .first-lb-pic {
    width: 150px;
    height: auto;
    margin-bottom: 60px;
  }
  
  .image-95 {
    width: 185px;
    margin-bottom: 61px;
    margin-left: 11px;
    margin-right: 11px;
  }
  
  .image-96 {
    width: 185px;
    margin-top: 13px;
    margin-bottom: 75px;
  }
  
  .lb-img-1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .lb-img-1.inactive {
    width: 185px;
    text-align: center;
    width: auto;
    height: 125px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
    display: inline-block;
  }
  
  .image-97 {
    width: auto;
    height: 125px;
    text-align: center;
    margin: 15px 8px 50px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }
  
  .lb-img-3 {
    width: auto;
    height: 125px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
    display: inline-block;
  }
  
  .text-block-50 {
    width: 600px;
    margin-left: 0;
    padding: 28px 0 20px 65px;
    font-size: 16px;
  }
  
  .text-block-51 {
    width: 200px;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 700;
  }
  
  .columns-14 {
    margin-right: 13px;
    padding-right: 15px;
  }
  
  .columns-15 {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .text-block-52 {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
  }
  
  .link-block-24 {
    color: var(--dim-grey);
    text-align: left;
    text-transform: uppercase;
    font-family: Optima, sans-serif;
    text-decoration: none;
  }
  
  .heading-27 {
    color: var(--lt-black);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Optima, sans-serif;
    font-size: 26px;
  }
  
  .heading-connect-team, .text-block-53 {
    text-decoration: none;
  }
  
  .link-block-25 {
    width: 300px;
    height: 532px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/box---M-resort-20.jpg');
    background-position: 0 0;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    text-decoration: none;
    display: block;
  }
  
  .text-block-54 {
    color: var(--black);
    text-align: justify;
    padding-top: 14px;
    padding-left: 41px;
    padding-right: 41px;
    font-weight: 400;
  }
  
  .div-block-44 {
    width: 300px;
    height: 532px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }
  
  .container-8 {
    flex-direction: column;
    display: flex;
  }
  
  .text-block-55 {
    width: 475px;
    color: var(--dim-grey);
    flex-direction: column;
    align-items: flex-start;
    margin: 46px 60px 0 75px;
    padding-right: 0;
    display: block;
  }
  
  .columns-16 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 43px;
  }
  
  .column-15 {
    padding-left: 70px;
  }
  
  .link-block-26 {
    width: 300px;
    height: 532px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/box---bellagio-20.jpg');
    background-position: 50% 0;
    background-size: cover;
    text-decoration: none;
    display: block;
  }
  
  .text-block-56 {
    color: var(--black);
    text-align: justify;
    padding-top: 14px;
    padding-left: 41px;
    padding-right: 41px;
    font-weight: 400;
  }
  
  .section-29 {
    border-top: 2px solid var(--grey);
    background-color: var(--light-steel-blue);
    margin-top: 41px;
  }
  
  .link-block-27 {
    width: 300px;
    height: 532px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/box---wynn-20.jpg');
    background-position: 30% 0;
    background-size: cover;
    font-size: 26px;
    text-decoration: none;
    display: block;
  }
  
  .text-block-57 {
    color: var(--black);
    text-align: justify;
    padding-top: 14px;
    padding-left: 41px;
    padding-right: 41px;
    font-size: 14px;
    font-weight: 400;
  }
  
  .section-30 {
    margin-top: 41px;
  }
  
  .section-31 {
    width: 100vw;
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 0;
    display: flex;
  }
  
  .section-31.top {
    width: 100vw;
    background-color: var(--white-smoke);
    justify-content: center;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
  }
  
  .section-31.bott {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  
  .link-block-28 {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
  }
  
  .image-98 {
    margin-left: 45px;
    margin-right: 45px;
  }
  
  .columns-17 {
    width: auto;
    text-align: center;
    flex: 0 auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  
  .column-16 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  
  .column-16.hospy {
    align-items: center;
    padding-left: 0;
  }
  
  .column-17 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
  
  .columns-18 {
    margin-top: 35px;
  }
  
  .image-99 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .column-18 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .columns-19 {
    height: auto;
    padding-top: 27px;
    padding-bottom: 50px;
  }
  
  .column-19 {
    text-align: center;
    flex-direction: row;
    align-items: center;
    display: flex;
  }
  
  .column-19.desktop {
    justify-content: center;
  }
  
  .lightbox-link-6 {
    width: 900px;
    height: auto;
  }
  
  .image-100 {
    width: 150px;
    margin-top: 15px;
    display: block;
  }
  
  .column-20 {
    position: static;
  }
  
  .columns-20 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    display: block;
  }
  
  .column-21 {
    text-align: center;
  }
  
  .image-101 {
    width: auto;
    height: 110px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  
  .image-102 {
    height: 110px;
    margin-left: 0;
    margin-right: 0;
  }
  
  .image-103 {
    width: 1000px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-104 {
    height: 110px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }
  
  .image-105 {
    height: 110px;
    margin-right: 0;
  }
  
  .image-106 {
    width: 600px;
    text-align: center;
    display: block;
  }
  
  .div-block-45 {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 35px;
    padding-left: 10px;
    display: block;
  }
  
  .columns-21 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .div-block-47.eataly {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .columns-23 {
    margin-left: 59px;
    padding-left: 0;
  }
  
  .lightbox-link-8 {
    height: 100px;
    margin-left: 0;
  }
  
  .container-9 {
    flex-direction: row;
    display: flex;
  }
  
  .column-30 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .column-31 {
    padding-left: 0;
  }
  
  .image-107 {
    width: 250px;
    height: 250px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: ". . ."
                   ". . ."
                   / 1fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .grid-6 {
    width: 400px;
    grid-template-columns: .5fr 1fr;
    grid-template-areas: ". ."
                         ". .";
    padding-left: 10px;
  }
  
  .section-32 {
    background-color: var(--alice-blue);
    padding-left: 10px;
    display: flex;
  }
  
  .grid-7 {
    grid-template: ". . ."
                   ". . ."
                   ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 35px;
    margin-bottom: 100px;
    margin-left: 80px;
  }
  
  .grid-8 {
    grid-template: ". ."
    / .25fr 1fr;
  }
  
  .div-block-48 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .section-33 {
    justify-content: center;
    display: flex;
  }
  
  .section-34 {
    background-color: var(--alice-blue);
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 80px;
    display: flex;
  }
  
  .grid-9 {
    width: 90vw;
    flex-direction: column;
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .div-block-49 {
    width: 100%;
    height: 75%;
    text-align: center;
    justify-content: center;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .div-block-50 {
    width: 1000px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin: 61px 0 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  
  .link-block-29 {
    text-decoration: none;
  }
  
  .lightbox-link-9 {
    margin-right: 0;
  }
  
  .grid-10 {
    grid-template: ". ."
    / .25fr 1fr;
  }
  
  .grid-11 {
    grid-template: ". . ."
                   ". . ."
                   ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 35px;
    margin-bottom: 100px;
    margin-left: 80px;
  }
  
  .div-block-51 {
    width: 100vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    padding-top: 30px;
    padding-bottom: 0;
    display: block;
  }
  
  .grid-12 {
    width: 90vw;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas: ". ."
                         ". .";
    grid-auto-columns: .25fr;
    align-items: center;
    justify-items: start;
    padding-left: 1px;
  }
  
  .text-block-59 {
    width: 800px;
    margin-left: 200px;
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .grid-13 {
    grid-template-rows: auto;
    grid-template-areas: ". .";
    margin-left: 200px;
    padding-left: 40px;
  }
  
  .section-35 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .image-110 {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .grid-14 {
    grid-template: ". . . . . . ."
                   ". . . . . . ."
                   ". . . . . . ."
                   ". . . . . . ."
                   ". . . . . . ."
                   ". . . . . . ."
                   / 1fr 1fr 1fr 1.5fr 1fr 1fr 1fr;
    justify-content: stretch;
  }
  
  .title-port {
    letter-spacing: 14px;
    align-self: start;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    font-family: Optima, sans-serif;
    font-size: 26px;
  }
  
  .location {
    width: auto;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 0;
    font-family: Optima, sans-serif;
    font-size: 18px;
  }
  
  .text-port {
    width: 200px;
    margin-left: 0;
    padding-left: 0;
    font-weight: 700;
  }
  
  .info-port {
    width: 200%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 41px;
  }
  
  .parag-port {
    border-top: 1px solid var(--gainsboro-3);
    text-align: justify;
    margin-top: 0;
    padding-top: 20px;
    padding-right: 0;
  }
  
  .parag-port._2 {
    border-top-style: none;
  }
  
  .div-block-52 {
    margin-left: 80px;
    padding-top: 20px;
  }
  
  .div-block-53 {
    margin-left: 0;
    padding-right: 53px;
  }
  
  .image-111 {
    width: 800px;
  }
  
  .div-block-54 {
    margin-left: 250px;
  }
  
  .div-block-55 {
    margin-left: 0;
  }
  
  .main-lightbox-port {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }
  
  .lightbox-imgs-port {
    width: 300px;
    height: auto;
    max-width: 100%;
  }
  
  .lightbox-img-port {
    width: 300px;
    height: 150px;
    margin-left: 36px;
    margin-right: 36px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  
  .lightbox-img-port._1 {
    margin-left: 0;
    margin-right: 10px;
  }
  
  .lightbox-img-div {
    margin-top: 26px;
  }
  
  .section-36 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }
  
  .grid-15 {
    grid-template-rows: auto;
    grid-template-areas: ". .";
    margin-left: 0;
  }
  
  .grid-16 {
    grid-template: ". . ."
    / 1fr 1fr 1fr;
    margin-top: 110px;
    margin-left: 0;
  }
  
  .image-112 {
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
  }
  
  .image-112.eatalyimg {
    width: auto;
  }
  
  .grid-17 {
    grid-template: ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 50px;
  }
  
  .grid-18 {
    grid-template-rows: auto;
    grid-template-areas: ". .";
  }
  
  .main-lb {
    width: 650px;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }
  
  .div-block-57 {
    width: 700px;
    justify-content: center;
    align-self: end;
    margin-top: 25px;
    margin-bottom: 164px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  
  .div-block-57.a {
    align-self: start;
    align-items: flex-start;
    margin-top: 41px;
    margin-bottom: 0;
  }
  
  .div-block-58, .div-block-59 {
    margin-left: 0;
  }
  
  .title {
    align-self: start;
    margin-top: 0;
    margin-left: 0;
  }
  
  .title.column-10 {
    justify-content: flex-start;
    align-self: start;
  }
  
  .div-block-61 {
    margin-left: 0;
  }
  
  .section-37 {
    border-top: 2px solid var(--gainsboro-2);
    margin-top: 0;
    padding-top: 50px;
  }
  
  .lightbox-img-port-2 {
    width: 200px;
    height: auto;
    max-height: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  
  .info-port-2 {
    width: 200px;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  
  .info-port-2.m {
    text-align: right;
    font-size: 14px;
  }
  
  .image-113 {
    display: inline-block;
  }
  
  .image-113.nugget {
    width: 100%;
  }
  
  .image-113.nugget.d {
    width: 650px;
    height: 400px;
    max-height: 400px;
  }
  
  .text-port-2 {
    width: 200px;
    margin-left: 0;
    padding-left: 0;
    font-weight: 700;
  }
  
  .div-block-62 {
    width: 650px;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }
  
  .div-block-62._2 {
    margin-top: 0;
  }
  
  .div-block-62.pics {
    margin-top: 30px;
  }
  
  .div-block-62.pics._1, .div-block-62.pics._2 {
    margin-top: 80px;
  }
  
  .div-block-62.pics._3 {
    margin-top: 125px;
  }
  
  .div-block-62.pics._4 {
    margin-top: 150px;
  }
  
  .div-block-62.pics._5 {
    margin-top: 200px;
  }
  
  .div-block-62.pics._6 {
    margin-top: 225px;
  }
  
  .div-block-62.pics._7 {
    margin-top: 250px;
  }
  
  .div-block-62.pics._10 {
    align-items: flex-start;
    margin-top: 0;
  }
  
  .div-block-62.pics._8 {
    margin-top: 48px;
  }
  
  .div-block-62.pics-bott.bold-text-12 {
    margin-top: 0;
  }
  
  .div-block-62.pics-bott._1 {
    align-items: flex-start;
    margin-top: 0;
  }
  
  .div-block-62.pics-bott._2 {
    margin-top: -53px;
  }
  
  .div-block-62.pics-1 {
    margin-top: 75px;
  }
  
  .div-block-62.b, .div-block-62.bott-2 {
    margin-top: 10px;
  }
  
  .div-block-62.pics-top-1 {
    margin-top: 70px;
  }
  
  .div-block-62.pics-top-2 {
    margin-top: 114px;
  }
  
  .div-block-62.pics-top-3, .div-block-62.pics-top-4 {
    margin-top: 0;
  }
  
  .div-block-62.pic-top-5 {
    margin-top: -23px;
  }
  
  .div-block-62.pics-top-6 {
    margin-top: 0;
  }
  
  .div-block-62.pics-top-7 {
    margin-top: 225px;
  }
  
  .div-block-62.pics-top {
    margin-top: 53px;
  }
  
  .div-block-62.pic-top1 {
    margin-top: -51px;
  }
  
  .div-block-62.pics-top-8 {
    margin-top: 79px;
  }
  
  .div-block-62.pics-top-9 {
    margin-top: 131px;
  }
  
  .div-block-62.pics-top-8a {
    margin-top: 0;
  }
  
  .div-block-62.pic-2.container-3 {
    margin-top: 75px;
  }
  
  .div-block-62.pic-2.a {
    margin-top: 80px;
  }
  
  .grid-19 {
    grid-column-gap: 16px;
    grid-row-gap: 22px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .title-port-2 {
    text-align: left;
    letter-spacing: 12px;
    text-transform: uppercase;
    align-self: start;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-family: Optima, sans-serif;
    font-size: 26px;
  }
  
  .section-38 {
    border-width: 1px 2px 2px;
    border-color: var(--dark-grey) var(--gainsboro-2) var(--gainsboro-2);
    border-top-style: solid;
    padding-top: 50px;
  }
  
  .grid-20 {
    grid-template: ". . . . . . . . . . ."
                   ". . . . . . . . . . ."
                   ". . . . . . . . . . ."
                   ". . . . . . . . . . ."
                   ". . . . . . . . . . ."
                   ". . . . . . . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .text-block-60, .text-block-61 {
    width: 200px;
  }
  
  .image-114 {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .div-block-63 {
    justify-content: space-around;
    margin-top: 135px;
    display: flex;
  }
  
  .section-39 {
    border-top: 2px solid var(--gainsboro-2);
    padding-top: 60px;
  }
  
  .grid-21 {
    grid-template: ". . . . . . . ."
                   ". . . . . . . ."
                   ". . . . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .link-block-30 {
    text-align: center;
  }
  
  .link-block-31 {
    text-align: right;
  }
  
  .section-40 {
    background-color: var(--dim-grey);
  }
  
  .image-115 {
    width: 50px;
    height: 50px;
  }
  
  .div-block-65 {
    text-align: right;
  }
  
  .image-116 {
    width: 50px;
    height: 50px;
    display: block;
  }
  
  .text-block-62 {
    color: var(--gainsboro-2);
    text-align: left;
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
  }
  
  .container-10 {
    margin-top: 0;
    padding-top: 23px;
  }
  
  .html-embed-3 {
    color: var(--gainsboro-2);
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 37px;
    font-size: 12px;
    display: flex;
  }
  
  .div-block-66 {
    background-color: var(--dim-grey);
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .column-33 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  
  .div-block-67 {
    width: 300px;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }
  
  .link-block-32 {
    display: inline-block;
  }
  
  .columns-25 {
    padding-top: 35px;
    padding-bottom: 15px;
    padding-left: 35px;
  }
  
  .text-block-63 {
    color: var(--white-smoke);
    padding-left: 40px;
    font-weight: 700;
  }
  
  .text-block-64 {
    color: var(--white-smoke-2);
    margin-top: 10px;
    padding-left: 40px;
    text-decoration: none;
  }
  
  .text-block-65 {
    color: var(--gainsboro-2);
    margin-top: 10px;
    padding-left: 40px;
  }
  
  .link-block-33 {
    color: var(--gainsboro-2);
    padding-left: 40px;
    text-decoration: none;
  }
  
  .link-block-34 {
    text-decoration: none;
  }
  
  .text-block-66 {
    color: var(--white-smoke-2);
    margin-top: 10px;
  }
  
  .text-block-67 {
    color: var(--white-smoke-2);
    flex-direction: column;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }
  
  .text-block-68 {
    color: var(--white-smoke-2);
    font-weight: 700;
    text-decoration: none;
  }
  
  .div-block-68 {
    width: 100px;
    height: auto;
    display: inline;
  }
  
  .column-34 {
    height: auto;
    padding-left: 169px;
  }
  
  .text-block-69 {
    flex-direction: column;
    display: flex;
  }
  
  .link-block-35 {
    color: var(--white-smoke-2);
    margin-top: 10px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }
  
  .text-block-70 {
    color: var(--white-smoke-2);
    font-weight: 700;
    text-decoration: none;
  }
  
  .link-block-36 {
    margin-top: 10px;
    text-decoration: none;
    display: block;
  }
  
  .link-block-37 {
    display: block;
  }
  
  .link-block-38 {
    display: inline-block;
  }
  
  .link-block-39 {
    text-decoration: none;
    display: block;
  }
  
  .text-block-71 {
    color: var(--white-smoke-2);
    margin-top: 10px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .text-block-72 {
    color: var(--white-smoke-2);
    font-weight: 700;
  }
  
  .link-block-40 {
    margin-top: 10px;
    text-decoration: none;
  }
  
  .column-35 {
    padding-left: 129px;
  }
  
  .container-11 {
    text-align: left;
  }
  
  .link-f {
    color: var(--white-smoke-2);
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: none;
    display: block;
  }
  
  .image-117 {
    display: inline-block;
  }
  
  .text-block-73 {
    color: var(--dim-grey);
    text-transform: uppercase;
    margin-top: 9px;
    margin-left: 20px;
    font-family: Optima, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }
  
  .bold-text-3 {
    color: var(--black);
    font-weight: 400;
  }
  
  .link-block-42 {
    color: var(--dim-grey);
    text-decoration: none;
  }
  
  .link-block-42:hover {
    font-weight: 700;
  }
  
  .link-block-42.w--current {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }
  
  .column-36, .column-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  
  .text-block-74, .text-block-75 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }
  
  .column-38 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }
  
  .div-block-69 {
    width: 700px;
    border-top: 2px solid var(--dark-grey);
    border-bottom: 2px solid var(--dark-grey);
    margin: 100px auto 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  
  .text-block-76 {
    font-size: 12px;
    font-weight: 400;
  }
  
  .text-block-76:hover {
    font-weight: 700;
  }
  
  .text-block-77, .text-block-78, .text-block-79, .text-block-80, .text-block-81, .text-block-82 {
    font-size: 12px;
  }
  
  .text-block-83 {
    width: 350px;
    color: var(--dim-grey);
    text-align: left;
    text-transform: uppercase;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    font-family: Optima, sans-serif;
    font-size: 16px;
    display: block;
  }
  
  .text-block-83.midd {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
  }
  
  .text-block-83.selec {
    margin-top: 0;
    margin-left: 0;
    padding-left: 14px;
    text-decoration: none;
  }
  
  .div-block-70 {
    width: 450px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .column-39 {
    justify-content: center;
    display: flex;
  }
  
  .div-block-71 {
    width: 450px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .column-40 {
    justify-content: center;
    display: flex;
  }
  
  .div-block-72 {
    width: 450px;
    flex-direction: column;
    justify-content: center;
    margin: 15px auto;
    display: block;
  }
  
  .columns-26 {
    width: 99vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .column-41 {
    border-bottom: 1px none var(--dark-grey);
  }
  
  .bold-text-4 {
    font-size: 16px;
    font-weight: 400;
  }
  
  .bold-text-5 {
    color: var(--dim-grey);
  }
  
  .bold-text-5:hover {
    color: var(--dark-grey);
  }
  
  .link-10 {
    text-decoration: none;
  }
  
  .section-41 {
    width: 100vw;
    background-color: var(--white-smoke);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .heading-28 {
    border-top: 1px solid var(--dark-grey);
    text-align: center;
    letter-spacing: 12px;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 50px;
    font-family: Optima demi, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }
  
  .lightbox-link-14 {
    width: 200px;
  }
  
  .div-block-77 {
    width: 100%;
  }
  
  .div-block-78 {
    width: 500px;
  }
  
  .column-42 {
    justify-content: flex-end;
    display: flex;
  }
  
  .column-43 {
    justify-content: center;
    display: flex;
  }
  
  .link-block-43, .link-block-44 {
    text-decoration: none;
  }
  
  .bold-text-7 {
    color: var(--black);
    font-weight: 400;
  }
  
  .section-42, .section-43 {
    border-top: 2px none var(--gainsboro-2);
  }
  
  .div-block-79 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }
  
  .bold-text-8 {
    color: var(--black);
    text-align: justify;
    font-weight: 400;
  }
  
  .section-44 {
    border-top: 1px solid var(--gainsboro-2);
  }
  
  .div-block-80 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }
  
  .bold-text-9 {
    width: 100%;
    height: 100%;
  }
  
  .div-block-81 {
    margin-top: 106px;
  }
  
  .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
    font-size: 16px;
    font-weight: 400;
  }
  
  .link-11, .link-12, .link-13 {
    color: var(--dim-grey);
    text-decoration: none;
  }
  
  .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22 {
    text-decoration: none;
  }
  
  .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24 {
    color: var(--dim-grey);
  }
  
  .bold-text-25 {
    color: var(--dim-grey);
    text-decoration: none;
  }
  
  .bold-text-25:hover {
    color: var(--dark-grey);
  }
  
  .bold-text-26, .bold-text-27, .bold-text-28 {
    color: var(--dim-grey);
  }
  
  .bold-text-29 {
    text-decoration: none;
  }
  
  .div-block-82 {
    width: 350px;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-end;
    padding-top: 3px;
    display: flex;
  }
  
  .column-44 {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }
  
  .text-block-84 {
    width: 200px;
    text-align: right;
    padding-right: 0;
  }
  
  .grid-22 {
    background-color: var(--white-smoke);
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .bold-text-30, .bold-text-31, .bold-text-32 {
    text-decoration: none;
  }
  
  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .grid-23 {
    background-color: var(--white-smoke);
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 50px;
  }
  
  .careers {
    border-bottom: 1px solid var(--dim-grey);
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  .col-careers {
    padding-top: 0;
    display: flex;
  }
  
  .h3-careers {
    color: var(--grey);
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: Optima, sans-serif;
  }
  
  .h3-careers.co {
    color: var(--grey);
    text-align: left;
    padding-top: 20px;
  }
  
  .h3-careers.ept {
    color: var(--grey);
    padding-top: 20px;
    padding-bottom: 10px;
  }
  
  .column-46 {
    text-align: left;
    align-self: auto;
    padding-top: 18px;
    padding-left: 0;
  }
  
  .text-block-85 {
    color: var(--dim-grey);
    text-align: left;
    font-size: 20px;
  }
  
  .text-block-85.apply {
    color: var(--links);
    text-transform: uppercase;
    padding-top: 0;
    font-family: Optima, sans-serif;
  }
  
  .text-block-85.apply._1 {
    border-bottom: 1px solid var(--dim-grey);
    color: var(--dim-grey);
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  
  .text-block-85.apply-link {
    color: var(--links);
    align-items: center;
    text-decoration: none;
    display: flex;
  }
  
  .link-23 {
    color: var(--dim-grey);
    text-decoration: none;
  }
  
  .link-block-46 {
    padding-top: 0;
    text-decoration: none;
  }
  
  .link-block-46.apply, .link-block-46.a {
    padding-top: 0;
  }
  
  .text-block-86 {
    color: var(--grey);
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }
  
  .image-118 {
    width: 200px;
    height: px;
    text-align: right;
    margin-left: 0;
    display: block;
  }
  
  .column-47 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    right: 0;
  }
  
  .column-47.apply {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  
  .column-48 {
    padding-top: 18px;
  }
  
  .column-49 {
    align-self: center;
    align-items: flex-end;
    padding-top: 0;
    display: flex;
  }
  
  .column-49.apply {
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }
  
  .grid-24 {
    border-bottom: 1px solid #000;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: end;
  }
  
  .text-block-87 {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }
  
  .bold-text-33 {
    color: var(--links);
    text-decoration: none;
  }
  
  .link-24 {
    text-decoration: none;
  }
  
  .text-block-88 {
    margin-top: 0;
  }
  
  .text-block-89 {
    margin-top: 10px;
  }
  
  .text-block-90 {
    color: var(--links);
    align-self: auto;
    margin-top: 10px;
    margin-right: 35px;
  }
  
  .form-block {
    width: 100%;
  }
  
  .div-block-86 {
    width: 40vw;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 125px;
  }
  
  .div-block-87 {
    width: 40vw;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .list-item {
    list-style-type: disc;
  }
  
  .div-block-89 {
    width: 300px;
  }
  
  .div-block-90 {
    margin-top: 20px;
  }
  
  .bold-text-35 {
    font-size: 16px;
    font-weight: 300;
  }
  
  .list {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    list-style-type: disc;
  }
  
  .bold-text-36 {
    text-transform: uppercase;
    font-family: Optima demi, sans-serif;
    font-size: 20px;
  }
  
  .text-block-92 {
    text-transform: uppercase;
    font-family: Optima, sans-serif;
  }
  
  .div-block-94.mob {
    text-align: left;
  }
  
  .div-block-96 {
    margin-bottom: 47px;
    padding-left: 139px;
    padding-right: 139px;
  }
  
  .div-block-96.a {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .section-45 {
    width: 100vw;
    background-color: var(--gainsboro-2);
    padding-bottom: 0;
  }
  
  .grid-25 {
    width: 100vw;
    grid-column-gap: 42px;
    grid-row-gap: 16px;
    grid-template-rows: repeat(auto-fit, 250px);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
  }
  
  .text-block-94 {
    color: #5d5c61;
    font-size: 20px;
  }
  
  .text-block-94.apply {
    color: #4ea9ec;
    text-transform: uppercase;
    padding-top: 0;
    font-family: Optima, sans-serif;
  }
  
  .text-block-94.apply._1 {
    color: #5d5c61;
    color: #5d5c61;
    border-bottom: 1px solid #5d5c61;
    padding-bottom: 10px;
    padding-left: 0;
  }
  
  .div-block-apply {
    align-items: center;
    display: flex;
  }
  
  .text-block-95 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .text-block-96 {
    text-decoration: none;
  }
  
  .link-block-47 {
    color: var(--links);
    margin-top: 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
  
  .link-25, .link-26, .link-27, .link-28, .link-29 {
    color: var(--links);
    font-weight: 700;
  }
  
  .text-block-97 {
    text-align: center;
  }
  
  .grid-26 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .grid-27 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-28 {
    text-align: left;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: block;
  }
  
  .link-block-48 {
    text-decoration: none;
  }
  
  .div-block-111 {
    text-align: left;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 300px;
    padding-right: 300px;
    display: flex;
  }
  
  .text-block-98, .link-block-49 {
    text-decoration: none;
  }
  
  .link-block-col-1 {
    color: var(--dim-grey);
    margin: 10px 0;
    text-decoration: none;
  }
  
  .link-block-col-1:hover {
    color: var(--dark-grey);
  }
  
  .link-block-50 {
    color: var(--dim-grey);
    text-align: left;
    text-decoration: none;
  }
  
  .link-block-51, .link-block-52 {
    text-decoration: none;
  }
  
  .link-block-52:hover {
    color: var(--dark-grey);
  }
  
  .text-block-99 {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    display: block;
  }
  
  .text-block-100 {
    color: var(--dim-grey);
    text-align: left;
    margin-left: 110px;
  }
  
  .text-block-101 {
    text-align: justify;
    padding-right: 187px;
    font-size: 16px;
    font-weight: 400;
  }
  
  .text-block-102 {
    color: var(--dim-grey);
    text-decoration: none;
  }
  
  .link-block-53 {
    text-decoration: none;
    display: inline;
  }
  
  .link-30, .link-31, .link-32 {
    color: var(--links);
    text-decoration: none;
  }
  
  .link-33 {
    color: var(--links);
    font-size: 16px;
    text-decoration: none;
  }
  
  .text-block-103 {
    color: var(--dim-grey);
    margin-left: 0;
    padding-right: 0;
    display: block;
  }
  
  .text-block-104 {
    width: auto;
    text-align: left;
    margin-top: 20px;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    font-weight: 400;
    display: block;
  }
  
  .link-34, .link-35, .link-36, .link-37, .link-38, .link-39, .link-40, .link-41, .link-42, .link-43 {
    color: var(--links);
    text-decoration: none;
  }
  
  .html-embed-4 {
    margin-left: auto;
    margin-right: auto;
  }
  
  .grid-29 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  
  .text-block-105 {
    margin-top: 169px;
    padding-left: 114px;
    padding-right: 114px;
  }
  
  .link-44 {
    color: var(--links);
    text-decoration: none;
    display: block;
  }
  
  .div-block-112 {
    padding-top: 0;
  }
  
  .div-block-114 {
    padding-top: 8px;
  }
  
  .column-50 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .grid-30 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .grid-31 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  
  .bold-text-37 {
    text-align: left;
  }
  
  .lb-top {
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }
  
  .div-block-115 {
    margin-bottom: 67px;
  }
  
  .div-block-116 {
    margin-bottom: 100px;
  }
  
  .div-block-117 {
    margin-bottom: 116px;
  }
  
  .div-block-118 {
    margin-bottom: 101px;
  }
  
  .div-block-119 {
    margin-bottom: 110px;
  }
  
  .div-block-120 {
    margin-bottom: 90px;
  }
  
  .div-block-121 {
    margin-bottom: 102px;
  }
  
  .div-block-122 {
    margin-bottom: 104px;
  }
  
  .div-block-123 {
    margin-bottom: 101px;
  }
  
  .div-block-124 {
    margin-bottom: 100px;
  }
  
  .div-block-125 {
    margin-bottom: 102px;
  }
  
  .div-block-126 {
    margin-bottom: 111px;
  }
  
  .lightbox-link-18 {
    padding-left: 26px;
    padding-right: 26px;
  }
  
  .lightbox-link-19 {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .div-block-127 {
    margin-bottom: 105px;
  }
  
  .div-block-128 {
    margin-bottom: 104px;
  }
  
  .div-block-129 {
    margin-bottom: 101px;
  }
  
  .div-block-130 {
    margin-bottom: 76px;
  }
  
  .div-block-131 {
    margin-bottom: 101px;
  }
  
  .div-block-132 {
    margin-bottom: 98px;
  }
  
  .div-block-133, .div-block-134 {
    margin-bottom: 103px;
  }
  
  .div-block-135 {
    margin-bottom: 110px;
  }
  
  .div-block-136 {
    margin-bottom: 102px;
  }
  
  .div-block-137 {
    margin-bottom: 103px;
  }
  
  .div-block-138 {
    margin-bottom: 99px;
  }
  
  .div-block-139 {
    margin-bottom: 103px;
  }
  
  .div-block-140, .div-block-141 {
    margin-bottom: 105px;
  }
  
  .div-block-142 {
    margin-bottom: 102px;
  }
  
  .div-block-143 {
    margin-bottom: 103px;
  }
  
  .div-block-144 {
    margin-bottom: 107px;
  }
  
  .div-block-145 {
    margin-bottom: 98px;
  }
  
  .div-block-146 {
    margin-bottom: 103px;
  }
  
  .div-block-147 {
    margin-bottom: 110px;
  }
  
  .section-46 {
    margin-bottom: 104px;
  }
  
  .div-block-148 {
    margin-bottom: 102px;
  }
  
  .div-block-149 {
    margin-bottom: 103px;
  }
  
  .div-block-150 {
    margin-bottom: 105px;
  }
  
  .div-block-151 {
    margin-bottom: 100px;
  }
  
  .div-block-152 {
    margin-bottom: 101px;
  }
  
  .div-block-153 {
    margin-bottom: 102px;
  }
  
  .div-block-154 {
    margin-bottom: 106px;
  }
  
  .div-block-155 {
    margin-bottom: 100px;
  }
  
  .utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    background-image: url('../images/2004_12-23_OWN-Garage-04.jpg');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .utility-page-content {
    width: 100vw;
    text-align: center;
    background-color: rgba(0, 0, 0, .59);
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  
  .image-119 {
    filter: invert();
  }
  
  .heading-29 {
    width: 800px;
    color: #fff;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .text-block-106 {
    color: #fff;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  
  .link-45 {
    width: 200px;
    height: 50px;
    color: var(--links);
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }
  
  .div-block-156 {
    width: 200px;
    height: 50px;
    background-color: var(--white-smoke);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .link-46 {
    color: var(--white-smoke);
    text-decoration: none;
  }
  
  .column-51 {
    justify-content: flex-start;
    display: flex;
  }
  
  .grid-32 {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr;
    align-items: stretch;
    display: block;
  }
  
  .image-120 {
    margin: 44px 0 0;
  }
  
  .div-block-157 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  
  .image-121 {
    height: 125px;
    margin-left: 8px;
    margin-right: 8px;
  }
  
  .image-122 {
    height: 125px;
    padding-left: 8px;
    padding-right: 3px;
  }
  
  .image-123 {
    width: auto;
    height: 125px;
  }
  
  .image-124 {
    height: 125px;
  }
  
  .div-block-158 {
    margin-left: auto;
    margin-right: auto;
  }
  
  .heading-30 {
    text-align: center;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: Optima, sans-serif;
    font-size: 24px;
  }
  
  .text-block-107 {
    color: var(--dim-grey);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
    font-family: Optima, sans-serif;
    text-decoration: none;
  }
  
  .lightbox-link-20 {
    text-decoration: none;
  }
  
  .image-125 {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .image-126 {
    margin-right: 10px;
  }
  
  .div-block-159 {
    text-align: center;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  
  .section-47, .section-48, .section-49, .section-50, .section-51, .section-52, .section-53, .section-54, .section-55, .section-56, .section-57 {
    width: 100vw;
  }
  
  .image-127 {
    padding-right: 10px;
  }
  
  .image-127.a {
    margin-left: 0;
    padding-left: 0;
  }
  
  .image-128.a {
    padding-left: 10px;
  }
  
  .section-58 {
    width: 100vw;
  }
  
  .link-47 {
    color: var(--grey);
    text-align: center;
    font-size: 12px;
    text-decoration: none;
  }
  
  .text-block-108 {
    text-align: center;
  }
  
  .container-12 {
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    border-radius: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .section-59 {
    background-color: var(--white-smoke);
  }
  
  .text-block-109 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .div-block-161 {
    text-align: center;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .text-block-110 {
    text-align: justify;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
  }
  
  .text-block-111 {
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
  
  .div-block-162, .div-block-163, .div-block-164, .div-block-165 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }
  
  .h4-2 {
    width: 800px;
    color: #000;
    text-align: center;
    letter-spacing: 18px;
    text-indent: 0;
    text-transform: uppercase;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -3px;
    font-family: Optima, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }
  
  .text-block-112 {
    text-align: center;
  }
  
  .link-48 {
    color: var(--links);
    text-decoration: none;
  }
  
  .grid-33 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .image-130 {
    width: 300px;
  }
  
  .link-block-54 {
    text-decoration: none;
  }
  
  .text-block-113 {
    color: var(--dim-grey);
    font-size: 20px;
  }
  
  .text-block-114 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .columns-27 {
    background-color: var(--gainsboro);
    border-bottom: 1px solid #000;
  }
  
  .heading-31 {
    color: var(--dim-grey);
    text-align: left;
    margin-left: 0;
    font-family: Optima, sans-serif;
  }
  
  .columns-28 {
    background-color: var(--gainsboro);
    display: block;
  }
  
  .columns-28.vizworks2, .columns-28.s1, .columns-28.s2, .columns-28.s4 {
    display: none;
  }
  
  .heading-32 {
    font-family: Optima, sans-serif;
  }
  
  .heading-33 {
    color: var(--dim-grey);
    margin-top: 20px;
    font-family: Optima, sans-serif;
    display: block;
  }
  
  .link-49 {
    font-family: Optima, sans-serif;
    font-size: 20px;
  }
  
  .div-block-167 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .column-52, .column-53, .column-54, .column-55, .column-56, .column-57 {
    display: none;
  }
  
  .column-58, .column-59, .column-60, .column-61, .column-62, .column-63 {
    display: block;
  }
  
  .column-64, .column-65, .column-66 {
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: relative;
  }
  
  .columns-29 {
    flex-flow: row;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }
  
  .text-block-115, .bold-text-38 {
    text-align: left;
  }
  
  .container-13 {
    background-color: var(--white-smoke-2);
    object-fit: fill;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
  
  .grid-34 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
  }
  
  .div-block-168 {
    width: auto;
    height: auto;
    background-color: var(--white-smoke-2);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .container-14 {
    justify-content: center;
    align-items: center;
    display: block;
  }
  
  .columns-30 {
    object-fit: fill;
    flex-flow: row;
    align-content: space-between;
    justify-content: space-around;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    overflow: visible;
  }
  
  .column-67, .column-68 {
    position: static;
  }
  
  .column-69 {
    object-fit: fill;
    position: static;
  }
  
  .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42 {
    display: block;
  }
  
  .grid-35 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    object-fit: fill;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
    position: static;
  }
  
  .bold-text-43, .bold-text-44, .bold-text-45, .italic-text {
    display: block;
  }
  
  .paragraph {
    margin-bottom: 0;
  }
  
  .container-16 {
    object-fit: scale-down;
    position: static;
  }
  
  .feature-section {
    background-color: var(--white-smoke);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .flex-container {
    flex-direction: row;
    flex: 1;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }
  
  .feature-image-mask {
    width: 100%;
    margin-right: 0;
  }
  
  .feature-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    position: static;
  }
  
  .columns-31 {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  
  .text-block-116 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .column-72 {
    text-align: left;
  }
  
  .container-17 {
    margin-top: 0;
    padding: 40px 10px;
  }
  
  .section-60 {
    background-color: var(--gainsboro);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .section-61 {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .container-18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .container-19 {
    margin-top: 10px;
    padding: 0 10px;
  }
  
  .column-73, .column-74, .column-75 {
    display: block;
  }
  
  .container-20 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: block;
  }
  
  .section-62 {
    justify-content: center;
    display: flex;
  }
  
  .paragraph-2 {
    margin-bottom: 0;
  }
  
  .heading-34 {
    margin-bottom: 20px;
  }
  
  .image-131, .image-132 {
    padding-left: 0;
    padding-right: 10px;
  }
  
  .image-133 {
    padding-right: 10px;
  }
  
  .image-134 {
    padding-right: 0;
  }
  
  .image-135, .image-136, .image-137, .image-138 {
    padding-right: 10px;
  }
  
  .div-block-169 {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container-21 {
    text-align: left;
  }
  
  .container-22 {
    text-align: center;
    margin-top: 20px;
  }
  
  .section-63 {
    text-align: center;
  }
  
  .grid-36 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    display: grid;
  }
  
  .text-block-117 {
    color: var(--dark-grey);
    text-align: center;
  }
  
  .columns-33 {
    display: none;
  }
  
  .container-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: scale-down;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
    display: block;
    position: static;
  }
  
  .section-64 {
    margin-bottom: 60px;
  }
  
  .section-65, .section-66 {
    margin-bottom: 40px;
  }
  
  .columns-34 {
    display: none;
  }
  
  @media screen and (max-width: 991px) {
    .search {
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
    }
  
    .search-button {
      background-color: var(--grey);
      color: var(--gainsboro-2);
    }
  
    .h1 {
      letter-spacing: 26px;
      margin-top: 0;
      font-size: 26px;
    }
  
    .div-block {
      height: 2px;
      background-color: var(--dim-grey);
      margin-top: 15px;
    }
  
    .div-block-2 {
      height: 2px;
      background-color: var(--dim-grey);
      margin-top: 39px;
    }
  
    .section {
      background-color: var(--white-smoke-2);
      margin-top: 0;
    }
  
    .text {
      padding: 35px 50px;
    }
  
    .section-2 {
      background-color: var(--dim-grey);
      margin-top: 0;
      padding-top: 0;
    }
  
    .text-block-2.footer {
      color: var(--white-smoke);
      text-align: center;
    }
  
    .phone {
      width: 300px;
      color: #d4c0c0;
      text-align: center;
      margin-left: 0;
      margin-right: 0;
      text-decoration: none;
      display: block;
    }
  
    .icon {
      width: 50px;
      margin-top: 35px;
      margin-left: 0;
    }
  
    .image-3 {
      width: 50px;
      margin-top: 35px;
      margin-left: 91px;
    }
  
    .body {
      flex-direction: column;
      display: flex;
    }
  
    .container {
      flex-direction: column;
      justify-content: center;
      align-self: center;
      align-items: center;
      display: flex;
    }
  
    .navbar {
      width: 100vw;
      background-color: rgba(0, 0, 0, 0);
      align-self: center;
    }
  
    .nav-menu {
      width: 100vw;
      opacity: .92;
      background-color: #fff;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
      position: static;
    }
  
    .menu-button {
      background-color: #fff;
    }
  
    .menu-button.w--open {
      color: var(--dim-grey);
      background-color: rgba(0, 0, 0, 0);
    }
  
    .section-3 {
      width: 100vw;
      justify-content: center;
      margin-right: 0;
    }
  
    .heading.htablet {
      text-align: center;
      letter-spacing: 30px;
      text-transform: uppercase;
      margin-top: 30px;
      font-family: Optima, sans-serif;
    }
  
    .icon-2 {
      font-size: 35px;
    }
  
    .section-4 {
      width: 100vw;
      background-color: var(--light-steel-blue);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      display: flex;
    }
  
    .section-4.row-1 {
      width: 90vw;
      max-width: 90vw;
      border-top-style: none;
      border-bottom-style: none;
      flex-direction: column;
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      display: flex;
    }
  
    .section-4.row-1.bott {
      margin-bottom: 70px;
    }
  
    .section-4.row-2 {
      border-top-style: none;
      border-bottom-style: none;
      padding-bottom: 0;
    }
  
    .section-4.row-3 {
      border-top-style: none;
      border-bottom-style: none;
      margin-bottom: 0;
      padding-bottom: 36px;
    }
  
    .section-4.home {
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      padding-top: 25px;
      display: block;
    }
  
    .section-4.services {
      padding-top: 59px;
    }
  
    .section-4.careers {
      flex-direction: column;
      padding-top: 40px;
    }
  
    .footer-text {
      color: var(--white-smoke);
      text-align: center;
      margin-top: 3px;
      padding-bottom: 37px;
      padding-right: 0;
    }
  
    .nav {
      width: 100vw;
      border-bottom: 1px solid var(--dark-grey);
      text-align: center;
      flex-direction: column;
      justify-content: center;
      align-self: center;
      align-items: center;
      margin-bottom: 38px;
      margin-left: 21px;
      margin-right: 21px;
      padding-left: 0;
      padding-right: 0;
      display: flex;
      position: static;
      left: 0;
      right: 0;
    }
  
    .container-2 {
      margin-top: 0;
      padding-left: 0;
    }
  
    .search-3.c {
      margin-top: 14px;
      display: flex;
      position: relative;
      left: 0;
    }
  
    .heading-5 {
      text-align: center;
      letter-spacing: 30px;
      text-transform: uppercase;
      font-family: Optima, sans-serif;
      font-size: 30px;
    }
  
    .image-4 {
      margin-top: 61px;
    }
  
    .heading-6 {
      text-align: center;
      letter-spacing: 30px;
      text-transform: uppercase;
      font-family: Optima, sans-serif;
      font-size: 30px;
    }
  
    .div-block-3 {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .div-block-3.dream {
      height: 675px;
      background-color: var(--grey);
      margin-top: 0;
      margin-left: 0;
    }
  
    .div-block-3.dream.arch {
      height: auto;
    }
  
    .div-block-4 {
      height: auto;
      background-color: rgba(0, 0, 0, 0);
      margin: 0;
      display: block;
      top: -4px;
    }
  
    .div-block-4.design {
      height: 675px;
      margin: 0;
    }
  
    .div-block-4.design._2 {
      height: auto;
      margin-top: 20px;
      margin-bottom: 20px;
    }
  
    .div-block-5 {
      height: auto;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      display: block;
      position: static;
    }
  
    .div-block-5.build {
      height: 675px;
      margin-top: 0;
      margin-left: 0;
    }
  
    .div-block-5.build.apply {
      height: auto;
    }
  
    .heading-7.design {
      margin-top: 35px;
    }
  
    .heading-7.culture {
      font-size: 24px;
    }
  
    .heading-8.build {
      margin-top: 35px;
    }
  
    .heading-8.oppor {
      font-size: 24px;
      display: block;
    }
  
    .text-block-7.oppor {
      height: auto;
    }
  
    .heading-9.dream {
      color: var(--gainsboro-2);
      margin-top: 35px;
    }
  
    .div-block-14 {
      width: 80vw;
      flex-direction: column;
      align-items: flex-start;
      margin-left: 176px;
      display: flex;
      top: 0;
      left: -137px;
    }
  
    .div-block-15 {
      width: 80vw;
      flex-direction: column;
      align-items: flex-start;
      display: flex;
      top: 0;
      left: 39px;
      right: -11px;
    }
  
    .div-block-16 {
      width: 80vw;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 50px;
      margin-left: 70px;
      margin-right: 0;
      display: flex;
      top: 0;
      left: -35px;
      right: -2px;
    }
  
    .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29 {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .section-7 {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: -9px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
    }
  
    .image-31 {
      width: 500px;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .image-32 {
      width: 350px;
      margin-top: 33px;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .heading-14 {
      margin-top: -3px;
      position: static;
    }
  
    .heading-16 {
      width: 100vw;
      text-align: center;
      margin-left: 292px;
      display: block;
    }
  
    .heading-17 {
      text-align: center;
      margin-left: 0;
    }
  
    .section-8 {
      width: 100vw;
      height: auto;
      margin-top: 0;
      padding-bottom: 0;
      display: block;
    }
  
    .text-block-12 {
      width: 300px;
      left: -149px;
    }
  
    .text-block-13 {
      width: 200px;
      top: -391px;
      left: -286px;
    }
  
    .div-block-29 {
      top: -334px;
      left: -338px;
    }
  
    .image-42 {
      width: 350px;
      height: auto;
      margin: 35px 0 5px;
      padding-left: 0;
      padding-right: 0;
      display: block;
    }
  
    .image-42.a {
      width: auto;
      height: 158px;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      display: inline-block;
    }
  
    .section-9 {
      padding-bottom: 36px;
    }
  
    .section-10 {
      margin-top: 48px;
    }
  
    .h4 {
      width: 95vw;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: block;
    }
  
    .div-block-33 {
      background-size: auto 225px;
    }
  
    .text-block-25 {
      margin-left: 16px;
    }
  
    .link-5 {
      margin-left: -247px;
    }
  
    .slider-5 {
      width: 700px;
    }
  
    .link-6 {
      margin-left: 0;
    }
  
    .text-block-28 {
      margin-left: 127px;
    }
  
    .link-7 {
      margin-left: 215px;
    }
  
    .heading-23 {
      padding-left: 12px;
    }
  
    .link-block-13 {
      width: auto;
      height: 158px;
    }
  
    .link-block-14 {
      width: auto;
      height: 158px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .image-57 {
      width: 350px;
      margin: 28px auto;
      display: block;
    }
  
    .image-57.a {
      width: auto;
      height: 158px;
      margin: 0;
      padding-left: 0;
      padding-right: 0;
      display: inline-block;
    }
  
    .link-block-15 {
      margin: 28px auto;
      display: block;
    }
  
    .image-58 {
      width: 350px;
    }
  
    .image-58.a {
      width: auto;
      height: 158px;
      margin-left: 0;
      margin-right: 0;
    }
  
    .h2.a.b {
      text-align: center;
      letter-spacing: 18px;
      text-transform: uppercase;
      font-family: Optima, sans-serif;
    }
  
    .h2.a.b.div-block-2, .h2.a.b.div-block-2.team {
      font-size: 24px;
    }
  
    .section-14 {
      height: 1500px;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      margin-top: -142px;
    }
  
    .section-14.row2, .section-14.row3 {
      height: 1500px;
      margin-top: 0;
    }
  
    .image-65, .image-66, .image-67 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .image-68 {
      margin-bottom: 0;
    }
  
    .div-block-35 {
      top: 747px;
      left: -318px;
    }
  
    .section-15 {
      border-top: 2px solid var(--gainsboro-2);
      flex-direction: column;
      display: flex;
    }
  
    .heading-25 {
      width: 90vw;
      text-align: center;
      padding-left: 0;
    }
  
    .heading-25.home {
      width: 80vw;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      font-size: 28px;
      display: block;
    }
  
    .text-block-31 {
      width: 90vw;
      text-align: center;
      padding-left: 0;
    }
  
    .text-block-31.home {
      width: 90vw;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      font-size: 20px;
    }
  
    .section-16 {
      height: 700px;
    }
  
    .image-71 {
      position: relative;
      top: -166px;
      left: -187px;
    }
  
    .image-72 {
      display: block;
      position: relative;
      left: -395px;
    }
  
    .column-4 {
      flex-direction: column;
      align-items: center;
      display: flex;
    }
  
    .image-73 {
      margin-bottom: 29px;
    }
  
    .image-74 {
      position: relative;
      top: -329px;
      left: 114px;
    }
  
    .section-19 {
      margin-top: 51px;
    }
  
    .heading-26 {
      padding-left: 65px;
    }
  
    .heading-26.a {
      width: auto;
      height: auto;
      text-align: center;
      margin-top: 40px;
      margin-right: 0;
      padding-left: 0;
      font-size: 24px;
    }
  
    .image-75 {
      text-align: left;
      margin-left: 0;
      padding-left: 0;
    }
  
    .div-block-37 {
      margin-left: 205px;
    }
  
    .text-block-35 {
      position: relative;
    }
  
    .div-block-38 {
      width: 250px;
      margin-left: 374px;
    }
  
    .image-76 {
      position: relative;
      left: -155px;
    }
  
    .image-77 {
      position: relative;
      top: -155px;
      left: 196px;
    }
  
    .div-block-39 {
      margin-left: 122px;
      top: -17px;
    }
  
    .section-20 {
      height: 1000px;
      background-color: rgba(0, 0, 0, 0);
    }
  
    .text-block-38 {
      top: 264px;
      left: -19px;
    }
  
    .column-5 {
      top: 332px;
      left: -187px;
    }
  
    .text-block-40 {
      width: auto;
      align-self: auto;
      padding-left: 0;
      padding-right: 0;
      display: block;
    }
  
    .text-block-41 {
      text-align: center;
      margin-left: 0;
      padding-left: 0;
    }
  
    .image-81 {
      margin-top: 35px;
    }
  
    .section-21 {
      height: 600px;
    }
  
    .image-83 {
      margin-top: 59px;
    }
  
    .image-84 {
      margin-top: 58px;
      margin-left: 80px;
    }
  
    .image-85 {
      margin-top: 24px;
      margin-left: 203px;
    }
  
    .link-block-19 {
      width: auto;
    }
  
    .section-22 {
      flex-direction: column;
      align-items: center;
      margin-top: 0;
    }
  
    .image-86, .image-87 {
      margin-bottom: 0;
    }
  
    .image-88, .image-89 {
      margin-top: 0;
    }
  
    .text-block-42 {
      top: 231px;
      left: 145px;
    }
  
    .icon-3 {
      font-size: 36px;
    }
  
    .menu-button-2 {
      font-size: 38px;
      left: -30px;
    }
  
    .columns-4 {
      margin-bottom: 35px;
    }
  
    .columns-5 {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .hero-img {
      margin-left: 0;
    }
  
    .columns-6 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .column-6 {
      margin-top: 65px;
      margin-bottom: 65px;
    }
  
    .h3 {
      color: var(--dim-grey);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .h5 {
      margin-left: 60px;
    }
  
    .h5.port-gallery {
      margin-left: 0;
      padding-left: 0;
    }
  
    .h5._0 {
      margin-left: 0;
    }
  
    .h5.a {
      margin-left: 0;
      padding-left: 6px;
      padding-right: 6px;
    }
  
    .columns-7 {
      text-align: center;
      flex-direction: column;
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .home-col-2-img {
      width: auto;
      height: 200px;
      text-align: center;
    }
  
    .section-26 {
      border-top: 2px solid var(--dim-grey);
      justify-content: center;
      margin-left: 0;
      margin-right: 0;
      display: flex;
    }
  
    .div-col-1._2 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .div-col-2 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 54px;
      display: flex;
    }
  
    .link-block-23 {
      margin-left: 1px;
    }
  
    .columns-8 {
      padding-bottom: 0;
    }
  
    .column-9 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .column-11 {
      padding-right: 0;
      display: flex;
    }
  
    .columns-9 {
      min-width: 0;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 0;
      margin-left: 0;
      padding-left: 0;
      display: flex;
    }
  
    .text-block-46 {
      margin-top: -2px;
    }
  
    .column-12 {
      flex-direction: column;
      margin-top: 8px;
    }
  
    .section-27 {
      margin-bottom: 0;
    }
  
    .heading-project {
      margin-top: 31px;
      margin-bottom: 0;
      padding-top: 39px;
      padding-bottom: 23px;
      font-size: 24px;
    }
  
    .slider-6 {
      width: 90vw;
      height: 400px;
    }
  
    .div-block-43 {
      border-style: none;
    }
  
    .columns-12 {
      width: 90vw;
    }
  
    .text-block-47 {
      width: 300px;
      padding-right: 0;
    }
  
    .text-block-48 {
      text-align: right;
      margin-left: 62px;
    }
  
    .text-block-49 {
      margin-left: 22px;
    }
  
    .columns-13 {
      width: 90vw;
      flex-direction: column;
      display: flex;
    }
  
    .lb-img-1 {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      padding-left: 25px;
      padding-right: 25px;
    }
  
    .lb-img-1.inactive {
      width: 600px;
      width: 600px;
      height: auto;
      display: block;
    }
  
    .image-97, .lb-img-3 {
      width: 600px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .text-block-50 {
      width: 90vw;
      margin: 46px auto 39px;
      padding: 0 0 7px;
      display: block;
    }
  
    .text-block-51 {
      width: 25vw;
      text-align: right;
      margin-left: -81px;
      padding-left: 12px;
      font-size: 12px;
    }
  
    .text-block-52 {
      width: 200px;
      height: auto;
      margin-left: 54px;
      margin-right: 0;
      padding-right: 0;
      font-size: 13px;
      display: block;
    }
  
    .heading-27 {
      font-size: 24px;
    }
  
    .link-block-25 {
      width: 300px;
      height: 700px;
      display: block;
    }
  
    .text-block-54 {
      object-fit: fill;
      overflow: visible;
    }
  
    .div-block-44 {
      height: auto;
    }
  
    .text-block-55 {
      width: auto;
      max-width: 100%;
      margin-top: 0;
      padding-right: 0;
    }
  
    .columns-16, .column-15 {
      padding-left: 0;
    }
  
    .column-15._2._0 {
      padding-left: 53px;
      padding-right: 53px;
    }
  
    .link-block-26 {
      height: 700px;
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .link-block-27 {
      width: 300px;
      height: 700px;
    }
  
    .section-31 {
      margin-top: 0;
    }
  
    .section-31.top {
      align-items: flex-start;
      margin-top: 39px;
    }
  
    .link-block-28 {
      flex-direction: column;
      align-items: center;
      display: flex;
    }
  
    .image-98 {
      padding-top: 26px;
      padding-bottom: 26px;
    }
  
    .columns-17 {
      width: 80vw;
      flex-direction: column;
      align-items: center;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 0;
      display: inline-block;
    }
  
    .column-16 {
      align-items: center;
      display: flex;
      position: static;
    }
  
    .column-17 {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0;
      display: flex;
      position: static;
    }
  
    .column-20 {
      flex-direction: column;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
      display: flex;
    }
  
    .columns-20 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .column-21.tablet {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 12px;
      margin-bottom: 12px;
      display: flex;
    }
  
    .image-101 {
      width: auto;
      height: 100px;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      display: block;
    }
  
    .image-102 {
      width: auto;
      height: 100px;
      margin-left: 0;
      margin-right: 0;
      display: block;
    }
  
    .image-103 {
      width: 90vw;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      display: inline-block;
    }
  
    .image-104 {
      width: auto;
      height: 100px;
      padding-left: 0;
      padding-right: 8px;
      display: block;
    }
  
    .image-105 {
      width: auto;
      height: 100px;
      margin-right: 0;
      padding-left: 8px;
      padding-right: 8px;
      display: block;
    }
  
    .column-24 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .image-106 {
      width: 90vw;
      max-width: 0%;
      display: block;
    }
  
    .column-25 {
      padding-left: 0;
      display: flex;
    }
  
    .column-26 {
      flex-direction: row;
      display: flex;
    }
  
    .lightbox-link-7 {
      width: 90vw;
    }
  
    .div-block-45 {
      width: 90vw;
      flex-direction: column;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .columns-21 {
      width: 90vw;
      flex-direction: row;
      align-items: flex-start;
      margin-left: 58px;
      display: flex;
    }
  
    .column-28 {
      display: flex;
    }
  
    .div-block-46 {
      width: 100vw;
    }
  
    .columns-22 {
      flex-direction: column;
      display: flex;
    }
  
    .div-block-47 {
      width: 100vw;
      flex-direction: column;
      align-items: center;
      margin-left: -56px;
      display: flex;
    }
  
    .div-block-47.eataly {
      width: 80vw;
      width: 80vw;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      display: flex;
    }
  
    .lightbox-link-8 {
      height: 100px;
      margin-left: 0;
      margin-right: 0;
    }
  
    .text-block-58 {
      margin-left: -47px;
    }
  
    .image-107 {
      padding-top: 0;
    }
  
    .grid-7 {
      width: 90vw;
      grid-row-gap: 16px;
      flex-direction: column;
      grid-template-rows: auto auto auto auto auto auto;
      grid-template-areas: ". . ."
                           ". . ."
                           ". . ."
                           ". . ."
                           ". . ."
                           ". . .";
      justify-content: start;
      align-items: center;
      justify-items: start;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .grid-8 {
      justify-content: center;
      justify-items: start;
      margin-top: 32px;
      margin-left: 48px;
      margin-right: auto;
      display: flex;
    }
  
    .div-block-48 {
      flex-direction: column;
      margin-left: auto;
      margin-right: auto;
      display: flex;
    }
  
    .section-34 {
      margin-bottom: 0;
      padding-bottom: 0;
    }
  
    .div-block-49 {
      width: 100%;
      align-self: start;
      margin-left: 0;
      margin-right: 0;
    }
  
    .div-block-50 {
      width: 95%;
      justify-content: space-around;
      margin: 25px 0 50px;
      padding-bottom: 0;
      padding-left: 9px;
      padding-right: 9px;
    }
  
    .link-block-29 {
      width: auto;
    }
  
    .lightbox-link-10 {
      height: 100px;
      margin-right: 0;
    }
  
    .lightbox-link-11 {
      margin-right: 0;
    }
  
    .grid-10 {
      justify-content: center;
      justify-items: start;
      margin-top: 32px;
      margin-left: 55px;
      margin-right: auto;
      display: flex;
    }
  
    .grid-11 {
      width: 90vw;
      grid-row-gap: 16px;
      flex-direction: column;
      grid-template-rows: auto auto auto auto auto auto;
      grid-template-areas: ". . ."
                           ". . ."
                           ". . ."
                           ". . ."
                           ". . ."
                           ". . .";
      justify-content: start;
      align-items: center;
      justify-items: start;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .image-108 {
      display: block;
    }
  
    .lightbox-link-12 {
      flex-direction: column;
      align-items: center;
      display: flex;
    }
  
    .image-109 {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .div-block-51 {
      margin-top: 0;
      margin-bottom: 50px;
      padding-top: 35px;
    }
  
    .text-block-59 {
      width: 650px;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .parag-port {
      width: 100%;
      max-width: 100%;
      padding-top: 25px;
      padding-left: 75px;
      padding-right: 75px;
    }
  
    .lightbox-imgs-port {
      width: 300px;
      height: auto;
    }
  
    .lightbox-img-port {
      width: 300px;
      height: 100px;
      margin-left: 0;
      margin-right: 0;
    }
  
    .image-112, .image-112.eatalyimg {
      width: 100%;
    }
  
    .grid-17 {
      grid-template: ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     / 1fr 1fr 1fr 1fr 1fr 1fr;
      margin-bottom: 50px;
    }
  
    .main-lb {
      align-self: start;
      margin-top: 25px;
      padding-top: 0;
    }
  
    .div-block-57 {
      width: 100%;
      max-width: 100%;
      justify-content: center;
      align-self: end;
      margin-top: 25px;
      margin-bottom: 0;
      padding-top: 0;
      display: flex;
    }
  
    .div-block-57.a {
      align-self: end;
      margin-top: 25px;
    }
  
    .div-block-61 {
      padding-right: 55px;
    }
  
    .section-37 {
      margin-bottom: 0;
    }
  
    .lightbox-img-port-2 {
      width: 200px;
      height: 100px;
      margin-left: 0;
    }
  
    .info-port-2 {
      padding-right: 0;
    }
  
    .div-block-62 {
      justify-content: space-between;
      align-self: start;
      margin-top: -47px;
      padding-top: 64px;
    }
  
    .div-block-62.pics._1, .div-block-62.pics._2, .div-block-62.pics._3, .div-block-62.pics._4, .div-block-62.pics._5, .div-block-62.pics._6, .div-block-62.pics._7, .div-block-62.pics-top-2, .div-block-62.pics-top-6, .div-block-62.pics-top-7, .div-block-62.pic-top1, .div-block-62.pics-top-8, .div-block-62.pics-top-9 {
      margin-top: 0;
    }
  
    .grid-19 {
      grid-template: ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     ". . . . . ."
                     / 1fr 1fr 1fr 1fr 1fr 1fr;
      margin-bottom: 0;
    }
  
    .title-port-2 {
      letter-spacing: 10px;
      font-size: 24px;
    }
  
    .grid-20 {
      grid-template: ". . . . ."
                     ". . . . ."
                     ". . . . ."
                     ". . . . ."
                     ". . . . ."
                     ". . . . ."
                     ". . . . ."
                     ". . . . ."
                     / 1fr 1fr 1fr 1fr 1fr;
    }
  
    .image-114 {
      margin-left: 80px;
      margin-right: 80px;
    }
  
    .div-block-63 {
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .columns-25 {
      width: 100vw;
    }
  
    .text-block-64 {
      width: 300px;
    }
  
    .div-block-68 {
      width: 50px;
    }
  
    .column-34 {
      padding-left: 85px;
    }
  
    .link-block-35, .link-block-36, .link-block-37, .link-block-40 {
      width: 100px;
    }
  
    .column-35 {
      padding-left: 0;
    }
  
    .link-f {
      width: 300px;
    }
  
    .div-block-69 {
      margin-top: 50px;
      margin-bottom: 50px;
      padding-bottom: 10px;
    }
  
    .text-block-83.midd {
      width: 200px;
    }
  
    .text-block-83.selec {
      width: 200px;
      margin-left: 0;
      margin-right: 0;
    }
  
    .div-block-71 {
      width: auto;
      height: 158px;
    }
  
    .div-block-72 {
      width: auto;
      height: 158px;
      max-width: 100%;
    }
  
    .columns-26 {
      width: 100vw;
      margin-left: 0;
      margin-right: 0;
    }
  
    .bold-text-5, .link-10 {
      max-width: 100%;
    }
  
    .lightbox-link-14 {
      width: auto;
      flex-direction: column;
      align-items: flex-end;
      display: flex;
    }
  
    .column-42 {
      justify-content: center;
    }
  
    .div-block-80 {
      flex-direction: column;
    }
  
    .grid-23 {
      width: 100vw;
      margin-left: auto;
      margin-right: auto;
    }
  
    .careers {
      font-size: 12px;
    }
  
    .col-careers {
      margin-bottom: 10px;
    }
  
    .h3-careers {
      padding-left: 0;
      font-size: 18px;
    }
  
    .h3-careers.co {
      text-align: left;
      padding-left: 0;
    }
  
    .h3-careers.ept {
      padding-left: 0;
    }
  
    .text-block-85 {
      color: var(--dim-grey);
      text-align: left;
      align-self: center;
      font-size: 16px;
    }
  
    .text-block-85.apply._1 {
      font-size: 18px;
    }
  
    .link-block-46 {
      color: var(--light-slate-grey);
      padding-top: 0;
    }
  
    .text-block-86 {
      padding-top: 17px;
      padding-left: 20px;
    }
  
    .image-118 {
      width: 100%;
      padding-left: 0;
    }
  
    .column-47 {
      display: block;
    }
  
    .grid-24 {
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
    }
  
    .text-block-88 {
      text-align: left;
    }
  
    .div-block-86 {
      padding-right: 0;
    }
  
    .list-item {
      width: 100%;
    }
  
    .div-block-89 {
      margin-top: -7px;
      margin-left: 0;
      padding-top: 0;
      padding-left: 0;
    }
  
    .div-block-89._2 {
      margin-left: 0;
    }
  
    .bold-text-35 {
      font-size: 16px;
      font-weight: 300;
    }
  
    .list {
      width: 100%;
      padding-left: 0;
    }
  
    .bold-text-36 {
      font-size: 16px;
      font-weight: 300;
    }
  
    .div-block-92 {
      padding-left: 15px;
    }
  
    .text-block-92, .text-block-93 {
      padding-left: 20px;
    }
  
    .div-block-94 {
      padding-left: 35px;
    }
  
    .div-block-95 {
      padding-left: 20px;
    }
  
    .div-block-96 {
      padding-left: 50px;
      padding-right: 50px;
    }
  
    .div-block-96.a {
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .div-block-97, .div-block-98, .div-block-99, .div-block-100, .div-block-101 {
      text-align: center;
    }
  
    .div-block-102 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .div-block-104 {
      margin-top: 5px;
    }
  
    .section-45 {
      background-color: var(--gainsboro-2);
    }
  
    .grid-25 {
      width: 100%;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      padding-bottom: 28px;
    }
  
    .text-block-94 {
      color: #7395ae;
      text-align: left;
      align-self: center;
      font-size: 16px;
    }
  
    .text-block-94.apply._1 {
      font-size: 18px;
    }
  
    .div-block-111 {
      margin-left: 0;
      margin-right: 0;
      padding-left: 17px;
    }
  
    .text-block-99 {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
    }
  
    .text-block-103 {
      margin-left: 0;
    }
  
    .link-44 {
      display: block;
    }
  
    .lb-bott {
      justify-content: space-between;
      align-items: center;
      display: flex;
    }
  
    .column-51 {
      justify-content: center;
    }
  
    .div-block-159 {
      justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
      display: flex;
    }
  
    .image-127 {
      margin-left: 5px;
    }
  
    .image-128 {
      margin-left: 15px;
    }
  
    .image-129 {
      display: block;
    }
  
    .h4-2 {
      width: 95vw;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: block;
    }
  
    .text-block-113 {
      color: var(--dim-grey);
      font-size: 16px;
    }
  
    .column-64 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .column-65 {
      padding-left: 0;
      padding-right: 0;
      display: block;
    }
  
    .column-66 {
      padding-left: 0;
      display: block;
    }
  
    .columns-29 {
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
    }
  
    .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42 {
      display: block;
    }
  
    .column-70 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .columns-32 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .column-71 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .container-24 {
      flex-direction: column;
      display: inline-block;
    }
  }
  
  @media screen and (max-width: 767px) {
    .search {
      margin-left: 7px;
      display: flex;
      position: relative;
      left: 79px;
    }
  
    .search-button {
      background-color: var(--grey);
      color: var(--gainsboro-2);
      margin-left: -9px;
      margin-right: 0;
      padding-bottom: 3px;
      padding-left: 6px;
      padding-right: 11px;
      position: relative;
      left: 7px;
    }
  
    .h1 {
      text-align: center;
      letter-spacing: 26px;
      font-size: 26px;
      line-height: 44px;
    }
  
    .div-block {
      height: 2px;
      background-color: var(--dim-grey);
      margin-top: 24px;
    }
  
    .div-block-2 {
      height: 2px;
      background-color: var(--dim-grey);
      margin-top: 42px;
    }
  
    .section {
      background-color: var(--white-smoke-2);
      margin-top: 0;
    }
  
    .text {
      padding: 30px;
    }
  
    .section-2 {
      background-color: var(--dim-grey);
      margin-top: -2px;
      margin-bottom: 0;
    }
  
    .text-block-2 {
      color: var(--white-smoke);
      text-align: center;
    }
  
    .phone {
      color: #e0caca;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      text-decoration: none;
      display: block;
    }
  
    .text-block-3 {
      color: var(--white-smoke);
      text-align: center;
      margin-bottom: 2px;
      padding-bottom: 20px;
    }
  
    .icon {
      width: 50px;
      margin-top: 30px;
      margin-left: 0;
    }
  
    .image-3 {
      width: 50px;
      margin-top: 30px;
      margin-left: 95px;
    }
  
    .container {
      background-color: rgba(0, 0, 0, 0);
      flex-direction: column;
      padding-right: 0;
      display: block;
      position: static;
    }
  
    .navbar {
      background-color: rgba(0, 0, 0, 0);
      align-self: center;
      align-items: center;
    }
  
    .nav-link {
      border-bottom: 1px solid var(--dark-grey);
      background-color: #fff;
      padding-top: 25px;
      padding-bottom: 25px;
      font-size: 18px;
    }
  
    .nav-menu {
      width: 100vw;
      opacity: .94;
      background-color: #fff;
      flex-direction: column;
      display: flex;
    }
  
    .nav-link-2 {
      border-bottom: 1px solid var(--dark-grey);
      padding-top: 25px;
      padding-bottom: 25px;
      font-size: 18px;
    }
  
    .nav-link-3 {
      border-bottom: 1px solid #000;
      padding-top: 25px;
      padding-bottom: 25px;
      font-size: 18px;
    }
  
    .menu-button.w--open {
      color: var(--dim-grey);
      background-color: #fff;
    }
  
    .section-3 {
      width: 100vw;
    }
  
    .search-input {
      width: 300px;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      display: block;
    }
  
    .heading {
      text-align: center;
      letter-spacing: 30px;
      text-transform: uppercase;
      padding-left: 10px;
      font-family: Optima, sans-serif;
    }
  
    .icon-2 {
      font-size: 36px;
      overflow: hidden;
    }
  
    .section-4 {
      background-color: var(--light-steel-blue);
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .section-4.row-1 {
      width: 100vw;
      display: flex;
    }
  
    .section-4.services {
      background-color: var(--light-steel-blue);
      flex-direction: column;
      margin-top: 0;
    }
  
    .bold-text {
      margin-top: 3px;
    }
  
    .nav {
      width: 90vw;
      border-bottom: 1px solid var(--dark-grey);
      justify-content: center;
      margin-left: 43px;
      margin-right: 21px;
      padding-right: 35px;
      display: flex;
      left: 0;
    }
  
    .container-2 {
      display: block;
    }
  
    .search-3 {
      display: flex;
      position: relative;
      top: 16px;
      left: 140px;
    }
  
    .search-3.c {
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      left: 0;
    }
  
    .heading-3 {
      text-align: center;
      letter-spacing: 20px;
      text-transform: uppercase;
      font-family: Optima, sans-serif;
    }
  
    .heading-4 {
      text-align: center;
      letter-spacing: 20px;
      text-transform: uppercase;
      font-family: Optima, sans-serif;
      line-height: 50px;
    }
  
    .image-4 {
      margin-top: 56px;
    }
  
    .heading-6 {
      width: 300px;
      text-align: center;
      letter-spacing: 18px;
      text-transform: uppercase;
      font-size: 26px;
      display: inline;
    }
  
    .div-block-3 {
      width: 400px;
      height: 500px;
      background-color: var(--light-steel-blue);
    }
  
    .div-block-3.dream {
      height: auto;
      background-color: var(--grey);
    }
  
    .div-block-4 {
      top: -4px;
    }
  
    .div-block-4.design {
      height: auto;
      margin-right: 0;
    }
  
    .div-block-5 {
      height: auto;
      top: -32px;
    }
  
    .div-block-5.build {
      height: auto;
    }
  
    .text-block-5.dream {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .heading-9.dream {
      color: var(--gainsboro-2);
    }
  
    .div-block-14 {
      width: 100vw;
      flex-direction: column;
      margin-left: 0;
      margin-right: 0;
      display: flex;
      top: 0;
      left: 0;
      right: 0;
    }
  
    .div-block-15 {
      width: 100vw;
      flex-direction: column;
      margin-left: 0;
      margin-right: 15px;
      display: flex;
      top: 0;
      left: 0;
      right: 0;
    }
  
    .div-block-16 {
      width: 100vw;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 103px;
      margin-left: 0;
      margin-right: 15px;
      display: flex;
      top: 0;
      left: 0;
      right: 0;
    }
  
    .section-7 {
      flex-direction: column;
      margin-bottom: -47px;
      margin-left: 0;
      margin-right: 0;
    }
  
    .heading-14 {
      margin-top: 109px;
    }
  
    .heading-16 {
      margin-left: 293px;
      left: -292px;
    }
  
    .heading-17 {
      width: 300px;
      position: relative;
      left: -415px;
    }
  
    .section-8 {
      height: auto;
    }
  
    .text-block-12 {
      top: -589px;
      left: -250px;
    }
  
    .text-block-13 {
      top: -263px;
      left: -444px;
    }
  
    .heading-18 {
      padding-left: 0;
    }
  
    .image-42 {
      margin-top: 44px;
      margin-left: 0;
      margin-right: 0;
    }
  
    .image-42.a {
      width: 100%;
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      display: inline-block;
    }
  
    .div-block-32 {
      clear: left;
      display: block;
      overflow: hidden;
    }
  
    .h4 {
      width: 100vw;
      margin-top: -6px;
    }
  
    .div-block-33 {
      clear: left;
      flex: 0 auto;
      display: block;
      position: static;
    }
  
    .column {
      flex-direction: column;
      align-self: flex-start;
      align-items: flex-start;
      display: flex;
      position: static;
    }
  
    .column-2 {
      clear: none;
      justify-content: space-between;
      align-items: center;
      display: flex;
      position: static;
    }
  
    .slider-5 {
      width: 500px;
    }
  
    .link-6 {
      margin-left: 38px;
    }
  
    .text-block-28 {
      margin-left: 0;
    }
  
    .link-7 {
      margin-left: 115px;
    }
  
    .link-block-13 {
      height: auto;
    }
  
    .link-block-14 {
      height: auto;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-left: 0;
      margin-right: 0;
      display: flex;
    }
  
    .image-57.a {
      width: auto;
      height: 300px;
      clear: none;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      display: block;
    }
  
    .image-58.a {
      width: auto;
      height: 300px;
      display: block;
    }
  
    .h2.a {
      text-align: center;
      letter-spacing: 18px;
      text-transform: uppercase;
      font-family: Optima, sans-serif;
      font-size: 30px;
    }
  
    .h2.a.b.div-block-2 {
      margin-top: 50px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0;
      display: block;
      overflow: visible;
    }
  
    .section-15 {
      align-items: center;
    }
  
    .text-block-32 {
      margin-top: -33px;
      margin-left: 17px;
      padding-left: 72px;
    }
  
    .text-block-33 {
      margin-top: -33px;
      padding-right: 118px;
    }
  
    .section-16 {
      height: 900px;
    }
  
    .image-71 {
      top: -83px;
      left: -249px;
    }
  
    .column-4 {
      bottom: -3px;
    }
  
    .image-73 {
      margin-top: 33px;
      display: block;
      position: relative;
      left: -30px;
    }
  
    .image-74 {
      top: -245px;
      left: 298px;
    }
  
    .bold-text-2 {
      padding-left: 0;
    }
  
    .text-block-34 {
      padding-left: 35px;
    }
  
    .section-19 {
      margin-top: 0;
      margin-bottom: -39px;
    }
  
    .heading-26.a {
      width: 100vw;
      max-width: 100%;
      text-align: center;
      letter-spacing: 9px;
      margin-top: 40px;
      padding-left: 0;
      font-size: 20px;
    }
  
    .image-75 {
      padding-left: 0;
    }
  
    .div-block-37 {
      margin-left: 107px;
    }
  
    .div-block-38 {
      width: 250px;
      margin-left: 277px;
    }
  
    .image-76 {
      top: -115px;
      left: 324px;
    }
  
    .image-77 {
      margin-left: 229px;
      top: -97px;
      left: 95px;
    }
  
    .section-20 {
      height: 1400px;
    }
  
    .text-block-38 {
      padding-left: 91px;
      padding-right: 91px;
      top: 288px;
      left: -128px;
    }
  
    .image-78 {
      position: relative;
      top: -126px;
      left: 188px;
    }
  
    .text-block-40 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .text-block-41 {
      padding-left: 0;
    }
  
    .section-21 {
      height: 800px;
    }
  
    .image-83 {
      margin-top: 30px;
      margin-left: 157px;
    }
  
    .image-84 {
      margin-top: -14px;
      margin-left: 132px;
    }
  
    .image-85 {
      margin-top: 29px;
      margin-left: 115px;
    }
  
    .text-block-42 {
      width: 500px;
      top: 298px;
      left: 36px;
    }
  
    .icon-3 {
      font-size: 36px;
    }
  
    .menu-button-2 {
      font-size: 38px;
      left: -38px;
    }
  
    .columns-5 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 42px;
      margin-left: 0;
      margin-right: 0;
      display: flex;
    }
  
    .hero-img {
      margin-top: 9px;
      margin-bottom: 9px;
      margin-right: 0;
    }
  
    .columns-6 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .column-6 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .h3 {
      text-align: center;
    }
  
    .h5 {
      margin-left: 0;
    }
  
    .h5.col1, .h5.col2 {
      text-align: center;
    }
  
    .columns-7 {
      flex-direction: column;
      padding-left: 0;
      padding-right: 0;
    }
  
    .home-col-2-heading {
      text-align: center;
    }
  
    .section-26 {
      border-top: 2px solid var(--grey);
      flex-direction: column;
    }
  
    .div-col-1._2 {
      flex-direction: column;
      align-items: center;
      display: flex;
    }
  
    .div-col-2 {
      flex-direction: column;
      align-items: center;
      margin-top: 45px;
      margin-bottom: 5px;
      display: flex;
    }
  
    .link-block-22 {
      width: 50px;
      margin-left: 25px;
    }
  
    .image-91 {
      margin-left: 26px;
      padding-left: 0;
    }
  
    .link-block-23 {
      width: 50px;
    }
  
    .column-8 {
      display: block;
    }
  
    .columns-8 {
      flex-direction: row;
      display: flex;
    }
  
    .column-10 {
      display: block;
    }
  
    .section-27 {
      padding-bottom: 0;
    }
  
    .slider-6 {
      width: 90vw;
      height: 300px;
      align-items: center;
      display: block;
    }
  
    .div-block-43 {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .columns-12 {
      flex-direction: column;
      display: flex;
    }
  
    .text-block-47 {
      width: 80vw;
      margin-left: 27px;
    }
  
    .lb-img-1 {
      width: 200px;
      flex-direction: column;
      align-items: center;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 30px 0;
      display: flex;
    }
  
    .lb-img-1.inactive {
      width: 80vw;
      width: 80vw;
    }
  
    .image-97 {
      width: 80vw;
      margin-left: 0;
      margin-right: 0;
    }
  
    .lb-img-3 {
      width: 80vw;
    }
  
    .text-block-50 {
      margin-left: 14px;
      padding-top: 0;
      padding-right: 9px;
    }
  
    .text-block-51 {
      width: 125px;
      text-align: right;
      margin-left: 0;
      padding-top: 0;
      font-size: 12px;
    }
  
    .text-block-52 {
      width: 150px;
      flex-direction: column;
      margin-left: 46px;
      margin-right: -3px;
      padding-top: 0;
      font-size: 12px;
      display: flex;
    }
  
    .link-block-25 {
      height: 532px;
      text-align: left;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      position: static;
    }
  
    .column-15 {
      padding-left: 34px;
      padding-right: 34px;
    }
  
    .link-block-26, .link-block-27 {
      height: 532px;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    .section-31 {
      flex-direction: column;
      margin-top: 0;
      margin-bottom: 26px;
    }
  
    .section-31.top {
      flex-direction: column;
      align-items: center;
      margin-top: 0;
    }
  
    .link-block-28 {
      text-align: center;
    }
  
    .image-98 {
      padding-top: 26px;
      padding-bottom: 26px;
    }
  
    .column-16 {
      display: flex;
    }
  
    .column-17 {
      align-items: center;
      padding-right: 0;
      display: flex;
    }
  
    .image-103 {
      width: 90vw;
    }
  
    .column-25 {
      align-items: center;
    }
  
    .column-26, .column-27 {
      flex-direction: column;
      align-items: center;
    }
  
    .columns-21 {
      margin-left: 29px;
    }
  
    .div-block-47 {
      margin-left: 0;
      margin-right: 0;
      display: flex;
    }
  
    .div-block-47.eataly {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .columns-23 {
      display: flex;
    }
  
    .text-block-58 {
      margin-left: 0;
    }
  
    .columns-24 {
      display: flex;
    }
  
    .image-107 {
      height: auto;
      padding-top: 25px;
      padding-bottom: 25px;
    }
  
    .grid-7 {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .grid-8 {
      flex-direction: row;
      margin-left: 96px;
      margin-right: auto;
      display: flex;
    }
  
    .div-block-49 {
      width: 90%;
      margin-top: 0;
    }
  
    .grid-10 {
      flex-direction: row;
      margin-left: 96px;
      margin-right: auto;
      display: flex;
    }
  
    .grid-11 {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .div-block-51 {
      flex-direction: column;
      margin-top: 96px;
      display: flex;
    }
  
    .location {
      margin-top: 0;
    }
  
    .parag-port {
      padding-top: 25px;
      padding-left: 0;
      padding-right: 0;
    }
  
    .main-lightbox-port {
      width: 200px;
      height: 100px;
      margin-left: 0;
      margin-right: 0;
    }
  
    .lightbox-imgs-port {
      width: auto;
    }
  
    .lightbox-img-port {
      width: auto;
      height: 50px;
      display: block;
    }
  
    .main-lb {
      width: 90vw;
      max-width: 100%;
      justify-content: center;
      align-self: start;
      margin-top: 25px;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-left: 6px;
      display: flex;
    }
  
    .div-block-57 {
      align-self: end;
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .div-block-57.a {
      align-self: end;
      margin-top: 15px;
    }
  
    .section-37 {
      margin-bottom: 0;
    }
  
    .lightbox-img-port-2 {
      width: 100%;
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 0;
    }
  
    .info-port-2 {
      padding-right: 41px;
    }
  
    .info-port-2.m, .info-port-2.eat {
      padding-right: 0;
    }
  
    .lightbox-imgs-port-2 {
      width: 200px;
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .image-113 {
      width: 1px;
    }
  
    .image-113.nugget.d {
      width: 1px;
      height: 1px;
      padding-right: 0;
    }
  
    .div-block-62 {
      width: 90vw;
      flex-direction: column;
      justify-content: space-between;
      align-self: start;
      align-items: center;
      margin-top: -15px;
      padding-top: 0;
    }
  
    .div-block-62.pics._1, .div-block-62.pics-top-1 {
      margin-top: 0;
    }
  
    .grid-19 {
      width: 90vw;
      grid-template-columns: .5fr 1fr 1fr 1fr 1fr 1fr .5fr;
      grid-template-areas: ".";
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .title-port-2 {
      margin-bottom: 0;
    }
  
    .text-block-62 {
      text-align: center;
      padding-left: 0;
    }
  
    .div-block-67 {
      margin-top: 49px;
      margin-bottom: 49px;
    }
  
    .columns-25, .text-block-63 {
      padding-left: 0;
    }
  
    .text-block-64 {
      width: 300px;
      padding-left: 0;
    }
  
    .text-block-65, .link-block-33 {
      padding-left: 0;
    }
  
    .text-block-67 {
      text-align: center;
    }
  
    .div-block-68 {
      text-align: left;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 36px;
      display: flex;
    }
  
    .column-34 {
      text-align: center;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      display: flex;
    }
  
    .column-35 {
      text-align: center;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-right: 0;
      display: flex;
    }
  
    .link-f {
      width: 300px;
    }
  
    .div-block-69 {
      width: auto;
      max-width: 100%;
      margin-bottom: 50px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    .text-block-83 {
      width: 450px;
      justify-content: flex-start;
      margin-top: 21px;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .text-block-83.midd {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0;
    }
  
    .div-block-70 {
      margin-top: -45px;
      margin-bottom: 0;
    }
  
    .div-block-71 {
      height: auto;
      margin-top: 55px;
      margin-bottom: 0;
    }
  
    .div-block-72 {
      width: auto;
      height: auto;
      flex-direction: row;
      align-items: stretch;
      margin: 55px 0 0;
      display: block;
    }
  
    .column-41 {
      justify-content: center;
      display: flex;
      position: static;
    }
  
    .lightbox-link-14 {
      width: 200px;
      padding-top: 26px;
    }
  
    .lightbox-link-14.a {
      padding-top: 2px;
    }
  
    .column-42 {
      justify-content: center;
    }
  
    .div-block-79 {
      background-color: var(--grey);
      align-items: flex-start;
    }
  
    .link-block-45 {
      width: auto;
      float: right;
      clear: left;
    }
  
    .div-block-80 {
      margin-bottom: 50px;
    }
  
    .grid-23 {
      grid-row-gap: 0px;
      grid-template-areas: ".";
    }
  
    .h3-careers {
      padding-left: 0;
      font-size: 14px;
    }
  
    .h3-careers.co {
      margin-bottom: 0;
    }
  
    .text-block-85 {
      align-self: center;
      padding-left: 30px;
    }
  
    .text-block-85.apply-link {
      text-align: center;
      padding-left: 0;
    }
  
    .link-block-46 {
      text-align: left;
      align-self: center;
    }
  
    .text-block-86 {
      padding-top: 15px;
      padding-left: 0;
      font-size: 12px;
    }
  
    .image-118 {
      width: 75%;
      margin-left: 0;
      padding-top: 5px;
      padding-left: 0;
    }
  
    .column-48 {
      padding-top: 26px;
    }
  
    .column-49 {
      padding-top: 24px;
    }
  
    .text-block-87 {
      text-align: left;
    }
  
    .text-block-89, .text-block-90 {
      font-size: 12px;
    }
  
    .div-block-86 {
      width: 50vw;
      padding-left: 35px;
    }
  
    .list-item, .bold-text-34, .text-block-91 {
      font-size: 12px;
    }
  
    .div-block-92 {
      padding-left: 35px;
    }
  
    .text-block-92, .text-block-93 {
      padding-left: 20px;
    }
  
    .div-block-94 {
      padding-left: 35px;
    }
  
    .div-block-95 {
      padding-left: 0;
      font-size: 12px;
    }
  
    .div-block-102, .div-block-103 {
      padding-left: 30px;
    }
  
    .grid-25 {
      width: 100%;
    }
  
    .div-block-105, .div-block-106, .div-block-107 {
      padding-left: 30px;
    }
  
    .text-block-94 {
      align-self: center;
      padding-left: 30px;
    }
  
    .text-block-96 {
      font-size: 12px;
    }
  
    .grid-28 {
      width: 100vw;
    }
  
    .div-block-111 {
      margin-left: 0;
      margin-right: 0;
      padding-left: 17px;
    }
  
    .lb-top {
      flex-direction: column;
      margin-top: 0;
      padding-top: 20px;
    }
  
    .lb-bott {
      flex-direction: column;
      padding-top: 13px;
    }
  
    .lightbox-link-18 {
      padding-top: 26px;
      padding-bottom: 26px;
    }
  
    .lightbox-link-19 {
      padding-top: 25px;
      padding-bottom: 25px;
    }
  
    .column-51 {
      justify-content: center;
    }
  
    .image-125 {
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-right: 0;
    }
  
    .image-126 {
      width: 60vw;
      height: auto;
      margin-right: 0;
    }
  
    .div-block-159 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .image-127 {
      width: 60vw;
      height: auto;
    }
  
    .lightbox-link-21 {
      width: 60vw;
      height: auto;
      margin-top: 15px;
      margin-bottom: 15px;
    }
  
    .lightbox-link-22 {
      width: 60vw;
      height: auto;
      justify-content: center;
      display: flex;
    }
  
    .lightbox-link-23, .lightbox-link-24 {
      width: 60vw;
      height: auto;
    }
  
    .image-128 {
      width: 100%;
      height: auto;
      margin-top: 15px;
    }
  
    .h4-2 {
      width: 100vw;
      margin-top: -6px;
    }
  
    .text-block-113 {
      padding-left: 30px;
    }
  
    .div-block-168 {
      text-align: left;
      overflow: visible;
    }
  
    .container-14 {
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      display: block;
      position: relative;
    }
  
    .columns-30 {
      float: none;
      text-align: left;
      object-fit: fill;
      margin-left: auto;
      margin-right: auto;
      display: block;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
    }
  
    .column-67 {
      clear: none;
      text-align: left;
      display: block;
    }
  
    .container-15 {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .feature-section {
      padding: 40px 20px;
    }
  
    .flex-container {
      flex-direction: column;
    }
  
    .feature-image-mask {
      margin-right: 0;
    }
  
    .feature-image {
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  @media screen and (max-width: 479px) {
    .search {
      margin-left: -33px;
      display: flex;
    }
  
    .search-button {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      color: var(--dim-grey);
      background-color: rgba(0, 0, 0, 0);
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      justify-content: end;
      align-items: center;
      justify-items: stretch;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      display: grid;
      position: relative;
      top: -4px;
      left: -7px;
    }
  
    .h1 {
      text-align: center;
      letter-spacing: 18px;
      text-transform: uppercase;
      margin-top: 0;
      padding-left: 14px;
      font-family: Optima, sans-serif;
      font-size: 24px;
      line-height: 36px;
    }
  
    .div-block {
      width: 100vw;
      height: 2px;
      background-color: var(--dim-grey);
      margin-top: 14px;
    }
  
    .div-block.home {
      background-color: var(--gainsboro-2);
    }
  
    .div-block-2 {
      width: 100vw;
      height: 2px;
      background-color: var(--dim-grey);
      margin-top: 38px;
    }
  
    .div-block-2._2 {
      margin-top: -1px;
    }
  
    .div-block-2.home {
      background-color: var(--dim-grey);
      margin-top: 60px;
    }
  
    .image {
      width: 300px;
      min-width: 300px;
      margin-top: 32px;
    }
  
    .section {
      width: 100vw;
      border-style: none;
      border-bottom-width: 2px;
      border-bottom-color: var(--dim-grey);
      background-color: rgba(0, 0, 0, 0);
      margin-top: 62px;
    }
  
    .text {
      width: 100vw;
      border-top: 2px solid var(--grey);
      background-color: var(--white-smoke-2);
      color: var(--dim-grey);
      margin-top: -75px;
      padding: 30px;
      font-weight: 100;
    }
  
    .text.home {
      width: 100vw;
      background-color: var(--white-smoke-2);
      border-top-style: none;
      align-self: center;
      margin-top: 0;
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
    }
  
    .section-2 {
      background-color: var(--dim-grey);
      margin-top: 0;
      margin-bottom: 0;
      overflow: hidden;
    }
  
    .text-block-2 {
      color: var(--white-smoke);
      text-align: center;
      margin-top: -30px;
      padding-top: 41px;
      text-decoration: none;
    }
  
    .phone {
      width: 90vw;
      color: #ccbaba;
      text-align: center;
      padding-left: 0;
      text-decoration: none;
    }
  
    .text-block-3 {
      color: var(--white-smoke);
      text-align: center;
    }
  
    .image-2 {
      width: 50px;
    }
  
    .icon, .image-3 {
      width: 50px;
      margin-top: 30px;
      margin-left: 0;
      display: inline-block;
    }
  
    .body {
      color: var(--dim-grey);
      margin-left: 0;
      margin-right: 0;
      overflow: hidden;
    }
  
    .container {
      width: 100vw;
      background-color: rgba(0, 0, 0, 0);
      align-self: center;
      align-items: center;
      padding-right: 0;
      display: flex;
    }
  
    .navbar {
      width: 100vw;
      background-color: rgba(0, 0, 0, 0);
      align-self: center;
    }
  
    .nav-link {
      border-bottom: 1px solid var(--dark-grey);
      background-color: #fff;
      padding-top: 32px;
      padding-bottom: 32px;
      font-size: 22px;
    }
  
    .nav-menu {
      width: 100vw;
      opacity: .93;
      text-align: center;
      background-color: #fff;
      flex-direction: column;
      flex: 0 auto;
      align-self: auto;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      position: static;
    }
  
    .nav-link-2 {
      border-bottom: 1px solid var(--dark-grey);
      padding-top: 25px;
      padding-bottom: 25px;
      font-size: 22px;
    }
  
    .nav-link-3 {
      border-bottom: 1px solid var(--dark-grey);
      margin-left: auto;
      margin-right: auto;
      padding-top: 25px;
      padding-bottom: 25px;
      font-size: 22px;
      display: block;
    }
  
    .menu-button {
      width: 100%;
      background-color: #fff;
      align-self: auto;
      margin-top: 65px;
      margin-left: 0;
      position: relative;
    }
  
    .section-3 {
      width: 80vw;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      margin-top: 50px;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .search-input {
      width: 150px;
      margin-left: 0;
      margin-right: 0;
      padding-right: 0;
      position: relative;
      left: -10px;
    }
  
    .heading.hmobile {
      letter-spacing: 18px;
      font-size: 20px;
      line-height: 30px;
    }
  
    .icon-2 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .section-4 {
      background-color: var(--light-steel-blue);
      margin-top: 0;
      margin-bottom: 0;
      overflow: hidden;
    }
  
    .section-4.row-1 {
      flex-direction: column;
      align-self: stretch;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .section-4.row-2, .section-4.row-3 {
      flex-direction: column;
    }
  
    .section-4.services {
      background-color: rgba(0, 0, 0, 0);
      flex-direction: column;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .footer-text {
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 66px;
      display: block;
    }
  
    .footer-text._1 {
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 36px;
      display: block;
    }
  
    .nav {
      width: 100vw;
      border-bottom: 1px solid var(--dark-grey);
      text-align: center;
      align-self: auto;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      display: block;
      left: 0;
    }
  
    .container-2 {
      margin-top: 0;
      padding-left: 0;
    }
  
    .heading-2 {
      text-align: center;
      letter-spacing: 18px;
      text-transform: uppercase;
      font-family: Optima, sans-serif;
      font-size: 20px;
      line-height: 35px;
    }
  
    .search-2 {
      display: flex;
      position: relative;
      left: 205px;
    }
  
    .search-3.search-input {
      left: 19px;
    }
  
    .search-3.a {
      left: 216px;
    }
  
    .search-3.c {
      width: 90vw;
      justify-content: center;
      align-items: stretch;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      left: -7px;
    }
  
    .heading-4.a {
      letter-spacing: 18px;
      font-size: 24px;
      line-height: 35px;
    }
  
    .image-4 {
      margin-top: 67px;
    }
  
    .heading-6 {
      width: 90vw;
      text-align: center;
      letter-spacing: 10px;
      text-transform: uppercase;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 4px;
      padding-right: 4px;
      font-family: Optima, sans-serif;
      font-size: 22px;
      display: block;
      position: relative;
      left: 0;
    }
  
    .div-block-3 {
      width: 100vw;
      height: 700px;
    }
  
    .div-block-3.dream {
      width: 100vw;
      height: auto;
      display: block;
    }
  
    .div-block-4 {
      width: 100vw;
      height: auto;
      flex-direction: column;
      align-items: center;
      margin-top: 0;
      display: flex;
      top: 45px;
    }
  
    .div-block-4.design {
      width: 100vw;
      height: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-right: 0;
    }
  
    .div-block-5 {
      width: 100vw;
      height: auto;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      display: flex;
      top: 96px;
    }
  
    .div-block-5.build {
      width: 100vw;
      height: auto;
    }
  
    .text-block-5 {
      margin-top: -36px;
      padding-top: 50px;
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .text-block-5.dream {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .text-block-5.team {
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .heading-7 {
      font-size: 28px;
      position: relative;
      left: -1px;
    }
  
    .heading-7.design {
      left: 0;
    }
  
    .heading-7.culture {
      width: 100vw;
      text-align: center;
      justify-content: center;
      align-items: center;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      font-size: 20px;
      display: flex;
      position: static;
    }
  
    .text-block-6 {
      padding-top: 50px;
    }
  
    .text-block-6.culture {
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .heading-8 {
      font-size: 28px;
    }
  
    .heading-8.oppor {
      width: 80vw;
      text-align: center;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      font-size: 20px;
      display: flex;
    }
  
    .text-block-7.build {
      display: block;
    }
  
    .text-block-7.oppor {
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
      padding-left: 10px;
      display: block;
    }
  
    .heading-9 {
      font-size: 28px;
      position: relative;
      left: 2px;
    }
  
    .heading-9.dream {
      color: var(--lt-black);
    }
  
    .heading-9.team {
      width: 90vw;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      font-size: 20px;
      display: block;
    }
  
    .link-block {
      width: 100vw;
    }
  
    .div-block-14 {
      align-items: center;
      margin-top: 58px;
      margin-left: 10px;
      margin-right: 10px;
      padding-left: 0;
      padding-right: 0;
      left: 0;
    }
  
    .div-block-15 {
      margin-left: 10px;
      margin-right: 10px;
      padding-left: 1px;
      padding-right: 1px;
      top: 0;
      left: 0;
    }
  
    .div-block-16 {
      margin-left: 10px;
      margin-right: 10px;
      top: 0;
      left: 0;
    }
  
    .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .link-block-2 {
      max-width: 100%;
    }
  
    .section-7 {
      width: 100vw;
      margin-top: 0;
      overflow: hidden;
    }
  
    .heading-14 {
      width: 250px;
      clear: none;
      letter-spacing: 12px;
      flex-direction: row;
      flex: 0 auto;
      justify-content: flex-start;
      align-items: center;
      margin-top: 45px;
      margin-left: auto;
      margin-right: auto;
      font-size: 22px;
      display: flex;
      position: static;
      overflow: visible;
    }
  
    .heading-14.mobile {
      clear: left;
      text-align: center;
      margin-right: 51px;
      padding-left: 0;
      padding-right: 0;
      display: block;
      overflow: visible;
    }
  
    .heading-16 {
      margin: 30px auto 0;
      padding-top: 0;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
    }
  
    .heading-17 {
      margin-top: 38px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      left: 0;
    }
  
    .section-8 {
      height: auto;
      display: block;
    }
  
    .image-36 {
      top: -232px;
      left: -178px;
    }
  
    .heading-18 {
      padding-left: 0;
    }
  
    .image-42 {
      width: 250px;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .image-42.a {
      width: auto;
      height: 200px;
      margin-top: 0;
    }
  
    .section-9 {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .h4 {
      width: 100vw;
      letter-spacing: 10px;
      margin-top: 12px;
      margin-bottom: 2px;
      font-size: 14px;
      line-height: 20px;
    }
  
    .section-11 {
      margin-top: -2px;
    }
  
    .slider-5 {
      width: 90vw;
    }
  
    .image-55 {
      width: 250px;
      height: auto;
      margin-top: 31px;
    }
  
    .link-6 {
      width: 100vw;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .text-block-28 {
      margin-top: 38px;
    }
  
    .image-56 {
      height: 200px;
    }
  
    .link-7 {
      margin-left: 67px;
    }
  
    .heading-23 {
      margin-top: 18px;
    }
  
    .link-block-13 {
      width: auto;
      height: auto;
      flex-direction: column;
      align-items: flex-end;
    }
  
    .link-block-14 {
      width: auto;
      max-width: 100%;
      display: block;
    }
  
    .image-57.a {
      width: auto;
      height: 200px;
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .image-58.a {
      width: auto;
      height: 200px;
      margin-top: 0;
    }
  
    .h2 {
      text-align: center;
      letter-spacing: 12px;
      text-transform: uppercase;
      font-family: Optima, sans-serif;
      font-size: 24px;
      line-height: 36px;
    }
  
    .h2.a.b.div-block-2 {
      clear: left;
      text-align: center;
      letter-spacing: 10px;
      margin-top: 25px;
      margin-bottom: 25px;
      padding-left: 11px;
      font-size: 18px;
    }
  
    .h2.a.b.div-block-2.team {
      clear: none;
      margin-bottom: 0;
      padding-top: 25px;
      padding-bottom: 25px;
      font-size: 18px;
      overflow: visible;
    }
  
    .section-14 {
      justify-content: space-around;
      align-items: center;
      margin-top: -244px;
      position: static;
    }
  
    .image-65 {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .section-15 {
      width: 100vw;
      height: auto;
      flex-direction: row;
      padding-bottom: 0;
      display: block;
    }
  
    .heading-25 {
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      display: block;
    }
  
    .text-block-31 {
      padding-left: 4px;
    }
  
    .text-block-32 {
      width: 200px;
      margin-left: -4px;
      padding-left: 1px;
    }
  
    .text-block-33 {
      margin-left: -54px;
    }
  
    .image-71 {
      top: -181px;
      left: -1px;
    }
  
    .image-74 {
      top: -187px;
      left: 23px;
    }
  
    .text-block-34 {
      padding-right: 26px;
    }
  
    .section-19 {
      width: 90vw;
      margin: 0 auto -17px;
      display: block;
    }
  
    .heading-26.a {
      width: auto;
      text-align: center;
      letter-spacing: 10px;
      margin-top: 40px;
      padding-left: 0;
      overflow: visible;
    }
  
    .image-75 {
      max-width: 300px;
      text-align: left;
      object-fit: fill;
      padding-left: 0;
      display: block;
      position: static;
      overflow: visible;
    }
  
    .div-block-37 {
      margin-top: -1px;
      margin-left: -2px;
    }
  
    .text-block-35 {
      top: 11px;
    }
  
    .div-block-38 {
      width: 175px;
      margin-top: -132px;
      margin-left: 128px;
    }
  
    .text-block-36 {
      padding-left: 10px;
    }
  
    .image-76 {
      width: 150px;
      height: 75px;
      top: -129px;
      left: 112px;
    }
  
    .image-77 {
      width: 150px;
      height: 75px;
      top: -204px;
      left: 111px;
    }
  
    .div-block-39 {
      width: 150px;
      height: 75px;
    }
  
    .section-20 {
      height: auto;
      padding-bottom: 63px;
    }
  
    .text-block-38 {
      padding-left: 171px;
      padding-right: 171px;
      top: 271px;
      left: -252px;
    }
  
    .image-78 {
      left: 187px;
    }
  
    .column-5 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
      top: 260px;
    }
  
    .text-block-40 {
      margin-left: 10px;
      padding-left: 0;
      padding-right: 10px;
      display: block;
    }
  
    .text-block-41 {
      width: 275px;
      text-align: center;
      padding-left: 6px;
      font-size: 13px;
    }
  
    .image-81 {
      margin-top: 37px;
    }
  
    .section-21 {
      height: 400px;
      margin-top: -102px;
    }
  
    .container-6 {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 60px;
      display: flex;
    }
  
    .image-83 {
      width: 100px;
      height: 75px;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .image-84, .image-85 {
      width: 100px;
      height: 75px;
      margin-top: 0;
      margin-left: 0;
    }
  
    .link-block-19 {
      margin-bottom: 20px;
      margin-left: 18px;
      display: inline-block;
    }
  
    .section-22 {
      width: 100vw;
      height: 0;
      object-fit: fill;
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      justify-content: center;
      align-items: center;
      margin-top: 0;
      display: flex;
      overflow: visible;
    }
  
    .image-86 {
      margin-top: 151px;
    }
  
    .div-block-40 {
      width: 90vw;
      flex-direction: row;
      justify-content: space-around;
      margin-left: auto;
      margin-right: auto;
      display: flex;
    }
  
    .section-23 {
      overflow: hidden;
    }
  
    .text-block-42 {
      width: 300px;
      top: 92px;
      left: 16px;
    }
  
    .container-7 {
      overflow: hidden;
    }
  
    .icon-3 {
      font-size: 36px;
    }
  
    .menu-button-2 {
      left: -10px;
    }
  
    .search-result-list {
      padding-left: 22px;
      padding-right: 22px;
    }
  
    .columns-5 {
      margin-top: 36px;
    }
  
    .column-7 {
      padding-left: 10px;
    }
  
    .h3 {
      width: 100vw;
      font-size: 18px;
    }
  
    .h5.port-gallery {
      padding-left: 0;
    }
  
    .columns-7 {
      width: 80vw;
    }
  
    .home-col-2-heading {
      width: 80vw;
      letter-spacing: 5px;
      margin-left: -25px;
      padding-right: 0;
      font-size: 20px;
    }
  
    .section-26 {
      border-top: 2px none var(--grey);
      background-color: rgba(0, 0, 0, 0);
      margin-top: -1px;
      margin-bottom: 0;
      padding-bottom: 2px;
    }
  
    .div-col-1._2 {
      margin-top: -10px;
    }
  
    .link-block-22, .image-91 {
      margin-left: 0;
    }
  
    .column-8 {
      text-align: center;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
      display: flex;
    }
  
    .columns-8 {
      flex-direction: column;
    }
  
    .column-10 {
      text-align: center;
      justify-content: center;
      display: flex;
    }
  
    .columns-10 {
      margin-top: 10px;
    }
  
    .heading-project {
      letter-spacing: 13px;
      margin-top: 53px;
      margin-bottom: -19px;
      padding-bottom: 0;
      font-size: 18px;
    }
  
    .column-13 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .columns-11 {
      background-color: rgba(0, 0, 0, 0);
      border-style: none;
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .column-14 {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .slider-6 {
      width: 100vw;
      height: 200px;
      clear: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }
  
    .div-block-43 {
      width: 100vw;
      margin-top: 47px;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .lb-img-1 {
      width: 90vw;
      max-width: 90%;
      flex-direction: column;
      align-items: center;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
    }
  
    .lb-img-1.bold-text-2 {
      max-width: 90%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .lb-img-1.careers {
      border-bottom-style: none;
      padding-top: 24px;
      padding-bottom: 22px;
    }
  
    .text-block-50 {
      width: 80vw;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .text-block-51 {
      width: 100px;
      text-align: left;
      margin-left: -2px;
      padding-left: 0;
    }
  
    .text-block-52 {
      width: 150px;
      margin-left: 32px;
      margin-right: -32px;
    }
  
    .heading-27 {
      text-align: center;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      font-size: 20px;
      display: flex;
    }
  
    .link-block-25 {
      width: 300px;
      height: 532px;
    }
  
    .text-block-54 {
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .div-block-44 {
      width: 100vw;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .link-block-26 {
      width: 300px;
      height: 532px;
      padding-top: 0;
    }
  
    .text-block-56 {
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .link-block-27 {
      width: 300px;
      height: 532px;
    }
  
    .text-block-57 {
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .section-31 {
      text-align: center;
      flex-direction: column;
      margin: 27px auto 0;
      display: block;
    }
  
    .section-31.top {
      margin-top: 30px;
    }
  
    .image-98 {
      margin-left: 0;
      margin-right: 0;
      padding-top: 26px;
      padding-bottom: 26px;
    }
  
    .columns-17 {
      width: auto;
      text-align: left;
      display: block;
    }
  
    .column-16 {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: flex;
    }
  
    .column-17 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .columns-20 {
      flex-direction: column;
      justify-content: center;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 0;
      display: flex;
    }
  
    .column-21.tablet {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
    }
  
    .image-101 {
      width: 300px;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      padding-right: 0;
    }
  
    .image-102 {
      width: 275px;
      height: auto;
      margin-left: 0;
    }
  
    .image-104 {
      width: 280px;
      height: auto;
      padding-top: 0;
      padding-bottom: 0;
      display: block;
    }
  
    .image-105 {
      width: 290px;
      height: auto;
      margin-right: 0;
      padding: 0;
    }
  
    .column-22 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .column-23 {
      margin-bottom: 33px;
    }
  
    .columns-21 {
      flex-direction: column;
      margin-left: 16px;
    }
  
    .columns-22 {
      align-items: center;
    }
  
    .div-block-47.eataly {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  
    .columns-23 {
      display: flex;
    }
  
    .column-29 {
      margin-top: 44px;
      margin-bottom: 28px;
    }
  
    .lightbox-link-8 {
      flex: 0 auto;
      order: 0;
      display: block;
    }
  
    .text-block-58 {
      margin-left: -47px;
    }
  
    .image-107 {
      width: auto;
      height: 275px;
      margin: 1px 29px 10px;
      padding: 0 21px;
    }
  
    .grid-8 {
      margin-left: 15px;
    }
  
    .div-block-50 {
      width: 100%;
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      justify-content: center;
      align-self: center;
      align-items: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 16px;
      padding-right: 16px;
      display: grid;
    }
  
    .link-block-29 {
      width: auto;
      margin-bottom: 20px;
      margin-left: 17px;
      display: inline-block;
    }
  
    .column-32 {
      letter-spacing: 13px;
      font-size: 18px;
    }
  
    .lightbox-link-9 {
      margin-right: 0;
    }
  
    .lightbox-link-10 {
      height: 75px;
      margin-right: 0;
      display: block;
    }
  
    .lightbox-link-11 {
      margin-right: 0;
      display: block;
    }
  
    .grid-10 {
      margin-left: 15px;
    }
  
    .div-block-51 {
      flex-direction: column;
      justify-content: space-around;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
    }
  
    .title-port {
      width: 90vw;
      letter-spacing: 10px;
      font-size: 20px;
    }
  
    .location {
      width: 90vw;
    }
  
    .text-port, .info-port {
      width: auto;
    }
  
    .parag-port {
      width: 100%;
      max-width: none;
      margin-top: 0;
      padding-top: 20px;
      padding-left: 0;
      padding-right: 0;
      font-size: 14px;
    }
  
    .main-lightbox-port {
      width: 90vw;
      height: auto;
      max-width: 100%;
      flex-flow: column;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      display: flex;
    }
  
    .main-lightbox-port.nugget {
      flex: 0 auto;
      align-items: center;
      display: block;
    }
  
    .lightbox-imgs-port {
      width: 90vw;
      max-width: 90%;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      display: flex;
    }
  
    .lightbox-imgs-port.bold-text {
      max-width: 90%;
      flex-direction: column;
      align-items: center;
      margin-left: 0;
      margin-right: 0;
      display: flex;
    }
  
    .lightbox-img-port {
      width: 200px;
      height: auto;
      max-width: 100%;
      margin-top: 11px;
      margin-bottom: 11px;
      display: block;
    }
  
    .image-112 {
      width: 200px;
      height: auto;
      max-height: 100px;
      max-width: 90%;
      margin-bottom: -14px;
      display: block;
      overflow: visible;
    }
  
    .image-112.eatalyimg {
      width: 0;
      height: 0;
      margin-top: -100px;
    }
  
    .grid-17 {
      grid-column-gap: 16px;
      grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
      grid-template-areas: "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           ".";
    }
  
    .grid-18 {
      width: 90vw;
      max-width: none;
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      justify-items: start;
      margin-left: auto;
      margin-right: 0;
      display: grid;
    }
  
    .main-lb {
      width: auto;
      max-width: 100%;
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      flex-direction: row;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      justify-content: space-around;
      align-self: start;
      align-items: flex-end;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      display: flex;
    }
  
    .main-lb.center-1 {
      padding-left: 6px;
    }
  
    .div-block-57 {
      width: 90vw;
      max-width: 90vw;
      flex-direction: column;
      justify-content: flex-start;
      align-self: center;
      align-items: center;
      margin: -15px 0 0;
      padding-top: 0;
      display: flex;
    }
  
    .div-block-57.a {
      justify-content: flex-start;
      align-self: center;
      align-items: flex-start;
      margin-top: 12px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
    }
  
    .div-block-57.nugget {
      width: auto;
      flex-direction: column;
      justify-content: flex-start;
      align-self: auto;
      margin-top: 10px;
      display: block;
    }
  
    .title {
      text-align: justify;
      align-self: start;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-left: 8px;
      padding-right: 0;
    }
  
    .title.column-10 {
      text-align: left;
      align-self: start;
      padding-left: 31px;
    }
  
    .title.m {
      align-self: auto;
      padding-left: 8px;
      padding-right: 0;
      font-size: 12px;
    }
  
    .div-block-61 {
      padding-right: 32px;
    }
  
    .section-37 {
      margin-bottom: 0;
    }
  
    .lightbox-img-port-2 {
      width: 80vw;
      height: auto;
      max-height: 100%;
      margin-top: 9px;
      margin-bottom: 9px;
      margin-left: 0;
    }
  
    .info-port-2 {
      width: 100px;
      text-align: right;
      margin-right: 0;
      padding-right: 0;
    }
  
    .info-port-2.m {
      width: 100%;
    }
  
    .lightbox-imgs-port-2 {
      width: 90vw;
      height: auto;
      max-width: 100%;
      flex-direction: column;
      align-items: center;
      margin-top: 0;
      display: flex;
    }
  
    .image-113 {
      width: 0;
      height: 0;
      overflow: visible;
    }
  
    .image-113.nugget {
      width: 80vw;
      height: auto;
      margin-top: 30px;
    }
  
    .image-113.nugget.d {
      width: 1px;
      height: auto;
      overflow: hidden;
    }
  
    .text-port-2 {
      width: 125px;
      text-align: left;
    }
  
    .div-block-62 {
      width: auto;
      max-width: 100%;
      flex-direction: column;
      justify-content: space-around;
      align-self: center;
      align-items: center;
      margin: 20px auto 0;
      padding-top: 0;
      padding-right: 0;
      display: flex;
    }
  
    .div-block-62.a {
      align-self: center;
      margin-top: -34px;
    }
  
    .div-block-62.osage3 {
      align-self: center;
      margin-top: 16px;
    }
  
    .div-block-62.pics {
      margin-top: 15px;
      padding-left: 0;
    }
  
    .div-block-62.pics._1, .div-block-62.pics._2, .div-block-62.pics._3, .div-block-62.pics._4, .div-block-62.pics._5, .div-block-62.pics._6, .div-block-62.pics._7 {
      margin-top: 0;
    }
  
    .div-block-62.pics.center-1 {
      padding-left: 6px;
    }
  
    .div-block-62.pics-bott, .div-block-62.pics-1 {
      margin-top: 0;
    }
  
    .div-block-62.bott-2 {
      margin-top: 5px;
    }
  
    .div-block-62.pics-top-1 {
      margin-top: 15px;
    }
  
    .div-block-62.pics-top-2 {
      margin-top: 0;
    }
  
    .div-block-62.pics-top-3 {
      padding-left: 6px;
    }
  
    .div-block-62.pics-top-6 {
      margin-top: 0;
    }
  
    .div-block-62.pics-top-7, .div-block-62.pics-top-8, .div-block-62.pics-top-8a, .div-block-62.pic-2.b, .div-block-62.pic-2.a {
      margin-top: 15px;
    }
  
    .grid-19 {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
      grid-template-areas: "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           "."
                           ".";
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .title-port-2 {
      letter-spacing: 5px;
      font-size: 18px;
    }
  
    .div-block-64 {
      width: 50px;
      height: 50px;
    }
  
    .div-block-67 {
      padding-right: 22px;
    }
  
    .text-block-64 {
      width: 300px;
    }
  
    .column-34 {
      padding-right: 25px;
    }
  
    .column-35 {
      padding-right: 0;
    }
  
    .link-f {
      width: 300px;
    }
  
    .team-div {
      margin-top: 25px;
      margin-bottom: 25px;
    }
  
    .text-block-73 {
      margin-top: 0;
    }
  
    .column-38 {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      padding-left: 0;
      padding-right: 0;
      display: flex;
    }
  
    .div-block-69 {
      margin-bottom: 50px;
      padding-top: 10px;
    }
  
    .text-block-81 {
      font-size: 12px;
    }
  
    .text-block-83 {
      width: 300px;
      margin-top: 10px;
      padding-top: 0;
    }
  
    .text-block-83.midd {
      margin-top: 7px;
      padding-top: 0;
    }
  
    .div-block-70 {
      width: auto;
      max-width: 100%;
      margin-top: 0;
    }
  
    .div-block-71 {
      max-width: 100%;
      margin-top: 0;
    }
  
    .column-40 {
      margin-top: 25px;
    }
  
    .div-block-72 {
      width: auto;
      height: 250px;
      max-width: 100%;
      margin-top: 0;
      display: block;
    }
  
    .columns-26 {
      flex-direction: column;
      flex: none;
      justify-content: space-around;
      display: block;
    }
  
    .column-41 {
      margin-top: 25px;
    }
  
    .bold-text-4 {
      margin-top: 17px;
      padding-top: 5px;
    }
  
    .bold-text-6 {
      width: 400px;
      max-width: 100%;
    }
  
    .heading-28 {
      margin-bottom: 0;
      padding-top: 25px;
      padding-bottom: 25px;
      font-size: 18px;
    }
  
    .lightbox-link-13 {
      width: 90vw;
      max-width: 90%;
      flex-direction: column;
      align-items: center;
      display: flex;
    }
  
    .div-block-73 {
      max-width: 90vw;
    }
  
    .div-block-74 {
      width: 40vw;
    }
  
    .div-block-75 {
      width: 90vw;
    }
  
    .div-block-76 {
      max-width: 90vw;
    }
  
    .lightbox-link-14 {
      width: 100%;
      flex-direction: column;
      align-items: center;
      padding-top: 15px;
      display: flex;
    }
  
    .lightbox-link-14.a {
      padding-top: 0;
    }
  
    .lightbox-link-15 {
      width: 90vw;
      max-width: 90%;
      flex-direction: column;
      align-items: center;
      margin-left: 0;
      margin-right: 0;
      display: flex;
    }
  
    .lightbox-link-16 {
      width: 90vw;
      max-width: 90%;
      flex-direction: column;
      align-items: center;
      display: flex;
    }
  
    .column-42 {
      justify-content: center;
    }
  
    .link-block-43, .link-block-44 {
      margin-bottom: 20px;
      margin-left: 18px;
    }
  
    .div-block-79 {
      clear: left;
      background-color: var(--white-smoke-2);
      flex-direction: column;
      align-items: center;
      display: flex;
    }
  
    .link-block-45 {
      max-width: 100%;
    }
  
    .lightbox-link-17 {
      margin-left: 0;
      margin-right: 0;
      display: block;
    }
  
    .div-block-83 {
      max-width: 100%;
      text-align: right;
      margin-left: auto;
      margin-right: 0;
      padding-right: 0;
    }
  
    .grid-22 {
      grid-template-rows: auto auto auto auto auto auto;
      padding-bottom: 50px;
    }
  
    .details {
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
    }
  
    .grid-23 {
      width: 90vw;
      grid-column-gap: 16px;
      grid-row-gap: 0px;
      grid-template: "."
                     "."
                     "."
                     "."
                     "."
                     "."
                     "."
                     "."
                     "."
                     "."
                     "."
                     "."
                     / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      justify-content: center;
      align-items: start;
      justify-items: start;
      overflow: hidden;
    }
  
    .careers {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .col-careers {
      width: 100vw;
      flex-direction: row;
      align-self: auto;
      align-items: center;
    }
  
    .col-careers.mobile {
      flex-direction: column;
    }
  
    .h3-careers {
      margin-bottom: 0;
      padding-left: 0;
      font-size: 16px;
    }
  
    .h3-careers.co {
      opacity: 0;
      overflow: visible;
    }
  
    .text-block-85 {
      padding-left: 10px;
      font-size: 14px;
    }
  
    .text-block-85.apply._1 {
      width: 100vw;
      align-self: flex-start;
    }
  
    .text-block-85.apply-link {
      padding-left: 0;
    }
  
    .text-block-86 {
      text-align: left;
      padding-top: 0;
      padding-left: 0;
      font-size: 14px;
    }
  
    .image-118 {
      width: 25%;
      opacity: 0;
      padding-top: 0;
      display: block;
      overflow: hidden;
    }
  
    .grid-24 {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      flex-direction: row;
      grid-template-rows: auto auto auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .div-block-85 {
      flex-flow: column wrap;
      align-content: flex-start;
      justify-content: center;
      align-items: stretch;
      display: flex;
      overflow: hidden;
    }
  
    .div-block-86 {
      width: 90vw;
      text-align: left;
      flex-direction: column;
      margin-top: 40px;
      padding-left: 30px;
      padding-right: 10px;
      display: flex;
    }
  
    .div-block-87 {
      flex-direction: column;
      display: flex;
    }
  
    .list-item {
      width: 100%;
      text-align: left;
      font-size: 12px;
    }
  
    .list-item-2, .list-item-3 {
      text-align: left;
    }
  
    .div-block-88 {
      flex-direction: column;
      display: flex;
    }
  
    .div-block-90 {
      width: 100vw;
      overflow: hidden;
    }
  
    .bold-text-35 {
      text-transform: uppercase;
      font-family: Optima, sans-serif;
      font-size: 12px;
    }
  
    .list {
      width: 100%;
      padding-left: 0;
    }
  
    .list-2 {
      width: 90vw;
      padding-left: 40px;
    }
  
    .bold-text-36 {
      text-transform: uppercase;
      padding-left: 0;
      font-family: Optima, sans-serif;
      font-size: 12px;
    }
  
    .div-block-91 {
      opacity: 0;
      overflow: hidden;
    }
  
    .div-block-92 {
      padding-left: 0;
    }
  
    .div-block-93 {
      padding-left: 0;
      overflow: hidden;
    }
  
    .text-block-92, .text-block-93, .div-block-94, .div-block-94.mob, .div-block-95 {
      padding-left: 0;
    }
  
    .div-block-96 {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .div-block-96.a {
      padding-right: 47px;
      overflow: hidden;
    }
  
    .div-block-102 {
      margin-top: 11px;
      margin-bottom: 11px;
      padding-left: 10px;
    }
  
    .div-block-103 {
      align-self: start;
      margin-top: 0;
      padding-left: 10px;
    }
  
    .grid-25 {
      grid-column-gap: 16px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-areas: ".";
      align-content: stretch;
      justify-content: stretch;
    }
  
    .div-block-106 {
      padding-left: 10px;
      font-size: 12px;
    }
  
    .div-block-107 {
      padding-left: 10px;
    }
  
    .text-block-94 {
      padding-left: 10px;
      font-size: 12px;
    }
  
    .text-block-94.apply._1 {
      align-self: flex-start;
    }
  
    .div-block-position {
      align-self: center;
      padding-left: 30px;
    }
  
    .div-block-apply, .div-block-108, .div-block-109, .div-block-110 {
      height: 30px;
      align-self: center;
    }
  
    .text-block-96 {
      font-size: 12px;
    }
  
    .grid-28 {
      width: 100vw;
    }
  
    .div-block-111 {
      margin-left: 0;
      margin-right: 0;
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .text-block-99 {
      position: relative;
    }
  
    .link-block-53 {
      display: block;
    }
  
    .text-block-103 {
      margin-left: 0;
    }
  
    .text-block-104 {
      width: auto;
    }
  
    .div-block-113 {
      padding-top: 0;
    }
  
    .bold-text-37 {
      text-align: left;
    }
  
    .lb-top {
      margin-top: 0;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .lb-bott {
      padding-top: 0;
    }
  
    .lightbox-link-18 {
      width: 90vw;
      height: auto;
      max-width: 100%;
      flex-direction: column;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
      display: flex;
    }
  
    .lightbox-link-19 {
      width: 90vw;
      max-width: 100%;
      flex-direction: column;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
      display: flex;
    }
  
    .column-51 {
      justify-content: center;
    }
  
    .image-125 {
      width: 60vw;
      height: 150px;
      display: inline-block;
    }
  
    .image-125.a {
      height: 125px;
    }
  
    .image-126 {
      width: 60vw;
      height: 150px;
    }
  
    .image-126.a {
      height: 125px;
    }
  
    .div-block-159 {
      flex-direction: column;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      display: flex;
    }
  
    .image-127 {
      width: 60vw;
      height: auto;
      min-width: 60vw;
    }
  
    .image-127.a {
      margin-left: 0;
    }
  
    .lightbox-link-21 {
      width: 60vw;
      height: auto;
      margin-top: 15px;
      margin-bottom: 15px;
    }
  
    .lightbox-link-22 {
      width: 60vw;
      height: auto;
    }
  
    .lightbox-link-23 {
      width: 100%;
      height: auto;
      justify-content: center;
      display: flex;
    }
  
    .lightbox-link-24 {
      width: 60vw;
      height: auto;
    }
  
    .image-128 {
      width: 60vw;
      height: auto;
      margin-top: 15px;
    }
  
    .image-128.a {
      margin-left: 0;
    }
  
    .div-block-160 {
      padding-right: 43px;
    }
  
    .h4-2 {
      width: 100vw;
      letter-spacing: 10px;
      margin-top: 12px;
      margin-bottom: 2px;
      font-size: 14px;
      line-height: 20px;
    }
  
    .text-block-113 {
      padding-left: 10px;
      font-size: 14px;
    }
  
    .div-block-166 {
      padding-left: 30px;
    }
  
    .column-64 {
      justify-content: center;
      align-items: stretch;
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .column-65 {
      justify-content: center;
      align-items: stretch;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
    }
  
    .column-66 {
      align-items: stretch;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      display: flex;
    }
  
    .columns-29 {
      display: block;
    }
  
    .grid-34 {
      align-content: space-around;
      justify-content: space-around;
      align-items: start;
      justify-items: center;
    }
  
    .column-67 {
      padding-top: 10px;
      padding-bottom: 10px;
      display: block;
      top: 20px;
      bottom: 20px;
    }
  
    .column-68 {
      padding-top: 10px;
      padding-bottom: 10px;
      top: 20px;
    }
  
    .column-69 {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    .container-15 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .bold-text-46 {
      position: relative;
    }
  
    .text-block-116 {
      display: block;
    }
  
    .grid-36 {
      grid-auto-flow: row;
      position: static;
    }
  
    .section-65 {
      object-fit: fill;
      margin-bottom: 40px;
      margin-left: 10px;
      margin-right: 10px;
      overflow: visible;
    }
  }
  
  #w-node-_52955160-9566-d748-eaae-702a0e12396e-38b205ee, #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-d85d9cf8 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-d85d9cf8 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-d85d9cf8 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-d85d9cf8 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-d85d9cf8 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-d85d9cf8 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-d85d9cf8 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-d85d9cf8 {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-d85d9cf8 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-d85d9cf8 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-d85d9cf8 {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-a9294bca {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-a9294bca {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-a9294bca {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-a9294bca {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-a9294bca {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-a9294bca {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-a9294bca {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-a9294bca {
    grid-area: 3 / 8 / 4 / 12;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-a9294bca {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-a9294bca {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-a9294bca {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-eccbc312-79ca-fdce-3c12-92953528185a-50a70cbc {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-50a70cbc {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-50a70cbc {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-50a70cbc {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-50a70cbc {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-50a70cbc {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-50a70cbc {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-50a70cbc {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-50a70cbc {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-50a70cbc {
    grid-area: 3 / 8 / 4 / 12;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-50a70cbc {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-73bcd92d {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-73bcd92d {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-73bcd92d {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-73bcd92d {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-73bcd92d {
    grid-area: 1 / 9 / 2 / 12;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-73bcd92d {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-73bcd92d {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-73bcd92d {
    grid-area: 3 / 9 / 4 / 12;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-73bcd92d {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-73bcd92d {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_1053bcba-44b3-880c-917f-48d370109f28-73bcd92d {
    grid-area: 6 / 2 / 7 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-73bcd92d {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d0cfac5e-a153-1fb3-018c-298f11b240f1-cf89056d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-d8b1549a-eecf-5fc8-71c3-b90d550a259b-cf89056d {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_54f76008-5124-2c37-788d-6d1286511b51-cf89056d {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-ba0e4cd3-c395-98b0-f2e8-cca4d41b50db-cf89056d {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-a47d61bd-22bd-9128-db40-43cb35a6cc1b-cf89056d {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_9f4fbe6e-a2fc-9852-1d1f-ebb91c3c37b2-cf89056d {
    grid-area: 2 / 3 / 3 / 4;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_421348dd-ef42-fde3-37ac-1da13fe90a38-cf89056d {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_9b934ffe-243a-6d34-bb3e-44e3ec6aec39-cf89056d {
    grid-area: 3 / 2 / 4 / 3;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-da76bfa4-9afa-d453-6e85-d2a280c95b28-cf89056d {
    grid-area: 3 / 3 / 4 / 4;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_25041225-b181-14d4-bc83-bb7f0d4fcc65-9dd42899 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-b477d076-f352-5123-7347-f8baeeb4fb31-9dd42899 {
    grid-area: 2 / 1 / 3 / 4;
  }
  
  #w-node-baa11661-db50-1a22-9861-cca54dc1e5fd-9dd42899, #w-node-_6bd06075-8b18-3a37-2991-f8dc8c2066c8-9dd42899, #w-node-_25041225-b181-14d4-bc83-bb7f0d4fcc65-7888cf08 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-b477d076-f352-5123-7347-f8baeeb4fb31-7888cf08 {
    grid-area: 2 / 1 / 3 / 4;
  }
  
  #w-node-baa11661-db50-1a22-9861-cca54dc1e5fd-7888cf08, #w-node-_3a5928a4-dea3-7bed-415e-1cd1ea3666d2-7888cf08, #w-node-_711505a1-42e6-84fb-0109-6f388dcc90b1-7888cf08, #w-node-_6bd06075-8b18-3a37-2991-f8dc8c2066c8-7888cf08, #w-node-_25041225-b181-14d4-bc83-bb7f0d4fcc65-3c892ac8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-b477d076-f352-5123-7347-f8baeeb4fb31-3c892ac8 {
    grid-area: 2 / 1 / 3 / 4;
  }
  
  #w-node-baa11661-db50-1a22-9861-cca54dc1e5fd-3c892ac8, #w-node-_3a5928a4-dea3-7bed-415e-1cd1ea3666d2-3c892ac8, #w-node-_711505a1-42e6-84fb-0109-6f388dcc90b1-3c892ac8, #w-node-_6bd06075-8b18-3a37-2991-f8dc8c2066c8-3c892ac8, #w-node-_25041225-b181-14d4-bc83-bb7f0d4fcc65-8bb53ab5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-b477d076-f352-5123-7347-f8baeeb4fb31-8bb53ab5 {
    grid-area: 2 / 1 / 3 / 4;
  }
  
  #w-node-baa11661-db50-1a22-9861-cca54dc1e5fd-8bb53ab5, #w-node-_6bd06075-8b18-3a37-2991-f8dc8c2066c8-8bb53ab5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-dcad6ab1-8b5f-65c5-2836-9c3dbbf8e2bb-1f8309da {
    grid-area: 1 / 1 / 2 / 9;
  }
  
  #w-node-a0b58c6c-caea-b5d1-e014-f4053727eb39-1f8309da {
    grid-area: 2 / 2 / 6 / 8;
  }
  
  #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-9f82fd75 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-9f82fd75 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-9f82fd75 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-9f82fd75 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-9f82fd75 {
    grid-area: 1 / 9 / 2 / 12;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-9f82fd75 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-9f82fd75 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-9f82fd75 {
    grid-area: 3 / 9 / 4 / 12;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-9f82fd75 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-9f82fd75 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_1053bcba-44b3-880c-917f-48d370109f28-9f82fd75 {
    grid-area: 6 / 2 / 7 / 7;
  }
  
  #w-node-f9a01f07-2f2d-0e8c-ebfb-49a0cb0e1fc9-9f82fd75 {
    grid-area: 7 / 2 / 8 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-9f82fd75 {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-1351a01f {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-1351a01f {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-1351a01f {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-e1664129-5194-e6ae-5da4-995678b1e6af-1351a01f {
    grid-area: 1 / 2 / 2 / 12;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-1351a01f {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-1351a01f {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-1351a01f {
    grid-area: 3 / 8 / 4 / 12;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-1351a01f {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-1351a01f {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-1351a01f {
    grid-area: 6 / 2 / 7 / 7;
  }
  
  #w-node-e0367bd3-66d8-eaad-8e3c-1f8d3651ac8b-1351a01f {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_06244243-e588-67b1-57d9-6940cc36dbf6-1351a01f {
    grid-area: 7 / 2 / 8 / 7;
  }
  
  #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-65201f2c {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-65201f2c {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-65201f2c {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-65201f2c {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-65201f2c {
    grid-area: 1 / 9 / 2 / 12;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-65201f2c {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-65201f2c {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-65201f2c {
    grid-area: 3 / 9 / 4 / 12;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-65201f2c {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-65201f2c {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_1053bcba-44b3-880c-917f-48d370109f28-65201f2c {
    grid-area: 6 / 2 / 7 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-65201f2c {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-096fa1c6 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-096fa1c6 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-096fa1c6 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-096fa1c6 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-096fa1c6 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-096fa1c6 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-096fa1c6 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-096fa1c6 {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-096fa1c6 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-096fa1c6 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-096fa1c6 {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-b60c5796 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-b60c5796 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-b60c5796 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-b60c5796 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-b60c5796 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-b60c5796 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-b60c5796 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-b60c5796 {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-b60c5796 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-b60c5796 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-b60c5796 {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-9ed4c3cf {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-9ed4c3cf {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-9ed4c3cf {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-9ed4c3cf {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-9ed4c3cf {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-9ed4c3cf {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-9ed4c3cf {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-9ed4c3cf {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-9ed4c3cf {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-9ed4c3cf {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-9ed4c3cf {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-a3bb743b {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-a3bb743b {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-a3bb743b {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-a3bb743b {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-a3bb743b {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-a3bb743b {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-a3bb743b {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-a3bb743b {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-a3bb743b {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-a3bb743b {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-a3bb743b {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-625e6f14 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-625e6f14 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-625e6f14 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-625e6f14 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-625e6f14 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-625e6f14 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-625e6f14 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-625e6f14 {
    grid-area: 3 / 8 / 4 / 12;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-625e6f14 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-625e6f14 {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-625e6f14 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-de55842f {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-de55842f {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-de55842f {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-de55842f {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-de55842f {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-de55842f {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-de55842f {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-de55842f {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-de55842f {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-de55842f {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-de55842f {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_25041225-b181-14d4-bc83-bb7f0d4fcc65-ed080abc, #w-node-_18e5bdc6-f877-d616-8375-ce3397024a21-ed080abc, #w-node-b477d076-f352-5123-7347-f8baeeb4fb31-ed080abc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-baa11661-db50-1a22-9861-cca54dc1e5fd-ed080abc {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: auto;
    justify-self: auto;
  }
  
  #w-node-_3a5928a4-dea3-7bed-415e-1cd1ea3666d2-ed080abc, #w-node-_6bd06075-8b18-3a37-2991-f8dc8c2066c8-ed080abc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-_18e5bdc6-f877-d616-8375-ce3397024a21-201cb62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_25041225-b181-14d4-bc83-bb7f0d4fcc65-201cb62f {
    grid-area: 1 / 1 / 2 / 4;
  }
  
  #w-node-b477d076-f352-5123-7347-f8baeeb4fb31-201cb62f, #w-node-_6bd06075-8b18-3a37-2991-f8dc8c2066c8-201cb62f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-bb6cd7fe {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-bb6cd7fe {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-bb6cd7fe {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-bb6cd7fe {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-bb6cd7fe {
    grid-area: 1 / 9 / 2 / 12;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-bb6cd7fe {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-bb6cd7fe {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-bb6cd7fe {
    grid-area: 3 / 9 / 4 / 12;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-bb6cd7fe {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-bb6cd7fe {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_1053bcba-44b3-880c-917f-48d370109f28-bb6cd7fe {
    grid-area: 6 / 2 / 7 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-bb6cd7fe {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-_18e5bdc6-f877-d616-8375-ce3397024a21-fe198f41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_25041225-b181-14d4-bc83-bb7f0d4fcc65-fe198f41 {
    grid-area: 1 / 1 / 2 / 4;
  }
  
  #w-node-b477d076-f352-5123-7347-f8baeeb4fb31-fe198f41, #w-node-_6bd06075-8b18-3a37-2991-f8dc8c2066c8-fe198f41 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-ddff8254 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-ddff8254 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-ddff8254 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-ddff8254 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-ddff8254 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-ddff8254 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-ddff8254 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-ddff8254 {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-ddff8254 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-ddff8254 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-ddff8254 {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-c35bccc5 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-c35bccc5 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-c35bccc5 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-c35bccc5 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-c35bccc5 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-c35bccc5 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-c35bccc5 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-c35bccc5 {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-c35bccc5 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-c35bccc5 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-c35bccc5 {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-ae4c74c5 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-ae4c74c5 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-ae4c74c5 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-ae4c74c5 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-ae4c74c5 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-ae4c74c5 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-ae4c74c5 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-ae4c74c5 {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-ae4c74c5 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-ae4c74c5 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-ae4c74c5 {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_18e5bdc6-f877-d616-8375-ce3397024a21-67c088c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_25041225-b181-14d4-bc83-bb7f0d4fcc65-67c088c2 {
    grid-area: 1 / 1 / 2 / 4;
  }
  
  #w-node-b477d076-f352-5123-7347-f8baeeb4fb31-67c088c2, #w-node-_6bd06075-8b18-3a37-2991-f8dc8c2066c8-67c088c2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-_18e5bdc6-f877-d616-8375-ce3397024a21-add789b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_25041225-b181-14d4-bc83-bb7f0d4fcc65-add789b0 {
    grid-area: 1 / 1 / 2 / 4;
  }
  
  #w-node-b477d076-f352-5123-7347-f8baeeb4fb31-add789b0, #w-node-_6bd06075-8b18-3a37-2991-f8dc8c2066c8-add789b0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-6f57d249 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-6f57d249 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-6f57d249 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-6f57d249 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-6f57d249 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-6f57d249 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-6f57d249 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-6f57d249 {
    grid-area: 3 / 8 / 4 / 12;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-6f57d249 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-6f57d249 {
    grid-area: 4 / 8 / 5 / 11;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-6f57d249 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-6a65939b {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-6a65939b {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-6a65939b {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-6a65939b {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-6a65939b {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-6a65939b {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-6a65939b {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-_851d67c0-f032-c2e5-4c00-7c466c375c70-6a65939b {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-6a65939b {
    grid-area: 4 / 7 / 5 / 11;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-6a65939b {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-6a65939b {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-2e6625c7 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-2e6625c7 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-2e6625c7 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-2e6625c7 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-2e6625c7 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-2e6625c7 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-2e6625c7 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-2e6625c7 {
    grid-area: 5 / 2 / 6 / 7;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-2e6625c7 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-2e6625c7 {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-8666f754 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-8666f754 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-8666f754 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-8666f754 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-8666f754 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-8666f754 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-8666f754 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-8666f754 {
    grid-area: 4 / 7 / 5 / 11;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-8666f754 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-8666f754 {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-46a52273 {
    grid-area: 1 / 3 / 2 / 11;
  }
  
  #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-46a52273 {
    grid-column: 2 / 12;
    grid-row-start: 1.5;
    grid-row-end: 3;
  }
  
  #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-46a52273 {
    grid-area: 1 / 2 / 2 / 6;
  }
  
  #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-46a52273 {
    grid-area: 3 / 2 / 4 / 6;
  }
  
  #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-46a52273 {
    grid-area: 1 / 6 / 2 / 9;
  }
  
  #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-46a52273 {
    grid-area: 3 / 6 / 4 / 9;
    justify-self: auto;
  }
  
  #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-46a52273 {
    grid-area: 4 / 2 / 5 / 7;
  }
  
  #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-46a52273 {
    grid-area: 5 / 2 / 6 / 5;
  }
  
  #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-46a52273 {
    grid-area: 1 / 8 / 2 / 12;
  }
  
  #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-46a52273 {
    grid-area: 3 / 8 / 4 / 11;
  }
  
  @media screen and (max-width: 991px) {
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-d85d9cf8 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-d85d9cf8 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-d85d9cf8 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-d85d9cf8 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-d85d9cf8 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-d85d9cf8 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-d85d9cf8 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-d85d9cf8 {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-d85d9cf8 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-d85d9cf8 {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-a9294bca {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-a9294bca {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-a9294bca {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-a9294bca {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-a9294bca {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-a9294bca {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-a9294bca {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-a9294bca {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-eccbc312-79ca-fdce-3c12-92953528185a-50a70cbc {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-50a70cbc {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-50a70cbc {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-50a70cbc {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-50a70cbc {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-50a70cbc {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-50a70cbc {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-50a70cbc {
      grid-area: 4 / 8 / 5 / 11;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-50a70cbc {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-50a70cbc {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-73bcd92d {
      grid-area: 1 / 1 / 2 / 8;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-73bcd92d {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-73bcd92d {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-73bcd92d {
      grid-area: 1 / 5 / 2 / 8;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-73bcd92d {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-73bcd92d {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-73bcd92d {
      grid-area: 3 / 5 / 4 / 8;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-73bcd92d {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-73bcd92d {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-73bcd92d {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-73bcd92d {
      grid-area: 6 / 1 / 7 / 7;
      justify-self: center;
    }
  
    #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-9f82fd75 {
      grid-area: 1 / 1 / 2 / 8;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-9f82fd75 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-9f82fd75 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-9f82fd75 {
      grid-area: 1 / 5 / 2 / 8;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-9f82fd75 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-9f82fd75 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-9f82fd75 {
      grid-area: 3 / 5 / 4 / 8;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-9f82fd75 {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-9f82fd75 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-9f82fd75 {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-9f82fd75 {
      grid-area: 6 / 1 / 7 / 7;
      justify-self: center;
    }
  
    #w-node-f9a01f07-2f2d-0e8c-ebfb-49a0cb0e1fc9-9f82fd75 {
      grid-area: 1 / 1 / 2 / 7;
      justify-self: center;
    }
  
    #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-1351a01f {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-1351a01f {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-1351a01f {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-1351a01f {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-1351a01f {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-1351a01f {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-1351a01f {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-e0367bd3-66d8-eaad-8e3c-1f8d3651ac8b-1351a01f, #w-node-_06244243-e588-67b1-57d9-6940cc36dbf6-1351a01f {
      grid-area: 1 / 1 / 2 / 7;
      justify-self: center;
    }
  
    #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-65201f2c {
      grid-area: 1 / 1 / 2 / 8;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-65201f2c {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-65201f2c {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-65201f2c {
      grid-area: 1 / 5 / 2 / 8;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-65201f2c {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-65201f2c {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-65201f2c {
      grid-area: 3 / 5 / 4 / 8;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-65201f2c {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-65201f2c {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-65201f2c {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-65201f2c {
      grid-area: 6 / 1 / 7 / 7;
      justify-self: center;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-096fa1c6 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-096fa1c6 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-096fa1c6 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-096fa1c6 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-096fa1c6 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-096fa1c6 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-096fa1c6 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-096fa1c6 {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-096fa1c6 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-096fa1c6 {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-b60c5796 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-b60c5796 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-b60c5796 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-b60c5796 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-b60c5796 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-b60c5796 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-b60c5796 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-b60c5796 {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-b60c5796 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-b60c5796 {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-9ed4c3cf {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-9ed4c3cf {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-9ed4c3cf {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-9ed4c3cf {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-9ed4c3cf {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-9ed4c3cf {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-9ed4c3cf {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-9ed4c3cf {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-9ed4c3cf {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-9ed4c3cf {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-a3bb743b {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-a3bb743b {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-a3bb743b {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-a3bb743b {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-a3bb743b {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-a3bb743b {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-a3bb743b {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-a3bb743b {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-a3bb743b {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-a3bb743b {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-625e6f14 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-625e6f14 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-625e6f14 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-625e6f14 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-625e6f14 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-625e6f14 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-625e6f14 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-625e6f14 {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-de55842f {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-de55842f {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-de55842f {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-de55842f {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-de55842f {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-de55842f {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-de55842f {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-de55842f {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-de55842f {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-de55842f {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-bb6cd7fe {
      grid-area: 1 / 1 / 2 / 8;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-bb6cd7fe {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-bb6cd7fe {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-bb6cd7fe {
      grid-area: 1 / 5 / 2 / 8;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-bb6cd7fe {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-bb6cd7fe {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-bb6cd7fe {
      grid-area: 3 / 5 / 4 / 8;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-bb6cd7fe {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-bb6cd7fe {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-bb6cd7fe {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-bb6cd7fe {
      grid-area: 6 / 1 / 7 / 7;
      justify-self: center;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-ddff8254 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-ddff8254 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-ddff8254 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-ddff8254 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-ddff8254 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-ddff8254 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-ddff8254 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-ddff8254 {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-ddff8254 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-ddff8254 {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-c35bccc5 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-c35bccc5 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-c35bccc5 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-c35bccc5 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-c35bccc5 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-c35bccc5 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-c35bccc5 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-c35bccc5 {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-c35bccc5 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-c35bccc5 {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-ae4c74c5 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-ae4c74c5 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-ae4c74c5 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-ae4c74c5 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-ae4c74c5 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-ae4c74c5 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-ae4c74c5 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-ae4c74c5 {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-ae4c74c5 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-ae4c74c5 {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-6f57d249 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-6f57d249 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-6f57d249 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-6f57d249 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-6f57d249 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-6f57d249 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-6f57d249 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-6f57d249 {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-6a65939b {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-6a65939b {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-6a65939b {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-6a65939b {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-6a65939b {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-6a65939b {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-6a65939b {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_851d67c0-f032-c2e5-4c00-7c466c375c70-6a65939b {
      grid-area: 5 / 1 / 6 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-6a65939b {
      grid-area: 6 / 1 / 7 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-6a65939b {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-6a65939b {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-2e6625c7 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-2e6625c7 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-2e6625c7 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-2e6625c7 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-2e6625c7 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-2e6625c7 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-2e6625c7 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-2e6625c7 {
      grid-area: 6 / 1 / 7 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-2e6625c7 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-2e6625c7 {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-8666f754 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-8666f754 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-8666f754 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-8666f754 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-8666f754 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-8666f754 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-8666f754 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-8666f754 {
      grid-area: 6 / 1 / 7 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-8666f754 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-8666f754 {
      grid-area: 3 / 8 / 4 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-46a52273 {
      grid-area: 1 / 1 / 2 / 11;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-46a52273 {
      grid-area: 2 / 1 / 3 / 13;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-46a52273 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-46a52273 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-46a52273 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-46a52273 {
      grid-area: 3 / 5 / 4 / 9;
      justify-self: auto;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-46a52273 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-46a52273 {
      grid-area: 6 / 1 / 7 / 7;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-46a52273 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-46a52273 {
      grid-area: 3 / 8 / 4 / 12;
    }
  }
  
  @media screen and (max-width: 767px) {
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-d85d9cf8 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-d85d9cf8 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-d85d9cf8 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-d85d9cf8 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-d85d9cf8 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-d85d9cf8 {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-d85d9cf8 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-d85d9cf8 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-d85d9cf8 {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-a9294bca {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-a9294bca {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-a9294bca {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-a9294bca {
      grid-area: 4 / 1 / 5 / 7;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-a9294bca {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-a9294bca {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-eccbc312-79ca-fdce-3c12-92953528185a-50a70cbc {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-50a70cbc {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-50a70cbc {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-50a70cbc {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-50a70cbc {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-50a70cbc {
      grid-area: 4 / 1 / 5 / 7;
    }
  
    #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-73bcd92d {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-73bcd92d {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-73bcd92d {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-73bcd92d {
      grid-area: 4 / 1 / 5 / 7;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-73bcd92d {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-73bcd92d {
      grid-area: 6 / 1 / 7 / 7;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-73bcd92d {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-9f82fd75 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-9f82fd75 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-9f82fd75 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-9f82fd75 {
      grid-area: 4 / 1 / 5 / 7;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-9f82fd75 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-9f82fd75 {
      grid-area: 6 / 1 / 7 / 7;
    }
  
    #w-node-f9a01f07-2f2d-0e8c-ebfb-49a0cb0e1fc9-9f82fd75 {
      grid-area: 1 / 1 / 2 / 7;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-9f82fd75 {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-1351a01f {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-1351a01f {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-1351a01f {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-1351a01f {
      grid-area: 4 / 1 / 5 / 7;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-1351a01f {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-1351a01f {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-e0367bd3-66d8-eaad-8e3c-1f8d3651ac8b-1351a01f, #w-node-_06244243-e588-67b1-57d9-6940cc36dbf6-1351a01f {
      grid-area: 1 / 1 / 2 / 7;
    }
  
    #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-65201f2c {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-65201f2c {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-65201f2c {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-65201f2c {
      grid-area: 4 / 1 / 5 / 7;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-65201f2c {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-65201f2c {
      grid-area: 6 / 1 / 7 / 7;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-65201f2c {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-096fa1c6 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-096fa1c6 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-096fa1c6 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-096fa1c6 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-096fa1c6 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-096fa1c6 {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-096fa1c6 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-096fa1c6 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-096fa1c6 {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-b60c5796 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-b60c5796 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-b60c5796 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-b60c5796 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-b60c5796 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-b60c5796 {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-b60c5796 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-b60c5796 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-b60c5796 {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-9ed4c3cf {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-9ed4c3cf {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-9ed4c3cf {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-9ed4c3cf {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-9ed4c3cf {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-9ed4c3cf {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-9ed4c3cf {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-9ed4c3cf {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-9ed4c3cf {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-a3bb743b {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-a3bb743b {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-a3bb743b {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-a3bb743b {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-a3bb743b {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-a3bb743b {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-a3bb743b {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-a3bb743b {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-a3bb743b {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-625e6f14 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-625e6f14 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-625e6f14 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-625e6f14 {
      grid-area: 4 / 1 / 5 / 7;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-625e6f14 {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-625e6f14 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-de55842f {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-de55842f {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-de55842f {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-de55842f {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-de55842f {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-de55842f {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-de55842f {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-de55842f {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-de55842f {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-b3384e26-817c-6c91-ea24-76fee3c80c0a-bb6cd7fe {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-bb6cd7fe {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-bb6cd7fe {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-bb6cd7fe {
      grid-area: 4 / 1 / 5 / 7;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-bb6cd7fe {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-bb6cd7fe {
      grid-area: 6 / 1 / 7 / 7;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-bb6cd7fe {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-ddff8254 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-ddff8254 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-ddff8254 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-ddff8254 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-ddff8254 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-ddff8254 {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-ddff8254 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-ddff8254 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-ddff8254 {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-c35bccc5 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-c35bccc5 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-c35bccc5 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-c35bccc5 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-c35bccc5 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-c35bccc5 {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-c35bccc5 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-c35bccc5 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-c35bccc5 {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-ae4c74c5 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-ae4c74c5 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-ae4c74c5 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-ae4c74c5 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-ae4c74c5 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-ae4c74c5 {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-ae4c74c5 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-ae4c74c5 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-ae4c74c5 {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_2cf054eb-9784-ef90-75ec-a01a9c8db797-6f57d249 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-6f57d249 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-6f57d249 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-6f57d249 {
      grid-area: 4 / 1 / 5 / 7;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-6f57d249 {
      grid-area: 4 / 8 / 5 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-6f57d249 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-6a65939b {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-6a65939b {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-6a65939b {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-6a65939b {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-6a65939b {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-_851d67c0-f032-c2e5-4c00-7c466c375c70-6a65939b {
      grid-area: 1 / 1 / 2 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-6a65939b {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-6a65939b {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-6a65939b {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-2e6625c7 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-2e6625c7 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-2e6625c7 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-2e6625c7 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-2e6625c7 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-2e6625c7 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-2e6625c7 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-2e6625c7 {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-8666f754 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-8666f754 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-8666f754 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-8666f754 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-8666f754 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-8666f754 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-8666f754 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-8666f754 {
      grid-area: 3 / 8 / 4 / 13;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-46a52273 {
      grid-area: 1 / 1 / 2 / 13;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-46a52273 {
      grid-area: 1 / 1 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-46a52273 {
      grid-area: 3 / 1 / 4 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-46a52273 {
      grid-area: 1 / 5 / 2 / 9;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-46a52273 {
      grid-area: 4 / 1 / 5 / 7;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-46a52273 {
      grid-area: 5 / 1 / 6 / 7;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-46a52273 {
      grid-area: 1 / 8 / 2 / 12;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-46a52273 {
      grid-area: 3 / 8 / 4 / 13;
    }
  }
  
  @media screen and (max-width: 479px) {
    #w-node-_52955160-9566-d748-eaae-702a0e12396e-38b205ee {
      grid-area: 1 / 1 / 2 / 5;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-d85d9cf8 {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-d85d9cf8 {
      grid-area: 3 / 2 / 4 / 7;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-d85d9cf8 {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-d85d9cf8 {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-d85d9cf8 {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-d85d9cf8 {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-d85d9cf8 {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-d85d9cf8 {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-a9294bca {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-a9294bca {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-a9294bca {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-a9294bca {
      grid-area: 2 / 2 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-a9294bca {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-a9294bca {
      grid-area: 3 / 9 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-a9294bca {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-a9294bca {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-a9294bca {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-50a70cbc {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-50a70cbc {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-50a70cbc {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-50a70cbc {
      grid-area: 3 / 2 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-50a70cbc {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-50a70cbc {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-50a70cbc {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-50a70cbc {
      grid-area: 3 / 9 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-50a70cbc {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-73bcd92d {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-73bcd92d {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-73bcd92d {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-73bcd92d {
      grid-area: 3 / 2 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-73bcd92d {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-73bcd92d {
      grid-area: 3 / 9 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-73bcd92d {
      grid-area: 4 / 1 / 6 / 14;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-73bcd92d {
      grid-area: 6 / 1 / 9 / 15;
      justify-self: center;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-73bcd92d {
      grid-area: 9 / 1 / 12 / 15;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-73bcd92d {
      grid-area: 12 / 2 / 14 / 15;
    }
  
    #w-node-a0b58c6c-caea-b5d1-e014-f4053727eb39-1f8309da {
      grid-area: 2 / 2 / 6 / 8;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-9f82fd75 {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-9f82fd75 {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-9f82fd75 {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-9f82fd75 {
      grid-area: 3 / 2 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-9f82fd75 {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-9f82fd75 {
      grid-area: 3 / 9 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-9f82fd75 {
      grid-area: 4 / 1 / 6 / 14;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-9f82fd75 {
      grid-area: 6 / 1 / 9 / 15;
      justify-self: center;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-9f82fd75 {
      grid-area: 9 / 1 / 12 / 15;
      justify-self: center;
    }
  
    #w-node-f9a01f07-2f2d-0e8c-ebfb-49a0cb0e1fc9-9f82fd75 {
      grid-area: 1 / 1 / 4 / 15;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-9f82fd75 {
      grid-area: 12 / 2 / 14 / 15;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-1351a01f {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-1351a01f {
      grid-area: 2 / 2 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-1351a01f {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-1351a01f {
      grid-area: 3 / 9 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-1351a01f {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-1351a01f {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-1351a01f {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-e0367bd3-66d8-eaad-8e3c-1f8d3651ac8b-1351a01f, #w-node-_06244243-e588-67b1-57d9-6940cc36dbf6-1351a01f {
      grid-area: 1 / 1 / 2 / 13;
      justify-self: center;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-65201f2c {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-65201f2c {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-65201f2c {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-65201f2c {
      grid-area: 3 / 2 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-65201f2c {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-65201f2c {
      grid-area: 3 / 9 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-65201f2c {
      grid-area: 4 / 1 / 6 / 14;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-65201f2c {
      grid-area: 6 / 1 / 9 / 15;
      justify-self: center;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-65201f2c {
      grid-area: 9 / 1 / 12 / 15;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-65201f2c {
      grid-area: 12 / 2 / 14 / 15;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-096fa1c6 {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-096fa1c6 {
      grid-area: 3 / 2 / 4 / 7;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-096fa1c6 {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-096fa1c6 {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-096fa1c6 {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-096fa1c6 {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-096fa1c6 {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-096fa1c6 {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-b60c5796 {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-b60c5796 {
      grid-area: 3 / 2 / 4 / 7;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-b60c5796 {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-b60c5796 {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-b60c5796 {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-b60c5796 {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-b60c5796 {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-b60c5796 {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-9ed4c3cf {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-9ed4c3cf {
      grid-area: 3 / 2 / 4 / 7;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-9ed4c3cf {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-9ed4c3cf {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-9ed4c3cf {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-9ed4c3cf {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-9ed4c3cf {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-9ed4c3cf {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-a3bb743b {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-a3bb743b {
      grid-area: 3 / 2 / 4 / 7;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-a3bb743b {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-a3bb743b {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-a3bb743b {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-a3bb743b {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-a3bb743b {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-a3bb743b {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-625e6f14 {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-625e6f14 {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-625e6f14 {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-625e6f14 {
      grid-area: 2 / 2 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-625e6f14 {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-625e6f14 {
      grid-area: 3 / 9 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-625e6f14 {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-625e6f14 {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-625e6f14 {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-de55842f {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-de55842f {
      grid-area: 3 / 2 / 4 / 7;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-de55842f {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-de55842f {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-de55842f {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-de55842f {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-de55842f {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-de55842f {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-bb6cd7fe {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-bb6cd7fe {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-bb6cd7fe {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-bb6cd7fe {
      grid-area: 3 / 2 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-bb6cd7fe {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-bb6cd7fe {
      grid-area: 3 / 9 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-bb6cd7fe {
      grid-area: 4 / 1 / 6 / 14;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-bb6cd7fe {
      grid-area: 6 / 1 / 9 / 15;
      justify-self: center;
    }
  
    #w-node-_1053bcba-44b3-880c-917f-48d370109f28-bb6cd7fe {
      grid-area: 9 / 1 / 12 / 15;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-bb6cd7fe {
      grid-area: 12 / 2 / 14 / 15;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-ddff8254 {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-ddff8254 {
      grid-area: 3 / 2 / 4 / 7;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-ddff8254 {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-ddff8254 {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-ddff8254 {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-ddff8254 {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-ddff8254 {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-ddff8254 {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-c35bccc5 {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-c35bccc5 {
      grid-area: 3 / 2 / 4 / 7;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-c35bccc5 {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-c35bccc5 {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-c35bccc5 {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-c35bccc5 {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-c35bccc5 {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-c35bccc5 {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-ae4c74c5 {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-ae4c74c5 {
      grid-area: 3 / 2 / 4 / 7;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-ae4c74c5 {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-ae4c74c5 {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-ae4c74c5 {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-ae4c74c5 {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-ae4c74c5 {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-ae4c74c5 {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-6f57d249 {
      grid-area: 1 / 2 / 2 / 6;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-6f57d249 {
      grid-area: 1 / 7 / 2 / 12;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-6f57d249 {
      grid-area: 1 / 9 / 2 / 12;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-6f57d249 {
      grid-area: 2 / 2 / 4 / 6;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-6f57d249 {
      grid-area: 3 / 7 / 4 / 12;
      justify-self: auto;
    }
  
    #w-node-_630b671d-b8b5-5350-6498-de4d36bb39a8-6f57d249 {
      grid-area: 3 / 9 / 4 / 12;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-6f57d249 {
      grid-area: 4 / 1 / 5 / 13;
      justify-self: center;
    }
  
    #w-node-_4e7b3d22-fecd-0663-c576-fa4334bf6c98-6f57d249 {
      grid-area: 6 / 2 / 7 / 12;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-6f57d249 {
      grid-area: 5 / 1 / 6 / 13;
      justify-self: center;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-6a65939b {
      grid-column: 1 / 5;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-6a65939b {
      grid-area: 1 / 5 / 2 / 9;
      align-self: auto;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-6a65939b {
      grid-area: 2 / 5 / 3 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-6a65939b {
      grid-area: 3 / 5 / 4 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-6a65939b {
      grid-area: 4 / 5 / 5 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-6a65939b {
      grid-area: 5 / 5 / 6 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-6a65939b {
      grid-area: 6 / 1 / 7 / 13;
      justify-self: center;
    }
  
    #w-node-_851d67c0-f032-c2e5-4c00-7c466c375c70-6a65939b {
      grid-area: 7 / 1 / 8 / 13;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-6a65939b {
      grid-area: 9 / 1 / 10 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-6a65939b {
      grid-area: span 1 / span 3 / span 1 / span 3;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-6a65939b {
      grid-area: span 1 / span 5 / span 1 / span 5;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-2e6625c7 {
      grid-column: 1 / 5;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-2e6625c7 {
      grid-area: 1 / 5 / 2 / 9;
      align-self: auto;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-2e6625c7 {
      grid-area: 2 / 5 / 3 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-2e6625c7 {
      grid-area: 3 / 5 / 4 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-2e6625c7 {
      grid-area: 4 / 5 / 5 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-2e6625c7 {
      grid-area: 5 / 5 / 6 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-2e6625c7 {
      grid-area: 6 / 1 / 7 / 13;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-2e6625c7 {
      grid-area: 9 / 1 / 10 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-2e6625c7 {
      grid-area: span 1 / span 3 / span 1 / span 3;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-2e6625c7 {
      grid-area: span 1 / span 5 / span 1 / span 5;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-8666f754 {
      grid-column: 1 / 5;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-8666f754 {
      grid-area: 1 / 5 / 2 / 9;
      align-self: auto;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-8666f754 {
      grid-area: 2 / 5 / 3 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-8666f754 {
      grid-area: 3 / 5 / 4 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-8666f754 {
      grid-area: 4 / 5 / 5 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-8666f754 {
      grid-area: 5 / 5 / 6 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-8666f754 {
      grid-area: 6 / 1 / 7 / 13;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-8666f754 {
      grid-area: 9 / 1 / 10 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-8666f754 {
      grid-area: span 1 / span 3 / span 1 / span 3;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-8666f754 {
      grid-area: span 1 / span 5 / span 1 / span 5;
    }
  
    #w-node-_21ddcb2e-c568-d608-c5c7-6a29940e7534-46a52273 {
      grid-column: 1 / 5;
    }
  
    #w-node-_0b364693-41da-39bc-6fd9-df0b1f259451-46a52273 {
      grid-area: 1 / 5 / 2 / 9;
      align-self: auto;
      justify-self: auto;
    }
  
    #w-node-ea2d7a7a-033a-d6f2-cf87-1a0f751b2a79-46a52273 {
      grid-area: 2 / 5 / 3 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_3336a39d-cafc-efd3-546b-4e65b0a5212f-46a52273 {
      grid-area: 3 / 5 / 4 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_7ff0c017-9660-27c7-ca38-27696dd01ebd-46a52273 {
      grid-area: 4 / 5 / 5 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_73a9681a-bb1b-b7c9-964b-608065d9dce4-46a52273 {
      grid-area: 5 / 5 / 6 / 9;
      align-self: center;
      justify-self: center;
    }
  
    #w-node-_78b0826d-6241-912b-adc1-d28e6ee617ad-46a52273 {
      grid-area: 6 / 1 / 7 / 13;
      justify-self: center;
    }
  
    #w-node-d58b0cd4-68ee-96e2-1d8d-b66a999ed518-46a52273 {
      grid-area: 9 / 1 / 10 / 13;
      justify-self: center;
    }
  
    #w-node-_2369cf30-64e8-65eb-e87d-7f450b38eea2-46a52273 {
      grid-area: span 1 / span 3 / span 1 / span 3;
    }
  
    #w-node-_01ebe4f6-80b2-d5be-fd83-bb7c4d3cb653-46a52273 {
      grid-area: span 1 / span 5 / span 1 / span 5;
    }
  }
  
  
  @font-face {
    font-family: 'Optima demi';
    src: url('../fonts/Optima-Demi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
  }
  @font-face {
    font-family: 'Optima';
    src: url('../fonts/Optima-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
  }