:root {
    --gap: 15%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
}

.container {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.modal {
    z-index: 99999999999;
}

.modal-header {
    border: none !important;
}

.modal-body {
    padding: 70px !important;
    text-align: center;
}

.margin-left-200 {
    margin-left: -11vw;
}

.margin-left-100 {
    margin-left: -5.5vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    line-height: 1;
}

p,
div,
span,
a,
li,
ul,
ol,
blockquote,
pre,
code,
table,
th,
td {
    font-family: "Noto Sans", sans-serif;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.text-stibo-blue {
    color: #00ABC1 !important;
}

.text-stibo-dark-blue {
    color: #33727E !important;
}

.text-stibo-darkest-blue {
    color: #004F5D !important;
}

.text-stibo-sherpa-blue {
    color: #004F5F !important;
}

.text-stibo-orange {
    color: #FF4E00 !important;
}

.text-stibo-light-blue {
    color: #CCEEF2 !important;
}

.text-stibo-bold {
    font-weight: 700;
}

.smooth-wrapper {
    height: 100%;
}

.text-container-sm {
    width: 75%;
    max-width: 580px;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: #edeef0 2px solid;
    margin-bottom: -2px;
}

.main-header,
.nav-dots-container {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.stibo-logo {
    max-width: 100%;
    height: auto;
    width: 210px;
}

.nav-container {
    margin: 0 7vw;
}

.get-started-a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  background: none;
  outline: none;
  border: 0px;
}

.get-started-a:hover .get-started-text span {
    color: #004F5D;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.get-started-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.get-started-text span {
    font-size: 16px;
    font-weight: 700;
    color: #FF4E00;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin-left: 10px;

}

.get-started-a svg path {
    fill: #FF4E00;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.get-started-a:hover svg path {
    fill: #004F5D;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.main-container {
    position: relative;
}

.title-break {
    max-width: 50%;
    height: auto;
}

.horizontal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}

.no-wrap {
    white-space: nowrap;
}

.panel {
    min-width: 100vw;
    height: 100vh;
    overflow: visible;
    position: relative;
}

.panel-70 {
    min-width: 70vw;
    height: 100vh;
    overflow: visible;
    position: relative;
}

.panel-50 {
    min-width: 50vw;
    height: 100vh;
    overflow: visible;
    position: relative;
}

.panel-35 {
    min-width: 35vw;
    height: 100vh;
    overflow: visible;
    position: relative;
}

.panel-20 {
    min-width: 20vw;
    height: 100vh;
    overflow: visible;
    position: relative;
}

.panel,
.panel-20,
.panel-35,
.panel-50,
.panel-70 {
    padding-top: 80px;
}

.panel-first {
    padding-top: 0 !important;
}

.panel-1 {
    background-color: #000;
    z-index: 3;
}

.panel-2 {
    background-color: #fff;
}

.panel-3 {
    background-color: #fff;
    z-index: 1;
}

.panel-355 {
    z-index: 1;
}

.panel-4 {
    background-color: #fff;
    z-index: 2;
}

.panel-5 {
    z-index: 1;
}

.panel-6,
.panel-65 {
    z-index: 4;
}

.panel-7 {
    z-index: 2;
}

.panel-8 {
    z-index: 6;
}

.panel-9 {
    z-index: 7;
}

.panel-5,
.panel-6,
.panel-65,
.panel-12,
.panel-13 {
    background-color: #CCEEF2;
}

.panel-7 {
    background: #fff;
}

.panel-10 {
    background: transparent;
    z-index: 99;
}

.panel-11 {
    background: transparent;
    z-index: 100;
}

.panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
}

.stibo-btn-orange {
    background-color: #FF4E00;
    color: #fff;
    border: none;
    padding: 12px 60px 12px 60px;
    outline: none;
    margin-top: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stibo-btn-orange:hover {
    background-color: #004F5F;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-arrow {
    display: inline-block;
    vertical-align: middle;
}

.stibo-orange-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;

}

.stibo-orange-link:hover span {
    color: #004F5F;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.stibo-orange-link span {
    color: #FF4E00;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;

}

.stibo-orange-link svg {
    margin-right: 8px;
}

.stibo-orange-link rect {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;

}

