@font-face {
  font-family: Mariupol Regular;
  src: url('../fonts/Mariupol-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mariupol Bold;
  src: url('../fonts/Mariupol-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1b1a17;
  --white: #fafafa;
  --gold: #ffc93c;
  --royal-blue: #1e78ff;
  --firebrick: #c20013;
}

body {
  background-color: var(--black);
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik Dirt, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik Dirt, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  display: flex;
}

h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.25em;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.25em;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mariupol Regular, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--gold);
  font-family: Mariupol Regular, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.container.s3 {
  z-index: 1;
  background-color: var(--black);
  position: relative;
  overflow: visible;
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.page-wrapper.hero-page {
  display: flex;
  overflow: visible;
}

.page-main {
  overflow: visible;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  text-transform: uppercase;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 5em 13%;
  position: relative;
  overflow: visible;
}

.page-padding.is-home-hero {
  padding-left: 13%;
  padding-right: 13%;
  position: relative;
}

.home-hero_layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Rubik Dirt, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.paragraph {
  color: var(--white);
  font-family: Mariupol Regular, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
}

.link {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  font-family: Mariupol Regular, sans-serif;
  font-size: 1.25em;
  text-decoration: none;
}

.heading-2 {
  z-index: 500;
  text-align: center;
  font-family: Rubik Dirt, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.hero-text {
  z-index: 500;
  grid-column-gap: 13.5em;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: none;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: auto;
  margin-top: 9em;
  display: grid;
  position: relative;
}

.link-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gold);
}

.main-logo {
  z-index: 100;
  cursor: pointer;
  transition: all .5s;
  position: absolute;
  inset: 20% auto auto 5%;
}

.main-logo:hover {
  transform: rotate(-20deg)scale(1.1);
}

.language-switcher {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 20% 5% auto auto;
}

.ua-link {
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  padding: .63em;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  transition: all .5s;
}

.ua-link:hover {
  background-color: var(--gold);
  color: var(--black);
}

.en-link {
  color: var(--white);
  cursor: pointer;
  padding: .63em;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.25em;
  transition: all .5s;
}

.en-link:hover {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 8px;
}

.image {
  position: absolute;
  inset: 0% 0% auto;
}

.top-line-bg {
  z-index: -20;
  width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0% 0% auto 5%;
}

.red-flwr-left {
  position: absolute;
  inset: 35% auto auto 0%;
}

.img-block {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.triangle {
  width: 8%;
  position: absolute;
  inset: 40% auto auto 15%;
}

.paragraph-right, .paragraph-left {
  width: auto;
}

.puzzle-img {
  z-index: 20;
  width: 8%;
  position: absolute;
  inset: 90% auto 0% 3%;
}

.lolipup {
  position: absolute;
  inset: 85% 0% 0% 47%;
}

.div-block, .div-block-2 {
  width: auto;
}

.kuvick-img {
  width: 9%;
  position: absolute;
  inset: 38% 15% auto auto;
}

._2rd-flwrs {
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-with-kids {
  grid-column-gap: 1em;
  grid-row-gap: 5em;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.kid-block {
  position: relative;
}

.h3-name {
  text-align: center;
  margin-top: .5em;
  font-weight: 700;
}

.h3-name.zamchenki {
  font-size: .9em;
}

.kid-info {
  justify-content: space-between;
  margin-top: .1em;
  margin-bottom: .5em;
  display: flex;
}

.years {
  color: var(--royal-blue);
  text-transform: uppercase;
  font-size: 1.1em;
}

.date {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 1.1em;
}

.date.zamchenki {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 2px solid var(--firebrick);
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-indent: 0;
  column-count: auto;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  width: 100%;
  padding: 1.2em 2.5em;
  transition: all .5s;
}

.button:hover {
  background-color: var(--firebrick);
}

.city {
  justify-content: center;
  align-items: center;
  margin-top: 1.25em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pin-img {
  width: 3%;
  margin-right: .63em;
}

.pin-img.ivan-ivanov {
  align-self: flex-start;
  margin-top: 5px;
}

.left-flwr {
  width: 10%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20%;
  padding-bottom: 0%;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.right-flwr {
  width: 10%;
  margin-bottom: 0;
  padding-top: 20%;
  padding-bottom: 0%;
  position: absolute;
  inset: 0% 0% 0 auto;
  overflow: visible;
}

.sticky-flwr {
  z-index: -1;
  width: 100vw;
  margin-bottom: 0%;
  padding-bottom: 0%;
  position: sticky;
  top: 0%;
  bottom: 0;
}

.paragraph-2 {
  text-align: center;
}

.s3-para {
  text-align: center;
  margin-top: 1em;
}

.page-padding-s3 {
  padding: 5em 5%;
  position: relative;
  overflow: visible;
}

.page-padding-s3.is-home-hero {
  padding-left: 13%;
  padding-right: 13%;
  position: relative;
}

.ua-tab {
  border: 1px solid var(--firebrick);
  color: var(--white);
  background-color: #0000;
  border-radius: 5px;
  align-items: center;
  margin-right: 1.25em;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.13em;
  line-height: 1;
  display: flex;
}

.ua-tab.w--current {
  border-color: var(--firebrick);
  background-color: var(--firebrick);
  border-radius: 5px;
  align-items: center;
  margin-right: 1.25em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.tabs-menu {
  grid-row-gap: 1.25em;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 8%;
  padding-right: 7%;
  display: flex;
}

.loc-img {
  margin-right: .5em;
}

.ua-text-loc {
  color: var(--white);
  text-transform: uppercase;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.text-block {
  text-transform: uppercase;
}

.top-photo {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: 100%;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1em;
  display: grid;
}

.bot-photo {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: 100%;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img1 {
  border: 3px solid var(--firebrick);
  border-radius: 12px;
}

.img2 {
  border: 3px solid var(--firebrick);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.ph1, .ph2 {
  border: 3px none var(--firebrick);
  border-radius: 0;
  position: relative;
}

.img3 {
  border: 3px solid var(--firebrick);
  border-radius: 12px;
}

.img4 {
  border: 3px solid var(--firebrick);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.ph3, .ph4 {
  border: 3px none var(--firebrick);
  border-radius: 0;
  position: relative;
}

.div-block-3 {
  background-color: var(--black);
  filter: blur(30px);
  width: 10%;
  height: 5%;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0, 139px)rotate(90deg);
}

.blue-flwrr {
  width: 100%;
}

.big-blue-flwr {
  z-index: 1;
  width: 20%;
  position: absolute;
  inset: -25% -10% auto auto;
}

.big-red-flwr {
  width: 15%;
  position: absolute;
  inset: -3% auto auto -5%;
}

.img1-kordon {
  border: 3px solid var(--royal-blue);
  border-radius: 12px;
}

.img2-kordon {
  border: 3px solid var(--royal-blue);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.img3-kordon {
  border: 3px solid var(--royal-blue);
  border-radius: 12px;
}

.img4-kordon {
  border: 3px solid var(--royal-blue);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.kordon-tab {
  border: 1px solid var(--royal-blue);
  color: var(--white);
  background-color: #0000;
  border-radius: 5px;
  align-items: center;
  margin-right: 1.25em;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.13em;
  line-height: 1;
  display: flex;
}

.kordon-tab.w--current {
  background-color: var(--royal-blue);
  border-radius: 5px;
  align-items: center;
  margin-right: 1.25em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.img1-kor {
  border: 3px solid var(--royal-blue);
  border-radius: 12px;
}

.img2-kor {
  border: 3px solid var(--royal-blue);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.img3-kor {
  border: 3px solid var(--royal-blue);
  border-radius: 12px;
}

.img4-kor {
  border: 3px solid var(--royal-blue);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.team-name {
  text-align: center;
  margin-top: .63em;
  line-height: 1.1;
}

.team-info {
  opacity: .59;
  text-align: center;
  margin: .31em;
  font-size: 1em;
}

.zmi-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.zmi-block {
  cursor: pointer;
  transition: all .5s;
}

.zmi-block:hover {
  opacity: .8;
  transform: scale(.9);
}

.zmi-img {
  margin-bottom: .5em;
}

.zmi-para {
  text-align: center;
}

.s6-h2 {
  margin-bottom: 0;
}

.foote-pading {
  background-color: #333;
  padding: 5em 5%;
  position: relative;
  overflow: visible;
}

.foote-pading.is-home-hero {
  padding-left: 13%;
  padding-right: 13%;
  position: relative;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-logo-footer {
  cursor: pointer;
  transition: all .5s;
  position: relative;
  inset: auto;
}

.main-logo-footer:hover {
  transform: rotate(-20deg)scale(1.1);
}

.socials-links {
  align-self: center;
}

.footer-link {
  cursor: pointer;
  margin-right: 1.25em;
  transition: all .5s;
}

.footer-link:hover {
  transform: rotate(-20deg)scale(1.1);
}

.footer-link.last {
  margin-right: 0;
}

.right-side-icons {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.up-button-text {
  cursor: pointer;
  transition: all .5s;
}

.up-button-text:hover {
  transform: scale(1.1);
}

.para-footer {
  color: var(--white);
  text-align: center;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.up-button {
  cursor: pointer;
  transition: all .5s;
}

.up-button:hover {
  transform: rotate(-45deg);
}

.up-button-new {
  cursor: pointer;
  transition: all .5s;
}

.up-button-new:hover {
  transform: rotate(-45deg);
}

.page-padding-team {
  padding: 5em 13%;
  position: relative;
  overflow: visible;
}

.page-padding-team.is-home-hero {
  padding-left: 13%;
  padding-right: 13%;
  position: relative;
}

._2rd-flwrs-team {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-180deg);
}

.red-flwr-team {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.kordon-bot {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: 100%;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.kordon-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: 100%;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1em;
  display: grid;
}

.puzzle-img-footer {
  z-index: 20;
  width: 8%;
  position: absolute;
  inset: -15% 20% auto auto;
}

.kuvick-img-footer {
  width: 9%;
  position: absolute;
  inset: -10% auto auto 15%;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.pisla-photo {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.perebiynis-popup {
  z-index: 9999;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0% 25% 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-icon {
  justify-content: flex-end;
  width: 3.13em;
  height: 3.13em;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-5 {
  align-self: center;
  width: 1.25em;
  height: 1.25em;
  margin-left: auto;
  margin-right: auto;
}

.image-blocks {
  object-fit: cover;
  justify-content: space-around;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-popup {
  background-color: var(--white);
  opacity: .9;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 3.13em;
  display: flex;
  position: relative;
  inset: 0%;
}

.do-card {
  clear: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 48%;
  height: 30vh;
  margin-right: 1.25em;
  position: relative;
  overflow: hidden;
}

.modal-background {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: #00000080;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kid-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1em;
}

.heading-7 {
  width: 75%;
  margin-bottom: 1.25em;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.pisla-card {
  object-fit: cover;
  width: 48%;
  height: 30vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.do-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.aa-span {
  text-transform: uppercase;
}

.bold-text {
  opacity: 1;
  color: gray;
}

.bold-text-2 {
  color: var(--royal-blue);
}

.hero-heading-left {
  background-color: #0000;
  border: 1px #000;
  padding: 5em 13%;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 0;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-name {
  margin-bottom: .5em;
  font-weight: 400;
}

.bold-text-4 {
  text-transform: uppercase;
  font-family: Mariupol Regular, sans-serif;
  font-weight: 400;
}

.span-50op {
  opacity: .5;
}

.span-yellow {
  color: var(--gold);
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #0000;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.img-right-hero {
  position: absolute;
  inset: 10% 0% auto auto;
}

.img-left-hero {
  position: absolute;
  inset: auto auto 0% 0%;
}

.main-text-hero {
  background-color: #0000;
  border: 1px #000;
  padding: 0 13% 5em;
  position: relative;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.hero-footer.s3 {
  z-index: 1;
  background-color: var(--black);
  position: relative;
  overflow: visible;
}

.paragraph-3 {
  color: var(--white);
}

.para-footer-hero {
  color: var(--white);
  text-align: center;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.up-button-hero {
  cursor: pointer;
  transition: all .5s;
}

.up-button-hero:hover {
  transform: rotate(-45deg);
}

.up-button-text-hero {
  cursor: pointer;
  transition: all .5s;
}

.up-button-text-hero:hover {
  transform: scale(1.1);
}

.link-3 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.to-main {
  color: var(--royal-blue);
  text-transform: uppercase;
  cursor: pointer;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  transition: all .5s;
  display: inline-block;
  position: relative;
  inset: 0% auto auto 0%;
}

.to-main:hover {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.bold-text-5 {
  font-weight: 400;
}

.en-link-active {
  background-color: var(--gold);
  color: var(--black);
  cursor: pointer;
  border-radius: 8px;
  padding: .63em;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  transition: all .5s;
}

.en-link-active:hover {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 8px;
}

.ua-link-active {
  background-color: var(--gold);
  color: var(--black);
  cursor: pointer;
  border-radius: 8px;
  padding: .63em;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  transition: all .5s;
}

.ua-link-active:hover {
  background-color: var(--gold);
  color: var(--black);
}

.bold-text-6, .bold-text-7 {
  font-weight: 400;
}

.container-zmi {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: visible;
}

.container-zmi.s3 {
  z-index: 1;
  background-color: var(--black);
  position: relative;
  overflow: visible;
}

.to-main-eng {
  color: var(--royal-blue);
  text-transform: uppercase;
  cursor: pointer;
  font-family: Mariupol Bold, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  transition: all .5s;
  display: inline-block;
  position: relative;
  inset: 0% auto auto 0%;
}

.to-main-eng:hover {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.paragraph-9 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .page-padding.is-home-hero {
    padding-top: 8em;
  }

  .heading-2 {
    font-size: 5.5em;
  }

  .hero-text {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-logo, .language-switcher {
    top: 5%;
  }

  .red-flwr-left {
    width: 15%;
  }

  .triangle {
    top: 44%;
    left: 20%;
  }

  .puzzle-img {
    top: 95%;
  }

  .lolipup {
    width: 6%;
    top: 40%;
  }

  .kuvick-img {
    top: 40%;
    right: 20%;
  }

  ._2rd-flwrs {
    width: 13%;
  }

  .grid-with-kids {
    grid-template-columns: 1fr 1fr;
  }

  .h3-name {
    font-size: 1.1em;
  }

  .years, .date {
    font-size: 1em;
  }

  .button {
    font-size: .8em;
    line-height: 1.2;
  }

  .pin-img {
    width: 5%;
  }

  .big-blue-flwr {
    width: 50%;
  }

  .big-red-flwr {
    width: 25%;
  }

  .s5-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .s6-h2 {
    text-align: center;
    width: 80%;
  }

  .footer-content {
    justify-content: space-between;
  }

  .footer-link.last {
    margin-right: 0;
  }

  ._2rd-flwrs-team {
    width: 12%;
  }

  .red-flwr-team {
    width: 13%;
  }

  .puzzle-img-footer {
    width: 12%;
  }

  .kuvick-img-footer {
    width: 13%;
  }

  .container-2 {
    max-width: 728px;
  }

  .perebiynis-popup {
    padding: 30% 10%;
  }

  .close-icon {
    top: 4%;
    right: 4%;
  }

  .content-popup {
    padding-left: 1.56em;
    padding-right: 1.56em;
  }

  .kid-text {
    font-size: .9em;
  }

  .heading-7 {
    width: 90%;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .img-right-hero, .img-left-hero {
    width: 15%;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .to-main {
    margin-bottom: 2em;
    display: inline-block;
  }

  .paragraph-4 {
    font-size: 1.1em;
  }

  .heading-8, .heading-9, .heading-10 {
    text-align: center;
  }

  .to-main-eng {
    margin-bottom: 2em;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 4em;
  }

  .triangle {
    width: 10%;
    top: 35%;
    left: 15%;
  }

  .puzzle-img {
    width: 13%;
  }

  .lolipup {
    width: 8%;
    top: 33%;
    left: 40%;
  }

  .kuvick-img {
    width: 13%;
    top: 30%;
    right: 20%;
  }

  .grid-with-kids {
    grid-template-columns: 1fr;
  }

  .h3-name {
    font-size: 1.2em;
  }

  .button {
    border-radius: 8px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1em;
  }

  .pin-img {
    width: 4%;
  }

  .s3-para {
    font-size: 1.1em;
  }

  .tabs-menu {
    padding-left: 0%;
    padding-right: 0%;
  }

  .ua-text-loc {
    font-size: 1em;
  }

  .big-blue-flwr {
    width: 25%;
    top: -7%;
    right: 37%;
  }

  .big-red-flwr {
    width: 23%;
  }

  .team-grid, .zmi-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .socials-links {
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    display: flex;
  }

  ._2rd-flwrs-team, .red-flwr-team {
    z-index: -1;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .perebiynis-popup {
    padding: 50% 3%;
  }

  .image-blocks {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .content-popup {
    object-fit: fill;
    height: 220%;
    overflow: scroll;
  }

  .do-card {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .pisla-card {
    width: 100%;
  }

  .hero-heading-left, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .img-left-hero {
    bottom: -5%;
  }

  .main-text-hero {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .paragraph-3 {
    font-size: 1.1em;
  }

  .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .page-padding.is-home-hero {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    font-size: 2.5em;
  }

  .main-logo {
    width: 12%;
  }

  .language-switcher {
    align-items: center;
  }

  .ua-link {
    padding: .5em;
    font-family: Mariupol Bold, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
  }

  .en-link {
    padding: .5em;
    font-weight: 700;
    line-height: 1;
  }

  .red-flwr-left {
    z-index: -1;
  }

  .triangle {
    width: 20%;
    top: 30%;
    left: 5%;
  }

  .paragraph-right, .paragraph-left {
    font-size: 1em;
  }

  .puzzle-img {
    width: 19%;
  }

  .lolipup {
    width: 10%;
    top: 31%;
  }

  .kuvick-img {
    width: 19%;
    top: 26%;
    right: 8%;
  }

  ._2rd-flwrs {
    z-index: -1;
    width: 18%;
  }

  .button {
    letter-spacing: 2px;
    border-radius: 8px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .9em;
  }

  .city {
    font-size: .8em;
  }

  .s3-para {
    font-size: 1.1em;
  }

  .top-photo, .bot-photo {
    flex-direction: column;
    display: flex;
  }

  .img2, .img4 {
    position: relative;
  }

  .big-blue-flwr {
    width: 30%;
    top: -4%;
    right: 35%;
  }

  .big-red-flwr {
    width: 33%;
    top: -2%;
  }

  .img1-kor, .img2-kor {
    position: relative;
  }

  .img3-kor {
    height: 100%;
    position: relative;
  }

  .img4-kor {
    max-width: 100%;
    position: relative;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .zmi-grid {
    grid-template-columns: 1fr 1fr;
  }

  .zmi-para {
    font-size: 1em;
  }

  .s6-h2 {
    width: 90%;
    font-size: 2em;
  }

  .footer-content {
    flex-direction: column;
  }

  .main-logo-footer {
    margin-bottom: 4em;
  }

  .socials-links {
    justify-content: center;
    width: auto;
    margin-bottom: 4em;
  }

  .right-side-icons {
    margin-left: auto;
    margin-right: auto;
  }

  ._2rd-flwrs-team, .red-flwr-team {
    width: 20%;
  }

  .kordon-bot {
    flex-direction: column;
    display: flex;
  }

  .kordon-top {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .puzzle-img-footer {
    width: 20%;
    top: -5%;
    right: 10%;
  }

  .kuvick-img-footer {
    width: 20%;
    top: -5%;
    left: 10%;
  }

  .container-2 {
    max-width: none;
  }

  .perebiynis-popup {
    padding-top: 20%;
    padding-bottom: 20%;
    display: none;
  }

  .close-icon {
    top: 2%;
    right: 2%;
  }

  .content-popup {
    height: 100%;
    padding: 2em 1em;
    overflow: scroll;
  }

  .kid-text {
    font-size: 1em;
  }

  .heading-7 {
    width: auto;
    line-height: 1;
  }

  .bold-text {
    font-size: .9em;
    line-height: 1;
  }

  .container-3 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    font-size: 1em;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .img-right-hero {
    width: 25%;
    top: 40%;
  }

  .img-left-hero {
    width: 25%;
  }

  .paragraph-3 {
    font-size: 1.1em;
  }

  .paragraph-4 {
    font-size: 1.25em;
  }

  .heading-8 {
    font-size: 2em;
    line-height: 1;
  }

  .heading-9, .heading-10, .heading-11 {
    font-size: 2em;
  }

  .en-link-active {
    padding: .5em;
    font-weight: 700;
    line-height: 1;
  }

  .ua-link-active {
    padding: .5em;
    font-family: Mariupol Bold, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
  }
}

#w-node-c3389b55-c398-d1eb-f534-4bb042ab0dc2-557b698a, #w-node-c106a82d-f302-f12e-50f9-2b761fcbef48-557b698a, #w-node-_1bb8c03f-d2d2-61ad-eb7c-f98993d6c497-557b698a, #w-node-_57577be3-897a-6e15-011a-a9a49e9d4022-557b698a, #w-node-_2d6c6451-056a-8c5a-ca9c-1a8c68e18dd8-557b698a, #w-node-cf64a13e-b13b-04e7-1221-9724ebe06360-557b698a, #w-node-_9e9683ce-00a9-4aa7-6522-542097af68f3-557b698a, #w-node-_02d714ae-63ea-8116-b045-5b7ad0c5b425-557b698a, #w-node-ed14dde3-5604-0672-c622-70a2f4da26b7-557b698a, #w-node-_7f557023-3afa-4d21-6d58-d3758fb5b36d-557b698a, #w-node-_48da4ec2-6027-3f9a-1fba-672e51f6499d-557b698a, #w-node-_4d8642df-0430-6aeb-cd8b-a037adf1e579-557b698a, #w-node-_32dbe744-47f7-5739-b0c7-72fba8eef889-557b698a, #w-node-c52b0c29-04b3-a707-9a50-27ed349199a1-557b698a, #w-node-_99a6f819-ee89-381a-7b01-1bfd4a7e2111-557b698a, #w-node-_327a100f-c313-0270-d23f-c583e01f31bd-557b698a, #w-node-_7f9e50b5-d51a-f01a-2156-f8db6b02077e-557b698a, #w-node-_5ae689a4-477c-49ad-854f-935795c7a775-557b698a, #w-node-_0f248fc2-63c7-625e-43f4-7e8b734f0125-557b698a, #w-node-b75ef78f-773e-73ce-2246-1ea9deb2611b-557b698a, #w-node-_999f4fd9-7463-ba38-bed9-c10152d35434-557b698a, #w-node-_8ad48403-7df4-7a5e-5e18-5f28d2fecf15-557b698a, #w-node-_8cd05916-eb6d-7609-9769-9775883602e4-557b698a, #w-node-_6fdf2e3d-8872-51ed-7dc1-3c7d9a7fa49e-557b698a, #w-node-_2dd481c1-826b-6d21-57e3-50853e588dad-557b698a, #w-node-_5287637d-69e0-ca44-9c5e-425fc8d10fad-557b698a, #w-node-a1bd2038-fb76-327c-9dfa-6fc8996fc558-557b698a, #w-node-e3c1a9a6-ea1c-f835-d8a1-b69ffb45b761-557b698a, #w-node-f537e222-3209-a532-53bb-1f4b9e0f3a08-557b698a, #w-node-_03bd287f-f58a-6d52-19ca-c56545dda30f-557b698a, #w-node-adb7a7e9-3ff4-7d3b-0ac4-d902a3039201-557b698a, #w-node-_90509899-0080-7f8e-37dd-ca6a81eb7e4e-557b698a, #w-node-f480c210-23b8-bcd8-8029-ca15cd027fda-557b698a, #w-node-d416c616-2389-2bc3-4f52-b5481c673a91-557b698a, #w-node-aa0eb69e-3f86-a649-7a64-8f8c5f8da7d6-557b698a, #w-node-_687948be-4977-c0a3-963a-e12986ee2476-557b698a, #w-node-bbfef787-4a21-c21a-371d-153e7ce30e1d-557b698a, #w-node-_79299220-7196-76bd-b832-433753c0e8d7-557b698a, #w-node-_79299220-7196-76bd-b832-433753c0e8d8-557b698a, #w-node-_827214e7-ef74-b5ec-5948-92dc86301a77-557b698a, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7e7-557b698a, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7e8-557b698a, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7ea-557b698a, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7ec-557b698a, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7ed-557b698a, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7ef-557b698a, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a06-557b698a, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a07-557b698a, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a09-557b698a, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a0b-557b698a, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a0c-557b698a, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a0e-557b698a, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b1-557b698a, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b2-557b698a, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b4-557b698a, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b6-557b698a, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b7-557b698a, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b9-557b698a, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b72398-557b698a, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b72399-557b698a, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b7239b-557b698a, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b7239d-557b698a, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b7239e-557b698a, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b723a0-557b698a, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee79a-557b698a, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee79b-557b698a, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee79d-557b698a, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee79f-557b698a, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee7a0-557b698a, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee7a2-557b698a, #w-node-_6c967aad-043d-55a8-1a00-b14b48268794-557b698a, #w-node-_6c967aad-043d-55a8-1a00-b14b48268795-557b698a, #w-node-_6c967aad-043d-55a8-1a00-b14b48268797-557b698a, #w-node-_6c967aad-043d-55a8-1a00-b14b48268799-557b698a, #w-node-_6c967aad-043d-55a8-1a00-b14b4826879a-557b698a, #w-node-_6c967aad-043d-55a8-1a00-b14b4826879c-557b698a, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57ce-557b698a, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57cf-557b698a, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57d1-557b698a, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57d3-557b698a, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57d4-557b698a, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57d6-557b698a, #w-node-_9365edfd-05cf-1d89-5a03-29928592d76e-557b698a, #w-node-_9365edfd-05cf-1d89-5a03-29928592d76f-557b698a, #w-node-_9365edfd-05cf-1d89-5a03-29928592d771-557b698a, #w-node-_9365edfd-05cf-1d89-5a03-29928592d773-557b698a, #w-node-_9365edfd-05cf-1d89-5a03-29928592d774-557b698a, #w-node-_9365edfd-05cf-1d89-5a03-29928592d776-557b698a, #w-node-_011c014e-3681-b65c-dcb4-fb46dab8866f-557b698a, #w-node-_011c014e-3681-b65c-dcb4-fb46dab88670-557b698a, #w-node-_011c014e-3681-b65c-dcb4-fb46dab88672-557b698a, #w-node-_011c014e-3681-b65c-dcb4-fb46dab8866a-557b698a, #w-node-_011c014e-3681-b65c-dcb4-fb46dab8866b-557b698a, #w-node-_011c014e-3681-b65c-dcb4-fb46dab8866d-557b698a, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d1-557b698a, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d2-557b698a, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d4-557b698a, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d6-557b698a, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d7-557b698a, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d9-557b698a, #w-node-a2200809-b8ad-860c-92cc-2316b05de979-557b698a, #w-node-a2200809-b8ad-860c-92cc-2316b05de97a-557b698a, #w-node-a2200809-b8ad-860c-92cc-2316b05de97c-557b698a, #w-node-a2200809-b8ad-860c-92cc-2316b05de97e-557b698a, #w-node-a2200809-b8ad-860c-92cc-2316b05de97f-557b698a, #w-node-a2200809-b8ad-860c-92cc-2316b05de981-557b698a, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4952-557b698a, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4953-557b698a, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4955-557b698a, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4957-557b698a, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4958-557b698a, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb495a-557b698a, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203122-557b698a, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203123-557b698a, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203125-557b698a, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203127-557b698a, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203128-557b698a, #w-node-b0cbc6db-c9b6-598c-53fa-d563a120312a-557b698a, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bae-557b698a, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612baf-557b698a, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bb1-557b698a, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bb3-557b698a, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bb4-557b698a, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bb6-557b698a, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8ce7-557b698a, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8ce8-557b698a, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8cea-557b698a, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8cec-557b698a, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8ced-557b698a, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8cef-557b698a, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf529-557b698a, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf52a-557b698a, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf52c-557b698a, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf52e-557b698a, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf52f-557b698a, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf531-557b698a, #w-node-_24afbbc4-0746-5715-a114-6478ee313a1c-557b698a, #w-node-_24afbbc4-0746-5715-a114-6478ee313a1d-557b698a, #w-node-_24afbbc4-0746-5715-a114-6478ee313a1f-557b698a, #w-node-_24afbbc4-0746-5715-a114-6478ee313a21-557b698a, #w-node-_24afbbc4-0746-5715-a114-6478ee313a22-557b698a, #w-node-_24afbbc4-0746-5715-a114-6478ee313a24-557b698a, #w-node-c9d323de-41c5-9c1a-9f6e-d1ae749c992f-557b698a, #w-node-_869cc64c-0d74-5942-4141-8d476b598fbd-557b698a, #w-node-cc068391-0425-b4b0-89d2-90a15c3ce9d4-557b698a, #w-node-cc068391-0425-b4b0-89d2-90a15c3ce9d5-557b698a, #w-node-e0d0f72c-1d72-6c6c-d53e-ee0f5fa5c0d5-557b698a, #w-node-e0d0f72c-1d72-6c6c-d53e-ee0f5fa5c0d6-557b698a, #w-node-d562d21f-5a04-cece-e74f-8363cb38727a-557b698a, #w-node-d562d21f-5a04-cece-e74f-8363cb38727b-557b698a, #w-node-_168187bd-c9e3-9502-abb0-df6d646e0157-557b698a, #w-node-_168187bd-c9e3-9502-abb0-df6d646e0158-557b698a, #w-node-b5061106-765f-3b7b-1d90-50a76e46a16a-557b698a, #w-node-b5061106-765f-3b7b-1d90-50a76e46a16b-557b698a, #w-node-_010676ef-7cb8-8d7b-f245-302afa0bb6c6-557b698a, #w-node-_010676ef-7cb8-8d7b-f245-302afa0bb6c7-557b698a, #w-node-a30ba729-a74c-76b8-334c-1c15c234b41b-557b698a, #w-node-a30ba729-a74c-76b8-334c-1c15c234b41c-557b698a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8222a137-7060-a138-b98e-51dff740178c-557b698a, #w-node-_6636ab7e-d6eb-d4ee-8278-d69a1816df58-557b698a, #w-node-_130bcfc3-4a19-f9af-07d6-23b542ea5910-557b698a, #w-node-_421d792a-1c7e-d1e9-60a5-68488469a99a-557b698a, #w-node-_19a9f03b-944e-84f3-a70c-e3ecf13cdbff-557b698a, #w-node-_202d02d6-3fce-1736-11dd-3ba04892ef27-557b698a, #w-node-d91c9c1f-5d8f-71cb-bb36-453439a95a14-557b698a, #w-node-d24fa48d-2220-3ff3-1c56-6c53c24be007-557b698a, #w-node-_82ad23ad-6ea8-be40-6a87-3d316669a2b5-557b698a, #w-node-_7baffe1a-aa71-ab26-2a39-2c69f933a160-557b698a, #w-node-_990915bb-d82d-4a1c-e126-3a2b942a1069-557b698a, #w-node-_751ce451-e2c3-1d72-03d0-279e90510112-557b698a, #w-node-c9ac1742-7dcf-23c1-0460-822f711bdd20-557b698a, #w-node-d2c6937b-e542-418a-5a60-1eab001a01ec-557b698a, #w-node-_67ff5a80-cc57-955c-b555-4b3ac47d3b96-557b698a, #w-node-_71c90b5f-f71c-0328-8e50-933a709bb90e-557b698a, #w-node-f69a45ac-dccd-f089-d570-b900a0321743-557b698a, #w-node-_68645922-ce71-c96d-92ea-bb04ec2c7bf7-557b698a, #w-node-f5ab847b-68ed-5a8a-e69f-cacebda3c5ac-557b698a, #w-node-be89827c-27ba-c708-3f43-18b266a2a00b-557b698a, #w-node-_5775221c-0ce3-7493-84ec-df36e63f0b8a-557b698a, #w-node-f68ef174-7f7b-f10d-0d2b-898718c017fc-557b698a, #w-node-c2a58571-14d4-6989-2fb8-8c4a194d7419-557b698a, #w-node-_22bdfbc1-5a6e-71e3-20e0-469f0382729f-557b698a, #w-node-ff3168f7-feab-43e7-4ef4-dacf31db5c24-557b698a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c3389b55-c398-d1eb-f534-4bb042ab0dc2-d85bc5f7, #w-node-c106a82d-f302-f12e-50f9-2b761fcbef48-d85bc5f7, #w-node-_1bb8c03f-d2d2-61ad-eb7c-f98993d6c497-d85bc5f7, #w-node-_57577be3-897a-6e15-011a-a9a49e9d4022-d85bc5f7, #w-node-_2d6c6451-056a-8c5a-ca9c-1a8c68e18dd8-d85bc5f7, #w-node-cf64a13e-b13b-04e7-1221-9724ebe06360-d85bc5f7, #w-node-_9e9683ce-00a9-4aa7-6522-542097af68f3-d85bc5f7, #w-node-_02d714ae-63ea-8116-b045-5b7ad0c5b425-d85bc5f7, #w-node-ed14dde3-5604-0672-c622-70a2f4da26b7-d85bc5f7, #w-node-_7f557023-3afa-4d21-6d58-d3758fb5b36d-d85bc5f7, #w-node-_48da4ec2-6027-3f9a-1fba-672e51f6499d-d85bc5f7, #w-node-_4d8642df-0430-6aeb-cd8b-a037adf1e579-d85bc5f7, #w-node-_32dbe744-47f7-5739-b0c7-72fba8eef889-d85bc5f7, #w-node-c52b0c29-04b3-a707-9a50-27ed349199a1-d85bc5f7, #w-node-_99a6f819-ee89-381a-7b01-1bfd4a7e2111-d85bc5f7, #w-node-_327a100f-c313-0270-d23f-c583e01f31bd-d85bc5f7, #w-node-_7f9e50b5-d51a-f01a-2156-f8db6b02077e-d85bc5f7, #w-node-_5ae689a4-477c-49ad-854f-935795c7a775-d85bc5f7, #w-node-_0f248fc2-63c7-625e-43f4-7e8b734f0125-d85bc5f7, #w-node-b75ef78f-773e-73ce-2246-1ea9deb2611b-d85bc5f7, #w-node-_999f4fd9-7463-ba38-bed9-c10152d35434-d85bc5f7, #w-node-_8ad48403-7df4-7a5e-5e18-5f28d2fecf15-d85bc5f7, #w-node-_8cd05916-eb6d-7609-9769-9775883602e4-d85bc5f7, #w-node-_455bfd23-1759-e240-d11b-85fde2dd7012-d85bc5f7, #w-node-_6ab6e77f-cd60-1ec9-9bd3-f4794c82c97b-d85bc5f7, #w-node-ccb19b1a-5371-5bcd-e0f7-0cdc1fd5dd68-d85bc5f7, #w-node-a5a8d837-c899-eb6b-05f5-b82896512ea7-d85bc5f7, #w-node-acc523fe-3dcb-a41a-547f-4705a8226cdc-d85bc5f7, #w-node-e5a8bc97-006a-4e93-497b-f51a6caa3bd1-d85bc5f7, #w-node-_1da082f6-017c-621c-3346-a1d71a8bbb3b-d85bc5f7, #w-node-_426d664b-a3eb-96f4-609d-3f0f2bb4f3a5-d85bc5f7, #w-node-_4387b6ff-2958-09cb-eefa-5932b3fe102d-d85bc5f7, #w-node-eb935a44-ed48-39a7-210d-7bda4056129d-d85bc5f7, #w-node-_86972002-dd10-d25f-7314-1e1b8349310d-d85bc5f7, #w-node-aa0eb69e-3f86-a649-7a64-8f8c5f8da7d6-d85bc5f7, #w-node-_687948be-4977-c0a3-963a-e12986ee2476-d85bc5f7, #w-node-bbfef787-4a21-c21a-371d-153e7ce30e1d-d85bc5f7, #w-node-_79299220-7196-76bd-b832-433753c0e8d7-d85bc5f7, #w-node-_79299220-7196-76bd-b832-433753c0e8d8-d85bc5f7, #w-node-_827214e7-ef74-b5ec-5948-92dc86301a77-d85bc5f7, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7e7-d85bc5f7, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7e8-d85bc5f7, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7ea-d85bc5f7, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7ec-d85bc5f7, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7ed-d85bc5f7, #w-node-ba6144ce-f9d0-2e4d-1035-f681edfaa7ef-d85bc5f7, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a06-d85bc5f7, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a07-d85bc5f7, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a09-d85bc5f7, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a0b-d85bc5f7, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a0c-d85bc5f7, #w-node-f0034641-28c5-c6c2-6c51-85a5febb4a0e-d85bc5f7, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b1-d85bc5f7, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b2-d85bc5f7, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b4-d85bc5f7, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b6-d85bc5f7, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b7-d85bc5f7, #w-node-_7cdc0b90-f700-f287-93cd-80ab80d776b9-d85bc5f7, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b72398-d85bc5f7, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b72399-d85bc5f7, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b7239b-d85bc5f7, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b7239d-d85bc5f7, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b7239e-d85bc5f7, #w-node-f3ca6b36-bb6f-aa8f-c96b-d72e85b723a0-d85bc5f7, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee79a-d85bc5f7, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee79b-d85bc5f7, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee79d-d85bc5f7, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee79f-d85bc5f7, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee7a0-d85bc5f7, #w-node-_02fa39d9-42cc-66c9-d4d4-5f70f25ee7a2-d85bc5f7, #w-node-_6c967aad-043d-55a8-1a00-b14b48268794-d85bc5f7, #w-node-_6c967aad-043d-55a8-1a00-b14b48268795-d85bc5f7, #w-node-_6c967aad-043d-55a8-1a00-b14b48268797-d85bc5f7, #w-node-_6c967aad-043d-55a8-1a00-b14b48268799-d85bc5f7, #w-node-_6c967aad-043d-55a8-1a00-b14b4826879a-d85bc5f7, #w-node-_6c967aad-043d-55a8-1a00-b14b4826879c-d85bc5f7, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57ce-d85bc5f7, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57cf-d85bc5f7, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57d1-d85bc5f7, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57d3-d85bc5f7, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57d4-d85bc5f7, #w-node-_52924564-2517-6be3-66d4-2d4af1ea57d6-d85bc5f7, #w-node-_9365edfd-05cf-1d89-5a03-29928592d76e-d85bc5f7, #w-node-_9365edfd-05cf-1d89-5a03-29928592d76f-d85bc5f7, #w-node-_9365edfd-05cf-1d89-5a03-29928592d771-d85bc5f7, #w-node-_9365edfd-05cf-1d89-5a03-29928592d773-d85bc5f7, #w-node-_9365edfd-05cf-1d89-5a03-29928592d774-d85bc5f7, #w-node-_9365edfd-05cf-1d89-5a03-29928592d776-d85bc5f7, #w-node-_011c014e-3681-b65c-dcb4-fb46dab8866f-d85bc5f7, #w-node-_011c014e-3681-b65c-dcb4-fb46dab88670-d85bc5f7, #w-node-_011c014e-3681-b65c-dcb4-fb46dab88672-d85bc5f7, #w-node-_011c014e-3681-b65c-dcb4-fb46dab8866a-d85bc5f7, #w-node-_011c014e-3681-b65c-dcb4-fb46dab8866b-d85bc5f7, #w-node-_011c014e-3681-b65c-dcb4-fb46dab8866d-d85bc5f7, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d1-d85bc5f7, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d2-d85bc5f7, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d4-d85bc5f7, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d6-d85bc5f7, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d7-d85bc5f7, #w-node-_75abffd4-e235-18a3-c4fb-be36fca023d9-d85bc5f7, #w-node-a2200809-b8ad-860c-92cc-2316b05de979-d85bc5f7, #w-node-a2200809-b8ad-860c-92cc-2316b05de97a-d85bc5f7, #w-node-a2200809-b8ad-860c-92cc-2316b05de97c-d85bc5f7, #w-node-a2200809-b8ad-860c-92cc-2316b05de97e-d85bc5f7, #w-node-a2200809-b8ad-860c-92cc-2316b05de97f-d85bc5f7, #w-node-a2200809-b8ad-860c-92cc-2316b05de981-d85bc5f7, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4952-d85bc5f7, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4953-d85bc5f7, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4955-d85bc5f7, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4957-d85bc5f7, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb4958-d85bc5f7, #w-node-bfaf3673-398b-8e3b-e20a-6eb1e3bb495a-d85bc5f7, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203122-d85bc5f7, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203123-d85bc5f7, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203125-d85bc5f7, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203127-d85bc5f7, #w-node-b0cbc6db-c9b6-598c-53fa-d563a1203128-d85bc5f7, #w-node-b0cbc6db-c9b6-598c-53fa-d563a120312a-d85bc5f7, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bae-d85bc5f7, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612baf-d85bc5f7, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bb1-d85bc5f7, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bb3-d85bc5f7, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bb4-d85bc5f7, #w-node-d2a3dda5-eea4-a67c-5abf-7e1ff3612bb6-d85bc5f7, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8ce7-d85bc5f7, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8ce8-d85bc5f7, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8cea-d85bc5f7, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8cec-d85bc5f7, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8ced-d85bc5f7, #w-node-_8a80266c-6ab5-330b-8f75-d6dbd20e8cef-d85bc5f7, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf529-d85bc5f7, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf52a-d85bc5f7, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf52c-d85bc5f7, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf52e-d85bc5f7, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf52f-d85bc5f7, #w-node-_4739452e-b8cc-2c61-9cd9-768ed1fcf531-d85bc5f7, #w-node-_24afbbc4-0746-5715-a114-6478ee313a1c-d85bc5f7, #w-node-_24afbbc4-0746-5715-a114-6478ee313a1d-d85bc5f7, #w-node-_24afbbc4-0746-5715-a114-6478ee313a1f-d85bc5f7, #w-node-_24afbbc4-0746-5715-a114-6478ee313a21-d85bc5f7, #w-node-_24afbbc4-0746-5715-a114-6478ee313a22-d85bc5f7, #w-node-_24afbbc4-0746-5715-a114-6478ee313a24-d85bc5f7, #w-node-c9d323de-41c5-9c1a-9f6e-d1ae749c992f-d85bc5f7, #w-node-_869cc64c-0d74-5942-4141-8d476b598fbd-d85bc5f7, #w-node-cc068391-0425-b4b0-89d2-90a15c3ce9d4-d85bc5f7, #w-node-cc068391-0425-b4b0-89d2-90a15c3ce9d5-d85bc5f7, #w-node-e0d0f72c-1d72-6c6c-d53e-ee0f5fa5c0d5-d85bc5f7, #w-node-e0d0f72c-1d72-6c6c-d53e-ee0f5fa5c0d6-d85bc5f7, #w-node-d562d21f-5a04-cece-e74f-8363cb38727a-d85bc5f7, #w-node-d562d21f-5a04-cece-e74f-8363cb38727b-d85bc5f7, #w-node-_168187bd-c9e3-9502-abb0-df6d646e0157-d85bc5f7, #w-node-_168187bd-c9e3-9502-abb0-df6d646e0158-d85bc5f7, #w-node-b5061106-765f-3b7b-1d90-50a76e46a16a-d85bc5f7, #w-node-b5061106-765f-3b7b-1d90-50a76e46a16b-d85bc5f7, #w-node-_010676ef-7cb8-8d7b-f245-302afa0bb6c6-d85bc5f7, #w-node-_010676ef-7cb8-8d7b-f245-302afa0bb6c7-d85bc5f7, #w-node-a30ba729-a74c-76b8-334c-1c15c234b41b-d85bc5f7, #w-node-a30ba729-a74c-76b8-334c-1c15c234b41c-d85bc5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8222a137-7060-a138-b98e-51dff740178c-d85bc5f7, #w-node-_6636ab7e-d6eb-d4ee-8278-d69a1816df58-d85bc5f7, #w-node-_130bcfc3-4a19-f9af-07d6-23b542ea5910-d85bc5f7, #w-node-_421d792a-1c7e-d1e9-60a5-68488469a99a-d85bc5f7, #w-node-_19a9f03b-944e-84f3-a70c-e3ecf13cdbff-d85bc5f7, #w-node-_202d02d6-3fce-1736-11dd-3ba04892ef27-d85bc5f7, #w-node-d91c9c1f-5d8f-71cb-bb36-453439a95a14-d85bc5f7, #w-node-d24fa48d-2220-3ff3-1c56-6c53c24be007-d85bc5f7, #w-node-_82ad23ad-6ea8-be40-6a87-3d316669a2b5-d85bc5f7, #w-node-_7baffe1a-aa71-ab26-2a39-2c69f933a160-d85bc5f7, #w-node-_990915bb-d82d-4a1c-e126-3a2b942a1069-d85bc5f7, #w-node-_751ce451-e2c3-1d72-03d0-279e90510112-d85bc5f7, #w-node-c9ac1742-7dcf-23c1-0460-822f711bdd20-d85bc5f7, #w-node-d2c6937b-e542-418a-5a60-1eab001a01ec-d85bc5f7, #w-node-_67ff5a80-cc57-955c-b555-4b3ac47d3b96-d85bc5f7, #w-node-_71c90b5f-f71c-0328-8e50-933a709bb90e-d85bc5f7, #w-node-f69a45ac-dccd-f089-d570-b900a0321743-d85bc5f7, #w-node-_68645922-ce71-c96d-92ea-bb04ec2c7bf7-d85bc5f7, #w-node-f5ab847b-68ed-5a8a-e69f-cacebda3c5ac-d85bc5f7, #w-node-be89827c-27ba-c708-3f43-18b266a2a00b-d85bc5f7, #w-node-_5775221c-0ce3-7493-84ec-df36e63f0b8a-d85bc5f7, #w-node-f68ef174-7f7b-f10d-0d2b-898718c017fc-d85bc5f7, #w-node-c2a58571-14d4-6989-2fb8-8c4a194d7419-d85bc5f7, #w-node-_22bdfbc1-5a6e-71e3-20e0-469f0382729f-d85bc5f7, #w-node-ff3168f7-feab-43e7-4ef4-dacf31db5c24-d85bc5f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}


@font-face {
  font-family: 'Mariupol Regular';
  src: url('../fonts/Mariupol-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mariupol Bold';
  src: url('../fonts/Mariupol-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}