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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.overflow-hidden-container {
  overflow: hidden;
}

.body {
  background-color: #47ae54;
  overflow: visible;
}

.section {
  padding-left: 24px;
  padding-right: 24px;
}

.section.is--footer {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section.is--hero {
  background-image: url('../images/lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 0;
  position: relative;
}

.section.is--match {
  background-image: url('../images/bricks.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section.is--card-day {
  position: relative;
  overflow: hidden;
}

.section.is--idea {
  background-image: url('../images/lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section.is--box {
  background-color: #389e44;
  overflow: hidden;
}

.section.is--cup {
  background-image: url('../images/bricks.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section.is--grid {
  background-image: url('../images/lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section.is--game {
  background-color: #0000;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.container.is--idea {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container.is--card-day {
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.container.is--box {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container.is--cup {
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.container.is--grid, .container.is--game {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container.is--match {
  z-index: 1;
  flex-flow: column;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.container.is--hero {
  padding-top: 230px;
  padding-bottom: 160px;
}

.grid__content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid__header {
  width: 640px;
}

.grid__points {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Cerapro, Arial, sans-serif;
  font-size: 38px;
  line-height: 40px;
}

.h2.is--left {
  text-align: left;
}

.grid__block {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffcd00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  padding: 24px;
  display: flex;
  position: relative;
}

.body2_accent {
  font-family: Cerapro, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.body2 {
  font-family: Cerapro, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.body2.is--white {
  color: #fff;
}

.body2.is--white.text2 {
  position: static;
  inset: auto 0% 0%;
}

.body3 {
  font-family: Cerapro, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.body3.is--acsent {
  font-weight: 700;
}

.image {
  z-index: 0;
  max-width: 30%;
  position: absolute;
  inset: -170px -140px auto auto;
}

.cup__content {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.cup__text-group {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cup__img {
  background-color: #f8f8f8;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cup__img1 {
  width: 70%;
  max-width: none;
  height: auto;
}

.image-2 {
  z-index: 0;
  max-width: 60%;
  position: absolute;
  inset: auto -160px 10px auto;
}

.image-3 {
  z-index: 2;
  max-width: 17%;
  position: absolute;
  inset: auto -80px 30px auto;
}

.image-4 {
  max-width: 140px;
  position: absolute;
  inset: 0 auto 0% -50px;
}

.game__content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.game__header {
  width: 970px;
}

.game__group {
  width: 100%;
}

.box__content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.idea__content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-day__content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.match__content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__content {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.idea__header {
  width: 480px;
}

.match__header {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 780px;
  display: flex;
}

.idea__text {
  width: 660px;
}

.idea__img1 {
  width: 18%;
  max-width: none;
  position: absolute;
  inset: 220px auto 0% 0%;
}

.idea__img2 {
  width: 13%;
  max-width: none;
  position: absolute;
  inset: 250px 0% auto auto;
}

.idea__img3 {
  width: 270px;
  max-width: none;
  position: absolute;
  inset: auto 0% 50px auto;
}

.idea__img4 {
  width: 250px;
  max-width: none;
  position: absolute;
  inset: 50px auto auto 70px;
}

.card-day__card {
  background-color: #fff;
  border-radius: 30px;
  width: 450px;
  height: 670px;
  display: flex;
}

.card-day__img1 {
  z-index: 1;
  position: absolute;
  inset: auto auto 0% -70px;
}

.card-day__img2 {
  z-index: 0;
  width: 27%;
  max-width: none;
  position: absolute;
  inset: 30px auto auto 30px;
}

.card-day__img3 {
  width: 40%;
  max-width: none;
  position: absolute;
  inset: 250px -160px 0% auto;
}

.match__line {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.match__text-group {
  z-index: 1;
  width: 570px;
  margin-bottom: 120px;
  position: relative;
  inset: auto;
}

.image-5 {
  z-index: 0;
  width: 790px;
  max-width: none;
  position: absolute;
  inset: auto auto 0%;
}

.text-span {
  color: #fff;
  text-decoration: underline;
}

.match_img1 {
  z-index: 1;
  width: 157px;
  max-width: none;
  position: absolute;
  inset: auto 0% 280px 0;
}

.match_img2 {
  z-index: 1;
  width: 190px;
  max-width: none;
  position: absolute;
  inset: auto -50px 100px auto;
}

.hero__side1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero__side2 {
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-right: 24px;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 64px;
  line-height: 70px;
}

.hero__logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__img1 {
  width: 890px;
  max-width: none;
  position: absolute;
  inset: -260px auto auto;
}

.hero__img2 {
  position: absolute;
  inset: auto auto -120px 0%;
}

.hero__img3 {
  max-width: 100%;
  position: absolute;
  inset: auto 110px -10px auto;
}

.box__img {
  position: relative;
}

.hero__side1-text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

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

.block-with-accent {
  position: relative;
}

.body2-2 {
  color: #ecebeb;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.accent-text {
  color: #ffc200;
  font-weight: 700;
  position: relative;
}

.tooltip {
  z-index: 1;
  opacity: 1;
  display: block;
  position: absolute;
  top: 54px;
  bottom: auto;
  right: -14px;
  overflow: hidden;
}

.tooltip.is--3 {
  opacity: 0;
  border-radius: 0;
  top: 47%;
  right: 0%;
}

.tooltip.is--1 {
  opacity: 0;
  inset: 90px auto auto -20px;
}

.tooltip.is--2 {
  opacity: 0;
  top: 0%;
  right: 37%;
}

.tooltip.is--4 {
  opacity: 0;
  top: 62%;
  right: 28%;
}

.image-6 {
  opacity: 1;
  border-radius: 20px;
  max-width: 338px;
  display: block;
}

.num1 {
  z-index: auto;
  position: absolute;
  inset: 8% auto auto 0%;
}

.num2 {
  z-index: auto;
  position: absolute;
  inset: 3% 33% auto auto;
}

.num3 {
  z-index: auto;
  position: absolute;
  inset: 40% 20% auto auto;
}

.num4 {
  position: absolute;
  inset: auto 42% 38% auto;
}

.box__mob {
  display: none;
}

.slider {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.mask {
  border-radius: 30px;
}

.right-arrow {
  right: 0;
}

.image-7 {
  width: 100%;
  max-width: none;
}

.section-footer {
  overflow: hidden;
}

.image-9 {
  width: 100%;
  max-width: none;
}

.grid__block-header {
  height: 110px;
}

.grid__block-text {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid__coffee-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 100%;
}

.button-3 {
  background-color: #ffcd00;
  border-radius: 80px;
  padding: 4px;
}

.line {
  outline-offset: 0px;
  background-color: #000;
  border: 1px #000;
  outline: 3px #000;
  width: 22px;
  height: 2px;
}

.share-icon {
  background-color: #ececec00;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.image-10 {
  width: 23px;
  height: 100%;
}

.image-10.ok {
  width: 30px;
  height: 22px;
}

.nav-header-sticky {
  z-index: 100;
  color: #3330;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 4px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-24 {
  height: 15px;
}

.div-block-30 {
  align-self: center;
}

.div-block-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  padding-left: 0;
  display: flex;
}

.share-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.link {
  color: #fff;
}

.grid__block-botton {
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-4 {
  text-align: center;
  background-color: #47ae54;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: Cerapro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-4.is--line {
  color: #47ae54;
  background-color: #0000;
  border: 3px solid #47ae54;
}

.grid__block-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: 92%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container.is--hero {
    padding-top: 250px;
  }

  .image {
    max-width: 40%;
    right: -210px;
  }

  .image-2 {
    max-width: 70%;
    right: -240px;
  }

  .image-3 {
    right: -190px;
  }

  .image-4 {
    max-width: 180px;
    left: -140px;
  }

  .idea__img1 {
    width: 259px;
    top: 23%;
  }

  .idea__img2 {
    width: 187px;
    top: 23%;
  }

  .idea__img3 {
    right: 5%;
  }

  .idea__img4 {
    left: 10%;
  }

  .card-day__img1 {
    left: -140px;
  }

  .match_img1 {
    left: -30px;
  }

  .match_img2 {
    width: 210px;
    bottom: 40px;
    right: -80px;
  }

  .hero__side2 {
    width: 150%;
    margin-right: -60px;
  }

  .hero__img1 {
    width: 940px;
    margin-top: 0;
    inset: -290px auto auto;
  }

  .hero__img3 {
    bottom: -20px;
    right: 140px;
  }

  .num2 {
    top: 20px;
    right: 420px;
  }

  .num3 {
    top: 246px;
    right: 240px;
  }

  .num4 {
    bottom: 230px;
    right: 500px;
  }

  .grid__block-header {
    height: 84px;
  }

  .grid__block-content {
    height: 790px;
  }
}

@media screen and (min-width: 1920px) {
  .section.is--footer {
    width: 100%;
    height: 100%;
  }

  .section.is--hero, .section.is--match, .section.is--card-day, .section.is--idea, .section.is--box, .section.is--cup, .section.is--grid, .section.is--game {
    overflow: hidden;
  }

  .container.is--hero {
    padding-top: 200px;
  }

  .image {
    max-width: 50%;
    top: -250px;
    right: -350px;
  }

  .cup__content {
    z-index: 1;
    position: relative;
  }

  .image-2 {
    max-width: 70%;
    right: -270px;
  }

  .image-3 {
    right: -260px;
  }

  .image-4 {
    max-width: 190px;
    inset: 50px auto auto -240px;
  }

  .match__content {
    grid-column-gap: 194px;
    grid-row-gap: 194px;
  }

  .hero__content {
    align-items: center;
  }

  .idea__text {
    width: 700px;
  }

  .idea__img1 {
    width: 13%;
    top: 190px;
  }

  .idea__img2 {
    width: 10%;
    top: 220px;
  }

  .idea__img3 {
    width: 340px;
    bottom: 60px;
    right: 160px;
  }

  .idea__img4 {
    width: 320px;
    top: 60px;
    left: 200px;
  }

  .card-day__card {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-day__img1 {
    width: 41%;
    max-width: none;
    left: -170px;
  }

  .card-day__img2 {
    width: 27%;
    top: 110px;
    left: 60px;
  }

  .card-day__img3 {
    width: 47%;
    top: 210px;
    right: -300px;
  }

  .match__text-group {
    margin-bottom: 120px;
  }

  .match_img1 {
    width: 16%;
    left: -190px;
  }

  .match_img2 {
    width: 250px;
    bottom: 50px;
    right: -230px;
  }

  .hero__side1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }

  .hero__side2 {
    justify-content: center;
    align-items: center;
    margin-right: -170px;
    display: flex;
  }

  .h1 {
    font-size: 64px;
    line-height: 76px;
  }

  .hero__img1 {
    width: 1000px;
    margin-top: auto;
    top: -330px;
    left: auto;
  }

  .hero__img2 {
    bottom: -120px;
    left: 0%;
  }

  .hero__img3 {
    bottom: -20px;
    right: 90px;
  }

  .tooltip {
    opacity: 0;
  }

  .image-6 {
    border-radius: 0;
  }

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

  .image-9 {
    max-width: none;
  }

  .grid__block-header {
    height: 80px;
  }

  .grid__block-content {
    height: 780px;
  }
}

@media screen and (max-width: 991px) {
  .section.is--hero {
    padding-right: 24px;
  }

  .container.is--idea {
    max-width: none;
  }

  .container.is--hero {
    padding-top: 150px;
  }

  .grid__header {
    width: auto;
  }

  .grid__points {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .body2_accent, .body2 {
    font-size: 20px;
  }

  .image {
    display: none;
  }

  .cup__content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .image-2 {
    max-width: 100%;
    right: 0;
  }

  .image-3 {
    right: 0;
  }

  .image-4 {
    max-width: 170px;
    inset: 0% 0% auto auto;
  }

  .game__header {
    width: auto;
  }

  .match__content {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

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

  .idea__img1, .idea__img2 {
    display: none;
  }

  .idea__img3 {
    width: 240px;
    bottom: 460px;
    right: -80px;
  }

  .idea__img4 {
    width: 220px;
    top: 0;
    left: 0;
  }

  .card-day__card {
    z-index: 2;
    position: relative;
  }

  .card-day__img1 {
    display: none;
  }

  .card-day__img2 {
    width: 33%;
    top: 240px;
    left: -50px;
  }

  .card-day__img3 {
    width: 51%;
    right: -240px;
  }

  .match__text-group {
    width: 500px;
    margin-bottom: 70px;
  }

  .image-5 {
    width: 700px;
  }

  .match_img1 {
    display: none;
    left: -100px;
  }

  .match_img2 {
    width: 160px;
    bottom: 50px;
    right: -50px;
  }

  .hero__logos {
    justify-content: center;
    align-items: center;
  }

  .hero__img1 {
    width: 700px;
    top: -190px;
    left: -27px;
  }

  .hero__img2 {
    bottom: -60px;
    left: -16px;
  }

  .hero__img3 {
    bottom: 10px;
    right: 0;
  }

  .box__img {
    display: none;
  }

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

  .tooltip {
    opacity: 0;
    top: 71%;
    right: 56%;
  }

  .tooltip.is--3, .tooltip.is--1, .tooltip.is--2, .tooltip.is--4 {
    opacity: 100;
    display: none;
  }

  .num1 {
    width: 34px;
    max-width: none;
    top: 2%;
  }

  .num2 {
    max-width: 100%;
    top: 0%;
    right: 31%;
  }

  .num3 {
    top: 36%;
    right: 20%;
  }

  .num4 {
    bottom: 37%;
    right: 41%;
  }

  .box__mob {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .box__block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .box__block-point-img {
    max-width: none;
    height: 300px;
  }

  .box__block-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .grid__block-header, .grid__block-content {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.is--hero {
    background-image: url('../images/lines2.svg');
  }

  .section.is--match {
    background-image: url('../images/bricks-mob.svg');
  }

  .section.is--idea {
    background-image: url('../images/lines2.svg');
  }

  .section.is--cup {
    background-image: url('../images/bricks-mob.svg');
  }

  .section.is--grid {
    background-image: url('../images/lines2.svg');
  }

  .container.is--idea, .container.is--card-day, .container.is--box, .container.is--cup, .container.is--grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.is--match {
    padding-top: 100px;
  }

  .container.is--hero {
    padding-bottom: 100px;
  }

  .grid__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .grid__points {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .body2_accent {
    color: #2e2e2e;
  }

  .body2, .body2.is--white, .body2.is--white.text2 {
    font-size: 16px;
    line-height: 20px;
  }

  .body2.is-grey {
    color: #5a5a5a;
  }

  .cup__text-group, .game__content, .match__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .match__header, .idea__text {
    width: auto;
  }

  .idea__img3 {
    width: 200px;
    top: 0;
    bottom: auto;
    right: 0;
  }

  .idea__img4 {
    width: 190px;
  }

  .card-day__card {
    height: 670px;
  }

  .card-day__img2 {
    top: 20px;
    left: -20px;
  }

  .match__text-group {
    width: auto;
    margin-bottom: 100px;
  }

  .image-5 {
    width: 680px;
    display: none;
  }

  .match_img2 {
    display: none;
  }

  .h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .hero__img1 {
    width: 450px;
  }

  .hero__img2 {
    width: 90px;
    max-width: none;
    left: -80px;
  }

  .hero__img3 {
    width: 21%;
    max-width: none;
    bottom: 70px;
    right: -40px;
  }

  .body2-2 {
    font-size: 16px;
    line-height: 140%;
  }

  .tooltip {
    opacity: 0;
    top: 70%;
    right: 46%;
  }

  .box__block-point-img {
    height: 260px;
  }

  .grid__block-header {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .section.is--footer {
    width: auto;
    height: auto;
    display: block;
  }

  .section.is--hero {
    background-image: url('../images/lines2.svg');
    overflow: hidden;
  }

  .section.is--match, .section.is--card-day {
    display: block;
  }

  .section.is--idea {
    background-image: url('../images/lines2.svg');
    display: block;
  }

  .section.is--box {
    display: block;
  }

  .section.is--cup {
    background-image: url('../images/bricks-mob.svg');
    display: block;
  }

  .section.is--grid {
    background-image: url('../images/lines2.svg');
    display: block;
  }

  .section.is--game {
    display: block;
  }

  .container.is--idea {
    padding-top: 220px;
    padding-bottom: 150px;
  }

  .container.is--card-day, .container.is--box, .container.is--cup, .container.is--grid {
    padding-bottom: 0;
  }

  .container.is--game {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.is--hero {
    padding-bottom: 100px;
  }

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

  .grid__block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body3 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    max-width: 30%;
    bottom: 33%;
    right: -50px;
  }

  .image-4 {
    display: none;
    right: -50px;
  }

  .box__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
  }

  .idea__content, .match__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .idea__header {
    width: auto;
  }

  .idea__img3 {
    width: 170px;
    inset: auto 0% 0% auto;
  }

  .idea__img4 {
    width: 150px;
    top: 40px;
  }

  .card-day__card {
    background-color: #47ae54;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    max-height: none;
  }

  .card-day__img2 {
    width: 40%;
    top: 11px;
    left: -70px;
  }

  .match__text-group {
    width: auto;
    margin-bottom: 100px;
  }

  .image-5 {
    display: none;
  }

  .hero__side2 {
    width: 100%;
    height: 360px;
    margin-right: auto;
  }

  .h1 {
    font-size: 34px;
    line-height: 34px;
  }

  .hero__logos {
    flex-flow: column;
    width: 150px;
  }

  .hero__img1 {
    z-index: 0;
    width: auto;
    max-width: 160%;
    top: -150px;
    left: -100px;
  }

  .hero__img2 {
    left: -80px;
  }

  .hero__img3 {
    width: 40%;
    bottom: 80px;
    right: -70px;
  }

  .hero__side1-text {
    z-index: 1;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .footer-img {
    width: auto;
    max-width: 100%;
    display: none;
    overflow: hidden;
  }

  .body2-2 {
    font-size: 16px;
    line-height: 140%;
  }

  .tooltip {
    opacity: 0;
    border-radius: 0;
    max-width: 100%;
    inset: 80px 0% 0%;
    overflow: visible;
  }

  .image-6 {
    max-width: 100%;
    overflow: visible;
  }

  .box__mob.is--3 {
    flex-flow: column;
    height: 80%;
    display: flex;
  }

  .box__block-point-img {
    width: auto;
    height: auto;
  }

  .box__block-point-img.gor {
    width: 100%;
  }

  .slider {
    background-color: #47ae54;
    width: auto;
    height: auto;
  }

  .box__block-img1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .is-img {
    width: 60%;
    height: auto;
  }

  .image-8 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .slide {
    height: auto;
    overflow: visible;
  }

  .nav-header-sticky {
    padding-right: 0;
  }

  .share-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-33 {
    height: 40px;
  }
}

#w-node-c774e9cf-5c64-261c-5222-8cecd1890604-4f6dbf9a {
  align-self: center;
}


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