.stibo-orange-link:hover rect {
    fill: #004F5F;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.subheading,
.heading,
.tagline,
.description-slow .panel-5-text,
.panel-6-text,
.panel-6-text-1 {
    position: relative;
}

.heading-wrapper {
    position: relative;
    overflow: visible;
}

.heading {
    position: relative;
}

.image-stack {
    position: relative;
    overflow: visible;
}

.image-stack .stibo-grid-1 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


.image-stack .stibo-grid-5 {
    position: absolute;
    top: 70%;
    left: 100%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


.image-stack .stibo-grid-6 {
    position: absolute;
    top: 70%;
    left: 100%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.image-stack img:nth-child(1) {
    z-index: 1;
}

.image-stack img:nth-child(2) {
    z-index: 2;
}



.stibo-grid-2 {
    max-width: unset;
    height: auto;
    margin-bottom: 100%;
}

.stibo-grid-3 {
    height: auto;
    position: absolute;
    right: 0;
    bottom: 10%;
}

.stibo-grid-4 {
    height: auto;
    position: absolute;
    right: 50%;
    top: 12%;
}

.stibo-grid-7 {
    height: auto;
    position: absolute;
    top: 52%;
}

.stibo-grid-8 {
    height: auto;
    position: absolute;
    left: 50%;
    top: 12%;
}

.stibo-grid-9 {
    height: auto;
    position: absolute;
    right: 50%;
    top: 12%;
}

#introVideo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#panel7Video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 79, 93);
    background: -o-linear-gradient(left, rgba(0, 79, 93, 0.5886729691876751) 35%, rgba(0, 79, 93, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 79, 93, 0.5886729691876751)), to(rgba(0, 79, 93, 0)));
    background: linear-gradient(90deg, rgba(0, 79, 93, 0.5886729691876751) 35%, rgba(0, 79, 93, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.panel {
    position: relative;
}

#globeVideo {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    max-height: 100%;
}
#globeVideo video {
    clip-path: inset(1px);
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

/* PHONE CSS */

.phone-in-hand {
    width: auto;
    max-width: 80%;
    height: auto;
    position: relative;
    z-index: 2;
    max-height: 90vh;
}

.phone-wrapper {
    position: relative;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 20px;
    max-width: 40%;
    z-index: 3;
}

.threed-icon {
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    height: auto;
    max-width: 60px;
    pointer-events: none;
}

#modelCol {
    z-index: 10;
}

#modelViewerContainer,
#modelViewerContainer2 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.box1 {
    background-color: #F9D452;
}

.box2 {
    background-color: #004F5F;
}

.box3 {
    background-color: #00ABC1;
}

.box4 {
    background-color: #fff;
    outline: solid 2px #F9D452;
}

.box5 {
    background-color: #66CCD9 !important;
    color: #CCEEF2 !important;
}

.box6 {
    background-color: #37464F !important;
    color: #F5D05B !important;
}

.overlay-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 10px 1fr;
    grid-template-columns: 200px 1fr;
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    padding: 20px;
    z-index: 2;
    position: relative;

}

.overlay-2>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;

}

.overlay-2>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;

}

.overlay-2>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;

}

.overlay-2>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;

}

.stat-box {
    padding: 9px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    z-index: 3;
    position: relative;
}

/* Stat Boxes */
.stat-box-2 {
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box1-2 {
    background-color: #F9D452;
}

.box2-2 {
    background-color: #004F5F;
}

.box3-2 {
    background-color: transparent;
    position: absolute;
    width: 30%;
    height: 50%;
    top: 50%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.vr-container {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    max-height: 410px;
}

/* VR Image Styling */
.vr-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#modelViewerContainerStop {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.phone-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    margin-bottom: 30%;
}

.phone-image-1 {
    display: block;
}


.phone-image-1,
.phone-image-2,
.phone-image-3,
.phone-image-4 {
    display: block;
    width: 15vw !important;
    max-width: 300px;
    height: auto;
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.5) 35px 30px 20px);
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 35px 30px 20px);
    z-index: 3;
}


.stibo-grid-1,
.stibo-grid-2,
.stibo-grid-3,
.stibo-grid-4,
.stibo-grid-5,
.stibo-grid-6,
.stibo-grid-7,
.stibo-grid-8,
.stibo-grid-9 {
    width: 18vw;
    height: auto;
    z-index: 1;
    max-width: 330px;
}


/* Loader Bar */
.loader-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.progress-bar {
    width: 300px;
    height: 30px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 5px;
}

.progress-fill {
    width: 0%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}



