html {
	/*scroll-behavior: smooth;*/
}

body {
    overflow-x: hidden;
}

body.allow-scrolling {
    overflow:initial !important;
    overflow-x: hidden!important;
}

h3, h4 {
    color: #292160;
}

h4 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.white {
    color: #ffffff;
}

.final .button {
    animation-name: outlinewhite;
}

.button {
    background: #7a6cdb;
    color: #ffffff;
    border-radius: 47px;
    outline: 7px solid color(srgb 1 1 1 / 0);
    padding: 1.15em 1.5em;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
    letter-spacing: 0.25px;
    animation-name: outline;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transition: all ease-in-out 0.3s;
    box-shadow: 1px 1px 5px 0px color(srgb 0.09 0.05 0.45 / 0.3);
}

@keyframes outline {
    0%   {outline: 0px solid color(srgb 1 1 1 / 0)}
    15%  {outline: 10px solid color(srgb 1 1 1 / 0.4)}
    50% {outline: 10px solid color(srgb 1 1 1 / 0.4)}
    100% {outline: 18px solid color(srgb 1 1 1 / 0)}
  }

  @keyframes outlinewhite {
    0%   {outline: 0px solid color(srgb 1 1 1 / 0)}
    15%  {outline: 8px solid color(srgb 0.69 0.65 0.91 / 0.5)}
    50% {outline: 8px solid color(srgb 0.69 0.65 0.91 / 0.5)}
    100% {outline: 16px solid color(srgb 1 1 1 / 0)}
  }

  .button:hover,
  .button:focus {
    background-color: #292160;
  }

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.offset-header {
    padding-top: 130px;
    padding-top: calc(130px + 2rem);
}

.t-right{
    text-align: right;
}

.t-center{
    text-align: center;
}

.rel {
    position: relative;
}

.main {
    padding: 0rem 0rem 0rem 0rem;
    /*background-image: url('/Images/Syna-BG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    overflow-x: hidden;
    position: relative;
}

.framer-text {
    display: inline-block;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}

h2.framer-text {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.1;
    color: transparent;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 20px;
}

#header {
    z-index: 999;
    top:2rem;
}

#header > div {
    width: 100%;
    position: absolute;
    padding: 0px 2rem;
}

#header a:not(.logo) {
    color: #666666;
}

/* HOME LANDING SCREEN */
section#landing {
    min-height: 100vh;
    position: relative;
}

.about-page section#landing {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-a {
    min-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 90px;
    position: relative;
}

.section-b {
    padding-top: 24px;
    padding-bottom: 150px;
    width: 1100px;
    margin: auto;
    max-width: 100%;
}

h1.framer-text {
    font-family: "Geist", "Inter", sans-serif;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: .9em;
    text-align: center;
    color: transparent;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 20px;
}

h1.framer-text + h3 {
    font-size: 1.6rem;
    margin-bottom: 42px;
}

.flex.framer {
    column-gap: 32px;
}

.title-bar {
    background: transparent;
    justify-content: flex-end;
}

.flex.highlights > div {
    background: #ffffff;
    border-radius: 50px;
    padding: 64px 38px;
    width: 100%;
    background: rgb(96, 86, 165);
    background: linear-gradient(153deg, rgb(96 86 165 / 11%) 0%, rgb(173 169 206 / 20%) 28%, rgb(242 242 242 / 20%) 100%);
    position: relative;
    outline: 10px solid rgb(255 255 255 / 30%);
    box-shadow: 1px 6px 16px 0px rgb(0 0 0 / 15%);
    max-width: 54%;
}

.flex.highlights {
    column-gap: 78px;   
    align-items: normal;
    padding: 0px 40px;
}

.flex.highlights >div:before {
    position: absolute;
    background: rgb(255 255 255 / 90%);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1;
    border-radius: 50px;
    border: 2px solid #ffffff;
}

.flex.highlights >div:after {
    position: absolute;
    background: transparent;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    z-index: -1;
    box-shadow: 1px 6px 16px 0px rgb(0 0 0 / 15%);
    border-radius: 60px;
}

.flex.highlights p {
    color: #808080;
    margin-top: 28px;
    font-size: 18px;
    margin-bottom: 2px;
}

.flex.highlights span {
    text-orientation: mixed;
    writing-mode: vertical-lr; 
    transform: rotate(180deg);
    font-size: 37px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.75px;
    line-height: 1;
    text-align: center;
}

section#landing:before {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc(-50vw + 37.5rem);
    bottom: 0px;
    content: "";
    background-image: url('/Images/Syna-DNA.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 0.45;
    z-index: -1;
}

section#landing:after {
    content: "";
    background-image: url(/Images/Syna-BG.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc(-50vw + 37.5rem);
    bottom: 0px;
    content: "";
    z-index: -2;
}

.section-a:before {
    content: "";
    position: absolute;
    width: 40vw;
    height: 100%;
    height: calc(100vh - 100px);
    left: calc(-50vw + 35.5rem);
    background-image: url('/Images/Syna-glove.png');
    background-size: contain;
    background-repeat: no-repeat;
    /*top: -18vh;*/
}

