@font-face {
  font-display: swap;
  font-family: "shapiro";
  src: url("fonts/shapiro/Shapiro-95SuperWide.woff2") format("woff2"), url("fonts/shapiro/Shapiro-95SuperWide.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "shapiro";
  src: url("fonts/shapiro/Shapiro-95Super.woff2") format("woff2"), url("fonts/shapiro/Shapiro-95Super.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "shapiro";
  src: url("fonts/shapiro/Shapiro-55MiddleText.woff2") format("woff2"), url("fonts/shapiro/Shapiro-55MiddleText.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "shapiro";
  src: url("fonts/shapiro/Shapiro-25SuperFlyText.woff2") format("woff2"), url("fonts/shapiro/Shapiro-25SuperFlyText.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
html,
body {
  color: #191919;
  font-weight: normal;
  font-family: "shapiro", "Helvetica";
  font-size: max(18px, 1.125vw);
  scroll-behavior: smooth;
  background-color: white;
}

html.modal,
html.modal body {
  overflow: hidden;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}
img.col-1 {
  height: auto;
}

.inl,
.btns {
  display: flex;
  align-items: center;
}

.d-none,
.d-sm-block,
.d-md-flex,
.d-sm-flex,
[hidden] {
  display: none;
}

.flex-center {
  justify-content: center;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-start {
  align-items: flex-start;
}

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

.relative {
  position: relative;
}

[class*=cnt] {
  position: absolute;
  margin: auto;
}

.cntV,
.cnt {
  top: 0;
  bottom: 0;
}

.cntH,
.cnt {
  left: 0;
  right: 0;
}

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

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

.full {
  height: 100%;
}

.col-1,
.full {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.txt-preline {
  white-space: pre-line;
}

.txt-center {
  text-align: center;
}

.txt-border {
  color: transparent;
  -webkit-text-stroke-width: 0.111rem;
  -webkit-text-stroke-color: #191919;
}

.clr-black {
  color: #191919;
}

.clr-purple {
  color: #6635ff;
}

.clr-white {
  color: white;
}

h1,
.h1 {
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 1.25em;
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 2.5rem;
  line-height: normal;
  letter-spacing: 0.0888em;
}

h4,
.h4 {
  font-size: 1.55rem;
  line-height: 1.428em;
}

h5,
.h5 {
  font-size: 1.166rem;
  line-height: 1.33em;
}

h6,
.h6 {
  font-size: 1.111rem;
  line-height: 1em;
}

p {
  font-size: 1rem;
  line-height: 1.5em;
}

.light,
.btns span {
  font-weight: 200;
}

label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.03833em;
}

.btns {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.35rem;
  border: 1px solid #3c3c3c;
  padding: 0.3rem 0.85rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  transition-duration: 0.25s, 0.3s;
  transition-property: box-shadow, transform;
  background: none;
}
.btns span {
  color: #191919;
  font-size: 1.166rem;
  white-space: nowrap;
  letter-spacing: 0.0476em;
}
.btns[class*=white] {
  border-color: white;
}
.btns[class*=white] span {
  color: white;
}
@media (hover: hover) {
  .btns:hover {
    box-shadow: 0 0 15px -8px rgba(0, 0, 0, 0.95);
    transform: scale(1.01);
  }
}
.btns:active {
  transform: scale(0.975);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.group-input {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.35rem;
  border: 1px solid #3c3c3c;
  cursor: pointer;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition-duration: 0.25s, 0.3s;
  transition-property: box-shadow, transform;
}
.group-input::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  margin: auto;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
  transform: translate(0) rotate(45deg);
  transition: transform 0.22s;
}
.group-input select {
  padding: 0.3rem 1.75rem 0.3rem 0.85rem;
  border: none;
  color: #191919;
  font-size: 1.166rem;
  white-space: nowrap;
  letter-spacing: 0.0476em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
}
@media (hover: hover) {
  .group-input:hover {
    box-shadow: 0 0 15px -8px rgba(0, 0, 0, 0.95);
    transform: scale(1.01);
  }
  .group-input:hover::before {
    transform: translateY(0.15rem) rotate(45deg);
  }
}

.error {
  color: red;
  font-size: 18px;
  font-weight: normal;
  line-height: 29px;
  letter-spacing: 0.6px;
  text-transform: inherit;
}

@-webkit-keyframes borealisBar {
  0% {
    transform: translateX(0) scaleX(0);
  }
  50% {
    transform: translateX(0) scaleX(1);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}

@keyframes borealisBar {
  0% {
    transform: translateX(0) scaleX(0);
  }
  50% {
    transform: translateX(0) scaleX(1);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
@media screen and (max-width: 1200px) {
  html,
body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  html,
body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .d-md-none {
    display: none;
  }

  .d-md-flex {
    display: flex;
  }

  .txt-md-normal {
    white-space: normal;
  }
}
@media screen and (max-width: 640px) {
  html,
body {
    font-size: min(16px, 3.85vw);
  }

  .col-sm-1 {
    width: 100%;
  }

  .mx-sm-auto,
.ml-sm-auto {
    margin-left: auto;
  }

  .mx-sm-auto,
.mr-sm-auto {
    margin-right: auto;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .flex-sm-center {
    justify-content: center;
  }

  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }

  .txt-sm-normal {
    white-space: normal;
  }

  h1,
.h1 {
    font-size: 2.5rem;
  }

  h2,
.h2 {
    font-size: 2.8rem;
  }

  h3,
.h3 {
    font-size: 2rem;
  }

  h4,
.h4 {
    font-size: 1.24rem;
  }
}
.subscribe {
  padding: 8.88rem 5%;
  position: relative;
}
.subscribe .collapse-animation {
  max-height: 200px;
  transition: max-height 0.5s;
  overflow: hidden;
}
.subscribe .collapse-animation.close {
  max-height: 0;
}
.subscribe .thanks {
  margin-top: 25px;
  display: none;
}
.subscribe form {
  width: 100%;
  max-width: 42rem;
  margin: 2rem auto 0;
  position: relative;
}
.subscribe form .error {
  padding-left: 13px;
  margin-top: 5px;
  color: #453189;
  display: none;
}
.subscribe form .loader {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.subscribe form .loader .loaderBar {
  width: 100%;
  height: 1px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  transform-origin: left center;
  -webkit-animation: borealisBar 1.5s linear infinite;
          animation: borealisBar 1.5s linear infinite;
  background: #492e8a;
}
.subscribe .form-group .input-group {
  padding: 0 1rem;
  margin-bottom: 2.85rem;
  position: relative;
}
.subscribe .form-group select + .arrow {
  width: 0.35rem;
  height: 0.35rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.subscribe .form-group select:focus + .arrow {
  transform: rotate(-45deg);
}
.subscribe .form-group input, .subscribe .form-group select {
  width: 15rem;
  padding: 0.5rem 0.25rem;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 1rem;
  font-weight: 200;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}
.subscribe .form-group input:-ms-input-placeholder, .subscribe .form-group select:-ms-input-placeholder {
  color: #000000;
}
.subscribe .form-group input::-webkit-input-placeholder, .subscribe .form-group select::-webkit-input-placeholder {
  color: #000000;
}
.subscribe .form-group input::-moz-placeholder, .subscribe .form-group select::-moz-placeholder {
  color: #000000;
}
.subscribe .form-group input::-ms-input-placeholder, .subscribe .form-group select::-ms-input-placeholder {
  color: #000000;
}
.subscribe .form-group input::placeholder, .subscribe .form-group select::placeholder {
  color: #000000;
}

.programs {
  padding: 4.5%;
  position: relative;
}
.programs .h4 {
  font-size: 2rem;
}
.programs .slider {
  max-width: 75rem;
  padding: 0.5rem 0;
  margin-top: 3.75rem;
  overflow: hidden;
}
.programs .slider .swiper-slide {
  padding: 0 0.5rem;
}
.programs .content {
  display: grid;
  row-gap: 2.77rem;
  -moz-column-gap: 2.77rem;
       column-gap: 2.77rem;
  align-items: flex-start;
  grid-template-columns: repeat(auto-fill, minmax(max(12rem, 20%), 2fr));
}
@media (hover: hover) {
  .programs .content .program:hover img {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  }
}
.programs .program img, .programs .program span {
  transition-duration: 0.2s;
  transition-property: box-shadow, transform;
}
.programs .program span {
  color: transparent;
}
@media (hover: hover) {
  .programs .program:hover img {
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
    transform: scale(1.015);
  }
}

.group-input {
  width: 100%;
  max-width: 27.5rem;
}
.group-input .select {
  position: relative;
  z-index: 3;
}
.group-input .select .content-options {
  width: 100%;
  max-height: 0px;
  border-radius: 0.35rem;
  border: 1px solid #3c3c3c;
  position: absolute;
  top: 110%;
  left: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.35s, 0.5s;
  transition-property: max-height, opacity, visibility;
  background-color: white;
}
.group-input .select .content-options .content-scroll {
  max-height: 45rem;
  padding: 0.35rem 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.group-input .select .option {
  padding: 0.35rem 0.85rem;
  color: #191919;
  font-weight: 200;
  font-size: 1.166rem;
  line-height: 1.25;
  white-space: nowrap;
  letter-spacing: 0.0476em;
  text-align: center;
  transition: background-color 0.35s;
}
.group-input .select .option:disabled {
  padding-right: 1.75rem;
}
.group-input .select:focus .content-options, .group-input .select .content-options:hover {
  max-height: 45rem;
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .group-input .select .content-options .option:hover {
    background-color: rgba(25, 25, 25, 0.1);
  }
}

@media screen and (max-width: 1200px) {
  .programs .content {
    row-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .subscribe {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .subscribe .form-group .input-group {
    margin-bottom: 1.75rem;
  }
  .subscribe .form-group input, .subscribe .form-group select {
    width: 20rem;
  }

  .programs .h4 {
    font-size: 1.6rem;
  }
  .programs .content {
    row-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
main {
  padding-top: 5.833rem;
}

header {
  width: 100%;
  padding: 1.833rem 5%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #ffffff;
}
header .logo {
  width: 10.22rem;
  z-index: 3;
}
header .logo img {
  transition-duration: 0.25s;
  transition-property: transform;
}
@media (hover: hover) {
  header .logo:hover img {
    transform: scale(0.95);
  }
}
header .content-nav {
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
header ul {
  padding: 0 0.5%;
  list-style: none;
}
header ul li a {
  padding: 0.25rem 0.5rem;
  display: block;
}
header .content-rrss .rrss img {
  width: auto;
  height: 1.277rem;
  transition-duration: 0.2s;
  transition-property: opacity, transform;
}
header .content-rrss .rrss img[src*=purple] {
  opacity: 0;
}
@media (hover: hover) {
  header .content-rrss .rrss:hover img {
    opacity: 0;
  }
  header .content-rrss .rrss:hover img[src*=purple] {
    opacity: 1;
    transform: scale(1.1);
  }
}
header .lang {
  padding: 0.25rem 0.5rem;
  transition-duration: 0.2s;
  transition-property: color;
}
@media (hover: hover) {
  header .lang:hover {
    color: #6635FF;
  }
}
@media screen and (min-width: 769px) {
  header nav {
    display: block !important;
  }
  header nav a {
    white-space: nowrap;
  }
  header nav a::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #191919;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.125rem) scale(0.75);
    transition-duration: 0.2s;
    transition-property: opacity, visibility, transform;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  header nav a:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0.125rem) scale(1);
  }
}
@media screen and (min-width: 769px) {
  header nav a.active::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0.125rem) scale(1);
  }
}

#bg {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid transparent;
  margin-left: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#bg::before, #bg::after,
#bg span {
  content: "";
  width: 90%;
  height: 1px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.2s;
  transition-property: transform, opacity;
  background-color: #191919;
}
#bg span {
  height: 2px;
}
#bg::before {
  transform: translateY(-0.65rem);
}
#bg::after {
  transform: translateY(0.65rem);
}
@media (hover: hover) {
  #bg:hover::before, #bg:active::before {
    transform: translateY(-0.65rem) scaleX(0.9);
  }
  #bg:hover::after, #bg:active::after {
    transform: translateY(0.65rem) scaleX(0.9);
  }
}
#bg.open {
  border-color: #191919;
  transform: scale(1.1);
}
#bg.open span {
  opacity: 0;
}
#bg.open::before {
  transform: rotate(45deg) scale(0.75);
}
#bg.open::after {
  transform: rotate(-45deg) scale(0.75);
}
#bg.open:active::before {
  transform: rotate(45deg) scaleX(0.85);
}
#bg.open:active::after {
  transform: rotate(-45deg) scaleX(0.85);
}

@media screen and (max-width: 1024px) {
  header {
    padding-right: 3%;
    padding-left: 3%;
  }

  main {
    padding-top: 5.714rem;
  }
}
@media screen and (max-width: 990px) {
  header .logo {
    width: 9.75rem;
  }

  header ul li a {
    padding: 0.35rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-right: 5%;
    padding-left: 5%;
  }

  #bg {
    display: block;
  }

  .lang {
    font-weight: 100;
  }

  main {
    padding-top: 7.14285rem;
  }

  #menu {
    width: 100vw;
    height: 100vh;
    padding-top: 7.5rem;
    padding-bottom: 50px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    counter-reset: count-list;
    transform: translateX(-100%);
    transition-duration: 0.2s;
    transition-property: transform, opacity, visibility;
    background: linear-gradient(180deg, #eeeff1 0%, #ffffff 100%);
  }
  #menu ul {
    display: block;
  }
  #menu li {
    padding: 0 8%;
    margin-bottom: 1rem;
    display: flex;
    align-items: baseline;
    counter-increment: count-list;
  }
  #menu li::before {
    content: "0" counter(count-list);
    margin-right: 0.5rem;
    display: inline-block;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0.039375rem;
    white-space: nowrap;
    transition-duration: 0.2s;
    transition-property: transform;
  }
  #menu li a {
    padding: 0.85rem 0;
    display: block;
    flex: 1;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: normal;
    letter-spacing: 0.0888em;
  }
  #menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media screen and (max-width: 640px) {
  #bg {
    width: 3rem;
    height: 3rem;
    margin-left: 0.5rem;
  }

  main {
    padding-top: 6.6647rem;
  }

  #menu li a {
    font-size: 2rem;
  }
}
.footer {
  background-color: #ffffff;
}