.phone-video {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90vh;
    display: block;
    position: relative;
}

/* Play button container */
.play-button-container {
    position: absolute;
    cursor: pointer;
}

.play-button {
    width: 80px;
    height: 80px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
    z-index: 9999999999;
}



.interactive-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    max-height: 100vh;
}

.central-image {
    width: 300px;
    height: 100vh;
    z-index: 1;
}

.plus-sign {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: none;
    color: #F9D452;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    z-index: 2;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    z-index: 99;
    opacity: 0;
    border: solid 2px #F9D452;
}

.plus-sign.active {
    background-color: #F9D452;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Positioning Plus Signs Around the Image */
.plus1 {
    top: 24%;
    left: 47%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.plus2 {
    top: 40%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plus3 {
    top: 60%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plus4 {
    top: 30%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plus5 {
    top: 41%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plus6 {
    top: 52%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plus7 {
    top: 66%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.line-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.paragraphs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.info-paragraph {
    font-family: "Noto Sans", sans-serif;
    position: absolute;
    width: 30vw;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #33727E;
    z-index: 100;
}

.info-paragraph:hover {
    opacity: 1 !important;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#para4,
#para5,
#para6,
#para7 {
    text-align: end;
}

#para1 {
    top: 22%;
    left: calc(50% - var(--gap));
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

#para2 {
    top: 47%;
    left: calc(50% - var(--gap));
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

#para3 {
    top: 72%;
    left: calc(50% - var(--gap));
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

#para4 {
    top: 20%;
    left: calc(50% + var(--gap));
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#para5 {
    top: 38%;
    left: calc(50% + var(--gap));
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#para6 {
    top: 55%;
    left: calc(50% + var(--gap));
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#para7 {
    top: 74%;
    left: calc(50% + var(--gap));
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}



.nav-dots-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
}

.nav-arrow {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 43px;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.6;
}

.left-arrow {
    color: #00ABC1;
    margin-right: 10px;
}

.right-arrow {
    color: #00ABC1;
    margin-left: 10px;
}

.nav-arrow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.nav-arrow.disabled {
    opacity: 1;
    cursor: default;
}

.nav-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 30px;
    padding: 0;
    cursor: pointer;
    opacity: 0.3;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.chapter-select {
    position: absolute;
    top: -55px;
    opacity: 0.7;
    pointer-events: none;
    min-width: 300px;
}

.dot-1 {
    background-color: #e7d167;
}

.dot-2 {
    background-color: #d0cd7a;
}

.dot-3 {
    background-color: #afc690;
}

.dot-4 {
    background-color: #8fbfa0;
}

.dot-5 {
    background-color: #6ab8af;
}

.dot-6 {
    background-color: #42b1b9;
}

.dot-1.active {
    background-color: #e7d167;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.dot-2.active {
    background-color: #d0cd7a;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.dot-3.active {
    background-color: #afc690;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.dot-4.active {
    background-color: #8fbfa0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.dot-5.active {
    background-color: #6ab8af;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.dot-6.active {
    background-color: #42b1b9;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.nav-dot:hover {
    cursor: pointer;
    /* opacity: 1;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; */
}



@media (max-width: 1600px) {
    .overlay {
        max-width: 60%;
        top: 10%;
    }

    .phone-in-hand {
        width: 85%;
        height: auto;
    }

    .main-header {
        height: 65px;
    }

    .panel,
    .panel-20,
    .panel-35,
    .panel-50,
    .panel-70 {
        padding-top: 60px;
    }

    .phone-image-1,
    .phone-image-2,
    .phone-image-3,
    .phone-image-4 {
        width: 16vw !important;
        height: auto;
    }

    .panel-35 {
        min-width: 45vw;
    }

    .stibo-grid-5 {
        margin-left: 150px;
    }
    #phoneC1 {
        margin-left: -11vw;
    }
    .stibo-grid-1 {
        margin-left: -3vw;
    }
}

@media (max-width: 1440px) {
    .phone-in-hand {
        width: 70%;
        height: auto;
    }

    .vr-container {
        max-height: 320px;
        min-width: 600px;
    }

    .stibo-grid-4 {
        top: 12%;
    }

    .overlay-2 {
        margin-top: 80px;
    }



    .stibo-grid-2 {
        margin-left: 50px;
    }

    .panel-11 .row {
        margin-left: 100px;
    }

    .panel-12 .row {
        margin-left: -100px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .phone-image-2 {
        margin-left: -100px;
    }

    .nav-dot {
        width: 8px;
        height: 8px;
        margin: 0 20px;
    }

}
@media (max-width: 1400px) {
    #phoneC1 {
        margin-left: -4vw;
    }
    .stibo-grid-1 {
        margin-left: -3vw;
    }
}
/* FORM */
.form-wrapper {
    max-width: 70%;
    height: auto;
}

.hbspt-form .hs-form-field label:not(.hs-error-msg):not(.hs-form-booleancheckbox-display) {
    display: none;
}

.hs-form-booleancheckbox {
    list-style: none;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #828282;
}

::-webkit-input-placeholder {
    color: #828282 !important;
}

::-moz-placeholder {
    color: #828282 !important;
}

:-ms-input-placeholder {
    color: #828282 !important;
}

::placeholder,
.hs-form-field select.is-placeholder {
    color: #828282 !important;
}




.comment-form input:not([type=checkbox]):not([type=submit]):not([type=hidden]):focus,
.comment-form select:focus,
.comment-form textarea:focus,
.frm_form_field input:not([type=checkbox]):not([type=submit]):not([type=hidden]):focus,
.frm_form_field select:focus,
.frm_form_field textarea:focus,
.hs-form-field input:not([type=checkbox]):not([type=submit]):not([type=hidden]):focus,
.hs-form-field select:focus,
.hs-form-field textarea:focus {
    outline: 0;
    background: #fff;
}

.comment-form input:not([type=checkbox]):not([type=submit]):not([type=hidden]),
.comment-form select,
.comment-form textarea,
.frm_form_field input:not([type=checkbox]):not([type=submit]):not([type=hidden]),
.frm_form_field select,
.frm_form_field textarea,
.hs-form-field input:not([type=checkbox]):not([type=submit]):not([type=hidden]),
.hs-form-field select,
.hs-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 0;
    border: 0;
    background: #fff;
    padding: 0;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    color: #37464F;
    padding: 15px;
    margin-bottom: 10px;
}

.hbspt-form .actions .hs-button {
    background-color: #FF4E00;
    color: #fff;
    border: none;
    padding: 12px 60px;
    outline: none;
    margin-top: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.hbspt-form .actions .hs-button:hover {
    background-color: #004F5F;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.hbspt-form a {
    color: #212529;
}

.grecaptcha-badge {
    visibility: hidden !important;
    margin-bottom: 0px;
}

.hs-form-section {
    background-color: #f4f4f4;
}

.hs-error-msgs {
    padding-left: 15px;
    font-size: 14px;
    color: #37464F;
}

.hs-error-msgs li {
    list-style: none;
    font-size: 13px;
    color: red;
}

input[type="checkbox"] {
    cursor: pointer !important;
    margin-left: -1.9em !important;
    margin-right: 1em !important;
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
    accent-color: #004F5D !important;
    margin-top: 5px !important;
    min-width: 15px;
}


.hs-form-booleancheckbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.hs-form-booleancheckbox span {
    margin-left: 0px !important;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .container-fluid {
        max-width: 100%;
        /* Full width for devices larger than 1200px */
    }
}

/* Target devices below 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
    .container-fluid {
        max-width: 960px;
        /* Same width as the .container for these breakpoints */
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .container-fluid {
        max-width: 720px;
        /* Match the container width for these breakpoints */
    }
}

@media (max-width: 766px) {
    .container-fluid {
        max-width: 540px;
        /* Match the container width for smaller devices */
    }
}

/* For very small devices */
@media (max-width: 576px) {
    .container-fluid {
        max-width: 100%;
        /* Full width for small devices */
    }
}

/* MOUSE ANIMATION */
.mouse{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mouse-icon{
     width: 25px;
     height: 45px;
     border: 2px solid #00abc1;
     border-radius: 15px;
     cursor: pointer;
     position: relative;
     text-align: center;
}
.mouse-wheel{
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: #00abc1;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
   -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
  }
  @-webkit-keyframes wheel-up-down {
      0% {
          margin-top: 2px;
          opacity: 0;
      }
      30% {
          opacity: 1;
      }
      100% {
          margin-top: 20px;
          opacity: 0;
      }
  }
  @-moz-keyframes wheel-up-down {
      0% {
          margin-top: 2px;
          opacity: 0;
      }
      30% {
          opacity: 1;
      }
      100% {
          margin-top: 20px;
          opacity: 0;
      }
  }
  @keyframes wheel-up-down {
      0% {
          margin-top: 2px;
          opacity: 0;
      }
      30% {
          opacity: 1;
      }
      100% {
          margin-top: 20px;
          opacity: 0;
      }
  }

/* ARROW INDICATION */
@keyframes indicateArrow {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(5px);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  .btn-arrow {
    animation: indicateArrow 1s ease-in-out infinite;
  }


/* Tablets */
@media (max-width: 1200px) {
    .horizontal-container {
        display: flex;
        flex-direction: column;
    }

    .nav-container {
        margin: 0;
    }

    .container {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .d-below-xl-none {
        display: none !important;
    }

    .margin-left-200 {
        margin-left: 0px;
    }

    .margin-left-100 {
        margin-left: 0px;
    }

    .text-container-sm {
        width: 100%;
        max-width: unset;
    }

    .no-wrap {
        white-space: nowrap;
    }

    .panel,
    .panel-20 {
        overflow: visible;
        position: relative;
        min-height: unset !important;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 50px 0px 50px 0px;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        display: block;
    }

    .panel-70 {
        overflow: visible;
        position: relative;
    }

    .panel-50 {
        overflow: visible;
        position: relative;
    }

    .panel-35 {
        overflow: visible;
        position: relative;
    }

    .panel-20 {
        overflow: visible;
        position: relative;
        min-height: unset;
        height: unset;
    }

    .panel,
    .panel-20,
    .panel-35,
    .panel-50,
    .panel-70 {
        min-width: unset;
        height: unset;
        min-height: unset;
    }

    .panel-1 {
        padding-top: 0 !important;
    }

    .panel-2 {
        padding-top: 90px;
        padding-bottom: 0px;
    }

    .panel-3 {
        padding-top: 0px;
        padding-bottom: 50px;
        scroll-margin-top: 80px; 
    }

    .panel-355 {
        margin-left: 0px;
        padding-top: 0px;
    }

    .panel-4 {
        padding: 0px !important;
    }

    .panel-5 {
        padding-bottom: 0px !important;
    }

    .panel-6 {
        padding-top: 0px !important;
    }

    .panel-65 {
        padding-top: 0px;
    }

    .panel-95 {
        padding-top: 0px;
        margin-top: -40px;
        margin-bottom: 100px;
    }

    .panel-7 {
        padding: 0 !important;
    }

    .panel-8 {
        padding: 0 !important;
    }

    .panel-11 {
        background-color: #CCEEF2;
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .panel-12 {
        padding-bottom: 0px;
    }

    .panel-13 {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .phone-container {
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        z-index: 2;
        margin-bottom: 0%;
    }

    .phone-image-1,
    .phone-image-2,
    .phone-image-3,
    .phone-image-4 {
        width: 20vw !important;
        height: auto;
        -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 25px 20px 10px);
        filter: drop-shadow(rgba(0, 0, 0, 0.2) 25px 20px 10px);
    }


    .image-stack .stibo-grid-1 {
        left: 20%;
        margin-left: 0px;
    }

    .stibo-grid-1,
    .stibo-grid-2,
    .stibo-grid-3,
    .stibo-grid-4,
    .stibo-grid-5,
    .stibo-grid-6,
    .stibo-grid-7,
    .stibo-grid-8,
    .stibo-grid-9 {
        width: 22vw;
    }
    
    .stibo-grid-1 {
        margin-left: -50px;
    }

    .stibo-grid-3,
    .stibo-grid-4 {
        display: none;
    }

    .main-header,
    .nav-dots-container {
        opacity: 1;
    }

    .stibo-grid-5 {
        left: unset !important;
        right: 10%;
        top: 40% !important;
    }

    .stibo-grid-6 {
        left: 20% !important;
        top: 60%;
    }

    .stibo-grid-7 {
        height: auto;
        position: absolute;
        top: 72%;
        left: 16%;
    }

    .stibo-grid-9 {
        height: auto;
        position: absolute;
        left: 10%;
        top: 9%;
        z-index: 1;
        width: 30vw;
    }

    .overlay-2 {
        margin-top: 0px;
    }

    .stibo-grid-1 {
        margin-left: 0px;
    }

    #globeVideo {
        margin-left: 0px;
    }

    .stibo-grid-2 {
        max-width: unset;
        height: auto;
        margin-bottom: 0px;
        position: absolute;
        right: 10%;
    }

    .stibo-grid-25 {
        margin-left: 0px;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 6%;
    }

    .panel-11 .row {
        margin-left: 0px;
    }

    .panel-12 .row {
        margin-left: 0px;
    }

    .phone-image-2 {
        margin-left: 0px;
    }

    .h-100 {
        height: unset !important;
    }

    .no-wrap {
        white-space: wrap;
    }

    .stibo-btn-orange {
        background-color: #FF4E00;
        color: #fff;
        border: none;
        padding: 12px 60px 12px 60px;
        outline: none;
        margin-top: 15px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "Noto Sans", sans-serif;
        font-weight: 600;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .vr-container {
        max-height: 320px;
        min-width: unset;
    }

    .phone-in-hand {
        width: 100%;
        height: auto;
    }

    .overlay-2 {
        padding: 0px !important;
    }

    .overlay {
        max-width: 60%;
        top: 15%;
    }

    #phoneC2 {
        margin-bottom: -150px;
    }

    #phoneC3 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-top: -150px;
    }

    #phoneC4 {
        margin-top: -150px;
    }

    #p66 {
        padding-bottom: 0px;
    }

    .cards-div {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .cards-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
    }

    .model-container {
        position: relative;
        width: 50%;
        height: 100%;
        cursor: pointer;
        z-index: 1;
    }

    .cards-container {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        z-index: 2;
        pointer-events: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-overflow-scrolling: touch;

    }

    /* Hide scrollbar */
    .cards-container::-webkit-scrollbar,
    .stat-cards::-webkit-scrollbar {
        display: none;
    }

    .cards-container,
    .stat-cards {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    /* Cards Styling */
    .cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        pointer-events: auto;
    }

    .card {
        min-width: 250px;
        max-width: 250px;
        margin-right: 20px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 8px;
        padding: 20px;
        -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: z-index 0.3s, -webkit-transform 0.3s;
        transition: z-index 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, z-index 0.3s;
        transition: transform 0.3s, z-index 0.3s;
        transition: transform 0.3s, z-index 0.3s, -webkit-transform 0.3s;
        pointer-events: auto;
        color: #33727E;
        text-wrap: wrap;
        white-space: normal;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    div.cards> :first-child:is(div) {
        margin-left: 40%;
    }

    .threed-container-fluid {
        max-width: unset;
        width: 100%;
    }

    #modelViewerContainer,
    #modelViewerContainer2 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .play-button-container {
        position: relative !important;
    }

    .form-wrapper {
        max-width: 100%;
    }

    .main-header {
        height: 50px;
    }

    .nav-dots-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1000;
        height: 30px;
        border-bottom: #edeef0 2px solid;
        background-color: #fff;
        width: 100%;
    }

    .threed-bottle-scroll-container {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .bottle-cards-scroll-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }

    .bottle-model-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
        flex: 0 0 40vw;
        min-width: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        scroll-snap-align: start;
        pointer-events: auto;
        overflow: hidden;
    }

    /* Cards container */
    .bottle-cards-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
        flex: 0 0 50vw;
        min-width: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 20px;
        background-color: #ffffff;
        position: relative;
        z-index: 2;
        scroll-snap-align: start;
        pointer-events: auto;
    }

    .bottle-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 20px;
        gap: 10px;
        overflow: visible;
    }

    .bottle-card {
        min-width: 250px;
        max-width: 250px;
        margin-right: 20px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 8px;
        padding: 20px;
        -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: z-index 0.3s, -webkit-transform 0.3s;
        transition: z-index 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, z-index 0.3s;
        transition: transform 0.3s, z-index 0.3s;
        transition: transform 0.3s, z-index 0.3s, -webkit-transform 0.3s;
        pointer-events: auto;
        color: #33727E;
        text-wrap: wrap;
        white-space: normal;
        -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 16px 9px 6px);
        filter: drop-shadow(rgba(0, 0, 0, 0.2) 16px 9px 6px);
    }

    /* Hide Scrollbars */
    .bottle-cards-scroll-section::-webkit-scrollbar {
        display: none;
    }

    .bottle-cards::-webkit-scrollbar {
        display: none;
    }

    .bottle-cards-scroll-section {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .scroll-arrow {
        position: absolute;
        top: 50%;
        left: calc(40vw - 15px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #004F5D;
        background-color: #f2f2f2;
        border: none;
        border-radius: 100%;
        padding: 10px 20px;
        opacity: 0.6;
        font-size: 24px;
        cursor: pointer;
        z-index: 10;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .scroll-arrow-2 {
        position: absolute;
        top: 50%;
        left: calc(10vw - 15px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #004F5D;
        background-color: #f2f2f2;
        border: none;
        border-radius: 100%;
        padding: 10px 20px;
        opacity: 0.6;
        font-size: 24px;
        cursor: pointer;
        z-index: 10;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    #phoneC1 {
        margin-left: 0vw;
    }

}

/* MOBILE */

@media (max-width: 767px) {
    .get-started-text span {
        font-size: 13px;
    }

    .nav-dots-container {
        height: 20px;
    }

    .nav-dot {
        width: 6px;
        height: 6px;
        margin: 0 15px;
    }

    .phone-image-1,
    .phone-image-2,
    .phone-image-3,
    .phone-image-4 {
        width: 30vw !important;
        height: auto;
        -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 25px 20px 10px);
        filter: drop-shadow(rgba(0, 0, 0, 0.2) 25px 20px 10px);
    }

    .d-below-md-none {
        display: none !important;
    }

    .title-break {
        max-width: 80px;
        height: auto;
    }

    .stibo-grid-1,
    .stibo-grid-2,
    .stibo-grid-25,
    .stibo-grid-3,
    .stibo-grid-4,
    .stibo-grid-5,
    .stibo-grid-6,
    .stibo-grid-7,
    .stibo-grid-8,
    .stibo-grid-9,
    .stibo-grid-35 {
        width: 35vw;
        height: auto;
        z-index: 1;
    }

    .stibo-grid-25 {
        margin-left: 0px;
        margin-bottom: 0;
        position: absolute;
        top: unset;
        right: 6%;
    }

    .stibo-grid-35 {
        height: auto;
        position: absolute;
        left: 60%;
        top: 40%;
    }

    .stibo-grid-7 {
        height: auto;
        position: absolute;
        top: 83%;
        left: 16%;
    }

    .stats-phone {
        max-width: 150%;
        height: auto;
        -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.4) 13px 7px 16px);
        filter: drop-shadow(rgba(0, 0, 0, 0.4) 13px 7px 16px);
    }

    div.stat-cards> :first-child:is(div) {
        margin-left: 20%;
    }

    .stat-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        pointer-events: auto;
        overflow-x: scroll;
    }

    .stat-cards .card {
        width: 180px;
        height: 100%;
        min-width: unset;
        max-width: unset;
        margin-right: 10px;
        background: none;
        border-radius: 8px;
        padding: 0px 10px 20px 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: z-index 0.3s, -webkit-transform 0.3s;
        transition: z-index 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, z-index 0.3s;
        transition: transform 0.3s, z-index 0.3s;
        transition: transform 0.3s, z-index 0.3s, -webkit-transform 0.3s;
        pointer-events: auto;
        color: #33727E;
        text-wrap: wrap;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .card-spacer {
        padding: 10px;
    }

    .stat-box {
        padding: 10px 20px;
    }

    .vr-container {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 2 / span 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 1 / 3;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        max-height: 410px;
    }

    .overlay-2 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 200px 10px 1fr;
        grid-template-columns: auto;
        -ms-grid-rows: 1fr 10px 1fr;
        grid-template-rows: repeat(1, 1fr);
        gap: 20px;
        padding: 20px;
        z-index: 2;
        position: relative;
    }

    .box3-2 {
        background-color: transparent;
        position: absolute;
        width: 40%;
        height: 50%;
        top: 50%;
        left: 23%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    div.stat-cards> :first-child:is(div) {
        margin-left: 20% !important;
    }

    div.cards> :first-child:is(div) {
        margin-left: 60%;
    }

    #phoneC2 {
        margin-bottom: 30px;
    }

    #phoneC3 {
        margin-left: -30px;
        margin-bottom: 80px;
    }

    .threed-icon {
        max-width: 40px;
    }

    .hs-form-booleancheckbox span {
        margin-left: 0px !important;
        font-size: 12px;
    }

    .no-wrap {
        white-space: unset;
    }

    #phoneC1 {
        min-height: 60vw;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}