section#founders {
    padding: 14vh 45px;
    max-width:1100px;
    width:100%;
}

#founders p {
    color: #6056a5;
    font-size: 20px;
    margin-top: 30px;
    padding-right: 16%;
    margin-bottom: 0px;
}

#founders .cell {
    align-content: center;
}

.Anita {
    width: 340px;
    border-radius: 100%;
    box-shadow: 1px 6px 16px 0px color(srgb 0.16 0.13 0.38 / 0.15);
    position: relative;
    float: right;
    zoom: 0.9;
}

.Anita:before {
    border-radius: 100%;
    box-shadow: 1px 6px 16px color(srgb 0.16 0.13 0.38 / 0.46);
    content: "";
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    left: -16px;
    top: -16px;
    position: absolute;
    /*border: 15px solid color(srgb 0.48 0.42 0.86 / 0.42);*/
    background: #7a6cdb;
    opacity: .32;
    z-index: -1;
}

.Anita img {
    border-radius: 100%;
}

.Hindy {
    width: 330px;
    border-radius: 100%;
    box-shadow: 1px 6px 16px 0px color(srgb 0.16 0.13 0.38 / 0.15);
    position: relative;
    display: inline-block;
    float: right;
    clear: right;
    margin-top: -123px;
    right: 215px;
    zoom: 0.9;
}

.Hindy:before {
    border-radius: 100%;
    box-shadow: 1px 6px 16px color(srgb 0.16 0.13 0.38 / 0.15);
    content: "";
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    left: -16px;
    top: -16px;
    position: absolute;
    /* border: 15px solid color(srgb 1 1 1 / 0.42); */
    background: #ffffff;
    opacity: .44;
    /* z-index: -1; */
}

.Hindy img {
    border-radius: 100%;
    position: relative;
    z-index: 9;
}

section#contact {
    padding: 40px 40px 10px 40px;
    background: #292160;
}

#contact .flex-container {
    gap: 8vw;
}

#contact p {
    margin-bottom: 12px;
}

#contact >div {
    /*max-width: 1100px;*/
    width: 100%;
    padding: 40px 40px 10px 40px;
}

#contact .links a {
    margin-bottom: 20px;
    display: block;
}

#contact span, #contact a {
    color: color(srgb 1 1 1 / 0.75);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#contact span {
    padding-bottom: 10px;
    display: block;
}

#contact .contact span {
    padding-left: 45px;
    background-position: top 1px left;
    background-repeat: no-repeat;
    line-height: 1.5;
    background-size: 22px;
}

#contact .contact.phone span {
    background-image: url('/Images/phone-contact.png');
}

#contact .contact.email span {
    background-image: url('/Images/email-contact.png');
}

#contact .contact.address span:first-child {
    background-image: url('/Images/address-contact.png');
}

#contact a:hover {
    opacity: 0.75;
}

#contact p {
    color: #ffffff;
}

.copyright {
    margin-top:12px;
    opacity: 0.45;
}

.social {
    margin-top: 18px;
}

.social a {
    display: inline-block;
    margin-left: 4px;
}

#contact a {
    transition: all ease 0.3s;
}

#contact a:hover,
#contact a:focus {
    color:#ffffff;
    opacity: 0.8;
}


#wbenc .flex.highlights >div:after {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left: -20px;
    top: -20px;
    border-radius: 70px;
}

section#wbenc {
    padding: 8vh 45px 14vh 45px;
    max-width: 1100px;
    width: 100%;
}

#wbenc p {
    color: #6056a5;
    font-size: 20px;
    margin-top: 30px;
}

#wbenc .cell {
    align-content: center;
}

#wbenc .flex.highlights {
    column-gap: 46px;
    padding: 0px;
    justify-content: start;
    height: 100%;
    align-content: center;
}

#wbenc .flex.highlights > div {
    background-image: url(/Images/WBENC-video.jpg);
    background-size: cover;
    background-position: center;
    width: 370px;
    max-width: 370px;
    min-height: 370px;
    outline: 20px solid color(srgb 0.48 0.42 0.86 / 0.32);
}

#wbenc .video .button {
    background-color: #292160;
    padding: 1.5rem;
    position: absolute;
    left: 42%;
    left: calc(50% - 40px);
    top: 42%;
    top: calc(50% - 40px);
}

#wbenc .video {
    position: relative;
}

div#videoModal {
    background: transparent;
    border: 0px;
    text-align: center;
    overflow: visible;
    width: 1100px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    display: inline-block;
    /* left: unset; */
    /* right: unset; */
    padding: 0px;
}

button.close-button {
    margin-top: 0px;
    right: calc(-48vw + 50%);
    left: auto;
    color: #ffffff;
}

.video {
    display: inline-block;
    width: 100%;
}

.reveal-overlay {
    background-color: rgb(10 10 10 / 85%);
    text-align: center;
}

section#phenomenon {
    max-width: 980px;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 0px;
    margin: 0px auto;
}

