html {
    font-size: 16px;
    /* Base size for desktop */
    box-sizing: "border-box";
    min-width: 320px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {

    --main-bg-color: #fff;
    --case-study-bg-color: #A9825F;
    --case-study-color: #DDD7DC;
    --cool-card-color: #A9825F;
    --pr-top-bg-color: #E1D9E0;
    --pr-card-color: #fff;

    --card-width: 70%;
    /* --r7-img-container-height: calc() */
    --pad-0_5rem: clamp(0.125rem, 0.75vw, 0.5rem);
    --pad-0_8rem: clamp(0.2rem, 1.2vw, 0.8rem);
    --pad-1rem: clamp(0.25rem, 1.5vw, 1rem);
    --pad-1_5rem: clamp(0.3rem, 1.75vw, 1.5rem);
    --pad-2rem: clamp(0.25rem, 2.0vw, 2rem);
    --pad-3rem: clamp(0.5rem, 3vw, 3rem);
    --pad-4rem: clamp(0.5rem, 3.75vw, 4rem);
    --pad-5rem: clamp(1.0rem, 5vw, 5rem);
    --pad-8rem: clamp(1.75rem, 9vw, 8rem);
    --pad-9rem: clamp(1.75rem, 10vw, 9rem);
    --pad-10rem: clamp(1.75rem, 12vw, 10rem);
    --pad-15rem: clamp(3rem, 16vw, 15rem);

    --pad-top3-img-l: clamp(1rem, 4vw, 3.5rem);
    --pad-top3-img-r: calc(var(--pad-top3-img-l) / 2);
    --pad-top3-img-b: calc(var(--pad-top3-img-l) + var(--pad-top3-img-r) - 1rem);

    --pad-top3-text-l: clamp(0.25rem, 2vw, 1.5rem);
    --pad-top3-text-b: clamp(3rem, 7vw, 7rem);
    --pad-top3-headline-b: clamp(0.25rem, 2vw, 1rem);
    --pad-top4-text-l: clamp(0.2rem, 3.5vw, 3.0rem);

    --h-stripe: clamp(2rem, 7vw, 8rem);

    /* --fs-menu-item: */
    --fs-base: clamp(0.5rem, 1.4vw, 1.2rem);
    --fs-text: calc(var(--fs-base) * 1.15);
    --fs-text-small: clamp(0.5rem, 1.3vw, 1.05rem);
    --fs-text-medium: clamp(0.5rem, 1.8vw, 1.6rem);

    --fs-headline-small: clamp(0.75rem, 5vw, 4.0rem);
    --fs-headline: clamp(1.0rem, 5vw, 5.5rem);
    --fs-headline-large: clamp(2.5rem, 8.4vw, 8.4rem);

    --fs-title: clamp(0.6rem, 2.1vw, 1.9rem);
    --fs-title-large: clamp(2.0rem, 8.3vw, 8.0rem);
    --fs-diff: clamp(0.2rem, calc(0.25rem + 0.75vw), 0.9rem);
    --ls--diff: clamp(0.1rem, 0.35vw, 0.2rem);
    --fs-quote: clamp(0.25rem, calc(3.5vw), 3.0rem);
    --fs-quote-small: clamp(0.25rem, 3.5vw, 3.0rem);

    --fs-diff-mobile: clamp(0.2rem, calc(0.25rem + 1.75vw), 1.5rem);
    --border-width: clamp(1px, 0.5vw, 0.375rem);
    --tstm-card-width: clamp(14rem, 60vw, 52rem);

}

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

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Space Grotesk";
    background: #000;
    margin: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-base);
}

