@font-face {
    font-display: swap;
    font-family: Monument;
    src: url('https://type.cargo.site/files/CargoMonumentGroteskPlusVariable.woff2') format('woff2');
    font-style: normal;
    margin: 0;
}

@font-face {
    font-family: 'GenBrand';
    font-weight: 900;
    font-style: normal;
    src: url("https://files.cargocollective.com/c1976944/GENBRANDROMCompressed-Black.woff2") format('woff2');
  }

/* Normalization */
/* html{
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
} */

body{
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    margin: 0;
    background-color: #111111;
    direction: ltr;
}

*, *::before, *::after {
    box-sizing: border-box;
    /* font-family: Monument, Helvetica, Arial, sans-serif; */
    font-weight: 400;
}

a{
    text-decoration-line: none;
    text-decoration-color: currentColor;
    color: inherit;
    cursor: pointer;
}

h1,h2,h3,h4{
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h1{
    margin: 0px 0px 0px -4px;
    white-space: normal;
    overflow-wrap: break-word;
}

h2{
    margin: 0px 0px 0px -4px;
    white-space: normal;
    overflow-wrap: break-word;
}

h3{
    white-space: normal;
    overflow-wrap: break-word;
}
 

a{
    text-decoration-line: none;
	text-decoration-color: currentColor;
    color: inherit;
}

p{
    margin-block-start: 0;
    margin-block-end: 0;
}

button{
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/* Content */

picture{
	width: 100%;
    height: 100%;
    display: flex;
}

picture img{
    flex: 1;
 	object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
}

.video-stream{
    width: 100%;
    height: 100%;
    display: flex;	
    overflow: hidden;
}

.video-stream video{
    flex: 1;
 	object-fit: cover;
    object-position: center center;
    width: 102%;
    height: 102%;
}

/* Global */

.col{
    display: flex;
    flex-direction: column;
}

.row{
    display: flex;
}

.headline{
    font-family: GenBrand;
    text-transform: uppercase;
}

.text{
    font-family: Monument;
}

.fs-900{
    font-size: 176px;
    line-height: 73%;
    letter-spacing: -0.0125em;
    margin-top: 6px;
}

.fs-800{
    font-size: 112px;
    line-height: 74%;
    letter-spacing: -0.0125em;
}

/* .fs-700{
    font-size: 88px;
    line-height: 96%;
    letter-spacing: -0.0125em;
}

.fs-600{
    font-size: 60px;
    line-height: 112%;
    letter-spacing: 0.01em;
} */

.fs-500{
    font-size: 40px;
    line-height: 96%;
    letter-spacing: -0.0175em;
}

h3.fs-500{
    margin-left: -3px;
}

.fs-400{
    font-size: 28px;
    line-height: 96%;
    letter-spacing: 0.0125em;
}

.fs-350{
    font-size: 22px;
    line-height: 112%;
    letter-spacing: 0.0112em;
    font-weight: 500;
}

.fs-300-card{
    font-size: 19px;
    line-height: 120%;
    letter-spacing: 0.0112em;
}

.fs-300{
    font-size: 19px;
    line-height: 132%;
    letter-spacing: 0.0125em;
}

.fs-200{
    font-size: 14px;
    line-height: 136%;
    letter-spacing: 0.0125em;
}

.fs-100{
    font-size: 12px;
    line-height: 136%;
    letter-spacing: 0.01em;
}

.fs-100.medium{
    font-size: 12px;
    line-height: 136%;
    letter-spacing: 0em;
}

.medium{
    font-family: Monument;
    font-weight: 500;
}

.op-800{
    opacity: 0.78;
}

.op-600{
    opacity: 0.6;
}

.op-400{
    opacity: 0.4;
}

.op-240{
    opacity: 0.24;
}

.dark{
    color: #111111;
}

.light{
    color: #C8D3CC;
}

.note{
    border-radius: 12px;
    background-color: #38383B;
    border: 1px solid #4B4B4E;
    padding: 16px;
    margin: 0px 0px 48px 0px;
}

.note > p{
    border-left: 1px solid rgba(200, 211, 204, 0.6);
    opacity: 0.6;
    padding-left: 20px;
}

.note > .note-grid{
    border-left: 1px solid rgba(200, 211, 204, 0.36);
    padding-left: 32px;
}

.note-grid-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    column-gap: 16px; 
    row-gap: 16px; 
    margin: 16px 32px 0px 0px;
}

.note-grid-item{
    display: flex;
    flex-direction: column;
}

.note-grid-item > picture{
    border-radius: 6px;
    overflow: hidden;
}

.note-grid-item > .video-stream{
    border-radius: 6px;
    overflow: hidden;
}

.cta-external-icon-light{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid rgba(200, 211, 204, 0.16); 
}

.section-title{
    padding: 48px 0px 24px 0px;
}

/* Layouts */
section{
    margin: 0px 40px 0px 40px;
}

.chapter{
    margin-top: 96px;
}

.layout{
    display: grid;
    grid-template-columns: repeat(12, 1fr); 
    column-gap: 24px; 
    position: relative;
}

.layout-inline{
    display: grid;
    grid-template-columns: repeat(12, 1fr); 
    column-gap: 16px; 
    position: relative;
}

.layout-2-left{
    grid-column: 1 / 7;
}

.layout-2-right{
    grid-column: 7 / 13;
}

.layout-3-left{
    grid-column: 1 / 5;
}

.layout-3-center{
    grid-column: 5 / 9;
}

.layout-3-right{
    grid-column: 9 / 13;
}

.layout-3-2{
    grid-column: 1 / 9;
}

.layout-4-1{
    grid-column: 1 / 4;
}

.layout-4-2{
    grid-column: 4 / 7;
}

.layout-4-3{
    grid-column: 7 / 10;
}

.layout-4-4{
    grid-column: 10 / 13;
}

/* Cards */
.card{
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 520px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.card-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
}

.card-text-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 32px;
}