section#phenomenon > div {
    width: 100%;
    padding: 12vh 45px;
    background: rgb(41, 33, 96);
    background: linear-gradient(180deg, rgba(41, 33, 96, 1) 0%, rgba(13, 6, 75, 1) 100%);
    border-radius: 70px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    margin: 0px;
}

section#phenomenon:before {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 78px;
    background-color: color(srgb 0.48 0.42 0.86 / 0.32);
    /*box-shadow: 1px 6px 16px color(srgb 0.16 0.13 0.38 / 0.46);*/
    z-index: -1;
    position: absolute;
    top: -15px;
    left: -15px;
    box-sizing: content-box;
}

#phenomenon h2 {
    font-size: 45px;
    margin-bottom: 28px;
}

#phenomenon p {
    color: #ffffffe6;
    font-size: 19px;
    width: 700px;
    margin: auto;
    max-width: 90%;
}

section#progress {
    max-width: 1100px;
    width: 100%;
    padding: 14vh 45px;
}

#progress p {
    max-width: 530px;
    margin: auto;
    color: #292160;
    font-size: 19px;
    margin-top: 20px;
}

h2.framer-text.t-center {
    margin-left: auto;
    margin-right: auto;
}

#quote {
    background: #292160;
}

#quote > div {
    padding: 16vh 45px;
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

#quote p {
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    width: 90%;
    margin: auto;
    line-height: 1.4;
}

#quote span {
    color: #7A6CDB;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    margin-top: 28px;
    display: block;
}

section#gloves {
    background-image: url('/Images/Gloves-BK.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

section#gloves h2 {
    font-size: 45px;
    margin-bottom: 60px;
}

section#gloves > div {
    max-width: 1100px;
    width: 100%;
    padding: 16vh 45px;
    margin: auto;
}

#gloves ul {
    margin-bottom: 60px;
}

#gloves ul li {
    text-align: left;
    list-style: none;
    margin-bottom: 24px;
    padding-left: 72px;
    position: relative;
    font-size: 18px;
    color: #292160;
}

#gloves ul li:before {
    content: "";
    position: absolute;
    left: -18px;
    width: 60px;
    height: 60px;
    background-image: url(/Images/Bullet.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

#gloves .v-middle {
    display: flex;
    align-items: center;
    padding-bottom: 8%;
}

.testContainer {
    width: 400px;
    height: 266px;
    margin: 0 auto;
  }
  @media screen and (max-width: 900px) {
    .testContainer {
        width: 100%;
        height: 235px;
    }
  }
  .hiddenImage {
    height: 266px;
    position: relative;
  }

  .hiddenImage img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0px;
  }
  
  .featured {
    position: absolute;
    background: url("/Images/Vinyl.png") no-repeat;
    background-size: auto 100%;
    width: 400px;
    height: 266px;
  }

  .reveals {
    height: 100%;
    border-left: 4px solid #292160;
    position: absolute;
    right: 0;
    cursor: col-resize;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 3.2rem;
    border-radius: 4px;
  }

  .reveals:after {
    content: "\2194";
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    color: #f1f1f1;
    background: #292160;
    position: absolute;
    left: -30px; top: 0; bottom: 0;
    margin: auto;
    line-height: 1.7;
    font-size: 24px;
  }

section#medline {
    max-width: 1100px;
    width: 100%;
    padding: 14vh 45px;
}

#medline p {
    width: 760px;
    max-width: 96%;
    margin: auto;
    color: #292160;
    font-size: 19px;
    margin-top: 20px;
}

#medline .orbit-bullets button {
    width: 1.1rem;
    height: 4rem;
    border-radius: 15px;
    background-color: #6056A5;
    opacity: 0.2;
}

#medline .orbit-bullets button.is-active {
    opacity: 1;
}

#medline ul {
    width: calc(100% - 30px);
    left: 15px;
    background: rgb(41, 33, 96);
    background: linear-gradient(180deg, rgba(41, 33, 96, 1) 0%, rgba(13, 6, 75, 1) 100%);
    border-radius: 70px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    align-items: center;
}

 #medline .ul-wrapper:before {
    content: "";
    width: 100%;
    height: calc(100% + 30px);
    border-radius: 78px;
    background-color: color(srgb 0.48 0.42 0.86 / 0.32);
    /* box-shadow: 1px 6px 16px color(srgb 0.16 0.13 0.38 / 0.46); */
    z-index: -1;
    position: absolute;
    top: -15px;
    left: 0px;
    box-sizing: content-box;
}

.ul-wrapper {
    border-radius: 70px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    margin-top: 40px;
}

#medline .orbit-wrapper {
    width: 100%;
}

#medline li p {
    color: #ffffff;
}

#medline ul p {
    width: 100%;
    padding: 12px 80px 12px 16px;
    margin: 0px auto;
    opacity: 0.85;
}

#medline ul h3 {
    color: #ffffff;
    margin-top: 24px;
    font-weight: bold;
    font-size: 28px;
    padding: 0px 80px 0px 16px;
}

#medline .icon-holder {
    background: color(srgb 1 1 1 / 0.15);
    border-radius: 100%;
    display: inline-block;
    margin-right: -20px;
}