.holder {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

.menu-holder {
    position: absolute;
    width: 100%;
}

.menu-logo {
    /* border: solid 2px #faa; */
    padding-top: var(--pad-2rem);
    width: 100%;
    height: var(--pad-5rem);
    aspect-ratio: 19.4;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo {
    padding-left: var(--pad-3rem);
    width: 20%;
    height: var(--pad-3rem);
    display: flex;
    justify-content: center;
}

.logo-img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.menu {
    text-align: right;
    padding-right: var(--pad-3rem);
    flex: 1;
    color: #fff;
    height: var(--pad-3rem);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: var(--pad-4rem);
}

.menu-button {
    padding: var(--pad-0_8rem);
    padding-left: var(--pad-1_5rem);
    padding-right: var(--pad-1_5rem);
    background: #EEBCD6;
    border: none;
    color: #360047;
    font-family: "DM Sans";
    font-weight: 550;
}

.menu-button:hover {
    background: #6687A2;
    color: #E0DADF;
    cursor: pointer;
}

.menu-item {
    font-family: "DM Sans";
}

/* TOP ROW  */
.top-row {
    position: relative;
    display: flex;
    flex-direction: row;
    background: #fff;
}
.top-subheadline {
    color: #EEBCD6;
    padding-bottom: var(--pad-1_5rem);
    font-family: "DM Sans";
    font-size: var(--fs-title);
    line-height: var(--fs-title);
    font-weight: 450;

}

.top-left {
    padding: var(--pad-2rem);
    background: #640151;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.top-left-logo {
    flex-shrink: 0;
    width: 100%;
}

.top-left-copy {
    padding-top: var(--pad-3rem);
    min-height: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #EEBCD6;
    justify-content: flex-end;
}

.top-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.top-left-headline {
    padding-bottom: 1vw;

    font-size: var(--fs-headline);
    line-height: calc(var(--fs-headline) * 1.0);
}

.top-left-subheadline {
    font-family: "DM Sans";
    font-weight: 250;
    padding-bottom: var(--pad-2rem)
}

.top-right {
    height: 100%;
    flex: 0 0 50%;
}

/* ROW 2 */
.row-2 {
    width: 100%;
    background-color: #E2D9DF;
    padding-bottom: var(--pad-8rem);
}

.row2-header {
    color: #370047;
    text-align: center;
    padding-top: var(--pad-9rem);
    font-size: var(--fs-headline-large);
    line-height: calc(var(--fs-headline-large) * 0.9);
}

.row2-copy {
    padding-top: var(--pad-3rem);
    color: #360047;
    width: 46%;
    text-align: right;
    margin: auto;
    font-size: var(--fs-text);
    font-weight: 350;
    font-family: "DM Sans";
}

.button-holder {
    padding-top: var(--pad-3rem);
    width: 100%;
    display: flex;
    padding-left: var(--pad-top3-text-l);
    justify-content: center;
}

.action-button {
    background: #640151;
    color: #EEBCD6;
    font-size: var(--fs-text);
}

.watch-button {
    background: #6687A2;
    font-size: var(--fs-text);
    color: #fff;
}

/* ROW 3 */

.row-3 {
    width: 100%;
    background: var(--main-bg-color);
    position: relative;
    display: flex;
    flex-direction: row;
}

.row3-stripe {
    position: absolute;
    width: 100%;
    height: var(--h-stripe);
    background: #E2D9DF;
}

.row3-img {
    position: relative;
    flex: 0 0 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-r);
    padding-bottom: var(--pad-top3-img-b);
}

.row3-text-holder {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: var(--pad-top3-text-b);
}

.row3-headline {
    color: #360047;
    font-size: var(--fs-headline);
    line-height: var(--fs-headline);
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    padding-left: var(--pad-top3-text-l);
    padding-bottom: var(--pad-top3-headline-b);
    padding-right: var(--fs-pad-h-medium);
}

.row3-text {
    font-family: "DM Sans";
    width: 70%;
    padding-left: var(--pad-top3-text-l);
    font-size: var(--fs-text-small);
    line-height: calc(var(--fs-text-small) * 1.5);
    color: #360047;
}

.row-4 {
    background: var(--main-bg-color);
    padding-left: var(--pad-top4-text-l);
    padding-right: var(--pad-top4-text-l);
}

.diff {
    font-size: var(--fs-diff);
    letter-spacing: var(--ls--diff);
    color: #640151;
    font-weight: 100;
    padding-bottom: var(--pad-1rem);
}

.row4-card-row {
    padding-top: var(--pad-3rem);
    display: flex;
    flex-direction: row;
    gap: var(--pad-1rem);
}

.row4-card-pair {
    display: flex;
    flex-direction: row;
    flex: 0 0 50%;
}

.card-subrow {
    gap: var(--pad-1rem);
    flex: 1;
    display: flex;
    flex-direction: row;
}

.row4-card-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.img-diff {
    height: var(--pad-9rem);
    width: auto;
    object-fit: contain;
    object-position: left;
}

.r4-card-title {
    padding-top: var(--pad-1rem);
    padding-bottom: var(--pad-1rem);
    font-size: var(--fs-title);
    line-height: var(--fs-title);
    color: #360047;
    font-weight: 450;
    line-clamp: 2;
}

.r4-card-text {
    font-size: var(--fs-text-small);
    line-height: calc(var(--fs-text-small) * 1.5);
    padding-right: var(--pad-2rem);
    font-family: "DM Sans";
    color: #360047;
}

.r4-bottom-space {
    padding-top: var(--pad-5rem);
    width: 100%;
    border-bottom: 1px solid #360047
}

.row-5 {
    background: var(--main-bg-color);
    display: flex;
    flex-direction: column;
    padding-left: var(--pad-top4-text-l);
    padding-right: var(--pad-top4-text-l);
    align-items: center;
}

.sub-headline {
    padding-top: var(--pad-1_5rem);
    font-size: var(--fs-headline);
    line-height: var(--fs-headline);
    text-align: left;
    color: #360047;
}

.r5-card {
    padding-top: var(--pad-3rem);
    padding-bottom: var(--pad-3rem);
    display: flex;
    flex-direction: row;
    width: var(--card-width);
    gap: var(--pad-3rem);
    align-items: center;
}

.r5-img-container {
    flex: 0 0 50%;
}

.r5-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.r5-card-copy {
    box-sizing: border-box;
    color: #640151;
    flex: 0 0 50%;
}

.r5-card-headline {
    font-size: var(--fs-title);
    line-height: var(--fs-title);
    ;
    font-weight: 500;
    padding-bottom: var(--pad-1rem);
}

.r5-card-text {
    padding-top: var(--pad-1rem);
    font-family: "DM Sans";
    font-weight: 350;
    font-size: var(--fs-text-small);
    line-height: calc(var(--fs-text-small) * 1.5);
}

.row-6 {
    border: solid 2px #370047;
}

.r6-headline {
    color: #640151;
}

.r6-card-row {
    padding-top: var(--pad-5rem);
    width: var(--card-width);
    display: flex;
    flex-direction: row;
    gap: var(--pad-3rem);
}

.r6-card {
    flex: 1;
}

.r6-text {
    color: #683B20;
}

.row-7 {
    background: var(--main-bg-color);
    padding-top: var(--pad-9rem);
    width: 100%;
}

.r7-img-container {
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    position: relative;
    background-image: url(../img/quote-bckg.jpeg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.r7-copy {
    width: 70%;
}

.r7-text {
    color: #E0DADF;
    text-align: left;
    font-size: var(--fs-quote);
}

.r7-sig {
    padding-top: var(--pad-3rem);
    text-align: right;
    font-size: var(--fs-title);
}

.r8-quote {
    padding-top: var(--pad-3rem);
    text-align: left;
    font-size: var(--fs-title);
}

.r7-img-container>div {
    z-index: 2;
    color: white;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);

}

.footer-menu {
    width: 100%;
    padding-top: var(--pad-5rem);
    background: #640151;
    padding-left: var(--pad-top4-text-l);
    padding-right: var(--pad-top4-text-l);
    padding-bottom: var(--pad-9rem);
}

.footer-info-row {
    width: 100%;
    aspect-ratio: 7.2;
    border-top: solid 1px #EEBCD6;
    border-bottom: solid 1px #EEBCD6;
    display: flex;
    flex-direction: row;
    color: #EEBCD6;
    align-items: flex-start;
}

.footer-left {
    flex: 0 0 50%;
    align-items: flex-start;
}

.footer-right {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
}

.footer-copyright-text {
    font-weight: 450;
    padding-top: var(--pad-1rem);
    font-family: "DM Sans";
}

.footer-logo {
    padding-top: var(--pad-2rem);
    width: 35%;
}

.footer-right-items {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.footer-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-item {
    display: inline-block;
}

.footer-item::after {
    content: "";
    display: inline-block;
}

.contact-button-holder {
    display: flex;
    justify-content: center;
    padding-bottom: var(--pad-5rem);
}

@media (max-width: 768px) {
    html {
        margin: 0;
        font-size: 20px;
    }

    .top-row {
        position: relative;
        display: flex;
        flex-direction: column;
        background: #fff;
    }

    .top-left {
        flex: 1;
    }

    .logo {
        width: 30%;
    }

    .top-left-headline {
        padding-top: var(--pad-8rem);
        padding-bottom: var(--pad-4rem);
    }

    .top-left-subheadline {
        font-size: var(--fs-text);


        padding-left: var(--pad-3rem);
        padding-right: var(--pad-3rem);
    }

    .row-2,
    .row-3 {
        padding-left: var(--pad-2rem);
        padding-right: var(--pad-3rem);
    }

    .row3-stripe {
        display: none;
    }

    .row3-img {
        display: none;
    }

    .row3-text-holder {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row3-text-holder {
        align-items: flex-start;
    }

    .row3-headline,
    .row2-header {
        padding-top: var(--pad-3rem);
        text-align: left;
        padding-left: 0;
        font-size: var(--fs-headline);
        line-height: var(--fs-headline);

    }

    .row3-text,
    .row2-copy {
        padding-top: var(--pad-3rem);
        font-size: var(--fs-text);
        line-height: calc(var(--fs-text) * 1.5);
        width: 100%;
        text-align: left;
        padding-left: var(--pad-top3-text-l);
    }

    .diff {
        font-size: var(--fs-diff-mobile);
        font-weight: 400;
    }

    .r5-card {
        width: 100%;
        gap: var(--pad-3rem);

    }

    .r6-card-row {
        width: 100%;
    }

    .footer-info-row {
        width: 100%;
        aspect-ratio: 5.0;
    }

    .footer-left {
        flex: 0 0 21%;
    }

    .footer-logo {
        padding-top: var(--pad-2rem);
        width: 80%;
    }

    .r7-copy {
        width: 90%;
    }

    .logo {
        height: var(--pad-5rem);
    }

    .row4-card-row {
        display: flex;
        flex-direction: column;
        flex: 0 0 50%;
    }

    .menu-logo {
        padding-top: var(--pad-5rem);
    }

    .button-holder {
        justify-content: flex-start;
    }
}

.li-allrights {
    list-style-type: none;
}
.p2-top-image {
    width: 100%;
    background-image: url(../img/page-2-top.jpeg);
    aspect-ratio: 8.3;
    background-size: cover;
    display: flex;
    flex-direction: row;
}

.p2-row-1 {
    background: #640151;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.p2r1-left {
    padding-top: var(--pad-1_5rem);
    padding-left: var(--pad-3rem);
    color: #E2D9DF;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
}
.p2-top-headline {
    flex: 1;
    display: flex;
    align-items: flex-end;
    color: #EEBCD6;
}
.p2-subheadline {
    display: flex;
    align-items: flex-end;
    padding-bottom: var(--pad-4rem);
    color: #EEBCD6;
}
.p2r1-right {
    position: relative;
    flex: 0 0 50%;
}

.inaction {
    left: var(--pad-3rem);
    margin-top: calc(var(--pad-3rem) * -1);
    padding-left: var(--pad-1_5rem);
    width: 69%;
    padding-bottom: var(--pad-4rem);
}

.p2-row-2 {
    padding-top: var(--pad-5rem);
    background: var(--main-bg-color);
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-l);
    width: 100%;
}

.p2-line {
    background: var(--main-bg-color);
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-l);
    border-bottom: 1px solid #360047;
    width: 100%;
}

.p2r2-label {
    padding-top: var(--pad-3rem);
}

.p2-r2-headline {
    //padding-bottom: var(--pad-1rem);
}

.p2-r2-bottom-space {
    background: var(--main-bg-color);
    padding-bottom: var(--pad-9rem);
}

.p2-row-video-1 {
    width: 100%;
    background: var(--main-bg-color);
    display: flex;
    justify-content: center;
}

.p2-vid-1-content {
    width: 69%;
}

.p2-vid-1-label {
    padding-bottom: var(--pad-4rem);
}

.video-cont {
    background: #D9D9D9;
    width: 100%;
    aspect-ratio: 1.78;
}

.video-el {
    width: 100%;
    height: 100%;
    display: block;
}

.p2-after-vid-bottom-space {
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-l);
    padding-top: var(--pad-9rem);
    background: var(--main-bg-color);
    padding-bottom: var(--pad-2rem);
}

.p2-line {
    border-bottom: 1px solid #360047;
}

.p2-row-4 {
    background: var(--main-bg-color);
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-l);
    display: flex;
    flex-direction: column;
}