.card-m{
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 520px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.card-m-media{
    position: relative;
}

.card-m .fs-500{
    margin-bottom: 32px;
}

.card-full-bleed{
    grid-column: 1 / 13;
    height: 56vw;
    max-height: 800px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.card-full-bleed-content{
    grid-column: 8 / 13;
    display: flex;
    height: 56vw;
    max-height: 800px;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 32px 32px 32px;
}

.card-full-bleed-content-description-light{
    padding-left: 20px;
    border-left: 1px solid rgba(200, 211, 204, 0.16);
    margin: 0px 20px 20px 0px;
    line-height: 120%;
}

.card-full-bleed-content-description-dark{
    padding-left: 20px;
    border-left: 1px solid rgba(17, 17, 17, 0.16);
    margin: 0px 20px 20px 0px;
    line-height: 120%;
}

.card-full-bleed-cover{
    grid-column: 1 / 8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56vw;
    max-height: 800px;
    margin-right: -24px;
    position: relative;
}

.card-full-bleed-cover picture{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.card-xs{
    display: flex;
    flex-direction: column;
    min-height: 280px;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px 32px 24px 32px;
}

/* CTAS */
.cta-xxl-light{
    grid-column: span 6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(200, 211, 204, 0.16);
    color: #C8D3CC;
    padding: 16px 20px 16px 20px;
    cursor: pointer;
    margin-bottom: 24px;
}

.cta-xxl-row{
    display: flex;
}

.cta-xxl-content-light{
    display: flex;
    flex-direction: column;
    width: 60%;
}

.cta-xxl-content-light > .fs-100{
    margin-top: 2px;
}

.cta-xxl-preview{
    flex: 0 0 160px;
    width: 160px;
    height: 108px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 16px;
}

.cta-xxl-light > .cta-xl-icon{
    border: 1px solid rgba(200, 211, 204, 0.16);
}

.cta-xl-dark{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    padding: 16px 20px 16px 20px;
    cursor: pointer;
}

.cta-xl-dark p.fs-200{
    line-height: 112%;
    padding-bottom: 4px;
}

.cta-xs-dark{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    padding: 9px 16px 9px 16px;
    cursor: pointer;
}

.cta-xs-light{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9px;
    border: 1px solid rgba(200, 211, 204, 0.16);
    padding: 9px 16px 9px 16px;
    cursor: pointer;
}

.cta-xl-dark > .row{
    width: 80%;
}

.cta-xl-preview{
    height: 54px;
    width: 80px;
    flex: 0 0 80px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 16px;
}

.card .cta-xl-dark{
    margin-top: 32px;
}

.card-xs .cta-xl-dark{
    margin-top: 32px;
}

.card .cta-xl-light{
    margin-top: 32px;
}

.cta-xl-content-dark{
    display: flex;
    flex-direction: column;
    width: 80%;
}

.cta-xl-content-light{
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 80%;
}

.cta-xl-light{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(200, 211, 204, 0.16);
    color: #C8D3CC;
    padding: 16px 20px 16px 20px;
    cursor: pointer;
}

.cta-stacked{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    column-gap: 16px; 
}

.cta-stacked > .cta-xl-light{
    grid-column: span 1;
}

.cta-stacked > .cta-xl-dark{
    grid-column: span 1;
}

.cta-xl-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 20px;
    height: 20px;
    border-radius: 6px;
}

.cta-xl-dark > .cta-xl-icon{
    border: 1px solid rgba(17, 17, 17, 0.16);
}

.cta-xl-light > .cta-xl-icon{
    border: 1px solid rgba(200, 211, 204, 0.16);
}

/* Forms */
#close-newsletter{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 16px;
    background-color: #A9A9B0;
    position: absolute;
    top: 12px;
    right: 6px;
    z-index: 999;
}

#close-newsletter .icon-plus-light{
    transform: rotate(-45deg);
}