#medline .icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

#medline .icon img {
    width: 175px;
    height: auto;
}

.orbit-controls {
    display: none;
}

div.orbit {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 24px;
    width: 885px;
    max-width: 90%;
    margin: 50px auto 20px;
}

nav.orbit-bullets {
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 7px;
    padding-top: 40px;
}

#medline .orbit-controls {
    display: none;
}

#medline div.content {
    padding: 35px 35px 50px;
}

#medline > div.grid-x,
#progress > div.grid-x,
#sample > div.grid-x {
    flex-direction: column;
}

#sample {
    background-color: #7a6bdbbf;
}

#sample > div{
    padding: 14vh 45px;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

#sample h2,
#sample h2 span {
    color: #ffffff;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #ffffff;
}

#sample a {
    margin: 34px auto 0px;
    background: #292160;
}

#sample img {
    width: 650px;
    height: auto;
    margin: auto;
    max-width: 80%;
}

.pin-spacer {
    overflow-x: hidden!important;
}

@media  screen and (max-width: 40em) {
    /*ul.menu li {
        width: 100%;
        text-align: left;
    }
    
    ul.menu li a {
        color: #ffffff!important;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 2;
    }
    
    div#responsive-menu {
        width: 100vw;
        height: 100vh;
        background: #000000c2;
        position: fixed;
        left: 0vw;
        top: 0px;
        display: flex;
        align-items: flex-start;
        align-items: flex-start;
        padding-top: 126px;
    }

    .title-bar {
        z-index: 9999;
        position: relative;
    }*/

    .top-bar ul.menu {
        justify-content: flex-end;
    }
    
    nav::after {
        display: none;
    }
    
    .marker::before {
        width: 0.4rem!important;
        height: 6rem!important;
        right: auto!important;
        left: 4px!important;
        top: -89px!important;
    }

    .marker {
        left: 21px!important;
        top: 6rem!important;
        z-index: 99999!important;
    }

    section#section_4 {
        z-index: -1!important;
    }

    .scrollContainer:before {
        content: "";
        width: 0.25rem!important;
        height: 100%!important;
        background: #292160!important;
        position: absolute!important;
        top: 0px;
        z-index: 1;
        left: 18px!important;
    }
    
    .scrollContainer {
        position: relative!important;
        flex-direction: column!important;
    }
    
    .history-wrapper-content .panel:not(.start-content):after {
        transform: rotate(-90deg);
        transform-origin: left;
        left: 47px;
    }
    
    #section_2 .double-images {
        /* width: calc(100% - 50px); */
        padding-left: 50px!important;
        padding-right: 24px!important;
        width: 100%!important;
    }

    #section_2 .caption {
        margin-bottom: 8rem;
    }
    
    section#section_1 {
        padding-top: 10vh!important;
    }
    
    .history-wrapper-content .panel {
        left: 0px!important;
    }
    
    .history-wrapper-content .section {
        height: auto!important;
    }
    
    .history-wrapper-content .start-chapter .caption {
        padding-left: 0px!important;
        flex-direction: column!important;
        width: 100%!important;
        padding: 0px 24px 0px 50px!important;
    }
    
    .history-wrapper-content .start-chapter .caption h2 {
        padding-left: 0px!important;
    }
    
    .history-wrapper-content .chapters {
        flex-direction: column!important;
        padding: 0px!important;
    }
    
    .history-wrapper-content .double-images.type-01 figure:first-child {
        flex-basis: auto!important;
        padding: 10vh 0px !important;
        left: 0px !important;
        height: auto !important;
    }
    
    .c01 p.quote {
        color: #ffffff;
        display: flex;
        height: 100%!important;
        align-content: center;
        align-items: center;
        padding: 0px 11%!important;
        font-weight: 600;
        font-size: 22px!important;
        flex-direction: column!important;
        text-align: center;
        line-height: 1.3;
        justify-content: center!important;
    }
    
    .c01 p.quote span {
        display: block;
        margin-top: 36px!important;
        font-weight: 300!important;
        font-size: 21px!important;
        font-style: italic;
    }
    
    .history-wrapper-content .double-images.type-01 figure:last-child {
        max-width: 47vh!important;
        height: 37vh!important;
        position: absolute!important;
        bottom: -13rem!important;
        right: 2rem!important;
        top: auto!important;
    }
    
    #section_2 .caption.fadeUp {
        margin-top: 0rem !important;
        padding-left: 50px !important;
        padding-right: 24px;
    }
    
    .history-wrapper-content .double-images {
        flex-direction: column!important;
        width: 100%!important;
        padding-left: 50px;
        padding-right: 24px;
    }
    
    .history-wrapper-content .triple-images figure:first-child {
        width: 32vh!important;
        height: 32vh!important;
    }
    
    .history-wrapper-content .triple-images figure:nth-child(2) {
        width: 22vh !important;
        height: 22vh !important;
        position: absolute!important;
        top: -35%!important;
        right: -6%!important;
    }
    
    .history-wrapper-content .triple-images figure:nth-child(3) {
        width: 22vh!important;
        height: 32rem!important;
        position: absolute!important;
        bottom: -35%!important;
        left: -11%!important;
    }
    
    .triple-images + .caption {
        padding-left: 50px !important;
        padding-right: 24px;
        margin-bottom: 6rem;
    }
    
    .history-wrapper-content .caption h2 {
        padding: 0px!important;
    }
    
    .history-wrapper-content .caption p {
        text-align: center!important;
        padding: 0px!important;
    }
    
    #section_4 .double-images {
        width: 100vw!important;
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .history-wrapper-content .double-images.type-02 figure:first-child {
        flex-basis: auto!important;
        }
    
    .history-wrapper-content .chapters.c01 .caption {
        padding-left: 0px!important;
    }
    
    #section_6 .caption.fadeUp {
        margin-top: 2vh !important;
        padding: 0px 24px 0px 50px !important;
        margin-bottom: 16vh;
    }
    
    #section_7 h2.framer-text {
        padding: 0px!important;
    }
    
    #section_7 .caption {
        padding: 0px!important;
    }
    
    .history-wrapper-content .chapters.c02 {
        padding: 0px 24px 0px 50px!important;
    }
    
    #section_7 .caption p {
        padding: 0px!important;
    }
    
    section#section_7 {
        padding: 10vh 0px!important;
    }
    
    #section_7 img.parallax {
        position: relative!important;
        transform: none !important;
    }
    
    #section_7 figure.start-image {
        margin-left: 0px;
        width: 100%!important;
    }
    
    section#section_8 {
        min-width: 0px!important;
        padding: 6rem 24px 3rem 50px!important;
    }
    
    section#section_9 .caption {
        padding-left: 50px!important;
        padding-right: 24px!important;
        margin-bottom: 6rem!important;
    }
    
    .history-wrapper-content .triple-images {
        margin-left: 50px!important;
        margin: 14rem 0 10rem;
    }
    
    .item.start-chapter {
        flex-direction: column!important;
    }
    
    .history-wrapper-content .start-chapter .caption p {
        padding: 0px!important;
        max-width: 100%!important;
    }
    
    #section_4 .caption {
        padding: 0px 45px 130px 64px !important;
        width: 100%!important;
    }
    
    #section_4 h2.framer-text {
        padding: 0px!important;
    }
    
    #section_4 p {
        padding-left: 0px!important;
    }
    
    #section_4 .parallax {
        right: 0px!important;
        bottom: -17rem!important;
        max-width: 80%!important;
        margin-right: 5%;
        height: 50vh!important;
    }
    
    section#section_5 {
        padding-top: 14rem!important;
    }
    
    .history-wrapper-content .chapters.c02 .caption {
        padding-left: 0px!important;
        padding-right: 0px!important;
        width: 100%!important;
    }

    #section_4 .chapters.c02 {
        padding: 0px !important;
    }

    .meet-women figure {
        max-width: 90%;
        margin-left: 5%;
        margin-top: 4rem;
    }

    .meet-women figure video {
        max-width: 100%;
    }

    .c01 p.quote {
        margin-bottom: 7rem;
    }

    .final span.typed-text {
        font-size: 52px!important;
    }

    #quote span {
        font-size: 18px!important;
    }
}

