html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

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

img {
    border: 0;
    max-width: 100%;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

form,
fieldset,
label,
input,
figure,
figcaption {
    padding: 0;
    margin: 0;
}

fieldset {
    border: 0;
}

p {
    margin: 0 0;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-family: 'Bariol', sans-serif;
    color: #141414;
    background-color: #0b233c !important;
    user-select: none;
    overflow: hidden;
}

body::selection {
    background-color: black;
    color: white;
}

section,
footer {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url(../fonts/sf-pro/SFPRODISPLAYREGULAR.OTF);
    font-weight: normal;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url(../fonts/sf-pro/light.ttf);
    font-weight: 200;
}


@font-face {
    font-family: 'SF Pro Display bold';
    src: url(../fonts/sf-pro/SFPRODISPLAYBOLD.OTF);
    font-weight: bold;
}

@font-face {
    font-family: 'Bariol';
    src: url(../fonts/bariol/bariol.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Bariol';
    src: url(../fonts/bariol/bariol-bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Bariol';
    src: url(../fonts/bariol/bariol_light.woff);
    font-weight: 250;
}

@font-face {
    font-family: 'Bariol';
    src: url(../fonts/bariol/bariol_thin.woff);
    font-weight: 300;
}

.wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 1290px;
}

.wrapper-big {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1290px;
}


.enter-y {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.enter-y-r {
    transform: translateY(-100px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.enter-x {
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.enter-x-r {
    transform: translateX(100px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.loaded .is-inview .delay-1 {
    transition-delay: 0.2s !important;
}

.loaded .is-inview .delay-2 {
    transition-delay: 0.4s !important;
}

.loaded .is-inview .delay-3 {
    transition-delay: 0.6s !important;
}

.loaded .is-inview .delay-4 {
    transition-delay: 0.8s !important;
}

.loaded .is-inview .delay-5 {
    transition-delay: 1s !important;
}

.loaded .is-inview .delay-6 {
    transition-delay: 1.2s !important;
}

.loaded .is-inview .delay-7 {
    transition-delay: 1.4s !important;
}

.loaded .is-inview .delay-8 {
    transition-delay: 1.6s !important;
}

.loaded .is-inview .delay-9 {
    transition-delay: 1.8s !important;
}

.loaded .is-inview .delay-10 {
    transition-delay: 2s !important;
}

.loaded .is-inview .delay-11 {
    transition-delay: 2.2s !important;
}

.loaded .is-inview .delay-12 {
    transition-delay: 2.4s !important;
}

.loaded .is-inview .delay-13 {
    transition-delay: 2.6s !important;
}

.loaded .is-inview .delay-14 {
    transition-delay: 2.8s !important;
}

.loaded .is-inview .delay-15 {
    transition-delay: 3s !important;
}

.loaded .is-inview .enter-y,
.loaded .is-inview .enter-x,
.loaded .is-inview .enter-y-r,
.loaded .is-inview .enter-x-r {
    opacity: 1;
    transform: translate(0);
}



strong {
    font-weight: 400 !important;
}

.mobile {
    display: none !important;
}

#hero {
    width: 100%;
    padding-bottom: 250px;
}

#hero .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: bg 5s;
}

#hero .bg img {
    height: 100%;
    width: 100%;
}

@-webkit-keyframes bg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes bg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.gradient {
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(180deg, rgba(11, 35, 60, 0) 16.59%, #0B233C 90.25%);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 150px;
}

.logo img {
    transition: all .3s;
}

.logo:hover img {
    opacity: .6;
    transform: scale(1.1);
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .button-cta .arrow {
    width: 32px;
    height: 32px;
}

header .button-cta .ppal {
    padding: 10px 18px;
}

.anchor:nth-child(2) {
    margin-right: 20px;
    margin-left: 35px;
}

.anchor:nth-child(3) {
    margin-right: 35px;
    margin-left: 15px;
}

.anchor:nth-child(4) {
    margin-right: 35px;
    margin-left: 15px;
}

.anchor:nth-child(5) {
    margin-right: 35px;
    margin-left: 15px;
}


.anchor {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 5px
}

.anchor p {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: #0098FF;
    position: relative;

}

.anchor p::after {
    position: absolute;
    content: '';
    width: 20%;
    opacity: 0;
    height: 1px;
    background-color: #0098FF;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    bottom: -2px;

}

/* .anchor .hover {
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    width: 20%;
    bottom: 2px;
    height: 1px;
    padding: 0;
    background-color: #0098FF;
} */


.anchor:hover p:after {
    opacity: 1;
    left: 0;
    transform: translateX(0);
    width: 95%;
}

.button-cta .arrow svg {
    transition: all .3s;
    position: relative;
    z-index: 3;
}

.button-cta:hover .arrow svg {
    transform: rotate(180deg);
}


.button-cta {
    display: flex;
    align-items: center;
    transition: all .5s;
    position: relative;
    width: fit-content;
    cursor: pointer;
}

.button-cta .ppal {
    border: 1px solid #0098FF;
    padding: 15px 18px;
    background: rgba(0, 152, 255, 0.1);
    border-radius: 48px;
    transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
    overflow: hidden;
}

.button-cta .ppal::after {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0098FF;
    opacity: 0;
    transition: all .4s;
}

.button-cta .arrow::after {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0098FF;
    opacity: 0;
    transition: all .4s;
    transition-delay: .25s;
}

.button-cta:hover .ppal::after,
.button-cta:hover .arrow::after {
    width: 100%;
    opacity: 1;
}

.button-cta .ppal p {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    align-items: center;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
    z-index: 10;
    position: relative;
}



.button-cta .arrow {
    background: rgba(0, 152, 255, 0.1);
    border-radius: 48px;
    width: 43px;
    height: 43px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #0098FF;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}


@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/* preload */


.preloader {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 120;
}

.counter {
    position: absolute;
    font-family: 'Bariol', sans-serif;
    font-size: 60px;
    font-weight: 900;
    color: white;
    left: 5%;
    bottom: 5%;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #001c38
}

.preloader .logo {
    position: absolute;
    animation: latidos 3s infinite;
    transform-origin: center;
    pointer-events: none;
}

.preloader svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}


@keyframes latidos {
    from {
        transform: none;
    }

    50% {
        transform: scale(1.2);
    }

    to {
        transform: none;
    }
}


h1 {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 72px;
    line-height: 64px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

h1 strong {
    font-weight: 400;
}

h2 {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

h3 {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: #0098FF;
}

h4 {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

h5 {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 47px;
    line-height: 47px;
    align-items: center;
    letter-spacing: -0.015em;
    color: #004477;
    margin: 0 auto;
}

.hero-container {
    padding-left: 5%;
    padding-right: 10%;
    padding-top: 250px;

}

.hero-container h2 {
    margin-top: 40px;
    margin-bottom: 50px;
    max-width: 54%;
}

.scroll-down {
    background: none;
    border: none;
    position: relative;
    position: absolute;
    transform: rotate(270deg) !important;
    right: 0%;
    bottom: 0;
    width: fit-content;
    cursor: pointer;
}

.scroll-down button {
    transition: all .3s;
}

.scroll-down span {
    position: relative;
    display: block;
    height: 1px;
    background-color: #FFFFFF;
    transition: all .5s;
    animation-name: line-scroll;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.scroll-down p {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 10px;
    position: relative;
    z-index: 10;
    transition: all .3s;
}

.scroll-down:hover button {
    transform: scale(1.2);
}

@keyframes line-scroll {
    0% {
        width: 5%;
    }

    100% {
        width: 100%;
    }

}

.container-figure {
    position: relative;
    width: fit-content;
    margin-top: 100px;
    height: 100%;
}

.vibes {
    position: absolute;
}

.vibes svg {
    position: absolute;
    left: 0;
    top: 0
}

.container-circles {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flex-circles {
    display: flex;
    align-items: center;
    width: fit-content;
}

.flex-circles.top {
    position: absolute;
    top: -20%;
    left: -10%;
}

.flex-circles.bottom {
    position: absolute;
    bottom: -28%;
    right: -5%;
}

.flex-circles .minor {
    margin-left: -50px;
}

#about-us {
    overflow: visible;
}

figure {
    overflow: hidden;
    width: 445px;
    height: 470px;
    position: relative;
}

figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 250px;
}

.paragraph-about {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #8AD0FF;
    padding-left: 40px;
    max-width: 85%;
}

.flex-center {
    display: flex;
    align-items: center;
}

.cf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-about {
    max-width: 50%;
    padding-top: 150px;
}

.content-about h3 {
    margin-bottom: 30px;
}

.content-about h4 {
    margin-bottom: 35px
}

.between {
    justify-content: space-between;
}

#our-technology {
    padding-top: 300px;
    padding-bottom: 230px;
    overflow: hidden;
}

#our-technology .content-about {
    /* max-width: 45%; */
    padding-top: 0;
    padding-left: 70px;
}

#our-technology .flex-center {
    justify-content: space-around;
    padding-top: 40px;
}

.bg-tech {
    display: none;
}

.container-figure-2 {
    position: relative;
    width: fit-content;
    height: 100%;
    padding-right: 100px;
}

.container-figure-2 .vibes svg:nth-child(1) {
    top: -270px;
    left: -485px;
}

.container-figure-2 .vibes svg:nth-child(2) {
    top: -185px;
    left: -421px;
}

.container-figure-2 .vibes svg:nth-child(3) {
    top: -95px;
    left: -357px;
}

.container-figure-2 .vibes svg:nth-child(4) {
    top: 0;
    left: -295px;
}

.container-figure-2 .vibes svg:nth-child(5) {
    top: 100px;
    left: -232px;
}

.container-figure-2 .vibes svg:nth-child(6) {
    top: 180px;
    left: -165px;
}

.container-figure-2 .vibes svg:nth-child(7) {
    top: 265px;
    left: -103px;
}

.container-figure-2 .vibes svg:nth-child(8) {
    top: 364px;
    left: -50px;
}

.container-figure-2 .vibes svg:nth-child(9) {
    top: 422px;
    left: 12px;
}

figure.technology {
    overflow: hidden;
    width: 350px;
    height: 370px;
    position: relative;
}

figure.technology img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 140px;
    border-top-right-radius: 30px;
}

#our-technology .flex-circles.top {
    position: absolute;
    right: 15%;
    top: -22%;
    left: auto;
}

#our-technology .flex-circles.bottom {
    position: absolute;
    bottom: -22%;
    left: -15%;
}

#our-technology .flex-circles .minor {
    margin-left: -30px;
}

/* --- DRAW SVG ---- */

.is-inview .draw-container svg path {
    animation: draw 1s ease-in;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}


@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}


/* ---- STICKY -----*/


/* ---- STEPS ---- */

.step {
    /* background-color: white;
    background-image: url(../img/step-bg.png); */
    width: 100vw;
    height: 100vh;
    position: relative;
    /* background-position: left;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain; */
    transition: all 1s;
}

.bg-step {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
}

.bg-step img {
    width: 54%;
}

.step .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-bottom: 100px;
    transition: all .2s cubic-bezier(1, 0, 0, 1);
}

.big-marker {
    width: 460px;
    height: 460px;
    border-radius: 100%;
    position: relative;
    transition: opacity 1.5s;
    opacity: 1;
}

.show .big-marker {
    opacity: 1;
}

.big-marker .container-img,
.small-marker .container-img {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    border-radius: 100%;
    width: 75%;
    height: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-img img {
    transition: all .3s;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.show .container-img img {
    opacity: 1;
}


.small-marker {
    width: 320px;
    height: 320px;
    border-radius: 100%;
    position: relative;
    transition: opacity 1s, animation .3s;
    opacity: 1;
}

.show .small-marker {
    opacity: 1;
}


.info {
    display: block;
    padding-top: 100px;
}

.info h3 {
    margin-bottom: 5px;

    transition: all .3s;
}

.info h4 {
    margin-bottom: 100px;
    color: #004477;
    white-space: nowrap;
    transition: all .3s;
}

/* .info-wrapper {
    /* max-width: 75%; */
    /* margin-left: auto; 
} */

.instruction {
    display: flex;
    margin-left: auto;
    transition: all .2s;
    justify-content: end;
    position: relative;
    margin-top: 50px;
}

.instruction .text {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #004477;
    transition: opacity 2s;
    opacity: 1;
    margin-bottom: 53px;
}

.number {
    background-color: #0098FF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    border: none;
    position: relative;
    color: white;
    transition: opacity 1.5s;
    opacity: 1;
}

.show .instruction .number {
    opacity: 1;
}

.number span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.navigation_swiper{
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 20;
    display: flex;
    align-items: center;
}

.navigation_swiper .circle_swiper:last-child{
    margin-left: 20px;
}

.circle_swiper{
    position: relative;
    border-radius: 100px;
    border: 1px solid #0098FF;
    width: 43px;
    height: 43px;
    cursor: pointer;
    transition: all .3s;
}

.circle_swiper:not(.swiper-button-disabled):hover{
    transform: scale(1.2);
}

.circle_swiper svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-disabled{
    opacity: .3;
    pointer-events: none;
}


.step-by-step {
    position: relative;
    
}

.step .content .images {
    position: relative;
    width: 60%;
    height: 100%;
}

.step .content .info {
    position: relative;
}

.instruction-detail p {
    font-family: 'SFPDisplay', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #004477;
}

.step .content .instruction-detail {
    
    /* max-width: 290px;
    margin-left: auto; */
    margin-left: 16px;
    color: #004477;
    transition: all 1s;
    opacity: 1;
    transform: translateY(0px);
}
.step-1 .instruction-detail {
    margin-right: 33px;
}

.step-4 .text {
    padding-top: 10px;
}

.step-4 .instruction-detail {
    margin-right: 10px;
}


.marker {
    position: relative;
    width: fit-content;
    width: 80px;
    height: 80px;
    display: block;
}

.marker span {
    position: absolute;
    display: block;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    animation: activeCircle 1s infinite alternate;
    transform: translate(-50%, -50%);
}

.marker span:nth-child(1) {
    width: 22%;
    height: 22%;
    animation-delay: .2s;
}

.marker.pink span:nth-child(1) {
    background-color: #FF004D;
}

.marker.blue span:nth-child(1) {
    background: #0098FF;
}

.marker span:nth-child(2) {
    width: 45%;
    height: 45%;
    animation-delay: .4s;
}

.marker.pink span:nth-child(2) {
    background: rgba(255, 0, 77, 0.2);
}

.marker.blue span:nth-child(2) {
    background: rgba(0, 152, 255, 0.2);
}

.marker span:nth-child(3) {
    width: 75%;
    height: 75%;
    animation-delay: .6s;
}

.marker.pink span:nth-child(3) {
    background: rgba(255, 0, 77, 0.2);
}

.marker.blue span:nth-child(3) {
    background: rgba(0, 152, 255, 0.2);
}

@keyframes activeCircle {
    from {
        transform: translate(-50%, -50%) scale(1);
    }

    to {
        transform: translate(-50%, -50%) scale(1.1);
    }
}


.big-marker.blue::after,
.small-marker.blue::after {
    background: rgba(0, 152, 255, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px)
}

.big-marker.blue::before,
.small-marker.blue::before {
    background: rgba(0, 152, 255, 0.05);
}


.big-marker.pink::before,
.small-marker.pink::before {
    background: rgba(255, 0, 77, 0.05);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px)
}

.big-marker.pink::after,
.small-marker.pink::after {
    background: rgba(255, 0, 77, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px)
}

.big-marker::before,
.big-marker::after,
.small-marker.pink::before,
.small-marker.pink::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    transition: all .3s;
    animation: activeCircle 1s infinite alternate;
}

.big-marker::before {
    animation-delay: 0.5s;
    height: 95%;
    width: 95%;
    left: 50%;
    top: 50%;
    animation-delay: 0.4s;
    transform: translate(-50%, -50%);
}

.big-marker::after {
    animation-delay: 0.5s;
    width: 85%;
    height: 85%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation-delay: .2s;
}

.big-marker .first-circle,
.small-marker .first-circle {
    position: absolute;
    width: 77%;
    height: 77%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: 1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all .3s;
    animation: activeCircle 1s infinite alternate;
}

.big-marker.pink .first-circle,
.small-marker.pink .first-circle {
    background: rgba(255, 0, 77, 0.2);
}

.big-marker.blue .first-circle,
.small-marker.blue .first-circle {
    border: solid 20px rgba(0, 152, 255, 0.2);
}

.small-marker.pink::before,
.small-marker.blue::before {
    animation-delay: 0.4s;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.small-marker.pink::after,
.small-marker.blue::after {
    animation-delay: 0.2s;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.text strong {
    font-weight: bold !important;
}

/* ----- STEP 1 ------ */

.step-1 .content .images {
    padding-top: 50px;
}

.step-1 .marker {
    margin-left: 345px;
    margin-top: 0
}

.step-1 .big-marker {
    margin-left: auto;
    /* margin-right: -50px; */
}

.step-1 .small-marker {
    margin-right: -300px;
    margin-left: auto;
    margin-top: -140px;
}

.step-1 .small-marker img {
    top: -4px;
}

/* .step-1 .instruction{
    justify-content: right;
    margin-right: 45px;
} */

.step-1 .info {
    padding-bottom: 300px;
}

/* ----- STEP 2 ----- */

.step-2 .images .marker.blue:first-child {
    margin-left: 320px;
    margin-top: 195px;
}

.step-2 .images .marker.blue:nth-child(2) {
    margin-left: 395px;
    margin-top: 0px;
    width: 50px;
    height: 50px;
}


.step-2 .big-marker {
    margin-top: -20px;
    margin-left: auto;
    margin-right: -100px;
}

/* .step-2 .instruction-detail .row {
    display: flex;
    align-items: start;
    width: 75%;
    margin: 0 auto;
    justify-content: space-between;
}

.instruction-detail .row:nth-child(2) {
    display: flex;
    align-items: center;
    margin-top: 30px
} */

.step-2 .instruction-detail .row .container-arm {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.step-2 .instruction-detail .row:first-child .container-arm svg {
    position: absolute;
    top: 20%;
}

.step-2 .instruction-detail .row:first-child .container-arm svg:last-child {
    right: -30%;
}

.step-2 .instruction-detail .row .aclaration {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #004477;
}

.container-arm {
    position: relative;
}

.step-2 .instruction-detail .row:nth-child(2) .container-arm svg {
    position: absolute;
    left: -10%
}

.step-2 .instruction-detail .row:nth-child(2) .container-arm svg:first-child {
    top: 40%
}

.step-2 .instruction-detail .row:nth-child(2) .container-arm svg:last-child {
    top: 45%
}

/* .step-2 .content .instruction-detail {
    max-width: 58%;
    margin-left: auto;
    margin-top: 50px;
} */

/* ------ STEP 3 ------ */

.step-3 .images .marker.blue:first-child {
    margin-left: 240px;
    margin-top: 130px;
}

.step-3 .images .marker.blue:last-child {
    position: absolute;
    bottom: 260px;
    left: 310px;
}

#cervical-2 {
    margin-left: 300px;
    margin-right: 0px;
    transform: translateY(-100px);
}

#chip {
    margin-right: -10%;
    margin-left: auto;
    width: 330px;
    height: 330px;
    transform: translateX(145px) translateY(-220px);
}


.step-3 .info-wrapper {
    margin-top: 100px;
    padding-bottom: 215px;
}

.step-3 .instruction {
    margin-bottom: 50px;
    justify-content: right;
    /* margin-right: 60px; */
    align-items: inherit;
}

.step-3 .instruction-detail{
    max-width: 280px;
    margin-right: 10px
}

.step-3 .instruction .text:nth-child(2) {
    margin-top: 30px
}

.step-3 .container-text {
    /* max-width: 260px; */
    text-align: left;
}

/* ----- STEP4 ---- */

.step-4 .button-cta {
    background-color: transparent;
    margin-top: 60px
}

.step-4 .button-cta .ppal {
    background: transparent;
}

.step-4 .button-cta .arrow {
    background: transparent;
}

.step-4 .button-cta .ppal p {
    color: #0098FF
}

.step-4 .button-cta:hover .ppal p {
    color: white
}

.step-4 .button-cta:hover .arrow svg path {
    stroke: white
}

.step-4 .images .big-marker.blue:first-child {
    margin-left: 60px;
    margin-top: 40px;
    width: 500px;
    height: 500px;
}

.step-4 .images .big-marker.blue:last-child {
    position: relative;
    margin-left: auto;
    transform: translateY(-200px);
    margin-right: -180px;
}

.step-4 .container-img {
    background-color: white;
}

.step-4 .container-img img {
    width: auto;
    height: auto;
    left: 25%;
    top: 35%
}

.step-4 .instruction {
    /* justify-content: end; */
    /* padding-right: 20px; */
}

/* ---- VIDEO -----*/
#video-section {
    background-color: #ebf6ff;
}

#video-section h4 {
    color: #004477;
    margin: 0 auto;
    margin-bottom: 55px;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    max-width: 90%;
}