#close-newsletter:hover{
    background-color: #FF4D00;
}

#close-newsletter:hover .icon-plus-light{
    transform: rotate(-225deg);
    transition: transform 240ms cubic-bezier(0.05, 0.29, 0.12, 0.88);
}

#newsletter-frame{
    display: block;
    width: 355px;
    height: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background-color: #D4D4D8;
    z-index: 10001;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
}

#newsletter-frame-content{
    width: 100%;
    height: 100%;
    background-color: #D4D4D8;
    overflow-y: scroll;
    border: none;
}

#newsletter{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    background-color: #D4D4D8;
    padding: 32px 12px 12px 12px;
}

#newsletter-preview{
    width: 100%;
    flex: 0 0 240px;
    border-radius: 12px;
    overflow: hidden;
    margin: 24px 0px 24px 0px;
}

input{
    width: 100%;
    background-color: #F5F5FA;
    border: 1px solid #CFCFD8;
    border-radius: 12px;
    padding: 19px 16px 20px 12px;
    font-family: Monument;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    margin-bottom: 10px;
}

input:hover{
    border: 1px solid rgba(17, 17, 17, 0.4);
}

input[type="checkbox"]{
    width: auto;
}

.selector-container{
    display: flex;
    flex-direction: column;
    background-color: #F5F5FA;
    border: 1px solid #CFCFD8;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}

#your-interests-options{
    border-top: 1px solid rgba(17, 17, 17, 0.16);
    padding: 16px 0px 16px 0px; 
    margin: 0px 16px 0px 16px; 
}

.selector-container-label{
    display: flex;
    justify-content: space-between;
    padding: 19px 16px 20px 12px;
    font-family: Monument;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.selector-container-label:hover .icon-plus-dark{
    transform: rotate(180deg);
    transition: transform 240ms cubic-bezier(0.05, 0.29, 0.12, 0.88);
}


::placeholder{
    color: rgba(17, 17, 17, 0.6);
}

.send-cta{
    width: 100%;
    background-color: #111111;
    border-radius: 12px;
    padding: 19px 16px 20px 16px;
    color: #D4D4D8;
    margin-bottom: 10px;
}

.send-cta:hover{
    background-color: #262627;
}

.send-cta:active{
    background-color: #000;
}

#interest_free_tools{
    margin-right: 4px;
    width: 24px;
    height: 24px;
}

.selector-list-row{
    display: flex;
    align-items: center;
    position: relative;
}

.checkbox{
    display: flex;
    width: 100%;
    height: 24px;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 19px 0px 20px 0px;
    user-select: none;
    -webkit-user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0px;
}

.checkbox .checkmark {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    border: 1px solid rgba(17, 17, 17, 0.24);
    border-radius: 6px;
    margin-right: 8px;
}

.checkbox:hover input ~ .checkmark {
    background-color: #E4E4E9;
}

.checkbox input:checked ~ .checkmark {
    background-color: #52FF00;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.checkbox .checkmark:after {
    content: "";
    display: none;
    width: 20px; 
    height: 20px; 
    background: url("https://files.cargocollective.com/c1976944/checkmark-dark.svg") no-repeat center center;
    background-size: contain;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}