@media print, screen and (max-width: 40em) {
   
    .history-wrapper-content .scrollContainer {
        /*flex-direction: column!important;*/
    }

    h1.framer-text,
    .about-page h1.framer-text {
        font-size: 52px!important;
    }

    .about-page #landing {
        display: flex;
        align-items: center;
    }

    .about-page #landing .mouse {
        margin-top: 15vh;
    }

    .about-page section#landing:after {
        background-position: center top;
    }

    .history-wrapper-content .panel:not(.start-content):before {
        top: 10%!important;
        left: 10px!important;
        z-index: 1!important;
    }

    .history-wrapper-content .panel:not(.start-content):after {
        top: calc(10% + 19px)!important;
        left: 46px!important;
    }

    h2.framer-text {
        width: 100%;
        text-align: center;
    }
    
    #wbenc p, #founders p {
        text-align: center;
    }
    
    span.framer-text {
        text-align: center;
    }

    .flex.highlights span {
        width: 100%;
        text-align: center;
    }

    .flex {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    h1.framer-text + h3 {
        font-size: 1.2rem;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .section-a {
        min-height: calc(100vh - 160px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .Anita {
        width: 58%;
        margin-top: 42px;
        margin-right: 10px;
    }

    .Hindy {
        width: 56%;
        right: 43%;
    }

    .flex.highlights > div {
        max-width: 315px;
    }

    section#landing:after {
        content: "";
        background-image: url(/Images/Syna-BG-M.jpg);
        background-position: bottom;
    }

    #founders p {
        padding-right: 0px!important;
        font-size: 20px;
        margin-bottom: 24px;
    }

    #wbenc .video {
        width: 100% !important;
        width: calc(100% - 40px) !important;
        margin: auto;
        max-width: 100% !important;
        margin-bottom: 125px;
        min-height: 300px !important;
    }

    #contact p, 
    #contact div {
        text-align: center;
    }

    section#phenomenon {
        padding: 50px;
    }

    section#phenomenon:before {
        content: "";
        width: calc(100% - 70px);
        height: calc(100% - 70px);
        border-radius: 80px;
        top: 35px;
        left: 35px;
    }

    section#phenomenon > div {
        padding: 7vh 24px;
    }

    #phenomenon h2 {
        font-size: 40px;
    }
    
    #quote p {
        font-size: 28px;
        width: 100%;
    }

    #quote > div {
        padding: 12vh 45px;
    }


    #contact .flex-container {
        flex-direction: column;
    }

    #contact .contact span {
        background-image: none!important;
        padding-left: 0px;
    }

    #contact span {
        padding-bottom: 0px;
    }

    .featured, .reveals {
        display: none!important;
    }

    #gloves ul {
        margin-left: 0px;
    }

    #gloves ul li {
        padding-left: 54px;
    }
  
    div.orbit {
        flex-direction: column;
    }
    
    nav.orbit-bullets {
        width: 100%;
        flex-direction: row;
        column-gap: 10px;
    }
    
    #medline .orbit-bullets button {
        height: 1.1rem;
        width: 25%;
    }

    
    #medline .icon {
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 58px;
        margin-bottom: -30px;
    }

    #medline ul p {
        padding: 12px 8px 12px 8px;
    }

    #medline ul h3 {
        padding-right: 8px;
        padding-left: 8px;
    }

    #medline .icon img {
        width: 150px;
    }

    section#medline {
        padding: 14vh 30px 8vh;
    }

    #medline p {
        max-width: 84%;
    }

    #sample img {
        max-width: 95%;
        margin-bottom: 28px;
    }

    section#progress {
        padding: 10vh 45px 5vh;
    }

    section#founders {
        padding: 8vh 45px;
    }
}