.content-video-section {
    padding-top: 180px;
    padding-bottom: 475px;

}

.video-container {
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
    width: 930px;
    height: 520px;
    border-radius: 48px;
}

.video-container .cover-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.cover-video img {
    width: 100%;
    height: 100%;
}

.add-video {
    position: absolute;
    top: 50%;
    left: 50%;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%) translateY(-50%);
}

.add-video:hover .button-play {
    transform: scale(.8);
    background-color: white;
}

.add-video:hover .button-play svg path {
    stroke: #258CFF
}

.add-video:hover .notes {
    opacity: .6;
}


.button-play {
    background-color: #258CFF;
    width: 88px;
    height: 88px;
    border-radius: 100px;
    cursor: pointer;
    transition: all .3s;
    z-index: 15;
    position: relative;
    margin: 0 auto;
}



.button-play svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.add-video .notes {
    color: white;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    transition: all .3s;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.video-container.video-active .cover-video {
    opacity: 0;
    pointer-events: none;
}

.video-container.video-active video {
    pointer-events: auto;
}

.bg-video-section {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bg-video-section div:first-child {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bg-video-section div:last-child {
    position: absolute;
    right: 0;
    top: -20%;
}

/* ---- our values -----*/

#values{
    background-color: #ebf6ff;
    padding-top: 130px
}

.container-title {
    display: flex;
    justify-content: center;
}

.cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
    padding-bottom: 100px;
    perspective: 1000px;
    background-color: transparent;
}

.card__father {
    perspective: 1000px;
}


.card__father:hover .card {
    transform: rotateY(180deg);
}

.card {
    width: 250px;
    height: 380px;
    position: relative;
    transform-style: preserve-3d;
    transition: all .5s;
}

.card__front,
.card__back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 25px;
}

