/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
  font-family: "scroll-behavior: smooth;";
  scroll-margin-top: 24px;
  scroll-padding-top: 24px;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

main.not-found {
  width: 100%;
  height: 100%;
}
main.not-found .container {
  padding-top: 110px;
}
main.course {
  position: relative;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.375;
  color: #1c2a71;
}
@media (min-width: 768px) {
  h2 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 36px;
    line-height: 1.3611;
  }
}
h2.decorate-line {
  position: relative;
}
h2.decorate-line:before {
  position: absolute;
  content: "";
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #4ad0ee;
}
@media (min-width: 768px) {
  h2.decorate-line:before {
    left: 0;
    transform: translateX(0);
  }
}
h2.light {
  color: #fff;
}
h2.light.decorate-line:before {
  background-color: #fff;
}

a,
button,
input[type=submit] {
  transition: color 0.25s ease, background-color 0.25s ease, border 0.25s ease, box-shadow 0.25s ease;
}
a svg,
button svg,
input[type=submit] svg {
  transition: fill 0.25s ease, stroke 0.25s ease;
}
a svg path,
button svg path,
input[type=submit] svg path {
  transition: fill 0.25s ease, stroke 0.25s ease;
}

a {
  text-decoration: none;
  color: #4a9fee;
}

@media (min-width: 1280px) {
  a:not([class]):hover {
    text-decoration: underline;
  }
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

button,
input[type=submit] {
  cursor: pointer;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea {
  padding: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3571;
  color: #4a5566;
  background-color: #edeef4;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 0.25s ease, background-color 0.25s ease;
  outline: none;
}
@media (min-width: 1280px) {
  input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea {
    font-size: 16px;
    line-height: 1.5;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder, textarea::-moz-placeholder {
  color: #4a5566;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4a5566;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
textarea::placeholder {
  color: #4a5566;
  transition: color 0.25s ease;
}

@media (min-width: 1280px) {
  input:not(.subscribe-box input):not([type=checkbox]):not([type=radio]):not([type=submit]):hover,
textarea:hover {
    border-color: #4a9fee;
  }
}
@media (min-width: 1280px) {
  input:not(.subscribe-box input):not([type=checkbox]):not([type=radio]):not([type=submit]):focus, input:not(.subscribe-box input):not([type=checkbox]):not([type=radio]):not([type=submit]):active,
textarea:focus,
textarea:active {
    background-color: #fff;
    border-color: #4a9fee;
  }
}

img {
  max-width: 100%;
  min-height: 1px;
  height: auto;
}

picture {
  display: block;
}
picture img {
  display: block;
}

ul {
  margin: 0;
}

.d-none {
  display: none;
}

@media (min-width: 1280px) {
  .mobile-only {
    display: none;
  }
}

.blur {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}

.container {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 375px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1270px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1296px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .container--small {
    max-width: 1230px;
  }
}
@media (min-width: 768px) {
  .container--e-small {
    max-width: 964px;
    margin: 0 auto;
  }
}

.about-page {
  display: flex;
  flex-direction: column;
}
.about-page .about-ceo {
  order: 3;
}
.about-page .interviews {
  order: 2;
}
.about-page .cta {
  order: 4;
}
@media (min-width: 768px) {
  .about-page .about-ceo {
    order: 2;
  }
  .about-page .interviews {
    order: 3;
  }
}

.btn {
  font-size: 16px;
}

.btn-menu {
  display: flex;
  align-items: center;
  padding: 0 24px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #4ad0ee;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.btn-menu .animate-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  transition: transform 0.25s ease;
}
.btn-menu .animate-icon span {
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  transform: translateX(-50%);
  transition: 0.25s ease-in-out;
  background-color: #4ad0ee;
  border-radius: 50px;
}
.btn-menu .animate-icon span:nth-of-type(1) {
  top: 15px;
}
.btn-menu .animate-icon span:nth-of-type(2), .btn-menu .animate-icon span:nth-of-type(3) {
  top: 20px;
}
.btn-menu .animate-icon span:nth-of-type(4) {
  top: 25px;
}
.btn-menu.open .animate-icon span:nth-of-type(1) {
  top: 20px;
  width: 0;
  opacity: 0;
}
.btn-menu.open .animate-icon span:nth-of-type(2) {
  top: 20px;
  transform: translateX(-50%) rotate(45deg);
}
.btn-menu.open .animate-icon span:nth-of-type(3) {
  top: 20px;
  transform: translateX(-50%) rotate(-45deg);
}
.btn-menu.open .animate-icon span:nth-of-type(4) {
  top: 20px;
  width: 0;
}

.btn-more {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .btn-more:hover svg {
    opacity: 0;
  }
}
.btn-more svg {
  flex-shrink: 0;
  margin-left: 8px;
  transition: opacity 0.25s ease;
}
.btn-more--white {
  color: #fff;
}

.btn-included,
.btn-contact {
  transition: border-bottom-color 0.25s ease;
}
@media (min-width: 1280px) {
  .btn-included:hover,
.btn-contact:hover {
    border-bottom-color: transparent;
  }
}

@media (min-width: 1280px) {
  .btn-show-more:hover,
.btn-follow:hover,
.btn-download:hover,
.btn-cta:hover,
.btn-submit:hover {
    color: #fff;
    background-color: #438cda;
    border-color: #438cda;
    box-shadow: 0 4px 24px rgba(74, 159, 238, 0.32);
  }
}
@media (min-width: 1280px) {
  .btn-show-more:hover svg path,
.btn-follow:hover svg path,
.btn-download:hover svg path,
.btn-cta:hover svg path,
.btn-submit:hover svg path {
    stroke: #fff;
  }
}

.btn-submit,
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: #4a9fee;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border: 1px solid #4a9fee;
  border-radius: 4px;
}
.btn-submit svg,
.btn-cta svg {
  margin-left: 8px;
}

.btn-cta.btn-download {
  color: #fff;
}
.btn-cta.btn-download svg {
  margin: 0 8px 0 0;
}

.btn-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 16px !important;
}
.btn-follow:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.btn-follow img,
.btn-follow svg {
  margin-right: 8px;
}

.btn-back {
  font-weight: 600;
  color: #ffffff;
  line-height: 1.36;
  opacity: 0.48;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .btn-back:hover svg {
    opacity: 0;
  }
}
.btn-back svg {
  margin-right: 8px;
  transition: opacity 0.25s ease;
}

.btn-up {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}
@media (min-width: 768px) {
  .btn-up {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1280px) {
  .btn-up:hover {
    background-color: #438cda;
    box-shadow: 0 4px 24px rgba(74, 159, 238, 0.32);
  }
}
@media (min-width: 1280px) {
  .btn-up:hover svg path {
    stroke: #fff;
  }
}
@media (min-width: 768px) {
  .btn-up svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1280px) {
  .btn-login:hover svg path {
    stroke: #4a9fee;
  }
}

.label__radio,
.label__checkbox {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .label__radio:hover .checkmark,
.label__checkbox:hover .checkmark {
    background-color: #d4e8fb !important;
  }
}
.label__radio input[type=checkbox],
.label__radio input[type=radio],
.label__checkbox input[type=checkbox],
.label__checkbox input[type=radio] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.label__radio input[type=checkbox]:checked + .checkmark:before,
.label__radio input[type=radio]:checked + .checkmark:before,
.label__checkbox input[type=checkbox]:checked + .checkmark:before,
.label__checkbox input[type=radio]:checked + .checkmark:before {
  opacity: 1;
  visibility: visible;
}
.label__radio .checkmark,
.label__checkbox .checkmark {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  transition: background-color 0.25s ease;
}
.label__radio .checkmark:before,
.label__checkbox .checkmark:before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background-color: #4a9fee;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.label__radio .checkmark {
  border-radius: 50%;
}
.label__radio .checkmark:before {
  border-radius: 50%;
}

.label__checkbox .checkmark {
  border-radius: 4px;
}
.label__checkbox .checkmark:before {
  border-radius: 3px;
}

.btn-show-more {
  padding: 15px 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #4a9fee;
  border: 1px solid #4a9fee;
  border-radius: 72px;
  background-color: transparent;
}
.btn-show-more span {
  margin-left: 8px;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #4a9fee;
  border: 1px solid #4a9fee;
  border-radius: 4px;
}
.btn-download svg {
  margin-right: 8px;
}

.simple-card__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 24px 64px 24px 24px;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: background-color 0.25s ease, color 0.25s ease;
}
@media (min-width: 1024px) {
  .simple-card__wrapper {
    padding-right: 55px;
  }
}
@media (min-width: 1280px) {
  .simple-card__wrapper {
    padding: 32px 80px 32px 32px;
  }
}
@media (min-width: 1280px) {
  .simple-card__wrapper:hover {
    background-color: #fff;
  }
}
@media (min-width: 1280px) {
  .simple-card__wrapper:hover .simple-card__title > a {
    color: #4a9fee;
  }
}
@media (min-width: 1280px) {
  .simple-card__wrapper:hover .simple-card__title svg path {
    stroke: #4a9fee;
  }
}
.simple-card__img-box {
  flex-shrink: 0;
  margin-right: 16px;
}
@media (min-width: 1280px) {
  .simple-card__img-box {
    margin-right: 24px;
  }
}
.simple-card__img-box img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1280px) {
  .simple-card__img-box img {
    width: 48px;
    height: 48px;
  }
}
.simple-card__title > a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3888;
  color: #fff;
}
@media (min-width: 1280px) {
  .simple-card__title > a {
    font-size: 18px;
  }
}
.simple-card__title > a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.simple-card__title svg {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.simple-card__title svg path {
  transition: stroke 0.25s ease;
}

.event-card__media-box {
  position: relative;
  height: 160px;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .event-card__media-box {
    height: 240px;
  }
}
.event-card__media-box img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card__tags-box {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 10;
}
.event-card__tags-box ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
}
.event-card__tags-box li {
  margin-right: 8px;
}
.event-card__tags-box li:last-of-type {
  margin-right: 0;
}
.event-card__tags-box li a,
.event-card__tags-box li span,
.event-card__tags-box li time {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3333;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.event-card__tags-box li a:before,
.event-card__tags-box li span:before,
.event-card__tags-box li time:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.event-card__tags-box li a,
.event-card__tags-box li span {
  padding: 4px 8px 4px 20px;
}
.event-card__tags-box li time {
  padding: 4px 8px;
}
.event-card__description {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(10, 25, 47, 0.88);
}
.event-card__description p {
  display: -webkit-box;
  margin: 0 0 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.event-card__description p:last-of-type {
  margin: 0;
}

.post-card {
  display: flex;
  flex-direction: column;
}
.post-card__img-box {
  max-width: 100%;
  max-height: 100%;
  margin: 0 0 24px;
}
.post-card__img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.post-card__title {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 16px;
}
.post-card__title a {
  color: #1c2a71;
}
.post-card__title a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .post-card__title {
    font-size: 24px;
  }
}
.post-card__text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .post-card__text {
    font-size: 16px;
  }
}

.feedback-card {
  background: #ffffff;
  padding: 16px;
  color: #000000;
  border-radius: 4px;
  display: block;
  page-break-inside: avoid;
}
@media (min-width: 768px) {
  .feedback-card {
    padding: 24px;
  }
}
.feedback-card:hover {
  text-decoration: underline;
  color: #1c2a71;
  box-shadow: 0 16px 48px 0 rgba(28, 42, 113, 0.08);
}
.feedback-card__description {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .feedback-card__description {
    font-size: 24px;
  }
}
.feedback-card__img-box img {
  width: auto;
  height: 48px;
}

.lectures-card,
.workshop-card {
  padding: 24px 16px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
}
@media (min-width: 1280px) {
  .lectures-card,
.workshop-card {
    padding: 24px 24px 24px 68px;
  }
}
.lectures-card__title,
.workshop-card__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888;
  color: #1c2a71;
}
@media (min-width: 1280px) {
  .lectures-card__title,
.workshop-card__title {
    font-size: 24px;
    line-height: 1.375;
  }
}
.lectures-card__description,
.workshop-card__description {
  font-size: 14px;
  color: rgba(10, 25, 47, 0.88);
}
.lectures-card__description p,
.workshop-card__description p {
  margin: 0 0 16px;
}
.lectures-card__description p:last-of-type,
.workshop-card__description p:last-of-type {
  margin: 0;
}

.review-card__wrapper {
  padding: 32px 24px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
}
.review-card__description {
  padding-bottom: 24px;
  font-size: 18px;
  color: rgba(10, 25, 47, 0.88);
  border-bottom: 1px solid rgba(28, 42, 113, 0.08);
}
.review-card__description a,
.review-card__description button {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #4a9fee;
  background-color: transparent;
  border: none;
}
.review-card__description-wrapper {
  position: relative;
  min-height: 280px;
  height: 280px;
  overflow: hidden;
  transition: height 1s ease;
}
.review-card__description-wrapper .gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(to top, #fff 15%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 1s ease;
}
.review-card__footer {
  position: relative;
  padding-top: 24px;
}
@media (min-width: 1280px) {
  .review-card__footer {
    display: flex;
  }
}
.review-card__name {
  display: block;
  margin: 0 0 4px 64px;
  font-size: 14px;
  font-weight: 700;
  color: #1c2a71;
}
@media (min-width: 1280px) {
  .review-card__name {
    margin: 0 12px 8px 0;
    line-height: 1.8;
  }
}
.review-card__subtitle, .review-card__position {
  font-size: 14px;
  line-height: 1.3571;
}
.review-card__subtitle {
  display: block;
  margin: 0 0 16px 64px;
}
@media (min-width: 1280px) {
  .review-card__subtitle {
    position: relative;
    margin: 0 0 8px;
    line-height: 1.8;
  }
}
@media (min-width: 1280px) {
  .review-card__subtitle:before {
    content: "/";
    margin-right: 12px;
  }
}
@media (min-width: 1280px) {
  .review-card__position {
    width: 100%;
    line-height: 1.8;
  }
}
.review-card__avatar-box {
  position: absolute;
  top: 24px;
  left: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: rgba(28, 42, 113, 0.04);
}
@media (min-width: 1280px) {
  .review-card__avatar-box {
    position: relative;
    top: inherit;
    left: inherit;
    width: 80px;
    height: 80px;
    margin-left: auto;
  }
}
.review-card__avatar-box:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 9px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2710%27 viewBox=%270 0 16 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.88%27 d=%27M6.96094 0.904297C6.35156 3.27148 5.32031 6.07812 3.86719 9.32422H0C0.761719 6.20703 1.35352 3.26562 1.77539 0.5H6.69727L6.96094 0.904297ZM15.1699 0.904297C14.5605 3.27148 13.5293 6.07812 12.0762 9.32422H8.20898C8.9707 6.20703 9.5625 3.26562 9.98438 0.5H14.9062L15.1699 0.904297Z%27 fill=%27%234AD0EE%27/%3E%3C/svg%3E%0A");
}
.review-card__avatar-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
@media (min-width: 1280px) {
  .review-card__author-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: 16px;
  }
}

.blog-card {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.blog-card.has-video .blog-card__img-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 42, 113, 0.5632) 0%, rgba(28, 42, 113, 0.64) 100%);
}
.blog-card.has-video .blog-card__img-box:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #fff;
  background-position: 55% center;
  background-repeat: no-repeat;
  background-size: 16px 21px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2724%27 viewBox=%270 0 19 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.333405 2.4037C0.333405 0.806305 2.1137 -0.146475 3.44281 0.739598L17.8373 10.3359C19.0247 11.1275 19.0247 12.8725 17.8373 13.6641L3.44281 23.2604C2.1137 24.1465 0.333405 23.1937 0.333405 21.5963V2.4037Z%27 fill=%27%234AD0EE%27/%3E%3C/svg%3E");
}
.blog-card__img-box {
  position: relative;
  height: 160px;
}
@media (min-width: 768px) {
  .blog-card__img-box {
    height: 200px;
  }
}
.blog-card__img-box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.blog-card__tag {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 8px;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.3333;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 4px;
}
.blog-card__content-box {
  padding: 24px 16px;
}
.blog-card__title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.3888;
}
.blog-card__title a {
  color: inherit;
}
.blog-card__description {
  margin: 0 0 16px;
  font-size: 14px;
  color: rgba(10, 25, 47, 0.88);
}
.blog-card__description p {
  margin: 0 0 16px;
}
.blog-card__description p:last-of-type {
  margin: 0;
}
.blog-card__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3571;
}

.modules-card {
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
}
.modules-card__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modules-card__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.modules-card__name, .modules-card__price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}
.modules-card__name {
  display: flex;
  align-items: center;
  color: #1c2a71;
}
.modules-card__name svg {
  margin-right: 8px;
}
.modules-card__price {
  color: #0a192f;
}
.modules-card__description-list {
  margin-bottom: 16px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #0a192f;
}
.modules-card__description-list li {
  margin-bottom: 16px;
}
.modules-card__description-list li:last-of-type {
  margin-bottom: 0;
}
.modules-card__description-list:last-child {
  margin: 0;
}
.modules-card__link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px dashed #4a9fee;
  transition: border-bottom-color 0.25s ease;
}
@media (min-width: 1024px) {
  .modules-card__link {
    margin-top: auto;
    align-self: flex-start;
  }
}
@media (min-width: 1280px) {
  .modules-card__link:hover {
    border-bottom-color: transparent;
  }
}

.plans-card {
  background-color: #fff;
  box-shadow: 0px 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.plans-card__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  text-align: center;
  color: #fff;
  background: linear-gradient(225deg, #4ad0ee 0%, rgba(74, 208, 238, 0) 100%), #4a9fee;
}
@media (min-width: 1280px) {
  .plans-card__header {
    align-items: flex-start;
  }
}
.plans-card__body {
  padding: 24px;
  background-color: #fff;
}
.plans-card__name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}
@media (min-width: 1280px) {
  .plans-card__name {
    display: block;
    text-align: left;
  }
}
.plans-card__name span {
  font-size: 24px;
}
.plans-card__module-form {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.plans-card__module-form > label {
  margin-right: 8px;
}
.plans-card__module-form .label__radio input:checked ~ .checkmark {
  background-color: #fff;
  color: #4a9fee;
}
.plans-card__module-form .label__radio .checkmark {
  position: static;
  width: auto;
  height: auto;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.3333;
  border-radius: 20px;
  border: 1px solid #fff;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.plans-card__module-form .label__radio .checkmark:before {
  display: none;
}
.plans-card__module-form .label__checkbox {
  padding-left: 20px;
  margin-left: 8px;
}
.plans-card__module-form .label__checkbox span:not(.checkmark) {
  font-size: 12px;
  line-height: 1.3333;
}
.plans-card__module-form .label__checkbox .checkmark {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-color: rgba(255, 255, 255, 0.48);
}
.plans-card__module-form .label__checkbox .checkmark:before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.33317 2.5L3.74984 7.08333L1.6665 5%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.plans-card__benefits-list {
  margin-bottom: 24px;
}
.plans-card__benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.plans-card__benefits-list li:last-of-type {
  margin: 0;
}
.plans-card__benefits-list li svg {
  margin-right: 8px;
  flex-shrink: 0;
}
.plans-card__cta-link {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
.plans-card__cta-link:hover {
  -webkit-text-decoration-color: #4a9fee;
          text-decoration-color: #4a9fee;
}
.plans-card__cta {
  margin: 0 auto 24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .plans-card__cta {
    width: 100%;
  }
}
.plans-card__price strong {
  margin-right: 4px;
}
.plans-card ul {
  padding: 0;
  list-style: none;
}

.steps-card__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .steps-card__wrapper {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .steps-card__wrapper {
    padding: 32px;
  }
}
.steps-card__tag {
  margin-bottom: 8px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3571;
  color: #1c2a71;
  background-color: #4ad0ee;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 4px;
}
@media (min-width: 1280px) {
  .steps-card__tag {
    padding: 8px 16px;
  }
}
.steps-card__title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
  color: #fff;
}
@media (min-width: 1280px) {
  .steps-card__title {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.375;
  }
}
.steps-card__description {
  display: none;
}
@media (min-width: 1024px) {
  .steps-card__description {
    display: block;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.88);
  }
}
@media (min-width: 1024px) {
  .steps-card__description p {
    margin: 0;
  }
}
.steps-card__link {
  margin-top: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px dashed #4a9fee;
  transition: border-bottom-color 0.25s ease;
}
@media (min-width: 1280px) {
  .steps-card__link:hover {
    border-bottom-color: transparent;
  }
}