/* Icons */
.external-link-icon-light{
    height: 10px;
    width: 10px;
    flex: 0 0 10px;
    background: url("https://files.cargocollective.com/c1976944/external-link-icon-light.svg") no-repeat;
    background-size: contain;
    background-position: center center;    
}

.external-link-icon-dark{
    height: 10px;
    width: 10px;
    flex: 0 0 10px;
    background: url("https://files.cargocollective.com/c1976944/external-link-icon-dark.svg") no-repeat;
    background-size: contain;
    background-position: center center;    
}

.inline-pointer-icon-dark{
    display: inline-flex;
    transform: rotate(45deg);
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    background: url("https://files.cargocollective.com/c1976944/external-link-icon-dark.svg") no-repeat;
    background-size: contain;
    background-position: center center;   
    margin-bottom: -1px;
    margin-right: 2px;
}

.and-or-icon{
    height: 100%;
    width: 100%;
    background: url("https://files.cargocollective.com/c1976944/and-or.svg") no-repeat center center;
    background-size: contain;
}

.and-or-icon-alt{
    height: 100%;
    width: 100%;
    background: url("https://files.cargocollective.com/c1976944/and-or-alt.svg") no-repeat center center;
    background-size: contain;
}

.icon-plus-dark{
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    background: url("https://files.cargocollective.com/c1976944/icon-plus-dark.svg") no-repeat center center;
    background-size: contain;
}

.icon-plus-light{
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    background: url("https://files.cargocollective.com/c1976944/icon-plus-light.svg") no-repeat center center;
    background-size: contain;
}

.icon-minus-dark{
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    background: url("https://files.cargocollective.com/c1976944/icon-minus-dark.svg") no-repeat center center;
    background-size: contain;
}

/* Sections */

/* Menu */
#genbrand-menu-container-light{
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 6px 6px 6px 24px;
    border-radius: 12px;
    background-color: #D4D4D8;
    border: 1px solid  rgba(255, 255, 255, 0.24);
    z-index: 1000;
}

#genbrand-menu-container-light > *:not(:last-child){
    margin-right: 16px;
}

#genbrand-menu-container-dark{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 6px 6px 6px 24px;
    border-radius: 12px;
    color: #BFBFC7;
    background-color: #38383B;
    border: 1px solid #4B4B4E;
    z-index: 1000;
}

#genbrand-menu-container-dark a{
    color: inherit;
}

#genbrand-menu-container-dark > *:not(:last-child){
    margin-right: 16px;
}

#genbrand-logo{
    position: absolute;
    left: 40px;
    bottom: 32px;
    font-size: 32px;
    line-height: 76%;
    letter-spacing: -0.0125em;
    color: #C8D3CC;
    mix-blend-mode: difference;
    -webkit-mix-blend-mode: difference;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    z-index: 1001;
}

#genbrand-logo-pages{
    position: absolute;
    left: 40px;
    top: 20px;
    font-size: 32px;
    line-height: 76%;
    letter-spacing: -0.0125em;
    color: #C8D3CC;
    mix-blend-mode: difference;
    -webkit-mix-blend-mode: difference;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    z-index: 1001;
}

#header-section:before {
    content: '';
    height: 20vh;
    min-height: 200px;
    max-height: 320px;
    display: inline-block;
}

/* Intro */
#scaling-is-not-easy {
    min-height: 720px;
    height: 80vw;
    position: relative;
    background: url("https://files.cargocollective.com/c1976944/gradient.png") top left;
    background-repeat: repeat-x; 
    background-size: auto 320%;
    animation: backgroundZoom 3200ms cubic-bezier(0,.47,0,.98) forwards;
}

#scaling-is-not-easy .fs-200{
    line-height: 98%;
    letter-spacing: 0.005em;
}

#scaling-is-not-easy-desktop-info{
    display: flex;
    justify-content: flex-end;
    height: 32px;
}

#scaling-is-not-easy-desktop-info > *{
    margin-left: 16px;
}

#scaling-is-not-easy-cover{
    width: 68vw;
    min-width: 720px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
    -webkit-user-select: none;
}


/* Services */
#and-or{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;  
    height: 100px; 
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    margin-top: -24px;
    pointer-events: none;
}

#services-headline, #curve-changing{
    padding: 40px 0px 24px 0px;
}

