/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "IBMPlexMono";
  src: url(../assets/fonts/IBMPlexMono-Medium.woff2) format("woff2"), url(../assets/fonts/IBMPlexMono-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url(../assets/fonts/IBMPlexMono-Bold.woff2) format("woff2"), url(../assets/fonts/IBMPlexMono-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url(../assets/fonts/IBMPlexMono-SemiBold.woff2) format("woff2"), url(../assets/fonts/IBMPlexMono-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url(../assets/fonts/IBMPlexMono-Regular.woff2) format("woff2"), url(../assets/fonts/IBMPlexMono-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  src: url(../assets/fonts/IBMPlexMono-Light.woff2) format("woff2"), url(../assets/fonts/IBMPlexMono-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NTSomic";
  src: url(../assets/fonts/NTSomic-Regular.woff2) format("woff2"), url(../assets/fonts/NTSomic-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NTSomic";
  src: url(../assets/fonts/NTSomic-Medium.woff2) format("woff2"), url(../assets/fonts/NTSomic-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NTSomic";
  src: url(../assets/fonts/NTSomic-Bold.woff2) format("woff2"), url(../assets/fonts/NTSomic-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

main {
  overflow: hidden;
}

html {
  font-size: 16px;
}
@media (max-width: 1440px) and (min-width: 1024px) {
  html {
    font-size: 1.1vw;
  }
}

body {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
body {
  background-color: #0E0F0F;
  color: #ffffff;
  font-family: "IBMPlexMono", "Arial", sans-serif;
}

.wp-block-fsb-flexible-spacer {
  margin-top: 0 !important;
}

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

a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}

ul {
  list-style: none;
}

input {
  font: inherit;
  outline: none;
  border: none;
}

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

@media (max-width: 767px) {
  .home .mobile-align-left {
    text-align: left;
  }
}
.home .centered-on-mobile {
  text-align: center;
}

header,
main,
footer {
  transition: opacity 0.7s;
}

main,
body,
html,
.block-form {
  scroll-behavior: smooth;
  scroll-margin: 5rem;
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/ui/buttons.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
.button {
  text-align: center;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: 0.2s ease-in-out;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: #0E0F0F;
  letter-spacing: -0.64px;
  background-color: #36F097;
}
.button:hover {
  background-color: #10DA79;
  box-shadow: 0 0.25rem 1.25rem 0.625rem rgba(54, 240, 151, 0.3);
}
.button:focus {
  border-radius: 0.25rem;
  outline: 1px solid #36F097;
  outline-offset: 3px;
}
.button:active, .button.active {
  outline: none;
  box-shadow: none;
  background-color: #10DA79;
}
.button:disabled, .button.disabled {
  color: #194F35;
  background-color: rgba(54, 240, 151, 0.12);
  pointer-events: none;
}
.button--grey {
  background-color: #383838;
  color: #ffffff;
}
.button--grey:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.25rem 1.25rem 0.625rem rgba(56, 56, 56, 0.3);
}
.button--grey:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.button--grey:active, .button--grey.active {
  outline: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.06);
}
.button--grey:disabled, .button--grey.disabled {
  color: rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.square-button {
  width: 5rem;
  height: 5rem;
  background: url(../assets/img/button-frame.svg) center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 500;
  color: inherit;
  letter-spacing: 0;
  border-radius: 0.25rem;
}
.square-button:hover {
  color: #36F097;
  background-image: url(../assets/img/button-frame-white.svg);
}
.square-button:active, .square-button.active {
  color: #ffffff;
  background-image: url(../assets/img/button-frame.svg);
}
.square-button:disabled, .square-button.disabled {
  pointer-events: none;
  color: #383838;
}
@media (max-width: 767px) {
  .square-button {
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    font-size: 1.5rem;
  }
}

.tag-component {
  padding: 0.25rem 0.375rem;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.tag-component--secondary {
  padding: 0.375rem 0.625rem;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .tag-component--secondary {
    font-size: 0.875rem;
  }
}
.tag-component--secondary {
  border-radius: 0.5rem;
}
.tag-component--primary-big {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .tag-component--primary-big {
    font-size: 0.875rem;
  }
}
.tag-component--primary-big {
  padding: 0.375rem 0.625rem;
  border-radius: 0.5rem;
}
.tag-component--active {
  border: 1px solid #36F097;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/ui/cards.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
:root {
  --bg-color: #101010;
  /**
   * Dot color
   */
  --dot-color: $grey3;
  /**
   * Hover gradient overlay on dots
   */
  --bg-gradient: radial-gradient(circle, #10DA79 0%, rgba(38, 193, 77, 0) 65%);
  /**
   * Width of gradient overlay as percent of parent width
   */
  --gradient-width: 80%;
  /**
   * Dot size as percent of dot gap (20% = 0.2 * 1rem)
   */
  --dot-size: 10%;
  /**
   * Gap between centers of dots
   */
  --dot-gap: 1rem;
  /**
   * Size of vertical masked edge
   */
  --vertical-mask-size: 10%;
  /**
   * Size of horizontal masked edge
   */
  --horizontal-mask-size: 20%;
  background-color: var(--black);
  color: var(--white);
}

.dotted-card {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  min-height: 14rem;
}

.dotted-card:hover {
  box-shadow: 0 -0.125rem 2rem 0 rgba(54, 240, 151, 0.05);
}
.dotted-card:hover .card-bg__gradient {
  opacity: 1;
}

.card-content > * {
  margin: 1rem 0;
}

.card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 10%, rgb(0, 0, 0) calc(100% - 10%), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 10%, rgb(0, 0, 0) calc(100% - 10%), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) var(--vertical-mask-size), rgb(0, 0, 0) calc(100% - var(--vertical-mask-size)), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) var(--vertical-mask-size), rgb(0, 0, 0) calc(100% - var(--vertical-mask-size)), rgba(0, 0, 0, 0));
}

.card-bg__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: $grey3;
  background-color: var(--dot-color);
  background-color: rgba(42, 42, 42, 0.5);
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) calc(100% - 20%), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) calc(100% - 20%), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) var(--horizontal-mask-size), rgb(0, 0, 0) calc(100% - var(--horizontal-mask-size)), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) var(--horizontal-mask-size), rgb(0, 0, 0) calc(100% - var(--horizontal-mask-size)), rgba(0, 0, 0, 0));
}

.card-bg__plate {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, transparent 10%, #101010 calc(10% + 2%));
  background-image: radial-gradient(circle, transparent var(--dot-size), var(--bg-color) calc(var(--dot-size) + 2%));
  background-size: 1rem 1rem;
  background-size: var(--dot-gap) var(--dot-gap);
  background-repeat: repeat;
}

.card-bg__gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  width: var(--gradient-width);
  background: radial-gradient(circle, #10DA79 0%, rgba(38, 193, 77, 0) 65%);
  background: var(--bg-gradient);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.card-bg__gradient::after {
  content: "";
  display: block;
  padding-top: 100%;
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/ui/containers.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.container {
  max-width: 1440px;
  padding: 0 2.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/toastify-js/src/toastify.css ***!
  \*********************************************************************************************/
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/ui/form.scss ***!
  \********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.wpcf7-form input:not([type=submit]) {
  border: 1px solid transparent;
  outline: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .wpcf7-form input:not([type=submit]) {
    font-size: 0.875rem;
  }
}
.wpcf7-form input:not([type=submit])::-moz-placeholder {
  color: #8A8E93;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.wpcf7-form input:not([type=submit])::placeholder {
  color: #8A8E93;
  transition: 0.2s ease-in-out;
}
.wpcf7-form input:not([type=submit]):-webkit-autofill, .wpcf7-form input:not([type=submit]):-webkit-autofill:hover, .wpcf7-form input:not([type=submit]):-webkit-autofill:focus, .wpcf7-form input:not([type=submit]):-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}
.wpcf7-form input:not([type=submit]):-webkit-autofill, .wpcf7-form input:not([type=submit]):-webkit-autofill:hover, .wpcf7-form input:not([type=submit]):-webkit-autofill:focus, .wpcf7-form input:not([type=submit]):-webkit-autofill:active { /* Цвет текста белый */ /* Убираем заливку */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* Плавный переход для обхода автозаполнения */
}
.wpcf7-form input:not([type=submit]):hover::-moz-placeholder {
  color: #ffffff;
}
.wpcf7-form input:not([type=submit]):hover::placeholder {
  color: #ffffff;
}
.wpcf7-form input {
  width: 100%;
  margin-bottom: 0.25rem;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #D54D4D !important;
}
.wpcf7-form .wpcf7-not-valid input,
.wpcf7-form .wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: #D54D4D;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form [type=submit] {
  margin: 0.625rem 0;
  cursor: pointer;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form label {
  display: flex;
  margin-bottom: 0.625rem;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .form-subtitle {
  margin-top: 1.25rem !important;
}
.wpcf7-form .form-subtitle {
  text-align: center;
  margin-bottom: 0.625rem;
  color: #8A8E93;
}
.wpcf7-form .form-file-input {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid transparent;
  outline: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #8A8E93;
  position: relative;
}
.wpcf7-form .form-file-input::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../assets/img/file-input.svg) center center no-repeat;
  background-size: contain;
}
.wpcf7-form .form-file-input .wpcf7-file {
  display: none;
}
.wpcf7-form .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.625rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
  color: #8A8E93;
}
.wpcf7-form .wpcf7-list-item-label::before, .wpcf7-form .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
}
.wpcf7-form .wpcf7-list-item-label::before {
  border: 1px solid #8A8E93;
  border-radius: 0.25rem;
}
.wpcf7-form .wpcf7-list-item-label::after {
  background: url(../assets/img/check.svg) center center no-repeat;
  opacity: 0;
}
.wpcf7-form input[type=checkbox] {
  display: none;
}
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-response-output {
  display: none;
}

