* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --wp--preset--spacing--70: 2rem;
  --wp--preset--spacing--80: 4rem;
  --wp--preset--font-size--large: 28px;
  --wp--preset--font-size--x-large: 28px;
}
@media (min-width: 992px) {
  :root {
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 7.06rem;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #f5f8fd;
  color: #313439;
  font-size: 16px;
}
body.overflow-hidden {
  overflow: hidden;
}

.wp-block-group {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .wp-block-group {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    max-width: 992px;
  }
}
@media (min-width: 1392px) {
  .wp-block-group {
    max-width: 1392px;
  }
}
.wp-block-group.is-layout-constrained, .wp-block-group.wp-block-group-is-layout-constrained {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .wp-block-group.is-layout-constrained, .wp-block-group.wp-block-group-is-layout-constrained {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.is-layout-constrained, .wp-block-group.wp-block-group-is-layout-constrained {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.is-layout-constrained, .wp-block-group.wp-block-group-is-layout-constrained {
    max-width: 992px;
  }
}
@media (min-width: 1392px) {
  .wp-block-group.is-layout-constrained, .wp-block-group.wp-block-group-is-layout-constrained {
    max-width: 1392px;
  }
}
.wp-block-group.alignfull {
  width: 100%;
  max-width: unset;
}
.wp-block-group.alignfull .wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}

.container-lg {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media (min-width: 576px) {
  .container-lg {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-lg {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 992px;
  }
}
@media (min-width: 1392px) {
  .container-lg {
    max-width: 1392px;
  }
}
@media (min-width: 1552px) {
  .container-lg {
    max-width: 1552px;
  }
}

.wp-block-columns {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.is-layout-flex, .wp-block-columns.wp-block-columns-is-layout-flex {
  display: flex;
}
@media (max-width: 991px) {
  .wp-block-columns {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.wp-block-column {
  flex: 1 1 0;
  width: 100%;
}
.wp-block-column.is-layout-flow, .wp-block-column.wp-block-column-is-layout-flow {
  display: block;
}
.wp-block-column.is-vertically-aligned-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  img {
    max-height: 100%;
  }
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

.has-serif-font,
.has-serif-font * {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

.has-dark-blue-text-color {
  color: #070e56;
}

.has-gray-text-color {
  color: #313439;
}

.has-white-text-color {
  color: #ffffff;
}

.has-blue-bg-text-color {
  color: #f5f8fd;
}

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

.has-white-background-color {
  background-color: #ffffff;
}

.has-rounded-corners {
  border-radius: 1rem;
}

@keyframes heroCharacterAnimation {
  0% {
    opacity: 0;
    transform: translateY(400px) rotate(30deg) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.word {
  display: inline-block;
  white-space: pre;
}

.char {
  display: inline-block;
  opacity: 0;
  transform-origin: top left;
  animation: heroCharacterAnimation 1s ease-in-out forwards;
  white-space: nowrap;
}

.text-h1,
.text-h1 * {
  font-size: 3.375rem;
  line-height: 4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .text-h1,
  .text-h1 * {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 575px) {
  .text-h1,
  .text-h1 * {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.text-h1-serif,
.text-h1-serif * {
  font-size: 3.375rem;
  line-height: 4rem;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 767px) {
  .text-h1-serif,
  .text-h1-serif * {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 575px) {
  .text-h1-serif,
  .text-h1-serif * {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.text-h2 {
  font-size: 3.125rem;
  line-height: 3.625rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text-h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 575px) {
  .text-h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.text-h2-serif {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 400;
  font-style: italic;
  display: block;
}
@media (max-width: 767px) {
  .text-h2-serif {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 575px) {
  .text-h2-serif {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.text-h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text-h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 575px) {
  .text-h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text-h3-serif {
  font-size: 2.875rem;
  line-height: 3.5rem;
  font-weight: 400;
  font-style: italic;
  display: block;
}
@media (max-width: 767px) {
  .text-h3-serif {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 575px) {
  .text-h3-serif {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.text-h4 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .text-h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 575px) {
  .text-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.text-head-body {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .text-head-body {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 575px) {
  .text-head-body {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}

.text-body-m {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
}
@media (max-width: 575px) {
  .text-body-m {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.text-body-m-strong {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .text-body-m-strong {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.text-body-l {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text-body-l {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 575px) {
  .text-body-l {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.text-body-l-strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .text-body-l-strong {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 575px) {
  .text-body-l-strong {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.text-menu-link {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .text-menu-link {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .text-menu-link {
    font-size: 1rem;
  }
}

.text-button-link {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .is-style-mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-style-desktop-hidden {
    display: none !important;
  }
}

.btn {
  width: 12.5rem;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: none;
  outline: none;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .btn {
    width: 175px;
    height: 3rem;
  }
}
.btn::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 9999px;
  background-color: #121e8c;
  transform-origin: center left;
  transform: scale(0);
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover::before {
  transform: scale(1);
}
.btn-primary-white {
  background-color: #ffffff;
  color: #c0150f;
}
.btn-primary-white::before {
  background-color: #c0150f;
}
.btn-primary-white:hover {
  color: #ffffff;
}
.btn-primary-red {
  background-color: #c0150f;
  color: #ffffff;
}
.btn-primary-red::before {
  background-color: #121e8c;
}
.btn-primary-blue {
  background-color: #121e8c;
  color: #ffffff;
}
.btn-primary-blue::before {
  background-color: #c0150f;
}
.btn-primary-blue:hover {
  color: #ffffff;
}
.btn-secondary {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-secondary::before {
  background-color: #ffffff;
}
.btn-secondary:hover {
  color: #121e8c;
}
.btn-icon-only {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 54px;
}
@media (max-width: 767px) {
  .btn-icon-only {
    height: 3rem;
    width: 3rem;
  }
}
.btn-icon-only::before {
  display: none;
}
.btn-icon-only-blue {
  background-color: #121e8c;
  color: #ffffff;
}
.btn-icon-only-blue:hover {
  background-color: #c0150f;
}
.btn-icon-only-white {
  background-color: #ffffff;
  color: #121e8c;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.07);
}
.btn-icon-only-white:hover {
  background-color: #c0150f;
  color: #ffffff;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  height: 5.375rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}
.site-header__container {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (min-width: 576px) {
  .site-header__container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .site-header__container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .site-header__container {
    max-width: 992px;
  }
}
@media (min-width: 1392px) {
  .site-header__container {
    max-width: 1392px;
  }
}
@media (min-width: 1552px) {
  .site-header__container {
    max-width: 1552px;
  }
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 991px) {
  .site-header__actions {
    gap: 1rem;
  }
}
.site-header__logo svg {
  max-width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .site-header__logo svg {
    max-width: 78px;
  }
}

footer {
  background-color: #F5F8FD;
}

.site-footer {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.site-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 3.25rem;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .site-footer__main {
    padding-block: 1.625rem;
  }
}
.site-footer__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 991px) {
  .site-footer__list {
    gap: 1.5rem;
  }
}
.site-footer__list li a {
  color: #202123;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
}
.site-footer__list li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #121e8c;
  transition: 0.3s ease-in-out;
}
.site-footer__list li a:hover {
  text-decoration: none;
}
.site-footer__list li a:hover::after {
  width: 100%;
}
.site-footer__privacy-menu {
  font-size: 0.875rem;
  line-height: 1.625rem;
  list-style: none;
}
.site-footer__privacy-menu li {
  list-style: none;
}
.site-footer__privacy-menu li a {
  color: #313439;
}
.site-footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.site-footer__meta p {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
@media (max-width: 767px) {
  .site-footer__main {
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
  }
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: var(--wp--preset--color--blue, #121e8c);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  display: none;
}
@media (min-width: 768px) {
  .back-to-top {
    display: flex;
  }
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background-color: var(--wp--preset--color--red, #c0150f);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.back-to-top:hover svg {
  transform: translateY(-1px);
}
.back-to-top svg {
  transition: 0.3s ease-in-out;
}

.site-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
}
.site-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.site-menu__content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 350px;
  background: #070e56;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 3.25rem;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  z-index: 101;
  transform: translateX(100%);
}
.site-menu.active {
  pointer-events: all;
}
.site-menu.active .site-menu__overlay {
  opacity: 1;
  visibility: visible;
}
.site-menu.active .site-menu__content {
  transform: translateX(0);
  pointer-events: all;
}
.site-menu__close {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 1.5rem;
  margin-left: auto;
  transition: 0.3s ease-in-out;
}
.site-menu__close:hover {
  transform: rotate(90deg);
}
.site-menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-menu__list li a {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.75rem;
  color: white;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .site-menu__list li a {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .site-menu__list li a {
    font-size: 1rem;
  }
}
.site-menu__list li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
}
.site-menu__list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  transition: 0.3s ease-in-out;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M8.22539 19.7747L19.7748 8.22529M19.7748 8.22529H8.22539M19.7748 8.22529V19.7747" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.site-menu__list li a:hover::before {
  width: 100%;
}
.site-menu__list li a:hover::after {
  transform: rotate(45deg);
}
.site-menu__contact {
  margin-top: auto;
  padding-bottom: 3.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

input,
textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  padding-bottom: 1rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: border 0.3s ease-in-out;
  resize: vertical;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 575px) {
  input,
  textarea {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
input::placeholder,
textarea::placeholder {
  color: #f5f8fd;
}
input:focus,
textarea:focus {
  border-bottom: 1px solid #ffffff;
}

ul li::marker {
  color: #121e8c;
}

.section-about {
  margin-top: 4rem;
}
.section-about__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 570px;
}

.partners-section {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .partners-section {
    margin-top: 1rem;
  }
}
.partners-section__content {
  gap: 3rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .partners-section__content {
    gap: 1.5rem;
  }
}
.partners-section__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .partners-section__row {
    gap: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .partners-section__row {
    gap: 1.5rem;
  }
}
.partners-section__item {
  position: relative;
  background-color: white;
  height: 3.75rem;
  transition: 0.3s ease-in-out;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .partners-section__item {
    width: auto;
  }
}
.partners-section__item img {
  filter: grayscale(100%);
  max-height: 100%;
  max-width: 100%;
}
.partners-section__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #070e56;
  mix-blend-mode: color;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  opacity: 0.6;
}
.partners-section__item:hover img {
  filter: grayscale(0%);
}
.partners-section__item:hover::after {
  background-color: transparent;
}

.contact-form {
  padding: 4rem 1rem;
}
@media (min-width: 992px) {
  .contact-form {
    padding: 100px 140px !important;
  }
}
.contact-form .text-h2-serif {
  font-size: 2.875rem;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wpcf7-form__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .wpcf7-form__info {
    margin: 0 auto;
  }
}
.wpcf7-form__info-name {
  margin-bottom: 4px;
  font-size: 1.875rem;
  line-height: 2.375rem;
}
@media (max-width: 991px) {
  .wpcf7-form__info-name {
    font-size: 1.3125rem;
  }
}
@media (max-width: 991px) {
  .wpcf7-form__info-name {
    line-height: 1.6625rem;
  }
}
.wpcf7-form__info-address {
  margin-bottom: 0.75rem;
}
.wpcf7-form textarea {
  height: 90px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
