/* Thanks section */

.thanks-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  height: 100%;
}

.thanks-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.thanks-section .title,
.thanks-section .text {
  text-align: center;
}

.thanks-section .text {
  margin-top: 32px;
  opacity: 0.8;
}

.thanks-section .button-container {
  margin-top: 45px;
}

.thanks-section {
  padding: 148px 0 130px;
}

/* Homepage | Main section */

.homepage-main-section .homepage-main__logo {
  display: none;
  width: fit-content;
  height: 34px;
}

.homepage-main-section .homepage-main__logo svg,
.homepage-main-section .homepage-main__logo img {
  display: block;
  height: 100%;
  width: auto;
}

.homepage-main-section .homepage-main-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.homepage-main-section .stories-block {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 1;
  overflow-x: auto;
  overflow-y: hidden;

  scrollbar-width: none;
}

.homepage-main-section .stories-block::-webkit-scrollbar {
  display: none;
}

.homepage-main-section .stories-block__wrapper {
  display: flex;
  align-items: stretch;
  width: fit-content;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-main-section .stories-block .story {
  width: 70px;
  min-width: 70px;
  height: 70px;
  padding: 3px;
  background-color: var(--white);
  -webkit-border-radius: 50%;
  border-radius: 50%;

  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.homepage-main-section .stories-block .story img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--blue);
}

.homepage-main-section .stories-block .story+.story {
  margin-left: 12px;
}

/* Homepage | Second section */

.homepage-second-section {
  padding-top: 5px;
  padding-bottom: 12px;
  overflow: hidden;
}

.homepage-second-section .homepage-second-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;

  min-height: 665px;
}

.homepage-second-section .homepage-second__page-link-block {
  --link-space: 4px;

  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: calc(468px + var(--link-space));
  margin-right: calc(var(--link-space) * -1);
}

.homepage-second-section .homepage-second__page-link {
  position: relative;

  width: calc(26% - var(--link-space));
  min-width: calc(26% - var(--link-space));
  height: 113px;
  padding: 20px;
  margin-right: var(--link-space);

  background-color: var(--gray);
  overflow: hidden;

  -webkit-border-radius: 20px;
  border-radius: 20px;

  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.homepage-second-section .homepage-second__page-link .homepage-second-link__text {
  display: flex;
  justify-content: center;
}

.homepage-second-section .homepage-second__page-link .homepage-second-link__text p {
  max-width: 100%;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;

  -webkit-transition: left 0.4s, transform 0.4s, width 0.4s;
  transition: left 0.4s, transform 0.4s, width 0.4s;
}

.homepage-second-section .homepage-second__page-link .plus-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.homepage-second-section .homepage-second__page-link.-hover {
  width: calc(50% - var(--link-space));
}

.homepage-second-section .homepage-second__page-link.-hover .plus-icon {
  opacity: 1;
  pointer-events: auto;
}

.homepage-second-section .homepage-second__card {
  padding-top: 20px;
  padding-right: 118px;
}

.homepage-second-section .homepage-second-card__tag {
  margin-bottom: 26px;
}

.homepage-second-section .homepage-second-card__tag *,
.homepage-second-section .homepage-second-card__tag * {
  color: #8e8e8e;
}

.homepage-second-section .homepage-second-card__link {
  margin-top: 37px;
}

.homepage-second-section .homepage-second__socials-block {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: calc(50% - 3px);
}

.homepage-second-section .homepage-second__socials {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -21px;
  margin-bottom: -5px;
}

.homepage-second-section .homepage-second__social {
  margin-right: 21px;
  margin-bottom: 5px;
}

.homepage-second-section .homepage-second__social-card-box {
  display: grid;
  grid-template-columns: repeat(3, 113px);
  grid-gap: 6px;
  margin-bottom: 20px;
}

.homepage-second-section .homepage-second__social-card {
  position: relative;
  width: 113px;
  min-width: 113px;
  height: 113px;
  overflow-x: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #9ec8ff;
}

.homepage-second-section .homepage-second__social-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
}

.homepage-second-section .homepage-second__social-card:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60px;
  background: linear-gradient(to top, #9ec8ff 0%, rgba(158, 200, 255, 0) 100%);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

/* Stories modal */

.stories-modal {
  width: fit-content;
  height: fit-content;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.stories-modal .modal-container {
  padding: 0;
  width: fit-content;
  max-width: 100%;
  height: fit-content;
  max-height: 100%;
  min-height: auto;
}

.stories-modal .modal-story {
  position: relative;
  display: none;
  width: fit-content;
  max-width: 100%;
  height: fit-content;
  max-height: calc(var(--window-inner-height) - 80px);

  overflow: hidden;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.stories-modal .modal-story.-active {
  display: block;
}

.stories-modal .modal-story video,
.stories-modal .modal-story iframe,
.stories-modal .modal-story img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;

  cursor: pointer;
}

.stories-modal .modal-story .modal-story__back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 25%;

  cursor: pointer;
}

/* Team page */

.team-section {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  margin-bottom: 30px;
}

.team-section .team-section-container {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.team-section__filter-button {
  display: none;
}

.team-section .team-section__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px 6px;
}

.team-section .team-section__list .default-team-card {
  z-index: 1;
}

.team-section .team-section__title {
  position: relative;
  z-index: 1;
  background-color: #fff;
  font-size: min(250px, 17.1233vw);
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding-top: 50px;
  color: #d9d1d2;

  overflow-wrap: break-word;
}

.team-section .team-section__top-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 20px;
}

.team-section .team-section__clip {
  position: absolute;
  display: flex;
  align-items: stretch;
  justify-content: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.team-section .team-section__clip img {
  display: block;
  height: 100%;
  width: auto;
}

.team-section .team-section__clip:after,
.team-section .team-section__clip:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white);
}

.team-section .team-section__list-block {
  padding: 30px min(115px, 7.8767vw) 84px;
  background-color: var(--white);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}

.team-section .team-section__letters,
.team-section .team-section__letters .os-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.team-section .team-section__letters li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  min-width: 39px;
  height: 39px;
  padding-top: 2px;

  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: opacity 0.4s, color 0.4s, background-color 0.4s;
  transition: opacity 0.4s, color 0.4s, background-color 0.4s;
}

.team-section .team-section__letters *,
.team-section .team-section__letters {
  text-transform: uppercase;
}

.team-section .team-section__letters li.-active {
  background-color: var(--blue);
  color: var(--white);
}

.team-section .team-section__search-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 85px;
}

.team-section .hidden-search-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  width: auto;
}

.team-section .hidden-search-box {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 56px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: var(--gray);
  overflow: hidden;

  -webkit-transition: width 1s, background-color 0.4s, opacity 0.4s;
  transition: width 1s, background-color 0.4s, opacity 0.4s;
}

.team-section .pagination {
  margin-top: 30px;
}

.team-recommend-section .container {
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--white);
}

/* Team member page */

/* Team member page | Main section */

.member-section .container {
  position: relative;
}

.member-section .bread-crumbs {
  top: 15px;
  right: 20px;
  z-index: 2;
}

.member-section .member-section-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* flex-direction: column; */
  overflow: hidden;

  /* min-height: 1137px; */
  padding: 101px min(118px, 8.0822vw) 111px;
  background-color: var(--gray);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.member-section .member__left-block {
  position: relative;
  z-index: 1;
}

.member-section .member__position {
  margin-top: 16px;
}

.member-section .member__socials {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 137px;
  margin-right: -5px;
}

.member-section .member__socials-link {
  margin-right: 5px;
}

.member-section .member__email {
  margin-top: 20px;
  padding: 0 22px;
}

.member-section .member__email img,
.member-section .member__email svg {
  margin-right: 16px;
}

