@font-face {
    font-family: 'MolendRegular';
    src: url(../css/Molend_Style.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'MolendAlternative';
    src: url(../css/Molend_Alternative.ttf) format('truetype');
    font-weight: normal;
}

:root {
    --green: #008f4c;
    --blue: #0009c1;
    --red: #db4c34;
    --yellow: #f9c800;
    --orange: #ed6d0a;
    --bgGreenOpacity: rgba(0, 143, 76, 0.25);
    --bgBlueOpacity: rgba(0, 9, 193, 0.25);
    --bgRedOpacity: rgba(219, 76, 52, 0.25);
    --bgYellowOpacity: rgba(249, 200, 0, 0.25);
    --bgOrangeOpacity: rgba(237, 109, 10, 0.25);
}

html,
body {
    font-family: 'MolendRegular', sans-serif !important;
    color: #fff;
    background-color: #000;
}

a {
    text-decoration: none !important;
    color: unset !important;
}

.text-justify {
    text-align: justify;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-red {
    color: var(--red) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.c-pointer {
    cursor: pointer;
}

.tf-Montserrat {
    font-family: 'Montserrat', sans-serif;
}

main {
    overflow-y: auto;
    position: relative;
    top: -1px;
}

p.opacity-0 {
    transition: 1s;
}

.rotate-180 {
    transform: rotate(180deg);
}

.letter-wrapper {
    display: flex;
    width: 4ch;
    overflow: hidden;
    padding-left: 5px;
}

.font-MolendAlternative {
    font-family: 'MolendAlternative';
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--red) !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: white !important;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 2rem;
}

/* #region HOMEPAGE */

section.homepageBanner {
    height: Calc(100vh - 120px - 0.5rem);
    overflow-x: hidden;
    position: relative;
}

section.homepageBanner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Adjust to fit the visor */
    height: Calc(90% - 5px);
    /* Adjust to fit the visor */
    /* Adjust the polygon points to match the visor shape */
    border: none;
    width: 100%;
}

.marginCustomLetters {
    margin-left: 1px;
    margin-right: 1px;
}

#playButton {
    cursor: pointer;
    height: 150px;
}

.play-button.hidden {
    display: none;
}

.containerAction {
    width: 350px;
    height: 65px;
    top: 60%;
    background-image: url('../images/BannerAction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Some of Header (for media queries only) */

header .navbar-nav {
    left: Calc(-90px - 1rem);
    position: relative;
}

.navbar-collapse {
    margin-left: 1rem;
}

/* #endregion HOMEPAGE */

/* #region ItAllBegins */

section.ItAllBegins {
    /* height: 100vh; */
}

section.ItAllBegins .HeaderItAllBegins,
section.ItAllBegins .FooterItAllBegins {
    height: 120px;
}

section.ItAllBegins .ContentItAllBegins {
    height: Calc(100vh - 480px);
}

section.ItAllBegins .HeaderItAllBegins .section2 {
    left: 170px;
}

section.ItAllBegins .HeaderItAllBegins .section3 {
    left: 340px;
}

section.ItAllBegins .HeaderItAllBegins .bigOrangeRect {
    width: 150px;
    height: 40px;
}

section.ItAllBegins .HeaderItAllBegins .redSmallRect {
    width: 80px;
    height: 40px;
}

section.ItAllBegins .HeaderItAllBegins .section2 .redSmallRect {
    width: 120px;
}

section.ItAllBegins .FooterItAllBegins {
    bottom: -30px;
}

section.ItAllBegins .FooterItAllBegins .orangeSmallRect {
    width: 120px;
    height: 40px;
}

section.ItAllBegins .FooterItAllBegins .redBigRect {
    width: 150px;
    height: 40px;
}

section.ItAllBegins .FooterItAllBegins .section2 .orangeSmallRect {
    width: 80px;
    height: 40px;
}

section.ItAllBegins .FooterItAllBegins .section2 {
    right: 150px;
}

section.ItAllBegins .FooterItAllBegins .section3 {
    right: 300px;
}

section.ItAllBegins .ContentItAllBegins h1 {
    font-size: 4.5rem;
}

section.ItAllBegins .ContentItAllBegins h1 .text-red {
    color: var(--red);
    mask-image: linear-gradient(
        to right,
        rgba(219, 76, 52, 1),
        rgba(219, 76, 52, 0.24)
    );
}

section.ItAllBegins .ContentItAllBegins h1 .customRedE {
    transform: scaleX(1.65) translateY(1px) !important;
    width: 2ch;
}

section.ItAllBegins .ContentItAllBegins h1 .customO {
    transform: scaleX(2) !important;
    width: 2.7ch;
}

section.ItAllBegins .ContentItAllBegins h1 .customC {
    transform: scaleX(1.2) scaleY(1.1) !important;
    width: 1.6ch;
}

/* #endegion ItAllBegins */

/* MeetTheHypersCrew */
section.MeetTheHypersCrew {
    min-height: Calc(100vh - 30px);
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0.1) 30%
        ),
        /* Reduce bottom gradient intensity */
            url('../images/MeetTheHypersBG.png'),
        linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3) 10%);
    /* Adjust top gradient similarly */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

