body,
body.light {
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px
}

.card22,
.grid {
    position: relative
}

#master::after,
#master::before {
    background-image: linear-gradient(var(--rotate), #1f1d7c, #22299f 43%, #181ecd);
    animation: 2.5s linear infinite spin
}

.card-line {
    border-image: linear-gradient(to right, #030c2233, #4d60a5, #080f2133) 1
}

.upper-hero-text h1#appointment2 {
    background-color: transparent;
    fill: #ffffffb3;
    padding: 12px 24px
}

.project-card,
.timeline_link {
    text-decoration: none
}

@property --x {
    syntax: '<percentage>';
    initial-value: 100%;
    inherits: false
}

body {
    --background-color: #18181B;
    --text-color: #A1A1AA;
    --card-background-color: rgba(0, 2, 15, .015);
    --card-border-color: rgb(255, 255, 255);
    --card-box-shadow-1: rgba(0, 0, 0, 0.05);
    --card-box-shadow-2: rgba(0, 0, 0, 0.1);
    --card-box-shadow-2-y: 8px;
    --card-box-shadow-2-blur: 15px;
    --card-label-color: #FFFFFF;
    --card-icon-color: #D4D4D8;
    --card-icon-background-color: rgba(255, 255, 255, 0.08);
    --card-icon-border-color: rgba(255, 255, 255, 0.12);
    --card-shine-opacity: .1;
    --card-shine-gradient: conic-gradient(from 205deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #4c54ee 25deg, rgba(105, 107, 234, 0.18) 295deg, rgba(87, 81, 194, 0) 360deg);
    --card-line-color: rgb(14, 18, 46, 1);
    --card-tile-color: rgba(30, 16, 185, 0.15);
    --card-hover-border-color: rgb(39, 46, 105, 0.5);
    --card-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
    --card-hover-box-shadow-1-y: 5px;
    --card-hover-box-shadow-1-blur: 10px;
    --card-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
    --card-hover-box-shadow-2-y: 15px;
    --card-hover-box-shadow-2-blur: 25px;
    --card-hover-icon-color: rgb(14, 18, 46, 1);
    --card-hover-icon-background-color: rgba(30, 16, 185, 0.1);
    --card-hover-icon-border-color: rgba(255, 255, 255, 0.4);
    --blur-opacity: .01;
    overflow-x: hidden;
    height: 100%
}

body.light {
    --background-color: #FAFAFA;
    --text-color: #52525B;
    --card-background-color: transparent;
    --card-border-color: rgba(24, 24, 27, 0.08);
    --card-box-shadow-1: rgba(24, 24, 27, 0.02);
    --card-box-shadow-2: rgba(24, 24, 27, 0.04);
    --card-box-shadow-2-y: 2px;
    --card-box-shadow-2-blur: 7px;
    --card-label-color: #18181B;
    --card-icon-color: #18181B;
    --card-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-icon-border-color: rgba(24, 24, 27, 0.1);
    --card-shine-opacity: .3;
    --card-shine-gradient: conic-gradient(from 225deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #5442c7 25deg, #EDFAF6 285deg, #FFFFFF 345deg, rgba(71, 75, 209, 0) 360deg);
    --card-line-color: #E9E9E7;
    --card-tile-color: rgba(80, 87, 213, 0.08);
    --card-hover-border-color: rgba(24, 24, 27, 0.15);
    --card-hover-box-shadow-1: rgba(24, 24, 27, 0.05);
    --card-hover-box-shadow-1-y: 3px;
    --card-hover-box-shadow-1-blur: 6px;
    --card-hover-box-shadow-2: rgba(24, 24, 27, 0.1);
    --card-hover-box-shadow-2-y: 8px;
    --card-hover-box-shadow-2-blur: 15px;
    --card-hover-icon-color: #18181B;
    --card-hover-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-hover-icon-border-color: rgba(24, 24, 27, 0.34);
    --blur-opacity: .1
}

body.toggle .grid * {
    transition-duration: 0s !important
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 276px);
    grid-gap: 32px;
    z-index: 1
}

.footer-text,
.shiny-cta {
    z-index: 99;
    font-family: inherit
}

.card22 {
    box-shadow: 0 var(--card-hover-box-shadow-1-y) var(--card-hover-box-shadow-1-blur) var(--card-hover-box-shadow-1), 0 var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2), 0 0 0 1px var(--card-hover-border-color);
    padding: 56px 16px 16px;
    border-radius: 15px;
    transition: box-shadow .25s
}

.card22::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 15px
}

.card22 .icon,
.card22 .icon svg,
.card22 h4,
.card22 p,
.footer-text,
.shiny-cta {
    position: relative
}

.card22 .icon {
    z-index: 2;
    display: table;
    padding: 8px
}

.card22 .icon::after {
    content: '';
    position: absolute;
    inset: 4.5px;
    border-radius: 50%;
    background-color: var(--card-hover-icon-background-color);
    border: 1px solid var(--card-hover-icon-border-color);
    backdrop-filter: blur(2px);
    transition: background-color .25s, border-color .25s
}

.card22 .background22,
.card22 .shine {
    border-radius: inherit;
    position: absolute;
    overflow: hidden;
    inset: 0
}

.card22 .icon svg {
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
    transform: translateZ(0);
    color: var(--card-hover-icon-color);
    transition: color .25s
}

.card22 h4 {
    z-index: 2;
    margin: 12px 0 4px;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    width: fit-content;
    background: linear-gradient(to bottom right, #fff 30%, #d5d8f6 80%, #fdf7fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.card22 p {
    z-index: 2;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-color)
}

.card22 .shine {
    z-index: 1;
    opacity: 1;
    transition: opacity .5s
}

.card22 .shine:before {
    content: '';
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 55%;
    filter: blur(35px);
    opacity: var(--card-shine-opacity);
    transform: translateX(-50%);
    background-image: var(--card-shine-gradient)
}

.card22 .background22 {
    -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
    mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%)
}

.card22 .background22 .tiles {
    opacity: 1;
    transition: opacity .25s
}

.card22 .background22 .tiles .tile {
    position: absolute;
    background-color: var(--card-tile-color);
    animation-name: tile;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    opacity: 0
}

.card22 .background22 .tiles .tile.tile-10,
.card22 .background22 .tiles .tile.tile-4,
.card22 .background22 .tiles .tile.tile-6 {
    animation-delay: -2s
}

.card22 .background22 .tiles .tile.tile-3,
.card22 .background22 .tiles .tile.tile-5,
.card22 .background22 .tiles .tile.tile-8 {
    animation-delay: -4s
}

.card22 .background22 .tiles .tile.tile-2,
.card22 .background22 .tiles .tile.tile-9 {
    animation-delay: -6s
}

.card22 .background22 .tiles .tile.tile-1 {
    top: 0;
    left: 0;
    height: 10%;
    width: 22.5%
}

.card22 .background22 .tiles .tile.tile-2 {
    top: 0;
    left: 22.5%;
    height: 10%;
    width: 27.5%
}

.card22 .background22 .tiles .tile.tile-3 {
    top: 0;
    left: 50%;
    height: 10%;
    width: 27.5%
}

.card22 .background22 .tiles .tile.tile-4 {
    top: 0;
    left: 77.5%;
    height: 10%;
    width: 22.5%
}

.card22 .background22 .tiles .tile.tile-5 {
    top: 10%;
    left: 0;
    height: 22.5%;
    width: 22.5%
}

.card22 .background22 .tiles .tile.tile-6 {
    top: 10%;
    left: 22.5%;
    height: 22.5%;
    width: 27.5%
}

.card22 .background22 .tiles .tile.tile-7 {
    top: 10%;
    left: 50%;
    height: 22.5%;
    width: 27.5%
}

