@font-face {
  font-family: Futurapt Book;
  src: url('../fonts/futura-pt_book.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futurapt Book;
  src: url('../fonts/futura-pt_bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AbhayaLibre-SemiBold;
  src: url('../fonts/AbhayaLibre-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #161616;
  --white: white;
  --red: #d90001;
  --_animation---opacity0: 0%;
  --padding-top: 150px;
  --padding100: 100px;
  --container: 1200px;
  --h1: 70px;
  --dark-grey: #8b8b8b;
  --h5: 28px;
  --padding80: 80px;
  --h2: 64px;
  --h6: 24px;
  --card-grey: #efefef;
  --_animation---gallery-margin: 0px;
  --padding40: 40px;
  --link-grey: #e5e5e5;
  --container-small: 1000px;
  --h3: 50px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  background-color: var(--black);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Futurapt Book, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.nav-link:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.nav-link:focus {
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--red);
  text-decoration-color: var(--red);
}

.nav-link.w--current {
  color: var(--white);
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--red);
  text-decoration-color: var(--red);
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}

.nav-menu {
  background-color: var(--black);
}

.brand {
  margin-top: 15px;
  margin-bottom: 15px;
}

.container {
  max-width: 1200px;
  padding: 10px 20px;
}

.btn {
  background-color: var(--red);
  opacity: var(--_animation---opacity0);
  pointer-events: none;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
}

.btn:hover {
  background-color: var(--white);
  color: var(--red);
}

.div-block {
  padding: 10px 15px;
  display: inline-flex;
}

.active-lng {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}

.active-text {
  background-color: var(--red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.active-text:hover {
  background-color: var(--white);
  color: var(--black);
}

.inactive-lng {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.link-block {
  display: none;
}

.inactive-text {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.inactive-text:hover {
  background-color: var(--white);
  color: var(--black);
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.body {
  min-height: 0;
  font-family: Futurapt Book, Arial, sans-serif;
  line-height: 130%;
}

.section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding100);
  background-color: var(--black);
}

.center-left {
  max-width: var(--container);
  text-align: center;
  transition: opacity .5s;
}

.heading {
  font-family: AbhayaLibre-SemiBold, Times New Roman, sans-serif;
}

.heading-1 {
  color: var(--white);
  font-family: AbhayaLibre-SemiBold, Times New Roman, sans-serif;
  font-size: var(--h1);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 90%;
}

.heading-1-red {
  color: var(--red);
  font-family: AbhayaLibre-SemiBold, Times New Roman, sans-serif;
  font-size: var(--h1);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
  line-height: 90%;
}

.text-span {
  color: var(--white);
}

.paragraph {
  color: var(--dark-grey);
  font-family: Futurapt Book, Times New Roman, sans-serif;
  font-size: var(--h5);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
}

.button {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 4px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 130%;
}

.button:hover {
  background-color: var(--white);
  color: var(--red);
  border: 1px solid #000;
}

.action-btn-div {
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.section-2 {
  padding: var(--padding80) 40px;
}

.container-2 {
  max-width: var(--container);
}

.heading-2-black {
  color: var(--black);
  font-family: AbhayaLibre-SemiBold, Times New Roman, sans-serif;
  font-size: var(--h2);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}

.text-span-2 {
  color: var(--red);
}

.card-title {
  font-family: Futurapt Book, Times New Roman, sans-serif;
  font-size: var(--h6);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 5px;
  font-weight: 700;
  line-height: 130%;
}

.text-block {
  font-family: Futurapt Book, Times New Roman, sans-serif;
  font-size: var(--h6);
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 130%;
}

.card-text {
  background-color: var(--card-grey);
  padding: 20px;
}

.card {
  background-color: var(--card-grey);
  border-radius: 4px;
  flex: 1 1 0;
  align-self: stretch;
  position: relative;
}

.number-icon {
  position: absolute;
  top: 5px;
  left: 5px;
}

.flex-logos {
  grid-column-gap: 120px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-image {
  object-fit: contain;
}

.logo-image--microsoft {
  object-fit: cover;
  object-position: center;
  transform: scale(1.23);
  transform-origin: 50% 50%;
}

.logo-image--nsu {
  transform: scale(.89);
  transform-origin: 50% 50%;
}

.card-icon {
  padding-top: 20px;
  padding-left: 20px;
}

.section-black {
  padding: var(--padding80) 40px;
  background-color: var(--black);
}

.grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.heading-3-white {
  color: var(--white);
  font-family: AbhayaLibre-SemiBold, Times New Roman, sans-serif;
  font-size: var(--h2);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 90%;
}

.paragraph-2 {
  color: var(--dark-grey);
  font-family: Futurapt Book, Times New Roman, sans-serif;
  font-size: var(--h6);
  line-height: 130%;
}

.text-field {
  border-radius: 4px;
  height: 50px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 130%;
}

.radio-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 10px;
  display: inline-flex;
}

.radio-button-field, .radio-button-field-2 {
  display: inline-block;
}

.radio-button {
  display: none;
}

.radio-button-label {
  width: 100%;
  margin-left: -20px;
}

.radio-button-2 {
  display: none;
}

.radio-button-label-2 {
  margin-left: -20px;
}

.radio-button-3 {
  display: none;
}

.radio-button-label-3 {
  font-size: 20px;
}

.if-lib-tagradio1_group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.if-lib-tagradio1_field {
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #d2d2d2;
  border-radius: .35rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .8rem 1.3rem .8rem 1rem;
  display: flex;
}

.if-lib-tagradio1_field.is-checked {
  background-color: #edf0f4;
  border-color: #263245;
}

.if-lib-tagradio1_label {
  color: #263245;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 500;
}

.radio-button-field-3 {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  height: 30px;
  padding-right: 5px;
  display: inline-flex;
}

.radio-button-label-4 {
  margin-bottom: 0;
  font-size: 20px;
}

.text-span-3 {
  text-decoration: underline;
}

.checkbox-label {
  color: var(--white);
  font-family: Futurapt Book, Times New Roman, sans-serif;
}

.form-block {
  max-width: 350px;
}

.heading-3-red {
  color: var(--red);
  font-family: AbhayaLibre-SemiBold, Times New Roman, sans-serif;
  font-size: var(--h2);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 90%;
}

.text-span-4 {
  color: var(--white);
}

.radio-button-5 {
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.radio-button-5.w--redirected-checked {
  border: 2px solid var(--red);
  box-shadow: inset 0 0 5px 4px var(--red), 0 0 10px 2px var(--red);
}

.radio-button-field-4 {
  border-radius: 4px;
  padding: 5px 5px 5px 25px;
  line-height: 135%;
}

.radio-button-label-5 {
  color: var(--white);
  font-size: 20px;
}

.grid-4 {
  margin-left: var(--_animation---gallery-margin);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-right: 20px;
}

.post-title {
  background-color: var(--card-grey);
  color: var(--black);
  font-family: Futurapt Book, Times New Roman, sans-serif;
  font-size: var(--h6);
  text-align: center;
  padding: 20px 5px;
  font-weight: 900;
  line-height: 131%;
}

.link-post {
  border-radius: 4px;
  width: 380px;
  text-decoration: none;
  overflow: hidden;
}

.post-image-frame {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
}

.post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
}

.gallery-wrapper {
  overflow: auto;
}

.control-btn {
  background-color: var(--red);
  border: 1px solid #0000;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: Futurapt Book, Arial, sans-serif;
  font-weight: 700;
}

.control-btn:hover {
  border: 1px solid var(--red);
  background-color: var(--white);
  color: var(--red);
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  margin-top: -20px;
  margin-bottom: 10px;
  margin-right: 20px;
  display: flex;
}

.text-span-5 {
  color: var(--black);
}

.div-block-5 {
  text-align: center;
  margin-bottom: 20px;
}

.section-3 {
  background-color: var(--black);
  padding-left: 40px;
  padding-right: 40px;
}

.grid-5 {
  padding-top: var(--padding40);
  padding-bottom: var(--padding40);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr 1fr;
  place-items: start stretch;
}

.div-block-6 {
  width: 110px;
}

.link-block-2 {
  margin-top: 10px;
  margin-right: 10px;
}

.link-footer {
  color: var(--link-grey);
  font-family: Futurapt Book, Times New Roman, sans-serif;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.paragraph-3 {
  color: var(--white);
  margin-top: 20px;
  font-family: Futurapt Book, Times New Roman, sans-serif;
}

.paragraph-4 {
  color: var(--dark-grey);
  font-family: Futurapt Book, Times New Roman, sans-serif;
}

.div-block-9 {
  text-align: right;
}

.country-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  width: 98px;
  gap: 4px;
}

.country-badge__label {
  color: #b3b3b3;
  font-family: Futurapt Book, Times New Roman, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.country-badge__flag {
  width: 100%;
  height: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.country-badge__stripe {
  display: block;
  width: 100%;
  height: 100%;
}

.country-badge__stripe--blue {
  background-color: #0055a4;
}

.country-badge__stripe--white {
  background-color: #ffffff;
}

.country-badge__stripe--red {
  background-color: #ef4135;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  border-radius: 4px;
  max-width: 335px;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 1% 1% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--red);
  color: #fff;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 4px;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: visible;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  color: var(--dark-grey);
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.link {
  color: var(--black);
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.image-2 {
  margin-bottom: 16px;
}

.checkbox-field {
  margin-top: 8px;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #f5f5f5;
  border-radius: 4px;
  max-width: 25rem;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_allow-2 {
  background-color: var(--red);
  color: #fff;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_close-2 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_wrapper-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs-2 {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon-2 {
  width: 1rem;
  line-height: 0;
}

.fs-consent_checkbox_field-3, .fs-consent_checkbox_field-4, .fs-consent_checkbox_field-5, .fs-consent_checkbox_field-6 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.link-2 {
  color: var(--black);
}

.section-4 {
  background-color: var(--black);
}

.link-block-3 {
  padding: 20px;
}

.container-3, .container-4 {
  max-width: var(--container-small);
}

.btn-eng {
  background-color: var(--red);
  opacity: var(--_animation---opacity0);
  pointer-events: none;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin: 12px 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
}

.btn-eng:hover {
  background-color: var(--white);
  color: var(--red);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --black: #161616;
    --white: white;
    --red: #d90001;
    --padding-top: 80px;
    --padding100: 40px;
    --container: 700px;
    --h1: 64px;
    --dark-grey: #8b8b8b;
    --h5: 24px;
    --padding80: 60px;
    --h2: 50px;
    --h6: 20px;
    --card-grey: #efefef;
    --padding40: 40px;
    --link-grey: #e5e5e5;
    --container-small: 90vw;
    --h3: 40px;
  }

  .icon {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--black);
    padding-bottom: 20px;
  }

  .container {
    padding-right: 10px;
  }

  .btn {
    opacity: 1;
    pointer-events: auto;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
  }

  .div-block {
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .active-lng {
    background-color: var(--red);
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    display: inline-flex;
  }

  .active-text {
    color: var(--white);
    font-family: Futurapt Book, Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
  }

  .active-text:hover {
    background-color: var(--white);
    color: var(--black);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .inactive-lng {
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    display: inline-flex;
  }

  .inactive-lng:hover {
    background-color: var(--white);
  }

  .link-block {
    margin-right: 10px;
    display: inline-block;
  }

  .inactive-text {
    color: var(--white);
    font-family: Futurapt Book, Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
  }

  .inactive-text:hover {
    background-color: var(--white);
    color: var(--black);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .paragraph {
    max-width: 500px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 468px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    text-align: center;
    max-width: 400px;
  }

  .form-block {
    max-width: none;
  }

  .gallery-wrapper {
    overflow: auto;
  }

  .div-block-4 {
    display: none;
  }

  .container-4 {
    max-width: var(--container-small);
  }

  .btn-eng {
    opacity: 1;
    pointer-events: auto;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-logos {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .grid-5 {
    grid-template-columns: 120px 100px 1fr;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .image-3 {
    width: 80px;
  }

  .container-4 {
    max-width: var(--container-small);
  }

  .btn-eng {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --black: #161616;
    --white: white;
    --red: #d90001;
    --padding-top: 80px;
    --padding100: 40px;
    --container: 100vw;
    --h1: 44px;
    --dark-grey: #8b8b8b;
    --h5: 20px;
    --padding80: 40px;
    --h2: 40px;
    --h6: 20px;
    --card-grey: #efefef;
    --padding40: 20px;
    --link-grey: #e5e5e5;
    --container-small: 90vw;
    --h3: 36px;
  }

  .container {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .center-left {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .action-btn-div {
    text-align: center;
    max-width: none;
    margin-top: 10px;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: var(--container);
  }

  .flex-logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-around;
  }

  .section-black {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    place-items: stretch start;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-right: auto;
  }

  .div-block-3 {
    text-align: left;
  }

  .radio-button-label-5 {
    padding-left: 5px;
  }

  .link-post {
    width: 314px;
  }

  .gallery-wrapper {
    margin-left: -10px;
    margin-right: -20px;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 120px 1fr;
  }

  .div-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: right;
  }

  .div-block-9 {
    text-align: left;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-3 {
    width: 80px;
  }

  .logo-image {
    max-width: 110px;
    max-height: 70px;
  }

  .logo-image--hub {
    width: 110px;
    height: 41px;
  }

  .logo-image--bmsw {
    width: 110px;
    height: 21px;
  }

  .logo-image--microsoft {
    width: 110px;
    height: 43px;
    transform: none;
  }

  .logo-image--ftca {
    width: 51px;
    height: 70px;
  }

  .logo-image--aivancity {
    width: 110px;
    height: 38px;
  }

  .logo-image--nsu {
    width: 69px;
    height: 70px;
    transform: none;
  }

  .logo-image--irce {
    width: 76px;
    height: 70px;
  }

  .fs-consent_banner-2 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .container-3 {
    max-width: var(--container-small);
  }
}

#w-node-e09a34d4-b635-9b3c-baeb-8c9ed843cdf5-d923a1b5, #w-node-e09a34d4-b635-9b3c-baeb-8c9ed843cdf5-f63ddc80 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e09a34d4-b635-9b3c-baeb-8c9ed843cdf5-d923a1b5, #w-node-e09a34d4-b635-9b3c-baeb-8c9ed843cdf5-f63ddc80 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ed698c0-3f2b-9bd3-036a-998a95ba5393-d923a1b5, #w-node-_2ed698c0-3f2b-9bd3-036a-998a95ba5393-f63ddc80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