@media print, screen and (max-width: 64em) {
    div#videoModal {
        display: flex;
        align-items: center;
        width: 100% !important;
    }

    button.close-button {
        margin-top: 0px;
        right: calc(-48vw + 50%);
        left: auto;
        color: #ffffff !important;
        top: 0px;
        background: #000000;
        padding: 15px 19px;
        border-radius: 12px;
        /* line-height: 1; */
        z-index: 999;
    }

    div#videoModal iframe {
        max-width: 100%;
        width: 100%;
        height: 71vw;
    }
    
    .flex.highlights {
        flex-wrap: wrap;
        row-gap: 50px;
        padding: 0px 40px;
        flex-direction: column;
        align-content: center;
    }

    .flex.highlights span {
        text-orientation: unset;
        writing-mode: unset; 
        transform: rotate(0deg);
        line-height: 1;
        color: #4337ac;
    }

    .flex.highlights >div:before {
        z-index: -1;
    }

    section#landing:before,
    section#landing:after {
        left: calc(0rem);    
    }

    section#landing:before {
        background-size: cover;
    }

    .button {
        outline: 7px solid color(srgb 1 1 1 / 0);
    }

    section#landing:after {
        content: "";
        background-image: url(/Images/Syna-BG-M.jpg);
        background-position: bottom;
    }

}

@media print, screen and (min-width: 40em) and (max-width: 64em) {
    .history-wrapper-content .start-chapter .caption p {
        padding-left: 0px!important;
    }
    
    .history-wrapper-content .start-chapter .caption h2 {
        padding-left: 0px!important;
    }

    .history-wrapper-content figure.start-image {
        max-height: 58%;
    }

    .history-wrapper-content figure.start-image img {
        transform: none!important;
    }

    .triple-images + .caption {
        min-width: 70vw!important;
    }

    .history-wrapper-content .double-images.type-02 figure:first-child {
        flex-basis: auto!important;
    }

    .history-wrapper-content .chapters.c02 .caption {
        width: 100vw!important;
    }

    #section_4 .double-images {
        width: 100vw!important;
    }

    #landing {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .about-page #landing:after {
        background-position: center top!important;
    }
    
    .section-a {
        min-height: calc(100vh - 160px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 16%;
    }

    h1.framer-text + h3 {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .section-a  h1.framer-text + h3 {
        max-width: 80vw;
    }

    section#landing:before {
        background-image: none;
    }

    .Anita {
        width: 65%;
    }

    .Hindy {
        width: 63%;
        margin-top: -20%;
        right: 38%;
    }

    #founders p {
        font-size: 18px;
        padding-right: 10%;
    }

    h2.framer-text {
        font-size: 35px;
        margin-bottom: 6px;
    }

    section#contact {
        padding-right: 0px;
        padding-left: 0px;
    }

    #wbenc .flex.highlights span {
        display: none;
    }

    #wbenc p {
        font-size: 18px;
    }

    #wbenc .video {
        height: 90%!important;
        min-height: 200px!important;
    }

    #wbenc .cell + .cell {
        padding-left: 52px;
    }

    #contact .t-right {
        text-align: center;
    }

    section#phenomenon {
        width: 88%;
        margin-bottom: 60px;
    }

    #quote p {
        font-size: 28px;
    }

    #medline .icon {
        align-items: center;
        justify-content: center;
        text-align: center;
        /*margin-top: 58px;
        margin-bottom: -30px;*/
    }

    #medline ul p {
        padding: 12px 30px 12px 30px;
    }

    #medline ul h3 {
        padding-right: 30px;
        padding-left: 30px;
    }

    #medline .icon img {
        width: 150px;
    }

    .featured, .reveals {
        display: none!important;
    }

    .hiddenImage img {
        object-fit: contain;
        height: 266px;
    }

}