.card22 .background22 .tiles .tile.tile-8 {
    top: 10%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%
}

.card22 .background22 .tiles .tile.tile-9 {
    top: 32.5%;
    left: 50%;
    height: 22.5%;
    width: 27.5%
}

.card22 .background22 .tiles .tile.tile-10 {
    top: 32.5%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%
}

@keyframes tile {

    0%,
    100%,
    12.5% {
        opacity: 1
    }

    25%,
    82.5% {
        opacity: 0
    }
}

.card22 .background22 .line22 {
    position: absolute;
    inset: 0;
    opacity: 1;
    transition: opacity .35s
}

.card22 .background22 .line22:after,
.card22 .background22 .line22:before {
    content: '';
    position: absolute;
    background-color: var(--card-line-color);
    transition: transform .35s
}

.card22 .background22 .line22:before {
    left: 0;
    right: 0;
    height: 1px;
    transform-origin: 0 50%;
    transform: scaleX(1)
}

.card22 .background22 .line22:after {
    top: 0;
    bottom: 0;
    width: 1px;
    transform-origin: 50% 0;
    transform: scaleY(1)
}

.card22 .background22 .line22.line-1:before {
    top: 10%
}

.card22 .background22 .line22.line-1:after {
    left: 22.5%
}

.card22 .background22 .line22.line-1:after,
.card22 .background22 .line22.line-1:before {
    transition-delay: .0s
}

.card22 .background22 .line22.line-2:before {
    top: 32.5%
}

.card22 .background22 .line22.line-2:after {
    left: 50%
}

.card22 .background22 .line22.line-2:after,
.card22 .background22 .line22.line-2:before {
    transition-delay: .15s
}

.card22 .background22 .line22.line-3:before {
    top: 55%
}

.card22 .background22 .line22.line-3:after {
    right: 22.5%
}

.card22 .background22 .line22.line-3:after,
.card22 .background22 .line22.line-3:before {
    transition-delay: .3s
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

*,
:after,
:before {
    box-sizing: inherit
}

.icons8-google-logo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiPjxwYXRoIGQ9Ik0gMjYgMiBDIDEzLjMwODU5NCAyIDMgMTIuMzA4NTk0IDMgMjUgQyAzIDM3LjY5MTQwNiAxMy4zMDg1OTQgNDggMjYgNDggQyAzNS45MTc5NjkgNDggNDEuOTcyNjU2IDQzLjQzNzUgNDUuMTI1IDM3Ljc4MTI1IEMgNDguMjc3MzQ0IDMyLjEyNSA0OC42NzU3ODEgMjUuNDgwNDY5IDQ3LjcxODc1IDIwLjkzNzUgTCA0Ny41MzEyNSAyMC4xNTYyNSBMIDQ2Ljc1IDIwLjE1NjI1IEwgMjYgMjAuMTI1IEwgMjUgMjAuMTI1IEwgMjUgMzAuNTMxMjUgTCAzNi40Mzc1IDMwLjUzMTI1IEMgMzQuNzEwOTM4IDM0LjUzMTI1IDMxLjE5NTMxMyAzNy4yODEyNSAyNiAzNy4yODEyNSBDIDE5LjIxMDkzOCAzNy4yODEyNSAxMy43MTg3NSAzMS43ODkwNjMgMTMuNzE4NzUgMjUgQyAxMy43MTg3NSAxOC4yMTA5MzggMTkuMjEwOTM4IDEyLjcxODc1IDI2IDEyLjcxODc1IEMgMjkuMDUwNzgxIDEyLjcxODc1IDMxLjgyMDMxMyAxMy44NDc2NTYgMzMuOTY4NzUgMTUuNjg3NSBMIDM0LjY4NzUgMTYuMjgxMjUgTCA0MS41MzEyNSA5LjQzNzUgTCA0Mi4yNSA4LjY4NzUgTCA0MS41IDggQyAzNy40MTQwNjMgNC4yNzczNDQgMzEuOTYwOTM4IDIgMjYgMiBaIE0gMjYgNCBDIDMxLjA3NDIxOSA0IDM1LjY1MjM0NCA1Ljg1NTQ2OSAzOS4yODEyNSA4Ljg0Mzc1IEwgMzQuNDY4NzUgMTMuNjU2MjUgQyAzMi4wODk4NDQgMTEuODc4OTA2IDI5LjE5OTIxOSAxMC43MTg3NSAyNiAxMC43MTg3NSBDIDE4LjEyODkwNiAxMC43MTg3NSAxMS43MTg3NSAxNy4xMjg5MDYgMTEuNzE4NzUgMjUgQyAxMS43MTg3NSAzMi44NzEwOTQgMTguMTI4OTA2IDM5LjI4MTI1IDI2IDM5LjI4MTI1IEMgMzIuNTUwNzgxIDM5LjI4MTI1IDM3LjI2MTcxOSAzNS4yNjU2MjUgMzguOTM3NSAyOS44MTI1IEwgMzkuMzQzNzUgMjguNTMxMjUgTCAyNyAyOC41MzEyNSBMIDI3IDIyLjEyNSBMIDQ1Ljg0Mzc1IDIyLjE1NjI1IEMgNDYuNTA3ODEzIDI2LjE5MTQwNiA0Ni4wNjY0MDYgMzEuOTg0Mzc1IDQzLjM3NSAzNi44MTI1IEMgNDAuNTE1NjI1IDQxLjkzNzUgMzUuMzIwMzEzIDQ2IDI2IDQ2IEMgMTQuMzg2NzE5IDQ2IDUgMzYuNjA5Mzc1IDUgMjUgQyA1IDEzLjM5MDYyNSAxNC4zODY3MTkgNCAyNiA0IFoiLz48L3N2Zz4=') 50% 50%/100% no-repeat
}

:root {
    --shiny-cta-bg: #020621;
    --shiny-cta-bg-subtle: #131839;
    --shiny-cta-fg: #ffffff;
    --shiny-cta-highlight: rgb(7, 7, 135);
    --shiny-cta-highlight-subtle: #8484ff;
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@property --gradient-angle-offset {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@property --gradient-percent {
    syntax: "<percentage>";
    initial-value: 5%;
    inherits: false;
}

@property --gradient-shine {
    syntax: "<color>";
    initial-value: white;
    inherits: false;
}

.shiny-cta {
    --animation: gradient-angle linear infinite;
    --duration: 3s;
    --shadow-size: 2px;
    isolation: isolate;
    position: relative;
    z-index: 99;
    overflow: hidden;
    cursor: pointer;
    outline-offset: 4px;
    padding: 1rem 2.5rem;
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.2;
    border: 1px solid transparent;
    border-radius: 360px;
    color: var(--shiny-cta-fg);
    background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box,
        conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
            transparent,
            var(--shiny-cta-highlight) var(--gradient-percent),
            var(--gradient-shine) calc(var(--gradient-percent) * 2),
            var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
            transparent calc(var(--gradient-percent) * 4)) border-box;
    box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);

    &::before,
    &::after,
    span::before {
        content: "";
        pointer-events: none;
        position: absolute;
        inset-inline-start: 50%;
        inset-block-start: 50%;
        translate: -50% -50%;
        z-index: -1;
    }

    &:active {
        translate: 0 1px;
    }
}

/* Dots pattern */
.shiny-cta::before {
    --size: calc(100% - var(--shadow-size) * 3);
    --position: 2px;
    --space: calc(var(--position) * 2);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle at var(--position) var(--position),
            white calc(var(--position) / 4),
            transparent 0) padding-box;
    background-size: var(--space) var(--space);
    background-repeat: space;
    mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg),
            black,
            transparent 10% 90%,
            black);
    border-radius: inherit;
    opacity: 0.4;
    z-index: -1;
}