.member-section .member__right-block {
  position: relative;
  z-index: 1;
  align-self: flex-end;

  overflow: hidden;
  width: 354px;
  padding: 20px 22px 0 20px;
  background-color: rgba(199, 199, 199, 0.45);
  -webkit-backdrop-filter: blur(47px);
  backdrop-filter: blur(47px);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.member-section .member-tabs__menu {
  position: relative;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(53, 53, 78, 0.5);
}

.member-section .member-tabs__menu-item {
  width: 100%;
  padding-bottom: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.member-section .member-tabs__menu-line {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 1px;
  background-color: var(--blue);
}

.member-section .member-tabs__menu-item:not(.-active) {
  opacity: 0.25;
}

.member-section .member-tabs__item {
  padding-top: 20px;
  padding-right: 10px;
  max-height: 261px;
}

.member-section .member-tabs__items .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
  right: 0;
}

.member-section .member-tabs__item ul {
  padding-bottom: 20px;
}

.member-section .member-tabs__item li {
  width: fit-content;
}

.member-section .member-tabs__item li+li {
  margin-top: 15px;
}

.member-section .member__photo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.member-section .member__photo .member__email {
  display: none;
}

.member-section .member__photo>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

/* Team member page | Member info section */

.member-info-section {
  margin-top: 35px;
  margin-bottom: 70px;
}

/* Team member page | Recognition section */

.member-recognition-section {
  margin: 5px 0;
}

.member-recognition-section .recognition-slider-block {
  padding-left: min(118px, 8.0822vw);
  padding-right: min(118px, 8.0822vw);
}

/* Team member page | Other info section */

.member-other-info-section {
  margin-top: 5px;
  margin-bottom: 5px;
}

.member-other-info-section .member-other-info__item {
  width: calc(50% - 5px);
  position: relative;
  padding: 108px min(113px, 7.7397vw) min(118px, 8.0822vw) 118px;
  background-color: var(--gray);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.member-other-info-section .member-other-info__item:nth-child(1),
.member-other-info-section .member-other-info__item:nth-child(2) {
  margin-top: 0;
}

.member-other-info-section .member-other-info__item {
  margin-top: 5px;
}

.member-other-info-section .member-other-info__item .--number-of-list-item {
  position: absolute;
  left: 10px;
  top: 10px;
  margin-right: 0;
}

.member-other-info-section .member-other-info__item-title+.member-other-info__item-text {
  margin-top: 32px;
}

.member-other-info-section .member-other-info__item-text+.member-other-info__item-text {
  margin-top: 10px;
}

/* Team member page | Recommendations section */

.hidden-cards-section.-member-page {
  margin-top: 70px;
}

/* Insight page */

.insights-section .insights__title {
  font-size: min(260px, 17.8082vw);
  text-align: center;
  margin-top: 70px;
  line-height: 1;
}

.insights-section .insights-tabs {
  position: relative;
  margin-top: 53px;
}

.insights-section .insights-tabs__menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -56px;
  padding-bottom: 22px;
}

.insights-section .insights-tabs__menu-item {
  cursor: pointer;
  margin-right: 56px;
  font-size: 0.8em;
}

.insights-section .insights-tabs__menu-line {
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 50px;
  background-color: var(--blue);

  -webkit-transition: transform 0.4s, width 0.4s;
  transition: transform 0.4s, width 0.4s;
}

.insights-section .insights__open-filter-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  right: var(--around-space);
  bottom: calc(100% + 18px);

  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.insights-section .insights__open-filter-button .plus-icon {
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}

.insights-section .insights__open-filter-button .plus-icon div {
  -webkit-transition: opacity 0.4s, background-color 0.4s;
  transition: opacity 0.4s, background-color 0.4s;
}

.insights-section .insights__open-filter-button .plus-icon {
  margin-right: 13px;
}

.insights-section .insights__open-filter-button.-active {
  opacity: 0.5;
}

.insights-section .insights__open-filter-button.-active .plus-icon div:nth-child(2) {
  opacity: 0;
}

.insights-section .insights-tabs__filters-box {
  opacity: 0;
  height: 0;
  margin-top: 0;
  overflow: hidden;

  -webkit-transition: height 0.4s, margin-top 0.4s, opacity 0.4s;
  transition: height 0.4s, margin-top 0.4s, opacity 0.4s;
}

.insights-section .insights-filter__row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.insights-section .dropdown-block .insights-filter__row+.default-dropdown,
.insights-section .dropdown-block .default-dropdown+.insights-filter__row {
  margin-left: 5px;
}

.insights-section .insights-tabs__filters-box.-opened {
  margin-top: 32px;
  opacity: 1;
}

.insights-section .insights-tabs__items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;

  --around-space: 24px;

  margin-right: calc(var(--around-space) * -1);
  margin-left: calc(var(--around-space) * -1);
  background-color: var(--white);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.insights-section .hidden-cards-section__grid {
  margin-top: 25px;
  overflow: visible;
  padding: 0 var(--around-space);
}

.insights-section .insights-tabs__item-pagination {
  margin-top: 56px;
  padding-bottom: 72px;
}

/* Expertise page */

.bread-crumbs.-expertise-page {
  top: 15px;
}

.bread-crumbs.-expertise-page .bread-crumbs-list {
  margin-right: 20px;
}

.expertise-section-container {
  padding: 98px 118px 97px;
  background-color: var(--white);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.expertise-section__title-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}

.expertise-section .expertise-section__title {
  width: fit-content;
  font-size: min(163px, 11.1644vw);
  line-height: 1;
  color: var(--gray);
}

.expertise-section .hidden-search-container {
  margin-bottom: min(29px, 1.9863vw);
  margin-left: 24px;
}

.expertise-section .practices-tabs {
  margin-top: 31px;
}

.expertise-section .practices-tabs .practices-tabs__items {
  border-top: none;
  padding-top: 30px;
}

.expertise-section .practices-tabs .practices-tabs__menu {
  margin-bottom: 0;
  padding-bottom: 0;
}

.expertise-section .practices-tabs .practices-tabs__menu-item {
  padding-bottom: 0;
}

.expertise-section .practices-tabs .practices-tabs__item {
  justify-content: flex-start;
}

.expertise-section .practices-tabs .practices-tabs__item div,
.expertise-section .practices-tabs .practices-tabs__item ul {
  max-width: 348px;
}

.expertise-section .practices-tabs .practices-tabs__item div>a,
.expertise-section .practices-tabs .practices-tabs__item ul>li {
  padding-left: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.expertise-section .practices-tabs .practices-tabs__item div>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expertise-section .practices-tabs .practices-tabs__item a:after {
  content: "";
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-left: 10px;
  background-color: var(--blue);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1774 13.2617L11.8533 22.5858L13.2675 24L25 12.2675L24.9964 12.2639L24.9982 12.262L13.2417 0.505458L11.8291 1.91801L21.1729 11.2617L0.861329 11.2617L0.861329 13.2617L21.1774 13.2617Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 25px 24px;
  background-size: 25px 24px;

  opacity: 0;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.expertise-section+.hidden-cards-section,
.expertise-section+.rewards-slider-block {
  margin-top: 24px;
}

/* Practices page */

.bread-crumbs+.practices-main-section {
  margin-top: 19px;
}

.practices-main-section .practices-main-container {
  position: relative;
  /* min-height: 768px; */
  padding: 135px 116px 137px 122px;
  background: linear-gradient(73.15deg, #e3e6ee -12.98%, #f2e0c0 111.62%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.practices-main-section .practices-main__menu-button-box {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 25px;
  padding-bottom: 15px;
  background-color: var(--white);
  border-bottom-right-radius: 10px;
}

.practices-main-section .practices-main__menu-button-box:before {
  right: auto;
  left: 0;
  top: 100%;
}

.practices-main-section .practices-main__menu-button .icon:before {
  content: "";
  display: block;
  width: 13px;
  min-width: 13px;
  height: 13px;

  background-color: var(--blue);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='1.5' cy='6.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='1.5' cy='11.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='6.5' cy='1.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='6.5' cy='6.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='6.5' cy='11.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='11.5' cy='1.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='11.5' cy='6.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='11.5' cy='11.5' r='1.5' fill='%2335354E'/%3E%3C/svg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='1.5' cy='6.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='1.5' cy='11.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='6.5' cy='1.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='6.5' cy='6.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='6.5' cy='11.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='11.5' cy='1.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='11.5' cy='6.5' r='1.5' fill='%2335354E'/%3E%3Ccircle cx='11.5' cy='11.5' r='1.5' fill='%2335354E'/%3E%3C/svg%3E%0A") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.practices-main-section .practices-main__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 266px;
  height: 100px;
  max-height: 400px;
  padding: 32px;
  background-color: var(--white);
  box-shadow: 0 0 100px rgb(0 0 0 / 12%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: height 0.4s, opacity 0.4s;
  transition: height 0.4s, opacity 0.4s;
}

.practices-main-section .practices-main__menu .practices-menu__link {
  -webkit-transform: translateX(calc(-100% - 32px));
  transform: translateX(calc(-100% - 32px));

  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.practices-main-section .practices-main__menu.-animate .practices-menu__link {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.practices-main-section .practices-main__menu:not(.-animate) .practices-menu__link {
  -webkit-transition: transform 0s !important;
  transition: transform 0s !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.practices-main-section .practices-main__menu li:not(:first-child) {
  margin-top: 20px;
}

.practices-main-section .practices-main__menu.-show {
  opacity: 1;
  pointer-events: unset;
}

.practices-main-section .practices-main__title {
  margin-bottom: 64px;
}

.practices-main-section .practices-main__text {
  margin-top: 34px;
  max-width: 809px;
  text-align: justify;
}

.practices-main-section .practices-main__line {
  width: 100%;
  background-color: var(--blue);
  opacity: 0.5;
}

.practices-main-section .practices-main__cards {
  margin-top: 5px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.practices-main-section .default-fact-card {
  background-color: #494960;
}

.practices-info-section {
  margin-top: 80px;
  margin-bottom: 70px;
}

.practices-professionals-section {
  margin: 25px 0;
}

.hidden-cards-section.-practices-page {
  margin-top: 120px;
}

/* News post page */

.bread-crumbs.-news-post {
  top: 15px;
}

.bread-crumbs.-news-post .bread-crumbs-list {
  margin-right: 20px;
}

.post-section {
  margin-bottom: -160px;
}

.post-section .post-section-container {
  position: relative;
  /* padding: 95px min(236px, 16.1644vw) 275px; */
  display: grid;
  grid-template-columns: 390px 1fr;
  /* grid-gap: 20px; */
  background-color: var(--gray);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.post-section .post-section-container.no-grid {
  display: block;
}

.post-section .post-section-container.no-grid .default-editor:first-child {
  padding: 70px min(130px, 7vw) 100px;
  /* margin-bottom: 0; */
}

.post-section-container--no-sidebar {
  grid-template-columns: 1fr;
}

.post-section-container__content {
  padding: 95px 25px 275px 25px;
}

.post-section-container__sidebar {
  padding: 30px 25px 40px 50px;
}

.post-sidebar__authors__photo {
  background: #e9e9e9;
  width: 86px;
  min-width: 86px;
  height: 86px;
  overflow: hidden;
  border-radius: 50%;
}

.post-sidebar__authors__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.post-sidebar__authors__item {
  background: #ffffff;
  border-radius: 98.5px;
  width: 100%;
  margin-bottom: 15px;
}

.post-sidebar__authors__info {
  margin-left: 24px;
}

.post-sidebar__authors__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #35354e;
  margin-bottom: 7px;
}

.post-sidebar__authors__spec {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #35354e;
  opacity: 0.5;
}

.post-sidebar__authors__practices {
  background: #ffffff;
  border-radius: 98.5px;
  padding: 25px 54px;
}

.post-sidebar__authors__practices__h {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #35354e;
  margin-bottom: 9px;
}

.post-sidebar__authors__practices__list-item {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #35354e;
}

.post-sidebar__head {
  display: block;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #35354e;
  opacity: 0.7;
}

.post-section .bread-crumbs {
  top: 15px;
  right: 20px;
}

.post-section .post__title-box {
  text-align: center;
  margin-bottom: 40px;
}

.post-section .post-title-box__date {
  display: block;
  margin-bottom: 12px;
  opacity: 0.7;
  text-transform: uppercase;
}

.post__slider {
  position: relative;
  overflow: visible;
}

.post__slider .swiper-slide {
  height: 525px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.post__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.post__slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
  pointer-events: none;
}

.post__slider .post__slider-arrow {
  position: absolute;
  top: 230px;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.post__slider .post__slider-arrow.-left {
  right: calc(100% + 20px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post__slider .post__slider-arrow.-right {
  left: calc(100% + 20px);
}

.post__slider .post__slider-pagination {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.post__slider .swiper-pagination-bullet {
  display: block;
  background-color: var(--blue);
  width: 7px;
  height: 7px;
  opacity: 0.25;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.post__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  pointer-events: none;
}

.post__slider .swiper-pagination-bullet {
  margin: 0 30px 0 0;
}

.post__slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.post-section .most-read-block {
  margin: 56px 0;
}

.post-section .default-editor:first-child {
  padding-top: 16px;
}

.post-section .post__content-block>*:last-child,
.post-section .post__content-block>*:last-child>*:last-child {
  margin-bottom: 0;
}

.post-section .post__social-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

/* Event page */

body.-event-page {
  background-color: var(--gray);
}

.main-event-section {
  position: relative;
  margin-top: 19px;
}

.main-event-section .main-event__info {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 44px 22px;

  background-color: var(--white);
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}

.main-event-section .main-event__info ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-event-section .main-event__info li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}

.main-event-section .main-event__info ul:not(:last-child)::after,
.main-event-section .main-event__info li:not(:last-child)::after {
  content: "";
  display: block;
  width: 5px;
  min-width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--blue);
  opacity: 0.2;
  margin: 0 26px;
}

.main-event-section .main-event-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  height: fit-content;
  min-height: 770px;
  padding: 100px min(101px, 6.9178vw) 135px;

  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}

.main-event-section .main-event__button {
  margin-top: 53px;
}

.main-event-section .main-event__title,
.main-event-section .main-event__button {
  position: relative;
  z-index: 1;
}

.main-event-section .main-event__social-list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 41px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.main-event-section .main-event__social-list .socials-list>* {
  background-color: rgba(255, 255, 255, 0.1);
}

.main-event-section .main-event__social-list.-white .socials-list__title {
  color: var(--white);
  opacity: 1;
}

.main-event-section .main-event__social-list.-white .socials-list>* .--mask-item {
  background-color: var(--white);
}

.main-event-section .main-event__social-list.-dark .socials-list__title {
  opacity: 0.5;
}

.main-event-section .main-event__social-list.-dark .--hover-item {
  background-color: #faebff;
}

.main-event-section .main-event-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;

  background-repeat: no-repeat;
}

.main-event-section .main-event-container.-ver-1:after {
  background-image: url("data:image/svg+xml,%3Csvg width='1411' height='262' viewBox='0 0 1411 262' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.527 306.445C115.157 302.163 121.612 297.597 128.416 293.598C164.593 272.332 172.394 273.246 226.552 259.627C353.665 227.663 545.589 186.302 664.246 161.346C733.17 146.85 974.235 93.9154 1073.49 86.292C1131.26 81.8543 1123.12 87.826 1107.82 119.391C1098.05 139.549 1091.62 149.351 1080.16 167.951C1070.01 184.451 1060.14 199.848 1056.21 219.052C1053.01 234.708 1052.93 251.089 1051.13 266.959C1050.43 273.111 1050.86 280.793 1054.03 286.412C1057.2 292.016 1061.59 295.072 1068.33 295.122C1079.24 295.203 1089.33 290.988 1099.25 286.992C1118.93 279.072 1142.45 267.32 1160.95 258.176C1226.19 225.922 1291.13 192.628 1354.03 155.975C1408.85 124.029 1459.56 87.224 1512.34 52.3217C1521.84 46.0387 1528.29 40.4256 1532.52 52.8298C1536.62 64.8478 1539.56 77.787 1542.54 90.139C1545.09 100.753 1547.14 108.719 1541.81 118.302' stroke='%23ED1846'/%3E%3Cpath d='M62.3182 197.5C62.0623 197.603 61.939 197.895 62.0428 198.151C62.1465 198.407 62.4381 198.53 62.694 198.426L62.3182 197.5ZM243.333 115.328L243.572 115.767L243.333 115.328ZM353.628 40.2113L353.301 39.8329L353.628 40.2113ZM382.366 13.7367L382.009 13.3861L382.366 13.7367ZM392.98 1.29008L392.53 1.07194L392.53 1.07194L392.98 1.29008ZM390.461 2.30569L390.734 2.72492L390.461 2.30569ZM367.458 18.1144L367.171 17.7047L367.458 18.1144ZM299.861 66.0661L300.152 66.4728L299.861 66.0661ZM115.398 198.798L115.699 199.197L115.398 198.798ZM12.0452 284.911C11.8513 285.108 11.8536 285.424 12.0502 285.618C12.2468 285.812 12.5634 285.81 12.7573 285.613L12.0452 284.911ZM62.694 198.426C124.305 173.444 185.088 147.624 243.572 115.767L243.094 114.889C184.663 146.717 123.924 172.519 62.3182 197.5L62.694 198.426ZM243.572 115.767C283.245 94.1573 319.804 70.0949 353.955 40.5896L353.301 39.8329C319.216 69.2819 282.718 93.3054 243.094 114.889L243.572 115.767ZM353.955 40.5896C365.132 30.9328 372.72 24.2569 382.722 14.0873L382.009 13.3861C372.037 23.5257 364.474 30.1801 353.301 39.8329L353.955 40.5896ZM382.722 14.0873C384.061 12.7263 386.23 10.6321 388.302 8.373C390.369 6.11999 392.392 3.64898 393.43 1.50822L392.53 1.07194C391.561 3.06983 389.628 5.44828 387.565 7.69699C385.508 9.9396 383.373 11.9994 382.009 13.3861L382.722 14.0873ZM393.43 1.50822C393.466 1.43412 393.502 1.34323 393.518 1.24282C393.534 1.14388 393.538 0.989145 393.451 0.83471C393.357 0.668715 393.208 0.588946 393.086 0.556832C392.975 0.527401 392.872 0.532108 392.8 0.540503C392.657 0.557435 392.505 0.607467 392.373 0.659362C392.234 0.714154 392.082 0.784626 391.928 0.861996C391.318 1.16888 390.57 1.63849 390.189 1.88647L390.734 2.72492C391.111 2.47988 391.819 2.03592 392.377 1.75536C392.515 1.68587 392.637 1.62987 392.738 1.59024C392.847 1.5477 392.903 1.53536 392.917 1.53364C392.925 1.5327 392.889 1.53901 392.831 1.52357C392.762 1.50544 392.651 1.45205 392.58 1.32629C392.516 1.21208 392.526 1.11141 392.531 1.08185C392.536 1.05081 392.543 1.04459 392.53 1.07194L393.43 1.50822ZM390.189 1.88647C385.607 4.86461 368.374 16.8625 367.171 17.7047L367.744 18.524C368.955 17.6769 386.17 5.69136 390.734 2.72492L390.189 1.88647ZM367.171 17.7047C341.128 35.9287 326.809 46.172 299.57 65.6595L300.152 66.4728C327.391 46.9856 341.706 36.7449 367.744 18.524L367.171 17.7047ZM299.57 65.6595C238.001 109.706 175.57 152.833 115.097 198.399L115.699 199.197C176.159 153.642 238.565 110.533 300.152 66.4728L299.57 65.6595ZM115.097 198.399C76.093 227.788 45.7125 250.764 12.0452 284.911L12.7573 285.613C46.3668 251.525 76.6923 228.588 115.699 199.197L115.097 198.399Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center bottom;
}

.main-event-section .main-event-container.-ver-2:after {
  background-image: url("data:image/svg+xml,%3Csvg width='1411' height='770' viewBox='0 0 1411 770' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2199_13959' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1411' height='770'%3E%3Crect width='1411' height='770' rx='20' fill='%23F76543'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2199_13959)'%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 707)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 714)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 721)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 635)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 642)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 649)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 563)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 570)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 577)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 491)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 498)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 505)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 419)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 426)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 433)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 347)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 354)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 361)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 275)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 282)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 289)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 203)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 210)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 217)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 131)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 138)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 145)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 59)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 66)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 73)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 1)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 743)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 750)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 757)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 671)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 678)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 685)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 599)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 606)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 613)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 527)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 534)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 541)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 455)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 462)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 469)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 383)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 390)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 397)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 311)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 318)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 325)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 239)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 246)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 253)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 167)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 174)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 181)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 95)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 102)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 109)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 23)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 30)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 37)' fill='white' fill-opacity='0.35'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 749)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 713)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 677)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 641)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 605)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 569)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 533)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 497)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 461)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 425)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 389)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 353)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 317)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 281)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 245)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 209)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 173)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 137)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 101)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 65)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 29)' fill='white' fill-opacity='0.26'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 767)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 695)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 702)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 709)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 623)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 630)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 637)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 551)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 558)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 565)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 479)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 486)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 493)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 407)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 414)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 421)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 335)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 342)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 349)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 263)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 270)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 277)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 191)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 198)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 205)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 119)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 126)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 133)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 47)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 54)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 61)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 731)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 738)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 745)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 659)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 666)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 673)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 587)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 594)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 601)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 515)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 522)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 529)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 443)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 450)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 457)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 371)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 378)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 385)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 299)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 306)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 313)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 227)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 234)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 241)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 155)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 162)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 169)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 83)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 90)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 97)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 11)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 18)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 25)' fill='white' fill-opacity='0.35'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 737)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 701)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 665)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 629)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 593)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 557)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 521)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 485)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 449)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 413)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 377)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 341)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 305)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 269)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 233)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 197)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 161)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 125)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 89)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 53)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 17)' fill='white' fill-opacity='0.26'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 755)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 762)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 769)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 683)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 690)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 697)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 611)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 618)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 625)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 539)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 546)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 553)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 467)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 474)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 481)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 395)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 402)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 409)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 323)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 330)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 337)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 251)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 258)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 265)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 179)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 186)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 193)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 107)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 114)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 121)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 35)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 42)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 49)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 719)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 726)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 733)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 647)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 654)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 661)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 575)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 582)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 589)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 503)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 510)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 517)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 431)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 438)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 445)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 359)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 366)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 373)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 287)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 294)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 301)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 215)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 222)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 229)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 143)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 150)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 157)' fill='white' fill-opacity='0.35'/%3E%3Crect width='2' height='49.25' transform='matrix(0 -1 -1 0 152.75 71)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 78)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 85)' fill='white' fill-opacity='0.35'/%3E%3Crect width='3' height='49.25' transform='matrix(0 -1 -1 0 103.5 6)' fill='white' fill-opacity='0.35'/%3E%3Crect width='4' height='49.25' transform='matrix(0 -1 -1 0 54.25 13)' fill='white' fill-opacity='0.35'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 761)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 725)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 689)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 653)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 617)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 581)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 545)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 509)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 473)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 437)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 401)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 365)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 329)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 293)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 257)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 221)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 185)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 149)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 113)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 77)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 41)' fill='white' fill-opacity='0.26'/%3E%3Crect width='1' height='49.25' transform='matrix(0 -1 -1 0 202 5)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1268.25' y='729' width='2' height='49.25' transform='rotate(-90 1268.25 729)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='736' width='3' height='49.25' transform='rotate(-90 1317.5 736)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='743' width='4' height='49.25' transform='rotate(-90 1366.75 743)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='657' width='2' height='49.25' transform='rotate(-90 1268.25 657)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='664' width='3' height='49.25' transform='rotate(-90 1317.5 664)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='671' width='4' height='49.25' transform='rotate(-90 1366.75 671)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='585' width='2' height='49.25' transform='rotate(-90 1268.25 585)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='592' width='3' height='49.25' transform='rotate(-90 1317.5 592)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='599' width='4' height='49.25' transform='rotate(-90 1366.75 599)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='513' width='2' height='49.25' transform='rotate(-90 1268.25 513)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='520' width='3' height='49.25' transform='rotate(-90 1317.5 520)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='527' width='4' height='49.25' transform='rotate(-90 1366.75 527)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='441' width='2' height='49.25' transform='rotate(-90 1268.25 441)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='448' width='3' height='49.25' transform='rotate(-90 1317.5 448)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='455' width='4' height='49.25' transform='rotate(-90 1366.75 455)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='369' width='2' height='49.25' transform='rotate(-90 1268.25 369)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='376' width='3' height='49.25' transform='rotate(-90 1317.5 376)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='383' width='4' height='49.25' transform='rotate(-90 1366.75 383)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='297' width='2' height='49.25' transform='rotate(-90 1268.25 297)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='304' width='3' height='49.25' transform='rotate(-90 1317.5 304)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='311' width='4' height='49.25' transform='rotate(-90 1366.75 311)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='225' width='2' height='49.25' transform='rotate(-90 1268.25 225)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='232' width='3' height='49.25' transform='rotate(-90 1317.5 232)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='239' width='4' height='49.25' transform='rotate(-90 1366.75 239)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='153' width='2' height='49.25' transform='rotate(-90 1268.25 153)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='160' width='3' height='49.25' transform='rotate(-90 1317.5 160)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='167' width='4' height='49.25' transform='rotate(-90 1366.75 167)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='81' width='2' height='49.25' transform='rotate(-90 1268.25 81)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='88' width='3' height='49.25' transform='rotate(-90 1317.5 88)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='95' width='4' height='49.25' transform='rotate(-90 1366.75 95)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='9' width='2' height='49.25' transform='rotate(-90 1268.25 9)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='16' width='3' height='49.25' transform='rotate(-90 1317.5 16)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='23' width='4' height='49.25' transform='rotate(-90 1366.75 23)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='765' width='2' height='49.25' transform='rotate(-90 1268.25 765)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='772' width='3' height='49.25' transform='rotate(-90 1317.5 772)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='693' width='2' height='49.25' transform='rotate(-90 1268.25 693)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='700' width='3' height='49.25' transform='rotate(-90 1317.5 700)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='707' width='4' height='49.25' transform='rotate(-90 1366.75 707)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='621' width='2' height='49.25' transform='rotate(-90 1268.25 621)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='628' width='3' height='49.25' transform='rotate(-90 1317.5 628)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='635' width='4' height='49.25' transform='rotate(-90 1366.75 635)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='549' width='2' height='49.25' transform='rotate(-90 1268.25 549)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='556' width='3' height='49.25' transform='rotate(-90 1317.5 556)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='563' width='4' height='49.25' transform='rotate(-90 1366.75 563)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='477' width='2' height='49.25' transform='rotate(-90 1268.25 477)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='484' width='3' height='49.25' transform='rotate(-90 1317.5 484)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='491' width='4' height='49.25' transform='rotate(-90 1366.75 491)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='405' width='2' height='49.25' transform='rotate(-90 1268.25 405)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='412' width='3' height='49.25' transform='rotate(-90 1317.5 412)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='419' width='4' height='49.25' transform='rotate(-90 1366.75 419)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='333' width='2' height='49.25' transform='rotate(-90 1268.25 333)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='340' width='3' height='49.25' transform='rotate(-90 1317.5 340)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='347' width='4' height='49.25' transform='rotate(-90 1366.75 347)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='261' width='2' height='49.25' transform='rotate(-90 1268.25 261)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='268' width='3' height='49.25' transform='rotate(-90 1317.5 268)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='275' width='4' height='49.25' transform='rotate(-90 1366.75 275)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='189' width='2' height='49.25' transform='rotate(-90 1268.25 189)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='196' width='3' height='49.25' transform='rotate(-90 1317.5 196)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='203' width='4' height='49.25' transform='rotate(-90 1366.75 203)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='117' width='2' height='49.25' transform='rotate(-90 1268.25 117)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='124' width='3' height='49.25' transform='rotate(-90 1317.5 124)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='131' width='4' height='49.25' transform='rotate(-90 1366.75 131)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='45' width='2' height='49.25' transform='rotate(-90 1268.25 45)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='52' width='3' height='49.25' transform='rotate(-90 1317.5 52)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='59' width='4' height='49.25' transform='rotate(-90 1366.75 59)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1219' y='735' width='1' height='49.25' transform='rotate(-90 1219 735)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='699' width='1' height='49.25' transform='rotate(-90 1219 699)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='663' width='1' height='49.25' transform='rotate(-90 1219 663)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='627' width='1' height='49.25' transform='rotate(-90 1219 627)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='591' width='1' height='49.25' transform='rotate(-90 1219 591)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='555' width='1' height='49.25' transform='rotate(-90 1219 555)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='519' width='1' height='49.25' transform='rotate(-90 1219 519)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='483' width='1' height='49.25' transform='rotate(-90 1219 483)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='447' width='1' height='49.25' transform='rotate(-90 1219 447)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='411' width='1' height='49.25' transform='rotate(-90 1219 411)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='375' width='1' height='49.25' transform='rotate(-90 1219 375)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='339' width='1' height='49.25' transform='rotate(-90 1219 339)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='303' width='1' height='49.25' transform='rotate(-90 1219 303)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='267' width='1' height='49.25' transform='rotate(-90 1219 267)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='231' width='1' height='49.25' transform='rotate(-90 1219 231)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='195' width='1' height='49.25' transform='rotate(-90 1219 195)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='159' width='1' height='49.25' transform='rotate(-90 1219 159)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='123' width='1' height='49.25' transform='rotate(-90 1219 123)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='87' width='1' height='49.25' transform='rotate(-90 1219 87)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='51' width='1' height='49.25' transform='rotate(-90 1219 51)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='15' width='1' height='49.25' transform='rotate(-90 1219 15)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1268.25' y='717' width='2' height='49.25' transform='rotate(-90 1268.25 717)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='724' width='3' height='49.25' transform='rotate(-90 1317.5 724)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='731' width='4' height='49.25' transform='rotate(-90 1366.75 731)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='645' width='2' height='49.25' transform='rotate(-90 1268.25 645)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='652' width='3' height='49.25' transform='rotate(-90 1317.5 652)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='659' width='4' height='49.25' transform='rotate(-90 1366.75 659)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='573' width='2' height='49.25' transform='rotate(-90 1268.25 573)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='580' width='3' height='49.25' transform='rotate(-90 1317.5 580)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='587' width='4' height='49.25' transform='rotate(-90 1366.75 587)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='501' width='2' height='49.25' transform='rotate(-90 1268.25 501)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='508' width='3' height='49.25' transform='rotate(-90 1317.5 508)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='515' width='4' height='49.25' transform='rotate(-90 1366.75 515)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='429' width='2' height='49.25' transform='rotate(-90 1268.25 429)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='436' width='3' height='49.25' transform='rotate(-90 1317.5 436)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='443' width='4' height='49.25' transform='rotate(-90 1366.75 443)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='357' width='2' height='49.25' transform='rotate(-90 1268.25 357)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='364' width='3' height='49.25' transform='rotate(-90 1317.5 364)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='371' width='4' height='49.25' transform='rotate(-90 1366.75 371)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='285' width='2' height='49.25' transform='rotate(-90 1268.25 285)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='292' width='3' height='49.25' transform='rotate(-90 1317.5 292)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='299' width='4' height='49.25' transform='rotate(-90 1366.75 299)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='213' width='2' height='49.25' transform='rotate(-90 1268.25 213)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='220' width='3' height='49.25' transform='rotate(-90 1317.5 220)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='227' width='4' height='49.25' transform='rotate(-90 1366.75 227)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='141' width='2' height='49.25' transform='rotate(-90 1268.25 141)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='148' width='3' height='49.25' transform='rotate(-90 1317.5 148)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='155' width='4' height='49.25' transform='rotate(-90 1366.75 155)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='69' width='2' height='49.25' transform='rotate(-90 1268.25 69)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='76' width='3' height='49.25' transform='rotate(-90 1317.5 76)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='83' width='4' height='49.25' transform='rotate(-90 1366.75 83)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='4' width='3' height='49.25' transform='rotate(-90 1317.5 4)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='11' width='4' height='49.25' transform='rotate(-90 1366.75 11)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='753' width='2' height='49.25' transform='rotate(-90 1268.25 753)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='760' width='3' height='49.25' transform='rotate(-90 1317.5 760)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='767' width='4' height='49.25' transform='rotate(-90 1366.75 767)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='681' width='2' height='49.25' transform='rotate(-90 1268.25 681)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='688' width='3' height='49.25' transform='rotate(-90 1317.5 688)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='695' width='4' height='49.25' transform='rotate(-90 1366.75 695)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='609' width='2' height='49.25' transform='rotate(-90 1268.25 609)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='616' width='3' height='49.25' transform='rotate(-90 1317.5 616)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='623' width='4' height='49.25' transform='rotate(-90 1366.75 623)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='537' width='2' height='49.25' transform='rotate(-90 1268.25 537)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='544' width='3' height='49.25' transform='rotate(-90 1317.5 544)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='551' width='4' height='49.25' transform='rotate(-90 1366.75 551)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='465' width='2' height='49.25' transform='rotate(-90 1268.25 465)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='472' width='3' height='49.25' transform='rotate(-90 1317.5 472)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='479' width='4' height='49.25' transform='rotate(-90 1366.75 479)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='393' width='2' height='49.25' transform='rotate(-90 1268.25 393)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='400' width='3' height='49.25' transform='rotate(-90 1317.5 400)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='407' width='4' height='49.25' transform='rotate(-90 1366.75 407)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='321' width='2' height='49.25' transform='rotate(-90 1268.25 321)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='328' width='3' height='49.25' transform='rotate(-90 1317.5 328)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='335' width='4' height='49.25' transform='rotate(-90 1366.75 335)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='249' width='2' height='49.25' transform='rotate(-90 1268.25 249)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='256' width='3' height='49.25' transform='rotate(-90 1317.5 256)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='263' width='4' height='49.25' transform='rotate(-90 1366.75 263)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='177' width='2' height='49.25' transform='rotate(-90 1268.25 177)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='184' width='3' height='49.25' transform='rotate(-90 1317.5 184)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='191' width='4' height='49.25' transform='rotate(-90 1366.75 191)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='105' width='2' height='49.25' transform='rotate(-90 1268.25 105)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='112' width='3' height='49.25' transform='rotate(-90 1317.5 112)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='119' width='4' height='49.25' transform='rotate(-90 1366.75 119)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='33' width='2' height='49.25' transform='rotate(-90 1268.25 33)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='40' width='3' height='49.25' transform='rotate(-90 1317.5 40)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='47' width='4' height='49.25' transform='rotate(-90 1366.75 47)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1219' y='759' width='1' height='49.25' transform='rotate(-90 1219 759)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='723' width='1' height='49.25' transform='rotate(-90 1219 723)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='687' width='1' height='49.25' transform='rotate(-90 1219 687)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='651' width='1' height='49.25' transform='rotate(-90 1219 651)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='615' width='1' height='49.25' transform='rotate(-90 1219 615)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='579' width='1' height='49.25' transform='rotate(-90 1219 579)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='543' width='1' height='49.25' transform='rotate(-90 1219 543)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='507' width='1' height='49.25' transform='rotate(-90 1219 507)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='471' width='1' height='49.25' transform='rotate(-90 1219 471)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='435' width='1' height='49.25' transform='rotate(-90 1219 435)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='399' width='1' height='49.25' transform='rotate(-90 1219 399)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='363' width='1' height='49.25' transform='rotate(-90 1219 363)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='327' width='1' height='49.25' transform='rotate(-90 1219 327)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='291' width='1' height='49.25' transform='rotate(-90 1219 291)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='255' width='1' height='49.25' transform='rotate(-90 1219 255)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='219' width='1' height='49.25' transform='rotate(-90 1219 219)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='183' width='1' height='49.25' transform='rotate(-90 1219 183)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='147' width='1' height='49.25' transform='rotate(-90 1219 147)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='111' width='1' height='49.25' transform='rotate(-90 1219 111)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='75' width='1' height='49.25' transform='rotate(-90 1219 75)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='39' width='1' height='49.25' transform='rotate(-90 1219 39)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='3' width='1' height='49.25' transform='rotate(-90 1219 3)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1268.25' y='705' width='2' height='49.25' transform='rotate(-90 1268.25 705)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='712' width='3' height='49.25' transform='rotate(-90 1317.5 712)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='719' width='4' height='49.25' transform='rotate(-90 1366.75 719)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='633' width='2' height='49.25' transform='rotate(-90 1268.25 633)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='640' width='3' height='49.25' transform='rotate(-90 1317.5 640)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='647' width='4' height='49.25' transform='rotate(-90 1366.75 647)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='561' width='2' height='49.25' transform='rotate(-90 1268.25 561)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='568' width='3' height='49.25' transform='rotate(-90 1317.5 568)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='575' width='4' height='49.25' transform='rotate(-90 1366.75 575)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='489' width='2' height='49.25' transform='rotate(-90 1268.25 489)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='496' width='3' height='49.25' transform='rotate(-90 1317.5 496)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='503' width='4' height='49.25' transform='rotate(-90 1366.75 503)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='417' width='2' height='49.25' transform='rotate(-90 1268.25 417)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='424' width='3' height='49.25' transform='rotate(-90 1317.5 424)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='431' width='4' height='49.25' transform='rotate(-90 1366.75 431)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='345' width='2' height='49.25' transform='rotate(-90 1268.25 345)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='352' width='3' height='49.25' transform='rotate(-90 1317.5 352)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='359' width='4' height='49.25' transform='rotate(-90 1366.75 359)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='273' width='2' height='49.25' transform='rotate(-90 1268.25 273)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='280' width='3' height='49.25' transform='rotate(-90 1317.5 280)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='287' width='4' height='49.25' transform='rotate(-90 1366.75 287)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='201' width='2' height='49.25' transform='rotate(-90 1268.25 201)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='208' width='3' height='49.25' transform='rotate(-90 1317.5 208)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='215' width='4' height='49.25' transform='rotate(-90 1366.75 215)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='129' width='2' height='49.25' transform='rotate(-90 1268.25 129)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='136' width='3' height='49.25' transform='rotate(-90 1317.5 136)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='143' width='4' height='49.25' transform='rotate(-90 1366.75 143)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='57' width='2' height='49.25' transform='rotate(-90 1268.25 57)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='64' width='3' height='49.25' transform='rotate(-90 1317.5 64)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='71' width='4' height='49.25' transform='rotate(-90 1366.75 71)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='741' width='2' height='49.25' transform='rotate(-90 1268.25 741)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='748' width='3' height='49.25' transform='rotate(-90 1317.5 748)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='755' width='4' height='49.25' transform='rotate(-90 1366.75 755)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='669' width='2' height='49.25' transform='rotate(-90 1268.25 669)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='676' width='3' height='49.25' transform='rotate(-90 1317.5 676)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='683' width='4' height='49.25' transform='rotate(-90 1366.75 683)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='597' width='2' height='49.25' transform='rotate(-90 1268.25 597)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='604' width='3' height='49.25' transform='rotate(-90 1317.5 604)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='611' width='4' height='49.25' transform='rotate(-90 1366.75 611)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='525' width='2' height='49.25' transform='rotate(-90 1268.25 525)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='532' width='3' height='49.25' transform='rotate(-90 1317.5 532)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='539' width='4' height='49.25' transform='rotate(-90 1366.75 539)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='453' width='2' height='49.25' transform='rotate(-90 1268.25 453)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='460' width='3' height='49.25' transform='rotate(-90 1317.5 460)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='467' width='4' height='49.25' transform='rotate(-90 1366.75 467)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='381' width='2' height='49.25' transform='rotate(-90 1268.25 381)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='388' width='3' height='49.25' transform='rotate(-90 1317.5 388)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='395' width='4' height='49.25' transform='rotate(-90 1366.75 395)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='309' width='2' height='49.25' transform='rotate(-90 1268.25 309)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='316' width='3' height='49.25' transform='rotate(-90 1317.5 316)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='323' width='4' height='49.25' transform='rotate(-90 1366.75 323)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='237' width='2' height='49.25' transform='rotate(-90 1268.25 237)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='244' width='3' height='49.25' transform='rotate(-90 1317.5 244)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='251' width='4' height='49.25' transform='rotate(-90 1366.75 251)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='165' width='2' height='49.25' transform='rotate(-90 1268.25 165)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='172' width='3' height='49.25' transform='rotate(-90 1317.5 172)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='179' width='4' height='49.25' transform='rotate(-90 1366.75 179)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='93' width='2' height='49.25' transform='rotate(-90 1268.25 93)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='100' width='3' height='49.25' transform='rotate(-90 1317.5 100)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='107' width='4' height='49.25' transform='rotate(-90 1366.75 107)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1268.25' y='21' width='2' height='49.25' transform='rotate(-90 1268.25 21)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1317.5' y='28' width='3' height='49.25' transform='rotate(-90 1317.5 28)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1366.75' y='35' width='4' height='49.25' transform='rotate(-90 1366.75 35)' fill='white' fill-opacity='0.35'/%3E%3Crect x='1219' y='747' width='1' height='49.25' transform='rotate(-90 1219 747)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='711' width='1' height='49.25' transform='rotate(-90 1219 711)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='675' width='1' height='49.25' transform='rotate(-90 1219 675)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='639' width='1' height='49.25' transform='rotate(-90 1219 639)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='603' width='1' height='49.25' transform='rotate(-90 1219 603)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='567' width='1' height='49.25' transform='rotate(-90 1219 567)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='531' width='1' height='49.25' transform='rotate(-90 1219 531)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='495' width='1' height='49.25' transform='rotate(-90 1219 495)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='459' width='1' height='49.25' transform='rotate(-90 1219 459)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='423' width='1' height='49.25' transform='rotate(-90 1219 423)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='387' width='1' height='49.25' transform='rotate(-90 1219 387)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='351' width='1' height='49.25' transform='rotate(-90 1219 351)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='315' width='1' height='49.25' transform='rotate(-90 1219 315)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='279' width='1' height='49.25' transform='rotate(-90 1219 279)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='243' width='1' height='49.25' transform='rotate(-90 1219 243)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='207' width='1' height='49.25' transform='rotate(-90 1219 207)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='171' width='1' height='49.25' transform='rotate(-90 1219 171)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='135' width='1' height='49.25' transform='rotate(-90 1219 135)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='99' width='1' height='49.25' transform='rotate(-90 1219 99)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='63' width='1' height='49.25' transform='rotate(-90 1219 63)' fill='white' fill-opacity='0.26'/%3E%3Crect x='1219' y='27' width='1' height='49.25' transform='rotate(-90 1219 27)' fill='white' fill-opacity='0.26'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.main-event-section .main-event-container.-ver-3:after {
  background-image: url("data:image/svg+xml,%3Csvg width='1411' height='770' viewBox='0 0 1411 770' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.1' x='0.25' y='386.25' width='1410.5' height='0.5' fill='%2335354E' stroke='%2335354E' stroke-width='0.5'/%3E%3Cpath opacity='0.1' d='M-3.5 771.5L1419.5 -1.5' stroke='%2335354E'/%3E%3Cpath opacity='0.1' d='M1415.5 771.5L-3.5 2.5' stroke='%2335354E'/%3E%3Crect opacity='0.1' x='705.25' y='-1.75' width='0.5' height='772.5' fill='%2335354E' stroke='%2335354E' stroke-width='0.5'/%3E%3Crect opacity='0.1' x='392.811' y='-1.77632' width='0.5' height='1031.83' transform='rotate(-38.8085 392.811 -1.77632)' fill='%2335354E' stroke='%2335354E' stroke-width='0.5'/%3E%3Crect opacity='0.1' x='-0.351491' y='0.0381317' width='0.5' height='1031.83' transform='matrix(-0.779245 -0.626719 -0.626719 0.779245 1017.62 -2.02632)' fill='%2335354E' stroke='%2335354E' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.event-speaker-section {
  margin-top: 25px;
  margin-bottom: 80px;
  background-color: var(--white);
}

.event-speaker-section.-slider {
  background-color: #e4e4e4;
}

.event-info-section {
  margin-top: 80px;
  margin-bottom: 103px;
}

/* About Us page */

/* About Us | Main section */

.about-main-section {
  position: relative;
}

.about-main-section .bread-crumbs {
  z-index: 2;
  top: 15px;
}

/* About Us | Anchor list */

.about-anchor-list {
  position: sticky;
  top: 54px;
  z-index: 10;
  padding: 25px 0;
  width: 100vw;

  overflow-y: hidden;
  overflow-x: auto;

  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);

  scrollbar-width: none;
}

.about-anchor-list::-webkit-scrollbar {
  display: none;
}

.about-anchor-list .about-anchor-list__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 25px;

  margin-left: auto;
  margin-right: auto;
}

.about-anchor-list .about-anchor {
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.3;
  margin-right: 41px;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.about-anchor-list .about-anchor:last-of-type {
  margin-right: 0;
}

.about-anchor-list .--tabs-container__menu-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--blue);

  -webkit-transition: transform 0.4s, width 0.4s;
  transition: transform 0.4s, width 0.4s;
}

.about-anchor-list .about-anchor.-active {
  opacity: 1;
}

/* About Us | Info firm section */

.about-info-firm-section {
  margin-top: 117px;
  margin-bottom: 195px;
}

.about-info-firm-section .about-info-firm__text {
  text-align: center;
  max-width: 1063px;
  margin: 0 auto;
}

.about-info-firm-section .about-info-firm__text *,
.about-info-firm-section .about-info-firm__text {
  line-height: 107.8%;
}

.about-info-firm-section .about-info-firm__text em {
  display: block;

  background: linear-gradient(89.96deg, #dfdfdf 0.01%, #5681a9 96.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* About Us | Info partner section */

.about-info-partner-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.about-info-partner-section .about-info-partner__menu-tabs {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 32px;
  border-bottom: 2px solid rgba(53, 53, 78, 0.15);
}

.about-info-partner-section .about-info-partner__menu-item {
  padding-bottom: 13px;

  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.4;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.about-info-partner-section .about-info-partner__menu-item.-active {
  pointer-events: none;
  opacity: 1;
}

.about-info-partner-section .about-info-partner__menu-item:not(:nth-last-child(2)) {
  margin-right: 40px;
}

.about-info-partner-section .about-info-partner__menu-line {
  position: absolute;
  bottom: -2px;
  height: 2px;
  background-color: var(--blue);
  width: 25%;

  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.about-info-partner-section .about-info-partner__items {
  margin-left: -24px;
  margin-right: -24px;
}

.about-info-partner-section .about-info-partner__item {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.about-info-partner-section .about-info-partner__item.-active {
  position: relative;
}

.about-info-partner-section .about-info-partner__photo {
  position: relative;
  height: 826px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.about-info-partner-section .about-info-partner__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  filter: grayscale(1);
}

.about-info-partner-section .about-info-partner__photo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  width: 67.5342%;
  background: radial-gradient(77.79% 91.92% at 69.02% 63.92%, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%);

  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.about-info-partner-section .about-info-partner__photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;

  width: 25.9589%;
  background: radial-gradient(64.91% 100.15% at 72.67% 53.36%, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);

  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.about-info-partner-section .about-info-partner__text-box {
  position: absolute;
  right: 24px;
  bottom: 27px;
  z-index: 1;

  width: 703px;
  padding: 40px;

  background-color: rgba(131, 131, 131, 0.42);
  -webkit-backdrop-filter: blur(38px);
  backdrop-filter: blur(38px);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.about-info-partner-section .about-info-partner__text * {
  color: var(--white);
}

.about-info-partner-section .about-info-partner__text>* {
  opacity: 0.9;
}

.about-info-partner-section .about-info-partner__text>*:not(:first-child) {
  margin-top: 16px;
}

.about-info-partner-section .about-info-partner__button {
  margin-top: 35px;
}

/* About Us page | Years section */

.about-years-section {
  margin-top: 60px;
  margin-bottom: 60px;

  background: linear-gradient(253.15deg, #d7f7e6 0%, rgba(228, 249, 248, 0.27) 82.17%), linear-gradient(258.73deg, #dddfeb 52.99%, #d4d8ec 102.71%);
}

.about-info-partner-section+.about-years-section {
  margin-top: -90px;
}

.about-years-section .about-years-partner__tabs {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 75px min(145px, 9.9315vw) 54px 38px;
  margin-left: -24px;
  margin-right: -24px;
}

.about-years-section .about-years-partner__menu-tabs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 70px;
}

.about-years-section .about-years-partner__menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}

.about-years-section .about-years-partner__menu-item:last-child {
  margin-bottom: 0;
}

.about-years-section .about-years-partner__menu-item p {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-user-select: none;
  user-select: none;

  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.about-years-section .about-years-partner__menu-item:before {
  content: "";
  position: absolute;
  right: calc(100% + 11px);
  display: block;
  width: 27px;
  height: 2px;
  background-color: var(--blue);

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;

  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.about-years-section .about-years-partner__menu-item.-active {
  pointer-events: none;
}

.about-years-section .about-years-partner__menu-item.-active p {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.about-years-section .about-years-partner__menu-item.-active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.about-years-section .about-years-partner__items {
  display: flex;
  align-items: flex-end;
  /* justify-content: space-between; */
  flex-direction: column;
}

.about-years-section .about-years-partner__item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.about-years-section .about-years-partner__year {
  margin-right: min(135px, 9.2466vw);
  margin-top: 73px;
}

.about-years-section .about-years-partner__year *,
.about-years-section .about-years-partner__year {
  font-size: 320px;
  line-height: 0.86;
  font-weight: bold;
}

.about-years-section .about-years-partner__text {
  width: 585px;
  margin-top: 75px;
}

.about-years-section .about-years-partner__text>* {
  opacity: 0.85;
}

.about-years-section .about-years-partner__text>*:not(:first-child) {
  margin-top: 16px;
}

/* Odometer */

.--year-odometer {
  --number-box-width: 50px;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.--year-odometer .--odometer-number-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;

  width: var(--number-box-width);
  min-width: var(--number-box-width);
}

.--year-odometer .--odometer-number {
  letter-spacing: -0.08em;
  text-align: center;
}

.--year-odometer .--odometer-number:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

/* About Us page | Award section */

.about-info-award-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.about-info-award-section .about-info-award-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;

  width: 100%;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
}

.about-info-award-section .about-info-award__large-card {
  position: relative;
  grid-column: span 2;
  min-height: 540px;
  padding: 40px 35px;

  overflow: hidden;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.about-info-award-section .about-info-award__large-card .about-info-award__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about-info-award-section .about-info-award__large-card .about-info-award__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-info-award-section .about-info-award__large-card .about-info-award__text-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 472px;
}

.about-info-award-section .about-info-award__large-card .about-info-award__text-box *,
.about-info-award-section .about-info-award__large-card .about-info-award__text-box {
  color: var(--white);
}

.about-info-award-section .about-info-award__large-card .about-info-award__text {
  width: 100%;
  max-width: 435px;
}

.about-info-award-section .about-info-award__title-box+.about-info-award__text,
.about-info-award-section .about-info-award__title+.about-info-award__text {
  margin-top: 16px;
}

.about-info-award-section .about-info-award__card {
  min-height: 530px;
  padding: 40px 40px 40px 35px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--gray);
}

.about-info-award-section .about-info-award__card .about-info-award__photo {
  width: 95px;
  min-width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 4px 23px rgba(0, 0, 0, 0.15);
}

.about-info-award-section .about-info-award__card .about-info-award__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-info-award-section .about-info-award__card .about-info-award__photo+.about-info-award__title {
  margin-top: 24px;
}

.about-info-award-section .about-info-award__text>* {
  opacity: 0.75;
}

.about-info-award-section .about-info-award__text p+p {
  margin-top: 21px;
}

/* About Us page | Facts section */

.about-facts-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

/* About Us page | Gallery section */

.about-gallery-section {
  margin-top: 24px;
  overflow: hidden;
}

.about-gallery-section .about-gallery__title {
  text-align: center;
}

/* About Us page | Grid section */

.grid-section.-about-page {
  margin-top: 164px;
}

@media screen and (min-width: 1025px) {
  /* Unset swiper styles*/

  .about-gallery-section .about-gallery__slider {
    margin-left: unset;
    margin-right: unset;
    position: unset;
    overflow: unset;
    list-style: unset;
    padding: unset;
    z-index: unset;
  }

  .about-gallery-section .about-gallery__slider .swiper-wrapper {
    position: unset;
    width: unset;
    height: unset;
    z-index: unset;
    display: unset;
    transition-property: unset;
    box-sizing: unset;
  }

  .about-gallery-section .about-gallery__slider .swiper-slide {
    flex-shrink: unset;
    width: unset;
    height: unset;
    position: unset;
    transition-property: unset;
  }

  /* New styles for swiper's tags */

  .about-gallery-section .about-gallery__slider {
    position: relative;
    z-index: 1;
    width: 1410px;
    min-width: 1410px;
    height: 813px;
  }
}

.about-gallery-section .about-gallery__slider-block {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.about-gallery-section .about-gallery__slider .swiper-slide {
  position: absolute;
  overflow: hidden;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.about-gallery-section .about-gallery__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(1) {
  top: 23px;
  left: 62px;
  z-index: 11;

  width: 452px;
  height: 515px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(2) {
  bottom: 186px;
  right: 282px;
  z-index: 10;

  width: 330px;
  height: 412px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(3) {
  bottom: -20px;
  left: 249px;
  z-index: 9;

  width: 317px;
  height: 322px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(4) {
  bottom: -13px;
  right: 462px;
  z-index: 8;

  width: 317px;
  height: 322px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(5) {
  bottom: 55px;
  right: 19px;
  z-index: 7;

  width: 317px;
  height: 322px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(6) {
  top: 55px;
  left: -134px;
  z-index: 6;

  width: 270px;
  height: 295px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(7) {
  bottom: 86px;
  left: -87px;
  z-index: 5;

  width: 317px;
  height: 322px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(8) {
  top: 251px;
  left: 427px;
  z-index: 4;

  width: 317px;
  height: 322px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(9) {
  top: 0;
  right: 152px;
  z-index: 4;

  width: 317px;
  height: 322px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(10) {
  top: 35px;
  right: -131px;
  z-index: 2;

  width: 392px;
  height: 562px;
}

.about-gallery-section .about-gallery__slider .swiper-slide:nth-child(11) {
  width: 306px;
  height: 416px;
  z-index: 1;

  top: 97px;
  right: 538px;
}

/* Vacancy page */

.vacancy-info-section {
  margin-bottom: 25px;
}

.vacancy-info-section .bread-crumbs {
  top: 15px;
}

.vacancy-info-container {
  padding: 103px 20px 120px;
  background-color: var(--gray);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.vacancy-info-section .vacancy-info__title-block {
  width: 100%;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 69px;
}

.vacancy-info-section .vacancy-info__button {
  margin-top: 20px;
}

.vacancy-info-section .vacancy-info__block+.vacancy-info__block {
  margin-top: 96px;
}

.vacancy-info-section .vacancy-info__block .info-block__text ul li+li {
  margin-top: 24px;
}

.vacancy-info-section .vacancy-info__block .info-block__text ul li:before {
  left: 2px;
}

.vacancy-info-section .vacancy-info__block .info-block__text ul li {
  padding-left: 26px;
}

.vacancy-section {
  margin-top: 25px;
}

/* Career page */

body.-career-page {
  background-color: var(--gray);
}

.career-main-section {
  margin-top: 19px;
  margin-bottom: 24px;
}

.career-main-container {
  position: relative;
  padding: 110px min(118px, 8.0822vw) 114px;

  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: radial-gradient(84.51% 97.52% at 44.79% 100%, #af7676 0%, rgba(102, 63, 76, 0) 100%) #91bfd8;
}

.career-main-container.--projects {
  background: linear-gradient(150deg,
      rgba(240, 127, 202, 0.2) 32.11%,
      rgba(115, 95, 238, 0.2) 102.82%),
    linear-gradient(150deg,
      #bdc2d0 -1%,
      rgba(189, 197, 209, 0) 0%,
      #bcc3d0 61.01%)
}

.career-main-section .career-main__top-button {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* width: fit-content; */
  padding: 0 20px 20px;
  background-color: var(--gray);

  -webkit-border-radius: 0 0 50px 50px;
  border-radius: 0 0 50px 50px;
}

.career-main-section .career-main__top-button:before,
.career-main-section .career-main__top-button:after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: var(--20-border);
  mask-image: var(--20-border);
  background-color: var(--gray);
}

.career-main-section .career-main__top-button:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.career-main-section .career-main__top-button .default-button {
  filter: drop-shadow(0 4px 46px rgba(0, 0, 0, 0.15));
}

.career-main-section .career-main__title {
  font-size: min(167px, 20.5479vw);
  line-height: 1;
  text-align: center;
  word-break: break-word;
}

.career-main-section .career-main__subtitle {
  text-align: center;
}

/* Career page | Info block */

.career-main-section .career-main__info-block {
  margin-top: 192px;
}

.career-main-section .career-main-info__title {
  text-align: center;
  margin-bottom: 100px;
}

.career-main-section .career-main-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 56px 40px;
}

/* Career page | Vacancies block */

.career-main-section .career-main__vacancies {
  margin-top: 233px;
}

.career-main-section .career-main-vacancies__title {
  text-align: center;
  margin-bottom: 64px;
}

.career-main-section .career-main-vacancies__title *,
.career-main-section .career-main-vacancies__title {
  color: var(--white);
}

/* Career page | Join section */

.career-join-section {
  margin-top: 24px;
  margin-bottom: 25px;
}

.career-join-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 139px;
  padding-bottom: 45px;

  background-color: var(--white);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.career-join-section .career-join__text-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 min(118px, 8.0822vw);
}

.career-join-section .career-join__title-box,
.career-join-section .career-join__text {
  width: calc(50% - 5px);
}

.career-join-section .career-join__button {
  margin-top: 24px;
}

.career-join-section .career-join__text {
  opacity: 0.8;
}

.career-join-section .career-join__text p:not(:first-child) {
  margin-top: 21px;
}

.career-join-section .career-join__photos-container {
  margin-top: 45px;
  width: 1358px;
}

.career-join__photos-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.career-join__photos-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.career-join__photos-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.career-join__photos-box img:last-child {
  margin-bottom: 0;
}

.career-join__photos-box:nth-child(1) {
  width: 179px;
  margin-top: 80px;
}

.career-join__photos-box:nth-child(2),
.career-join__photos-box:nth-child(5) {
  width: 274px;
}

.career-join__photos-box:nth-child(3),
.career-join__photos-box:nth-child(4),
.career-join__photos-box:nth-child(6) {
  width: 181px;
}

.career-join__photos-box:nth-child(3) {
  margin-top: 214px;
}

.career-join__photos-box:nth-child(4),
.career-join__photos-box:nth-child(5) {
  margin-top: 119px;
}

.career-join__photos-box:nth-child(6) {
  margin-top: 225px;
}

.career-join__photos-box:nth-child(2) img:first-child {
  width: 181px;
}

/* Career page | CTA section */

.career-cta-section {
  padding-top: 178px;
  padding-bottom: 156px;

  background-color: #ffe7e7;
  text-align: center;
}

.career-cta-section .career-cta__subtitle {
  margin-top: 17px;
  opacity: 0.8;
}

.career-cta-section .career-cta__button {
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}

/* Contacts page */

body.-contacts-page {
  background: linear-gradient(16.28deg, #e6d6e0 22.27%, rgba(250, 231, 214, 0) 71.04%), linear-gradient(213.97deg, #d8e8e4 -27.09%, rgba(235, 239, 238, 0) 79.87%);
}

body.-contacts-page main {
  position: relative;
}

.contact-form-section {
  margin-top: 70px;
  padding-bottom: 160px;
}

.contact-form-section .contact-form__forms-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* overflow: hidden; */
}

.contact-form-section .contact-form__forms-buttons {
  position: absolute;
  bottom: 25px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  opacity: 0;
  pointer-events: none;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.contact-form-section .contact-form__prev-step-button {
  opacity: 0.7;
}

.contact-form-section .contact-form__prev-step-button .default-link-arrow {
  padding: 0;
  background-color: transparent;
  border: 1px solid var(--blue);

  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contact-form-section .contact-form__prev-step-button .default-link-arrow:after {
  width: 25px;
  height: 24px;
  background-color: var(--blue);
}

.contact-form-section .contact-form__prev-step-button .default-link-arrow+p,
.contact-form-section .contact-form__prev-step-button p+.default-link-arrow {
  margin-left: 13px;
}

.contact-form-section .contact-form__contact-info-button {
  display: none;
}

/* Contacts page | Preview block */

.contact-form-section .contact-form__preview-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.contact-form-section .contact-form-preview__subtitle {
  width: 100%;
  max-width: 529px;
  margin-top: 9px;
  opacity: 0.8;
}

.contact-form-section *+.contact-form-preview__questions {
  margin-top: 56px;
}

.contact-form-section .contact-form-preview__questions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: -24px;
  max-width: 581px;
}

.contact-form-section .contact-form-preview__questions .default-button {
  font-size: 25px;

  margin-right: 24px;
  margin-bottom: 24px;
}

.contact-form-section .contact-preview__info {
  display: none;
}

/* Contacts page | Form block */

.contact-form-section .contact-form__form-block form,
.contact-form-section .contact-form__form-block {
  position: relative;
  width: 100%;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.contact-form-section .contact-form__form-block form {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.contact-form-section .contact-form__form-block .form-part {
  width: 100%;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.contact-form-section .contact-form__step-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  height: 21px;
  padding: 2px 8px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;

  background-color: var(--white);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.contact-form-section .contact-form__step-number *,
.contact-form-section .contact-form__step-number {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #0c1741;
}

.contact-form__form-block .form-part__title {
  font-size: 45px;
  line-height: 58px;
  text-align: center;
}

.contact-form__form-block .form-part__subtitle {
  margin-top: 9px;
  max-width: 529px;
  margin-left: auto;
  margin-right: auto;

  font-size: 16px;
  line-height: 21px;
  text-align: center;
  opacity: 0.8;
}

/* Contacts page | Form part */

.contact-form__form-block .form-grid {
  margin-top: 56px;
}

.contact-form__form-block .form-grid .input-box.-textarea {
  grid-column: span 2;
}

.contact-form__form-block .default-checkbox {
  margin-top: 11px;
}

.contact-form__form-block .form-part__button {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

/* Contacts page | Form switching */

.contact-form-section .--contact-form-container.-opened .--contact-form-preview {
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 2;
  /* pointer-events: none; */
}

.contact-form-section .--contact-form-container.-opened .--contact-form-preview .contact-form-preview__title,
.contact-form-section .--contact-form-container.-opened .--contact-form-preview .contact-form-preview__subtitle,
.contact-form-section .--contact-form-container.-opened .--contact-form-preview .contact-form-preview__questions {
  opacity: 0;
  height: 0;
}

.contact-form-section .--contact-form .form-part:not(.-active),
.contact-form-section .--contact-form:not(.-active) {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.contact-form-section .--contact-form .form-part:not(.-active) *,
.contact-form-section .--contact-form:not(.-active) * {
  pointer-events: none;
}

.contact-form-section .--contact-form-container.-opened .contact-form__forms-buttons {
  opacity: 1;
  pointer-events: unset;
  top: -40px;

  align-items: flex-start;
  z-index: 1;
}

/* Contacts page | Contact info */

.contact-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;

  overflow: hidden;
  pointer-events: none;
  filter: drop-shadow(0 -3px 88px rgba(0, 0, 0, 0.06));

  -webkit-transform: translateY(calc(100% - 133px));
  transform: translateY(calc(100% - 133px));

  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.contact-info .contact-info__button {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.contact-info .contact-info__button .plus-icon {
  position: relative;
  width: 66px;
  min-width: 66px;
  height: 66px;
  cursor: pointer;

  pointer-events: auto;
  -webkit-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
  background-color: var(--blue);

  -webkit-transition: opacity 0.4s, transform 0.4s, background-color 0.4s;
  transition: opacity 0.4s, transform 0.4s, background-color 0.4s;
}

.contact-info .contact-info__button .plus-icon div {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.contact-info .contact-info__button .plus-icon div,
.contact-info .contact-info__button .plus-icon div {
  width: 36px;
  height: 3px;
}

.contact-info .contact-info__button p {
  margin-top: 15px;
}

.contact-info .contact-info-container {
  margin-top: 32px;
  padding-top: 133px;
  padding-bottom: 26px;
  width: 1471px;
  max-height: 543px;

  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--white);
  scrollbar-width: none;

  clip-path: ellipse(50% 100% at 50% 100%);

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.contact-info .contact-info-container::-webkit-scrollbar {
  display: none;
  width: 0;
}

.contact-info .--touch-close-button {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.contact-info .contact-info__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-section .contact-preview__info .contact-info__item,
.contact-info .contact-info__item {
  width: 100%;
  margin-bottom: 5px;
}

.contact-form-section .contact-preview__info .contact-info__item:last-child,
.contact-info .contact-info__item:last-child {
  margin-bottom: 0;
}

.contact-form-section .contact-preview__info .contact-info__address,
.contact-info .contact-info__address {
  margin-bottom: 40px;
}

.contact-form-section .contact-preview__info .contact-info__address p,
.contact-info .contact-info__address p {
  margin-top: 8px;
  opacity: 0.7;
}

.contact-form-section .contact-preview__info .contact-info__another,
.contact-info .contact-info__another {
  margin-top: 25px;
}

.contact-form-section .contact-preview__info .contact-info__another strong,
.contact-info .contact-info__another strong {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
}

.contact-info .contact-info__socials {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 84px;
}

.contact-info .contact-info__socials a {
  background-color: transparent;
  border: 1px solid var(--blue);
}

.contact-info-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;

  background-color: rgba(251, 251, 251, 0.45);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);

  opacity: 0;
  pointer-events: none;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

/* Contacts page | Extra style for contact info */

.contact-info.-form-opened .contact-info__button .plus-icon {
  background-color: transparent;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.contact-info.-form-opened .contact-info__button .plus-icon div {
  background-color: var(--blue);
}

.contact-info.-form-opened .contact-info-container {
  opacity: 0;
}

.contact-info.-opened {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.contact-info.-form-opened.-opened .contact-info__button .plus-icon,
.contact-info.-opened .contact-info__button .plus-icon {
  background-color: var(--blue);
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}

.contact-info.-form-opened.-opened .contact-info__button .plus-icon div {
  background-color: var(--white);
}

.contact-info.-opened .contact-info-container {
  pointer-events: auto;
}

.contact-info.-form-opened.-opened .contact-info-container {
  opacity: 1;
}

.contact-info.-opened+.contact-info-bg {
  opacity: 1;
  pointer-events: unset;
}

.simple-page p {
  margin: 20px 0 !important;
}

.simple-page .has-text-align-center {
  text-align: center;
}

.simple-page h1 {
  margin-bottom: 40px;
}

.simple-page h2,
.simple-page h3 {
  margin: 30px 0 10px;
}

.simple-page img {
  max-width: 100%;
}

.simple-page figcaption {
  text-align: center;
  font-size: 16px;
  opacity: 0.6;
}

.file-input-label {
  padding-left: 15px;
  margin-bottom: 7px;
}

.header-menu__link.--small a {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 100%;
}

.filter-result .default-card {
  height: 100%;
}

.member-section+.about-anchor-list {
  position: unset;
}

.post-sidebar__authors__item {
  display: flex;
  align-items: center;
  padding: 15px;
}

.post-source {
  margin-top: 15px;
}

.post-source__name {
  font-weight: 500;
}

.post-source__item {
  color: #6a6d71;
  margin-top: 9px;
}

.post-sidebar__authors__practices {
  margin-top: 15px;
}

/* [New] main projects */

.main-projects {
  margin-top: 10px;
  padding: 50px 0 50px;

  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}

.main-project.--project-page {
  background: #fff;
}

.main-projects__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.main-project {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 28px 118px 40px 20px;
  border-radius: 20px;
  background: radial-gradient(81.86% 81.86% at 104.58% 18.14%, rgba(234, 33, 234, 0.2) 0%, rgba(244, 226, 244, 0) 100%), radial-gradient(113.56% 113.56% at 52.05% -13.56%, #ecebfe 0%, rgba(236, 235, 254, 0) 100%), radial-gradient(62.03% 66.52% at -2.21% 33.14%, #eee146 0%, rgba(239, 237, 186, 0) 100%), radial-gradient(67.29% 67.29% at 49.92% 96.78%, #b1d1a3 0%, rgba(204, 220, 193, 0) 100%);
}

.main-project__title {}

.main-project__subtitle {
  margin-top: 10px;
}

.main-project__text {
  margin-top: 15px;
}

.main-project__members {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  grid-template-columns: repeat(4, 60px);
  direction: rtl;
  width: fit-content;
  grid-gap: 5px 10px;
}

.main-project__members .card__author {

  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: var(--white);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.main-project__members .card__author img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.project-common-text {
  padding: 135px 116px 137px 122px;
  font-size: 25px;
  line-height: 150%;
}

.project-common-text p {
  margin: 1.4em 0;
}

.project-common-text ul,
.project-common-text ol {

  margin: 1.4em 0;
  padding-left: 50px;
}

.project-common-text ul li,
.project-common-text ol li {
  list-style-type: disc;
  margin: 5px 0;
}

.project-common-text b,
.project-common-text strong {
  font-weight: 700;

}
.career-main-container.--projects  .career-main__title{

  font-size: min(210px, 18.5479vw);
}
.career-main-container.--projects  .career-main__subtitle{
  margin-top: 60px;
}
.projects-insights{
  padding-bottom: 100px;
}
.projects-insights__title{
  margin-bottom: 50px;
  text-align: center;
}
.projects-insights__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.practices-main-wrapper{
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  grid-gap: 40px;
  
}
.practices-main__screen{
  display: block;
  margin-top: 34px;
}
.practices-main__screen img{
  border-radius: 10px;
  width: 100%;

  transition: transform .6s
}
.practices-main__screen:hover img{
  transform: scale(1.03);

} 
@media screen and (max-width: 600px)
{
  .practices-main-wrapper{
    grid-template-columns: 1fr;
  }
  .practices-main__screen{
    margin-top: 0;
  }
}