.badge-xs{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px 4px 8px;
    margin-right: auto;
    border-radius: 6px;
    border: 1px solid rgba(17, 17, 17, 0.16);
}

#pcc-row{
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-bottom: 8px;
}

#pcc-selected-client-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    user-select: none;
    
}

#pcc-selected-clients{
    position: absolute;
    top: 16px;
    left: 20px;
    z-index: 10;
}

#logo-container{
    width: 52%;
}

#pcc-video-stream{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68%;
    height: auto;
    max-height: 720px;
    position: absolute;
    border-radius: 9px;
    overflow: hidden;
    z-index: 10;
    background-color: #000;
    border: 1px solid rgba(200, 211, 204, 0.16);
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.48);
}

#pcc-video-stream .video-stream video{
    width: 100%;
}

/* Why */
.layout-3-2-media{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    height: 48vw;
    position: relative;
}

.layout-3-2-media > *:not(:last-child){
    z-index: 10;
}

.layout-3-2-media > *:last-child{
    position: absolute;
    z-index: 1;
}

.text-col{
    display: flex;
    flex-direction: column;
}

.text-col .fs-400{
    margin-bottom: 16px;
}

.text-col  p.fs-300.op-600{
    margin: 0px 0px 48px 0px;
}

.text-col  p.fs-350{
    margin: 0px 0px 48px 0px;
}

p.sub-section{
    border-top: 1px solid rgba(200, 211, 204, 0.2);
    padding-top: 8px;
}

/* Stats */

#stats-container{
    grid-column: span 12;
    display: flex;
    position: relative;
    height: 320px;
    background-color: #38383B;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 48px;
}

#stats-sales-marketing{
    display: flex;
    width: 100%;
    height: 47%;
    background-color: #FD6803;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: height 350ms cubic-bezier(0,.08,.19,.98);
}

#stats-marketing{
    display: flex;
    width: 100%;
    height: 23%;
    background-color: #DABDEE;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    transition: height 350ms cubic-bezier(0,.08,.19,.98);
}

#stats-assets{
    display: flex;
    width: 100%;
    height: 6%;
    background-color: #CF0EEE;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 12;
    transition: height 350ms cubic-bezier(0,.08,.19,.98);
}

.stats-col{
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 48px;
}

.stats-col > *:not(:last-child){
    margin-bottom: 24px;
}

.stats-col .fs-400{
    letter-spacing: -0.0175em;
}

.stats-col .sub-section{
    border-top: 1px solid rgba(17, 17, 17, 0.32);
}

.stats-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

#stats-data-minus, #stats-data-plus{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    border: 1px solid rgba(17, 17, 17, 0.32);
    margin: -4px 6px 0px 0px;
}

/* Span of control */
.span-of-control-layout{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(2, 1fr); 
    column-gap: 16px; 
    row-gap: 16px; 
    margin-bottom: 48px;
}

.span-of-control{
    grid-column: span 1;
    grid-row: span 1;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #38383B;
}


/* Curves Changing */

#curve-changing{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F5F3;
    min-height: 720px;
    margin-top: 40px;
}

#curve-changing-read-more{
    display: flex;
    flex-direction: column;
}

#curve-changing-read-more > *{
    margin-bottom: 16px;
}

.text-col-card-space{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 48vw;
}

/* Submit your work */
#artist-submission{
    margin-top: 240px;
}

.submissions-credit-image{
    display: flex;
    flex: 0 0 48px;
    height: 48px;
    border-radius: 9px;
    overflow: hidden;
    margin-right: 8px;
}

.submissions-submit{
    width: 50%;
}

.artist-submission-row{
    display: flex;
    justify-content: space-between;
}

.submissions-label{
    grid-column: span 6;
    display: flex;
}

/* Footer */
#footer-logo{
    font-size: calc((100vw - 80px) / 3.24);
    line-height: 78%;
    letter-spacing: -0.0125em;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    margin-top: 16px;
}

#footer-container{
    margin-bottom: 32px;
    margin-top: 16px;
}

#footer-layout-4-1{
    grid-column: 1 / 5;
}

#footer-layout-4-3{
    grid-column: 7 / 10;
}

#footer-layout-4-1 > .col > *{
    margin-bottom: 12px;
}

#footer-layout-4-3 > .col > *{
    margin-bottom: 12px;
}

#footer-layout-4-4{
    grid-column: 10 / 13;
}

