
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
#msg_form {
    display: none;
    position: fixed;
    bottom: 10%;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 999999;
    text-align: center;
    background: #90a1b1;
}
.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}
.w-checkbox::before {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}
.w-checkbox::after {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}
.w-checkbox-input {
    float: left;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: 0;
    margin-top: 4px;
    line-height: normal;
}
.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}
body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Exo, sans-serif;
    font-size: 72px;
    line-height: 44px;
    font-weight: 800;
}
h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Exo, sans-serif;
    font-size: 72px;
    line-height: 1.3em;
    font-weight: 800;
}
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Exo, sans-serif;
    color: #1e1e23;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
}
h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1e1e23;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
p {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.8;
    color: #1e1e23;
    font-weight: 500;
    text-align: left;
}
a {
    text-decoration: none;
}
.inline-link {
    display: inline-block;
    position: relative;
    background-color: rgb(30 30 35 / 0);
    font-weight: 800;
    color: rgb(0 158 239);
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.inline-link:hover {
    color: #1e1e23;
}
.inline-link::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    background-color: rgb(0 158 239 / 50%);
    transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    -ms-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.inline-link:hover::before {
    width: 0%;
}
.inline-link::after {
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: -0.5em;
    margin-right: 0.5em;
    width: 0%;
    left: 0;
    top: -0.1em;
    bottom: -0.1em;
    border-radius: 1em;
    background-color: rgb(0 158 239 / 0%);
    transition: width 0.6s cubic-bezier(0.8, 0, 0.2, 1), background-color 0.4s;
    -ms-transition: width 0.6s cubic-bezier(0.8, 0, 0.2, 1), background-color 0.4s;
    -webkit-transition: width 0.6s cubic-bezier(0.8, 0, 0.2, 1), background-color 0.4s;
}
.inline-link:hover::after {
    width: calc(100% + 1em);
    background-color: rgb(0 158 239 / 20%);
}
b {
    font-weight: 800;
}
.slide-hero {
    width: 100vw;
    height: 100vh;
}
.scroll-down {
    position: relative;
    z-index: 10;
    display: inline-block;
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
    color: hsla(0, 0%, 100%, 0.83);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}
.scroll-btn-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    z-index: 20;
    cursor: default;
}
.main-scroll-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
}
.main-scroll-wrapper {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 1;
    transition: 0.3s easy-ease;
}
.main-scroll-wrapper.main-scroll-btn-up {
    display: none;
}
.main-scroll-wrapper::before {
    content: "";
    position: absolute;
    bottom: -142px;
    width: 180px;
    height: 180px;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 50%;
}
@keyframes main-scroll-down-fade {
    0% {
        opacity: 0;
        bottom: 30px;
    }
    25% {
        opacity: 1;
        bottom: 10px;
    }
    50% {
        opacity: 1;
        bottom: 10px;
    }
    75% {
        opacity: 0;
        bottom: -10px;
    }
    100% {
        opacity: 0;
    }
}
@keyframes main-scroll-up-fade {
    0% {
        opacity: 0;
        bottom: -10px;
    }
    25% {
        opacity: 1;
        bottom: 10px;
    }
    50% {
        opacity: 1;
        bottom: 10px;
    }
    75% {
        opacity: 0;
        bottom: 30px;
    }
    100% {
        opacity: 0;
    }
}
.scroll-text.scroll-main-text {
    opacity: 0;
    position: relative;
    bottom: 5px !important;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #1e1e23;
    animation: main-scroll-down-fade 4s linear 2s infinite;
}
.main-scroll-btn-up .scroll-text.scroll-main-text {
    animation: main-scroll-up-fade 4s linear 2s infinite;
}
.scroll-arrow {
    position: absolute;
    width: 28px;
    bottom: 10px;
    animation: main-scroll-down-fade 4s cubic-bezier(0.41, -0.01, 0.35, 1.01) infinite;
}
.scroll-arrow.up {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    animation: main-scroll-up-fade 4s cubic-bezier(0.41, -0.01, 0.35, 1.01) infinite;
}
.home-slider {
    position: relative;
    display: none;
    width: 100%;
    height: 100vh;
}
.slider-arrow-left {
    top: 50%;
    display: none;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.7);
}
.slider-arrow-right {
    top: 50%;
    display: none;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.7);
}
.arrow-left {
    font-size: 28px;
    line-height: 50px;
}
.display-none {
    display: none;
}
.home-slider-nav {
    display: none;
}
.arrow-right {
    background-color: transparent;
    font-size: 28px;
    line-height: 50px;
    font-weight: 400;
}
.scroll-down-img {
    margin-bottom: 4px;
}
.navigation {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}
.navbar-brand {
    display: block;
    margin-top: 29px;
    margin-right: auto;
    margin-left: -15px;
}
.logo-img {
    position: absolute;
    display: block;
    max-width: 210px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.logo-img.dark {
    opacity: 0;
}
.nav-menu {
    position: relative;
    max-height: 100vh;
    margin-right: -20px;
    padding-right: 20px;
    float: right;
    background-color: transparent;
}
.nav-link {
    left: 0;
    top: 0;
    padding: 20px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}
.nav-link.w--current {
    color: #fff;
}
.hero-header {
    position: absolute;
    left: 10%;
    top: 30%;
    z-index: 1;
    display: none;
}
.header-banner.nav-content {
    position: fixed;
    right: 0;
    top: 70px;
    padding: 7px 15px;
    margin: 5px 20px;
    color: #fff !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#0085ff), to(#00b8ff));
    background-image: linear-gradient(90deg, #0085ff, #00b8ff);
    border-radius: 5px;
    font-size: 14px;
    z-index: 90;
}
.body {
    background-color: transparent;
    font-family: Exo, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 800;
}
#cookie-alert {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px;
    padding-left: 10px;
    margin: 10px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1000;
}
#cookie-alert span {
    display: inline-block;
    color: #1e1e23;
    font-weight: 700;
}
#cookie-alert-btn {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    background-color: #00b8ff;
    border-radius: 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
}
#cookie-alert-btn:hover {
    color: #00b8ff;
    background-color: rgb(0 184 255 / 0.2);
}
.main-contact {
    min-height: 100vh;
    background-color: #1e1e23;
}
.section {
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section.hero {
    overflow: hidden;
    height: 100vh;
}
.section.hero.technology {
    overflow: visible;
}
.section.fade.fp-auto-height.team {
    overflow: visible;
}
.section.fade.invisible {
    display: none;
}
.section.process {
    height: 100vh;
}
.section.fp-auto-height.order {
    z-index: 0;
    overflow: visible;
    margin-top: -40px;
}
.section.fp-auto-height.technology-sec-2 {
    background-color: #1e1e23;
}
.section.fp-auto-height.tech-scroll {
    z-index: 1;
    overflow: visible;
    font-size: 0.8vmin;
}
.section.fp-auto-height.innovation {
    overflow: visible;
}
.section.section-dark {
    background-color: #1e1e23;
}
.section.offer-hero {
    z-index: 1;
}
.section.technology-sec-2 {
    overflow: visible;
    height: 400vh;
}
.section.transport-map {
    overflow: visible;
}
.section-header {
    position: absolute;
    left: 10%;
    top: 12vh;
    right: 10%;
    z-index: 5;
}
.section-header.home-contact {
    top: 12%;
    z-index: 5;
}
.section-header.dark {
    color: #1e1e23;
}
.section-header.dark.realizations-range {
    top: 15%;
}
.section-header.dark.h-home-innovation {
    position: static;
    width: 80%;
    margin-top: 12vh;
    margin-right: auto;
    margin-left: auto;
}
.section-header.dark.h-content {
    position: static;
    top: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-header.dark.sec-6-7 {
    top: 15%;
}
.section-header.dark.no-touch-header.process-header {
    right: 40%;
}
.section-header.why-us {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 10%;
}
.section-header.h-transport-map {
    position: static;
    top: 40%;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
}
.section-header.h-transport-map.transport-sub {
    padding-top: 40px;
}
.section-header.about-us {
    width: 50%;
}
.section-header.about-us-development {
    top: 10%;
}
.section-header.home-innovation {
    position: static;
    width: 80%;
    margin-top: 15vh;
    margin-right: auto;
    margin-left: auto;
}
.section-header.h-contact {
    position: static;
}
.section-header.h-career {
    position: static;
    margin-right: auto;
    margin-left: auto;
    color: #1e1e23;
}
.section-header.h-home-innovation {
    position: static;
    left: 0;
    right: 0;
    width: 80vw;
    margin-top: 10vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 2vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.section-header.technology {
    top: 25vh;
}
.section-header.experience {
    position: static;
}
.section-header.in-structure {
    position: static;
    width: 80vw;
    margin-top: 15vh;
    margin-right: auto;
    margin-left: auto;
}
.section-header.slide-header {
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    padding-top: 8vh;
    padding-right: 10vw;
    padding-left: 10vw;
}
.section-header.order {
    position: static;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #1e1e23;
}
.section-title {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #183444;
}

.second-title {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.section-title.sec-1 {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 7em;
    text-align: center;
}
.section-title.sec-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #1e1e23;
    font-size: 90px;
    text-align: center;
}
.section-title.hero-subtitle {
    font-size: 24px;
    font-weight: 700;
}
.section-title.hero-title {
    margin-top: 10px;
}
.section-title.sec-2 {
    margin-right: auto;
    margin-left: auto;
    color: #1e1e23;
    font-size: 7em;
    text-align: center;
}
.section-title.dark {
    color: #1e1e23;
}
.section-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: auto;
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.section-bg.contact {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    height: auto;
}
.section-bg.slider-image {
    height: auto;
    margin-bottom: -50px;
    padding-bottom: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section-bg.realizations-range {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section-bg.slider-bg {
    overflow: visible;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.offer-hero .section-bg.slider-bg {
    margin-top: 70px;
}
.section-bg.auto-height {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section-bg.auto-height.transport-map-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-bg.auto-height.drop-certificate-links {
    height: 450px;
    padding-bottom: 50px;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.section-bg.auto-height.drop-certificate-links.technology-dropdown-open {
    height: auto;
    padding-bottom: 80px;
}
.section-bg.order {
    height: 60vh;
    min-height: 400px;
}
.section-bg.research {
    height: auto;
}
.section-bg.offer-configurator {
    height: auto;
    min-height: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section-bg.auto-full-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section-bg.auto-full-height.transport-map-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-bg.technology-hero {
    position: absolute;
    width: 100%;
    height: 200vh;
}
.section-bottom {
    position: relative;
    width: 100%;
    min-height: auto;
    background-color: #f7f7f9;
}
.section-bottom.process-home {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: none;
}
.section-bottom.dark {
    background-color: #1e1e23;
}
.section-bottom.transport-map-bottom {
    background-color: #1e1e23;
}
.section-bottom.order {
    margin-top: -30px;
    padding-bottom: 30px;
    background-color: #fff;
}
.section-bottom.technology-hero {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
}
.content {
    position: relative;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.slide-text-wrapper .content {
    padding-top: 0;
    padding-bottom: 0;
}
.slide-main-info {
    padding-bottom: 10px;
    width: 37%;
}
.content.why-us-sec-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 1400px;
    margin-bottom: 110px;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.content.home-contact {
    padding-top: 0;
    padding-bottom: 0;
}
.content.no-bottom-space {
    padding-bottom: 0;
}
.content.no-space {
    height: 0;
}
.content.about-carrier-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.content.sec-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.content.map-scroll-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    clear: both;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.content.technology-certificates {
    width: 80%;
    max-width: 1600px;
    margin-top: 30px;
    text-align: center;
}
.s-slide {
    position: relative;
    display: block;
    height: 100%;
    background-color: #1e1e23;
    cursor: -webkit-grab;
    cursor: grab;
}
.s-slide a {
    pointer-events: none;
}
.s-slide.slide-video > * {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100vmax;
    width: 100vmax;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    pointer-events: none;
}
.s-slide.slider-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.img-slider {
    height: 100%;
    background-color: #f7f7f9;
}
.img-slider.flexible {
    padding-bottom: 0;
}
.section-bg-img {
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-bg-img.home-contact {
    background-color: #1e1e23;
}
.section-bg-img.hero-img {
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-bg-img.contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.section-bg-img.technology-transport-img {
    width: 50%;
}
.section-bg-img.technology-transport-img._1 {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
}
.section-bg-img.transport-map {
    position: absolute;
    left: auto;
    top: 0;
    right: auto;
    bottom: auto;
    display: block;
    width: auto;
    max-width: 100%;
    -webkit-transform: translate(-15%, 15%) scale(1.5);
    -ms-transform: translate(-15%, 15%) scale(1.5);
    transform: translate(-15%, 15%) scale(1.5);
    -o-object-position: 57% 50%;
    object-position: 57% 50%;
}
.section-bg-img.transport-map._2 {
    opacity: 0;
}
.section-bg-img.transport-map._3 {
    opacity: 0;
}
.section-bg-img.order-hotels {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
}
.section-bg-img.bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.section-bg-img.bg.technology-links {
    display: none;
}
.section-bg-img.transport-map-lottie {
    position: absolute;
    left: auto;
    top: 0;
    right: auto;
    bottom: auto;
    display: block;
    width: auto;
    max-width: 100vw;
    -o-object-position: 57% 50%;
    object-position: 57% 50%;
}
.section-bg-img.transport-map-lottie._2 {
    opacity: 0;
}
.section-bg-img.transport-map-lottie._3 {
    opacity: 0;
}
.slider-arrow-btn {
    position: absolute;
    top: 50%;
    bottom: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    margin-right: 60px;
    margin-left: 60px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.35);
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.slider-arrow-btn.flexible {
    top: 0;
    bottom: 0;
}
.slider-arrow-btn.left {
    left: 0;
    background-image: url(../images/arrow-slider-left.svg);
    background-position: 50% 50%;
    background-size: 26px;
    background-repeat: no-repeat;
}
.slider-arrow-btn.right {
    right: 0;
    background-image: url(../images/arrow-slider-right.svg);
    background-position: 50% 50%;
    background-size: 26px;
    background-repeat: no-repeat;
}
.hero-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #1e1e23;
    opacity: 0;
}
.arrow-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.arrow-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    background-color: #1e1e23;
}
.img-slide-nav {
    bottom: -50px;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px;
}
.img-slide-nav.category {
    bottom: 200px;
}
.img-slide-nav.flexible {
    bottom: -50px;
}
.slide2 {
    background-image: url(../images/hero-slide4.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.slide-text-wrapper {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0)), to(rgba(30, 30, 35, 0.8)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0), rgba(30, 30, 35, 0.8));
}
.slide-text-wrapper.invisible {
    display: none;
}
.slider-mask {
    overflow: visible;
    cursor: -webkit-grab;
    cursor: grab;
}
.heading-3 {
    position: relative;
    z-index: 2;
}
.heading-3.card-title-vertical {
    position: absolute;
    top: auto;
    right: 100%;
    bottom: 0;
    font-family: Mulish, sans-serif;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 28px;
    font-weight: 800;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.heading-3.card-title {
    margin-top: 15px;
    opacity: 0.6;
    font-size: 28px;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: none;
}
.heading-3.why-us {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #79798f;
    font-size: 3em;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
}
.heading-3.why-us.large {
    color: #1e1e23;
    font-size: 42px;
    font-weight: 800;
}
.heading-3.why-us.sec-2-p1 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.heading-3.why-us.sec-2-p2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}
.heading-3.heading-breadcrumbs-name {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.heading-3.light {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
}
.heading-3.light.number-anim-heading {
    font-size: 22px;
}
.heading-3.light.about-carrier-heading {
    margin-right: 30px;
}
.heading-3.career {
    max-width: 800px;
    color: rgba(30, 30, 35, 0.6);
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
}
.heading-3.number-anim-heading {
    margin-top: 0;
    font-size: 26px;
}
.heading-3.main-info {
    color: #fff;
}
.heading-3.subheading {
    opacity: 0.8;
}
.heading-3.tech-certificates {
    font-size: 38px;
}
.p-subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1;
    color: #1e1e23;
    font-weight: 800;
    text-align: left;
}
.p-subtitle.slide-info {
    margin-bottom: 10px;
}
.p-subtitle.step-title {
    margin-top: 0;
    font-size: 18px;
    text-align: right;
    text-transform: uppercase;
}
.p-subtitle.contact {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.data-info .p-subtitle.contact {
    font-weight: 500;
}
.p-subtitle.contact:hover {
    color: #25b6ff;
}
.p-subtitle.logos-grid-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 5vw;
    font-weight: 500;
    text-align: center;
}
.btn {
    margin-top: -10px;
    margin-bottom: -10px;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}
.btn.secondary {
    position: relative;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #009eef;
}
.btn.secondary.btn-breadcrumbs {
    margin-left: 30px;
    float: left;
    color: #fff;
}
.btn.primary {
    z-index: 10;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: -30px;
    padding: 20px;
}
.btn.primary.close-pop-up-btn {
    margin-top: 0;
    margin-right: 20px;
    float: right;
}
.btn.category-breadcrumbs {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    float: left;
    color: #fff;
}
.btn-secondary-text {
    display: inline-block;
}
.btn-secondary-text.offer-configurator-btn-text {
    color: #fff;
}
.slider-arrow {
    position: absolute;
    width: 24px;
}
.slider-arrow.right {
    background-image: url(../images/arrow-slider-right.svg);
    background-position: 0 0;
    background-size: auto;
}
.content-inside {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-inside.right {
    width: 50%;
    padding-left: 25px;
    float: right;
}
.content-inside.right.description {
    width: 60%;
    margin-top: 10px;
}
.content-inside.right._2 {
    width: 50%;
    margin-left: 0;
    float: right;
}
.content-inside.right.about-numbers {
    padding-top: 0;
    padding-bottom: 0;
}
.content-inside.left {
    width: 50%;
    padding-right: 25px;
    float: left;
}
.content-inside.left.about-numbers {
    padding-top: 0;
    padding-bottom: 0;
}
.content-inside.center {
    float: left;
}
.content-inside.no-space {
    padding-top: 5px;
    padding-bottom: 5px;
}
.content-inside.research {
    width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.content-inside.experience-number {
    padding-top: 5px;
    padding-bottom: 5px;
}
.process-animation-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.process-nav-wrapper {
    position: absolute;
    top: 20%;
    right: 5%;
    z-index: 5;
}
.process-nav-wrapper.desktop {
    display: block;
}
.process-nav-wrapper.mobile {
    display: none;
}
.process-nav-wrapper.bg-gradient {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 30vw;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}
.process-nav-timeline {
    position: relative;
    float: none;
}
.step-btn {
    display: block;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.step-btn:hover {
    background-color: rgba(76, 175, 224, 0.3);
}
.step-btn-icon {
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #19a1e6;
    border-radius: 50%;
}
.process-step-line {
    position: relative;
    z-index: -1;
    width: 2px;
    height: 40px;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(76, 175, 224, 0.3);
}
.marker {
    position: absolute;
}
.marker._1 {
    top: 50%;
}
.marker._2 {
    top: 50%;
}
.marker._3 {
    top: 50%;
}
.marker._4 {
    top: 50%;
}
.process-nav-desc-wrapper {
    position: relative;
    float: none;
}
.step-description-wrapper {
    position: absolute;
    top: -10px;
    right: 30px;
    margin-right: 10px;
    padding: 20px 25px 25px 10px;
    background-color: hsla(0, 0%, 100%, 0.8);
    opacity: 0;
}
.step-description {
    width: 330px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: right;
}
.paragraph {
    width: 400px;
}
.paragraph.light {
    width: 440px;
    color: #fff;
}
.contact-home-wrapper {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 14px;
}
.contact-home-wrapper.social {
    width: auto;
}
.contact-data-wrapper {
    display: inline-block;
    padding-bottom: 20px;
}
.contact-data-wrapper.social {
    margin-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.contact-data-category {
    margin-bottom: 10px;
    color: #25b6ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.data-info .contact-data-category {
    color: #fff;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
}
.contact-link {
    float: left;
    clear: both;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.contact-link:hover {
    color: #25b6ff;
}
.contact-link.social-link {
    display: inline-block;
    position: relative;
    margin: 10px;
    clear: none;
    width: 50px;
    height: 50px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-color: hsl(200 100% 47% / 0);
    background-color: hsla(0, 0%, 100%, 0.05);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact-link.social-link:hover {
    border-color: #009eef;
    background-color: transparent;
}
.footer {
    position: relative;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 110px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e1e23;
}
.privacy {
    color: #fff;
    text-decoration: none;
}
.footer-text {
    margin-right: 30px;
    margin-left: 30px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 13px;
    text-align: center;
}
.footer-link {
    font-weight: 800;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
}
.footer-link:hover {
    color: #009eef;
}
.btn-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #183444;
    text-transform: uppercase;
}

.btn-text-blanco {
    font-size: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #ffffff;
    text-transform: uppercase;
}
.btn-text.dark {
    color: #1e1e23;
}
.btn-text.hero {
    font-size: 24px;
}
.btn-text.light.hero {
    position: relative;
    bottom: -20px;
    margin-left: -20px;
    opacity: 0.5;
    font-size: 14px;
}
.btn-icon-hover {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.btn-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
}
.btn-wrapper.close-pop-up-btn-wrapper {
    margin-right: -20px;
    margin-left: 0;
}
.btn-border {
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    opacity: 0.25;
}
.btn-border.dark {
    border-color: #1e1e23;
}
.btn-arrow {
    position: absolute;
    width: 28px;
    padding-right: 4px;
}
.btn-arrow.dark.enter-icon-archive {
    width: 32px;
    padding-right: 4px;
}
.btn-arrow.video-icon {
    width: auto;
    padding-right: 0;
}
.btn-arrow.close-pop-up {
    width: 12px;
    padding-right: 0;
}
.hero-buttons {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    height: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hero-buttons.about-us {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}
.video-btn {
    position: relative;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    width: 300px;
    margin-right: -20px;
    text-align: right;
}
.on-water-header-wrapper {
    float: left;
}
.wotel-logo-home {
    margin-top: 30px;
    margin-right: 40px;
    float: left;
}
.btn-secondary-wrapper {
    position: relative;
    display: inline-block;
    margin-left: -20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.btn-secondary-wrapper.configurator {
    margin-left: -10px;
}
.btn-circle {
    position: absolute;
    left: auto;
    right: 0;
    width: 6px;
    height: 6px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 50%;
    background-color: #009eef;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
.btn-circle.white {
    background-color: #fff;
}
.btn-circle-wrapper {
    position: absolute;
    left: 10px;
    top: 0;
    right: -10px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.section-why-us {
    position: relative;
    height: 100vh;
    font-size: 0.8vmin;
}
.section-why-us.sec-1 {
    height: 240vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e1e23;
    margin-top: 1px;
}
.sec-1-video-trigger {
    position: absolute;
    top: 8%;
}
.section-why-us.sec-3-4 {
    height: 310vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ecedf5;
}
.section-why-us.sec-5 {
    height: 280vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-why-us.sec-9 {
    height: 300vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e1e23;
}
.section-why-us.sec-10 {
    height: 350vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-why-us.sec-6-7 {
    height: 390vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f9;
}
.section-why-us.sec-8 {
    height: 250vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e1e23;
}
.section-why-us.sec-11 {
    height: 300vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsl(200deg 31% 94%);
}
.section-why-us.sec-12 {
    height: 210vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e1e23 !important;
}
.section-why-us.sec-15 {
    height: 250vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9e9f5;
}
.sec-15-video-2-trigger {
    position: absolute;
    top: 25%;
}
.section-why-us.sec-13-14 {
    height: 390vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec-13-14-video-trigger {
    position: absolute;
    top: 10%;
}
.section-why-us.sec-16 {
    height: 400vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec-16-video-2-trigger {
    position: absolute;
    top: 12%;
}
.sec-16-video-3-trigger {
    position: absolute;
    top: 55%;
}
.section-why-us.sec-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}
.section-why-us.text-container {
    height: auto;
    padding-top: 15vmin;
    padding-bottom: 18vmin;
}
.section-why-us.text-container .content {
    width: 80%;
}
.scroll-section-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.tech-scroll .scroll-section-wrapper {
    top: 20px;
}
.scroll-animation {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: auto;
    overflow: hidden;
    width: 100vmax;
    height: 100vmax;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation.sec16 {
    width: 100vmax;
    height: 100vmax;
}
.scroll-animation.sec5 {
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
}
.scroll-animation.sec12-2 {
    left: auto;
    top: 34.5%;
    right: 34%;
    z-index: -1;
    width: 37%;
    height: 16.5%;
}
.scroll-animation.sec13-14 {
    width: 150vmin;
    height: 150vmin;
}
.scroll-animation._006-007 {
    width: 100%;
    height: 100%;
}
.scroll-animation.sec-15 {
    width: 170vmin;
    height: 170vmin;
}
.scroll-animation.sec-12-1 {
    top: 60%;
}
.why-us-section-container {
    position: relative;
    overflow: hidden;
    margin-top: 150px;
    margin-bottom: 150px;
    font-size: 0.8vh;
}
.why-us-section-container.bottom {
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 80px;
}
.section-test {
    height: 400vh;
}
.wrapper-test {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #244b77;
}
.main-why-us {
    background-color: #f7f7f9;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*newloader*/
.website-loader {
    position: fixed;
    z-index: 9999999999;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e1e23;
}
.website-loader .website-loader-inner {
    position: relative;
    width: 150px;
}
.website-loader .website-loader-inner .loader-spinner {
    position: relative;
    width: 150px; height: 150px;
    border: 2px solid rgb(160,160,160);
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    -webkit-animation: spin 1.3s linear infinite; /* Safari */
    animation: spin 1.3s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.website-loader .website-loader-inner .loader-logo {
    position: absolute;
    z-index: 999999999;
    top: 40px; left: 0; right: 0;
    margin: auto;
    width: 50px;
}
.website-loader .website-loader-inner .loader-percentage {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#loading_percent{
    display: inline-block;
    width: 22px;
}
/*newloader*/
.loader {
    position: fixed;
    z-index: 9999999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.loader-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e23;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.scroll-animation-wrapper {
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.scroll-animation-wrapper.sec-3-1st {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 43vmin;
    height: 80vmin;
}
.scroll-animation-wrapper.sec-3-2nd {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 43vmin;
    height: 80vmin;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.scroll-animation-wrapper.sec16 {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}
.scroll-animation-wrapper.sec-5 {
    width: 150vmin;
    height: 150vmin;
}
.scroll-animation-wrapper.sec-10 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 90vmin;
    height: 85vmin;
    text-align: left;
}
.scroll-animation-wrapper.sec-11 {
    width: 120vmin;
    height: 85vmin;
    max-width: 95vw;
}
.scroll-animation-wrapper.sec-12 {
    width: 100vmax;
    height: 100vmax;
}
.scroll-animation-wrapper.test {
    display: none;
    opacity: 0.8;
}
.scroll-animation-wrapper.sec-9 {
    top: 50%;
    width: 100%;
    height: 100%;
}
.scroll-animation-wrapper.archive {
    display: none;
}
.scroll-animation-wrapper.sec-8 {
    width: 100vmax;
}
.scroll-animation-wrapper.sec-6-7 {
    width: 100vmax;
    height: 100vmax;
}
.scroll-animation-wrapper.technology-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vw;
    max-height: 220vmin;
    max-width: 220vmin;
}
.scroll-animation-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
}
.scroll-animation-img.sec1-lottie {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation-img.sec3-lottie-1st {
    left: 11.7%;
    top: -10%;
    width: 120%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation-img.sec3-lottie-2nd {
    left: -11.7%;
    top: -10%;
    width: 120%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation-img.sec-10 {
    left: 50%;
    top: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation-img.sec-11 {
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation-img.sec-12 {
    width: 100%;
    height: 100%;
}
.scroll-animation-img.sec-12._1 {
    opacity: 0;
}
.scroll-animation-img.sec-12._2 {
    opacity: 0;
}
.scroll-animation-img.sec-12._3 {
    opacity: 0;
}
.scroll-animation-img.sec-12._4 {
    opacity: 0;
}
.scroll-animation-img.sec-12.engineer {
    position: static;
    left: auto;
    display: block;
    width: auto;
    height: 100%;
}
.scroll-animation-img.sec16 {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation-img.sec-13-14 {
    left: 50%;
    top: 50%;
    width: 150vmin;
    height: 150vmin;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation-img.sec-13-14._1 {
    opacity: 0;
}
.scroll-animation-img.sec-13-14._2 {
    opacity: 0;
}
.scroll-animation-img.tech-sec-2-plane {
    left: -55%;
    top: 26%;
    width: 42%;
    height: 13.5%;
    -webkit-transform: translate(160vw, 0);
    -ms-transform: translate(160vw, 0);
    transform: translate(160vw, 0);
}
.scroll-animation-img.tech-sec-2-2nd {
    width: 8%;
    height: 9%;
}
.scroll-animation-img.tech-sec-2-2nd._1 {
    left: 48.5%;
    top: -13%;
}
.scroll-animation-img.tech-sec-2-2nd._2 {
    left: 70%;
    top: 55%;
}
.scroll-animation-img.tech-sec-fire-icon {
    width: 8%;
    height: 9%;
}
.scroll-animation-img.tech-sec-fire-icon.sec-2-1 {
    left: 48%;
    top: 43%;
}
.scroll-animation-img.tech-sec-fire-icon.sec-2-2 {
    left: 28%;
    top: 37%;
}
.scroll-animation-img.tech-sec-fire-icon.sec-3 {
    position: static;
    width: 100%;
    height: 100%;
}
.scroll-animation-img.tech-sec-2-foundations-1 {
    left: 23.5%;
    top: -8.9%;
    width: 58%;
    height: 28.5%;
}
.scroll-animation-img.tech-sec-2-foundations-1._1 {
    left: 48.5%;
    top: 48%;
}
.scroll-animation-img.tech-sec-2-foundations-1._2 {
    left: 26%;
    top: 38%;
}
.scroll-animation-img.tech-sec-2-foundations-2 {
    left: 25%;
    top: -1%;
    width: 55%;
    height: 27%;
}
.scroll-animation-img.tech-sec-2-foundations-2._1 {
    left: 48.5%;
    top: 48%;
}
.scroll-animation-img.tech-sec-2-foundations-2._2 {
    left: 26%;
    top: 38%;
}
.scroll-animation-img.tech-sec-sound-icon {
    width: 8%;
    height: 9%;
}
.scroll-animation-img.tech-sec-sound-icon.sec-2-1 {
    left: 75.5%;
    top: 55%;
}
.scroll-animation-img.tech-sec-sound-icon.sec-2-2 {
    left: 48%;
    top: 31.5%;
}
.scroll-animation-img.tech-sec-sound-icon.sec-3-1 {
    left: 74.5%;
    top: 45%;
}
.scroll-animation-img.tech-sec-sound-icon.sec-3-2 {
    left: 48%;
    top: 38%;
}
.scroll-animation-img.tech-sec-2-costs-winter {
    width: 100%;
    height: 100%;
}
.scroll-animation-img.tech-sec-bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.scroll-animation-img.tech-sec-bg.costs {
    -webkit-filter: brightness(180%) blur(8px);
    filter: brightness(180%) blur(8px);
}
.scroll-animation-img.tech-sec-sound-bg {
    width: 100%;
    height: 100%;
}
.scroll-animation-img.tech-sec-3-foundations-1 {
    width: 100%;
    height: 100%;
}
.scroll-animation-img.tech-sec-3-foundations-2 {
    width: 100%;
    height: 100%;
}
.scroll-animation-img.tech-sec-3-plane {
    left: -55%;
    top: 26%;
    width: 38%;
    height: 12.5%;
    -webkit-transform: translate(160vw, 0);
    -ms-transform: translate(160vw, 0);
    transform: translate(160vw, 0);
}
.scroll-animation-img-position {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
}
.scroll-animation-img-position.sec-9 {
    left: 0;
    top: -50%;
    right: 0;
}
.scroll-animation-img-bg {
    position: relative;
    left: 50%;
    top: 0;
    display: block;
    height: 100vmin;
    max-width: none;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.scroll-animation-img-bg.sec-1 {
    width: 100vmax;
    height: 100vmax;
    max-width: 135vmin;
}
.scroll-animation-img-bg.sec-1.mobile {
    display: none;
}
.scroll-animation-img-bg.sec-6-7 {
    display: none;
    width: 100vmax;
    height: auto;
}
.scroll-animation-img-bg.sec-6-7.mobile {
    display: none;
}
.scroll-animation-img-bg.sec-8 {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation-img-bg.sec-8.mobile {
    display: none;
}
.scroll-animation-img-bg.sec-8.image {
    opacity: 0;
}
.scroll-animation-img-bg.sec-8.image._0 {
    opacity: 1;
}
.scroll-animation-img-bg.sec-9 {
    position: absolute;
    top: 50%;
    width: 100vmax;
    height: 100vmax;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-animation-img-bg.sec-9.mobile {
    display: none;
}
.scroll-animation-img-bg.sec-16 {
    width: 100vmax;
    height: auto;
}
.scroll-animation-img-bg.sec-16.mobile {
    display: none;
}
.scroll-wrapper {
    display: none !important;
    position: absolute;
    bottom: 70px;
    z-index: 20;
    width: 200px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.scroll-lottie {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 30px;
    height: 100px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.scroll-wrapper-ellipse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    background-color: #1e1e23;
    opacity: 0.05;
}
.scroll-wrapper-ellipse.light {
    background-color: #fff;
}
.why-us-logo-animation {
    width: 1920px;
    height: auto;
}
.why-us-logo-ellipse {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(30, 30, 35, 0.1);
    border-radius: 50%;
}
.logo-ellipse-arrow {
    position: absolute;
    top: 49%;
    display: none;
    width: 12px;
}
.logo-ellipse-arrow.right {
    right: -40px;
}
.logo-ellipse-arrow.left {
    left: -40px;
}
.section-why-us-hover-trigger {
    position: absolute;
    display: none;
    width: 0%;
    height: 0%;
}
.why-us-start-btn {
    position: absolute;
    display: none;
    width: 60vmin;
    height: 60vmin;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(30, 30, 35, 0.1);
    border-radius: 50%;
    background-color: rgba(30, 30, 35, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1e1e23;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.why-us-logo-ellipse-wrapper {
    position: absolute;
    display: none;
    width: 60vmin;
    height: 60vmin;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}
.sec-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-content {
    margin-right: auto;
    margin-left: auto;
    padding: 5px 30px 5px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.nav-trigger {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
}
.nav-top-gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0.4)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0.4), rgba(30, 30, 35, 0));
}
.nav-link-wrapper {
    position: relative;
    display: block;
    float: left;
}
.nav-link-circle-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-link-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nav-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: #1e1e23;
    opacity: 0;
}
.nav-bg.scroll {
    display: block !important;
    bottom: auto;
    height: 70px;
    opacity: 1 !important;
}
.nav-dropdown-arrow {
    position: absolute;
    left: 0;
    right: auto;
}
.nav-dropdown-arrow.light {
    opacity: 1;
}
.nav-dropdown-arrow.dark {
    opacity: 0;
}
.nav-dropdown-wrapper {
    position: relative;
    margin-left: 10px;
    float: left;
}
.nav-dropdown-arrow-wrapper {
    position: absolute;
    left: -5px;
    top: 50%;
    display: inline-block;
    width: 11px;
    height: 8px;
    -webkit-transform: translate(0, -51%);
    -ms-transform: translate(0, -51%);
    transform: translate(0, -51%);
}
.nav-dropdown-links {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    margin-bottom: 20px;
    clear: both;
    color: hsla(0, 0%, 100%, 0.8);
}
.nav-dropdown-link {
    display: block;
    padding: 10px 20px;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.nav-dropdown-link:hover {
    color: #19a1e6;
}
.nav-dropdown {
    display: none;
    width: 0;
    clear: both;
    opacity: 0;
}
.nav-dropdown-btn-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
}
.nav-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(30, 30, 35, 0.5);
}
.full-page-section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}
.full-page-section-wrapper.process {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    height: 300vh;
}
.full-page-section-wrapper.fp-home-innovation {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-image: none;
    background-color: #ffffff;
}
.full-page-section-wrapper.technology {
    overflow: hidden;
}
.process-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
}
.process-section {
    position: relative;
    z-index: 1;
}
.better {
    display: inline-block;
    opacity: 0;
}
.why-us-sec1-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 350px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0)), to(rgba(30, 30, 35, 0.35)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0), rgba(30, 30, 35, 0.35));
}
.sec-1-trigger {
    position: absolute;
    top: 15%;
    width: 0;
    height: 0;
}
.category-breadcrumbs-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0.45)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0.45), rgba(30, 30, 35, 0));
}
.category-breadcrumbs-content {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.category-breadcrumbs-name {
    display: block;
    float: left;
    text-align: left;
}
.fp-nav-bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: none;
    background-color: rgba(30, 30, 35, 0.5);
    opacity: 0;
}
.secondary-bold {
    color: #6070fa;
    font-weight: 800;
}
.sec-2-p-wrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 750px;
    margin: 20px 50px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: auto;
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto 60%;
    grid-template-columns: auto 60%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.number-animation {
    max-width: 120px;
}
.number-animation.why-us-sec-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 240px;
}
.number-animation-wrapper {
    position: relative;
    width: 240px;
    height: 240px;
}
.sec-2-p-text {
    position: relative;
}
.sec-2-number-animation-trigger {
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
}
.why-us-sec2-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.why-us-sec2-buildings {
    display: none;
    margin-top: 120px;
}
.buildings-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.building-wrapper {
    width: 30vw;
    height: 30vw;
    max-height: 600px;
    max-width: 600px;
    padding: 2vw;
}
.building-ellipse {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(30, 30, 35, 0.07);
}
.primary-bold {
    color: #1e1e23;
    font-weight: 800;
}
.why-us-section-ellipse-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.why-us-section-ellipse-wrapper.sec-10 {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 100vmin;
    height: 100vmin;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.why-us-section-ellipse-wrapper.sec-11 {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 100vmin;
    height: 100vmin;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.why-us-ellipse {
    position: absolute;
    border-radius: 50%;
}
.why-us-ellipse.sec-3 {
    width: 300vh;
    height: 300vh;
    background-color: rgba(92, 121, 172, 0.15);
}
.why-us-ellipse.sec-5 {
    width: 40vh;
    height: 40vh;
    margin-top: 10vh;
    background-color: #e7e8f0;
}
.why-us-ellipse.sec-6-7 {
    width: 130vmax;
    height: 130vmax;
    background-color: #ecedf5;
}
.why-us-ellipse.sec-10 {
    width: 70%;
    height: 70%;
    background-color: rgba(176, 175, 243, 0.2);
}
.why-us-ellipse.sec-11 {
    width: 70%;
    height: 70%;
    background-color: hsl(200deg 74% 82% / 30%);
}
.org-icons {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    text-align: right;
}
.org-icons.about-us {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.org-icon-link {
    margin-right: 17px;
    margin-left: 17px;
}
.org-icon {
    display: block;
    height: 50px;
}
.org-icons-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 130px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0)), to(rgba(30, 30, 35, 0.5)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0), rgba(30, 30, 35, 0.5));
}
.sec-3-animation-heading-1st {
    position: absolute;
    -webkit-transform: translate(-50%, -39vmin);
    -ms-transform: translate(-50%, -39vmin);
    transform: translate(-50%, -39vmin);
}
.scroll-secondary-heading {
    margin-top: 0;
    margin-bottom: 0;
    color: #1e1e23;
    font-size: 3.8em;
    font-weight: 700;
}
.scroll-secondary-heading.light {
    color: #fff;
}
.scroll-secondary-heading.sec-9 {
    margin-bottom: 10px;
    color: #fff;
}
.section-why-us.sec-12 .scroll-secondary-heading {
    color: #fff !important;
}
.scroll-secondary-heading.sec-16 {
    font-size: 4em;
}
.scroll-secondary-subheading {
    margin-top: 0;
    margin-bottom: 0;
    color: #75758f;
    font-size: 3em;
    line-height: 1.4em;
    font-weight: 600;
}
.scroll-secondary-subheading.sec-10 {
    max-width: 50vmax;
    margin-top: 4vmin;
    color: #9292a5;
    font-size: 2.5em;
    font-weight: 600;
}
.scroll-secondary-subheading.sec-16 {
    color: #fff;
    font-size: 3em;
    line-height: 1.3em;
    font-weight: 600;
}
.scroll-secondary-subheading.light {
    color: #fff;
}
.sec-3-animation-heading-2nd {
    position: absolute;
    -webkit-transform: translate(-50%, -14vmin);
    -ms-transform: translate(-50%, -14vmin);
    transform: translate(-50%, -14vmin);
}
.sec-3-animation-desc-wrapper {
    padding-right: 2vmin;
    padding-left: 2vmin;
    -webkit-transform: translate(-50%, 27vmin);
    -ms-transform: translate(-50%, 27vmin);
    transform: translate(-50%, 27vmin);
}
.sec-3-animation-desc-content {
    display: inline-block;
}
.sec-3-animation-desc {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #626272;
    font-size: 2.2em;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
}
.org-icons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.org-icons-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.realizations-range-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45vh;
    margin-right: 5vw;
    margin-left: 5vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%);
}
.world-map-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    max-width: 65%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.world-map {
    width: 2000px;
    max-width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.poland-map {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.poland-map-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    max-width: 35%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.range-numbers-wrapper {
    float: left;
}
.section-range-header-wrapper {
    display: inline-block;
    float: left;
}
.range-number-animation {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-right: 30px;
}
.range-number-animation-wrapper {
    position: relative;
    top: 20px;
    margin-left: 5vw;
    float: left;
}
.drag-slider-cursor-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.drag-slider-cursor {
    position: relative;
    width: 80px;
    height: 80px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(30, 30, 35, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.drag-slider-cursor-arrow {
    position: absolute;
    top: 50%;
    max-width: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.drag-slider-cursor-arrow.slider-cursor-arrow-right {
    right: -13px;
}
.drag-slider-cursor-arrow.slider-cursor-arrow-left {
    left: -13px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.process-animation-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
}
.technology-flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.logos-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.logos-grid.technology-hero {
    height: auto;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -ms-grid-rows: 70px;
    grid-template-rows: 70px;
}
.logos-grid.partners {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.partner-logo {
    max-height: 70px;
}
.transport-map-wrapper {
    position: relative;
    overflow: auto;
    height: 100%;
    background-color: #f7f7f9;
}
.transport-map-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.transport-map-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(30, 30, 35, 0.1);
    background-color: #f7f7f9;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    color: rgba(30, 30, 35, 0.8);
    text-align: left;
    cursor: pointer;
}
.transport-map-btn:hover {
    border-color: #1e1e23;
}
.transport-map-btn._1 {
    background-color: #1e1e23;
    color: #fff;
}
.transport-map-btn._2 {
    position: relative;
}
.transport-map-btn-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #e9e9f5;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.download-files-section {
    padding-top: 50px;
    padding-bottom: 0;
    background-color: #1e1e23;
}
.download-files-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.download-files-wrapper.certificates {
    margin-top: 35px;
    text-align: center;
}
.file-download-btn {
    display: inline-block;
    margin-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #009eef;
}
.file-download-btn:hover {
    color: #fff;
}
.file-download-text {
    display: block;
}
.header-about-us-wrapper {
    display: inline-block;
    width: 50%;
}
.above-bg-wrapper {
    position: relative;
    margin-top: 20vh;
    padding-bottom: 20px;
}
.above-bg-wrapper.experience {
    padding-bottom: 20px;
}
.number-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.number-info-wrapper.team-number {
    max-width: 500px;
    margin-left: 50px;
}
.number-info-wrapper.research {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.experience-number-animation {
    width: 160px;
    height: 160px;
}
.number-info-text {
    margin-left: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: hsla(0, 0%, 100%, 0.85);
    font-weight: 500;
}
.number-info-text.research {
    margin-top: 10px;
    margin-left: 0;
}
.above-bg-gradient {
    position: absolute;
    left: 0;
    top: -200px;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0)), color-stop(50%, rgba(30, 30, 35, 0.6)), to(rgba(30, 30, 35, 0.8)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0), rgba(30, 30, 35, 0.6) 50%, rgba(30, 30, 35, 0.8));
}
.about-carrier-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1e1e23;
}
.home-innovation-wrapper {
    z-index: 20;
    overflow: hidden;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
}
.home-innovation-grid {
    display: -ms-grid;
    display: grid;
    justify-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.home-innovation-card-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.1);
    font-size: 1.7vmin;
    cursor: default;
}
.home-innovation-card {
    display: -ms-grid;
    display: grid;
    height: 30vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0 minmax(25%, 65%);
    grid-template-rows: repeat(auto-fit, 35%) minmax(25%, 65%);
}
.home-innovation-card-subtitle {
    margin-top: 0;
    color: #183444;
    font-size: 1.2em;
    line-height: 1.3em;
    font-style: italic;
    font-weight: 600;
}
.home-innovation-card-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #183444;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.superscript {
    position: relative;
    top: -0.5em;
    display: inline-block;
    height: 0;
    font-size: 0.7em;
    white-space: nowrap;
}
.home-innovation-desc {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    overflow: auto;
    padding: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #183444;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
    -ms-transition: all 0.2s ease-out !important;
    
}
.home-innovation-desc.top {
    bottom: 0;
}
.home-innovation-desc.bottom {
    top: 0;
}
.home-innovation-desc.scrollable.top {
    bottom: 0;
}
.home-innovation-desc.scrollable.bottom {
    top: 0;
}
.home-innovation-info-text {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
    opacity: 0.85;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 13px;
    line-height: 1.5em;
    
}
.home-innovation-info-text.h-innovation-text-heading {
    margin-top: 0;
    margin-bottom: 30px;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.home-innovation-info-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
}
.home-innovation-info-bg.bottom {
    top: -6.7vh;
    opacity: 0;
}
.configurator-btn {
    display: inline-block;
    margin: 15px;
}
.configurator-btn-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(30, 30, 35, 0.1);
    border-radius: 50%;
    opacity: 1;
}
.configurator-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.configurator-btn-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #1e1e23;
}
.configurator-btn-category-name {
    margin-top: -10px;
}
.auto-height-section-wrapper {
    width: 80%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 100px;
}
.auto-height-section-wrapper.career {
    padding-top: 100px;
}
.auto-height-section-wrapper.job {
    min-height: 100vh;
    padding-top: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.auto-height-section-wrapper.contact {
    max-width: 900px;
    padding-top: 0;
    padding-bottom: 0;
}
.auto-height-section-wrapper.contact.form {
    padding-top: 70px;
}
.auto-height-section-wrapper.contact-form {
    padding-bottom: 0;
}
.auto-height-section-wrapper.team-wrapper {
    width: 90%;
    max-width: 1040px;
    padding-top: 30px;
}
.team-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 50px;
    grid-auto-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.team-grid.team-grid-top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.team-member-img {
    width: auto;
    max-height: 75vh;
}
.team-member-img._2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.team-member-img._1 {
    position: relative;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.team-member-img._3 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.team-member-name {
    color: #1e1e23;
}
.team-member-name.function {
    color: #009eef;
    font-weight: 700;
}
.team-img-wrapper {
    display: block;
    width: 100%;
    margin-top: 50px;
}
.image-3 {
    width: 100%;
}
.scrollable-area {
    height: 100%;
}
.contact-section-wrapper {
    width: 80%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
.contact-map-wrapper {
    height: 60vh;
    max-height: 800px;
}
.contact-section-wrapper.info {
    display: -ms-grid;
    display: grid;
    margin-top: 150px;
    margin-bottom: 70px;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 5vw;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.contact-section-wrapper.info.home {
    margin-top: 0;
    margin-bottom: 0;
}
.contact-section-wrapper.map {
    margin-bottom: 50px;
}
.footer-wrapper {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}
.p-light {
    opacity: 0.9;
    color: #fff;
}
.p-light.map-scroll-desc-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.contact-text-thin {
    color: hsla(0, 0%, 100%, 0.5);
    font-weight: 400;
}
.contact-wrapper {
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 14px;
}
.contact-wrapper.social {
    width: auto;
}
.why-us-section-container-2 {
    position: relative;
    margin-top: 200px;
    margin-bottom: 250px;
}
.content-2 {
    position: relative;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.content-2.sec-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.heading-3-2 {
    line-height: 1.2em;
}
.heading-3-2.why-us {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #6b6b7f;
    line-height: 1.4em;
    text-align: center;
}
.sec-2-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.section-header-why-us {
    position: absolute;
    left: 10%;
    top: 15%;
    right: 10%;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
}
.section-header-why-us.home-contact {
    top: 15%;
    z-index: 5;
}
.section-header-why-us.dark {
    color: #1e1e23;
}
.section-header-why-us.dark.realizations-range {
    top: 15%;
}
.section-header-why-us.dark.h-home-innovation {
    position: static;
    width: 80%;
    margin-top: 12vh;
    margin-right: auto;
    margin-left: auto;
}
.section-header-why-us.dark.h-team {
    position: static;
    top: 150px;
    margin-right: auto;
    margin-left: auto;
}
.section-header-why-us.dark.sec-6-7 {
    top: 15%;
}
.section-header-why-us.why-us {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 10%;
}
.section-header-why-us.h-transport-map {
    top: 40%;
    max-width: 400px;
    min-width: auto;
}
.section-header-why-us.about-us {
    width: 50%;
}
.section-header-why-us.about-us-development {
    top: 10%;
}
.section-header-why-us.home-innovation {
    position: static;
    width: 80%;
    margin-top: 15vh;
    margin-right: auto;
    margin-left: auto;
}
.section-header-why-us.h-contact {
    position: static;
}
.section-header-why-us.h-career {
    position: static;
    width: 80%;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    color: #1e1e23;
}
.section-header-why-us.center {
    text-align: center;
}
.section-header-why-us.center.sec8-1 {
    top: 10%;
}
.section-header-why-us.center.sec8-2 {
    top: 10%;
    opacity: 0;
}
.section-header-why-us.center.dark.sec-11-2 {
    top: 22%;
    opacity: 0;
}
.section-header-why-us.center.dark.sec-11-3 {
    top: 29%;
    opacity: 0;
}
.section-header-why-us.center.dark.sec-13-14 {
    left: 50%;
    top: auto;
    right: auto;
    bottom: -50%;
    width: 100vw;
    -webkit-transform: translate(-50%, -15vh);
    -ms-transform: translate(-50%, -15vh);
    transform: translate(-50%, -15vh);
}
.section-header-why-us.center.sec9 {
    top: 15%;
}
.section-header-why-us.sec-6-7 {
    position: static;
    margin-top: 7vh;
}
.section-header-why-us.sec-10 {
    left: 0;
    top: 50%;
    right: auto;
    max-width: 55vmin;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.scroll-heading {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-size: 5.8em;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.scroll-heading.sec-1 {
    font-size: 90px;
}
.scroll-heading.sec-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #1e1e23;
    font-size: 90px;
    text-align: center;
}
.sec-6-7 .scroll-heading {
    color: #fff !important;
}
.sec-6-7 .scroll-subheading {
    color: #fff !important;
}
.scroll-heading.hero-subtitle {
    font-size: 32px;
    font-weight: 700;
}
.scroll-heading.hero-title {
    margin-top: 10px;
}
.scroll-heading.sec-2 {
    margin-right: auto;
    margin-left: auto;
    color: #1e1e23;
    font-size: 90px;
    text-align: center;
}
.scroll-heading.light {
    color: #fff;
}
.scroll-heading.sec-13-14 {
    position: absolute;
    top: 0;
    display: inline-block;
    margin-top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.scroll-heading.sec-13-14-2 {
    margin-top: 0;
    opacity: 0;
}
.scroll-heading.sec-15._2 {
    opacity: 0;
}
.scroll-subheading {
    position: relative;
    z-index: 2;
    color: #79798f;
    font-size: 3.8em;
    font-weight: 600;
}
.scroll-subheading.sec-1 {
    font-size: 90px;
}
.scroll-subheading.sec-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #1e1e23;
    font-size: 90px;
    text-align: center;
}
.scroll-subheading.hero-subtitle {
    font-size: 32px;
    font-weight: 700;
}
.scroll-subheading.hero-title {
    margin-top: 10px;
}
.scroll-subheading.sec-2 {
    margin-right: auto;
    margin-left: auto;
    color: #1e1e23;
    font-size: 90px;
    text-align: center;
}
.scroll-subheading.light-grey {
    color: #dddde0;
}
.scroll-subheading.light-grey.light {
    color: #fff;
}
.scroll-subheading.light {
    color: #fff;
}
.scroll-subheading.sec-13-14 {
    color: rgba(30, 30, 35, 0.85);
    font-size: 3.5em;
    font-weight: 800;
}
.scroll-subheading.sec-13-14.light {
    color: #fff;
}
.scroll-subheading.sec-13-14.light._2 {
    opacity: 0;
}
.scroll-subheading.sec-13-14.light._3 {
    opacity: 0;
}
.scroll-subheading.sec-15 {
    color: rgba(30, 30, 35, 0.85);
    font-size: 3.5em;
    font-weight: 800;
}
.scroll-subheading.sec-15._2 {
    opacity: 0;
}
.checkbox-field {
    position: relative;
    margin-top: 10px;
}
.submit-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
}
.btn-text-2 {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
}
.form-content {
    z-index: 1;
    margin-bottom: 20px;
    padding: 10px 40px 0;
    float: left;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.form-content.contact {
    max-height: none;
    padding-right: 0;
    padding-left: 0;
    float: none;
}
.form-wrapper {
    margin-bottom: -30px;
}
.form-wrapper.contact {
    margin-bottom: 0;
}
.dropdown-toggle {
    margin-bottom: -30px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 12px;
}
.dropdown-toggle:hover {
    color: #25b6ff;
}
.text-field {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 30px 0 20px;
    border: 1px none #000;
    background-color: hsla(0, 0%, 100%, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.702, -0.003, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.702, -0.003, 0.25, 1);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
textarea.text-field {
    height: 150px;
    padding-top: 10px;
    resize: none;
}
.text-field:hover {
    background-color: hsla(0, 0%, 100%, 0.35);
}
.text-field:focus {
    background-color: rgb(25 161 230 / 60%);
}
.text-field::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 12px;
    font-weight: 400;
}
.text-field:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 12px;
    font-weight: 400;
}
.text-field::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 12px;
    font-weight: 400;
}
.text-field::placeholder {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 12px;
    font-weight: 400;
}
.dropdown-list {
    position: relative;
    overflow: auto;
    max-width: 500px;
    margin-top: 50px;
    background-color: transparent;
}
.dropdown-list.w--open {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 20px;
}
.error-message {
    padding: 20px 30px;
    background-color: #dd7171;
}
.checkbox {
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
}
.checkbox:hover {
    border-color: #25b6ff;
    background-color: rgb(37 182 255 / 30%);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.checkbox.w--redirected-checked {
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-color: #19a1e6;
    border-radius: 50%;
    background-color: #19a1e6;
    background-size: contain;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.checkbox.w--redirected-focus {
    width: 16px;
    height: 16px;
    box-shadow: none;
}
.checkbox-label {
    margin-left: 20px;
    float: left;
    color: #d9d9d9;
    font-size: 11px;
    line-height: 1.5em;
    font-weight: 400;
}
.checkbox-label.outside {
    margin-left: 0;
    float: none;
}
.btn-arrow-hover-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.paragraph-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.5em;
}
.form-block {
    margin-top: 20px;
}
.text-block-2 {
    font-weight: 700;
}
.dropdown {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 30px;
}
.btn-border-2 {
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    opacity: 0.25;
}
.btn-wrapper-submit {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.btn-submit {
    margin-left: -20px;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-submit.primary {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    margin-top: -50px;
    margin-bottom: -20px;
    padding: 10px 20px;
    float: right;
    clear: both;
}
.btn-submit.primary.form-btn {
    margin-top: -10px;
}
.form-label {
    font-size: 12px;
}
.form-input {
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 30px 0 20px;
    border: 1px none #000;
    background-color: hsla(0, 0%, 100%, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.702, -0.003, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.702, -0.003, 0.25, 1);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.form-select {
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 30px 0 20px;
    border: 1px none #000;
    background: #3b3b3f url('../images/form-arrow-down.png') 98% center no-repeat;
    background-size: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.702, -0.003, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.702, -0.003, 0.25, 1);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}
.form-select:focus {
    outline: none;
}
.form-row {
    margin-bottom: 30px;
}
.form-row-title {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(210,210,210);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url(../images/form-arrow-down.png) center right no-repeat;
    background-size: 15px;
}
.form-row-title:hover {
    cursor: pointer;
}
.form-row-content.form-content-hidden {
    display: none;
}
.success-message {
    background-color: #6070fa;
}
.form-title {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 800;
}
.form {
    position: relative;
}
.p-subtitle-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1e1e23;
    font-weight: 800;
    text-align: left;
}
.slide-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.job-items-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 50px;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.job-item-card {
    position: relative;
    padding: 25px;
    border-radius: 5px;
    background-color: rgba(0, 158, 239, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.job-item-card:hover {
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 158, 239, 0.1);
}
.job-item-title {
    display: inline-block;
    margin-top: 0;
    padding-right: 80px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 700;
}
.job-item-arrow {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 158, 239, 0.3);
    border-radius: 50%;
    background-image: url(../images/enter-icon.svg);
    background-position: 40% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.65;
}
.job-item-location {
    padding-right: 80px;
    color: #009eef;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.block-quote {
    color: #1e1e23;
}
.job-description-wrapper {
    margin-right: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.job-main-info-wrapper {
    width: 400px;
    height: 100%;
    padding: 25px 35px;
    background-color: rgba(96, 112, 250, 0.1);
}
.job-name.info {
    font-size: 22px;
}
.job-main-info-item {
    margin-bottom: 15px;
}
.job-info-category {
    color: #1e1e23;
    font-weight: 400;
}
.job-info-text {
    color: #6070fa;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.job-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.job-back-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #6070fa;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.job-back-btn:hover {
    opacity: 1;
}
.job-back-btn-arrow {
    margin-right: 10px;
}
.job-list-item {
    margin-bottom: 10px;
    color: #1e1e23;
    font-weight: 400;
}
.job-description {
    margin-bottom: 30px;
}
.home-innovation-container {
    position: relative;
    display: -ms-grid;
    display: grid;
    overflow: visible;
    width: 160vh;
    max-height: 100%;
    max-width: 95vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
}
.home-innovation-slide-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
}
.home-innovation-slide {
    width: 33.33%;
    height: 100%;
}
.hero-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.header-btn-wrapper {
    margin-bottom: 5px;
}
.home-innovation-card-text-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.sec-1-mobile-gradient-wrapper {
    display: none;
}
.home-innovation-bg-img {
    position: absolute;
    left: 50%;
    top: 10vh;
    z-index: -1;
    display: block;
    height: 116vh;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.home-innovation-nav {
    display: none;
}
.home-innovation-info-icon {
    position: absolute;
    top: 3px;
    right: auto;
    bottom: auto;
    width: 2vh;
    opacity: 0.7;
}
.home-innovation-line {
    display: none;
    width: 1px;
    height: 8vh;
    margin-top: 10px;
    margin-left: 20px;
    background-color: hsla(0, 0%, 100%, 0.7);
}
.home-innovation-animation {
    position: relative;
    width: calc(100% + 4px);
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.home-innovation-animation.bottom {
    margin-top: 3.9vh;
}
.home-innovation-animation.video {
    display: none;
    width: 100%;
    height: 100%;
}
.home-innovation-animation.webm {
    height: 200px;
}
.home-innovation-animation.invisible {
    display: none;
}
.home-innovation-card-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.home-innovation-card-container.top {
    width: 148.7vh;
    margin-left: -22vh;
}
.home-innovation-card-container.bottom {
    width: 148.8vh;
    margin-top: 17vh;
    margin-left: -6.8vh;
}
.process-animation {
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.process-animation.mp4 {
    position: relative;
    top: 15vh;
    height: 300vh;
}
.process-animation-video {
    position: absolute;
    left: 50%;
    top: -110vh;
    height: 400vh;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.process-animation-video.mp4 {
    position: absolute;
    left: 50%;
    display: none;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.process-animation-video.mp4._1 {
    display: none;
}
.process-animation-video.gif {
    position: absolute;
    left: 50%;
    display: none;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.process-animation-video.gif._1 {
    display: none;
}
.process-animation-video.mp4-2 {
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.process-animation-video.mp4-2._1 {
    display: none;
}
.sec-6-7-feature {
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translate(0, 5vh);
    -ms-transform: translate(0, 5vh);
    transform: translate(0, 5vh);
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 2.4em;
}
.sec-6-7-dimension-wrapper {
    display: none;
    width: 12.5vmax;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transform: translate(-7.1vmax, 12vmax);
    -ms-transform: translate(-7.1vmax, 12vmax);
    transform: translate(-7.1vmax, 12vmax);
}
.sec-6-7-dimension-hor {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
}
.sec-6-7-dimension-ver {
    position: absolute;
    width: 4px;
    height: 24px;
    background-color: #fff;
}
.sec-6-7-dimension-ver.left {
    left: 0;
}
.sec-6-7-dimension-ver.right {
    right: 0;
}
.sec-6-7-dimension-value {
    position: absolute;
    margin-top: 6vh;
    font-family: "Mukta Malar", sans-serif;
    font-size: 3em;
    font-weight: 700;
}
.scroll-animation-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}
.scroll-animation-img-wrapper.sec-10 {
    top: 50%;
    right: 0;
    z-index: 5;
    width: 43%;
    height: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.scroll-animation-img-wrapper.sec-11 {
    left: 50%;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 60%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.scroll-animation-img-wrapper.sec-12._2 {
    right: 2%;
    bottom: 50%;
    width: auto;
    height: 85vmin;
    -webkit-transform: translate(0, 75%);
    -ms-transform: translate(0, 75%);
    transform: translate(0, 75%);
}
.scroll-animation-img-wrapper.technology {
    overflow: hidden;
}
.sec-10-features-wrapper {
    position: relative;
    margin-top: 4vmin;
}
.sec-10-feature {
    margin-top: 1vmin;
    margin-bottom: 0;
    padding-bottom: 1.5vmin;
    color: rgba(96, 112, 250, 0.8);
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: 0.05px;
    text-transform: uppercase;
}
.sec-10-feature._1 {
    color: rgba(96, 112, 250, 0.9);
}
.why-us-sec-10-feature-ellipse-wrapper {
    position: absolute;
    left: 30px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.why-us-sec-10-feature-ellipse-wrapper.sec-10 {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 100vmin;
    height: 100vmin;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sec-13-14-header-wrapper {
    position: relative;
}
.sec-13-14-header-wrapper-2 {
    position: relative;
    display: inline;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.sec-13-14-header-wrapper-2._2nd {
    position: absolute;
    top: 0;
}
.sec-13-14-2nd-pos {
    position: relative;
}
.sec-16-gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 70vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0.7)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0.7), rgba(30, 30, 35, 0));
}
.configuration-video {
    left: 50%;
    top: 50%;
    height: 110vmin;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sec-16-heading-wrapper {
    margin-bottom: 4vmin;
}
.why-us-link-wrapper {
    padding-left: 20px;
    text-align: center;
}
.section-header-wrapper-hidden {
    overflow: hidden;
}
.form-text-field-wrapper {
    margin-right: 10px;
    float: left;
}
#home_bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%, -50%);
}
.hero-video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero-video.disabled {
    display: none;
}
.hero-video.mobile {
    display: none;
}
.hero-video-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.loader-animation {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60vmin;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(30, 30, 35, 0.3);
}
.research-number-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.number-text {
    margin-bottom: 10px;
}
.order-list-wrapper {
    margin-bottom: 30px;
}
.order-step-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-perspective: 900px;
    perspective: 900px;
    -webkit-transform: perspective(0);
    transform: perspective(0);
}
.order-step-wrapper.project-description {
    overflow: auto;
    width: 60vw;
    max-height: 250px;
    max-width: 1000px;
}
.list-item-name {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #183444;
    text-align: left;
}
.list-item-name.order-step {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.list-item-name.order-time {
    margin-top: 0;
    margin-bottom: 20px;
    color: #72B261;
    font-size: 16px;
    font-weight: 800;
}
.list-item-name.step-number {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    color: rgba(96, 112, 250, 0.1);
    font-size: 72px;
    line-height: 0.5;
    font-weight: 800;
    text-align: right;
}
.list-item-text {
    margin-top: 0;
    margin-bottom: 0;
}
.projects-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
.project-desc-wrapper {
    position: relative;
    overflow: auto;
    max-height: 250px;
    margin-bottom: 20px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: rgb(0, 158, 239, 0.1);
}
.project-desc-wrapper.project-description {
    overflow: auto;
    width: 60vw;
    max-height: 250px;
    max-width: 1000px;
}
.sec-10-animation-container {
    height: 100%;
}
.team-member-img-wrapper {
    position: relative;
    max-height: 75vh;
    margin-bottom: 20px;
}
.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tabs-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tab-pane-tab-1 {
    height: 100%;
}
.tabs-menu {
    display: none;
    text-align: center;
}
.experience-number-wrapper {
    display: -ms-grid;
    display: grid;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}
.slider-header-btn-wrapper {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.slide-header-gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -25vh;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0.4)), color-stop(70%, rgba(30, 30, 35, 0.2)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0.4), rgba(30, 30, 35, 0.2) 70%, rgba(30, 30, 35, 0));
}
.slide-header-gradient.realizations {
    bottom: 60vh;
    z-index: 0;
}
.home-innovation-animation-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-innovation-animation-wrapper.video {
    height: 100%;
}
.home-innovation-animation-video {
    width: 100%;
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.home-innovation-animation-video.bottom {
    margin-top: 3.9vh;
}
.home-innovation-animation-video.video {
    display: none;
    width: 100%;
    height: 100%;
}
.home-innovation-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4281a5;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
.home-innovation-close-button:hover {
    background-color: #336c8c;
}
.close-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nav-dropdown-mobile-trigger {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.section-light-nav-bg-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 80px;
    background-color: #fff;
}
.section-nav-bg-sticky-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}
.section-nav-bg-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    display: block;
    height: 90px;
}
.section-nav-bg-sticky.light {
    background-color: #fff;
}
.team-member-description {
    font-size: 15px;
    text-align: justify;
}
.order-step-text-wrapper {
    position: relative;
    width: 490px;
    margin: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.order-step-img-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 340px;
}
.order-step-img {
    position: relative;
}
.order-step-wrapper-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(0, 158, 239, 0.1);
    -webkit-transition: box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease;
}
.order-step-wrapper-content:hover {
    box-shadow: 0 35px 30px 0 rgba(0, 10, 99, 0.1);
}
.order-text-ellipse-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.order-text-ellipse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300%;
    height: 300%;
    border-radius: 50%;
    background-color: rgba(0, 158, 239, 0.1);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.order-img-ellipse-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 230px;
    height: 230px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.order-img-ellipse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.s-slider-wrapper {
    height: 100%;
    background-color: #1e1e23;
}
.s-slider-controls {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    z-index: 15;
}
.s-slider-controls a {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 10px 8px;
    background-color: rgb(30 30 35 / 30%);
    border-radius: 50%;
    pointer-events: all;
    transition: 0.3s;
}
.s-slider-autoplay-btn.pause .autoplay-btn-icon {
    display: block;
    width: 10px;
    background: center no-repeat url(../images/pause-icon.svg);
    background-size: contain;
}
.s-slider-autoplay-btn.play .autoplay-btn-icon {
    display: block;
    width: 10px;
    margin-left: 2px;
    background: center no-repeat url(../images/video-icon.svg);
    background-size: contain;
}
.s-slider-zoom-btn img {
    width: 16px;
}
.s-slide-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-innovation-animation-wrapper-video {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-innovation-animation-wrapper-video.video {
    height: 100%;
}
.hidden {
    display: none;
}
.scroll-section-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.scroll-section-mask.dark {
    background-color: #1e1e23;
}
.hero-pop-up {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e1e23;
}
.hero-pop-up-video-wrapper {
    width: 70%;
    max-height: 90vh;
}
.hero-pop-up-close-wrapper {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 1;
}
.technology-lottie {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.technology-lottie.technology.wall {
    opacity: 0;
}
.technology-lottie.technology.roof {
    opacity: 0;
}
.technology-lottie.technology.floor {
    opacity: 0;
}
.technology-lottie.technology.roof-middle {
    opacity: 0;
}
.technology-scroll-container {
    background-color: #1e1e23;
}
.technology-scroll-container.sec-2 {
    height: 1150vh;
}
.tech-sec-2-video-start-trigger {
    position: absolute;
    top: 4%;
}
.tech-sec-2-video-wall-trigger {
    position: absolute;
    top: 23%;
}
.tech-sec-2-video-roof-trigger {
    position: absolute;
    top: 33%;
}
.tech-sec-2-video-floor-trigger {
    position: absolute;
    top: 48%;
}
.tech-sec-2-video-costs-trigger {
    position: absolute;
    top: 58%;
}
.tech-sec-2-video-end-trigger {
    position: absolute;
    top: 84%;
}
.technology-scroll-container.sec-3 {
    height: 950vh;
}
.tech-sec-3-video-start-trigger {
    position: absolute;
    top: 0;
}
.tech-sec-3-video-fire-trigger {
    position: absolute;
    top: 13%;
}
.tech-sec-3-video-wall-trigger {
    position: absolute;
    top: 21%;
}
.tech-sec-3-video-roof-trigger {
    position: absolute;
    top: 30%;
}
.tech-sec-3-video-roof-middle-trigger {
    position: absolute;
    top: 39%;
}
.tech-sec-3-video-floor-trigger {
    position: absolute;
    top: 48%;
}
.tech-sec-3-video-foundations-trigger {
    position: absolute;
    top: 55%;
}
.tech-sec-3-video-sound-trigger {
    position: absolute;
    top: 69%;
}
.tech-sec-3-video-end-trigger {
    position: absolute;
    top: 80%;
}
.transport-map-scroll-desc-wrapper {
    position: relative;
    z-index: 2;
    display: block;
    background-color: #e6f0f4;
}
.map-scroll-desc-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.map-transport-scroll-lottie {
    width: 50px;
    height: 30px;
    margin-right: 5px;
    margin-left: -5px;
    float: left;
}
.why-us-logo-mobile-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
}
.logos-grid-heading-wrapper {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(30, 30, 35, 0.1);
}
.why-us-logo-mobile-btn-wrapper {
    position: absolute;
    width: 60px;
    height: 60px;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.why-us-logo-mobile-btn-wrapper.left {
    left: 0;
}
.why-us-logo-mobile-btn-wrapper.right {
    right: 0;
}
.why-us-logo-mobile-btn-wrapper.center {
    left: 50%;
    width: 60vmin;
    height: 60vmin;
    max-height: none;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.why-us-logo-mobile-ellipse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(30, 30, 35, 0.1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.why-us-logo-mobile-ellipse.center {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(30, 30, 35, 0.1);
    background-color: rgba(30, 30, 35, 0);
}
.scroll-text {
    position: absolute;
    left: 50%;
    bottom: -50px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: rgba(30, 30, 35, 0.5);
    font-size: 12px;
    text-align: center;
}
.home-innovation-mobile-trigger {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.innovation-card-container {
    position: relative;
}
.innovation-info-wrapper-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #656577;
}
.cursor {
    position: fixed;
    z-index: 9999999998;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.cursor-dot {
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #bfbfcc;
    border-radius: 50%;
    background-color: rgba(191, 191, 204, 0);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cursor-dot.light {
    border-color: rgba(255, 255, 255, 0);
}
.cursor-dot.dark {
    border-color: rgba(128, 128, 134, 0);
}
.cursor-dot-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
}
.slider-dot-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s cubic-bezier(0.801, 0.003, 0.193, 0.991);
    transition: all 0.4s cubic-bezier(0.801, 0.003, 0.193, 0.991);
}
.slider-dot-wrapper.slider-grabbing {
    width: 70%;
    height: 70%;
}
.highlited {
    color: #009eef;
    font-weight: 700;
}
.heading-lighter-weight {
    color: rgba(227, 230, 255, 0.9);
    font-weight: 500;
}
.contact-links-wrapper {
    margin-left: -10px;
}
.slider-dot-arrow {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.4s cubic-bezier(0.801, 0.003, 0.193, 0.991);
    transition: all 0.4s cubic-bezier(0.801, 0.003, 0.193, 0.991);
}
.slider-dot-arrow.left {
    left: 0;
    background-image: url(../images/slider-arrow-light-left.svg);
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.slider-dot-arrow.right {
    right: 0;
    background-image: url(../images/slider-arrow-light-right.svg);
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.slider-dot-arrow.slider-grabbing {
    width: 16px;
    height: 16px;
}
.slider-dot-ellipse {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s cubic-bezier(0.801, 0.003, 0.193, 0.991);
    transition: all 0.4s cubic-bezier(0.801, 0.003, 0.193, 0.991);
}
.slider-dot-ellipse.slider-grabbing {
    border: 2px solid rgba(255, 255, 255, 0);
    background-color: #1e1e23;
}
.s-slider-container {
    height: 100%;
}
.slider-cursor {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
}
.slider-dot-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-dot-inner-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s cubic-bezier(0.801, 0.003, 0.193, 0.991);
    transition: all 0.4s cubic-bezier(0.801, 0.003, 0.193, 0.991);
}
.slider-dot-inner-circle.slider-grabbing {
    width: 100px;
    height: 100px;
    border-color: hsla(0, 0%, 100%, 0.6);
}
.cursor-dot-lottie {
    position: absolute;
    display: none;
    width: 120px;
    height: 120px;
}
.cursor-dot-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-btn {
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin: 20px;
    padding: 15px 25px;
    border-radius: 35px;
    background-color: #1e1e23;
    background-image: -webkit-gradient(linear, left top, right top, from(#183444), to(#00b8ff));
    background-image: linear-gradient(120 deg, #183444, #00b8ff);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: all;
}
.main-btn.offer-configurator {
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-btn .btn-arrow {
    position: absolute;
    display: inline-block;
    width: 28px;
    margin-left: 12px;
    float: right;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.section-header.slide-header .main-btn {
    margin-left: 0;
    margin-top: 15px;
    width: fit-content;
}
.main-btn.technology-link {
    display: inline-block;
    margin: 7px;
    padding: 10px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 158, 239, 0.2);
    background-color: rgba(0, 158, 239, 0.1);
    background-image: none;
}
.main-btn.technology-link:hover {
    border-color: #4fb1ec;
}
.main-btn-text {
    position: relative;
    z-index: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    float: left;
}
.section-header.slide-header .main-btn-text {
    text-align: left;
    padding-right: 40px;
    display: inline-block;
}
.main-btn-text.technology-link-text {
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    color: #009eef;
}
.main-btn-ellipse {
    position: absolute;
    z-index: -1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: hsl(204deg 65% 40%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-btn-ellipse-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.offer-configurator-btn-wrapper {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
    max-width: 1760px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.offer-warning-info {
    display: block;
    color: #19a1e6;
    margin-bottom: -5px;
    font-weight: 700;
}
.home-innovation-bg-gradient {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a8b0c7), to(#696d9b));
    background-image: linear-gradient(180deg, #a8b0c7, #696d9b);
}
.home-innovation-bg-gradient-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.home-innovation-card-number {
    position: absolute;
    top: 0;
    right: 0;
    color: #72B261;
    font-size: 3em;
    font-weight: 900;
}
.home-innovation-title-wrapper {
    margin-top: 0.5vmin;
    margin-right: 2vmin;
    margin-left: 2vmin;
}
.innovation-title-line {
    width: 30px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 6px;
    border-radius: 2px;
    background-color: rgba(220, 222, 240, 0.25);
}
.home-innovation-number-wrapper {
    position: absolute;
    right: 0;
    display: none;
    margin-top: 0.5vmin;
    margin-right: 5vmin;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.home-innovation-info-icon-container {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.5vmin;
    height: 4.5vmin;
    margin-right: 2vmin;
    margin-bottom: 2vmin;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url(../images/info-icon.svg);
    background-position: 50% 50%;
    background-size: 3px 15px;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.technology-logo {
    max-height: 70px;
}
.technology-hero-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.technology-hero-bg-top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 65vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(30%, hsla(0, 0%, 100%, 0.37)), color-stop(50%, hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.8)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.37) 30%, hsla(0, 0%, 100%, 0.75) 50%, hsla(0, 0%, 100%, 0.8));
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.download-files-category {
    margin-top: 20px;
    margin-bottom: 20px;
}
.download-files-category-name {
    margin-top: 7px;
    margin-bottom: 7px;
    color: #1e1e23;
    font-size: 18px;
}
.technology-hero-bg-gradient-wrapper {
    position: absolute;
    left: 0;
    top: 100vh;
    right: 0;
    bottom: 0;
}
.technology-hero-gradient {
    position: absolute;
    left: 0;
    top: -350px;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(40%, hsla(0, 0%, 100%, 0.5)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5) 40%, #fff);
}
.technology-drop-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(60%, #fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 60%);
}
.technology-drop-bg.technology-dropdown-open {
    background-image: none;
}
.technology-drop-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}
.technology-drop-btn-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.technology-drop-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.technology-drop-btn-text {
    color: #009eef;
}
.technology-drop-btn-text.tech-drop-text-hidden {
    display: none;
}
.tech-dropdown-arrow {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tech-dropdown-arrow.technology-dropdown-open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tech-dropdown-arrow-wrapper {
    padding-right: 7px;
}
.tech-drop-btn-ellipse {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 158, 239, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.technology-drop-btn:hover .tech-drop-btn-ellipse {
    height: 90px;
    width: 90px;
    background-color: rgba(0, 158, 239, 0.2);
}
.process-animation-video-wrapper {
    display: block;
    height: 100vh;
}
.process-video {
    left: 50%;
    width: auto;
    height: 100%;
    max-width: 1300px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.team-item-mobile-trigger {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.team-item-mobile-trigger.no-touch {
    display: none;
}
.transport-map-footer-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.transport-map-footer-btn-container {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.section-header-wrapper-transport {
    position: relative;
    z-index: 2;
    background-color: #f7f7f9;
}
.section-header-wrapper-transport.transport-sub {
    background-color: #fff;
}
.secondary-transport-btn {
    width: 60px;
    height: 60px;
    margin: 10px 0 10px 10px;
    padding: 0;
    border-radius: 50%;
}
.transport-map-secondary-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.transport-map-zoom-btn-wrapper {
    width: 0;
    height: 0;
    margin-left: 30px;
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
}
.process-section-link-anchor {
    position: absolute;
    top: 90px;
}
.transport-map-zoom-btn {
    position: relative;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #60bcea;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.section-header-wrapper.technology {
    position: relative;
    width: 100%;
    height: 100%;
}
.section-header-technology {
    position: absolute;
    left: 10%;
    top: 15%;
    right: 10%;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
}
.section-header-technology.center {
    text-align: center;
}
.section-header-technology.center.title {
    opacity: 0;
}
.section-header-technology.center.sound {
    top: auto;
    bottom: 5%;
    opacity: 0;
}
.section-header-technology.center.costs {
    opacity: 0;
}
.section-header-technology.center.fire {
    opacity: 0;
}
.section-header-technology.center.foundations-1 {
    opacity: 0;
}
.section-header-technology.center.foundations-2 {
    opacity: 0;
}
.section-header-technology.center.sound-2 {
    opacity: 0;
}
.section-header-technology.center.implementation {
    opacity: 0;
}
.section-header-technology.wall {
    opacity: 0;
}
.section-header-technology.roof {
    opacity: 0;
}
.section-header-technology.floor {
    opacity: 0;
}
.section-header-technology.roof-middle {
    opacity: 1;
}
.scroll-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 600;
}
.scroll-list-item.light {
    color: #fff;
}
.scroll-list-items-wrapper {
    margin-top: 3vh;
    padding-left: 20px;
    list-style-type: decimal;
}
.section-header-gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.section-header-gradient.technology {
    opacity: 0;
}
.section-header-gradient.technology.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 30, 35, 0.5)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(90deg, rgba(30, 30, 35, 0.5), rgba(30, 30, 35, 0));
}
.section-header-gradient.technology.top {
    bottom: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0.3)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0.3), rgba(30, 30, 35, 0));
}
.section-header-gradient.technology.left-2 {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 30, 35, 0.5)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(90deg, rgba(30, 30, 35, 0.5), rgba(30, 30, 35, 0));
}
.sec-tech-img-wrapper {
    opacity: 0;
}
.sec-tech-img-wrapper.sound {
    opacity: 0;
}
.sec-tech-img-wrapper.fire {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.sec-tech-img-wrapper.fire.sec-3 {
    opacity: 1;
}
.sec-tech-img-wrapper.foundations {
    position: absolute;
    left: 0;
    top: 62.5%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
}
.sec-tech-img-wrapper.foundations._2 {
    top: 62.5%;
    opacity: 0;
}
.sec-tech-img-wrapper.foundations._1 {
    opacity: 0;
}
.sec-tech-img-wrapper.foundations.sec-3 {
    top: 0;
    opacity: 0;
}
.sec-tech-img-wrapper.foundations.sec-3._1 {
    opacity: 0;
}
.sec-tech-img-wrapper.foundations.sec-3._2 {
    opacity: 0;
}
.sec-tech-img-wrapper.costs {
    opacity: 0;
}
.sec-tech-sound-desc {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 2.3em;
}
.sec-tech-sound-desc.sec-2-1 {
    top: 57%;
    right: 26%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: right;
}
.sec-tech-sound-desc.sec-2-2 {
    left: 52%;
    top: 40%;
}
.sec-tech-sound-desc.sec-3-1 {
    top: 54%;
    right: 15%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.sec-tech-sound-desc.sec-3-2 {
    left: 52%;
    top: 47%;
}
.sec-2-tech-wrapper-fire {
    opacity: 0;
}
.transport-map-btn-icon {
    width: 100%;
    height: 100%;
    max-width: 44px;
    margin-right: 5px;
    margin-left: -5px;
}
.transport-map-btn-icon._1 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.transport-map-zoom-btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.transport-map-zoom-btn-icon.zoom-out {
    opacity: 0;
}
.secondary-transport-btn-icon {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}
.tech-sec-header-bottom {
    position: absolute;
    top: auto;
    bottom: 8%;
}
.transport-map-container {
    overflow: hidden;
    height: 100%;
}
.tech-list-header-mobile-gradient {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: -50%;
    z-index: -1;
    display: none;
    width: 100vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0.5)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0.5), rgba(30, 30, 35, 0));
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.section-technology-mobile-gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 70%;
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1e1e23), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(180deg, #1e1e23, rgba(30, 30, 35, 0));
}
.section-technology-mobile-gradient.technology {
    opacity: 0;
}
.section-technology-mobile-gradient.technology.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 30, 35, 0.5)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(90deg, rgba(30, 30, 35, 0.5), rgba(30, 30, 35, 0));
}
.section-technology-mobile-gradient.technology.top {
    bottom: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0.3)), to(rgba(30, 30, 35, 0)));
    background-image: linear-gradient(180deg, rgba(30, 30, 35, 0.3), rgba(30, 30, 35, 0));
}
.section-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    background-color: rgba(30, 30, 35, 0.9);
    pointer-events: none;
}
.sec-tech-fire-desc {
    position: absolute;
}
.sec-tech-fire-desc.sec-3 {
    position: relative;
    left: 50%;
    width: 300%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 2.3em;
}
.sec-tech-fire-desc.sec-3._2 {
    color: #fff;
}
.tech-sec-3-fire-wrapper {
    position: absolute;
    width: 8%;
    height: 9%;
}
.tech-sec-3-fire-wrapper._1 {
    top: 50%;
    right: 10%;
    opacity: 0;
}
.tech-sec-3-fire-wrapper._2 {
    top: 51%;
    right: 46%;
    opacity: 0;
}
@media screen and (min-width: 1280px) {
    .logo-img {
        max-width: 230px;
    }
    .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hero-title {
        font-size: 110px;
    }
    .hero-title.hero-subtitle {
        font-size: 32px;
    }
    .section.fp-auto-height.tech-scroll {
        font-size: 1vmin;
    }
    .section-header {
        top: 15vh;
    }
    .section-header.h-transport-map {
        position: absolute;
        left: auto;
        top: 30%;
        right: 50%;
        max-width: 400px;
        min-width: auto;
        padding-top: 0;
        -webkit-transform: translate(-18vmin, 0);
        -ms-transform: translate(-18vmin, 0);
        transform: translate(-18vmin, 0);
    }
    .section-title {
        font-size: 50px;
    }
    .section-title.hero-subtitle {
        font-size: 28px;
    }
    .section-bg-img.transport-map {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
    .section-bg-img.transport-map-lottie {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
    .heading-3 {
        font-size: 28px;
    }
    .heading-3.light.number-anim-heading {
        font-size: 24px;
    }
    .heading-3.tech-certificates {
        font-size: 42px;
    }
    .content-inside.research {
        text-align: left;
    }
    .process-nav-wrapper {
        top: 20%;
    }
    .section-why-us {
        font-size: 1vmin;
    }
    .why-us-section-container {
        font-size: 1vh;
    }
    .nav-dropdown-arrow-wrapper {
        left: 0;
    }
    .number-animation {
        max-width: 140px;
    }
    .org-icons.about-us {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sec-3-animation-desc {
        font-size: 2em;
    }
    .draggable-slide-container {
        width: 60vw;
    }
    .realizations-range-wrapper {
        height: 45vh;
        -webkit-transform: translate(0, -15%);
        -ms-transform: translate(0, -15%);
        transform: translate(0, -15%);
    }
    .transport-map-wrapper {
        border-top: 90px solid #fff;
    }
    .transport-map-btn-wrapper {
        max-width: 350px;
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .transport-map-btn {
        padding: 5px 15px;
    }
    .number-info-wrapper.research {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .number-info-text.research {
        margin-left: 20px;
    }
    .section-header-why-us.center.dark.sec-13-14 {
        display: inline-block;
        -webkit-transform: translate(-50%, -18vh);
        -ms-transform: translate(-50%, -18vh);
        transform: translate(-50%, -18vh);
    }
    .section-header-why-us.center.sec9 {
        color: #1e1e23;
    }
    .home-innovation-slide {
        width: 33.33vw;
    }
    .transport-map-scroll-desc-wrapper {
        display: none;
    }
    .section-header-wrapper-transport {
        position: static;
    }
    .secondary-transport-btn {
        padding: 0;
    }
    .transport-map-zoom-btn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .transport-map-container {
        max-height: 70vmax;
    }
}
@media screen and (min-width: 1440px) {
    .logo-img {
        max-width: 260px;
    }
    .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
    .hero-buttons {
        margin-bottom: 0;
    }
    .section.fp-auto-height.tech-scroll {
        font-size: 1.2vmin;
    }
    .section-header {
        top: 20vh;
    }
    .section-header.dark.no-touch-header.process-header {
        top: 15vh;
    }
    .section-title {
        font-size: 68px;
    }
    .section-title.hero-subtitle {
        font-size: 32px;
    }
    .section-bg.research {
        min-height: 800px;
    }
    .content.why-us-sec-2 {
        max-width: none;
        padding-right: 120px;
        padding-left: 120px;
    }
    .process-nav-wrapper {
        right: 10%;
    }
    .section-why-us {
        font-size: 1.2vmin;
    }
    .why-us-section-container {
        font-size: 1.2vh;
    }
    .sec-2-p-wrapper {
        -ms-grid-columns: 240px auto;
        grid-template-columns: 240px auto;
    }
    .number-animation {
        max-width: 160px;
    }
    .why-us-sec2-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .org-icon {
        height: 100%;
    }
    .sec-3-animation-desc {
        font-size: 1.6em;
    }
    .drag-slider-slidable.research {
        max-height: none;
    }
    .draggable-slide-container {
        width: 50vw;
        max-width: 700px;
    }
    .realizations-range-wrapper {
        height: 50vh;
        margin-top: 50px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }
    .home-innovation-img {
        width: 90%;
        height: 22vh;
    }
    .home-innovation-card-subtitle {
        font-size: 1.1em;
    }
    .home-innovation-desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 3vh 3vw;
    }
    .home-innovation-desc.top {
        bottom: 0;
    }
    .home-innovation-info-text {
        font-size: 16px;
    }
    .home-innovation-info-text.h-innovation-text-heading {
        font-size: 16px;
    }
    .team-member-img {
        max-height: 85vh;
    }
    .contact-section-wrapper.info {
        grid-auto-columns: 1fr;
    }
    .section-header-why-us.center.dark.sec-13-14 {
        -webkit-transform: translate(-50%, -17vh);
        -ms-transform: translate(-50%, -17vh);
        transform: translate(-50%, -17vh);
    }
    .home-innovation-slide {
        width: 33.33%;
    }
    .sec-10-feature {
        font-size: 1.6em;
    }
    .form-text-field-wrapper {
        margin-right: 0;
        float: none;
    }
    .team-member-img-wrapper {
        max-height: 85vh;
    }
    .experience-number-wrapper {
        width: 90%;
        max-width: 1600px;
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .scroll-list-item.light {
        color: #fff;
    }
}
@media screen and (max-width: 991px) {
    .navbar-brand {
        margin-left: 0;
    }
    .navbar-brand.w--current {
        margin-left: 0;
    }
    .logo-img {
        max-width: 230px;
    }
    .nav-menu {
        width: 100%;
        padding: 20px 30px;
        float: none;
        background-color: #1e1e23;
    }
    .nav-link {
        display: block;
    }
    .nav-link:active {
        border-width: 0;
    }
    .nav-link:focus {
        border-width: 0;
    }
    .nav-link.w--current {
        display: block;
        border-width: 0;
    }
    .nav-menu-btn {
        margin-right: 10px;
    }
    .nav-menu-btn.w--open {
        background-color: transparent;
    }
    .nav-menu-btn-icon {
        color: #fff;
    }
    .nav-bg.scroll {
        display: none !important;
    }
    .header-banner.nav-content {
        margin-top: 5px;
    }
    .hero-title {
        margin-top: 10px;
        font-size: 90px;
    }
    .hero-title.hero-subtitle {
        font-size: 26px;
    }
    .section.fp-auto-height.order {
        margin-top: 0;
    }
    .section.offer-hero {
        padding-top: 70px;
    }
    .section-header {
        top: 15vh;
    }
    .section-header.dark.realizations-range {
        position: static;
        left: 5%;
        top: 90px;
        right: 5%;
        width: 90vw;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .section-header.dark.no-touch-header.process-header {
        right: 10%;
    }
    .section-header.h-transport-map {
        width: 90vw;
    }
    .section-header.h-home-innovation {
        margin-top: 90px;
    }
    .section-title {
        font-size: 44px;
    }
    .section-bottom.order {
        margin-top: 20px;
    }
    .section-bottom.order-bottom {
        padding-bottom: 65px;
    }
    .content {
        width: 90%;
    }
    .content.map-scroll-desc {
        width: 90%;
    }
    .content.technology-certificates {
        width: 90%;
    }
    .offer-hero .section-bg.slider-bg {
        margin-top: 0;
    }
    .section-bg-img.hero-img.technology {
        -o-object-position: 60% 50%;
        object-position: 60% 50%;
    }
    .section-bg-img.technology-transport-img {
        display: block;
        width: 100%;
        height: 50%;
    }
    .section-bg-img.transport-map {
        max-width: 140vw;
    }
    .section-bg-img.transport-map-lottie {
        max-width: 140vw;
    }
    .heading-3 {
        font-size: 26px;
    }
    .heading-3.tech-certificates {
        font-size: 32px;
    }
    .p-subtitle.step-title {
        text-align: left;
    }
    .card-title {
        font-size: 8vw;
    }
    .cards-photo {
        width: 23vw;
        margin-right: 8px;
        margin-left: 8px;
    }
    .card-title-mask {
        padding: 15px 0;
    }
    .process-nav-wrapper {
        left: 5%;
        top: auto;
        bottom: 5%;
    }
    .process-nav-timeline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .process-step-line {
        width: auto;
        height: 2px;
        margin-top: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .process-nav-desc-wrapper {
        position: static;
    }
    .step-description-wrapper {
        left: 0;
        top: auto;
        right: 0;
        bottom: 100%;
        margin-right: 0;
    }
    .step-description {
        width: auto;
        text-align: left;
    }
    .main-btn.offer-configurator {
        bottom: 25px;
    }
    .contact-home-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .footer-text {
        margin-right: 15px;
        margin-left: 15px;
    }
    .scroll-animation {
        height: auto;
    }
    .scroll-animation.sec-15 {
        width: 190vmin;
        height: 190vmin;
    }
    .scroll-animation.sec-12-1 {
        height: 100vmax;
    }
    .main-why-us {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .scroll-animation-wrapper.sec-10 {
        height: 80vh;
    }
    .scroll-animation-img-bg {
        height: 60vmax;
    }
    .nav-content {
        padding: 5px 0;
        background-color: #1e1e23;
    }
    .nav-link-circle-wrapper {
        display: none;
    }
    .nav-dropdown-links {
        text-align: left;
    }
    .nav-dropdown-btn-mask {
        width: 0%;
        height: 0%;
    }
    .full-page-section-wrapper.process.nav {
        display: block;
    }
    .full-page-section-wrapper.range-sec {
        padding-top: 90px;
    }
    .number-animation.range-number-animation {
        margin-right: 10px;
    }
    .drag-slider-progress {
        width: 50vw;
    }
    .draggable-slide-container {
        width: 55vw;
    }
    .realizations-range-wrapper {
        position: static;
        height: auto;
        padding-top: 3vh;
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .world-map-wrapper {
        width: auto;
        height: auto;
        max-height: 40%;
        max-width: 90%;
        margin-bottom: 30px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .world-map {
        max-height: 28vh;
    }
    .poland-map {
        max-height: 27vh;
    }
    .poland-map-wrapper {
        max-height: 40%;
        max-width: 40%;
        padding-bottom: 30px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .range-number-animation-wrapper {
        top: auto;
        margin-left: 3vw;
    }
    .logos-grid {
        grid-column-gap: 5vw;
    }
    .transport-map-wrapper {
        overflow: auto;
        text-align: right;
    }
    .home-innovation-card {
        height: 22vh;
    }
    .home-innovation-desc {
        padding: 20px 15px;
    }
    .auto-height-section-wrapper {
        width: 90%;
    }
    .auto-height-section-wrapper.team-wrapper {
        padding-top: 60px;
    }
    .team-member-img {
        width: 100%;
        max-height: none;
    }
    .contact-section-wrapper {
        width: 90%;
    }
    .contact-section-wrapper.info {
        margin-top: 120px;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .content-2 {
        width: 100%;
    }
    .section-header-why-us.center.dark.sec-13-14 {
        -webkit-transform: translate(-50%, -12vmax);
        -ms-transform: translate(-50%, -12vmax);
        transform: translate(-50%, -12vmax);
    }
    .checkbox-field {
        max-width: none;
    }
    .form-content {
        position: relative;
        margin-top: 15vh;
        padding-bottom: 5px;
        float: none;
    }
    .form-content.contact {
        margin-top: 0;
        margin-bottom: 0;
    }
    .checkbox-label.outside {
        max-width: none;
    }
    .job-items-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .home-innovation-container {
        width: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 33.33% 33.33% 33.33%;
        grid-template-rows: 33.33% 33.33% 33.33%;
    }
    .home-innovation-nav {
        display: block;
    }
    .process-animation.mp4 {
        top: 10vh;
    }
    .sec-10-feature {
        font-size: 2em;
    }
    .research-number-wrapper {
        width: 95vw;
    }
    .project-desc-wrapper {
        max-height: 200px;
    }
    .team-member-img-wrapper {
        max-height: none;
    }
    .experience-number-wrapper {
        width: 90%;
        grid-auto-columns: 1fr;
        grid-column-gap: 4vw;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .section-nav-bg-sticky {
        display: none;
    }
    .hero-pop-up-video-wrapper {
        width: 80%;
    }
    .home-innovation-bg-gradient {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#afb7ce), to(#595d92));
        background-image: linear-gradient(180deg, #afb7ce, #595d92);
    }
    .transport-map-footer-btn-wrapper {
        width: 90vw;
    }
    .scroll-list-items-wrapper {
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .slide-hero {
        height: 100%;
    }
    .home-slider {
        height: 100vmax;
    }
    .navbar-brand {
        margin-left: -10px;
    }
    .navbar-brand.w--current {
        margin-left: -10px;
    }
    .logo-img {
        max-width: 220px;
    }
    .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-banner.nav-content {
        position: relative;
        margin: 0;
        border-radius: 0;
    }
    .hero-header {
        top: 20%;
    }
    .hero-title {
        font-size: 84px;
    }
    .hero-title.hero-subtitle {
        font-size: 24px;
    }
    .section.hero.technology {
        height: auto;
        min-height: 500px;
    }
    .section.fp-auto-height.tech-scroll {
        font-size: 1.3vmin;
    }
    .section-header {
        position: absolute;
        left: 0;
        top: 15%;
        right: 0;
        width: 80vw;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0;
    }
    .section-header.dark.h-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .section-header.dark.no-touch-header.process-header {
        position: static;
        width: 90vw;
    }
    .section-header.h-transport-map {
        position: static;
        padding-top: 40px;
    }
    .section-header.h-home-innovation {
        margin-top: 0;
        padding-top: 50px;
    }
    .section-header.no-touch-header {
        position: absolute;
        left: 0;
        top: 10%;
        right: 0;
        padding-top: 0;
    }
    .section-header.in-structure {
        margin-top: 10vh;
    }
    .section-header.slide-header {
        width: auto;
        padding-top: 40px;
    }
    .section-title {
        margin-top: 0;
        font-size: 38px;
        letter-spacing: 2px;
    }
    .section-bg.slider-bg {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .s-slider-controls {
        flex-direction: column;
        width: auto;
        right: 7px;
        bottom: 85px;
    }
    .section-bg.auto-height.transport-map-bg {
        background-color: #f7f7f9;
    }
    .section-bg.auto-height.transport-map-bg.sub-transform {
        background-color: transparent;
    }
    .section-bg.process-mobile-layout {
        height: auto;
    }
    .section-bg.offer-configurator {
        height: 100vmin;
    }
    .section-bg.auto-full-height.transport-map-bg {
        background-color: #f7f7f9;
    }
    .section-bottom.process-home {
        position: static;
        background-color: transparent;
    }
    .content.no-space {
        height: auto;
    }
    .content.about-org-icons {
        width: auto;
    }
    .img-slider {
        position: static;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .section-bg-img {
        height: 70vmax;
    }
    .section-bg-img.hero-img {
        height: 100%;
    }
    .section-bg-img.technology-transport-img {
        display: block;
        height: 35vmax;
    }
    .section-bg-img.transport-map {
        height: 100%;
        max-width: 220vmin;
    }
    .section-bg-img.bg {
        height: 100%;
    }
    .section-bg-img.bg.research {
        -o-object-position: 80% 50%;
        object-position: 80% 50%;
    }
    .section-bg-img.transport-map-lottie {
        height: 100%;
        max-width: 220vmin;
    }
    .slider-arrow-btn {
        top: auto;
        bottom: 25px;
        width: 50px;
        height: 50px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .slider-arrow-btn.left {
        background-size: 24px;
    }
    .slider-arrow-btn.right {
        background-size: 24px;
    }
    .img-slide-nav {
        padding-bottom: 35px;
    }
    .slide-text-wrapper {
        position: absolute;
        text-align: center;
    }
    .slide-main-info {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .slide-main-info.left {
        display: inline-block;
        width: auto;
        max-width: 70vw;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        padding-right: 0;
    }
    .heading-3.light.number-anim-heading {
        font-size: 22px;
    }
    .heading-3.career {
        font-size: 20px;
    }
    .heading-3.main-info {
        color: #fff;
    }
    .p-subtitle.step-title {
        text-align: right;
    }
    .content-inside.right {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        float: none;
    }
    .content-inside.right.description {
        width: auto;
        margin-top: 20px;
    }
    .content-inside.left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        float: none;
    }
    .content-inside.research {
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
    }
    .cards-photos-mask {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cards-photo {
        width: 45vw;
        height: 50%;
    }
    .cards-photos {
        top: 0;
        height: 100%;
    }
    .process-nav-wrapper {
        left: 0;
        top: 70px;
        right: 0;
        bottom: auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .process-nav-wrapper.mobile {
        display: block;
    }
    .process-nav-timeline {
        padding: 10px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .process-step-line {
        display: block;
        width: 2px;
        height: 30px;
        margin-top: -10px;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .step-description-wrapper {
        top: 0;
        bottom: auto;
        z-index: -5;
        padding-right: 70px;
        padding-left: 25px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.7) 50%, hsla(0, 0%, 100%, 0));
        opacity: 0;
    }
    .step-description {
        padding-bottom: 80px;
        text-align: right;
    }
    .contact-home-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .footer {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .btn-text.hero {
        font-size: 20px;
    }
    .btn-text.light.hero {
        bottom: -25px;
    }
    .hero-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .video-btn {
        width: auto;
    }
    .on-water-header-wrapper {
        margin-top: 15px;
    }
    .wotel-logo-home {
        width: 100px;
        margin-top: 10px;
    }
    .section-why-us {
        font-size: 1.3vmin;
    }
    .scroll-section-wrapper.technology {
        max-height: 180vmin;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .scroll-section-wrapper {
        top: 0;
    }
    .scroll-animation.sec5 {
        top: 65%;
    }
    .scroll-animation.sec13-14 {
        -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
        transform: translate(-50%, -35%);
    }
    .scroll-animation.sec-15 {
        -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
    .scroll-animation-wrapper.sec-3-1st {
        width: 70vmin;
        height: 130vmin;
    }
    .scroll-animation-wrapper.sec-3-2nd {
        width: 70vmin;
        height: 130vmin;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .scroll-animation-wrapper.sec-10 {
        height: 70vh;
    }
    .scroll-animation-img.sec-13-14 {
        -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
        transform: translate(-50%, -35%);
    }
    .scroll-heading.sec-13-14-1 {
        color: #1e1e23;
    }
    .scroll-animation-img.tech-sec-sound-icon {
        left: 69%;
    }
    .scroll-animation-img-bg.sec-1.mobile {
        display: none;
        width: 100vw;
    }
    .scroll-animation-img-bg.sec-6-7 {
        display: none;
    }
    .scroll-animation-img-bg.sec-6-7.mobile {
        display: block;
        width: 100vw;
    }
    .scroll-animation-img-bg.sec-8.mobile {
        display: none;
        width: 100vw;
    }
    .scroll-animation-img-bg.sec-9 {
        width: 150vmin;
        height: 150vmin;
    }
    .scroll-animation-img-bg.sec-9.mobile {
        display: none;
        width: 100vw;
    }
    .scroll-animation-img-bg.sec-16.mobile {
        display: none;
        width: 100vw;
    }
    .why-us-logo-animation {
        width: 300vmin;
    }
    .sec-logo-wrapper {
        width: 150vmin;
    }
    .nav-link-wrapper {
        float: none;
    }
    .nav-link-wrapper.nav-dropdown-btn {
        float: left;
    }
    .nav-dropdown-wrapper {
        float: none;
    }
    .nav-dropdown-links {
        display: block;
        width: 80vw;
    }
    .nav-dropdown-link {
        width: 100%;
        white-space: normal;
    }
    .nav-dropdown {
        width: 80vw;
    }
    .full-page-section-wrapper {
        display: block;
        height: auto;
    }
    .full-page-section-wrapper.process {
        position: static;
        height: auto;
    }
    .full-page-section-wrapper.process.nav {
        position: absolute;
        top: 100%;
        display: block;
        height: 400vh;
    }
    .full-page-section-wrapper.hero {
        height: 100vh;
    }
    .full-page-section-wrapper.technology {
        min-height: 100vh;
    }
    .process-wrapper.header {
        position: static;
        height: auto;
        padding-top: 40px;
    }
    .process-wrapper.nav {
        margin-top: -60px;
    }
    .category-breadcrumbs-wrapper {
        top: 0;
        bottom: auto;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0.45)), to(rgba(30, 30, 35, 0)));
        background-image: linear-gradient(180deg, rgba(30, 30, 35, 0.45), rgba(30, 30, 35, 0));
    }
    .hero-right {
        position: static;
        margin-top: 10px;
        float: left;
    }
    .org-icons {
        padding-right: 10vw;
        padding-left: 10vw;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .org-icon-link {
        margin-right: 0;
        margin-left: 0;
    }
    .sec-3-animation-heading-1st {
        -webkit-transform: translate(-50%, -56vmin);
        -ms-transform: translate(-50%, -56vmin);
        transform: translate(-50%, -56vmin);
    }
    .scroll-secondary-subheading.sec-10 {
        max-width: none;
    }
    .sec-3-animation-desc-wrapper {
        -webkit-transform: translate(-50%, 45vmin);
        -ms-transform: translate(-50%, 45vmin);
        transform: translate(-50%, 45vmin);
    }
    .org-icons-wrapper {
        display: -ms-grid;
        display: grid;
        margin-top: 10px;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .nav-menu-link-item {
        font-size: 18vmin;
        line-height: 1.3;
    }
    .draggable-slide-container {
        width: 70vw;
    }
    .realizations-range-wrapper {
        max-height: none;
        padding-top: 2vh;
    }
    .world-map-wrapper {
        width: 130vmin;
        max-height: none;
        max-width: none;
    }
    .world-map {
        max-height: none;
    }
    .poland-map {
        max-height: none;
    }
    .poland-map-wrapper {
        width: 50vmin;
        max-width: none;
    }
    .process-animation-wrapper {
        top: 100%;
    }
    .logos-grid {
        height: auto;
        grid-auto-rows: minmax(auto, 1fr);
        grid-column-gap: 5vw;
        -ms-grid-columns: minmax(0, 1fr) 1fr 1fr;
        grid-template-columns: minmax(0, 1fr) 1fr 1fr;
    }
    .logos-grid.technology-hero {
        -ms-grid-rows: 60px;
        grid-template-rows: 60px;
    }
    .logos-grid.partners {
        grid-auto-rows: 1fr;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .transport-map-wrapper {
        height: 170vmin;
        min-height: 600px;
        border-top-style: none;
    }
    .transport-map-btn-wrapper {
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .transport-map-btn {
        margin-right: 0;
    }
    .above-bg-wrapper {
        margin-top: 15vh;
    }
    .number-info-wrapper.team-number {
        margin-top: 20px;
        margin-left: 0;
    }
    .number-info-wrapper.research {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .number-info-text.research {
        margin-left: 20px;
    }
    .above-bg-gradient {
        top: -100px;
    }
    .home-innovation-card {
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .home-innovation-card-subtitle {
        margin-top: 5px;
        font-size: 22px;
    }
    .home-innovation-card-title {
        font-size: 28px;
    }
    .home-innovation-desc {
        padding: 25px 5vw;
    }
    .home-innovation-desc.scrollable {
        padding: 25px;
    }
    .home-innovation-info-text {
        font-size: 14px;
    }
    .auto-height-section-wrapper {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .team-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .team-grid.team-grid-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .contact-section-wrapper.info {
        margin-top: 100px;
    }
    .section-header-why-us.center.dark.sec-13-14 {
        top: 0;
        bottom: auto;
        -webkit-transform: translate(-50%, 16vh);
        -ms-transform: translate(-50%, 16vh);
        transform: translate(-50%, 16vh);
    }
    .section-header-why-us.center.dark.sec-15 {
        top: 20%;
    }
    .section-header-why-us.center.sec9 {
        top: 20%;
    }
    .section-header-why-us.sec-10 {
        position: static;
        top: 0;
        right: 0;
        max-width: none;
        -webkit-transform: translate(0, 5%);
        -ms-transform: translate(0, 5%);
        transform: translate(0, 5%);
    }
    .scroll-heading.sec-13-14-2 {
        color: #1e1e23;
    }
    .scroll-subheading.sec-13-14.light._2 {
        color: #1e1e23;
    }
    .scroll-subheading.sec-13-14.light._3 {
        color: #1e1e23;
    }
    .form-content {
        position: relative;
        width: 85%;
        margin: 40px auto 50px;
    }
    .form-content.contact {
        width: 100%;
    }
    .dropdown-list.w--open {
        width: auto;
    }
    .slide-img {
        position: static;
        height: 64vmax;
        max-height: 440px;
        min-height: 380px;
    }
    .job-items-grid {
        grid-row-gap: 25px;
    }
    .job-item-title {
        font-size: 18px;
    }
    .home-innovation-container {
        width: 100vw;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .home-innovation-card-text-wrapper {
        margin-right: 5vw;
        margin-left: 10vw;
        padding-top: 20px;
        padding-right: 10vw;
        padding-left: 0;
    }
    .process-animation.mp4 {
        top: 15vh;
    }
    .scroll-animation-img-wrapper.sec-10 {
        left: 50%;
        top: 0;
        right: auto;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .scroll-animation-img-wrapper.sec-12._2 {
        right: -18%;
        width: 76vmin;
        height: 120vmin;
    }
    .section-header-technology.roof-middle .scroll-heading span {
        display: inline-block;
        position: relative;
        font-size: 0.6em;
        top: -0.5em;
    }
    .sec-13-14-header-wrapper {
        position: absolute;
        top: 0;
    }
    .sec-13-14-2nd-pos {
        color: #1e1e23;
    }
    .loader-animation {
        width: 80vmin;
        height: 80vmin;
    }
    .research-number-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sec-10-animation-container {
        position: relative;
        top: 0;
        height: 95vmin;
        max-height: 55vmax;
    }
    .experience-number-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .home-innovation-animation-wrapper {
        max-width: 60vmax;
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .order-step-text-wrapper {
        width: auto;
    }
    .order-step-img-wrapper {
        margin-bottom: 20px;
    }
    .order-step-wrapper-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-slide-img,
    .s-slide.slide-video > * {
        position: static;
        height: 64vmax;
        max-height: 380px;
        min-height: 360px;
    }
    .s-slide.slide-video > * {
        position: relative;
        top: 0;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    .hero-pop-up-video-wrapper {
        width: 90%;
    }
    .why-us-logo-mobile-btn-wrapper {
        width: 8vmin;
        height: 8vmin;
        max-height: 50px;
        max-width: 50px;
        margin-right: 10vmin;
        margin-left: 10vmin;
    }
    .why-us-logo-mobile-btn-wrapper.center {
        width: 93vmin;
        height: 93vmin;
    }
    .main-btn.technology-hero {
        margin: 5px 10px;
    }
    .home-innovation-card-number {
        top: auto;
        bottom: 0;
        font-size: 62px;
        line-height: 1em;
    }
    .home-innovation-title-wrapper {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .home-innovation-number-wrapper {
        display: block;
        margin-right: 0;
    }
    .home-innovation-info-icon-container {
        width: 50px;
        height: 50px;
        margin-right: 5vw;
        margin-bottom: 20px;
    }
    .technology-logo {
        max-height: 60px;
    }
    .technology-hero-links-wrapper {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-header-technology {
        left: 5%;
        top: 12%;
        right: 5%;
    }
    .section-header-technology.center.sound {
        top: 12%;
        bottom: auto;
    }
    .scroll-list-items-wrapper {
        padding-left: 10px;
    }
    .sec-tech-sound-desc.sec-2-1 {
        top: 54%;
    }
    .sec-tech-sound-desc.sec-3-1 {
        top: 55%;
        right: 9%;
        text-align: center;
    }
    .tech-sec-header-bottom {
        bottom: auto;
    }
    .transport-map-container {
        height: 170vmin;
        min-height: 600px;
    }
    .tech-list-header-mobile-gradient {
        display: block;
    }
    .section-technology-mobile-gradient {
        display: block;
    }
    .tech-sec-3-fire-wrapper {
        min-height: 50px;
        min-width: 45px;
    }
    .sec-3-header-long {
        font-size: 0.8em;
    }
    .footer-text {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 479px) {
    p {
        font-size: 14px;
    }
    .navbar-brand.w--current {
        margin-left: -10px;
    }
    .logo-img {
        max-width: 200px;
    }
    .nav-menu-btn {
        margin-right: 5px;
    }
    .hero-header {
        top: 20%;
    }
    .hero-title {
        font-size: 76px;
    }
    .hero-title.hero-subtitle {
        font-size: 22px;
    }
    #cookie-alert {
        margin: 0;
        right: 0;
        border-radius: 0;
    }
    .body {
        font-size: 14px;
    }
    .section.fp-auto-height.tech-scroll {
        font-size: 1.6vmin;
    }
    .section-header {
        width: 90vw;
    }
    .section-header.dark.h-content {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-header.h-home-innovation {
        width: 90vw;
    }
    .section-header.in-structure {
        width: 90vw;
    }
    .slider-bg .section-header.slide-header {
        padding-right: 5vw;
        padding-left: 5vw;
        position: static;
        background-color: #f7f7f9;
    }
    .s-slider-controls {
        bottom: auto;
        top: 10px;
        right: 4px;
    }
    .s-slider-controls a {
        width: 40px;
        height: 40px;
        margin: 6px 10px;
    }
    .category-breadcrumbs-name {
        margin-right: 50px;
    }
    .realizations .slider-bg ~ .section-bottom .heading-3 {
        display: none;
    }
    .section-title {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .slider-bg .section-header.slide-header .section-title {
        color: #1e1e23;
    }
    
    
    .slider-bg ~ .section-bottom .content-inside {
        padding-top: 0;
    }
    .offer-hero .slider-bg ~ .section-bottom .content-inside {
        padding-top: 20px;
    }
    .section-bottom.order-bottom {
        padding-bottom: 70px;
    }
    .content.job-items {
        width: 100%;
    }
    .slider-arrow-btn {
        margin-right: 10px;
        margin-left: 10px;
    }
    .heading-3 {
        font-size: 22px;
    }
    .heading-3.light.number-anim-heading {
        font-size: 18px;
    }
    .heading-3.career {
        font-size: 18px;
    }
    .heading-3.tech-certificates {
        font-size: 28px;
    }
    .p-subtitle.contact {
        text-align: center;
    }
    .content-inside.research {
        padding-right: 0;
        padding-left: 0;
    }
    .process-nav-timeline {
        padding-right: 10px;
    }
    .step-description-wrapper {
        padding-right: 60px;
        padding-left: 15px;
    }
    .contact-home-wrapper {
        width: 90%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .contact-data-category {
        font-size: 12px;
    }
    .contact-link {
        width: 100%;
    }
    .btn-text {
        font-size: 12px;
    }
    .btn-text.hero {
        font-size: 16px;
    }
    .btn-text.light.hero {
        bottom: -30px;
    }
    .hero-buttons {
        margin-bottom: 5px;
    }
    .wotel-logo-home {
        width: 70px;
        margin-top: 0;
        filter: invert(1);
    }
    .section-why-us {
        font-size: 1.6vmin;
    }
    .scroll-animation-img-bg.sec-1 {
        width: 140vw;
        max-width: none;
    }
    .number-animation {
        max-width: 110px;
    }
    .org-icons {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .org-icon {
        height: auto;
    }
    .draggable-slide-container {
        width: 90vw;
    }
    .world-map-wrapper {
        width: 160vmin;
    }
    .poland-map-wrapper {
        width: 80vmin;
    }
    .logos-grid {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        grid-column-gap: 10vw;
        grid-row-gap: 30px;
        -ms-grid-columns: minmax(0, 1fr) 1fr;
        grid-template-columns: minmax(0, 1fr) 1fr;
    }
    .logos-grid.technology-hero {
        width: 100%;
        max-width: none;
        margin-top: 5px;
        grid-column-gap: 15px;
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 60px 60px;
        grid-template-rows: 60px 60px;
    }
    .logos-grid.partners {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .partner-logo {
        max-height: 60px;
    }
    .number-info-wrapper.team-number {
        max-width: none;
        margin-top: 10px;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .number-info-text {
        margin-left: 20px;
    }
    .number-info-text.research {
        margin-left: 20px;
    }
    .number-info-text.team {
        margin-left: 0;
    }
    .home-innovation-card-subtitle {
        font-size: 18px;
    }
    .home-innovation-card-title {
        font-size: 24px;
    }
    .home-innovation-desc.scrollable {
        padding-right: 5vw;
        padding-left: 5vw;
    }
    .auto-height-section-wrapper.team-wrapper {
        padding-top: 40px;
    }
    .contact-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .form-content {
        width: 95%;
        margin-top: 20px;
        padding: 10px 20px;
    }
    .paragraph-2 {
        font-size: 14px;
    }
    .dropdown {
        margin-bottom: 30px;
    }
    .form-label {
        font-size: 14px;
    }
    .form-title {
        font-size: 24px;
    }
    .job-items-grid {
        grid-row-gap: 20px;
    }
    .job-item-title {
        padding-right: 50px;
    }
    .job-item-arrow {
        width: 40px;
        height: 40px;
        background-size: 22px;
    }
    .job-item-location {
        padding-right: 50px;
        font-size: 11px;
    }
    .home-innovation-card-text-wrapper {
        margin-left: 5vw;
    }
    .sec-1-mobile-gradient-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
    }
    .sec-1-mobile-gradient-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 10vh;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 35, 0)), to(#1e1e23));
        background-image: linear-gradient(180deg, rgba(30, 30, 35, 0), #1e1e23);
    }
    .sec-1-mobile-gradient-top {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        display: none;
        height: 10vh;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1e1e23), to(rgba(30, 30, 35, 0)));
        background-image: linear-gradient(180deg, #1e1e23, rgba(30, 30, 35, 0));
    }
    .home-innovation-animation {
        margin-bottom: 0;
    }
    .slide-header-gradient {
        background-image: none;
    }
    .research-number-wrapper {
        width: 90vw;
    }
    .list-item-name.step-number {
        font-size: 64px;
    }
    .project-desc-wrapper {
        max-height: 150px;
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .team-member-img-wrapper {
        position: relative;
    }
    .title-mobile-small {
        font-size: 30px;
    }
    .team-member-description {
        text-align: left;
    }
    .order-step-text-wrapper {
        margin-right: 20px;
        margin-left: 20px;
    }
    .order-step-img-wrapper {
        overflow: visible;
    }
    .hero-pop-up-video-wrapper {
        width: 95%;
    }
    .map-scroll-desc-text {
        font-size: 12px;
    }
    .why-us-logo-mobile-btn-wrapper {
        width: 10vmin;
        height: 10vmin;
        max-height: 40px;
        max-width: 40px;
        margin-right: 8vmin;
        margin-left: 8vmin;
    }
    .why-us-logo-mobile-btn-wrapper.center {
        width: 95vmin;
        height: 95vmin;
    }
    .contact-links-wrapper {
        margin-left: 0;
    }
    .main-btn {
        right: auto;
        padding: 10px 20px;
    }
    .section-header.slide-header .main-btn {
        margin-bottom: 0;
    }
    .main-btn.offer-configurator {
        right: auto;
    }
    .main-btn.technology-link {
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 5px 15px;
    }
    .main-btn-text.technology-link-text {
        font-size: 12px;
        line-height: 1.3em;
    }
    .main-btn-text {
        font-size: 12px;
    }
    .offer-configurator-btn-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home-innovation-card-number {
        font-size: 54px;
    }
    .secondary-transport-btn {
        width: 54px;
        height: 54px;
    }
    .transport-map-zoom-btn {
        width: 54px;
        height: 54px;
    }
    .tech-sec-3-fire-wrapper._1 {
        right: 13%;
    }
}
#w-node-c725179e-ba28-6e69-d09f-e4e7fc6815dc-8138605d {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
#w-node-c725179e-ba28-6e69-d09f-e4e7fc6815de-8138605d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
#w-node-ca8db313-8372-8217-058a-88f6adfb171d-8138605d {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
#w-node-_53139e07-a1df-3b51-f147-74b04fd1171c-8138605d {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
#w-node-_53139e07-a1df-3b51-f147-74b04fd1171e-8138605d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
#w-node-_54fd2bf7-9128-1156-c4cd-d47425f10a80-8138605d {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
#w-node-_985ecbde-357a-fb27-f109-bd2370a34c46-8138605d {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
#w-node-_985ecbde-357a-fb27-f109-bd2370a34c48-8138605d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
#w-node-_150d0719-ffe6-89cc-7f43-02368d27a879-8138605d {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
#w-node-_860895b1-f246-5fdb-2362-fcddfab246fa-8138605d {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
#w-node-_860895b1-f246-5fdb-2362-fcddfab246fc-8138605d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
#w-node-_2b16914e-abe7-4a71-22f5-06ebd91ec30c-8138605d {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
#w-node-ef29638f-42ac-9977-f0e2-c1f97322e553-8138605d {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
#w-node-ef29638f-42ac-9977-f0e2-c1f97322e555-8138605d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
#w-node-div-block-4-8138605d {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
#w-node-_8b4e48b8-0ad9-419f-91da-2897596591fe-8138605d {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
#w-node-_8b4e48b8-0ad9-419f-91da-289759659200-8138605d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
#w-node-b985b328-0bd5-e3b4-41c5-e164edad8596-8138605d {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
#w-node-fba5414a-2c00-6a83-4e3e-56eb559ddf3d-a4386062 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}
#w-node-_3017e390-c579-4e8f-752f-08a2d5b0604f-a4386062 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    margin-top: -71px;
}
@media screen and (max-width: 991px) {
    #w-node-aa530d47-add8-df0d-edbd-d14f00ee784f-a4386062 {
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
    #w-node-fba5414a-2c00-6a83-4e3e-56eb559ddf3d-a4386062 {
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
    #w-node-_3017e390-c579-4e8f-752f-08a2d5b0604f-a4386062 {
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -ms-grid-row: 3;
        grid-row-start: 3;
    }
}
@media screen and (max-width: 767px) {
    #w-node-fba5414a-2c00-6a83-4e3e-56eb559ddf3d-a4386062 {
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
}
@media screen and (max-width: 479px) {
    #w-node-c725179e-ba28-6e69-d09f-e4e7fc6815dc-8138605d {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    #w-node-b985b328-0bd5-e3b4-41c5-e164edad8596-8138605d {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
    #w-node-_1d916155-d82a-665e-56d7-a216eeaaffdd-8138605d {
        -ms-grid-column-align: center;
        justify-self: center;
    }
    #w-node-_6bdba5f4-f7bd-6a3c-6782-1d286fa5177c-16386061 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
    #w-node-_6bdba5f4-f7bd-6a3c-6782-1d286fa5177f-16386061 {
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
    #w-node-_6bdba5f4-f7bd-6a3c-6782-1d286fa5177e-16386061 {
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
    #w-node-_6bdba5f4-f7bd-6a3c-6782-1d286fa5177d-16386061 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
    #w-node-_1021e2bb-ec5e-cc02-9970-81a53f8fb74c-a4386062 {
        -ms-grid-column-align: center;
        justify-self: center;
    }
}
html {
    --scrollbarBG: rgb(238 239 241);
    --thumbBG: hsl(236deg 3% 60%);
}
body::-webkit-scrollbar {
    width: 16px;
}
body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 8px;
    border: 2px solid var(--scrollbarBG);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
body::-webkit-scrollbar-thumb:hover {
    background: hsl(236deg 3% 45%);
}
body:hover .cursor {
    opacity: 1;
}
.cursor,
.cursor-dot,
.cursor-wrapper {
    pointer-events: none;
}
.cursor {
    display: none;
}
@keyframes cursor-hover-rotate {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
.cursor-dot-container {
    animation-name: cursor-hover-rotate;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.no-touch .cursor {
    display: block;
}
a {
    color: unset;
}
.dropdown-inactive-link,
.home-innovation-card-wrapper,
.home-slider,
.section-bg-img.transport-map,
.technology-drop-bg,
.transport-map-footer-btn-container {
    pointer-events: none;
}
.home-innovation-close-button,
.home-innovation-desc,
.home-innovation-mobile-trigger,
.transport-map-btn,
.w-slider-arrow-left,
.w-slider-arrow-right {
    pointer-events: all;
}
.section-header.slide-header {
    pointer-events: none;
}
.nav-menu {
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-link.w--current::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 6px;
    height: 6px;
    background-color: currentcolor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nav-link-circle-wrapper {
    pointer-events: none;
}
.nav-link-circle {
    background-color: currentcolor;
}
.nav-dropdown-link div {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-dropdown-link:hover div {
    color: #009eef;
}
.nav-dropdown-link div {
    position: relative;
}
.nav-dropdown-link div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0.8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: left 0.3s ease, height 0.3s ease, width 0.3s ease, opacity 0.3s ease;
    -webkit-transition: left 0.3s ease, height 0.3s ease, width 0.3s ease, opacity 0.3s ease;
    -moz-transition: left 0.3s ease, height 0.3s ease, width 0.3s ease, opacity 0.3s ease;
}
.nav-dropdown-link:hover div::before {
    width: 40px;
    height: 40px;
    left: 5px;
    opacity: 0.15;
}
.vimeo_player {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1e1e23;
}
.vimeo_player iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    min-width: 180vh;
    min-height: 100vh;
    max-width: 230vmin;
    transform: translate(-50%, -50%);
}
.org-icons-bg {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.org-icons-wrapper:hover + .org-icons-bg {
    background-color: #1e1e23;
}
.org-icons:hover {
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
}
.org-icons-bg,
.org-icons-gradient {
    pointer-events: none;
}
.w-slider-dot {
    height: 10px !important;
    width: 10px !important;
}
.btn.primary {
    pointer-events: all;
}
.btn-circle-wrapper {
    pointer-events: none;
}
.home-innovation-animation-wrapper .w-background-video > video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    right: 0;
    bottom: 5%;
    top: auto;
    left: 0;
}
.teaser-video {
    padding-top: 80vh !important;
}
.scroll-animation-wrapper .scroll-animation-img-position {
    transform-style: flat !important;
}
.home-innovation-card-wrapper:hover {
    z-index: 10;
}
.home-innovation-card-wrapper:hover .home-innovation-desc {
    opacity: 1;
}
.process-video > video {
    width: auto;
}
.process-animation-video.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin: auto;
    width: unset;
    height: 100%;
    right: unset;
    bottom: unset;
    top: unset;
    left: unset;
    object-fit: cover;
    z-index: -100;
}
.main-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-image: linear-gradient(90deg, hsl(200deg 100% 30%), #183444);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.main-btn.technology-link {
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(96 112 250 / 0)), to(rgb(55 11 231 / 0)));
    background-image: linear-gradient(90deg, rgb(96 112 250 / 0), rgb(55 11 231 / 0));
}
.main-btn.technology-link::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#4f8bec), to(#009eef));
    background-image: linear-gradient(90deg, #4f8bec, #009eef);
}
.main-btn:hover::before {
    opacity: 1;
}
.main-btn.technology-link .main-btn-ellipse {
    background-color: hsl(205deg 82% 41%);
}
.main-btn:hover .main-btn-ellipse {
    width: 40px;
    height: 40px;
    opacity: 1;
}
.main-btn:hover .main-btn-text.technology-link-text {
    color: #fff;
}
.order-step-wrapper-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 0);
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}
.order-step-wrapper-content:hover::before {
    background-color: #fff;
}
ol.scroll-list-items-wrapper {
    counter-reset: item;
}
.scroll-list-items-wrapper li {
    display: block;
    margin-left: 1.5em;
}
.scroll-list-items-wrapper li:before {
    content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    margin-left: -1.5em;
}
.team-member-img._1:hover {
    opacity: 0 !important;
}
@keyframes why-us-start-btn-desktop {
    0% {
        border-color: rgba(30, 30, 35, 0.1);
        width: 50vmin;
        height: 50vmin;
    }
    50% {
        border-color: rgba(30, 30, 35, 0.7);
        width: 60vmin;
        height: 60vmin;
    }
    100% {
        border-color: rgba(30, 30, 35, 0.1);
        width: 50vmin;
        height: 50vmin;
    }
}
.why-us-start-btn {
    animation-name: why-us-start-btn-desktop;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.8, 0, 0.3, 1);
}
@keyframes why-us-logo-mobile-ellipse {
    0% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    50% {
        opacity: 0.5;
        width: 40%;
        height: 40%;
    }
    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
}
.why-us-logo-mobile-ellipse.left,
.why-us-logo-mobile-ellipse.right {
    animation-name: why-us-logo-mobile-ellipse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.8, 0, 0.3, 1);
}
.no-touch .home-innovation-desc {
    overflow: visible;
    min-height: 100%;
    max-height: 200%;
}
.no-touch .home-innovation-desc.top {
    bottom: auto;
}
.no-touch .home-innovation-desc.bottom {
    top: auto;
}
.no-touch .home-innovation-mobile-trigger {
    display: none;
}
.no-touch .home-innovation-card-wrapper {
    pointer-events: all;
}
.no-touch .secondary-transport-btn {
    display: none;
}
.no-touch .team-item-mobile-trigger {
    display: none;
}
.no-touch .transport-map-zoom-btn:hover {
    background-color: #1e1e23;
}
.no-touch .transport-map-wrapper.transport-map-dragging {
    height: calc(100% + 1rem);
    margin-left: -1rem;
    padding-left: 1rem;
}
.no-touch .transport-map-wrapper.default-cursor {
    cursor: default !important;
}
@media screen and (min-width: 768px) {
    .no-touch .home-innovation-info-icon-container {
        display: none;
    }
    .home-innovation-number-wrapper {
        display: block;
    }
}
.no-touch .slider-arrow-btn:hover {
    border-color: hsla(0, 0%, 100%, 0);
    background-color: #1e1e23;
}
.no-touch .s-slider-controls a:hover {
    background-color: rgb(30 30 35);
}
.no-touch .logo-ellipse-arrow,
.no-touch .section-why-us-hover-trigger {
    display: block;
}
.no-touch .why-us-logo-ellipse-wrapper,
.no-touch .why-us-start-btn {
    display: flex;
}
.no-touch .why-us-logo-mobile-wrapper {
    display: none;
}
@media (orientation: landscape) {
    .scroll-animation-img-bg.sec-1 {
        max-width: 290vmin;
    }
    #teaser_mobile {
        display: none;
    }
    .scroll-animation-wrapper.sec-9 {
        -webkit-transform: translate(0, -8vmax);
        -ms-transform: translate(0, -8vmax);
        transform: translate(0, -8vmax);
    }
    .scroll-section-wrapper.technology {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-header-technology.center.title {
        top: 12%;
    }
    .tech-list-header-mobile-gradient {
        display: none;
    }
}
@media (orientation: portrait) {
    .scroll-animation.sec-12-1 {
        left: 47%;
    }
    .hero-video {
        display: none;
    }
    .hero-video.mobile {
        display: block;
    }
    #teaser_mobile {
        display: block;
    }
    .s-slide.slide-video > * {
        height: 100%;
        width: 300vmax;
    }
}
@media (min-width: 768px) and (orientation: portrait) {
    .scroll-animation.sec-12-1 {
        left: 43%;
    }
    .section-header-technology {
        top: 20%;
    }
    .section-header-technology.center.sound,
    .section-header-technology.tech-sec-header-bottom {
        top: auto;
        bottom: 20%;
    }
}
@media (max-width: 992px) {
    .nav-menu {
        max-height: calc(100vh - 70px);
    }
}
@media (min-width: 992px) and (orientation: portrait) {
    .section-bg-img.transport-map {
        max-width: 130vw;
    }
    .home-innovation-container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 33.33% 33.33% 33.33%;
        grid-template-rows: 33.33% 33.33% 33.33%;
    }
    .home-innovation-card {
        height: 23vh;
    }
}
@media (max-width: 991px) and (orientation: landscape) {
    .section-header-technology.center.title {
        top: 12%;
    }
    .s-slide.slide-video > * {
        position: relative;
        top: 0;
        height: 64vmax;
        max-height: 380px;
        min-height: 360px;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    .process-nav-wrapper {
        top: auto !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .section.offer-hero .full-page-section-wrapper {
        height: calc(100vh - 70px);
    }
}
@media screen and (min-width: 768px) and (max-width: 1760px) {
    .section-bottom.order-bottom {
        padding-bottom: 65px;
    }
}
@media screen and (max-width: 767px) {
    .nav-link.w--current::after {
        left: 0;
        top: 50%;
        bottom: auto;
    }
    .why-us-heading.sec-13-14-1 {
        color: #1e1e23;
    }
}
@media (max-height: 520px) {
    .nav-content {
        padding: 0;
    }
    .navbar-brand {
        margin-top: 19px;
    }
    .logo-img {
        max-width: 150px;
    }
    .w-nav-button {
        padding: 8px;
    }
    .nav-menu {
        max-height: calc(100vh - 40px);
    }
    .header-banner.nav-content {
        top: 40px;
        position: relative;
        margin: 0;
        border-radius: 0;
    }
    .process-wrapper.nav {
        margin-top: -20px;
    }
    .process-nav-wrapper {
        top: 40px;
    }
    .sec-10-animation-container {
        margin-top: -5vmax;
    }
    .section.offer-hero {
        padding-top: 40px;
    }
    .scroll-section-wrapper {
        top: 0;
    }
}
@media (max-height: 599px) and (min-width: 768px) and (orientation: landscape) {
    .fp-section.fp-table,
    .fp-slide.fp-table,
    .fp-tableCell {
        height: auto !important;
    }
    .fp-section.fp-table.process {
        height: 100vh !important;
    }
    .full-page-section-wrapper.hero {
        height: 100vh;
    }
    .section-header.h-home-innovation {
        margin-top: 0;
        padding-top: 50px;
    }
    .home-innovation-card {
        min-height: 30vmax;
    }
    .home-innovation-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 33.33% 33.33% 33.33%;
        margin: auto;
    }
    .slider-arrow-btn {
        top: auto;
        bottom: 60px;
    }
    .s-slide-img {
        position: static;
        height: 64vmax;
        max-height: 440px;
        min-height: 380px;
    }
    .full-page-section-wrapper {
        display: block;
        height: auto;
    }
    .section-bg.slider-bg {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .transport-map-container {
        height: 170vmin;
    }
    .section-header.h-transport-map {
        padding-top: 30px;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    height: 100%;
    max-width: 225vmin;
    display: block;
    overflow: hidden;
    margin: auto;
    padding: 0;
    cursor: grab;
}
.offer-hero .slick-list {
    max-width: 210vmin;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
    left: 50px;
}
.slick-next {
    right: 50px;
}
ul.slick-dots {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    transform: translateY(calc(100% + 5px));
    pointer-events: all;
}
ul.slick-dots li {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background-color: rgb(0 0 0 / 40%);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
ul.slick-dots li::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
ul.slick-dots li:hover {
    background-color: #009eef;
}
ul.slick-dots li.slick-active {
    background-color: rgb(0 0 0 / 100%);
}
ul.slick-dots li button {
    display: none;
}
.slider-arrow-btn:focus {
    outline: 0;
}

.transport-map-zoom-btn-wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.transport-map-zoom-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.transport-map-zoom-btn-icon {
    width: 30px;
    height: 30px;
    margin: 5px;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    .home-innovation-card-wrapper:hover .home-innovation-desc {
        opacity: 0;
    }
}