footer {
  padding: 0.5rem 7.5% 3.333rem;
}
footer .content-links {
  margin-left: 0.5rem;
  list-style: none;
}
footer .content-links a {
  padding: 0.25rem 0.5rem;
  margin: 0 0.15rem;
  display: block;
}
footer .content-links a img {
  width: 1.5rem;
  height: auto;
  transition-duration: 0.2s;
  transition-property: opacity, transform;
}
footer .content-links a img[src*=purple] {
  opacity: 0;
}
@media (hover: hover) {
  footer .content-links a:hover img {
    opacity: 0;
  }
  footer .content-links a:hover img[src*=purple] {
    opacity: 1;
    transform: scale(1.1);
  }
}
footer .logo {
  width: 7rem;
}
footer .logo img {
  transform-origin: center bottom;
  transition-duration: 0.22s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
@media (hover: hover) {
  footer .logo:hover img {
    transform: scale(1.1);
  }
}
footer .links {
  margin-top: 2rem;
}
footer .links a {
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0.5rem;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: color;
}
@media (hover: hover) {
  footer .links a:hover {
    color: #6635FF;
  }
}

.modal-lang {
  position: fixed;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.5);
}
.modal-lang .content {
  min-height: 100%;
  padding: 1.5rem 2.5rem;
}
.modal-lang .content .container {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #6635FF;
  background-color: white;
}
.modal-lang .content .container img {
  width: 10rem;
  height: auto;
  margin-bottom: 1rem;
}
.modal-lang .content .container .btns {
  width: 7.5rem;
  margin: 0 0.5rem;
}

@media screen and (max-width: 640px) {
  footer .links a {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}

.btnLang {
  color: black;
  background-color: white;
  border: 0;
  text-decoration: underline;
  padding: 0.25rem 0.5rem;
  transition-duration: .2s;
  transition-property: color;
  font-weight: 400;
  font-family: shapiro,Helvetica;
  font-size: max(18px,1.125vw);
}