:root {
  --medium-blue: #7b41ee;
  --violet: #7b41ee;
  --bg-1: #f8f6f8;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('/images/wf/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #121212;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 29px;
}

strong {
  color: var(--medium-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.foot-er {
  background-color: #fff;
  background-image: url('/images/Vector.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 60px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.blog-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-card-grid.news {
  grid-template-rows: auto auto;
  margin-bottom: 40px;
}

.blog-card-grid.news._2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  display: grid;
}

.html-embed-3 {
  width: 40px;
  height: 41px;
}

.image-46 {
  width: 119px;
}

.crumbs-card-dot {
  color: #707070;
  background-color: #707070;
  width: 3px;
  height: 3px;
}

.multy-icon {
  object-fit: cover;
  width: 48px;
  height: 32px;
}

.multy-icon._48 {
  width: 32px;
}

.link-block-20 {
  color: #707070;
  margin-left: 24px;
  text-decoration: none;
}

.meida-logo-mob {
  height: auto;
}

.image-51 {
  height: 49px;
}

.install-btn {
  grid-column-gap: 12px;
  background-color: var(--violet);
  color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.install-btn:hover {
  opacity: .7;
}

.background-video {
  background-image: linear-gradient(to top, #04002b, #25034000), linear-gradient(#04002b, #25034000);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.dropdown-list-2 {
  z-index: 1000;
}

.dropdown-list-2.w--open {
  z-index: 1000;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 220px;
  margin-top: 12px;
  padding: 24px 0 16px;
  display: flex;
  box-shadow: 0 11px 50px #0000000f;
}

.single-icon {
  object-fit: cover;
  width: 48px;
  height: 32px;
}

.single-icon.mob {
  width: 28px;
  height: 28px;
}

.single-icon._32 {
  width: 32px;
}

.image-slide-news {
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.image-slide-news.big {
  height: 237px;
}

.content-block-qr-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-54 {
  font-size: 17px;
  font-weight: 600;
}

.text-block-67 {
  opacity: 1;
  text-align: center;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.head-menu {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 1196px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-47 {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-47.contain {
  object-fit: cover;
  object-position: 50% 0%;
}

.image-47.fitter {
  object-fit: contain;
  object-position: 50% 0%;
}

.media-logo.no-click {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.link-6 {
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.h-c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.banner-store-btn {
  color: #000;
  background-color: #4c00aa;
  border: 2px solid #4500a4;
  border-radius: 8px;
  align-items: center;
  width: 210px;
  height: 60px;
  padding: 4px 32px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.banner-store-btn:hover {
  opacity: .7;
  background-color: #4500a4;
}

.menu-section-mob {
  height: 100%;
  display: none;
}

.drop-menu-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-bottom: 8px;
  margin-left: 24px;
  display: flex;
}

.wrapper-menu-main {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.crumb-link {
  color: #707070;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.social-footer-cont {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-footer-cont.footer {
  grid-column-gap: 16px;
}

.div-block-79 {
  display: none;
}

.text-banner-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.text-banner-1.tg {
  grid-row-gap: 24px;
}

.card-c {
  color: #121212;
  border: 1px solid #0000000d;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 12px 104px -24px #0000000d;
}

.card-c:hover {
  opacity: .85;
  color: #4c00aa;
}

.card-c.hide-time {
  display: none;
}

.div-block-80 {
  background-color: #fff;
  background-image: url('/images/glushka.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.qr-modal-div {
  background-color: #fff;
  background-image: url('/images/modal-bg.svg');
  background-position: 100% 100%;
  background-size: cover;
  border-radius: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 52px 56px 46px;
  display: flex;
}

.image-c {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 235px;
}

.image-c.mini {
  height: 180px;
}

.card-c-text {
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 20px 24px;
  text-decoration: none;
  display: flex;
}

.card-c-text.mini {
  grid-row-gap: 10px;
  background-color: #f4f5f880;
  padding: 16px 16px 24px;
}

.footer-store-button {
  background-color: #000;
  border: 2px solid #4500a4;
  border-radius: 8px;
  align-items: center;
  width: 160px;
  height: 48px;
  padding: 4px 16px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.footer-store-button:hover {
  background-color: #4500a4;
}

.footer-store-button.f {
  width: 109px;
  height: 41px;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-store-button.f.w {
  background-color: #0000;
  border-width: 1px;
  border-color: #09090933;
  width: 167px;
  height: 61px;
  padding: 6px 12px;
  transition: all .15s ease-in-out;
}

.footer-store-button.f.w:hover {
  opacity: .7;
  background-color: #0000;
  border-style: solid;
  border-color: #09090933;
  transform: scale(.95);
}

.footer-store-button.f.w.t {
  width: auto;
}

.footer-store-button.f.w.t.mini {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
}

.footer-store-button.f.w.mini {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  padding: 2px 12px;
}

.store-link-m {
  background-color: #121212;
  border-radius: 12px;
  width: auto;
  height: auto;
}

.store-link-m.qr {
  color: #fff;
  background-color: #fff;
  width: 60px;
  height: 60px;
  transition: all .2s;
}

.store-link-m.qr:hover {
  opacity: .7;
}

.text-block-53 {
  margin-left: 8px;
}

.gallery-image-small-square {
  grid-row-gap: 20px;
  color: #121212;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.gallery-image-small-square:hover {
  color: #4c00aa;
}

.gallery-image-small-square.big {
  grid-row-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 16px;
  justify-content: flex-start;
  height: 100%;
}

.gallery-image-small-square.big.hide {
  display: none;
}

.right-menu-wrapper {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-buttons-2 {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.footer-buttons-2.f {
  grid-column-gap: 4px;
}

.footer-buttons-2.f.footer {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-buttons-2.f {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-buttons-2.f.w {
  grid-column-gap: 5px;
}

.footer-buttons-2.f.w.one-more {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.footer-buttons-2.f.w.one-more.headder {
  display: flex;
}

.text-span-6 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(228deg, #d0f, #c08cff);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

.spacer {
  color: #4c00aa;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px 8px 8px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.bc-c {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-35 {
  color: #4c00aa;
  font-weight: 400;
}

.image-44 {
  height: 30px;
  margin-bottom: 2px;
}

.second-menu {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.image-37 {
  width: 280px;
  height: 280px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.paragraph-3 {
  color: #000;
  margin-bottom: 0;
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.modal-wrapper {
  z-index: 10000;
  background-color: #17072dd9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-42 {
  width: 28px;
  height: 28px;
}

.date-text-card {
  color: #707070;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.date-text-card.mini {
  font-size: 12px;
}

.date-text-card.hide {
  display: none;
}

.category-card-text {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
}

.category-card-text.mini {
  font-size: 17px;
  line-height: 24px;
}

.text-span-3 {
  color: var(--medium-blue);
}

.head-menu-mob {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  height: 89px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-37 {
  color: #707070;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.time-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 64%;
  width: 100%;
  display: none;
}

.text-block-65 {
  margin-right: 16px;
  font-size: 14px;
  font-weight: 300;
}

.banner-block-cont {
  justify-content: center;
  align-items: center;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-toggle-2 {
  grid-column-gap: 4px;
  color: #121212;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.text-block-36 {
  margin-left: 14px;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-36:active {
  color: #4c00aa;
}

.text-block-36.mob {
  margin-left: 10px;
  line-height: 100%;
}

.text-block-36.semi {
  align-items: center;
  height: 32px;
  font-weight: 600;
  display: flex;
}

.social-links-block {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.crumbs-c {
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.crumbs-c.mini {
  grid-column-gap: 6px;
}

.image-65 {
  border-radius: 8px;
  width: 60px;
  height: 100%;
}

.link-11 {
  opacity: .5;
  color: #121212;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.btn-install-mobile {
  background-color: #4c00aa;
  border-radius: 8px;
  padding: 12px 24px;
}

.menu-items {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-link {
  color: #121212;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px 6px 6px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-link:hover {
  opacity: .7;
  color: #121212;
  background-color: #fff;
}

.btn-link:visited {
  color: #121212;
}

.btn-link.w--current {
  padding-right: 12px;
}

.btn-link.w--current:hover {
  opacity: .7;
  color: #121212;
  background-color: #fff;
}

.btn-link.mob {
  padding: 7px 16px 7px 7px;
}

.btn-link._2:hover {
  color: #121212;
  background-color: #00e0c8;
}

.logo-icon-link {
  width: 48px;
  height: 48px;
}

.logo-icon-link.footer {
  width: 32px;
  height: 32px;
  transition: all .2s;
}

.logo-icon-link.footer:hover {
  opacity: .5;
}

.offer-news {
  grid-column-gap: 8px;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.offer-news:hover {
  opacity: .7;
}

.offer-news.btn {
  background-color: var(--violet);
  color: #fff;
  border-radius: 1000px;
  padding: 16px 24px;
  transition: all .2s;
}

.offer-news.btn:hover {
  opacity: .7;
}

.div-block-67 {
  color: #17072d33;
  background-color: #17072d33;
  width: 100%;
  height: 1px;
}

.offer-banner-section {
  margin-bottom: 88px;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.heading-21.big {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.heading-21._2 {
  color: #fff;
  width: 600px;
  font-weight: 400;
}

.paragraph-4 {
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.menu-section-pc {
  background-color: #f8f6f8;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-7 {
  width: 508px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-44 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.drop-link-menu {
  color: #121212;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.drop-link-menu.w--current {
  color: #121212;
}

.drop-link-menu.big {
  font-size: 19px;
  line-height: 30px;
}

.section-banner {
  background-color: #f8f6f8;
  background-image: url('/images/sample-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1400px 470px;
  margin-top: 40px;
  margin-bottom: 72px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-banner.main {
  background-color: #12121200;
  background-image: none;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-banner.main.news {
  margin-top: 56px;
  margin-bottom: 0;
  display: none;
}

.section-banner.main._2 {
  margin-top: 24px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

.close-icon-modal {
  cursor: pointer;
  width: 48px;
  height: 48px;
  margin-top: 24px;
  margin-right: 32px;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-icon-modal:hover {
  opacity: .5;
}

.heading-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Gilroy;
  font-size: 40px;
  line-height: 100%;
}

.banner-pc-button {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.offer-content {
  grid-row-gap: 16px;
  width: 1196px;
  box-shadow: none;
  background-color: #fff;
  background-image: url('/images/PC.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 64px;
  display: flex;
}

.main-item-menu {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.main-item-menu.mob {
  justify-content: flex-start;
  width: 100%;
}

.image-45 {
  width: 22px;
  height: 22px;
}

.main-menu {
  justify-content: space-between;
  align-items: center;
  width: 1196px;
  height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-32 {
  object-fit: contain;
}

.paragraph-8 {
  margin-bottom: 16px;
  font-weight: 200;
}

.scroll-menu-mob {
  align-items: center;
  height: 82px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  opacity: .5;
}

.menu-drop {
  display: none;
}

.body.color {
  background-color: var(--bg-1);
  flex-direction: column;
  justify-content: flex-start;
  font-family: Geologica, sans-serif;
  font-weight: 400;
  display: flex;
}

.body.color.white {
  background-color: #fff;
  justify-content: flex-start;
}

.crumbs-section {
  background-color: #f8f6f8;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.crumb-div {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: #121212;
  align-items: center;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.crumb {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.crumb.w--current {
  font-weight: 300;
}

.crumb.current {
  opacity: .5;
  cursor: not-allowed;
  font-weight: 300;
}

.crumb.current.hide {
  display: none;
}

.crumb-dot {
  background-color: #d9d9d9;
  border-radius: 100px;
  width: 4px;
  height: 4px;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-72 {
  display: none;
}

.dropdown-toggle-3 {
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.div-block-69 {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.div-block-70 {
  display: none;
}

.text-span-5 {
  color: #aeaeae;
  font-weight: 600;
  text-decoration: underline;
}

.category-drop {
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.delete-dropdown-2-copy {
  color: #4c00aa;
  background-color: #fff;
  border: 1px solid #4c00aa;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px 8px 8px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-59 {
  background-color: #0003;
  width: 1px;
  height: 20px;
  display: none;
}

.div-block-58 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 1196px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-49 {
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 4px;
  padding-left: 0;
}

.crumb-link-2 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.crumb-link-2.mini {
  font-size: 13px;
}

.load-more-btn {
  color: #4c00aa;
  text-align: center;
  background-color: #efeaf4;
  border-radius: 12px;
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.dropdown-list-3 {
  z-index: 1000;
}

.dropdown-list-3.w--open {
  z-index: 1000;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 220px;
  margin-top: 12px;
  padding: 24px 0;
  display: flex;
  box-shadow: 0 11px 50px #0000000f;
}

.category-head {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.body-content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1196px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-content.main {
  grid-row-gap: 40px;
}

.body-content.news {
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 1196px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.body-content.cases {
  margin-bottom: 40px;
}

.text-block-36-copy {
  color: #121212;
  margin-left: 12px;
  margin-right: 4px;
}

.text-block-36-copy.current {
  color: #4c00aa;
  align-items: center;
  height: 32px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.btn-link-2-copy {
  color: #4c00aa;
  background-color: #fff;
  border: 1px solid #aab6c940;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  padding: 8px 16px 8px 8px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-link-2-copy:hover {
  border-color: #4c00aa;
}

.btn-link-2-copy.hide {
  display: none;
}

.btn-link-2-copy._2.hide {
  opacity: .5;
}

.btn-link-2-copy._3 {
  display: none;
}

.link-10 {
  color: #4c00aa;
  margin-left: 24px;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}

.body-section {
  margin-bottom: 24px;
  padding-top: 40px;
}

.body-section._1 {
  margin-bottom: 0;
}

.div-block-68 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.content-links {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-links.special {
  grid-row-gap: 8px;
}

.creator-block {
  grid-column-gap: 18px;
  align-items: center;
  width: 285px;
  display: none;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.heading-27.sub {
  font-size: 24px;
  line-height: 32px;
}

.heading-27.case-sub {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.table-content {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.table-content.hide {
  display: none;
}

.news-content-main {
  grid-column-gap: 48px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

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

.heading-34 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.heading-34._2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 30px;
}

.heading-34.bold {
  color: #3a01a9;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.heading-34.min {
  font-size: 21px;
  line-height: 28px;
}

.heading-34._3 {
  color: var(--medium-blue);
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 40px;
}

.text-block-43 {
  color: #707070;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.html-embed-2 {
  width: 32px;
  height: 32px;
}

.news-body-section {
  width: 100%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.share-block {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.text-block-40 {
  color: #707070;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: none;
}

.news-content-body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1196px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c2-i1 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: auto;
  display: flex;
}

.c2-i1._2 {
  margin-bottom: 8px;
}

.c2-i1._2._3 {
  margin-bottom: 16px;
}

.c2-i1.img {
  margin-bottom: 12px;
}

.text-div {
  width: 75%;
}

.text-div.news {
  width: 100%;
}

.image-50 {
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

.c2 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c2._3 {
  grid-row-gap: 16px;
  margin-bottom: 16px;
}

.c2._3.final {
  margin-bottom: 0;
}

.c2.img {
  grid-row-gap: 16px;
  background-image: none;
  margin-bottom: 16px;
}

.c2.img._2.first {
  margin-top: -32px;
}

.c2.img._2.plus {
  margin-bottom: 0;
}

.c2.img.down, .c2.img.up {
  margin-top: 16px;
}

.c2._2 {
  grid-row-gap: 16px;
}

.c2.top-plus {
  margin-top: 24px;
}

.c2.right {
  margin-left: 24px;
}

.link-7 {
  color: #4c00aa;
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
}

.link-7:hover {
  opacity: .5;
}

.link-7.w--current {
  font-weight: 300;
}

.c {
  grid-row-gap: 32px;
  background-color: #0000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  display: flex;
}

.c._2 {
  grid-row-gap: 0px;
}

.i1 {
  width: 50%;
  height: auto;
}

.i1.big {
  width: 100%;
}

.i1.big._2 {
  width: 60%;
}

.i1.big._2._4 {
  grid-column-gap: 24px;
  align-items: center;
  width: 100%;
  display: flex;
}

.i1.big._2._4._5, .i1.big._2._6 {
  margin-bottom: 16px;
}

.i1.big._2nd {
  margin-top: 8px;
}

.i1.big._5 {
  margin-bottom: 12px;
}

.link-block-19 {
  background-color: #aab6c940;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.read-more-block {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.news-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 38px;
  display: flex;
}

.news-head.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-block-42 {
  font-weight: 600;
}

.image-62 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.image-62.news.cover {
  object-fit: cover;
}

.image-62.hide {
  margin-left: 2px;
}

.text-block-41 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-11 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

.paragraph-11._1 {
  margin-bottom: 8px;
}

.paragraph-11.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

.paragraph-11.img._5 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.news-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.i2 {
  width: 50%;
  height: auto;
}

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

.additional-div {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.c1 {
  width: 100%;
}

.image-64 {
  object-fit: contain;
  border: 1px solid #4c00aa;
  border-radius: 16px;
  width: 100%;
}

.image-64._2 {
  border-style: none;
}

.image-64._2._4 {
  width: 70%;
}

.image-64._2._4._6 {
  width: 40%;
}

.image-64.small {
  width: 50%;
  margin-bottom: 16px;
}

.paragraph-12 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-12.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-12.img._2 {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-12.img._3 {
  margin-bottom: 24px;
  font-weight: 300;
}

.paragraph-12.img.big {
  margin-top: 16px;
}

.paragraph-12.img._5 {
  margin-bottom: 8px;
}

.paragraph-12.img._6 {
  margin-top: 16px;
}

.paragraph-12.img.last {
  margin-top: 24px;
}

.paragraph-12.final {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.paragraph-12._2 {
  color: #000;
  letter-spacing: 0;
}

.paragraph-12.minus {
  margin-bottom: -24px;
}

.paragraph-12.plus-up {
  margin-top: 16px;
}

.paragraph-12._3 {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-12._4 {
  background-color: #f4f5f8;
  border-radius: 8px;
  padding: 24px;
}

.paragraph-12.plus {
  margin-bottom: 16px;
  font-weight: 500;
}

.news-main-image {
  border: 1px solid #0000000d;
  border-radius: 24px;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  box-shadow: 0 24px 56px #0000000d;
}

.news-main-image.news {
  height: 380px;
  box-shadow: none;
  margin-bottom: 48px;
}

.news-main-image.news.cover {
  height: auto;
}

.news-main-image.cases {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-63 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 20px;
  display: flex;
}

.div-block-57 {
  color: #121212;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-83 {
  color: #4c00aa;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.banner-content {
  justify-content: space-between;
  align-items: center;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.banner-content.tg {
  background-image: url('/images/tg-pc.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  padding: 114px 48px 114px 56px;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.category-link {
  grid-row-gap: 64px;
  color: #121212;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px 34px;
  text-decoration: none;
  display: flex;
}

.category-link:hover {
  color: #4c00aa;
}

.category-link.hide {
  display: none;
}

.grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template: "."
  / auto auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.academy-body {
  background-color: #0000;
  background-image: url('/images/Group-3466275.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-style: solid none;
  padding-bottom: 72px;
}

.popular-tags {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.head-academy {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1196px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.text-block-57 {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.tag-link {
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.tag-link:hover {
  opacity: .5;
}

.tag-link.alert {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.tag-link.alert.mob {
  display: none;
}

.image-54 {
  border: 1px #000;
  border-radius: 8px;
  width: 56px;
  height: 56px;
  box-shadow: 0 14px 21px #36363636;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-block-56 {
  color: var(--violet);
  font-weight: 400;
}

.text-block-55 {
  opacity: 1;
  color: #707070;
  font-weight: 300;
}

.heading {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.category-academy {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.academy-additional {
  background-color: #0000;
  padding-top: 96px;
  padding-bottom: 96px;
}

.aditional-content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 300;
  line-height: 32px;
}

.grid-7 {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  justify-items: center;
  width: 100%;
}

.add-link-tag {
  grid-row-gap: 0px;
  color: #121212;
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.add-link-tag:hover {
  opacity: .5;
}

.div-block-73 {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.text-block-58 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.add-icon {
  width: 20px;
  height: 20px;
}

.text-block-59 {
  color: #4c00aa;
  font-weight: 400;
}

.academy-crumbs {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: #121212;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.academy-crumbs.article {
  width: auto;
  margin-bottom: 0;
}

.category-body {
  border: 1px solid #aab6c940;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 56px 64px;
  display: flex;
  box-shadow: 0 24px 56px #0000001a;
}

.heading-33 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-100 {
  width: 40%;
}

.image-58 {
  margin-bottom: 2px;
}

.category-section {
  background-color: #fff;
  height: auto;
  padding-top: 56px;
  padding-bottom: 88px;
}

.category-section.article {
  border-bottom: 1px solid #0000001a;
  height: auto;
  padding-top: 48px;
}

.div-block-75 {
  grid-column-gap: 9px;
  color: #4c00aa;
  -webkit-text-fill-color: inherit;
  background-color: #efeaf4;
  background-clip: border-box;
  border-radius: 8px;
  align-items: center;
  height: auto;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 262px;
}

.div-block-76 {
  color: #121212;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-76:hover {
  color: #4c00aa;
}

.div-block-76.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.div-block-76.mini.hide {
  opacity: .5;
  cursor: not-allowed;
}

.div-block-76.mini.hide:hover {
  color: #121212;
}

.div-block-76.mini {
  border-bottom-style: none;
  border-bottom-width: 0;
  justify-content: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}

.div-block-76.mini.w--current {
  color: #792ee8;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-columns: auto;
  width: 100%;
}

.grid-8.article-mini {
  grid-row-gap: 10px;
  width: 100%;
}

.grid-8.article-mini.single, .grid-8.time, .grid-8.single {
  grid-template-rows: auto;
}

.grid-8.article-mini {
  grid-row-gap: 10px;
  width: 100%;
  margin-bottom: 24px;
}

.div-block-77 {
  grid-column-gap: 14px;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-77:hover {
  color: #17072d;
}

.text-block-60 {
  flex: 0 auto;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: underline;
}

.text-block-60.short {
  width: 80%;
}

.text-block-61 {
  color: #707070;
  text-align: right;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.image-57 {
  width: 7px;
  margin-bottom: 2px;
}

.text-block-62 {
  color: #707070;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
}

.heading-32.short {
  max-width: 590px;
}

.text-block-63 {
  color: #707070;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.article-text {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 56px;
  display: flex;
}

.div-block-78 {
  width: 25%;
}

.div-block-85 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 640px;
  margin-bottom: 16px;
  display: flex;
}

.image-66 {
  object-fit: cover;
  border-radius: 16px;
  width: 50%;
}

.div-block-86 {
  background-color: #f4f5f8;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 24px 32px 24px 24px;
  display: flex;
}

.div-block-86.vert {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
}

.div-block-86.vert._2 {
  margin-bottom: 16px;
}

.div-block-86.box {
  margin-bottom: 0;
}

.div-block-86.box._2 {
  margin-bottom: 24px;
}

.div-block-86.violet {
  background-color: var(--medium-blue);
  margin-top: 24px;
}

.text-block-70 {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.text-span-10 {
  color: #0000;
  text-align: center;
  text-transform: lowercase;
  background-image: url('/images/e3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-bottom: 4px;
  margin-left: 6px;
  margin-right: 6px;
  padding-right: 61px;
  font-size: 23px;
  line-height: 42px;
  display: inline-block;
}

.article-content {
  grid-column-gap: 72px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-body {
  border: 1px #aab6c940;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.paragraph-17 {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-17.mini {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-17.mini.new {
  margin-bottom: 0;
}

.navigation-block {
  border: 1px solid #17072d1f;
  border-radius: 16px;
  width: 40%;
  padding: 28px 0 32px 32px;
}

.pa1 {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.pa1.space {
  line-height: 30px;
}

.pa1.space.no, .pa1.last, .pa1.last.video {
  margin-bottom: 0;
}

.pa1.last.cont {
  background-color: #f4f5f8;
  border-radius: 16px;
  margin-bottom: 8px;
  padding: 16px;
}

.pa1.last.s {
  margin-bottom: 8px;
}

.pa1.light {
  font-weight: 200;
}

.pa1.pad {
  width: 100%;
  margin-bottom: 16px;
}

.pa1.box {
  color: #4c00aa;
  margin-bottom: 0;
  font-weight: 500;
}

.pa1.mob {
  display: none;
}

.pa1.white {
  color: #fff;
}

.pa1.last {
  margin-bottom: 40px;
}

.pa1.last-2, .pa1.last {
  margin-bottom: 0;
}

.pa1.last.video {
  margin-bottom: 0;
  font-weight: 300;
}

.text-span-12 {
  color: #0000;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: none;
  column-count: 0;
  white-space: pre;
  background-image: url('/images/e4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-left: 12px;
  padding-right: 85px;
  font-size: 30px;
  line-height: 46px;
  display: inline-block;
}

.paragraph-14 {
  color: #4c00aa;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-14.big {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.back-button-article {
  grid-column-gap: 9px;
  color: #4c00aa;
  -webkit-text-fill-color: inherit;
  background-color: #efeaf4;
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 196px;
}

.div-block-87 {
  grid-column-gap: 12px;
  background-color: var(--medium-blue);
  border-radius: 8px;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-span-17 {
  color: #0000;
  background-image: url('/images/e-1_2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  font-size: 36px;
}

.text-span-21 {
  font-weight: 600;
}

.text-block-71 {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-72 {
  color: #4c00aa;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}

.text-span-33 {
  color: #0000;
  background-image: url('/images/e-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 6px 0;
  font-size: 45px;
  line-height: 42px;
  display: inline-block;
}

.link-12 {
  color: #4c00aa;
}

.text-span-34 {
  color: #0000;
  background-image: url('/images/e4.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 6px;
  margin-bottom: 0;
  margin-right: 6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 123px;
  font-size: 22px;
  line-height: 42px;
  display: inline-block;
}

.div-block-88 {
  grid-column-gap: 16px;
  border-left: 4px solid #4c00aa;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.text-span-40 {
  color: #0000;
  background-image: url('/images/e-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
  padding-right: 114px;
  display: inline-block;
}

.text-span-41 {
  color: #0000;
  background-image: url('/images/e-4.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  padding-right: 33px;
  display: inline-block;
}

.text-span-42 {
  color: #0000;
  background-image: url('/images/e-6.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  font-size: 30px;
  line-height: 80px;
  display: inline-block;
}

.text-span-43 {
  color: #0000;
  background-image: url('/images/e-5.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px;
  padding-right: 137px;
  display: inline-block;
}

.text-span-44 {
  color: #0000;
  background-image: url('/images/3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 4px;
  padding-right: 18px;
  display: inline-block;
}

.text-span-45 {
  color: #0000;
  background-image: url('/images/e-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
}

.text-span-45._2 {
  background-image: url('/images/e2.svg');
}

.text-span-46 {
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}

.text-span-47 {
  color: #0000;
  background-image: url('/images/e-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 21px;
  line-height: 35px;
  display: inline-block;
}

.text-span-48 {
  color: #4c00aa;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-98 {
  grid-row-gap: 16px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #f4f5f8;
  background-clip: border-box;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  display: flex;
}

.text-block-77 {
  padding-top: 0;
  font-size: 15px;
  line-height: 22px;
}

.text-block-73 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-73.small {
  font-size: 16px;
}

.text-span-51 {
  font-size: 19px;
  font-weight: 600;
  line-height: 40px;
}

.text-span-50 {
  color: #0000;
  background-image: url('/images/e02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  font-size: 36px;
  line-height: 60px;
  display: inline-block;
}

.div-block-97 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 8px;
  display: grid;
}

.div-block-97._2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-span-52 {
  color: #0000;
  background-image: url('/images/e-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 80px;
  line-height: 154px;
  display: inline-block;
}

.heading-36 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 300;
  line-height: 56px;
}

.div-block-105 {
  background-color: #f9fafb;
  background-image: linear-gradient(#ffffffd1, #ffffffd1);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  box-shadow: 0 30px 80px #0000001a;
}

.text-field-5 {
  border-radius: 4px;
  height: 56px;
  margin-bottom: 24px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
}

.creator-section {
  background-image: url('/images/circle.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 800px;
  margin-bottom: 56px;
  padding-top: 48px;
  padding-bottom: 56px;
}

.form-block-3 {
  width: 550px;
  font-weight: 400;
}

.div-block-104 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-label-2 {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 400;
}

.text-span-53 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #4c00aa, #5f68cf);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.textarea {
  color: #000;
  border-radius: 4px;
  height: 250px;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 48px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  overflow: auto;
}

.text-block-78 {
  opacity: .5;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.text-block-78._1 {
  opacity: 1;
  margin-bottom: 0;
}

.success-message-3 {
  background-color: #fff;
  border-radius: 8px;
}

.submit-button-2 {
  background-color: #4c00aa;
  border-radius: 12px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-weight: 500;
}

.text-block-79 {
  color: #4c00aa;
  text-align: center;
  font-size: 17px;
  font-weight: 200;
  line-height: 28px;
}

.heading-39 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-18 {
  width: 100%;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-109 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.div-block-109.cen {
  align-items: center;
}

.div-block-108 {
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.div-block-108.mini {
  width: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-108.black {
  background-color: #000;
}

.heading-38 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 32px;
}

.div-block-111 {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 16px;
}

.div-block-111.min {
  margin-top: 0;
}

.div-block-111.hide {
  display: none;
}

.media-kit-section {
  margin-bottom: 72px;
  padding-top: 48px;
}

.image-72 {
  width: 32px;
}

.text-span-54 {
  margin-top: 13px;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

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

.div-block-107 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-110 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-106 {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 40px;
  display: flex;
}

.text-block-82 {
  font-size: 15px;
  font-weight: 300;
}

.main-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 1196px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 56px;
  justify-content: space-between;
  align-items: flex-start;
  height: 150px;
  display: flex;
}

.div-block-115 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-12 {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  max-width: 520px;
  margin-bottom: 0;
  display: flex;
}

.div-block-117 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.grid-13 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  display: flex;
}

.div-block-118 {
  grid-row-gap: 12px;
  border-top: 1px solid #aab6c940;
  border-left: 1px solid #aab6c940;
  border-right: 1px solid #aab6c940;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 10px;
  padding: 24px 32px 32px;
  font-size: 15px;
  display: flex;
}

.text-block-83 {
  color: var(--violet);
  text-transform: uppercase;
  font-weight: 500;
}

.link-13 {
  color: #121212;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.link13 {
  color: #121212;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.link13:hover {
  opacity: .5;
}

.image-74 {
  width: 120px;
}

.paragraph-19 {
  opacity: .5;
  width: 474px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-119 {
  background-color: var(--violet);
  color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-119:hover {
  background-color: #121212;
}

.text-block-84 {
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.div-block-120 {
  display: none;
}

.news-p {
  width: 100%;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

.news-p.bot, .news-p.down {
  margin-bottom: 32px;
}

.news-p.down.last {
  margin-bottom: 40px;
}

.news-p.down.last._2 {
  margin-top: 32px;
}

.news-p.down.head {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.news-p.down.gray-wrapper {
  background-color: #f4f5f8;
  border-radius: 8px;
  padding: 12px 16px;
}

.news-p.down.up {
  margin-top: 0;
}

.news-p.down.upper {
  margin-bottom: 16px;
}

.news-p.down.upper.no {
  margin-bottom: 0;
}

.news-p.up {
  margin-top: 24px;
}

.news-p.down {
  margin-bottom: 24px;
  font-weight: 300;
}

.news-p.down.podz {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.news-p.down {
  margin-bottom: 24px;
}

.news-p.head {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 40px;
}

.div-block-121 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-122 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-85 {
  opacity: .5;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.image-76 {
  width: 32px;
  height: 32px;
}

.heading-42 {
  color: #000;
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.heading-42._2 {
  margin-bottom: 0;
}

.text-span-55 {
  color: var(--medium-blue);
  font-weight: 500;
}

.div-block-123 {
  grid-column-gap: 16px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.div-block-123.plus {
  margin-top: 0;
  margin-bottom: 16px;
}

.image-77 {
  width: 30px;
  height: 30px;
}

.text-block-86 {
  color: #000;
  letter-spacing: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
  text-decoration: none;
}

.text-block-86.mini {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-124 {
  grid-column-gap: 12px;
  background-color: var(--medium-blue);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-87 {
  color: #fff;
  font-weight: 500;
}

.text-span-56 {
  color: var(--medium-blue);
  text-decoration: underline;
}

.rich-text-block {
  font-size: 17px;
  line-height: 28px;
}

.div-block-125 {
  color: #121212;
  background-color: #f4f5f8;
  border-radius: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 24px;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.link-14 {
  color: var(--medium-blue);
  font-weight: 500;
}

.text-span-57 {
  color: var(--medium-blue);
}

.category-description {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.category-description.hide {
  display: none;
}

.news-text {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 960px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.news-text.up {
  margin-top: 24px;
}

.news-text.upper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}

.link-15 {
  color: var(--medium-blue);
  font-weight: 300;
}

.div-block-126 {
  grid-row-gap: 24px;
  background-color: #f4f5f8;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 130px 40px 32px;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.image-78 {
  width: 24px;
  height: 24px;
}

.text-block-88 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-span-58 {
  font-weight: 700;
}

.text-span-61 {
  font-size: 23px;
  font-weight: 600;
}

.div-block-129 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.brn-link-out {
  grid-column-gap: 12px;
  color: #121212;
  background-color: #f4f5f8;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px 40px;
  text-decoration: none;
  display: flex;
}

.text-block-89 {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.image-79 {
  margin-top: -3px;
}

.text-span-62 {
  color: #0000;
  background-image: url('/images/e-1_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 32px;
}

.image-80 {
  width: 320px;
  margin-bottom: 16px;
}

.text-span-63 {
  color: #0000;
  background-image: url('/images/e-3_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 50px;
  line-height: 69px;
}

.text-span-63.big-b-space-2 {
  background-image: url('/images/e-4_1.svg');
}

.text-span-64 {
  color: red;
  font-weight: 600;
}

.image-81 {
  width: 120px;
}

.image-82 {
  width: 60px;
}

.image-83 {
  width: 120px;
}

.image-84 {
  width: 60px;
}

.link-16 {
  color: var(--medium-blue);
  font-weight: 700;
}

.image-85 {
  border-radius: 24px;
  margin-bottom: 24px;
}

.grid-14 {
  grid-column-gap: 0px;
  color: #000;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  width: 1196px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
}

.div-block-131 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  display: flex;
}

.text-block-90 {
  color: #000000b3;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.link-17 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.download-section {
  margin-top: 24px;
  margin-bottom: 32px;
}

.div-block-149 {
  grid-column-gap: 24px;
  background-image: url('/images/banner.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 64px;
  display: none;
}

.link-block-21 {
  color: #fff;
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  padding: 8px 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-block-21:hover {
  opacity: .5;
}

.text-block-99 {
  color: var(--medium-blue);
  font-weight: 600;
}

.text-block-100 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.image-89 {
  width: 120px;
}

.html-embed-4 {
  background-color: #000;
  border-radius: 16px;
  width: 359px;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-4.pc {
  display: block;
}

.div-block-151 {
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.algolia-div {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-bottom: -16px;
  display: flex;
}

.slider {
  border-radius: 24px;
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.image-93 {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.mask {
  border-radius: 32px;
}

.text-span-67 {
  font-weight: 700;
}

.text-span-68 {
  font-weight: 600;
}

.text-block-115 {
  opacity: 1;
  font-size: 19px;
  font-weight: 500;
}

.image-95 {
  width: 130px;
}

.img {
  color: #0000;
  letter-spacing: -3px;
  text-indent: 0;
  column-count: 0;
  -webkit-text-fill-color: inherit;
  background-image: url('/images/иконка-с-кубиком.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: content-box;
  font-size: 29px;
  line-height: 30px;
}

.text-span-69 {
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}

.bold-text-4 {
  font-size: 21px;
}

.div-block-178 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-96 {
  margin-top: 12px;
}

.heading-52 {
  color: var(--medium-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.image-97 {
  margin-top: 24px;
}

.heading-53 {
  color: var(--medium-blue);
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
}

.heading-53.first {
  margin-top: 0;
}

.div-block-179 {
  grid-column-gap: 22px;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.div-block-179.min {
  align-items: center;
  margin-bottom: 8px;
}

.image-98 {
  width: 24px;
}

.text-block-116 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.image-99 {
  width: 280px;
}

.div-block-180 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-181 {
  background-color: #fafafa;
  border-radius: 12px;
  padding: 12px;
}

.image-99-copy {
  width: 250px;
}

.image-99-copy-copy {
  width: 330px;
}

.image-100 {
  width: 230px;
}

.text-span-70 {
  color: #0000;
  letter-spacing: 1px;
  text-indent: 0;
  background-image: url('/images/e6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 17px 0 11px;
  padding-top: 0;
  padding-bottom: 11px;
  font-size: 44px;
  display: inline-block;
}

.div-block-182 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.text-span-72 {
  color: var(--medium-blue);
  font-weight: 300;
}

.text-span-73 {
  background-color: var(--bg-1);
  border-radius: 4px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 4px 16px;
  display: inline-block;
}

.updated-text {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.head-content-a {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f4f5f8;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 8px 24px 4px 8px;
  display: flex;
}

.head-content-a.video {
  align-items: stretch;
  padding: 16px 32px 12px 16px;
}

.head-content-a.text {
  border-left: 8px solid var(--medium-blue);
  border-left: 8px solid #4c20aa;
  margin-bottom: 0;
  padding: 32px 56px 32px 40px;
}

.main-head-content-a {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
}

.html-embed-2-copy {
  border: 1px #000;
  border-radius: 4px;
  width: 360px;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.html-embed-2-copy.bot {
  width: 50%;
  margin-bottom: 24px;
}

.html-embed-2-copy._70 {
  width: 80%;
}

.html-embed-2-copy.interview {
  width: 100%;
}

.html-embed-2-copy.first {
  margin-top: 16px;
}

.html-embed-2-copy.c1 {
  margin-top: 40px;
}

.text-mini-head {
  color: #000;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.onpage-link {
  flex: 0 auto;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.body-landing {
  border: 1px #aab6c940;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1196px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.body-head-a {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.main-content {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main-content-a {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main-navigation-a {
  border: 1px solid #17072d1f;
  border-radius: 12px;
  width: 38%;
  padding: 24px 28px;
  position: sticky;
  top: 16px;
  overflow: visible;
}

.grid-current-a {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.anchor-link {
  color: #121212;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.anchor-link:hover {
  color: #4c00aa;
}

.anchor-link.ac {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-bottom-style: none;
  border-bottom-width: 0;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.anchor-link.ac.w--current {
  color: #792ee8;
}

.anchor-link.ac.hide {
  display: none;
}

.sub-head-a {
  color: #000000b3;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.grid-othet-links {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr;
}

.link-to-other {
  color: #000000b3;
  text-align: center;
  background-color: #0000;
  border: 1px #c5c5c5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-to-other:hover {
  color: var(--medium-blue);
  font-weight: 600;
}

.text-other-link {
  font-size: 17px;
  font-weight: 400;
}

.text-span-74 {
  color: var(--medium-blue);
  font-size: 22px;
  font-weight: 400;
}

.text-span-75 {
  font-size: 17px;
  font-weight: 300;
}

.sep-line {
  opacity: .1;
  background-color: #000;
  width: auto;
  height: 1px;
  margin: 32px auto;
  display: block;
}

.head-video {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.head-video.text {
  margin-top: 0;
  margin-bottom: 0;
}

.text-article {
  grid-row-gap: 5px;
  border-bottom: 2px solid #f4f5f8;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.text-article.text {
  margin-top: 32px;
}

.t1-24 {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

._2img-block {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 640px;
  margin-bottom: 32px;
  display: flex;
}

._50p-img {
  object-fit: cover;
  border-radius: 16px;
  width: 50%;
}

.cont-text-w {
  background-color: #f4f5f8;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px 32px 24px 24px;
  display: flex;
}

.t-24-s1 {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 32px;
}

.bold-text-21 {
  margin-bottom: 32px;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}

.a-s-w-btn {
  grid-column-gap: 12px;
  background-color: #4c00aa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.show-more-btn-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  color: var(--medium-blue);
  background-color: #4c20aa1a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.show-more-btn-2:hover {
  color: var(--bg-1);
  background-color: #4c20aa;
}

.text-block-119 {
  letter-spacing: 0;
  text-indent: 0;
  margin-top: 2px;
  line-height: 18px;
}

.s {
  border-bottom: 1px solid #f4f5f8;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
}

.s._1 {
  border: 1px #000;
  border-bottom-width: 0;
  margin-top: 0;
  margin-bottom: 48px;
}

.s._2 {
  margin-bottom: 48px;
}

.s._3 {
  flex-direction: column;
  margin-bottom: 48px;
  display: flex;
}

.s._5, .s._4, .s._5, .s._6 {
  margin-bottom: 48px;
}

.s._6 {
  margin-bottom: 48px;
}

.s._6.hide {
  display: none;
}

.s._7 {
  margin-bottom: 48px;
}

.video-block._100 {
  width: 300px;
}

.image-102 {
  opacity: .5;
}

.div-block-187 {
  background-color: #fff0;
  background-image: linear-gradient(to top, #fff, #fff0);
  width: 100%;
  height: 80px;
}

.hide-gradi-btn-s1 {
  width: 100%;
  margin-bottom: -96px;
  display: block;
  position: relative;
  bottom: 96px;
}

.dropdown-2 {
  display: none;
}

.back-button-article-new {
  grid-column-gap: 9px;
  color: #4c00aa;
  -webkit-text-fill-color: inherit;
  background-color: #efeaf4;
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 196px;
}

.hide-gradi-btn-s2 {
  width: 100%;
  margin-bottom: -96px;
  position: relative;
  bottom: 96px;
}

.show-more-btn-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  color: var(--medium-blue);
  background-color: #4c20aa1a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.show-more-btn-1:hover {
  color: var(--bg-1);
  background-color: #4c20aa;
}

.hide-gradi-btn-s4 {
  width: 100%;
  margin-bottom: -96px;
  position: relative;
  bottom: 96px;
}

.show-more-btn-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  color: var(--medium-blue);
  background-color: #4c20aa1a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.show-more-btn-3:hover {
  color: var(--bg-1);
  background-color: #4c20aa;
}

.show-more-btn-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  color: var(--medium-blue);
  background-color: #4c20aa1a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.show-more-btn-4:hover {
  color: var(--bg-1);
  background-color: #4c20aa;
}

.hide-gradi-btn-s3 {
  width: 100%;
  margin-bottom: -96px;
  position: relative;
  bottom: 96px;
}

.image-104 {
  width: 180px;
  max-width: none;
  margin-bottom: 0;
}

.text-block-121 {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-192 {
  grid-column-gap: 40px;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.text-block-122 {
  color: var(--medium-blue);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-123 {
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 32px;
}

.div-block-193 {
  background-color: #f4f5f8a8;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  max-height: 100%;
  padding: 24px 16px;
  display: flex;
}

.div-block-194 {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.div-block-195 {
  grid-column-gap: 28px;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-196 {
  background-color: var(--medium-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.text-block-124 {
  color: #fff;
  font-weight: 600;
}

.text-block-125 {
  width: 81%;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-span-76 {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.grid-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 24px;
}

.div-block-197 {
  background-color: #f4f5f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  display: flex;
}

.div-block-198 {
  z-index: 10;
  background-color: var(--medium-blue);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
  position: relative;
  top: 0;
  left: 56px;
}

.text-block-126 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.image-105 {
  margin-bottom: -32px;
}

.image-105._50 {
  border-radius: 12px;
  max-width: 50%;
  margin-bottom: 0;
}

.image-105._50.down {
  margin-bottom: 24px;
}

.text-block-127 {
  text-align: center;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-128 {
  text-align: center;
  margin-top: 4px;
  font-size: 16px;
  line-height: 20px;
}

.text-span-77 {
  color: var(--medium-blue);
  font-weight: 700;
}

.text-span-78 {
  color: #0000;
  background-image: url('/images/e2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  margin-top: 8px;
  font-size: 44px;
  display: inline-block;
}

.text-span-79 {
  color: #0000;
  background-image: url('/images/352.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 12px;
  font-size: 70px;
  line-height: 66px;
  display: inline-block;
}

.text-span-80 {
  color: #0000;
  background-image: url('/images/e5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 21px;
  line-height: 40px;
  display: inline-block;
}

.text-span-80-copy {
  color: #0000;
  background-image: url('/images/e6_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 4px;
  margin-left: 4px;
  font-size: 21px;
  line-height: 40px;
  display: inline-block;
}

.image-106 {
  width: 370px;
}

.div-block-199 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-129 {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-200 {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}

.paragraph-21 {
  font-size: 21px;
  font-weight: 500;
  line-height: 160%;
}

.paragraph-21.no-down {
  margin-bottom: 0;
}

.paragraph-21._2 {
  font-size: 24px;
}

.text-block-130 {
  color: var(--medium-blue);
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-130.up {
  margin-top: 24px;
  font-weight: 600;
}

.text-block-131 {
  color: var(--medium-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.interpunkt {
  color: var(--medium-blue);
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
}

.bold-2 {
  color: var(--medium-blue);
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 150%;
  display: inline-block;
}

.div-block-201 {
  grid-column-gap: 43px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 32px;
  padding-left: 0;
  display: flex;
}

.div-block-202 {
  background-color: var(--medium-blue);
  width: 7px;
  height: 141px;
  color: var(--medium-blue);
}

.div-block-203 {
  background-color: var(--bg-1);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 100px 32px 40px;
  display: flex;
}

.text-block-116-copy {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-116-copy-copy {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.link-18 {
  color: var(--medium-blue);
}

.text-block-132 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.text-span-82 {
  font-weight: 700;
}

.link-block-26 {
  background-color: var(--medium-blue);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 16px 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-block-133 {
  font-weight: 600;
}

.link-19, .link-20 {
  color: var(--medium-blue);
}

.div-block-204 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.text-span-83 {
  opacity: .5;
  font-size: 21px;
}

.image-107 {
  max-width: 360px;
  margin-top: -16px;
  margin-bottom: 16px;
}

.div-block-205 {
  margin-bottom: 32px;
}

.text-block-134 {
  margin-top: 8px;
}

.text-block-135 {
  margin-top: 24px;
}

.text-span-84 {
  color: var(--medium-blue);
}

.image-62-copy {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.image-62-copy.news {
  height: 100%;
}

.image-62-copy.news.contain {
  object-fit: contain;
}

.image-62-copy.news.big {
  object-position: 50% 50%;
}

.news-main-image-copy {
  border: 1px solid #0000000d;
  border-radius: 24px;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  box-shadow: 0 24px 56px #0000000d;
}

.news-main-image-copy.news {
  height: 600px;
  box-shadow: none;
  margin-bottom: 48px;
}

.text-span-85 {
  color: var(--medium-blue);
  font-size: 32px;
  font-weight: 700;
}

.image-109 {
  object-fit: contain;
  width: 83%;
  height: 100%;
}

.slider-2 {
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 24px;
  display: flex;
}

.icon-7 {
  height: 30px;
  color: var(--medium-blue);
  background-color: #0000;
  border-radius: 6px;
  align-items: center;
  font-size: 37px;
  line-height: 24px;
  display: flex;
}

.icon-8 {
  color: var(--medium-blue);
}

.slide-nav {
  color: #fff;
}

.slide, .mask-2 {
  background-color: #fff;
}

.div-block-207 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-214 {
  background-color: #f4f5f8;
  border-radius: 8px;
  width: 100%;
  padding: 32px 49px 32px 40px;
}

.slider-4 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.image-113 {
  object-fit: cover;
}

.image-113.full {
  width: 100%;
}

.image-113._50 {
  border-radius: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.image-113._50.p {
  width: 50%;
  margin-bottom: 16px;
}

.hide-gradi-btn-s5 {
  width: 100%;
  margin-bottom: -96px;
  display: block;
  position: relative;
  bottom: 96px;
}

.show-more-btn-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  color: var(--medium-blue);
  background-color: #4c20aa1a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.show-more-btn-6:hover {
  color: var(--bg-1);
  background-color: #4c20aa;
}

.big-bold {
  color: var(--violet);
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.news-p-artc {
  background-color: #f4f5f8;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}

.news-p-artc.download-section {
  margin-top: 0;
  margin-bottom: 32px;
}

.news-p-artc.up {
  margin-top: 32px;
}

.news-p-artc.down-16 {
  margin-bottom: 16px;
  font-weight: 300;
}

.news-p-artc.down-16._2 {
  margin-bottom: 32px;
}

.news-p-artc.down-16 {
  margin-bottom: 16px;
}

.news-p-artc.down {
  margin-bottom: 32px;
}

.text-span-87 {
  color: var(--medium-blue);
  font-weight: 400;
}

.image-114 {
  opacity: .15;
  width: 120px;
  height: auto;
  position: absolute;
  inset: auto auto 0 0;
}

.div-block-215 {
  position: relative;
}

.text-span-88 {
  color: var(--medium-blue);
  font-size: 24px;
  font-weight: 700;
}

.div-block-216 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f5f8;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 32px 48px;
  display: flex;
}

.div-block-216.no-b {
  background-color: #0000;
  margin-bottom: 16px;
  padding: 0;
}

.div-block-217 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-218 {
  background-color: var(--medium-blue);
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

.text-block-141 {
  max-width: 720px;
  font-size: 17px;
  font-weight: 300;
}

.image-115 {
  border-radius: 16px;
  width: 40%;
  margin-top: 16px;
  margin-bottom: 24px;
}

.image-115.big {
  width: 70%;
}

.image-115.big._2 {
  margin-bottom: 40px;
}

.image-115.big.sp {
  margin-top: 24px;
}

.image-115.big.sp.square {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 59%;
  height: 410px;
}

.big-news-img {
  border-radius: 16px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
}

.image-116 {
  border-radius: 16px;
  width: 50%;
  margin-top: 32px;
}

.image-116.new {
  margin-top: 0;
  margin-bottom: 16px;
}

.grid-16 {
  grid-template-rows: auto auto auto auto;
  width: 100%;
}

.div-block-219 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h1-news {
  color: var(--medium-blue);
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-220 {
  background-color: #793ff3;
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

.bullit-div {
  grid-row-gap: 24px;
  background-color: #f4f5f8;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  padding: 40px 130px 40px 32px;
  display: flex;
}

.div-block-127-copy {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.text-block-88-copy {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-88-copy.fixed {
  max-width: 690px;
}

.news-embed-video {
  border: 1px #000;
  border-radius: 4px;
  width: 650px;
  max-height: none;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.youtube {
  margin-bottom: 32px;
}

.text-block-142 {
  color: var(--medium-blue);
  font-weight: 600;
}

.bullit-text {
  grid-column-gap: 24px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.blog-img-in-text {
  color: #0000;
  background-image: url('/images/IMG_4398-1_1IMG_4398 1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 40px;
}

.blog-img._100 {
  border-radius: 16px;
  width: 100%;
}

.image-117 {
  border-radius: 16px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-117._50 {
  width: 50%;
  margin-top: 0;
  margin-bottom: 8px;
}

.image-117.no-up {
  margin-top: 0;
}

.div-block-221 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-143 {
  color: #000;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 28px;
}

.image-118 {
  width: 320px;
}

.image-119 {
  border-radius: 16px;
}

.image-119._100vw {
  width: 100%;
}

.image-120 {
  width: 50%;
}

.text-span-89 {
  font-weight: 800;
}

.image-121 {
  border-radius: 16px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.image-122 {
  width: 50%;
  margin-top: 16px;
}

.text-span-90 {
  font-weight: 700;
}

.slider-5 {
  background-color: #0000;
  width: 60%;
  height: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
}

.image-123 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 620px;
}

.news-p-head {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.image-124 {
  border-radius: 12px;
  width: 60%;
  margin-bottom: 24px;
}

.image-124.crop {
  object-fit: cover;
  object-position: 50% 100%;
  height: 320px;
}

.div-block-222 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.div-block-223 {
  background-color: var(--medium-blue);
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

.text-block-144 {
  max-width: 790px;
  font-size: 21px;
  line-height: 32px;
}

.image-123-plus {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 720px;
}

.text-block-145 {
  color: var(--medium-blue);
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-224 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-225 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-146 {
  color: var(--medium-blue);
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-147 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.text-span-91 {
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-image: url('/images/IMG_277IMG_0276.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: content-box;
  font-size: 45px;
  line-height: 30px;
}

.text-span-91._2 {
  background-image: url('/images/IMG_276IMG_0275.jpg');
  font-size: 45px;
}

.text-span-91._3 {
  background-image: url('/images/IMG_275IMG_0274.jpg');
  background-size: contain;
  font-size: 45px;
}

.div-block-226 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.div-block-227 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-227.new {
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-228 {
  background-color: var(--medium-blue);
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

.div-block-229 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-229.ver {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-148 {
  max-width: 700px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.image-125 {
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.image-125.min {
  border-radius: 12px;
  width: 50%;
}

.image-126 {
  border-radius: 12px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}

.image-126.min {
  width: 50%;
}

.div-block-230 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-6 {
  background-color: #0000;
  width: 60%;
  height: 100%;
}

.slider-6.bottom {
  margin-bottom: 16px;
}

.image-127 {
  object-fit: cover;
  width: 100%;
  height: 689px;
}

.heading-34-extra {
  color: var(--medium-blue);
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
}

.div-block-231 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-128 {
  margin-bottom: 16px;
}

.text-span-92 {
  font-weight: 700;
}

.image-129 {
  border-radius: 16px;
  width: 80%;
}

.div-block-232 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-233 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-234 {
  background-color: var(--medium-blue);
  border-radius: 4px;
  width: 32px;
  height: 32px;
}

.text-block-149 {
  max-width: 640px;
}

.div-block-235 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-130 {
  border-radius: 4px;
  width: 640px;
}

.image-43 {
  width: 132px;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block {
  color: #fff;
  text-transform: uppercase;
  background-color: #181818;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.link-block.hide {
  display: none;
}

.text-block-150 {
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}

.text-block-151 {
  color: var(--violet);
  font-weight: 400;
}

.body-2 {
  font-family: Geologica, sans-serif;
}

.bold-text-24, .bold-text-25 {
  font-weight: 400;
}

.main-body {
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.story-widget-container {
  border-top: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
}

.story-widget-container.hide {
  display: none;
}

.hero-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 16px;
  display: grid;
}

.quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding: 0;
}

.news-hero-title-cms {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-4 {
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-131 {
  z-index: 5;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.3fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.link-block-2 {
  color: #7b41ee;
  border: 1.5px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  opacity: .5;
}

.div-block-5 {
  z-index: 10;
  background-image: linear-gradient(0deg, #181818, #fff0 45%);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-5:hover {
  opacity: .5;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 8px;
  display: flex;
}

.hero-link {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
}

.div-block-236 {
  background-image: linear-gradient(45deg, #7c41ed, #aa4dd2);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.number-hero {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 24px;
  display: flex;
}

.mln-number-cms {
  color: #fff;
  letter-spacing: -2px;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.text-block-154 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.text-block-155 {
  color: #fff;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.cell-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.text-block-156 {
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.tab-pane-tab-1 {
  border: 2px solid #000;
  border-radius: 0 12px 12px;
  padding: 48px 48px 32px;
}

.third-tab {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff3e6b;
  border-bottom: 2px solid #ff3e6b;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
  display: flex;
}

.third-tab.w--current {
  color: #000;
  background-color: #fff;
  border-style: solid solid none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 2px;
  border-left-color: #000;
  border-right-width: 2px;
  border-right-color: #000;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.third-tab.hide {
  display: none;
}

.grid-tab {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.fourth-tab {
  color: #fff;
  text-transform: uppercase;
  background-color: #a255fb;
  border-bottom: 2px solid #a255fb;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
  display: flex;
}

.fourth-tab.w--current {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-bottom-style: none;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.tabs-1 {
  margin-top: 56px;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.item-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #121212;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.item-wrap:hover {
  opacity: .7;
}

.item-wrap.hide {
  display: none;
}

.date {
  opacity: .7;
  letter-spacing: -.02em;
  font-size: 15px;
  line-height: 24px;
}

.text-item-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #181818;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.btn-2:hover {
  background-color: #474747;
}

.btn-2.academy-main {
  background-image: linear-gradient(246deg, black, var(--violet));
  padding: 16px 48px;
}

.btn-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.tabs-menu {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  bottom: -2px;
}

.first-tab {
  background-color: var(--violet);
  color: #fff;
  text-transform: uppercase;
  border: 1px #000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
  display: flex;
}

.first-tab.w--current {
  background-color: var(--bg-1);
  color: #000;
  border: 2px solid #000;
  border-bottom: 1px #000;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.text-block-38 {
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}

.thumb-img {
  object-fit: cover;
  border: 1px solid #00000026;
  border-radius: 1000px;
  width: 100px;
  height: 100px;
}

.thumb-img.case {
  border-radius: 4px;
}

.thumb-img.case.right {
  object-position: 0% 50%;
}

.thumb-img.ri {
  object-position: 42% 50%;
}

.second-tab {
  color: #fff;
  text-transform: uppercase;
  background-color: #181818;
  border-bottom: 2px solid #000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
  display: flex;
}

.second-tab.w--current {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-bottom-style: none;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.banners {
  margin-top: 80px;
  margin-bottom: 24px;
}

.text-block-157 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-16 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: #181818;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 100px 32px 48px;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 300;
  line-height: 62px;
}

.image-133 {
  height: 400px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.image-134 {
  object-fit: contain;
}

.banner-store-btn-2 {
  color: #000;
  background-color: #7b41ee;
  border: 2px solid #4500a4;
  border-radius: 8px;
  align-items: center;
  width: 210px;
  height: 60px;
  padding: 4px 32px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.banner-store-btn-2:hover {
  opacity: .7;
  background-color: #4500a4;
}

.image-135 {
  object-fit: contain;
}

.image-135.mini.rustore {
  max-width: 86%;
}

.image-32-copy {
  object-fit: contain;
  width: 37px;
}

.image-32-copy.mini {
  width: 38px;
}

.banner-install-btn {
  background-color: #4c00aa;
  border-radius: 8px;
  padding: 12px 24px;
}

.banner-install-btn.mob {
  display: none;
}

.div-block-23 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.text-block-40-copy {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-22 {
  color: #121212;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-22:hover {
  opacity: .7;
}

.image-66-copy {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 220px;
}

.text-block-41-copy {
  opacity: .7;
  margin-top: 12px;
  font-size: 15px;
  line-height: 24px;
}

.btn-2-min {
  color: #fff;
  text-transform: uppercase;
  background-color: #181818;
  border-radius: 100px;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.btn-2-min:hover {
  background-color: #3d3d3d;
}

.heading-4-copy {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-24 {
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
}

.text-block-158 {
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}

.quick-stack-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  padding: 0;
}

.div-block-29 {
  background-image: linear-gradient(125deg, #ffd75e, #f2bcff);
  border-radius: 12px;
  width: 100%;
  padding: 56px 48px 12px;
}

.link-block-2-copy {
  color: #fff;
  background-color: #272727;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-block-2-copy:hover {
  opacity: .7;
}

.quick-stack-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 50%;
  padding: 0;
}

.div-block-30 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 70px;
  display: flex;
}

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

.div-block-28 {
  background-color: var(--bg-1);
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 56px;
}

.div-block-19-copy {
  z-index: 2;
  border: 2px #181818;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
  bottom: -2px;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-block-42-copy {
  color: #000;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-27 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 56px;
}

.heading-3-copy {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 300;
  line-height: 64px;
}

.div-block-237 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.text-block-159 {
  text-transform: none;
  font-size: 17px;
  line-height: 24px;
}

.div-block-238.mob {
  display: none;
}

.final-divider {
  width: 100%;
  height: 80px;
}

.div-block-136 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 48px;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.text-block-92 {
  font-family: Geologica, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-92.up {
  margin-bottom: 8px;
}

.qr-wrap {
  z-index: 200;
  background-color: #1f19238c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.close {
  cursor: pointer;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 1000px;
  width: 56px;
  padding: 4px;
  transition: opacity .15s ease-in-out;
  position: relative;
}

.close:hover {
  opacity: .7;
  transform: scale(.95);
}

.image-137 {
  width: 64px;
}

.div-block-135 {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 38px 40px 42px;
  display: flex;
  box-shadow: 0 24px 40px #0000001f;
}

.text-block-92-copy {
  margin-bottom: 4px;
  font-family: Geologica, sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 120%;
}

.m-store-link.qr {
  background-color: #f4f5f8;
  border-radius: 8px;
}

.qr-store {
  grid-column-gap: 12px;
  display: flex;
}

.div-block-137 {
  grid-column-gap: 16px;
  margin-left: 64px;
  display: flex;
}

.text-block-160 {
  color: #111;
  letter-spacing: 1px;
  margin-bottom: -8px;
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
}

.image-101 {
  border: 1px solid #c6c8cd;
  border-radius: 16px;
  width: 320px;
  margin-bottom: 12px;
}

.banner-wrap {
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
}

.banners-content {
  margin-top: 24px;
  margin-bottom: 24px;
}

.category-link-2 {
  grid-row-gap: 64px;
  color: #121212;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px 34px;
  text-decoration: none;
  display: flex;
}

.category-link-2:hover {
  color: #4c00aa;
}

.div-block-239 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-138 {
  border: 1px #000;
  border-radius: 8px;
  width: 56px;
  height: 56px;
  box-shadow: 0 14px 21px #36363636;
}

.text-block-161 {
  opacity: .5;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.div-block-240 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-162 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-241 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 640px;
  margin-bottom: 16px;
  display: flex;
}

.text-span-93 {
  font-size: 17px;
  font-weight: 300;
}

.text-block-163 {
  color: #4c00aa;
  font-weight: 400;
}

.sub-head-a-2 {
  color: #000000b3;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.image-140 {
  width: 7px;
  margin-bottom: 2px;
}

.image-141 {
  object-fit: cover;
  border-radius: 16px;
  width: 50%;
}

.text-span-94 {
  color: #0000;
  background-image: url('/images/Group-2_2Group 2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.main-head-content-a-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}

.main-head-content-a-2.text-head {
  font-weight: 300;
}

.text-other-link-2 {
  font-size: 17px;
  font-weight: 300;
}

.link-to-other-2 {
  color: #000000b3;
  text-align: center;
  background-color: #0000;
  border: 1px #c5c5c5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-to-other-2:hover {
  color: #4c20aa;
  font-weight: 600;
}

.updated-text-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-span-95 {
  color: #4c20aa;
  font-size: 22px;
  font-weight: 300;
}

.div-block-242 {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}

.onpage-link-2 {
  flex: 0 auto;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.crumb-2 {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.crumb-2.current {
  opacity: .5;
  cursor: not-allowed;
}

.text-block-165 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-244 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 20px;
  display: flex;
}

.heading-54 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.image-142 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-142.fitter {
  object-fit: contain;
  object-position: 50% 0%;
}

.text-block-166 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-245 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 20px;
  display: flex;
}

.text-block-167 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-246 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 20px;
  display: flex;
}

.text-block-168 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-247 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 20px;
  display: flex;
}

.text-block-169 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-248 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 20px;
  display: flex;
}

.text-block-170 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-249 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  display: flex;
}

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

.link-block-27 {
  background-color: #aab6c940;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.text-block-171 {
  font-weight: 600;
}

.text-block-172 {
  color: #707070;
  font-weight: 600;
}

.text-block-173 {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.text-block-174 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.image-143 {
  width: 50%;
  margin-bottom: 24px;
}

.heading-55 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.image-144 {
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

.html-embed-2-copy-down {
  border: 1px #000;
  border-radius: 4px;
  width: 360px;
  max-height: none;
  margin-bottom: 24px;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.html-embed-2-copy-down._70 {
  width: 80%;
}

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

.text-span-96 {
  text-decoration: line-through;
}

.text-block-175 {
  font-weight: 600;
}

.text-block-176 {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.text-block-177 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-56 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.image-145 {
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

.image-146 {
  border-radius: 12px;
  width: 60%;
  margin-bottom: 24px;
}

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

.text-block-178 {
  font-weight: 600;
}

.text-block-179 {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.text-block-180 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-253 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-57 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.image-147 {
  border-radius: 12px;
  height: 100%;
}

.image-148 {
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

.slider-7 {
  background-color: #0000;
  height: 100%;
  margin-bottom: 32px;
}

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

.text-block-181 {
  font-weight: 600;
}

.text-block-182 {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.text-block-183 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.image-149 {
  border-radius: 8px;
  width: 50%;
  margin-bottom: 24px;
}

.image-149.border {
  border: 1px solid #00000040;
  border-radius: 12px;
}

.heading-58 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.image-150 {
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

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

.div-block-256 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-block-184 {
  max-width: 790px;
  font-size: 21px;
  line-height: 32px;
}

.image-151 {
  border-radius: 16px;
}

.text-block-185 {
  font-weight: 600;
}

.div-block-257 {
  background-color: #4c20aa;
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

.mask-5 {
  height: 100%;
}

.text-block-186 {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.text-block-187 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-59 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.slider-10 {
  background-color: #fff;
  height: 100%;
  margin-bottom: 32px;
}

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

.text-block-188 {
  font-weight: 600;
}

.text-block-189 {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.text-block-190 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-60 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.date-text-card-2 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.date-text-card-2.mini {
  font-size: 12px;
}

.image-c-2 {
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 235px;
}

.image-c-2.mini {
  height: 180px;
}

.crumb-link-3 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.card-c-2 {
  color: #121212;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-c-2:hover {
  color: #4c00aa;
}

.heading-20 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.card-c-text-2 {
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 20px 24px;
  text-decoration: none;
  display: flex;
}

.card-c-text-2.mini {
  grid-row-gap: 10px;
  background-color: #f4f5f880;
  padding: 16px 16px 24px;
}

.heading-61, .heading-62, .heading-63, .heading-64, .heading-65, .heading-66 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

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

.link-block-28 {
  background-color: #aab6c940;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.link-21 {
  color: #4c00aa;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link-21:hover {
  opacity: .5;
}

.text-block-191 {
  font-weight: 600;
}

.image-152 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.paragraph-22 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-22._2 {
  color: #000;
  letter-spacing: 0;
}

.paragraph-22._2.img {
  background-image: none;
  font-weight: 300;
}

.heading-67 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.heading-67._2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-192 {
  color: #707070;
  font-weight: 600;
}

.text-block-193 {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.heading-68 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.heading-68.mini {
  font-size: 17px;
  line-height: 24px;
}

.text-block-194 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-69 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-23 {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-23.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 24px;
  line-height: 40px;
}

.paragraph-23.img._5 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.crumb-link-4 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.crumb-link-4.mini {
  font-size: 13px;
}

.image-153 {
  border-radius: 16px;
}

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

.link-block-29 {
  background-color: #aab6c940;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.image-154 {
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.link-22 {
  color: #4c00aa;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link-22:hover {
  opacity: .5;
}

.text-block-195 {
  font-weight: 600;
}

.image-155 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.paragraph-24 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-24._2 {
  color: #000;
  letter-spacing: 0;
}

.paragraph-24._2.img {
  background-image: none;
  font-weight: 300;
}

.heading-70 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.heading-70._2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-196 {
  color: #707070;
  font-weight: 600;
}

.text-block-197 {
  color: #707070;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.heading-71 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.heading-71.mini {
  font-size: 17px;
  line-height: 24px;
}

.text-block-198 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-72 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.paragraph-25 {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-25.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 24px;
  line-height: 40px;
}

.paragraph-25.img._5 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.crumb-link-5 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.crumb-link-5.mini {
  font-size: 13px;
}

.bullit-circle {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

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

.text-span-97 {
  color: #4c20aa;
  font-weight: 400;
}

.image-156 {
  border-radius: 16px;
  margin-top: 12px;
  margin-bottom: 0;
}

.link-23 {
  color: #4c00aa;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link-23:hover {
  opacity: .5;
}

.text-block-199 {
  font-weight: 600;
}

.image-157 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.paragraph-26 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-26._2 {
  color: #000;
  letter-spacing: 0;
}

.paragraph-26._2.img {
  background-image: none;
  font-weight: 300;
}

.heading-73 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.heading-73._2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-200 {
  color: #707070;
  font-weight: 600;
}

.author {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-201 {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.heading-74 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.heading-74.mini {
  font-size: 17px;
  line-height: 24px;
}

.text-block-202 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-75 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-27 {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-27.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 24px;
  line-height: 40px;
}

.paragraph-27.img._5 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.crumb-link-6 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.crumb-link-6.mini {
  font-size: 13px;
}

.slider-8 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

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

.link-24 {
  color: #4c00aa;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link-24:hover {
  opacity: .5;
}

.text-block-203 {
  font-weight: 600;
}

.image-158 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.paragraph-28 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-28._2 {
  color: #000;
  letter-spacing: 0;
}

.paragraph-28._2.img {
  background-image: none;
  font-weight: 300;
}

.paragraph-28.big {
  margin-top: 24px;
  font-size: 21px;
  font-weight: 300;
  line-height: 36px;
}

.heading-76 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.heading-76._2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-204 {
  color: #707070;
  font-weight: 600;
}

.text-block-205 {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.heading-77 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.heading-77.mini {
  font-size: 17px;
  line-height: 24px;
}

.text-block-206 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-78 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-29 {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-29.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 24px;
  line-height: 40px;
}

.paragraph-29.img._5 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 38px;
}

.crumb-link-7 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.crumb-link-7.mini {
  font-size: 13px;
}

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

.link-25 {
  color: #4c00aa;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link-25:hover {
  opacity: .5;
}

.text-block-207 {
  font-weight: 600;
}

.image-159 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.paragraph-30 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-30._2 {
  color: #000;
  letter-spacing: 0;
}

.paragraph-30._2.img {
  background-image: none;
  font-weight: 300;
}

.heading-79 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.heading-79._2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-208 {
  color: #707070;
  font-weight: 600;
}

.heading-80 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.heading-80.mini {
  font-size: 17px;
  line-height: 24px;
}

.text-block-209 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-81 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-31 {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-31.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 24px;
  line-height: 40px;
}

.paragraph-31.img._5 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 38px;
}

.image-160 {
  border-radius: 16px;
}

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

.head-content-blog {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.head-content-blog.big {
  font-size: 24px;
  line-height: 36px;
}

.link-26 {
  color: #4c00aa;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link-26:hover {
  opacity: .5;
}

.text-block-210 {
  font-weight: 600;
}

.image-161 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.image-161.hide {
  margin-left: 2px;
}

.paragraph-32 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-32.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-32.img._2 {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 28px;
}

.heading-82 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-211 {
  color: #707070;
  font-weight: 600;
}

.heading-83 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.heading-83.mini {
  font-size: 17px;
  line-height: 24px;
}

.text-block-212 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-84 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.image-162 {
  object-fit: contain;
  border: 1px solid #4c00aa;
  border-radius: 16px;
  width: 100%;
}

.image-162.small {
  width: 50%;
  margin-bottom: 16px;
}

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

.mask-4 {
  border-radius: 8px;
}

.link-27 {
  color: var(--violet);
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
}

.link-27:hover {
  opacity: .5;
}

.image-163 {
  border-radius: 8px;
  width: 50%;
}

.text-block-213 {
  font-weight: 600;
}

.image-164 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.image-164.mob-only {
  display: none;
}

.paragraph-33 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-33._2 {
  color: #000;
  letter-spacing: 0;
}

.paragraph-33._2.img {
  background-image: none;
  font-weight: 300;
}

.heading-85 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.heading-85._2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-214 {
  color: #707070;
  font-weight: 400;
}

.heading-86 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.heading-86.mini {
  font-size: 17px;
  line-height: 24px;
}

.slider-9 {
  background-color: #0000;
  border-radius: 8px;
  width: 50%;
  height: 100%;
}

.slider-9._100 {
  width: 100%;
  margin-bottom: 32px;
}

.text-block-215 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-87 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-34 {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-34.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 24px;
  line-height: 40px;
}

.paragraph-34.img._5 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 38px;
}

.div-block-266 {
  border: 2px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.text-block-216 {
  font-size: 15px;
  font-weight: 300;
}

.image-165 {
  border-radius: 8px;
  width: 50%;
}

.paragraph-35 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-35._2 {
  color: #000;
  letter-spacing: 0;
}

.paragraph-35._2.img {
  background-image: none;
  font-weight: 200;
  line-height: 30px;
}

.paragraph-35._2.img.more.down {
  margin-bottom: 16px;
}

.paragraph-35._2.img.more.up1 {
  margin-top: 12px;
}

.paragraph-35._2.img.more.down-more {
  margin-bottom: 24px;
}

.paragraph-35._2.img.more.down-more.up {
  margin-top: 24px;
}

.paragraph-35._2.img.more.par {
  line-height: 150%;
}

.paragraph-35._2.img.more.par.down-2 {
  margin-bottom: 20px;
}

.paragraph-35._2.img.more.up {
  margin-top: 16px;
}

.paragraph-35._2.final {
  margin-top: 40px;
}

.paragraph-35._2.t {
  color: var(--violet);
  background-image: none;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-35._2.t.more.down {
  margin-bottom: 16px;
}

.paragraph-35._2.t.more.up1 {
  margin-top: 12px;
}

.paragraph-35._2.t.more.down-more {
  margin-bottom: 24px;
}

.paragraph-35._2.t.more.down-more.up {
  margin-top: 24px;
}

.paragraph-35._2.t.more.par {
  line-height: 150%;
}

.paragraph-35._2.t.more.up {
  margin-top: 16px;
}

.paragraph-35._2.no-u {
  margin-bottom: 8px;
}

.paragraph-35._3 {
  font-size: 19px;
  font-weight: 300;
}

.heading-88 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.heading-88._2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.heading-88.big {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.heading-88.big.first.down {
  margin-bottom: 16px;
}

.heading-88.default {
  font-weight: 300;
}

.heading-88.default.up {
  margin-top: 8px;
  font-size: 24px;
}

.heading-88.min {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 28px;
}

.heading-88.down {
  margin-bottom: 16px;
}

.paragraph-36 {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-36.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 24px;
  line-height: 40px;
}

.paragraph-36.img._5 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 38px;
}

.crumb-link-8 {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.heading-89 {
  min-width: 40px;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.html-embed-50-p-w {
  border: 1px #000;
  border-radius: 4px;
  width: 50%;
  max-height: none;
  margin-bottom: 24px;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.html-embed-50-p-w._70 {
  width: 80%;
}

.html-embed-50-p-w.down._100w {
  width: 100%;
}

.html-embed-50-p-w.down._100w.min-pc {
  width: 50%;
}

.html-embed-50-p-w.down._100 {
  width: 100%;
}

.html-embed-50-p-w.no-down {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.html-embed-50-p-w.no-down._50r {
  width: 40%;
}

.html-embed-50-p-w.no-down.bullit-embed {
  width: 50%;
  margin-top: 16px;
}

.html-embed-50-p-w.no-down-btn {
  margin-bottom: 0;
}

.html-embed-50-p-w.no-down-btn.d15 {
  margin-bottom: 12px;
}

.collection-item {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-list {
  width: 100%;
  height: 100%;
}

.slider-11 {
  background-color: #0000;
  width: 75%;
  height: 100%;
}

.slider-11.down {
  margin-bottom: 16px;
}

.slide-3, .image-166 {
  width: 100%;
  height: 100%;
}

.image-167 {
  border-radius: 16px;
  width: 50%;
}

.image-167.first {
  margin-top: 16px;
}

.image-168 {
  border-radius: 16px;
}

.image-168.down {
  margin-bottom: 16px;
}

.image-168.down.up {
  margin-top: 16px;
}

.div-block-267 {
  padding-left: 24px;
}

.image-169 {
  max-width: 50%;
}

.image-169.big {
  border-radius: 12px;
  max-width: 100%;
  margin-top: 16px;
  margin-bottom: 12px;
}

.cases-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cases-grid.news {
  grid-template-rows: auto auto;
  margin-bottom: 40px;
}

.cases-grid.news._2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  display: grid;
}

.case-card {
  color: #121212;
  border: 1px solid #0000000d;
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 12px 104px -24px #0000000d;
}

.case-card:hover {
  opacity: .85;
  color: #4c00aa;
}

.case-card.hide-time {
  display: none;
}

.case-card-text {
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 0 12px 12px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.case-card-text.mini {
  grid-row-gap: 10px;
  background-color: #f4f5f880;
  padding: 16px 16px 24px;
}

.case-title-card {
  min-width: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
}

.case-title-card.mini {
  font-size: 17px;
  line-height: 24px;
}

.case-card-image {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 386px;
}

.case-card-image.mini {
  height: 180px;
}

.text-span-98 {
  opacity: .25;
  font-weight: 100;
}

.text-span-99 {
  color: var(--violet);
  font-size: 16px;
  font-weight: 300;
}

.case-start {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.case-start-text {
  height: 100%;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 200;
  line-height: 35px;
}

.case-start-text._1 {
  margin-bottom: 8px;
}

.case-start-text.img {
  color: #000;
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

.case-start-text.img._5 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.case-start-line {
  background-color: #7b41ee;
  width: 10px;
  height: 61px;
}

.case-start-line._40 {
  height: 40px;
}

.image-170 {
  border-radius: 12px;
  width: 100%;
}

.case-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.case-slider.auto, .case-slider._50px, .case-slider._50-w {
  width: 50%;
}

.case-main-text {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
}

.case-main-text._2 {
  color: #000;
  letter-spacing: 0;
}

.case-main-text._2.img {
  background-image: none;
  font-weight: 200;
  line-height: 30px;
}

.case-main-text.video {
  margin-top: 16px;
}

.case-main-text.down {
  margin-bottom: 24px;
}

.icon-9, .icon-10 {
  opacity: .5;
  margin-bottom: 24px;
}

.slide-nav-2.down {
  margin-bottom: 21px;
}

.case-title-main {
  color: #000;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.case-title-main._2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.case-title-main.big {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.case-title-main.big.first.down {
  margin-bottom: 16px;
}

.case-title-main.default {
  font-weight: 300;
}

.case-title-main.default.up {
  margin-top: 8px;
  font-size: 24px;
}

.case-title-main.min {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 28px;
}

.case-title-main.no-up {
  margin-top: 0;
}

.case-image-default {
  border-radius: 12px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}

.case-image-default._50 {
  width: 50%;
}

.case-image-default._50.down {
  width: 25%;
}

.case-image-default.down {
  margin-bottom: 16px;
}

.case-image-default.down._50pc, .case-image-default._25 {
  width: 50%;
}

.case-image-default._25.down {
  width: 35%;
}

.case-image-default._25.down.border {
  border: 1px solid #00000040;
}

.case-video {
  border: 1px #000;
  border-radius: 4px;
  width: 360px;
  max-height: none;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.case-video.bot {
  width: 50%;
  margin-bottom: 24px;
}

.case-video._70 {
  width: 80%;
}

.case-video.interview {
  width: 100%;
}

.case-video.first {
  margin-top: 16px;
}

.case-video._100w {
  width: 100%;
}

.case-video.auto {
  width: 40%;
}

.case-title-img {
  object-fit: cover;
  border: 1px solid #00000040;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.image-silder-case-50 {
  border-radius: 12px;
  width: 100%;
  max-width: none;
}

.slide-4 {
  width: 100%;
}

.right-arrow-9 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-span-100 {
  color: var(--violet);
  font-size: 17px;
  font-weight: 900;
  line-height: 31px;
}

.text-span-101 {
  color: #0000;
  background-image: url('/images/1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 32px;
  line-height: 32px;
}

.text-span-101._2 {
  background-image: url('/images/SynergeticArrows.png');
}

.text-span-102, .text-span-103, .text-span-104, .text-span-105 {
  color: var(--violet);
}

.case-block {
  margin-bottom: 0;
  padding-bottom: 24px;
}

.case-block.hide {
  display: none;
}

.case-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.case-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 56px;
}

.case-title {
  z-index: 2;
  border-style: solid;
  border-width: 2px;
  border-color: #181818 #181818 var(--bg-1);
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  padding: 12px 24px;
  display: flex;
  position: relative;
  bottom: -2px;
}

.cases {
  background-image: none;
  border-radius: 12px;
  width: 100%;
  padding: 56px 0 12px;
}

.case-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid #000;
  border-radius: 0 16px 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px 49px 48px 48px;
  display: flex;
}

.case-btn {
  background-color: var(--bg-1);
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 56px;
}

.grid-17 {
  grid-template: "."
  / 1fr 1fr 1fr;
  width: 100%;
}

.text-block-217 {
  color: var(--violet);
  margin-top: 16px;
  font-weight: 300;
}

.case-mini-head {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.home-case-img-1, .home-case-img-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.div-block-268 {
  width: 100%;
  margin-top: 0;
  padding-left: 24px;
}

.text-block-218 {
  margin-bottom: 12px;
}

.text-block-219 {
  font-weight: 100;
}

.div-block-269 {
  background-color: #f4f5f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  display: flex;
}

.text-block-220 {
  color: #707070;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.text-span-106 {
  color: #0000;
  background-image: url('/images/e2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  margin-top: 8px;
  font-size: 44px;
  display: inline-block;
}

.image-171 {
  width: 180px;
  max-width: none;
  margin-bottom: 0;
}

.div-block-270 {
  grid-column-gap: 40px;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.div-block-271 {
  background-color: #7b41ee;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.text-block-221 {
  color: #7b41ee;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-221.down {
  margin-bottom: 24px;
}

.text-block-222 {
  text-align: center;
  margin-top: 4px;
  font-size: 16px;
  line-height: 20px;
}

.text-block-223 {
  text-align: center;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-224 {
  width: 81%;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-224.full {
  width: 100%;
  font-size: 17px;
}

.text-span-107 {
  color: #0000;
  background-image: url('/images/e5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 21px;
  line-height: 40px;
  display: inline-block;
}

.text-block-225 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.heading-90 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
}

.heading-90.short {
  max-width: 590px;
}

.div-block-272 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.text-block-226 {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-226.last {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.text-block-227 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-273 {
  grid-column-gap: 32px;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-273.up {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-228 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-172 {
  margin-bottom: -32px;
}

.text-span-108 {
  color: #7b41ee;
  font-weight: 700;
}

.grid-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 24px;
}

.text-span-109 {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.div-block-274 {
  background-color: #f4f5f8a8;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  max-height: 100%;
  padding: 24px 16px;
  display: flex;
}

.image-173 {
  border: 1px solid #0003;
  border-radius: 12px;
  width: 370px;
}

.image-173.min {
  width: 320px;
}

.div-block-275 {
  z-index: 10;
  background-color: #7b41ee;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
  position: relative;
  top: 0;
  left: 56px;
}

.text-span-110 {
  color: #0000;
  background-image: url('/images/352.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 12px;
  font-size: 70px;
  line-height: 66px;
  display: inline-block;
}

.div-block-276 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

.text-block-229, .italic-text {
  font-weight: 100;
}

.img-e-4 {
  color: #0000;
  background-image: url('/images/элемент-3-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 25px;
}

.div-block-277 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-111 {
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
}

.slider-12 {
  background-color: #0000;
  width: 70%;
  height: 70%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.image-174 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.text-block-230 {
  opacity: .5;
  font-weight: 300;
}

.image-175 {
  border-radius: 12px;
  margin-bottom: 16px;
}

.image-176 {
  border-radius: 12px;
  width: 65%;
  margin-bottom: 16px;
}

.image-176.full {
  width: 100%;
}

.image-176._50p {
  width: 50%;
}

.image-176._50p.up {
  margin-top: 16px;
}

.image-176._50p.up.no-down {
  margin-bottom: 8px;
}

.image-133-min {
  height: 310px;
}

.div-block-17-min {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-16-min {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #7b41ee;
  background-image: linear-gradient(77deg, #292929, #7b41ee);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 80px 32px 40px;
  display: flex;
}

.heading-3-min {
  color: #fff;
  text-transform: uppercase;
  max-width: 340px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 33px;
  font-weight: 300;
  line-height: 140%;
}

.banner-wrap-min {
  margin-left: auto;
  margin-right: auto;
}

.slider-13 {
  background-color: #0000;
  width: 50%;
  height: 100%;
  margin-bottom: 24px;
}

.image-177 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mask-6 {
  height: 100%;
}

.div-block-278 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.div-block-278.no-up {
  margin-top: 0;
}

.div-block-278.down {
  margin-bottom: 32px;
}

.div-block-278.no-u {
  margin-top: 0;
}

.div-block-278.min-u {
  margin-top: 16px;
}

.div-block-279 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-279.center {
  justify-content: flex-start;
  align-items: center;
}

.div-block-279.center.down {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}

.div-block-279.last {
  margin-bottom: 24px;
}

.div-block-280 {
  background-color: var(--violet);
  border-radius: 8px;
  width: 24px;
  height: 24px;
}

.div-block-281 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 680px;
  display: flex;
}

.text-span-112 {
  color: var(--violet);
  font-weight: 700;
}

.titile-in-p {
  font-weight: 500;
  line-height: 48px;
}

.text-span-113 {
  margin-right: 3px;
  font-size: 24px;
  font-weight: 900;
  line-height: 120%;
}

.text-span-114 {
  font-size: 25px;
  font-weight: 500;
}

.text-block-231 {
  font-size: 14px;
  font-weight: 200;
}

.div-block-282 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-176-double {
  border-radius: 12px;
  width: 50%;
  margin-bottom: 16px;
}

.div-block-281-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 680px;
  display: flex;
}

.div-block-281-new.b2, .div-block-281-new.min {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-280-fix-size {
  background-color: var(--violet);
  border-radius: 8px;
  width: 24px;
  height: 24px;
}

.div-block-280-fix-size.min {
  width: 12px;
  height: 12px;
}

.div-block-280-fix-size._2 {
  width: 20px;
  height: 20px;
}

.div-block-280-fix-size._2.dow {
  margin-top: 6px;
}

.title-news-2 {
  font-size: 24px;
  font-weight: 500;
}

.text-span-115 {
  font-weight: 600;
}

.slider-14 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
}

.slider-14.fix {
  width: auto;
  height: auto;
}

.slider-14.fix._500px {
  width: 500px;
}

.slider-14.pad {
  width: 65%;
  margin-top: 16px;
  margin-bottom: 0;
}

.image-178 {
  border-radius: 12px;
  width: 100%;
}

.image-178.min {
  width: 500px;
}

.short {
  margin-top: -24px;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-283 {
  background-color: #f4f5f8;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  padding: 16px;
  display: flex;
  position: relative;
}

.div-block-283.down {
  margin-bottom: 40px;
}

.image-179 {
  z-index: 0;
  opacity: .5;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto 16px auto auto;
}

.slider-15 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide-5 {
  width: auto;
}

.slide-nav-3 {
  top: 661.5px;
}

.left-arrow-13, .right-arrow-14 {
  display: none;
}

.slide-6 {
  width: 100%;
}

.slider-16 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 12px;
  margin-bottom: 32px;
}

.slide-7 {
  background-color: #f4f5f8;
}

.div-block-284 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.icon-13, .icon-14 {
  color: #000;
}

.slide-nav-4 {
  bottom: -40px;
}

.text-block-232 {
  opacity: .7;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 32px;
}

.image-180 {
  width: 50%;
}

.image-180.min {
  border-radius: 12px;
  margin-top: 12px;
}

.image-180.min.down {
  margin-top: 0;
  margin-bottom: 12px;
}

.text-block-233 {
  font-size: 14px;
  font-weight: 200;
}

.text-block-233.more {
  margin-bottom: 12px;
}

.text-span-116 {
  font-weight: 900;
}

.div-block-285 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-286 {
  background-color: var(--violet);
  border-radius: 2px;
  width: 18px;
  height: 18px;
}

.slider-17 {
  width: 50%;
  height: auto;
  margin-bottom: 16px;
}

.text-block-234 {
  font-size: 14px;
  font-weight: 300;
}

.text-block-235 {
  margin-top: -8px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.div-block-287 {
  background-color: var(--bg-1);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
}

.text-block-236 {
  margin-bottom: 8px;
  font-weight: 200;
}

.div-block-288 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed-2 {
  height: 500px;
}

.code-embed-2.down {
  margin-bottom: 32px;
}

.text-block-237 {
  margin-top: -8px;
  font-size: 14px;
  font-weight: 200;
}

.text-block-237.down {
  margin-bottom: 16px;
}

.text-span-117 {
  font-weight: 500;
}

.image-181 {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 32px;
}

.image-181.up-d {
  margin-top: 24px;
}

.image-181.up-d.min {
  width: 50%;
}

.text-block-238 {
  font-size: 18px;
  line-height: 25px;
}

.slider-18 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
}

.slide-8 {
  width: 100%;
}

.div-block-289 {
  background-color: #f4f5f8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  display: flex;
}

.icon-15, .icon-16 {
  color: var(--violet);
}

.share-yandex-embed {
  width: 100%;
  height: 24px;
  margin-bottom: 0;
}

.share-embed {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.text-block-239 {
  font-weight: 300;
}

.light {
  margin-top: -24px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.txt-min {
  margin-top: -12px;
  font-size: 14px;
  line-height: 20px;
}

.txt-min.no-up {
  margin-top: 12px;
}

.text-span-118 {
  color: var(--medium-blue);
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}

.slider-19 {
  background-color: #0000;
  width: 50%;
  height: 100%;
}

.slider-20 {
  width: 50%;
  height: 100%;
}

.image-182 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-block-240 {
  font-size: 14px;
  line-height: 120%;
}

.text-block-240.down, .text-block-240.d-2 {
  margin-bottom: 16px;
}

.video-30 {
  border: 1px #000;
  border-radius: 4px;
  width: 33%;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.video-30._70 {
  width: 80%;
}

.video-30.down._100w {
  width: 100%;
}

.video-30.down._100w.min-pc {
  width: 50%;
}

.video-30.no-down {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.video-30.no-down._50r {
  width: 40%;
}

.video-30.no-down.bullit-embed {
  width: 50%;
  margin-top: 16px;
}

.video-30.no-down-btn {
  margin-bottom: 0;
}

.video-30._24 {
  margin-bottom: 24px;
}

.text-block-241 {
  margin-bottom: 16px;
}

.slider-21 {
  background-color: #0000;
  height: 100%;
  margin-bottom: 56px;
}

.mask-7 {
  width: 100%;
  height: 100%;
}

.div-block-290 {
  background-color: #f4f5f8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-17, .icon-18 {
  color: #000;
}

.link-block-30 {
  background-color: var(--medium-blue);
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.html-embed-50-p-w-copy {
  border: 1px #000;
  border-radius: 4px;
  width: 33%;
  max-height: none;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.html-embed-50-p-w-copy._70 {
  width: 80%;
}

.html-embed-50-p-w-copy.down._100w {
  width: 100%;
}

.html-embed-50-p-w-copy.down._100w.min-pc {
  width: 50%;
}

.html-embed-50-p-w-copy.down._100 {
  width: 100%;
}

.html-embed-50-p-w-copy.no-down {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.html-embed-50-p-w-copy.no-down._50r {
  width: 40%;
}

.html-embed-50-p-w-copy.no-down.bullit-embed {
  width: 50%;
  margin-top: 16px;
}

.html-embed-50-p-w-copy.no-down-btn {
  margin-bottom: 0;
}

.html-embed-50-p-w-copy.no-down-btn.d15 {
  margin-bottom: 12px;
}

.html-embed-50-p-w-copy.up {
  margin-top: 24px;
}

.html-embed-50-p-w-copy.up.down {
  margin-bottom: 12px;
}

.text-block-242 {
  font-size: 14px;
  font-weight: 300;
}

.slider-22 {
  background-color: #0000;
  width: 60%;
  height: 100%;
}

.div-block-291 {
  background-color: #f0f0f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.image-183 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.slide-nav-5 {
  display: none;
}

.text-span-119 {
  text-decoration: underline;
}

.code-embed-3 {
  width: 34%;
  margin-top: 16px;
  margin-bottom: 10px;
}

.code-embed-3.noup {
  margin-top: 0;
}

.div-block-292 {
  width: 100%;
}

.text-span-120 {
  font-size: 23px;
  font-weight: 600;
  line-height: 40px;
}

.text-span-121 {
  color: #000;
  font-weight: 600;
}

.image-184 {
  border-radius: 12px;
  width: 50%;
  margin-bottom: 24px;
}

.text-span-122 {
  font-weight: 600;
}

.text-span-122.v {
  color: var(--violet);
}

.slider-23 {
  background-color: #0000;
  width: 50%;
  height: 100%;
  margin-bottom: 32px;
}

.image-185 {
  width: 100%;
  height: 100%;
}

.slide-9 {
  width: 100%;
}

.image-186 {
  border-radius: 12px;
  width: 50%;
  margin-bottom: 32px;
}

.image-186._2 {
  margin-bottom: 16px;
}

.text-block-243 {
  margin-bottom: 32px;
}

.slider-24 {
  background-color: #0000;
  width: 50%;
  height: 100%;
  margin-bottom: 32px;
}

.div-block-293 {
  width: 100%;
  height: 100%;
}

.image-187 {
  width: 100%;
}

.mask-8 {
  height: 100%;
}

.slider-25 {
  background-color: #0000;
  border-radius: 24px;
  width: 700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-188 {
  width: 100%;
  height: auto;
}

.image-188.min {
  border-radius: 12px;
  width: 50%;
}

.mask-9 {
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.right-arrow-20.black, .left-arrow-19.black {
  color: #000;
}

.text-span-123 {
  color: var(--violet);
  font-weight: 500;
}

.text-span-123.big {
  font-size: 32px;
  line-height: 48px;
}

.div-block-294 {
  background-color: #fafafa;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.slide-nav-6 {
  padding-top: 56px;
}

.text-span-124 {
  color: var(--violet);
  font-weight: 700;
}

.div-block-295 {
  opacity: .15;
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .foot-er {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .blog-card-grid {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .blog-card-grid.news._2 {
    grid-template-columns: auto;
  }

  .link-8 {
    color: #707070;
    font-weight: 500;
    text-decoration: none;
    display: none;
  }

  .link-8.w--current {
    display: none;
  }

  .multy-icon._48 {
    width: 28px;
    height: 28px;
  }

  .install-btn {
    display: none;
  }

  .background-video {
    padding: 80px 20px;
  }

  .dropdown-list-2.w--open {
    z-index: auto;
    width: 180px;
    padding-top: 20px;
    padding-bottom: 14px;
  }

  .big-button-1lines {
    color: #000;
    border-top: 1px #0003;
    border-bottom: 1px solid #0003;
    width: 100%;
    padding: 24px 0;
    text-decoration: none;
  }

  .text-block-49 {
    font-size: 17px;
    font-weight: 400;
  }

  .text-block-54 {
    font-size: 16px;
    font-weight: 500;
  }

  .b1 {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    display: flex;
  }

  .banner-store-btn {
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
  }

  .menu-section-mob {
    background-color: #0000;
    display: block;
  }

  .drop-menu-links {
    grid-row-gap: 20px;
    color: #000;
  }

  .crumb-link {
    font-size: 14px;
    line-height: 18px;
  }

  .social-footer-cont {
    justify-content: space-between;
    width: 100%;
  }

  .social-footer-cont.footer {
    justify-content: flex-end;
  }

  .div-block-79 {
    background-color: #fff;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .text-banner-1 {
    align-items: center;
  }

  .div-block-80 {
    padding: 80px 20px;
    display: none;
  }

  .image-c {
    height: 200px;
  }

  .card-c-text {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .footer-store-button {
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-store-button.f {
    width: 100%;
    height: 64px;
  }

  .text-block-53 {
    font-weight: 600;
  }

  .gallery-image-small-square.big {
    object-fit: contain;
    object-fit: contain;
    height: auto;
  }

  .footer-buttons-2 {
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .text-block-66 {
    color: #4c00aa;
    font-weight: 700;
  }

  .text-block-50 {
    color: #121212;
    margin-bottom: -4px;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
  }

  .burger-space {
    z-index: 1000000;
    background-color: #f8f6f8;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .spacer {
    background-color: #0000;
  }

  .text-block-35.down {
    margin-top: 0;
    padding-top: 2px;
  }

  .image-44 {
    height: 24px;
  }

  .image-42.burger {
    width: 48px;
    height: 48px;
    padding: 0;
    display: block;
  }

  .div-block-66 {
    width: 24px;
    height: 24px;
  }

  .date-text-card {
    font-size: 14px;
    line-height: 18px;
  }

  .category-card-text {
    font-size: 19px;
    line-height: 25px;
  }

  .b2 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .head-menu-mob.main {
    background-color: #f8f6f8;
  }

  .time-grid {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  .grid-4 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    width: 100%;
  }

  .big-b-space-1 {
    width: 100%;
    margin-bottom: 28px;
    padding: 32px 20px 0;
  }

  .banner-block-cont {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .dropdown-toggle-2 {
    padding: 7px;
  }

  .text-block-36.mob {
    font-weight: 600;
  }

  .text-block-36.semi {
    margin-right: 12px;
  }

  .text-block-51 {
    color: #121212;
    margin-left: 20px;
    font-size: 21px;
    font-weight: 400;
  }

  .big-button-2lines {
    color: #17072d;
    border-top: 1px solid #0003;
    border-bottom: 1px solid #0003;
    width: 100%;
    padding: 24px 0;
    text-decoration: none;
  }

  .big-button-2lines.first {
    border-top-style: none;
    padding-top: 0;
  }

  .btn-install-mobile {
    background-color: var(--violet);
    text-decoration: none;
  }

  .btn-link.mob._2:hover {
    background-color: #fff;
  }

  .text-block-52 {
    color: #707070;
    font-weight: 600;
  }

  .big-b-space-2 {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
    padding: 0 20px 32px;
    display: flex;
  }

  .offer-news.mob {
    height: auto;
  }

  .offer-banner-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21._2 {
    width: auto;
  }

  .menu-section-pc {
    display: none;
  }

  .text-block-44 {
    margin-top: 1px;
    font-weight: 400;
  }

  .burger-link-blog {
    grid-column-gap: 16px;
    color: #121212;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .burger-link-blog.hidden {
    opacity: .25;
    cursor: not-allowed;
  }

  .drop-link-menu {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .drop-link-menu.w--current {
    color: #121212;
  }

  .section-banner.main {
    margin-top: 56px;
    margin-bottom: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-pc-button {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .heading-22 {
    font-size: 20px;
    line-height: 28px;
  }

  .offer-content {
    background-image: url('/images/Mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    width: 100%;
    padding: 114px 20px;
  }

  .link-9 {
    color: #707070;
    width: 130px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .main-menu {
    display: none;
  }

  .b5 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .scroll-menu-mob.main {
    background-color: #f8f6f8;
  }

  .menu-drop {
    margin-left: 0;
    margin-right: 0;
  }

  .crumb-div {
    width: auto;
    margin-left: 20px;
  }

  .div-block-72 {
    display: none;
  }

  .div-block-71 {
    width: 100%;
  }

  .category-drop {
    margin-left: 20px;
  }

  .delete-dropdown-2-copy, .div-block-59 {
    display: block;
  }

  .div-block-58 {
    grid-column-gap: 16px;
    width: 100%;
    margin-left: 20px;
    overflow: scroll;
  }

  .image-49 {
    width: 32px;
    height: 32px;
  }

  .load-more-btn {
    width: 100%;
  }

  .dropdown-list-3 {
    z-index: 10;
  }

  .dropdown-list-3.w--open {
    width: 180px;
    padding-top: 20px;
    padding-bottom: 14px;
  }

  .category-head {
    font-size: 32px;
    line-height: 40px;
  }

  .body-content, .body-content.main, .body-content.news {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-36-copy.current {
    font-size: 16px;
  }

  .btn-link-2-copy {
    padding: 7px 14px 7px 7px;
  }

  .btn-link-2-copy._3 {
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .body-section._1 {
    padding-top: 32px;
  }

  .content-links {
    z-index: 1000;
    position: relative;
  }

  .creator-block {
    grid-column-gap: 16px;
  }

  .heading-27 {
    font-size: 27px;
    line-height: 32px;
  }

  .table-content {
    z-index: -100;
    background-color: #f9fafb;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-top: -16px;
    margin-bottom: 32px;
    padding: 40px 24px 32px;
    position: relative;
  }

  .news-content-main {
    flex-direction: column;
  }

  .news-body-section {
    margin-top: 24px;
  }

  .text-block-40 {
    font-size: 14px;
  }

  .news-content-body {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-div {
    width: 100%;
  }

  .image-50 {
    width: 48px;
    height: 48px;
  }

  .c2.right {
    margin-left: 0;
  }

  .read-more-block {
    display: none;
  }

  .news-head {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .text-block-42 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-41 {
    font-size: 14px;
    line-height: 22px;
  }

  .additional-div {
    z-index: -1000;
    width: 100%;
    position: static;
  }

  .image-64.small {
    width: 100%;
  }

  .news-main-image {
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    height: 300px;
    margin-bottom: 0;
  }

  .news-main-image.news {
    margin-bottom: 32px;
  }

  .div-block-63 {
    width: 100%;
  }

  .banner-content {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding: 124px 20px;
  }

  .banner-content.tg {
    background-image: url('/images/tg-mob_1.jpg'), url('/images/tg-pc.jpg');
    background-position: 0 0, 50%;
    background-repeat: no-repeat, repeat;
    background-size: cover, cover;
  }

  .category-link {
    width: auto;
    padding: 32px 16px;
  }

  .grid-5 {
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .academy-body {
    background-position: 690% -60%;
  }

  .popular-tags {
    grid-row-gap: 8px;
    width: 100%;
  }

  .head-academy {
    grid-row-gap: 24px;
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-57 {
    font-size: 18px;
    line-height: 24px;
  }

  .tag-link {
    padding: 10px 8px;
  }

  .image-54 {
    width: 56px;
    height: 56px;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .text-block-56 {
    font-size: 14px;
    line-height: 21px;
  }

  .text-block-55 {
    font-size: 14px;
  }

  .category-academy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .academy-additional {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .aditional-content {
    grid-row-gap: 40px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-31 {
    font-size: 24px;
  }

  .grid-7 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-73 {
    justify-content: space-between;
    width: 100%;
  }

  .academy-crumbs {
    margin-left: 20px;
  }

  .academy-crumbs.category {
    margin-left: 0;
  }

  .category-body {
    width: 100%;
  }

  .category-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-75 {
    top: 271px;
  }

  .div-block-85 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .article-content {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .article-body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-block {
    width: 100%;
  }

  .pa1.mob {
    display: block;
  }

  .pa1.pc {
    display: none;
  }

  .heading-36 {
    font-size: 28px;
    line-height: 42px;
  }

  .div-block-105 {
    padding: 40px 20px;
  }

  .creator-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-104 {
    width: 100%;
  }

  .text-block-78 {
    font-size: 16px;
  }

  .div-block-106 {
    width: 100%;
  }

  .main-footer {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-114 {
    flex-direction: column-reverse;
    align-items: stretch;
    height: auto;
  }

  .div-block-115 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-118 {
    border: 1px #000;
    border-radius: 0;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-119 {
    display: none;
  }

  .div-block-120 {
    background-color: #0000001a;
    width: 100%;
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .news-p.bot {
    margin-bottom: 0;
  }

  .news-text {
    flex-direction: column;
    width: 100%;
  }

  .grid-14 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .html-embed-2-copy {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .body-landing {
    width: 100%;
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-content {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .main-navigation-a {
    width: 100%;
    position: static;
  }

  .sep-line {
    margin-top: 44px;
    margin-bottom: 32px;
  }

  ._2img-block {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .video-block._100 {
    width: 100%;
  }

  .image-105._50 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .news-main-image-copy {
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    height: 300px;
    margin-bottom: 0;
  }

  .news-main-image-copy.news {
    margin-bottom: 32px;
  }

  .image-113._50.p, .image-115, .big-news-img, .image-116 {
    width: 100%;
  }

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

  .news-embed-video {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .image-117._50 {
    width: 100%;
  }

  .main-body {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .div-block-4 {
    width: 100%;
    height: 200px;
  }

  .image-131 {
    height: 200px;
  }

  .div-block-236 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mln-number-cms {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-154 {
    font-size: 21px;
    line-height: 37px;
  }

  .third-tab {
    border-radius: 12px;
    width: 100%;
  }

  .third-tab.w--current {
    border: 2px solid #000;
    border-radius: 12px;
    width: 100%;
  }

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

  .fourth-tab {
    border: 1px solid #000;
    width: 100%;
  }

  .fourth-tab.w--current {
    border-style: solid;
    border-radius: 12px;
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .first-tab {
    border-radius: 12px;
    width: 100%;
  }

  .first-tab.w--current {
    border-style: solid;
    border-width: 2px;
    border-radius: 12px;
    width: 100%;
  }

  .second-tab {
    border-radius: 12px;
    width: 100%;
  }

  .second-tab.w--current {
    border: 2px solid #000;
    border-radius: 12px;
    width: 100%;
  }

  .main-tabs {
    display: flex;
  }

  .text-block-157 {
    text-align: center;
  }

  .div-block-16 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: 100%;
    padding: 24px 16px;
  }

  .heading-3 {
    text-align: center;
    max-width: 380px;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
  }

  .banner-store-btn-2 {
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
  }

  .banner-install-btn {
    background-color: var(--violet);
    text-decoration: none;
  }

  .banner-install-btn.mob {
    display: block;
  }

  .btn-2-min {
    display: none;
  }

  .btn-2-min.mob {
    display: flex;
  }

  .div-block-29 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-stack-copy {
    width: 100%;
  }

  .div-block-30 {
    flex-flow: wrap-reverse;
    width: 100%;
    padding-right: 0;
  }

  .div-block-237 {
    width: 100%;
    max-width: none;
  }

  .div-block-238 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
    display: flex;
  }

  .div-block-238.mob {
    display: flex;
  }

  .burger-space-copy {
    z-index: 1000000;
    background-color: #f8f6f8;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .banner-wrap {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .category-link-2 {
    width: auto;
    padding: 32px 16px;
  }

  .image-138 {
    width: 56px;
    height: 56px;
  }

  .text-block-162 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-241 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-244 {
    width: 100%;
  }

  .heading-54 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-245, .div-block-246, .div-block-247, .div-block-248, .div-block-249 {
    width: 100%;
  }

  .text-block-171 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-173 {
    font-size: 14px;
  }

  .text-block-174 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-55 {
    font-size: 27px;
    line-height: 32px;
  }

  .image-144 {
    width: 48px;
    height: 48px;
  }

  .html-embed-2-copy-down {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .text-block-175 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-176 {
    font-size: 14px;
  }

  .text-block-177 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-56 {
    font-size: 27px;
    line-height: 32px;
  }

  .image-145 {
    width: 48px;
    height: 48px;
  }

  .text-block-178 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-179 {
    font-size: 14px;
  }

  .text-block-180 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-57 {
    font-size: 27px;
    line-height: 32px;
  }

  .image-148 {
    width: 48px;
    height: 48px;
  }

  .text-block-181 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-182 {
    font-size: 14px;
  }

  .text-block-183 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-58 {
    font-size: 27px;
    line-height: 32px;
  }

  .image-150 {
    width: 48px;
    height: 48px;
  }

  .text-block-185 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-186 {
    font-size: 14px;
  }

  .text-block-187 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-59 {
    font-size: 27px;
    line-height: 32px;
  }

  .text-block-188 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-189 {
    font-size: 14px;
  }

  .text-block-190 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-60 {
    font-size: 27px;
    line-height: 32px;
  }

  .date-text-card-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-c-2 {
    height: 200px;
  }

  .crumb-link-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-20 {
    font-size: 19px;
    line-height: 25px;
  }

  .card-c-text-2 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .heading-61, .heading-62, .heading-63, .heading-64, .heading-65, .heading-66 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-191 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-193 {
    font-size: 14px;
  }

  .heading-68 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-194 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-69 {
    font-size: 27px;
    line-height: 32px;
  }

  .text-block-195 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-197 {
    font-size: 14px;
  }

  .heading-71 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-198 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-72 {
    font-size: 27px;
    line-height: 32px;
  }

  .text-block-199 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-201 {
    font-size: 14px;
  }

  .heading-74 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-202 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-75 {
    font-size: 27px;
    line-height: 32px;
  }

  .text-block-203 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-205 {
    font-size: 14px;
  }

  .heading-77 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-206 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-78 {
    font-size: 27px;
    line-height: 32px;
  }

  .text-block-207 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-80 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-209 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-81 {
    font-size: 27px;
    line-height: 32px;
  }

  .head-content-blog {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-210 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-83 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-212 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-84 {
    font-size: 27px;
    line-height: 32px;
  }

  .image-162.small {
    width: 100%;
  }

  .text-block-213 {
    font-size: 15px;
    line-height: 20px;
  }

  .image-164.pc-only {
    display: none;
  }

  .image-164.mob-only {
    display: inline-block;
  }

  .heading-86 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-215 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-87 {
    font-size: 27px;
    line-height: 32px;
  }

  .crumb-link-8 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-89 {
    font-size: 19px;
    line-height: 25px;
  }

  .html-embed-50-p-w {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .html-embed-50-p-w.no-down, .html-embed-50-p-w.no-down._50r, .html-embed-50-p-w.no-down.bullit-embed {
    width: 100%;
  }

  .cases-grid {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .cases-grid.news._2 {
    grid-template-columns: auto;
  }

  .case-card-text {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .case-title-card {
    font-size: 19px;
    line-height: 25px;
  }

  .case-card-image {
    height: 200px;
  }

  .case-slider._50px, .case-slider._50-w, .case-image-default.down._50pc {
    width: 100%;
  }

  .case-video {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .case-video.auto {
    width: 100%;
  }

  .cases {
    padding-left: 0;
    padding-right: 16px;
  }

  .case-content {
    flex-flow: wrap-reverse;
    width: 100%;
    padding: 16px;
  }

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

  .text-block-224.full {
    width: 80%;
  }

  .slider-12 {
    width: 100%;
    height: 100%;
  }

  .right-arrow-10, .left-arrow-9 {
    display: none;
  }

  .image-176, .image-176._50p {
    width: 100%;
  }

  .div-block-17-min {
    justify-content: center;
    align-items: center;
  }

  .div-block-16-min {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: 100%;
    padding: 24px 16px;
  }

  .heading-3-min {
    text-align: center;
    max-width: 380px;
    font-size: 32px;
    line-height: 40px;
  }

  .banner-wrap-min, .slider-13 {
    width: 100%;
  }

  .image-176-double {
    width: 50%;
  }

  .slider-14.fix._500px, .slider-14.pad, .image-178.min, .image-180, .slider-17, .div-block-287, .image-181.up-d.min, .slider-19, .slider-20 {
    width: 100%;
  }

  .video-30 {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .video-30.no-down, .video-30.no-down._50r, .video-30.no-down.bullit-embed {
    width: 100%;
  }

  .left-arrow-17, .right-arrow-18 {
    display: none;
  }

  .html-embed-50-p-w-copy {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .html-embed-50-p-w-copy.no-down, .html-embed-50-p-w-copy.no-down._50r, .html-embed-50-p-w-copy.no-down.bullit-embed, .slider-22 {
    width: 100%;
  }

  .code-embed-3 {
    width: 100%;
    height: 100%;
  }

  .image-184, .slider-23, .image-186, .slider-25, .image-188.min {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .link-8 {
    display: none;
  }

  .menu-section-mob {
    background-color: #0000;
  }

  .burger-space {
    display: none;
  }

  .social-links-block.burg {
    grid-column-gap: 24px;
  }

  .heading-23 {
    text-align: center;
  }

  .offer-content {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .main-item-menu.mob {
    grid-column-gap: 16px;
  }

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

  .crumb-div {
    width: auto;
  }

  .div-block-71 {
    overflow: scroll;
  }

  .div-block-58 {
    overflow: visible;
  }

  .btn-link-2-copy {
    min-width: 170px;
  }

  .btn-link-2-copy._4, .btn-link-2-copy._2, .btn-link-2-copy._3 {
    min-width: 130px;
  }

  .banner-content.tg {
    background-repeat: no-repeat, repeat;
  }

  .div-block-75 {
    top: 273px;
  }

  .text-block-61 {
    text-align: right;
  }

  .div-block-78 {
    width: auto;
  }

  .div-block-85 {
    width: 100%;
  }

  .div-block-97 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-block-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-129 {
    align-items: flex-start;
  }

  .div-block-151 {
    width: 100%;
  }

  .head-content-a.video {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    padding: 24px;
  }

  .html-embed-2-copy, .html-embed-2-copy._70 {
    width: 100%;
  }

  .head-video {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2img-block {
    width: 100%;
  }

  .image-102 {
    display: none;
  }

  .div-block-192 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .text-block-126 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-105._50 {
    margin-bottom: 0;
  }

  .text-block-127, .text-block-128 {
    font-size: 15px;
    line-height: 24px;
  }

  .text-span-78, .text-span-79 {
    margin-left: 8px;
  }

  .news-main-image-copy.news {
    height: 400px;
  }

  .news-embed-video {
    width: 100%;
  }

  .div-block-228 {
    width: 12px;
    height: 12px;
  }

  .div-block-229 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-148 {
    max-width: 320px;
  }

  .image-126.min, .slider-6.bottom {
    width: 100%;
  }

  .div-block-5 {
    object-fit: cover;
  }

  .tab-pane-tab-1 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-133 {
    height: 100%;
  }

  .text-block-42-copy {
    font-size: 17px;
    line-height: 23px;
  }

  .heading-3-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .burger-space-copy {
    display: none;
  }

  .div-block-241, .html-embed-2-copy-down, .html-embed-2-copy-down._70, .image-163, .slider-9, .image-165, .html-embed-50-p-w, .html-embed-50-p-w._70 {
    width: 100%;
  }

  .case-card {
    flex-flow: column;
  }

  .case-card-image {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    height: auto;
  }

  .case-slider.auto, .case-video, .case-video._70 {
    width: 100%;
  }

  .text-span-106 {
    margin-left: 8px;
  }

  .div-block-270 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .text-block-222, .text-block-223 {
    font-size: 15px;
    line-height: 24px;
  }

  .text-block-227 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .text-span-110 {
    margin-left: 8px;
  }

  .image-133-min {
    height: 100%;
  }

  .div-block-279 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-281, .div-block-281-new {
    max-width: 320px;
  }

  .right-arrow-15, .left-arrow-14 {
    display: none;
  }

  .code-embed-2 {
    height: 320px;
  }

  .video-30, .video-30._70, .html-embed-50-p-w-copy, .html-embed-50-p-w-copy._70, .slider-24 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 21px;
    line-height: 32px;
  }

  .foot-er {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-60 {
    object-fit: cover;
    width: 38px;
    height: 38px;
  }

  .background-video {
    border-radius: 0;
  }

  .dropdown-list-2 {
    z-index: auto;
  }

  .dropdown-list-2.w--open {
    z-index: auto;
    width: 180px;
    min-width: 200px;
  }

  .image-slide-news {
    height: 180px;
  }

  .image-slide-news.big {
    height: 237px;
  }

  .image-slide-news.big.up {
    height: auto;
  }

  .text-block-54 {
    font-weight: 600;
  }

  .text-block-67 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-47.contain {
    object-fit: contain;
  }

  .image-47.contain._2 {
    object-fit: cover;
  }

  .image-47.fitter {
    object-fit: contain;
  }

  .banner-store-btn {
    border-radius: 12px;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .drop-menu-links {
    margin-left: 20px;
  }

  .social-footer-cont {
    grid-column-gap: 0px;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .social-footer-cont.footer {
    margin-bottom: 0;
  }

  .text-banner-1 {
    width: 100%;
  }

  .div-block-80 {
    padding: 56px 32px;
  }

  .image-c {
    height: 230px;
  }

  .card-c-text {
    grid-row-gap: 12px;
    height: auto;
    padding: 16px 18px 26px;
  }

  .footer-store-button {
    border-radius: 12px;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    height: auto;
    padding: 10px 40px;
    display: flex;
  }

  .footer-store-button.f {
    height: 40px;
    padding: 8px 0;
  }

  .text-block-53 {
    margin-left: 8px;
  }

  .gallery-image-small-square {
    grid-row-gap: 16px;
    width: 280px;
  }

  .gallery-image-small-square.big {
    object-fit: fill;
    object-fit: fill;
    width: 100%;
  }

  .footer-buttons-2 {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-self: stretch;
    margin-top: 0;
  }

  .footer-buttons-2.f {
    grid-column-gap: 4px;
    grid-column-gap: 4px;
    flex-direction: row;
  }

  .footer-buttons-2.f.w, .footer-buttons-2.f.w.one-more.headder {
    display: none;
  }

  .text-block-66 {
    font-size: 18px;
  }

  .burger-space {
    display: none;
  }

  .spacer {
    background-color: #fff0;
    justify-content: space-around;
    width: 20px;
    padding-left: 2px;
    padding-right: 0;
  }

  .modal-wrapper {
    object-fit: fill;
  }

  .category-card-text {
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
  }

  .head-menu-mob.main {
    border-bottom-width: 1.5px;
    width: 100%;
  }

  .grid-4 {
    grid-column-gap: 48px;
    width: auto;
  }

  .banner-block-cont {
    width: 100%;
  }

  .dropdown-toggle-2 {
    z-index: 11;
    grid-column-gap: 0px;
    position: static;
  }

  .dropdown-toggle-2.w--open {
    position: static;
  }

  .text-block-36.semi {
    margin-left: 12px;
  }

  .social-links-block.burg {
    grid-column-gap: 16px;
  }

  .btn-link.mob {
    width: 122px;
    min-width: 101px;
  }

  .btn-link.mob.academy {
    min-width: 134px;
  }

  .btn-link.mob._2 {
    min-width: 122px;
  }

  .logo-icon-link {
    width: auto;
    height: auto;
  }

  .logo-icon-link.footer {
    width: 38px;
    height: 38px;
  }

  .text-block-52 {
    font-weight: 300;
  }

  .offer-banner-section {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21.big {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-21._2 {
    margin-bottom: 32px;
    font-size: 27px;
    font-weight: 600;
    line-height: 33px;
  }

  .image-61 {
    max-width: 80%;
  }

  .paragraph-7 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-44 {
    line-height: 120%;
  }

  .heading-23 {
    font-size: 28px;
    line-height: 38px;
  }

  .drop-link-menu {
    font-weight: 600;
  }

  .drop-link-menu.big {
    font-size: 17px;
  }

  .section-banner.main {
    border-radius: 0;
    margin-top: 48px;
  }

  .section-banner.main._2 {
    margin-bottom: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-pc-button {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-self: stretch;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .heading-22 {
    line-height: 27px;
  }

  .offer-content {
    text-align: center;
    background-image: url('/images/mobile-l.png'), url('/images/Mobile.jpg');
    background-position: 50% 70%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 320px 175px, cover;
    border-radius: 16px;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .main-item-menu.mob {
    z-index: 0;
    justify-content: space-between;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .link-9 {
    font-weight: 300;
  }

  .image-32 {
    max-width: 80%;
  }

  .paragraph-8 {
    margin-bottom: 82px;
    font-size: 16px;
    line-height: 24px;
  }

  .b5 {
    grid-column-gap: 24px;
  }

  .scroll-menu-mob {
    z-index: 1000;
    padding-right: 0;
    position: static;
    overflow: scroll;
  }

  .menu-drop {
    z-index: 11;
    min-width: 113px;
    position: static;
  }

  .crumbs-section {
    z-index: 10;
    position: relative;
  }

  .crumb-div {
    width: auto;
  }

  .crumb, .crumb.current {
    line-height: 18px;
  }

  .div-block-72 {
    padding: 10px;
  }

  .div-block-71 {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-left: 20px;
    display: none;
    overflow: scroll;
  }

  .dropdown-toggle-3.w--open {
    position: static;
  }

  .div-block-70 {
    background-color: #fff;
    padding: 10px;
  }

  .div-block-58 {
    object-fit: fill;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .load-more-btn {
    width: 100%;
  }

  .dropdown-list-3 {
    z-index: auto;
  }

  .dropdown-list-3.w--open {
    z-index: 0;
    grid-row-gap: 20px;
    width: 180px;
    min-width: 275px;
    padding-bottom: 20px;
  }

  .body-content {
    grid-row-gap: 16px;
    margin-bottom: 32px;
    padding-left: 20px;
    overflow: visible;
  }

  .body-content.main {
    margin-bottom: 0;
  }

  .body-content.news {
    grid-row-gap: 24px;
    margin-bottom: 0;
  }

  .btn-link-2-copy {
    min-width: 180px;
  }

  .btn-link-2-copy._4, .btn-link-2-copy._2, .btn-link-2-copy._3 {
    justify-content: center;
    min-width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-10 {
    font-size: 16px;
  }

  .body-section {
    margin-bottom: 56px;
    padding-top: 24px;
  }

  .div-block-68 {
    grid-row-gap: 16px;
  }

  .content-links {
    position: static;
  }

  .heading-27.max-270 {
    max-width: 270px;
  }

  .table-content {
    margin-top: 0;
    padding-top: 24px;
    position: static;
  }

  .heading-34.bold {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-34._3 {
    font-size: 28px;
    line-height: 38px;
  }

  .news-body-section {
    overflow: visible;
  }

  .share-block {
    display: none;
  }

  .c2-i1 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .c2-i1._2 {
    margin-bottom: 12px;
  }

  .c2._3 {
    grid-row-gap: 16px;
  }

  .c2.img._2 {
    margin-bottom: 0;
  }

  .link-7 {
    line-height: 21px;
  }

  .c._2 {
    padding-top: 24px;
  }

  .i1 {
    width: 100%;
  }

  .i1.big._2._4._5 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .i1.big._2._6 {
    width: 100%;
  }

  .image-62 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-62.news {
    border-radius: 16px;
  }

  .image-62.hide {
    border-radius: 24px;
  }

  .paragraph-11 {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-11.img {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-11.img._5 {
    margin-top: 16px;
    font-size: 21px;
    line-height: 36px;
  }

  .paragraph-11._2 {
    margin-bottom: 0;
  }

  .i2 {
    width: 100%;
  }

  .additional-div {
    z-index: 100000;
    grid-row-gap: 0px;
    position: relative;
  }

  .image-64 {
    border-radius: 8px;
  }

  .image-64._2._4, .image-64._2._4._6 {
    width: 100%;
  }

  .image-64.small {
    margin-bottom: 24px;
  }

  .paragraph-12 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-12.img {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-12._2 {
    margin-bottom: -16px;
  }

  .paragraph-12._2.top {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .news-main-image {
    border-radius: 8px;
    height: 220px;
  }

  .news-main-image.news {
    height: 220px;
    margin-bottom: 24px;
  }

  .news-main-image.news.hide {
    height: 200px;
  }

  .news-main-image.news.cover {
    height: auto;
  }

  .news-main-image.cases {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-63 {
    height: auto;
  }

  .div-block-83 {
    color: #fff;
    background-color: #4c00aa;
    width: 100%;
  }

  .banner-content.tg {
    background-image: url('/images/tg-mob.jpg'), url('/images/tg-pc.jpg');
    background-position: 0 0, 50%;
    background-repeat: no-repeat, repeat;
    background-size: cover, cover;
    padding: 72px 20px 112px;
  }

  .category-link {
    grid-row-gap: 48px;
    border-radius: 12px;
    padding: 32px 28px;
  }

  .grid-5 {
    grid-row-gap: 8px;
  }

  .academy-body {
    background-position: 100px 0;
    background-size: contain;
  }

  .head-academy {
    grid-row-gap: 16px;
  }

  .text-block-57 {
    text-align: left;
    font-size: 19px;
    line-height: 26px;
  }

  .tag-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tag-link.alert.mob {
    display: flex;
  }

  .image-54 {
    width: 48px;
    height: 48px;
  }

  .grid-6 {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto;
  }

  .text-block-56 {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }

  .text-block-56.right {
    text-align: left;
  }

  .text-block-55._2 {
    margin-bottom: 6px;
  }

  .heading {
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

  .text-block-59 {
    font-size: 15px;
  }

  .academy-crumbs.category {
    margin-bottom: 20px;
  }

  .academy-crumbs.article {
    margin-left: 0;
    display: none;
  }

  .category-body {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    padding: 0 0 56px;
  }

  .heading-33 {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
  }

  .div-block-100 {
    width: 100%;
  }

  .image-58 {
    width: 6px;
    margin-bottom: 4px;
  }

  .category-section {
    border-bottom: 1px solid #0003;
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .category-section.article {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .div-block-75 {
    margin-bottom: 32px;
    position: static;
    top: 210px;
  }

  .div-block-76 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-76.mini {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-8.article-mini {
    grid-row-gap: 14px;
    grid-row-gap: 14px;
  }

  .div-block-77 {
    grid-column-gap: 12px;
    width: 100%;
  }

  .text-block-60 {
    font-size: 17px;
    line-height: 24px;
  }

  .text-block-61 {
    text-align: left;
    width: 100%;
  }

  .image-57 {
    width: 6px;
  }

  .heading-32 {
    font-size: 26px;
    line-height: 32px;
  }

  .article-head {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .div-block-78 {
    text-align: left;
    width: 100%;
  }

  .div-block-85 {
    grid-row-gap: 16px;
    align-items: stretch;
    width: 100%;
  }

  .image-66 {
    border-radius: 8px;
    width: 100%;
  }

  .text-span-10 {
    background-position: 0%;
    margin-left: 0;
    font-size: 23px;
    line-height: 42px;
  }

  .paragraph-17 {
    margin-bottom: 20px;
  }

  .navigation-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pa1 {
    margin-bottom: 16px;
    line-height: 30px;
  }

  .text-span-12 {
    margin-left: 0;
    padding-right: 20px;
    font-size: 43px;
    line-height: 44px;
  }

  .div-block-87 {
    justify-content: center;
    width: 100%;
  }

  .text-span-17 {
    background-position: 50%;
    padding-right: 0;
    font-size: 37px;
    line-height: 24px;
  }

  .text-span-33 {
    margin-left: 6px;
  }

  .text-span-34 {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .text-span-41 {
    margin-top: 8px;
    margin-left: 0;
  }

  .div-block-98 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-71 {
    height: 120px;
  }

  .div-block-97 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-97._2 {
    grid-template-columns: 1fr;
  }

  .text-span-52 {
    background-size: contain;
    height: 110px;
    font-size: 52px;
    line-height: 24px;
  }

  .heading-36 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-105 {
    border-radius: 16px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .creator-section {
    background-size: auto 280px;
  }

  .div-block-104 {
    grid-row-gap: 24px;
  }

  .media-kit-section {
    padding-top: 24px;
  }

  .grid-10 {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-110 {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
  }

  .div-block-106 {
    padding: 40px 20px;
  }

  .main-footer {
    width: 100%;
  }

  .div-block-115 {
    align-items: center;
  }

  .grid-12 {
    grid-template-columns: auto auto;
    width: 100%;
  }

  .div-block-117 {
    grid-row-gap: 0px;
  }

  .grid-13 {
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-columns: auto;
  }

  .link-13 {
    font-weight: 500;
  }

  .image-74 {
    width: 171px;
  }

  .paragraph-19 {
    width: 100%;
    margin-top: 16px;
  }

  .news-p {
    font-size: 18px;
    line-height: 28px;
  }

  .news-p.head {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-122 {
    align-items: flex-start;
  }

  .div-block-124 {
    width: 100%;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 25px;
  }

  .category-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }

  .div-block-126 {
    padding: 32px 20px;
  }

  .text-block-88 {
    font-size: 16px;
    line-height: 26px;
  }

  .brn-link-out {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-89 {
    text-align: center;
  }

  .image-85 {
    object-fit: cover;
    width: 100%;
    height: 270px;
  }

  .grid-14 {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .bold-text-3 {
    line-height: 28px;
  }

  .div-block-149 {
    grid-row-gap: 12px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 520px 130px;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 16px 20px;
  }

  .link-block-21 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-99 {
    font-size: 14px;
  }

  .text-block-100 {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

  .html-embed-4 {
    z-index: 100;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
  }

  .html-embed-4.pc {
    display: block;
  }

  .div-block-151 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .algolia-div {
    width: 100%;
    margin-bottom: 4px;
  }

  .image-93 {
    object-fit: cover;
    height: 100%;
  }

  .mask {
    border-radius: 16px;
    height: 360px;
  }

  .div-block-178 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-block-116 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-180 {
    grid-row-gap: 16px;
  }

  .text-span-70 {
    margin-left: 0;
    margin-right: 4px;
    padding-bottom: 4px;
    font-size: 30px;
  }

  .updated-text {
    opacity: .5;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .head-content-a.video {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    border-radius: 12px;
    padding: 15px 16px 32px;
  }

  .head-content-a.text {
    border-left-width: 4px;
    padding: 24px 16px;
  }

  .main-head-content-a {
    text-align: left;
    max-width: none;
    margin-bottom: 12px;
    margin-left: 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
  }

  .html-embed-2-copy {
    width: 100%;
    max-width: 520px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-mini-head {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 2px;
    line-height: 27px;
    display: flex;
  }

  .onpage-link {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
  }

  .body-head-a {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .main-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .main-navigation-a {
    padding: 20px 24px;
  }

  .grid-current-a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .anchor-link {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .anchor-link.ac {
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: center;
  }

  .sub-head-a, .grid-othet-links {
    display: none;
  }

  .text-span-74 {
    font-size: 21px;
  }

  .text-span-75 {
    font-size: 15px;
  }

  .sep-line {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 40px;
    display: none;
  }

  .t1-24 {
    margin-bottom: 16px;
    font-weight: 300;
    line-height: 30px;
  }

  ._2img-block {
    grid-row-gap: 16px;
    align-items: stretch;
    width: 100%;
  }

  ._50p-img {
    border-radius: 8px;
    width: 100%;
  }

  .t-24-s1 {
    line-height: 35px;
  }

  .bold-text-21 {
    margin-bottom: 20px;
  }

  .a-s-w-btn {
    justify-content: center;
    width: 100%;
  }

  .div-block-190 {
    margin-left: 8px;
  }

  .div-block-190.text {
    margin-left: 0;
  }

  .back-drop-mob-div {
    grid-column-gap: 32px;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f4f5f8;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 16px 10px 20px;
    display: flex;
  }

  .dropdown-2 {
    flex-direction: row;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-120 {
    font-size: 16px;
    font-weight: 400;
  }

  .image-103 {
    margin-bottom: 2px;
  }

  .back-button-article-new {
    background-color: #efeaf400;
    border-radius: 0;
    margin-left: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-4 {
    margin-top: -6px;
  }

  .dropdown-list-4.w--open {
    z-index: auto;
    background-color: #f4f5f8;
    border-radius: 8px;
    margin-top: 56px;
    box-shadow: 0 24px 72px #0000004d;
  }

  .dropdown-link {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
  }

  .dropdown-link.first {
    padding-top: 16px;
    font-size: 16px;
    font-weight: 400;
  }

  .dropdown-link.last {
    padding-bottom: 16px;
  }

  .text-block-121 {
    font-size: 17px;
    line-height: 30px;
  }

  .text-block-122 {
    font-size: 21px;
    line-height: 34px;
  }

  .text-block-123 {
    font-size: 17px;
    line-height: 32px;
  }

  .div-block-193 {
    width: 100%;
  }

  .div-block-195 {
    grid-column-gap: 24px;
    align-items: flex-start;
  }

  .div-block-196 {
    width: 32px;
    height: 32px;
  }

  .text-block-125 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-125.full {
    width: 100%;
  }

  .text-span-76 {
    font-size: 15px;
    line-height: 26px;
  }

  .image-105._50.down {
    margin-bottom: 16px;
  }

  .text-span-78 {
    margin-top: 8px;
    margin-left: 0;
    line-height: 28px;
  }

  .text-span-79 {
    margin-left: 0;
    font-size: 54px;
    line-height: 25px;
  }

  .text-span-80 {
    font-size: 18px;
    line-height: 32px;
  }

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

  .div-block-199 {
    width: 81%;
  }

  .paragraph-21._2 {
    font-size: 21px;
  }

  .div-block-201 {
    grid-column-gap: 16px;
  }

  .div-block-203 {
    padding: 24px 16px;
  }

  .text-block-116-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-116-copy-copy {
    font-size: 21px;
    line-height: 28px;
  }

  .text-block-132 {
    line-height: 140%;
  }

  .image-107 {
    max-width: 100%;
    margin-top: -8px;
  }

  .image-62-copy {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-62-copy.news {
    border-radius: 16px;
  }

  .news-main-image-copy {
    border-radius: 8px;
    height: 220px;
  }

  .news-main-image-copy.news {
    height: 220px;
    margin-bottom: 24px;
  }

  .image-109 {
    width: 100%;
  }

  .slider-2 {
    height: 320px;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .div-block-214 {
    padding: 16px 24px;
  }

  .news-p-artc {
    padding: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .news-p-artc.download-section {
    padding: 16px;
  }

  .div-block-216.grid {
    padding: 24px 16px;
  }

  .div-block-216.no-b {
    margin-top: 16px;
  }

  .text-block-141.min {
    max-width: 280px;
  }

  .image-115.big {
    width: 100%;
  }

  .image-115.big.sp.square {
    height: 200px;
  }

  .bullit-div {
    padding: 32px 20px;
  }

  .div-block-127-copy {
    grid-column-gap: 12px;
  }

  .text-block-88-copy {
    max-width: 250px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-88-copy.fixed {
    max-width: 250px;
  }

  .news-embed-video {
    width: 100%;
    max-width: 520px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bullit-text {
    grid-column-gap: 24px;
  }

  .image-118, .image-122 {
    width: 100%;
  }

  .slider-5 {
    width: 100%;
    height: auto;
  }

  .image-123 {
    height: auto;
    margin: auto;
  }

  .right-arrow-4, .left-arrow-4, .right-arrow-5, .left-arrow-5, .right-arrow-6, .left-arrow-6, .right-arrow-7, .left-arrow-7, .right-arrow-8, .left-arrow-8 {
    display: none;
  }

  .slide-2 {
    vertical-align: middle;
    height: auto;
  }

  .news-p-head {
    font-size: 18px;
    line-height: 28px;
  }

  .image-124 {
    width: 100%;
  }

  .div-block-222 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-144 {
    max-width: 300px;
    font-size: 18px;
  }

  .image-123-plus {
    height: auto;
    margin: auto;
  }

  .text-span-91, .text-span-91._2 {
    font-size: 35px;
  }

  .image-125.min {
    width: 100%;
  }

  .image-127 {
    height: 100%;
  }

  .image-129 {
    width: 100%;
  }

  .div-block-233 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-149 {
    max-width: 320px;
  }

  .image-130 {
    width: 320px;
  }

  .main-body {
    overflow: hidden;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .story-widget-container {
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
  }

  .text-block-156 {
    font-size: 16px;
    line-height: 24px;
  }

  .tab-pane-tab-1 {
    border-radius: 12px;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .third-tab {
    width: 100%;
  }

  .grid-tab {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .fourth-tab {
    border-radius: 12px;
    width: 100%;
  }

  .fourth-tab.w--current {
    width: 100%;
  }

  .title {
    font-size: 17px;
    line-height: 23px;
  }

  .item-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #121212;
    padding-bottom: 16px;
    text-decoration: none;
  }

  .date {
    font-size: 14px;
    line-height: 21px;
  }

  .btn-2.academy-main {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .btn-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .first-tab, .first-tab.w--current {
    width: 100%;
  }

  .text-block-38 {
    font-size: 14px;
    line-height: 15px;
  }

  .thumb-img {
    width: 48px;
    height: 48px;
  }

  .second-tab, .second-tab.w--current {
    width: 100%;
  }

  .banners {
    margin-top: 56px;
  }

  .text-block-157 {
    margin-bottom: 0;
  }

  .div-block-16 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .image-132, .image-134 {
    max-width: 80%;
  }

  .banner-store-btn-2 {
    border-radius: 12px;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-135, .image-136, .image-32-copy {
    max-width: 80%;
  }

  .banner-install-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .banner-install-btn.mob {
    display: flex;
  }

  .text-block-40-copy {
    font-size: 21px;
    line-height: 23px;
  }

  .text-block-41-copy {
    font-size: 14px;
    line-height: 21px;
  }

  .heading-4-copy {
    font-size: 17px;
    line-height: 23px;
  }

  .text-block-158 {
    font-size: 14px;
    line-height: 20px;
  }

  .link-block-2-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-2-copy.hide-mob {
    display: none;
  }

  .quick-stack-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-30 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-block-91 {
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-19-copy {
    width: 390px;
  }

  .div-block-237 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .final-divider {
    height: 56px;
  }

  .m-store-link {
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    background-color: #ffffffb3;
    border: 1px #f4f5f8;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .qr-store {
    grid-column-gap: 16px;
    justify-content: space-between;
    display: flex;
  }

  .burger-space-copy {
    display: none;
  }

  .banners-content {
    margin-top: 24px;
  }

  .category-link-2 {
    grid-row-gap: 48px;
    border-radius: 12px;
    padding: 32px 28px;
  }

  .div-block-239 {
    align-items: flex-start;
  }

  .image-138 {
    width: 48px;
    height: 48px;
  }

  .text-block-162 {
    text-align: left;
    font-size: 19px;
    line-height: 26px;
  }

  .div-block-241 {
    grid-row-gap: 16px;
    align-items: stretch;
    width: 100%;
  }

  .dropdown-toggle-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f4f5f8;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 16px 10px 20px;
    display: flex;
  }

  .text-span-93, .text-block-163 {
    font-size: 15px;
  }

  .image-139 {
    margin-bottom: 2px;
  }

  .sub-head-a-2 {
    display: none;
  }

  .image-140 {
    width: 6px;
  }

  .image-141 {
    border-radius: 8px;
    width: 100%;
  }

  .main-head-content-a-2 {
    text-align: left;
    max-width: none;
    margin-bottom: 12px;
    margin-left: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .updated-text-2 {
    opacity: .5;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-95 {
    font-size: 21px;
  }

  .text-block-164 {
    font-size: 16px;
    font-weight: 400;
  }

  .onpage-link-2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .crumb-2, .crumb-2.current {
    line-height: 18px;
  }

  .dropdown-link-2 {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
  }

  .dropdown-link-2.first {
    padding-top: 16px;
    font-size: 16px;
  }

  .dropdown-link-2.last {
    padding-bottom: 16px;
  }

  .div-block-243 {
    margin-left: 8px;
  }

  .div-block-243.text {
    margin-left: 0;
  }

  .div-block-244 {
    height: auto;
  }

  .heading-54 {
    line-height: 27px;
  }

  .image-142.fitter {
    object-fit: contain;
  }

  .div-block-245, .div-block-246, .div-block-247, .div-block-248, .div-block-249 {
    height: auto;
  }

  .image-143 {
    width: 100%;
  }

  .html-embed-2-copy-down {
    width: 100%;
    max-width: 520px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-146, .image-149 {
    width: 100%;
  }

  .div-block-256 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-184 {
    max-width: 300px;
    font-size: 18px;
  }

  .image-c-2 {
    height: 230px;
  }

  .heading-20 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .card-c-text-2 {
    grid-row-gap: 12px;
    height: auto;
    padding: 16px 18px 26px;
  }

  .heading-61, .heading-62, .heading-63, .heading-64, .heading-65, .heading-66 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .link-21 {
    line-height: 21px;
  }

  .image-152 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .paragraph-22 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-22._2 {
    margin-bottom: -16px;
  }

  .heading-68 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .paragraph-23 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-23.img {
    margin-bottom: 24px;
  }

  .paragraph-23.img._5 {
    margin-top: 16px;
  }

  .link-22 {
    line-height: 21px;
  }

  .image-155 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .paragraph-24 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-24._2 {
    margin-bottom: -16px;
  }

  .heading-71 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .paragraph-25 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-25.img {
    margin-bottom: 24px;
  }

  .paragraph-25.img._5 {
    margin-top: 16px;
  }

  .link-23 {
    line-height: 21px;
  }

  .image-157 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .paragraph-26 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-26._2 {
    margin-bottom: -16px;
  }

  .heading-74 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .paragraph-27 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-27.img {
    margin-bottom: 24px;
  }

  .paragraph-27.img._5 {
    margin-top: 16px;
  }

  .link-24 {
    line-height: 21px;
  }

  .image-158 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .paragraph-28 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-28._2 {
    margin-bottom: -16px;
  }

  .heading-77 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .paragraph-29 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-29.img {
    margin-bottom: 24px;
  }

  .paragraph-29.img._5 {
    margin-top: 16px;
  }

  .link-25 {
    line-height: 21px;
  }

  .image-159 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .paragraph-30 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-30._2 {
    margin-bottom: -16px;
  }

  .heading-80 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .paragraph-31 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-31.img {
    margin-bottom: 24px;
  }

  .paragraph-31.img._5 {
    margin-top: 16px;
  }

  .head-content-blog.big {
    font-size: 24px;
    line-height: 38px;
  }

  .link-26 {
    line-height: 21px;
  }

  .image-161 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-161.hide {
    border-radius: 24px;
  }

  .paragraph-32, .paragraph-32.img {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-83 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .image-162 {
    border-radius: 8px;
  }

  .image-162.small {
    margin-bottom: 24px;
  }

  .image-162.small.min {
    width: 50%;
  }

  .link-27 {
    line-height: 21px;
  }

  .image-163 {
    width: 100%;
  }

  .image-164 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-164.p-r {
    object-position: 30% 50%;
  }

  .image-164.mobile-contain {
    object-fit: contain;
    border: 1px solid #0000001a;
  }

  .paragraph-33 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-33._2 {
    margin-bottom: -16px;
  }

  .heading-86 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .slider-9 {
    width: 100%;
  }

  .paragraph-34 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-34.img {
    margin-bottom: 24px;
  }

  .paragraph-34.img._5 {
    margin-top: 16px;
  }

  .text-block-216 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-165 {
    width: 100%;
    margin-top: 16px;
  }

  .paragraph-35 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-35._2 {
    margin-bottom: -16px;
  }

  .paragraph-35._2.img.more, .paragraph-35._2.t.more {
    margin-bottom: 0;
  }

  .paragraph-35._2.no-u {
    margin-bottom: 12px;
  }

  .heading-88.big {
    margin-top: 24px;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-88.big.first {
    margin-top: 0;
  }

  .heading-88.default.up {
    margin-top: 16px;
    font-size: 24px;
  }

  .heading-88.bullit {
    max-width: 290px;
  }

  .paragraph-36 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-36.img {
    margin-bottom: 24px;
  }

  .paragraph-36.img._5 {
    margin-top: 16px;
  }

  .heading-89 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .html-embed-50-p-w {
    width: 100%;
    max-width: 520px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-embed-50-p-w.down {
    margin-bottom: 24px;
  }

  .html-embed-50-p-w.down._100w.min-pc {
    width: 100%;
  }

  .html-embed-50-p-w.no-down {
    max-width: none;
    height: auto;
  }

  .html-embed-50-p-w.no-down.bullit-embed {
    margin-top: 16px;
  }

  .slider-11 {
    width: 100%;
    margin-top: 16px;
  }

  .image-167 {
    width: 100%;
  }

  .image-169 {
    max-width: 100%;
  }

  .case-card-text {
    grid-row-gap: 12px;
    height: auto;
    padding: 16px 18px 26px;
  }

  .case-title-card {
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
  }

  .case-card-image {
    height: auto;
  }

  .case-start {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-width: 1.5px;
  }

  .case-start-text {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .case-start-text.img {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
  }

  .case-start-text.img._5 {
    margin-top: 16px;
    font-size: 21px;
    line-height: 36px;
  }

  .case-start-text._2 {
    margin-bottom: 0;
  }

  .case-start-line {
    display: none;
  }

  .case-main-text {
    font-size: 16px;
    line-height: 25px;
  }

  .case-main-text._2 {
    margin-bottom: -16px;
  }

  .icon-9, .icon-10 {
    display: none;
  }

  .slide-nav-2 {
    font-size: 11px;
    line-height: 19px;
  }

  .slide-nav-2.down {
    margin-bottom: 0;
  }

  .case-title-main {
    margin-top: 8px;
  }

  .case-title-main.big {
    margin-top: 24px;
    font-size: 28px;
    line-height: 38px;
  }

  .case-title-main.big.first {
    margin-top: 0;
  }

  .case-title-main.default.up {
    margin-top: 16px;
    font-size: 24px;
  }

  .case-image-default {
    border-radius: 8px;
  }

  .case-image-default._25.down.border {
    width: 100%;
  }

  .case-video {
    width: 100%;
    max-width: 520px;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .case-title-img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .case-title-img.korablik {
    object-fit: contain;
  }

  .case-title {
    width: 390px;
  }

  .cases {
    padding-right: 0;
  }

  .case-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .case-mini-head {
    font-size: 17px;
    line-height: 23px;
  }

  .text-span-106 {
    margin-top: 8px;
    margin-left: 0;
    line-height: 28px;
  }

  .div-block-271 {
    width: 32px;
    height: 32px;
  }

  .text-block-221 {
    font-size: 21px;
    line-height: 34px;
  }

  .text-block-224 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-224.full {
    width: 100%;
  }

  .text-span-107 {
    font-size: 18px;
    line-height: 32px;
  }

  .text-block-225 {
    font-size: 17px;
    line-height: 30px;
  }

  .heading-90 {
    font-size: 26px;
    line-height: 32px;
  }

  .text-block-226 {
    font-size: 17px;
    line-height: 32px;
  }

  .div-block-273 {
    grid-column-gap: 16px;
    align-items: flex-start;
  }

  .div-block-273.up {
    grid-column-gap: 16px;
  }

  .text-block-228 {
    font-size: 14px;
    font-weight: 200;
  }

  .text-span-109 {
    font-size: 15px;
    line-height: 26px;
  }

  .div-block-274 {
    width: 100%;
  }

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

  .image-173.min {
    width: 100%;
  }

  .text-span-110 {
    margin-left: 0;
    font-size: 54px;
    line-height: 25px;
  }

  .div-block-276 {
    width: 81%;
  }

  .div-block-277 {
    flex-flow: column;
  }

  .icon-11, .icon-12 {
    display: none;
  }

  .image-175 {
    border-radius: 8px;
  }

  .image-176 {
    margin-top: 0;
  }

  .div-block-16-min {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .heading-3-min {
    margin-bottom: 0;
  }

  .div-block-279 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-279.center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-279.center.down {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-281 {
    max-width: 280px;
  }

  .text-span-114 {
    font-size: 21px;
  }

  .div-block-282 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-176-double {
    margin-top: 0;
  }

  .div-block-281-new {
    max-width: none;
  }

  .div-block-280-fix-size {
    min-width: 24px;
    min-height: 24px;
  }

  .div-block-280-fix-size.min {
    min-width: 12px;
    min-height: 12px;
  }

  .div-block-280-fix-size.bullit-2 {
    border-radius: 4px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin-top: 7px;
  }

  .div-block-280-fix-size._2 {
    min-width: 20px;
    min-height: 20px;
  }

  .right-arrow-11, .left-arrow-10, .right-arrow-12, .left-arrow-11, .right-arrow-13, .left-arrow-12 {
    display: none;
  }

  .image-179 {
    opacity: .1;
    inset: auto 8px 8px auto;
  }

  .div-block-284 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-286 {
    width: 12px;
    height: 12px;
  }

  .right-arrow-16, .left-arrow-15 {
    display: none;
  }

  .text-block-235 {
    margin-top: 0;
  }

  .text-block-237 {
    font-size: 12px;
    line-height: 20px;
  }

  .image-181.up-d {
    margin-top: 16px;
  }

  .div-block-289 {
    padding: 4px;
  }

  .right-arrow-17, .left-arrow-16 {
    display: none;
  }

  .share-embed {
    margin-bottom: 0;
  }

  .video-30 {
    width: 100%;
    max-width: 520px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .video-30.down {
    margin-bottom: 24px;
  }

  .video-30.down._100w.min-pc {
    width: 100%;
  }

  .video-30.no-down {
    max-width: none;
    height: auto;
  }

  .video-30.no-down.bullit-embed {
    margin-top: 16px;
  }

  .html-embed-50-p-w-copy {
    width: 100%;
    max-width: 520px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-embed-50-p-w-copy.down {
    margin-bottom: 24px;
  }

  .html-embed-50-p-w-copy.down._100w.min-pc {
    width: 100%;
  }

  .html-embed-50-p-w-copy.no-down {
    max-width: none;
    height: auto;
  }

  .html-embed-50-p-w-copy.no-down.bullit-embed {
    margin-top: 16px;
  }

  .div-block-291 {
    padding: 0;
  }

  .right-arrow-19, .left-arrow-18 {
    display: none;
  }

  .slide-nav-5 {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .text-span-120 {
    line-height: 32px;
  }

  .right-arrow-20, .left-arrow-19 {
    display: none;
  }

  .text-span-123.big {
    font-size: 26px;
    line-height: 32px;
  }

  .slide-nav-6 {
    z-index: 1000;
    color: #fff;
    padding-top: 66px;
    inset: auto 0% 0%;
  }
}

#w-node-_15d937ac-835c-ac82-7779-b0366f1770af-baa9515e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-_15d937ac-835c-ac82-7779-b0366f1770b0-baa9515e {
  grid-column: span 3 / span 3;
}

#w-node-_15d937ac-835c-ac82-7779-b0366f1770bc-baa9515e, #w-node-_15d937ac-835c-ac82-7779-b0366f1770c4-baa9515e {
  grid-column: span 2 / span 2;
}

#w-node-db2b703b-de46-334a-e638-c77267ebae47-baa9515e, #w-node-_33e55161-81c4-3b31-0f94-34a9df02d4f2-baa9515e, #w-node-_9ab82b25-d426-5b59-8124-8ec05419c2fa-baa9515e, #w-node-b0c059ce-59c0-88f1-7dbf-85a1ab06e57c-baa9515e, #w-node-_357cf57c-805a-700a-58e6-3b0b485a9503-baa9515e, #w-node-_3fecae97-3abc-df72-648f-426520ce9876-baa9515e, #w-node-_5bfc90d9-c874-0b90-860e-01fa21879fb0-baa9515e, #w-node-_1c2d4d3d-89fb-056f-1812-fc36899618d6-baa9515e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f82cbc0-5cb6-57bc-e45d-541da6b7d3be-baa9515e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0f82cbc0-5cb6-57bc-e45d-541da6b7d3bf-baa9515e, #w-node-_0f82cbc0-5cb6-57bc-e45d-541da6b7d3cb-baa9515e {
  grid-column: span 2 / span 2;
}

#w-node-_216e0489-08e8-59d0-b249-18c87dd41ced-baa9515e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.5fr;
}

#w-node-_216e0489-08e8-59d0-b249-18c87dd41d03-baa9515e {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
}

#w-node-_720531b6-2718-a586-2cb4-9ae89c462e87-7f580e25, #w-node-c8aaf5c7-1fb2-0e70-fbf1-aae7ae8f3da8-7f580e25, #w-node-_720531b6-2718-a586-2cb4-9ae89c462e82-7f580e25, #w-node-_720531b6-2718-a586-2cb4-9ae89c462e91-7f580e25, #w-node-_720531b6-2718-a586-2cb4-9ae89c462e8c-7f580e25, #w-node-_4950fbff-fb70-8670-6fcd-7558aa3db894-7f580e25, #w-node-_0f4c2a84-a718-9e0a-6d66-89684f730326-7f580e25, #w-node-_4914cc3e-35ad-4153-0889-2afa746e0fc3-7f580e25, #w-node-_6d6c2bb2-ae53-9193-11d0-d41789dd614c-7f580e25, #w-node-_34826982-dceb-9db6-8cc3-62f3adcec915-7f580e25, #w-node-_79153d14-5f92-45bb-ef59-146d086d8fb4-7f580e25, #w-node-ff812757-ee6d-655d-3de5-a606c4c850e5-7f580e25, #w-node-_9d5abfbf-b78b-4d68-299d-f78c43921a76-7f580e25, #w-node-ed6b205c-e9ab-a4b8-131a-984a9f332333-7f580e25, #w-node-_2261e904-2803-0098-7e16-d338044aa4ef-baa951bd, #w-node-_933943db-e4d5-65a5-72f3-e17b273a2e7a-baa951bd, #w-node-_4b15c05b-8b1e-c7b0-5b07-a73410a3cca0-baa951bd, #w-node-_41574dfa-9966-f5b9-6e9a-c9f87ce910db-baa951bd, #w-node-ddceee55-bf1e-eada-78bd-2c8d68eeb1a5-baa951bd, #w-node-_5673e5ae-77b9-7007-e090-4d246912f9e6-baa951bd, #w-node-_2261e904-2803-0098-7e16-d338044aa4ef-baa951be, #w-node-_933943db-e4d5-65a5-72f3-e17b273a2e7a-baa951be, #w-node-_4b15c05b-8b1e-c7b0-5b07-a73410a3cca0-baa951be, #w-node-_41574dfa-9966-f5b9-6e9a-c9f87ce910db-baa951be, #w-node-ddceee55-bf1e-eada-78bd-2c8d68eeb1a5-baa951be, #w-node-_5673e5ae-77b9-7007-e090-4d246912f9e6-baa951be, #w-node-_2261e904-2803-0098-7e16-d338044aa4ef-baa951c2, #w-node-_933943db-e4d5-65a5-72f3-e17b273a2e7a-baa951c2, #w-node-_4b15c05b-8b1e-c7b0-5b07-a73410a3cca0-baa951c2, #w-node-_41574dfa-9966-f5b9-6e9a-c9f87ce910db-baa951c2, #w-node-ddceee55-bf1e-eada-78bd-2c8d68eeb1a5-baa951c2, #w-node-_5673e5ae-77b9-7007-e090-4d246912f9e6-baa951c2, #w-node-_75911d3b-6a15-f6ef-9ea9-eec3a7b5ef4b-baa951c2, #w-node-_71eb22cb-99ef-7040-40a0-8c96f076769a-baa951c6, #w-node-_3463efc0-b3d1-c7fb-708e-baae0af43ec0-baa951c6, #w-node-_5edf676c-6604-717d-112b-ac56eeaad89f-baa951c6, #w-node-ea41fec3-88ff-b04e-c9a1-3d65bf425a0f-baa951c6, #w-node-dcc27767-0f7d-4c51-9f2b-e45676624eed-baa951c6, #w-node-_2a001f1b-a709-8569-491c-c833d89acd85-baa951c6, #w-node-_283b6109-3aba-5f5e-f643-41721c9bbabd-baa951ca, #w-node-_3de34f1f-c092-f9e8-34d4-10069df68815-baa951ca, #w-node-cb1bcf84-f396-b190-89a1-8f575ab848ae-baa951ca, #w-node-_06334f10-f163-305c-ea95-022a40883679-baa951ca, #w-node-d77891b8-d506-71e6-90df-736fc7856129-baa951ca, #w-node-add089de-07db-2d94-02fb-ece26f5cbfa4-baa951ff, #w-node-_1d54d3a0-dee8-c178-3cfb-b0e85482d119-baa951ff, #w-node-f28edf2f-e211-c48b-0dcf-d9f2bc846cbf-baa951ff, #w-node-_8e48457d-7e51-e884-77ca-1161f49b83c7-baa951ff, #w-node-_3d83e057-cac1-ed1a-517e-16def1e7b8f0-baa95202, #w-node-_02a35aec-528b-dd1b-28a0-1a08795c135c-baa95202, #w-node-_6612d512-9f1d-93da-eb1c-6aa686d1763c-baa95203, #w-node-_6a0e42aa-87fc-d090-3a9d-3619a3d9b574-baa9520c, #w-node-_140734da-2ea7-5006-0474-7b7da47229a9-baa9520c, #w-node-_76d38724-7d50-ddbd-51ca-2916dd199da2-baa9520c, #w-node-d51b88e2-898b-66b4-ac4a-5f231eecd337-baa9520c, #w-node-_46cda3c5-3a57-72e4-0349-a7cf802a524b-baa9520c, #w-node-_20985f9e-8df2-e725-cf50-fb89fbcc8744-baa9520c, #w-node-_6a0e42aa-87fc-d090-3a9d-3619a3d9b574-baa9520d, #w-node-_6a0e42aa-87fc-d090-3a9d-3619a3d9b57c-baa9520d, #w-node-_6a0e42aa-87fc-d090-3a9d-3619a3d9b584-baa9520d, #w-node-_6a0e42aa-87fc-d090-3a9d-3619a3d9b58f-baa9520d, #w-node-_81528912-62de-e02c-b243-244f498c511a-baa95213, #w-node-_81528912-62de-e02c-b243-244f498c511f-baa95213, #w-node-_81528912-62de-e02c-b243-244f498c5124-baa95213, #w-node-_81528912-62de-e02c-b243-244f498c5129-baa95213, #w-node-ed189c92-1443-96bd-7d7f-e5898ace9e3e-baa95213, #w-node-bd35812e-b02d-2454-92cf-1d3a14e0a63c-baa95213, #w-node-_1aa14187-137f-d06f-6a61-2500cdbad400-baa95213, #w-node-_46adfe22-eecd-3956-bf0f-05697b405dbf-baa95213, #w-node-cbe87e7a-4a7e-4b58-2850-8347a08dcf70-baa95213, #w-node-c8a5f0cf-92f1-5ccc-0e5a-75127550a9ea-baa95213, #w-node-_29fb9096-51ba-b36d-443e-248f031eef39-baa95213, #w-node-_718ece05-b45f-601c-344f-1e526d6f4dc5-baa95213, #w-node-_81528912-62de-e02c-b243-244f498c513c-baa95213, #w-node-_734efbc7-5d03-7a8b-53a8-2ab8d7e70e6d-baa95256, #w-node-f345bd18-d342-d021-6c45-43bfe1609f54-baa95256, #w-node-_9f7ca4ee-cab5-ddcf-d64b-123988bcee42-baa95256, #w-node-_94cee721-465b-7598-4925-57f0c7095d4c-baa95256, #w-node-_02aa1c83-ae56-28eb-9245-9665b6a5f78e-baa95256, #w-node-_3fe069ca-3d4a-1a33-642c-118d4283b32b-baa95256, #w-node-_09be1db1-5dc7-15bd-6d8b-90cf93030ac4-baa95256, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec70323f4-11fbdb29, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec70323f7-11fbdb29, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec70323fa-11fbdb29, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec70323fd-11fbdb29, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec7032400-11fbdb29, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec7032403-11fbdb29, #w-node-_768fef79-d0f4-82a6-79e9-2d97b03f9ec1-f3b73de1, #w-node-_768fef79-d0f4-82a6-79e9-2d97b03f9ecd-f3b73de1, #w-node-_768fef79-d0f4-82a6-79e9-2d97b03f9ed9-f3b73de1, #w-node-_768fef79-d0f4-82a6-79e9-2d97b03f9ee5-f3b73de1, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec70323f4-f3b73de1, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec70323f7-f3b73de1, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec70323fa-f3b73de1, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec70323fd-f3b73de1, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec7032400-f3b73de1, #w-node-e4ea7bc5-e2f2-ee73-2916-601ec7032403-f3b73de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_216e0489-08e8-59d0-b249-18c87dd41ced-baa9515e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_216e0489-08e8-59d0-b249-18c87dd41d03-baa9515e {
    display: none;
  }

  #w-node-a9894e8f-2adb-c8b1-27ce-1e2715765818-157657f7, #w-node-a9894e8f-2adb-c8b1-27ce-1e271576581a-157657f7, #w-node-a9894e8f-2adb-c8b1-27ce-1e271576581c-157657f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f82cbc0-5cb6-57bc-e45d-541da6b7d3be-baa9515e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0f82cbc0-5cb6-57bc-e45d-541da6b7d3bf-baa9515e, #w-node-_0f82cbc0-5cb6-57bc-e45d-541da6b7d3cb-baa9515e {
    grid-column: span 2 / span 2;
  }
}


