/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  background-color: #1e1e1e;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 18px;
  }
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*--- Common Classes---------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

input[type=email],
input[type=tel] {
  text-align: right;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #000000;
}

*:hover {
  transition-duration: 0.2s;
}

.img-responsive {
  max-width: 100%;
}

body {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: normal;
  color: #1A1A1A;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}
body .main {
  flex: 1;
}
body .main > section.section:not(.section-hero):first-child {
  padding-top: calc(30px + 25 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  body .main > section.section:not(.section-hero):first-child {
    padding-top: 55px;
  }
}

.text-size-1 {
  font-size: calc(25px + 17 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 42px;
  }
}

.text-size-2 {
  font-size: calc(22px + 10 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 32px;
    font-weight: 700;
  }
}

.text-size-3 {
  font-size: calc(19px + 3 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.text-size-4 {
  font-size: calc(17px + 3 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 20px;
    font-weight: 600;
  }
}

.text-size-5 {
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 18px;
  }
}

.text-size-6 {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 18px;
  }
}

.text-size-7 {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 18px;
  }
}

.text-size-8 {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 16px;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(174px + 30 * (100vw - 390px) / 1010);
  max-width: 100%;
  padding-top: calc(8px + 2 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 9 * (100vw - 390px) / 1010);
  padding-bottom: calc(8px + 2 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 9 * (100vw - 390px) / 1010);
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 600;
  letter-spacing: -0.299px;
  background-color: transparent;
  color: #1A1A1A;
  border: 1px solid #0071E3;
  border-radius: 12px;
  transition: 0.3s all ease;
}
@media (min-width: 1400px) {
  .button {
    width: 204px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-right: 19px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-left: 19px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-size: 18px;
  }
}
.button:hover {
  transform: scale(1.05);
}
.button._blue {
  background-color: #0071E3;
  color: #ffffff;
}
.button._small {
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  min-width: calc(60px + 30 * (100vw - 390px) / 1010);
  padding-top: calc(6px + 2 * (100vw - 390px) / 1010);
  padding-right: calc(4px + 1 * (100vw - 390px) / 1010);
  padding-bottom: calc(6px + 2 * (100vw - 390px) / 1010);
  padding-left: calc(4px + 1 * (100vw - 390px) / 1010);
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    min-width: 90px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-top: 8px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-right: 5px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-bottom: 8px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-left: 5px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    font-size: 16px;
  }
}
.button.active {
  background-color: #00458B;
  color: #ffffff;
}

.forward-link {
  display: flex;
  align-items: center;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .forward-link {
    font-size: 18px;
  }
}
.forward-link::after {
  content: "\e913";
  font-family: "icomoon";
  display: block;
  margin-right: calc(10px + 4 * (100vw - 390px) / 1010);
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .forward-link::after {
    margin-right: 14px;
  }
}
@media (min-width: 1400px) {
  .forward-link::after {
    font-size: 18px;
  }
}