.card__back {
    width: 100%;
    height: 100%;
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: rotateY(180deg);
    background-color: #004477;
}

.card__front {
    background-color: white;
    background-image: url(../img/card-bg.svg);
    background-position: bottom;
    background-position-y: center;
}

.body_card_front {
    width: 100%;
    height: 100%;
    padding: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateZ(60px);
}

.body_card_front img {
    width: 60px;
    max-height: 90px;
}


.title-card {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #0098FF;
    margin-top: 70px;
    margin-bottom: 70px;
    transform: translateZ(60px);
}

.body_card_back {
    transform: translateZ(60px);
    padding: 0px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px;
    justify-content: space-between;
}

.body_card_back .title-card {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.015em;
    color: #0098FF;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.body_card_back .text {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #A4DAFF;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 15px
}

.body_card_back .button-card {
    transform: rotate(180deg);
}

.button-card {
    width: 44px;
    height: 44px;
    background-color: #0098FF;
    border: 1px solid #0098FF;
    position: relative;
    border-radius: 100%;
    margin: 0 auto;

}

.button-card svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#team {
    padding-top: 180px;
    padding-bottom: 300px;
    background: radial-gradient(40.93% 33.99% at 54.35% 43.93%, #12457A 0%, #0B233C 100%);
}