/* Inner shimmer */
.shiny-cta::after {
    --animation: shimmer linear infinite;
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(-50deg,
            transparent,
            var(--shiny-cta-highlight),
            transparent);
    mask-image: radial-gradient(circle at bottom, transparent 40%, black);
    opacity: 0.6;
}

.shiny-cta span {
    z-index: 1;

    &::before {
        --size: calc(100% + 1rem);
        width: var(--size);
        height: var(--size);
        box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
        opacity: 0;
    }
}

/* Animate */
.shiny-cta {
    --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
    transition: var(--transition);
    transition-property: --gradient-angle-offset, --gradient-percent,
        --gradient-shine;

    &,
    &::before,
    &::after {
        animation: var(--animation) var(--duration),
            var(--animation) calc(var(--duration) / 0.4) reverse paused;
        animation-composition: add;
    }

    span::before {
        transition: opacity var(--transition);
        animation: calc(var(--duration) * 1.5) breathe linear infinite;
    }
}

.shiny-cta:is(:hover, :focus-visible) {
    --gradient-percent: 20%;
    --gradient-angle-offset: 95deg;
    --gradient-shine: var(--shiny-cta-highlight-subtle);

    &,
    &::before,
    &::after {
        animation-play-state: running;
    }

    span::before {
        opacity: 1;
    }
}

@keyframes gradient-angle {
    to {
        --gradient-angle: 360deg;
    }
}

@keyframes shimmer {
    to {
        rotate: 360deg;
    }
}


@keyframes breathe {

    from,
    to {
        scale: 1
    }

    50% {
        scale: 1.2
    }
}

@keyframes spin {
    0% {
        --rotate: 0deg
    }

    100% {
        --rotate: 360deg
    }
}

#master::before {
    content: "";
    width: 101.5%;
    height: 101.5%;
    border-radius: 15px;
    position: absolute;
    z-index: -1;
    top: -.75%;
    left: -.75%
}

#master::after {
    position: absolute;
    content: "";
    top: -50px;
    left: -38px;
    right: 0;
    z-index: -1;
    height: 125%;
    width: 120%;
    margin: 0 auto;
    transform: scale(.8);
    filter: blur(86.6px);
    opacity: 1;
    transition: opacity .5s
}

@property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false
}

.swiper-slide .back,
.swiper-slide .front,
.swiper-slide button,
.swiper-slide button * {
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.card {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-slide,
.swiper-slide * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[contenteditable],
input,
textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.swiper-slide-active.flipped .front button,
.swiper-slide-active.flipped .front p {
    display: none !important
}

.swiper-slide-active.flipped .front {
    top: 46px
}

.swiper-slide-active.flipped .back {
    opacity: 1 !important
}

.comparision-versus-bottom-left-card::before,
.comparision-versus-bottom-right-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: var(--card-hover-opacity, 0);
    -webkit-mask: radial-gradient(20rem 20rem at var(--card-hover-x, 50%) var(--card-hover-y, 50%), black 1%, transparent 90%);
    mask: radial-gradient(20rem 20rem at var(--card-hover-x, 50%) var(--card-hover-y, 50%), black 1%, transparent 90%);
    transition: opacity .3s ease-out;
    will-change: opacity;
    z-index: 0
}

.comparision-versus-bottom-left-card::before {
    background-color: rgba(255, 0, 0, .25)
}

.comparision-versus-bottom-right-card::before {
    background-color: rgba(0, 100, 255, .25)
}

.footer-text {
    text-shadow: 0 0 #000;
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    text-wrap: wrap;
    font-weight: 400;
    color: #c1c4cc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10%;
    padding-left: 10%;
    line-height: 1.4
}

.comparision-versus-bottom-left-card-container-image2,
.comparision-versus-bottom-left-card-title-background-image-container,
.footer-section-image-container {
    position: absolute;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.footer-section-video-container6 {
    aspect-ratio: 1.88;
    flex: none;
    gap: 0;
    height: 272px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 513px;
    z-index: 1
}

.footer-section-video-container3,
.footer-section-video-container4 {
    flex: none;
    gap: 0;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    position: absolute
}

.blue-light-box,
.footer-section-video-container5 {
    display: contents
}

.footer-section-video-container4 {
    background: radial-gradient(63.13% 100% at 50% 0, #00020f00, #00020f 75.28%)
}

.footer-section-video-container3 {
    background-color: #11133999
}

.footer-section-video-container2 {
    aspect-ratio: 3/1;
    bottom: 0;
    flex: none;
    left: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    z-index: 1
}

.footer-section-video-container {
    flex: none;
    height: 100.8px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.footer-section-top-line {
    background: linear-gradient(90deg, #fff0, #ffffff26 48.64%, #fff0);
    flex: none;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.footer-section-container,
.insight-background,
.section-timeline-heading {
    background-color: #00020f
}

.footer-section {
    border-top: 1px solid #000;
    align-content: center;
    align-items: center;
    background: radial-gradient(51.25% 100% at 50% 0, #000319, #00020f 63.31%);
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 100px 0 0;
    position: relative;
    width: 100%
}

#comparision-logo {
    display: block;
    width: 70%;
    height: 100%;
    border-radius: inherit;
    object-position: center center;
    object-fit: contain
}

.comparision-versus-bottom-left-card-title-top-line {
    background: linear-gradient(270deg, #7595ff00, #7595ff 49.549549549549546%, #7595ff00);
    flex: none;
    height: 1px;
    left: calc(50.00000000000002% - 56.00000000000001% / 2);
    overflow: visible;
    position: absolute;
    top: 0;
    width: 56%;
    z-index: 1
}

.comparision-versus-bottom-left-card-title-background {
    flex: none;
    height: 70px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.comparision-versus-bottom-left-card-title#left-image {
    padding: 40px 20px
}

.comparision-versus-bottom-left-card-container-image {
    flex: none;
    height: 100px;
    left: calc(50% - 223px / 2);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 223px;
    z-index: 1
}

.card-benefits-text#unchecked {
    color: #6d7792
}

.card-benefits#bottom {
    width: 100%
}

.card-icon#bottom-icon-left {
    width: 22px;
    height: 22px
}

.card-icon#bottom-icon {
    width: 18px;
    height: 18px
}

.comparision-versus-bottom-left-card-benefits {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 24px;
    position: relative;
    width: 100%
}

.comparision-versus-bottom-left-card-title-container,
.comparision-versus-upper11 {
    outline: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
    flex: none;
    height: auto;
    position: relative;
    white-space: pre;
    width: auto
}

.comparision-versus-bottom-left-card-title {
    border: 1px solid #0e122e;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 24px 20px;
    position: relative;
    width: 100%
}

.comparision-versus-bottom-left-card,
.comparision-versus-bottom-right-card {
    border: 1px solid #0e122e;
    align-content: flex-start;
    align-items: flex-start;
    background-color: #000319;
    border-radius: 20px;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 1px
}

.comparision-versus-bottom1 {
    align-items: flex-start;
    background-color: #00020f;
    border-radius: 50px;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 100%;
    gap: 20px
}

.comparision-versus-upper-text#upper35 {
    font-weight: 600;
    font-size: 17px;
    height: 66px;
    text-align: center
}

.comparision-versus-upper-text#upper36 {
    font-weight: 600;
    font-size: 25px;
    text-align: center
}

.comparision-versus-upper35 {
    outline: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    transform: none;
    flex: none;
    height: 23px;
    position: relative;
    white-space: pre-wrap;
    width: 35px;
    word-break: break-word;
    word-wrap: break-word
}

.comparision-versus-upper22-img-container,
.comparision-versus-upper33-img-container {
    position: absolute;
    border-radius: inherit;
    inset: 0px
}

.comparision-versus-upper36 {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    left: 50%;
    overflow: hidden;
    padding: 14px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min-content;
    z-index: 1
}

.comparision-versus-upper34 {
    background-color: #0e122e;
    flex: none;
    height: 125px;
    overflow: hidden;
    position: relative;
    width: 1px;
    z-index: 1
}

.comparision-versus-upper33 {
    flex: none;
    height: 126px;
    overflow: hidden;
    position: relative;
    width: 240px
}

.comparision-versus-upper22 {
    height: 70px;
    flex: none;
    overflow: hidden;
    position: relative;
    width: 252px
}

.comparision-versus-upper1,
.comparision-versus-upper2,
.comparision-versus-upper3 {
    height: min-content;
    padding: 0;
    overflow: hidden;
    display: flex
}

.comparision-versus-upper-text {
    background: linear-gradient(to bottom right, #fff 30%, #d5d8f6 80%, #fdf7fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: inherit;
    color: transparent;
    font-size: 30px;
    font-weight: 700;
    width: fit-content
}

.comparision-versus-upper1 {
    align-items: flex-end;
    margin-right: 100px;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    position: relative;
    width: 1px;
    z-index: 1
}

.container,
.timeline-main_heading-wrapper,
.timeline_component {
    margin-left: auto;
    margin-right: auto
}

.comparision-versus-upper2 {
    align-items: center;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    position: relative;
    width: 1px;
    z-index: 1
}

.comparision-versus-upper3 {
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min-content;
    z-index: 0
}

.comparision-versus-upper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 125px;
    position: relative;
    width: 1200px
}

.comparision-versus-upper2#upper2-logo {
    padding-right: 110px
}