section.MeetTheHypersCrew img.person {
    height: 100%;
    max-height: 75vh;
}

section.MeetTheHypersCrew h1 {
    font-size: 3rem;
}

section.MeetTheHypersCrew h1 .customE {
    transform: scaleX(0.7);
    letter-spacing: -10px;
    margin-left: -10px;
}

section.MeetTheHypersCrew .description {
    width: 75%;
}

section.MeetTheHypersCrew .personsInformation {
    height: 350px;
    background-image: url('../images/PersonsInformationBG.png');
    background-size: 125% 100%;
    background-repeat: no-repeat;
    background-position: 10%;
    width: 99%;
}

section.MeetTheHypersCrew .personsInformation p {
    width: 50%;
}

section.MeetTheHypersCrew .personsInformation h2 .customE {
    transform: scaleX(0.75);
    letter-spacing: -7px;
    margin-left: -7px;
}

/* End MeetTheHypersCrew */

/* Projects Ready */
section.projectsReady {
    min-height: 60vh;
}

section.projectsReady > h1 {
    font-size: 4.5rem;
}

section.projectsReady > h1 img {
    height: 55px;
}

section.projectsReady .startingGrid {
    background-image: url('../assets/StartingGridBig.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    height: 130px;
    transition: 1s;
}

.box .header,
.box .footer {
    transition: top 1s ease;
    transition-delay: 1s;
}

.box .header {
    background-color: #1e1e1e;
    padding: 1rem;
    height: 300px;
    border-radius: 1rem 1rem 0 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
    top: 2rem;
}

.box .body {
    background-color: var(--green);
    height: 250px;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.box .footer {
    background-color: #1e1e1e;
    height: 300px;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
    top: -2rem;
}

.box.show .header {
    top: -4rem;
}

.box.show .footer {
    top: 4rem;
}

/* section.projectsReady .startingGrid.active {
    height: 200px;
}

section.projectsReady .startingGrid img.customE {
    margin-top: 2px;
}

section.projectsReady .startingGrid img.customU {
    top: 1px;
}

section.projectsReady .startingGrid div.greenBorderBottom {
    height: 1px;
    border-bottom: 1px solid var(--green);
    position: relative;
}

section.projectsReady .startingGrid .knowMore {
    background-image: url(../images/knowMoreBox.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    height: 35px;
    cursor: pointer;
    transition: 0.1s ease;
}

section.projectsReady .startingGrid.active .knowMore {
    opacity: 0;
}

section.projectsReady .startingGrid .description {
    min-height: 60%;
    max-height: 100px;
    width: 0%;
    transition: 0.5s ease;
    position: relative;
    cursor: pointer;
}

section.projectsReady .startingGrid .description.active {
    width: 100%;
    background-color: var(--bgGreenOpacity);
    max-height: unset;
}

section.projectsReady .startingGrid .description .descriptionText {
    opacity: 0;
    transition: 1s ease, opacity 0.1s;
}

section.projectsReady .startingGrid .description .descriptionText.active {
    opacity: 1;
} */

/* END Projects Ready */

/* MasteringEveryLap */

section.masteringEveryLap {
    min-height: 100vh;
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0.1) 30%
        ),
        /* Reduce bottom gradient intensity */
            url('../images/MeetTheHypersBG.png'),
        linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3) 10%);
    /* Adjust top gradient similarly */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