#team h5 {
    color: #0098FF
}

.circles-top-team {
    position: absolute;
    right: 0;
    top: 10%
}

.circles-top-team img:nth-child(2) {
    position: absolute;
    right: 5%;
    top: -15%;
}

.circles-top-team img:nth-child(3) {
    position: absolute;
    left: -30%;
    bottom: 50%;
}

.circles-bottom-team {
    position: absolute;
    left: 0;
    bottom: 4%;

}

.circles-bottom-team img:nth-child(2) {
    position: absolute;
    right: 5%;
    top: -15%;
}

.circles-bottom-team img:nth-child(3) {
    position: absolute;
    left: -30%;
    bottom: 50%;
}

.team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 90px;
    margin-top: 70px
}

.card-team {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.card-team .bg {
    position: absolute;
    top: -10%;
    left: 10%;
}

.card-team:nth-child(2) .bg,
.card-team:nth-child(4) .bg,
.card-team:nth-child(8) .bg {
    top: -25%;
    transform: rotate(133deg);
}

.card-team:nth-child(3) .bg,
.card-team:nth-child(5) .bg,
.card-team:nth-child(9) .bg {
    transform: rotate(314deg);
    top: -15%;
}

.card-team:last-child .bg {
    transform: rotate(15deg);
}

.leaflet-zoom-animated {
    transition: all .3s ease-in-out;
}

.card-team .leaflet-zoom-animated path {
    transition: all .2s;
}

.card-team:hover .leaflet-zoom-animated path {
    stroke: #3cf9fe
}

.card-team .circle {
    border-radius: 100%;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin: 0 auto;
}

.card-team .circle img {
    object-fit: contain;
    border-radius: 9999999px;
    transition: all .3s;
}

.card-team:hover .circle img {
    transform: scale(1.06);
}

.card-team .content {
    z-index: 5;
    margin: 0 auto;
}

.card-team .name {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    margin-top: 50px;
}

.card-team .position {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: #0098FF;
    margin-top: 12px;
}

/* ---- NEWS ------ */ 

#news{
    background-color: transparent;
    z-index: 1;
    transform: translateY(150px);
}