.comparision-versus-bottom {
    align-items: center;
    background: linear-gradient(180deg, #00073d, #00073d00);
    border-radius: 50px;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 1px;
    position: relative;
    width: 1200px
}

.back1,
.back2,
.back3,
.center-light-card-master,
.left-light-card-master,
.right-light-card-master,
.video-card-master-container {
    border-radius: 15px;
    position: absolute
}

.back1,
.back2,
.back3 {
    overflow: visible
}

.comparision-background {
    height: 700px;
    margin-top: 830px;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #00020f;
    align-items: center
}

.our-works#comparision {
    margin-top: 550px
}

.video-card-master2 {
    cursor: auto;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: block;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%
}

.video-card-master-container {
    opacity: .59;
    inset: 0;
    z-index: 1
}

.back1,
.back2,
.back3,
.our-plan-card:hover .video-card-master,
.swiper-slide button:hover::before,
.timeline_link:hover {
    opacity: 1
}

.back1 {
    inset: 0;
    z-index: 1;
    mix-blend-mode: color;
    background-color: #0f33a9
}

.back2 {
    inset: 0;
    z-index: 1;
    background: radial-gradient(126% 147% at 50% 0, #000319 38%, rgba(0, 3, 25, 0) 78%)
}

.back3 {
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, #000319 14%, rgba(0, 3, 25, 0) 100%)
}

.video-card-master {
    bottom: 0;
    flex: none;
    height: 192px;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: 0;
    transition: 1s
}

.left-light-card-master {
    height: 300px;
    width: 200px;
    overflow: hidden;
    left: 0;
    background: url(images/jUjkRLmhkhvppSSBYZOnxJasEk_11zon.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.center-light-card-master {
    height: 250px;
    width: 380px;
    overflow: hidden;
    left: 0;
    z-index: -1;
    background: url(images/8gfDFRPNlOchA6q4vulBMHEV8ho.svg) 0 0/cover;
    background-position-x: center
}

.right-light-card-master {
    height: 300px;
    width: 200px;
    overflow: hidden;
    right: 0;
    background: url(images/iusiYcS9aOMP5Ql2hyyP0UJ6yP8_11zon.webp);
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.shiny-cta-container {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.card-icon {
    width: 6.1%;
    height: 18px
}

.card-benefits-text {
    width: 93%;
    font-size: 18px;
    font-weight: 500;
    color: #c4c8d4;
    line-height: 1.2
}

.card-benefits {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px
}

.card-line {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid;
    backdrop-filter: blur(6px);
    margin-bottom: 30px
}

.our-plans-blue-background {
    width: 100%;
    height: 400px;
    background-color: #00020f;
    margin-top: 570px
}

.our-plan-background {
    width: 100%;
    height: 500px;
    padding-bottom: 550px;
    position: absolute;
    z-index: 9;
    background-color: #00020f;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.our-plan-cards {
    display: grid;
    width: 1200px;
    grid-template-columns: repeat(3, 380px);
    grid-gap: 30px
}

.our-plan-card {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
    border: 1px solid #131839;
    display: block;
    background: linear-gradient(180deg, #00041f00 40%, #000319 50%);
    height: 520px;
    border-radius: 15px
}

.our-plan-card#master {
    background-color: #000319
}

.our-plans-background {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(images/fXXrEnWUYP7siQQR1XB0guYmQ.svg) center/contain no-repeat
}

.our-plans-left,
.our-plans-right {
    width: 100%;
    height: 60%;
    margin-top: 80px;
    position: absolute;
    z-index: 9
}

.our-plans-right {
    background: url(images/9vcSyo96vHEThLwNPwVMScU.svg) 0 0/contain no-repeat
}

.our-plans-left {
    background: url(images/8ptkzSRdUPoCw7SXqhEnWdZc3cM.svg) 0 0/contain no-repeat;
    background-position-x: right
}

.our-plans-center {
    position: absolute;
    width: 1200px;
    z-index: 9;
    margin-top: 150px
}

.our-plans-left-light,
.our-plans-right-light {
    height: 70%;
    margin-top: -100px;
    position: absolute;
    width: 100%
}

.our-plans-right-light {
    background: url(images/L7CpEUs0IRH6OiJichMUMCK5g.svg) 0 0/contain no-repeat
}

.our-plans-left-light {
    background: url(images/AlUU80ePWWBn9KNSPihCaYtCBJY.svg) 0 0/contain no-repeat;
    background-position-x: right
}

.our-icons {
    margin-top: 270px;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 300px;
    background-color: #00020f
}

.our-icons-1200 {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.inline-block {
    max-width: 100%
}

.page-wrapper {
    position: initial;
    height: 1300px
}

.container {
    width: 90%;
    max-width: 1360px
}

.margin-bottom-medium {
    margin-bottom: 32px
}

.paragraph-large {
    letter-spacing: -.02em;
    font-size: 20px
}

.padding-vertical-xlarge {
    padding-top: 120px;
    padding-bottom: 120px
}

.timeline-main_heading-wrapper {
    color: #fff;
    text-align: center;
    max-width: 640px
}

.timeline_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1120px;
    display: flex;
    position: relative
}

.timeline_item {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 180px 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
    position: relative
}

.timeline_left {
    text-align: right;
    height: fit-content;
    align-self: center
}

.timeline_centre {
    align-items: center;
    justify-content: center;
    display: flex
}

.timeline_date-text {
    letter-spacing: -.03em;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    position: sticky;
    top: 50vh;
    background: linear-gradient(to bottom right, #fff 30%, #d5d8f6 80%, #fdf7fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.center-text#description-mobile,
.center-text#description-our-mobile,
.timeline_date-text#mobile {
    display: none
}

.timeline_text {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #fffFff99;
    line-height: 1.4
}

.timeline_text_box {
    border-radius: 10px;
    padding: 38px;
    border: 1px solid #131839;
    background: url(images/Vy5fY5tvzYvO3kc3PMsfNrzzvDY.svg) no-repeat #00041f;
    height: 100%;
    background-position-x: right
}

.timeline_circle {
    background-color: #414141;
    border-radius: 100%;
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    position: sticky
}

.timeline_progress {
    z-index: -2;
    background-color: #414141;
    width: 3px;
    height: 100%;
    position: absolute
}

.timeline_progress-bar {
    z-index: -1;
    background: linear-gradient(to bottom right, #fff 30%, #d5d8f6 80%, #fdf7fe 100%);
    width: 3px;
    height: 50vh;
    position: fixed;
    inset: 0 auto 50vh
}

.section-timeline {
    z-index: -3;
    background-color: #00020f;
    position: absolute;
    width: 100%
}

.timeline_link {
    opacity: .6;
    color: #fff;
    letter-spacing: .8px;
    text-transform: uppercase;
    border-radius: 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    transition: opacity .3s;
    display: flex
}

.link-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px
}

.counting-number,
.inline-block {
    display: inline-block
}

.text-colour-lightgrey {
    color: #ffffffa6
}

.overlay-fade-top {
    background-image: linear-gradient(#00020f, #00020f00);
    height: 80px;
    position: absolute;
    inset: 0% 0% auto
}

.overlay-fade-bottom {
    background-image: linear-gradient(to top, #00020f, #00020f00);
    height: 80px;
    position: absolute;
    inset: auto 0% 0%
}

.our-method-background {
    display: flex;
    justify-content: center;
    background-color: #00020f;
    height: 300px;
    width: 100%;
    align-items: flex-end
}

.our-method {
    background: url(images/fXXrEnWUYP7siQQR1XB0guYmQ.svg) 0 0/cover no-repeat;
    width: 700px;
    padding-top: 110px;
    height: 300px;
    background-position-y: center;
    background-position-x: center
}

.insight-card-title {
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom right, #fff 30%, #d5d8f6 80%, #fdf7fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: inherit;
    color: transparent;
    position: relative;
    font-size: 45px;
    justify-self: center;
    font-weight: 600;
    margin-right: -23px;
    width: fit-content;
    margin-bottom: 10px
}

.card-background {
    background: url(images/WcrHWFTN7cBpOOCJ3uhVkpsJXQ.svg) 0 0/cover no-repeat;
    height: 100%
}

.insight-top-line {
    background-color: #3362ff;
    height: 1px;
    left: calc(49.8% - 34px / 2);
    position: absolute;
    top: -1px;
    width: 34px
}

.insight-cards {
    margin-top: 80px;
    display: grid;
    width: 100%;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(50px, 1fr))
}

.insight-card {
    border: 1px solid #131839;
    align-items: center;
    aspect-ratio: 1.75625/1;
    background-color: #00041f;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    overflow: hidden;
    padding: 20px 10px;
    position: relative;
    width: 100%;
    transition: 1.5s
}

.insight-card:hover {
    border: 1px solid #3362ff;
    transform: scale(1.02);
    cursor: pointer;
    transform: translateY(-15px)
}

.insight-card2 {
    aspect-ratio: 1.75625/1;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.center-insight {
    width: 1200px;
    gap: 32px;
    position: absolute;
    z-index: 999
}

.right-shock {
    width: 100%;
    height: 100%;
    mix-blend-mode: color-dodge;
    background: url(images/XUV3B79RFYJmks4RdcuhqtsLo1k.svg) right no-repeat
}

.left-light-box,
.right-light-box {
    height: 527px;
    mix-blend-mode: color-dodge;
    position: absolute;
    top: 2px
}

.right-shock#left {
    mix-blend-mode: color-dodge;
    background: url(images/JmnNBcgGwOAnsO70g5notRa1v1k.svg) no-repeat
}

.right-light-box {
    right: 0;
    width: 74%
}

.left-light-box {
    left: 0;
    width: 34%
}

.insight-section {
    align-items: center;
    background: radial-gradient(50% 100% at 50% 0, #00041f 0, #00020f 74%);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 999;
    width: 100%;
    gap: 30px;
    height: 600px;
    padding: 60px 0
}

.project-card {
    flex-direction: column
}

.insight-section-line {
    background: radial-gradient(50% 50% at 50% 50%, #131839 0, rgba(19, 24, 57, 0) 100%);
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.video-content,
.video-project {
    width: 100%;
    height: 100%
}

.project-background {
    background-color: #00020f;
    padding-bottom: 80px;
    margin-top: -4px;
    position: relative;
    z-index: 99;
    width: 100%;
    text-align: -webkit-center
}

.video-content {
    object-fit: cover;
    border-radius: 16px
}

.projects {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    position: relative;
    width: 1200px;
    padding-top: 80px;
    margin-top: 280px
}

.project-card {
    border: 1px solid rgba(14, 18, 46, .5);
    border-bottom: 0;
    width: 585px;
    height: 585px;
    border-radius: 24px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    background: linear-gradient(#0a0c1e 0, rgba(10, 12, 30, .98) .01%, rgba(10, 13, 31, 0) 72.3613%);
    transition: .7s
}

.project-card:hover {
    background: rgb(10 12 30 / 98%)
}

.project-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.view-project {
    border: 1px solid #161c44;
    background: radial-gradient(100% 100% at 50% 100%, #101636 14.3842%, #0c1027 100%);
    border-radius: 100px;
    color: #fff;
    padding: 14px 18px;
    position: absolute;
    margin-left: 35%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    width: 147.65px;
    height: 51.6px;
    opacity: 0;
    transition: .7s
}

.project-card:hover .view-project {
    opacity: 1;
    margin-left: 30%
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
    margin-left: 10px
}

.video-card {
    height: 585px;
    padding: 6px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    background-color: rgba(255, 255, 255, .05);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .25) 0 -2px 6px 0;
    mask: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 0, 0) 64.8649%, rgba(0, 0, 0, 0) 100%)
}

#swiper-section,
.our-works {
    background: linear-gradient(to bottom, #00020f, #00020f)
}

.our-works {
    margin-top: -3px;
    position: absolute;
    z-index: 4;
    height: 280px;
    width: 100%;
    display: flex;
    justify-content: center
}

.dark-blue-rainbow {
    padding-top: 80px;
    height: 100%;
    width: 700px;
    background: linear-gradient(to bottom, #000, #00020f);
    background-size: contain;
    justify-self: center;
    background-repeat: no-repeat;
    background-image: url("images/IJB1pgcBugatOTAc7yAHhqLQu0.svg")
}

.center-text,
.swiper-slide-active .back p {
    background: linear-gradient(to bottom right, #fff 30%, #d5d8f6 80%, #fdf7fe 100%);
    color: transparent
}

#swiper-section {
    position: relative;
    z-index: 99;
    margin-top: -2px
}

.upper-hero-text#results {
    position: absolute;
    margin-top: 135px;
    left: 50%;
    transform: translateX(-50%)
}

.upper-hero-text#results2 {
    margin-top: 0;
    margin-bottom: 8px
}

.center-text {
    width: auto;
    text-align: center;
    margin-top: 185px;
    -webkit-background-clip: text;
    background-clip: text;
    height: fit-content;
    font-family: inherit;
    font-size: 42px;
    text-wrap: nowrap;
    font-weight: 600
}

.center-text#second {
    margin-top: 0;
    margin-bottom: 10px
}

.center-text#fifth {
    margin-top: 40px;
    font-size: 36px;
    position: relative;
    z-index: 99
}

.project-card-under-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.center-button {
    height: fit-content;
    padding: 5px 12px;
    background-color: rgba(255, 255, 255, .07);
    border-radius: 100px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #ccd7ff;
    width: fit-content;
    font-size: 15px;
    font-weight: 500
}

.center-text#third {
    margin: 10px;
    text-align: unset;
    font-size: 22px;
    left: unset;
    transform: unset
}

.center-text#fourth {
    text-align: unset;
    text-wrap: auto;
    width: fit-content;
    font-size: 20px;
    margin-top: 0
}

.center-text#description {
    text-shadow: 0 0 #000;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 245px;
    font-family: inherit;
    font-size: 18px;
    text-wrap: wrap;
    font-weight: 400;
    color: #6d7792;
    line-height: 1.4
}

.center-text#description-cards-insight,
.center-text#description-our-works {
    margin-top: 0;
    font-size: 18px;
    text-shadow: 0 0 #000;
    text-wrap: wrap;
    color: #6d7792;
    line-height: 1.4;
    position: relative;
    font-family: inherit;
    font-weight: 400;
    text-align: center
}

.center-text#description-our-works {
    width: fit-content;
    left: 50%;
    transform: translateX(-50%)
}

.center-text#description-cards-insight {
    width: 100%;
    justify-self: anchor-center
}

.center-text#description-cards-insights {
    text-shadow: 0 0 #000;
    position: relative;
    width: 100%;
    justify-self: anchor-center;
    text-align: center;
    margin-top: 20px;
    font-family: inherit;
    font-size: 14px;
    text-wrap: wrap;
    font-weight: 300;
    color: #6d7792;
    line-height: 1.4
}