@media print, screen and (max-width: 1100px)  {
    div#videoModal {
        display: flex;
        align-items: center;
        width: 100% !important;
    }

    button.close-button {
        margin-top: 0px;
        right: calc(-48vw + 50%);
        left: auto;
        color: #ffffff !important;
        top: 0px;
        background: #000000;
        padding: 15px 19px;
        border-radius: 12px;
        /* line-height: 1; */
        z-index: 999;
    }

    div#videoModal iframe {
        max-width: 100%;
        width: 100%;
        height: 71vw;
    }
    
}

@media print, screen and (min-width: 64rem) and (max-width: 75rem) {
    .flex.highlights span {
        /*width: 0px;*/
        overflow: visible;
        /*left: 20px;*/
        position: relative;
    }

    .flex.highlights {
        column-gap: 55px;
        align-items: normal;
        /*padding: 0px 66px;*/
        */
        flex-direction: column;
        align-content: center;
    }

  
}

@media print, screen and (max-width: 75rem) {
    section#landing:before,
    section#landing:after {
        left: 0rem!important;
    }

    .section-a:before  {
        display:none!important;
    }
}

@media print, screen and (min-width: 125rem) {
    .section-a:before  {
        /* display: none !important; */
        background-image: url(/Images/SYNA-box.png);
        width: 50rem;
        left: -109px;
        height: 570px;
        top: calc(50vh - 388px);
    }

    h1.framer-text {
        font-size: 80px;
    }

    h1.framer-text + h3 {
        max-width: 90%;
        margin: 0px auto 42px auto;
    }

    .section-a {
       /* padding-left: 26vw!important;*/
    }
    .holder {
        width: 600px;
        align-self: end;
    }

    .logo img {
        width: 150px;
    }

    #header {
        max-width: 1200px;
    }

    .section-a {
        min-height: calc(70vh - 160px);
    }
    
    .section-a:before {
        top: calc(35vh - 388px);
    }

    ul.menu {
        margin-right: -24px;
    }
}

@media print, screen and (min-width: 75rem) {
    .section-a {
        padding-left: 20vw;
    }
}