#news a:hover{
    opacity: .6;
    transform: scale(1.1);
}

#news h5{
    color: white;
    margin: 0 auto;
    margin-bottom: 45px;
    width: fit-content;
}

.container-news {
    background: #FFFFFF;
    box-shadow: 0px 4px 72px rgba(0, 16, 28, 0.1);
    border-radius: 56px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

footer .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    background-color: #EBF6FF;
}

footer .bg svg {
    position: absolute;

}

footer .bg svg:first-child {
    left: 0;
    bottom: 0
}

footer .bg svg:last-child {
    right: 0;
    top: 0
}

footer .wrapper {
    padding-bottom: 30px;
    padding-top: 350px
}

.line-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.line-footer.baseline {
    align-items: flex-start;
}

.line-footer.center {
    align-items: center;
}

.get {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #0098FF;
    margin-bottom: 15px
}

.get-bottom {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #598AAF;

}


.mail-gigant {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #004477;
    transition: all .3s;
    position: relative;
}

.mail-gigant::after {
    width: 100%;
    height: 3px;
    background-color: #004477;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.mail-gigant:hover {
    color: #0098FF;
    opacity: .7;
}

.mail-gigant:hover::after {
    width: 0;
}

.networks {
    display: flex;
    align-items: center;
}

.networks a {
    cursor: pointer;
    padding: 1px;
    transition: all .3s;
}