.our-results-lights {
    display: flex;
    height: 400px;
    width: 100%;
    background-image: url("images/fXXrEnWUYP7siQQR1XB0guYmQ.svg");
    background: linear-gradient(to bottom, #00020f, #00020f)
}

.background,
.left-light,
.right-light {
    background-repeat: no-repeat;
    width: 100%
}

.left-light {
    z-index: 2;
    margin-top: -150px;
    background-position-x: right;
    background-image: url("images/Lg5icEwW7eRiMF3xSWlqodarI.svg")
}

.background {
    display: flex;
    height: 400px;
    background-position: 50% 50%;
    background-image: url("images/fXXrEnWUYP7siQQR1XB0guYmQ.svg")
}

.right-light {
    z-index: 4;
    margin-top: -150px;
    background-image: url("images/s86pE6NdLKAVI3DiqWQs31H8Ufk.svg")
}

img {
    display: block;
    width: 100%
}

.swiper {
    top: 10px;
    padding-bottom: 100px;
    user-select: none
}

.swiper-slide {
    position: relative;
    height: 500px;
    padding-top: 30px;
    overflow: hidden;
    filter: brightness(90%);
    pointer-events: none;
    will-change: transform
}

.swiper-slide-active {
    perspective: 1000px;
    filter: grayscale(0) brightness(100%);
    pointer-events: auto;
    padding: 0;
    transition: .3s ease-in-out
}

.swiper-slide-active .card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .5s
}