.p2-r4-headline {
    padding-top: var(--pad-1rem);
}

.p2-r4-text {
    padding-top: var(--pad-1rem);
    font-family: "DM Sans";
    font-size: var(--fs-text-medium);
    font-weight: 300;
    color: #360047;
}

.p2-row5 {
    padding-top: var(--pad-4rem);
    background: var(--main-bg-color);
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.row5-card-row {
    width: 72%;
    display: flex;
    flex-direction: row;
    gap: var(--pad-1rem);
}

.p2-sec2-text {
    width: 70%;
}

.p2-after-videos-bottom-space {
    background: var(--main-bg-color);
    padding-top: var(--pad-15rem);
}

.p2-row-case-study {
    background: var(--case-study-bg-color);
    padding-top: var(--pad-3rem);
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-l);
    display: flex;
    flex-direction: column;

}

.p2-holder-cs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p2-row-cs-data-row {
    padding-top: var(--pad-3rem);
    width: 82%;
    display: flex;
    flex-direction: row;
}

.p2-row-cs-data-card {
    position: relative;
    padding-left: var(--pad-2rem);
    flex: 0 0 50%;
}

.p2-row-cs-data-card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90%;
    width: var(--border-width);
    background-color: var(--case-study-color);
}

.p2-row-cs-data-card-number {
    font-size: var(--fs-title-large);
    line-height:var(--fs-title-large);
    color: var(--case-study-color);
}