.toastify {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .toastify {
    font-size: 0.875rem;
  }
}
.toastify {
  backdrop-filter: blur(0.625rem);
  background-blend-mode: overlay;
  background-color: rgba(42, 42, 42, 0.2);
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #36F097;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  max-width: 25rem;
}
.toastify.error {
  border-color: #D54D4D;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/ui/inputs.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.input {
  border: 1px solid transparent;
  outline: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .input {
    font-size: 0.875rem;
  }
}
.input::-moz-placeholder {
  color: #8A8E93;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.input::placeholder {
  color: #8A8E93;
  transition: 0.2s ease-in-out;
}
.input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus, .input:-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}
.input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus, .input:-webkit-autofill:active { /* Цвет текста белый */ /* Убираем заливку */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* Плавный переход для обхода автозаполнения */
}
.input:hover::-moz-placeholder {
  color: #ffffff;
}
.input:hover::placeholder {
  color: #ffffff;
}

.checkbox-wrapper {
  display: flex;
}
.checkbox-wrapper label {
  position: relative;
  padding-left: 1.625rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
  color: #8A8E93;
}
.checkbox-wrapper label::before, .checkbox-wrapper label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
}
.checkbox-wrapper label::before {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.25rem;
}
.checkbox-wrapper label::after {
  background: url(../assets/img/check.svg) center center no-repeat;
  opacity: 0;
}
.checkbox-wrapper input[type=checkbox] {
  display: none;
}
.checkbox-wrapper input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/ui/links.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.link-arrow {
  font-size: 1.375rem;
  line-height: 100%;
  font-weight: 400;
  color: #36F097;
  letter-spacing: -0.65px;
  font-family: "NTSomic";
  position: relative;
  padding: 0.25rem;
  padding-right: 2rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  transition: 0.2s ease-in-out;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.link-arrow::before {
  font-family: "IBMPlexMono";
  content: "→";
  position: absolute;
  top: 0;
  right: 0.25rem;
  height: 100%;
  width: 1.5rem;
  font-size: 2rem;
  line-height: 100%;
  font-weight: 400;
  color: inherit;
  letter-spacing: 0;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.link-arrow::after {
  transition: 0.2s ease-in-out;
  position: absolute;
  content: "";
  bottom: 0px;
  left: calc(50% - 0.875rem);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(54, 240, 151, 0), #36F097, rgba(54, 240, 151, 0));
}
.link-arrow:hover::after {
  width: calc(100% - 1.75rem);
}
.link-arrow:focus, .link-arrow:active, .link-arrow.active {
  border-color: #36F097;
}
.link-arrow:focus::after, .link-arrow:active::after, .link-arrow.active::after {
  width: 0;
}
@media (max-width: 767px) {
  .link-arrow {
    font-size: 0.875rem;
    padding-right: 1.5rem;
  }
  .link-arrow::before {
    font-size: 1rem;
    width: 1rem;
  }
  .link-arrow::after {
    width: calc(100% - 0.5rem);
    transform: none;
    left: 0.25rem;
    background: #36F097;
  }
}

.link {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 1.325rem;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.65px;
  transition: 0.2s ease-in-out;
  position: relative;
}
.link:before {
  transition: 0.2s ease-in-out;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(54, 240, 151, 0), #36F097, rgba(54, 240, 151, 0));
}
.link:hover, .link:focus, .link:active, .link.active {
  color: #ffffff;
}
.link:hover::before, .link:focus::before, .link:active::before, .link.active::before {
  width: 100%;
}
.link--shadow::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  filter: blur(3rem);
  background: rgba(54, 240, 151, 0.5);
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.link--shadow:hover::after, .link--shadow:focus::after, .link--shadow:active::after, .link--shadow.active::after {
  opacity: 1;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/ui/swiper.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/ui/text.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.has-h-1-font-size {
  font-size: 5rem;
  line-height: 100%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -2.5px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .has-h-1-font-size {
    font-size: 2rem !important;
  }
}
@media (max-width: 767px) {
  .has-h-1-font-size a {
    display: block;
  }
}

.has-h-2-font-size {
  font-size: 3rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.92px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .has-h-2-font-size {
    font-size: 1.5rem !important;
  }
}

.has-h-3-font-size {
  font-size: 2.25rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .has-h-3-font-size {
    font-size: 1.5rem !important;
  }
}

.has-h-4-font-size {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .has-h-4-font-size {
    font-size: 1rem !important;
  }
}

.has-h-5-font-size {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "IBMPlexMono";
}

.has-text-16-font-size {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .has-text-16-font-size {
    font-size: 0.875rem;
  }
}

.has-text-14-font-size {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/pages/blog-single.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
.blog-single {
  margin-top: 8rem;
}
@media (max-width: 1024px) {
  .blog-single {
    margin-top: 6rem;
  }
}
.blog-single * {
  margin-top: 0 !important;
}
.blog-single p a {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "IBMPlexMono";
  text-decoration: underline;
  text-underline-offset: 2px;
  width: -moz-max-content;
  width: max-content;
  padding: 1px;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.blog-single p a:hover {
  color: #36F097;
}
.blog-single p a:focus, .blog-single p a:active {
  color: #ffffff;
  border-color: #36F097;
}
@media (max-width: 767px) {
  .blog-single p a {
    font-size: 0.875rem;
  }
}
.blog-single p a {
  text-decoration: none;
}
.blog-single ul {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 1024px) {
  .blog-single ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.blog-single li {
  position: relative;
  padding-left: 1.5rem;
}
.blog-single li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #2A2A2A;
  left: 0;
}

.blog-single_title {
  margin-bottom: 1.5rem;
}

.blog-single_info {
  display: flex;
  gap: 2.875rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .blog-single_info {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}

.blog-single_date {
  color: #8A8E93;
  font-weight: 500;
}

.blog-single_share {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "IBMPlexMono";
  text-decoration: underline;
  text-underline-offset: 2px;
  width: -moz-max-content;
  width: max-content;
  padding: 1px;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.blog-single_share:hover {
  color: #36F097;
}
.blog-single_share:focus, .blog-single_share:active {
  color: #ffffff;
  border-color: #36F097;
}
@media (max-width: 767px) {
  .blog-single_share {
    font-size: 0.875rem;
  }
}
.blog-single_share {
  text-decoration: none;
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/pages/page-blog.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.page-blog {
  margin-top: 8rem;
}

.page-blog_title {
  font-size: 5rem;
  line-height: 100%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -2.5px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .page-blog_title {
    font-size: 2rem !important;
  }
}
.page-blog_title {
  margin-bottom: 1.875rem;
}

.page-blog_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.75rem 2.5rem;
  gap: 3.75rem 2.5rem;
  margin-bottom: 10rem;
  transition: opacity 0.5s ease-in-out;
}
.page-blog_content.active {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .page-blog_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/pages/page-courses.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.page-courses_title {
  font-size: 5rem;
  line-height: 100%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -2.5px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .page-courses_title {
    font-size: 2rem !important;
  }
}
.page-courses_title {
  text-align: center;
  margin-top: 7.25rem;
  margin-bottom: 1.875rem;
}
.page-courses_wrapper {
  margin-bottom: 13.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.75rem 0.625rem;
  gap: 3.75rem 0.625rem;
  transition: opacity 0.5s ease-in-out;
}
.page-courses_wrapper.active {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .page-courses_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-bottom: 5rem;
  }
}
.page-courses .block-form {
  margin-bottom: 10.15625rem;
}
@media (max-width: 1024px) {
  .page-courses .block-form {
    margin-bottom: 5rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/pages/page-ui.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.page-default > h1:not(:first-child), .page-default h2:not(:first-child), .page-default h3:not(:first-child), .page-default h4:not(:first-child) {
  margin-top: 2rem;
}
.page-default > h1, .page-default h2, .page-default h3, .page-default h4 {
  margin-bottom: 1.25rem;
}
.page-default li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.page-default > p:not(:first-child) {
  margin-bottom: 1rem;
}
.page-default > ul:not(:first-child) {
  margin: 1.75rem 0;
}
.page-default h1 {
  font-size: 5rem;
  line-height: 100%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -2.5px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .page-default h1 {
    font-size: 2rem !important;
  }
}
.page-default h2 {
  font-size: 3rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.92px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .page-default h2 {
    font-size: 1.5rem !important;
  }
}
.page-default h3 {
  font-size: 2.25rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .page-default h3 {
    font-size: 1.5rem !important;
  }
}
.page-default h4 {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .page-default h4 {
    font-size: 1rem !important;
  }
}
.page-default h5 {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "IBMPlexMono";
}

.ui {
  margin-top: 2rem;
}

.ui_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 3rem;
}

.ui_items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/pages/page-vacancy.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.vacancy_head {
  margin-top: 8.125rem;
}
@media (max-width: 1024px) {
  .vacancy_head {
    margin-top: 5.25rem;
  }
}

.vacancy_head-title {
  font-size: 5rem;
  line-height: 100%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -2.5px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .vacancy_head-title {
    font-size: 2rem !important;
  }
}
.vacancy_head-title {
  margin-bottom: 1.875rem;
  text-align: center;
}

.vacancy_head-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  margin-bottom: 3.75rem;
}
.vacancy_head-desc p span {
  color: #ffffff;
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: 0;
  padding-left: 0.625rem;
}
@media (max-width: 1024px) {
  .vacancy_head-desc {
    flex-direction: column;
    align-items: flex-start;
  }
  .vacancy_head-desc p {
    font-size: 0.875rem;
    line-height: 140%;
    font-weight: 400;
    color: inherit;
    letter-spacing: 0;
  }
  .vacancy_head-desc p span {
    display: block;
    padding-left: 0;
    font-size: 0.75rem;
    line-height: 140%;
    font-weight: 400;
    color: inherit;
    letter-spacing: 0;
  }
}

.vacancy_content {
  margin-bottom: 10rem;
  width: 100%;
}
.vacancy_content * {
  margin-top: 0 !important;
}
.vacancy_content p a {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "IBMPlexMono";
  text-decoration: underline;
  text-underline-offset: 2px;
  width: -moz-max-content;
  width: max-content;
  padding: 1px;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.vacancy_content p a:hover {
  color: #36F097;
}
.vacancy_content p a:focus, .vacancy_content p a:active {
  color: #ffffff;
  border-color: #36F097;
}
@media (max-width: 767px) {
  .vacancy_content p a {
    font-size: 0.875rem;
  }
}
.vacancy_content p a {
  text-decoration: none;
}
.vacancy_content .wp-block-contact-form-7-contact-form-selector {
  width: 28.125rem;
}
@media (max-width: 1024px) {
  .vacancy_content .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
  }
}
.vacancy_content li {
  position: relative;
  padding-left: 1.5rem;
}
.vacancy_content li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.vacancy_content li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #2A2A2A;
  left: 0;
}
@media (max-width: 1024px) {
  .vacancy_content .wp-block-columns {
    flex-direction: column-reverse;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/cards/course-card-horizontal/_index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.course-card-horizontal:hover .course-card-horizontal_title, .course-card-horizontal:focus .course-card-horizontal_title, .course-card-horizontal:active .course-card-horizontal_title {
  color: #36F097;
}
@media (max-width: 1024px) {
  .course-card-horizontal .button {
    background-color: #36F097;
    width: 100%;
    color: #0E0F0F;
  }
}

.course-card-horizontal_wrapper {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .course-card-horizontal_wrapper {
    flex-direction: column;
  }
}

.course-card-horizontal_image {
  background-color: #181818;
  border-radius: 0.5rem;
  padding: 0.625rem;
  width: 50%;
  height: 15.5rem;
  position: relative;
}
.course-card-horizontal_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .course-card-horizontal_image {
    width: 100%;
    height: 15rem;
  }
}

.course-card-horizontal_title {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "NTSomic";
}

.course-card-horizontal_tag {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}

.course-card-horizontal_info {
  width: 50%;
}
@media (max-width: 1024px) {
  .course-card-horizontal_info {
    width: 100%;
  }
}

.course-card-horizontal_price {
  margin-top: 0.625rem !important;
}

.course-card-horizontal_price {
  margin-bottom: 1.25rem;
}
.course-card-horizontal_price .price-item:first-of-type {
  margin-bottom: 0.75rem;
}
.course-card-horizontal_price .description {
  color: #8A8E93;
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/cards/course-card/_index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.course-card {
  display: flex;
  flex-direction: column;
  padding: 1.1px;
  border-radius: 1rem;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.course-card > * {
  transition: 0.3s ease-in-out;
  will-change: transform;
}
.course-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(220deg, rgba(54, 240, 151, 0.6) 35.71%, rgba(54, 240, 151, 0) 57.54%);
  border-radius: 1rem;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.course-card:hover::before, .course-card:focus::before, .course-card:active::before, .course-card.swiper-slide-active::before {
  opacity: 1;
}
.course-card:hover .course-card_title, .course-card:focus .course-card_title, .course-card:active .course-card_title, .course-card.swiper-slide-active .course-card_title {
  color: #36F097;
}
.course-card:hover img.hover, .course-card:focus img.hover, .course-card:active img.hover, .course-card.swiper-slide-active img.hover {
  opacity: 1;
}
.course-card:hover img.hover + img, .course-card:focus img.hover + img, .course-card:active img.hover + img, .course-card.swiper-slide-active img.hover + img {
  opacity: 0;
}
.course-card--primary {
  position: relative;
}
.course-card--primary .course-card_tag {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
.course-card--primary .course-card_image {
  background-color: #181818;
}
@media (max-width: 1024px) {
  .course-card--primary .course-card_image {
    padding-top: 63%;
  }
}
.course-card--primary .course-card_price {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.course-card_wrapper {
  padding: 0 1.25rem 1.25rem 1.25rem;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
  background: #181818;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.course-card_image {
  position: relative;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  border-radius: 0;
  padding-top: 75%;
  overflow: hidden;
}
.course-card_image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.2s ease-out;
}
.course-card_image img.hover {
  opacity: 0;
}

.course-card_duration {
  margin-bottom: 0.625rem;
}

.course-card_title {
  transition: 0.2s ease-in-out;
  margin-bottom: 0.25rem;
  margin-top: 0.3125rem;
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .course-card_title {
    font-size: 1rem !important;
  }
}
.course-card_title {
  color: #36F097;
}
@media (max-width: 767px) {
  .course-card_title {
    font-size: 1.25rem !important;
  }
}

.course-card_indent {
  flex-grow: 1;
  min-height: 3rem;
  background-image: url(../assets/img/tick.svg);
  background-repeat: repeat-y;
  background-size: auto 1.5rem;
}
@media (max-width: 767px) {
  .course-card_indent {
    min-height: 2.5rem;
    background-size: auto 1.25rem;
  }
}

.course-card_price .description {
  display: block;
  color: #8A8E93;
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/cards/courses-card/_index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.courses-card {
  position: relative;
  will-change: transform;
  padding: 1.1px;
  min-height: 7rem;
  transition: 0.2s ease-in-out;
  display: flex;
  background-color: #8A8E93;
}
.courses-card:hover, .courses-card:focus, .courses-card:active {
  background-color: #36F097;
}
.courses-card:hover .courses-card_icon path, .courses-card:focus .courses-card_icon path, .courses-card:active .courses-card_icon path {
  stroke: #36F097;
}
.courses-card:hover .courses-card_title, .courses-card:focus .courses-card_title, .courses-card:active .courses-card_title {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .courses-card:hover .courses-card_title, .courses-card:focus .courses-card_title, .courses-card:active .courses-card_title {
    font-size: 0.875rem;
  }
}
.courses-card--icon {
  min-height: 9rem;
  border-radius: 0.5rem;
  transition: 0.7s ease;
  background-color: rgba(255, 255, 255, 0.15);
}
.courses-card--icon > * {
  will-change: transform;
  transition: 0.7s ease;
}
.courses-card--icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(190deg, rgba(54, 240, 151, 0.6) 35.71%, rgba(54, 240, 151, 0) 57.54%);
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.courses-card--icon .courses-card_wrapper {
  border-radius: 0.425rem;
}
.courses-card--icon .courses-card_count {
  margin-top: auto;
}
.courses-card--icon .courses-card_count + .courses-card_title {
  margin-top: 0;
}
.courses-card--icon:hover, .courses-card--icon:focus, .courses-card--icon:active, .courses-card--icon.active {
  background: inherit;
}
.courses-card--icon:hover::before, .courses-card--icon:focus::before, .courses-card--icon:active::before, .courses-card--icon.active::before {
  opacity: 1;
}
.courses-card--icon:hover .courses-card_icon path,
.courses-card--icon:hover .courses-card_icon rect, .courses-card--icon:focus .courses-card_icon path,
.courses-card--icon:focus .courses-card_icon rect, .courses-card--icon:active .courses-card_icon path,
.courses-card--icon:active .courses-card_icon rect, .courses-card--icon.active .courses-card_icon path,
.courses-card--icon.active .courses-card_icon rect {
  stroke: none;
  fill: #36F097;
}
@media (max-width: 767px) {
  .courses-card {
    min-height: 0;
    min-height: initial;
  }
}

.courses-card_wrapper {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  transition: 0.2s ease-in-out;
  background: #0E0F0F;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .courses-card_wrapper {
    padding: 0.625rem;
  }
}

.courses-card_icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
}
.courses-card_icon path,
.courses-card_icon rect {
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .courses-card_icon {
    position: static;
    margin-bottom: 0.625rem;
  }
}

.courses-card_count {
  color: #8A8E93;
}
@media (max-width: 767px) {
  .courses-card_count {
    margin-bottom: 0.25rem;
  }
}

.courses-card_title {
  margin-top: auto;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .courses-card_title {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/cards/member-card/_index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.member-card {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.625rem;
}

.member-card_image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #383838;
  border-radius: 0.25rem;
  position: relative;
  backdrop-filter: blur(0.625rem);
  background-blend-mode: overlay;
  background-color: rgba(42, 42, 42, 0.2);
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
.member-card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.member-card_tag {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 1;
}

.member-card_title {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .member-card_title {
    font-size: 1rem !important;
  }
}
.member-card_title {
  margin-bottom: 0.375rem;
}

.member-card_description {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .member-card_description {
    font-size: 0.875rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/cards/post-card/_index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.post-card {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.625rem;
}
.post-card:hover .post-card_title, .post-card:focus .post-card_title, .post-card:active .post-card_title {
  color: #36F097;
}

.post-card_image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  overflow: hidden;
  backdrop-filter: blur(0.625rem);
  background-blend-mode: overlay;
  background-color: rgba(42, 42, 42, 0.2);
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.05);
}
.post-card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-card_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .post-card_info {
    flex-wrap: wrap;
  }
}

.post-card_date {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .post-card_date {
    font-size: 0.875rem;
  }
}
.post-card_date {
  color: #8A8E93;
}
@media (max-width: 767px) {
  .post-card_date {
    display: block;
    width: 100%;
  }
}

.post-card_title {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .post-card_title {
    font-size: 1rem !important;
  }
}
.post-card_title {
  margin-bottom: 0.625rem;
  transition: 0.2s ease-in-out;
}

.post-card_description {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .post-card_description {
    font-size: 0.875rem;
  }
}
.post-card_description {
  margin-bottom: 0.5rem;
}

.post-card_footer {
  display: flex;
  gap: 2.5rem;
  margin-top: auto;
}

.post-card_footer-item {
  padding-left: 2rem;
  position: relative;
}
.post-card_footer-item::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post-card_footer-item.views::before {
  background: url(../assets/img/views.svg) center center no-repeat;
  background-size: contain;
}
.post-card_footer-item.time::before {
  background: url(../assets/img/time.svg) center center no-repeat;
  background-size: contain;
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/cards/review-card/_index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.review-card {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 3.5rem;
  padding-top: 0.375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .review-card {
    gap: 2.5rem;
  }
}

.review-card_info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
}

.review-card_link {
  width: 100%;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .review-card_link {
    font-size: 0.875rem;
  }
}
.review-card_link {
  color: #8A8E93;
}
.review-card_link a {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "IBMPlexMono";
  text-decoration: underline;
  text-underline-offset: 2px;
  width: -moz-max-content;
  width: max-content;
  padding: 1px;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.review-card_link a:hover {
  color: #36F097;
}
.review-card_link a:focus, .review-card_link a:active {
  color: #ffffff;
  border-color: #36F097;
}
@media (max-width: 767px) {
  .review-card_link a {
    font-size: 0.875rem;
  }
}

.review-card_rating {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
.review-card_rating .rating {
  position: relative;
  padding-left: 1.675rem;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .review-card_rating .rating {
    font-size: 0.875rem;
  }
}
.review-card_rating .rating::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  background: url(../assets/img/star.svg) center center no-repeat;
  background-size: 100% 100%;
}
.review-card_rating .logo {
  max-height: 1.25rem;
  display: flex;
}
.review-card_rating .logo img {
  width: auto;
  height: 100%;
}

.review-card_title {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .review-card_title {
    font-size: 1rem !important;
  }
}
.review-card_title {
  max-width: 60%;
}

.review-card_content {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .review-card_content {
    font-size: 0.875rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/cards/schedule-card/_index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.schedule-card {
  pointer-events: all;
  display: flex;
  gap: 1rem;
  border-top: 1px solid #383838;
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
  transition: 0.2s ease-in-out;
  transition-property: border-top;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule-card {
    padding: 0.625rem 0 1.875rem;
    flex-direction: column;
  }
  .schedule-card:first-of-type {
    border-top: none;
  }
}
.schedule-card_title {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .schedule-card_title {
    font-size: 1rem !important;
  }
}
.schedule-card_title {
  max-width: 40rem;
  width: 100%;
}
.schedule-card_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.125rem;
  gap: 3.125rem;
  width: 100%;
  padding-right: 4rem;
}
@media (max-width: 1024px) {
  .schedule-card_info {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.schedule-card_tag {
  height: -moz-max-content;
  height: max-content;
  transition: 0.2s ease-in-out;
  transition-property: opacity, border, background;
  border: 1px solid transparent;
}
@media (max-width: 1024px) {
  .schedule-card_tag--mobile {
    display: block;
  }
}
@media (min-width: 1024px) {
  .schedule-card_tag--mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .schedule-card_tag--desktop {
    display: block;
  }
}
@media (max-width: 1024px) {
  .schedule-card_tag--desktop {
    display: none;
  }
}
.schedule-card_tag span {
  opacity: 0.5;
}
.schedule-card_link {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
  position: absolute;
  transition: color 0.2s ease-in-out;
  top: 1.25rem;
  right: 0;
}
@media (max-width: 1024px) {
  .schedule-card_link {
    top: auto;
    top: initial;
    bottom: 1.875rem;
  }
}
.schedule-card_duration-text {
  color: #36F097;
  margin-bottom: 0.625rem;
}
.schedule-card_duration-date span {
  color: #8A8E93;
  padding-right: 1.125rem;
}
.schedule-card:hover {
  border-top: 1px solid #36F097;
}
.schedule-card:hover .schedule-card_link {
  color: #36F097;
  background: url(../assets/img/button-frame-white.svg) center center no-repeat;
  background-size: 100% 100%;
}
.schedule-card:hover .schedule-card_tag span {
  opacity: 1;
}
.schedule-card:hover .schedule-card_tag {
  opacity: 1;
  border: 1px solid #36F097;
  background: linear-gradient(0deg, rgba(42, 42, 42, 0.2), rgba(42, 42, 42, 0.2)), linear-gradient(0deg, rgba(54, 240, 151, 0.05), rgba(54, 240, 151, 0.05));
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/cards/simple-link/_index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.simple-link {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  min-height: 15rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
.simple-link:hover .simple-link_bg::before, .simple-link:focus .simple-link_bg::before, .simple-link:active .simple-link_bg::before {
  width: 100%;
}
.simple-link:hover .simple-link_bg::after, .simple-link:focus .simple-link_bg::after, .simple-link:active .simple-link_bg::after {
  opacity: 1;
}
.simple-link:hover .simple-link_icon, .simple-link:focus .simple-link_icon, .simple-link:active .simple-link_icon {
  transform: scale(1.2);
}
.simple-link:hover path, .simple-link:focus path, .simple-link:active path {
  fill: #36F097;
}
.simple-link:hover rect, .simple-link:focus rect, .simple-link:active rect {
  fill: #36F097;
}
.simple-link .dot {
  box-sizing: content-box;
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #383838;
  border: 10px solid #0E0F0F;
  --translate-x: -50%;
  --translate-y: -50%;
  will-change: transform, backgroun-color;
  background-clip: padding-box;
}
.simple-link .dot.top {
  top: 0;
}
.simple-link .dot.bottom {
  bottom: 0;
  --translate-y: 50%;
}
.simple-link .dot.left {
  left: 0;
}
.simple-link .dot.right {
  right: 0;
  --translate-x: 50%;
}
.simple-link .dot {
  transform: translate(var(--translate-x), var(--translate-y));
}
.simple-link--center {
  justify-content: center;
  align-items: center;
  min-height: 9.0625rem;
}
.simple-link--center .simple-link_icon {
  display: none;
}

.simple-link_image {
  max-width: 17.5rem;
  min-width: 10rem;
  height: 3.125rem;
}
.simple-link_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.simple-link_text {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.simple-link_bg {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.25rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.simple-link_bg::before {
  transition: 0.2s ease-in-out;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(54, 240, 151, 0), #36F097, rgba(54, 240, 151, 0));
}
.simple-link_bg::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  left: 50%;
  top: -15%;
  transform: translate(-50%, -50%);
  filter: blur(3rem);
  background: rgba(54, 240, 151, 0.2);
  transition: 0.2s ease-in-out;
  opacity: 0;
}

.simple-link_icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: 0.2s ease-in-out;
}
.simple-link_icon path {
  transition: 0.2s ease-in-out;
}

.simple-link_title {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .simple-link_title {
    font-size: 1rem !important;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/cards/vacancy-card/_index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.vacancy-card {
  padding: 1.25rem 0 3.75rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #383838;
  transition: border-top 0.2s ease-in-out;
}
.vacancy-card:hover {
  border-top: 1px solid #36F097;
}
.vacancy-card:hover .vacancy-card_link {
  color: #36F097;
}
.vacancy-card:hover .vacancy-card_info-expirience, .vacancy-card:hover .vacancy-card_info-distance, .vacancy-card:hover .vacancy-card_info-coast {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .vacancy-card {
    padding: 0.625rem 0 1.875rem;
    flex-direction: column;
    justify-content: initial;
  }
}

.vacancy-card_title {
  width: 50%;
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .vacancy-card_title {
    font-size: 1rem !important;
  }
}
@media (max-width: 1024px) {
  .vacancy-card_title {
    width: 100%;
  }
}

.vacancy-card_info {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 6.25rem;
  position: relative;
}
@media (max-width: 1024px) {
  .vacancy-card_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    padding-right: 2rem;
    margin-top: 1rem;
  }
}

.vacancy-card_link {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
  transition: color 0.2s ease-in-out;
}

.vacancy-card_info-distance {
  color: #8A8E93;
  transition: color 0.2s ease-in-out;
}

.vacancy-card_info-expirience {
  color: #8A8E93;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .vacancy-card_info-expirience {
    color: #36F097;
    width: 100%;
  }
}

.vacancy-card_info-coast {
  color: #8A8E93;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .vacancy-card_info-coast {
    color: #ffffff;
    padding-left: 0.5rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/filter/filter.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.course-filter-form_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media (max-width: 1024px) {
  .course-filter-form_wrap {
    display: grid;
    flex-wrap: nowrap;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.625rem;
    gap: 0.625rem;
    align-items: flex-start;
  }
}
.course-filter-form_filter-search {
  position: relative;
  padding: 1px 1px;
  overflow: hidden;
  border-radius: 0.5rem;
}
.course-filter-form_filter-search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(220deg, rgba(54, 240, 151, 0.6) 35.71%, rgba(54, 240, 151, 0) 57.54%);
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.course-filter-form_filter-search input {
  border: 1px solid transparent;
  outline: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .course-filter-form_filter-search input {
    font-size: 0.875rem;
  }
}
.course-filter-form_filter-search input::-moz-placeholder {
  color: #8A8E93;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.course-filter-form_filter-search input::placeholder {
  color: #8A8E93;
  transition: 0.2s ease-in-out;
}
.course-filter-form_filter-search input:-webkit-autofill, .course-filter-form_filter-search input:-webkit-autofill:hover, .course-filter-form_filter-search input:-webkit-autofill:focus, .course-filter-form_filter-search input:-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}
.course-filter-form_filter-search input:-webkit-autofill, .course-filter-form_filter-search input:-webkit-autofill:hover, .course-filter-form_filter-search input:-webkit-autofill:focus, .course-filter-form_filter-search input:-webkit-autofill:active { /* Цвет текста белый */ /* Убираем заливку */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* Плавный переход для обхода автозаполнения */
}
.course-filter-form_filter-search input:hover::-moz-placeholder {
  color: #ffffff;
}
.course-filter-form_filter-search input:hover::placeholder {
  color: #ffffff;
}
.course-filter-form_filter-search input {
  width: 28rem;
  padding-left: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #181818;
  position: relative;
  z-index: 1;
}
.course-filter-form_filter-search:hover::before {
  opacity: 1;
}
@media (max-width: 1024px) {
  .course-filter-form_filter-search {
    width: 100%;
  }
  .course-filter-form_filter-search input {
    width: 100%;
  }
}
.course-filter-form_filter-search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  z-index: 1;
  background: url(../assets/img/search.svg) center center no-repeat;
  background-size: cover;
}
.course-filter-form_items {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.course-filter-form_active-btn {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
  border: 1px solid #36F097;
  backdrop-filter: blur(16px);
  border-radius: 0.5rem;
  background: linear-gradient(0deg, rgba(54, 240, 151, 0.05) 0%, rgba(54, 240, 151, 0.05) 100%), rgba(42, 42, 42, 0.2);
}
.course-filter-form_active-btn-count {
  color: #36F097;
}
.course-filter-form_active-btn-close {
  width: 0.75rem;
  height: 0.75rem;
  background: url(../assets/img/close-grey.svg) center center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.course-filter-form_item {
  position: relative;
  padding: 0.75rem 0.625rem;
  border: 1px solid #181818;
  border-radius: 0.5rem;
  cursor: pointer;
}
.course-filter-form_item span {
  color: #36F097;
}
@media (max-width: 1024px) {
  .course-filter-form_item {
    display: flex;
    align-items: center;
  }
  .course-filter-form_item span {
    margin-left: auto;
  }
}
.course-filter-form_item .course-filter-form_active-btn-close {
  transition: 0.3s ease-in-out;
  width: 0;
  opacity: 0;
}
.course-filter-form input[type=checkbox] {
  display: none;
}
.course-filter-form input[type=checkbox]:checked + .course-filter-form_item {
  border-color: #36F097;
  backdrop-filter: blur(16px);
  background: linear-gradient(0deg, rgba(54, 240, 151, 0.05) 0%, rgba(54, 240, 151, 0.05) 100%), rgba(42, 42, 42, 0.2);
}
.course-filter-form input[type=checkbox]:checked + .course-filter-form_item .course-filter-form_active-btn-close {
  width: 0.75rem;
  opacity: 1;
}
@media (max-width: 1024px) {
  .course-filter-form input[type=checkbox]:checked + .course-filter-form_item .course-filter-form_active-btn-close {
    margin-left: 0.5rem;
  }
}
.course-filter-form_filter-sort {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3.75rem;
  margin-top: 1.875rem;
}
@media (max-width: 1024px) {
  .course-filter-form_filter-sort {
    margin-bottom: 1.875rem;
    justify-content: space-between;
  }
}
.course-filter-form_filter-sort .choices__inner {
  padding: 0.625rem 2rem 0.625rem 0.625rem;
  background: transparent;
  border: none;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
}
.course-filter-form_filter-sort .choices__list--single {
  padding: 0;
}
.course-filter-form_filter-sort .choices[data-type*=select-one]::after {
  background: url(../assets/img/chevron.svg) center center no-repeat;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  border: none;
  width: 0.875rem;
  height: 0.5rem;
  margin-top: 0;
  right: 0;
}
.course-filter-form_filter-sort .choices[data-type*=select-one].is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.course-filter-form_filter-sort .choices__list--dropdown {
  border-color: #272727 !important;
}
.course-filter-form_filter-sort .choices__list--dropdown {
  background-color: #0E0F0F;
  border: 1px solid #272727;
  word-break: inherit;
}
.course-filter-form_filter-sort .choices__list--dropdown .choices__item--selectable.is-highlighted,
.course-filter-form_filter-sort .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgba(255, 255, 255, 0.04);
}
.course-filter-form_filter-sort .choices__list--dropdown .choices__item,
.course-filter-form_filter-sort .choices__list[aria-expanded] .choices__item,
.course-filter-form_filter-sort .choices__item--selectable {
  font-size: 1rem;
}
.course-filter-form_filter-sort .choices__item {
  width: 100% !important;
}
.course-filter-form_filter-sort .choices__list--dropdown {
  width: 15.25rem !important;
  z-index: 8 !important;
}
@media (max-width: 1024px) {
  .course-filter-form_filter-sort .choices__list--dropdown {
    right: 0;
  }
}
.course-filter-form_filter-sort-founded {
  color: #8A8E93;
}
.course-filter-form_show-btn {
  display: none;
}
@media (max-width: 1024px) {
  .course-filter-form_show-btn {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .course-filter-form_show-btn::after {
    content: "";
    width: 0.875rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    background-image: url(../assets/img/chevron-black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.course-filter-form_filter-popup {
  display: none;
}
@media (max-width: 1024px) {
  .course-filter-form_filter-popup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.3125rem;
    opacity: 0;
    width: calc(100% - 2rem);
    pointer-events: none;
    position: fixed;
    top: 6.25rem;
    left: 1rem;
    transform: translateY(-50%);
    height: calc(100dvh - 6.25rem - 3.375rem);
    z-index: 9;
    transition: 0.2s ease-in-out;
    transition-property: opacity transform;
  }
  .course-filter-form_filter-popup.open {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%);
  }
  .course-filter-form_filter-popup .course-filter-form_show-btn::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .course-filter-form_filter-popup .course-filter-form_item {
    padding: 0.625rem 0;
  }
}
@media (min-width: 767px) {
  .course-filter-form_filter-popup {
    left: 2.5rem;
    width: calc(100% - 5rem);
  }
}
.course-filter-form_filter-popup-wrap {
  background-color: #181818;
  padding: 1rem;
  height: 100%;
  border-radius: 0.5rem;
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/footer/footer.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.footer {
  position: relative;
  z-index: 1;
  background-color: #0E0F0F;
}

.footer_wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 0;
}

.footer_top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .footer_top {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.footer_contacts,
.footer_tel {
  display: flex;
  flex-direction: column;
}

.footer_logo {
  display: flex;
  margin-bottom: 2.5rem;
}
.footer_logo svg {
  height: auto;
  max-width: 100%;
}
.footer_logo path {
  transition: 0.3s ease-in-out;
}
.footer_logo path:not([fill="#36F097"]) {
  fill: #8A8E93;
}
.footer_logo:hover path:not([fill="#36F097"]) {
  fill: #ffffff;
}

.footer_tel a {
  font-size: 1.325rem;
  line-height: 100%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
  border-radius: 0.25rem;
  border: 1px solid transparent;
  width: -moz-max-content;
  width: max-content;
  padding: 1px;
}
.footer_tel a:hover {
  color: #8A8E93;
}
.footer_tel a:focus, .footer_tel a:active {
  color: #ffffff;
  border-color: #36F097;
}
.footer_tel a {
  margin-top: 0.125rem;
}
.footer_tel span {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
  color: #8A8E93;
}

.footer_email {
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "IBMPlexMono";
  text-decoration: underline;
  text-underline-offset: 2px;
  width: -moz-max-content;
  width: max-content;
  padding: 1px;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.footer_email:hover {
  color: #36F097;
}
.footer_email:focus, .footer_email:active {
  color: #ffffff;
  border-color: #36F097;
}
@media (max-width: 767px) {
  .footer_email {
    font-size: 0.875rem;
  }
}

.footer_socials {
  display: flex;
  gap: 0.375rem;
}

.socials_item {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
}
.socials_item a {
  display: flex;
}
.socials_item:hover svg path, .socials_item:focus svg path, .socials_item:active svg path {
  fill: #36F097;
}

.footer_col {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.footer_col-title {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .footer_col-title {
    font-size: 1rem !important;
  }
}
.footer_col-title {
  color: #8A8E93;
}

.footer_navigation {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer_navigation .menu-item a {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .footer_navigation .menu-item a {
    font-size: 0.875rem;
  }
}
.footer_navigation .menu-item a {
  border-radius: 0.25rem;
  border: 1px solid transparent;
  width: -moz-max-content;
  width: max-content;
  padding: 1px;
}
.footer_navigation .menu-item a:hover {
  color: #8A8E93;
}
.footer_navigation .menu-item a:focus, .footer_navigation .menu-item a:active {
  color: #ffffff;
  border-color: #36F097;
}

.footer_form {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer_form .input,
.footer_form .button {
  width: 100%;
}
.footer_form .button {
  margin-top: 0;
}
.footer_form .fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer_form-title {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .footer_form-title {
    font-size: 0.875rem;
  }
}

.footer_bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .footer_bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.footer_bottom {
  align-items: flex-end;
  color: #8A8E93;
}

.footer_page-navigation {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  gap: 0;
}
.footer_page-navigation li {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .footer_page-navigation li {
    grid-column: span 1;
  }
}
.footer_page-navigation a {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.footer_page-navigation a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer_page-navigation {
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer_copyright,
.footer_info {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/header-menu/_index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.header_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .header_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.header_wrapper {
  align-items: center;
  overflow: hidden;
}

.header_logo {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
}

.header_navigation {
  grid-column: span 2;
  display: flex;
  justify-content: center;
}
.header_navigation a {
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 1.325rem;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.65px;
  transition: 0.2s ease-in-out;
  position: relative;
}
.header_navigation a:before {
  transition: 0.2s ease-in-out;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(54, 240, 151, 0), #36F097, rgba(54, 240, 151, 0));
}
.header_navigation a:hover, .header_navigation a:focus, .header_navigation a:active, .header_navigation a.active {
  color: #ffffff;
}
.header_navigation a:hover::before, .header_navigation a:focus::before, .header_navigation a:active::before, .header_navigation a.active::before {
  width: 100%;
}
.header_navigation a::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  filter: blur(3rem);
  background: rgba(54, 240, 151, 0.5);
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.header_navigation a:hover::after, .header_navigation a:focus::after, .header_navigation a:active::after, .header_navigation a.active::after {
  opacity: 1;
}
.header_navigation .current-menu-item a {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 1.325rem;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.65px;
  transition: 0.2s ease-in-out;
  position: relative;
  color: #ffffff;
}
.header_navigation .current-menu-item a:before {
  transition: 0.2s ease-in-out;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(54, 240, 151, 0), #36F097, rgba(54, 240, 151, 0));
}
.header_navigation .current-menu-item a::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  filter: blur(3rem);
  background: rgba(54, 240, 151, 0.5);
  transition: 0.2s ease-in-out;
  opacity: 1;
}

.header_user-nav {
  padding: 0 0.625rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/header-mobile-menu/_index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.header_mobile-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
}
.header_mobile-logo {
  display: flex;
  align-items: center;
}
.header_mobile-logo svg {
  width: 100%;
  height: 100%;
}
.header_mobile-btn {
  width: 1.625rem;
  height: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transition: transform 0.2s ease-in-out;
}
.header_mobile-btn.open {
  transform: rotate(-45deg);
}
.header_mobile-btn.open .header_mobile-btn-item:first-of-type {
  transform: translateY(8px);
}
.header_mobile-btn.open .header_mobile-btn-item:nth-child(2) {
  transform: rotate(90deg);
}
.header_mobile-btn.open .header_mobile-btn-item:last-of-type {
  opacity: 0;
}
.header_mobile-btn-item {
  width: 100%;
  height: 0.25rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  transition: 0.2s ease-in-out;
  transition-property: opacity, transform;
}
.header_mobile-menu {
  position: absolute;
  top: calc(100% + 0.625rem);
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100dvh - 3.5rem - 0.625rem - 0.625rem - 0.625rem);
  padding: 1.875rem 0.625rem 0.625rem;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header_mobile-menu.open {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 767px) {
  .header_mobile-menu {
    left: 2.5rem;
    width: calc(100% - 5rem);
  }
}
.header_mobile-navigation .menu-item:not(:last-of-type) a {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #383838;
}
.header_mobile-navigation .menu-item:not(:first-of-type) a {
  padding-top: 0.625rem;
}
.header_mobile-navigation a {
  font-size: 5rem;
  line-height: 100%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -2.5px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .header_mobile-navigation a {
    font-size: 2rem !important;
  }
}
.header_mobile-navigation a {
  color: #ffffff;
  display: block;
}
@media (max-width: 1024px) {
  .header_mobile-navigation a {
    font-size: 2rem;
  }
}
.header_mobile-socials {
  margin-top: 6rem;
}
.header_mobile-socials-items {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.header_mobile-socials-item {
  width: 2.375rem;
  height: 2.375rem;
}
.header_mobile-socials-item a {
  display: block;
  width: 2.375rem;
  height: 2.375rem;
}
.header_mobile-btn-conect {
  width: 100%;
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/header/header.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.header {
  position: fixed;
  top: 0.625rem;
  left: 0;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  will-change: transform;
}

.header-blur {
  backdrop-filter: blur(0.625rem);
  background-blend-mode: overlay;
  background-color: rgba(42, 42, 42, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.25rem 0.125rem rgba(14, 15, 15, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-audit/_index.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.block-audit {
  padding: 3.5rem 3.5rem 4.5rem;
  -webkit-mask-image: url(../assets/img/ecosystem-frame.svg);
  mask-image: url(../assets/img/ecosystem-frame.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background: url(../assets/img/ecosystem-background.svg) center center no-repeat;
  background-size: calc(100% - 2px) calc(100% - 2px);
  background-position: 1px 1px;
  backdrop-filter: blur(0.625rem);
  background-blend-mode: overlay;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-audit .button {
  min-width: 12.75rem;
}
@media (max-width: 767px) {
  .block-audit .acf-innerblocks-container {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .block-audit {
    -webkit-mask-image: url(../assets/img/block-audit-frame.svg);
    mask-image: url(../assets/img/block-audit-frame.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    height: 46rem;
    mask-size: 100% 100%;
    background: url(../assets/img/block-audit-frame-black.svg) center center no-repeat;
    background-size: calc(100% - 2px) calc(100% - 2px);
    background-position: 1px 1px;
    padding: 0 2rem;
    justify-content: center;
  }
}

.block-audit_image {
  min-width: 68.75rem;
  min-height: 16.25rem;
  background: url(../assets/img/block-audit-background.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .block-audit_image {
    min-width: 7.5rem;
    min-height: 7.5rem;
    background: url(../assets/img/block-audit-bg-mob.png) center center no-repeat;
    background-size: contain;
  }
}

.block-audit_head {
  max-width: 42.5rem;
}

.block-audit_title {
  font-size: 3rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.92px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .block-audit_title {
    font-size: 1.5rem !important;
  }
}
.block-audit_title {
  text-align: center;
  margin-bottom: 1rem;
}

.block-audit_text {
  color: #8A8E93;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .block-audit_text {
    margin-bottom: 2.75rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-buttons/_index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.block-buttons {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}
@media (max-width: 767px) {
  .block-buttons {
    width: 100%;
    flex-direction: column;
  }
  .block-buttons .button {
    width: 100%;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-caption/_index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.block-caption {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 0.625rem;
}

.block-caption_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-cards/_index.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.block-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media (max-width: 1024px) {
  .block-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-cards_item {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.block-cards_item-image {
  min-height: 19.25rem;
  height: 19.25rem;
  width: 15.625rem;
  margin: 0 auto;
}
.block-cards_item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .block-cards_item-image {
    min-height: 22.25rem;
  }
}

.block-cards_item-text {
  padding: 0.625rem;
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-clients/_index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.block-clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3.75rem;
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
  overflow: hidden;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .block-clients {
    gap: 1.875rem;
  }
  .block-clients .link-arrow {
    order: 1;
  }
}

.block-clients_title {
  max-width: 60%;
  font-size: 3rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.92px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .block-clients_title {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .block-clients_title {
    max-width: 100%;
  }
}

.block-clients_logos {
  width: calc(100% + 5rem);
  min-width: calc(100% + 5rem);
  transform: translateX(-2.5rem);
  -webkit-mask-image: linear-gradient(90deg, transparent, #0E0F0F 10%, #0E0F0F 5%, transparent);
          mask-image: linear-gradient(90deg, transparent, #0E0F0F 10%, #0E0F0F 5%, transparent);
}
@media (max-width: 767px) {
  .block-clients_logos {
    -webkit-mask-image: linear-gradient(90deg, transparent, #0E0F0F 2%, #0E0F0F 1%, transparent);
            mask-image: linear-gradient(90deg, transparent, #0E0F0F 2%, #0E0F0F 1%, transparent);
  }
}
.block-clients_logos .swiper-wrapper {
  display: flex;
  align-items: center;
}
.block-clients_logos .swiper-slide {
  width: auto;
}

.block-clients_logo {
  display: flex !important;
}

.block-clients_logo {
  align-items: center;
}
.block-clients_logo img {
  height: auto;
  max-height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .block-clients_logo {
    max-height: 2.75rem;
  }
  .block-clients_logo img {
    max-height: 2.75rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-courses/_index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.block-courses {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.block-courses .swiper-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .block-courses {
    overflow: visible;
    overflow: initial;
  }
}

.block-courses_titles {
  margin-bottom: -3rem;
  padding-top: 1rem;
  z-index: 1;
  display: flex;
  align-items: center;
}
.block-courses_titles .link {
  padding: 0.625rem;
}
.block-courses_titles .link.active {
  pointer-events: none;
}
@media (max-width: 767px) {
  .block-courses_titles {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }
  .block-courses_titles .link {
    padding: 0.375rem;
    font-size: 0.875rem;
  }
}

.block-courses_background {
  padding: 5rem 2.5rem;
  position: relative;
  -webkit-mask-image: url(../assets/img/courses-frame.svg);
          mask-image: url(../assets/img/courses-frame.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
  background: url(../assets/img/courses-background.svg) center center no-repeat;
  background-size: calc(100% - 2px) calc(100% - 2px);
  background-position: 1px 1px;
}
@media (max-width: 767px) {
  .block-courses_background {
    width: calc(100% + 2rem);
    margin-left: 0 -1rem;
    max-width: calc(100% + 2rem);
    padding: 1.875rem 0 3.75rem 0;
    background: url(../assets/img/courses-background-mobile.svg) center center no-repeat;
    background-size: 100% 100%;
    background-color: #0E0F0F;
    filter: none;
    -webkit-mask-image: initial;
            mask-image: initial;
  }
}

.block-courses_wrapper {
  pointer-events: all;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: 0.7s ease-out;
  transition: 0.35s ease-out;
  transform: scale(1.05);
  transform-origin: center center;
}
@media (max-width: 767px) {
  .block-courses_wrapper {
    display: flex;
    padding: 0 1rem;
  }
}
.block-courses_wrapper .swiper-slide {
  height: auto !important;
}
.block-courses_wrapper.active {
  height: auto;
  pointer-events: all;
  opacity: 1;
  filter: none;
  transform: scale(1);
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-ecosystem/_index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.block-ecosystem {
  padding: 3.875rem 3.125rem;
  -webkit-mask-image: url(../assets/img/ecosystem-frame.svg);
          mask-image: url(../assets/img/ecosystem-frame.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: url(../assets/img/ecosystem-background.svg) center center no-repeat;
  background-size: calc(100% - 2px) calc(100% - 2px);
  background-position: 1px 1px;
  backdrop-filter: blur(0.625rem);
  background-blend-mode: overlay;
  background-color: rgba(42, 42, 42, 0.2);
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  background-color: initial;
}
.block-ecosystem img {
  display: none;
}
@media (max-width: 767px) {
  .block-ecosystem {
    -webkit-mask: initial;
            mask: initial;
    background: none;
    padding: 0;
    backdrop-filter: none;
  }
  .block-ecosystem * {
    text-align: left;
  }
  .block-ecosystem img {
    display: inline;
    display: initial;
  }
}

.block-ecosystem_wrapper {
  display: grid;
  grid-template-columns: 1fr 2.35fr 1fr;
  grid-gap: 0;
  gap: 0;
}
@media (max-width: 767px) {
  .block-ecosystem_wrapper {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.block-ecosystem_background {
  background: url(../assets/img/ecosystem.png) center center no-repeat;
  background-size: 100% auto;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .block-ecosystem_background {
    display: none;
  }
}

.block-ecosystem_column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .block-ecosystem_column {
    gap: 1.875rem;
  }
}

.ecosystem-item {
  padding: 0.875rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (max-width: 767px) {
  .ecosystem-item {
    padding: 0;
    padding-left: 1rem;
    border-left: 1px solid #8A8E93;
  }
}

.ecosystem-item_title {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .ecosystem-item_title {
    font-size: 1rem !important;
  }
}

.ecosystem-item_description {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "IBMPlexMono";
}
@media (max-width: 767px) {
  .ecosystem-item_description {
    font-size: 0.875rem;
  }
}

.ecosystem-item_link {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: #36F097;
  letter-spacing: -0.35px;
  transition: 0.2s ease-in-out;
  font-family: "IBMPlexMono";
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.ecosystem-item_link::after {
  transition: 0.2s ease-in-out;
  position: absolute;
  content: "";
  bottom: -2px;
  left: calc(50% - 0.475rem);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(54, 240, 151, 0), #36F097, rgba(54, 240, 151, 0));
}
.ecosystem-item_link:hover::after {
  width: calc(100% - 0.75rem);
}
.ecosystem-item_link:focus, .ecosystem-item_link:active, .ecosystem-item_link.active {
  border-color: #36F097;
}
.ecosystem-item_link:focus::after, .ecosystem-item_link:active::after, .ecosystem-item_link.active::after {
  width: 0;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-faq/_index.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.block-faq--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .block-faq--grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-faq_details {
  padding: 0.625rem 1.75rem 2.5rem 0;
  border-top: 1px solid #383838;
  transition: 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .block-faq_details {
    padding: 0.625rem 0 2.5rem 0;
  }
}
.block-faq_details::before {
  content: "→";
  position: absolute;
  top: 0.125rem;
  right: 0;
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "IBMPlexMono";
  color: #383838;
  font-size: 2rem;
  transform: rotate(90deg);
  transition: 0.2s ease-in-out;
}
.block-faq_details:hover {
  border-color: #36F097;
}
.block-faq_details:hover::before {
  color: #ffffff;
}
.block-faq_details.active {
  border-color: #36F097;
}
.block-faq_details.active::before {
  color: #ffffff;
  transform: rotate(-90deg);
}
.block-faq_details.active .block-faq_description {
  grid-template-rows: 1fr;
}

.block-faq_summary {
  font-size: 1.375rem;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  letter-spacing: -1.44px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .block-faq_summary {
    font-size: 1rem !important;
  }
}
.block-faq_summary {
  padding-right: 2rem;
}

.block-faq_description {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.2s ease-in-out;
}
.block-faq_description p {
  overflow: hidden;
  padding-top: 0.625rem;
}
@media (max-width: 767px) {
  .block-faq_description p {
    padding-right: 1rem;
  }
}
.block-faq_description img {
  margin-top: 2.8125rem;
  height: 12.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767px) {
  .block-faq_description img {
    display: none;
  }
}

.block-faq_image {
  position: relative;
  background-color: #2A2A2A;
  width: 100%;
  padding-top: 60%;
}
.block-faq_image .angle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: transparent;
  border: 2px solid #383838;
  position: absolute;
  z-index: 3;
  will-change: transform;
}
.block-faq_image .angle.top {
  top: 0px;
  border-bottom: none;
}
.block-faq_image .angle.bottom {
  bottom: 0px;
  border-top: none;
}
.block-faq_image .angle.left {
  left: 0px;
  border-right: none;
}
.block-faq_image .angle.right {
  right: 0px;
  border-left: none;
}
.block-faq_image img {
  position: absolute;
  z-index: 0;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -o-object-fit: cover;
     object-fit: cover;
}
.block-faq_image img.active {
  z-index: 1;
}
@media (max-width: 767px) {
  .block-faq_image {
    display: none;
  }
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-form/_index.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.block-form {
  position: relative;
  z-index: 1;
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 767px) {
  .block-form {
    width: calc(100% + 2rem);
    padding: 5.5rem 1rem;
    margin-left: -1rem;
  }
  .block-form .has-h-2-font-size {
    font-size: 2rem !important;
  }
  .block-form .has-h-2-font-size {
    display: inline;
  }
  .block-form form {
    width: 100%;
  }
}
.block-form form {
  width: 28rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media (max-width: 1024px) {
  .block-form form {
    width: 100%;
  }
}
.block-form--secondary {
  width: 100%;
  margin-left: 0;
  padding: 4.5rem 2.5rem;
  padding-bottom: 3.25rem;
}
.block-form--secondary form {
  margin: 0;
}
@media (max-width: 1024px) {
  .block-form--secondary {
    padding: 2.875rem 1.125rem;
  }
  .block-form--secondary form {
    width: 100%;
  }
  .block-form--secondary .has-h-2-font-size {
    display: flex;
  }
}
.block-form .acf-innerblocks-container {
  width: 100%;
}

.block-form_bg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.block-form_bg svg,
.block-form_bg img {
  width: 100%;
  height: 100%;
}
.block-form_bg .step-1,
.block-form_bg .step-2,
.block-form_bg .step-3 {
  opacity: 0;
  animation: 4s opacity infinite;
}
.block-form_bg .step-1--2 {
  animation-delay: 0.35s;
}
.block-form_bg .step-1--3 {
  animation-delay: 0.7s;
}
.block-form_bg .step-2--1,
.block-form_bg .step-3--1 {
  animation-delay: 1.05s;
}
.block-form_bg .step-2--2,
.block-form_bg .step-3--2 {
  animation-delay: 1.4s;
}
.block-form_bg .step-2--3,
.block-form_bg .step-3--3 {
  animation-delay: 1.75s;
}
.block-form_bg .step-3--1 {
  animation-delay: 2.1s;
}
.block-form_bg .step-3--2 {
  animation-delay: 2.45s;
}
.block-form_bg .step-3--3 {
  animation-delay: 2.8s;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-image-slider/_index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
.block-images-slider {
  height: 40.625rem;
}
.block-images-slider .swiper-slide {
  height: 40.625rem;
}
.block-images-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-images-slider_buttons {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .block-images-slider_buttons {
    gap: 0.625rem;
    bottom: 1rem;
    right: 1rem;
  }
}
@media (max-width: 1024px) {
  .block-images-slider {
    height: 12.5rem;
  }
  .block-images-slider .swiper-slide {
    height: 12.5rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-lines/_index.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.block-lines {
  position: relative;
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
  pointer-events: none;
}
.block-lines img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: -1;
}
.block-lines .lines-container {
  position: absolute;
  width: 99vw;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.block-lines .lines-container canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.block-lines--center {
  display: flex;
  justify-content: center;
  padding: 7rem 0;
}
@media (max-width: 1024px) {
  .block-lines--center {
    padding: 3rem 0;
  }
}
.block-lines--center a {
  position: relative;
  z-index: 3;
  pointer-events: all;
}

.block-lines_wrapper {
  position: absolute;
  width: 100%;
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-links/_index.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.block-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  gap: 0;
}
.block-links a .simple-link_bg {
  border-right: none;
  border-bottom: none;
}
.block-links a:nth-child(3n) .simple-link_bg, .block-links a:last-of-type .simple-link_bg {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.block-links a:last-child .simple-link_bg, .block-links a:nth-last-child(2) .simple-link_bg, .block-links a:nth-last-child(3) .simple-link_bg {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .block-links {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-links a .simple-link_bg {
    border-bottom: none !important;
  }
  .block-links a .simple-link_bg {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .block-links a:last-child .simple-link_bg {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-list/_index.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.block-list_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media (max-width: 1024px) {
  .block-list_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-list {
  display: flex;
  flex-direction: column;
}
.block-list--left {
  align-items: flex-start;
}
.block-list--right {
  align-items: flex-end;
}

.block-list_bg {
  padding: 2.625rem 1.875rem 3.625rem;
  position: relative;
  backdrop-filter: blur(3.125rem);
  background-blend-mode: overlay;
  z-index: 1;
  height: 26.5rem;
}
.block-list_bg--left {
  -webkit-mask-image: url(../assets/img/block-list-frame.svg);
  mask-image: url(../assets/img/block-list-frame.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  pointer-events: none;
  background: url(../assets/img/block-list-bg.svg) center center no-repeat;
  background-size: calc(100% - 2px) calc(100% - 2px);
  background-position: 1px 1px;
}
.block-list_bg--right {
  -webkit-mask-image: url(../assets/img/block-list-frame-right.svg);
  mask-image: url(../assets/img/block-list-frame-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  pointer-events: none;
  background: url(../assets/img/block-list-frame-right-bg.svg) center center no-repeat;
  background-size: calc(100% - 2px) calc(100% - 2px);
  background-position: 1px 1px;
}
@media (max-width: 1024px) {
  .block-list_bg {
    height: 28.5rem;
    max-width: 45.5rem;
    margin: 0 auto;
    padding: 3.625rem 1.875rem 3.625rem;
  }
}
@media (max-width: 630px) {
  .block-list_bg {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: none;
    mask-size: none;
    pointer-events: none;
    background: none;
    background-size: none;
    background-position: none;
    max-width: none;
    max-width: initial;
    margin: 0;
    height: auto;
    padding: 1.875rem 0;
  }
}
@media (max-width: 440px) {
  .block-list_bg {
    -webkit-mask-image: url(../assets/img/block-list-frame-mobile.svg);
    mask-image: url(../assets/img/block-list-frame-mobile.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none;
    background: url(../assets/img/block-list-frame-bg-mobile.svg) center center no-repeat;
    background-size: calc(100% - 2px) calc(100% - 2px);
    background-position: 1px 1px;
    max-width: none;
    max-width: initial;
    margin: 0;
    height: 32rem;
    padding: 1.875rem 1.25rem;
  }
}
@media (max-width: 400px) {
  .block-list_bg {
    height: 28rem;
  }
}

.block-list_item:not(:first-of-type) .block-list_image {
  margin-top: 1.875rem;
}

.block-list_image {
  width: 3rem;
  height: 3rem;
}
.block-list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-list_title {
  width: 10.5rem;
  text-align: center;
  color: #36F097;
  position: relative;
  z-index: 2;
}
.block-list_title--left {
  margin-bottom: -0.5rem;
  margin-left: 4rem;
}
.block-list_title--right {
  margin-bottom: -0.5rem;
  margin-right: 4rem;
}
@media (max-width: 1024px) {
  .block-list_title {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

.block-card_text {
  margin-top: 1rem;
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-modal/_index.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.modal {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  left: 0;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .modal {
    padding: 1rem 0;
  }
}
.modal.opened {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.modal.static {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  position: static;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.modal.scroll .acf-innerblocks-container {
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
  background-color: #0E0F0F;
}

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

.modal_content {
  position: relative;
  z-index: 10;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 0;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(0.625rem);
  background-blend-mode: overlay;
  background-color: rgba(42, 42, 42, 0.2);
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .modal_content {
    padding: 1.5rem 0;
  }
}
.modal_content > .acf-innerblocks-container {
  padding: 0 2.5rem;
}
.modal_content > .acf-innerblocks-container > h1:not(:first-child), .modal_content > .acf-innerblocks-container h2:not(:first-child), .modal_content > .acf-innerblocks-container h3:not(:first-child), .modal_content > .acf-innerblocks-container h4:not(:first-child) {
  margin-top: 2rem;
}
.modal_content > .acf-innerblocks-container > h1, .modal_content > .acf-innerblocks-container h2, .modal_content > .acf-innerblocks-container h3, .modal_content > .acf-innerblocks-container h4 {
  margin-bottom: 1.25rem;
}
.modal_content > .acf-innerblocks-container li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.modal_content > .acf-innerblocks-container > p:not(:first-child) {
  margin-bottom: 1rem;
}
.modal_content > .acf-innerblocks-container > ul:not(:first-child) {
  margin: 1.75rem 0;
}
.modal_content > .acf-innerblocks-container::-webkit-scrollbar {
  width: 0.25rem;
  border-radius: 10px;
  background-color: transparent;
}
.modal_content > .acf-innerblocks-container::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal_content > .acf-innerblocks-container::-webkit-scrollbar-thumb {
  background-color: #383838;
  background-clip: padding-box;
  width: 0.25rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .modal_content > .acf-innerblocks-container {
    padding: 0 1rem;
  }
}

.modal_close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
}
.modal_close::before, .modal_close::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1.8rem;
  height: 1px;
  background-color: #ffffff;
}
.modal_close::before {
  transform: rotate(45deg);
  transform-origin: top left;
  left: 0;
}
.modal_close::after {
  transform: rotate(-45deg);
  transform-origin: top right;
  right: 0;
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-person/_index.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.person {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.person_image {
  position: relative;
  width: 7rem;
  height: 7rem;
  overflow: hidden;
  -webkit-mask-image: url(../assets/img/person-frame.svg);
          mask-image: url(../assets/img/person-frame.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: url(../assets/img/person-background.svg) center center no-repeat;
  background-size: 100%;
  backdrop-filter: blur(0.625rem);
  background-blend-mode: overlay;
  background-color: rgba(42, 42, 42, 0.2);
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
.person_image img {
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.person_image--small {
  width: 3.75rem;
  height: 3.75rem;
}

.person_description {
  color: #8A8E93;
}
.person_description a {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -0.35px;
  font-family: "IBMPlexMono";
  text-decoration: underline;
  text-underline-offset: 2px;
  width: -moz-max-content;
  width: max-content;
  padding: 1px;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.person_description a:hover {
  color: #36F097;
}
.person_description a:focus, .person_description a:active {
  color: #ffffff;
  border-color: #36F097;
}
@media (max-width: 767px) {
  .person_description a {
    font-size: 0.875rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-posts/_index.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.block-posts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.75rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .block-posts {
    gap: 1.875rem;
  }
}
.block-posts .swiper-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .block-posts .swiper-wrapper {
    flex-wrap: wrap;
    gap: 3.75rem;
  }
}
.block-posts .link-arrow {
  margin: 0 auto;
}

.block-posts_wrapper,
.block-posts_button-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.75rem 2.5rem;
  gap: 3.75rem 2.5rem;
}

@media (max-width: 1024px) {
  .block-posts_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-posts_button-wrapper {
  width: 100%;
  padding-top: 1.75rem;
}
.block-posts_button-wrapper .button {
  grid-column: 2/3;
  width: 100%;
}

.block-posts_title {
  max-width: 70%;
  font-size: 3rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.92px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .block-posts_title {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .block-posts_title {
    max-width: 100%;
  }
}

.block-posts_post {
  width: auto;
  background-color: #0E0F0F;
}

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

.block-posts_buttons {
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .block-posts_buttons {
    display: none;
  }
}

.block-posts_buttons-actions {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block-posts_buttons-actions {
    flex-direction: column;
    width: 100%;
  }
  .block-posts_buttons-actions .button {
    width: 100%;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-reviews/_index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.block-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.75rem;
  flex-wrap: wrap;
}
.block-reviews .swiper-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .block-reviews {
    gap: 1rem;
  }
}

.block-reviews_video {
  display: flex;
}
.block-reviews_video .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);
  background: url(../assets/img/video-button.svg) center center no-repeat;
  background-size: 100% 100%;
  transition: 0.2s ease-in-out;
}
.block-reviews_video a {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  display: block;
}
.block-reviews_video a:hover .video-button {
  transform: translate(-50%, -50%) scale(1.3);
}
.block-reviews_video img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .block-reviews_video {
    aspect-ratio: 4/3;
  }
  .block-reviews_video a {
    height: 100%;
    width: 100%;
  }
  .block-reviews_video img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.block-reviews_title {
  max-width: 70%;
  font-size: 3rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.92px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .block-reviews_title {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .block-reviews_title {
    margin-bottom: 0.875rem;
  }
}

.block-reviews_grid {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .block-reviews_grid {
    gap: 1rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-reviews_review {
  width: auto;
}

.block-reviews_reviews {
  max-width: 100%;
  grid-column: span 2;
}
@media (max-width: 767px) {
  .block-reviews_reviews {
    width: calc(100% + 2rem) !important;
    max-width: calc(100% + 2rem) !important;
    margin: 0 -1rem !important;
    padding: 0 1rem !important;
  }
}

.block-reviews_buttons {
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .block-reviews_buttons {
    order: 1;
    margin-left: auto;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-specializations/_index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.block-specializations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.block-specializations .courses-card {
  min-width: calc((100% - 1.25rem) / 3);
  flex-grow: 1;
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .block-specializations {
    gap: 0.25rem;
  }
  .block-specializations .courses-card {
    width: calc((100% - 0.625rem) / 2);
    flex-grow: 1;
    flex-basis: 49%;
  }
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-team/_index.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.block-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.75rem;
  flex-wrap: wrap;
}
.block-team .swiper-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .block-team {
    gap: 1rem;
  }
}

.block-team_title {
  max-width: 70%;
  font-size: 3rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.92px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .block-team_title {
    font-size: 1.5rem !important;
  }
}

.block-team_member {
  width: auto;
}

.block-team_members {
  max-width: 100%;
}
@media (max-width: 767px) {
  .block-team_members {
    width: calc(100% + 2rem) !important;
    max-width: calc(100% + 2rem) !important;
    margin: 0 -1rem !important;
    padding: 0 1rem !important;
  }
}

.block-team_buttons {
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .block-team_buttons {
    order: 1;
    margin-left: auto;
  }
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-template/_index.scss ***!
  \******************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-why/_index.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.block-why_title {
  font-size: 3rem;
  line-height: 105%;
  font-weight: 400;
  color: inherit;
  letter-spacing: -1.92px;
  font-family: "NTSomic";
}
@media (max-width: 767px) {
  .block-why_title {
    font-size: 1.5rem !important;
  }
}
.block-why_title {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .block-why_title {
    margin-bottom: 1.5rem;
  }
}

.block-why_items {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-gap: 1.875rem 0.625rem;
  gap: 1.875rem 0.625rem;
}
@media (max-width: 767px) {
  .block-why_items {
    grid-auto-flow: row;
    gap: 1.5rem;
  }
}

.block-why_counter {
  margin-bottom: 1rem;
  color: #36F097;
}
@media (max-width: 767px) {
  .block-why_counter {
    margin-bottom: 0.625rem;
  }
}

.block-why_subtitle {
  margin-bottom: 0.375rem;
}

.block-why_description {
  color: #8A8E93;
}

/*# sourceMappingURL=style.min.css.map*/