html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

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

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@media (min-width: 641px) {
    .t [class*=reveal-] {
        opacity: 0;
        will-change: opacity, transform
    }

    .t .reveal-from-top {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .t .reveal-from-bottom {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    .t .reveal-from-left {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    .t .reveal-from-right {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    .t .reveal-scale-up {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    .t .reveal-scale-down {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .t .reveal-rotate-from-left {
        -webkit-transform: perspective(1000px) rotateY(-45deg);
        transform: perspective(1000px) rotateY(-45deg)
    }

    .t .reveal-rotate-from-right {
        -webkit-transform: perspective(1000px) rotateY(45deg);
        transform: perspective(1000px) rotateY(45deg)
    }

    .t.n [class*=reveal-] {
        transition: opacity .7s ease, -webkit-transform .7s ease;
        transition: opacity .7s ease, transform .7s ease;
        transition: opacity .7s ease, transform .7s ease, -webkit-transform .7s ease
    }

    .t.n [class*=reveal-].is-revealed {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

body {
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

hr {
    border: 0;
    display: block;
    height: 1px;
    background: #DEE1F7;
    margin-top: 24px;
    margin-bottom: 24px
}

ul, ol {
    margin-top: 0;
    padding-left: 24px
}

ul:not(:last-child), ol:not(:last-child) {
    margin-bottom: 24px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li:not(:last-child) {
    margin-bottom: 12px
}

li>ul, li>ol {
    margin-top: 12px;
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 24px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 24px;
    margin-bottom: 24px
}

img {
    border-radius: 2px
}

img, svg, video {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 48px 0
}

figcaption {
    padding: 8px 0
}

table {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    border-collapse: collapse;
    margin-bottom: 24px;
    width: 100%
}

tr {
    border-bottom: 1px solid #DEE1F7
}

th {
    font-weight: 700;
    text-align: left
}

th, td {
    padding: 8px 16px
}

th:first-child, td:first-child {
    padding-left: 0
}

th:last-child, td:last-child {
    padding-right: 0
}

.r hr {
    display: block;
    height: 1px;
    background: #606690
}

.r tr {
    border-bottom: 1px solid #606690
}

html {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px
}

body {
    color: #606690;
    font-size: 1rem
}

body, button, input, select, textarea {
    font-family: "Heebo", sans-serif;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6, .i, .s, .o, .u, .a, .f {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    clear: both;
    color: #222328
}

h1, .i {
    font-size: 40px;
    line-height: 50px
}

h2, .s {
    font-size: 32px;
    line-height: 42px
}

h3, .o {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px
}

h4, .u {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px
}

h5, .a {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px
}

h6, .f, small, .l {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px
}

.c {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px
}

.h {
    font-size: 14px;
    line-height: 22px
}

.modal h2:first-of-type {
    margin-top: 0
}

.modal-gallery .owl-theme .owl-nav {
    margin: 0 auto;
}

.modal-gallery .owl-carousel .owl-nav button.owl-prev,
.modal-gallery .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    width: 48px;
    font-size: 3rem;
    color: #fff;
    -moz-transform: -moz-translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    transform: translateY(-50%);
}

.modal-gallery .owl-carousel .owl-nav button.owl-prev:hover,
.modal-gallery .owl-carousel .owl-nav button.owl-prev:active,
.modal-gallery .owl-carousel .owl-nav button.owl-next:hover,
.modal-gallery .owl-carousel .owl-nav button.owl-next:active {
    background-color: #29D2D3
}

.modal-gallery .owl-carousel .owl-nav button.owl-prev {
    left: 1rem;
}
.modal-gallery .owl-carousel .owl-nav button.owl-next {
    right: 1rem;
}

figcaption {
    font-size: 14px;
    line-height: 22px
}

a:not(.tbuttonn) {
    color: #467FFF;
    text-decoration: none
}

a:not(.tbuttonn):hover, a:not(.tbuttonn):active {
    outline: 0;
    text-decoration: underline
}

a.rbuttoni {
    color: #A1A7CF;
    text-decoration: none
}

a.rbuttoni:hover, a.rbuttoni:active {
    text-decoration: underline
}

h1, .i {
    margin-top: 48px;
    margin-bottom: 32px
}

h2, .s {
    margin-top: 48px;
    margin-bottom: 32px
}

h3, .o {
    margin-top: 36px;
    margin-bottom: 24px
}

h4, h5, h6, .u, .a, .f {
    margin-top: 24px;
    margin-bottom: 24px
}

p {
    margin-top: 0;
    margin-bottom: 24px
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px
}

blockquote::before {
    content: "\201C"
}

blockquote::after {
    content: "\201D"
}

blockquote p {
    display: inline
}

address {
    border-width: 1px 0;
    border-style: solid;
    border-color: #DEE1F7;
    padding: 24px 0;
    margin: 0 0 24px
}

pre, pre h1, pre h2, pre h3, pre h4, pre h5, pre h6, pre .i, pre .s, pre .o, pre .u, pre .a, pre .f {
    font-family: "Courier 10 Pitch", Courier, monospace
}

pre, code, kbd, tt, var {
    background: #F6F7FF
}

pre {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    max-width: 100%;
    overflow: auto;
    padding: 24px 24px;
    margin-top: 24px;
    margin-bottom: 24px
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding: 2px 4px
}

abbr, acronym {
    cursor: help
}

mark, ins {
    text-decoration: none
}

b, strong {
    font-weight: 700
}

.eyebrow{
    margin-top: 0;
    font-weight: 700;
    font-style: normal;
    font-family: -apple-system,BlinkMacSystemFont,'avenir next',avenir,helvetica,'helvetica neue',ubuntu,roboto,noto,'segoe ui',arial,sans-serif;
    font-size: 12px;
    font-size: .732rem;
    line-height: 1.4;
    letter-spacing: .25rem;
    text-transform: uppercase;
    color: inherit;
}

.r {
    color: #606690
}

.r a:not(.tbuttonn) {
    color: #F6F7FF;
    text-decoration: none
}

.r a:not(.tbuttonn):hover, .r a:not(.tbuttonn):active {
    outline: 0;
    text-decoration: underline
}

.r a.rbuttoni {
    color: #606690;
    text-decoration: none
}

.r a.rbuttoni:hover, .r a.rbuttoni:active {
    text-decoration: underline
}

.r h1, .r h2, .r h3, .r h4, .r h5, .r h6, .r .i, .r .s, .r .o, .r .u, .r .a, .r .f {
    color: #F6F7FF
}

.r address {
    border-color: #606690
}

.r pre, .r code, .r kbd, .r tt, .r var {
    background: #0d1235
}

@media (max-width: 640px) {
    .p {
        font-size: 40px;
        line-height: 50px
    }

    .d {
        font-size: 32px;
        line-height: 42px
    }

    .v {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.1px
    }
}

@media (min-width: 641px) {
    h1, .i {
        font-size: 46px;
        line-height: 56px
    }

    h2, .s {
        font-size: 40px;
        line-height: 50px
    }

    h3, .o {
        font-size: 32px;
        line-height: 42px
    }
}

.tcontainern, .rcontaineri, .scontainero {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width: 481px) {
    .tcontainern, .rcontaineri, .scontainero {
        padding-left: 24px;
        padding-right: 24px
    }
}

.tcontainern {
    max-width: 1128px
}

.rcontaineri {
    max-width: 944px
}

.scontainero {
    max-width: 668px
}

[class*=container] [class*=container] {
    padding-left: 0;
    padding-right: 0
}

[class*=container] .rcontaineri {
    max-width: 896px
}

[class*=container] .scontainero {
    max-width: 620px
}

.tbuttonn {
    display: inline-flex;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 12px 47px;
    height: 48px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #222328;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    outline: none;
    transition: all .24s
}

.tbuttonn:focus,
.tbuttonn:active {
    outline: 0
}

.tbuttonn:hover,
.tbuttonn:active {
    background-color: #F6F7FF
}

.tbuttonn.m {
    position: relative;
    color: transparent !important;
    pointer-events: none
}

.tbuttonn.m::after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
    top: 50%;
    left: 50%;
    border: 2px solid #222328;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    z-index: 1;
    -webkit-animation: button-loading .6s infinite linear;
    animation: button-loading .6s infinite linear
}

.tbuttonn[disabled] {
    cursor: not-allowed;
    color: #A1A7CF;
    background-color: #DEE1F7 !important
}

.tbuttonn[disabled].m::after {
    border-color: #A1A7CF
}

.sbuttono {
    padding: 6px 23px;
    height: 36px
}

.ubuttona {
    color: #606690;
    border: 1px solid #606690;
    background-color: transparent
}

.ubuttona:hover,
.ubuttona:active {
    color: #fff;
    border-color: #3b55e6;
    background-color: #3b55e6
}

.ubuttona.m::after {
    border-color: #fff
}

.fbuttonl {
    color: #fff;
    background-color: #3b55e6
}

.fbuttonl:hover,
.fbuttonl:active {
    color: #fff;
    background-color: #29D2D3
}

.fbuttonl.m::after {
    border-color: #fff
}

.cbuttonh {
    color: #fff;
    background-color: #467FFF
}

.cbuttonh:hover,
.cbuttonh:active {
    background-color: #558aff
}

.cbuttonh.m::after {
    border-color: #fff
}

.wbutton {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: transparent
}

.wbutton:hover,
.wbutton:active {
    color: #fff;
    border-color: #29D2D3;
    background-color: #29D2D3
}

.wbutton.m::after {
    border-color: #fff
}

.pbuttond {
    display: flex;
    width: 100%
}

.vbuttonm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -8px;
    margin-left: -8px;
    margin-top: -8px
}

.vbuttonm:last-of-type {
    margin-bottom: -8px
}

.vbuttonm:not(:last-of-type) {
    margin-bottom: 8px
}

.vbuttonm>[class*=button] {
    margin: 8px
}

@media (max-width: 640px) {
    .gbuttony {
        width: 100%;
        max-width: 280px
    }
}

@-webkit-keyframes button-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes button-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.g {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #606690
}

.y, .b, .w input, .x input {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #DEE1F7
}

.y:hover, .b:hover, .w input:hover, .x input:hover {
    border-color: #c9cef2
}

.y:active, .y:focus, .b:active, .b:focus, .w input:active, .w input:focus, .x input:active, .x input:focus {
    outline: none;
    border-color: #29D2D3
}

.y[disabled], .b[disabled], .w input[disabled], .x input[disabled] {
    cursor: not-allowed;
    background-color: #F6F7FF;
    border-color: #F6F7FF
}

.y.k, .b.k, .w input.k, .x input.k {
    border-color: #FF6553
}

.y._, .b._, .w input._, .x input._ {
    border-color: #FFB453
}

.y.j, .b.j, .w input.j, .x input.j {
    border-color: #29D2D3
}

.y, .b {
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding: 11px 15px;
    height: 48px;
    border-radius: 0;
    color: #606690;
    box-shadow: none;
    max-width: 100%;
    width: 100%
}

.y::-webkit-input-placeholder {
    color: #A1A7CF
}

.y:-ms-input-placeholder {
    color: #A1A7CF
}

.y::-ms-input-placeholder {
    color: #A1A7CF
}

.y::placeholder {
    color: #A1A7CF
}

.y::-ms-input-placeholder {
    color: #A1A7CF
}

textarea.y {
    height: auto;
    resize: vertical
}

.b {
    padding-right: 46px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2011.4L2.6%206%204%204.6l4%204%204-4L13.4%206%208%2011.4z%22%20fill%3D%22%23606690%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 16px 16px
}

.q {
    padding-right: 38px;
    background-position: right 11px center
}

.q, .z {
    padding: 5px 11px;
    height: 36px
}

.te, .tt {
    position: relative
}

.te svg, .tt svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.te .y {
    padding-left: 46px
}

.te .y+svg {
    left: 15px
}

.te .z {
    padding-left: 38px
}

.te .z+svg {
    left: 11px
}

.tt .y {
    padding-right: 46px
}

.tt .y+svg {
    right: 15px
}

.tt .z {
    padding-right: 38px
}

.tt .z+svg {
    right: 11px
}

.w, .x, .tn {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #A1A7CF;
    position: relative;
    padding-left: 24px;
    cursor: pointer
}

.w, .x {
    padding-left: 24px
}

.w input, .x input {
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.w input:checked, .x input:checked {
    background-color: #29D2D3 !important;
    border-color: #29D2D3 !important;
    background-position: 50%
}

.w input {
    border-radius: 2px
}

.w input:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0xMS40IDVMMTAgMy42bC00IDQtMi0yTDIuNiA3IDYgMTAuNHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.x input {
    border-radius: 50%
}

.x input:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iNyIgY3k9IjciIHI9IjMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.tn {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 72px;
    cursor: pointer
}

.tn input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.tn .tr {
    position: absolute;
    left: 0;
    top: -4px;
    width: 60px;
    height: 32px;
    border-radius: 16px;
    background: #A1A7CF
}

.tn .tr::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #fff;
    transition: all .15s ease-out
}

.tn input:checked+.tr {
    background: #29D2D3
}

.tn input:checked+.tr::before {
    left: 30px
}

.r .b {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2011.4L2.6%206%204%204.6l4%204%204-4L13.4%206%208%2011.4z%22%20fill%3D%22%23A1A7CF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
}

.r .w input:checked, .r .x input:checked {
    background-color:  !important;
    border-color:  !important
}

.ti {
    display: flex
}

.ti .y {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 8px
}

.ti .tbuttonn {
    padding-left: 24px;
    padding-right: 24px;
    flex-shrink: 0
}

.ts {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px
}

@media (max-width: 640px) {
    .to .y {
        margin-bottom: 8px
    }

    .to .tbuttonn {
        width: 100%
    }
}

@media (min-width: 641px) {
    .to {
        display: flex
    }

    .to .y {
        flex-grow: 1;
        flex-shrink: 1;
        margin-right: 8px
    }

    .to .tbuttonn {
        padding-left: 24px;
        padding-right: 24px;
        flex-shrink: 0
    }
}

.tu {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer
}

.ta, .tf {
    display: block;
    pointer-events: none
}

.ta {
    position: relative;
    width: 24px;
    height: 24px
}

.tf, .tf::before, .tf::after {
    width: 24px;
    height: 2px;
    position: absolute;
    background: #222328
}

.r .tf, .r .tf::before, .r .tf::after {
    background: #fff
}

.tf {
    top: 50%;
    margin-top: -1px;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.tf::before, .tf::after {
    content: '';
    display: block
}

.tf::before {
    top: -7px;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.tf::after {
    bottom: -7px;
    transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.25s ease-in;
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.tl .tf {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.tl .tf::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}

.tl .tf::after {
    width: 24px;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, width 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.1s ease-out;
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.tc li {
    position: relative
}

.tc li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #DEE1F7
}

.tc li:last-of-type {
    position: relative
}

.tc li:last-of-type::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #DEE1F7
}

.r .tc li {
    position: relative
}

.r .tc li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #606690
}

.r .tc li:last-of-type {
    position: relative
}

.r .tc li:last-of-type::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #606690
}

.th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    cursor: pointer
}

.th span {
    width: calc(100% - (16px * 2))
}

.tp {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .15s ease-in-out, opacity .15s
}

.td .tp {
    opacity: 1
}

.tp p:last-child {
    margin-bottom: 24px
}

.tv {
    position: relative;
    width: 16px;
    height: 16px
}

.tv::before, .tv::after {
    content: '';
    position: absolute;
    background: #467FFF;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.r .tv::before, .r .tv::after {
    background: #fff
}

.tv::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px
}

.tv::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px
}

.td .tv {
    cursor: pointer
}

.td .tv::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.td .tv::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tm, .tm::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.tm {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

.tm.tg .ty {
    padding: 0;
    max-width: 1024px
}

.tm::before, .tm .ty {
    display: none
}

.tm::before {
    content: '';
    position: absolute;
    background-color: rgba(16, 22, 65, 0.24)
}

.tm.td {
    display: flex
}

.tm.td::before, .tm.td .ty {
    display: block
}

.tm.td .ty {
    -webkit-animation: slideUpInModal .15s ease-in-out both;
    animation: slideUpInModal .15s ease-in-out both
}

.tm.td::before {
    -webkit-animation: slideUpInModalBg .15s ease-in-out both;
    animation: slideUpInModalBg .15s ease-in-out both
}

.ty {
    max-height: calc(100vh - 16px * 2);
    overflow: auto;
    position: relative;
    width: calc(100% - (16px * 2));
    max-width: 600px;
    margin-left: 16px;
    margin-right: 16px;
    background: #fff
}

.tb {
    padding: 48px 16px
}

.tw {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px
}

.tw::before, .tw::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    width: 16px;
    height: 2px;
    background: #A1A7CF
}

.tw::before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.tw::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tw:hover::before, .tw:hover::after {
    background: #606690
}

@media (min-width: 641px) {
    .ty {
        margin: 0 auto;
        max-height: calc(100vh - 48px * 2)
    }

    .tb {
        padding-top: 64px;
        padding-bottom: 64px;
        padding-left: 48px;
        padding-right: 48px
    }
}

@-webkit-keyframes slideUpInModal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUpInModal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUpInModalBg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideUpInModalBg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tx {
    display: none
}

.tx.m:not(.td) {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.tx.td {
    display: block
}

.tk {
    display: inline-flex
}

.t_ {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    border: none;
    background: transparent
}

.t_::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    background: #F6F7FF;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: background .25s ease
}

.t_:focus {
    outline: none
}

.t_.td::before {
    background: #29D2D3
}

.t_:hover::before {
    background: #DEE1F7
}

.r .t_::before {
    background: #606690
}

.r .t_.td::before {
    background: #29D2D3
}

.r .t_:hover::before {
    background: #A1A7CF
}

.tj {
    margin-top: -24px
}

.tj:last-of-type {
    margin-bottom: -24px
}

.tj:not(:last-of-type) {
    margin-bottom: 24px
}

.tj .tq {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column
}

.tj .tq .tz {
    width: 100%
}

.tj .tq .tz img, .tj .tq .tz svg, .tj .tq .tz video {
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: visible
}

.tj .tq .tz.ne img, .tj .tq .tz.ne svg, .tj .tq .tz.ne video {
    width: 100%
}

@media (max-width: 640px) {
    .tj .tq .nt {
        margin-bottom: 24px
    }

    .tj.nn .tq .nt {
        order: 1;
        margin-bottom: 0 !important
    }

    .tj.nn .tq .tz {
        margin-bottom: 24px
    }
}

@media (min-width: 641px) {
    .tj {
        margin-top: -48px
    }

    .tj:last-of-type {
        margin-bottom: -48px
    }

    .tj:not(:last-of-type) {
        margin-bottom: 48px
    }

    .tj .tq {
        padding-top: 80px;
        padding-bottom: 80px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .tj .tq .nt {
        flex-shrink: 0;
        width: 396px;
        margin-bottom: 0;
        margin-right: 64px
    }

    .tj .tq .tz {
        min-width: 436px
    }

    .tj:not(.nr) .tq:nth-child(even), .tj.nr .tq:nth-child(odd) {
        justify-content: flex-end
    }

    .tj:not(.nr) .tq:nth-child(even) .nt, .tj.nr .tq:nth-child(odd) .nt {
        order: 1;
        margin-left: 64px;
        margin-right: 0
    }

    .tj:not(.nr) .tq:nth-child(odd) .tz img, .tj:not(.nr) .tq:nth-child(odd) .tz svg, .tj:not(.nr) .tq:nth-child(odd) .tz video, .tj.nr .tq:nth-child(even) .tz img, .tj.nr .tq:nth-child(even) .tz svg, .tj.nr .tq:nth-child(even) .tz video {
        margin-left: auto
    }

    .tj.ni .tq {
        align-items: flex-start
    }
}

@media (min-width: 821px) {
    .tcontainern .tj .tq .nt {
        width: 488px
    }

    .tcontainern .tj .tq .tz {
        min-width: 528px
    }
}

.ns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px
}

.ns:last-of-type {
    margin-bottom: -12px
}

.ns:not(:last-of-type) {
    margin-bottom: 12px
}

.ns.no::after {
    content: '';
    flex-basis: 330px;
    box-sizing: content-box;
    padding-left: 12px;
    padding-right: 12px;
    height: 0
}

.tiles-item {
    flex-basis: 330px;
    box-sizing: content-box;
    padding: 12px
}

.tiles-item * {
    box-sizing: border-box
}

.nu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    padding: 32px 24px
}

.height-auto {
    height: auto;
}

.na {
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 10
}

.na+.nf .nl:first-of-type {
    padding-top: 80px
}

.nc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px
}

.nh {
    margin-right: 32px
}

.np {
    flex-grow: 1
}

.np .nd {
    display: flex;
    flex-grow: 1
}

.np ul {
    display: flex;
    align-items: center;
    flex-grow: 1;
    white-space: nowrap;
    margin-bottom: 0
}

.np ul:first-of-type {
    flex-wrap: wrap
}

.np li+.bbuttonw {
    margin-left: 32px
}

.np a:not(.tbuttonn) {
    display: block;
    color: #A1A7CF;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 32px
}

.np a:not(.tbuttonn):hover, .np a:not(.tbuttonn):active {
    color: #606690
}

.r .np a:not(.tbuttonn) {
    text-decoration: none
}

.r .np a:not(.tbuttonn):hover, .r .np a:not(.tbuttonn):active {
    color: #DEE1F7
}

.np a.tbuttonn {
    margin-left: 32px
}

.nv:first-of-type {
    flex-grow: 1;
    justify-content: flex-end
}

.nm {
    justify-content: flex-end
}

.nm+.nm {
    flex-grow: 0
}

.tu {
    display: none
}

@media (max-width: 640px) {
    .tu {
        display: block
    }

    .tu+.np {
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 9999;
        background: #0d1235;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height .25s ease-in-out, opacity .15s
    }

    .tu+.np.td {
        opacity: 1
    }

    .tu+.np .nd {
        flex-direction: column;
        padding: 24px
    }

    .tu+.np ul {
        display: block;
        text-align: center
    }

    .tu+.np ul a:not(.tbuttonn) {
        display: inline-flex;
        color: #DEE1F7;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .tu+.np ul a:not(.tbuttonn):hover, .tu+.np ul a:not(.tbuttonn):active {
        color: #fff
    }

    .tu+.np a.tbuttonn {
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.ng {
    background: #F6F7FF
}

.ng .ny {
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 20px 48px rgba(16, 22, 65, 0.1)
}

.ng .ny::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -10
}

.ny {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.nf {
    flex: 1 0 auto
}

.nb {
    position: relative
}

.nb::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222328;
    z-index: -3
}

.nw {
    padding: 48px 0
}

.nx {
    padding-bottom: 12px
}

.nk {
    padding-top: 12px
}

.n_ {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -24px;
    margin-top: -12px
}

.n_:last-of-type {
    margin-bottom: 28px
}

.n_:not(:last-of-type) {
    margin-bottom: 12px
}

.nj {
    flex-grow: 1;
    flex-basis: 160px;
    box-sizing: content-box;
    padding: 12px 24px
}

.nj * {
    box-sizing: border-box
}

.nj ul li:not(:last-child) {
    margin-bottom: 4px
}

.nj a {
    color: #A1A7CF;
    text-decoration: none
}

.nj a:hover, .nj a:active {
    text-decoration: none
}

.r .nj a {
    color: #606690;
    text-decoration: none
}

.r .nj a:hover, .r .nj a:active {
    color: #A1A7CF;
    text-decoration: none
}

.nq {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #222328;
    text-transform: uppercase;
    margin-bottom: 8px
}

.r .nq {
    color: #fff
}

.nz a, .re a {
    display: flex
}

.nz ul, .re ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 0
}

.nz ul {
    margin-right: -16px;
    margin-left: -16px
}

.nz li {
    padding: 0 8px
}

.nz a {
    padding: 8px
}

.nz a svg {
    fill: #A1A7CF;
    transition: fill .15s ease
}

.r .nz a svg {
    fill: #fff
}

.nz a:hover svg {
    fill: #467FFF
}

.r .nz a:hover svg {
    fill: #fff
}

.re {
    margin-right: -12px;
    margin-left: -12px
}

.re a {
    color: #A1A7CF;
    text-decoration: none;
    padding: 0 12px
}

.re a:hover, .re a:active {
    text-decoration: none
}

.r .re a {
    color: #606690;
    text-decoration: none
}

.r .re a:hover, .r .re a:active {
    color: #A1A7CF;
    text-decoration: none
}

button.link {
    background: none;
    border: none;
    outline: none;
    color: #606690;
    text-decoration: none;
}

button.link:hover, button.link:active {
    color: #A1A7CF;
    text-decoration: none
}

@media (max-width: 640px) {
    .nx>*:not(:last-child), .nk>*:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (min-width: 641px) {
    .nw {
        padding: 88px 0
    }

    .nx.rt, .nk.rt {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .nx.rn>*:first-child, .nk.rn>*:first-child {
        order: 1
    }
}

.rr {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
}

.ri {
    padding-bottom: 48px
}

@media (min-width: 641px) {
    .rr {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .ri {
        padding-bottom: 120px
    }
}

.rs>.ro+.ru, .rs>.ru+.ro {
    margin-top: 64px
}

.rs>.ru>a {
    display: inline-flex;
    align-items: center;
    vertical-align: top
}

@media (max-width: 640px) {
    .ra .tj .tq .nt {
        margin-bottom: 64px
    }

    .ra .tj.nn .tq .tz {
        margin-bottom: 64px
    }
}

@media (min-width: 641px) {
    .ra .rr {
        padding-bottom: 104px
    }

    .rs>.ro+.ru, .rs>.ru+.ro {
        margin-top: 64px
    }
}

.rf .ns {
    margin-right: -16px;
    margin-left: -16px;
    margin-top: -16px
}

.rf .ns:last-of-type {
    margin-bottom: -16px
}

.rf .ns:not(:last-of-type) {
    margin-bottom: 16px
}

.rf .ns.no::after {
    flex-basis: 317px;
    padding-left: 16px;
    padding-right: 16px
}

.rf .tiles-item {
    flex-basis: 317px;
    padding: 16px
}

.rf .nu {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 641px) {
    .rf .ns {
        margin-right: -32px;
        margin-left: -32px;
        margin-top: -32px
    }

    .rf .ns:last-of-type {
        margin-bottom: -32px
    }

    .rf .ns:not(:last-of-type) {
        margin-bottom: 32px
    }

    .rf .ns.no::after {
        padding-left: 32px;
        padding-right: 32px
    }

    .rf .tiles-item {
        padding: 32px
    }
}

.rl .ns.no::after {
    flex-basis: 344px
}

.rl .tiles-item {
    flex-basis: 344px
}

.rl .nu {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px
}

.rc {
    flex-grow: 1
}

ul.rh li {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.rp {
    display: inline-flex
}

.rp .tn {
    padding: 0;
    width: 60px
}

.rp .rd {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px
}

.rp .rd:first-child {
    margin-right: 16px
}

.rp .rd:last-child {
    margin-left: 16px
}

.rv .ns.no::after {
    flex-basis: 344px
}

.rv .tiles-item {
    flex-basis: 344px
}

.rv .nu {
    padding-left: 32px;
    padding-right: 32px
}

.rm {
    flex-grow: 1
}

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

@media (min-width: 641px) {
    .rv .rr {
        padding-bottom: 112px
    }
}

.ry .ns {
    margin-right: -16px;
    margin-left: -16px;
    margin-top: -16px
}

.ry .ns:last-of-type {
    margin-bottom: -16px
}

.ry .ns:not(:last-of-type) {
    margin-bottom: 16px
}

.ry .ns.no::after {
    flex-basis: 296px;
    padding-left: 16px;
    padding-right: 16px
}

.ry .tiles-item {
    flex-basis: 296px;
    padding: 16px
}

.ry .nu {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 641px) {
    .ry .ri {
        padding-bottom: 80px
    }

    .ry .ns {
        margin-right: -40px;
        margin-left: -40px;
        margin-top: -40px
    }

    .ry .ns:last-of-type {
        margin-bottom: -40px
    }

    .ry .ns:not(:last-of-type) {
        margin-bottom: 40px
    }

    .ry .ns.no::after {
        padding-left: 40px;
        padding-right: 40px
    }

    .ry .tiles-item {
        padding: 40px
    }
}

.rb .rr {
    padding-top: 48px;
    padding-bottom: 48px
}

.rw {
    margin-bottom: 40px
}

@media (min-width: 641px) {
    .rb .rr {
        padding-top: 64px;
        padding-bottom: 64px
    }

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

    .rx .rw {
        margin-bottom: 0;
        margin-right: 48px
    }
}

.rk .ri {
    padding-bottom: 32px
}

.rk .nu {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 641px) {
    .rk .ri {
        padding-bottom: 48px
    }
}

.r_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[class*=illustration-] {
    position: relative
}

[class*=illustration-]::after {
    pointer-events: none
}

[class*=illustration-element-]::after {
    z-index: -1
}

[class*=illustration-section-]::after {
    z-index: -2
}

.tillustration-section-n p{
    color: rgba(255, 255, 255, 0.8);
}

.tillustration-section-n::after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 684px;
    background-image: url("../images/svg/illustration-section-02.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 50%;
    top: 0;
    background-position: center top;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.tillustration-section-n::after {
    background-size: cover;
    background-image: url("../images/h/hero-section-01.jpg");
    opacity: 0.1
}

.rillustration-section-i::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 472px;
    background-image: url("../images/svg/illustration-section-02.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 50%;
    top: 0;
    background-position: center top;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.rillustration-section-i::after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 291px;
    background-image: url("../images/svg/illustration-section-09.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 50%;
    bottom: 0;
    background-position: center bottom;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.sillustration-section-o::after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 457px;
    background-image: url("../images/svg/illustration-section-03.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 50%;
    bottom: -66px;
    background-position: center bottom;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.uillustration-section-a::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 637px;
    background-image: url("../images/svg/illustration-section-04.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 50%;
    top: calc(50% + 15px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fillustration-section-l::after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 406px;
    background-image: url("../images/svg/illustration-section-05.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 50%;
    bottom: -218px;
    background-position: center bottom;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.cillustration-section-h::after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 517px;
    background-image: url("../images/svg/illustration-section-06.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 50%;
    top: -71px;
    background-position: center top;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.pillustration-section-d::after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 406px;
    background-image: url("../images/svg/illustration-section-07.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 50%;
    top: 150px;
    background-position: center top;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.villustration-section-m::after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 492px;
    background-image: url("../images/svg/illustration-section-09.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 50%;
    bottom: 0;
    background-position: center bottom;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.tillustration-element-n::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 200%;
    background-image: url("../images/svg/illustration-element-01.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rillustration-element-i::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 200%;
    background-image: url("../images/svg/illustration-element-02.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sillustration-element-o::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 200%;
    background-image: url("../images/svg/illustration-element-03.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.uillustration-element-a::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 200%;
    background-image: url("../images/svg/illustration-element-04.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fillustration-element-l::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 200%;
    background-image: url("../images/svg/illustration-element-05.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cillustration-element-h::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 200%;
    background-image: url("../images/svg/illustration-element-06.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pillustration-element-d::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 200%;
    background-image: url("../images/svg/illustration-element-07.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.villustration-element-m::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 200%;
    background-image: url("../images/svg/illustration-element-08.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gillustration-element-y::after {
    content: '';
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: 200%;
    background-image: url("../images/svg/illustration-element-09.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nb {
    overflow: hidden
}

.ra.rj {
    position: relative;
    background-color: transparent
}

.ra.rj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
    background-color: #222328;
    z-index: -3
}

.ra[class*=illustration-]::after {
    height: 640px
}

@media (max-width: 640px) {
    .rq .tj.nn .tq .tz {
        margin-bottom: 48px
    }
}

.rz {
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%
}

.rz.ie {
    background-color: #29D2D3;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iNjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMjQuOTUgMS45MjhBMzkuNjk1IDM5LjY5NSAwIDAgMSAyOC43Ni42YzYuODcyIDQuMDE5IDEzLjcwNCA4LjE1NSAyMC43NzEgMTIuMDE3IDguMTU1IDQuNDU4IDE2LjYyNyA4LjU0NCAyNS40NzQgMTEuNDg3Ljk3LjMyOS43MjYgMS4wNjMtLjI1Ni43NS0xNy41MTctNS40ODMtMzQuMzU0LTEzLjE4OC00OS44LTIyLjkyN3oiIG9wYWNpdHk9Ii4xNTgiLz48cGF0aCBkPSJNLjIxMyAzNC44NDdjLjE1LTEuNDYyLjM4LTIuOTAxLjY4NS00LjMxMiAyLjAxOCAzLjEwNSA0LjAzIDYuMjI2IDYuMSA5LjMyOSA0LjQ5OCA2Ljc0MSA5LjI3NSAxMy4zOTQgMTQuNzk5IDE5LjM3LjYwNC42NjEuMDE2IDEuMTgtLjYwNy41MjhDMTMuNjQgNTEuOTI1IDYuNjA4IDQzLjU5NS4yMTMgMzQuODQ3eiIgb3BhY2l0eT0iLjE1NSIvPjwvZz48L3N2Zz4=);
    box-shadow: 0 8px 24px rgba(41, 210, 211, 0.24)
}

.rz.it {
    background-color: #467FFF;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuMDgiPjxwYXRoIGQ9Ik00MS44ODIuMDQzYy44OS4wNDIgMS43NzMuMTEyIDIuNjQ3LjIxLTguNDM0IDcuMTItMTcuMzM4IDEzLjY0Ni0yNi42MzYgMTkuNDUzLTIuOTM0IDEuODE1LTQuMTYyLS44MjItMS40OS0yLjY4MUMyMi45NzUgMTIuNDEzIDI5LjgxIDguMTg0IDM2LjU2IDMuNjhjMS43ODQtMS4xOSAzLjU2MS0yLjM5OSA1LjMyMS0zLjYzN3pNMzkuMjc0IDc5Ljk5NGE0NjcuNzUgNDY3Ljc1IDAgMCAwIDMuNTktMi4zN2M2Ljc0MS00LjQ5NiAxMy4zOTQtOS4yNzQgMTkuMzctMTQuNzk3LjY2MS0uNjA1IDEuMTgtLjAxNy41MjguNjA2LTYgNS43OC0xMi4yODkgMTEuMjU3LTE4LjgzMyAxNi4zNzZhNDAuNDgzIDQwLjQ4MyAwIDAgMS00LjY1NS4xODV6Ii8+PC9nPjwvc3ZnPg==);
    box-shadow: 0 8px 24px rgba(70, 127, 255, 0.24)
}

.rl .nu {
    background: #fff
}

.in, .ir {
    border-bottom: 1px dashed #DEE1F7
}

.in {
    text-transform: uppercase
}

.ii {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px
}

ul.rh {
    margin-bottom: 40px
}

ul.rh li::before {
    content: '';
    display: block;
    width: 16px;
    height: 13px;
    margin-right: 12px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%205h14v2H1z%22%20fill%3D%22%23A1A7CF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat
}

ul.rh li.is::before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.6%208L2.4%204.8%200%207.2l5.6%205.6L16%202.4%2013.6%200z%22%20fill%3D%22%2329D2D3%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
}

.rv .nu {
    background: #fff
}

.io img {
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(16, 22, 65, 0.24)
}

.iu {
    padding-top: 24px
}

@media (max-width: 640px) {
    .rv .nu {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width: 1145px) {
    .rv .ns {
        padding-bottom: 112px
    }

    .rv .tiles-item {
        position: relative
    }

    .rv .tiles-item:nth-child(3n+1) {
        top: 56px
    }

    .rv .tiles-item:nth-child(3n+2) {
        top: 112px
    }
}

.ia img {
    border-radius: 0 0 24px
}

.rb.rj {
    position: relative;
    background-color: transparent
}

.rb.rj::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #222328
}

.if {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #4da1ff;
    background-image: url("../images/svg/cta-illustration.svg");
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 641px) {
    .if {
        padding-left: 48px;
        padding-right: 48px
    }
}

.rk::before, .rk::after {
    top: 0;
    height: 100vh
}

.rk a {
    color: #29D2D3;
    text-decoration: underline
}

.rk a:hover {
    text-decoration: none
}

.il {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.ic {
    list-style: none;
    padding: 0
}

.ic li {
    margin: 0
}

.ih {
    text-align: left
}

.ip {
    text-align: center
}

.id {
    text-align: right
}

.iv {
    font-weight: 400
}

.im {
    font-weight: 500
}

.ig {
    font-weight: 600
}

.iy {
    font-weight: 700
}

.ib {
    color: #222328
}

.iw {
    color: #606690
}

.ix {
    color: #A1A7CF
}

.ik {
    color: #29D2D3
}

.i_ {
    color: #467FFF
}

.ij {
    color: #FF6553
}

.iq {
    color: #FFB453
}

.iz {
    color: #29D2D3
}

.r .ib {
    color: #fff
}

.r .iw {
    color: #F6F7FF
}

.r .ix {
    color: #DEE1F7
}

.se {
    text-transform: uppercase
}

.st {
    width: 100%
}

.sn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 96px);
    max-width: 100vw
}

.rj {
    position: relative;
    background-color: #222328;
    z-index: 0
}

.sr {
    box-shadow: 0 32px 64px rgba(16, 22, 65, 0.24)
}

img.sr {
    border-radius: 2px
}

.si {
    position: relative
}

.si::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #DEE1F7
}

.ss {
    position: relative
}

.ss::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #DEE1F7
}

.r .si {
    position: relative
}

.r .si::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #606690
}

.r .ss {
    position: relative
}

.r .ss::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #606690
}

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

.so {
    text-align: center
}

.so img, .so svg, .so video {
    margin-left: auto;
    margin-right: auto
}

.so .vbuttonm {
    justify-content: center
}

.su {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.su.sa {
    padding-bottom: 75%
}

.su iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sf {
    margin: 0
}

.sl {
    margin-top: 0
}

.sc {
    margin-right: 0
}

.sh {
    margin-bottom: 0
}

.sp {
    margin-left: 0
}

.sd {
    margin: 4px
}

.sv {
    margin-top: 4px
}

.sm {
    margin-right: 4px
}

.sg {
    margin-bottom: 4px
}

.sy {
    margin-left: 4px
}

.sb {
    margin: 8px
}

.sw {
    margin-top: 8px
}

.sx {
    margin-right: 8px
}

.sk {
    margin-bottom: 8px
}

.s_ {
    margin-left: 8px
}

.sj {
    margin: 12px
}

.sq {
    margin-top: 12px
}

.sz {
    margin-right: 12px
}

.oe {
    margin-bottom: 12px
}

.ot {
    margin-left: 12px
}

.on {
    margin: 16px
}

.or {
    margin-top: 16px
}

.oi {
    margin-right: 16px
}

.os {
    margin-bottom: 16px
}

.oo {
    margin-left: 16px
}

.ou {
    margin: 24px
}

.oa {
    margin-top: 24px
}

.of {
    margin-right: 24px
}

.ol {
    margin-bottom: 24px
}

.oc {
    margin-left: 24px
}

.oh {
    margin: 32px
}

.op {
    margin-top: 32px
}

.od {
    margin-right: 32px
}

.ov {
    margin-bottom: 32px
}

.om {
    margin-left: 32px
}

.og {
    padding: 0
}

.oy {
    padding-top: 0
}

.ob {
    padding-right: 0
}

.ow {
    padding-bottom: 0
}

.ox {
    padding-left: 0
}

.ok {
    padding: 4px
}

.o_ {
    padding-top: 4px
}

.oj {
    padding-right: 4px
}

.oq {
    padding-bottom: 4px
}

.oz {
    padding-left: 4px
}

.ue {
    padding: 8px
}

.ut {
    padding-top: 8px
}

.un {
    padding-right: 8px
}

.ur {
    padding-bottom: 8px
}

.ui {
    padding-left: 8px
}

.us {
    padding: 12px
}

.uo {
    padding-top: 12px
}

.uu {
    padding-right: 12px
}

.ua {
    padding-bottom: 12px
}

.uf {
    padding-left: 12px
}

.ul {
    padding: 16px
}

.uc {
    padding-top: 16px
}

.uh {
    padding-right: 16px
}

.up {
    padding-bottom: 16px
}

.ud {
    padding-left: 16px
}

.uv {
    padding: 24px
}

.um {
    padding-top: 24px
}

.ug {
    padding-right: 24px
}

.uy {
    padding-bottom: 24px
}

.ub {
    padding-left: 24px
}

.uw {
    padding: 32px
}

.ux {
    padding-top: 32px
}

.uk {
    padding-right: 32px
}

.u_ {
    padding-bottom: 32px
}

.uj {
    padding-left: 32px
}

@media (max-width: 640px) {
    .uq {
        text-align: left
    }

    .uz {
        text-align: center
    }

    .ae {
        text-align: right
    }

    .at {
        text-align: center
    }

    .at img, .at svg, .at video {
        margin-left: auto;
        margin-right: auto
    }

    .at .vbuttonm {
        justify-content: center
    }
}

@media (min-width: 641px) {
    .an {
        text-align: left
    }

    .ar {
        text-align: center
    }

    .ai {
        text-align: right
    }

    .as {
        text-align: center
    }

    .as img, .as svg, .as video {
        margin-left: auto;
        margin-right: auto
    }

    .as .vbuttonm {
        justify-content: center
    }
}


/* Select language */

.np .selectLang  {
    padding-left: 2rem;
}

.np .selectLang > a:not(.tbuttonn) {
    display: inline-block;
    font-size: .667rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
}

.np .selectLang > a:not(.tbuttonn) + a:not(.tbuttonn) {
    padding-left: 1rem;
}

.np .selectLang > a.active:not(.tbuttonn) {
    color: #fff;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
   * 	Default theme - Owl Carousel CSS File
   */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.features {
	position: relative
}

.features::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 482px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwNSIgaGVpZ2h0PSI0ODIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8cGF0aCBkPSJNODQuMjEyIDQ4MUMzMy4xNTIgNDQ3LjQ3IDAgNDA3Ljg4MSAwIDM2Mi43NDMgMCAyMDQuNTA1IDQ3OC42NzQgMCA2MzYuODQ3IDBjMTU4LjE3NCAwIDMzLjQzNCAxNzIuNzQxIDMzLjQzNCAzMzAuOTggMCA1NS43ODIgNi42NDYgMTA3LjAzNSA4LjMyMyAxNTAuMDJIODQuMjEyeiIgZmlsbD0iI0Y2RjhGQSIvPiAgICA8cGF0aCBkPSJNMTEwNC44MTcgNDgxLjI0MmwtODYxLjQ4NS0uMTdDMjExLjM4MiA0NTMuMjc4IDE5MiA0MjIuMDEzIDE5MiAzODcuNTA0IDE5MiAyMjkuMjggNDc3Ljc5MSA0IDYzNS45NyA0IDc5NC4xNDcgNCAxMjA1IDE0OS4zNTggMTIwNSAzMDcuNTgxYzAgNTkuNDQ1LTQwLjgyMyAxMjAuNTQzLTEwMC4xODMgMTczLjY2MXoiIGZpbGwtb3BhY2l0eT0iLjUiIGZpbGw9IiNGRkYiLz4gIDwvZz48L3N2Zz4=);
	background-size: 1205px 482px;
	background-repeat: no-repeat
}

@media (min-width: 641px) {

    .features::before {
        left: 55%;
        width: 45%;
    }

}

@font-face {
	font-family: 'Linearicons-Free';
	src:url('fonts/Linearicons-Free.eot?w118d');
	src:url('fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"]  {
	font-family: 'Linearicons-Free'!important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e800";
}
.icon-apartment:before {
	content: "\e801";
}
.icon-pencil:before {
	content: "\e802";
}
.icon-magic-wand:before {
	content: "\e803";
}
.icon-drop:before {
	content: "\e804";
}
.icon-lighter:before {
	content: "\e805";
}
.icon-poop:before {
	content: "\e806";
}
.icon-sun:before {
	content: "\e807";
}
.icon-moon:before {
	content: "\e808";
}
.icon-cloud:before {
	content: "\e809";
}
.icon-cloud-upload:before {
	content: "\e80a";
}
.icon-cloud-download:before {
	content: "\e80b";
}
.icon-cloud-sync:before {
	content: "\e80c";
}
.icon-cloud-check:before {
	content: "\e80d";
}
.icon-database:before {
	content: "\e80e";
}
.icon-lock:before {
	content: "\e80f";
}
.icon-cog:before {
	content: "\e810";
}
.icon-trash:before {
	content: "\e811";
}
.icon-dice:before {
	content: "\e812";
}
.icon-heart:before {
	content: "\e813";
}
.icon-star:before {
	content: "\e814";
}
.icon-star-half:before {
	content: "\e815";
}
.icon-star-empty:before {
	content: "\e816";
}
.icon-flag:before {
	content: "\e817";
}
.icon-envelope:before {
	content: "\e818";
}
.icon-paperclip:before {
	content: "\e819";
}
.icon-inbox:before {
	content: "\e81a";
}
.icon-eye:before {
	content: "\e81b";
}
.icon-printer:before {
	content: "\e81c";
}
.icon-file-empty:before {
	content: "\e81d";
}
.icon-file-add:before {
	content: "\e81e";
}
.icon-enter:before {
	content: "\e81f";
}
.icon-exit:before {
	content: "\e820";
}
.icon-graduation-hat:before {
	content: "\e821";
}
.icon-license:before {
	content: "\e822";
}
.icon-music-note:before {
	content: "\e823";
}
.icon-film-play:before {
	content: "\e824";
}
.icon-camera-video:before {
	content: "\e825";
}
.icon-camera:before {
	content: "\e826";
}
.icon-picture:before {
	content: "\e827";
}
.icon-book:before {
	content: "\e828";
}
.icon-bookmark:before {
	content: "\e829";
}
.icon-user:before {
	content: "\e82a";
}
.icon-users:before {
	content: "\e82b";
}
.icon-shirt:before {
	content: "\e82c";
}
.icon-store:before {
	content: "\e82d";
}
.icon-cart:before {
	content: "\e82e";
}
.icon-tag:before {
	content: "\e82f";
}
.icon-phone-handset:before {
	content: "\e830";
}
.icon-phone:before {
	content: "\e831";
}
.icon-pushpin:before {
	content: "\e832";
}
.icon-map-marker:before {
	content: "\e833";
}
.icon-map:before {
	content: "\e834";
}
.icon-location:before {
	content: "\e835";
}
.icon-calendar-full:before {
	content: "\e836";
}
.icon-keyboard:before {
	content: "\e837";
}
.icon-spell-check:before {
	content: "\e838";
}
.icon-screen:before {
	content: "\e839";
}
.icon-smartphone:before {
	content: "\e83a";
}
.icon-tablet:before {
	content: "\e83b";
}
.icon-laptop:before {
	content: "\e83c";
}
.icon-laptop-phone:before {
	content: "\e83d";
}
.icon-power-switch:before {
	content: "\e83e";
}
.icon-bubble:before {
	content: "\e83f";
}
.icon-heart-pulse:before {
	content: "\e840";
}
.icon-construction:before {
	content: "\e841";
}
.icon-pie-chart:before {
	content: "\e842";
}
.icon-chart-bars:before {
	content: "\e843";
}
.icon-gift:before {
	content: "\e844";
}
.icon-diamond:before {
	content: "\e845";
}
.icon-linearicons:before {
	content: "\e846";
}
.icon-dinner:before {
	content: "\e847";
}
.icon-coffee-cup:before {
	content: "\e848";
}
.icon-leaf:before {
	content: "\e849";
}
.icon-paw:before {
	content: "\e84a";
}
.icon-rocket:before {
	content: "\e84b";
}
.icon-briefcase:before {
	content: "\e84c";
}
.icon-bus:before {
	content: "\e84d";
}
.icon-car:before {
	content: "\e84e";
}
.icon-train:before {
	content: "\e84f";
}
.icon-bicycle:before {
	content: "\e850";
}
.icon-wheelchair:before {
	content: "\e851";
}
.icon-select:before {
	content: "\e852";
}
.icon-earth:before {
	content: "\e853";
}
.icon-smile:before {
	content: "\e854";
}
.icon-sad:before {
	content: "\e855";
}
.icon-neutral:before {
	content: "\e856";
}
.icon-mustache:before {
	content: "\e857";
}
.icon-alarm:before {
	content: "\e858";
}
.icon-bullhorn:before {
	content: "\e859";
}
.icon-volume-high:before {
	content: "\e85a";
}
.icon-volume-medium:before {
	content: "\e85b";
}
.icon-volume-low:before {
	content: "\e85c";
}
.icon-volume:before {
	content: "\e85d";
}
.icon-mic:before {
	content: "\e85e";
}
.icon-hourglass:before {
	content: "\e85f";
}
.icon-undo:before {
	content: "\e860";
}
.icon-redo:before {
	content: "\e861";
}
.icon-sync:before {
	content: "\e862";
}
.icon-history:before {
	content: "\e863";
}
.icon-clock:before {
	content: "\e864";
}
.icon-download:before {
	content: "\e865";
}
.icon-upload:before {
	content: "\e866";
}
.icon-enter-down:before {
	content: "\e867";
}
.icon-exit-up:before {
	content: "\e868";
}
.icon-bug:before {
	content: "\e869";
}
.icon-code:before {
	content: "\e86a";
}
.icon-link:before {
	content: "\e86b";
}
.icon-unlink:before {
	content: "\e86c";
}
.icon-thumbs-up:before {
	content: "\e86d";
}
.icon-thumbs-down:before {
	content: "\e86e";
}
.icon-magnifier:before {
	content: "\e86f";
}
.icon-cross:before {
	content: "\e870";
}
.icon-menu:before {
	content: "\e871";
}
.icon-list:before {
	content: "\e872";
}
.icon-chevron-up:before {
	content: "\e873";
}
.icon-chevron-down:before {
	content: "\e874";
}
.icon-chevron-left:before {
	content: "\e875";
}
.icon-chevron-right:before {
	content: "\e876";
}
.icon-arrow-up:before {
	content: "\e877";
}
.icon-arrow-down:before {
	content: "\e878";
}
.icon-arrow-left:before {
	content: "\e879";
}
.icon-arrow-right:before {
	content: "\e87a";
}
.icon-move:before {
	content: "\e87b";
}
.icon-warning:before {
	content: "\e87c";
}
.icon-question-circle:before {
	content: "\e87d";
}
.icon-menu-circle:before {
	content: "\e87e";
}
.icon-checkmark-circle:before {
	content: "\e87f";
}
.icon-cross-circle:before {
	content: "\e880";
}
.icon-plus-circle:before {
	content: "\e881";
}
.icon-circle-minus:before {
	content: "\e882";
}
.icon-arrow-up-circle:before {
	content: "\e883";
}
.icon-arrow-down-circle:before {
	content: "\e884";
}
.icon-arrow-left-circle:before {
	content: "\e885";
}
.icon-arrow-right-circle:before {
	content: "\e886";
}
.icon-chevron-up-circle:before {
	content: "\e887";
}
.icon-chevron-down-circle:before {
	content: "\e888";
}
.icon-chevron-left-circle:before {
	content: "\e889";
}
.icon-chevron-right-circle:before {
	content: "\e88a";
}
.icon-crop:before {
	content: "\e88b";
}
.icon-frame-expand:before {
	content: "\e88c";
}
.icon-frame-contract:before {
	content: "\e88d";
}
.icon-layers:before {
	content: "\e88e";
}
.icon-funnel:before {
	content: "\e88f";
}
.icon-text-format:before {
	content: "\e890";
}
.icon-text-format-remove:before {
	content: "\e891";
}
.icon-text-size:before {
	content: "\e892";
}
.icon-bold:before {
	content: "\e893";
}
.icon-italic:before {
	content: "\e894";
}
.icon-underline:before {
	content: "\e895";
}
.icon-strikethrough:before {
	content: "\e896";
}
.icon-highlight:before {
	content: "\e897";
}
.icon-text-align-left:before {
	content: "\e898";
}
.icon-text-align-center:before {
	content: "\e899";
}
.icon-text-align-right:before {
	content: "\e89a";
}
.icon-text-align-justify:before {
	content: "\e89b";
}
.icon-line-spacing:before {
	content: "\e89c";
}
.icon-indent-increase:before {
	content: "\e89d";
}
.icon-indent-decrease:before {
	content: "\e89e";
}
.icon-pilcrow:before {
	content: "\e89f";
}
.icon-direction-ltr:before {
	content: "\e8a0";
}
.icon-direction-rtl:before {
	content: "\e8a1";
}
.icon-page-break:before {
	content: "\e8a2";
}
.icon-sort-alpha-asc:before {
	content: "\e8a3";
}
.icon-sort-amount-asc:before {
	content: "\e8a4";
}
.icon-hand:before {
	content: "\e8a5";
}
.icon-pointer-up:before {
	content: "\e8a6";
}
.icon-pointer-right:before {
	content: "\e8a7";
}
.icon-pointer-down:before {
	content: "\e8a8";
}
.icon-pointer-left:before {
	content: "\e8a9";
}