.p2-row-cs-data-card-text {
    font-size: var(--fs-title);    
    color: var(--case-study-color);
    padding-right: var(--pad-3rem);
}

.no-bot-pad {
    padding-bottom: 0;
}

.p2-after-cs-bottom-space {
    background: var(--main-bg-color);
    padding-top: var(--pad-15rem);
}

.p2-row-testmonials {
    background: var(--main-bg-color);
    width: 100%;
    aspect-ratio: 1.6;
    position: relative;
    display: flex;
    align-items: center;
}

.p2-row-tmn-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    position: absolute;
    width: 68%;
    aspect-ratio: 1.1;
    z-index: 0;
}

.p2-slide-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: 0;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.p2-slide-container::-webkit-scrollbar {
    display: none;
}

.spacer {
    flex: 0 0 1px;
    height: 50px;
}

.p2-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto;
}

.p2-slider {
    display: flex;
    flex-direction: row;
    gap: var(--pad-4rem);
}

.p2-slide-card {
    position: relative;
    width: var(--tstm-card-width);
    height: calc(var(--tstm-card-width) / 1.91);
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.r4-card-image {
    position: absolute;
    height: 100%;
    right: -10em;
    z-index: 0;
}

.p2-card-blue {
    background-color: #6687A2;
    color: #E0DADF;
    font-weight: 300;
}

.p2-card-red {
    background-color: #EEBCD6;
    color: #370047;
    font-weight: 400;
}

.p2-slide-card-text {
    padding: var(--pad-3rem);
    padding-bottom: 0;
    font-family: "DM Sans";
    flex: 1;
    font-style: italic;
    font-size: var(--fs-text);
}

.p2-slide-card-sig {
    font-size: var(--fs-title);
    text-align: right;
    padding: var(--pad-2rem);
    font-weight: 400;
}

.p2-name-container {
    display: flex;
    flex-direction: row;
}

.linkedin-logo {
    width: var(--pad-1_5rem);
    height: var(--pad-1_5rem);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"0\" y=\"0\" width=\"24\" height=\"24\" rx=\"4\" fill=\"%230F66C2\" /><path d=\"M8 19H5v-9h3v9zM6.5 8.25A1.75 1.75 0 118.3 6.5 1.78 1.78 0 016.5 8.25zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19v4.81h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66V19z\" fill=\"%23ffffff\"/></svg>");
}