section.masteringEveryLap h1 {
    font-size: 4.5rem;
}

section.masteringEveryLap h1 .customE {
    transform: scaleX(0.8) !important;
    letter-spacing: -12px;
    margin-left: -12px;
}

section.masteringEveryLap .squares {
    height: 120px;
}

section.masteringEveryLap .squares .bigOrangeRectRight {
    width: 150px;
    height: 40px;
}

section.masteringEveryLap .squares .bigBlueRect {
    width: 150px;
    height: 40px;
}

section.masteringEveryLap .sector {
    width: 350px;
    height: 40px;
    background: #000;
    opacity: 0.3;
    cursor: pointer;
    z-index: 1;
    transition: 1s;
}

/* section.masteringEveryLap .section1 {    
    box-shadow: 3px 3px 0px var(--blue);
}

section.masteringEveryLap .section2 {
    box-shadow: 3px 3px 0px var(--yellow);
}

section.masteringEveryLap .section3 {
    box-shadow: 3px 3px 0px var(--green);
} */

section.masteringEveryLap .sector.active {
    opacity: 1;
}

section.masteringEveryLap .boxShadow {
    width: 340px;
    height: 40px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    transition: 1s;
}

section.masteringEveryLap .boxShadow.position1 {
    top: 43px;
    left: 7px;
    border-color: var(--blue);
}

section.masteringEveryLap .boxShadow.position2 {
    top: Calc(42px * 2 + 1.5rem);
    left: 7px;
    border-color: var(--yellow);
}

section.masteringEveryLap .boxShadow.position3 {
    top: Calc(41px * 3 + 3rem);
    left: 7px;
    border-color: var(--green);
}

section.masteringEveryLap .boxShadow.position4 {
    top: Calc(41px * 3 + 7rem);
    left: 7px;
    border-color: var(--orange);
}

section.masteringEveryLap .boxShadow.position5 {
    top: Calc(41px * 3 + 11rem);
    left: 7px;
    border-color: white;
}

section.masteringEveryLap .owl-carousel#content {
    width: 350px;
}

section.masteringEveryLap .owl-carousel.sectors .owl-stage-outer,
section.masteringEveryLap .owl-carousel.sectors .owl-stage-outer .owl-stage,
section.masteringEveryLap
    .owl-carousel.sectors
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: 100%;
}

section.masteringEveryLap .content {
    width: 350px;
}

section.masteringEveryLap .content .header {
    height: 55px;
    background-color: #000;
    border-bottom: 2px solid;
    font-size: 0.8rem;
}

section.masteringEveryLap .content .header.sector1 {
    border-color: var(--blue);
}

section.masteringEveryLap .content .header.sector2 {
    border-color: var(--yellow);
}

section.masteringEveryLap .content .header.sector3 {
    border-color: var(--green);
}

section.masteringEveryLap .content .description.sector1 {
    background-color: var(--bgBlueOpacity);
}

section.masteringEveryLap .content .description.sector2 {
    background-color: var(--bgYellowOpacity);
}

section.masteringEveryLap .content .description.sector3 {
    background-color: var(--bgGreenOpacity);
}

section.masteringEveryLap .content .description.sector4 {
    background-color: var(--bgOrangeOpacity);
}

section.masteringEveryLap .content .description.sector5 {
    background-color: rgba(0, 0, 0, 0.25);
}

/* END MasteringEveryLap */

/* Crossing Finish Lines */

section.crossingTheFinishLine {
    min-height: 100vh;
}

section.crossingTheFinishLine > h1 {
    font-size: 4.5rem;
}

section.crossingTheFinishLine > h1 .customE {
    transform: scaleX(0.7) !important;
    letter-spacing: -10px;
    margin-left: -10px;
}

section.crossingTheFinishLine > h1 .customL {
    transform: scaleX(1.5) !important;
    letter-spacing: -10px;
    margin-right: 2rem;
}

section.crossingTheFinishLine > h1 .customO {
    transform: scaleX(1.2) !important;
    letter-spacing: 15px;
    margin-left: 10px;
}

#flagLeft {
    transform-origin: bottom right;
    right: -20px;
}

#flagRight {
    transform-origin: bottom left;
    left: -20px;
}

