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

@font-face {
  font-family: Monumentextended;
  src: url('../fonts/MonumentExtended-Ultrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f4f1ee;
  --black: #111;
  --black_07: #111111b3;
  --red: #e02f2f;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  text-decoration: none;
}

a:active, a:visited, a.w--current {
  color: var(--white);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.body {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  font-family: Antonio, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.navbar {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 80px;
  position: fixed;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.logo {
  background-image: url('../images/b0yc077-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  padding-bottom: 0;
}

.navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding: 0;
  font-size: 16px;
  line-height: 35px;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-cta {
  border: 1px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.section {
  padding: 16px;
}

.section.big-pad {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero {
  padding-top: 100px;
}

.section.white {
  background-color: var(--white);
  color: var(--black);
}

.section.white.no-right-pad {
  padding-right: 0;
}

.section.small-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.powerless {
  background-color: var(--red);
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-wrap {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-wrap.manifesto {
  text-align: left;
  align-items: flex-start;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monumentextended, Arial, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 90%;
}

.cta-link {
  border: 1px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.cta-link:hover {
  background-color: var(--white);
  color: var(--red);
}

.cta-link.hero {
  margin-top: 40px;
}

.hero-img {
  aspect-ratio: 16 / 9;
  object-position: 50% 0%;
  background-image: url('../images/Screenshot-2025-07-30-at-02.33.45_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.two-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monumentextended, Arial, sans-serif;
  font-size: 66px;
  line-height: 100%;
}

.h2.bold {
  font-weight: 700;
}

.h2.bold.white {
  color: var(--white);
}

.col-left {
  width: 75%;
}

.sub-title {
  margin-top: 16px;
  font-weight: 700;
}

.paragraph {
  text-transform: none;
  margin-bottom: 0;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monumentextended, Arial, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

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

.h3.bold {
  font-weight: 700;
}

.frame-txt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  width: 55%;
  display: flex;
}

.text-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.big-red-txt {
  color: var(--red);
  font-family: Monumentextended, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.width-40 {
  width: 40%;
}

.width-60 {
  width: 60%;
}

.row-txt {
  cursor: pointer;
}

.row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #000;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.row.last {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
}

.row.last:hover {
  background-color: var(--red);
}

.arrow-right {
  width: 40px;
  height: 40px;
}

.red-wrapper {
  background-color: var(--red);
  padding: 40px 16px;
}

.frame-center-txt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.paragraph-small {
  text-transform: none;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 140%;
}

.paragraph-small.bold {
  font-weight: 700;
}

.cta-link-white {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0 24px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cta-link-white:hover {
  border-color: var(--red);
  background-color: var(--white);
  color: var(--red);
}

.cta-link-white:active, .cta-link-white:focus, .cta-link-white:visited {
  color: var(--black);
}

.footer-big-txt {
  font-family: Monumentextended, Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
}

.footer-big-txt.mobile {
  display: none;
}

.numbers-counter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 8px solid var(--white);
  padding: 8px;
  display: flex;
}

.number-block {
  background-color: var(--white);
  color: var(--black);
  padding: 16px;
}

.number {
  font-family: Monumentextended, Arial, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

.white-border-txt {
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
  position: relative;
}

.footer-link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}

.footer-txt {
  text-transform: none;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 40px 16px;
  display: flex;
}

.txt-manifesto {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.rich-text p {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300;
}

.rich-text ul {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 700;
}

.rich-text li {
  margin-bottom: 16px;
  font-weight: 400;
}

.rich-text a {
  word-break: break-all;
}

.modal-wrap {
  z-index: 999;
  background-color: var(--black_07);
  color: var(--black);
  display: none;
  position: fixed;
  inset: 0% 0% 0;
}

.modal-inner-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal-content {
  background-color: var(--black);
  width: 90%;
  padding: 40px 16px;
  overflow: auto;
}

.close-btn-wrap {
  justify-content: flex-end;
  height: 48px;
  display: flex;
}

.source {
  text-transform: none;
  margin-bottom: 0;
  font-size: 20px;
}

.source.small {
  color: var(--black);
  font-size: 20px;
}

.source.full-width {
  text-align: left;
  width: 100%;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monumentextended, Arial, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.navlinks-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.nav-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.logo-mob {
  display: none;
}

.sub-title-manifesto {
  text-transform: none;
  margin-bottom: 0;
}

.col-right {
  width: 25%;
}

.construction-txt {
  padding-top: 40px;
  padding-bottom: 24px;
}

.construction-srcs {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.flex-v {
  flex-flow: column;
  display: flex;
}

.source-hero {
  position: absolute;
  inset: auto auto 0% 16px;
}

.modal-center {
  background-color: var(--white);
  text-align: left;
  width: 100%;
  padding: 8px;
}

.modal-img {
  aspect-ratio: 16 / 9;
  background-image: url('../images/Screenshot-2025-07-30-at-02.33.45_1.avif');
  background-position: 50%;
  background-size: cover;
  border: 8px solid #000;
  width: 100%;
  margin-bottom: 24px;
}

.meta-title {
  text-transform: none;
  padding-bottom: 8px;
  font-family: Monumentextended, Arial, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.modal-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.share-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: -8px;
  display: flex;
}

.share-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  padding: 8px 24px;
  display: flex;
}

.share-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.share-img {
  width: 30px;
  height: 30px;
}

.meta-desc {
  text-transform: none;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .h1 {
    font-size: 180px;
  }

  .col-left {
    width: 65%;
  }

  .footer-big-txt {
    font-size: 90px;
  }

  .number {
    font-size: 172px;
  }

  .col-right {
    width: 35%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link, .nav-cta, .cta-link.hero, .sub-title {
    font-weight: 700;
  }

  .frame-txt {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .red-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .frame-center-txt {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-big-txt {
    font-size: 108px;
  }

  .txt-manifesto {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .col-right {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .section.big-pad, .section.powerless {
    padding-left: 80px;
    padding-right: 80px;
  }

  .col-left {
    width: 60%;
  }

  .frame-txt {
    width: 40%;
  }

  .red-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .frame-center-txt {
    width: 40%;
  }

  .footer-big-txt {
    font-size: 140px;
  }

  .txt-manifesto {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    background-color: var(--black_07);
    width: 100svw;
    height: 100svh;
    inset: 0%;
  }

  .nav-link {
    font-size: 40px;
  }

  .nav-cta {
    width: 100%;
  }

  .h1 {
    font-size: 100px;
  }

  .two-col {
    flex-flow: column;
  }

  .h2 {
    font-size: 44px;
  }

  .col-left {
    width: 100%;
  }

  .h3 {
    font-size: 52px;
  }

  .big-red-txt {
    font-size: 60px;
  }

  .width-40 {
    width: 100%;
  }

  .footer-big-txt {
    font-size: 56px;
  }

  .number {
    font-size: 80px;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-btn {
    background-color: var(--black);
    background-image: url('../images/burguer-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .menu-btn.w--open {
    background-color: var(--black);
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: auto;
  }

  .h4 {
    font-size: 52px;
  }

  .navlinks-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .hide {
    display: none;
  }

  .nav-wrap {
    background-color: var(--black);
    flex-flow: column;
    width: 90%;
    height: 100%;
    margin-left: auto;
    padding: 80px 16px 16px;
  }

  .logo-mob {
    align-items: center;
    width: 90%;
    height: 80px;
    padding-left: 16px;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .col-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.big-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.hero {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.white {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.powerless {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-wrap.manifesto {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1 {
    font-size: 64px;
  }

  .h2 {
    font-size: 36px;
  }

  .paragraph {
    font-size: 40px;
    line-height: 140%;
  }

  .paragraph.no-change {
    font-size: 32px;
    line-height: 40px;
  }

  .h3 {
    font-size: 48px;
  }

  .h3.cta {
    font-size: 32px;
  }

  .frame-txt {
    width: 100%;
  }

  .big-red-txt {
    font-size: 32px;
  }

  .width-60 {
    width: 100%;
  }

  .red-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .footer-big-txt {
    font-size: 36px;
  }

  .numbers-counter {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-width: 4px;
    padding: 4px;
  }

  .number-block {
    padding: 8px;
  }

  .number {
    font-size: 40px;
  }

  .txt-manifesto {
    width: 100%;
  }

  .rich-text p {
    font-size: 24px;
    line-height: 160%;
  }

  .cta-wrap {
    width: 80%;
  }

  .h4 {
    font-size: 40px;
  }

  .sub-title-manifesto {
    font-size: 24px;
    line-height: 40px;
  }

  .meta-title {
    font-size: 24px;
  }

  .share-wrap {
    flex-flow: column;
    width: 100%;
  }

  .share-block {
    justify-content: center;
  }

  .meta-desc {
    font-size: 24px;
    line-height: 140%;
  }
}

@media screen and (max-width: 479px) {
  .section.white {
    margin: 8px;
    padding: 24px 8px;
  }

  .h1 {
    font-size: 52px;
  }

  .h1.manifesto {
    font-size: 48px;
  }

  .cta-link.hero {
    width: 100%;
  }

  .red-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .footer-big-txt {
    font-size: 40px;
    display: none;
  }

  .footer-big-txt.mobile {
    font-size: 52px;
    display: block;
  }

  .numbers-counter {
    padding: 4px;
  }
}


@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}