.p2-name {
    display: flex;
    flex: 1;
}

.founder {
    width: var(--pad-2rem);
    height: var(--pad-2rem);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"0\" y=\"0\" width=\"24\" height=\"24\" rx=\"4\" fill=\"%230F66C2\" /><path d=\"M8 19H5v-9h3v9zM6.5 8.25A1.75 1.75 0 118.3 6.5 1.78 1.78 0 016.5 8.25zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19v4.81h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66V19z\" fill=\"%23ffffff\"/></svg>");    
}

@media (max-width: 768px) {
    .p2r1-right {
        flex: 0;
    }
    .p2r1-left {
        flex: 1;
        padding-bottom: var(--pad-3rem);
    }
    .p2-vid-1-content {
        width: 90%;
    }
    .video-el {
        border: solid 1px #ddd;
    }
    .row5-card-row {
        width: 90%;
    }
    .p2-row-cs-data-row {
        width: 100%;
    }
    .p2-row-testmonials {
        aspect-ratio: 1.4;
    }
    .p2-slide-card {
        height: calc(var(--tstm-card-width) / 1.31);
        min-height: 250px;
    }
    .founder {
        width: var(--pad-3rem);
        height: var(--pad-3rem);
    }    
    .linkedin-logo {
        width: var(--pad-2rem);
        height: var(--pad-2rem);               
    }
}
.p3-row-top {
    background: #370047;
    padding-bottom: var(--pad-5rem);
    font-size: var(--fs-headline);
}