section.crossingTheFinishLine .caseStudyContainer {
    min-height: 60vh;
    background-image: url('../images/CaseStudyBG.png');
    /* Adjust top gradient similarly */
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: darken;
}

section.crossingTheFinishLine .caseStudyContainer .caseStudies {
    border-top: 2px solid;
    border-color: var(--yellow);
}

section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG {
    height: Calc(100% + 90px);
    top: -90px;
    left: -25px;
}

section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG img {
    left: -3rem;
}

section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG .studyName {
    top: 2rem;
}

.caseStudiesCarousel .owl-stage-outer {
    overflow: visible !important;
}

/* End Crossing Finish Lines */

/* Ready To Race */

section.readyToRace {
    min-height: 100vh;
    background-image: url('../images/ContactFormBG.png'),
        linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 150%);
    /* Adjust top gradient similarly */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 20%;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

section.readyToRace .readyToRaceContainer > h1 {
    font-size: 4rem;
}

section.readyToRace .readyToRaceContainer > h1 .customE {
    transform: scaleX(0.6) !important;
    letter-spacing: -15px;
    margin-left: -20px;
}

section.readyToRace .readyToRaceContainer .readyToRaceBG {
    pointer-events: none;
}

section.readyToRace .readyToRaceContainer .readyToRaceBG h4 .customE {
    transform: scaleX(0.7) !important;
    letter-spacing: -5px;
    margin-left: -5px;
}

section.readyToRace .readyToRaceContainer .readyToRaceBG h4:nth-of-type(2) {
    top: 2rem;
}

section.readyToRace .readyToRaceContainer > div > div:nth-of-type(1) {
    height: 75%;
}

section.readyToRace .readyToRaceContainer .content {
    border-top-left-radius: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
}

section.readyToRace .readyToRaceContainer #readyToRace .row {
    border-top: 2px solid;
    border-color: var(--red);
    /* margin-top: 2.5rem; */
}

section.readyToRace form#readyToRace input,
section.readyToRace form#readyToRace select,
section.readyToRace form#readyToRace textarea {
    border: none;
    background: var(--bgRedOpacity);
    border-radius: 0px;
    color: #fff;
}

section.readyToRace form#readyToRace input:focus,
section.readyToRace form#readyToRace input:active,
section.readyToRace form#readyToRace textarea:focus,
section.readyToRace form#readyToRace textarea:active,
section.readyToRace form#readyToRace select:focus,
section.readyToRace form#readyToRace select:active,
section.readyToRace form#readyToRace input:-webkit-autofill,
section.readyToRace form#readyToRace textarea:-webkit-autofill,
section.readyToRace form#readyToRace input:autofill,
section.readyToRace form#readyToRace textarea:autofill {
    box-shadow: 0 0 0.5rem 2px var(--red),
        inset 0 0 0px 1000px var(--bgRedOpacity) !important;
    -webkit-box-shadow: 0 0 0.5rem 2px var(--red),
        inset 0 0 0px 1000px var(--bgRedOpacity) !important;
    background-color: var(--bgRedOpacity) !important;
    -webkit-text-fill-color: #fff !important;
    /* Ensures text color is visible */
}