.swiper-slide button::before {
    transition: opacity .5s;
    pointer-events: none
}

.flipped .card {
    transform: rotateY(180deg)
}

.swiper-slide .back,
.swiper-slide .front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 30px
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00020f, #00020f4b)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00020f, #00020f4b)
}

.swiper-slide .front::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle closest-side, #658bd9 3px, transparent 3px);
    background-size: 8px 8px;
    transition: opacity .2s cubic-bezier(.86, 0, .07, 1);
    opacity: 0
}

.swiper-slide .back,
.swiper-slide-active .front::before,
.toggle .line2 {
    opacity: 0
}

.swiper-slide .back::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 14, .7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: inherit;
    mix-blend-mode: darken
}

.swiper-slide-active .back {
    opacity: 1;
    top: 46px;
    transform: rotateY(180deg);
    height: 350px
}

.swiper-slide-active .back p {
    position: absolute;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: inherit;
    top: 38%;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    width: fit-content;
    padding-right: 10%;
    padding-left: 10%
}

.swiper-slide-active .front p {
    background: linear-gradient(to bottom right, #fff 30%, #d5d8f6 80%, #fdf7fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: inherit;
    color: transparent;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    width: fit-content;
    margin-bottom: 10px
}

.swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 30px;
    pointer-events: none;
    border: 3px solid #4d60a5
}

.swiper-slide-next,
.swiper-slide-prev {
    height: 390px
}

@keyframes fancybtn {
    0% {
        --x: 100%
    }

    100% {
        --x: -100%
    }
}

.swiper-slide button {
    all: unset;
    margin-top: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .75rem 3.75rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: .675rem;
    top: 10px;
    left: 50%;
    cursor: pointer;
    overflow: hidden;
    background: radial-gradient(circle at 50% 180%, rgb(255 255 255 / 30%) 0, transparent 80%) rgb(3 9 23);
    transform: translateX(-50%) scale(.98);
    transition: .2s ease-in-out
}

.swiper-slide button span.text-span {
    background: linear-gradient(to bottom right, #fff 30%, #d5d8f6 80%, #fdf7fe 100%);
    color: transparent;
    position: relative
}

.swiper-slide button span.text-span {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-background-clip: text;
    background-clip: text;
    mask-image: linear-gradient(-75deg, white calc(var(--x) + 20%), transparent calc(var(--x) + 30%), white calc(var(--x) + 100%));
    -webkit-mask-image: linear-gradient(-75deg, white calc(var(--x) + 20%), rgba(0, 0, 0, 0.8) calc(var(--x) + 30%), white calc(var(--x) + 100%));
    animation: 2.5s ease-in-out 2.5s infinite fancybtn
}

.swiper-slide button span.mask-area {
    display: block;
    position: absolute;
    inset: 0;
    border-radius: .675rem;
    padding: 1.5px;
    background-image: linear-gradient(45deg, #030c2233, #4d60a5, #080f2133), linear-gradient(-75deg, #4d60a500 calc(var(--x) + 20%), rgba(255, 255, 255, .418) calc(var(--x) + 25%), #4d60a500 calc(var(--x) + 100%));
    mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    animation: 2.5s ease-in-out 2.5s infinite fancybtn
}

.swiper-slide button:hover {
    transform: translateX(-50%) scale(1)
}

.swiper-slide button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(200px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, .1), transparent 40%);
    opacity: 0;
    z-index: 1;
    border-radius: .675rem
}

.swiper-slide-active button {
    opacity: 1;
    pointer-events: auto
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    transition: .6s ease-in-out
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 70px
}

.swiper-pagination-bullet-active {
    width: 36px;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, .703) 30%, #d5d8f6 80%, #fdf7fe 100%);
    border-radius: 14px
}

.our-results {
    z-index: 3;
    padding: 0;
    margin-top: -1px
}