.p3-top-image {
    background-image: url(../img/p3-img.jpeg);
}

.p3-row-cool {
    background: var(--main-bg-color);
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: var(--pad-5rem);
}

.p3-color-stripe {
    position: absolute;
    width: 100%;
    background: #370047;
    aspect-ratio: 5.1;
    z-index: 0;
}

.p3-cool-card {
    z-index: 1;
    padding: var(--pad-4rem);
    padding-bottom: var(--pad-2rem);
    color: #E0DADF;
    width: 69%;
    background: var(--cool-card-color);
}

.p3-cool-card-title {
    font-size: var(--fs-headline-small);
}

.p3-cool-card-text {
    padding-top: var(--pad-1rem);
    font-family: "DM Sans";
    font-weight: 350;
    font-size: var(--fs-text-small);
    line-height: calc(var(--fs-text-small) * 1.5);
}

.p3-cool-card-text p {
    padding-top: var(--pad-1rem);
}

.p3-row-founders {
    background: var(--main-bg-color);
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-l);
}

.p3-row-founders-label {
    padding-top: var(--pad-3rem);
}

.p3-row-pics {
    padding-top: var(--pad-3rem);
    padding-bottom: var(--pad-5rem);
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--pad-4rem);

}

.p3-pic-card {
    width: 32%;
    aspect-ratio: 0.82;
    display: flex;
    flex-direction: column;
}