section.readyToRace .talkToAHyperContainer {
    width: 425px;
    height: 50px;
    background-image: url('../images/BannerAction.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

section.readyToRace .talkToAHyperContainer h4 .customO,
section.readyToRace .talkToAHyperContainer h4 .customE {
    letter-spacing: -10px;
    margin-left: -10px;
}

section.readyToRace #formWaitingVideo {
    background-color: #000;
}

footer {
    min-height: 120px;
    background-color: transparent;
}

/* END Ready To Race */

/* MEDIA QUERIES */

/* X-Small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
    .navbar-collapse {
        margin-left: 0rem;
    }

    header .navbar-nav {
        left: 0;
    }

    .navbar .logo {
        height: 70px;
    }

    section.homepageBanner {
        height: Calc(100vh - 340px);
    }

    section.homepageBanner > img:nth-of-type(1) {
        width: 140% !important;
        left: -20%;
    }

    section.homepageBanner video {
        /* top: 80px;
        transform: translate(-50%, 0%);
        height: 25vh; */
        top: 0;
        bottom: 0;
        left: 0 !important;
        height: 25vh;
        margin: auto;
        transform: scale(3);
    }

    #playButton {
        top: 45% !important;
        height: 90px;
    }

    .containerAction {
        top: 65%;
        height: 45px;
        bottom: 40px;
    }

    section.ItAllBegins {
        margin-top: 5rem;
    }

    section.ItAllBegins .ContentItAllBegins {
        height: 30vh;
    }

    section.ItAllBegins .ContentItAllBegins h1,
    section.projectsReady > h1,
    section.masteringEveryLap h1,
    section.crossingTheFinishLine > h1 {
        font-size: 2rem;
        justify-content: center;
    }

    section.ItAllBegins .ContentItAllBegins h1 .customRedE {
    }

    .containerAction img {
        width: 17px;
    }

    section.MeetTheHypersCrew,
    section.projectsReady,
    section.masteringEveryLap,
    section.crossingTheFinishLine .caseStudyContainer,
    section.readyToRace {
        height: unset;
    }

    section.MeetTheHypersCrew .personsInformation {
        left: 0;
        width: 100% !important;
        height: unset;
    }

    section.MeetTheHypersCrew .personsInformation > div {
        height: unset !important;
    }

    section.MeetTheHypersCrew .personsInformation p {
        width: 75%;
        text-align: justify;
    }

    section.MeetTheHypersCrew .owl-item h2,
    section.MeetTheHypersCrew .owl-item h5 {
        text-align: center;
        justify-content: center;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .projectsReady > p {
        width: 100% !important;
        text-align: center;
    }

    .projectsReady .box {
        margin-bottom: 8rem !important;
    }

    section.masteringEveryLap h1 .customE {
        transform: scaleX(0.7) !important;
        letter-spacing: -10px;
        margin-left: -10px;
    }

    section.masteringEveryLap .owl-carousel#content,
    section.masteringEveryLap .sector {
        width: 90%;
    }

    section.masteringEveryLap .content {
        width: 100% !important;
    }

    .crossingTheFinishLine > div:nth-of-type(1) {
        flex-direction: column;
        width: 100%;
    }

    .crossingTheFinishLine > p {
        width: 85% !important;
    }

    section.crossingTheFinishLine h1 .customL {
        margin-right: 1.3rem;
    }

    .caseStudyContainer img.arrow {
        width: 35px;
    }

    section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG {
        width: unset !important;
    }

    section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG img {
        width: Calc(100% + 3rem + 25px);
    }

    section.readyToRace .readyToRaceContainer > h1 {
        font-size: 2.5rem;
        justify-content: center;
    }

    section.readyToRace .readyToRaceContainer > h1 .customE {
        transform: scaleX(0.6) !important;
        letter-spacing: -15px;
        margin-left: -10px;
    }

    section.MeetTheHypersCrew h1 {
        font-size: 2rem;
    }

    section.MeetTheHypersCrew h1 img {
        width: 23px;
    }

    section.MeetTheHypersCrew .container-fluid > .row {
        align-items: end;
    }

    section.MeetTheHypersCrew .description {
        width: 100%;
    }

    section.MeetTheHypersCrew img.person {
        width: 60%;
    }

    /* section.MeetTheHypersCrew .personsInformation {
        display: none;
    } */

    section.MeetTheHypersCrew
        .carouselPersonsInformation
        .personsInformation
        .personsArrow {
        display: none;
    }

    section.MeetTheHypersCrew .personsInformation p {
        width: 75%;
        text-align: center;
        margin: auto;
    }

    section.MeetTheHypersCrew .personsInformationMobile {
        display: flex !important;
        left: unset;
        width: unset;
        height: 100%;
        background-size: 120% 100%;
        background-position: 0%;
    }

    section.MeetTheHypersCrew .personsInformationMobile .personsArrow {
        height: unset !important;
        width: 75%;
    }

    section.MeetTheHypersCrew .personsInformationMobile .owl-nav {
        display: none;
    }

    #flagLeft,
    #flagRight {
        width: 125px;
    }

    section.projectsReady .startingGrid {
        width: 75%;
    }

    section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG h4 {
        width: Calc(100% - 3rem);
    }

    section.readyToRace .readyToRaceContainer .readyToRaceBG {
        width: unset !important;
    }

    section.readyToRace .readyToRaceContainer .readyToRaceBG > h4 {
        font-size: 1.1rem;
    }

    section.readyToRace .readyToRaceContainer .readyToRaceBG > img {
        width: 100%;
    }

    section.readyToRace .talkToAHyperContainer {
        width: 300px;
        height: 40px;
    }

    .logo-footer {
        height: 60px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .navbar-collapse {
        margin-left: 0rem;
    }

    header .navbar-nav {
        left: 0;
    }

    .navbar .logo {
        height: 70px;
    }

    section.homepageBanner {
        height: Calc(100vh - 340px);
    }

    /* section.homepageBanner>img:nth-of-type(1) {
        width: 200% !important;
        left: -50%;
    } */

    section.homepageBanner video {
        top: 0px;
        transform: translate(-50%, 0%);
        height: Calc(100vh - 340px);
    }

    #playButton {
        top: 40% !important;
        height: 90px;
    }

    .containerAction {
        top: 60%;
        height: 50px;
        bottom: 40px;
    }

    section.ItAllBegins .ContentItAllBegins {
        height: 50vh;
    }

    section.ItAllBegins .ContentItAllBegins h1,
    section.projectsReady > h1 {
        font-size: 2.5rem;
        justify-content: center;
    }

    section.ItAllBegins .ContentItAllBegins h1 img {
        height: 33px;
    }

    section.ItAllBegins .ContentItAllBegins h1 img.customO {
        width: 90px;
    }

    section.ItAllBegins .ContentItAllBegins h1 img.customC {
        width: 55px;
    }

    .containerAction img {
        width: 17px;
    }

    section.MeetTheHypersCrew,
    section.projectsReady,
    section.masteringEveryLap,
    section.crossingTheFinishLine .caseStudyContainer,
    section.readyToRace {
        height: unset;
    }

    section.MeetTheHypersCrew h1 {
        font-size: 2rem;
    }

    section.MeetTheHypersCrew h1 img {
        width: 23px;
    }

    section.MeetTheHypersCrew .container-fluid > .row {
        align-items: end;
    }

    section.MeetTheHypersCrew .description {
        width: 100%;
    }

    section.MeetTheHypersCrew img.person {
        width: 50%;
    }

    section.MeetTheHypersCrew img.person {
        width: 45% !important;
    }

    section.MeetTheHypersCrew .personsInformation {
        /* display: none; */
        left: 0;
        width: 100% !important;
        height: unset;
    }

    section.MeetTheHypersCrew .personsInformation p {
        width: 75%;
        text-align: justify;
    }

    section.MeetTheHypersCrew .personsInformationMobile {
        display: flex !important;
        left: unset;
        width: unset;
        height: 100%;
        background-size: 95% 100%;
        background-position: 0%;
    }

    section.MeetTheHypersCrew .personsInformationMobile .personsArrow {
        height: unset !important;
        width: 75%;
    }

    section.MeetTheHypersCrew .personsInformationMobile .owl-nav {
        display: none;
    }

    section.masteringEveryLap h1.animatedText {
        font-size: 3rem;
        justify-content: center;
    }

    section.masteringEveryLap .row .col-12:nth-of-type(1) p {
        text-align: center;
    }

    section.masteringEveryLap h1 img {
        height: 37px;
    }

    section.masteringEveryLap h1 img.customE {
        width: 37px;
    }

    section.masteringEveryLap h1 img.customP {
        width: 37px;
    }

    section.masteringEveryLap .owl-carousel .owl-item img {
        width: 75% !important;
    }

    section.masteringEveryLap .owl-carousel#content {
        width: 100% !important;
    }

    section.masteringEveryLap .content {
        width: 100%;
    }

    section.masteringEveryLap .boxShadow {
        width: 75%;
    }

    section.masteringEveryLap .sector {
        width: 45%;
    }

    section.masteringEveryLap .boxShadow.position1 {
        top: 41px !important;
        left: 5px !important;
        border-color: var(--blue);
    }

    section.masteringEveryLap .boxShadow.position2 {
        top: Calc(40px * 2 + 1.5rem) !important;
        left: 5px !important;
        border-color: var(--yellow);
    }

    section.masteringEveryLap .boxShadow.position3 {
        top: Calc(39px * 3 + 3rem) !important;
        left: 5px !important;
        border-color: var(--green);
    }

    section.masteringEveryLap .squares .section1 .bigBlueRect {
        right: -25px !important;
    }

    section.masteringEveryLap .squares .section1 .bigOrangeRectRight {
        right: 25px !important;
    }

    section.masteringEveryLap .squares .section2 .bigBlueRect {
        right: 125px !important;
    }

    section.masteringEveryLap .squares .section2 .bigOrangeRectRight {
        right: 175px !important;
    }

    section.masteringEveryLap .squares .section3 .bigBlueRect {
        right: 275px !important;
    }

    section.masteringEveryLap .squares .section3 .bigOrangeRectRight {
        right: 325px !important;
    }

    section.projectsReady > h1 img {
        height: 30px;
    }

    section.projectsReady > h1 img.customE {
        width: 30px;
    }

    section.projectsReady > h1 img.greenE,
    section.projectsReady > h1 img.customD {
        width: 40px;
    }

    section.projectsReady > h1 img.customO {
        width: 70px;
    }

    .projectsReady > p {
        width: 100% !important;
        text-align: center;
    }

    .projectsReady .box {
        margin-bottom: 8rem !important;
    }

    .crossingTheFinishLine > div:nth-of-type(1) {
        flex-direction: column;
        width: 100%;
    }

    .crossingTheFinishLine > p {
        width: 90% !important;
    }

    .caseStudyContainer img.arrow {
        width: 35px;
    }

    section.crossingTheFinishLine > h1 {
        font-size: 3rem;
    }

    section.crossingTheFinishLine h1 .customL {
        margin-right: 1.5rem;
    }

    section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG {
        width: unset !important;
    }

    section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG img {
        width: Calc(100% + 3rem + 25px);
    }

    section.readyToRace .readyToRaceContainer > h1 {
        justify-content: center;
    }

    section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG h4 {
        width: Calc(100% - 3rem);
    }

    section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG img {
        height: unset !important;
    }

    section.readyToRace .readyToRaceContainer > h1 {
        font-size: 3rem;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    section.homepageBanner {
        height: Calc(100vh - 240px);
    }

    section.homepageBanner video {
        top: 0px;
        transform: translate(-50%, 0%);
        height: Calc(100vh - 240px);
    }

    #playButton {
        /*  top: 25% !important; */
        height: 120px;
    }

    .containerAction {
        top: 65%;
        height: 60px;
    }

    section.projectsReady > h1,
    section.masteringEveryLap h1 {
        font-size: 3rem;
    }

    section.ItAllBegins .ContentItAllBegins h1 {
        font-size: 3.5rem;
    }

    section.ItAllBegins .ContentItAllBegins h1 img.customC {
        height: 45px;
        width: 70px;
    }

    section.MeetTheHypersCrew h1 {
        font-size: 2.5rem;
    }

    section.MeetTheHypersCrew h1 img {
        width: 29px;
    }

    section.MeetTheHypersCrew img.person {
        height: 60vh !important;
    }

    section.MeetTheHypersCrew img.personsArrow {
        height: 40% !important;
    }

    section.MeetTheHypersCrew .personsInformation p,
    section.MeetTheHypersCrew .description {
        width: 100%;
        text-align: justify;
        padding-right: 2rem;
    }

    section.projectsReady > h1 img {
        height: 38px;
    }

    section.projectsReady > h1 img.customE {
        width: 30px;
    }

    section.projectsReady > h1 img.customO {
        width: 100px;
    }

    section.projectsReady > h1 img.greenE,
    section.projectsReady > h1 img.customD {
        width: 50px;
    }

    section.projectsReady > p {
        width: 75% !important;
        text-align: justify;
    }

    .projectsReady .box {
        margin-bottom: 8rem !important;
    }

    section.projectsReady .startingGrid.active {
        background-size: cover;
    }

    section.masteringEveryLap h1.animatedText {
        font-size: 3rem;
    }

    section.masteringEveryLap h1 img {
        height: 37px;
    }

    section.masteringEveryLap h1 img.customE {
        width: 37px;
    }

    section.masteringEveryLap h1 img.customP {
        width: 37px;
    }

    section.masteringEveryLap .owl-carousel .owl-item img {
        width: 100% !important;
    }

    section.masteringEveryLap .squares .bigOrangeRectRight,
    section.masteringEveryLap .squares .bigBlueRect {
        width: 120px;
    }

    .squaresCrossingLineLeft,
    .squaresCrossingLineRight {
        width: 270px;
        height: 75px;
    }

    #flagLeft,
    #flagRight {
        width: 100px;
    }

    section.crossingTheFinishLine .caseStudyContainer {
        height: unset !important;
    }

    section.crossingTheFinishLine .caseStudyContainer .caseStudiesBG img {
        height: unset !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    section.homepageBanner {
        height: Calc(100vh - 120px);
    }

    section.homepageBanner video {
        top: 0px;
        transform: translate(-50%, 0%);
        height: Calc(100vh - 120px);
    }

    #playButton {
        top: 40% !important;
    }

    /* .containerAction {
        top: 40%;
    } */

    .squaresCrossingLineLeft,
    .squaresCrossingLineRight {
        width: 300px;
        height: 75px;
    }

    section.projectsReady > h1,
    section.masteringEveryLap h1 {
        font-size: 3rem;
    }

    .projectsReady > h1 img.customE {
        width: 38px;
        height: 38px;
    }

    .projectsReady > h1 img.customO {
        width: 100px;
        height: 40px;
    }

    .projectsReady > h1 img.customD {
        width: 55px;
        height: 40px;
    }

    section.masteringEveryLap h1 img {
        height: 38px;
    }

    section.masteringEveryLap .owl-carousel .owl-item img {
        width: 100% !important;
        margin-top: 2rem;
    }

    .caseStudyContainer img.arrow {
        width: 65px;
    }

    .startingGrid h6 img.customO {
        width: 28px;
        margin-top: 0px !important;
    }

    .startingGrid h6 img.customE {
        width: 13px;
        margin-top: 0px !important;
    }

    /* .startingGrid h6 img.customS {
        width: 28px;
    } */
    .readyToRaceBG .customERed {
        width: 17px;
    }

    .readyToRaceBG .customE {
        width: 17px;
    }

    section.projectsReady .startingGrid.active {
        background-size: cover;
    }

    section.crossingTheFinishLine .caseStudyContainer {
        height: unset !important;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
    header .nav-link {
        /* font-size: 25px; */
        font-size: 1.2rem;
    }

    section.homepageBanner {
        height: Calc(100vh - 120px);
    }

    section.homepageBanner video {
        top: 45%;
        height: Calc(90% - 250px);
    }

    header a.nav-link .customO {
        width: 21px;
    }

    header a.nav-link .customL {
        width: 17px;
    }

    section.MeetTheHypersCrew .personsInformation p {
        width: 75%;
    }

    section.projectsReady .startingGrid .knowMore {
        background-size: cover;
    }

    section.projectsReady .startingGrid .knowMore h5 {
        font-size: 1rem;
        margin-bottom: 0 !important;
    }

    #flagLeft,
    #flagRight {
        width: 125px;
    }

    .squaresCrossingLineLeft,
    .squaresCrossingLineRight {
        width: 450px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}

/* Cookie Consent Banner */
.cookie-consent {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(150%);
    width: min(600px, 92%);
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    box-shadow: 0 4px 25px -5px rgba(0, 0, 0, 0.75),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    z-index: 9999;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s;
    opacity: 0;
    font-size: 0.9rem;
}

.cookie-consent.show {
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
}

.cookie-consent.hidden {
    display: none;
}

.cookie-consent__content {
    padding: 1.25rem 1.5rem;
}

.cookie-consent button {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
}

.cookie-consent .btn-success {
    background: var(--red);
    border-color: white;
}

.cookie-consent .btn-success:hover {
    filter: brightness(1.15);
}

.cookie-consent .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.cookie-consent .btn-outline-light:hover {
    background: #fff;
    color: #000;
}

.cookie-consent .preferences {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.75rem;
}

.cookie-consent a,
.cookie-consent button.btn-link {
    color: var(--yellow);
}

.cookie-consent a:hover,
.cookie-consent button.btn-link:hover {
    color: #fff;
}

@media (max-width: 575px) {
    .cookie-consent {
        bottom: 0.75rem;
        font-size: 0.8rem;
    }

    .cookie-consent__content {
        padding: 1rem 1rem 1.1rem;
    }
}