.stars2,
.stars22 {
    animation: 30s linear infinite animStar2;
    box-shadow: 324px 42px #fff, 303px 586px #fff, 451px 625px #fff, 36px 1546px #fff, 132px 934px #fff, 586px 384px #fff, 164px 527px #fff, 8px 646px #fff, 665px 1357px #fff, 242px 1343px #fff, 636px 959px #fff, 304px 686px #fff, 614px 751px #fff, 355px 335px #fff, 90px 60px #fff, 524px 932px #fff, 214px 413px #fff, 378px 125px #fff, 308px 834px #fff, 561px 137px #fff, 343px 739px #fff, 576px 1903px #fff, 297px 1873px #fff, 192px 162px #fff, 59px 453px #fff, 73px 1507px #fff, 654px 14px #fff, 494px 171px #fff, 142px 388px #fff, 572px 215px #fff, 329px 469px #fff, 275px 316px #fff, 625px 58px #fff, 166px 942px #fff, 51px 307px #fff, 416px 170px #fff, 572px 219px #fff, 218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 240px 942px #fff, 236px 1514px #fff, 73px 1633px #fff, 671px 1301px #fff, 112px 1084px #fff, 687px 1115px #fff, 11px 523px #fff, 429px 7px #fff, 157px 297px #fff, 545px 635px #fff, 52px 1080px #fff, 9px 309px #fff, 387px 703px #fff, 290px 259px #fff, 295px 598px #fff, 34px 1922px #fff, 467px 369px #fff, 12px 512px #fff, 617px 1410px #fff, 682px 577px #fff, 439px 327px #fff, 673px 129px #fff, 37px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 79px 761px #fff, 354px 552px #fff, 161px 1784px #fff, 614px 251px #fff, 17px 212px #fff, 179px 996px #fff, 467px 1208px #fff, 374px 275px #fff, 357px 552px #fff, 402px 1858px #fff, 667px 1257px #fff, 275px 316px #fff, 407px 863px #fff, 461px 736px #fff, 284px 1608px #fff, 103px 430px #fff, 70px 1098px #fff, 309px 1292px #fff, 65px 473px #fff, 402px 1576px #fff, 35px 622px #fff, 164px 666px #fff, 270px 1297px #fff, 440px 865px #fff, 272px 1249px #fff, 190px 1646px #fff, 635px 801px #fff, 226px 455px #fff, 237px 1264px #fff, 333px 1392px #fff, 467px 548px #fff, 243px 156px #fff, 483px 1616px #fff, 581px 1084px #fff, 107px 732px #fff, 166px 1493px #fff, 540px 467px #fff, 130px 529px #fff, 33px 1980px #fff, 528px 710px #fff, 505px 1480px #fff, 292px 357px #fff, 384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff, 192px 1472px #fff, 313px 1642px #fff, 281px 1849px #fff, 435px 1191px #fff, 411px 944px #fff, 210px 636px #fff, 516px 364px #fff, 504px 204px #fff, 657px 34px #fff, 248px 180px #fff, 667px 1562px #fff, 695px 841px #fff, 87px 167px #fff, 607px 1368px #fff, 172px 1350px #fff, 213px 972px #fff, 285px 1806px #fff, 345px 1190px #fff, 478px 1433px #fff, 579px 245px #fff, 408px 1352px #fff, 665px 286px #fff, 493px 1720px #fff, 637px 1140px #fff, 764px 324px #fff, 36px 1381px #fff, 242px 1471px #fff, 654px 797px #fff, 752px 23px #fff, 21px 412px #fff, 335px 1945px #fff, 264px 583px #fff, 158px 1311px #fff, 528px 164px #fff, 166px 980px #fff, 95px 797px #fff, 469px 939px #fff, 312px 1293px #fff, 355px 570px #fff, 276px 913px #fff, 266px 156px #fff, 455px 655px #fff, 236px 1329px #fff, 146px 1228px #fff, 36px 1063px #fff, 288px 1489px #fff, 390px 1071px #fff, 411px 1036px #fff, 291px 271px #fff, 518px 101px #fff, 145px 1320px #fff, 69px 1397px #fff, 257px 725px #fff, 183px 102px #fff, 595px 950px #fff, 175px 1179px #fff, 41px 61px #fff, 402px 691px #fff, 72px 496px #fff, 88px 806px #fff, 244px 1118px #fff, 634px 383px #fff, 468px 194px #fff, 468px 1294px #fff, 529px 733px #fff, 226px 506px #fff, 651px 878px #fff, 238px 1967px #fff, 484px 1856px #fff, 112px 953px #fff, 100px 1026px #fff, 388px 1412px #fff, 696px 1654px #fff;
    width: 1px;
    height: 1px;
    background: 0 0;
    position: absolute;
    pointer-events: none
}

.stars22 {
    display: none;
    z-index: 1000
}

.stars3 {
    display: none;
    width: 1px;
    height: 1px;
    background: 0 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    animation: 5s linear infinite animStar3;
    box-shadow: 324px 42px #fff, 90px 60px #fff, 378px 125px #fff, 192px 162px #fff, 654px 14px #fff, 494px 171px #fff, 572px 215px #fff, 625px 58px #fff, 416px 170px #fff, 572px 219px #fff, 218px 8px #fff, 429px 7px #fff, 157px 297px #fff, 290px 259px #fff, 416px 18px #fff, 614px 251px #fff, 17px 212px #fff, 374px 275px #fff, 243px 156px #fff, 504px 204px #fff, 657px 34px #fff, 248px 180px #fff, 87px 167px #fff, 579px 245px #fff, 665px 286px #fff, 752px 23px #fff, 528px 164px #fff, 266px 156px #fff, 291px 271px #fff, 518px 101px #fff, 183px 102px #fff, 41px 61px #fff, 468px 194px #fff
}

.stars3#stars4 {
    display: block;
    animation: 15s linear infinite animStar3
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px)
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px)
}

@keyframes animStar2 {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-800px)
    }
}

@keyframes animStar22 {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-831px)
    }
}

@keyframes animStar3 {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-300px)
    }
}

@media (min-width:1536px) {
    .our-plans-blue-background {
        height: 460px
    }

    .right-light {
        background-position-x: right
    }

    .left-light {
        background-position-x: left
    }
}

@media (max-width:1220px) {

    .center-insight,
    .comparision-versus-bottom,
    .comparision-versus-upper,
    .our-icons-1200,
    .our-plans-center,
    .projects {
        width: 90%
    }

    .comparision-background {
        margin-top: 900px
    }

    .our-works#comparision {
        margin-top: 620px
    }

    .our-plan-background {
        height: 620px
    }

    .center-text {
        position: relative;
        width: fit-content;
        left: 50%;
        transform: translateX(-50%)
    }

    #exception {
        left: unset;
        transform: unset;
        width: unset
    }

    .our-plans-blue-background {
        margin-top: 800px
    }

    .our-plans-left,
    .our-plans-right {
        width: 0%
    }

    .page-wrapper {
        height: 1500px
    }

    .center-light-card-master {
        width: 100%
    }

    .our-plan-cards {
        width: 90%;
        grid-template-columns: repeat(3, 32%);
        grid-gap: 2%
    }

    .center-text#fifth {
        text-wrap: auto
    }

    .our-plan-card {
        height: unset;
        padding-bottom: 40px
    }

    .our-icons {
        justify-content: center;
        height: 560px;
        padding-bottom: 20px
    }

    .grid {
        grid-template-columns: repeat(2, 48%);
        grid-gap: 4%
    }

    .insight-top-line {
        top: 1px;
        width: 40px
    }

    .insight-card {
        overflow: unset
    }

    .project-card:hover .view-project {
        margin-left: 25%
    }

    .project-card {
        width: 100%;
        height: unset
    }

    .swiper-slide-active .front p {
        font-size: 1.2rem
    }

}

@media (max-width:992px) {

    .swiper {
        top: -30px
    }

    .project-icon {
        width: 16px;
    }

    .comparision-versus-upper2#upper2-logo {
        padding-right: 0
    }

    .our-plan-background {
        height: 1200px
    }

    .our-works#comparision {
        margin-top: 1200px
    }

    .comparision-background {
        margin-top: 1480px
    }

    .center-text#description-our-works {
        display: none
    }

    .center-text#description-our-mobile {
        display: block;
        text-shadow: 0 0 #000;
        position: relative;
        width: fit-content;
        text-align: center;
        margin-top: 0;
        font-family: inherit;
        font-size: 18px;
        text-wrap: wrap;
        font-weight: 400;
        color: #6d7792;
        line-height: 1.4
    }

    .page-wrapper {
        height: 1750px
    }

    .timeline_date-text {
        font-size: 36px
    }

    .our-plan-cards {
        width: 90%;
        grid-template-columns: repeat(2, 48%);
        grid-gap: 4%
    }

    .video-card {
        height: 385px
    }

    .swiper-slide-active .back p {
        text-align: center;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 500;
        width: 80%
    }

    .swiper-slide-active .front p {
        font-size: 1rem
    }

}