.p3-pic-img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.p3-pic-title {
    color: #360047;
    font-family: "DM Sans";
    padding-top: var(--pad-1rem);
    font-size: var(--fs-title);
}

.p3-pic-title-advisors {
    font-family: "DM Sans";
    color: #360047;
    padding-top: var(--pad-0_5rem);
    font-size: var(--fs-base);
}

.card-advisors {
    width: 16%;
    aspect-ratio: 0.88;
}

.advisor-space {
    padding-top: var(--pad-5rem)
}

.p3-row-values {
    padding-top: var(--pad-1rem);
    background: var(--main-bg-color);
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-l);
    display: flex;
    flex-direction: row;
}

.values-title {
    font-size: var(--fs-headline);
    display: flex;
    align-items: center;
    color: #370047;
}

.values-quote-holder {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.values-quote {
    font-weight: 300;
    font-size: var(--fs-base);
    text-align: right;
    width: 65%;
    color: #370047;
    font-family: "DM Sans";
    font-style: italic;
}

.p3-values-holder {
    padding-top: var(--pad-4rem);
    background: var(--main-bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: var(--pad-8rem);
    color: #360047;
}

.values-row {
    width: 74%;
    display: flex;
    flex-direction: row;
    gap: var(--pad-2rem);
    padding-top: var(--pad-4rem);
}

.value-card {
    flex: 0 0 calc(50% - (var(--pad-2rem) / 2));
    display: flex;
    flex-direction: column;
}

.value-title {
    font-size: var(--fs-title);
    font-weight: 00;
}

.row-read-latest {
    width: 100%;
    background: #6687A2;
    aspect-ratio: 2;
    position: relative;
    display: flex;
    flex-direction: column;
}

.rtl-title {
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-l);

    padding-top: var(--pad-4rem);
    color: #EEBCD6;
}
.news-container-main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.news-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: 0;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 42%;
    margin-bottom: var(--pad-3rem);
}

.news-container::-webkit-scrollbar {
    display: none;
}

.news-slider {
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: var(--pad-4rem);
}

.news-card {
    border-top: solid 1px #E0DADF;
    min-width: 12.5%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-date {
    padding-top: var(--pad-1rem);
    color: #E0DADF;
}

.news-text {
    font-family: "DM Sans";
    font-size: var(--fs-text);
    color: #E0DADF;
    flex: 1;
}

.news-button {
    font-family: "DM Sans";
    color: #673A20;
    font-size: var(--pad-1rem);
    background-color: #E0D7DD;
    border: none;
    padding: var(--pad-0_5rem);
    padding-left: var(--pad-1rem);
    padding-right: var(--pad-1rem);
    font-weight: 500;
    align-self: flex-start;
}

.news-button:hover {
    color: #E0D7DD;
    background-color: #673A20;
    cursor: pointer;
}

.spacer-news {
    flex: 0 0 10%;
    height: 50px;
}

.row-accolades {
    padding-top: var(--pad-4rem);
    background: var(--main-bg-color);
    display: flex;
    flex-direction: column;
}

.accolades-title-holder {
    padding-left: var(--pad-top3-img-l);
    padding-right: var(--pad-top3-img-l);
}

.accolades-title-text {
    color: #360047;
    padding-top: var(--pad-2rem);
}

.accolades-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(var(--pad-2rem) * 2);
    padding: var(--pad-2rem) var(--pad-2rem) 0;
}

.accolades-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--pad-2rem);
}

