/*
Project: Carob Theme
Author: MALVI
Designer: Strictly Studio
Version: 1.0
*/

/* ~~~~~~~~~~~~~ */
/* ~~~ FONTS ~~~ */
/* ~~~~~~~~~~~~~ */
@font-face {
    font-family: 'Studio6 Regular';
    src: url('assets/fonts/Studio6-Regular.eot');
    src: url('assets/fonts/Studio6-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Studio6-Regular.woff2') format('woff2'), url('assets/fonts/Studio6-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Studio6 Demibold';
    src: url('assets/fonts/Studio6-Demibold.eot');
    src: url('assets/fonts/Studio6-Demibold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Studio6-Demibold.woff2') format('woff2'), url('assets/fonts/Studio6-Demibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ~~~~~~~~~~~~ */
/* ~~~ VARS ~~~ */
/* ~~~~~~~~~~~~ */
:root {
   

    --cAlert:       hsl(4deg 90% 58%);    
    --cWarning:     hsl(27deg 100% 50%);
    --cSuccess:     hsl(122deg 39% 49%);
    --cDisabled:    hsl(0deg 0% 40%);
    --cTransparent: hsl(0deg 0% 0% / 0%);

    --cWhite:       hsl(0deg 0% 100%);   
    --cWhite_o:     hsl(0deg 0% 100% / 50%);   
    --cBlack:       hsl(0deg 0% 0%);
    --cBlack_o:     hsl(0deg 0% 0% / 80%);
    --cGrayL:       hsl(0deg 0% 82%);
    --cGrayD:       hsl(0deg 0% 40%);
    --cVioletL:     hsl(258deg 100% 98%);
    --cVioletM:     hsl(257, 61%, 92%);
    --cVioletD:     hsl(258, 59%, 84%);
    --cLime:        hsl(66, 78%, 79%);
    --cPeach:       hsl(24, 81%, 79%);
    --cRed:         hsl(15, 100%, 61%);

    --width: 9ch;
    --steps: 9;
    
    --duration-short:   0.1s;
    --duration-default: 0.2s;   
    --duration-long:    0.5s;
    --vh-ratio: 1;

    --font-300:      calc(10.0rem + (300 - 100) * ((100vw - 375px) / (1920 - 375)));
    --line-300:      calc(10.0rem + (180 - 100) * ((100vw - 375px) / (1920 - 375)));

    --font-110:      calc(8.4rem + (110 - 84) * ((100vw - 375px) / (1920 - 375)));
    --line-110:      calc(9.6rem + (110 - 96) * ((100vw - 375px) / (1920 - 375)));

    --font-84:      calc(6.0rem + (84 - 60) * ((100vw - 375px) / (1920 - 375)));
    --line-84:      calc(6.6rem + (96 - 66) * ((100vw - 375px) / (1920 - 375)));

    --font-60:      calc(3.6rem + (60 - 36) * ((100vw - 375px) / (1920 - 375))); 
    --line-60:      calc(4.6rem + (66 - 46) * ((100vw - 375px) / (1920 - 375)));

    --font-50:      calc(3.6rem + (50 - 36) * ((100vw - 375px) / (1920 - 375)));
    --line-50:      calc(4.0rem + (60 - 40) * ((100vw - 375px) / (1920 - 375)));

    --font-40:      calc(3.0rem + (40 - 30) * ((100vw - 375px) / (1920 - 375)));
    --line-40:      calc(3.6rem + (48 - 36) * ((100vw - 375px) / (1920 - 375)));

    --font-30:      calc(2.4rem + (30 - 24) * ((100vw - 375px) / (1920 - 375))); 
    --line-30:      calc(3.0rem + (38 - 30) * ((100vw - 375px) / (1920 - 375)));

    --font-22:      calc(1.8rem + (22 - 18) * ((100vw - 375px) / (1920 - 375)));
    --line-22:      calc(2.2rem + (26 - 22) * ((100vw - 375px) / (1920 - 375)));

    --font-18:      calc(1.6rem + (18 - 16) * ((100vw - 375px) / (1920 - 375)));
    --line-18:      calc(1.7rem + (19 - 17) * ((100vw - 375px) / (1920 - 375)));

    --font-16:      calc(1.4rem + (16 - 14) * ((100vw - 375px) / (1920 - 375)));
    --line-16:      calc(1.5rem + (18 - 15) * ((100vw - 375px) / (1920 - 375)));
    
    --font-12:      1.2rem;
    --line-12:      1.4rem;
    
    --transition-transform-opacity: transform var(--duration-default) ease, opacity var(--duration-default) ease;
    --details-animation-duration: 200;

}

:root[data-theme="dark"] {
    body { background-color: var(--cBlack); transition: background-color var(--duration-long) ease; }
    header .logo svg path { fill: var(--cWhite); transition: fill var(--duration-long) ease; }
    #hero { background-color: var(--cBlack); transition: background-color var(--duration-long) ease; }
    #hero a { color: var(--cWhite); transition: color var(--duration-long) ease; }
    #what-carob-is { background-color: var(--cBlack); color: var(--cWhite); transition: background-color var(--duration-long) ease, color var(--duration-long) ease; }
    #what-we-do { background-color: var(--cBlack); color: var(--cWhite); transition: background-color var(--duration-long) ease, color var(--duration-long) ease; }
    #what-we-do .border-top { border-color: var(--cWhite); transition: border-color var(--duration-long) ease; }
    #how-it-works { background-color: var(--cBlack); color: var(--cWhite); transition: background-color var(--duration-long) ease, color var(--duration-long) ease; }
    #our-approach { color: var(--cWhite); transition: color var(--duration-long) ease; }
    #our-approach.bg-gradient-violet { background: linear-gradient(0deg, rgba(204, 189, 238, 0.6) 10%, rgba(0, 0, 0, 1) 30%); transition: background var(--duration-long) ease; }
    #benefits { background-color: var(--cBlack); color: var(--cWhite); transition: background-color var(--duration-long) ease, color var(--duration-long) ease; }
    #benefits-numbers .flex-container { background-color: var(--cBlack); transition: background-color var(--duration-long) ease; }
    #benefits-numbers .flex-container { color: var(--cWhite); transition: color var(--duration-long) ease; }
    #benefits-numbers .flex-container button { color: var(--cBlack); transition: color var(--duration-long) ease; }
    #founder-message { background-color: var(--cWhite); color: var(--cBlack); transition: background-color var(--duration-long) ease, color var(--duration-long) ease; }
    #founder-message .color-white { color: var(--cBlack); transition: color var(--duration-long) ease; }
    #contact { background-color: var(--cBlack); color: var(--cWhite); transition: background-color var(--duration-long) ease, color var(--duration-long) ease; }
    footer { background-color: var(--cWhite); color: var(--cBlack); transition: background-color var(--duration-long) ease, color var(--duration-long) ease; }
    footer .color-white { color: var(--cBlack); transition: color var(--duration-long) ease; }
    footer .logo svg path { fill: var(--cBlack); transition: fill var(--duration-long) ease; }
    footer .social svg path { fill: var(--cBlack); transition: fill var(--duration-long) ease; }
}


/* ~~~~~~~~~~~~~~~~~ */
/* ~~~ RESET CSS ~~~ */
/* ~~~~~~~~~~~~~~~~~ */
*:where(:not(html, iframe, canvas, img, svg, video, pre):not(svg *, symbol *)) { all: unset; display: revert; }
*, *::before, *::after { box-sizing: border-box; }
a, button { cursor: revert; }
ol, ul, menu { list-style: none; }
img { max-inline-size: 100%; }
table { border-collapse: collapse; }
input, textarea { -webkit-user-select: auto; }
textarea { white-space: revert; }
meter { -webkit-appearance: revert; appearance: revert; }
::placeholder { color: unset; }
:where([hidden]) { display: none; }
:where([contenteditable]:not([contenteditable="false"])) { -moz-user-modify: read-write; -webkit-user-modify: read-write; overflow-wrap: break-word; -webkit-line-break: after-white-space; -webkit-user-select: auto; }
:where([draggable="true"]) { -webkit-user-drag: element; }


/* ~~~~~~~~~~~~~~~~~~ */
/* ~~~ BASE RULES ~~~ */
/* ~~~~~~~~~~~~~~~~~~ */
html { height: 100%; }
body { height: auto; background-color: var(--cWhite); color: var(--cBlack); isolation: isolate; }
html, body { 
    margin: 0; padding: 0; scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
button,select { text-transform: none }
button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; -webkit-appearance: none; appearance: none }
summary { display: list-item; cursor: pointer; list-style: none }
summary::-webkit-details-marker { display: none; }
template,[hidden] { display: none }
section { padding-left: 2.5vw; padding-right: 2.5vw; position: relative; z-index: 0; }
#our-approach { padding-left: 0; padding-right: 0; }

@media (max-width: 49em) {
    body { overflow-x: hidden; }
    section:not(#our-approach) { padding-left: 1.6rem !important; padding-right: 1.6rem !important; }
    header { padding-left: 1.6rem !important; padding-right: 1.6rem !important; }
    #marquee { padding-left: 0 !important; padding-right: 0 !important; }
}

/* ~~~~~~~~~~~~~~~~~~ */
/* ~~~ TYPOGRAPHY ~~~ */
/* ~~~~~~~~~~~~~~~~~~ */
html { font-size: 62.5%; }
body { font-size: 1.6em; font-weight: 400; font-style: normal; font-family: 'Studio6 Regular', Helvetica, Arial, sans-serif; }
strong { font-family: 'Studio6 Demibold Bold', Helvetica, Arial, sans-serif; }
small  { font-size: 80% }
hr { display: block; border: none; margin: 1rem 0; box-sizing: content-box; height: .1rem; overflow: visible }
sub { bottom: -.25em }
sup { top: -.5em }
em { font-style: italic; }

.regular { font-family: 'Studio6 Regular', Helvetica, Arial, sans-serif; }
.demibold   { font-family: 'Studio6 Demibold', Helvetica, Arial, sans-serif; }

.uppercase     { text-transform: uppercase; }
.lowercase     { text-transform: lowercase; }
.capitalize    { text-transform: capitalize; }
.breakword     { word-break: break-word; }
.text-left     { text-align: left; }
.text-right    { text-align: right }
.text-center   { text-align: center; }
.underline     { text-decoration: underline; }
.linethrough   { text-decoration: line-through; }
.no-decoration { text-decoration: none; }
.text-ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.text-shadow-white { text-shadow: 0.1rem 0.1rem 0 var(--cWhite), -0.1rem 0.1rem 0 var(--cWhite), 0.1rem -0.1rem 0 var(--cWhite), -0.1rem -0.1rem 0 var(--cWhite); }

.txt-300 { font-size: var(--font-300); line-height: var(--line-300); }
.txt-110 { font-size: var(--font-110); line-height: var(--line-110); }
.txt-84 { font-size: var(--font-84); line-height: var(--line-84); }
.txt-60 { font-size: var(--font-60); line-height: var(--line-60); }
.txt-50 { font-size: var(--font-50); line-height: var(--line-50); }
.txt-30 { font-size: var(--font-30); line-height: var(--line-30); }
.txt-40 { font-size: var(--font-40); line-height: var(--line-40); }
.txt-22 { font-size: var(--font-22); line-height: var(--line-22); }
.txt-18 { font-size: var(--font-18); line-height: var(--line-18); }
.txt-14 { font-size: var(--font-14); line-height: var(--line-14); }
.txt-16 { font-size: var(--font-16); line-height: var(--line-16); }
.txt-12 { font-size: var(--font-12); line-height: var(--line-12); }

.line-height-initial { line-height: initial; }
.line-height-08 { line-height: 0.8; }

@media (max-width: 64em) {
    .mds-text-center { text-align: center; } 
}

@media (max-width: 49em) {
    .sm-txt-50 { font-size: var(--font-50); line-height: var(--line-50); }
    .sm-txt-42 { font-size: 4.2rem; line-height: 5.2rem; }
    .sm-txt-40 { font-size: var(--font-40); line-height: var(--line-40); }
    .sm-txt-36 { font-size: 4rem; line-height: 4.8rem; }
    .sm-txt-32 { font-size: var(--font-30); line-height: var(--line-30); }
    .sm-txt-30 { font-size: var(--font-22); line-height: 2.6rem; }
    .sm-txt-24 { font-size: var(--font-24); line-height: var(--line-24); }
    .sm-txt-20 { font-size: 2rem; line-height: 2.6rem; }
    .sm-txt-18 { font-size: var(--font-18); line-height: 2rem; }
    .sm-txt-16 { font-size: var(--font-16); line-height: var(--line-16); }
    .sm-txt-12 { font-size: var(--font-12); line-height: var(--line-12); }
    .sm-text-center { text-align: center; } 
    .sm-text-right { text-align: right; } 
}


/* ~~~~~~~~~~~~~~~ */
/* ~~~ CURSORS ~~~ */
/* ~~~~~~~~~~~~~~~ */
/* .cursor-not-allowed { cursor: not-allowed; }
.cursor-grab        { cursor: grab; } */
.cursor-grabbing    { cursor: grabbing; }      
.cursor-pointer     { cursor: pointer; }
.cursor-zoom-in     { cursor: zoom-in; }

.pointer-events-none { pointer-events: none; }


/* ~~~~~~~~~~~~~~~ */
/* ~~~ PALETTE ~~~ */
/* ~~~~~~~~~~~~~~~ */
.color-white       { color:var(--cWhite); }
.color-black       { color:var(--cBlack); }
.color-gray-l      { color:var(--cGrayL); }
.color-violet-l    { color:var(--cVioletL); }
.color-violet-m    { color:var(--cVioletM); }
.color-violet-d    { color:var(--cVioletD); }
.color-peach        { color:var(--cPeach); }
.color-red         { color:var(--cRed); }

.bg-gradient-violet { background: linear-gradient(0deg, rgba(247, 243, 255, 1) 10%, rgba(255, 255, 255, 1) 30%); }

.bg-transparent { background-color:var(--cTransparent); }
.bg-white       { background-color:var(--cWhite); }
.bg-black       { background-color:var(--cBlack); }
.bg-gray-l      { background-color:var(--cGrayL); }
.bg-violet-l    { background-color:var(--cVioletL); }
.bg-violet-m    { background-color:var(--cVioletM); }
.bg-violet-d    { background-color:var(--cVioletD); }
.bg-lime        { background-color:var(--cLime); }
.bg-peach       { background-color:var(--cPeach); }

.mix-difference { mix-blend-mode: difference; }
.mix-normal     { mix-blend-mode: normal; }

@media(max-width: 80em) {
    .md-bg-transparent { background-color:var(--cTransparent); }
}

@media(max-width: 49em) {
    .sm-color-white { color:var(--cWhite); }
    .sm-color-black { color:var(--cBlack); }
}


/* ===================== */
/* === ACCESSIBILITY === */
/* ===================== */
.visually-hidden,
.visually-hidden:not(:focus):not(:active) {
  position: absolute !important; overflow: hidden; height: 1px; width: 1px; margin: -1px;
  padding: 0; border: 0; clip: rect(0 0 0 0); white-space: nowrap; word-wrap: normal !important;  
}
.skip-link:focus { z-index: 9999; position: inherit; overflow: auto; width: auto; height: auto; clip: auto; }
*:focus-visible { outline: 0.4rem solid orangered; outline-offset: 0.5rem; }


/* ============================ */
/* === VISIBILITY & OPACITY === */
/* ============================ */
.opacity-0  { opacity: 0 }
.opacity-1  { opacity: 1 }
.opacity-03 { opacity: 0.3 }
.opacity-05 { opacity: 0.5 }


/* ~~~~~~~~~~~~~~ */
/* ~~~ LAYOUT ~~~ */
/* ~~~~~~~~~~~~~~ */
.flex-container { 
    width: 100%; 
    display: flex; 
    flex-wrap: wrap; 
    /* max-width: 192rem;  */
    margin: 0 auto; 
} /* max-width: 204.8rem; max-width: 256rem; */
.flex-container-fluid { width: 100%; display: flex; flex-wrap: wrap; margin: 0 auto; } /* max-width: 204.8rem; max-width: 256rem; */

.lg-0  { display: none; }
.lg-1  { width: 8.33%;  } 
.lg-2  { width: 16.66%; }
.lg-3  { width: 25%; }
.lg-4  { width: 33.33%; }
.lg-5  { width: 41.66%; }
.lg-6  { width: 50%; }
.lg-7  { width: 58.33%; }
.lg-8  { width: 66.66%; }
.lg-9  { width: 75%; }
.lg-10 { width: 83.33%; }
.lg-11 { width: 91.66%; }
.lg-12 { width: 100%; }

@media (max-width: 80em) {
    .md-0  { display: none; }
    .md-1  { width: 8.33%;  } 
    .md-2  { width: 16.66%; }
    .md-3  { width: 25%; }
    .md-4  { width: 33.33%; }
    .md-5  { width: 41.66%; }
    .md-6  { width: 50%; }
    .md-7  { width: 58.33%; }
    .md-8  { width: 66.66%; }
    .md-9  { width: 75%; }
    .md-10 { width: 83.33%; }
    .md-11 { width: 91.66%; }
    .md-12 { width: 100%; }
}

@media(max-width: 64em) {
    .mds-0  { display: none; }
    .mds-1  { width: 8.33%;  } 
    .mds-2  { width: 16.66%; }
    .mds-3  { width: 25%; }
    .mds-4  { width: 33.33%; }
    .mds-5  { width: 41.66%; }
    .mds-6  { width: 50%; }
    .mds-7  { width: 58.33%; }
    .mds-8  { width: 66.66%; }
    .mds-9  { width: 75%; }
    .mds-10 { width: 83.33%; }
    .mds-11 { width: 91.66%; }
    .mds-12 { width: 100%; }
}

@media (max-width: 49em) {
    .flex-container, .flex-container-fluid { padding-left: 0; padding-right: 0; }
    .sm-0  { display: none; }
    .sm-1  { width: 8.33%;  } 
    .sm-2  { width: 16.66%; }
    .sm-3  { width: 25%;    }
    .sm-4  { width: 33.33%; }
    .sm-5  { width: 41.66%; }
    .sm-6  { width: 50%;    }
    .sm-7  { width: 58.33%; }
    .sm-8  { width: 66.66%; }
    .sm-9  { width: 75%;    }
    .sm-10 { width: 83.33%; }
    .sm-11 { width: 91.66%; }
    .sm-12 { width: 100%;   }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ JUSTIFY CONTENT ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.justify-content-start   { justify-content: flex-start }
.justify-content-end     { justify-content: flex-end }
.justify-content-center  { justify-content: center }
.justify-content-evenly  { justify-content: space-evenly }
.justify-content-around  { justify-content: space-around }
.justify-content-between { justify-content: space-between }
.justify-content-initial { justify-content: initial }


/* ~~~~~~~~~~~~~~~~~ */
/* ~~~ ALIGNMENT ~~~ */
/* ~~~~~~~~~~~~~~~~~ */
.align-items-start    { align-items: flex-start }
.align-items-end      { align-items: flex-end }
.align-items-center   { align-items: center }
.align-items-stretch  { align-items: stretch }
.align-items-baseline { align-items: baseline }
.align-items-initial  { align-items: initial }

.align-self-start { align-self: flex-start; }
.align-self-end { align-self: flex-end; }


/* ~~~~~~~~~~~~ */
/* ~~~ FLEX ~~~ */
/* ~~~~~~~~~~~~ */
.flex-row    { flex-direction: row }
.flex-column { flex-direction: column }
.flex-wrap   { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }

.flex-0        { flex: none }
.flex-1        { flex: 1 1 0% }
.flex-auto     { flex: 1 1 auto }
.flex-grow-0   { flex-grow: 0 }
.flex-grow-1   { flex-grow: 1 }
.flex-initial  { flex: 0 1 auto }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }


@media (max-width: 80em) {
    .md-justify-content-between { justify-content: space-between; }
    .md-align-items-center { align-items: center; }
}

@media(max-width: 64em) {
    .mds-flex-column { flex-direction: column }  
    .mds-align-self-center { align-self: center; }
}


@media (max-width: 49em) {
    .sm-align-items-start { align-items: flex-start }  
    .sm-justify-content-center  { justify-content: center }
    .sm-flex-column { flex-direction: column }
    .sm-flex-row { flex-direction: row }
    .sm-align-items-center { align-items: center }
}


/* ~~~~~~~~~~~~~ */
/* ~~~ ORDER ~~~ */
/* ~~~~~~~~~~~~~ */
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }

@media (max-width: 49em) {
    .sm-order-0 { order: 0 }
    .sm-order-1 { order: 1 }
    .sm-order-2 { order: 2 }
    .sm-order-3 { order: 3 }
    .sm-order-4 { order: 4 }
}


/* ~~~~~~~~~~~~~~~~ */
/* ~~~ OVERFLOW ~~~ */
/* ~~~~~~~~~~~~~~~~ */
.overflow-hidden { overflow: hidden }

.overflow-y-auto { overflow-y: auto }
.overflow-y-scroll { overflow-y: scroll }

.overflow-x-auto { overflow-x: auto }
.overflow-x-hidden { overflow-x: hidden }
.overflow-y-hidden { overflow-y: hidden }


/* ~~~~~~~~~~~~~~~~ */
/* ~~~ OVERFLOW ~~~ */
/* ~~~~~~~~~~~~~~~~ */
.bg-center   { background-position: center center; }
.bg-cover    { background-size: cover; }
.bg-contain  { background-size: contain; }
.bg-norepeat { background-repeat: no-repeat; }
.bg-fixed    { background-attachment: fixed; }

.bg-preset-fixed-cover {
    background-position: center center; background-size: cover;
    background-repeat: no-repeat; background-attachment: fixed;
}

/* ~~~~~~~~~~~~~~~~ */
/* ~~~ POSITION ~~~ */
/* ~~~~~~~~~~~~~~~~ */
.relative { position: relative }
.absolute { position: absolute }
.fixed    { position: fixed }
.sticky   { position: sticky }

@media (max-width: 49em) {

    .sm-absolute { position: absolute }
    .sm-fixed { position: fixed }
    .sm-relative { position: relative }
    .sm-position-initial { position: initial; }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ BASE POSITIONING ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.top-0 { top: 0 }
.left-0 { left: 0 }
.right-0 { right: 0 }
.bottom-0 { bottom: 0 }

.left-50 { left: 50%; }

.top-vh10 { top: 10vh; }
.top-neg-r25 { top: -25px; }

.left-p50 { left: 50%; }
.left-neg-p50 { left: -50%; }
.left-neg-r40 { left: -40px; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ COMPOUND POSITIONING ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.v-flex-center  { display: flex; align-items: center }
.h-flex-center  { display: flex; justify-content: center }
.vh-flex-center { display: flex; justify-content: center; align-items: center }

.v-center  { top: 50%; transform: translateY(-50%) }
.h-center  { left: 50%; transform: translate(-50%) }
.vh-center { top: 50%; left: 50%; transform: translate(-50%,-50%) }
.translate-x-50 { transform: translateX(-50%); }

@media (max-width: 49em) {
    .sm-vh-center { top: 50%; left: 50%; transform: translate(-50%,-50%) }
    .sm-reset-pos { top: initial; left: initial; transform: initial }
    .sm-reset-v-center { top: initial; transform: initial }
    .sm-reset-h-center { left: initial; transform: initial }
}

.border { border: 1px solid var(--cBlack); }
.border-top { border-top: 1px solid var(--cBlack); }
.border-bottom { border-bottom: 1px solid var(--cBlack); }
.border-left { border-left: 1px solid var(--cBlack); }
.border-right { border-right: 1px solid var(--cBlack); }

.border-gray-l { border: 1px solid var(--cGrayL); }
.border-top-gray-l { border-top: 1px solid var(--cGrayL); }
.border-bottom-gray-l { border-bottom: 1px solid var(--cGrayL); }
.border-left-gray-l { border-left: 1px solid var(--cGrayL); }
.border-right-gray-l { border-right: 1px solid var(--cGrayL); }

/* ~~~~~~~~~~~~~~~ */
/* ~~~ DISPLAY ~~~ */
/* ~~~~~~~~~~~~~~~ */
.none { display: none }
.flex { display: flex }
.grid { display: grid }
.block { display: block }
.inline { display: inline }
.inline-flex { display: inline-flex }
.inline-block { display: inline-block }


@media(max-width: 80em) {
    .md-flex { display: flex; }
}


@media (max-width: 49em) {
    .sm-none { display: none }
    .sm-flex { display: flex }  
}


/* ~~~~~~~~~~~~~~~ */
/* ~~~ Z-INDEX ~~~ */
/* ~~~~~~~~~~~~~~~ */
.z-0 { z-index: 0 }
.z-1 { z-index: 1 }
.z-2 { z-index: 2 }
.z-3 { z-index: 3 }
.z-4 { z-index: 4 }
.z-10 { z-index: 10 }
.z-20 { z-index: 20 }
.isolate { isolation: isolate }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ OBJECT FIT AND POSITION ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.object-cover   { object-fit: cover }
.object-contain { object-fit: contain }
.object-center  { object-position: center }
.object-top     { object-position: top }
.object-left    { object-position: left }
.object-right   { object-position: right }
.object-bottom  { object-position: bottom }

@media(max-width: 49em) {
    .sm-object-right { object-position: right }  
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ ASPECT RATIO BOXES + SHAPES ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
[class*=square]::after,
[class*=portrait]::after,
[class*=landscape]::after { content: ""; display: block }

.circle { border-radius: 100% }
.round { border-radius: 0.6rem; }
.square::after { padding-bottom: 100% }
.landscape-40::after { padding-bottom: 40% }
.landscape-50::after { padding-bottom: 50% }
.landscape-70::after { padding-bottom: 70% }
.portrait-120::after { padding-bottom: 120%; }


/* ~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ WIDTH PRESETS ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~ */
.w-0    { width: 0; }

.w-p10  { width: 10%; }
.w-p25  { width: 25%; }
.w-p33  { width: 33.333%; }
.w-p40  { width: 40%; }
.w-p50  { width: 50%; }
.w-p50  { width: 60%; }
.w-p60  { width: 66.666%; }
.w-p75  { width: 75%; }
.w-p90  { width: 90% }
.w-p100 { width: 100% }

.w-r02 { width: 2rem; }
.w-r03 { width: 3rem; }
.w-r04 { width: 4rem; }
.w-r05 { width: 5rem; }
.w-r06 { width: 6rem; }
.w-r075 { width: 7.5rem; }
.w-r10 { width: 10rem; }
.w-r15 { width: 15rem }
.w-r20 { width: 20rem }
.w-r30 { width: 30rem }
.w-r45 { width: 45rem }

.w-vh100 { width: 100vh }


.w-max-r20 { max-width: 20rem; }
.w-max-r25 { max-width: 25rem; }
.w-max-r30 { max-width: 30rem; }
.w-max-r40 { max-width: 40rem; }
.w-max-r60 { max-width: 60rem; }

.w-max-vw80 { max-width: 80vw; } 

.w-max-r100 { max-width: 100rem; }
.w-max-r144 { max-width: 144rem; }

@media(max-width: 80em) {
    .md-h-auto    { height: auto; }
    .md-w-max-r10 { max-width: 10rem; }
}

@media (max-width: 49em) {
    .sm-w-max-reset { max-width: initial; }
    .sm-w-max-r20  { max-width: 20rem; }
    .sm-w-r02      { width: 2rem; }
    .sm-w-r04      { width: 4rem; }
    .sm-w-r06      { width: 6rem; }
    .sm-w-r20      { width: 20rem; }
    .sm-w-p100     { width: 100%; }

    .sm-w-p33 { width: 33.33%; }
}


/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ HEIGHT PRESETS ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
.h-0    { height: 0; }
.h-auto    { height: auto; }
.h-fit    { height: fit-content; }

.h-p33  { height: 33.333% }
.h-p90  { height: 90% }
.h-p100 { height: 100% }

.h-r02  { height: 2rem; }
.h-r03  { height: 3rem; }
.h-r035 { height: 3.5rem; }
.h-r04  { height: 4rem; }
.h-r06  { height: 6rem; }
.h-r10  { height: 10rem; }
.h-r15  { height: 15rem; }
.h-r20  { height: 20rem; }
.h-r26  { height: 26rem; }
.h-r30  { height: 30rem; }

.h-vh35  { height: 35vh }
.h-vh40  { height: 40vh }
.h-vh50  { height: 50vh }
.h-vh80  { height: 80vh }
.h-vh90  { height: 90vh }
.h-vh100 { height: 100vh }

.h-min-r5    { min-height: 5rem; }
.h-min-r10   { min-height: 10rem; }
.h-min-vh50  { min-height: 50vh; }
.h-min-vh65  { min-height: 65vh; }
.h-min-vh80  { min-height: 80vh; }
.h-min-vh115 { min-height: 115vh; }

.h-min-r100 { min-height: 100rem; }

.h-max-r30 { max-height: 30rem; }

.h-max-vh50 { max-height: 50vh; }
.h-max-vh65 { max-height: 65vh; }
.h-max-vh80 { max-height: 80vh; }
.h-max-r140 { max-height: 140rem; }

@media (max-width: 64em) {
    .mds-w-max-r12 { max-width: 12rem; }
    .mds-h-max-r20 { max-height: 20rem; }
    .mds-h-p100 { height: 100%; }
}

@media (max-width: 49em) {
    .sm-h-auto      { height: auto }
    .sm-h-min-reset { min-height: initial } 
    .sm-h-r02       { height: 2rem; }
    .sm-h-r06       { height: 6rem; }
    .sm-h-r09       { height: 9rem; }
    .sm-h-max-r20   { max-height: 20rem }
    .sm-h-vh70      { height: 70vh }
    .sm-h-vh90      { height: 90vh }
    .sm-h-min-vh80  { min-height: 80vh; }
    .sm-h-p100      { height: 100%; }
    .sm-h-p33       { height: 33.33%; }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ PADDING PRESETS ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.pdg-0  { padding: 0; }
.pdg-t0 { padding-top: 0; }
.pdg-b0 { padding-bottom: 0; }
.pdg-l0 { padding-left: 0; }
.pdg-r0 { padding-right: 0; }

.pdg-t30 { padding-top: 3rem; }
.pdg-b05 { padding-bottom: .5rem; }
.pdg-b15 { padding-bottom: 1.5rem; }
.pdg-b30 { padding-bottom: 3rem; }
.pdg-b100 { padding-bottom: 10rem; }
.pdg-b150 { padding-bottom: 15rem; }
.pdg-b200 { padding-bottom: 20rem; }

.pdg-l15 { padding-left: 1.5rem; }

.pdg-r15 { padding-right: 1.5rem; }
.pdg-r30 { padding-right: 3rem; }

.pdg-v40   { padding-top: 4rem; padding-bottom: 4rem; }

.pdg-pt7   { padding-top: 7%; }
.pdg-pv7   { padding-top: 7%; padding-bottom: 7%; }

.pdg-pb10   { padding-bottom: 10%; }

.pdg-vwh25 { padding-left: 2.5vw; padding-right: 2.5vw; }

.pdg-vwv3  { padding-top: 3vw; padding-bottom: 3vw; }
.pdg-vwv7  { padding-top: 7vw; padding-bottom: 7vw; }

.pdg-vwt1  { padding-top: 1vw; }
.pdg-vwt3  { padding-top: 3vw; }
.pdg-vwt5  { padding-top: 5vw; }
.pdg-vwb5  { padding-bottom: 5vw; }
.pdg-vwr3  { padding-right: 3vw; }
.pdg-vwb3  { padding-bottom: 3vw; }

.pdg-vwt7  { padding-top: 7vw; }
.pdg-vwl7  { padding-left: 7vw; }
.pdg-vwr7  { padding-right: 7vw; }
.pdg-vwb7  { padding-bottom: 7vw; }

.pdg-vwt14 { padding-top: 14vw; }
.pdg-vwb14 { padding-bottom: 14vw; }
.pdg-vwv14 { padding-top: 14vw; padding-bottom: 14vw; }

.pdg-10 { padding: 1rem; }
.pdg-15 { padding: 1.5rem; }
.pdg-20 { padding: 2rem; }
.pdg-25 { padding: 2.5rem; }
.pdg-30 { padding: 3rem; }

.pdg-v05 { padding-top: .5rem; padding-bottom: .5rem; }
.pdg-v10 { padding-top: 1rem; padding-bottom: 1rem; }
.pdg-v15 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.pdg-h15 { padding-left: 1.5rem; padding-right: 1.5rem; }
.pdg-h20 { padding-left: 2rem; padding-right: 2rem; }
.pdg-h30 { padding-left: 3rem; padding-right: 3rem; }


@media (max-width: 90em) {
    .mdl-pdg-vwt7 { padding-top: 7vw; }
}


@media (max-width: 80em) {
    .md-pdg-vwh7 { padding-left: 7vw; padding-right: 7vw; }
}

@media (max-width: 49em) {
    .sm-pdg-0  { padding: 0; }
    .sm-pdg-15 { padding: 1.5rem; }
    .sm-pdg-vwt14 { padding-top: 14vw; }
    .sm-pdg-vwv14 { padding-top: 14vw; padding-bottom: 14vw; }
    .sm-pdg-h20 { padding-left: 2rem; padding-right: 2rem; }
    .sm-pdg-b0 { padding-bottom: 0; }
    .sm-pdg-b30 { padding-bottom: 3rem; }

    .sm-pdg-vwb7  { padding-bottom: 7vw }
    .sm-pdg-vwh7  { padding-left: 7vw; padding-right: 7vw; }
    .sm-pdg-vwv7  { padding-top: 7vw; padding-bottom: 7vw; }
}


/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ MARGIN PRESETS ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
.mrg-0  { margin: 0; }
.mrg-t0 { margin-top: 0; }
.mrg-b0 { margin-bottom: 0; }
.mrg-l0 { margin-left: 0; }
.mrg-r0 { margin-right: 0; }


.mrg-l10 { margin-left: 1rem; }
.mrg-l15 { margin-left: 1.5rem; }
.mrg-l20 { margin-left: 2rem; }
.mrg-l30 { margin-left: 3rem; }
.mrg-r30 { margin-right: 3rem; }
.mrg-b10 { margin-bottom: 1rem; }
.mrg-b40 { margin-bottom: 4rem; }
.mrg-b60 { margin-bottom: 6rem; }
.mrg-b100 { margin-bottom: 10rem; }
.mrg-b150 { margin-bottom: 15rem; }
.mrg-b200 { margin-bottom: 20rem; }

.mrg-pt3   { margin-top: 3.58%; }
.mrg-pb7   { margin-bottom: 7.14%; }
.mrg-pv3   { margin-top: 3.58%; margin-bottom: 3.58%; }
.mrg-pv7   { margin-top: 7.14%; margin-bottom: 7.14%; }

.mrg-vwt3  { margin-top: 3.58vw; }
.mrg-vwl3  { margin-left: 3.58vw; }
.mrg-vwr3  { margin-right: 3.58vw; }
.mrg-vwb3  { margin-bottom: 3.58vw; }

.mrg-vwt7  { margin-top: 7.14vw; }
.mrg-vwl7  { margin-left: 7.14vw; }
.mrg-vwr7  { margin-right: 7.14vw; }
.mrg-vwb7  { margin-bottom: 7.14vw; }

.mrg-vwl14 { margin-left: 14.28vw; }
.mrg-vwb14 { margin-bottom: 14.28vw; }

.mrg-vwv3  { margin-top: 3.58vw; margin-bottom: 3.58vw; }
.mrg-vwv7  { margin-top: 7.14vw; margin-bottom: 7.14vw; }
.mrg-vwv10 { margin-top: 10vw; margin-bottom: 10vw; }
.mrg-vwv14 { margin-top: 14.28vw; margin-bottom: 14.28vw; }

.mrg-t15 { margin-top: 1.5rem; }
.mrg-t20 { margin-top: 2rem; }
.mrg-t30 { margin-top: 3rem; }
.mrg-t40 { margin-top: 4rem; }
.mrg-t50 { margin-top: 5rem; }
.mrg-t150 { margin-top: 15rem; }

.mrg-neg-l50 { margin-left: -5rem; }

.mrg-b05 { margin-bottom: .5rem; }
.mrg-b10 { margin-bottom: 1rem; }
.mrg-b15 { margin-bottom: 1.5rem; }
.mrg-b20 { margin-bottom: 2rem; }
.mrg-b30 { margin-bottom: 3rem; }

.mrg-h20 { margin-left: 2rem; margin-right: 2rem; }

.mrg-v30 { margin-top: 3rem; margin-bottom: 3rem; }
.mrg-v40 { margin-top: 4rem; margin-bottom: 4rem; }
.mrg-v60 { margin-top: 6rem; margin-bottom: 6rem; }

.mrg-auto { margin: auto; }
.mrg-h-auto { margin-left: auto; margin-right: auto; }


@media (max-width: 64em) {
    .mds-mrg-vwb7 { margin-bottom: 7.14vw; }
}

@media (max-width: 49em) {
    .sm-mrg-auto   { margin: auto; }
    .sm-mrg-h-auto { margin-left: auto; margin-right: auto; }
    .sm-mrg-0      { margin: 0; }
    .sm-mrg-t0     { margin-top: 0; }
    .sm-mrg-t30    { margin-top: 3rem; }
    .sm-mrg-t50    { margin-top: 5rem; }
    .sm-mrg-t60    { margin-top: 6rem; }
    .sm-mrg-t80    { margin-top: 8rem; }
    .sm-mrg-t100   { margin-top: 10rem; }
    .sm-mrg-t120   { margin-top: 12rem; }
    .sm-mrg-b10    { margin-bottom: 1rem; }
    .sm-mrg-b30    { margin-bottom: 3rem; }
    .sm-mrg-b40    { margin-bottom: 4rem; }
    .sm-mrg-b60    { margin-bottom: 6rem; }
    .sm-mrg-b80    { margin-bottom: 8rem; }
    .sm-mrg-b100   { margin-bottom: 10rem; }
    .sm-mrg-vwb7   { margin-bottom: 7.14vw; }
    .sm-mrg-vwb14  { margin-bottom: 14.28vw; }
    .sm-mrg-vwb20  { margin-bottom: 20vw; }
    .sm-mrg-vwv7   { margin-top: 7.14vw; margin-bottom: 7.14vw; }
    .sm-mrg-vwv14  { margin-top: 14.28vw; margin-bottom: 14.28vw; }
    .sm-mrg-vwt28  { margin-top: 28.56vw; }
}


/* ~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ OWLS AND GAPS ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~ */
.owl-vw7 > * + * { margin-top: 7.14vw; }
.owl-r01 > * + * { margin-top: 1rem; }
.owl-r02 > * + * { margin-top: 2rem; }
.owl-r03 > * + * { margin-top: 3rem; }
.owl-r04 > * + * { margin-top: 4rem; }
.owl-r05 > * + * { margin-top: 5rem; }

.gap-10 { gap: 1rem; }
.gap-15 { gap: 1.5rem; }
.gap-20 { gap: 2rem; }
.gap-30 { gap: 3rem; }
.gap-40 { gap: 4rem; }

@media (max-width: 49em) {
    .sm-gap-10 { gap: 1rem; }
    .sm-gap-15 { gap: 1.5rem; }
    .sm-gap-20 { gap: 2rem; }
    .sm-gap-30 { gap: 3rem; }
    .sm-owl-r02 > * + * { margin-top: 2rem; }
    .sm-owl-r03 > * + * { margin-top: 3rem; }
    .sm-owl-r04 > * + * { margin-top: 4rem; }
}


/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ CUSTOM CLASSES ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */

nav { 
    left: 50%;
    transform: translateX(-50%);
}
#what-carob-is {
    scroll-margin-top: 10rem;
}

#hero-svg {
    transform: scale(1.2); 
    left: 10%;
}

.scrolling-numbers {                        
    line-height: 1em;
    margin-left: -3%;
    transition: scrollTop 0.3s ease-out;
}

/* Benefits section stacking */
.field {
    /* position: sticky; */
    background-color: var(--cWhite);
    width: 100%;
    will-change: transform; 
}
/*
.field:nth-of-type(1) {
    position: -webkit-sticky; 
    position: sticky;
    top: 6rem;
    z-index: 2;
}

.field:nth-of-type(2) {
    position: -webkit-sticky;
    position: sticky;
    top: calc(10vh + 6rem);
    z-index: 3;
}

.field:nth-of-type(3) {
    position: -webkit-sticky; 
    position: sticky;
    top: calc(20vh + 6rem);
    z-index: 4;
}
*/

#marquee {
    overflow: hidden;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    will-change: transform;
    display: flex;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    animation: marquee 30s linear infinite;
    animation-play-state: running;
}

.marquee:hover {
    animation-play-state: paused;
}

.marquee span {
    display: inline-block;
    align-items: center;
    padding: 0 1rem;
}

.marqueelogo {
    width: 5.5rem;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.marqueelogo:hover {
    transform: scale(1.1);
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.win-text {
    transition: transform 1s ease-out;
    height: 11vw;
}

.win-text.animate {
    transform: translateX(0) !important;
}

footer {
    overflow: hidden; 
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
}

footer canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
}

footer > div {
    position: relative;
    z-index: 1;
    height: 100%;
}

.star { 
    top: 0;  
    left: 25%; 
    transform: translate(-50%, -50%); 
    animation: rotate 40s linear infinite; 
}

.quote { right: 0; bottom: 0%; z-index:0; }


/* MOBILE STYLES */

@media (max-width: 49em) {
    header .logo svg {
        max-width: 11rem;
        height: auto;
    }

    #subscribeButton {
        max-width: 11rem;
        height: auto;
    }

    #toggleButton {    
        transform: scale(0.8);
    }

    #hero { top: 0 !important; }
    #hero-svg { 
        top: 5% !important; 
        transform: scale(var(--vh-ratio));
        left: 30%;
    }

    #marquee { font-size: 5rem;     }
    .marqueelogo { width: 3.5rem; }

    .work-step svg {
        max-width: 10rem;
    }

    #benefits-numbers button {
        min-width: 16rem;
        min-height: 5rem;
    }

    .field {
        position: relative !important;
        transform: none !important;
    }

    .win-text {
        height: 25%;
    }

    .star { 
       top: 5%; right: -65%; left: initial;
    }

    .quote { right: 10%; bottom: 30%; max-width: 5.6rem; }

    #founder-message img { max-width: 6rem; }
    .social svg { max-width: 2.8rem; }
}


/* FORM STYLES */

.form-field input {
    width: 100%;
    background: transparent;
    outline: none;
}

.form-field ul {
    list-style: disc;
}

.form-field input::placeholder {
    color: var(--cGrayL);
}

.btn-toggle {
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-toggle.active {
    background: var(--cBlack);
    color: var(--cWhite);
}

#contact-form button {
    width: 100%;
    max-width: 12rem;
}


/* ANIMATION CLASSES */

.link-underline {
    position: relative;
    text-decoration: none;
}

.link-underline::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.link-underline:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
      opacity:0;
      -webkit-transform:translate3d(0,100%,0);
      transform:translate3d(0,100%,0)
    }
    to {
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity:0;
      -webkit-transform:translate3d(0,100%,0);
      transform:translate3d(0,100%,0)
    }
    to {
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp
  }

    @keyframes rotate {
        from { transform: translate(-50%, -50%) rotate(0deg); }
        to { transform: translate(-50%, -50%) rotate(360deg); }
    }