.benefits-card__wrapper {
  display: flex;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888;
  color: #0a192f;
  background-color: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .benefits-card__wrapper {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .benefits-card__wrapper {
    padding: 16px 16px 16px 80px;
  }
}

.student-card__wrapper {
  padding: 32px 16px;
  background-color: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
}
@media (min-width: 1280px) {
  .student-card__wrapper {
    padding: 32px 24px;
  }
}
.student-card__description {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(10, 25, 47, 0.88);
}
.student-card__description p {
  margin: 0 0 16px;
}
.student-card__description p:last-of-type {
  margin: 0;
}
.student-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1280px) {
  .student-card__footer {
    position: relative;
  }
}
.student-card__avatar-box {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .student-card__avatar-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    height: 80px;
    background-color: rgba(28, 42, 113, 0.04);
  }
}
@media (min-width: 1280px) {
  .student-card__avatar-box:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 9px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2710%27 viewBox=%270 0 16 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.88%27 d=%27M6.96094 0.904297C6.35156 3.27148 5.32031 6.07812 3.86719 9.32422H0C0.761719 6.20703 1.35352 3.26562 1.77539 0.5H6.69727L6.96094 0.904297ZM15.1699 0.904297C14.5605 3.27148 13.5293 6.07812 12.0762 9.32422H8.20898C8.9707 6.20703 9.5625 3.26562 9.98438 0.5H14.9062L15.1699 0.904297Z%27 fill=%27%234AD0EE%27/%3E%3C/svg%3E%0A");
  }
}
.student-card__avatar-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1280px) {
  .student-card__avatar-box img {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1280px) {
  .student-card__name, .student-card__position {
    padding-right: 96px;
  }
}
.student-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #1c2a71;
}
.student-card__position {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(10, 25, 47, 0.88);
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video {
  position: relative;
  width: 100%;
  height: 100%;
}
.video--enabled {
  cursor: pointer;
}
.video--enabled .video__button {
  display: block;
}
.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.video__button svg {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 20px;
}

.subscribe-box {
  /*
  &__links-box {
    @include media(">=tablet") {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    & > a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
      padding: 16px;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.375;
      color: #1c2a71;
      background-color: rgba(28, 42, 113, 0.04);
      border-radius: 4px;

      @include media(">=tablet") {
        display: inline-flex;
        width: calc(50% - 12px);
        margin-right: 12px;
        margin-bottom: 32px;
      }

      @include media(">=ipad") {
        position: relative;
        align-items: flex-end;
        height: 158px;
        padding: 40px 16px;
      }

      @include media(">=desktop") {
        width: calc(50% - 16px);
      }

      &:hover {
        @include media(">=desktop") {
          background-color: #4a9fee;
          color: #fff;
        }

        span {
          @include media(">=desktop") {
            color: #fff;
          }
        }
      }

      &:last-of-type {
        margin-bottom: 32px;
        margin-right: 0;

        @include media(">=ipad") {
          margin-bottom: 0;
        }
      }

      span {
        margin-left: 8px;
        font-weight: 400;
        color: rgba(28, 42, 113, 0.48);
        transition: color 0.25s ease;
      }

      svg {
        margin-right: 16px;

        @include media(">=ipad") {
          position: absolute;
          top: 40px;
          left: 50%;
          transform: translateX(-50%);
          width: 40px;
          height: 40px;
        }
      }
    }
  }

  */
}
.subscribe-box__wrapper {
  padding: 32px 24px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .subscribe-box__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .subscribe-box__wrapper {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .subscribe-box__col {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1280px) {
  .subscribe-box__col {
    width: calc(50% - 56px);
  }
}
.subscribe-box__title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.375;
  color: #1c2a71;
}
@media (min-width: 768px) {
  .subscribe-box__title {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .subscribe-box__title {
    margin: 0px 0 8px;
    font-size: 18px;
    line-height: 1.3888;
  }
}
.subscribe-box__description {
  margin-bottom: 24px;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 768px) {
  .subscribe-box__description {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .subscribe-box__description {
    font-size: 16px;
  }
}
.subscribe-box__description p {
  margin: 0 0 16px;
}
.subscribe-box__description p:last-of-type {
  margin: 0;
}
.subscribe-box__btn {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .subscribe-box__btn {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    width: auto;
    padding: 12px 32px;
  }
}
@media (min-width: 1280px) {
  .subscribe-box__btn {
    top: 10px;
    right: 10px;
  }
}
.subscribe-box__form-box {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1024px) {
  .subscribe-box__form-box {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
.subscribe-box .form-row__switch {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.subscribe-box .form-row__switch > span {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333;
  color: rgba(10, 25, 47, 0.72);
}
@media (min-width: 1280px) {
  .subscribe-box .form-row__switch > span {
    margin-right: 16px;
    font-size: 14px;
    line-height: 1.3571;
  }
}
.subscribe-box .form-row__switch .label__radio {
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333;
  color: rgba(10, 25, 47, 0.72);
}
@media (min-width: 1280px) {
  .subscribe-box .form-row__switch .label__radio {
    margin-right: 16px;
    font-size: 14px;
    line-height: 1.3571;
  }
}
.subscribe-box .form-row__switch .label__radio:last-of-type {
  margin-right: 0;
}
.subscribe-box .form-row__switch .label__radio .checkmark {
  left: 0;
}
@media (min-width: 768px) {
  .subscribe-box .form-row__mail {
    position: relative;
  }
}
.subscribe-box .form-row__mail label:first-of-type {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .subscribe-box .form-row__mail label:first-of-type {
    padding: 8px;
    background-color: #edeef4;
    border-radius: 4px;
  }
}
.subscribe-box .form-row__mail label:first-of-type svg {
  position: absolute;
  top: 16px;
  left: 16px;
}
@media (min-width: 768px) {
  .subscribe-box .form-row__mail label:first-of-type svg {
    top: 25px;
    left: 24px;
  }
}
@media (min-width: 1280px) {
  .subscribe-box .form-row__mail label:first-of-type svg {
    top: 23px;
    width: 24px;
    height: 24px;
  }
}
.subscribe-box .form-row__mail label:first-of-type input {
  width: 100%;
  margin-bottom: 16px;
  padding-left: 48px;
}
@media (min-width: 768px) {
  .subscribe-box .form-row__mail label:first-of-type input {
    width: 75%;
    margin-bottom: 0;
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .subscribe-box .form-row__mail label:first-of-type input {
    padding-left: 56px;
  }
}
.subscribe-box .form-row__mail label:last-of-type {
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .subscribe-box .form-row__mail label:last-of-type {
    margin-bottom: 0;
  }
}
.subscribe-box .form-row__mail label:last-of-type span:not(.checkmark):not(.message span) {
  display: inline-block;
  padding-left: 24px;
  font-size: 12px;
  line-height: 1.3333;
  color: rgba(10, 25, 47, 0.72);
}
@media (min-width: 1280px) {
  .subscribe-box .form-row__mail label:last-of-type span:not(.checkmark):not(.message span) {
    font-size: 14px;
    line-height: 1.5;
  }
}
.subscribe-box .form-row__mail label:last-of-type span:not(.checkmark):not(.message span) > a {
  text-decoration: underline;
  line-height: 1.3333;
}
.subscribe-box .form-row__mail label:last-of-type .checkmark {
  top: 7px;
}
@media (min-width: 1024px) {
  .subscribe-box .form-row__mail label:last-of-type .checkmark {
    top: 0;
  }
}
@media (min-width: 1280px) {
  .subscribe-box .form-row__mail label:last-of-type .checkmark {
    top: 7px;
  }
}
.subscribe-box--events {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .subscribe-box--events {
    display: none;
  }
}
.subscribe-box--events .subscribe-box__title,
.subscribe-box--events .subscribe-box__description {
  text-align: left;
}
.subscribe-box--events .subscribe-box__form-box {
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.subscribe-box--events .form-row__mail label:first-of-type input {
  margin-bottom: 0;
}
.subscribe-box--events .form-row__mail label:last-of-type {
  margin-bottom: 16px;
}

.social-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .social-list-wrapper {
    justify-content: flex-start;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .social-list-wrapper {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.social-list-wrapper span {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #0a192f;
}
.social-list-wrapper--light span {
  color: #fff;
}
.social-list-wrapper ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
}
.social-list-wrapper li {
  margin-right: 16px;
}
.social-list-wrapper li:last-of-type {
  margin-right: 0;
}
.social-list-wrapper li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 1280px) {
  .social-list-wrapper li a:hover svg path {
    fill: #4ad0ee;
  }
}

.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .label__select {
  margin: 0 0 24px;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .label__select select {
  width: 100%;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .country-error {
  margin: 0 0 24px;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .label__select {
  width: 100%;
  margin: 0;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .label__select > span {
  font-size: 12px;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .select-list {
  width: 100%;
  left: 0;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .select-list .item {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .select-custom,
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .select-list .item {
  font-weight: 400;
  font-size: 14px !important;
  background-color: rgb(98, 109, 153);
  color: white;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .select-title {
  padding: 16px;
  color: #fff;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .country-error,
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .privacy-error,
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .message {
  color: #f63636;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3571;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .label-error {
  background-color: transparent !important;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .label-error svg {
  top: 17px !important;
  transform: none !important;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .label-error input {
  background-color: rgb(98, 109, 153) !important;
  border-radius: 4px !important;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .label-error input:focus {
  background-color: rgb(98, 109, 153) !important;
}
.cta__subscribe-form-box .subscribe-form-box__wrapper .subscribe-form-box__form .label-error .error .icon {
  display: none;
}

.subscribe-box__form.subscribe-form-box__form .country-error,
.subscribe-box__form.subscribe-form-box__form .privacy-error,
.subscribe-box__form.subscribe-form-box__form .message {
  color: #f63636;
  display: block;
  font-size: 14px;
  line-height: 1.3571;
  margin-top: 5px;
}
.subscribe-box__form.subscribe-form-box__form .label-error {
  background-color: transparent !important;
}
.subscribe-box__form.subscribe-form-box__form .label__checkbox:last-of-type {
  margin: 0 !important;
}

.attention__subscribe.subscribe-box {
  margin: 0;
}
.attention__subscribe.subscribe-box .social-list-wrapper {
  border-top: 1px solid rgba(28, 42, 113, 0.2);
  padding-top: 24px;
  justify-content: flex-start;
}
.attention__subscribe.subscribe-box .social-list-wrapper span {
  font-size: 18px;
  color: #1c2a71;
  line-height: 1.5;
}
.attention__subscribe.subscribe-box .subscribe-box__wrapper {
  padding: 0;
  border-radius: unset;
  background-color: transparent;
  box-shadow: none;
  gap: 32px;
}
.attention__subscribe.subscribe-box .subscribe-box__col {
  box-shadow: 0px 10px 43px 0px rgba(171, 184, 195, 0.2509803922);
  background-color: #fff;
  padding: 32px;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .attention__subscribe.subscribe-box .subscribe-box__col {
    padding: 24px;
  }
  .attention__subscribe.subscribe-box .subscribe-box__col .form-row__mail {
    flex-direction: column;
  }
  .attention__subscribe.subscribe-box .subscribe-box__col .form-row__mail label:first-of-type {
    margin: 0;
  }
  .attention__subscribe.subscribe-box .subscribe-box__col .form-row__mail label:first-of-type input {
    margin: 0;
  }
}
.attention__subscribe.subscribe-box .custom-select {
  width: 100%;
}
.attention__subscribe.subscribe-box .select-list {
  top: 100%;
  background-color: #edeef4;
}
.attention__subscribe.subscribe-box .select-list .item {
  font-weight: 400;
  font-size: 16px;
  padding: 12px 16px;
  color: rgba(10, 25, 47, 0.8);
}
.attention__subscribe.subscribe-box .select-title {
  border: 1px solid rgba(28, 42, 113, 0.2);
  font-size: 16px;
  font-weight: 400;
  color: rgba(10, 25, 47, 0.8);
  line-height: 24px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .attention__subscribe.subscribe-box .select-title {
    padding: 12px 16px;
  }
}
@media (min-width: 1280px) {
  .attention__subscribe.subscribe-box .subscribe-box__title {
    margin: 0 0 16px;
  }
}
.attention__subscribe.subscribe-box .subscribe-box__btn {
  position: static;
  height: -moz-fit-content;
  height: fit-content;
}
.attention__subscribe.subscribe-box .subscribe-box__links-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.attention__subscribe.subscribe-box .subscribe-box__link {
  background-color: #f6f6f9;
  padding: 28px 28px 28px 24px;
  border-radius: 4px;
}
.attention__subscribe.subscribe-box .subscribe-box__link .subscribe-box__link-header > svg {
  transform: none;
  transition: all 0.3s ease-in-out;
}
.attention__subscribe.subscribe-box .subscribe-box__link:hover .subscribe-box__link-header > svg {
  transform: rotate(90deg);
}
.attention__subscribe.subscribe-box .subscribe-box__link-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 25.5px;
}
.attention__subscribe.subscribe-box .subscribe-box__link-header-title {
  line-height: 24px;
  color: #1c2a71;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.attention__subscribe.subscribe-box .subscribe-box__link-text {
  line-height: 25.6px;
  color: rgba(10, 25, 47, 0.8);
}
.attention__subscribe.subscribe-box .subscribe-box__link-text p {
  margin: 0 0 16px;
}
.attention__subscribe.subscribe-box .subscribe-box__link-text p:last-of-type {
  margin: 0;
}
@media (min-width: 1024px) {
  .attention__subscribe.subscribe-box .subscribe-box__form-box {
    max-width: 695px;
  }
}
.attention__subscribe.subscribe-box .subscribe-box__form-box .label-error > svg {
  display: none;
}
@media (min-width: 1024px) {
  .attention__subscribe.subscribe-box .subscribe-box__links-box {
    max-width: 489px;
  }
}
.attention__subscribe.subscribe-box .form-row {
  position: relative;
  margin: 0 0 20px;
}
.attention__subscribe.subscribe-box .form-row__mail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.attention__subscribe.subscribe-box .form-row__mail label:first-of-type {
  background-color: transparent;
  padding: 0;
  border-radius: unset;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .attention__subscribe.subscribe-box .form-row__mail label:first-of-type svg {
    left: 16px;
    top: 12px;
  }
}
.attention__subscribe.subscribe-box .form-row__mail label:first-of-type input {
  padding: 11px 16px 11px 52px;
  border: 1px solid rgba(28, 42, 113, 0.2);
  color: rgba(10, 25, 47, 0.8);
  border-radius: 4px;
  width: 100%;
}
.attention__subscribe.subscribe-box .form-row__mail label:first-of-type input::-moz-placeholder {
  color: rgba(10, 25, 47, 0.5019607843);
}
.attention__subscribe.subscribe-box .form-row__mail label:first-of-type input:-ms-input-placeholder {
  color: rgba(10, 25, 47, 0.5019607843);
}
.attention__subscribe.subscribe-box .form-row__mail label:first-of-type input::placeholder {
  color: rgba(10, 25, 47, 0.5019607843);
}
.attention__subscribe.subscribe-box .form-row__checkbox {
  line-height: 21px;
}
.attention__subscribe.subscribe-box .form-row__checkbox .checkmark {
  width: 20px;
  height: 21px;
  top: 0;
}
.attention__subscribe.subscribe-box .form-row__checkbox span:last-of-type:not(.form-row .privacy-error) {
  padding-left: 32px;
}

.speaker {
  padding: 0 0 40px;
  background-color: #f8f9fa;
}
@media (min-width: 1024px) {
  .speaker {
    padding: 72px 0;
    background-color: white;
  }
}
.speaker__box {
  display: grid;
  gap: 40px;
}
@media (min-width: 1024px) {
  .speaker__box {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
}
.speaker__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .speaker__wrapper {
    position: relative;
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  .speaker__wrapper {
    min-height: 297px;
  }
}
.speaker__img-box {
  height: 240px;
  margin: 0 -15px;
}
@media (min-width: 375px) {
  .speaker__img-box {
    margin: 0 -24px;
    height: 340px;
  }
}
@media (min-width: 568px) {
  .speaker__img-box {
    height: 740px;
  }
}
@media (min-width: 1024px) {
  .speaker__img-box {
    margin: 0 0 16px;
    position: relative;
    top: inherit;
    left: inherit;
    width: 221px;
    height: auto;
    min-height: 222px;
    border-radius: 110.5px;
  }
}
.speaker__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 1024px) {
  .speaker__img-box img {
    position: absolute;
    border-radius: 110.5px;
    top: 0;
    left: 0;
  }
}
.speaker__left-col .speaker__links-box {
  display: none;
}
@media (min-width: 1024px) {
  .speaker__left-col .speaker__links-box {
    display: flex;
  }
}
.speaker__content-box .speaker__links-box {
  display: flex;
}
@media (min-width: 1024px) {
  .speaker__content-box .speaker__links-box {
    display: none;
  }
}
@media (min-width: 1024px) {
  .speaker__content-box {
    width: 70%;
  }
}
@media (min-width: 1280px) {
  .speaker__content-box {
    width: calc(100% - 296px);
  }
}
.speaker__tag {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3571;
  color: #4ad0ee;
}
@media (min-width: 1024px) {
  .speaker__tag {
    text-align: left;
  }
}
.speaker__title {
  margin: 0 0 24px;
  font-weight: 700;
  line-height: 1.375;
  color: #1c2a71;
}
@media (min-width: 1024px) {
  .speaker__title {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .speaker__title {
    font-size: 24px;
  }
}
.speaker__description {
  margin: 0 0 24px;
  font-size: 14px;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 1024px) {
  .speaker__description {
    margin: 0;
  }
}
.speaker__description p {
  margin: 0 0 24px;
}
.speaker__description p:last-of-type {
  margin: 0;
}
.speaker__links-box {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1024px) {
  .speaker__links-box {
    gap: 8px;
  }
}
.speaker__links-box a {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  color: #1c2a71;
}
.speaker__links-box a span {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  color: #1c2a71;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3888;
}
.speaker__links-box a:hover {
  text-decoration: none;
}
.speaker__links-box a:hover span {
  border-color: currentColor;
}
.speaker__links-box a svg {
  margin-right: 8px;
}

.gallery-grid {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .gallery-grid {
    min-height: 250px;
    grid-gap: 16px;
    grid-template-columns: 2fr repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .gallery-grid {
    min-height: 300px;
  }
}
@media (min-width: 1280px) {
  .gallery-grid {
    grid-gap: 32px;
    min-height: 414px;
  }
}
@media (min-width: 768px) {
  .gallery-grid .grid-item {
    position: relative;
  }
}
.gallery-grid .grid-item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (min-width: 768px) {
  .gallery-grid .grid-item:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.gallery-grid .grid-item:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (min-width: 768px) {
  .gallery-grid .grid-item:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.gallery-grid .grid-item:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (min-width: 768px) {
  .gallery-grid .grid-item:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.gallery-grid .grid-item:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media (min-width: 768px) {
  .gallery-grid .grid-item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.gallery-grid .grid-item:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}
@media (min-width: 768px) {
  .gallery-grid .grid-item:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.gallery-grid .grid-item:nth-child(6) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 6;
}
@media (min-width: 768px) {
  .gallery-grid .grid-item:nth-child(6) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.gallery-grid .grid-item:nth-child(7) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
}
@media (min-width: 768px) {
  .gallery-grid .grid-item:nth-child(7) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.gallery-grid .grid-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .gallery-grid .grid-item img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.banner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.banner--dark .banner__bg-img:before {
  background: linear-gradient(180deg, rgba(28, 42, 113, 0.704) 0%, rgba(28, 42, 113, 0.8) 100%);
}
.banner--light .banner__bg-img:before {
  background: linear-gradient(0deg, rgba(74, 159, 238, 0.8), rgba(74, 159, 238, 0.8));
}
.banner--small .banner__wrapper {
  padding: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner--small .banner__wrapper {
    text-align: left;
  }
}
.banner--small .banner__title {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.375;
}
.banner--small .banner__description {
  margin-bottom: 24px;
  color: #fff;
}
.banner--small .banner__link {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner--small .banner__link {
    margin: 0;
  }
}
.banner--medium .banner__wrapper {
  padding: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner--medium .banner__wrapper {
    text-align: left;
    padding: 40px;
  }
}
.banner--medium .banner__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .banner--medium .banner__title {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
.banner--medium .banner__description {
  margin-bottom: 24px;
  color: #fff;
}
.banner--medium .banner__link {
  margin: 0 auto;
  font-size: 14px;
}
@media (min-width: 768px) {
  .banner--medium .banner__link {
    margin: 0;
    font-size: 16px;
  }
}
.banner--large .banner__wrapper {
  padding: 24px 16px;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .banner--large .banner__wrapper {
    padding: 32px 48px;
  }
}
@media (min-width: 1024px) {
  .banner--large .banner__wrapper {
    padding: 48px 80px;
  }
}
.banner--large .banner__title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.3888;
}
@media (min-width: 1024px) {
  .banner--large .banner__title {
    display: block;
    max-width: 804px;
    font-size: 36px;
    line-height: 1.3611;
  }
}
.banner--large .banner__description {
  color: #E5E5E5;
}
@media (min-width: 1024px) {
  .banner--large .banner__description {
    max-width: 804px;
  }
}
.banner__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 1;
}
.banner__tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 8px;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.3333;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 4px;
}
.banner__title {
  font-weight: 700;
}
.banner__description {
  font-size: 16px;
}
.banner__description p {
  margin: 0 0 16px;
}
.banner__description p:last-of-type {
  margin: 0;
}

.certified__banner {
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .certified__banner:first-of-type {
    margin-right: 24px;
  }
}
@media (min-width: 1024px) {
  .certified__banner:first-of-type {
    margin-right: 0;
  }
}

.subscribe-form-box--with-bg-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.subscribe-form-box--with-bg-image .subscribe-form-box__wrapper {
  position: relative;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  z-index: 10;
}
.subscribe-form-box--with-bg-image .label__checkbox .checkmark {
  background-color: #fff;
}
.subscribe-form-box--with-bg-image .label__checkbox .checkmark:before {
  background-color: #4A9FEE;
}
.subscribe-form-box--with-bg-image .label__checkbox span a {
  text-decoration: underline;
}
.subscribe-form-box__bg-img:before {
  background-color: rgba(28, 42, 113, 0.85);
}
.subscribe-form-box__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 24px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .subscribe-form-box__wrapper {
    text-align: left;
  }
}
.subscribe-form-box__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
}
.subscribe-form-box__description {
  margin-bottom: 24px;
  line-height: 1.375;
}
.subscribe-form-box__description p {
  margin: 0;
}
.subscribe-form-box__form .form-row__switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .subscribe-form-box__form .form-row__switch {
    justify-content: flex-start;
  }
}
.subscribe-form-box__form .form-row__switch > span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3571;
  color: rgba(255, 255, 255, 0.72);
}
.subscribe-form-box__form .form-row__switch .label__radio {
  margin-right: 16px;
  margin-bottom: 16px;
  padding-left: 24px;
}
.subscribe-form-box__form .form-row__switch .label__radio:last-of-type {
  margin-right: 0;
}
.subscribe-form-box__form .form-row__switch .label__radio .checkmark {
  top: 6px;
  left: 0;
  border-color: rgba(255, 255, 255, 0.24);
}
.subscribe-form-box__form .form-row__text {
  margin-bottom: 16px;
}
.subscribe-form-box__form .form-row__text label {
  position: relative;
  display: block;
  background-color: rgb(98, 109, 153);
  border-radius: 4px;
}
.subscribe-form-box__form .form-row__text label svg {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.subscribe-form-box__form .form-row__text input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  padding: 14px 0 14px 40px;
  background-color: transparent;
  color: #fff;
}
.subscribe-form-box__form .form-row__text input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus::-moz-placeholder {
  color: #fff;
}
.subscribe-form-box__form .form-row__text input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus:-ms-input-placeholder {
  color: #fff;
}
.subscribe-form-box__form .form-row__text input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus::placeholder {
  color: #fff;
}
.subscribe-form-box__form .form-row__text input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder {
  color: rgba(255, 255, 255, 0.88);
}
.subscribe-form-box__form .form-row__text input:not([type=checkbox]):not([type=radio]):not([type=submit]):-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.88);
}
.subscribe-form-box__form .form-row__text input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder {
  color: rgba(255, 255, 255, 0.88);
}
.subscribe-form-box__form .form-row__privacy {
  margin-bottom: 16px;
}
.subscribe-form-box__form .form-row__privacy .label__checkbox {
  padding-left: 24px;
}
.subscribe-form-box__form .form-row__privacy .label__checkbox .checkmark {
  top: 4px;
  left: 0;
  border-color: rgba(255, 255, 255, 0.24);
}
.subscribe-form-box__btn {
  width: 100%;
}

.columns-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .columns-wrapper {
    display: flex;
  }
}
.columns-wrapper.one-and-half-columns {
  margin: 0 -12px 32px;
}
.columns-wrapper.one-and-half-columns .col {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .columns-wrapper.one-and-half-columns .col {
    margin-bottom: 0;
    padding: 0 12px;
  }
  .columns-wrapper.one-and-half-columns .col:only-child {
    width: 59%;
  }
}
.columns-wrapper.two-columns {
  margin: 0 -12px 32px;
}
.columns-wrapper.two-columns .col {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .columns-wrapper.two-columns .col {
    width: 50%;
    margin-bottom: 0;
    padding: 0 12px;
  }
}
.columns-wrapper.three-columns {
  margin: 0 -12px 32px;
}
.columns-wrapper.three-columns .col {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .columns-wrapper.three-columns .col {
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 12px;
  }
}
.columns-wrapper .col {
  margin-bottom: 24px;
}
.columns-wrapper .col:only-child {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.columns-wrapper .col:only-child picture img {
  margin: 0 auto;
}
.columns-wrapper .col:only-child img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .columns-wrapper .col picture {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .columns-wrapper .col picture img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .columns-wrapper .col img {
    height: 100%;
  }
}
.columns-wrapper img {
  border-radius: 5px;
}

.author-box {
  margin: 32px 0 40px;
  padding-top: 32px;
  border-top: 0.5px solid #C4C4C4;
}
@media (min-width: 768px) {
  .author-box__wrapper {
    display: flex;
    align-items: center;
  }
}
.author-box__wrapper > span {
  display: none;
}
@media (min-width: 768px) {
  .author-box__wrapper > span {
    display: block;
    margin-left: auto;
    margin-right: 16px;
    font-weight: 700;
  }
}
.author-box__info {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .author-box__info {
    margin-bottom: 0;
  }
}
.author-box__avatar-box {
  width: 50px;
  height: 50px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.author-box__avatar-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.author-box__name, .author-box__position {
  display: block;
  font-size: 12px;
  line-height: 1.8;
}
.author-box__name {
  font-weight: 700;
  color: rgba(10, 25, 47, 0.88);
}
.author-box__position {
  color: rgba(10, 25, 47, 0.64);
}

.social-list {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
}
.social-list li {
  padding-right: 16px;
}
.social-list li:last-of-type {
  padding-right: 0;
}
.social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.social-list a svg {
  transition: fill 0.25s ease;
}
@media (min-width: 1280px) {
  .social-list a:hover svg path {
    fill: #4ad0ee;
  }
}

.alert {
  position: relative;
  padding: 16px;
  margin-bottom: 1rem;
  border-radius: 8px;
  width: 821px;
  max-width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 1024px) {
  .alert {
    padding: 24px;
  }
}
.alert-primary {
  background-color: rgba(74, 159, 238, 0.2392156863);
}

.adapted-course {
  position: relative;
}
.adapted-course__bg-img:before {
  background: radial-gradient(100% 100% at 50% 0%, rgba(28, 42, 113, 0.88) 0%, rgba(21, 32, 96, 0.88) 100%);
}
.adapted-course__wrapper {
  position: relative;
  padding: 40px 24px;
  z-index: 2;
}
@media (min-width: 1280px) {
  .adapted-course__wrapper {
    padding: 72px;
    overflow: hidden;
  }
}
.adapted-course__title {
  margin: 0 0 24px;
  color: #fff;
}
.adapted-course__description {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.88);
}
.adapted-course__description p {
  margin: 0 0 24px;
}
.adapted-course__description p:last-of-type {
  margin: 0;
}
.adapted-course__link {
  width: 100%;
}
@media (min-width: 768px) {
  .adapted-course__link {
    width: auto;
  }
}

.creator {
  padding: 40px 0;
}
@media (min-width: 1280px) {
  .creator {
    padding: 36px 0 64px;
  }
}
.creator__wrapper {
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 768px) {
  .creator__wrapper {
    display: flex;
    align-items: center;
  }
}
.creator__col:first-of-type {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .creator__col:first-of-type {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media (min-width: 1280px) {
  .creator__col:first-of-type {
    margin-right: 48px;
  }
}
@media (min-width: 1300px) {
  .creator__col:first-of-type {
    margin-right: 64px;
  }
}
.creator__col img {
  display: block;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (min-width: 768px) {
  .creator__col img {
    height: auto;
  }
}
.creator__title {
  margin: 0 0 24px;
}
.creator__description {
  margin-bottom: 24px;
}
.creator__social-list {
  justify-content: center;
}
@media (min-width: 768px) {
  .creator__social-list {
    justify-content: flex-start;
  }
}
.creator__social-list li.hide-mob {
  display: none;
}
@media (min-width: 1280px) {
  .creator__social-list li.hide-mob {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .creator__social-list li.hide-mob svg {
    margin-right: 8px;
  }
}
@media (min-width: 1280px) {
  .creator__social-list li.hide-mob a {
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: #1C2A71;
  }
}

.student-reviews__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.student-reviews__title {
  margin: 0;
  text-align: left;
}
.student-reviews .swiper {
  margin: -15px;
  padding: 15px;
}
@media (min-width: 375px) {
  .student-reviews .swiper {
    margin: -24px;
    padding: 24px 24px 40px;
  }
}
@media (min-width: 1024px) {
  .student-reviews .swiper {
    margin: -24px -32px;
    padding: 24px 32px 72px;
  }
}
@media (min-width: 1280px) {
  .student-reviews .swiper {
    margin: -24px -40px -24px -40px;
    padding: 24px 40px 72px 40px;
  }
}
.student-reviews .swiper-slide {
  max-width: 280px;
}
@media (min-width: 1024px) {
  .student-reviews .swiper-slide {
    max-width: inherit;
  }
}
.student-reviews .swiper-buttons-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 72px;
}
.student-reviews .swiper-button-prev, .student-reviews .swiper-button-next {
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
}
.student-reviews .swiper-button-prev:after, .student-reviews .swiper-button-next:after {
  content: "";
}

.select-custom {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background-color: #edeef4;
  border-radius: 4px;
}
.select-custom.select-open .select-title:before {
  transform: translate(0, -50%) rotate(-180deg);
}
.select-custom.select-open .select-list {
  max-height: 200px;
  padding: 0;
  list-style: none;
  opacity: 1;
  pointer-events: all;
  overflow-y: auto;
}
.select-title {
  position: relative;
  padding: 12px 16px;
  color: #1c2a71;
}
@media (min-width: 768px) {
  .select-title {
    padding: 12px 48px;
  }
}
.select-title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
  transition: 0.5s all;
  background-image: url("data:image/svg+xml, %3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4 6L8 10L12 6%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.select-list {
  position: absolute;
  top: 97%;
  left: -1px;
  width: calc(100% + 2px);
  max-height: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out, border 0.5s ease-out;
  background-color: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}
.select-list .item {
  padding: 16px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  color: #4ad0ee;
  border-bottom: 1px solid rgba(28, 42, 113, 0.08);
}
.select-list .item.selected {
  text-decoration: underline;
}
.select-list .item.disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: not-allowed;
}
.select-list .item:hover:not(.disabled):not(.selected) {
  background-color: #edeef4;
  text-decoration: underline;
}

.modal__custom-select,
.custom-select {
  position: relative;
}
.modal__custom-select select,
.custom-select select {
  display: none;
}
.modal__custom-select svg,
.custom-select svg {
  display: none;
}
@media (min-width: 768px) {
  .modal__custom-select svg,
.custom-select svg {
    position: absolute;
    top: 21px;
    left: 18px;
    display: block;
    z-index: 10;
  }
}

.cta .select-list .item {
  border: none !important;
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cta .select-list .item:hover:not(.disabled):not(.selected) {
  background-color: rgba(98, 109, 153, 0.8) !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  z-index: 100;
}
.modal.visible {
  opacity: 1;
  visibility: visible;
}
.modal__simple .modal__content {
  font-size: 16px;
  line-height: 1.375;
  color: rgba(10, 25, 47, 0.88);
}
.modal__simple .modal__content h3 {
  font-size: 16px;
  font-weight: 600;
}
.modal__simple .modal__content p {
  margin: 0 0 16px;
}
.modal__simple .modal__content ul,
.modal__simple .modal__content ol {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .modal__simple .modal__content {
    max-width: 600px;
  }
}
.modal__simple .modal__title {
  margin: 0 0 24px;
}
.modal__overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(100% 100% at 50% 0%, rgba(28, 42, 113, 0.88) 0%, rgba(21, 32, 96, 0.88) 100%);
  height: 100%;
  width: 100%;
  padding: 30px;
}
.modal__wrapper {
  position: relative;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
  overflow: auto;
}
@media (min-width: 768px) {
  .modal__wrapper {
    padding: 40px;
  }
}
.modal__title {
  margin: 0 0 24px;
  font-size: 24px;
}
.modal__description {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: rgba(10, 25, 47, 0.88);
}
.modal__description p {
  margin: 0 0 16px;
}
.modal__description p:last-of-type {
  margin: 0;
}
.modal__row {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .modal__row--half {
    width: calc(50% - 8px);
  }
}
.modal__row--privacy .label__checkbox {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding-left: 24px;
  cursor: pointer;
}
.modal__row--privacy .label__checkbox span:not(.checkmark) {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3571;
  color: #0A192F;
}
.modal__row--privacy .label__checkbox span:not(.checkmark) a {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .modal__row--privacy .label__checkbox span:not(.checkmark) a:hover {
    text-decoration: none;
  }
}
.modal__row--privacy .label__checkbox .checkmark {
  left: 0;
}
.modal__row--privacy .privacy-error {
  font-size: 14px;
  color: #FF0000;
}
.modal__row > span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.3571;
  color: rgba(10, 25, 47, 0.72);
}
.modal__row label {
  position: relative;
  display: block;
  width: 100%;
}
.modal__row label.label-error input {
  border-color: #FF0000 !important;
}
.modal__row label input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  padding: 14.5px 16px 14.5px 48px;
  font-size: 14px;
  line-height: 1.3571;
}
.modal__row label textarea {
  width: 100%;
  resize: vertical;
  min-height: 100px;
  max-height: 200px;
  font-size: 14px;
}
.modal__row label textarea::-moz-placeholder {
  color: #4a5566;
  font-size: 14px;
}
.modal__row label textarea:-ms-input-placeholder {
  color: #4a5566;
  font-size: 14px;
}
.modal__row label textarea::placeholder {
  color: #4a5566;
  font-size: 14px;
}
.modal__row label svg {
  position: absolute;
  top: 17px;
  left: 16px;
}
.modal__row .select-custom {
  width: 100%;
  max-width: 100%;
}
.modal__row .select-title {
  width: 100%;
  padding: 14.5px 48px 14.5px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3571;
  color: #4a5566;
}
.modal__row .error {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.modal__row .error .icon {
  position: absolute;
  top: 13px;
  right: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal__row .error .icon:hover ~ .message {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.modal__row .error .icon svg {
  position: static;
}
.modal__row .error .message {
  position: absolute;
  top: -13px;
  right: -15px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1.3333;
  color: #0A192F;
  background-color: #ffcccc;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
  transition: visibility 0.25s ease, opacity 0.25s ease, z-index 0.25s ease;
}
@media (min-width: 768px) {
  .modal__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.modal__close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 5;
}
.modal__close-btn svg {
  width: 16px;
  height: 16px;
}
.modal .select-list {
  background-color: #edeef4;
}
.modal .select-list .item {
  padding: 14.5px 16px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #4a5566;
}
@media (min-width: 1280px) {
  .modal .select-list .item:hover {
    text-decoration: underline;
  }
}
.modal .select-list .item.selected {
  font-weight: 600;
}
@media (min-width: 1280px) {
  .modal .select-list .item.selected:hover {
    text-decoration: none;
    cursor: inherit;
  }
}

@media (min-width: 768px) {
  .modal__course-register .modal__content {
    max-width: 576px;
  }
}
.modal__course-register .modal__title {
  margin: 0 0 24px;
}
.modal__course-register .modal__row {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .modal__course-register .modal__row--half {
    width: calc(50% - 8px);
  }
}
.modal__course-register .modal__date-item {
  position: relative;
  margin-bottom: 8px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.3571;
  color: rgba(10, 25, 47, 0.88);
  border: 1px solid #f6f6f9;
  background-color: #f6f6f9;
  border-radius: 4px;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.modal__course-register .modal__date-item.active {
  background-color: #fff;
  border: 1px solid #4A9FEE;
  box-shadow: 0 8px 24px rgba(28, 42, 113, 0.08);
}
.modal__course-register .modal__date-item.active svg {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.modal__course-register .modal__date-item--multiselect .modal__date-option {
  margin-bottom: 8px;
}
.modal__course-register .modal__date-item--multiselect .modal__date-option:last-of-type {
  margin-bottom: 0;
}
.modal__course-register .modal__date-item--multiselect > span {
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .modal__course-register .modal__date-item {
    cursor: pointer;
  }
}
.modal__course-register .modal__date-item:last-of-type {
  margin-bottom: 0;
}
.modal__course-register .modal__date-item svg {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal__course-register .modal__date-option {
  display: flex;
  align-items: center;
}
.modal__course-register .modal__date-option > span {
  margin-left: 8px;
}
.modal__course-register .modal__date-option label {
  width: auto;
  margin-left: 8px;
}
.modal__course-register .modal__date-option label .checkmark {
  top: 2px;
  left: 0;
}
.modal__course-register .modal__date-option label span:not(.checkmark) {
  padding-left: 24px;
}
.modal__course-register textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
}

.modal__leave-request .modal__title,
.modal__event .modal__title {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .modal__leave-request .modal__content,
.modal__event .modal__content {
    max-width: 400px;
  }
}

.modal__workplace .modal__title {
  max-width: 70%;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .modal__workplace .modal__content {
    max-width: 400px;
  }
}
.modal__workplace .modal__modules-box {
  display: flex;
  align-items: center;
}
.modal__workplace .modal__modules-box label {
  width: auto;
  margin-right: 8px;
}
.modal__workplace .label__radio input:checked ~ .checkmark {
  background-color: #4A9FEE;
  color: #fff;
}
.modal__workplace .label__radio .checkmark {
  position: static;
  width: auto;
  height: auto;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.3333;
  color: #4A9FEE;
  border-radius: 20px;
  border: 1px solid #4A9FEE;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.modal__workplace .label__radio .checkmark:before {
  display: none;
}
.modal__workplace .label__checkbox {
  padding-left: 20px;
  margin-left: 8px;
}
.modal__workplace .label__checkbox span:not(.checkmark) {
  font-size: 12px;
  line-height: 1.3333;
  color: #4A9FEE;
}
.modal__workplace .label__checkbox .checkmark {
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  border-color: rgba(28, 42, 113, 0.16);
}
.modal__workplace .label__checkbox .checkmark:before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.33341 2.5L3.75008 7.08333L1.66675 5%27 stroke=%27%234A9FEE%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.modal__success,
.modal__error {
  z-index: 9999;
}
.modal__success .modal__wrapper,
.modal__error .modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 40px;
}
.modal__success .modal__content,
.modal__error .modal__content {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.375;
}
.modal__success .modal__title,
.modal__error .modal__title {
  margin: 0 0 16px;
  font-size: 24px;
  text-align: center;
}
.modal__success .modal__description,
.modal__error .modal__description {
  margin: 0;
  font-weight: 700;
}

.modal__success .modal__wrapper {
  background-color: #4A9FEE;
}
.modal__success .modal__title, .modal__success .modal__description {
  color: #fff;
}

.modal__error .modal__wrapper {
  background-color: #fff;
}
.modal__error .modal__title, .modal__error .modal__description {
  color: rgba(10, 25, 47, 0.88);
}

.modal__download .modal__content {
  max-width: 576px;
}

.modal__cta .modal__content {
  max-width: 410px;
}
.modal__cta .modal__row textarea {
  padding-left: 48px;
  resize: none;
}

.course-modal {
  position: fixed;
  top: calc(100% - 56px);
  left: 0;
  width: 100%;
  background-color: #f6f6f9;
  z-index: 100;
  transition: top 0.25s ease;
}
.course-modal.active {
  top: 0;
}
.course-modal.active .course-modal__btn svg {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .course-modal {
    display: none;
  }
}
.course-modal__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  padding: 0 15px;
  color: #fff;
  background-color: #4A9FEE;
  border: none;
}
@media (min-width: 375px) {
  .course-modal__btn {
    padding: 15px 24px;
  }
}
.course-modal__btn svg {
  transition: transform 0.25s ease;
}
.course-modal__wrapper {
  padding: 24px 15px;
  overflow: auto;
  height: 100%;
  max-height: 100vh;
}
@media (min-width: 375px) {
  .course-modal__wrapper {
    padding: 24px;
  }
}
.course-modal__content {
  max-width: 375px;
  margin: 0 auto;
}
.course-modal__ocassions-contact {
  position: relative;
  padding: 24px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.course-modal__ocassions-contact svg {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.course-modal__ocassions-contact span,
.course-modal__ocassions-contact button {
  margin-left: 24px;
}
.course-modal__ocassions-contact button {
  display: block;
  padding: 0;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #4A9FEE;
  color: #4A9FEE;
  background-color: transparent;
}
@media (min-width: 1280px) {
  .course-modal__ocassions-contact button {
    cursor: pointer;
  }
}
.course-modal__place .btn {
  margin-left: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4A9FEE;
  background-color: transparent;
  border: none;
}
.course-modal__links a,
.course-modal__links button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #4A9FEE;
  border-bottom: 1px solid #4A9FEE;
}

.lrm-main {
  padding-bottom: 20px;
}
.lrm-user-modal-container {
  position: static !important;
  width: 100% !important;
  max-width: 280px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  transform: translateY(0) !important;
}
.lrm-user-modal-container-inner {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.lrm-user-modal-container .lrm-form {
  padding: 0 !important;
  color: rgba(10, 25, 47, 0.88) !important;
}
.lrm-user-modal-container .lrm-form .lrm-fieldset-wrap {
  padding: 0 !important;
}
.lrm-user-modal-container .lrm-form .fieldset {
  margin: 0 0 8px !important;
}
.lrm-user-modal-container .lrm-form .fieldset:last-of-type {
  margin: 0 0 16px !important;
}
.lrm-user-modal-container .lrm-form .fieldset input {
  padding: 10.5px 16px 10.5px 48px !important;
  background-color: rgba(28, 42, 113, 0.08) !important;
  color: rgba(10, 25, 47, 0.88) !important;
  transition: color 0.25s ease !important;
}
.lrm-user-modal-container .lrm-form .fieldset input::-moz-placeholder {
  color: rgba(10, 25, 47, 0.72) !important;
}
.lrm-user-modal-container .lrm-form .fieldset input:-ms-input-placeholder {
  color: rgba(10, 25, 47, 0.72) !important;
}
.lrm-user-modal-container .lrm-form .fieldset input::placeholder {
  color: rgba(10, 25, 47, 0.72) !important;
}
.lrm-user-modal-container .lrm-form .fieldset--default {
  margin: 0 !important;
  padding: 0 !important;
}
.lrm-user-modal-container .lrm-form .fieldset--default button {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  background-color: #4A9FEE !important;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.lrm-user-modal-container .lrm-form .fieldset--default button:hover {
  background-color: #438cda !important;
  box-shadow: 0px 4px 24px rgba(74, 159, 238, 0.32);
}
.lrm-user-modal-container .lrm-form .lrm-ficon-mail {
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M2.66683 2.66675H13.3335C14.0668 2.66675 14.6668 3.26675 14.6668 4.00008V12.0001C14.6668 12.7334 14.0668 13.3334 13.3335 13.3334H2.66683C1.9335 13.3334 1.3335 12.7334 1.3335 12.0001V4.00008C1.3335 3.26675 1.9335 2.66675 2.66683 2.66675Z%27 stroke=%27%231C2A71%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M14.6668 4L8.00016 8.66667L1.3335 4%27 stroke=%27%231C2A71%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.lrm-user-modal-container .lrm-form .lrm-ficon-key {
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M12.6667 7.33325H3.33333C2.59695 7.33325 2 7.93021 2 8.66659V13.3333C2 14.0696 2.59695 14.6666 3.33333 14.6666H12.6667C13.403 14.6666 14 14.0696 14 13.3333V8.66659C14 7.93021 13.403 7.33325 12.6667 7.33325Z%27 stroke=%27%231C2A71%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M4.66666 7.33325V4.66659C4.66666 3.78253 5.01785 2.93468 5.64297 2.30956C6.26809 1.68444 7.11593 1.33325 7.99999 1.33325C8.88404 1.33325 9.73189 1.68444 10.357 2.30956C10.9821 2.93468 11.3333 3.78253 11.3333 4.66659V7.33325%27 stroke=%27%231C2A71%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.lrm-user-modal-container .lrm-form .lrm-ficon-eye {
  background-size: 16px;
}
.lrm-user-modal-container .lrm-form .lrm-form-bottom-message {
  bottom: 0 !important;
}
.lrm-user-modal-container .lrm-form .lrm-nice-checkbox__label {
  margin: 0 !important;
  line-height: inherit !important;
}
.lrm-user-modal-container .lrm-form .lrm-nice-checkbox__label .lrm-nice-checkbox__indicator {
  top: 5px !important;
  width: 16px !important;
  height: 16px !important;
  background-color: transparent !important;
  border: 1px solid rgba(28, 42, 113, 0.24) !important;
  border-radius: 4px;
  cursor: pointer;
}
.lrm-user-modal-container .lrm-form .lrm-nice-checkbox__label .lrm-nice-checkbox__indicator:after {
  top: 2px !important;
  left: 2px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 2px !important;
  background-color: #4A9FEE !important;
  transform: rotate(0deg) !important;
  border: none !important;
}
.lrm-user-modal-container .lrm-switch-to--reset-password {
  color: #4A9FEE !important;
  transition: color 0.25s ease;
}
@media (min-width: 1280px) {
  .lrm-user-modal-container .lrm-switch-to--reset-password:hover {
    color: #1C2A71 !important;
  }
}

.practical__practical-box {
  margin-bottom: 32px;
}
.practical__title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  color: #1C2A71;
}
.practical__date-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.practical__date-box span {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.practical__date-box span svg {
  margin-right: 8px;
}
.practical__place {
  width: 100%;
}
.practical__place a {
  margin-left: 8px;
}
.practical__price-box {
  margin-bottom: 24px;
}
.practical__price-box:last-of-type {
  margin-bottom: 0;
}
.practical__price-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.practical__price-header > span {
  display: flex;
  align-items: center;
}
.practical__price-header > span svg {
  margin-right: 8px;
}
.practical__price-header label {
  display: flex;
  align-items: center;
}
.practical__price-header label input {
  display: none;
}
.practical__price-header label input:checked ~ span:first-of-type {
  color: rgba(10, 25, 47, 0.88);
}
.practical__price-header label input:checked ~ span:last-of-type {
  color: #4A9FEE;
}
.practical__price-header label span {
  margin: 5px;
  text-align: center;
  transition: color 0.25s ease;
  cursor: pointer;
}
.practical__price-header label span:first-of-type {
  color: #4A9FEE;
}
.practical__price-header label span:last-of-type {
  color: rgba(10, 25, 47, 0.88);
}
.practical__price-list {
  display: flex;
  margin: 0 -4px;
  padding: 0;
  list-style: none;
}
.practical__price-list:last-of-type {
  margin-bottom: 0;
}
.practical__price-list li {
  width: 50%;
  padding: 0 4px;
}
.practical__price-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
}
.practical__price-item span {
  display: block;
  margin-bottom: 8px;
}
.practical__price-item strong {
  display: flex;
  margin-top: auto;
}
.practical__price-item strong span {
  margin-left: 4px;
}
.practical__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.practical__ocassions-list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.practical__ocassions-list li {
  border-bottom: 1px solid rgba(28, 42, 113, 0.08);
}
.practical__ocassions-list li:last-of-type {
  border-bottom: none;
}
.practical__ocassions-item {
  padding: 16px;
}
.practical__ocassions-item strong {
  display: flex;
  align-items: center;
}
.practical__ocassions-item strong svg {
  margin-right: 8px;
}
.practical__ocassions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.practical__ocassions-header span {
  display: flex;
  align-items: center;
}
.practical__ocassions-header span svg {
  margin-right: 8px;
}
.practical__ocassions-link {
  padding: 5.5px 16px;
}
.practical__social-box {
  display: flex;
  align-self: center;
}
@media (min-width: 1280px) {
  .practical__social-box {
    margin-bottom: 24px;
  }
}
.practical__social-box > span {
  margin-right: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #0A192F;
}
.practical__link {
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .map-box {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .map-box {
    border-radius: 8px;
    overflow: hidden;
  }
}
.map-box__list-col {
  padding: 32px 15px 8px;
  background-color: #2f3c7d;
}
@media (min-width: 375px) {
  .map-box__list-col {
    padding: 32px 24px;
  }
}
@media (min-width: 768px) {
  .map-box__list-col {
    max-width: 320px;
  }
}
.map-box__map-col {
  height: 560px;
  background-color: #000;
}
@media (min-width: 768px) {
  .map-box__map-col {
    width: calc(100% - 320px);
    height: inherit;
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .map-box__map-col {
    min-height: 450px;
  }
}
@media (min-width: 1280px) {
  .map-box__map-col {
    min-height: 614px;
  }
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
  padding: 0;
  box-shadow: unset;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window {
  position: relative;
  max-width: 320px;
  list-style: none;
  padding: 12px 32px 36px 32px;
  overflow: hidden;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.user {
  border-bottom: 1px solid rgba(10, 25, 47, 0.08);
  padding-bottom: 24px;
  margin-bottom: 12px;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.user img {
  margin-right: 16px;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.user ul.info {
  padding: 0;
  list-style: none;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.user ul.info li.name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #0A192F;
  margin-bottom: 4px;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.user ul.info li.description {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(10, 25, 47, 0.72);
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.company-name img {
  margin-right: 8px;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.company-name span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0A192F;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.phone img {
  margin-right: 8px;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.phone a {
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #0A192F;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.detail img {
  margin-right: 16px;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.detail a {
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0A192F;
  word-break: break-word;
  text-decoration: underline;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.email img {
  margin-right: 8px;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.email a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0A192F;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.address img {
  margin-right: 8px;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.address address {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0A192F;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window li.submit button {
  background: #4A9FEE;
  border-radius: 4px;
  padding: 12px 17px;
  width: 100%;
  color: #FFFFFF;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
}
.map-box__map-col .gm-style .gm-style-iw-t::after {
  display: none;
}
.map-box__map-col .cluster-label {
  transform: translateY(-30%);
}
.map-box__title {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: #fff;
}
.map-box__list-wrapper {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) rgba(255, 255, 255, 0.16);
}
@media (min-width: 768px) {
  .map-box__list-wrapper {
    max-height: 504px;
  }
}
.map-box__list-wrapper::-webkit-scrollbar {
  width: 4px;
}
.map-box__list-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 20px;
}
.map-box__list-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 20px;
}
.map-box__list {
  padding: 0;
  list-style: none;
}
.map-box__list li:first-of-type .map-box__item {
  padding-top: 0;
}
.map-box__list li:last-of-type .map-box__item {
  border-bottom: none;
}
.map-box__item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.map-box__item span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}
.map-box__item a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.map-box__avatar {
  width: 56px;
  height: 56px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.map-box__avatar img {
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-password-form label {
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
.post-password-form label input[type=text],
.post-password-form label input[type=password] {
  margin: 16px 0;
}
.post-password-form input[type=submit] {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  border-radius: 4px;
  background-color: #4a9fee;
  border: 1px solid #4a9fee;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 1024px) {
  .post-password-form input[type=submit] {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .post-password-form input[type=submit]:hover {
    background-color: #438cda;
    border-color: #438cda;
    box-shadow: 0 4px 24px rgba(74, 159, 238, 0.32);
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .pagination {
    gap: 30px;
  }
}
.pagination__prev, .pagination__next {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgba(10, 25, 47, 0.24);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all 0.3s ease-in-out;
}
.pagination__prev svg g, .pagination__next svg g {
  transition: all 0.3s ease-in-out;
}
.pagination__prev:not(.disabled):hover, .pagination__next:not(.disabled):hover {
  border: 1px solid #0a192f;
}
.pagination__prev:not(.disabled):hover g, .pagination__next:not(.disabled):hover g {
  opacity: 1;
}
.pagination__numbers {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 20px;
}
@media (min-width: 768px) {
  .pagination__numbers {
    gap: 42px;
  }
}

.page-numbers {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #0a192f;
  transition: color 0.3s ease-in-out;
}
.page-numbers:hover {
  color: #4a9fee;
}

.current {
  color: #4a9fee;
}

.hero {
  position: relative;
}
.hero--homepage {
  padding: 96px 0 64px;
}
@media (min-width: 1024px) {
  .hero--homepage {
    padding: 120px 0 72px;
  }
}
.hero--homepage .hero__description {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .hero--homepage .hero__description {
    margin-bottom: 130px;
  }
}
.hero--lectures, .hero--services {
  padding: 88px 0 64px;
}
@media (min-width: 1024px) {
  .hero--lectures, .hero--services {
    padding: 105px 0 120px;
  }
}
@media (min-width: 1024px) {
  .hero--lectures .hero__col:first-of-type, .hero--services .hero__col:first-of-type {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .hero--lectures .hero__col:first-of-type, .hero--services .hero__col:first-of-type {
    width: 100%;
    max-width: 853px;
  }
}
@media (min-width: 1024px) {
  .hero--lectures .hero__btn-back, .hero--services .hero__btn-back {
    width: 100%;
    margin-bottom: 72px;
  }
}
.hero--lectures .hero__description, .hero--services .hero__description {
  margin-bottom: 32px;
  line-height: 1.8;
}
@media (min-width: 1280px) {
  .hero--lectures .hero__description, .hero--services .hero__description {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .hero--lectures .hero__links a, .hero--services .hero__links a {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .hero--lectures {
    padding: 105px 0 72px;
  }
}
.hero--lectures .hero__wrapper {
  width: 100%;
}
.hero--lectures .hero__box {
  display: flex;
  flex-direction: column;
  gap: 32px 64px;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero--lectures .hero__box {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .hero--lectures .hero__box .hero__col:first-of-type {
    max-width: 60%;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .hero--lectures .hero__box .hero__col:first-of-type {
    max-width: 853px;
  }
}
.hero--lectures .hero__banner-block .banner {
  background-color: #4a9fee;
  border-radius: 4px;
}
@media (min-width: 1300px) {
  .hero--lectures .hero__banner-block .banner {
    max-width: 329px;
  }
}
.hero--lectures .hero__banner-block .banner__wrapper {
  padding: 16px 24px;
}
@media (min-width: 768px) {
  .hero--lectures .hero__banner-block .banner__wrapper {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .hero--lectures .hero__banner-block .banner__wrapper {
    text-align: left;
  }
}
.hero--lectures .hero__banner-block .banner__title {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  .hero--lectures .hero__banner-block .banner__title {
    font-size: 20px;
  }
}
.hero--lectures .hero__banner-block .banner__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.64);
}
@media (min-width: 768px) {
  .hero--lectures .hero__banner-block .banner__link {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .hero--lectures .hero__banner-block .banner__link {
    margin: 0;
  }
}
.hero--lectures .hero__banner-block .banner__link svg {
  margin-left: 10px;
}
.hero--lectures .hero__banner-block .banner__link svg path {
  stroke: rgba(255, 255, 255, 0.64);
  transition: all 0.3s ease-in-out;
}
.hero--lectures .hero__banner-block .banner__link:hover {
  color: white;
}
.hero--lectures .hero__banner-block .banner__link:hover svg {
  opacity: 1;
}
.hero--lectures .hero__banner-block .banner__link:hover svg path {
  stroke: white;
}
.hero--events .hero__col .hero__banner-block {
  display: none;
}
.hero--events .hero__col .hero__description {
  max-width: 740px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .hero--events .hero__col .hero__description {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .hero--events .hero__col {
    width: 50%;
    position: relative;
  }
  .hero--events .hero__col .hero__banner-block {
    display: block;
    position: absolute;
    left: 0;
  }
  .hero--events .hero__col .hero__banner-block .banner__title {
    margin: 0 0 8px;
  }
  .hero--events .hero__col .hero__banner-block .banner__link {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .hero--events .hero__col:first-of-type:not(.hero__col--full-width) {
    padding-right: 42px;
  }
}
@media (min-width: 1280px) {
  .hero--events .hero__col:first-of-type:not(.hero__col--full-width) {
    width: 68.2%;
  }
}
@media (min-width: 1280px) {
  .hero--events .hero__col:last-of-type {
    width: 31.8%;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .hero--events + .events {
    padding-top: 63px;
  }
}
.hero--certified {
  padding: 88px 0 0;
}
@media (min-width: 768px) {
  .hero--certified {
    padding: 88px 0 32px;
  }
}
@media (min-width: 1280px) {
  .hero--certified {
    padding: 104px 0 32px;
  }
}
.hero--certified .hero__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .hero--certified .hero__subtitle {
    font-size: 24px;
    line-height: 180%;
    margin-bottom: 32px;
  }
}
.hero--certified .bg-img img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.hero--certified .hero__col .hero__description {
  max-width: 740px;
  line-height: 1.8;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .hero--certified .hero__col {
    width: 50%;
    position: relative;
  }
  .hero--certified .hero__col .hero__banner-block {
    display: block;
  }
  .hero--certified .hero__col .hero__banner-block .banner__title {
    margin: 0 0 8px;
  }
  .hero--certified .hero__col .hero__banner-block .banner__link {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .hero--certified .hero__col:first-of-type:not(.hero__col--full-width) {
    padding-right: 42px;
  }
}
.hero--certified .hero__col:first-of-type {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .hero--certified .hero__col:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .hero--certified .hero__col:first-of-type:not(.hero__col--full-width) {
    width: 68.2%;
  }
}
@media (min-width: 1280px) {
  .hero--certified .hero__col:last-of-type {
    width: 31.8%;
    position: relative;
  }
}
.hero--workplace {
  padding: 88px 0 24px;
}
@media (min-width: 1280px) {
  .hero--workplace {
    padding: 156px 0 72px;
  }
}
.hero--workplace .hero__wrapper {
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero--workplace .hero__wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}
.hero--workplace .hero__col {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .hero--workplace .hero__col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .hero--workplace .hero__col:first-of-type {
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .hero--workplace .hero__col:first-of-type {
    width: 100%;
    max-width: 632px;
  }
}
.hero--workplace .hero__col:last-of-type {
  margin-bottom: 0;
}
.hero--workplace .hero__col:only-child {
  margin-bottom: 0;
}
.hero--workplace .hero__video {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 16px 32px rgba(74, 159, 238, 0.16);
}
@media (min-width: 1280px) {
  .hero--workplace .hero__video {
    max-width: 520px;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .hero--workplace .hero__btn-back {
    margin-bottom: 32px;
  }
}
.hero--workplace .hero__description {
  line-height: 1.8;
}
@media (min-width: 1280px) {
  .hero--course .hero__title {
    max-width: 632px;
    margin-bottom: 72px;
  }
}
.hero--course .hero__steps-box ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .hero--course .hero__steps-box ol {
    display: flex;
    flex-grow: 1;
    margin: 0 -8px;
  }
}
@media (min-width: 1280px) {
  .hero--course .hero__steps-box ol {
    margin: 0 -12px;
  }
}
.hero--course .hero__steps-box ol > li {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero--course .hero__steps-box ol > li {
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 8px;
  }
}
@media (min-width: 1280px) {
  .hero--course .hero__steps-box ol > li {
    position: relative;
    padding: 0 12px;
  }
}
@media (min-width: 1280px) {
  .hero--course .hero__steps-box ol > li:first-of-type:before, .hero--course .hero__steps-box ol > li:last-of-type:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 18L15 12L9 6%27 stroke=%27%234AD0EE%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
  }
}
@media (min-width: 1280px) {
  .hero--course .hero__steps-box ol > li:first-of-type:before {
    right: -12px;
  }
}
.hero--course .hero__steps-box ol > li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .hero--course .hero__steps-box ol > li:last-of-type:before {
    left: -12px;
  }
}
@media (min-width: 768px) {
  .hero--course .hero__steps-box ol > li .steps-card {
    height: 100%;
  }
}
.hero--blog .hero__title {
  font-size: 32px;
}
@media (min-width: 768px) {
  .hero--blog .hero__title {
    font-size: 36px;
  }
}
.hero--about, .hero--spelbrade, .hero--blog, .hero--single-page, .hero--course, .hero--events {
  padding: 88px 0 40px;
}
@media (min-width: 768px) {
  .hero--about, .hero--spelbrade, .hero--blog, .hero--single-page, .hero--course, .hero--events {
    padding: 88px 0 72px;
  }
}
@media (min-width: 1280px) {
  .hero--about, .hero--spelbrade, .hero--blog, .hero--single-page, .hero--course, .hero--events {
    padding: 104px 0 72px;
  }
}
.hero--not-found {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 70px;
}
.hero--not-found .bg-img {
  bottom: 0;
  height: initial;
}
.hero--not-found .bg-img img {
  -o-object-position: bottom;
     object-position: bottom;
}
.hero--not-found .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  overflow-x: hidden;
}
.hero--not-found .container .hero__title {
  position: relative;
}
.hero--not-found .container .hero__title:after {
  content: "404";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -285%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 180px;
  color: rgba(255, 255, 255, 0.08);
}
@media (min-width: 1024px) {
  .hero--not-found .container .hero__title:after {
    font-size: 240px;
  }
}
.hero--not-found .container .hero__col {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .hero--not-found .container .hero__description {
    font-size: 18px;
    line-height: 180%;
  }
}
.hero--not-found .container .hero__description p a {
  color: inherit;
  text-decoration: underline;
}
.hero--not-found .container .hero__description .btn-submit {
  margin-top: 32px;
  -webkit-appearance: initial;
}
.hero--member {
  padding: 88px 0 72px;
}
@media (min-width: 1300px) {
  .hero--member .container {
    max-width: 1360px;
    padding: 0 24px;
  }
}
@media (min-width: 1600px) {
  .hero--member .container {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .hero--member {
    padding: 88px 0 40px;
  }
}
.hero--member .hero__btn-back {
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .hero--member .hero__title {
    font-size: 36px;
  }
}
.hero--member .hero__description {
  font-size: 14px;
}
@media (min-width: 768px) {
  .hero--member .hero__description {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .hero--blog .hero__col:first-of-type:not(.hero__col--full-width), .hero--single-page .hero__col:first-of-type:not(.hero__col--full-width) {
    width: 75%;
  }
}
.hero--blog .hero__description, .hero--single-page .hero__description {
  line-height: 1.8;
}
.hero--single-page .hero__wrapper {
  text-align: center;
}
@media (min-width: 1024px) {
  .hero--single-page .hero__col:first-of-type {
    max-width: 743px;
    margin: 0 auto;
  }
}
.hero--single-page .hero__description {
  margin-bottom: 24px;
}
.hero__bg-img {
  z-index: -1;
}
.hero__bg-img:before {
  background: radial-gradient(100% 100% at 50% 0%, rgba(28, 42, 113, 0.88) 0%, rgba(21, 32, 96, 0.88) 100%);
}
.hero__btn-back {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .hero__btn-back {
    margin-bottom: 72px;
  }
}
.hero__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .hero__col:first-of-type:not(.hero__col--full-width) {
    width: 50%;
  }
}
.hero__col--full-width {
  width: 100%;
}
.hero__tags-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}
.hero__tags-list li {
  margin-bottom: 16px;
  padding: 0 8px;
}
.hero__tag {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3571;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 4px;
}
.hero__title {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.375;
  color: #fff;
}
@media (min-width: 768px) {
  .hero__title {
    margin: 0 0 32px;
  }
}
@media (min-width: 1280px) {
  .hero__title {
    font-size: 48px;
    line-height: 1.3571;
  }
}
.hero__title--single {
  margin: 0;
}
@media (min-width: 768px) {
  .hero__title--single {
    margin: 0;
  }
}
.hero__description {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}
.hero__description--single {
  margin: 0;
}
@media (min-width: 768px) {
  .hero__description--single {
    width: 70%;
    margin: 0;
  }
}
.hero__description p {
  margin: 0 0 24px;
}
.hero__description p:last-of-type {
  margin: 0;
}
@media (min-width: 1024px) {
  .hero__cards-box {
    display: flex;
    margin: 0 -8px;
  }
}
@media (min-width: 1280px) {
  .hero__cards-box {
    margin: 0;
  }
}
.hero__cards-box .simple-card {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .hero__cards-box .simple-card {
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 8px;
  }
}
@media (min-width: 1280px) {
  .hero__cards-box .simple-card {
    padding: 0 32px 0 0;
  }
}
.hero__cards-box .simple-card:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .hero__cards-box .simple-card:last-of-type {
    padding: 0;
  }
}
.hero__author {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333;
  color: #fff;
}
.hero__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .hero__links {
    flex-direction: row;
    align-items: center;
  }
}
.hero__links a {
  position: relative;
  margin-bottom: 24px;
  line-height: 1.375;
  color: #4ad0ee;
}
@media (min-width: 768px) {
  .hero__links a {
    margin: 0 32px 0 0;
  }
}
@media (min-width: 1280px) {
  .hero__links a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .hero__links a:hover:before {
    opacity: 0;
  }
}
.hero__links a:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero__links a:last-of-type {
    margin: 0;
  }
}
.hero__links a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: linear-gradient(90deg, #4ad0ee, #4ad0ee 60%, transparent 60%, transparent 100%);
  background-size: 4px 1px;
  transition: opacity 0.25s ease;
}
.hero__video.video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.hero__video.video:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 42, 113, 0.5632) 0%, rgba(28, 42, 113, 0.64) 100%);
  z-index: 1;
}
.hero__video.video.playing:before {
  display: none;
}

.simple-text {
  text-align: center;
  background-color: #1c2a71;
}
@media (min-width: 768px) {
  .simple-text {
    position: relative;
  }
}
.simple-text:last-of-type {
  padding: 0;
}
.simple-text--img-outer {
  display: flex;
  flex-direction: column-reverse;
}
.simple-text--img-outer .simple-text__col {
  color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 768px) {
  .simple-text--img-outer .simple-text__col {
    text-align: left;
  }
}
.simple-text__wrapper {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .simple-text__wrapper {
    width: 50%;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .simple-text__wrapper {
    padding: 72px 24px 72px 0;
  }
}
@media (min-width: 1280px) {
  .simple-text__wrapper {
    padding: 72px 72px 72px 0;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .simple-text__img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .simple-text__img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.simple-text__title {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .simple-text__title {
    margin: 16px 0 32px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .simple-text__title {
    margin: 32px 0;
  }
}
.simple-text__link {
  font-weight: 600;
  margin-top: 32px;
  transition: opacity 0.3s ease-in-out;
}
.simple-text__link:hover {
  opacity: 0.56;
}
.simple-text__link:hover svg {
  opacity: 0.56;
}
.simple-text p {
  margin: 0 0 24px;
}
.simple-text p:last-of-type {
  margin: 0;
}
.simple-text img {
  display: block;
}
@media (min-width: 768px) {
  .simple-text--img-reverse .simple-text__img-box {
    right: auto;
  }
}
@media (min-width: 768px) {
  .simple-text--img-reverse .simple-text__wrapper {
    padding-right: 0;
    padding-left: 24px;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .simple-text--img-reverse .simple-text__wrapper {
    padding-left: 72px;
  }
}

.principles {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .principles {
    padding: 72px 0;
  }
}
.principles__bg-img {
  z-index: -1;
}
.principles__bg-img:before {
  background: linear-gradient(68.62deg, #1c2a71 0%, rgba(28, 42, 113, 0.64) 100%);
}
@media (min-width: 768px) {
  .principles__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .principles__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.principles__title-box {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .principles__title-box {
    width: 50%;
    padding-right: 24px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .principles__title-box {
    grid-column: 1/2;
    width: auto;
    padding: 0;
  }
}
.principles__title {
  margin: 16px 0 32px;
  color: white;
}
@media (min-width: 768px) {
  .principles__title {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .principles__title {
    margin: 32px 0;
  }
}
.principles__subtitle {
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888;
  color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 1280px) {
  .principles__subtitle {
    font-size: 24px;
    line-height: 1.375;
  }
}
.principles__description {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 1280px) {
  .principles__description {
    margin-bottom: 64px;
  }
}
.principles__description p {
  margin: 0 0 24px;
}
.principles__description p:last-of-type {
  margin: 0;
}
.principles__slide {
  padding: 32px 24px 80px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  color: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
}
@media (min-width: 1280px) {
  .principles__slide {
    padding: 40px 40px 80px;
    text-align: left;
  }
}
.principles__slide-title-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.principles__slide h2,
.principles__slide h3,
.principles__slide h4,
.principles__slide h5,
.principles__slide h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888;
  color: white;
}
@media (min-width: 1280px) {
  .principles__slide h2,
.principles__slide h3,
.principles__slide h4,
.principles__slide h5,
.principles__slide h6 {
    font-size: 24px;
    line-height: 1.375;
  }
}
.principles__slide p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 1024px) {
  .principles__slide p {
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.principles__slide p:last-of-type {
  margin: 0;
}
.principles__slider-box {
  position: relative;
}
@media (min-width: 768px) {
  .principles__slider-box {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .principles__slider-box {
    overflow: hidden;
    grid-column: 1/2;
    grid-row: 2;
  }
}
.principles__slider-box .swiper-wrapper {
  box-sizing: border-box;
}
.principles__slider-box .swiper-buttons-wrapper {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50px;
  height: 24px;
  z-index: 1;
}
@media (min-width: 1280px) {
  .principles__slider-box .swiper-buttons-wrapper {
    left: 40px;
    transform: translateX(0);
    width: 60px;
  }
}
.principles__slider-box .swiper-button {
  position: static;
  top: inherit;
  right: inherit;
  left: inherit;
  bottom: inherit;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.48);
  background-size: contain;
  background-position: center center;
}
.principles__slider-box .swiper-button:after {
  display: none;
}
.principles__slider-box .swiper-button-prev:not(.swiper-buttons-wrapper .swiper-button-disabled) svg g {
  transition: opacity 0.3s ease-in-out;
}
.principles__slider-box .swiper-button-prev:not(.swiper-buttons-wrapper .swiper-button-disabled) svg g:hover {
  opacity: 1;
}
.principles__slider-box .swiper-button-next:not(.swiper-buttons-wrapper .swiper-button-disabled) svg g {
  transition: opacity 0.3s ease-in-out;
}
.principles__slider-box .swiper-button-next:not(.swiper-buttons-wrapper .swiper-button-disabled) svg g:hover {
  opacity: 1;
}
.principles__pagination-box {
  width: 327px;
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .principles__pagination-box {
    width: 360px;
  }
}
@media (min-width: 1024px) {
  .principles__pagination-box {
    grid-column: 2/4;
    grid-row: 1/3;
    width: auto;
    height: 100%;
    margin: 0;
  }
}
.principles__pagination {
  position: relative;
}
@media (min-width: 768px) {
  .principles__pagination {
    max-width: 375px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .principles__pagination {
    width: auto;
    max-width: 488px;
    height: 100% !important;
    min-height: 586px !important;
    margin: auto 0 auto auto;
  }
}
@media (min-width: 1280px) {
  .principles__pagination {
    max-width: 100%;
    margin: 0 0 0 50px;
    max-height: 660px;
  }
}
.principles__pagination:before {
  position: absolute;
  content: attr(data-circle-content);
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3333;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
@media (min-width: 1024px) {
  .principles__pagination:before {
    top: 50%;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1280px) {
  .principles__pagination:before {
    width: 160px;
    height: 160px;
    font-size: 16px;
    line-height: 1.375;
  }
}
.principles__pagination .swiper-pagination-bullet {
  position: absolute;
  width: 106px;
  height: 106px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3333;
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet {
    width: 160px;
    height: 160px;
    font-size: 16px;
    line-height: 1.375;
  }
}
.principles__pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(68.62deg, #4ad0ee 0%, rgba(74, 208, 238, 0) 100%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:before {
    width: 160%;
  }
}
.principles__pagination .swiper-pagination-bullet > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 17px;
  border-radius: 50%;
  background: linear-gradient(225deg, rgba(74, 208, 238, 0) 0%, #4ad0ee 100%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
  z-index: 10;
  color: white;
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet > span {
    cursor: pointer;
  }
}
.principles__pagination .swiper-pagination-bullet > span:before, .principles__pagination .swiper-pagination-bullet > span:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #4ad0ee;
  transition: background-color 0.25s ease;
}
.principles__pagination .swiper-pagination-bullet > span:before {
  top: 20%;
}
.principles__pagination .swiper-pagination-bullet > span:after {
  bottom: 20%;
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(1) {
    top: 5%;
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(1) {
    top: 0;
  }
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(1):before {
  top: 86%;
  right: -52%;
  transform: translateY(-50%) rotate(36deg);
}
@media (min-width: 768px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(1):before {
    top: 79%;
  }
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(1):before {
    top: 110%;
    right: -93%;
    transform: translateY(-50%) rotate(44deg);
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(1):before {
    top: 103%;
    right: -99%;
    transform: translateY(-50%) rotate(39deg);
  }
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(5) {
  top: 25%;
  left: 0;
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(5) {
    top: 46%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(5) {
    top: 40%;
  }
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(5):before {
  top: 10%;
  right: -52%;
  transform: translateY(-50%) rotate(-36deg);
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(5):before {
    top: -11%;
    right: -92%;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(5):before {
    top: -3%;
    right: -99%;
    transform: translateY(-50%) rotate(-38deg);
  }
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(2) {
  top: 25%;
  right: 0;
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(2) {
    top: 46%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(2) {
    top: 40%;
    z-index: 1;
  }
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(2):before {
  bottom: -20%;
  left: -19%;
  transform: translateY(-50%) rotate(-72deg);
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(2):before {
    bottom: -35%;
    left: -52%;
    transform: translateY(-50%) rotate(-74deg);
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(2):before {
    bottom: -38%;
    left: -57%;
    transform: translateY(-50%) rotate(-71deg);
  }
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(4) {
  top: 65%;
  left: 13%;
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(4) {
    top: inherit;
    bottom: 5%;
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(4) {
    left: 15%;
  }
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(4):before {
  top: -9%;
  left: -23%;
  transform: translateY(-50%) rotate(72deg);
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(4):before {
    top: -29%;
    right: -7%;
    left: initial;
    transform: translateY(-50%) rotate(74deg);
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(4):before {
    top: -33%;
    right: -2%;
    left: initial;
    transform: translateY(-50%) rotate(71deg);
  }
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(3) {
  top: 65%;
  right: 13%;
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(3) {
    top: inherit;
    bottom: 5%;
  }
}
@media (min-width: 1280px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(3) {
    right: 15%;
  }
}
.principles__pagination .swiper-pagination-bullet:nth-of-type(3):before {
  top: 50%;
  left: -64%;
  transform: translateY(-50%) rotate(0deg);
}
@media (min-width: 1024px) {
  .principles__pagination .swiper-pagination-bullet:nth-of-type(3):before {
    left: inherit;
    right: 50%;
  }
}
.principles__pagination .swiper-pagination-bullet-active > span {
  color: #1c2a71;
  background: #fff;
  box-shadow: 0 16px 48px rgba(74, 208, 238, 0.48);
}
.principles__pagination .swiper-pagination-bullet-active > span:before, .principles__pagination .swiper-pagination-bullet-active > span:after {
  background-color: #4ad0ee;
}
.principles__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.principles__navigation .swiper-button-prev,
.principles__navigation .swiper-button-next {
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  background-repeat: no-repeat;
}
.principles__navigation .swiper-button-prev:after,
.principles__navigation .swiper-button-next:after {
  display: none;
}

.info__bg-img {
  z-index: -1;
}
@media (min-width: 768px) {
  .info__wrapper {
    display: flex;
  }
}
@media (min-width: 768px) {
  .info__item {
    width: 33.3%;
  }
}
.info__item-wrapper {
  position: relative;
  padding: 24px;
  text-align: center;
  background: linear-gradient(67.36deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
}
@media (min-width: 768px) {
  .info__item-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .info__item-wrapper {
    padding: 46px;
  }
}
@media (min-width: 1280px) {
  .info__item-wrapper {
    padding: 72px;
  }
}
.info__item-icon-box {
  display: none;
}
@media (min-width: 1024px) {
  .info__item-icon-box {
    display: block;
    height: 32px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.info__item-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888;
  color: #1C2A71;
}
@media (min-width: 768px) {
  .info__item-title {
    text-align: left;
  }
}
.info__item-description {
  display: none;
}
@media (min-width: 1280px) {
  .info__item-description {
    display: block;
    max-width: 336px;
    margin-bottom: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(10, 25, 47, 0.88);
  }
}
@media (min-width: 1280px) {
  .info__item-description p {
    margin: 0;
  }
}
.info__item-link {
  margin-top: auto;
}

.cta {
  position: relative;
  padding: 40px 0;
  background: linear-gradient(0deg, rgba(28, 42, 113, 0.88), rgba(28, 42, 113, 0.88));
}
@media (min-width: 1024px) {
  .cta {
    padding: 72px 0;
  }
}
.cta__bg-img {
  z-index: -1;
}
@media (min-width: 768px) {
  .cta__wrapper {
    display: flex;
    margin: 0 -12px;
  }
}
@media (min-width: 768px) {
  .cta__col {
    width: 50%;
    padding: 0 12px;
  }
}
@media (min-width: 1024px) {
  .cta__col {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cta__col:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.cta__title {
  margin: 16px 0 32px;
}
@media (min-width: 768px) {
  .cta__title {
    text-align: left;
  }
}
.cta__follow {
  width: 100%;
  margin-bottom: 32px;
}
.cta__form-box {
  margin-bottom: 32px;
  padding: 32px 24px;
  line-height: 1.357;
  background-color: #fff;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .cta__form-box {
    max-width: 320px;
  }
}
@media (min-width: 1024px) {
  .cta__form-box {
    max-width: 410px;
    margin: 0 auto;
  }
}
.cta__form label {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.cta__form label:last-of-type svg {
  top: 16px;
  transform: translateY(0);
}
.cta__form label svg {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 1;
}
.cta__form label input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.cta__form label textarea {
  width: 100%;
  padding-left: 48px;
}
.cta__form label textarea {
  resize: none;
  min-height: 96px;
}
.cta__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  align-items: center;
}
.cta__form-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: rgba(28, 42, 113, 0.88);
}
@media (min-width: 768px) {
  .cta__form-title {
    text-align: left;
  }
}
.cta__form-subtitle {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  text-align: center;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 768px) {
  .cta__form-subtitle {
    text-align: left;
  }
}
.cta__form-submit {
  width: 100%;
}
.cta__subscribe-form-box {
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .cta__subscribe-form-box {
    max-width: 320px;
    margin: 0 0 74px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .cta__subscribe-form-box {
    margin: 0 auto 32px;
  }
}
.cta__subscribe-form-box .subscribe-form-box__wrapper {
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}
.cta__subscribe-form-box .subscribe-form-box__wrapper input[type=text]:focus,
.cta__subscribe-form-box .subscribe-form-box__wrapper input[type=email]:focus,
.cta__subscribe-form-box .subscribe-form-box__wrapper input[type=password]:focus,
.cta__subscribe-form-box .subscribe-form-box__wrapper input[type=tel]:focus {
  background-color: transparent !important;
}
.cta__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .cta__btn {
    max-width: 320px;
  }
}
@media (min-width: 1024px) {
  .cta__btn {
    margin: auto auto 0;
  }
}

.attention {
  padding: 40px 0 80px;
}
@media (min-width: 1024px) {
  .attention {
    padding: 72px 0;
  }
}
.attention__title {
  margin: 16px 0 32px;
}
@media (min-width: 768px) {
  .attention__title {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .attention__title {
    margin: 32px 0;
  }
}
.attention__slider {
  margin-bottom: 32px;
  padding-bottom: 56px !important;
}
@media (min-width: 1280px) {
  .attention__slider {
    margin-bottom: 64px;
    padding-bottom: 0 !important;
  }
}
.attention__slider-wrapper {
  position: relative;
  margin: 0 -15px;
}
@media (min-width: 375px) {
  .attention__slider-wrapper {
    margin: 0 -24px;
  }
}
@media (min-width: 768px) {
  .attention__slider-wrapper {
    margin: 0;
  }
}
.attention__slide {
  margin: 0 12px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .attention__slide {
    max-width: inherit;
    margin: 0;
  }
}
.attention__navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 56px;
  height: 24px;
  z-index: 10;
}
@media (min-width: 1280px) {
  .attention__navigation {
    top: -15%;
    left: inherit;
    bottom: inherit;
    right: 0;
    transform: translateX(0);
  }
}
.attention__navigation .swiper-button {
  position: static;
  top: inherit;
  right: inherit;
  left: inherit;
  bottom: inherit;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.48);
  background-size: contain;
  background-position: center center;
  z-index: 10;
}
.attention__navigation .swiper-button:after {
  display: none;
}
.attention__navigation .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M19.5 12.347L5.5 12.347%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.5 19.347L5.5 12.347L12.5 5.34705%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
}
.attention__navigation .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M5.5 12.347H19.5%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.5 5.34705L19.5 12.347L12.5 19.347%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
}
.attention__subscribe {
  margin: 0 24px;
}
@media (min-width: 768px) {
  .attention__subscribe {
    margin: 0;
  }
}

.simple-column {
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .simple-column {
    padding: 72px 0 32px;
  }
}
.simple-column__text {
  margin: 0 0 32px;
  color: #0A192F;
}
.simple-column__text p {
  margin: 0 0 24px;
}
.simple-column__text p:last-of-type {
  margin: 0;
}
.simple-column__img-box img {
  display: block;
}

.locations {
  color: #0A192F;
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .locations {
    padding: 32px 0 72px;
  }
}
.locations__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  counter-reset: myCounter;
  margin: 0 0 -16px;
}
@media (min-width: 768px) {
  .locations__list {
    margin: 0 -16px -32px;
  }
}
.locations__item {
  width: 100%;
  margin: 0 0 16px;
  list-style: none;
}
.locations__item::before {
  counter-increment: myCounter;
  content: counter(myCounter, decimal-leading-zero);
  color: #4AD0EE;
  display: inline-block;
  text-align: center;
  margin: 0 0 24px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .locations__item {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}
@media (min-width: 1024px) {
  .locations__item {
    width: calc(33.333% - 32px);
  }
}
.locations__title, .locations__description {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .locations__title, .locations__description {
    margin: 0 0 32px;
    width: 50%;
  }
}
.locations h2, .locations p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  text-align: left;
}
.locations p:last-of-type {
  margin: 0;
}

.about-ceo {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .about-ceo {
    padding: 72px 0;
  }
}
.about-ceo__title {
  margin: 16px 0 24px;
}
@media (min-width: 768px) {
  .about-ceo__title {
    margin: 24px 0px 32px;
  }
}
.about-ceo .about-ceo__content-box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .about-ceo .about-ceo__content-box {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .about-ceo__description {
    width: 50%;
    margin-right: 50px;
  }
}
.about-ceo__description p {
  font-size: 16px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .about-ceo__description p {
    text-align: left;
    font-size: 18px;
  }
}
.about-ceo__img-box ul {
  display: flex;
  padding: 0;
}
.about-ceo__img-box ul li {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
.about-ceo__img-box ul li svg {
  margin-right: 8px;
}
.about-ceo__img-box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-ceo__img-box ul li img {
  margin: 0 0 12px;
}
.about-ceo__img-box ul li:last-child {
  margin-right: 0;
}
.about-ceo__link-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .about-ceo__link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .about-ceo__link-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.about-ceo__link-wrapper li {
  margin: 0 32px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .about-ceo__link-wrapper li {
    margin: 0 0 24px;
  }
  .about-ceo__link-wrapper li:last-child {
    margin: 0;
  }
}
.about-ceo__link-wrapper li a {
  color: #1C2A71;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.361;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.about-ceo__link-wrapper li svg {
  margin-right: 8px;
}
.about-ceo__link-wrapper li:hover {
  text-decoration: underline;
}
.about-ceo__link-wrapper li:last-of-type {
  margin-right: 0;
}
.about-ceo span {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 24px;
  display: block;
}
@media (min-width: 1024px) {
  .about-ceo span {
    font-size: 18px;
  }
}

.interviews {
  background: rgba(28, 42, 113, 0.04);
  padding: 40px 0;
}
@media (min-width: 768px) {
  .interviews {
    padding: 72px 0 104px;
  }
}
.interviews__title {
  margin: 16px 0 24px;
}
@media (min-width: 768px) {
  .interviews__title {
    margin: 24px 0px 32px;
  }
}
.interviews__gallery {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .interviews__gallery {
    margin: 0 0 72px;
  }
}
.interviews__description {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .interviews__description {
    width: 62%;
    font-size: 18px;
    margin: 0 0 32px;
  }
}

.feedbacks-list {
  margin: 0 0 -16px;
  padding: 0;
}
@media (min-width: 768px) {
  .feedbacks-list {
    -moz-columns: 2;
         columns: 2;
    gap: 32px;
    margin: 0 0 -32px;
  }
}
@media (min-width: 1024px) {
  .feedbacks-list {
    -moz-columns: 3;
         columns: 3;
  }
}
.feedbacks-list li {
  list-style: none;
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .feedbacks-list li {
    margin: 0 0 32px;
  }
}

:root {
  --default-height: 0px;
}

.lectures,
.workshop {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 1280px) {
  .lectures,
.workshop {
    padding: 72px 0;
  }
}
.lectures__bg-img,
.workshop__bg-img {
  display: none;
}
@media (min-width: 1024px) {
  .lectures__bg-img,
.workshop__bg-img {
    display: block;
    z-index: -1;
  }
}
.lectures__bg-img:before,
.workshop__bg-img:before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%), linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1024px) {
  .lectures__wrapper,
.workshop__wrapper {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .lectures__col,
.workshop__col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .lectures__col:first-of-type,
.workshop__col:first-of-type {
    padding-right: 32px;
  }
}
@media (min-width: 1280px) {
  .lectures__col:first-of-type,
.workshop__col:first-of-type {
    width: 42.6%;
  }
}
@media (min-width: 1280px) {
  .lectures__col:last-of-type,
.workshop__col:last-of-type {
    width: 57.4%;
  }
}
.lectures__col-wrapper,
.workshop__col-wrapper {
  position: relative;
}
.lectures__list,
.workshop__list {
  list-style: none;
  overflow: hidden;
  padding-right: 40px;
}
@media (min-width: 1280px) {
  .lectures__list,
.workshop__list {
    counter-reset: custom-counter;
  }
}
.lectures__list li,
.workshop__list li {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .lectures__list li,
.workshop__list li {
    position: relative;
    counter-increment: custom-counter;
  }
}
@media (min-width: 1280px) {
  .lectures__list li:before,
.workshop__list li:before {
    position: absolute;
    top: 24px;
    left: 24px;
    content: counter(custom-counter, decimal-leading-zero);
    height: 24px;
    font-size: 16px;
    font-weight: 800;
    color: #4ad0ee;
  }
}
.lectures__btn,
.workshop__btn {
  display: block;
  margin: 24px auto 0;
  white-space: nowrap;
}
.lectures__title,
.workshop__title {
  margin: 16px 0 24px;
}
@media (min-width: 768px) {
  .lectures__title,
.workshop__title {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .lectures__title,
.workshop__title {
    margin: 32px 0;
  }
}
.lectures__description,
.workshop__description {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .lectures__description,
.workshop__description {
    max-width: 490px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.lectures__description .btn-cta,
.workshop__description .btn-cta {
  margin: 32px 0 8px;
}
.lectures__description p,
.workshop__description p {
  margin: 0 0 16px;
}
.lectures__description p:last-of-type,
.workshop__description p:last-of-type {
  margin: 0;
}

@media (min-width: 1280px) {
  .lectures__bg-img {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .lectures__bg-img img {
    position: static;
    height: auto;
    bottom: inherit;
  }
}
.lectures__list {
  list-style: none;
  transition: height 0.25s ease-in-out;
}

@media (min-width: 1280px) {
  .workshop__bg-img {
    top: 26%;
    max-height: 800px;
  }
}
.workshop__list {
  padding: 0;
  transition: height 0.25s ease-in-out;
}

.how {
  padding: 32px 0;
}
.how__title {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .how__title {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .how__title {
    margin: 0 0 32px;
  }
}

.reviews {
  padding-top: 32px;
}
.reviews__title {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .reviews__title {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .reviews__title {
    margin: 0 0 32px;
  }
}
.reviews__slider-wrapper {
  position: relative;
  margin: 0 -15px;
}
@media (min-width: 375px) {
  .reviews__slider-wrapper {
    margin: 0 -24px;
  }
}
@media (min-width: 768px) {
  .reviews__slider-wrapper {
    margin: 0;
  }
}
.reviews__navigation {
  position: absolute;
  bottom: 40px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media (min-width: 768px) {
  .reviews__navigation {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .reviews__navigation {
    top: -12.8%;
    left: inherit;
    bottom: inherit;
    right: 0;
    transform: translateX(0);
  }
}
.reviews__navigation .swiper-button {
  position: static;
  top: inherit;
  right: inherit;
  left: inherit;
  bottom: inherit;
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.48);
  background-color: rgba(28, 42, 113, 0.08);
  border-radius: 4px;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}
.reviews__navigation .swiper-button:after {
  display: none;
}
.reviews__navigation .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M19.5 12.347L5.5 12.347%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.5 19.347L5.5 12.347L12.5 5.34705%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-right: 8px;
}
.reviews__navigation .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M5.5 12.347H19.5%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.5 5.34705L19.5 12.347L12.5 19.347%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
}
.reviews__slider {
  padding: 0 12px 112px !important;
}
@media (min-width: 768px) {
  .reviews__slider {
    margin: 0 -24px !important;
    padding: 0 24px 112px !important;
  }
}

.blog {
  padding: 40px 0;
  background-color: #f8f9fa;
}
@media (min-width: 1024px) {
  .blog {
    padding: 34px 0;
  }
}
@media (min-width: 1280px) {
  .blog__wrapper {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .blog__content {
    flex-grow: 1;
  }
}
@media (min-width: 1280px) {
  .blog__content:only-child {
    width: 100%;
  }
}
.blog__title {
  margin: 0 0 24px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .blog__title {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .blog__title {
    margin: 0 0 28px;
  }
}
.blog__list {
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .blog__list:last-of-type {
    margin: 0 -12px 10px;
  }
}
@media (min-width: 1024px) {
  .blog__list:last-of-type {
    margin: 0 -12px 13px;
  }
}
@media (min-width: 768px) {
  .blog__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.blog__list li {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .blog__list li {
    width: 50%;
    padding: 0 12px;
  }
}
@media (min-width: 1024px) {
  .blog__list li {
    width: 33.3%;
    margin-bottom: 32px;
  }
}
.blog__list li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog__list li:last-of-type {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .blog__list li:last-of-type {
    margin-bottom: 32px;
  }
}
.blog__banner {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .blog__banner {
    margin-bottom: 32px;
  }
}
.blog__sidebar {
  display: none;
}
@media (min-width: 1280px) {
  .blog__sidebar {
    position: relative;
    display: block;
    width: 298px;
    flex-shrink: 0;
    margin-left: 32px;
    padding-top: 81px;
  }
}
.blog__sidebar-wrapper {
  position: sticky;
  top: 0;
  left: 0;
}

.blog-categories {
  margin-bottom: 22px;
}
.blog-categories__title {
  color: #1c2a71;
  margin: 0 0 3px;
}
.blog-categories__actions {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 180px;
  transition: all 0.5s;
  overflow: hidden;
}
@media (min-width: 375px) {
  .blog-categories__actions {
    max-height: 140px;
  }
}
@media (min-width: 768px) {
  .blog-categories__actions {
    max-height: 95px;
  }
}
@media (min-width: 1280px) {
  .blog-categories__actions {
    max-height: 50px;
  }
}
.blog-categories__btn {
  color: #1c2a71;
  border: 1px solid rgba(28, 42, 113, 0.24);
  border-radius: 32px;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  padding: 8px 15px 7px;
  background-color: transparent;
  margin-bottom: 8px;
  opacity: 1;
}
.blog-categories__btn:not(:last-child) {
  margin-right: 2px;
}
.blog-categories__btn:hover {
  background-color: #4ad0ee;
  border: 1px solid #4ad0ee;
  color: #fff;
}
.blog-categories__btn-active {
  background-color: #4ad0ee;
  border: 1px solid #4ad0ee;
  color: #fff;
}
.blog-categories__btn-more, .blog-categories__btn-less {
  color: rgba(28, 42, 113, 0.24);
  display: inline-block;
  border: 1px solid rgba(28, 42, 113, 0.24);
  border-radius: 32px;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  padding: 8px 15px 7px;
  background-color: transparent;
  margin-bottom: 8px;
  opacity: 1;
}
.blog-categories__btn-more:hover, .blog-categories__btn-less:hover {
  color: rgba(28, 42, 113, 0.24);
  border: 1px solid rgba(28, 42, 113, 0.24);
  background-color: transparent;
}
.blog-categories__btn-less {
  display: none;
}

.show {
  display: inline-block !important;
}

.container-animate {
  max-height: 1000px;
  transition: all 0.5s ease-in;
}

.single {
  padding: 40px 0;
  background-color: #F8F9FA;
}
@media (min-width: 1024px) {
  .single__wrapper {
    display: flex;
  }
}
.single__sidebar--left {
  display: none;
}
@media (min-width: 1280px) {
  .single__sidebar--left {
    display: block;
    flex-shrink: 0;
    width: 100%;
    max-width: 170px;
    margin-right: 24px;
  }
}
@media (min-width: 1300px) {
  .single__sidebar--left {
    margin-right: 51px;
  }
}
.single__sidebar--left time {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3333;
  color: #495057;
}
.single__sidebar--left time span {
  display: block;
  width: 32px;
  height: 1px;
  margin: 0 8px;
  background-color: #C4C4C4;
}
.single__sidebar--left time strong {
  font-weight: 600;
}
.single__sidebar--right {
  position: relative;
}
@media (min-width: 768px) {
  .single__sidebar--right .single__sidebar-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .single__sidebar--right .single__sidebar-wrapper {
    position: sticky;
    top: 0;
    right: 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .single__sidebar--right {
    width: 100%;
    max-width: 298px;
    flex-shrink: 0;
    margin-left: 24px;
  }
}
@media (min-width: 1280px) {
  .single__sidebar--right {
    margin-left: 34px;
  }
}
.single__banner {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .single__banner {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  .single__banner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .single__banner:first-of-type {
    margin-right: 24px;
  }
}
@media (min-width: 1024px) {
  .single__banner:first-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .single__subscribe-form-box {
    margin: 0 auto;
  }
}
.single__subscribe-form-box .subscribe-form-box__wrapper {
  text-align: left;
}
.single__subscribe-form-box .subscribe-form-box__form .form-row__switch {
  justify-content: flex-start;
}
.single__content {
  color: rgba(10, 25, 47, 0.88);
}
.single__content h2 {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .single__content h2 {
    margin: 0 0 32px;
  }
}
.single__content h3 {
  font-size: 22px;
}
@media (min-width: 1280px) {
  .single__content h3 {
    font-size: 24px;
  }
}
.single__content h4 {
  font-size: 20px;
}
@media (min-width: 1280px) {
  .single__content h4 {
    font-size: 22px;
  }
}
.single__content h5 {
  font-size: 18px;
}
@media (min-width: 1280px) {
  .single__content h5 {
    font-size: 20px;
  }
}
.single__content h3, .single__content h4, .single__content h5, .single__content h6 {
  margin: 0 0 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .single__content h3, .single__content h4, .single__content h5, .single__content h6 {
    margin: 0 0 16px;
    text-align: left;
  }
}
.single__content p {
  margin: 0 0 32px;
}
.single__content blockquote {
  margin: 0 0 32px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: #1C2A71;
}
.single__content blockquote p {
  margin: 0;
}
.single__content ul:not([class]),
.single__content ol:not([class]) {
  margin-bottom: 32px;
}
.single__content ul:not([class]) ol,
.single__content ul:not([class]) ul,
.single__content ol:not([class]) ol,
.single__content ol:not([class]) ul {
  margin-bottom: 0;
}
.single__tags-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.single__tags-list li {
  margin-right: 8px;
}
.single__tags-list li:last-of-type {
  margin-right: 0;
}
.single__tags-list span,
.single__tags-list a {
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(10, 25, 47, 0.64);
  border-radius: 5px;
  border: 1px solid #E5E5E5;
}
.single__event-date-box {
  margin-bottom: 42px;
}
.single .event-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(10, 25, 47, 0.88);
  background: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .single .event-box {
    justify-content: space-between;
    padding: 32px 32px 16px;
  }
}
@media (min-width: 768px) {
  .single .event-box__btn, .single .event-box > span {
    margin-bottom: 16px;
  }
}
.single .event-box__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .single .event-box__btn {
    width: auto;
  }
}
.single .event-box > span {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .single .event-box > span {
    display: block;
    margin-right: 16px;
  }
}
.single .event-box > span svg {
  margin-right: 8px;
}
.single h2 {
  font-size: 24px;
}

.related,
.related-events {
  padding: 40px 0;
  background-color: #eff1f4;
}
@media (min-width: 1024px) {
  .related,
.related-events {
    padding: 72px 0;
  }
}
.related__title,
.related-events__title {
  text-align: left;
}

@media (min-width: 1280px) {
  .related__slide {
    width: 25% !important;
  }
}

.related-events__list {
  padding: 0;
  list-style: none;
}
.related-events .swiper-slide {
  height: initial;
  box-sizing: border-box;
}
.related-events .swiper-slide .events-card {
  height: 100%;
}
.related-events .swiper-slide .events-card__wrapper {
  height: 100%;
}

.modules {
  padding: 40px 0;
  background: linear-gradient(0deg, rgba(28, 42, 113, 0.04), rgba(28, 42, 113, 0.04)), #ffffff;
}
@media (min-width: 1280px) {
  .modules__wrapper {
    display: flex;
  }
}
.modules__btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .modules__btn-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
}
.modules__btn-wrapper .course-descr__link {
  margin: 0;
  width: 100%;
}
.modules__btn-wrapper .plans-card__cta {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .modules__btn-wrapper .plans-card__cta {
    max-width: 320px;
  }
}
.modules__btn-wrapper .plans-card__cta svg {
  margin: 0 8px 0 0 !important;
  flex-shrink: 0;
}
.modules__col:first-of-type:not(.modules__col:only-child) {
  margin-bottom: 64px;
}
@media (min-width: 1280px) {
  .modules__col:first-of-type:not(.modules__col:only-child) {
    width: auto;
    margin-right: 32px;
    max-width: 300px;
  }
}
.modules__col:first-of-type:not(.modules__col:only-child) .modules__header-box {
  margin: 0 0 24px;
}
.modules__col:first-of-type:not(.modules__col:only-child) .modules__header-box h2 {
  text-align: center;
  display: block;
  margin: 0 0 8px;
}
@media (min-width: 1280px) {
  .modules__col:first-of-type:not(.modules__col:only-child) .modules__header-box h2 {
    text-align: left;
  }
}
.modules__col:first-of-type:not(.modules__col:only-child) .modules__header-box h2:only-child {
  margin: 0;
}
.modules__col:first-of-type:not(.modules__col:only-child) .modules__header-box p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 1280px) {
  .modules__col:first-of-type:not(.modules__col:only-child) .modules__header-box p {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .modules__col:first-of-type:not(.modules__col:only-child) .modules__list {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .modules__col:first-of-type:not(.modules__col:only-child) .modules__list li {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .modules__col:first-of-type:not(.modules__col:only-child) .modules__list li:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .modules__col:nth-child(2), .modules__col:only-child {
    width: 75%;
  }
}
.modules__col:nth-child(2) .modules__col-wrapper, .modules__col:only-child .modules__col-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.modules__col:nth-child(2) .modules__title-box, .modules__col:only-child .modules__title-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.modules__col:nth-child(2) .modules__title-box h2, .modules__col:only-child .modules__title-box h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.modules__col:nth-child(2) .modules__title-box p, .modules__col:only-child .modules__title-box p {
  font-weight: 400;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 1280px) {
  .modules__col:nth-child(2) .modules__title-box, .modules__col:only-child .modules__title-box {
    order: 1;
    max-width: 65%;
  }
  .modules__col:nth-child(2) .modules__title-box p, .modules__col:only-child .modules__title-box p {
    margin: 0;
  }
}
.modules__col:nth-child(2) .modules__plans-box, .modules__col:only-child .modules__plans-box {
  width: 100%;
}
@media (min-width: 1280px) {
  .modules__col:nth-child(2) .modules__plans-box, .modules__col:only-child .modules__plans-box {
    order: 3;
  }
}
.modules__col:nth-child(2) .modules__social-box, .modules__col:only-child .modules__social-box {
  width: 100%;
}
@media (min-width: 1280px) {
  .modules__col:nth-child(2) .modules__social-box, .modules__col:only-child .modules__social-box {
    width: 30%;
    order: 2;
    margin: 3px 0 0 auto;
    align-self: flex-start;
  }
}
@media (min-width: 1280px) {
  .modules__col:only-child {
    width: 100%;
  }
}
.modules__title {
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888;
}
.modules__switch-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.modules__switch-box label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 28px;
  margin-right: 8px;
  border: 1px solid #4a9fee;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .modules__switch-box label {
    margin-right: 24px;
  }
}
.modules__switch-box label input {
  display: none;
}
.modules__switch-box label input:checked ~ span:first-of-type {
  background-color: #4a9fee;
  color: #fff;
}
.modules__switch-box label input:checked ~ span:last-of-type {
  background-color: transparent;
  color: #4a9fee;
}
.modules__switch-box label span {
  display: flex;
  justify-content: center;
  min-width: 37px;
  height: 22px;
  margin: 2px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #4a9fee;
  border-radius: 24px;
  background-color: transparent;
  transition: background-color 0.25s ease, color 0.25s ease;
}
@media (min-width: 1024px) {
  .modules__switch-box label span {
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
  }
}
.modules__switch-box label span:first-of-type {
  background-color: transparent;
  color: #4a9fee;
}
.modules__switch-box label span:last-of-type {
  background-color: #4a9fee;
  color: #fff;
}
.modules__switch-box > span {
  font-size: 12px;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 1024px) {
  .modules__switch-box > span {
    font-size: 14px;
    line-height: normal;
  }
}
.modules__plans-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.modules__social-box {
  display: flex;
  align-self: center;
}
@media (min-width: 1280px) {
  .modules__social-box {
    justify-content: flex-end;
    margin-bottom: 24px;
  }
}
.modules__social-box > span {
  margin-right: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #0a192f;
}
.modules__list, .modules__plans-list {
  padding: 0;
  list-style: none;
}
.modules__list > li, .modules__plans-list > li {
  margin-bottom: 16px;
}
.modules__list > li:last-of-type, .modules__plans-list > li:last-of-type {
  margin-bottom: 0;
}
.modules__list {
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .modules__list {
    display: flex;
    margin: 0 -16px 24px;
  }
}
@media (min-width: 1024px) {
  .modules__list > li {
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .modules__list > li .modules-card {
    height: 100%;
  }
}
.modules__list > li .modules-card__link {
  align-self: flex-start;
}
.modules__plans-list {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .modules__plans-list {
    display: flex;
    margin: 0 -16px 24px;
  }
}
@media (min-width: 1024px) {
  .modules__plans-list > li {
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 16px;
  }
}
.modules__link {
  width: 100%;
}
.modules__banner .banner__wrapper {
  padding: 32px;
  box-shadow: 0px 16px 48px rgba(28, 42, 113, 0.08);
}
@media (min-width: 1024px) {
  .modules__banner .banner__wrapper {
    position: relative;
    padding: 64px;
  }
}
@media (min-width: 1024px) {
  .modules__banner .banner__title, .modules__banner .banner__description {
    max-width: 457px;
  }
}
@media (min-width: 1024px) {
  .modules__banner .banner__title {
    margin-bottom: 8px;
  }
}
.modules__banner .banner__link {
  width: 100%;
}
@media (min-width: 1024px) {
  .modules__banner .banner__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 64px;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .single-modules h2.decorate-line {
    margin: 32px 0;
  }
  .single-modules h2.decorate-line:before {
    top: -32px;
  }
}
.single-modules--only-text .single-modules__col:first-of-type {
  padding-right: 0 !important;
  width: 100% !important;
}
.single-modules--only-text .single-modules__col:last-of-type {
  display: none !important;
}
.single-modules--only-text .single-modules__wrapper {
  border-bottom: none;
  padding: 56px 0 0;
}
@media (min-width: 1024px) {
  .single-modules--only-text .single-modules__wrapper {
    padding: 72px 0 8px;
  }
}
.single-modules--only-text .single-modules__description {
  max-width: 100% !important;
  padding-right: 0 !important;
}
@media (min-width: 1024px) {
  .single-modules--reverse .single-modules__wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .single-modules--reverse .single-modules__col:first-of-type {
    padding-right: 0;
    padding-left: 24px;
  }
}
@media (min-width: 1280px) {
  .single-modules--reverse .single-modules__col:first-of-type {
    padding-left: 64px;
  }
}
.single-modules--reverse .single-modules__col:last-of-type .single-modules__img-box {
  margin-left: 0;
  margin-right: auto;
}
.single-modules--reverse .single-modules__col--full-width .single-modules__video-box {
  margin-right: auto;
  margin-left: 0 !important;
}
.single-modules__wrapper {
  padding: 40px 0 24px;
  border-bottom: 1px solid rgba(28, 42, 113, 0.08);
}
@media (min-width: 1024px) {
  .single-modules__wrapper {
    display: flex;
    padding: 32px 0;
  }
}
@media (min-width: 1024px) {
  .single-modules__col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .single-modules__col:first-of-type {
    padding-top: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .single-modules__col:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    width: auto;
    padding-top: 0;
    padding-right: 64px;
  }
}
@media (min-width: 1280px) {
  .single-modules__col:last-of-type {
    width: auto;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .single-modules__col--full-width {
    margin: auto 0;
  }
}
@media (min-width: 1280px) {
  .single-modules__col--full-width {
    width: 50% !important;
    flex-shrink: 1 !important;
  }
}
.single-modules__title {
  margin: 0 0 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .single-modules__title {
    text-align: left;
  }
}
.single-modules__description {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .single-modules__description {
    max-width: 723px;
    margin-bottom: 0;
    padding-right: 24px;
  }
}
.single-modules__description p {
  margin: 0 0 16px;
  color: rgba(10, 25, 47, 0.88);
}
.single-modules__description p:last-of-type {
  margin: 0;
}
.single-modules__video-box {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1280px) {
  .single-modules__video-box {
    max-width: 600px;
    width: 100%;
  }
}
.single-modules__video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .single-modules__video-box:not(.general-box__item--reverse .single-modules__video-box) {
    margin-left: auto;
  }
}
.single-modules__img-box {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .single-modules__img-box {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .single-modules__img-box {
    width: 100%;
    max-width: 520px;
    height: 100%;
    margin-left: auto;
  }
}
.single-modules__img-box img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .single-modules__img-box img {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .single-modules__img-box img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.practical {
  padding: 24px 0 40px;
}
@media (min-width: 1024px) {
  .practical {
    padding: 32px 0 72px;
  }
}
.practical__title {
  margin: 0 0 24px;
  text-align: left;
}
@media (min-width: 1280px) {
  .practical__title {
    margin: 0 0 32px;
  }
}
.practical__list {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .practical__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.practical__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .practical__list li {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .practical__list li {
    width: 33.3%;
  }
}
.practical__list li:last-of-type {
  margin-bottom: 0;
}
.practical__list li svg {
  margin-bottom: 16px;
}
.practical__list li span {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 1280px) {
  .practical__list li span {
    max-width: 379px;
  }
}

.course-details {
  padding: 64px 0;
  background: linear-gradient(0deg, rgba(28, 42, 113, 0.04), rgba(28, 42, 113, 0.04)), #FFFFFF;
}
@media (min-width: 1280px) {
  .course-details {
    padding: 72px 0;
  }
}
.course-details__title {
  margin: 0 0 24px;
  color: #1C2A71;
}
.course-details__benefits-description {
  display: none;
}
@media (min-width: 1280px) {
  .course-details__benefits-description {
    display: block;
    margin-bottom: 32px;
    color: #0A192F;
  }
}
.course-details__benefits-description p {
  margin: 0 0 32px;
}
.course-details__benefits-description p:last-of-type {
  margin-bottom: 0;
}
.course-details__benefits-list {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .course-details__benefits-list {
    display: flex;
    margin: 0 -8px;
  }
}
@media (min-width: 1280px) {
  .course-details__benefits-list {
    margin: 0 -16px;
    counter-reset: point;
  }
}
.course-details__benefits-list li {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .course-details__benefits-list li {
    width: 33.3%;
    margin: 0;
    padding: 0 8px;
  }
}
@media (min-width: 1280px) {
  .course-details__benefits-list li {
    position: relative;
    padding: 0 16px;
    counter-increment: custom-couner;
  }
}
.course-details__benefits-list li:last-of-type {
  margin: 0;
}
@media (min-width: 1280px) {
  .course-details__benefits-list li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    content: counter(point);
    counter-increment: point 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3571;
    color: #fff;
    background: linear-gradient(225deg, rgba(74, 208, 238, 0) 0%, #4AD0EE 100%);
    border-radius: 50%;
  }
}
@media (min-width: 768px) {
  .course-details__benefits-list li .benefits-card {
    height: 100%;
  }
}
.course-details .general-box {
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .course-details .general-box {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .course-details .general-box {
    margin-bottom: 120px;
  }
}
.course-details .general-box__item {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .course-details .general-box__item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .course-details .general-box__item {
    margin-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .course-details .general-box__item--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .course-details .general-box__item--reverse .general-box__col:first-of-type {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .course-details .general-box__item--reverse .general-box__col:last-of-type {
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .course-details .general-box__item--reverse .general-box__col:last-of-type {
    padding-right: 60px;
  }
}
.course-details .general-box__item:last-of-type {
  margin-bottom: 0;
}
.course-details .general-box__col {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .course-details .general-box__col {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .course-details .general-box__col:first-of-type {
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .course-details .general-box__col:first-of-type {
    padding-right: 60px;
  }
}
.course-details .general-box__col:last-of-type {
  margin-bottom: 0;
}
.course-details .general-box__col img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.course-details .general-box__description {
  color: rgba(10, 25, 47, 0.96);
}
.course-details .general-box__description p {
  margin: 0 0 24px;
}
.course-details .general-box__description p:last-of-type {
  margin: 0;
}

.broadcast {
  position: relative;
  padding: 40px 0;
  background-color: #F8F9FA;
}
@media (min-width: 1280px) {
  .broadcast {
    padding: 32px 0 36px;
  }
}
@media (min-width: 1024px) {
  .broadcast__wrapper {
    display: flex;
  }
}
.broadcast__banner-block {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .broadcast__banner-block {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .broadcast__banner-block {
    display: none;
  }
}
@media (min-width: 1024px) {
  .broadcast__col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .broadcast__col:first-of-type {
    padding-right: 42px;
  }
}
@media (min-width: 1280px) {
  .broadcast__col:first-of-type {
    width: 66.6%;
  }
}
.broadcast__col:last-of-type {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .broadcast__col:last-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .broadcast__col:last-of-type {
    width: 33.3%;
  }
}
.broadcast__col-wrapper {
  position: relative;
  height: 100%;
}
.broadcast__title {
  margin: 16px 0 24px;
}
@media (min-width: 768px) {
  .broadcast__title {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .broadcast__title {
    margin: 32px 0;
  }
}
@media (min-width: 1280px) {
  .broadcast__title + .alert {
    margin-bottom: 24px;
  }
}
.broadcast__description {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .broadcast__description {
    max-width: 490px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.broadcast__description p {
  margin: 0 0 16px;
}
.broadcast__description p:last-of-type {
  margin: 0;
}
.broadcast__video-wrapper {
  padding: 65.93% 0 0 0;
  position: relative;
}
.broadcast__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.events {
  padding: 40px 0;
  background-color: #f8f9fa;
}
@media (min-width: 1024px) {
  .events {
    padding: 36px 0;
  }
}
.events__header {
  display: flex;
  align-items: center;
}
.events__header .social-list-wrapper {
  display: none;
  align-items: center;
}
@media (min-width: 1024px) {
  .events__header .social-list-wrapper {
    display: flex;
  }
}
.events__title {
  width: 100%;
  margin: 0 0 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .events__title {
    text-align: left;
    width: auto;
  }
}
.events-card {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.events-card__content-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.events-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1c2a71;
}
.events-card__title a {
  color: inherit;
}
.events-card__label-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.events-card__label-list li {
  display: flex;
  padding: 0;
  margin: 0 8px 8px 0;
}
.events-card__tag {
  background: rgba(28, 42, 113, 0.0392156863);
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .events-card__tag {
    padding: 4px 16px;
  }
}
.events-card__tag--lecture {
  background: #1c2a71;
  color: #fff;
}
.events-card__tag--conference {
  background: #4ad0ee;
  color: #fff;
}
.events-card__tag--workshop {
  background: #4a9fee;
  color: #fff;
}
.events-card__meta-tags {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .events-card__meta-tags {
    margin-bottom: 24px;
  }
}
.events-card__date, .events-card__place {
  background: linear-gradient(0deg, rgba(28, 42, 113, 0.04), rgba(28, 42, 113, 0.04)), #ffffff;
  border-radius: 4px;
  padding: 6px 14px 6px 8px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin-right: 8px;
}
.events-card__date svg, .events-card__place svg {
  margin-right: 8px;
}
.events-card__mac-label {
  display: flex;
  align-items: center;
  background: rgba(28, 42, 113, 0.0392156863);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 19px;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 1024px) {
  .events-card__mac-label {
    margin-bottom: 22px;
  }
}
.events-card__mac-label img {
  margin-right: 16px;
}
.events-card__mac-label span {
  line-height: 1.5;
}
.events-card__mac-label span b {
  display: block;
}
.events-card__content-box {
  padding: 24px 16px;
}
@media (min-width: 1280px) {
  .events-card__content-box {
    padding: 24px;
  }
}
.events-card__description {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 1024px) {
  .events-card__description {
    margin: 0 0 24px;
  }
}
.events-card__description p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (min-width: 1024px) {
  .events-card__description p {
    -webkit-line-clamp: 5;
  }
}
.events-card__link {
  margin-top: auto;
}
.events__banner {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .events__banner {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  .events__banner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .events__banner:first-of-type {
    margin-right: 24px;
  }
}
@media (min-width: 1024px) {
  .events__banner:first-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .events__wrapper {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .events__content {
    flex-grow: 1;
  }
}
@media (min-width: 1280px) {
  .events__content:only-child {
    width: 100%;
  }
}
.events__title {
  flex-shrink: 0;
}
.events__list {
  display: grid;
  gap: 32px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .events__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .events__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.events__list > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
}

.chat {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  min-height: 327px;
}
.chat span {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #1C2A71;
}

.member {
  padding: 0 0 40px;
}
.member__table-wrapper {
  width: 100%;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .member__table-wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 1280px) {
  .member__table-wrapper {
    max-width: 1566px;
    margin: 0 auto;
  }
}
@media (min-width: 1300px) {
  .member__table-wrapper {
    max-width: 1566px;
  }
}
@media (min-width: 1024px) {
  .member {
    padding: 0 0 88px;
  }
}
.member__chose-project-box span {
  margin: 0 0 8px;
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: rgba(10, 25, 47, 0.64);
}
.member .tableauPlaceholder {
  overflow: auto !important;
  width: 100% !important;
}
.member .tableauPlaceholder iframe {
  width: 100% !important;
}
.member h2,
.member h3,
.member h4,
.member h5,
.member h6 {
  margin-top: 0;
}
.member h3 {
  font-weight: 700;
  color: #1C2A71;
  font-size: 18px;
  line-height: 1.3888;
  text-align: center;
}
@media (min-width: 1024px) {
  .member h3 {
    font-size: 24px;
    text-align: left;
    line-height: 180%;
  }
}
.member p {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .member__title {
    font-size: 36px;
    margin: 0 0 16px;
  }
}
.member-tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -50px;
  z-index: 1;
}
@media (min-width: 375px) {
  .member-tabs {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .member-tabs {
    justify-content: flex-end;
    margin-top: -56px;
  }
}
.member-tabs__button {
  color: #4AD0EE;
  padding: 16px;
  border-radius: 4px 4px 0 0;
  border: none;
  background-color: unset;
  font-weight: 600;
}
@media (min-width: 768px) {
  .member-tabs__button {
    padding: 19px 32px;
  }
}
.member-tabs__button.active {
  color: #1C2A71;
  background-color: #fff;
}
.member__tab-content {
  display: none;
  animation: fadeEffect 1s;
  padding-top: 24px;
}
.member__tab-content.active {
  display: block;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.member__custom-select {
  max-width: 411px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .member__custom-select {
    margin-bottom: 40px;
  }
}
.member__custom-select > span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.3571;
  color: rgba(10, 25, 47, 0.64);
}
.member .columns-wrapper.three-columns {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .member .columns-wrapper.three-columns {
    margin: 0 -12px 32px;
  }
}

.float-card {
  background: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
}
.float-card--colored {
  background-color: unset;
}
.float-card--colored .float-card__heading {
  color: #FFF;
  margin: 16px 0;
}
.float-card--colored .float-card__paragraph {
  color: rgba(255, 255, 255, 0.88);
  margin: 16px 0;
}
.float-card__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #0A192F;
  margin: 0 0 16px;
}
.float-card__label {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .float-card__label {
    font-size: 16px;
    font-weight: 400;
  }
}
.float-card__paragraph {
  font-size: 14px;
  line-height: 180%;
}
.float-card__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.float-card__bg-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(28, 42, 113, 0.6336) 0%, rgba(28, 42, 113, 0.72) 100%);
  box-shadow: 0px 16px 48px rgba(28, 42, 113, 0.08);
}
.float-card__bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.float-card .btn-download {
  width: 100%;
  color: #fff;
  background-color: #4A9FEE;
}
@media (min-width: 768px) {
  .float-card .btn-download {
    width: unset;
  }
}

.course-descr {
  padding: 16px 0 0;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .course-descr {
    padding: 0;
    background: linear-gradient(0deg, rgba(28, 42, 113, 0.04), rgba(28, 42, 113, 0.04)), #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .course-descr__wrapper {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .course-descr__content-box {
    position: relative;
    display: block;
    width: 68%;
    max-width: 1040px;
    padding: 0 32px 24px 0;
    background-color: #fff;
  }
}
@media (min-width: 1280px) {
  .course-descr__content-box {
    width: 70%;
    padding: 72px 72px 0 0;
  }
}
@media (min-width: 1024px) {
  .course-descr__content-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: -72px;
    bottom: 0;
    width: 73px;
    background-color: #fff;
  }
}
.course-descr__sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .course-descr__sidebar {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 304px;
    flex-shrink: 0;
    margin-left: 16px;
    scroll-padding-top: 40px;
  }
}
@media (min-width: 1280px) {
  .course-descr__sidebar {
    margin-left: 48px;
  }
}
.course-descr__sidebar-wrapper {
  padding-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3571;
  color: rgba(10, 25, 47, 0.88);
}
@media (min-width: 1600px) {
  .course-descr__sidebar-wrapper {
    padding: 72px 0 24px;
  }
}
.course-descr__sidebar-practical-box {
  margin-bottom: 32px;
}
.course-descr__sidebar-title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  color: #1C2A71;
}
.course-descr__sidebar-date-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course-descr__sidebar-date-box span {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.course-descr__sidebar-date-box span svg {
  margin-right: 8px;
}
.course-descr__sidebar-place {
  width: 100%;
}
.course-descr__sidebar-place .btn {
  margin-left: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4A9FEE;
  background-color: transparent;
  border: none;
}
@media (min-width: 1280px) {
  .course-descr__sidebar-place .btn:hover {
    text-decoration: underline;
  }
}
.course-descr__sidebar-price-box {
  margin-bottom: 24px;
}
.course-descr__sidebar-price-box:last-of-type {
  margin-bottom: 0;
}
.course-descr__sidebar-price-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.course-descr__sidebar-price-header > span {
  display: flex;
  align-items: center;
}
.course-descr__sidebar-price-header > span svg {
  margin-right: 8px;
}
.course-descr__sidebar-price-header label {
  display: flex;
  align-items: center;
}
.course-descr__sidebar-price-header label input {
  display: none;
}
.course-descr__sidebar-price-header label input:checked ~ span:first-of-type {
  color: rgba(10, 25, 47, 0.88);
}
.course-descr__sidebar-price-header label input:checked ~ span:last-of-type {
  color: #4A9FEE;
}
.course-descr__sidebar-price-header label span {
  margin: 5px;
  text-align: center;
  transition: color 0.25s ease;
  cursor: pointer;
}
.course-descr__sidebar-price-header label span:first-of-type {
  color: #4A9FEE;
}
.course-descr__sidebar-price-header label span:last-of-type {
  color: rgba(10, 25, 47, 0.88);
}
.course-descr__sidebar-price-list {
  display: flex;
  margin: 0 -4px;
  padding: 0;
  list-style: none;
}
.course-descr__sidebar-price-list:last-of-type {
  margin-bottom: 0;
}
.course-descr__sidebar-price-list li {
  width: 50%;
  padding: 0 4px;
}
.course-descr__sidebar-price-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
}
.course-descr__sidebar-price-item span {
  display: block;
  margin-bottom: 8px;
}
.course-descr__sidebar-price-item strong {
  display: flex;
  margin-top: auto;
}
.course-descr__sidebar-price-item strong span {
  margin-left: 4px;
}
.course-descr__sidebar-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-descr__sidebar-links a,
.course-descr__sidebar-links button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #4A9FEE;
  border-bottom: 1px solid #4A9FEE;
}
.course-descr__sidebar-ocassions-list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.course-descr__sidebar-ocassions-list li {
  border-bottom: 1px solid rgba(28, 42, 113, 0.08);
}
.course-descr__sidebar-ocassions-list li:last-of-type {
  border-bottom: none;
}
.course-descr__sidebar-ocassions-item {
  padding: 16px;
}
.course-descr__sidebar-ocassions-item strong {
  display: flex;
  align-items: center;
}
.course-descr__sidebar-ocassions-item strong svg {
  margin-right: 8px;
}
.course-descr__sidebar-ocassionts-date-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -8px;
  padding: 0 0 0 24px;
  list-style: none;
}
.course-descr__sidebar-ocassionts-date-list:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml, %3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.6667 3.16797H3.33333C2.59695 3.16797 2 3.76492 2 4.5013V13.8346C2 14.571 2.59695 15.168 3.33333 15.168H12.6667C13.403 15.168 14 14.571 14 13.8346V4.5013C14 3.76492 13.403 3.16797 12.6667 3.16797Z%27 stroke=%27%231C2A71%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M10.6665 1.83203V4.4987%27 stroke=%27%231C2A71%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M5.3335 1.83203V4.4987%27 stroke=%27%231C2A71%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M2 7.16797H14%27 stroke=%27%231C2A71%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.course-descr__sidebar-ocassionts-date-list li {
  border-bottom: none;
  margin-bottom: 16px;
  margin-right: 16px;
}
.course-descr__sidebar-ocassions-contact {
  position: relative;
  padding: 24px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.course-descr__sidebar-ocassions-contact svg {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.course-descr__sidebar-ocassions-contact span,
.course-descr__sidebar-ocassions-contact button {
  margin-left: 24px;
}
.course-descr__sidebar-ocassions-contact button {
  display: block;
  padding: 0;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #4A9FEE;
  color: #4A9FEE;
  background-color: transparent;
}
@media (min-width: 1280px) {
  .course-descr__sidebar-ocassions-contact button {
    cursor: pointer;
  }
}
.course-descr__sidebar-ocassions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.course-descr__sidebar-ocassions-header span {
  display: flex;
  align-items: center;
}
.course-descr__sidebar-ocassions-header span svg {
  margin-right: 8px;
}
.course-descr__sidebar-ocassions-link {
  padding: 5.5px 16px;
}
.course-descr__sidebar-social-box {
  display: flex;
  align-self: center;
}
@media (min-width: 1280px) {
  .course-descr__sidebar-social-box {
    margin-bottom: 24px;
  }
}
.course-descr__sidebar-social-box > span {
  margin-right: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #0A192F;
}
.course-descr__link {
  width: 100%;
  margin-bottom: 32px;
}
.course-descr__exam {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 42, 113, 0.08);
}
@media (min-width: 1280px) {
  .course-descr__exam {
    padding: 32px 0;
    border-top: 1px solid rgba(28, 42, 113, 0.08);
  }
}
.course-descr__exam-wrapper {
  padding: 24px;
  background: #EBECF0;
  border-radius: 8px;
}
@media (min-width: 1280px) {
  .course-descr__exam-wrapper {
    position: relative;
    padding: 40px 266px 40px 32px;
    overflow: hidden;
  }
}
.course-descr__exam-wrapper > * {
  position: relative;
  z-index: 1;
}
.course-descr__exam-wrapper img.decorate {
  display: none;
}
@media (min-width: 1280px) {
  .course-descr__exam-wrapper img.decorate {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    right: -15%;
    width: 597px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.course-descr__exam-wrapper ul,
.course-descr__exam-wrapper ol {
  margin-top: 16px;
}
.course-descr__exam-wrapper ul li,
.course-descr__exam-wrapper ol li {
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .course-descr__exam-wrapper ul li,
.course-descr__exam-wrapper ol li {
    margin-bottom: 24px;
  }
}
.course-descr__exam-wrapper ul li:last-of-type,
.course-descr__exam-wrapper ol li:last-of-type {
  margin-bottom: 0;
}
.course-descr__exam-title {
  margin: 0 0 24px;
}
.course-descr__adapted-course {
  margin: 40px -15px 0;
}
@media (min-width: 375px) {
  .course-descr__adapted-course {
    margin: 40px -24px 0;
  }
}
@media (min-width: 1280px) {
  .course-descr__adapted-course {
    margin: 40px -72px 36px 0;
  }
}
.course-descr__book {
  display: flex;
  flex-direction: column;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .course-descr__book {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.course-descr__book-title {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .course-descr__book-title {
    width: 100%;
  }
}
.course-descr__book-img-box {
  order: 2;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .course-descr__book-img-box {
    order: 3;
    margin-left: auto;
  }
}
.course-descr__book-img-box figure {
  max-width: 265px;
  margin: 0 auto;
}
.course-descr__book-img-box img {
  margin-bottom: 16px;
}
.course-descr__book-img-box figcaption {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.course-descr__book-content {
  order: 3;
}
@media (min-width: 768px) {
  .course-descr__book-content {
    width: 60%;
    padding-right: 16px;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .course-descr__book-content {
    width: 58%;
  }
}
@media (min-width: 1280px) {
  .course-descr__book-content {
    width: 65%;
  }
}
@media (min-width: 1300px) {
  .course-descr__book-content {
    width: calc(100% - 265px);
    padding-right: 48px;
  }
}
.course-descr__book-content .btn {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .course-descr__book-content .btn {
    width: auto;
  }
}
.course-descr .course-part {
  padding: 24px 0;
  border-bottom: 1px solid rgba(28, 42, 113, 0.08);
}
@media (min-width: 1280px) {
  .course-descr .course-part {
    padding: 32px 0;
  }
}
@media (min-width: 1280px) {
  .course-descr .course-part:first-of-type {
    padding-top: 0;
  }
}
.course-descr .course-part__title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .course-descr .course-part__title-box {
    align-items: flex-start;
  }
}
.course-descr .course-part__title {
  margin: 0 0 24px;
}
.course-descr .course-part__anchor-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .course-descr .course-part__anchor-box {
    flex-wrap: nowrap;
  }
}
.course-descr .course-part__anchor-box span:not(.course-part__description) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 8px 8px;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3571;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .course-descr .course-part__anchor-box span:not(.course-part__description) {
    margin: 0 16px 8px 0;
  }
}
.course-descr .course-part__anchor {
  text-trunsform: uppercase;
  color: #fff;
  background: #4AD0EE;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.course-descr .course-part__duration {
  color: rgba(28, 42, 113, 0.88);
  border: 1px solid rgba(28, 42, 113, 0.24);
}
.course-descr .course-part__duration svg {
  margin-right: 8px;
}
.course-descr .course-part__description {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .course-descr .course-part__description {
    margin: 0 16px 8px 0;
  }
}
.course-descr .course-part__cards-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .course-descr .course-part__cards-list {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }
}
.course-descr .course-part__cards-list.first {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .course-descr .course-part__cards-list.first {
    flex-direction: inherit;
    display: block;
    display: column;
    -moz-columns: 2;
         columns: 2;
    gap: 24px;
  }
}
@media (min-width: 1280px) {
  .course-descr .course-part__cards-list.first {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .course-descr .course-part__cards-list.first > * {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.course-descr .course-part__cards-list.first li:nth-of-type(2) {
  order: 3;
}
.course-descr .course-part__cards-list.first li:last-of-type {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .course-descr .course-part__cards-list.first li:last-of-type {
    margin-bottom: initial;
  }
}
.course-descr .course-part__cards-list.first li:nth-last-of-type(3) {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .course-descr .course-part__cards-list.first li:nth-last-of-type(3) {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .course-descr .course-part__cards-list.first .course-part__cards-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    text-align: center;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .course-descr .course-part__cards-list.first .course-part__cards-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .course-descr .course-part__cards-list.first .course-part__cards-title svg {
    margin-right: 0;
    margin-bottom: 16px;
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1280px) {
  .course-descr .course-part__cards-list.last {
    display: flex;
    margin: 24px -8px 0;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .course-descr .course-part__cards-list.last li {
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 8px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .course-descr .course-part__cards-list.last .course-part__cards-item-wrapper {
    height: 100%;
    padding: 24px 16px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .course-descr .course-part__cards-list.last .course-part__cards-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.course-descr .course-part__cards-list li {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .course-descr .course-part__cards-list li {
    margin-bottom: 24px;
  }
}
.course-descr .course-part__cards-list li:last-of-type {
  margin-bottom: 0;
}
.course-descr .course-part__cards-item-wrapper {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 8px;
}
.course-descr .course-part__cards-title {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.375;
  color: #1C2A71;
}
.course-descr .course-part__cards-title svg {
  margin-right: 16px;
}
.course-descr .course-part ul:not([class]),
.course-descr .course-part ol:not([class]) {
  margin: 24px 0;
  color: rgba(10, 25, 47, 0.88);
}
.course-descr .course-part ul:not([class]):last-of-type,
.course-descr .course-part ol:not([class]):last-of-type {
  margin-bottom: 0;
}
.course-descr .course-part ul:not([class]) li,
.course-descr .course-part ol:not([class]) li {
  margin-bottom: 24px;
}
.course-descr .course-part ul:not([class]) li:last-of-type,
.course-descr .course-part ol:not([class]) li:last-of-type {
  margin-bottom: 0;
}
.course-descr .course-part p {
  margin: 0 0 24px;
  color: rgba(10, 25, 47, 0.88);
}
.course-descr .course-part p:last-of-type {
  margin: 0;
}
.course-descr .course-part p strong {
  display: block;
  text-align: center;
}
@media (min-width: 1024px) {
  .course-descr .course-part p strong {
    text-align: left;
  }
}
.course-descr p {
  margin: 0 0 24px;
}
.course-descr p:last-of-type {
  margin: 0;
}

.strategy {
  position: relative;
  padding: 56px 0 0;
}
@media (min-width: 768px) {
  .strategy {
    padding: 72px 0 0;
  }
}
.strategy__bg-img {
  display: none;
}
@media (min-width: 1024px) {
  .strategy__bg-img {
    display: block;
    z-index: -1;
  }
}
.strategy__bg-img:before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.strategy__bg-img img {
  -o-object-position: bottom;
     object-position: bottom;
}
.strategy__slider {
  margin-bottom: 32px;
  padding-bottom: 56px !important;
}
@media (min-width: 1280px) {
  .strategy__slider {
    margin-bottom: 64px;
    padding-bottom: 0 !important;
  }
}
.strategy__slider-wrapper {
  position: relative;
  margin: 0 -15px;
}
@media (min-width: 375px) {
  .strategy__slider-wrapper {
    margin: 0 -24px;
  }
}
@media (min-width: 768px) {
  .strategy__slider-wrapper {
    margin: 0;
  }
}
.strategy__slider {
  padding: 0 12px 112px !important;
}
@media (min-width: 768px) {
  .strategy__slider {
    margin: 0 -24px !important;
    padding: 0 24px 112px !important;
  }
}
@media (min-width: 1280px) {
  .strategy__slider {
    margin: 0 -24px !important;
    padding: 0 24px 50px !important;
  }
}
.strategy__slide {
  max-width: 280px;
}
@media (min-width: 768px) {
  .strategy__slide {
    max-width: inherit;
  }
}
.strategy__navigation {
  position: absolute;
  bottom: 40px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media (min-width: 768px) {
  .strategy__navigation {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .strategy__navigation {
    top: -21%;
    left: inherit;
    bottom: inherit;
    right: 0;
    transform: translateX(0);
  }
}
.strategy__navigation .strategy-swiper-button-next,
.strategy__navigation .strategy-swiper-button-prev {
  position: static;
  top: inherit;
  right: inherit;
  left: inherit;
  bottom: inherit;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.48);
  background-color: rgba(28, 42, 113, 0.08);
  border-radius: 4px;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}
.strategy__navigation .strategy-swiper-button-next:after,
.strategy__navigation .strategy-swiper-button-prev:after {
  display: none;
}
.strategy__navigation .strategy-swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M19.5 12.347L5.5 12.347%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.5 19.347L5.5 12.347L12.5 5.34705%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-right: 8px;
}
.strategy__navigation .strategy-swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M5.5 12.347H19.5%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.5 5.34705L19.5 12.347L12.5 19.347%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
}
.strategy-card {
  background: #FFF;
  box-shadow: 0px 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
  padding: 32px;
}
.strategy-card__number {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #4AD0EE;
}
.strategy-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1C2A71;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.strategy-card__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #0A192F;
  opacity: 0.88;
}
.strategy__col:first-child {
  margin-bottom: 32px;
}
.strategy__col-wrapper {
  max-width: 632px;
}
.strategy__title {
  margin: 0 0 24px;
}
.strategy__title#strategy {
  scroll-margin-top: 70px;
}
.strategy__description {
  font-size: 18px;
  line-height: 180%;
  color: rgba(10, 25, 47, 0.88);
}

.brands {
  padding: 16px 0 42px;
}
@media (min-width: 768px) {
  .brands {
    padding: 62px 0;
  }
}
.brands__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brands__navigation {
  position: relative;
  display: flex;
  align-items: center;
  order: 3;
}
@media (min-width: 768px) {
  .brands__navigation {
    order: 2;
    margin-bottom: 24px;
  }
}
.brands__navigation .swiper-button-prev,
.brands__navigation .swiper-button-next {
  position: static;
  top: inherit;
  right: inherit;
  left: inherit;
  bottom: inherit;
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.48);
  background-color: rgba(28, 42, 113, 0.08);
  border-radius: 4px;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}
.brands__navigation .swiper-button-prev:after,
.brands__navigation .swiper-button-next:after {
  display: none;
}
.brands__navigation .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M5.5 12.347H19.5%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.5 5.34705L19.5 12.347L12.5 19.347%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
}
.brands__navigation .swiper-button-prev {
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.48%27%3E%3Cpath d=%27M19.5 12.347L5.5 12.347%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.5 19.347L5.5 12.347L12.5 5.34705%27 stroke=%27%231C2A71%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
}
.brands__slider {
  order: 2;
}
@media (min-width: 768px) {
  .brands__slider {
    order: 3;
    width: 100%;
    margin: 0 -8px !important;
  }
}
@media (min-width: 1280px) {
  .brands__slider {
    margin: 0 0 0 -32px !important;
    padding: 0 0 0 32px !important;
  }
}
.brands__slider .swiper-wrapper {
  box-sizing: border-box;
}
.brands__slider .swiper-slide {
  padding: 0 8px 48px;
}
@media (min-width: 768px) {
  .brands__slider .swiper-slide {
    padding: 0 8px 48px;
  }
}
.brands-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 4px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .brands-card:hover {
    box-shadow: none;
  }
}
.brands-card > a {
  display: block;
  width: 100%;
  height: 100%;
}
.brands-card > a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .data {
    padding: 16px 0 32px;
  }
}
@media (min-width: 1024px) {
  .data__wrapper {
    display: flex;
    align-items: center;
  }
}
.data__col {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .data__col {
    width: 50%;
    margin-bottom: 0;
  }
  .data__col:first-child {
    padding-right: 32px;
  }
}
.data-card {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  position: relative;
}
.data-card:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .data-card:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .data-card {
    height: 320px;
  }
}
.data-card__title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .data-card__title {
    font-size: 18px;
  }
}
.data-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .data-card-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .data-card-grid__col:last-child {
    margin-top: 80px;
  }
}
.data-card__bg-img {
  z-index: -1;
}
.data-card__bg-img:before {
  background: linear-gradient(0deg, rgba(28, 42, 113, 0.64), rgba(28, 42, 113, 0.64));
}

.managing {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .managing__wrapper {
    display: flex;
    align-items: center;
  }
}
.managing__title {
  margin: 0 0 24px;
}
.managing__title#manage {
  scroll-margin-top: 70px;
}
@media (min-width: 1024px) {
  .managing__title#manage {
    scroll-margin-top: 120px;
  }
}
.managing__col-wrapper img {
  margin: 0 auto;
  display: block;
}
.managing__col:first-child {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .managing__col:first-child {
    width: 40%;
    margin-bottom: 0;
  }
  .managing__col:last-child {
    width: 60%;
    padding-left: 64px;
  }
}

.map {
  padding: 40px 0;
  background-color: #131d57;
}
@media (min-width: 1280px) {
  .map__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.map__title {
  margin: 0 0 24px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1280px) {
  .map__title {
    margin: 0 0 32px;
    font-size: 24px;
  }
}
.map__map-box {
  margin: 0 -15px 40px;
}
@media (min-width: 375px) {
  .map__map-box {
    margin: 0 -24px 40px;
  }
}
@media (min-width: 1280px) {
  .map__map-box {
    width: 100%;
    margin: 0 0 40px;
    order: 3;
  }
}
.map__social-box {
  display: flex;
  align-items: center;
  color: #fff;
}
@media (min-width: 1280px) {
  .map__social-box {
    order: 2;
    margin-bottom: 32px;
  }
}
.map__social-box span {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.map--offices {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 768px) {
  .map--offices .map-box__map-col {
    width: 100%;
  }
}
.map--offices .map-box__map-col button.gm-ui-hover-effect {
  top: 0 !important;
  right: 3px !important;
}
.map--offices .map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
  width: 100% !important;
  max-width: 320px !important;
}
.map--offices .map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .btn-submit {
  width: 100%;
}
.map--offices .map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window {
  padding: 24px 32px !important;
}
.map--offices .map-box__map-col .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d form ul.info-window .office-image img {
  width: 100%;
  border-radius: 12px;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.map--offices .map__locations {
  margin: 0 0 32px;
  overflow-x: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .map--offices .map__locations {
    margin: 0 0 46px;
  }
}
.map--offices .map__locations > ul {
  display: flex;
  overflow-x: auto;
  width: -moz-fit-content;
  width: fit-content;
  gap: 32px;
  padding: 0 0 16px;
  list-style: none;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .map--offices .map__locations > ul {
    gap: 48px;
  }
}
.map--offices .map__location {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 256px;
  min-width: 256px;
}
.map--offices .map__location-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #1c2a71;
}
.map--offices .map__location address {
  color: #0a192f;
  font-size: 14px;
  font-style: normal;
  line-height: 19px;
  text-align: center;
}

.popups {
  padding: 32px;
  background-color: #1C2A71;
}

.popup-box {
  margin-bottom: 32px;
  padding: 32px 24px;
  line-height: 1.357;
  background-color: #fff;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 8px;
}

.works {
  display: none;
  /**/
}
@media (min-width: 1280px) {
  .works {
    display: block;
    padding: 64px 0 64px;
  }
}
@media (min-width: 1280px) {
  .works__title {
    max-width: 1270px;
    margin: 0 auto 65px;
    padding: 0 24px;
  }
}
@media (min-width: 1300px) {
  .works__title {
    padding: 0;
  }
}
.works__wrapper {
  position: relative;
  min-height: 854px;
}
.works .block {
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
  border-radius: 8px;
  padding: 48px;
  box-sizing: border-box;
  position: absolute;
  visibility: hidden;
  z-index: 1;
  transition: background 0.3s ease-in-out;
  transform: translate(-50%, -100%);
}
.works .block.open {
  background: #1C2A71;
}
.works .block.open .head button::after {
  height: 0;
}
.works .block.open h3 {
  color: #fff;
}
.works .block .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.works .block .head span {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #4AD0EE;
}
.works .block .head button {
  background: #4A9FEE;
  border: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.works .block .head button:before {
  content: "";
  display: block;
  width: 9px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works .block .head button:after {
  content: "";
  display: block;
  width: 2px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.3s ease-in-out;
}
.works .block h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #1C2A71;
  margin: 16px 0;
  transition: color 0.3s ease-in-out;
}
.works .block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  opacity: 0.88;
  margin: 16px 0;
  color: #fff;
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.works #block-one {
  top: 170px;
  left: 210px;
}
.works #block-two {
  top: 170px;
  left: 730px;
}
.works #block-three {
  top: 507px;
  left: 295px;
}
.works #block-four {
  top: 507px;
  left: 835px;
  transform-origin: center bottom;
}
.works #block-five {
  top: 813px;
  left: 398px;
}
.works #block-six {
  top: 813px;
  left: 933px;
}
.works .connector {
  position: absolute;
  visibility: hidden;
}
.works #one-bottom,
.works #one-bottom-white {
  top: 167px;
  left: 200px;
}
.works #two-bottom,
.works #two-bottom-white {
  top: 167px;
  left: 300px;
}
.works #three-top,
.works #three-top-white {
  top: 243px;
  left: 297px;
}
.works #three-bottom,
.works #three-bottom-white {
  top: 474px;
  left: 297px;
}
.works #four-bottom,
.works #four-bottom-white {
  top: 474px;
  left: 405px;
}
.works #five-top,
.works #five-top-white {
  top: 550px;
  left: 402px;
}
.works #six-left,
.works #six-left-white {
  top: 710px;
  left: 596px;
  transform: rotate(180deg);
}
.works #implement {
  position: absolute;
  top: 678px;
  left: 664px;
  transform: translateX(-50%);
  visibility: hidden;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #4A9FEE;
}
.works #arrow {
  position: absolute;
  top: 707px;
  left: 727px;
  visibility: hidden;
  transform-origin: right center;
}
.works .dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #4AD0EE;
  transform-origin: center center;
  visibility: hidden;
}
.works .dot:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(74, 208, 238, 0.24);
  border-radius: 50%;
  animation: dot-scale 1.5s ease infinite;
}
@keyframes dot-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.works #dot-one {
  top: 233px;
  left: 288px;
}
.works #dot-two {
  top: 540px;
  left: 393px;
}
.works .visible {
  visibility: visible;
}

.about-team {
  padding: 72px 0;
}
.about-team__item {
  padding: 16px 0 32px;
}
.about-team__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1280px) {
  .about-team__item-wrapper {
    padding: 0 32px;
  }
}
.about-team__wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .about-team__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  .about-team__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-team__wrapper .speaker__links-box {
  display: flex;
  align-items: center;
}
.about-team__wrapper .speaker__links-box a span {
  font-size: 14px;
  line-height: 19px;
}
.about-team__wrapper .speaker__title {
  margin: 0 0 16px !important;
  color: #0a192f;
  opacity: 88%;
}
.about-team__wrapper .speaker__description {
  margin: 0 0 16px !important;
}
.about-team__wrapper .speaker__img-box {
  width: 300px !important;
  height: 300px !important;
  margin: 0 0 16px !important;
  min-height: 300px !important;
}
.about-team__wrapper .speaker__img-box img {
  border-radius: 144.5px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 56px;
  background-color: transparent;
  z-index: 100;
  transition: height 0.25s ease, background-color 0.25s ease;
}
@media (min-width: 1280px) {
  .header {
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}
.header:before {
  position: absolute;
  content: "";
  top: 56px;
  left: -15px;
  right: -15px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.16);
}
@media (min-width: 375px) {
  .header:before {
    left: -24px;
    right: -24px;
  }
}
@media (min-width: 1280px) {
  .header:before {
    display: none;
  }
}
.header.open {
  background-color: #1C2A71 !important;
}
.header.open .header__nav {
  height: calc(var(--vh, 1vh) * 100 - 56px);
}
.header__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0;
}
@media (min-width: 1280px) {
  .header__wrapper {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}
@media (min-width: 1280px) {
  .header__logo-box {
    position: relative;
    padding-right: 40px;
  }
}
@media (min-width: 1280px) {
  .header__logo-box:before {
    position: absolute;
    content: "";
    top: -16px;
    right: 0;
    bottom: -16px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.16);
  }
}
.header__logo-box img {
  display: block;
  width: auto;
  height: 40px;
}
@media (min-width: 1280px) {
  .header__logo-box img {
    width: 88px;
    height: auto;
  }
}
.header__btn-menu {
  position: relative;
  margin-left: auto;
  margin-right: -24px;
}
@media (min-width: 1280px) {
  .header__btn-menu {
    display: none;
  }
}
.header__btn-menu:before {
  position: absolute;
  content: "";
  top: -8px;
  bottom: -8px;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.16);
}
.header__nav {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
}
@media (min-width: 1280px) {
  .header__nav {
    height: auto !important;
    overflow: visible;
  }
}
.header__nav-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 1280px) {
  .header__nav-wrapper {
    flex-direction: row;
    overflow-y: inherit;
  }
}
.header__nav-wrapper > ul:not(.sub-menu) {
  width: 100%;
  margin: 110px 0 32px;
  padding: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 48px 0 auto;
  }
}
.header__nav-wrapper > ul:not(.sub-menu) > li {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) > li {
    margin-bottom: 0;
    padding-right: 48px;
  }
}
.header__nav-wrapper > ul:not(.sub-menu) > li:last-of-type {
  margin: 0;
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) > li:last-of-type {
    padding-right: 0;
  }
}
.header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children {
    display: block;
  }
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children.opened .header__mob-btn-submenu span:first-of-type {
  transform: rotate(90deg);
}
.header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children > a {
  position: relative;
  z-index: 3;
  padding-right: 35px;
  margin-right: -35px;
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children > a {
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children > a > span {
  display: none;
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children > a > span {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children > a svg {
    flex-shrink: 0;
    margin-left: 8px;
    transition: transform 0.25s ease, 0.25s ease;
  }
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children > a:hover svg {
    transform: rotate(-180deg);
  }
}
@media (min-width: 1280px) {
  .header__nav-wrapper > ul:not(.sub-menu) > li.menu-item-has-children > a:hover svg path {
    stroke: #4A9FEE;
  }
}
.header__nav-wrapper > ul:not(.sub-menu) > li.current-menu-item a {
  color: #4A9FEE;
}
.header__nav-wrapper a {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 1280px) {
  .header__nav-wrapper a {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .header__nav-wrapper a:hover {
    color: #4A9FEE;
    text-decoration: none;
  }
}
.header__mob-btn-submenu {
  position: relative;
  margin-left: 16px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
}
.header__mob-btn-submenu span {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 100px;
  transition: transform 0.25s ease;
}
.header__mob-btn-submenu span:first-of-type {
  top: 3px;
  left: 5px;
  width: 2px;
  height: 12px;
}
.header__mob-btn-submenu span:last-of-type {
  height: 2px;
  width: 12px;
}
@media (min-width: 1280px) {
  .header__mob-btn-submenu {
    display: none;
  }
}
.header__sub-menu {
  width: 100%;
  padding: 0;
  list-style: none;
  overflow: hidden;
  transition: height 0.15s ease;
}
@media (min-width: 1280px) {
  .header__sub-menu {
    width: auto;
    border-radius: 8px;
  }
}
@media (min-width: 1280px) {
  .header__sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    align-items: inherit;
    height: auto !important;
    padding: 0;
    list-style: none;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 16px 48px rgba(28, 42, 113, 0.08);
    transition: opacity 0.25s ease, visibility 0.25s ease, z-index 0.25s ease;
  }
}
.header__sub-menu > li {
  margin-bottom: 16px;
}
.header__sub-menu > li:first-of-type {
  margin-top: 16px;
}
@media (min-width: 1280px) {
  .header__sub-menu > li:first-of-type {
    margin-top: 0;
  }
}
.header__sub-menu > li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .header__sub-menu > li {
    margin-bottom: 0;
    background-color: #fff;
  }
}
.header__sub-menu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 1280px) {
  .header__sub-menu a {
    display: block;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 16px;
    text-decoration: none;
    line-height: 1.3571;
    color: #4A9FEE;
    border-bottom: 1px solid rgba(28, 42, 113, 0.08);
  }
}
@media (min-width: 1280px) {
  .header__sub-menu a:hover {
    background-color: #edeef4;
  }
}
.header__buttons-box {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 1280px) {
  .header__buttons-box {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 48px;
  }
}
.header__buttons-box a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1280px) {
  .header__buttons-box a {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .header__buttons-box a svg {
    margin-right: 8px;
  }
}
.header__language-box {
  margin-top: auto;
}
@media (min-width: 768px) {
  .header__language-box {
    margin-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .header__language-box {
    position: relative;
    margin: 0;
  }
}
.header__language-box .wpml-ls-legacy-list-vertical ul {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1280px) {
  .header__language-box .wpml-ls-legacy-list-vertical ul {
    flex-direction: column;
  }
}
.header__language-box .wpml-ls-legacy-list-vertical ul li.wpml-ls-item {
  margin: 0 12px 21px;
}
@media (min-width: 1280px) {
  .header__language-box .wpml-ls-legacy-list-vertical ul li.wpml-ls-item {
    margin: 0 0 21px;
  }
}
.header__language-box .wpml-ls-legacy-list-vertical ul li.wpml-ls-item:last-of-type {
  margin-bottom: 0;
}
.header__language-box .wpml-ls-legacy-list-vertical ul li.wpml-ls-item.wpml-ls-current-language > a {
  color: #4A9FEE;
}
.header__language-box .wpml-ls-legacy-list-vertical ul li.wpml-ls-item > a {
  font-size: 14px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.64);
}
@media (min-width: 1280px) {
  .header__language-box .wpml-ls-legacy-list-vertical ul li.wpml-ls-item > a {
    color: rgba(10, 25, 47, 0.88);
  }
}
.header__language-box .radio__label {
  display: block;
}
@media (min-width: 768px) {
  .header__language-box .radio__label {
    padding: 0 10px;
  }
}
@media (min-width: 1280px) {
  .header__language-box .radio__label {
    margin-bottom: 16px;
    padding: 0;
  }
}
.header__language-box .radio__label:last-of-type {
  margin-bottom: 0;
}
.header__language-box .radio__input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header__language-box .radio__input:checked + .radio__box {
  color: #4A9FEE;
}
.header__language-box .radio__box {
  display: flex;
  align-self: center;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3571;
  color: rgba(255, 255, 255, 0.64);
  transition: color 0.25s ease;
}
@media (min-width: 1280px) {
  .header__language-box .radio__box {
    display: flex;
    align-items: center;
    padding-left: 0;
    color: rgba(10, 25, 47, 0.88);
  }
}
.header__language-box .radio__box > span {
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .header__language-box .radio__box > span {
    display: block;
  }
}
.header__language-box .radio__box img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (min-width: 1280px) {
  .header__language-box .radio__box img {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .header__language-box .radio__box {
    cursor: pointer;
  }
}
.header__custom-select-button {
  display: none;
}
@media (min-width: 1280px) {
  .header__custom-select-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
  }
}
@media (min-width: 1280px) {
  .header__custom-select-button img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.header__custom-select-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .header__custom-select-wrapper.active {
    opacity: 10;
    visibility: visible;
    z-index: 10;
  }
}
@media (min-width: 1280px) {
  .header__custom-select-wrapper {
    position: absolute;
    bottom: -100;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    min-width: 156px;
    padding: 16px;
    border-radius: 4px;
    background-color: #fff;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease, z-index 0.25s ease;
  }
}
@media (min-width: 1300px) {
  .header .container {
    max-width: 1360px;
    padding: 0 24px;
  }
}
@media (min-width: 1600px) {
  .header .container {
    padding: 0;
  }
}

.footer {
  background-color: #1C2A71;
}
.footer__wrapper {
  position: relative;
  padding: 32px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    display: flex;
    align-items: center;
  }
}
.footer__col.logo-col {
  display: none;
}
@media (min-width: 1024px) {
  .footer__col.logo-col {
    display: block;
  }
}
.footer__col.button-col {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .footer__col.button-col {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .footer__col.nav-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    margin-right: 56px;
  }
}
.footer__nav ul {
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer__nav ul {
    display: flex;
    align-items: center;
    margin: 0 -12px 32px;
  }
}
@media (min-width: 1280px) {
  .footer__nav ul {
    margin: 0 -24px 16px;
  }
}
@media (min-width: 1024px) {
  .footer__nav ul {
    margin-bottom: 16px;
  }
}
.footer__nav li {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer__nav li {
    margin-bottom: 0;
    padding: 0 12px;
  }
}
@media (min-width: 1280px) {
  .footer__nav li {
    padding: 0 24px;
  }
}
.footer__nav li:last-of-type {
  margin-bottom: 0;
}
.footer__nav a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 1280px) {
  .footer__nav a:hover {
    color: #4A9FEE;
    text-decoration: none;
  }
}
.footer__copy {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .footer__copy {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .footer__copy {
    font-size: 14px;
  }
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.min.css ***!
  \***********************************************************************************************************************************************************************/
/**
 * Swiper 8.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 20, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \**********************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}