.accolades-card {
    max-width: 20%;
    display: flex;
    align-items: center;
    flex: 0 1 20%;
}

.img-card {
    width: 100%;
}

.p3-quote-text {
    font-size: var(--fs-quote-small);
}

.p3-img-container {
    background-image: url(../img/page-3-img.jpeg);
}
@media (max-width: 768px) {
    .p3-cool-card {
        width: 90%;
    }
    .p3-row-values {
        padding-top: var(--pad-3rem);
    }
    .values-row {
        width: 90%;
    }
    .values-quote {
        width: 90%;
    }
    .news-container {
        height: 65%; 
    }
    .news-date {
        font-size: var(--fs-diff);
    }    
    .news-text{
        font-size: var(--fs-base);
        line-height: var(--fs-text);
    }
    .p3-cool-card-text {
        font-size: var(--fs-text);
        line-height: calc(var(--fs-text) * 1.5);            
    }
}
.contact-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    font-family: "DM Sans";
    color: #370047;
    background-color: white;
    width: 30%;
    min-width: 300px;
    padding: var(--pad-2rem);
    border-radius: 0px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
}

.popup-content h2 {
    margin-top: 0;
    margin-bottom: var(--pad-2rem);
    text-align: center;
}

.form-group {
    margin-bottom: var(--pad-1rem);
}

.form-group label {
    display: block;
    margin-bottom: var(--pad-0_5rem);
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: var(--pad-0_5rem);
    border: 1px solid #aaa;
    /* border-radius: 1px; */
    box-sizing: border-box;
}

.button-group {
    display: flex;
    justify-content: flex-end;
    gap: var(--pad-1rem);
    margin-top: var(--pad-2rem);
}

.button-group button {
    padding: var(--pad-0_5rem) var(--pad-1rem);
    border: none;
    /* border-radius: 1px; */
    cursor: pointer;
}

#cancelButton {
    font-family: "DM Sans";
    background-color: #ddd;
    color: #370047;
    font-weight: 600;
}

#submitButton {
    font-family: "DM Sans";
    background-color: #640151;
    color: #EEBCD6;
    font-weight: 600;
}
.pr-row-top {
    background: #EEBCD6;
    background: var(--pr-top-bg-color);
    padding-bottom: var(--pad-5rem);
    font-size: var(--fs-headline);
}

.pr-title-background {
    padding-top: var(--pad-1_5rem);
    /* padding-left: var(--pad-3rem); */
    padding: var(--pad-4rem);
    color: #370047;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pr-title-text {
    width: 90%;
    font-size: var(--fs-quote-small);
    font-family: "DM Sans";
    font-weight: 500;
}
.pr-row-text-holder {
    background: var(--main-bg-color);
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: var(--pad-5rem);
}


.pr-card {
    z-index: 1;
    padding: var(--pad-4rem);
    padding-bottom: var(--pad-2rem);
    color: #000;
    width: 80%;
    background: var(--pr-card-color);
}

.pr-card-text {
    padding-top: var(--pad-1rem);
    /* font-family: "DM Sans"; */
    font-weight: 350;
    font-size: var(--fs-text);
    line-height: calc(var(--fs-text) * 1.5);
    /* color: blue; */
}
.pr-about {
    padding-top: var(--pad-1rem);
    padding-bottom: var(--pad-0_5rem);
    font-weight: 600;
}
.pr-media {
    padding-top: var(--pad-1_5rem);
    padding-bottom: var(--pad-0_5rem);
    font-weight: 600;
}

.a-pr {
    text-decoration: underline;
    color: #1651CB;
    cursor: pointer;
    outline: none;
}

@media (max-width: 768px) {
    .pr-card {
        width: 90%;
    }
    .pr-card-text {
        font-size: var(--fs-text);
        line-height: calc(var(--fs-text) * 1.5);            
    }    
    .pr-title-background {
        flex: 1;
        padding-bottom: var(--pad-3rem);
    }
}