.input-block input,
.input-block textarea {
  width: 100%;
  padding: 14px 10px;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #0071E3;
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-size: 18px;
  }
}
.input-block input.error,
.input-block textarea.error {
  border-color: #FF756C;
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

.logo {
  max-width: 100%;
  width: 52px;
  height: 52px;
}
.logo .logo__inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.logo .logo__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-with-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.logo-with-text .text {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.flag {
  width: 100%;
}
.flag .flag__inner {
  width: 100%;
  height: 100%;
}
.flag .flag__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.header-menu-button {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
.header-menu-button::before {
  content: "\e905";
  font-family: "icomoon" !important;
}
.header-menu-button:focus {
  color: #ffffff;
}

.logos {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.logos .logos__inner {
  width: 100%;
  height: 100%;
}
.logos .logos__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs > *:not(a) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumbs span.icon {
  font-size: calc(9px + 3 * (100vw - 390px) / 1010);
  line-height: 1;
  color: #1A1A1A;
  margin: 0 5px;
}
@media (min-width: 1400px) {
  .breadcrumbs span.icon {
    font-size: 12px;
  }
}
.breadcrumbs span.icon::before {
  content: "\e900";
  font-family: "icomoon";
}

.search-block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 263px;
  position: relative;
}
.search-block .search-block__label {
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: inherit;
}
@media (min-width: 1400px) {
  .search-block .search-block__label {
    font-size: 16px;
  }
}
.search-block .search-block__input {
  width: 100%;
  padding-left: 23px;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1A1A1A;
  color: inherit;
}
@media (min-width: 1400px) {
  .search-block .search-block__input {
    font-size: 16px;
  }
}
.search-block .search-block__icon {
  position: absolute;
  left: 6px;
  font-size: 17px;
}
.search-block .search-block__icon::before {
  content: "\e90a";
  font-family: "icomoon" !important;
}

.sort-block .sort-block__select {
  width: 100%;
  padding: 2px 5px;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #1A1A1A;
  border-radius: 12px;
  color: inherit;
}
@media (min-width: 1400px) {
  .sort-block .sort-block__select {
    font-size: 16px;
  }
}

.text-content .buttons-block {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-5px + -5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block {
    margin: -10px;
  }
}
.text-content .buttons-block .button {
  margin: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block .button {
    margin: 10px;
  }
}
.text-content._type-1 h1 {
  margin-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h1 {
    margin-bottom: 10px;
  }
}
.text-content._type-1 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h2 {
    margin-bottom: 15px;
  }
}
.text-content._type-2 > *:not(:last-child) {
  margin-bottom: 15px;
}
.text-content._type-3 > *:not(:last-child) {
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
.text-content._type-3 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 h2 {
    margin-bottom: 15px;
  }
}
.text-content._bold-colored strong {
  color: #0071E3;
}

.highlights-block {
  display: grid;
}
.highlights-block .highlight-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: calc(84px + 19 * (100vw - 390px) / 1010);
  padding-bottom: calc(84px + 19 * (100vw - 390px) / 1010);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  background-color: #000000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (min-width: 1400px) {
  .highlights-block .highlight-item {
    padding-top: 103px;
  }
}
@media (min-width: 1400px) {
  .highlights-block .highlight-item {
    padding-bottom: 103px;
  }
}
.highlights-block .highlight-item h4 {
  font-size: calc(17px + 3 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .highlights-block .highlight-item h4 {
    font-size: 20px;
    font-weight: 600;
  }
}
.highlights-block .highlight-item h5 {
  margin-top: calc(16px + 4 * (100vw - 390px) / 1010);
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .highlights-block .highlight-item h5 {
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .highlights-block .highlight-item h5 {
    font-size: 18px;
  }
}
.highlights-block .highlight-item h5 p:not(:last-child) {
  margin-bottom: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .highlights-block .highlight-item h5 p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 991.9px) {
  .highlights-block {
    grid-template-columns: repeat(3, 1fr);
  }
}

.vision-icon {
  width: 25%;
  max-width: 80px;
  padding: 14px;
}
.vision-icon .vision-icon__inner {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 991.9px) {
  .vision-icon {
    width: 100%;
    padding: 0px;
  }
  .vision-icon:not(:last-child) {
    margin-bottom: 25px;
  }
}

.post-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.post-card .post-card__image {
  width: 100%;
}
.post-card .post-card__image .post-card__image-inner {
  padding-top: 77.5700934579%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-card .post-card__image .post-card__image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card .post-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px;
  padding-top: calc(20px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .post-card .post-card__content {
    padding-top: 20px;
  }
}
.post-card .post-card__content .title {
  margin-bottom: calc(15px + 0 * (100vw - 390px) / 1010);
  font-size: calc(17px + 3 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .post-card .post-card__content .title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .post-card .post-card__content .title {
    font-size: 20px;
    font-weight: 600;
  }
}
.post-card .post-card__content .title a {
  color: #0071E3;
}
.post-card .post-card__content .text {
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .post-card .post-card__content .text {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .post-card .post-card__content .text {
    font-size: 18px;
  }
}
.post-card .post-card__content .forward-link {
  margin-top: auto;
  margin-right: auto;
  color: #0071E3;
}
.post-card._small .post-card__content .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 991.9px) {
  .post-card .post-card__content .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.member-card .member-card__image {
  width: 100%;
  margin-bottom: calc(20px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .member-card .member-card__image {
    margin-bottom: 25px;
  }
}
.member-card .member-card__image .member-card__image-inner {
  padding-top: 77.2151898734%;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #00458B;
}
.member-card .member-card__image .member-card__image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-card .member-card__text h6 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .member-card .member-card__text h6 {
    font-size: 20px;
  }
}
.member-card .member-card__text p {
  margin-top: calc(5px + 0 * (100vw - 390px) / 1010);
  font-weight: 700;
  color: #0071E3;
}
@media (min-width: 1400px) {
  .member-card .member-card__text p {
    margin-top: 5px;
  }
}
.member-card .link {
  display: block;
  margin-top: calc(15px + 5 * (100vw - 390px) / 1010);
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .member-card .link {
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .member-card .link {
    font-size: 16px;
  }
}

.event-card {
  flex-direction: column;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.event-card .contact-button {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #0071E3;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.event-card .event-card__image {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.event-card .event-card__image .event-card__image-inner {
  padding-top: 105%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.event-card .event-card__image .event-card__image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card .event-card__content {
  padding: 0 10px 10px;
}
.event-card .event-card__content .title {
  margin-bottom: 12px;
  font-size: calc(17px + 3 * (100vw - 390px) / 1010);
  font-weight: 600;
  color: #0071E3;
}
@media (min-width: 1400px) {
  .event-card .event-card__content .title {
    font-size: 20px;
    font-weight: 600;
  }
}
.event-card .event-card__content .label {
  font-weight: 700;
}
.event-card .event-card__content .details {
  margin-bottom: 20px;
  font-size: 18px;
}
.event-card .event-card__content .details .details__item > * {
  display: inline-block;
}
.event-card .event-card__content .details .details__item .value {
  font-weight: 400;
}
.event-card .event-card__content .program ul {
  padding-inline-start: 20px;
  list-style-type: disc;
}
@media (min-width: 991.9px) {
  .event-card .event-card__image {
    margin-bottom: 0;
  }
  .event-card .event-card__image .event-card__image-inner {
    padding-top: 88.3177570093%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .event-card .event-card__image .event-card__image-inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1199.9px) {
  .event-card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .event-card > * {
    width: 100%;
  }
  .event-card .event-card__image {
    min-width: 60%;
  }
}
@media (min-width: 1399.9px) {
  .event-card .event-card__image {
    min-width: 50%;
  }
}

.schedule {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .schedule {
    gap: 20px;
  }
}
.schedule .months {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
  text-align: center;
}
@media (min-width: 1400px) {
  .schedule .months {
    gap: 20px;
  }
}
.schedule .months .month {
  padding: calc(2px + 3 * (100vw - 390px) / 1010);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 6px;
  background: #00804a;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1400px) {
  .schedule .months .month {
    padding: 5px;
  }
}
.schedule .months .month .month__num {
  display: block;
}
.schedule .months .month .month__name {
  display: none;
}
.schedule .courses {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.schedule .courses .course-row {
  display: flex;
}
.schedule .courses .course-timeline {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
  flex: 1;
}
@media (min-width: 1400px) {
  .schedule .courses .course-timeline {
    gap: 20px;
  }
}
.schedule .courses .course-bar {
  grid-column: var(--start)/span var(--length);
  padding: calc(2px + 3 * (100vw - 390px) / 1010);
  text-align: center;
  font-size: calc(11px + 3 * (100vw - 390px) / 1010);
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #1A1A1A;
  color: #ffffff;
  transition: 0.3s all ease;
}
@media (min-width: 1400px) {
  .schedule .courses .course-bar {
    padding: 5px;
  }
}
@media (min-width: 1400px) {
  .schedule .courses .course-bar {
    font-size: 14px;
  }
}
.schedule .courses .course-bar.active {
  background-color: #0071e3 !important;
  border-color: #0071E3;
}
@media (min-width: 991.9px) {
  .schedule .months .month .month__num {
    display: none;
  }
  .schedule .months .month .month__name {
    display: block;
  }
  .schedule .courses .course-bar {
    cursor: pointer;
  }
}

.download-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 15px;
  color: #ffffff;
  background-color: #00458B;
  border-radius: 12px;
  border: 1px solid #00458B;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.download-button span {
  font-weight: 600;
}
.download-button::after {
  content: "\e915";
  font-family: "icomoon";
  display: block;
  font-size: 20px;
}

.table-container {
  border-radius: 12px;
  outline: 1px solid #0071E3;
  overflow-x: auto;
}

.custom-table {
  max-width: 100%;
  margin: 0;
}
.custom-table thead {
  color: #ffffff;
  font-size: calc(17px + 3 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .custom-table thead {
    font-size: 20px;
    font-weight: 600;
  }
}
.custom-table thead tr {
  border-bottom: none;
}
.custom-table thead th {
  background-color: #0071E3;
  color: inherit;
}
.custom-table thead th:first-child {
  border-bottom-right-radius: 12px;
}
.custom-table thead th:last-child {
  border-bottom-left-radius: 12px;
}
.custom-table tr {
  border-bottom: 1px solid #0071E3;
}
.custom-table tr td:not(:first-child),
.custom-table tr th:not(:first-child) {
  text-align: end;
}

.responsive-image {
  width: 100%;
}
.responsive-image .responsive-image__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image .responsive-image__inner img,
.responsive-image .responsive-image__inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.embed-container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 65.5%;
  position: relative;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.content-block {
  width: 100%;
  padding-top: calc(20px + 6 * (100vw - 390px) / 1010);
  padding-right: calc(20px + 30 * (100vw - 390px) / 1010);
  padding-bottom: calc(20px + 6 * (100vw - 390px) / 1010);
  padding-left: calc(20px + 30 * (100vw - 390px) / 1010);
  background-color: #00458B;
  color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (min-width: 1400px) {
  .content-block {
    padding-top: 26px;
  }
}
@media (min-width: 1400px) {
  .content-block {
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .content-block {
    padding-bottom: 26px;
  }
}
@media (min-width: 1400px) {
  .content-block {
    padding-left: 50px;
  }
}

.contact-block {
  color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.contact-block .contact-form-wrapper {
  height: 100%;
  padding-top: calc(20px + 6 * (100vw - 390px) / 1010);
  padding-right: calc(20px + 30 * (100vw - 390px) / 1010);
  padding-bottom: calc(20px + 6 * (100vw - 390px) / 1010);
  padding-left: calc(20px + 30 * (100vw - 390px) / 1010);
  background-color: #00458B;
}
@media (min-width: 1400px) {
  .contact-block .contact-form-wrapper {
    padding-top: 26px;
  }
}
@media (min-width: 1400px) {
  .contact-block .contact-form-wrapper {
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .contact-block .contact-form-wrapper {
    padding-bottom: 26px;
  }
}
@media (min-width: 1400px) {
  .contact-block .contact-form-wrapper {
    padding-left: 50px;
  }
}
.contact-block .contact-form-wrapper .contact-form .input-block input,
.contact-block .contact-form-wrapper .contact-form .input-block textarea {
  background-color: #0071E3;
  color: #ffffff;
}
.contact-block .contact-form-wrapper .contact-form .input-block input::-moz-placeholder, .contact-block .contact-form-wrapper .contact-form .input-block textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-block .contact-form-wrapper .contact-form .input-block input::placeholder,
.contact-block .contact-form-wrapper .contact-form .input-block textarea::placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-block .contact-form-wrapper .contact-form .input-block textarea {
  height: 100%;
}
.contact-block .contact-information {
  height: 100%;
  padding-top: calc(20px + 6 * (100vw - 390px) / 1010);
  padding-right: calc(20px + 30 * (100vw - 390px) / 1010);
  padding-bottom: calc(20px + 6 * (100vw - 390px) / 1010);
  padding-left: calc(20px + 30 * (100vw - 390px) / 1010);
  background-color: #0071E3;
}
@media (min-width: 1400px) {
  .contact-block .contact-information {
    padding-top: 26px;
  }
}
@media (min-width: 1400px) {
  .contact-block .contact-information {
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .contact-block .contact-information {
    padding-bottom: 26px;
  }
}
@media (min-width: 1400px) {
  .contact-block .contact-information {
    padding-left: 50px;
  }
}
.contact-block .contact-information .list {
  display: grid;
  gap: 20px;
}
.contact-block .contact-information .list > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-block .contact-information .list > li::before {
  display: block;
  font-family: "Icomoon";
  font-size: 24px;
}
.contact-block .contact-information .list > li._location::before {
  content: "\e916";
}
.contact-block .contact-information .list > li._phone::before {
  content: "\e918";
}
.contact-block .contact-information .list > li._email::before {
  content: "\e917";
}
.contact-block .contact-information .list > li._time::before {
  content: "\e919";
}
.contact-block .contact-information .list > li span,
.contact-block .contact-information .list > li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
}
.contact-block .contact-information .list > li a {
  text-decoration: underline;
}

.updates-block {
  max-height: 400px;
  overflow-y: scroll;
}
.updates-block .list {
  display: grid;
  gap: 20px;
}
.updates-block .list > li .date {
  display: block;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .updates-block .list > li .date {
    font-size: 16px;
  }
}
@media (min-width: 991.9px) {
  .updates-block {
    max-height: none;
  }
  .updates-block .list > li {
    padding-inline-start: 35px;
    position: relative;
  }
  .updates-block .list > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #d9d9d9;
    border-radius: 50%;
  }
}

.article-content {
  display: grid;
  gap: 20px;
}
.article-content h3 {
  font-size: calc(19px + 3 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #0071E3;
}
@media (min-width: 1400px) {
  .article-content h3 {
    font-size: 22px;
    font-weight: 600;
  }
}
.article-content ul {
  padding-inline-start: 17px;
  list-style-type: disc;
}

.info {
  display: grid;
  gap: 20px;
}
.info .info__block h4 {
  margin-bottom: 10px;
  font-size: calc(17px + 3 * (100vw - 390px) / 1010);
  font-weight: 600;
  color: #0071E3;
}
@media (min-width: 1400px) {
  .info .info__block h4 {
    font-size: 20px;
    font-weight: 600;
  }
}
.info .info__block ul {
  display: grid;
  gap: 5px;
}
.info .info__block ul > li {
  display: flex;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .info .info__block ul > li {
    font-size: 16px;
  }
}
.info .info__block ul > li > span {
  display: block;
  width: 92px;
  min-width: 92px;
  height: 23px;
  margin-inline-end: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.info .info__block ul > li:not(:last-child) > span {
  margin-bottom: 7px;
}

.category-tag {
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: calc(6px + -1 * (100vw - 390px) / 1010);
  padding-right: calc(4px + 1 * (100vw - 390px) / 1010);
  padding-bottom: calc(6px + -1 * (100vw - 390px) / 1010);
  padding-left: calc(4px + 1 * (100vw - 390px) / 1010);
  font-size: calc(12px + 2 * (100vw - 390px) / 1010);
  font-weight: 600;
  letter-spacing: -0.299px;
  background-color: transparent;
  color: #0071E3;
  border: 1px solid #0071E3;
  border-radius: 12px;
}
@media (min-width: 1400px) {
  .category-tag {
    padding-top: 5px;
  }
}
@media (min-width: 1400px) {
  .category-tag {
    padding-right: 5px;
  }
}
@media (min-width: 1400px) {
  .category-tag {
    padding-bottom: 5px;
  }
}
@media (min-width: 1400px) {
  .category-tag {
    padding-left: 5px;
  }
}
@media (min-width: 1400px) {
  .category-tag {
    font-size: 14px;
  }
}

.navigation-card .navigation-card__inner {
  display: block;
  padding-bottom: 68%;
  margin-bottom: calc(10px + 10 * (100vw - 390px) / 1010);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1400px) {
  .navigation-card .navigation-card__inner {
    margin-bottom: 20px;
  }
}
.navigation-card .button {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .navigation-card .button {
    font-size: 16px;
  }
}

.swiper {
  padding: 5px 5px 10px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 0;
  position: static;
}
.swiper .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.swiper .swiper-pagination.swiper-pagination-bullets-dynamic {
  transform: none;
}
.swiper .swiper-pagination-bullet {
  width: calc(10px + 4 * (100vw - 390px) / 1010);
  min-width: calc(10px + 4 * (100vw - 390px) / 1010);
  height: calc(10px + 4 * (100vw - 390px) / 1010);
  opacity: 1;
  background-color: transparent;
  border: 1px solid #0071E3;
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 14px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 14px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 14px;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071E3;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: auto;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 16px;
  color: #333;
}
.swiper .swiper-button-next::after {
  content: "\e902";
}
.swiper .swiper-button-prev::after {
  content: "\e90d";
}
.swiper._pagination-bottom .swiper-button-next,
.swiper._pagination-bottom .swiper-button-prev {
  position: static;
}
.swiper.blogSwiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.swiper.blogSwiper .swiper-button-next,
.swiper.blogSwiper .swiper-button-prev {
  display: none;
}
.swiper.reviewsSwiper .swiper-slide {
  width: 100%;
}
.swiper.reviewsSwiper .swiper-button-next,
.swiper.reviewsSwiper .swiper-button-prev {
  display: none;
}
.swiper._paginated {
  padding: 5px 5px 50px;
}
.swiper .navigation {
  margin-top: calc(30px + 10 * (100vw - 390px) / 1010);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .swiper .navigation {
    margin-top: 40px;
  }
}

.nav-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #00458B;
  border-radius: 0px 0px 15px 15px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-overlay .overlay-menu {
  margin: auto 0;
}
.nav-overlay .overlay-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.nav-overlay .overlay-menu ul li a {
  font-size: calc(19px + 3 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-size: 22px;
    font-weight: 600;
  }
}
.nav-overlay .overlay-menu ul li ul.sub-menu {
  padding-top: 20px;
}
.nav-overlay .overlay-menu ul li ul.sub-menu li a {
  font-size: 16px;
  color: #ffffff;
}
.nav-overlay .overlay-categories a {
  color: #1A1A1A;
}
.nav-overlay .overlay-categories h5 {
  margin-bottom: 15px;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-size: 18px;
  }
}
.nav-overlay .overlay-categories ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-overlay.shown {
  max-height: 90vh;
  overflow: auto;
}
@media (min-width: 991.9px) {
  .nav-overlay {
    display: none;
  }
}
.nav-overlay.light {
  background-color: #FFF;
}
.nav-overlay.horizontal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 313px;
  max-width: 90%;
  height: 100dvh;
  max-height: 100dvh;
  background-color: #FFF;
  border-radius: 0px 0px 0px 15px;
  transition: 0.3s all ease;
  transform: translateX(110vw);
}
.nav-overlay.horizontal.shown {
  transform: translateX(0);
}

.form-content {
  position: relative;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-successed {
  visibility: visible;
  opacity: 1;
}

.contact-succeed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.load .spinner-border {
  border-color: #0071E3;
  border-right-color: transparent;
}

.pagination .page-numbers.current {
  padding: 0px 3px;
  background-color: #0071E3;
  color: #ffffff;
  border-color: #0071E3;
  border-radius: 2px;
}

.biographies-sidebar {
  background: #f8f9fa;
  padding: 20px 10px;
  border-radius: 20px;
}
.biographies-sidebar .filter-title {
  margin-bottom: 16px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 8px;
  font-size: calc(17px + 3 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .biographies-sidebar .filter-title {
    font-size: 20px;
    font-weight: 600;
  }
}
.biographies-sidebar .search-form {
  position: relative;
}
.biographies-sidebar .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  font-size: 0;
}
.biographies-sidebar .form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 600;
  color: #495057;
}
@media (min-width: 1400px) {
  .biographies-sidebar .form-group label {
    font-size: 18px;
  }
}
.biographies-sidebar .form-control,
.biographies-sidebar .form-select {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  transition: border-color 0.15s ease-in-out;
}
.biographies-sidebar .form-control:focus,
.biographies-sidebar .form-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.biographies-sidebar .text-muted {
  color: #6c757d;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: block;
}

.biographies-dynamic-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.biographies-dynamic-content.loading {
  position: relative;
  pointer-events: none;
}
.biographies-dynamic-content.loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.biographies-dynamic-content.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 51, 255, 0.2);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.mobile-filter-fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: calc(100% - 40px);
  max-width: 300px;
}

body.nav-overlay-shown::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 2;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header .header__main {
  padding: 5px 0;
  position: relative;
  background-color: #00458B;
}
.header .header__main .flag {
  width: calc(83px + 120 * (100vw - 390px) / 1010);
  height: calc(50px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__main .flag {
    width: 203px;
  }
}
@media (min-width: 1400px) {
  .header .header__main .flag {
    height: 60px;
  }
}
.header .header__main .header-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.header .header__main .header-menu ul li {
  padding-top: calc(17px + 2 * (100vw - 390px) / 1010);
  padding-bottom: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__main .header-menu ul li {
    padding-top: 19px;
  }
}
@media (min-width: 1400px) {
  .header .header__main .header-menu ul li {
    padding-bottom: 19px;
  }
}
.header .header__main .header-menu ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.header .header__main .header-menu ul li a:hover {
  color: #a4a4a4;
}
.header .header__main .header-menu ul li.menu-item-has-children {
  position: relative;
}
.header .header__main .header-menu ul li.menu-item-has-children > a {
  gap: 7px;
}
.header .header__main .header-menu ul li.menu-item-has-children > a::after {
  content: "\e903";
  font-family: "Icomoon";
  display: block;
  transform: rotate(90deg);
  font-size: 12px;
}
.header .header__main .header-menu ul ul.sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #00458B;
  min-width: 200px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0 0 12px 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display: block;
  padding: 10px 0;
  z-index: 1000;
}
.header .header__main .header-menu ul ul.sub-menu li {
  padding: 5px 15px;
}
.header .header__main .header-menu ul ul.sub-menu li a {
  color: #ffffff;
  font-size: 14px;
}
.header .header__main .header-menu ul ul.sub-menu li a:hover {
  color: #a4a4a4;
}
.header .header__main .header-menu ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 1199.9px) {
  .header .header__main .header-menu ul {
    gap: 20px;
  }
  .header .header__main .header-menu ul li a {
    font-size: 16px;
  }
  .header .header__main .header-menu ul ul.sub-menu li a {
    font-size: 14px;
  }
}

.section {
  margin-bottom: calc(80px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 100px;
  }
}
.section .section-heading {
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 30px;
  }
}
.section .section-heading h1 {
  font-size: calc(25px + 17 * (100vw - 390px) / 1010);
  font-weight: 700;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .section .section-heading h1 {
    font-size: 42px;
  }
}
.section .section-heading h2 {
  font-size: calc(22px + 10 * (100vw - 390px) / 1010);
  font-weight: 600;
  color: #0071E3;
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-size: 32px;
    font-weight: 700;
  }
}
.section .section-heading h3 {
  margin-top: calc(11px + 4 * (100vw - 390px) / 1010);
  font-size: calc(19px + 3 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.hero-content {
  padding-top: calc(120px + 55 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .hero-content {
    padding-top: 175px;
  }
}
.hero-content .hero-content__inner {
  padding-top: calc(60px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .hero-content .hero-content__inner {
    padding-top: 100px;
  }
}

.section-hero {
  color: #000000;
}
.section-hero .hero-main {
  padding-bottom: calc(420px + 219 * (100vw - 390px) / 1010);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 1400px) {
  .section-hero .hero-main {
    padding-bottom: 639px;
  }
}
.section-hero .hero-main .hero-main__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  color: #ffffff;
}
.section-hero .hero-bottom {
  margin-top: calc(-25px + -11 * (100vw - 390px) / 1010);
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .section-hero .hero-bottom {
    margin-top: -36px;
  }
}
.section-hero._small .hero-main {
  padding-bottom: calc(420px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero._small .hero-main {
    padding-bottom: 420px;
  }
}
@media (min-width: 991.9px) {
  .section-hero .hero-main .hero-main__content {
    top: 0;
    bottom: auto;
    padding-top: 187px;
    color: #ffffff;
  }
  .section-hero._small .hero-main .hero-main__content {
    top: auto;
    bottom: 0;
    padding-top: 50px;
  }
}

.footer {
  color: #ffffff;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
.footer > * {
  width: 100%;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #a4a4a4;
}
.footer .footer__main {
  padding-top: calc(30px + 0 * (100vw - 390px) / 1010);
  padding-bottom: 0;
  background-color: #00458B;
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-top: 30px;
  }
}
.footer .footer__main .footer-block .footer-block__title {
  margin-bottom: calc(10px + 0 * (100vw - 390px) / 1010);
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__title {
    font-size: 18px;
  }
}
.footer .footer__main .footer-block ul {
  display: grid;
  gap: 10px;
}
.footer .footer__main .logo-with-text {
  flex-direction: column;
  gap: calc(10px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .logo-with-text {
    gap: 13px;
  }
}
.footer .footer__main .logo-with-text .logo {
  width: calc(64px + 13 * (100vw - 390px) / 1010);
  height: calc(64px + 13 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .logo-with-text .logo {
    width: 77px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .logo-with-text .logo {
    height: 77px;
  }
}
.footer .footer__main .logo-with-text .text {
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .footer .footer__main .logo-with-text .text {
    font-size: 18px;
  }
}
.footer .footer__main .flag {
  max-width: 100%;
}
.footer .footer__bottom {
  padding: 10px 0;
  background-color: #000000;
}
.footer .footer__bottom .footer-bottom__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #ffffff;
}
.footer .footer__bottom .footer-bottom__text a {
  color: #ffffff;
}
@media (min-width: 991.9px) {
  .footer .footer__main {
    padding-bottom: calc(30px + 0 * (100vw - 390px) / 1010);
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .footer .footer__main {
    padding-bottom: 30px;
  }
}
@media (min-width: 991.9px) {
  .footer .footer__main .flag {
    margin-top: 55px;
  }
}