.history-wrapper-content .scrollContainer {
    /*-ms-scroll-chaining: none;
        overscroll-behavior: none;
        scroll-behavior: smooth;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    
  }
  .history-wrapper-content .section {
    height: 100vh;
  }
  .history-wrapper-content .section.start-content {
    flex: 0 0 100vw;
  }
  .history-wrapper-content .caption h2 {
    /*font-size: clamp(7rem, 6vw, 10rem);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -6.66667px;*/
  }
  .history-wrapper-content .caption p {
    max-width: 60rem;
    /*font-size: clamp(2rem, 6vw, 2rem);*/
  }
  .history-wrapper-content .double-images {
    position: relative;
    width: 90rem;
    display: flex;
  }
  
  #section_4 .double-images {
      width: 70rem;
  }
  
  .history-wrapper-content .double-images.type-01 {
    margin: 10rem 0;
  }
  .history-wrapper-content .double-images.type-01 figure:first-child {
    flex-basis: 60rem;
    flex-shrink: 0;
    height: 80vh;
  }
  .history-wrapper-content .double-images.type-01 figure:last-child {
    max-width: 45rem;
    height: 50vh;
    position: absolute;
    bottom: -4rem;
    right: -20rem;
    top: auto;
  
    border: 16px solid #ffffffc2;
      border-radius: 84px;
      box-shadow: 1px 6px 16px color(srgb 0.16 0.13 0.38 / 0.15);
  }
  .history-wrapper-content .double-images.type-02 figure:first-child {
    flex-basis: 90rem;
    flex-shrink: 0;
    height: 100vh;
  }
  .history-wrapper-content .double-images.type-02 figure:last-child {
    max-width: 45rem;
    height: 50vh;
    position: absolute;
    bottom: -4rem;
    right: -26rem;
    top: auto;
  }
  .history-wrapper-content .triple-images {
    position: relative;
    max-width: 110rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10rem 0;
  }
  .history-wrapper-content .triple-images figure {
    width: 50rem;
    height: 50rem;
    box-shadow: 1px 6px 16px color(srgb 0.16 0.13 0.38 / 0.15);
    border-radius: 60px;
  }
  .history-wrapper-content .triple-images figure:first-child {
    width: 50vh;
    height: 50vh;
    padding-bottom: 100%;
  }
  .history-wrapper-content .triple-images figure:first-child img {
    width: 100%;
    height: 100%;
  }
  .history-wrapper-content .triple-images figure:nth-child(2) {
    width: 35vh;
    height: 35vh;
    position: absolute;
    top: -35%;
    right: -20%;
  }
  .history-wrapper-content .triple-images figure:nth-child(2) img {
    width: 100%;
    height: 100%;
  }
  .history-wrapper-content .triple-images figure:nth-child(3) {
    width: 40vh;
    height: 40rem;
    position: absolute;
    bottom: -35%;
    left: -20%;
  }
  .history-wrapper-content .triple-images figure:nth-child(3) img {
    width: 100%;
    height: 100%;
  }
  .history-wrapper-content figure {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .history-wrapper-content figure.start-image {
      width: 32%;
      height: 81%;
      margin-left: 24px;
      border-radius: 60px;
  }
  .history-wrapper-content figure.start-image img {
    width: 140%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
       border-radius: 60px;
  }
  .history-wrapper-content figure img {
    width: 140%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
       border-radius: 60px;
  }
  .history-wrapper-content .start-chapter .caption {
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 5vw;
  }
  .history-wrapper-content .start-chapter .caption h2 {
    font-size: clamp(6rem, 5vw, 10rem);
    text-transform: initial;
    line-height: 1;
    padding-left: 10rem;
  }
  .history-wrapper-content .start-chapter .caption h2 .framer-text {
      line-height: 0.8;
  }
  
  .history-wrapper-content .start-chapter .caption p {
    max-width: 60rem;
    padding-left: 10rem;
    font-size: clamp(2rem, 6vw, 2rem);
    color: #292160;
    font-size: 19px;
    padding-right: 44px;
      
  }
  .history-wrapper-content .chapters {
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 10vw;
  }
  .history-wrapper-content .chapters.c01 .caption {
    padding-left: 20rem;
  }
  .history-wrapper-content .chapters.c02 {
    padding: 0 10vw;
  }
  .history-wrapper-content .chapters.c02 .caption {
      padding-left: 8rem;
      padding-right: 15rem;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: 70vw;
      /* margin-top: 10rem;*/
  }
  
  #section_4 .caption {
      padding-left: 15rem;
      padding-right: 15rem;
  }
  
  section#section_4 {
      z-index: 9;
  }
  
  .history-wrapper-content .item {
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
    align-items: center;
  }
  
  .history-wrapper-content .panel:not(.start-content):before {
      content: "";
      width: 20px;
      height: 20px;
      background: #292160;
      position: absolute;
      top: 19px;
      display: block;
      left: 50%;
      border-radius: 25px;
      z-index: 999;
  }
  
  .history-wrapper-content .panel:not(.start-content):after {
      position: absolute;
      top: 40px;
      left: calc(50% - 10px);
  }
  
  .history-wrapper-content #section_2:after {
      content: "2005";
  }
  
  .history-wrapper-content #section_3:after {
      content: "2020";
  }
  
  .history-wrapper-content #section_4:after {
      color: #ffffff;
  }
  
  .history-wrapper-content #section_4:after,
  .history-wrapper-content #section_5:after,
  .history-wrapper-content #section_6:after {
      content: "2021";
  }
  
  .history-wrapper-content #section_7:after {
      content: "2022";
  }
  
  .history-wrapper-content #section_8:after {
      content: "2024";
  }
  
  .history-wrapper-content #section_9:before {
      display: none;
  }
  
  .history-wrapper-content .panel {
      position: relative;
      /* left: 50%; */
  }
  
  .triple-images + .caption {
      padding-left: 16rem;
      min-width: 60vw;
  }
  
  .final {
      max-width: 1200px;
      margin: 0px auto;
      min-height: 80vh;
      padding:10vh 0px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .final h2.framer-text {
    font-size: 32px;
  }
  
  section#landing:after {
      background-position: center top -10vh;
  }
  
  section#landing::before {
      display: none;
  }
  
  .about-page h1.framer-text {
      font-size: 108px;
  }
  
  .about-page h1.framer-text + h3 {
      font-size: 2.3rem;
      font-weight: 300;
      margin-top: 12px;
  }
  
  #section_4 .parallax {
      bottom: 3rem;
      max-width: 40rem;
      height: 55vh;
      box-shadow: color(srgb 0.16 0.13 0.38 / 0.15) 1px 6px 16px;
      border-radius: 80px;
      border: 18px solid color(srgb 0.48 0.42 0.86 / 0.67);
     }

     .mouse {
        width: 50px;
        height: 90px;
        border: 3px solid #ffffffa6;
        border-radius: 60px;
        position: relative;
        margin: auto;
        margin-bottom: 24px;
      }

      .mouse::before {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ffffff;
        border-radius: 50%;
        opacity: 1;
        animation: wheel 2s infinite;
        -webkit-animation: wheel 2s infinite;
      }
      
      @keyframes wheel {
        to {
          opacity: 0;
          top: 60px;
        }
      }
      @-webkit-keyframes wheel {
        to {
          opacity: 0;
          top: 60px;
        }
      }