@charset "UTF-8";
button {
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
padding: 0;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit;
font-family: inherit;
}
.bg-image img,
.bg-image picture,
.bg-image picture img, .covered, .cover-bg {
height: 100%;
left: 0;
position: absolute;
width: 100%;
top: 0;
pointer-events: none;
}
.covered-pointer {
height: 100%;
left: 0;
position: absolute;
width: 100%;
top: 0;
}
.d-flex-cc,
.d-flex-center-center {
display: flex;
align-items: center;
justify-content: center;
}
body {
font-size: 18px;
line-height: 1.5;
}
@media only screen and (max-width: 1022px) {
body {
font-size: 16px;
}
}
.text--64 {
font-size: 64px;
line-height: 1;
letter-spacing: -0.04em;
}
@media only screen and (max-width: 1439px) {
.text--64 {
font-size: 48px;
}
}
@media only screen and (max-width: 1200px) {
.text--64 {
font-size: 44px;
}
}
@media only screen and (max-width: 1022px) {
.text--64 {
font-size: 40px;
}
}
@media only screen and (max-width: 767px) {
.text--64 {
font-size: 32px;
}
}
.text--24 {
font-size: 24px;
line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
.text--24 {
font-size: 20px;
}
}
@media only screen and (max-width: 1022px) {
.text--24 {
font-size: 18px;
}
}
.text--20 {
font-size: 20px;
}
.text--18 {
font-size: 18px;
}
.text--16 {
font-size: 16px;
line-height: 1.2;
}
@media only screen and (max-width: 767px) {
.text--16 {
font-size: 14px;
}
}
.text--14 {
font-size: 14px;
line-height: 1.2;
}
.text--12 {
font-size: 12px;
}
.text--11 {
font-size: 11px;
}
.text--10 {
font-size: 10px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
.btn:focus-visible,
.focus-visible:focus-visible,
.focus-within:focus-visible {
outline-color: var(--color-focus);
outline-style: solid;
outline-offset: 10px;
outline-width: 2px;
transition: outline-offset 0.2s linear;
}
.text *,
.title *,
.title-main * {
color: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
text-transform: inherit;
text-align: inherit;
font-style: inherit;
font-family: inherit;
}
.overflow-backface {
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
.bg-video {
position: absolute;
min-width: 100%;
min-height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
:root {
--color-white: #fff;
--color-black: #000;
--color-font-color: #000;
--color-turquise: #6fe1c4;
--color-aqua: #31c6e0;
--color-slate-50: #f8fafc;
--color-slate-100: #f1f5f9;
--color-slate-200: #e2e8f0;
--color-slate-300: #cad5e2;
--color-slate-400: #90a1b9;
--color-slate-500: #62748e;
--color-slate-600: #45556c;
--color-slate-700: #314158;
--color-slate-800: #1d293d;
--color-slate-900: #0f172b;
--color-slate-950: #020618;
--color-blue: #3158e0;
--color-blue-50: #f6f8fe;
--color-red: #ed0530;
--color-red-50: rgba(237, 5, 48, 0.05);
--color-border: rgba(0, 0, 0, 0.33);
--color-focus: rgba(0, 0, 0, 0.5);
--color-validation-failed: #f00;
--font-primary: Inter, sans-serif;
--font-secondary: Archivo, sans-serif;
--easing-default: cubic-bezier(0.16, 1, 0.3, 1);
--easing-slow: cubic-bezier(0.4, 0, 0.2, 1);
--easing-ease-in-out: cubic-bezier(0.55, 0, 0.45, 1);
--easing-slow-down: cubic-bezier(0.25, 0.49, 0.31, 1);
--easing-long-slow-down: cubic-bezier(0.13, 0.63, 0.4, 0.97);
--easing-ease-motion: cubic-bezier(0.66, 0.19, 0.29, 0.79);
--easing-expressive-in-out: cubic-bezier(0.76, 0.09, 0.03, 0.96);
--easing-fly-in: cubic-bezier(0.08, 0.69, 0.07, 1);
--easing-fly-out: cubic-bezier(0.54, 0.01, 0.99, 0.26);
--shadow-default: 0px 3px 6px 0px rgba(0, 0, 0, 0.0196078431), 0px 11px 11px 0px rgba(0, 0, 0, 0.0196078431), 0px 25px 15px 0px rgba(0, 0, 0, 0.0117647059), 0px 44px 18px 0px rgba(0, 0, 0, 0), 0px 69px 19px 0px rgba(0, 0, 0, 0);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
text-align: left;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
text-decoration: none;
background-color: transparent;
}
a:hover, a:focus {
text-decoration: none;
}
a:not([href]):not([tabindex]) {
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 1rem;
}
button {
border-radius: 0;
text-transform: none;
cursor: pointer;
-webkit-appearance: button;
}
input,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
select {
word-wrap: normal;
text-transform: none;
}
input {
overflow: visible;
}
[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 {
padding: 0;
border-style: none;
}
input[type=radio],
input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
@media (min-width: 320px) {
.text-xs-center {
text-align: center;
}
.text-xs-left {
text-align: left;
}
.text-xs-right {
text-align: right;
}
.d-xs-none {
display: none !important;
}
.d-xs-inline-block {
display: inline-block !important;
}
.d-xs-block {
display: block !important;
}
.d-xs-flex {
display: flex !important;
}
.d-xs-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.text-sm-center {
text-align: center;
}
.text-sm-left {
text-align: left;
}
.text-sm-right {
text-align: right;
}
.d-sm-none {
display: none !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1023px) {
.text-md-center {
text-align: center;
}
.text-md-left {
text-align: left;
}
.text-md-right {
text-align: right;
}
.d-md-none {
display: none !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1201px) {
.text-lg-center {
text-align: center;
}
.text-lg-left {
text-align: left;
}
.text-lg-right {
text-align: right;
}
.d-lg-none {
display: none !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1439px) {
.text-xl-center {
text-align: center;
}
.text-xl-left {
text-align: left;
}
.text-xl-right {
text-align: right;
}
.d-xl-none {
display: none !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-right: 2rem;
padding-left: 2rem;
}
.container {
display: block;
margin: 0 auto;
max-width: calc(100% - 32px);
padding: 0;
width: 100%;
}
.row {
box-sizing: border-box;
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;
margin-left: -8px;
margin-right: -8px;
}
.row.reverse {
-ms-flex-direction: row-reverse;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
.col.reverse {
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
}
[class*=col-] {
padding-left: 8px;
padding-right: 8px;
}
.col-xs {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xs-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xs-2 {
-ms-flex-preferred-size: 16.666667%;
flex-basis: 16.666667%;
max-width: 16.666667%;
}
.col-xs-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xs-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xs-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-xs-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xs-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xs-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-xs-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xs-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xs-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-xs-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xs-offset-1 {
margin-left: 8.333%;
}
.col-xs-offset-2 {
margin-left: 16.666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.333%;
}
.col-xs-offset-5 {
margin-left: 41.667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.333%;
}
.col-xs-offset-8 {
margin-left: 66.667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.333%;
}
.col-xs-offset-11 {
margin-left: 91.667%;
}
.start-xs {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xs {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.end-xs {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xs {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-xs {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-xs {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-xs {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xs {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-xs {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-xs {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
@media only screen and (min-width: 768px) {
.row {
margin-left: -8px;
margin-right: -8px;
}
.container {
max-width: calc(100% - 32px);
}
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
}
[class*=col-] {
padding-left: 8px;
padding-right: 8px;
}
.col-sm {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-sm-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-sm-2 {
-ms-flex-preferred-size: 16.666667%;
flex-basis: 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-sm-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-sm-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-sm-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-sm-offset-0 {
margin-left: 0;
}
.col-sm-offset-1 {
margin-left: 8.333%;
}
.col-sm-offset-2 {
margin-left: 16.666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.333%;
}
.col-sm-offset-5 {
margin-left: 41.667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333%;
}
.col-sm-offset-8 {
margin-left: 66.667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.333%;
}
.col-sm-offset-11 {
margin-left: 91.667%;
}
.start-sm {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-sm {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.end-sm {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-sm {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-sm {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-sm {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-sm {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-sm {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-sm {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-sm {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}
@media only screen and (min-width: 1023px) {
.row {
margin-left: -10px;
margin-right: -10px;
}
.container {
max-width: 990px;
padding-left: 10px;
padding-right: 10px;
}
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
}
[class*=col-] {
padding-left: 10px;
padding-right: 10px;
}
.col-md {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-md-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-md-2 {
-ms-flex-preferred-size: 16.666667%;
flex-basis: 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-md-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-md-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-md-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333%;
}
.col-md-offset-2 {
margin-left: 16.666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.333%;
}
.col-md-offset-5 {
margin-left: 41.667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333%;
}
.col-md-offset-8 {
margin-left: 66.667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.333%;
}
.col-md-offset-11 {
margin-left: 91.667%;
}
.start-md {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-md {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.end-md {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-md {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-md {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-md {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-md {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-md {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-md {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-md {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}
@media only screen and (min-width: 1201px) {
.row {
margin-left: -10px;
margin-right: -10px;
}
.container {
max-width: 1200px;
padding-left: 10px;
padding-right: 10px;
}
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
}
[class*=col-] {
padding-left: 10px;
padding-right: 10px;
}
.col-lg {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-lg-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-lg-2 {
-ms-flex-preferred-size: 16.666667%;
flex-basis: 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-lg-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-lg-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-lg-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333%;
}
.col-lg-offset-2 {
margin-left: 16.666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.333%;
}
.col-lg-offset-5 {
margin-left: 41.667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333%;
}
.col-lg-offset-8 {
margin-left: 66.667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.333%;
}
.col-lg-offset-11 {
margin-left: 91.667%;
}
.start-lg {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-lg {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.end-lg {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-lg {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-lg {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-lg {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-lg {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-lg {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-lg {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-lg {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}
@media only screen and (min-width: 1440px) {
.row {
margin-left: -10px;
margin-right: -10px;
}
.container {
max-width: 1412px;
padding-left: 10px;
padding-right: 10px;
}
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
}
[class*=col-] {
padding-left: 10px;
padding-right: 10px;
}
.col-xl {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xl-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xl-2 {
-ms-flex-preferred-size: 16.666667%;
flex-basis: 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xl-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-xl-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xl-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-xl-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xl-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-xl-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xl-offset-0 {
margin-left: 0;
}
.col-xl-offset-1 {
margin-left: 8.333%;
}
.col-xl-offset-2 {
margin-left: 16.666667%;
}
.col-xl-offset-3 {
margin-left: 25%;
}
.col-xl-offset-4 {
margin-left: 33.333%;
}
.col-xl-offset-5 {
margin-left: 41.667%;
}
.col-xl-offset-6 {
margin-left: 50%;
}
.col-xl-offset-7 {
margin-left: 58.333%;
}
.col-xl-offset-8 {
margin-left: 66.667%;
}
.col-xl-offset-9 {
margin-left: 75%;
}
.col-xl-offset-10 {
margin-left: 83.333%;
}
.col-xl-offset-11 {
margin-left: 91.667%;
}
.start-xl {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xl {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.end-xl {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xl {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-xl {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-xl {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-xl {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xl {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-xl {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-xl {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}
:focus {
outline: none;
}
a,
button,
input,
.btn,
.focus-visible,
.focus-within {
outline-offset: 10px;
}
input:focus-visible {
outline-offset: 2px;
}
.animate-fade.is-visible {
opacity: 1;
transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
opacity: 0;
transition: opacity 250ms linear;
pointer-events: none;
}
.mt-240 {
margin-top: 240px;
}
@media only screen and (max-width: 1439px) {
.mt-240 {
margin-top: 200px;
}
}
@media only screen and (max-width: 1200px) {
.mt-240 {
margin-top: 160px;
}
}
@media only screen and (max-width: 1022px) {
.mt-240 {
margin-top: 128px;
}
}
.mt-160 {
margin-top: 160px;
}
@media only screen and (max-width: 1200px) {
.mt-160 {
margin-top: 120px;
}
}
@media only screen and (max-width: 1022px) {
.mt-160 {
margin-top: 80px;
}
}
@media only screen and (max-width: 767px) {
.mt-160 {
margin-top: 60px;
}
}
.mt-150 {
margin-top: 150px;
}
@media only screen and (max-width: 1200px) {
.mt-150 {
margin-top: 120px;
}
}
@media only screen and (max-width: 1022px) {
.mt-150 {
margin-top: 80px;
}
}
@media only screen and (max-width: 767px) {
.mt-150 {
margin-top: 60px;
}
}
.mt-128 {
margin-top: 128px;
}
@media only screen and (max-width: 1200px) {
.mt-128 {
margin-top: 80px;
}
}
.mt-120 {
margin-top: 120px;
}
@media only screen and (max-width: 1439px) {
.mt-120 {
margin-top: 100px;
}
}
@media only screen and (max-width: 1200px) {
.mt-120 {
margin-top: 80px;
}
}
@media only screen and (max-width: 767px) {
.mt-120 {
margin-top: 60px;
}
}
.mt-100 {
margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
.mt-100 {
margin-top: 80px;
}
}
@media only screen and (max-width: 767px) {
.mt-100 {
margin-top: 60px;
}
}
.mt-96 {
margin-top: 96px;
}
@media only screen and (max-width: 1200px) {
.mt-96 {
margin-top: 80px;
}
}
@media only screen and (max-width: 767px) {
.mt-96 {
margin-top: 64px;
}
}
.mt-90 {
margin-top: 90px;
}
@media only screen and (max-width: 1200px) {
.mt-90 {
margin-top: 60px;
}
}
@media only screen and (max-width: 767px) {
.mt-90 {
margin-top: 40px;
}
}
.mt-80 {
margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
.mt-80 {
margin-top: 50px;
}
}
@media only screen and (max-width: 1022px) {
.mt-80 {
margin-top: 40px;
}
}
.mt-70 {
margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
.mt-70 {
margin-top: 50px;
}
}
@media only screen and (max-width: 1022px) {
.mt-70 {
margin-top: 40px;
}
}
.mt-64 {
margin-top: 64px;
}
@media only screen and (max-width: 1200px) {
.mt-64 {
margin-top: 48px;
}
}
.mt-60 {
margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
.mt-60 {
margin-top: 40px;
}
}
@media only screen and (max-width: 1022px) {
.mt-60 {
margin-top: 30px;
}
}
.mt-50 {
margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
.mt-50 {
margin-top: 40px;
}
}
@media only screen and (max-width: 1022px) {
.mt-50 {
margin-top: 30px;
}
}
.mt-44 {
margin-top: 44px;
}
@media only screen and (max-width: 1022px) {
.mt-44 {
margin-top: 32px;
}
}
.mt-40 {
margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
.mt-40 {
margin-top: 30px;
}
}
@media only screen and (max-width: 1022px) {
.mt-40 {
margin-top: 20px;
}
}
.mt-32 {
margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
.mt-32 {
margin-top: 20px;
}
}
.mt-30 {
margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
.mt-30 {
margin-top: 20px;
}
}
.mt-24 {
margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
.mt-24 {
margin-top: 15px;
}
}
.mt-20 {
margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.mt-20 {
margin-top: 12px;
}
}
.mt-16 {
margin-top: 16px;
}
@media only screen and (max-width: 767px) {
.mt-16 {
margin-top: 8px;
}
}
.mt-12 {
margin-top: 12px;
}
.mt-8 {
margin-top: 8px;
}
.mb-240 {
margin-bottom: 240px;
}
@media only screen and (max-width: 1439px) {
.mb-240 {
margin-bottom: 200px;
}
}
@media only screen and (max-width: 1200px) {
.mb-240 {
margin-bottom: 160px;
}
}
@media only screen and (max-width: 1022px) {
.mb-240 {
margin-bottom: 128px;
}
}
.mb-160 {
margin-bottom: 160px;
}
@media only screen and (max-width: 1200px) {
.mb-160 {
margin-bottom: 120px;
}
}
@media only screen and (max-width: 1022px) {
.mb-160 {
margin-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.mb-160 {
margin-bottom: 60px;
}
}
.mb-150 {
margin-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
.mb-150 {
margin-bottom: 120px;
}
}
@media only screen and (max-width: 1022px) {
.mb-150 {
margin-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.mb-150 {
margin-bottom: 60px;
}
}
.mb-128 {
margin-bottom: 128px;
}
@media only screen and (max-width: 1200px) {
.mb-128 {
margin-bottom: 80px;
}
}
.mb-120 {
margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
.mb-120 {
margin-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.mb-120 {
margin-bottom: 60px;
}
}
.mb-100 {
margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
.mb-100 {
margin-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.mb-100 {
margin-bottom: 60px;
}
}
.mb-96 {
margin-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
.mb-96 {
margin-bottom: 70px;
}
}
@media only screen and (max-width: 767px) {
.mb-96 {
margin-bottom: 64px;
}
}
.mb-90 {
margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
.mb-90 {
margin-bottom: 60px;
}
}
@media only screen and (max-width: 767px) {
.mb-90 {
margin-bottom: 40px;
}
}
.mb-80 {
margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
.mb-80 {
margin-bottom: 50px;
}
}
@media only screen and (max-width: 1022px) {
.mb-80 {
margin-bottom: 40px;
}
}
.mb-70 {
margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
.mb-70 {
margin-bottom: 50px;
}
}
@media only screen and (max-width: 1022px) {
.mb-70 {
margin-bottom: 40px;
}
}
.mb-64 {
margin-bottom: 64px;
}
@media only screen and (max-width: 1200px) {
.mb-64 {
margin-bottom: 48px;
}
}
.mb-60 {
margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
.mb-60 {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 1022px) {
.mb-60 {
margin-bottom: 30px;
}
}
.mb-50 {
margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
.mb-50 {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 1022px) {
.mb-50 {
margin-bottom: 30px;
}
}
.mb-44 {
margin-bottom: 44px;
}
@media only screen and (max-width: 1200px) {
.mb-44 {
margin-bottom: 32px;
}
}
.mb-40 {
margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
.mb-40 {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 1022px) {
.mb-40 {
margin-bottom: 20px;
}
}
.mb-32 {
margin-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
.mb-32 {
margin-bottom: 20px;
}
}
.mb-30 {
margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
.mb-30 {
margin-bottom: 20px;
}
}
.mb-24 {
margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
.mb-24 {
margin-bottom: 15px;
}
}
.mb-20 {
margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.mb-20 {
margin-bottom: 12px;
}
}
.mb-16 {
margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
.mb-16 {
margin-bottom: 8px;
}
}
.mb-12 {
margin-bottom: 12px;
}
.mb-8 {
margin-bottom: 8px;
}
.mb-0 {
margin-bottom: 0px;
}  :root {
--swiper-theme-color: #007aff; }
:host {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
touch-action: pan-y;
}
.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
backface-visibility: hidden;
} .swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d {
perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
transform-style: preserve-3d;
} .swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}  .swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}   .swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active {
pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
} @font-face {
font-family: "Inter";
src: url(//fusionics-foundation.com/wp-content/themes/fusionics/public/fonts/Inter-Light.woff2) format("woff2");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url(//fusionics-foundation.com/wp-content/themes/fusionics/public/fonts/Inter-Regular.woff2) format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url(//fusionics-foundation.com/wp-content/themes/fusionics/public/fonts/Inter-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url(//fusionics-foundation.com/wp-content/themes/fusionics/public/fonts/Inter-Bold.woff2) format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Archivo";
src: url(//fusionics-foundation.com/wp-content/themes/fusionics/public/fonts/Archivo-Light.woff2) format("woff2");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Archivo";
src: url(//fusionics-foundation.com/wp-content/themes/fusionics/public/fonts/Archivo-Regular.woff2) format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Archivo";
src: url(//fusionics-foundation.com/wp-content/themes/fusionics/public/fonts/Archivo-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Archivo";
src: url(//fusionics-foundation.com/wp-content/themes/fusionics/public/fonts/Archivo-Bold.woff2) format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
.cover-bg {
background-size: cover;
background-position: center center;
}
.cover-bg img {
display: none;
}
.covered {
max-height: initial;
}
.bg-image img,
.bg-image picture,
.bg-image picture img {
max-height: initial;
}
.bg-video video {
height: 100%;
width: 100%;
object-fit: cover;
}
.overflow-h {
overflow: hidden;
}
.p-none {
pointer-events: none;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.text--white {
color: var(--color-white);
}
.text--slate {
color: var(--color-slate);
}
.text--slate-50 {
color: var(--color-slate-50);
}
.text--slate-100 {
color: var(--color-slate-100);
}
.text--slate-200 {
color: var(--color-slate-200);
}
.text--slate-300 {
color: var(--color-slate-300);
}
.text--slate-400 {
color: var(--color-slate-400);
}
.text--slate-500 {
color: var(--color-slate-500);
}
.text--slate-600 {
color: var(--color-slate-600);
}
.text--slate-700 {
color: var(--color-slate-700);
}
.text--slate-800 {
color: var(--color-slate-800);
}
.text--slate-900 {
color: var(--color-slate-900);
}
.text--slate-950 {
color: var(--color-slate-950);
}
.text--red {
color: var(--color-validation-failed);
}
.text--blue {
color: var(--color-blue);
}
.text--blue-50 {
color: var(--color-blue-50);
}
.text--lt {
font-weight: 300;
}
.text--rg {
font-weight: 400;
}
.text--md {
font-weight: 500;
}
.text--sb {
font-weight: 600;
}
.text--bd {
font-weight: 700;
}
.text--bk {
font-weight: 800;
}
.text--uppercase {
text-transform: uppercase;
}
.stretched-link {
position: absolute;
left: 0;
top: 0;
z-index: 5;
font-size: 0;
line-height: 0;
width: 100%;
height: 100%;
}
[data-indicator-wrapper] {
position: relative;
}
.super-title {
font-size: 14px;
font-family: var(--font-secondary);
opacity: 0.8;
}
.opacity-5 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
@media only screen and (max-width: 767px) {
.hidden-mobile {
display: none;
}
}
@media only screen and (max-width: 1022px) {
.hidden-tablet-p {
display: none;
}
}
.visible-mobile {
display: none;
}
@media only screen and (max-width: 767px) {
.visible-mobile {
display: block;
}
}
.visible-tablet-p {
display: none;
}
@media only screen and (max-width: 1022px) {
.visible-tablet-p {
display: block;
}
}
.d-none,
.hide {
display: none;
}
.show {
display: block;
}
.mx-auto {
width: 100%;
display: block;
margin: 0 auto;
}
.d-flex {
display: flex;
}
.f-auto {
flex: auto;
display: flex;
flex-direction: column;
}
@media (min-width: 1600px) {
.container {
max-width: 1920px;
padding-left: 40px;
padding-right: 40px;
}
}
.container--large {
width: 100%;
display: block;
margin: 0 auto;
max-width: 1920px;
padding: 0 8px;
}
@media only screen and (max-width: 1200px) {
.container--large {
max-width: calc(100% - 16px);
}
}
.border-white {
border: 0.5px solid var(--color-border);
}
.rounded-8 {
border-radius: 8px;
}
.rounded-16 {
border-radius: 16px;
}
.rounded-24 {
border-radius: 24px;
}
.rounded-32 {
border-radius: 32px;
}
@media only screen and (max-width: 767px) {
.rounded-32 {
border-radius: 24px;
}
}
.font-primary {
font-family: var(--font-primary);
}
.font-secondary {
font-family: var(--font-secondary);
}
.swiper {
-webkit-user-select: none;
user-select: none;
}
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination {
position: relative;
bottom: 0;
top: 0;
width: 100%;
line-height: normal;
display: flex;
justify-content: center;
gap: 12px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
margin: 0;
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet,
.swiper-pagination-bullet {
height: 5px;
width: 5px;
border: 0;
outline: 0;
border-radius: 100%;
margin: 0;
opacity: 1;
background-color: var(--color-gray-500);
transition: background-color 80ms ease-out, opacity 80ms ease-out;
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet-active,
.swiper-pagination-bullet-active {
background-color: var(--color-white);
}
@media only screen and (min-width: 1023px) {
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet:hover,
.swiper-pagination-bullet:hover {
background-color: var(--color-white);
}
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
margin: 0;
top: 0;
right: initial;
left: 0;
}
.swiper-horizontal .swiper-button-prev svg,
.swiper-horizontal .swiper-button-next svg,
.swiper-horizontal ~ .swiper-button-prev svg,
.swiper-horizontal ~ .swiper-button-next svg {
display: none;
}
.slider-nav {
margin-top: 10px;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.slider-nav.d-none {
display: none;
}
.slider-nav__arrow {
position: relative;
margin: 0;
top: 0;
left: 0;
bottom: initial;
width: 18px;
height: 18px;
flex-shrink: 0;
border-radius: 0;
background-color: transparent;
color: var(--color-black);
opacity: 0.75;
transition: background-color 0.3s var(--easing-default), opacity 0.3s var(--easing-default);
}
.slider-nav__arrow svg {
display: none;
}
.slider-nav__arrow .icon {
width: 10px;
height: 10px;
}
.slider-nav__arrow .icon::before {
background-color: currentColor;
}
.slider-nav__arrow .icon-arrow-left::before {
transform: scaleX(-1);
}
@media only screen and (min-width: 1023px) {
.slider-nav__arrow:hover {
opacity: 1;
}
}
.slider-nav__arrow.arrow-right {
left: initial;
right: 0;
}
.slider-nav__arrow.swiper-button-disabled {
opacity: 0.2;
pointer-events: none;
}
@media only screen and (max-width: 767px) {
[data-slider-parent] .swiper {
width: calc(100% + 32px);
margin-left: -16px;
padding: 0 16px;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
display: flex;
overflow: auto;
min-width: 0;
-ms-overflow-style: none;
scrollbar-width: none;
}
[data-slider-parent] .swiper::-webkit-scrollbar {
display: none;
}
}
@media only screen and (max-width: 767px) {
[data-slider-parent] .swiper-wrapper {
display: flex;
flex-wrap: nowrap;
gap: 16px;
width: auto;
}
}
@media only screen and (max-width: 767px) {
[data-slider-parent] .swiper:not(.swiper-initialized) .swiper-pagination, [data-slider-parent] .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type) {
display: block !important;
}
}
[data-slider-parent]:has(.arrow-right.swiper-button-disabled) .swiper::after, [data-slider-parent]:has(.arrow-left.swiper-button-disabled) .swiper::before {
opacity: 0;
}
.p-0 {
padding: 0 !important;
}
.p-relative {
position: relative;
}
.mx-content {
max-width: 826px;
width: 100%;
margin: 0 auto;
}
.h-100 {
height: 100%;
}
.texture-background {
z-index: 1;
overflow: hidden;
}
.top-line {
height: 0.5px;
width: 100%;
background-color: var(--color-border);
margin-bottom: 24px;
}
html,
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
}
::selection {
background-color: #1e0256;
color: var(--color-white);
}
body {
color: var(--color-font-color);
font-family: var(--font-primary);
position: relative;
height: auto;
width: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
align-items: flex-start;
background-color: #f2f1ff;
font-optical-sizing: auto;
}
body.icv__body, body.body-scroll-locked, body.is-open-menu, body.is-open-search, body.is-open-mega-menu, body.noscroll {
overflow: hidden;
padding-right: var(--scroll-width, 0px);
}
.noselect,
.noselect * {
-webkit-user-select: none;
user-select: none;
}
ul,
ol {
list-style: none;
margin: 0;
padding: 0;
}
p {
margin: 0;
}
a {
color: inherit;
text-decoration: none;
transition: color 80ms ease-out, border 80ms ease-out;
}
i,
em {
font-style: italic;
} h1 {
font-weight: inherit;
font-size: inherit;
margin: 0;
} h2 {
font-weight: inherit;
font-size: inherit;
margin: 0;
} h3 {
font-weight: inherit;
font-size: inherit;
margin: 0;
} h4 {
font-weight: inherit;
font-size: inherit;
margin: 0;
} h5 {
font-weight: inherit;
font-size: inherit;
margin: 0;
} h6 {
font-weight: inherit;
font-size: inherit;
margin: 0;
}
img {
margin: 0;
max-height: 100%;
max-width: 100%;
height: auto;
width: auto;
object-fit: cover;
}
figure img {
margin: 0;
}
.sc-general {
width: 100%;
position: relative;
}
.swiper:not(.swiper-initialized) .swiper-pagination,
.swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type) {
display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
font-size: 0 !important;
}
form select::-ms-expand {
display: none;
}
input,
select,
textarea {
box-shadow: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
-webkit-text-fill-color: var(--color-white) !important;
caret-color: var(--color-white) !important;
transition: background-color 9999s ease-in-out 0s;
}
input,
textarea {
-webkit-appearance: none;
border-radius: 0;
}
input:invalid:not(:focus) {
outline: none;
}
textarea::-ms-clear,
input::-ms-clear {
display: none;
}
main {
width: 100%;
flex: 1 0 auto;
padding-top: 110px;
position: relative;
z-index: 1;
}
main:has(.sc-hero-module:first-child) {
padding-top: 0;
}
.sdt-env__badge {
position: fixed;
display: block;
right: 40px; height: 40px;
line-height: 40px;
transform-origin: 100% 0;
background-color: #1a2e44;
padding: 0 35px;
border-radius: 15px 15px 0 0;
transform: rotate(270deg);
z-index: 99999;
font-weight: bold;
color: white;
font-size: 13px;
font-family: sans-serif;
}
.sdt-env__badge .icon {
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAuNjMiIGhlaWdodD0iMTU5LjQ0IiB2aWV3Qm94PSIwIDAgMTQwLjYzIDE1OS40NCI+PHBhdGggZD0iTTI1LjUxLDI5LjgzYy00LjMtMi40OC0yLjQ4LTMuNTMsMS4yNC01LjczUzY0LjQ1LDIuNjIsNjcuMjIsMS4xczQuMzktMS42Miw4LjU5LC43NiwzNy40MiwyMS4zOCw0MC4xOSwyMi44MiwyLjQ4LDMuMTUsMCw0LjU4LTguNzgsNS4xNS0xMC45OCw2LjExLTYuNzgsLjY3LTkuNjQtMS4wNS0xNC43LTguNS0xOC45LTExLjM2LTcuMzUtMi42Ny0xMi4zMSwuMTktMTcuMjgsMTAuMDItMjAuMDUsMTEuNDYtNi40OSwyLjM5LTEwLjEyLC40OC04LjUtNS4yNS04LjUtNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PHBhdGggZD0iTTI0Ljk4LDY0LjQ5YzIuNzcsMS40MywzNS45OSwyMC40Myw0MC4xOSwyMi44MnM1LjgyLDIuMjksOC41OSwuNzYsMzYuNzUtMjAuODEsNDAuNDgtMjMuMDFsNy4wNS0zLjY3djQ3LjM1czExLjQ2LDYuMzYsMTQuNzYsOC41NCw0LjU4LS45LDQuNTgtNC4yMVY0Ni4xMmMwLTEwLjE4LTguNC0xMi4yMi0xNS4yNy04LjY2cy0yOC40OSwxNy4xLTI4LjQ5LDE3LjFjLTIuNzcsMS40My0xNS4wOCw4LjU5LTIwLjA1LDExLjQ2cy04LjExLDMuMDUtMTIuMzEsLjE5LTE2LjA0LTkuNjQtMTguOS0xMS4zNmMwLDAtMjAuOC0xMi41NS0yOC42OS0xNi42MlMuMTEsMzcuNDcsLjExLDQ1LjM2LS4xNCwxMDguNzUsLjExLDExMi41NnMyLjA1LDYuMDgsNi44NywzLjU2YzcuMjItMy43NiwxMi43My03LjM4LDEyLjczLTcuMzhsLjc2LTQ2LjU5LDQuNTEsMi4zM1oiIHN0eWxlPSJmaWxsOiMyMmQxNzI7Ii8+PHBhdGggZD0iTTEyNS40OCwxMjMuNjFjNC4zLDIuNDgsMi40OCwzLjUzLTEuMjQsNS43M3MtNDcuNzEsMjcuNDgtNTAuNDgsMjkuMDEtNC4zOSwxLjYyLTguNTktLjc2LTQ3LjQyLTI3LjM4LTUwLjE5LTI4LjgyLTIuNDgtMy4xNSwwLTQuNTgsOC43OC01LjE1LDEwLjk4LTYuMTEsNi43OC0uNjcsOS42NCwxLjA1LDI0LjcsMTQuNSwyOC45LDE3LjM2LDcuMzUsMi42NywxMi4zMS0uMTksMjcuMjgtMTYuMDIsMzAuMDUtMTcuNDYsNi40OS0yLjM5LDEwLjEyLS40OCw4LjUsNS4yNSw4LjUsNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PC9zdmc+") !important;
background-position: center bottom;
background-repeat: no-repeat;
background-size: 20px 20px;
float: right;
width: 20px;
height: 30px;
margin-left: 10px;
}
.sdt-env__badge .icon::before {
background-color: transparent;
}
.sdt-env__badge .mailtrap-unread-email {
display: inline-block;
box-sizing: border-box;
margin: 12px 0 0 25px;
min-width: 18px;
height: 18px;
border-radius: 9px;
background-color: #d63638;
color: #fff;
font-size: 11px;
line-height: 1.6;
text-align: center;
z-index: 26;
}
.sdt-env__badge.local {
background-color: #fdb833;
color: #2b2b2b;
}
.sdt-env__badge.staging {
background-color: #ea3546;
}
.sdt-env__badge.production {
background-color: #1789fc;
}
img.lazyload,
img.lazyloaded {
transition: opacity 0.1s ease, transform 0.3s ease !important;
}
.grecaptcha-badge,
.g-captcha,
.g-recaptcha {
position: absolute !important;
right: 100vw !important;
top: -100vh !important;
}
html.lenis,
html.lenis body {
height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-smooth iframe {
pointer-events: none;
}
div#qm-fatal,
div#qm-fatal h2 {
background: #000000 !important;
}
#wp-admin-bar-sp-role-switcher span.on {
background-color: #d63638;
display: inline-block;
box-sizing: border-box;
margin: 1px 0 -1px 2px;
padding: 0 5px;
min-width: 18px;
height: 18px;
border-radius: 9px;
color: #fff;
font-size: 11px;
line-height: 1.6;
text-align: center;
z-index: 26;
}
#wp-admin-bar-sp-role-switcher span.on:before {
content: "\f177";
font-family: "Dashicons"; }
#wp-admin-bar-sp-role-switcher span.off:before {
content: "\f530";
font-family: Dashicons; }
#wp-admin-bar-sp-role-switcher.menupop.hover ul li.sp-switch-back a {
color: #d63638;
}
.editable-section {
position: relative;
cursor: pointer;
outline: 1px dashed rgba(80, 80, 80, 0.4);
background-color: rgba(0, 0, 0, 0.02);
transition: background-color 0.5s ease, outline-color 0.5s ease;
}
.editable-section:hover {
background-color: rgba(0, 0, 0, 0.04);
}
.editable-section:hover::before {
content: "Edit this module";
position: absolute;
inset: 0;
display: flex;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(3px);
font-size: 0.95rem;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
pointer-events: none;
z-index: 1000;
text-align: center;
border-radius: 4px;
opacity: 0;
animation: classyFade 0.6s ease forwards;
}
@keyframes classyFade {
from {
opacity: 0;
transform: scale(0.985);
}
to {
opacity: 1;
transform: scale(1);
}
}
.development-error--active {
overflow: hidden;
}
.development-error__wrapper {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
z-index: 100000000000000000;
display: flex;
align-content: center;
align-items: center;
flex-direction: column;
padding: 10vh 15px 0;
}
@media (max-height: 812px) {
.development-error__wrapper {
padding: 15px 15px 0;
}
}
.development-error__wrapper.is-hidden {
display: none;
}
.development-error {
--size-gap-half: 4px;
--size-gap: 8px;
--size-gap-double: 16px;
--size-gap-triple: 24px;
--size-gap-quad: 32px;
--size-font-small: 14px;
--size-font: 16px;
--size-font-big: 20px;
--size-font-bigger: 24px;
--color-accents-1: #808080;
--color-accents-2: #222222;
--color-accents-3: #404040;
--font-stack-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
--color-ansi-selection: rgba(95, 126, 151, 0.48);
--color-ansi-bg: #111111;
--color-ansi-fg: #cccccc;
--color-ansi-white: #777777;
--color-ansi-black: #141414;
--color-ansi-blue: #00aaff;
--color-ansi-cyan: #88ddff;
--color-ansi-green: #98ec65;
--color-ansi-magenta: #aa88ff;
--color-ansi-red: #ff5555;
--color-ansi-yellow: #ffcc33;
--color-ansi-bright-white: #ffffff;
--color-ansi-bright-black: #777777;
--color-ansi-bright-blue: #33bbff;
--color-ansi-bright-cyan: #bbecff;
--color-ansi-bright-green: #b6f292;
--color-ansi-bright-magenta: #cebbff;
--color-ansi-bright-red: #ff8888;
--color-ansi-bright-yellow: #ffd966;
display: flex;
flex-direction: column;
width: 100%;
margin-right: auto;
margin-left: auto;
outline: none;
background: white;
border-radius: var(--size-gap);
box-shadow: 0 var(--size-gap-half) var(--size-gap-double) rgba(0, 0, 0, 0.25);
max-height: calc(100% - 56px);
overflow-y: hidden;
}
@media (min-width: 576px) {
.development-error {
max-width: 540px;
box-shadow: 0 var(--size-gap) var(--size-gap-quad) rgba(0, 0, 0, 0.25);
}
}
@media (min-width: 768px) {
.development-error {
max-width: 720px;
}
}
@media (min-width: 992px) {
.development-error {
max-width: 960px;
}
}
.development-error small {
font-size: 80%;
color: #757575;
}
.development-error__backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(17, 17, 17, 0.2);
pointer-events: all;
cursor: not-allowed;
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px);
z-index: -1;
}
.development-error__banner {
z-index: 2;
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
border-top-width: var(--size-gap-half);
border-bottom-width: 0;
border-top-style: solid;
border-bottom-style: solid;
border-color: var(--color-ansi-red);
}
.development-error__header {
position: relative;
margin-bottom: var(--size-gap-double);
}
.development-error__header button {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
padding: 20px 0 20px 20px;
font-size: 24px;
}
.development-error__title {
font-weight: 500;
font-size: 24px;
line-height: 34px;
padding: 0;
}
.development-error__content {
position: relative;
overflow-y: auto;
border: none;
margin: 0;
padding: calc(var(--size-gap-double) + var(--size-gap-half)) var(--size-gap-double);
height: 100%;
display: flex;
flex-direction: column;
}
.development-error__body {
position: relative;
flex: 1 1 auto;
}
.development-error__terminal {
border-radius: var(--size-gap-half);
background-color: var(--color-ansi-bg);
color: var(--color-ansi-fg);
}
.development-error__terminal * {
color: inherit;
background-color: transparent;
font-family: var(--font-stack-monospace);
}
.development-error__terminal > * {
margin: 0;
padding: calc(var(--size-gap) + var(--size-gap-half)) calc(var(--size-gap-double) + var(--size-gap-half));
}
.development-error__terminal pre {
white-space: pre-wrap;
word-break: break-word;
}
.development-error__terminal pre b {
color: var(--color-ansi-cyan);
}
.development-error footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: var(--size-gap);
}
.development-error footer button small {
color: black;
font-weight: 500;
}
.development-error footer small span {
color: black;
}
.btn {
position: relative;
cursor: pointer;
font-family: var(--font-primary);
font-size: 16px;
line-height: 1.2;
padding: 10px 20px;
display: inline-flex;
text-align: center;
align-items: center;
font-weight: 500;
justify-content: center;
gap: 12px;
color: var(--color-white);
background-color: #1e0256;
overflow: hidden;
backdrop-filter: blur(20px);
min-height: 38px;
border-radius: 100px;
transition: background-color 80ms ease-out, color 80ms ease-out, transform 300ms cubic-bezier(0.25, 0.1, 0, 1);
}
@media only screen and (max-width: 1022px) {
.btn {
min-height: 38px;
}
}
.btn__text {
display: block;
pointer-events: none;
transition: transform 640ms ease;
position: relative;
z-index: 3;
}
.btn:active {
transform: scale(0.95);
}
.btn__icon {
flex-shrink: 0;
}
.btn__icon .icon {
width: 10px;
height: 10px;
transition: transform 0.3s ease;
}
.btn__icon .icon::before {
background-color: currentColor;
}
.btn:active, .btn:hover {
background-color: rgba(30, 2, 86, 0.8);
}
.btn--secondary {
border: 0.5px solid rgba(0, 0, 0, 0.33);
background-color: rgba(255, 255, 255, 0.15);
color: var(--color-font-color);
-webkit-backdrop-filter: blur(100px);
backdrop-filter: blur(100px);
}
.btn--secondary:hover, .btn--secondary:active {
background-color: rgba(255, 255, 255, 0.5);
}
.btn--small {
min-height: 48px;
font-size: 16px;
padding: 10px 8px 10px 16px;
}
.btn--left-icon .btn__icon {
order: -1;
}
.btn[disabled], .btn--disabled {
cursor: not-allowed;
transition: none;
pointer-events: none;
opacity: 0.5;
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
transform: none !important;
}
.btn.hide, .btn.d-none {
display: none;
}
.checkbox {
user-select: none;
position: relative;
}
.checkbox__label {
position: relative;
padding-left: 32px;
cursor: pointer;
margin: 0;
display: flex;
flex-direction: column;
transition: color 80ms ease-out;
}
.checkbox__label::after, .checkbox__label:before {
content: "";
left: 0;
top: -2px;
position: absolute;
pointer-events: none;
width: 20px;
height: 20px;
border-radius: 100%;
}
.checkbox__label:before {
border: 0.5px solid var(--color-black);
background-color: rgba(255, 255, 255, 0.1);
transition: background-color 80ms ease-out, border 80ms ease-out;
}
.checkbox__label::after {
opacity: 0;
transition: opacity 80ms ease-out;
background: #1e0256 url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3E%3C/svg%3E") no-repeat center/10px auto;
}
@media only screen and (min-width: 1023px) {
.checkbox__label:hover::before {
background-color: rgba(0, 0, 0, 0.02);
}
}
.checkbox input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
font-size: 0;
line-height: 0;
}
.checkbox input:checked ~ label::before {
border-color: rgba(0, 0, 0, 0.5);
}
.checkbox input:checked ~ label::after {
opacity: 1;
}
.checkbox a {
text-decoration: underline;
}
.checkbox a:hover {
text-decoration: none;
}
.checkbox.is-validation-failed .checkbox__label::before, .is-validation-failed .checkbox .checkbox__label::before {
background-color: rgba(255, 0, 0, 0.3);
border-color: var(--color-validation-failed);
}
.checkbox .fv-plugins-message-container {
text-align: left;
padding-left: 32px;
}
.checkbox .fv-plugins-message-container div {
margin: 0;
}
.checkbox.is-disabled {
pointer-events: none;
}
.checkbox.is-disabled input {
pointer-events: none;
}
.checkbox.is-disabled .checkbox__label::before {
border-color: var(--color-gray-300);
background-color: var(--color-gray-200);
}
.checkbox.is-disabled .checkbox__label,
.checkbox.is-disabled .checkbox__text {
color: var(--color-gray-400);
}
.dropdown {
width: 100%;
position: relative;
}
.dropdown.is-selected .dropdown__placeholder-text {
color: var(--color-font-color);
}
.dropdown__label {
position: relative;
margin: 0 0 4px;
display: block;
z-index: 4;
font-size: 14px;
font-weight: 500;
font-family: var(--font-secondary);
color: var(--color-font-color);
}
.dropdown__count {
min-width: 16px;
height: 16px;
border-radius: 100%;
border: 1px solid var(--color-white);
z-index: 3;
position: absolute;
right: 0;
top: 0;
transform: translate(50%, -50%);
background-color: var(--color-white);
color: var(--color-font-color);
font-size: 12px;
line-height: 1;
text-align: center;
padding: 2px;
font-family: var(--font-secondary);
font-weight: 500;
}
.dropdown__placeholder {
-webkit-user-select: none;
user-select: none;
position: relative;
width: 100%;
height: 52px;
border-radius: 16px;
outline: none;
z-index: 1;
padding: 4px 16px;
transition: border-color 80ms ease-out, background-color 80ms ease-out;
font-weight: 400;
font-size: 16px;
text-align: left;
justify-content: flex-start;
cursor: pointer;
border: 0.5px solid rgba(0, 0, 0, 0.33);
background-color: rgba(0, 0, 0, 0.02);
color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
.dropdown__placeholder {
height: 48px;
}
}
.dropdown__placeholder-text {
transition: transform 80ms ease-out, opacity 80ms ease-out;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
padding-right: 28px;
max-width: calc(100vw - 70px);
}
.dropdown__arrow {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 50px;
}
@media only screen and (max-width: 767px) {
.dropdown__arrow {
height: 46px;
}
}
.dropdown__arrow .icon {
width: 14px;
height: 14px;
transition: transform 80ms ease-out;
}
.dropdown__list {
position: absolute;
top: 100%;
margin-top: -1px;
width: 100%;
z-index: 9;
left: 0;
overflow: hidden;
border: 0.5px solid rgba(0, 0, 0, 0.33);
border-radius: 16px;
background-color: #f2f1ff;
pointer-events: none;
opacity: 0;
visibility: hidden;
will-change: transform;
transition: transform 80ms ease-out, opacity 80ms ease-out, visibility 80ms ease-out;
}
.dropdown__list-item {
position: relative;
transition: 0.3s ease;
}
.dropdown__list-item:last-child .dropdown__list-option {
border-bottom: 0;
}
.dropdown__list-inner {
overflow: auto;
max-height: 248px;
}
@media only screen and (min-width: 1023px) {
.dropdown__list-inner {
scrollbar-track-color: rgba(255, 255, 255, 0.5);
scrollbar-face-color: rgba(255, 255, 255, 0.5);
scrollbar-arrow-color: rgba(255, 255, 255, 0.5);    }
.dropdown__list-inner::-webkit-scrollbar {
width: 2px;
}
.dropdown__list-inner ::-webkit-scrollbar-track {
-webkit-border-radius: 8px;
border-radius: 8px;
background: rgba(255, 255, 255, 0.5);
}
.dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 255, 255, 0.5);
}
.dropdown__list-inner::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.5);
width: 2px;
border-radius: 8px;
}
.dropdown__list-inner::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.5);
}
.dropdown__list-inner ::-webkit-scrollbar {
width: 2px;
}
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input) {
position: absolute;
width: 0px;
height: 0px;
opacity: 0;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked ~ .dropdown__list-option {
color: var(--color-font-color);
}
.dropdown__list-option {
position: relative;
cursor: pointer;
margin: 0;
width: 100%;
display: flex;
align-items: center;
padding: 10px 16px;
color: rgba(0, 0, 0, 0.5);
font-size: 16px;
background-color: transparent;
border-bottom: 0.5px solid rgba(0, 0, 0, 0.33);
transition: color 80ms ease-out, background-color 80ms ease-out;
}
@media only screen and (min-width: 1023px) {
.dropdown__list-option:hover {
background-color: rgba(0, 0, 0, 0.02);
}
}
.dropdown__list-option.is-disabled {
background-color: var(--color-gray-200);
pointer-events: none;
}
.dropdown__search {
position: absolute;
left: 0;
top: 0;
width: 100%;
padding: 8px;
z-index: 3;
opacity: 0;
border-bottom: 0.5px dashed var(--color-border);
pointer-events: none;
background-color: var(--color-beige);
}
.dropdown__search input {
background-color: var(--color-white);
width: 100%;
height: 32px;
padding: 0 10px;
outline: none;
color: var(--color-font-color);
font-size: 16px;
border: 0.5px solid var(--color-border);
transition: border-color 80ms ease-out;
}
.dropdown__search input:focus {
border-color: var(--color-gray-600);
}
.dropdown.is-open .icon {
transform: scaleY(-1);
}
.dropdown.is-open .dropdown__list {
opacity: 1;
pointer-events: all;
visibility: visible;
transform: translateY(4px);
}
.dropdown.is-open:hover .dropdown__placeholder {
border-color: var(--color-gray-900);
}
.dropdown--search .dropdown__list {
padding-top: 48px;
}
.dropdown--search .dropdown__search {
opacity: 1;
pointer-events: all;
}
.dropdown.is-validation-failed .dropdown__label {
color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .dropdown__placeholder {
border-color: var(--color-validation-failed);
color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .dropdown__placeholder .icon::before {
background-color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .fv-plugins-message-container {
margin-top: 4px;
}
.dropdown.hide {
display: none;
}
.icon::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
pointer-events: none;
}
.icon {
display: block;
position: relative;
width: 24px;
height: 24px;
}
.icon::before {
background-color: currentColor;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
transition: background-color 0.3s ease;
}
.icon-chevron-up, .icon-chevron-down {
width: 18px;
height: 10px;
}
.icon-chevron-up:before, .icon-chevron-down:before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 8 8 8-8'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 8 8 8-8'/%3E%3C/svg%3E");
}
.icon-arrow-up, .icon-arrow-down {
width: 10px;
height: 10px;
}
.icon-arrow-up:before, .icon-arrow-down:before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' fill='none'%3E%3Cpath fill='%23020618' d='M8.708 3.836v1.75L4.354 9.94 0 5.6V3.85l4.34 4.34 4.368-4.354ZM3.626 0h1.456v9.086H3.626V0Z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' fill='none'%3E%3Cpath fill='%23020618' d='M8.708 3.836v1.75L4.354 9.94 0 5.6V3.85l4.34 4.34 4.368-4.354ZM3.626 0h1.456v9.086H3.626V0Z'/%3E%3C/svg%3E");
}
.icon-arrow-left, .icon-arrow-right {
width: 10px;
height: 10px;
}
.icon-arrow-left:before, .icon-arrow-right:before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'%3E%3Cpath fill='%23020618' d='m3.836 8.708 3.612-3.626H0V3.626h7.476L3.85 0H5.6l4.34 4.354-4.354 4.354h-1.75Z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'%3E%3Cpath fill='%23020618' d='m3.836 8.708 3.612-3.626H0V3.626h7.476L3.85 0H5.6l4.34 4.354-4.354 4.354h-1.75Z'/%3E%3C/svg%3E");
}
.icon-chevron-left:before, .icon-chevron-right:before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='square' stroke-width='1.6' d='m4.5 2 4 4-4 4'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='square' stroke-width='1.6' d='m4.5 2 4 4-4 4'/%3E%3C/svg%3E");
}
.icon-arrow-up:before, .icon-arrow-left:before, .icon-chevron-left:before, .icon-chevron-up:before {
transform: scale(-1);
}
.icon-search:before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23A1A1A1' d='m18.163 16.837-3.71-3.712a7.197 7.197 0 1 0-1.328 1.328l3.713 3.714a.94.94 0 0 0 1.328-1.328l-.003-.002ZM3.438 8.75a5.313 5.313 0 1 1 10.625 0 5.313 5.313 0 0 1-10.625 0Z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23A1A1A1' d='m18.163 16.837-3.71-3.712a7.197 7.197 0 1 0-1.328 1.328l3.713 3.714a.94.94 0 0 0 1.328-1.328l-.003-.002ZM3.438 8.75a5.313 5.313 0 1 1 10.625 0 5.313 5.313 0 0 1-10.625 0Z'/%3E%3C/svg%3E");
}
.icon-check {
width: 18px;
height: 14px;
}
.icon-check:before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3E%3C/svg%3E");
}
.icon-close {
width: 20px;
height: 20px;
}
.icon-close:before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='m5.404 14.39.707.706 8.485-8.485-.707-.707-8.485 8.485Z'/%3E%3Cpath fill='%23fff' d='m14.596 14.39-.707.706-8.485-8.485.707-.707 8.485 8.485Z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='m5.404 14.39.707.706 8.485-8.485-.707-.707-8.485 8.485Z'/%3E%3Cpath fill='%23fff' d='m14.596 14.39-.707.706-8.485-8.485.707-.707 8.485 8.485Z'/%3E%3C/svg%3E");
}
.icon-external-link {
width: 8px;
height: 8px;
}
.icon-external-link:before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' fill='none'%3E%3Cpath fill='%23F8FAFC' d='M6.372.012V5.28l-.948.948-.012-4.572L.696 6.384 0 5.688 4.74.936H.156L1.092 0l5.28.012Z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' fill='none'%3E%3Cpath fill='%23F8FAFC' d='M6.372.012V5.28l-.948.948-.012-4.572L.696 6.384 0 5.688 4.74.936H.156L1.092 0l5.28.012Z'/%3E%3C/svg%3E");
}
.mod-loader {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
opacity: 0;
pointer-events: none;
visibility: hidden;
z-index: 30;
background-color: var(--color-slate-950);
}
.show-loader .mod-loader {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.mod-loader svg {
width: 120px;
height: 120px;
}
.mod-loader__spinner {
border: 5px solid var(--color-slate-300);
border-radius: 50%;
border-top: 5px solid transparent;
width: 60px;
height: 60px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
} @-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .mod-input {
width: 100%;
position: relative;
}
.mod-input ::-webkit-input-placeholder {
color: #000;
opacity: 0.5;
font-weight: 400;
}
.mod-input :-ms-input-placeholder {
color: #000;
opacity: 0.5;
font-weight: 400;
}
.mod-input ::placeholder {
color: #000;
opacity: 0.5;
font-weight: 400;
}
.mod-input__label {
position: relative;
margin: 0 0 4px;
display: block;
z-index: 4;
font-size: 14px;
font-weight: 500;
font-family: var(--font-secondary);
color: var(--color-font-color);
}
.mod-input__field {
position: relative;
width: 100%;
height: 48px;
font-weight: 400;
border-radius: 16px;
outline: none;
z-index: 1;
font-size: 16px;
font-family: var(--font-primary);
padding: 4px 16px;
transition: border-color 80ms ease-out, color 80ms ease-out;
border: 0.5px solid rgba(0, 0, 0, 0.33);
background-color: rgba(0, 0, 0, 0.02);
color: var(--color-font-color);
}
.mod-input__field:hover, .mod-input__field:focus {
border-color: #1e0256;
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
color: var(--color-validation-failed);
border-color: var(--color-validation-failed);
}
.mod-input__field:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
-webkit-text-fill-color: var(--color-font-color) !important;
caret-color: var(--color-font-color) !important;
transition: border-color 80ms ease-out;
}
.mod-input__field:-webkit-autofill::selection {
background-color: rgba(255, 255, 255, 0.05) !important;
-webkit-text-fill-color: rgba(255, 255, 255, 0.05) !important;
}
.mod-input__inner {
position: relative;
}
.mod-input textarea {
resize: none;
min-height: 184px;
padding: 14px 16px;
}
.mod-input textarea::-webkit-scrollbar {
width: 0;
display: none;
}
.mod-input__icon {
position: absolute;
top: 16px;
left: 20px;
z-index: 5;
width: 20px;
height: 20px;
color: var(--color-black);
}
.mod-input__icon .icon {
width: 14px;
height: 14px;
}
.mod-input__text {
margin-top: 8px;
}
.mod-input__max-character {
pointer-events: none;
position: relative;
line-height: 1;
margin-top: -4px;
}
.mod-input--with-icon .mod-input__field {
padding-left: 50px;
}
.mod-input.textarea-with-counter .mod-input__inner {
border: 1px solid transparent;
border-radius: 0;
background-color: var(--color-gray-200);
padding: 8px;
transition: border-color 0.5s var(--easing-default);
}
.mod-input.textarea-with-counter .mod-input__inner:hover {
border-color: var(--color-gray-900);
}
.mod-input.textarea-with-counter .mod-input__inner:has(textarea:focus) {
border-color: var(--color-gray-900);
}
.mod-input.textarea-with-counter textarea {
border: 0;
padding: 8px;
min-height: 160px;
background-color: transparent;
}
.mod-input.is-disabled .mod-input__field {
pointer-events: none;
border-color: var(--color-gray-300);
background-color: var(--color-gray-200);
}
.mod-input.is-validation-failed ::-webkit-input-placeholder {
color: #ed0530;
opacity: 1;
font-weight: 400;
}
.mod-input.is-validation-failed :-ms-input-placeholder {
color: #ed0530;
opacity: 1;
font-weight: 400;
}
.mod-input.is-validation-failed ::placeholder {
color: #ed0530;
opacity: 1;
font-weight: 400;
}
.mod-input.is-validation-failed .icon {
color: var(--color-validation-failed);
}
.mod-input.is-validation-failed.textarea-with-counter .mod-input__inner {
border-color: var(--color-validation-failed);
}
.mod-input.is-focused .mod-input__password-validation {
display: grid;
}
[data-validator] + [data-validator] {
display: none;
}
.fv-plugins-message-container,
.validation-message {
color: var(--color-validation-failed);
position: relative;
font-size: 14px;
line-height: 1.5;
}
.fv-plugins-message-container div,
.validation-message div {
margin-top: 4px;
}
.validation-message {
display: none;
}
.is-validation-failed .validation-message {
display: block;
}
.form-success-message,
.form-error-message {
margin: 10px 0;
padding: 8px 16px;
font-size: 16px;
line-height: 1.5;
border-radius: 4px;
color: #ed0530;
}
@media only screen and (max-width: 767px) {
.form-success-message,
.form-error-message {
font-size: 14px;
padding: 5px 10px;
}
}
.form-success-message.is-hidden,
.form-error-message.is-hidden {
display: none;
}
.form-error-message {
background-color: rgba(237, 5, 48, 0.5);
border: 1px solid var(--color-validation-failed);
}
.form-success-message {
background-color: rgba(40, 167, 69, 0.5);
border: 1px solid var(--color-success);
}
.margin {
display: block;
width: 100%;
}
.margin--280 {
height: 280px;
}
@media only screen and (max-width: 1439px) {
.margin--280 {
height: 200px;
}
}
@media only screen and (max-width: 1200px) {
.margin--280 {
height: 160px;
}
}
@media only screen and (max-width: 1022px) {
.margin--280 {
height: 128px;
}
}
.margin--240 {
height: 240px;
}
@media only screen and (max-width: 1439px) {
.margin--240 {
height: 200px;
}
}
@media only screen and (max-width: 1200px) {
.margin--240 {
height: 160px;
}
}
@media only screen and (max-width: 1022px) {
.margin--240 {
height: 100px;
}
}
.margin--200 {
height: 200px;
}
@media only screen and (max-width: 1439px) {
.margin--200 {
height: 180px;
}
}
@media only screen and (max-width: 1200px) {
.margin--200 {
height: 140px;
}
}
@media only screen and (max-width: 1022px) {
.margin--200 {
height: 128px;
}
}
.margin--180 {
height: 180px;
}
@media only screen and (max-width: 1200px) {
.margin--180 {
height: 120px;
}
}
@media only screen and (max-width: 1022px) {
.margin--180 {
height: 80px;
}
}
.margin--170 {
height: 170px;
}
@media only screen and (max-width: 1200px) {
.margin--170 {
height: 110px;
}
}
@media only screen and (max-width: 1022px) {
.margin--170 {
height: 70px;
}
}
.margin--160 {
height: 160px;
}
@media only screen and (max-width: 1200px) {
.margin--160 {
height: 120px;
}
}
@media only screen and (max-width: 1022px) {
.margin--160 {
height: 96px;
}
}
.margin--140 {
height: 140px;
}
@media only screen and (max-width: 1200px) {
.margin--140 {
height: 120px;
}
}
@media only screen and (max-width: 1022px) {
.margin--140 {
height: 80px;
}
}
@media only screen and (max-width: 767px) {
.margin--140 {
height: 64px;
}
}
.margin--150 {
height: 150px;
}
@media only screen and (max-width: 1200px) {
.margin--150 {
height: 120px;
}
}
@media only screen and (max-width: 1022px) {
.margin--150 {
height: 80px;
}
}
.margin--128 {
height: 128px;
}
@media only screen and (max-width: 1200px) {
.margin--128 {
height: 80px;
}
}
.margin--120 {
height: 120px;
}
@media only screen and (max-width: 1200px) {
.margin--120 {
height: 80px;
}
}
@media only screen and (max-width: 767px) {
.margin--120 {
height: 60px;
}
}
.margin--112 {
height: 112px;
}
@media only screen and (max-width: 1200px) {
.margin--112 {
height: 75px;
}
}
@media only screen and (max-width: 767px) {
.margin--112 {
height: 60px;
}
}
.margin--100 {
height: 100px;
}
@media only screen and (max-width: 1200px) {
.margin--100 {
height: 80px;
}
}
@media only screen and (max-width: 767px) {
.margin--100 {
height: 60px;
}
}
.margin--96 {
height: 96px;
}
@media only screen and (max-width: 1200px) {
.margin--96 {
height: 80px;
}
}
.margin--80 {
height: 80px;
}
@media only screen and (max-width: 1200px) {
.margin--80 {
height: 60px;
}
}
@media only screen and (max-width: 767px) {
.margin--80 {
height: 40px;
}
}
.margin--64 {
height: 64px;
}
.margin--60 {
height: 60px;
}
@media only screen and (max-width: 1200px) {
.margin--60 {
height: 40px;
}
}
@media only screen and (max-width: 767px) {
.margin--60 {
height: 30px;
}
}
.margin--50 {
height: 50px;
}
@media only screen and (max-width: 1200px) {
.margin--50 {
height: 40px;
}
}
@media only screen and (max-width: 767px) {
.margin--50 {
height: 32px;
}
}
.margin--40 {
height: 40px;
}
@media only screen and (max-width: 1200px) {
.margin--40 {
height: 30px;
}
}
@media only screen and (max-width: 767px) {
.margin--40 {
height: 20px;
}
}
.margin--36 {
height: 36px;
}
.margin--32 {
height: 32px;
}
.margin--24 {
height: 24px;
}
.margin--20 {
height: 20px;
}
.margin--16 {
height: 16px;
}
.margin--12 {
height: 12px;
}
.radio-button {
position: relative;
user-select: none;
transition: opacity 80ms ease-out, color 80ms ease-out;
line-height: 24px;
}
.radio-button__label {
position: relative;
cursor: pointer;
margin: 0;
transition: color 80ms ease-out, border-color 80ms ease-out, box-shadow 80ms ease-out, background-color 80ms ease-out;
}
.radio-button__text {
position: relative;
padding-left: 36px;
cursor: pointer;
margin: 0;
display: flex;
flex-direction: column;
transition: color 80ms ease-out;
}
.radio-button__text::after, .radio-button__text:before {
content: "";
left: 0;
top: 0;
position: absolute;
pointer-events: none;
width: 24px;
height: 24px;
border-radius: 100%;
}
.radio-button__text:before {
border: 0.5px solid rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.05);
transition: background-color 80ms ease-out, border 80ms ease-out;
}
.radio-button__text::after {
transform: scale(0);
transition: transform 80ms ease-out, opacity 80ms ease-out;
width: 8px;
height: 8px;
left: 8px;
top: 8px;
background-color: var(--color-white);
}
@media only screen and (min-width: 1023px) {
.radio-button:hover .radio-button__text::before {
border-color: rgba(255, 255, 255, 0.5);
}
}
.radio-button input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
font-size: 0;
line-height: 0;
}
.radio-button input:checked ~ label .radio-button__text::after {
transform: scale(1);
}
.radio-button input:checked ~ label .radio-button__text:before {
border-color: rgba(255, 255, 255, 0.5);
}
.radio-button a {
text-decoration: underline;
}
.radio-button a:hover {
text-decoration: none;
}
.failed .radio-button .radio-button__text::before, .radio-button.is-validation-failed .radio-button__text::before, .is-validation-failed .radio-button .radio-button__text::before {
border-color: var(--color-validation-failed);
}
.radio-button .fv-plugins-message-container {
text-align: left;
padding-left: 35px;
}
.radio-button.is-disabled {
pointer-events: none;
}
.radio-button.is-disabled input {
pointer-events: none;
}
.radio-button.is-disabled .radio-button__text::before {
border-color: var(--color-gray-300);
background-color: var(--color-gray-300);
}
.radio-button.is-disabled .radio-button__label,
.radio-button.is-disabled .radio-button__text {
color: var(--color-gray-400);
}
.tag {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 18px;
min-height: 24px;
padding: 4px 12px;
font-weight: 400;
font-size: 14px;
line-height: 1;
color: var(--color-white);
background-color: #000;
flex-shrink: 0;
border-radius: 30px;
}
.tag--turquise {
background-color: #a5dbe2;
color: var(--color-black);
}
.tag--blue {
background-color: #1e0256;
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
line-height: 1;
font-weight: 300;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "Archivo", sans-serif;
color: #1e0256;
}
.title--h1 {
font-size: 60px;
letter-spacing: -0.03em;
}
@media only screen and (max-width: 1439px) {
.title--h1 {
font-size: 48px;
}
}
@media only screen and (max-width: 1200px) {
.title--h1 {
font-size: 44px;
}
}
@media only screen and (max-width: 1022px) {
.title--h1 {
font-size: 40px;
}
}
@media only screen and (max-width: 767px) {
.title--h1 {
font-size: 32px;
}
}
.title--h2 {
font-size: 48px;
letter-spacing: -0.04em;
}
@media only screen and (max-width: 1439px) {
.title--h2 {
font-size: 42px;
}
}
@media only screen and (max-width: 1200px) {
.title--h2 {
font-size: 32px;
}
}
@media only screen and (max-width: 1022px) {
.title--h2 {
font-size: 28px;
letter-spacing: -0.03em;
}
}
@media only screen and (max-width: 767px) {
.title--h2 {
font-size: 24px;
}
}
.title--h3 {
font-size: 40px;
letter-spacing: -0.02em;
}
@media only screen and (max-width: 1200px) {
.title--h3 {
font-size: 30px;
}
}
@media only screen and (max-width: 1022px) {
.title--h3 {
font-size: 24px;
}
}
.title--h4 {
font-size: 32px;
letter-spacing: -0.02em;
}
@media only screen and (max-width: 1439px) {
.title--h4 {
font-size: 28px;
}
}
@media only screen and (max-width: 1200px) {
.title--h4 {
font-size: 24px;
}
}
@media only screen and (max-width: 1022px) {
.title--h4 {
font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.title--h4 {
font-size: 20px;
}
}
.title--h5 {
font-size: 24px;
}
@media only screen and (max-width: 1022px) {
.title--h5 {
font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.title--h5 {
font-size: 18px;
}
}
.title--h6 {
font-size: 20px;
}
@media only screen and (max-width: 1022px) {
.title--h6 {
font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.title--h6 {
font-size: 16px;
}
}
.mod-toggle {
-webkit-user-select: none;
user-select: none;
display: inline-block;
font-size: 0;
line-height: 0;
}
.mod-toggle__label {
margin-bottom: 0;
}
.mod-toggle__switch {
position: relative;
display: flex;
align-items: center;
width: 38px;
height: 24px;
cursor: pointer;
}
@media only screen and (max-width: 767px) {
.mod-toggle__switch {
width: 30px;
height: 20px;
}
}
.mod-toggle__switch::before, .mod-toggle__switch::after {
position: absolute;
display: block;
content: "";
}
.mod-toggle__switch:before {
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 20px;
transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.mod-toggle__switch::after {
top: 2px;
left: 2px;
width: 20px;
height: 20px;
background-color: var(--color-white);
border-radius: 50%;
transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
.mod-toggle__switch::after {
width: 16px;
height: 16px;
}
}
.mod-toggle input {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
white-space: nowrap;
border: 0;
visibility: inherit;
clip: rect(0, 0, 0, 0);
}
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
transform: translate(14px, 0);
}
@media only screen and (max-width: 767px) {
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
transform: translate(10px, 0);
}
}
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch:before {
background-color: #1e0256;
}
.mod-toggle.is-disabled .mod-toggle__switch {
cursor: not-allowed;
}
.mod-toggle.is-disabled .mod-toggle__switch::before {
background-color: rgba(0, 0, 0, 0.05);
}
.mod-toggle.is-disabled .mod-toggle__switch::after {
background-color: rgba(0, 0, 0, 0.3);
}
.about-item {
max-width: 686px;
width: 100%;
min-height: calc(100vh - var(--header-height, 102px));
display: flex;
flex-direction: column;
gap: 44px;
padding: 60px 0;
}
@media (min-width: 1600px) and (min-height: 1081px) {
.about-item {
min-height: 1000px;
}
}
@media only screen and (max-width: 1022px) {
.about-item {
padding: 0;
min-height: 1px;
gap: 24px;
}
}
.about-item .section-header {
margin-bottom: 50px;
flex: auto;
align-items: flex-start;
}
@media only screen and (max-width: 1022px) {
.about-item .section-header {
margin-bottom: 0;
}
}
.about-item__inner {
display: grid;
grid-gap: 44px;
max-width: 452px;
width: 100%;
}
@media only screen and (max-width: 1022px) {
.about-item__inner {
max-width: 100%;
}
}
.about-item .step-card-list {
max-width: 100%;
}
@media only screen and (max-width: 1022px) {
.about-item .editor-text {
font-size: 14px;
line-height: 1.2;
}
.about-item .editor-text p:not(:last-child) {
margin-bottom: 16px;
}
}
.breadcrumbs {
width: 100%;
position: relative;
}
.breadcrumbs__list {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px 12px;
}
.breadcrumbs__item {
position: relative;
display: inline-flex;
align-items: center;
gap: 12px;
}
.breadcrumbs__link {
position: relative;
white-space: nowrap;
overflow: hidden;
max-width: 260px;
text-overflow: ellipsis;
transition: color 80ms ease-out, opacity 80ms ease-out;
}
.breadcrumbs__link[href]:hover {
opacity: 1;
}
.breadcrumbs .icon {
width: 8px;
height: 8px;
}
.advance-cookie-banner__bar {
position: fixed;
right: 24px;
max-width: 508px;
bottom: 24px;
z-index: 999999;
max-height: calc(var(--vh, 1vh) * 100);
transition: opacity 0.5s var(--easing-default);
padding: 24px;
border-radius: 24px;
opacity: 0;
pointer-events: none;
border: 0.5px solid rgba(0, 0, 0, 0.33);
background-color: rgba(0, 0, 0, 0.05);
color: var(--color-font-color);
-webkit-backdrop-filter: blur(100px);
backdrop-filter: blur(100px);
}
@media only screen and (max-width: 1022px) {
.advance-cookie-banner__bar {
right: 8px;
bottom: 8px;
}
}
@media only screen and (max-width: 767px) {
.advance-cookie-banner__bar {
max-width: calc(100% - 16px);
}
}
.cookie-not-set .advance-cookie-banner__bar {
opacity: 1;
pointer-events: all;
}
.body-scroll-locked .advance-cookie-banner__bar {
right: calc(24px + var(--scroll-width, 0px));
}
@media only screen and (max-width: 1022px) {
.body-scroll-locked .advance-cookie-banner__bar {
right: calc(8px + var(--scroll-width, 0px));
}
}
.advance-cookie-banner__inner {
position: relative;
z-index: 3;
display: grid;
grid-template-columns: 1fr auto;
grid-gap: 24px;
align-items: center;
}
@media only screen and (max-width: 767px) {
.advance-cookie-banner__inner {
grid-template-columns: 1fr;
justify-items: flex-start;
grid-gap: 14px;
}
}
.advance-cookie-banner__left {
letter-spacing: -0.02em;
}
.advance-cookie-banner__button {
display: flex;
align-items: center;
gap: 24px;
}
@media only screen and (max-width: 767px) {
.advance-cookie-banner__button {
flex-wrap: wrap;
width: 100%;
justify-content: flex-end;
}
}
.advance-cookie-banner .btn--cookie-setting {
text-decoration: underline;
white-space: nowrap;
transition: opacity 0.3s ease;
}
.advance-cookie-banner .btn--cookie-setting:hover {
opacity: 1;
}
.advance-cookie-banner .btn[disabled] {
pointer-events: none;
}
.advance-cookie-banner .btn[disabled]::after {
width: 100%;
height: 100%;
}
.advance-cookie-banner__modal {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 999999;
opacity: 0;
pointer-events: none;
overflow: auto;
transition: opacity 0.4s var(--easing-default);
padding: 28px;
display: flex;
}
@media only screen and (max-width: 1022px) {
.advance-cookie-banner__modal {
padding: 16px;
}
}
.advance-cookie-banner__modal.is-open-modal {
opacity: 1;
pointer-events: all;
}
.advance-cookie-banner__modal-overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 999;
}
.advance-cookie-banner__modal-body {
position: relative;
margin: auto;
width: 100%;
max-width: 830px;
z-index: 1000;
border-radius: 16px;
padding: 40px;
line-height: 1.5;
border: 0.5px solid rgba(0, 0, 0, 0.33);
background-color: #f2f1ff;
color: var(--color-font-color);
-webkit-backdrop-filter: blur(100px);
backdrop-filter: blur(100px);
}
@media only screen and (max-width: 767px) {
.advance-cookie-banner__modal-body {
padding: 20px;
}
}
.advance-cookie-banner__modal-header {
border-bottom: 0.5px solid rgba(0, 0, 0, 0.33);
padding-bottom: 20px;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
color: var(--color-font-color);
}
.advance-cookie-banner__modal-close {
width: 36px;
height: 36px;
flex-shrink: 0;
opacity: 0.5;
transition: opacity 0.3s ease;
}
.advance-cookie-banner__modal-close .icon {
width: 24px;
height: 24px;
pointer-events: none;
}
.advance-cookie-banner__modal-close:hover {
opacity: 1;
}
.advance-cookie-banner__modal-content .editor-text {
margin-bottom: 40px;
}
.advance-cookie-banner__modal-item {
margin-bottom: 40px;
position: relative;
}
.advance-cookie-banner__modal-item.is-necessary .mod-toggle {
pointer-events: none;
opacity: 0;
}
.advance-cookie-banner__modal strong {
font-weight: 400;
color: var(--color-font-color);
}
.advance-cookie-banner__modal-cookie-title {
margin-bottom: 24px;
padding-right: 140px;
color: var(--color-font-color);
}
@media only screen and (max-width: 767px) {
.advance-cookie-banner__modal-cookie-title {
padding-right: 80px;
}
}
.advance-cookie-banner__modal-active-label {
position: absolute;
right: 12px;
top: 0;
color: #1e0256;
}
@media only screen and (max-width: 767px) {
.advance-cookie-banner__modal-active-label {
font-size: 12px;
top: 4px;
}
}
.advance-cookie-banner__modal-footer {
display: flex;
justify-content: space-between;
margin-top: 20px;
padding-top: 20px;
border-top: 0.5px solid rgba(0, 0, 0, 0.33);
}
@media only screen and (max-width: 767px) {
.advance-cookie-banner__modal-footer {
flex-direction: column;
gap: 16px;
}
}
@media only screen and (min-width: 768px) {
.advance-cookie-banner__modal-footer .btn__text {
flex-shrink: 0;
}
}
.advance-cookie-banner__modal .mod-toggle {
position: absolute;
right: 14px;
top: 0;
}
@media only screen and (max-width: 767px) {
.advance-cookie-banner__modal .mod-toggle {
right: 0;
}
}
.card::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
pointer-events: none;
}
.card {
width: 100%;
position: relative;
padding: 24px;
display: flex;
justify-content: space-between;
flex-direction: column;
min-height: 278px;
max-width: 334px;
}
[data-component*=mod] .card {
max-width: 100%;
}
.card::before {
overflow: hidden;
border: 0.5px solid rgba(0, 0, 0, 0.33);
background-color: rgba(255, 255, 255, 0.15);
border-radius: 24px;
transition: background-color 80ms ease-out;
}
.card__bottom, .card__top {
position: relative;
z-index: 3;
}
.card__top {
display: flex;
justify-content: space-between;
gap: 16px;
}
.card__title {
letter-spacing: -0.02em;
font-size: 20px;
}
.card__text {
margin-top: 12px;
}
.card__title, .card__text {
line-height: 1.2;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.card__link {
opacity: 0;
}
.card:hover::before {
background-color: rgba(255, 255, 255, 0.45);
}
.card--horizontal {
min-height: 140px;
max-width: 686px;
justify-content: flex-start;
align-items: flex-start;
}
@media only screen and (min-width: 1023px) {
.card--horizontal {
padding-right: 200px;
}
}
.card--horizontal .card__bottom {
max-width: 400px;
}
.card--horizontal .card__top {
align-items: center;
flex-direction: row-reverse;
gap: 12px;
margin-bottom: 24px;
}
@media only screen and (max-width: 1022px) {
.card--horizontal .card__top {
margin-bottom: 48px;
}
}
.card--horizontal .btn {
margin-top: 24px;
}
@media only screen and (min-width: 1023px) {
.card--horizontal .btn {
position: absolute;
bottom: 24px;
right: 24px;
z-index: 5;
}
}
.checkbox-group .mod-input__label {
margin-bottom: 12px;
}
.checkbox-group__list {
display: grid;
grid-gap: 16px;
}
.checkbox-group__list.rows {
grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1022px) {
.checkbox-group__list.rows {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 767px) {
.checkbox-group__list.rows {
grid-template-columns: 1fr;
}
}
.checkbox-group .checkbox + .checkbox {
margin-top: 14px;
}
.checkbox-group .checkbox .fv-plugins-message-container,
.checkbox-group .checkbox .validation-message {
display: none;
}
.checkbox-group .fv-plugins-message-container,
.checkbox-group .validation-message {
display: none;
margin-top: 0;
font-weight: 600;
letter-spacing: 0.5px;
}
.checkbox-group.failed .fv-plugins-message-container.group-error,
.checkbox-group.failed .validation-message {
display: block;
margin-top: 16px;
}
.checkbox-group.failed .checkbox__label::before {
border-color: var(--color-validation-failed);
}
.download-card::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
pointer-events: none;
}
.download-card {
max-width: 686px;
width: 100%;
position: relative;
overflow: hidden;
padding: 24px;
}
@media only screen and (max-width: 767px) {
.download-card {
padding: 16px;
}
}
[data-component*=mod] .download-card {
max-width: 100%;
}
.download-card::before {
overflow: hidden;
border: 0.5px solid rgba(0, 0, 0, 0.33);
background-color: rgba(255, 255, 255, 0.15);
border-radius: 24px;
transition: background-color 80ms ease-out;
}
.download-card__title {
margin-bottom: 12px;
}
.download-card__content {
position: relative;
z-index: 3;
}
.download-card__text {
line-height: 1.2;
opacity: 0.75;
}
.download-card .form-component {
border-top: 0.5px solid rgba(255, 255, 255, 0.1);
margin-top: 24px;
padding-top: 24px;
}
.download-card .form-component__body {
grid-gap: 16px;
}
.download-card .form-component__submit {
text-align: center;
}
.download-card .form-component__success {
min-height: 1px;
gap: 8px;
}
.download-card .form-component__success .title--h2 {
font-size: 24px;
}
.download-card .form-component__success .editor-text {
font-size: 16px;
line-height: 1.2;
max-width: 100%;
}
.form-component__newsletter-input .mod-input__label {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
white-space: nowrap;
border: 0;
visibility: inherit;
clip: rect(0, 0, 0, 0);
}
.form-component {
width: 100%;
position: relative;
}
.form-component__header {
margin-bottom: 36px;
}
.form-component__body {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
.form-component__body {
grid-template-columns: 1fr;
}
}
.form-component__item + .has-title {
margin-top: 20px;
}
.form-component__item-sub-title {
margin-top: 8px;
}
.form-component__item.full {
grid-column: span 2;
}
@media only screen and (max-width: 767px) {
.form-component__item.full {
grid-column: span 1;
}
}
.form-component__info-text {
line-height: 1.4;
}
.form-component__required-info-text {
margin-bottom: 12px;
}
.form-component__divider {
display: block;
width: 100%;
height: 2px;
border-top: 1px dashed var(--color-border);
margin: 14px 0;
}
.form-component__form {
position: relative;
margin: 0 auto;
max-width: 1000px;
}
.form-component__submit {
margin-top: 14px;
grid-column: span 2;
}
@media only screen and (max-width: 767px) {
.form-component__submit {
grid-column: span 1;
}
}
.form-component__success {
display: none;
margin: 0 auto;
flex-direction: column;
gap: 24px;
min-height: 616px;
}
.form-component__success-text {
max-width: 480px;
}
.form-component__success-button {
margin-top: auto;
}
.form-component__alert {
padding: 8px 16px;
width: 100%;
border-radius: 10px;
text-align: left;
margin-top: 20px;
border: 1px solid currentColor;
font-size: 16px;
}
.form-component__alert-error {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.form-component__alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.form-component .upload-box {
max-width: 100%;
}
.form-component [data-validator] + [data-validator] {
display: none;
}
.form-component__newsletter-input {
position: relative;
}
.form-component__newsletter-input .mod-input__field {
padding-right: 50px;
}
.form-component__newsletter-input:has(.mod-input__field:hover) .btn:not(:disabled) {
color: var(--color-grass);
}
.form-component--newsletter-form {
max-width: 468px;
position: relative;
}
.form-component--newsletter-form .mod-input__field {
font-weight: 500;
}
.form-component--newsletter-form .form-component__submit {
margin-top: 0;
position: absolute;
top: 4px;
right: 4px;
z-index: 4;
}
.form-component--newsletter-form .form-component__submit .btn {
padding: 0;
gap: 0;
min-height: 1px;
width: 40px;
height: 40px;
}
.form-component--newsletter-form .form-component__submit .btn__icon {
width: 100%;
height: 100%;
}
.form-component--newsletter-form .form-component__submit .btn__icon .icon {
width: 24px;
height: 24px;
}
.form-component--newsletter-form .form-component__success {
padding: 0 24px;
}
.form-component--newsletter-form .mod-loader {
background-color: var(--color-gray-950);
}
.form-component.show-thankyou .section-header,
.form-component.show-thankyou .form-component__form {
display: none;
}
.form-component.show-thankyou .form-component__success {
display: flex;
}
.gallery-modal {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 999;
background-color: #f2f1ff;
padding: 24px 80px 20px;
display: flex;
overflow: hidden;
flex-direction: column;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (max-width: 1200px) {
.gallery-modal {
padding: 20px 60px;
}
}
@media only screen and (max-width: 1022px) {
.gallery-modal {
padding: 84px 16px 16px;
height: 100dvh;
}
}
.gallery-modal.is-open-modal {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.gallery-modal__close {
position: absolute;
top: 24px;
right: 24px;
z-index: 5;
width: 36px;
height: 36px;
color: var(--color-black);
opacity: 0.75;
transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
.gallery-modal__close {
top: 20px;
right: 20px;
}
}
.gallery-modal__close .icon {
width: 24px;
height: 24px;
transition: transform 0.3s ease;
}
.gallery-modal__close:hover {
opacity: 1;
}
.gallery-modal__image {
position: relative;
height: 100%;
}
.gallery-modal__image img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
object-fit: contain;
width: auto;
height: auto;
max-height: 100%;
border-radius: 8px;
border: 0.5px solid;
border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1022px) {
.gallery-modal__image img {
border-radius: 0;
}
}
.gallery-modal__main-slider {
margin-bottom: 20px;
width: 100%;
flex: auto;
position: relative;
}
@media only screen and (max-width: 1022px) {
.gallery-modal__main-slider {
width: calc(100% + 32px);
margin-left: -16px;
}
}
.gallery-modal__thumb-slider {
width: 100%;
position: relative;
flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
.gallery-modal__thumb-slider .swiper {
overflow: visible;
}
}
@media only screen and (max-width: 767px) {
.gallery-modal__thumb-slider .swiper-wrapper {
gap: 12px;
}
}
.gallery-modal__thumb-slider .swiper-slide {
width: 152px;
}
@media only screen and (max-width: 767px) {
.gallery-modal__thumb-slider .swiper-slide {
width: 98px;
}
}
.gallery-modal__thumb-slide {
position: relative;
height: 0;
padding-bottom: 66%;
cursor: pointer;
border: 0.5px solid;
border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
opacity: 0.5;
transition: opacity 0.3s ease;
}
.gallery-modal__thumb-slide img {
transform: scale(1.00001);
transition: transform 0.3s ease;
}
@media only screen and (min-width: 1023px) {
.gallery-modal__thumb-slide:hover {
opacity: 1;
}
.gallery-modal__thumb-slide:hover img {
transform: scale(1.04);
}
}
.swiper-slide-thumb-active .gallery-modal__thumb-slide {
opacity: 1;
}
@media only screen and (max-width: 767px) {
.gallery-modal__thumb-slide.is-thumb-active {
opacity: 1;
}
}
.gallery-modal .slider-nav {
margin: 0;
}
.gallery-modal .slider-nav__arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -56px;
width: 36px;
height: 36px;
z-index: 8;
}
@media only screen and (max-width: 1200px) {
.gallery-modal .slider-nav__arrow {
left: -50px;
}
}
@media only screen and (max-width: 1022px) {
.gallery-modal .slider-nav__arrow {
left: 0;
}
}
.gallery-modal .slider-nav__arrow .icon {
width: 20px;
height: 20px;
}
.gallery-modal .slider-nav__arrow.swiper-button-next {
left: initial;
right: -56px;
}
@media only screen and (max-width: 1200px) {
.gallery-modal .slider-nav__arrow.swiper-button-next {
right: -50px;
}
}
@media only screen and (max-width: 1022px) {
.gallery-modal .slider-nav__arrow.swiper-button-next {
right: 0;
}
}
.lungs {
width: 100%;
}
.lungs__body {
aspect-ratio: 1/1;
transition: opacity 0.3s ease 0.2s;
}
.lungs canvas {
display: block;
width: 100%;
height: 100%;
background-color: transparent;
}
.lungs__3d-element {
position: absolute;
inset: 0;
width: 100%;
max-width: 800px;
z-index: 2;
pointer-events: none;
}
.lungs-section {
overflow: hidden;
}
.lungs-section__app {
position: absolute;
inset: 0;
aspect-ratio: 1/1;
width: 100%;
margin: auto;
}
.lungs-section canvas {
display: block;
width: 100%;
height: 100%;
}
.language-switch {
position: relative;
display: flex;
border-left: 0.5px solid var(--color-border);
padding-left: 36px;
}
@media only screen and (max-width: 1200px) {
.language-switch {
padding-left: 24px;
}
}
@media only screen and (max-width: 1022px) {
.language-switch {
padding: 0;
border: 0;
}
}
.language-switch__list {
display: flex;
align-items: center;
gap: 16px;
}
.language-switch__link {
display: block;
color: var(--color-font-color);
opacity: 0.5;
transition: opacity 80ms ease-out;
}
.language-switch__link.is-active, .language-switch__link:hover {
opacity: 1;
}
.language-switch__link.is-active {
text-decoration: underline;
}
.menu {
font-weight: 400;
}
@media only screen and (max-width: 1022px) {
.menu nav {
display: block;
}
}
.menu__list {
display: flex;
align-items: center;
gap: 36px;
}
@media only screen and (max-width: 1200px) {
.menu__list {
gap: 16px;
}
}
@media only screen and (max-width: 1022px) {
.menu__list {
gap: 0;
display: grid;
align-items: flex-start;
}
}
.menu__item {
position: relative;
}
@media only screen and (min-width: 1023px) {
.menu__item:hover .menu__link.level-1 {
color: #1e0256;
}
}
@media only screen and (max-width: 1022px) {
.menu__item-inner {
display: flex;
gap: 16px;
}
}
.menu__link {
display: flex;
font-size: 16px;
z-index: 3;
font-weight: 400;
}
@media only screen and (max-width: 1022px) {
.menu__link {
font-size: 20px;
padding: 10px 0;
letter-spacing: -0.03em;
border-bottom: 0.5px solid var(--color-border);
}
}
.mod-filter {
width: 100%;
}
@media only screen and (max-width: 1022px) {
.mod-filter {
overflow: hidden;
width: calc(100% + 32px);
margin-left: -16px;
}
}
.mod-filter__inner {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 16px;
}
@media only screen and (max-width: 1022px) {
.mod-filter__inner {
padding: 0 16px;
flex-wrap: nowrap;
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.mod-filter__inner::-webkit-scrollbar {
display: none;
}
}
.mod-filter__link {
flex-shrink: 0;
transition: opacity 80ms ease-out, color 80ms ease-out;
}
@media only screen and (max-width: 1022px) {
.mod-filter__link {
white-space: nowrap;
}
}
.mod-filter__link:hover {
opacity: 1;
}
.mod-filter__link.is-active {
opacity: 1;
text-decoration: underline;
}
.news-slider {
width: 100%;
}
.news-slider .swiper-slide {
width: auto;
}
@media only screen and (max-width: 767px) {
.news-slider .swiper-slide {
width: 334px;
}
}
.pagination {
position: relative;
text-align: center;
width: 100%;
flex-direction: column;
margin-top: 36px;
}
.pagination nav {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.pagination .page-numbers {
min-width: 18px;
min-height: 18px;
transition: opacity 0.3s var(--easing-default), color 0.3s var(--easing-default);
line-height: 1;
gap: 10px;
}
.pagination .page-numbers .icon {
pointer-events: none;
width: 10px;
height: 10px;
}
.pagination .page-numbers[href]:hover, .pagination .page-numbers.is-active {
opacity: 1;
}
.pagination .page-numbers.is-active {
opacity: 1;
text-decoration: underline;
pointer-events: none;
}
.pagination .page-numbers:active {
opacity: 1;
transform: scale(0.98);
}
.pagination .page-numbers.is-disabled {
opacity: 0.2;
pointer-events: none;
}
.section-header {
width: 100%;
display: flex;
justify-content: space-between;
gap: 16px;
align-items: flex-end;
margin-bottom: 128px;
border-top: 0.5px solid var(--color-border);
padding-top: 24px;
}
@media only screen and (max-width: 1439px) {
.section-header {
margin-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.section-header {
gap: 32px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
}
.section-header__right, .section-header__left {
display: grid;
grid-gap: 10px;
justify-items: flex-start;
}
.section-header .btn {
margin-bottom: 4px;
}
@media only screen and (max-width: 1022px) {
.section-header .title:has(h1) {
font-size: 32px;
}
}
.section-header__text p {
margin: 32px 0;
}
@media only screen and (max-width: 1022px) {
.section-header__text p {
margin: 24px 0;
}
}
.section-header__text p:first-child {
margin-top: 0;
}
.section-header__text p:last-child {
margin-bottom: 0;
}
.section-header__right {
grid-gap: 32px;
}
@media only screen and (max-width: 1022px) {
.section-header__right {
grid-gap: 24px;
}
}
@media only screen and (min-width: 1023px) {
.section-header__right .section-header__text {
max-width: 450px;
width: 100%;
}
}
.section-header--right-text {
align-items: flex-start;
}
@media only screen and (max-width: 1022px) {
.section-header--right-text {
gap: 24px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
}
.social-nav__label {
margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
.social-nav__label {
text-align: left;
}
}
.social-nav ul {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 12px 24px;
}
@media only screen and (max-width: 767px) {
.social-nav ul {
justify-content: flex-start;
gap: 20px;
}
}
.social-nav__link {
display: flex;
position: relative;
z-index: 3;
}
.social-nav__link .icon {
transition: transform 80ms ease-out;
}
@media only screen and (max-width: 767px) {
.social-nav__link .icon {
width: 20px;
height: 20px;
}
}
.social-nav__link .icon::before {
background-color: var(--color-blue);
}
.social-nav__link:hover .icon {
transform: translateY(-4px);
}
.step-card-list {
max-width: 452px;
width: 100%;
display: grid;
grid-gap: 12px;
}
.step-card-list__index {
line-height: 1;
}
.step-card-list__title {
line-height: 1.2;
}
.step-card-list__item {
border: 0.5px solid rgba(0, 0, 0, 0.33);
border-radius: 24px;
background-color: rgba(255, 255, 255, 0.2);
padding: 24px;
display: grid;
grid-gap: 44px;
}
.workflow-card {
max-width: 1392px;
width: 100%;
position: relative;
margin: 0 auto;
overflow: hidden;
background-color: #ddd9fe;
border: 0.5px solid rgba(30, 2, 86, 0.2);
color: #1e0256;
}
[data-component*=mod] .workflow-card {
max-width: 100%;
}
.workflow-card .title {
color: #1e0256;
}
.workflow-card__row {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(2, minmax(0, 1fr));
padding: 64px;
position: relative;
overflow: hidden;
z-index: 3;
}
@media only screen and (max-width: 1200px) {
.workflow-card__row {
padding: 32px;
}
}
@media only screen and (max-width: 1022px) {
.workflow-card__row {
grid-template-columns: 1fr;
gap: 32px;
}
}
.workflow-card__circle {
position: absolute;
left: 0;
top: 0;
transform: translate(-18%, -25%);
background-color: #8169f9;
z-index: 1;
pointer-events: none;
aspect-ratio: 1/1;
width: 682px;
border-radius: 100%;
-webkit-filter: blur(400px);
filter: blur(400px);
opacity: 0.8;
}
.workflow-card__left, .workflow-card__right {
z-index: 3;
position: relative;
}
.workflow-card__left {
display: flex;
flex-direction: column;
gap: 24px;
padding-right: 24px;
}
@media only screen and (max-width: 1022px) {
.workflow-card__left {
padding: 0;
}
}
.workflow-card__title {
display: flex;
gap: 36px;
align-items: center;
margin-top: auto;
border-bottom: 0.5px solid #1e0256;
padding-bottom: 24px;
}
@media only screen and (max-width: 1022px) {
.workflow-card__title {
gap: 32px;
margin-top: 4px;
padding-bottom: 24px;
}
}
.workflow-card__title span {
display: block;
}
.workflow-card__title-number {
flex-shrink: 0;
position: relative;
width: 20px;
text-align: center;
}
.workflow-card__title-number::after {
content: "";
position: absolute;
right: -20px;
width: 12px;
height: 0.5px;
background-color: #1e0256;
top: 50%;
transform: translate(0, -50%);
}
.workflow-card__text {
max-width: 450px;
margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
.workflow-card__text {
margin-top: 8px;
}
}
.workflow-card__image {
position: relative;
overflow: hidden;
padding-bottom: 50%;
min-height: 100%;
}
@media only screen and (max-width: 1022px) {
.workflow-card__image {
min-height: 200px;
}
}
.about-us__inner {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-gap: 66px;
align-items: flex-start;
}
@media only screen and (max-width: 1439px) {
.about-us__inner {
grid-gap: 40px;
}
}
@media only screen and (max-width: 1200px) {
.about-us__inner {
grid-gap: 24px;
}
}
@media only screen and (max-width: 1022px) {
.about-us__inner {
grid-template-columns: 1fr;
}
}
.about-us__header {
min-height: calc(100vh - 110px);
padding-bottom: 60px;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 60px;
}
@media only screen and (max-width: 1022px) {
.about-us__header {
min-height: 1px;
padding-bottom: 0;
}
}
.about-us__header .section-header {
border-top: 0;
padding-top: 0;
margin-bottom: 0;
max-width: 568px;
width: 100%;
}
@media only screen and (max-width: 1022px) {
.about-us__header .section-header {
max-width: 100%;
}
}
@media only screen and (max-width: 767px) {
.about-us__header .section-header .title {
font-size: 32px;
}
}
.about-us__header .section-header__text {
max-width: 452px;
width: 100%;
}
@media only screen and (max-width: 1022px) {
.about-us__header .section-header__text {
font-size: 14px;
line-height: 1.2;
max-width: 100%;
}
}
.about-us__header .section-header__left {
grid-gap: 24px;
}
@media only screen and (max-width: 1022px) {
.about-us .breadcrumbs {
margin-bottom: 16px;
}
}
.about-us .about-item {
max-width: 100%;
}
.about-us__left {
display: grid;
grid-gap: 80px;
}
@media only screen and (max-width: 1439px) {
.about-us__left {
grid-gap: 60px;
}
}
@media only screen and (max-width: 1022px) {
.about-us__left {
grid-gap: 120px;
}
}
@media only screen and (min-width: 1023px) {
.about-us__right {
position: sticky;
position: -webkit-sticky;
top: 110px;
display: flex;
align-items: center;
min-height: calc(100vh - 220px);
}
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
.about-us__right {
max-width: 85%;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 1022px) {
.about-us__right {
order: -1;
}
}
.about-us__video {
width: 100%;
position: relative;
}
.page-404 .title--h1 {
font-size: 404px;
line-height: 0.8;
font-family: var(--font-secondary);
}
@media only screen and (max-width: 1439px) {
.page-404 .title--h1 {
font-size: 300px;
}
}
@media only screen and (max-width: 1200px) {
.page-404 .title--h1 {
font-size: 260px;
}
}
@media only screen and (max-width: 767px) {
.page-404 .title--h1 {
font-size: 160px;
}
}
.page-404__content {
width: 100%;
display: grid;
grid-gap: 20px;
max-width: 800px;
}
.sc-page-404 {
min-height: 774px;
padding: 40px 0 80px;
display: flex;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 1200px) {
.sc-page-404 {
min-height: calc(100vh - 110px);
}
}
@media only screen and (max-width: 1022px) {
.sc-page-404 {
min-height: calc(100dvh - 110px);
}
}
.breadcrumb-module {
width: 100%;
}
.contact-form {
width: 100%;
}
.contact-form .section-header {
padding-top: 0;
border: 0;
}
@media only screen and (max-width: 767px) {
.contact-form .section-header__text, .contact-form .section-header__super-title {
font-size: 12px;
}
}
@media only screen and (min-width: 1201px) {
.contact-form .section-header__left {
grid-gap: 12px;
}
}
.contact-form__content {
padding: 36px 0;
border-top: 0.5px solid var(--color-border);
border-bottom: 0.5px solid var(--color-border);
}
@media only screen and (max-width: 1022px) {
.contact-form__content {
padding: 24px 0;
}
}
.contact-form__content-title {
letter-spacing: -0.04em;
}
.contact-form__info {
margin-top: 40px;
line-height: 1.2;
}
@media only screen and (max-width: 1022px) {
.contact-form__info {
margin-top: 24px;
}
}
.contact-form .editor-text {
line-height: 1.8;
}
.contact-form--secondary .section-header {
margin-bottom: 40px;
}
@media only screen and (max-width: 1022px) {
.contact-form--secondary .section-header {
margin-bottom: 24px;
}
}
@media only screen and (max-width: 1022px) {
.contact-form--secondary .section-header .title {
font-size: 32px;
}
}
@media only screen and (max-width: 1022px) {
.contact-form--secondary .form-component {
margin-top: 75px;
}
}
@media only screen and (min-width: 1023px) {
.contact-form--secondary .form-component__submit {
text-align: right;
}
}
.contact-form--secondary .contact-form__line {
display: none;
}
.sc-contact-form {
scroll-margin-top: 100px;
}
.cta-module__body::before, .cta-module__body::after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
pointer-events: none;
}
.cta-module {
width: 100%;
color: #1e0256;
}
.cta-module h2 {
color: #1e0256;
}
.cta-module .btn {
background-color: var(--color-white);
color: #1e0256;
}
.cta-module .btn:hover {
color: var(--color-white);
background-color: #1e0256;
}
.cta-module__body {
position: relative;
overflow: hidden;
padding: 80px;
border-radius: 48px;
min-height: 640px;
border: 0.5px solid rgba(30, 2, 86, 0.1);
background-color: rgba(242, 241, 255, 0.5);
}
@media only screen and (max-width: 1200px) {
.cta-module__body {
padding: 60px;
min-height: 580px;
}
}
@media only screen and (max-width: 1022px) {
.cta-module__body {
padding: 80px 16px;
min-height: 480px;
border-radius: 32px;
}
}
.cta-module__body::before {
background: #ddd9fe;
}
.cta-module__body::after {
box-shadow: 0px -330px 248px -124px #a492fd inset, 0px -165px 124px -33px rgba(139, 113, 252, 0.5019607843) inset, 0px -83px 83px -25px #8b71fc inset, 0px 26px 24px -9px rgba(221, 217, 254, 0.1490196078) inset;
}
.cta-module__content {
position: relative;
z-index: 3;
max-width: 686px;
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
margin-bottom: 220px;
}
@media only screen and (max-width: 1022px) {
.cta-module__content {
margin-bottom: 110px;
}
}
.cta-module__content .btn {
margin-top: 12px;
}
.cta-module__3d-element {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
width: 100%;
max-width: 800px;
z-index: 2;
pointer-events: none;
height: 280px;
}
@media only screen and (max-width: 1022px) {
.cta-module__3d-element {
height: 180px;
}
}
.cta-module .texture-background {
mix-blend-mode: overlay;
}
.orb-section {
overflow: hidden;
}
.orb-section__app {
position: absolute;
left: 50%;
transform: translate(-50%, 0);
aspect-ratio: 1/1;
width: 100%;
}
.orb-section canvas {
display: block;
width: 100%;
height: 100%;
}
canvas {
touch-action: pan-y;
}
.detail-module {
width: 100%;
}
.detail-module__lead-text {
opacity: 0.75;
margin-top: 16px;
}
.detail-module .breadcrumbs {
margin-bottom: 42px;
}
.detail-module__info {
display: flex;
align-items: center;
gap: 24px;
margin-bottom: 16px;
}
.detail-module__body {
display: grid;
grid-gap: 80px;
}
@media only screen and (max-width: 1022px) {
.detail-module__body {
grid-gap: 48px;
}
}
.detail-module .editor-text {
width: 100%;
font-weight: 300;
}
.detail-module .editor-text p + h2, .detail-module .editor-text p + h3, .detail-module .editor-text p + h4, .detail-module .editor-text p + h5, .detail-module .editor-text p + h6,
.detail-module .editor-text ul + h2,
.detail-module .editor-text ul + h3,
.detail-module .editor-text ul + h4,
.detail-module .editor-text ul + h5,
.detail-module .editor-text ul + h6,
.detail-module .editor-text ol + h2,
.detail-module .editor-text ol + h3,
.detail-module .editor-text ol + h4,
.detail-module .editor-text ol + h5,
.detail-module .editor-text ol + h6,
.detail-module .editor-text table + h2,
.detail-module .editor-text table + h3,
.detail-module .editor-text table + h4,
.detail-module .editor-text table + h5,
.detail-module .editor-text table + h6 {
margin-top: 40px;
}
.download-module {
width: 100%;
}
.e-learning .section-header {
margin-bottom: 20px;
}
@media only screen and (min-width: 1023px) {
.e-learning .section-header__text {
max-width: 448px;
width: 100%;
}
}
@media only screen and (max-width: 1022px) {
.e-learning .section-header__left {
grid-gap: 24px;
}
}
.e-learning .mod-filter {
margin-bottom: 52px;
}
.e-learning__body {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-gap: 20px;
}
@media only screen and (max-width: 1200px) {
.e-learning__body {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media only screen and (max-width: 1022px) {
.e-learning__body {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media only screen and (max-width: 767px) {
.e-learning__body {
grid-template-columns: 1fr;
}
}
.footer {
position: relative;
width: 100%;
z-index: 1;
}
.footer__top {
padding-top: 24px;
line-height: 1.2;
border-top: 0.5px solid var(--color-border);
}
.footer__logo {
display: block;
margin-bottom: 16px;
}
.footer__logo img {
height: 44px;
width: auto;
object-fit: contain;
}
.footer__nav {
width: calc(25% - 17px);
}
@media only screen and (max-width: 767px) {
.footer__nav {
width: calc(50% - 5px);
}
}
.footer__nav-title {
margin-bottom: 14px;
}
.footer__nav-link {
opacity: 0.5;
transition: opacity 80ms ease-out;
}
.footer__nav-link:hover {
color: #1e0256;
opacity: 1;
}
.footer__nav ul {
display: grid;
grid-gap: 12px;
}
.footer__nav-cols {
padding-bottom: 50px;
display: flex;
justify-content: flex-end;
gap: 22px;
flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
.footer__nav-cols {
justify-content: flex-start;
padding-bottom: 0;
margin-top: 80px;
}
}
@media only screen and (max-width: 767px) {
.footer__nav-cols {
margin-top: 78px;
gap: 50px 10px;
}
}
.footer__partners {
display: flex;
gap: 60px;
}
@media only screen and (max-width: 767px) {
.footer__partners {
gap: 60px 40px;
flex-wrap: wrap;
}
}
.footer__partners img {
height: 44px;
width: auto;
object-fit: contain;
}
@media only screen and (max-width: 1022px) {
.footer__info-text {
margin-top: 50px;
}
}
.footer__bottom {
display: flex;
justify-content: space-between;
gap: 20px;
padding: 24px 0;
border-top: 0.5px solid var(--color-border);
}
@media only screen and (max-width: 767px) {
.footer__bottom {
flex-direction: column-reverse;
padding: 16px 0;
gap: 16px;
margin-top: 80px;
}
}
.footer__bottom-nav ul {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 28px;
}
@media only screen and (max-width: 767px) {
.footer__bottom-nav ul {
gap: 16px;
align-items: flex-start;
flex-direction: column;
}
}
.footer__bottom-nav-link {
display: flex;
align-items: center;
gap: 6px;
}
.footer__bottom-nav-link img,
.footer__bottom-nav-link span {
opacity: 0.5;
transition: opacity 80ms ease-out;
}
.footer__bottom-nav-link img {
flex-shrink: 0;
height: 12px;
width: auto;
}
.footer__bottom-nav-link:hover img,
.footer__bottom-nav-link:hover span {
opacity: 1;
}
.funding-module__body {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-gap: 30px 20px;
}
@media only screen and (max-width: 1022px) {
.funding-module__body {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media only screen and (max-width: 767px) {
.funding-module__body {
grid-template-columns: 1fr;
grid-gap: 76px;
}
}
.funding-module__item {
border-top: 0.5px solid rgba(0, 0, 0, 0.33);
padding-top: 52px;
}
@media only screen and (max-width: 1022px) {
.funding-module__item {
padding-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.funding-module__item {
padding-top: 12px;
}
}
.funding-module__footer {
margin-top: 54px;
line-height: 1;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-gap: 20px;
}
@media only screen and (max-width: 1022px) {
.funding-module__footer {
margin-top: 74px;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media only screen and (max-width: 767px) {
.funding-module__footer {
grid-template-columns: 1fr;
}
}

.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
line-height: 1;
font-weight: 300;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "Archivo", sans-serif;
color: #1e0256;
}
.editor-text h1 {
font-size: 60px;
letter-spacing: -0.03em;
}
@media only screen and (max-width: 1439px) {
.editor-text h1 {
font-size: 48px;
}
}
@media only screen and (max-width: 1200px) {
.editor-text h1 {
font-size: 44px;
}
}
@media only screen and (max-width: 1022px) {
.editor-text h1 {
font-size: 40px;
}
}
@media only screen and (max-width: 767px) {
.editor-text h1 {
font-size: 32px;
}
}
.editor-text h2 {
font-size: 48px;
letter-spacing: -0.04em;
}
@media only screen and (max-width: 1439px) {
.editor-text h2 {
font-size: 42px;
}
}
@media only screen and (max-width: 1200px) {
.editor-text h2 {
font-size: 32px;
}
}
@media only screen and (max-width: 1022px) {
.editor-text h2 {
font-size: 28px;
letter-spacing: -0.03em;
}
}
@media only screen and (max-width: 767px) {
.editor-text h2 {
font-size: 24px;
}
}
.editor-text h3 {
font-size: 40px;
letter-spacing: -0.02em;
}
@media only screen and (max-width: 1200px) {
.editor-text h3 {
font-size: 30px;
}
}
@media only screen and (max-width: 1022px) {
.editor-text h3 {
font-size: 24px;
}
}
.editor-text h4 {
font-size: 32px;
letter-spacing: -0.02em;
}
@media only screen and (max-width: 1439px) {
.editor-text h4 {
font-size: 28px;
}
}
@media only screen and (max-width: 1200px) {
.editor-text h4 {
font-size: 24px;
}
}
@media only screen and (max-width: 1022px) {
.editor-text h4 {
font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.editor-text h4 {
font-size: 20px;
}
}
.editor-text h5 {
font-size: 24px;
}
@media only screen and (max-width: 1022px) {
.editor-text h5 {
font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.editor-text h5 {
font-size: 18px;
}
}
.editor-text h6 {
font-size: 20px;
}
@media only screen and (max-width: 1022px) {
.editor-text h6 {
font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.editor-text h6 {
font-size: 16px;
}
}
.editor-text ol li:before {
color: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
text-transform: inherit;
text-align: inherit;
font-style: inherit;
font-family: inherit;
}
.container .editor-text .container {
max-width: 100%;
padding: 0;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
margin-bottom: 48px;
letter-spacing: 0;
}
@media only screen and (max-width: 1022px) {
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
margin-bottom: 18px;
}
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
margin-top: 82px;
}
.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
margin-top: 0;
}
.editor-text h5 {
margin-bottom: 16px;
}
.editor-text h6 {
margin-bottom: 16px;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
margin-top: 0;
margin-bottom: 24px;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
margin-bottom: 0;
}
.editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ul + h5,
.editor-text ul + h6,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4,
.editor-text ol + h5,
.editor-text ol + h6,
.editor-text img + h2,
.editor-text img + h3,
.editor-text img + h4,
.editor-text img + h5,
.editor-text img + h6,
.editor-text figure + h2,
.editor-text figure + h3,
.editor-text figure + h4,
.editor-text figure + h5,
.editor-text figure + h6,
.editor-text table + h2,
.editor-text table + h3,
.editor-text table + h4,
.editor-text table + h5,
.editor-text table + h6 {
margin-top: 82px;
}
@media only screen and (max-width: 1022px) {
.editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ul + h5,
.editor-text ul + h6,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4,
.editor-text ol + h5,
.editor-text ol + h6,
.editor-text img + h2,
.editor-text img + h3,
.editor-text img + h4,
.editor-text img + h5,
.editor-text img + h6,
.editor-text figure + h2,
.editor-text figure + h3,
.editor-text figure + h4,
.editor-text figure + h5,
.editor-text figure + h6,
.editor-text table + h2,
.editor-text table + h3,
.editor-text table + h4,
.editor-text table + h5,
.editor-text table + h6 {
margin-top: 48px;
}
}
.editor-text p img {
height: auto;
width: revert-layer;
}
.editor-text a {
color: currentColor;
text-decoration: underline;
}
.editor-text a:hover {
text-decoration: none;
}
.editor-text img.aligncenter, .editor-text img.alignright, .editor-text img.aligleft, .editor-text img.alignnone {
display: block;
}
.editor-text img.aligncenter {
margin-left: auto;
margin-right: auto;
}
.editor-text img.alignright {
margin-left: auto;
}
.editor-text img.aligleft {
margin-right: auto;
}
.editor-text figure img {
margin: 0;
}
.editor-text ul,
.editor-text ol {
list-style: none;
display: grid;
grid-gap: 4px;
}
.editor-text ul li,
.editor-text ol li {
position: relative;
padding-left: 30px;
}
.editor-text ul {
grid-gap: 0;
}
.editor-text ul li:before {
content: "•";
border-radius: 100%;
width: 5px;
height: 5px;
color: currentColor;
font-size: inherit;
line-height: inherit;
top: 0;
left: 10px;
position: absolute;
}
.editor-text ol {
counter-reset: ol_text_counter;
}
.editor-text ol li {
counter-increment: ol_text_counter;
}
.editor-text ol li:before {
content: counter(ol_text_counter) ".";
font-size: inherit;
position: absolute;
left: 0;
}
.editor-text table {
margin: 40px 0;
border: 0;
border-top: 1px solid var(--color-primary);
border-bottom: 1px solid var(--color-primary);
width: 100%;
}
@media only screen and (max-width: 767px) {
.editor-text table {
display: block;
overflow-x: auto;
white-space: nowrap;
width: calc(100% + 20px);
}
}
.editor-text table tr:nth-child(odd) {
background-color: var(--color-gray-150);
}
.editor-text table th,
.editor-text table td {
padding: 8px 15px;
height: auto !important;
}
.editor-text table:first-child {
margin-top: 0;
}
.editor-text table:last-child {
margin-bottom: 0;
}
.editor-text table th {
font-weight: 600;
}
.editor-text table thead tr:nth-child(odd),
.editor-text table thead tr {
background-color: var(--color-gray-100);
}
.editor-text table thead th {
color: var(--color-primary);
}
.editor-text table a {
color: currentColor;
}
.editor-text blockquote p {
margin: 0 !important;
}
.editor-text iframe {
width: 100%;
height: auto;
aspect-ratio: 16/9;
border: 0;
}
.gallery-slider {
width: 100%;
display: grid;
}
@media only screen and (min-width: 768px) {
.gallery-slider__init .swiper {
overflow: visible;
}
}
@media only screen and (max-width: 767px) {
.gallery-slider__init .swiper-wrapper {
gap: 12px;
}
}
.gallery-slider__init .swiper-slide {
width: auto;
display: flex;
flex-direction: column;
}
.gallery-slider__slide {
position: relative;
cursor: pointer;
border: 0.5px solid var(--color-border);
}
.gallery-slider__slide img {
border-radius: 8px;
height: 334px;
width: auto;
transform: scale(1.00001);
will-change: transform;
transition: transform 0.3s ease;
}
.gallery-slider__slide:hover img {
transform: scale(1.03);
}
@media only screen and (max-width: 767px) {
.gallery-slider__nav {
display: none;
}
}
.hero-module {
width: 100%;
}
.hero-module__inner {
min-height: 100vh;
padding: 60px 0;
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: flex-end;
}
@media only screen and (max-width: 1022px) {
.hero-module__inner {
min-height: 0;
}
}
.hero-module .breadcrumbs {
margin-bottom: auto;
margin-top: 50px;
}
@media only screen and (max-width: 767px) {
.hero-module__super-title {
margin-bottom: 6px;
}
}
.hero-module__body {
max-width: 686px;
width: 100%;
}
@media only screen and (max-width: 1022px) {
.hero-module__body .title--h2 {
font-size: 32px;
}
}
.hero-module__buttons {
display: flex;
gap: 12px;
margin-top: 25px;
}
@media only screen and (max-width: 767px) {
.hero-module__buttons {
flex-direction: column;
align-items: flex-start;
margin-top: 18px;
}
}
.hero-module__bottom {
border-top: 0.5px solid var(--color-border);
margin-top: 22px;
padding-top: 24px;
width: 100%;
}
@media only screen and (max-width: 767px) {
.hero-module__bottom {
margin-top: 20px;
padding-top: 20px;
}
}
.hero-module--secondary .hero-module__text {
max-width: 452px;
width: 100%;
padding-top: 24px;
}
@media only screen and (max-width: 1022px) {
.hero-module--secondary .hero-module__text {
max-width: 100%;
}
}
.image-with-caption {
width: 100%;
}
.image-with-caption__image {
position: relative;
width: 100%;
margin: 0;
}
@media only screen and (max-width: 1022px) {
.image-with-caption__image {
width: 100vw;
margin-left: -16px;
}
}
.image-with-caption__image img {
width: 100%;
height: auto;
border-radius: 8px;
}
@media only screen and (max-width: 1022px) {
.image-with-caption__image img {
border-radius: 0;
}
}
.image-with-caption__caption {
margin-top: 4px;
font-style: italic;
}
.latest-news {
width: 100%;
}
.lead-text {
width: 100%;
}
@media only screen and (max-width: 767px) {
.lead-text__title {
margin-bottom: 22px;
}
}
@media only screen and (min-width: 1201px) {
.lead-text__text {
line-height: 1.2;
letter-spacing: -0.032em;
}
}
.logo-list {
width: 100%;
}
.logo-list__row {
display: flex;
gap: 20px;
align-items: center;
}
@media only screen and (max-width: 767px) {
.logo-list__row {
flex-direction: column;
align-items: flex-start;
}
}
.logo-list__left {
white-space: nowrap;
}
.logo-list__right {
flex: auto;
}
@media only screen and (max-width: 767px) {
.logo-list__right {
width: 100%;
}
}
.logo-list__list {
display: flex;
align-items: center;
gap: 40px;
min-height: 52px;
border-radius: 500px;
border: 0.5px solid rgba(255, 255, 255, 0.06);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
background-color: rgba(255, 255, 255, 0.1);
padding: 0 20px;
}
@media only screen and (max-width: 767px) {
.logo-list__list {
padding: 20px;
width: 100%;
gap: 0;
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(3, minmax(0, 1fr));
border-radius: 20px;
}
}
.logo-list__list img {
width: auto;
height: 20px;
object-fit: contain;
}
.logo-list__list-item {
display: flex;
justify-content: center;
flex: 1;
}
.partners-module {
width: 100%;
}
@media only screen and (max-width: 767px) {
.partners-module__super-title {
font-size: 12px;
}
}
.partners-module__body {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1022px) {
.partners-module__body {
grid-template-columns: 1fr;
grid-gap: 80px;
}
}
.partners-module__item {
display: flex;
flex-direction: column;
align-items: flex-start;
border-top: 0.5px solid var(--color-border);
}
.partners-module__item-super-title {
margin-bottom: 26px;
}
.partners-module__item-image {
display: flex;
align-items: center;
margin: 56px 0 52px;
height: 44px;
}
.partners-module__item-image img {
height: 44px;
width: auto;
}
.partners-module__item-link {
display: flex;
align-items: center;
gap: 6px;
margin-top: 30px;
}
.partners-module__item-link span {
text-decoration: underline;
}
.partners-module__item-link .icon {
flex-shrink: 0;
}
.partners-module__item-link:hover {
color: #1e0256;
}
.noscript {
display: block;
width: 100%;
position: relative;
z-index: 9999;
}
.noscript__content {
background-color: #ffc107;
border: 4px solid black;
color: black;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
padding: 40px;
text-align: center;
width: 100%;
}
.page-header__inner {
display: grid;
grid-gap: 80px;
}
@media only screen and (max-width: 1022px) {
.page-header__inner {
min-height: calc(100dvh - 110px);
padding-bottom: 40px;
}
}
.page-header .section-header {
padding: 0;
margin: 0;
border: 0;
}
@media only screen and (max-width: 1022px) {
.page-header .section-header {
margin-top: auto;
}
}
.news-list {
width: 100%;
padding-top: 14px;
}
@media only screen and (max-width: 1200px) {
.news-list {
padding-top: 0;
}
}
@media only screen and (max-width: 1022px) {
.news-list {
overflow: hidden;
}
}
.news-list__row {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1200px) {
.news-list__row {
grid-template-columns: 1fr;
grid-gap: 80px;
}
}
.news-list__content {
display: flex;
flex-direction: column;
}
@media only screen and (min-width: 1201px) {
.news-list__content {
padding: 0 0 40px;
min-height: calc(100vh - 108px);
justify-content: flex-end;
position: sticky;
position: -webkit-sticky;
top: 110px;
}
}
@media only screen and (max-width: 1022px) {
.news-list__content {
display: grid;
}
}
.news-list__content .title {
max-width: 334px;
}
.news-list__text {
max-width: 334px;
margin-top: 24px;
}
.news-list .breadcrumbs {
margin-bottom: auto;
}
@media only screen and (max-width: 1200px) {
.news-list .breadcrumbs {
margin-bottom: 74px;
}
}
.news-list__list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-gap: 20px;
}
@media only screen and (max-width: 1200px) {
.news-list__list {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media only screen and (max-width: 1022px) {
.news-list__list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media only screen and (max-width: 767px) {
.news-list__list {
grid-template-columns: 1fr;
}
}
.news-list .mod-filter {
margin-bottom: 22px;
}
@media only screen and (max-width: 1200px) {
.news-list--default .title--h2 {
font-size: 32px;
}
.news-list--default .title--h2 br {
display: none;
}
}
.news-list--secondary .news-list__list {
grid-template-columns: 1fr;
}
.news-list--secondary .mod-filter {
margin: 24px 0 0;
order: 99;
}
@media only screen and (max-width: 1022px) {
.news-list--secondary .mod-filter {
margin: 24px 0 0 -16px;
order: 99;
}
}
.news-list--secondary .news-list__content {
justify-content: flex-start;
padding: 0;
top: 100px;
}
.news-list--detail-module {
padding: 0;
}
.news-list--detail-module .news-list__row {
grid-template-columns: 1fr;
grid-gap: 16px;
}
.news-list--detail-module .news-list__content {
position: relative;
top: 0;
min-height: 1px;
}
.news-list--detail-module .news-list__content .title {
max-width: 100%;
font-size: 24px;
letter-spacing: -0.02em;
}
.related-news {
width: 100%;
}
.related-news .section-header {
margin-bottom: 44px;
}
@media only screen and (max-width: 1022px) {
.related-news .section-header {
margin-bottom: 80px;
}
}
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
padding: 12px 0;
color: var(--color-font-color);
}
.body-scroll-locked .site-header {
padding-right: var(--scroll-width, 0px);
}
@media only screen and (max-width: 1022px) {
.site-header {
padding: 16px 0;
}
}
.site-header::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 102px;
background: linear-gradient(180deg, rgba(2, 6, 24, 0.1) 0%, rgba(2, 6, 24, 0) 100%);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
-webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
pointer-events: none;
}
.site-header .container {
position: relative;
z-index: 3;
}
.is-scrolled-up .site-header {
top: 0;
}
.site-header__inner {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
border-top: 0.5px solid var(--color-border);
padding: 8px 0;
gap: 24px;
}
@media only screen and (max-width: 1022px) {
.site-header__inner {
padding: 16px 0;
}
}
.site-header__logo {
font-size: 0;
z-index: 3;
position: relative;
transition: transform 0.2s ease;
}
.site-header__logo img {
width: auto;
height: 20px;
object-fit: contain;
transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1022px) {
.site-header__left {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
}
.site-header__right {
display: flex;
gap: 36px;
align-items: center;
justify-content: flex-end;
}
@media only screen and (max-width: 1439px) {
.site-header__right {
gap: 24px;
}
}
@media only screen and (max-width: 1022px) {
.site-header__right {
position: fixed;
right: 0;
top: 0;
height: 100%;
overflow: auto;
flex-direction: column;
justify-content: flex-start;
background-color: #f2f1ff;
border-left: 0.5px solid rgba(0, 0, 0, 0.33);
-webkit-backdrop-filter: blur(100px);
backdrop-filter: blur(100px);
color: var(--color-font-color);
width: 100%;
padding: 24px 16px;
max-width: 315px;
z-index: 20;
transform: translate(100%, 0);
transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1), visibility 500ms cubic-bezier(0.65, 0, 0.35, 1), opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.is-open-menu .site-header__right {
transform: translate(0, 0);
transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1), cubic-bezier(0.33, 1, 0.68, 1), cubic-bezier(0.33, 1, 0.68, 1);
}
}
@media only screen and (max-width: 1022px) {
.site-header__right-top {
width: 100%;
}
}
.site-header__right-bottom {
display: flex;
justify-content: flex-end;
gap: 36px;
align-items: center;
}
@media only screen and (max-width: 1439px) {
.site-header__right-bottom {
gap: 24px;
}
}
@media only screen and (max-width: 1022px) {
.site-header__right-bottom {
margin-top: auto;
width: 100%;
justify-content: space-between;
}
}
.site-header__right-header {
justify-content: space-between;
align-items: center;
margin-bottom: 34px;
}
.site-header__right-text {
font-size: 12px;
}
.site-header__background {
pointer-events: none;
z-index: -1;
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.site-header__background img {
width: 1000%;
height: auto;
}
.hamburger {
z-index: 12;
position: relative;
display: none;
margin-left: auto;
}
@media only screen and (max-width: 1022px) {
.hamburger {
display: flex;
justify-content: flex-end;
width: 40px;
padding-right: 4px;
height: 20px;
align-items: center;
}
}
.hamburger__inner {
display: grid;
grid-gap: 3px;
}
.hamburger__bar {
height: 1px;
display: block;
width: 12px;
pointer-events: none;
border-radius: 8px;
background: var(--color-black);
position: relative;
transition: all 0.3s ease;
}
.site-header--inner-page .hamburger__bar {
background-color: var(--color-yellow);
}
.is-open-menu .hamburger__bar {
background: var(--color-black);
}
.is-open-menu .hamburger__bar:first-child {
transform: translateY(4px) rotate(225deg);
}
.is-open-menu .hamburger__bar:nth-child(2) {
transform: scale(0);
}
.is-open-menu .hamburger__bar:last-child {
transform: translateY(-4px) rotate(315deg);
}
.background-canvas {
position: fixed !important;
inset: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 0 !important;
pointer-events: none !important;
}
.steps-module__body {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-gap: 30px 20px;
}
@media only screen and (max-width: 1022px) {
.steps-module__body {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media only screen and (max-width: 767px) {
.steps-module__body {
grid-template-columns: 1fr;
grid-gap: 24px;
}
}
.steps-module__item {
line-height: 1.2;
position: relative;
padding-top: 58px;
}
@media only screen and (max-width: 767px) {
.steps-module__item {
padding: 34px 0 104px;
}
}
.steps-module__item::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
border-radius: 100%;
background-color: #d9eee9;
border: 1px solid #a5dbe2;
pointer-events: none;
}
.steps-module__item::after {
content: "";
position: absolute;
right: 0;
top: 4px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='302' height='4' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.2' d='M301.177 2.018a.251.251 0 0 0 0-.354l-1.591-1.59a.25.25 0 0 0-.354.353l1.414 1.414-1.414 1.414a.25.25 0 0 0 .354.354l1.591-1.591ZM0 1.84v.25h301v-.5H0v.25Z'/%3E%3C/svg%3E") no-repeat right/cover;
width: calc(100% - 32px);
height: 4px;
pointer-events: none;
}
@media only screen and (max-width: 767px) {
.steps-module__item::after {
width: 80px;
top: calc(100% - 82px);
right: initial;
left: 0;
transform: rotate(90deg);
transform-origin: left;
}
}
.steps-module__item-super-title {
margin-bottom: 32px;
}
.steps-module__item:last-child {
padding-bottom: 0;
}
.steps-module__item:last-child::after {
display: none;
}
.steps-module__item:nth-child(4n+2)::before {
background-color: #a5dbe2;
border: none;
}
.steps-module__item:nth-child(4n+3)::before {
background-color: rgba(30, 2, 86, 0.6);
border: none;
}
.steps-module__item:nth-child(4n+4)::before {
background-color: #1e0256;
border: none;
}
.sub-hero {
width: 100%;
}
.sub-hero__row {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(2, minmax(0, 1fr));
padding: 24px 0;
border-top: 0.5px solid var(--color-border);
border-bottom: 0.5px solid var(--color-border);
position: relative;
}
@media only screen and (max-width: 1022px) {
.sub-hero__row {
display: flex;
flex-direction: column;
gap: 24px;
padding: 12px 0 24px;
}
}
@media only screen and (min-width: 1023px) {
.sub-hero__super-title {
position: absolute;
left: 0;
top: 24px;
}
}
.sub-hero__left {
display: flex;
flex-direction: column;
gap: 24px;
padding-bottom: 12px;
position: relative;
}
@media only screen and (max-width: 1022px) {
.sub-hero__left {
order: 99;
}
}
.sub-hero__left::after {
content: "";
position: absolute;
top: 0;
right: -10px;
width: 0.5px;
height: 100%;
background-color: rgba(0, 0, 0, 0.33);
}
.sub-hero .title {
margin-top: auto;
}
.sub-hero__text {
max-width: 452px;
}
.sub-hero__video {
width: 100%;
position: relative;
height: 70vh;
}
@media only screen and (max-width: 1022px) {
.sub-hero__video {
height: 100vw;
}
}
@media only screen and (max-width: 767px) {
.sub-hero__video {
border-bottom: 0.5px solid var(--color-border);
padding-bottom: 30px;
margin-bottom: 14px;
}
}
.text-module .editor-text h2,
.text-module .editor-text h3,
.text-module .editor-text h4,
.text-module .editor-text h6,
.text-module .editor-text h5, .text-module .editor-text h1 {
line-height: 1;
font-weight: 300;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "Archivo", sans-serif;
color: #1e0256;
}
.text-module .editor-text h1 {
font-size: 48px;
letter-spacing: -0.04em;
}
@media only screen and (max-width: 1439px) {
.text-module .editor-text h1 {
font-size: 42px;
}
}
@media only screen and (max-width: 1200px) {
.text-module .editor-text h1 {
font-size: 32px;
}
}
@media only screen and (max-width: 1022px) {
.text-module .editor-text h1 {
font-size: 28px;
letter-spacing: -0.03em;
}
}
@media only screen and (max-width: 767px) {
.text-module .editor-text h1 {
font-size: 24px;
}
}
.text-module .editor-text h2,
.text-module .editor-text h3,
.text-module .editor-text h4,
.text-module .editor-text h6,
.text-module .editor-text h5 {
font-size: 24px;
}
@media only screen and (max-width: 1022px) {
.text-module .editor-text h2,
.text-module .editor-text h3,
.text-module .editor-text h4,
.text-module .editor-text h6,
.text-module .editor-text h5 {
font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.text-module .editor-text h2,
.text-module .editor-text h3,
.text-module .editor-text h4,
.text-module .editor-text h6,
.text-module .editor-text h5 {
font-size: 18px;
}
}
.text-module {
width: 100%;
}
.text-module .breadcrumbs {
margin-bottom: 56px;
}
@media only screen and (max-width: 1022px) {
.text-module .breadcrumbs {
margin-bottom: 44px;
}
}
.text-module .editor-text {
width: 100%;
font-weight: 300;
}
@media only screen and (max-width: 1022px) {
.text-module .editor-text h1 {
font-size: 32px;
}
}
.text-module .editor-text h2,
.text-module .editor-text h3,
.text-module .editor-text h4,
.text-module .editor-text h6,
.text-module .editor-text h5 {
margin-bottom: 20px;
}
@media only screen and (max-width: 1022px) {
.text-module .editor-text h2,
.text-module .editor-text h3,
.text-module .editor-text h4,
.text-module .editor-text h6,
.text-module .editor-text h5 {
font-size: 18px;
}
}
.text-module .editor-text p,
.text-module .editor-text ul,
.text-module .editor-text ol,
.text-module .editor-text table {
opacity: 0.75;
margin-bottom: 36px;
}
.text-module .editor-text p:last-child,
.text-module .editor-text ul:last-child,
.text-module .editor-text ol:last-child,
.text-module .editor-text table:last-child {
margin-bottom: 0;
}
.title-text {
width: 100%;
}
@media only screen and (max-width: 1022px) {
.title-text .title {
margin-bottom: 76px;
}
}
@media only screen and (max-width: 1022px) {
.title-text__logo {
margin-bottom: 22px;
}
}
.title-text__logo img {
height: 24px;
object-fit: contain;
width: auto;
}
.title-text .btn {
margin-top: 32px;
}
.title-text .editor-text {
line-height: 1.5;
}
@media only screen and (max-width: 1022px) {
.title-text .editor-text {
line-height: 1.2;
}
}
.why-us-module__body {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-gap: 30px 20px;
}
@media only screen and (max-width: 1022px) {
.why-us-module__body {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media only screen and (max-width: 767px) {
.why-us-module__body {
grid-template-columns: 1fr;
grid-gap: 24px;
}
}
.why-us-module__item {
line-height: 1.2;
position: relative;
padding-top: 58px;
}
@media only screen and (max-width: 767px) {
.why-us-module__item {
padding: 34px 0 104px;
}
}
.why-us-module__item::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
border-radius: 100%;
background-color: #d9eee9;
border: 1px solid #a5dbe2;
pointer-events: none;
}
.why-us-module__item::after {
content: "";
position: absolute;
right: 0;
top: 4px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='302' height='4' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.2' d='M301.177 2.018a.251.251 0 0 0 0-.354l-1.591-1.59a.25.25 0 0 0-.354.353l1.414 1.414-1.414 1.414a.25.25 0 0 0 .354.354l1.591-1.591ZM0 1.84v.25h301v-.5H0v.25Z'/%3E%3C/svg%3E") no-repeat right/cover;
width: calc(100% - 32px);
height: 4px;
pointer-events: none;
}
@media only screen and (max-width: 767px) {
.why-us-module__item::after {
width: 80px;
top: calc(100% - 82px);
right: initial;
left: 0;
transform: rotate(90deg);
transform-origin: left;
}
}
.why-us-module__item:last-child {
padding-bottom: 0;
}
.why-us-module__item:last-child::after {
display: none;
}
.why-us-module__item:nth-child(4n+2)::before {
background-color: #a5dbe2;
border: none;
}
.why-us-module__item:nth-child(4n+3)::before {
background-color: rgba(30, 2, 86, 0.6);
border: none;
}
.why-us-module__item:nth-child(4n+4)::before {
background-color: #1e0256;
border: none;
}
.why-us-module__footer {
margin-top: 128px;
}
@media only screen and (max-width: 1439px) {
.why-us-module__footer {
margin-top: 80px;
}
}
.why-us-module__info .title {
margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
.why-us-module__info .title {
margin-bottom: 24px;
}
}
.why-us-module__info-inner {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-gap: 32px;
}
@media only screen and (max-width: 767px) {
.why-us-module__info-inner {
grid-template-columns: 1fr;
grid-gap: 24px;
}
}
.workflow-module {
width: 100%;
}
@media only screen and (max-width: 1439px) {
.workflow-module__header {
margin-bottom: 80px;
}
}
@media only screen and (max-width: 1022px) {
.workflow-module__header {
margin-bottom: 64px;
}
}
@media only screen and (max-width: 767px) {
.workflow-module__header {
border-top: 0.5px solid var(--color-border);
padding-top: 16px;
}
}
@media only screen and (min-width: 1201px) {
.workflow-module__header .title {
font-size: 64px;
}
}
.workflow-module__header-text {
margin-top: auto;
}
@media only screen and (max-width: 1022px) {
.workflow-module__header-text {
margin-top: 24px;
}
}
.workflow-module__body {
position: relative;
min-height: var(--cards-total-height, 1000px);
}
.workflow-module__item {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding-bottom: 128px;
}
@media only screen and (max-width: 1439px) {
.workflow-module__item {
padding-bottom: 80px;
}
}
.workflow-module__item:first-child .workflow-module__pin {
top: 0;
}
.workflow-module__item:last-child {
padding-bottom: 0;
}
.workflow-module__item:nth-child(2) {
top: 516px;
}
@media only screen and (max-width: 1022px) {
.workflow-module__item:nth-child(2) {
top: 587px;
}
}
.workflow-module__item:nth-child(3) {
top: 1032px;
}
@media only screen and (max-width: 1022px) {
.workflow-module__item:nth-child(3) {
top: 1174px;
}
}
.workflow-module__item:nth-child(2) .workflow-module__pin {
top: -92px;
}
@media only screen and (max-width: 1022px) {
.workflow-module__item:nth-child(2) .workflow-module__pin {
top: -76px;
}
}
.workflow-module__item:nth-child(3) .workflow-module__pin {
top: -184px;
}
@media only screen and (max-width: 1022px) {
.workflow-module__item:nth-child(3) .workflow-module__pin {
top: -152px;
}
}
.workflow-module__item:nth-child(4) .workflow-module__pin {
top: -276px;
}
@media only screen and (max-width: 1022px) {
.workflow-module__item:nth-child(4) .workflow-module__pin {
top: -228px;
}
}
.workflow-module__item:nth-child(5) .workflow-module__pin {
top: -368px;
}
@media only screen and (max-width: 1022px) {
.workflow-module__item:nth-child(5) .workflow-module__pin {
top: -304px;
}
}
.workflow-module__item:nth-child(6) .workflow-module__pin {
top: -460px;
}
@media only screen and (max-width: 1022px) {
.workflow-module__item:nth-child(6) .workflow-module__pin {
top: -380px;
}
}
.workflow-module__pin {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
pointer-events: none;
}
.workflow-module__list {
position: relative;
top: 0;
width: 100%;
display: flex;
flex-direction: column;
}