:root {
  --orange: #db9948;
  --green: #435645;
  --yellow: #ebc800;
  --lime: #ffeb0f;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
  font-size: 1.38em;
  line-height: 2em;
}

.body {
  background-color: var(--orange);
  font-family: Noto Sans Mono, sans-serif;
  font-weight: 700;
}

.page-padding {
  padding: 4em 3%;
}

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

.main-link-logo {
  background-color: var(--green);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
}

.main-link-logo:hover {
  transform: scale(1.1);
}

.image {
  padding: 1em;
}

.heading_main {
  color: var(--green);
  text-transform: uppercase;
  justify-content: center;
  margin-top: .5em;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
}

.text-disc-main {
  color: var(--green);
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 2rem;
  line-height: 1.3;
}

.yellow-span {
  height: 100%;
  background-color: var(--yellow);
  margin-right: .5em;
  padding-top: .2em;
  line-height: .8;
  display: block;
}

.heroes-img {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.svoi-text {
  z-index: 5;
  background-color: var(--green);
  color: var(--yellow);
  text-align: center;
  border-radius: 30px;
  margin-top: -3em;
  padding: 1.5em;
  display: inline-block;
  position: relative;
  top: 0;
}

.heading {
  text-transform: uppercase;
  font-size: 2.63rem;
  line-height: 1;
}

.heroes-content {
  position: relative;
}

.speachbubble-right {
  background-color: var(--yellow);
  border-radius: 30px;
  margin-left: -2%;
  padding: 1.5em;
  position: relative;
  top: 0;
}

.paragraph {
  font-size: 1.38em;
  line-height: 1;
}

.para-text {
  float: right;
  clear: both;
  font-size: 1.38rem;
  font-weight: 700;
}

.ushko-yellow-img {
  position: absolute;
  top: auto;
  bottom: -.3rem;
  left: auto;
  right: -2rem;
}

.grid-heroes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: -2em;
}

.heroes-image {
  width: 95%;
  position: relative;
  left: 5%;
}

.patch-img {
  z-index: 5;
  width: 10rem;
  height: 100%;
  position: relative;
  left: -2rem;
}

.grid-heroes2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
  position: relative;
  top: -2em;
}

.speachbubble-left {
  background-color: var(--green);
  border-radius: 30px;
  margin-left: 0%;
  padding: 1.5em;
  position: relative;
  top: 0;
}

.para-text-yellow {
  color: var(--lime);
  font-size: 1.38rem;
  font-weight: 700;
}

.ushko-green-img {
  position: absolute;
  top: auto;
  bottom: -.3rem;
  left: -2rem;
  right: auto;
}

.big-img {
  width: 100%;
  max-width: none;
}

.embed-code {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.speechbubble-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
  top: 0;
}

.speachbubble-right2 {
  background-color: var(--yellow);
  border-radius: 30px;
  margin-left: 0%;
  padding: 1.5em;
  position: relative;
  top: 0;
}

.empty-slot {
  width: 100%;
}

.speechbuble-left2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 0;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
  top: 0;
}

.span-img {
  clear: none;
  position: absolute;
  top: auto;
  bottom: 1.5rem;
  left: 27rem;
  right: 0%;
}

.image-span {
  width: 6.5em;
  height: 1.5em;
  background-image: url('../images/rely.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-left: .5em;
  padding-top: 0;
  display: inline-block;
  position: relative;
  bottom: -10px;
}

.span-highlight {
  background-color: var(--lime);
  color: var(--green);
  border-radius: 15px;
  padding: .3em;
}

.button {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--green);
  cursor: pointer;
  border-radius: 30px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 8rem;
  font-size: 1.38rem;
  transition: all .5s;
  display: block;
}

.button:hover {
  border-color: var(--lime);
  background-color: var(--orange);
  color: var(--lime);
}

.footer {
  background-color: var(--green);
  flex-direction: column;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.heading-2 {
  color: var(--lime);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.socials-footer {
  align-items: flex-end;
  margin-top: 4em;
  margin-bottom: 2em;
  display: flex;
}

.social-link {
  width: 5em;
  cursor: pointer;
  transition: all .5s;
}

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

.social-img {
  width: 100%;
}

.link-span {
  color: var(--green);
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .heading_main {
    text-align: center;
    display: block;
  }

  .yellow-span {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: inline-block;
  }

  .ushko-yellow-img {
    width: 2.5rem;
    bottom: -.1rem;
    right: -1.2rem;
  }

  .grid-heroes {
    grid-template-columns: .25fr 1fr;
  }

  .heroes-image {
    width: 100%;
  }

  .patch-img {
    width: 5rem;
    left: -2rem;
  }

  .ushko-green-img {
    width: 2.5rem;
    bottom: -.1rem;
    left: -1.2rem;
  }

  .big-img {
    width: 100%;
  }

  .socials-footer {
    width: auto;
  }

  .social-link {
    width: 6em;
  }
}

@media screen and (max-width: 767px) {
  .heading_main {
    font-size: 5.5rem;
  }

  .text-disc-main {
    font-size: 1.8rem;
  }

  .patch-img {
    width: 4rem;
  }

  .big-img {
    width: 100%;
  }

  .heading-2 {
    text-align: center;
    line-height: 1.3;
  }

  .socials-footer {
    width: 70%;
  }

  .social-link {
    width: 7em;
  }
}

@media screen and (max-width: 479px) {
  .heading_main {
    font-size: 5rem;
    line-height: 1;
  }

  .text-disc-main {
    font-size: 1.3rem;
  }

  .heroes-img {
    aspect-ratio: 1 / 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .svoi-text {
    border-radius: 15px;
    margin-top: -1rem;
    padding: 1em;
  }

  .para-text {
    font-size: 1.2rem;
    line-height: 1.6em;
  }

  .grid-heroes {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    top: -4rem;
  }

  .heroes-image {
    width: 231%;
    max-width: none;
    object-fit: cover;
  }

  .patch-img {
    z-index: 10;
    width: 2.6rem;
    display: none;
    position: absolute;
    top: -39%;
    bottom: auto;
    left: 45vw;
    right: 0%;
  }

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

  .para-text-yellow {
    font-size: 1.2rem;
    line-height: 1.6em;
  }

  .speechbubble-right, .speechbuble-left2 {
    grid-template-columns: 1fr;
  }

  .image-span {
    width: 7.5em;
    height: 1.7em;
  }

  .button {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .socials-footer {
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }

  .social-link {
    width: 6em;
  }
}

#w-node-_3d526e93-7068-f30b-e14a-707be62ba017-0bef31ae {
  align-self: start;
}

#w-node-_0b87510f-e33b-9f16-bc2b-beb3441b978b-0bef31ae, #w-node-_14d33bac-7816-dab3-f210-a580a340514a-0bef31ae, #w-node-_0adb8c0e-2472-cbad-822f-e7ffd7fd472f-0bef31ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


