@font-face {
    font-family: 'Alexandria';
    src: url("fonts/Alexandria/Alexandria-Regular.ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Alexandria';
    src: url("fonts/Alexandria/Alexandria-Bold.ttf");
    font-weight: bold;
    font-style: normal
}

html {
    min-height: 100%;
    min-height: -webkit-fill-available;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
}

body {
    font-size: 15px;
    font-family: 'Alexandria', sans-serif;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #d7d7d7;
}

::-webkit-scrollbar-thumb {
    background-color: #007073;
}

::selection {
    background-color: #007073;
    color: #fff;
}

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

* {
    padding: 0;
    margin: 0;
}

a,
.link {
    color: currentColor;
    text-decoration: none;
}

b,
.bold,
strong {
    font-weight: bold;
}

a,
a:hover,
.trans,
.trans:hover,
input,
input:focus,
textarea,
textarea:focus,
select,
select:focus,
table td,
button,
button:hover {
    -moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}

a:active,
a:hover,
*:focus {
    outline: 0;
}

*:active,
*:hover,
*:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

audio,
embed,
iframe,
img,
object,
video {
    height: auto;
    max-width: 100%;
}

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

.bold {
    font-weight: bold;
}

p {
    font-size: 15px;
}

img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.font-sm {
    font-size: 1rem;
}

.font-md {
    font-size: 1.12rem;
}

.center {
    text-align: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.icon {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.p-gap {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.p-gap--med {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.p-gap--sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.p-gap--xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pt-gap {
    padding-top: 5rem;
}

.pm-gap {
    padding-bottom: 5rem;
}

.pb-gap {
    padding-bottom: 5rem;
}

.ps-gap {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.date {
    color: #666666;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-dark--grey {
    color: #77777c;
}

.color-light-blue {
    color: #8ba6d5;
}

.color-green {
    color: #007073;
    font-weight: 600;
}

.color-orange {
    color: #f58220;
}

.color-grey {
    color: #666666;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-transparent {
    background-color: hsla(0, 0%, 100%, .3);
    border: 1px solid hsla(0, 0%, 100%, .3);
}

.bg-green {
    background-color: #007073;
}

.bg-light--green {
    background-color: #cfeced;
}

.bg-dark--green {
    background-color: #005b5d;
}

.bg-orange {
    background-color: #f58220;
}

.bg-grey {
    background-color: #f4f4f4;
}

.bg-black {
    background-color: #000;
}

.bg-background {
    background-color: #efeae8;
}

.bg--light-grey {
    background-color: #bfbdbc;
}

.hover-border--White {
    border: 2px solid #f58220;
}

.max-500 {
    max-width: 500px;
}

.max-700 {
    max-width: 700px;
}

.br-lg {
    border-radius: 1.25rem;
}

.br-med {
    border-radius: 1rem;
}

.br-sm {
    border-radius: .75rem;
}

.br-xs {
    border-radius: .5rem;
}

.pattern {
    background: url(../images/pattern.png) repeat center center transparent;
}

.overlay {
    background-color: #e9e1de;
}

.hidden {
    display: none;
}

.margin-b {
    margin-bottom: 70px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.abs-tl,
.fill-dimensions,
.abs-bl,
.abs-tr,
.abs-tc,
.abs-br,
.abs-lc,
.abs-bc,
.abs-rc,
.abs,
.abs-center {
    position: absolute;
    z-index: 5;
}

.abs-tl {
    top: 0;
    left: 0;
}

.fill-dimensions {
    top: 0;
    right: 0;
}

.abs-br {
    bottom: 0;
    right: 0;
}

.abs-bl {
    bottom: 0;
    left: 0;
}

.abs-tc {
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.abs-bc {
    bottom: 0;
    right: 50%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.abs-lc {
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.abs-rc {
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.abs-center {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.abs-tr {
    top: 0;
    right: 0;
}

.fill-dimensions {
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: hidden;
}

.fill-half {
    width: 50%;
    backface-visibility: hidden;
}

.overflow {
    overflow: hidden;
}

.font,
.font-bold {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
}

.over {
    position: relative;
    z-index: 10;
}

.display--block {
    display: block;
}

.display--inline {
    display: inline-block;
    display: inline;
    vertical-align: middle;
    zoom: 1;
    float: none;
}

.cover-img {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cover-img-top {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.masked {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m-auto {
    margin: 0 auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.max-750 {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.max-600 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.grid,
.width-90 {
    position: relative;
    margin: 0 auto;
}

.width-90 {
    width: 90%;
}

.grid {
    max-width: 1900px;
}

.grid-10-g {
    max-width: 1110px;
}

.grid-content {
    max-width: 1200px;
}

.grid-med-g {
    max-width: 1743px;
    margin: 0 auto;
}

.grid-med2 {
    max-width: 1230px;
}

.grid-lg {
    max-width: 1600px;
}

.grid-med {
    max-width: 1145px;
}

.grid-12-g {
    max-width: 1332px;
}

.grid-sm {
    max-width: 950px;
}

.grid-sm2 {
    max-width: 915px;
}

.grid-cont {
    width: 62.5%;
    max-width: 62.5%;
    margin: 0 auto;
}

.grid-med-g__inner {
    margin: 0 35px;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

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

.cover-image {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.cursor,
.clickable {
    cursor: pointer;
}

.green-overlay {
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.opc-2 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: .2;
}

.opc-3 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: .3;
}

.opc-35 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: .35;
}

.opc-4 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
    opacity: .4;
}

.opc-5 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
}

.opc-6 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
}

.opc-7 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
}

.opc-8 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
}

.z-9 {
    z-index: 9
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-100 {
    z-index: 100;
}

.pt-150 {
    padding-top: 150px;
}

.fixed {
    position: fixed;
}

.gutter {
    margin-left: 30px;
    margin-right: 30px;
    display: block;
}

.gutter.gutter-xs {
    margin-left: 15px;
    margin-right: 15px;
}

.gutter.gutter-xs2 {
    margin-left: 5px;
    margin-right: 5px;
}

.gutter-right-xs {
    margin-right: 30px;
}

.gutter-left-xs {
    margin-left: 30px;
}

.shift-xs-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.gutter.gutter-sm {
    margin-left: 30px;
    margin-right: 30px;
}

svg:not(:root) {
    overflow: hidden;
}

svg {
    fill: currentColor;
}

.block-100 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.block-90 {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
}

.block-80 {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
}

.block-75 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.block-70 {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
}

.block-60 {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
}

.block-66 {
    width: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.block-65 {
    width: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
}

.block-50 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.block-55 {
    width: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
}

.block-45 {
    width: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
}

.block-40 {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
}

.block-35 {
    width: 35%;
    -ms-flex-preferred-size: 37%;
    flex-basis: 35%;
    max-width: 35%;
}

.block-33 {
    width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.block-30 {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
}

.block-25 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.block-16 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.max-470 {
    max-width: 470px;
    margin: 0 auto;
}

.ds-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.df {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.dg {
    display: grid;
}

.gap-1 {
    grid-gap: 1rem;
}

.gap-2 {
    grid-gap: 2rem;
}

.flex-1 {
    flex: 1;
}

.df-column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
}

.sh--med {
    margin-left: -30px;
    margin-right: -30px;
}

.sh--xs2 {
    margin-left: -5px;
    margin-right: -5px;
}

.sh--xs {
    margin-left: -15px;
    margin-right: -15px;
}

.je {
    justify-content: flex-end;
}

.jc {
    justify-content: center;
}

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

.ajc {
    align-items: center;
    justify-content: center;
}

.ac {
    align-items: center;
}

.ae {
    align-items: flex-end;
}

.br-5 {
    border-radius: .5rem;
}

.input,
.select,
.textarea,
.ns__field,
.search__field,
.input-num,
.input-c,
.textarea-c {
    outline: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ns-holder {
    position: relative;
}

.ns__label {
    color: #747474;
    font-size: 13px;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    font: inherit;
    cursor: pointer;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btns-group {
    display: flex;
}

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

.inline-btn:hover {
    color: #f58220;
}

.inline-btn:hover .icon--btn {
    color: #f58220;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: auto;
    border-radius: .5rem;
    -webkit-transition: color .5s cubic-bezier(.85, 0, .15, 1), background-color .5s cubic-bezier(.85, 0, .15, 1), padding .5s cubic-bezier(.85, 0, .15, 1), border-color .5s cubic-bezier(.85, 0, .15, 1), padding .5s cubic-bezier(.85, 0, .15, 1);
    -o-transition: color .5s cubic-bezier(.85, 0, .15, 1), background-color .5s cubic-bezier(.85, 0, .15, 1), padding .5s cubic-bezier(.85, 0, .15, 1), border-color .5s cubic-bezier(.85, 0, .15, 1), padding .5s cubic-bezier(.85, 0, .15, 1);
    transition: color .5s cubic-bezier(.85, 0, .15, 1), background-color .5s cubic-bezier(.85, 0, .15, 1), padding .5s cubic-bezier(.85, 0, .15, 1), border-color .5s cubic-bezier(.85, 0, .15, 1), padding .5s cubic-bezier(.85, 0, .15, 1);
}

.btn.bg-orange:hover {
    background-color: #007073;
}

.btns-group .btn {
    margin-left: 1.5rem;
}

.btn.shadow {
    box-shadow: -10px 20px 20px rgb(0 0 0 / 10%);
}

.gradient-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#e7ecf1), to(rgba(231, 236, 241, 0)));
    background-image: -o-linear-gradient(left, #e7ecf1, rgba(231, 236, 241, 0));
    background-image: linear-gradient(90deg, #e7ecf1, rgba(231, 236, 241, 0));
    width: 80%;
    height: 100%;
    position: absolute;
    right: 50%;
    bottom: -1.75rem;
    z-index: -4;
    border-radius: 0.1875rem;
}

.btn.bg-white {
    color: #007073;
}

.btn.bg-transparent:hover,
.ac-form .btn.bg-red:hover {
    color: #007073;
    background-color: #fff;
    border-color: #fff;
}

.button-icon {
    margin-right: 15px;
}

.borer-white {
    border-color: #fff;
}

.button-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.icon-round.down svg {
    transform: rotateZ(90deg);
}

.button-icon svg {
    width: 10px;
    height: 10px;
}

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

/*  header css styles */
.site-container {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

#page-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
}

#page-transition .grid {
    height: 100%;
}

.logo-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    z-index: 10;
    margin-right: 0;
    display: block;
    transform: translate(-50%, -50%);
    display: flex;
}

.logo-loader .logo-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.logo-loader .logo-img {
    animation: loader .8s infinite alternate;
}

@-moz-keyframes loader {
    0% {
        opacity: .2;
        transform: scale(.98)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes loader {
    0% {
        opacity: .2;
        transform: scale(.98)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes loader {
    0% {
        opacity: .2;
        transform: scale(.98)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

#page-transition .loder-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007073;
    top: 0;
}

.scroll-down {
    transform: translateY(-100px);
}

.main-content {
    background-color: #fff;
    border-radius: 0 0 5vw 5vw;
    overflow: hidden;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    backface-visibility: hidden;
    moz-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
    -o-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
    -webkit-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
    transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
}

.main .header {
    color: #fff;
}

.inner .header {
    color: #007073;
}

.header.scrolled {
    top: 0;
}

.header.open {
    position: fixed !important;
}

.header-holder {
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    -moz-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
    -o-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
    -webkit-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
    transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
}

.header-holder .gutter {
    height: 100%;
}

.inner .header-holder {
    border-bottom: 1px solid #ddd;
}

.menu-navbar {
    position: relative;
    height: 100%;
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5;
    -webkit-transition: padding .5s cubic-bezier(.85, 0, .15, 1), margin-top .5s cubic-bezier(.85, 0, .15, 1), opacity .5s;
    -o-transition: padding .5s cubic-bezier(.85, 0, .15, 1), margin-top .5s cubic-bezier(.85, 0, .15, 1), .5s opacity;
    transition: padding .5s cubic-bezier(.85, 0, .15, 1), margin-top .5s cubic-bezier(.85, 0, .15, 1), opacity .5s;
}

.navbar .m-menu {
    display: none;
}

.navbar.navbar .logo {
    display: flex;
}

.navbar.navbar .logo svg {
    height: 60px;
}

.menu-holder,
.menuWrapper,
.subCols,
.subCol,
.navbar .menu {
    height: 100%;
}

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

.subCols {
    font-size: 14px;
}

.navbar .end {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.navbar .menu li {
    display: flex;
    align-items: center;
}

.navbar .menu li.menu-item {
    padding: .5rem;
}

.navbar .menu li>a {
    display: inline-block;
    -webkit-transition: color .5s cubic-bezier(.85, 0, .15, 1);
    -o-transition: color .5s cubic-bezier(.85, 0, .15, 1);
    transition: color .5s cubic-bezier(.85, 0, .15, 1);
}

.navbar .menu li a:hover {
    color: #2DCCCD;
}

.navbar .menu li.menu-item.current-menu-item {
    color: #2DCCCD;
}

.navbar .menu li a.btn:hover {
    color: #fff;
}

.navbar .menu li.dropdown>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    transition: all 200ms ease-in-out;
}

.navbar .menu .menu-item.current-menu-item .menu-item__link .nav-icon--med svg path {
    stroke: #bfbdbc;
}

.navbar .menu li.dropdown>a .nav-icon {
    display: inline-flex;
    margin-right: .75rem;
    transform: translateY(2px);
}

.nav-icon svg {
    width: 10px;
    height: 10px;
    fill: #fff;
}

.navItem-label {
    font-size: 15px;
    color: #007073;
    display: inline-flex;
    margin-bottom: 10px;
    font-weight: bold;
}

.solutions-menuwrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.solutions-itemBlock {
    width: 250px;
}

.navbar .menu li .w-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 2rem;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    min-width: 15rem;
    color: #007073;
    background: #FFFFFF;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(8px);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px 5px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 8px;
    transition: all 400ms ease-out;
}

.navbar .menu li .w-dropdown-list:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 10rem;
    height: 80%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    /* opacity: .3; */
    border-radius: 8px;
    transform: translate(0, -50%);
}

.navbar .menu li:hover .w-dropdown-list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar .menu li ul li a {
    padding-bottom: 0.5rem;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.navItem-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

.navItem-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.navbar .n-links {
    display: flex;
    align-items: center;
}

.navbar .header-btn .btn {
    padding: 0.5rem .75rem;
    font-size: 13px;
    border: 2px solid #2dcccd;
    transition: all 300ms cubic-bezier(0.050, 0.760, 0.380, 1.015);
}

.navbar .header-btn .btn:hover {
    background-color: #2dcccd;
}

.main .header .header-btn .btn {
    color: #fff;
}

.inner .header .header-btn .btn {
    color: #007073;
}

.inner .header .header-btn .btn:hover {
    color: #fff;
}

.icon--btn {
    display: inline-flex;
}

.icon--btn svg {
    width: 20px;
    height: 20px;
}

.btn-blur {
    background-color: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.navbar .n-links .btn:hover {
    border-color: #ed1c24;
    background-color: #ed1c24;
}

.navbar .link {
    padding: 1rem 2.25rem;
    display: block;
    text-align: center;
    -webkit-transition: color .5s cubic-bezier(.85, 0, .15, 1);
    -o-transition: color .5s cubic-bezier(.85, 0, .15, 1);
    transition: color .5s cubic-bezier(.85, 0, .15, 1);
}

.ln-link {
    margin-left: 2rem;
}

.col.menu {
    display: inline-flex;
}

.menu-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    display: none;
}

.navbar .toggle {
    position: relative;
    width: 1.85rem;
    height: 0.75rem;
}

.navbar .toggle:after,
.navbar .toggle:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: background-color .3s cubic-bezier(.85, 0, .15, 1), top .3s cubic-bezier(.85, 0, .15, 1) .3s, bottom .3s cubic-bezier(.85, 0, .15, 1) .3s, -webkit-transform .3s cubic-bezier(.85, 0, .15, 1);
    transition: background-color .3s cubic-bezier(.85, 0, .15, 1), top .3s cubic-bezier(.85, 0, .15, 1) .3s, bottom .3s cubic-bezier(.85, 0, .15, 1) .3s, -webkit-transform .3s cubic-bezier(.85, 0, .15, 1);
    -o-transition: background-color .3s cubic-bezier(.85, 0, .15, 1), transform .3s cubic-bezier(.85, 0, .15, 1), top .3s .3s cubic-bezier(.85, 0, .15, 1), bottom .3s .3s cubic-bezier(.85, 0, .15, 1);
    transition: background-color .3s cubic-bezier(.85, 0, .15, 1), transform .3s cubic-bezier(.85, 0, .15, 1), top .3s cubic-bezier(.85, 0, .15, 1) .3s, bottom .3s cubic-bezier(.85, 0, .15, 1) .3s;
    transition: background-color .3s cubic-bezier(.85, 0, .15, 1), transform .3s cubic-bezier(.85, 0, .15, 1), top .3s cubic-bezier(.85, 0, .15, 1) .3s, bottom .3s cubic-bezier(.85, 0, .15, 1) .3s, -webkit-transform .3s cubic-bezier(.85, 0, .15, 1);
}

.navbar .toggle.open:after,
.navbar .toggle.open:before {
    background-color: #007073;
}

.navbar.open .toggle:after,
.navbar.open .toggle:before {
    -webkit-transition: background-color .3s cubic-bezier(.85, 0, .15, 1), top .3s cubic-bezier(.85, 0, .15, 1), bottom .3s cubic-bezier(.85, 0, .15, 1), -webkit-transform .3s cubic-bezier(.85, 0, .15, 1) .3s;
    transition: background-color .3s cubic-bezier(.85, 0, .15, 1), top .3s cubic-bezier(.85, 0, .15, 1), bottom .3s cubic-bezier(.85, 0, .15, 1), -webkit-transform .3s cubic-bezier(.85, 0, .15, 1) .3s;
    -o-transition: background-color .3s cubic-bezier(.85, 0, .15, 1), transform .3s .3s cubic-bezier(.85, 0, .15, 1), top .3s cubic-bezier(.85, 0, .15, 1), bottom .3s cubic-bezier(.85, 0, .15, 1);
    transition: background-color .3s cubic-bezier(.85, 0, .15, 1), transform .3s cubic-bezier(.85, 0, .15, 1) .3s, top .3s cubic-bezier(.85, 0, .15, 1), bottom .3s cubic-bezier(.85, 0, .15, 1);
    transition: background-color .3s cubic-bezier(.85, 0, .15, 1), transform .3s cubic-bezier(.85, 0, .15, 1) .3s, top .3s cubic-bezier(.85, 0, .15, 1), bottom .3s cubic-bezier(.85, 0, .15, 1), -webkit-transform .3s cubic-bezier(.85, 0, .15, 1) .3s;
}

.navbar.open .toggle:before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar .toggle:after {
    top: auto;
    bottom: 0;
}

.navbar.open .toggle:after {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar .nav--langs {
    position: relative;
    margin: 0 1rem;
}

.navbar .nav li {
    display: inline-block;
    margin: 0 0.15rem;
}

.navbar .nav--langs li.active a {
    opacity: 1;
}

.main .navbar .nav--langs li a {
    color: #FFFFFF;
}

.inner .navbar .nav--langs li a {
    color: #007073;
}

.navbar .nav--langs li a:hover {
    opacity: 1;
    color: #2DCCCD;
}

.dropdown-button {
    display: flex;
    justify-content: flex-end;
}

.mt--lg {
    margin-top: 3.75rem;
}

.mt--med {
    margin-top: 2.5rem;
}

.mt--sm {
    margin-top: 2rem;
}

.mt--xs {
    margin-top: 1rem;
}

.mb--lg {
    margin-bottom: 3.75rem;
}

.mb--med {
    margin-bottom: 2.5rem;
}

.mb--sm {
    margin-bottom: 2rem;
}

.mb--xs {
    margin-bottom: 1rem;
}

.mb-30 {
    margin-bottom: 30px;
}

.pb--med {
    padding-bottom: 2.5rem;
}

.max-700 {
    max-width: 700px;
}

.max-600 {
    max-width: 600px;
}

.max-500 {
    max-width: 500px;
}

.dash {
    position: relative;
    padding-right: 5rem;
}

.dash:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.25rem;
    height: 1px;
    background: #fff;
}

.actionable {
    font-size: 17px;
    cursor: pointer;
    position: relative;
    background: none;
    padding: 0;
    border: 0;
    display: inline-flex;
}

.actionable.btn svg {
    width: 1.15rem;
    height: 1.25rem;
    margin-top: 0.35rem;
}

.actionable.link svg {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.35rem;
}

.actionable.arrow-left svg {
    margin-right: 0.75rem;
}

.section-title {
    display: inline-block;
}

.fullWidth {
    height: 100%;
}

.fullHeight {
    height: 100%;
}

.new-wrap .post__date {
    color: #77777c;
    margin-bottom: 0.75rem;
    display: inline-block;
}

.form .form-group {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}

.form-group img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5rem;
    height: auto;
    transform: translate(0, -50%);
}

.form-control-wrap {
    position: relative;
    display: flex;
}

.form-control {
    width: 100%;
    display: block;
    background-color: transparent;
    border: 0;
    border: 1px solid #007073;
    border-radius: 0.5rem;
    padding: 2.35rem 1rem .5rem;
    font-size: .875rem;
    color: #007073;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Alexandria', sans-serif;
    -webkit-transition: all .5s cubic-bezier(.85, 0, .15, 1);
    -o-transition: all .5s cubic-bezier(.85, 0, .15, 1);
    transition: all .5s cubic-bezier(.85, 0, .15, 1);
}

.form .form-control:focus {
    box-shadow: 0 0 0 1px #000;
}

.form-blue .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-blue .form-control:-ms-input-placeholder {
    color: #fff;
}

.form-blue .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.form-blue .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.form-default .form-control:-moz-placeholder {
    color: #007073;
    opacity: 1;
}

.form-default .form-control::-webkit-input-placeholder {
    color: #007073;
}

.form-default .form-control:-ms-input-placeholder {
    color: #007073;
}

.form-default .form-control::-moz-placeholder {
    color: #007073;
    opacity: 1;
}

.form-group label {
    font-size: 13px;
    position: absolute;
    right: 1rem;
    top: 0.7rem;
    color: #007073;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.85, 0, .15, 1);
    -o-transition: all .3s cubic-bezier(.85, 0, .15, 1);
    transition: all .3s cubic-bezier(.85, 0, .15, 1);
}

.form-group.active label {
    top: -0.375rem;
    font-size: .75rem;
    opacity: .8;
}

textarea {
    resize: none;
}

.form textarea {
    height: 200px;
}

.num {
    direction: ltr;
    unicode-bidi: embed;
}

iframe {
    width: 100%;
    height: 100%;
}

.menu-handler {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 610;
    text-align: center;
    display: none;
    border: 2px solid #2dcccd;
    border-radius: 8px;
}

.menu-burger {
    width: 20px;
    height: 20px;
    z-index: 610;
    top: 7px;
}

.burger__line {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #2dcccd;
    top: 50%;
}

.burger__line.line--top-close {
    margin-top: -6px;
}

.burger__line.line--top {
    margin-top: -6px;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
}

.burger__line.line--bottom {
    margin-top: 6px;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
}

.nav-icon--med {
    display: none;
}

.nav-icon--med svg {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.nav-icon--med svg path {
    stroke: #fff;
}

.hp-title {
    position: relative;
    font-weight: bold;
}

.hp-title .border {
    position: relative;
    display: block;
    width: 1px;
    height: 35px;
    display: block;
    margin: 0 auto 20px;
    transform-origin: 50% 0;
    will-change: transform;
}

.swiper-slide {
    display: flex;
    height: auto;
}

.footer {
    font-size: 14px;
    position: relative;
}

.footer-title {
    margin-bottom: 0.75rem;
}

.map__image {
    position: relative;
}

.map__image:after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(-90deg, rgba(4, 29, 44, 0) 90%, #041d2c), linear-gradient(90deg, rgba(4, 29, 44, 0) 90%, #041d2c);
    z-index: 1;
}

.footer .logo svg {
    height: 4.5rem;
}

.menu-social {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}

.menu-social li a {
    display: block;
    color: #4cd4d7;
    transition: all 0.3s cubic-bezier(0.050, 0.760, 0.380, 1.015);
}

.menu-social li a svg {
    width: 20px;
    height: 20px;
}

.footer .border {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #01898d;
    width: 100%;
    height: 1px;
}

.footer-middle {
    padding: 2rem;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0.5rem;
}

.footer .option {
    padding: 0.75rem 1rem;
}

.footer-middle .contact-title {
    font-size: 17px;
    display: flex;
    align-items: center;
}

.footer-middle .contact-icon {
    display: flex;
}

.footer-middle .contact-icon svg {
    width: 25px;
    height: 25px;
}

.menu-legal li:after {
    content: '|';
}

.menu-legal li:last-child:after {
    display: none;
}

.menu-legal {
    display: flex;
    flex-wrap: wrap;
}

.menu-legal li {
    color: #4cd4d7;
}

.menu-legal li a {
    padding: 0 0.5rem;
    transition: all 0.3s cubic-bezier(0.050, 0.760, 0.380, 1.015);
}

.menu-legal li:first-child a {
    padding-right: 0;
}

.copyright-text {
    display: flex;
    align-items: flex-start;
    margin-bottom: .7rem;
}

.copy-icon {
    display: inline-flex;
}

.copy-icon svg {
    width: 10px;
    height: 10px;
}

.menu-legal li a:hover {
    color: #FFFFFF;
}

.menu-social li a:hover {
    color: #FFFFFF;
}

.columns {
    display: flex;
}

.hero_multi .columns {
    justify-content: flex-start;
    flex-direction: column;
}

.columns__item {
    position: relative;
}

.hero_multi .background__bg {
    width: 100%;
    height: 100%;
    /*background: rgb(7,33,70);
    background: linear-gradient(180deg, rgba(7,33,70,1) 0%, rgba(0,68,129,1) 100%);*/
    margin-right: 0;
    margin-left: auto;
    border-radius: calc(8px + (10 - 8) * (100vw - 1440px) / (2560 - 320));
    border-radius: .5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    will-change: transform;
}

.hero_multi .column--one {
    width: 40vw;
    height: 27vw;
}

.hero_multi .column--two {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    width: 40vw;
}

.hero_multi .background--three {
    width: 40vw;
    height: 15vw;
    margin-top: 1rem;
    margin-left: auto;
}

.hero_multi .background--two {
    position: absolute;
    bottom: 0;
    width: 15vw;
    height: 20vw;
}

.circle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloads .circle {
    position: relative;
    width: 40px;
    height: 40px;
}

.circle {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}

.post .circle {
    top: auto;
    bottom: 1rem;
}

.background .circle {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.circle-block .circle {
    width: 40px;
    height: 40px;
}

.background .circle {
    width: 50px;
    height: 50px;
}

.circle svg {
    display: block;
    height: 100%;
    width: 100%;
}

.circle svg circle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
    stroke-width: 2;
}

.post .circle svg circle,
.background .circle svg circle,
.gallery_zoom .circle svg circle {
    stroke-width: 2;
}

.circle svg circle.back {
    stroke-dashoffset: 0;
    opacity: 0.5;
}

.downloads .circle svg circle.back {
    stroke: #666;
}

.circle svg circle.back {
    stroke: #fff;
}

.circle svg circle.front {
    stroke: #f58220;
    stroke-dashoffset: 120;
}

.downloads .options .circle .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    object-fit: contain;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.circle .icon {
    position: absolute;
    will-change: transform;
    object-fit: contain;
}

.circle .arrow-icon {
    width: 40px;
    height: 40px;
}

.circle .arrow-down {
    width: 20px;
    height: 20px;
}

.circle .play-icon {
    width: 14px;
    height: 14px;
}

.circle .image-icon {
    width: 20px;
    height: 20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
}

.box__content {
    padding: 5rem;
    border-radius: 0.5rem;
}

.news-section .block-33 {
    display: flex;
}

.news-section .block-33 .gutter {
    display: flex;
    flex: 1;
}

.post-item {
    flex: 1;
}

.post {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    cursor: pointer;
    will-change: transform, opacity;
}

.post:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    bottom: 0;
    background: #cfeced;
    border-radius: 0.5rem;
    z-index: 0;
    opacity: 0.0001;
    transition: all 800ms cubic-bezier(0.050, 0.760, 0.380, 1.015);
}

.post:hover:before {
    opacity: 1;
    transition: all 800ms cubic-bezier(0.050, 0.760, 0.380, 1.015);
}

.post__image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: .5rem;
    background: #007073;
}

.image {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .5rem;
}

.ratio__image {
    margin-bottom: 1.5rem;
}

.ratio__image.basic-ratio .image {
    will-change: transform;
    --ratio: 15vw;
}

.ratio__image .image:before {
    content: '';
    display: block;
    padding-bottom: var(--ratio);
}

.ratio__image .image>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
}

.post__container {
    position: relative;
}

.date--small {
    font-size: 14px;
}

.post__container__details {
    font-size: 14px;
    padding-top: .5rem;
}

.scheduleh .swiper-slide {
    max-width: 25%;
}

.in-scheduleh .sc-item {
    margin-bottom: 2rem;
}

.services__swiper,
.financing__swiper {
    overflow: visible;
}

.sc-item {
    flex: 1;
    min-height: 22rem;
}

.scheduleh .item {
    position: relative;
    color: #007073;
    background: #cfeced;
    border-radius: .5rem;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.scheduleh .swiper-slide-active .item {
    color: #fff;
    background-color: #007073;
}

.scheduleh .item path {
    stroke-width: 2;
}

.scheduleh .swiper-slide-active .item path {
    stroke: #fff;
}

.sc-info .description {
    font-size: 14px;
}

.sc-info {
    margin-top: 1rem;
    padding-bottom: 3.5rem;
}

.scheduleh .item .more {
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 2rem;
    cursor: pointer;
    opacity: 1;
    stroke: #007073;
    transform: rotate(0);
    transition: all 400ms ease-out;
}

.scheduleh .swiper-slide-active .item .more {
    stroke: #fff;
}

.scheduleh .item:hover .more {
    transform: rotate(45deg);
    opacity: 0.5;
}

.progress__slider .slider__navProgress {
    position: relative;
    flex: 1;
    width: 200px;
    height: 3px;
    margin: 0 auto;
    margin-top: 3rem;
    border-radius: 1rem;
    overflow: hidden;
}

.services__swiper .slider__navProgress {
    background-color: #d5d2d2;
}

.financing__swiper .slider__navProgress {
    background-color: #fff;
}

.progress__slider .slider__navProgress .swiper-pagination-progressbar-fill {
    background-color: #f58220;
}

.sc-headerIcon {
    display: inline-flex;
    margin-bottom: 1rem;
}

.sc-headerIcon img,
.sc-headerIcon svg {
    width: 50px;
    height: 50px;
    object-fit: contain;
    fill: none;
}

.sc-headerIcon svg {
    stroke: currentColor;
}

.IndexFeatures-Base-link-icon {
    height: 30px;
    display: inline-flex;
    align-items: center;
    transition-delay: 2s;
    -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.circled-link .IndexFeatures-Base-link-icon {
    position: absolute;
    width: 30px;
    bottom: 2rem;
}

.base-link .IndexFeatures-Base-link-icon {
    position: relative;
    width: 120px;
}

.IndexFeatures-Base-link-icon-bg {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background: #007073;
    border-radius: 99px;
    -webkit-transition: left 0.35s cubic-bezier(0.5, 1, 0.89, 1), margin-left 0.35s cubic-bezier(0.5, 1, 0.89, 1), width 0.35s cubic-bezier(0.5, 1, 0.89, 1), background 0.15s;
    transition: left 0.35s cubic-bezier(0.5, 1, 0.89, 1), margin-left 0.35s cubic-bezier(0.5, 1, 0.89, 1), width 0.35s cubic-bezier(0.5, 1, 0.89, 1), background 0.15s;
}

.circled-link .IndexFeatures-Base-link-icon-bg {
    background: #ffffff;
}

.base-link .IndexFeatures-Base-link-icon-bg {
    left: 50%;
    margin-left: -15px;
}

.IndexFeatures-Base-link-icon-title {
    width: 100%;
    position: relative;
    display: inline-flex;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    padding: 0 16px;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
    transition-delay: 0s;
}

.circled-link .IndexFeatures-Base-link-icon-title {
    position: absolute;
    width: 120px;
    color: #007073;
}

.IndexFeatures-Base-link-icon-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
}


.IndexFeatures-Base-link-icon-plus {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    will-change: transform, opacity;
    -webkit-transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.circled-link .IndexFeatures-Base-link-icon-plus {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    color: #007073;
}

.base-link .IndexFeatures-Base-link-icon-plus {
    top: 8px;
    left: 50%;
    margin-left: -7px;
    width: 13px;
    height: 13px;
}

.IndexFeatures-Base-link-icon-plus svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
}

.link-hover.base-link:hover .IndexFeatures-Base-link-icon-title {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1.0001);
    transform: translateZ(0) scale(1.0001);
}

.link-hover.base-link:hover .IndexFeatures-Base-link-icon-plus {
    opacity: 0;
    -webkit-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
}

.link-hover.base-link:hover .IndexFeatures-Base-link-icon-bg {
    left: 0;
    margin-left: 0;
    width: 100%;
}

.link-hover:hover .IndexFeatures-Base-link-icon-title {
    opacity: 1;
    transition-delay: .12s;
}

.link-hover:hover .IndexFeatures-Base-link-icon-plus {
    opacity: 0;
    -webkit-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
}

.IndexFeatures-Base-link-title {
    text-align: center;
    font-size: 15px;
}

.plus-top .IndexFeatures-Base-link-title {
    margin-top: 10px;
}

.plus-bottom .IndexFeatures-Base-link-title {
    margin-bottom: 10px;
}

.image__gradient-bottom,
.background__gradient-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: .5rem;
    background: #000;
    background: linear-gradient(0deg, #007073 10%, rgba(66, 48, 100, .2) 70%);
    ;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#072146", endColorstr="#072146", GradientType=1);
}

.pattern-bg:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, rgb(255, 255, 255) 100%);
}

.pattern-bg:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background-image: url(../images/pattern.bd661505.svg);
    background-size: 580px;
    background-repeat: repeat;
    opacity: .13;
}

.card__item {
    position: absolute;
    top: 0;
    right: 0;
    width: 155px;
    height: 120px;
    padding: 1rem 1.5rem;
}

.card__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
}

.card__background svg {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 63%, 94% 78%, 83% 78%, 15% 79%, 8% 83%, 2% 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 63%, 94% 78%, 83% 78%, 15% 79%, 8% 83%, 2% 100%);
}

.card__item.first__card {
    top: 3rem;
    right: 22rem;
}

.card__item.second__card {
    top: 4rem;
    right: 28rem;
}

.card__content {
    position: relative;
}

.card__content .card__title {
    color: #fff;
}

.card__content .card__title--num {
    font-size: 22px;
    font-weight: bold;
}

.hero_gradient {
    content: "";
    top: 0;
    left: 0;
    right: 0;
}

.left__gradient {
    background: linear-gradient(45deg, #001c1c 24.65%, #008689 100.29%);
}

.right__gradient {
    background: linear-gradient(315deg, #002b2c 24.65%, #008689 100.29%);
}

.top__gradient {
    background: linear-gradient(180deg, #002b2c 24.65%, #008689 100.29%);
}

.bottom__gradient {
    background: linear-gradient(0deg, #002b2c 24.65%, #008689 100.29%);
}

.logo-bg svg {
    width: 100%;
    height: 100%;
    opacity: .2;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.5));
}

.logo-bg svg .orange-path {
    stroke: #fff;
    opacity: .3;
}

.logo-bg svg .green-path {
    stroke: #fff;
    opacity: .1;
}

.globe-bg {
    right: 50%;
    width: 85%;
    height: 20vw;
    background-position: center;
    background: no-repeat;
    background-size: cover;
}

.top-bg__globe {
    top: 0;
    transform: translate(50%, 0) scaleY(-1);
}

.bottom-bg__globe {
    top: auto;
    bottom: 0;
    transform: translate(50%, 0);
}

.menu-sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    opacity: 0.0001;
    z-index: 999;
}

.menu-sidebar__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.0001;
    cursor: pointer;
}

.menu-sidebar__inner {
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}

.menu-sidebar .menu li {
    position: relative;
}

.menu-sidebar .menu li>a {
    display: block;
    font-size: 18px;
    color: #04e4e7;
    margin-bottom: 1rem;
    transition: color 0.3s ease-in;
}

.menu-sidebar .menu li a:hover {
    color: #fff;
}

.menu-sidebar .menu li .line {
    overflow: hidden;
}

.sidebar-num {
    color: #fff;
    display: inline-flex;
    opacity: 0;
    font-size: 13px;
    padding-bottom: 0.15rem;
}

.logo-bg {
    width: 10rem;
    top: 50%;
    opacity: 0.0001;
    transform: translate(0, -50%);
    transform-origin: center;
}

.trigger,
.closer {
    position: absolute;
    top: calc(2.5vw - calc(100vw/240));
    right: calc(2.5vw - calc(100vw/240));
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
    border: 2px solid #2dcccd;
    border-radius: .5rem;
}

.menu-sidebar__closer {
    position: absolute;
    top: 1.5rem;
    opacity: 0.0001;
}

.closer__icon {
    transform: translate(-50%, -50%) rotate(45deg);
}

.closer__icon__item {
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #2dcccd;
    transform: translate(-50%, -50%);
}

.closer__icon__item--top {
    width: 2px;
    height: 15px;
}

.menu-sidebar__closer:hover .closer__icon {
    transform: translate(0, 0) rotate(135deg);
}

.sh-logo {
    width: 170px;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1);
}

.sh-details {
    color: #efefef;
    font-size: 14px;
}

.options__text {
    font-size: 15px;
}

.options__container .options {
    margin-top: 2rem;
}

.options__inner {
    display: flex;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.options__item {
    min-width: 220px;
    border-radius: 5px;
    margin: 0 .5rem;
    background-color: #fff;
}

.option {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem 2rem;
    cursor: pointer;
}

.option .u-main {
    position: relative;
    transform: none;
    font-size: 15px;
}

.downloads-image {
    display: flex;
    justify-content: center;
}

.app-img {
    max-width: 400px;
    margin: 0 auto;
    object-fit: contain;
}

.sh-downloads .options__item {
    min-width: 150px;
    background-color: transparent;
    border: 2px solid #019da1;
}

.sh-downloads .option {
    padding: 0.5rem 1rem;
}

.sh-downloads.downloads .circle svg circle.back {
    stroke: #fff;
}

.sh-downloads .option:hover {
    background-color: #019da1;
}

.developer {
    display: flex;
    align-items: center;
    grid-gap: .5rem;
    font-size: 12px;
}

.dev-logo {
    display: flex;
    align-items: center;
    grid-gap: .5rem;
    transition: all .3s;
}

.dev-logo:hover {
    color: #47b1e5;
}

.dev-logoIcon {
    width: 1.5rem;
    height: 2rem;
    display: flex;
}

.link-hover .image img {
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
    transition-property: transform;
}

.link-hover:hover .image img {
    transform: scale(1.05);
}