:root {
  --2-black: #111;
  --orange: #ff5d2c;
  --main-corner: 12px;
  --l-blue: #bdcbd6;
  --gray: #e0e5e9;
  --small-corner: 6px;
  --white: white;
  --d-gray: #64666d;
  --transparent: #fff0;
  --l-gray: #ecf0f3;
  --black: black;
  --0-corner: 0px;
  --beige: #dbd1c7;
  --sl-blue: #dcf3ff;
}

.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;
}

body {
  color: var(--2-black);
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--orange);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: var(--2-black);
}

img {
  border-radius: var(--main-corner);
  display: inline-block;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 48px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  width: 240px;
  padding-left: 0;
}

.horis-block-betw {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1546px;
  display: flex;
}

.info-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  overflow: hidden;
}

.info-section.bl {
  background-color: var(--l-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.info-section.wh {
  padding-top: 80px;
}

.info-section.gr0 {
  background-color: var(--gray);
  padding-top: 100px;
  padding-bottom: 80px;
  display: none;
}

.info-section.dip {
  overflow: visible;
}

._1546 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1546px;
  display: flex;
}

._1546.ns {
  align-items: center;
}

.bl-horiz-t {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bl-horiz-t.s40 {
  margin-bottom: 40px;
}

._65-perc {
  width: 65%;
}

._65-perc.cen {
  border-radius: var(--small-corner);
  background-color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 66.5%;
  padding-top: 28px;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.menu-block {
  z-index: 100;
  background-color: #13162400;
  border-radius: 60px;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-link-head {
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  overflow: hidden;
}

.menu-link-head:hover {
  color: var(--orange);
}

.button-white {
  border: 2px solid var(--orange);
  color: var(--2-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  padding: 9px 20px 7px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
}

.button-white:hover {
  border-color: var(--2-black);
  background-color: var(--2-black);
  color: #fff;
}

.button-white.menu {
  margin-left: 17px;
}

.menu-burger {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 24px;
  margin-right: -10px;
  padding: 8px 10px;
}

.menu-burger.w--open {
  background-color: #003f7a00;
}

.b-line {
  background-color: var(--orange);
  width: 24px;
  height: 3px;
}

.b-line._1 {
  width: 16px;
}

.b-line._2 {
  width: 12px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24px;
  height: 23px;
  display: flex;
}

.r-img-block {
  background-color: var(--2-black);
  border-radius: 12px;
  height: 100%;
  position: relative;
}

.r-img-block._1 {
  background-image: url('../images/Slide0425-5B_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block._2 {
  background-image: url('../images/0S-Bel-2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block._3 {
  background-image: url('../images/Slide0425-3_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block._4 {
  background-image: url('../images/S-Bel-3_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block._6 {
  background-image: url('../images/Slide0425-4_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block._7 {
  background-image: url('../images/Slide0425-6b_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block._8 {
  background-image: url('../images/Slide0425-7_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block.c1 {
  background-image: url('../images/Company-Bellissimo-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block.c2 {
  background-image: url('../images/Company-Bellissimo-2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block.c3 {
  background-image: url('../images/Company-Bellissimo-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.r-img-block.c4 {
  background-image: url('../images/Company-Bellissimo-4_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block.c5 {
  background-image: url('../images/Company-Bellissimo-5_1.webp');
  background-position: 50%;
  background-size: cover;
}

.r-img-block.c6 {
  background-image: url('../images/Company-Bellissimo-6_1.webp');
  background-position: 50%;
  background-size: cover;
}

.paragraph-0 {
  margin-bottom: 0;
}

.menu-line-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
}

.q-horis {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.q-horis.none {
  display: none;
}

.q-horis-t {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._45 {
  width: 45%;
}

.footer-light {
  border-top: 2px solid #000;
  justify-content: center;
  align-items: flex-start;
  padding: 76px 4vw 74px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1546px;
}

.q-horiz-betw {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-block-two.r {
  justify-content: flex-start;
  align-items: flex-end;
}

.slider {
  background-color: #ddd0;
  width: 75%;
  height: auto;
  padding-bottom: 60px;
  padding-left: 7px;
}

.slide {
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden;
}

.img {
  border-radius: 12px;
  width: 100%;
}

.img.s20 {
  margin-bottom: 20px;
}

.mask {
  width: 80%;
  overflow: visible;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 44px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.arrow:hover {
  opacity: 1;
}

.arrow.l {
  inset: auto auto 0% 0%;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 37px;
  padding-top: 0;
  display: flex;
}

.q-horis-stret {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._25-perc {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  min-width: 280px;
  padding-right: 50px;
  display: flex;
}

._25-perc.sticky {
  position: sticky;
  top: 100px;
}

.link {
  color: var(--2-black);
  font-family: Ubuntu Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.link:hover {
  color: var(--orange);
}

.link.s20 {
  margin-bottom: 20px;
}

.social-link {
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 14px;
  margin-right: 0;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.icon-soc {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-soc.m {
  width: 26px;
  height: 26px;
}

.s10 {
  margin-bottom: 10px;
}

.year {
  max-width: 6vw;
  margin-left: .3vw;
  margin-right: .3vw;
}

._75 {
  width: 75%;
  position: relative;
}

._30 {
  width: 29%;
}

.paragraph-2 {
  margin-bottom: 6px;
}

.list-5 {
  padding-left: 30px;
  list-style-type: decimal;
}

.list-item-3 {
  margin-bottom: 10px;
}

.grid-3 {
  grid-template-rows: auto;
}

.list-item {
  margin-bottom: 5px;
}

.link-2 {
  color: var(--2-black);
  text-underline-position: under;
  -webkit-text-decoration: underline dotted #a6adb2;
  text-decoration: underline dotted #a6adb2;
}

.list {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
}

.list.or {
  color: var(--orange);
}

.policy-info {
  margin-bottom: 40px;
}

.menu-link {
  color: var(--2-black);
  font-family: Ubuntu Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.menu-link:hover {
  color: var(--orange);
}

.menu-link.w--current {
  color: var(--d-gray);
}

.paragraph-big {
  font-size: 24px;
  line-height: 29px;
}

.advan {
  border-radius: var(--main-corner);
  background-color: var(--white);
  margin-bottom: 20px;
  padding: 20px 20px 18vw;
}

.advan.last {
  margin-bottom: 20px;
}

.lent-text {
  z-index: 10;
  width: 30%;
  margin-top: 110px;
  position: relative;
}

.bg-white {
  z-index: -1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.color-wr {
  z-index: 10;
  background-color: var(--white);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.psv-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1602px;
  display: flex;
}

.photo-block {
  z-index: 100;
  flex: 1;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 80px;
  position: sticky;
  top: 0;
}

.line {
  height: 2px;
  margin-top: 2vw;
  margin-bottom: 3vw;
}

.line.last {
  background-color: var(--transparent);
  height: 0;
  margin-top: 0;
  margin-bottom: 80px;
}

.img-wr {
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-wr._2 {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/Scroll-2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-wr.fin {
  z-index: 5;
  opacity: 0;
  background-image: url('../images/Scroll-6B.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wr._3 {
  z-index: 3;
  opacity: 0;
  background-image: url('../images/Scroll-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wr.start {
  z-index: 0;
  background-image: url('../images/Scroll-0425-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-wr._6 {
  z-index: 4;
  opacity: 0;
  background-image: url('../images/Scroll-6B.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wr._1 {
  z-index: 1;
  background-image: url('../images/Scroll-0425-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-wr._4 {
  background-image: url('../images/Scroll-img-4_1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-wr._5 {
  background-image: url('../images/Scroll-0425-2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.ph-wrap {
  border-radius: 12px;
  height: 100%;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.sticky-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: -130px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.bg-blue {
  z-index: -2;
  background-color: var(--l-gray);
  position: absolute;
  inset: 0%;
}

.slider-2 {
  background-color: #fff0;
  width: 100%;
  height: 70vh;
}

.slide-nav-2 {
  z-index: 9;
  margin-bottom: 10px;
  inset: auto 0% 0%;
}

.nm-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nm-wrap2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 1546px;
  display: flex;
}

.bur-menu {
  background-color: var(--2-black);
  border-radius: 16px;
  width: 240px;
  padding: 24px 28px;
}

.slide-arrow {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 44px;
  display: flex;
  inset: auto 0 8px 280px;
}

.slide-arrow.l {
  left: 0;
  right: 280px;
}

.image-11 {
  opacity: .5;
  width: 32px;
}

.header-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 63px 20px 80px;
  display: flex;
}

.header-section._100 {
  padding-top: 80px;
  overflow: hidden;
}

.slide-text-wrap {
  z-index: 3;
  width: 100%;
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-text-wrap.black {
  color: var(--2-black);
}

._1602 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1602px;
  display: flex;
}

._1602.bl {
  border-radius: var(--main-corner);
  background-color: var(--l-gray);
  justify-content: center;
  align-items: center;
  padding: 14px;
}

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

.div-block-94 {
  z-index: 10;
  background-color: var(--white);
  border-radius: 12px;
  width: 25%;
  margin-top: 4px;
  padding: 28px;
  position: relative;
}

.quick-stack {
  padding: 0;
}

.quick-stack._100 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  width: 100%;
}

.link-block {
  border-radius: var(--main-corner);
  background-color: var(--white);
  width: 100%;
  color: var(--2-black);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 24px;
  font-family: Ubuntu Sans, sans-serif;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.link-block.path-w {
  background-color: var(--gray);
}

.kat-text {
  z-index: 1;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 20px;
  line-height: 23px;
  position: relative;
}

.kat-img {
  z-index: 10;
  width: auto;
  margin-bottom: 12px;
  position: relative;
}

.div-block-98 {
  z-index: -1;
  background-color: var(--orange);
  border-radius: 6px;
  width: 12px;
  height: 12px;
  margin-bottom: 10px;
  position: relative;
}

.div-block-99 {
  padding-bottom: 20px;
  padding-left: 28px;
}

.div-block-95-copy {
  background-color: var(--orange);
  border-radius: 24px;
  width: 12px;
  height: 12px;
  margin-bottom: 7px;
  margin-left: 6px;
}

.text-block-15-copy {
  font-family: Ubuntu Sans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
}

.div-block-100 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

._0 {
  margin-bottom: 0;
}

.pathway {
  background-color: var(--l-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 63px;
  padding: 15px 48px 16px;
  display: flex;
  overflow: hidden;
}

.link-3 {
  color: var(--2-black);
  font-family: Ubuntu Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
}

.link-3:hover {
  color: var(--orange);
  text-decoration: underline;
}

.link-3.path-w {
  color: var(--d-gray);
}

.div-block-102 {
  background-color: var(--2-black);
  opacity: .5;
  width: 20px;
  height: 2px;
  margin-top: 1px;
  margin-left: 8px;
  margin-right: 8px;
}

.link-4 {
  color: var(--2-black);
  padding: 20px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  display: block;
}

.link-4:hover {
  background-color: var(--white);
  border-radius: 8px;
  text-decoration: underline;
}

.link-4.w--current {
  border-radius: var(--small-corner);
  background-color: var(--gray);
}

.link-4.w--current:hover {
  background-color: var(--white);
}

.link-4.path-w {
  border-radius: var(--small-corner);
  background-color: var(--gray);
}

.link-4.path-w:hover {
  background-color: var(--white);
}

.color-katalog {
  background-color: var(--l-blue);
  border-radius: 12px;
  width: 92%;
  margin-top: 6px;
  padding: 18px;
}

.ipage {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.ipage.bottom {
  padding-bottom: 60px;
}

.heading-3 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-7 {
  text-align: center;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
}

.button-soc {
  border: 2px solid var(--2-black);
  opacity: .7;
  width: 38px;
  height: 38px;
  color: var(--2-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 17px;
  margin-right: 17px;
  padding: 7px 8px 8px 7px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
  display: flex;
}

.button-soc:hover {
  border-color: var(--orange);
  opacity: 100;
}

.button-soc._2 {
  padding-left: 5px;
  padding-right: 7px;
}

.button-soc._3 {
  padding-left: 5px;
}

.icon {
  width: 40px;
  margin-bottom: 20px;
}

.icon._2 {
  margin-right: 20px;
}

.text-line {
  text-underline-position: under;
  -webkit-text-decoration: underline #ff5d2c;
  text-decoration: underline #ff5d2c;
}

.paragraph-8 {
  text-align: center;
  width: 820px;
  margin-bottom: 0;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.grid-2k {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #eef0f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 14fr 2fr;
  width: 100%;
  min-height: 52px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  line-height: 18px;
}

.grid-2k.zapas {
  display: none;
}

.grid-2k.perv {
  border-top: 2px solid #eef0f1;
  min-height: 53px;
}

.grid-2k.last {
  margin-bottom: 20px;
}

.grid-2k._3 {
  grid-template-columns: 1fr 7fr 7fr 2fr;
}

.table-block {
  border: 1px solid var(--l-blue);
  border-radius: var(--main-corner);
  padding: 40px;
  position: relative;
}

.grid-4islo {
  font-size: 17px;
  font-weight: 700;
}

.grid-text-2 {
  padding-right: 20px;
  font-size: 18px;
  line-height: 20px;
}

.heading-7 {
  margin-left: 20px;
}

.div-block-106 {
  border-radius: var(--small-corner);
  padding: 14px;
}

._6-block {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

._6-info-bl {
  background-color: var(--white);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 34px;
  display: flex;
}

._6-img {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 40%;
}

.anchor {
  height: 0;
}

.s40 {
  margin-bottom: 40px;
}

.bur-link {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 12px;
  padding-bottom: 14px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  display: block;
}

.bur-link:hover {
  color: var(--orange);
}

.bur-link.w--current {
  color: var(--l-blue);
}

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

.socicons.mob {
  margin-top: 17px;
  margin-bottom: 34px;
  display: none;
}

.button-black {
  border: 2px solid var(--orange);
  background-color: var(--2-black);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 9px 20px 7px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
  display: none;
}

.button-black:hover {
  border-color: var(--2-black);
  background-color: var(--2-black);
  color: #fff;
}

.q-vert-cent {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-100 {
  width: 100%;
  height: 50vh;
}

.div-block-107 {
  justify-content: space-between;
  align-items: center;
  width: 1126px;
  text-decoration: underline;
  display: flex;
}

.div-block-108 {
  border-radius: var(--small-corner);
  background-color: var(--white);
  padding-top: 9px;
  padding-left: 38px;
  padding-right: 38px;
}

.div-block-109 {
  justify-content: center;
  align-items: flex-start;
  width: 540px;
  display: flex;
  position: relative;
}

.div-block-110 {
  width: 540px;
}

.image-13 {
  z-index: -1;
  border-radius: var(--small-corner);
  width: 229px;
  position: absolute;
  inset: auto auto 40px 0%;
}

.image-13._2 {
  inset: auto 0% 40px auto;
}

.image-14 {
  width: 290px;
}

.div-block-111 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  margin-bottom: 20px;
  display: flex;
}

.code-embed {
  width: 47%;
  margin-left: 20px;
}

.diplomblock {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.certif-wrap {
  width: 48%;
  max-width: 684px;
  margin-bottom: 40px;
  margin-right: 2vw;
}

.certif-wrap._2 {
  width: 48%;
  margin-right: 0;
}

.certif-wrap._3 {
  width: 85%;
  max-width: 970px;
}

.dipimg {
  width: 100%;
  display: block;
}

.socic {
  overflow: visible;
}

.signature {
  margin-bottom: 10px;
}

.map {
  height: 50vh;
}

.contact-inside {
  margin-top: 10px;
  margin-right: 20px;
  display: inline-block;
}

.contact-inside._2 {
  margin-right: 0;
}

.phone {
  color: var(--2-black);
  margin-bottom: 12px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.phone:hover {
  color: var(--orange);
}

.phone._0 {
  margin-bottom: 0;
}

.services-block {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.head-0 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.aiwin {
  color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 17px;
  transition: all .2s;
  display: flex;
}

.aiwin:hover {
  color: var(--orange);
}

.aiwin-logo {
  border-radius: var(--0-corner);
  margin-left: 4px;
}

.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: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-6 {
  opacity: .5;
  margin-top: 20px;
  font-size: 18px;
}

.eye {
  border: 2px solid var(--2-black);
  opacity: .6;
  width: 34px;
  height: 26px;
  color: var(--2-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
  display: flex;
}

.eye:hover {
  border-color: var(--orange);
  opacity: 100;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 36px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
  }

  h3 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 32px;
  }

  .navbar {
    padding: 8px 30px;
  }

  .brand {
    width: 190px;
  }

  .info-section {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-section.bl {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .info-section.wh {
    padding-top: 60px;
  }

  .info-section.gr0 {
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex;
  }

  .bl-horiz-t._2 {
    flex-flow: column;
  }

  ._65-perc {
    width: 100%;
  }

  ._65-perc.cen {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-white {
    padding-left: 14px;
    padding-right: 14px;
  }

  .button-white.menu {
    margin-left: 8px;
  }

  .menu-burger {
    margin-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .menu-line-block {
    display: none;
  }

  .footer-light {
    padding: 60px 30px;
  }

  .container {
    max-width: 728px;
  }

  .q-horiz-betw {
    flex-wrap: wrap;
  }

  .footer-block-two.r {
    justify-content: flex-start;
    align-items: center;
  }

  .slider {
    width: 60%;
  }

  ._25-perc {
    width: 100%;
    min-width: auto;
    padding-right: 0;
  }

  ._25-perc.sticky {
    width: 45%;
    display: none;
  }

  .link {
    font-size: 17px;
    line-height: 22px;
  }

  .social-link {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    padding: 8px;
  }

  .icon-soc {
    width: 18px;
    height: 18px;
    display: flex;
  }

  .icon-soc.m {
    width: 22px;
    height: 22px;
  }

  .year {
    max-width: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  ._75._100, ._30 {
    width: 100%;
  }

  .paragraph-2 {
    margin-bottom: 4px;
  }

  .policy-info {
    margin-bottom: 56px;
  }

  .paragraph-big {
    font-size: 22px;
    line-height: 26px;
  }

  .advan {
    margin-bottom: 33vh;
  }

  .lent-text {
    margin-top: 8vw;
  }

  .psv-wrap {
    width: 100%;
  }

  .photo-block {
    height: 100vh;
    max-height: 700px;
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .line {
    margin-bottom: 33vh;
  }

  .line.last {
    margin-bottom: 8vw;
  }

  .img-wr._2 {
    background-position: 62%;
  }

  .img-wr.start, .img-wr._1 {
    background-position: 15%;
  }

  .sticky-wrap {
    margin-top: -50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-2 {
    height: 500px;
    max-height: none;
  }

  .header-section {
    padding: 54px 14px 70px;
  }

  .header-section._100 {
    padding-top: 70px;
  }

  .slide-text-wrap {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-94 {
    width: 40%;
    padding: 18px;
  }

  .quick-stack._100 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-95-copy {
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
  }

  .text-block-15-copy {
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-100 {
    margin-bottom: 14px;
  }

  .div-block-101 {
    flex: 1;
    margin-top: 40px;
  }

  .pathway {
    z-index: 100;
    margin-top: 54px;
    padding: 10px 30px 12px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .color-katalog {
    padding: 16px 16px 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .ipage {
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-7 {
    font-size: 32px;
    line-height: 34px;
  }

  .button-soc {
    margin-left: 8px;
    margin-right: 8px;
  }

  .paragraph-8 {
    width: 100%;
  }

  .grid-2k {
    grid-template-columns: 1.5fr 14fr 2.5fr;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    line-height: 16px;
  }

  .grid-2k._3 {
    grid-template-columns: 1.5fr 7fr 7fr 2.5fr;
  }

  .table-block {
    padding: 24px 20px;
  }

  .grid-4islo {
    align-self: center;
    margin-bottom: 2px;
    font-size: 15px;
  }

  .grid-text-2 {
    font-size: 16px;
    line-height: 18px;
  }

  ._6-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._6-info-bl {
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    padding: 20px;
  }

  ._6-img {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .slide-section {
    display: none;
  }

  .heading-8 {
    text-align: center;
  }

  .button-black {
    padding-left: 14px;
    padding-right: 14px;
  }

  .code-100 {
    height: 400px;
  }

  .div-block-109, .div-block-110 {
    width: 48%;
  }

  .code-embed {
    margin-left: 0;
  }

  .mapdiv {
    margin-top: 20px;
  }

  .map {
    height: 520px;
  }

  .contact-inside {
    margin-bottom: 30px;
  }

  .services-block {
    flex-direction: column;
    margin-bottom: 0;
  }

  .aiwin {
    font-size: 16px;
  }

  .aiwin-logo {
    width: 100px;
  }

  .eye {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 23px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 32px;
  }

  h2 {
    font-size: 29px;
    line-height: 29px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 26px;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }

  h5 {
    font-size: 17px;
    line-height: 21px;
  }

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

  .info-section {
    padding-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-section.bl {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .info-section.wh {
    padding-top: 60px;
  }

  .info-section.gr0 {
    padding-top: 60px;
    padding-bottom: 44px;
  }

  ._65-perc.cen {
    flex-flow: column;
  }

  .button-white {
    letter-spacing: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-white.menu {
    display: none;
  }

  .q-horis-t.s10 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-light {
    padding: 60px 24px 50px;
  }

  .footer-block-two.r {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .slider {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .img.s20 {
    margin-bottom: 14px;
  }

  .arrow {
    width: 39px;
    height: 40px;
  }

  .slide-nav {
    height: 29px;
  }

  ._25-perc.sticky {
    display: none;
  }

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

  .year {
    max-width: none;
  }

  .div-block-7 {
    width: 100%;
    margin-bottom: 20px;
  }

  ._75 {
    width: 100%;
  }

  ._30 {
    width: 100%;
    margin-bottom: 20px;
  }

  .list-5 {
    padding-left: 19px;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .list-item {
    margin-bottom: 4px;
  }

  .list {
    margin-bottom: 0;
  }

  .paragraph-big {
    font-size: 21px;
    line-height: 25px;
  }

  .lent-text {
    width: 39%;
    margin-top: 8vw;
  }

  .psv-wrap {
    flex-direction: row;
  }

  .photo-block {
    flex: 1;
    width: auto;
    height: 60vw;
  }

  .line {
    display: block;
  }

  .ph-wrap {
    margin-right: 20px;
  }

  .sticky-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .slider-2 {
    height: 300px;
  }

  .slide-nav-2 {
    bottom: -50px;
  }

  .slide-arrow {
    display: none;
  }

  .slide-arrow.l {
    right: 155px;
  }

  .header-section {
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .slide-text-wrap {
    color: var(--2-black);
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  ._1602.bl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-93 {
    flex-flow: column;
  }

  .div-block-94 {
    width: 100%;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .quick-stack._100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-99 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-95-copy {
    width: 10px;
    height: 10px;
    margin-left: 6px;
  }

  .text-block-15-copy {
    font-size: 33px;
    line-height: 33px;
  }

  .div-block-100 {
    margin-bottom: 10px;
  }

  .pathway {
    margin-top: 51px;
    padding: 9px 20px 10px;
  }

  .link-3 {
    font-size: 15px;
    line-height: 17px;
  }

  .ipage {
    padding-top: 128px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-7 {
    font-size: 26px;
    line-height: 28px;
  }

  .button-soc {
    letter-spacing: 1px;
  }

  .paragraph-8 {
    font-size: 21px;
    line-height: 27px;
  }

  .grid-2k {
    grid-template-columns: 2fr 10fr 3fr;
    min-height: 38px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 15px;
  }

  .grid-2k.perv {
    min-height: 39px;
  }

  .grid-2k._3 {
    grid-template-columns: 2fr 5fr 5fr 3fr;
  }

  .grid-4islo {
    align-self: center;
    margin-bottom: 1px;
    font-size: 14px;
  }

  .grid-text-2 {
    font-size: 15px;
    line-height: 17px;
  }

  ._6-block {
    flex-flow: column;
  }

  ._6-info-bl {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  ._6-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .s40 {
    margin-bottom: 32px;
  }

  .socicons {
    display: none;
  }

  .socicons.mob {
    display: flex;
  }

  .button-black {
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
  }

  .div-block-107 {
    flex-flow: column;
  }

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

  .div-block-110 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .div-block-111, .code-embed, .certif-wrap, .certif-wrap._2, .certif-wrap._3 {
    width: 100%;
  }

  .signature {
    margin-bottom: 8px;
  }

  .phone {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
  }

  .head-0 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .aiwin {
    font-size: 15px;
  }

  .aiwin-logo {
    width: 94px;
  }

  .text-block-6 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .eye {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 479px) {
  .bl-horiz-t {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .bl-horiz-t.s40 {
    margin-bottom: 20px;
  }

  ._65-perc {
    width: 100%;
  }

  ._65-perc.cen {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._45 {
    width: 100%;
  }

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

  ._45.s12 {
    margin-bottom: 12px;
  }

  .container {
    max-width: none;
  }

  .q-horiz-betw {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-block-two.r {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .slide {
    padding-left: 1px;
    padding-right: 1px;
  }

  .mask {
    width: 100%;
  }

  .div-block-7 {
    text-align: center;
  }

  .advan {
    margin-bottom: 12vh;
  }

  .lent-text {
    width: auto;
    margin-top: -65vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .psv-wrap {
    flex-direction: column;
    width: 100%;
  }

  .photo-block {
    flex: none;
    width: 100%;
    height: 188vw;
    padding-bottom: 78vw;
    padding-left: 6px;
    padding-right: 6px;
  }

  .line {
    width: 100%;
    margin-bottom: 10vh;
  }

  .line.last {
    width: 100%;
    margin-bottom: 6vw;
  }

  .img-wr.start {
    background-position: 50%;
    background-size: cover;
  }

  .img-wr._1 {
    background-position: 50%;
  }

  .ph-wrap {
    margin-right: 0;
  }

  .sticky-wrap {
    margin-top: -70px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-2 {
    height: 54vh;
  }

  .slide-arrow.l {
    inset: auto auto -40px 14px;
  }

  .header-section {
    padding-top: 51px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .header-section._100 {
    margin-top: -14px;
    padding-bottom: 70px;
  }

  ._1602.bl {
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-93 {
    flex-flow: column;
  }

  .div-block-94 {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .quick-stack {
    width: 100%;
  }

  ._0 {
    margin-bottom: 0;
  }

  .div-block-101 {
    margin-top: 0;
  }

  .div-block-102 {
    width: 12px;
  }

  .grid-2k {
    grid-template-columns: 2.1fr 10fr 3.5fr;
    font-size: 14px;
    line-height: 15px;
  }

  .grid-2k._3 {
    grid-template-columns: 2.1fr 5fr 5fr 3.5fr;
  }

  .table-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .grid-4islo {
    align-self: center;
    margin-bottom: 0;
    font-size: 13px;
  }

  .grid-text-2 {
    padding-right: 12px;
    font-size: 14px;
    line-height: 15px;
  }

  .image-13 {
    width: 160px;
  }

  .image-14 {
    width: 220px;
  }

  .div-block-111 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .code-embed {
    width: 100%;
  }

  .contact-inside {
    margin-bottom: 20px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .aiwin-logo {
    width: 90px;
  }

  .text-block-6 {
    margin-bottom: 4px;
  }

  .eye {
    width: 32px;
    height: 24px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .head-price {
    text-align: center;
  }
}

#w-node-_0589d34f-b3b1-8938-9a6d-2efcdd31ca4c-8a86f8ad, #w-node-ddaddce8-cb1e-dc94-93cc-6741bdd968dc-8a86f8ad, #w-node-fb1e3406-4868-2571-dcae-c9689fc4b03b-8a86f8ad, #w-node-a3a43674-d7c6-c40c-b9f9-717c28e1e192-8a86f8ad, #w-node-_8dc13095-ce12-0a42-b0e4-0aeba4a13b51-8a86f8ad, #w-node-e8718b21-7e76-8929-87cb-b471cf61657e-8a86f8ad {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_53d07af4-ae76-a86c-6886-26f933f78be3-8a86f8ad, #w-node-_47f0b871-01c7-1e46-a1a7-375edb062b82-8a86f8b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_576580c0-fe17-a289-0707-e3c71b02e503-8a86f8b8, #w-node-_576580c0-fe17-a289-0707-e3c71b02e505-8a86f8b8, #w-node-_576580c0-fe17-a289-0707-e3c71b02e508-8a86f8b8, #w-node-_576580c0-fe17-a289-0707-e3c71b02e50b-8a86f8b8, #w-node-_576580c0-fe17-a289-0707-e3c71b02e50e-8a86f8b8, #w-node-_576580c0-fe17-a289-0707-e3c71b02e516-8a86f8b8, #w-node-_576580c0-fe17-a289-0707-e3c71b02e518-8a86f8b8, #w-node-_576580c0-fe17-a289-0707-e3c71b02e51b-8a86f8b8, #w-node-_576580c0-fe17-a289-0707-e3c71b02e51e-8a86f8b8, #w-node-_576580c0-fe17-a289-0707-e3c71b02e521-8a86f8b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58e4f782-66c6-8222-8d86-bd107a114f40-8a86f8b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8b9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8b9 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8b9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8b9 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8b9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8b9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2781-8a86f8b9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2783-8a86f8b9 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a278a-8a86f8b9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a278c-8a86f8b9 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8ba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8ba {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_0703fed1-e033-099a-1587-e6c2c82729b3-8a86f8ba, #w-node-_9dcb9381-339a-92ad-4433-ca250286b5f2-8a86f8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8ba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8ba {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8ba {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_8dda0cb2-fbc1-1151-464b-05556ce2edd1-8a86f8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8ba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8ba {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_5f5b9a9b-1262-3381-b28b-14dd5990aeda-8a86f8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8ba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8ba {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bb {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-aa6b4f1f-1a05-34cb-f938-160f2cab94bd-8a86f8bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bb {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bb {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bb {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_4527d1ab-b7ea-309b-d364-9cb5006e7829-8a86f8bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f3532644-5c5a-3f08-f5c7-55a1cdfae588-8a86f8bb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-f3532644-5c5a-3f08-f5c7-55a1cdfae58a-8a86f8bb {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bb {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_1474f236-d929-16b0-7ece-76fecfb23488-8a86f8bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bc {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_1d08632c-0bf9-ef54-0eb8-248e5bfa9fc7-8a86f8bc {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bc {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-ecae9339-42c8-1c92-d0d8-6e11f44e102b-8a86f8bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bc {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bc {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bc {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bc {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_6a77da57-f96a-8777-40e8-e61ad227614c-8a86f8bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bc {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bc {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_78b3bdf9-5890-ace2-e814-51958355b7ce-8a86f8bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bc {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bc {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bd {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_987ccff2-e931-4599-1e3c-5b91a744e113-8a86f8bd, #w-node-_014f7682-a52e-6dac-2812-affa7666aaf0-8a86f8bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bd {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bd {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bd {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_5f41d4ba-1ff9-aaa0-f088-7d9351e4f86d-8a86f8bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bd {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ff05c6aa-f474-5a75-74d0-3dbb3b83a7d2-8a86f8bf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8dc13095-ce12-0a42-b0e4-0aeba4a13b51-8a86f8c0, #w-node-ddaddce8-cb1e-dc94-93cc-6741bdd968dc-8a86f8c0, #w-node-fb1e3406-4868-2571-dcae-c9689fc4b03b-8a86f8c0, #w-node-_2564bf5c-93d5-89fb-0adf-543ba2c2f30a-8a86f8c0, #w-node-_1d89b9d3-3cd2-86c5-794b-8c379e0fb8a6-8a86f8c0, #w-node-d244f5b6-d796-d3a0-73ff-876cf9323be1-8a86f8c0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0ebef76c-b2f7-76fd-ec47-e205e68d9537-8a86f8c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_458b1a5e-8f32-f22c-618d-491f9dec15cf-8a86f8c0, #w-node-c27432af-fcd9-fbfd-b82f-149d7c7d9d54-8a86f8c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_53d07af4-ae76-a86c-6886-26f933f78be3-8a86f8ad, #w-node-_47f0b871-01c7-1e46-a1a7-375edb062b82-8a86f8b7, #w-node-_58e4f782-66c6-8222-8d86-bd107a114f40-8a86f8b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2781-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2783-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a278a-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a278c-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8ba {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-f3532644-5c5a-3f08-f5c7-55a1cdfae588-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f3532644-5c5a-3f08-f5c7-55a1cdfae58a-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d08632c-0bf9-ef54-0eb8-248e5bfa9fc7-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bc {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bc {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bc {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bd, #w-node-ff05c6aa-f474-5a75-74d0-3dbb3b83a7d2-8a86f8bf, #w-node-_458b1a5e-8f32-f22c-618d-491f9dec15cf-8a86f8c0, #w-node-c27432af-fcd9-fbfd-b82f-149d7c7d9d54-8a86f8c1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_53d07af4-ae76-a86c-6886-26f933f78be3-8a86f8ad, #w-node-_47f0b871-01c7-1e46-a1a7-375edb062b82-8a86f8b7, #w-node-_58e4f782-66c6-8222-8d86-bd107a114f40-8a86f8b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2781-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2783-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a278a-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a278c-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8ba {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-f3532644-5c5a-3f08-f5c7-55a1cdfae588-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f3532644-5c5a-3f08-f5c7-55a1cdfae58a-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d08632c-0bf9-ef54-0eb8-248e5bfa9fc7-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bc {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bc {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bc {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bd, #w-node-ff05c6aa-f474-5a75-74d0-3dbb3b83a7d2-8a86f8bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0ebef76c-b2f7-76fd-ec47-e205e68d9537-8a86f8c0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_458b1a5e-8f32-f22c-618d-491f9dec15cf-8a86f8c0, #w-node-c27432af-fcd9-fbfd-b82f-149d7c7d9d54-8a86f8c1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0589d34f-b3b1-8938-9a6d-2efcdd31ca4c-8a86f8ad, #w-node-ddaddce8-cb1e-dc94-93cc-6741bdd968dc-8a86f8ad, #w-node-fb1e3406-4868-2571-dcae-c9689fc4b03b-8a86f8ad, #w-node-a3a43674-d7c6-c40c-b9f9-717c28e1e192-8a86f8ad, #w-node-_8dc13095-ce12-0a42-b0e4-0aeba4a13b51-8a86f8ad, #w-node-e8718b21-7e76-8929-87cb-b471cf61657e-8a86f8ad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_53d07af4-ae76-a86c-6886-26f933f78be3-8a86f8ad, #w-node-_47f0b871-01c7-1e46-a1a7-375edb062b82-8a86f8b7, #w-node-_58e4f782-66c6-8222-8d86-bd107a114f40-8a86f8b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2781-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2783-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a278a-8a86f8b9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a278c-8a86f8b9 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8ba {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8ba {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-f3532644-5c5a-3f08-f5c7-55a1cdfae588-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f3532644-5c5a-3f08-f5c7-55a1cdfae58a-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d08632c-0bf9-ef54-0eb8-248e5bfa9fc7-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bc {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bc {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bc {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bc {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2769-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276b-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a276e-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2770-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2775-8a86f8bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2777-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277a-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a277c-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2791-8a86f8bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6f49002c-c806-8ef5-2b58-28880e2a2793-8a86f8bd {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-e0cba777-61d4-cc7e-5968-8d5bb371951d-8a86f8bd, #w-node-ff05c6aa-f474-5a75-74d0-3dbb3b83a7d2-8a86f8bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8dc13095-ce12-0a42-b0e4-0aeba4a13b51-8a86f8c0, #w-node-ddaddce8-cb1e-dc94-93cc-6741bdd968dc-8a86f8c0, #w-node-fb1e3406-4868-2571-dcae-c9689fc4b03b-8a86f8c0, #w-node-_2564bf5c-93d5-89fb-0adf-543ba2c2f30a-8a86f8c0, #w-node-_1d89b9d3-3cd2-86c5-794b-8c379e0fb8a6-8a86f8c0, #w-node-d244f5b6-d796-d3a0-73ff-876cf9323be1-8a86f8c0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_458b1a5e-8f32-f22c-618d-491f9dec15cf-8a86f8c0, #w-node-c27432af-fcd9-fbfd-b82f-149d7c7d9d54-8a86f8c1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