@media (max-width:768px) {

    .grid,
    .our-plan-cards {
        grid-template-columns: repeat(1, 100%)
    }

    .upper-hero-text h1#appointment2 {
        padding: 12px 18px;
        font-size: 12px
    }

    .center-text#description,
    .center-text#description-our-works,
    .stars2#mobile2,
    .stars3#stars4,
    .timeline_date-text {
        display: none
    }

    .comparision-versus-upper1 {
        margin-right: 50px
    }

    .footer-section-video-container6 {
        height: 179px;
        width: 100%
    }

    .footer-section-video-container3,
    .footer-section-video-container4 {
        width: inherit;
        bottom: 0;
        height: 203px
    }

    .footer-section-video-container3 {
        mix-blend-mode: color
    }

    .video-card-master {
        opacity: 0
    }

    .comparision-versus-bottom1 {
        border-radius: 30px;
        flex-direction: column;
        gap: 20px;
        padding: 16px
    }

    .center-light-card-master,
    .comparision-versus-bottom-left-card,
    .comparision-versus-bottom-right-card {
        width: 100%
    }

    .comparision-versus-upper33 {
        width: 160px
    }

    #other-agencies {
        width: 80%;
        font-size: 20px;
        text-align: center
    }

    .comparision-versus-upper2 {
        justify-content: flex-start
    }

    #comparision-logo {
        width: 55%
    }

    .comparision-versus-upper2#upper2-logo {
        padding-right: 0
    }

    .center-text#description-mobile,
    .center-text#description-our-mobile {
        display: block;
        text-shadow: 0 0 #000;
        padding-left: 5%;
        padding-right: 5%;
        font-family: inherit;
        text-wrap: wrap;
        color: #6d7792;
        line-height: 1.4
    }

    .comparision-background {
        height: 1350px;
        margin-top: 1940px
    }

    .comparision-versus-bottom,
    .comparision-versus-upper {
        width: 90%
    }

    .our-works#comparision {
        margin-top: 1700px
    }

    .our-plans-background {
        background-size: cover;
        width: 700px;
        height: 300px
    }

    .center-text#fifth {
        font-size: 30px
    }

    .card-benefits-text,
    .timeline_text {
        font-size: 16px
    }

    .our-plan-cards {
        width: 90%
    }

    .our-plan-background {
        height: 1700px
    }

    .our-plans-left,
    .our-plans-right {
        width: 0%
    }

    .our-plans-left-light,
    .our-plans-right-light {
        transform: rotateX(180deg);
        position: relative;
        width: 50%;
        margin-top: 30px
    }

    .our-plans-left-light {
        height: 200px;
        background: url(images/AlUU80ePWWBn9KNSPihCaYtCBJY.svg) 0 0/cover no-repeat;
        background-position-x: right;
        margin-right: 0
    }

    .our-plans-right-light {
        height: 50%;
        margin-left: 0;
        left: 0;
        background-position-x: unset;
        background-size: cover
    }

    .our-plans-center {
        width: 90%;
        margin-top: 100px
    }

    .our-plans-blue-background {
        align-items: center;
        margin-top: 1350px;
        display: flex;
        justify-content: center
    }

    .swiper-slide-active.flipped .front {
        top: 58px
    }

    .our-icons-1200 {
        align-items: flex-start
    }

    .grid {
        grid-gap: 4%
    }

    .our-icons {
        height: 1160px;
        padding-bottom: 0;
        margin-top: 230px
    }

    .page-wrapper {
        height: 1200px
    }

    .timeline_item {
        padding-top: 21px;
        padding-bottom: 21px;
        grid-template-columns: 40px 1fr;
        width: 100%
    }

    .insight-cards,
    .projects {
        grid-template-columns: repeat(1, minmax(50px, 1fr))
    }

    .timeline_text_box {
        padding: 28px 20px 34.4px
    }

    .center-text#third,
    .paragraph-large {
        font-size: 18px
    }

    .padding-vertical-xlarge {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .timeline_left {
        text-align: left;
        grid-area: 1/2/2/3
    }

    .timeline_centre {
        justify-content: flex-start;
        grid-area: 1/1/3/2
    }

    .timeline_right {
        grid-area: span 1/span 1/span 1/span 1
    }

    .timeline_date-text#mobile {
        font-size: 20px;
        display: block;
        position: unset;
        margin-bottom: 16px;
        width: fit-content
    }

    .timeline_progress {
        left: 6px
    }

    .margin-bottom-xlarge {
        margin-bottom: 48px
    }

    .insight-top-line {
        top: 1px;
        width: 43px;
        left: calc(48.5% - 34px / 2)
    }

    .right-light-box {
        width: 54%
    }

    .right-shock {
        background: url(images/7lbbiPQgUFsItofnEFIKgrdnMXc.svg)
    }

    .right-shock#left {
        background: url(images/M6sO3fA0k60sOnxkNNj581XaE5k.svg)
    }

    .insight-section {
        height: 1050px
    }

    .insight-card {
        padding: 20px 30px
    }

    .insight-cards {
        margin-top: 40px;
        display: grid;
        width: 100%;
        place-self: center;
        gap: 30px
    }

    .project-card-under-text {
        flex-wrap: wrap;
        max-width: 100%
    }

    .view-project {
        transition: .3s;
        margin-left: 65%;
        margin-top: 20px;
        padding: 7px 9px;
        font-size: 14px;
        width: 118px;
        height: 37.6px;
    }

    .project-card:hover .view-project {
        margin-left: 50%;
        margin-top: 20px;
        padding: 7px 9px;
        font-size: 14px
    }

    .video-card {
        height: 285px
    }

    .projects {
        margin-top: 240px;
        padding-top: 0
    }

    .center-text#description-our-mobile {
        position: relative;
        width: 100%;
        justify-self: anchor-center;
        text-align: center;
        margin-top: 0;
        font-size: 14px;
        font-weight: 400
    }

    .our-works {
        height: 240px
    }

    .dark-blue-rainbow {
        width: 100%;
        padding-top: 40px
    }

    .background {
        height: 500px
    }

    #swiper-section {
        background: linear-gradient(to bottom, #000210, #000314);
        height: 420px
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        top: 420px
    }

    .swiper-slide-active .back p {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        width: 100%;
        top: 28%
    }

    .swiper-slide-active .back {
        height: 250px;
        top: 58px
    }

    .swiper-slide-active .front p {
        text-align: -webkit-center
    }

    .swiper-slide img {
        object-fit: fill;
        height: 250px;
        border-radius: 30px;
        pointer-events: none;
        border: 3px solid #4d60a5
    }

    .swiper-slide-active .card {
        width: 90%;
        justify-self: anchor-center;
        height: 100%
    }

    .swiper {
        padding-bottom: 0;
        top: -50px
    }

    .swiper-slide {
        display: flex;
        justify-content: center
    }

    .stars2,
    .stars3 {
        width: .33px;
        height: 1px
    }

    .stars2 {
        animation: 25s linear infinite animStar
    }

    .stars3 {
        display: unset;
        animation: 7s linear infinite animStar3
    }

    .stars22 {
        display: unset;
        top: 6000px;
        height: 1px;
        animation: 25s linear infinite animStar
    }

    @keyframes animStar3 {
        from {
            transform: translateY(0)
        }

        to {
            transform: translateY(-200px)
        }
    }
}