<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.form-ceo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.form-ceo-person {
  display: flex;
  align-items: center;
}
.form-ceo-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
  flex-shrink: 0;
}
.form-ceo-photo img {
  width: 100%;
  height: 100%;
}
.form-ceo-name {
  font-size: 14px;
  margin-right: 24px;
}
.form-ceo-name strong {
  font-size: 18px;
  line-height: 24px;
}
.form-ceo-phone {
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
}
.form-ceo-phone a {
  text-decoration: none;
}
.form-ceo-phone img {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 8px;
  border-radius: 0;
}

@media (max-width: 576px) {
  .form-ceo {
    flex-direction: column;
  }
  .form-ceo-phone {
    padding: 12px 0;
    text-align: center;
  }
}
@media (min-width: 780px) and (max-width: 980px) {
  .form-ceo {
    flex-direction: column;
  }
  .form-ceo-phone {
    padding: 12px 0;
    text-align: center;
  }
}
.front-page__box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  margin-top: 40px;
}
.front-page__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.front-page__image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.front-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-page__info {
  position: relative;
  z-index: 3;
  padding: 256px 64px 64px;
}
.front-page__info p {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  margin-top: 24px;
  color: #fff;
}

.front-page__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  color: #fff;
}

.front-page__content {
  margin-top: 40px;
}

.wysiwyg .container .page_article_authors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 40px 40px;
  gap: 24px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #DFE1E9 0%, rgba(223, 225, 233, 0.5) 100%);
  border-radius: 32px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}
.wysiwyg .container .page_article_authors_header {
  /* H1 */
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  /* or 31px */
  /* 🌝 elements/main */
  color: #000000;
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.wysiwyg .container .page_article_authors_persons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.wysiwyg .container .page_article_authors_persons_person {
  /* Frame 37062 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 24px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;
}
.wysiwyg .container .page_article_authors_persons_person_image {
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  display: flex;
}
.wysiwyg .container .page_article_authors_persons_person_image img {
  height: 80px;
  width: 80px;
  margin: 0;
}
.wysiwyg .container .page_article_authors_persons_person_name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  /* Inside auto layout */
  flex: 1 100%;
  order: 1;
  flex-grow: 1;
}
.wysiwyg .container .page_article_authors_persons_person_name_name {
  /* H2 */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */
  /* 🌝 elements/main */
  color: #000000;
  /* Inside auto layout */
  flex: 1 100%;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.wysiwyg .container .page_article_authors_persons_person_name_work {
  /* Body */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  /* 🌝 elements/main */
  color: #000000;
  /* Inside auto layout */
  flex: 1 100%;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

@media (max-width: 992px) {
  .wysiwyg .container .page_article_authors {
    padding: 24px;
  }
  .wysiwyg .container .page_article_authors_persons {
    flex-direction: column;
  }
  .wysiwyg .container .page_article_authors_persons_person {
    flex-direction: row;
  }
  .front-page__info {
    padding: 128px 32px 32px;
  }
  .front-page__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
  }
  .front-page__info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
  }
}
@media (max-width: 576px) {
  .front-page__info {
    padding: 206px 24px 24px;
  }
  .front-page__box {
    padding-bottom: 0;
    height: auto;
    margin-top: 0;
    border-radius: 0;
  }
  .front-page.container {
    padding: 0;
  }
}

/*# sourceMappingURL=page.css.map */
</pre></body></html>