.networks a:hover {
    transform: scale(1.2);
}

.networks a:nth-child(2) {
    margin-right: 25px;
    margin-left: 25px
}

.col-60 {
    width: 60%;
}

.phone {
    font-family: 'Bariol', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #0098FF;
    transition: all .5s;
    position: relative;

}

.phone::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #0098FF;
    position: absolute;
    bottom: 0;
    transition: all .3s;
    left: 0;
}

.phone:hover::after {
    width: 100%;
}

.line-footer.final {
    font-family: 'SFProDisplay', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #9ED1FC;
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
}

.line-footer:nth-child(2) {
    margin-top: 11px
}

.line-footer:nth-child(3) {
    margin-top: 55px
}

.links-terms a:first-child {
    margin-right: 20px;
}

.links-terms a {
    transition: all .3s;
}

.links-terms a:hover {
    color: #001c38
}

.unknow {
    position: relative;
}

.unknow img {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    transition: all .3s;
    pointer-events: none;
}

.unknow p {
    transition: all .3s;
}

.unknow:hover p {
    opacity: 0;
}

.unknow:hover img {
    opacity: 1;
    top: 0
}

@media screen and (max-width: 500px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .wrapper {
        width: 90%;
    }

    header {
        position: absolute;
    }

    section {
        overflow: hidden;
    }

    .toggle-nav {
        display: flex !important;
        padding: 11px 9px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        border-radius: 999999px;
        overflow: hidden;
        position: relative;
        border: 1px solid #0098FF
    }

    .toggle-nav::after {
        width: 0%;
        height: 100%;
        content: '';
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        position: absolute;
        top: 0;
        left: 0;
        transition: all .2s;
    }

    .toggle-nav.active::after {
        width: 100%;
    }

    .toggle-nav .line {
        width: 21px;
        background-color: #0098FF;
        height: 1px;
        z-index: 10;
    }

    .toggle-nav .line.middle {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .toggle-nav .line:nth-child(3) {
        width: 15px;
    }

    .container-header.active {
        position: relative;
        z-index: 20;
    }

    .menu-mobile {
        position: absolute;
        top: 0;
        display: block !important;
        left: 0;
        height: 100vh;
        width: 0%;
        opacity: 0;
        pointer-events: none;
        transition: all .3s;
    }

    .menu-mobile.active {
        opacity: 1 !important;
        pointer-events: auto;
        width: 100% !important;
    }

    .menu-mobile .content {
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-mobile::after {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(11, 35, 60, 0.8);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        top: 0;
        content: '';
        left: 0;
    }

    .nav-mobile {
        display: flex;
        flex-direction: column;
        z-index: 10;
        margin-bottom: 45px;
    }

    .nav-mobile li {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #0B3050;
    }

    .close {
        opacity: 0;
    }

    .toggle-nav .close {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .toggle-nav.active .close {
        opacity: 1;
        display: block !important;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: all;
    }

    .toggle-nav.active .line {
        opacity: 0;
    }


    .nav-mobile li button {
        border: none;
        background: transparent;
    }

    .nav-mobile button span {
        font-family: 'Bariol', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0.26em;
        text-transform: uppercase;
        color: #0098FF;
    }

    h1 {
        font-size: 45px;
        line-height: 45px;
    }

    h4 {
        font-size: 40px;
        line-height: 40px;
    }

    #hero {
        width: 100%;
        height: 100%;
        background-image: url(../img/hero.jpg);
        padding-bottom: 100px;
        transition: all .3s;
        background-size: cover;
    }

    #hero .bg {
        display: none;
    }

    .hero-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 100px
    }

    .hero-container h2 {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .gradient {
        bottom: 0;
    }

    #about-us {
        overflow: hidden;
    }

    #about-us figure {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    #about-us figure img {
        position: relative;
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 20px;
        border-top-right-radius: 135px;
        /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    }

    .cf {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-about {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        /* margin-top: 100px; */
    }

    .paragraph-about {
        max-width: 100%;
        padding-left: 0
    }

    .vibes {
        position: absolute;
        top: -30%;
    }

    .vibes svg {
        position: absolute;
        width: 350px;
    }

    .flex-circles {
        max-width: 120px;
    }

    #our-technology {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .ot {
        display: flex;
        flex-direction: column-reverse;
        /* overflow: hidden; */
    }

    .container-figure-2 {
        padding-right: 0;
    }

    figure.technology {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    figure.technology img {
        position: relative;
    }

    .bg-tech {
        position: absolute;
        display: block;
        /* height: auto; */
    }

    #our-technology .content-about {
        padding-left: 0;
        max-width: 90%;
        padding-top: 110px;
    }

    .body {
        background-image: url(../img/step-bg-mobile.png);
        background-position: center;
        background-size: cover;
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .body .gradient-white {
        width: 100%;
        height: 70px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 64.06%);
        opacity: 1;
        position: absolute;
        top: -4%;
        transform: rotate(180deg);
    }

    .body .gradient-white:last-child {
        top: inherit;
        transform: rotate(0);
        bottom: -2%
    }

    .marker {
        display: none !important;
    }

    .marker span {
        width: 15px;
        height: 15px;
    }

    .big-marker {
        width: 227px;
        height: 227px;
    }

    .big-marker.pink .container-img {
        border: solid 10px rgba(255, 0, 77, 0.2);
    }


    .small-marker {
        width: 168px;
        height: 168px;
    }

    .small-marker.pink .container-img {
        border: solid 8px rgba(255, 0, 77, 0.2);
    }

    .steps-mobile {
        background-color: #FFFFFF;
    }

    .step-each {
        padding-top: 65px;
    }

    .step-each .number {
        position: absolute;
        left: 0;
    }

    .instruction {
        justify-content: start !important;
        margin-left: 0 !important;
        max-width: 90% !important;
        margin-bottom: 0 !important;
    }

    .instruction .text {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .steps-mobile h4 {
        font-family: 'Bariol', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 33px;
        line-height: 50px;
        letter-spacing: -0.035em;
        color: #004477;
        white-space: nowrap;
    }

    .step-each .title {
        font-family: 'Bariol', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.42em;
        text-transform: uppercase;
        color: #0098FF;
    }

    .step-1 .marker {
        margin-left: 220px;
    }

    .step-1 .big-marker {
        margin-left: 30px;
        margin-right: auto;
        transform: translateY(18px);
    }

    .step-1 .small-marker {
        /* margin-top: 60px; */
        margin-left: auto;
        margin-right: 30px;
        transform: translateY(82px);
    }

    .step-1 .number {
        top: -50px
    }


    .step-1 .body {
        padding-bottom: 100px;
    }

    .step-2 .body {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    #mobile-marker-1 {
        margin-left: auto;
        margin-right: 165px;
    }

    #mobile-marker-2 {
        margin-left: auto;
        margin-right: 140px;
        margin-top: 20px
    }

    .step-2 .big-marker {
        margin: 0 auto;
    }

    .info-wrapper {
        max-width: 90%;
        margin: 0 auto
    }

    .big-marker.blue .container-img {
        border-width: 5px;
    }

    .info {
        padding-top: 0
    }


    .step-each.step-2 .number {
        left: 0;
        top: -50px;
    }

    .step-3 .body {
        /* padding-bottom: 100px; */
    }

    .step-3 .body .marker.blue:nth-child(5) {
        margin: 0 auto !important;
        transform: translate(20px, 55px);
    }

    .step-3 .body .marker.blue:nth-child(2) {
        margin: 0 auto
    }

    .step-3 .body .marker.blue:last-child {
        margin: 0 auto;
        transform: translateY(80px) translateX(15px);
    }

    #cervical-2 {
        margin-right: auto;
        margin-left: 55px;
        transform: translateY(0px);
    }

    #chip {
        transform: translate(0, -22px) !important;
        margin-left: auto;
        margin-right: 20px;
        width: 190px;
        height: 190px;
    }

    .step-3 .info-wrapper {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .step-3 .number {
        top: -50px;
        left: 0;
    }


    .step-4 .body .big-marker:nth-child(3) {
        margin-right: 50px;
        margin-left: auto;
        width: 165px;
        height: 165px;
    }

    .step-4 .number {
        top: -50px;
        left: 0;
    }

    .step-4 {
        padding-bottom: 60px
    }

    #video-section h4 {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .content-video-section {
        padding-top: 50px
    }

    .video-container {
        max-width: 100%;
    }

    .cards {
        flex-direction: column;
        padding-bottom: 0;
    }

    .card {
        width: 100%;
    }

    .card__father {
        width: 100%;
    }

    .cards .card__father:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cards .card__father:nth-child(3) {
        margin-bottom: 20px;
    }

    .body_card_front img {
        max-width: 60px;
    }

    .button-card {
        width: 56px;
        height: 56px;
    }

    #values{
        padding-bottom: 50px;
    }

    #team {
        overflow: hidden;
        padding-bottom: 200px;
        /* z-index: 10231; */
    }

    #team h5 {
        text-align: center;
    }

    #team .circles-top-team {
        max-width: 100px;
        top: 30px;
    }

    #team .circles-bottom-team {
        max-width: 100px;
        bottom: 35px;
        overflow: visible;
        /* z-index: 10; */
    }

    .container-news{
        flex-direction: column;
        padding-left: 50px;
        padding-right: 50px;
    }

    .team {
        grid-template-columns: repeat(1, 1fr);
    }

    .line-footer {
        flex-direction: column;
    }

    .col-60 {
        width: 100%;
    }

    .line-footer.baseline {
        margin-bottom: 45px;
    }

    .get-bottom {
        margin-bottom: 50px;
    }

    .line-footer.center {
        align-items: start;
    }

    .mobile.networks {
        margin-bottom: 100px;
        display: flex !important;
    }

    .mail-gigant {
        font-size: 28px;
        line-height: 30px;
    }

    .mail-gigant::after {
        left: 0;
    }

    .phone {
        font-size: 25px;
    }

    .line-footer.final {
        display: flex;
        flex-direction: row;
        padding-top: 50px;
        border-top: 1px solid rgba(143, 173, 195, 0.3);
        padding-bottom: 150px;
    }

    footer .bg svg:first-child {
        max-width: 100%;
        top: 0;
    }

    footer .bg svg:last-child {
        max-width: 100%;
        bottom: 200px;
        transform: rotate(150deg);
        top: initial;
    }
}