#footer-layout-4-4 > .col > *{
    margin-bottom: 12px;
}

/* Models */
.automation{
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 12px;
    margin: 8px 0px 20px 0px;
}

.automation-row{
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    padding: 16px 20px;
}

.automation-label{
    width: 128px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Animations */
#logo-container img{
    height: auto;
    width: 100%
}

#logo-container .logo {
    opacity: 0.001;
    transform: translateY(48px);
}

#logo-container .show {
    opacity: 0.998;
    transform: translateY(0px);
    transition-property: opacity, transform;
    transition-duration: 200ms, 650ms;
    transition-delay: 100ms, 0ms;
    transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1), cubic-bezier(0.05, 0.29, 0.12, 0.88);
}

#ghost{
    visibility: hidden;
}

@keyframes backgroundZoom {
    from {
        background-size: auto 320%;
    }
    to {
        background-size: auto 100%;
    }
}




@media only screen and (max-width: 767px) {

body{
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}
    

section{
    margin: 0px 10px 0px 10px;
}

.chapter{
    margin-top: 96px;
}

.layout, .layout-inline{
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    column-gap: 8px;
    position: relative;
}

.layout-2-left{
    grid-column: span 1;
}

.layout-2-right{
    grid-column: span 1;
}

.layout-3-left{
    grid-column: span 1;
}

.layout-3-center{
    grid-column: span 1;
}

.layout-3-right{
    grid-column: span 1;
}

.layout-3-2{
    grid-column: span 1;
}

.layout-4-3{
    grid-column: span 2;
}

.layout-4-4{
    grid-column: span 2;
}

.fs-900{
    font-size: 112px;
    line-height: 73%;
    letter-spacing: -0.0125em;
    margin-top: 6px;
}

.fs-800{
    font-size: 88px;
    line-height: 74%;
    letter-spacing: -0.0125em;
}

.fs-700{
    font-size: 72px;
    line-height: 96%;
    letter-spacing: -0.0125em;
}

#newsletter-frame{
    width: calc(100vw - 20px);
}

#scaling-is-not-easy-cover{
    width: 100%;
    min-width: initial;
}

#scaling-is-not-easy-desktop-info{
    display: none;
}

#curve-changing .fs-900{
    margin-bottom: 80px;
}

#and-or{
    width: 240px;  
    height: 75px; 
    pointer-events: none;
}

.card-content, .card-text-content, .card-full-bleed-content{
    padding: 32px 20px 20px 20px;
}

.card-full-bleed{
    display: flex;
    flex-direction: column;
    grid-column: span 1;
    height: 100%;
    max-height: initial;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.card > *:first-child{
    min-height: 400px;
}

.card-full-bleed-cover{
    width: calc(100vw - 20px);
    min-height: 400px;
}

#logo-container{
    width: 68%;
}

#pcc-video-stream{
    width: 80%;
}

.card-full-bleed-cover picture{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.card-full-bleed-content{
    min-height: 320px;
    height: auto;
    border-radius: 0px 0px 12px 12px;
}

.card-full-bleed-content .headline{
    margin-bottom: 32px;
}

.text-col{
    margin-left: 20px;
    margin-right: 20px;
}

.layout-3-2-media{
    min-height: 520px;
    text-align: center;
    margin-bottom: 40px;
}

.span-of-control-layout{
    margin: 0px 20px 40px 20px;
}

.text-col-card-space{
    height: auto;
}

#footer-logo{
    font-size: calc((100vw - 48px) / 3.24);
}

#footer-container{
    display: flex;
    flex-direction: column;
    margin: 8px 24px 24px 24px;
}

#footer-layout-4-3{
    margin-top: 80px;
}

#genbrand-logo{
    left: 10px;
    bottom: 72px;
    font-size: 24px;
}

#genbrand-logo-pages{
    top: 72px;
    left: 10px;
    font-size: 24px;
}

#genbrand-menu-container-dark{
    width: calc(100vw - 20px);
    top: 10px;
    left: 10px;
    transform: translateX(0%);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 6px 6px 12px;
    border-radius: 12px;
}

#genbrand-menu-container-light{
    width: calc(100vw - 20px);
    bottom: 10px;
    left: 10px;
    transform: translateX(0%);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 6px 6px 12px;
    border-radius: 12px;
}

#ghost{
    display: none;
}

#contact-us-content{
    margin-top: 80px;
}

}