@media screen and (min-width: 1500px) {
    .wrapper-big{
        max-width: 1480px;
    }

    .bg-step img{
        width: 47%;
    }

    .step .content{
        padding-top: 100px
    }

    .step-1 .marker{
        margin-left: 250px;
    }

    .step-1 .big-marker{
        margin-left: 220px;
    }

    .step-1 .small-marker{
        margin-right: -100px;
    }

    #chip{
        margin-top: -150px
    }

    .step-3 .images .marker.blue:last-child {
        bottom: 100px;
        left: 240px;
    }

    .step .content .instruction-detail{
        max-width: 300px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 1679px) {

    .bg-step img{
        width: 60%;
    }
    
    /* .step-1 .marker {
        margin-left: 450px;
    }

    .step-1 .big-marker{
        margin-left: auto;
    }

    .step-1 .small-marker{
        margin-right: -300px;
    } */

    .step .content .images{
        padding-left: 120px;
    }

    .step-1 .content .images{
        padding-left: 200px;
    }

    .step-1 .small-marker{
        margin-right: -300px;
    }

    .step-3 .images .marker.blue:first-child{
        margin-left: 190px
    }

    #chip{
        margin-right: -300px;
    }

    .step-3 .images .marker.blue:last-child {
        bottom: 10px;
        left: 420px;
    }

}

@media screen and (min-width: 1915px) {

    .bg-step img{
        width: 55%;
    }
    
    .step-1 .content .images{
        padding-left: 0;
    }

    .step-2 .content .images{
        padding-left: 25px;
    }

    #chip {
        margin-right: -40px;
        margin-top: 0;
    }

    .step-3 .images .marker.blue:last-child {
        bottom: 120px;
        left: 330px;
    }
}