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

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

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

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

h1 {
  color: #102154;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

p {
  color: #444;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

a {
  color: #3367ff;
  text-decoration: none;
}

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

li {
  color: #444;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 30px;
}

strong {
  font-weight: 500;
}

.navbar-no-shadow {
  z-index: 90;
  opacity: 1;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
}

.navbar-wrapper {
  color: #0f2154;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  justify-content: center;
  align-items: center;
}

.nav-menu-wrapper {
  color: #0f2154;
  text-decoration: none;
}

.nav-menu {
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.nav-link {
  color: #222;
  letter-spacing: .5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.section.home {
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.section._2 {
  padding-bottom: 0;
}

.container {
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container._2 {
  flex-flow: column;
  display: flex;
}

.container.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.slider {
  background-color: #fff;
  border-radius: 20px;
  width: 90vw;
  height: 85vh;
  padding-bottom: 10px;
  display: flex;
}

.footer-dark {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: static;
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.banner {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.logo {
  width: 130px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-top: 6px;
  font-size: 12px;
  display: none;
}

.con-banner {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-con-block {
  background-color: #f5f7ff;
  border-radius: 0 30px 0 19px;
  width: 42vw;
  height: auto;
  padding: 40px 70px 40px 40px;
  position: absolute;
}

.banner-title {
  color: #0f2154;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 56px;
}

.body {
  font-family: Instrument Sans, sans-serif;
  font-weight: 400;
}

.h2-img-con {
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 60px;
}

.h2-img-con.color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #36f, #60ffd2);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 90px;
}

.count-block {
  border-top: 1px solid #dfdfdf;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  padding-top: 40px;
  display: none;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.count-block-area {
  display: flex;
}

.count {
  color: #0f2154;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 62px;
  font-weight: 600;
  line-height: 74px;
}

.count-p {
  color: #757575;
  text-align: left;
  letter-spacing: .6px;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  margin-bottom: 0;
  margin-left: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.dropdown-list {
  background-color: #ca9393;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 340px;
  margin-top: 8px;
  overflow: hidden;
  box-shadow: 0 8px 10px #0000001a;
}

.dropdown-toggle {
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 10px;
  display: flex;
}

.button {
  background-color: #36f;
  border-radius: 30px;
  margin-left: 14px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 26px;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  height: 40px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-flow: row dense;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.img-con-block-2 {
  border-radius: 6px;
  width: 160px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.img-con {
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  transform: scale(1);
}

.img-con:hover {
  transform: scale(1.1);
}

.nav-shodow {
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 10px #0000001a;
}

.product-image-area {
  aspect-ratio: 3 / 2;
  width: auto;
  height: 260px;
  position: relative;
  inset: 0% 0% auto;
}

.pro-con-area {
  background-color: #f7f7f7;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  flex: 1;
  width: 390px;
  height: 90px;
  padding: 16px 40px 16px 26px;
  position: relative;
}

.pro-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
  width: 100%;
  height: 100%;
}

.product-name {
  color: #1d1d1f;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.pro-con-wrapper {
  z-index: 1;
  position: relative;
}

.header-con {
  letter-spacing: .5px;
  font-size: 16px;
}

.section-inner {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.product-link {
  border: 1px solid #10215414;
  border-radius: 10px;
  width: 100%;
  height: auto;
  text-decoration: none;
  overflow: hidden;
}

.h2 {
  color: #0f2154;
  letter-spacing: .5px;
  flex-flow: column;
  margin: 4px 0 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.section-main {
  padding-bottom: 140px;
}

.list-block {
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #cedbff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.list-block.select {
  background-color: #d6e1ff1a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}

.list-block.select.w--current {
  flex-flow: row;
}

.con-area {
  margin-left: 60px;
  padding-left: 0;
}

.list-product-name {
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  transition: padding .2s;
  display: block;
}

.list-product-name:hover {
  padding-left: 12px;
}

.list-product-name.select {
  color: #3367ff;
  padding-bottom: 12px;
  font-weight: 600;
}

.list-product-name.select:hover {
  padding-left: 12px;
}

.gallary-img {
  background-color: #fee;
  border-radius: 4px;
  width: auto;
  overflow: hidden;
}

.gallery-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.bold-text {
  font-weight: 500;
}

.column-27 {
  padding-left: 0;
  padding-right: 0;
}

.footer-dark-2 {
  background-color: #f7f7f7;
  border-radius: 20px;
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 20px 30px 50px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.footer-title {
  color: #0f2154;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.footer-link {
  color: #444;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #36f;
  text-decoration: none;
}

.footer-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 340px;
  display: block;
}

.footer-logo {
  height: 80px;
  margin-bottom: 20px;
}

.footer-p {
  color: #444;
  letter-spacing: .5px;
  width: 330px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 28px;
}

.footer-address {
  color: #444;
  letter-spacing: .2px;
  width: 310px;
  font-size: 16px;
  line-height: 26px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.block2 {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  margin-bottom: 0;
  display: flex;
}

.social-link {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.block1 {
  width: 60%;
}

.footer-link-block-2 {
  color: #36f;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-block-2:hover {
  color: #36f;
  text-decoration: underline;
}

.footer-link-block {
  margin-bottom: 10px;
}

.footer-link-anima {
  background-color: #36f;
  border-radius: 10px;
  width: 0;
  height: 2px;
}

.social {
  color: #333;
  cursor: pointer;
  width: 60px;
  margin-bottom: 0;
}

.arrow-anim {
  width: 20px;
  height: 18px;
}

.arrow-icon {
  opacity: 0;
  width: 8px;
  height: 18px;
}

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

.con-mobile {
  flex-direction: column;
  align-items: center;
  max-width: 1140px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.loop-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 30px;
  display: flex;
  overflow: visible;
}

.logo-holder {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 30px;
  margin-left: 0;
  display: block;
  overflow: visible;
}

.brand-logo {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 90px;
  margin-right: 30px;
}

.full-section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.color-bg {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.color-con {
  box-sizing: border-box;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 960px;
  max-width: none;
  padding-left: 110px;
  padding-right: 110px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h2-color-bg {
  color: #0f2154;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
}

.section-slider {
  justify-content: flex-start;
  align-items: center;
  height: 2000px;
}

.product-area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

.frame {
  padding-left: 12vw;
  display: flex;
}

.product {
  border: 1px solid #4444441a;
  border-radius: 16px;
  flex: none;
  margin-right: 40px;
  text-decoration: none;
  overflow: hidden;
}

.con-sm-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 700px;
  display: flex;
}

.section-banner {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-banner.mob {
  display: none;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.nav-con {
  width: 1140px;
  max-width: none;
}

.nav {
  color: #444;
  font-weight: 400;
}

.nav.seclect {
  color: #102154;
  letter-spacing: .5px;
  font-weight: 500;
  text-decoration: none;
}

.bread-nav {
  color: #444;
  display: flex;
}

.nav-arrow {
  opacity: .5;
  height: 12px;
  padding-left: 14px;
  padding-right: 14px;
}

.bread-section {
  background-color: #f7f7f7;
  margin-bottom: 40px;
  padding-top: 120px;
  padding-bottom: 20px;
}

.bread-section._2 {
  margin-bottom: 0;
}

.bread-nav-link {
  color: #444;
  text-decoration: none;
}

.img-con-block {
  border-radius: 6px;
  width: 240px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.color-button {
  cursor: pointer;
  background-color: #36f;
  border-radius: 30px;
  margin-left: 14px;
  padding: 14px 40px;
  font-size: 18px;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.color-button:hover {
  background-color: #1f55f8;
}

.news-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.news-con {
  color: #0f2154;
  letter-spacing: .4px;
  flex-flow: column;
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.news-block {
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.news-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 6px 6px 0% 0;
}

.news-date {
  color: #757575;
  text-align: left;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.grid-6-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.certi-img {
  object-fit: cover;
  width: 100%;
  height: 370px;
}

.lightbox-link-2-copy {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.certi-block {
  background-color: #fff;
  border: 10px #0f21541a;
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
}

.address-area {
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 440px;
  height: auto;
  margin-bottom: 0;
  padding: 30px;
}

.addrss-block {
  margin-top: 40px;
  display: flex;
}

.number-block {
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 320px;
  height: auto;
  margin-bottom: 0;
  margin-left: 30px;
  padding: 30px;
}

.icon {
  height: 20px;
  margin-right: 10px;
}

.address-top {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.address-title {
  color: #0f2154;
  letter-spacing: .25px;
  flex-flow: column;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.news-p {
  color: #757575;
  text-align: left;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  display: flex;
}

.news-img-big {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-link {
  text-decoration: none;
}

.about-img {
  width: 100%;
}

.whatapp-icon {
  z-index: 99;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.column-30 {
  padding-left: 20px;
}

.column-31 {
  padding-right: 20px;
}

.news-con-area {
  background-color: #f7f7f7;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: baseline;
  height: 100%;
  padding: 20px 30px;
  display: flex;
}

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

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

.list-item-3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.gallery {
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  overflow: hidden;
}

.lightbox-link-3 {
  width: 100%;
  height: 100%;
}

.title-con-block {
  margin-bottom: 20px;
}

.disc-con-block {
  margin-bottom: 30px;
}

.header-nav {
  margin-bottom: 0;
}

.h2-large {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.p-sm {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.container-mob {
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

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

.main-menu-mob {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 0;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.selected {
  color: #1a73e8;
  font-weight: 500;
}

.container-2 {
  width: 1140px;
  max-width: none;
  padding-bottom: 0;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  display: flex;
}

.link-2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.drop {
  width: 200px;
  height: 100%;
  padding: 20px 30px;
}

.drop._3 {
  width: 280px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.drop._2 {
  width: 264px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.logo-2 {
  height: 80px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.drop-list {
  flex-flow: column;
  display: flex;
}

.navbar-logo-left--2 {
  z-index: 999;
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 6px #0000001a;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0;
  width: auto;
  margin-top: 25px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 6px 6px #0000000f;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a73e8;
  margin-left: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
}

.button-primary:hover {
  color: #fff;
  background-color: #368af8;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-2 {
  font-size: 16px;
  font-weight: 300;
}

.mobile-margin-top-10 {
  margin-left: 20px;
}

.drop-nav {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-mob {
  display: none;
}

.grid-4-mob {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-flow: row dense;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.h2-img-con-mob {
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 60px;
}

.nav-link-menu {
  letter-spacing: .6px;
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #0000000d;
  font-size: 16px;
  line-height: 26px;
  transition: padding .2s ease-in-out, background-color .2s ease-in-out;
}

.nav-link-menu:hover {
  background-color: #f5f7ff;
  padding-left: 30px;
}

.product-title-block-sm {
  background-color: #f7f7f7;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px 30px;
  display: flex;
}

.list-7-copy {
  padding-left: 30px;
  list-style-type: disc;
}

.about-sec {
  margin-bottom: 100px;
}

.about-cube {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 50px 50px 40px;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 100px;
}

.about-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: none;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.center-p-shot {
  text-align: center;
  width: 600px;
}

.about-p {
  color: #0f2154;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
}

.about-h2 {
  color: #0f2154;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.about-color-con {
  box-sizing: border-box;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 960px;
  max-width: none;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-full-section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 370px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto 1fr;
  width: 1140px;
  margin-bottom: 20px;
}

.footer {
  opacity: .3;
  color: #444;
  font-weight: 400;
}

.footer-link-top {
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-top:hover {
  color: #36f;
  text-decoration: none;
}

.footer-container {
  border-bottom: 1px solid #4444441a;
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: none;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.zoom {
  z-index: 10;
  opacity: 1;
  background-color: #fffc;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(60px, 60px);
}

.asses-block {
  border: 1px solid #4444441a;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.zooom-icon {
  height: 20px;
}

.asses-title-area {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 4px 20px 10px 0;
  display: flex;
}

.asses-title {
  color: #0f2154;
  letter-spacing: .5px;
  flex-flow: column;
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.asses-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.menu-icon {
  height: 6px;
  margin-left: 6px;
}

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

.cont-link {
  color: #444;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 32px;
}

.cont-title {
  margin-bottom: 2px;
}

@media screen and (min-width: 1920px) {
  .frame {
    padding-left: 20vw;
  }

  .news-con {
    color: #0f2154;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .section-brand {
    padding-top: 75px;
  }

  .section-slider {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-area {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .product {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-name {
    font-size: 1.75rem;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link:hover, .footer-link-block-2:hover {
    color: #1a1b1fbf;
  }

  .section-slider, .product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .footer-link-top:hover {
    color: #1a1b1fbf;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    line-height: 26px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  ul {
    padding-left: 20px;
  }

  li {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar-no-shadow {
    display: none;
  }

  .navbar-no-shadow-container {
    max-width: none;
  }

  .navbar-wrapper {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .nav-link {
    margin-left: 0;
    padding-left: 0;
  }

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

  .section.home {
    height: auto;
    padding-top: 60px;
  }

  .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .container._2 {
    flex-flow: column;
  }

  .container.left {
    margin-bottom: 20px;
  }

  .slider {
    border-radius: 0;
    width: auto;
    height: 50vh;
    padding-bottom: 0;
  }

  .footer-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .banner {
    border-radius: 0;
  }

  .logo {
    width: 90px;
  }

  .banner-con-block {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: auto;
    margin-right: 30px;
    padding: 20px;
  }

  .banner-title {
    letter-spacing: .4px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }

  .h2-img-con {
    letter-spacing: 0;
    font-size: 32px;
  }

  .h2-img-con.color {
    letter-spacing: 0;
    background-image: linear-gradient(90deg, #36f, #60ffd2);
    line-height: 40px;
  }

  .h2-img-con.color.mob {
    font-size: 28px;
    line-height: 34px;
  }

  .count-block {
    margin-top: 20px;
    display: none;
  }

  .grid-2 {
    flex-flow: column;
    grid-auto-flow: row;
    margin-bottom: 40px;
    display: flex;
  }

  .count-block-area {
    flex-flow: column;
  }

  .count {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 36px;
    line-height: 38px;
  }

  .count-p {
    width: auto;
    margin-left: 0;
    font-size: 18px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-left: 0;
    padding-right: 30px;
  }

  .left-arrow, .right-arrow {
    width: 50px;
    display: none;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .img-con-block-2 {
    width: 110px;
    height: 60px;
  }

  .product-image-area {
    height: auto;
  }

  .pro-con-area {
    width: auto;
    height: auto;
  }

  .product-name {
    font-size: 18px;
  }

  .header-con {
    width: auto;
  }

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

  .grid-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .section-main {
    padding-bottom: 40px;
  }

  .con-area {
    margin-top: 100px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .column-27 {
    display: none;
  }

  .footer-dark-2 {
    border-radius: 0;
    flex-flow: column-reverse;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 0;
    display: flex;
  }

  .footer-content-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    grid-auto-flow: row dense;
    margin-top: 0;
    display: flex;
  }

  .footer-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .footer-block {
    border-bottom: 1px solid #4443;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-logo {
    height: 60px;
  }

  .footer-p {
    margin-bottom: 10px;
  }

  .footer-address {
    width: auto;
  }

  .footer-bottom {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block2 {
    width: auto;
  }

  .block1 {
    width: auto;
    margin-top: 14px;
  }

  .social {
    color: #333;
  }

  .section-brand {
    padding: 30px;
  }

  .con-mobile {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .loop-container {
    margin-top: 0;
    margin-right: 0;
  }

  .logo-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .brand-logo {
    height: 50px;
  }

  .full-section {
    justify-content: center;
    align-items: center;
    height: 440px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .color-bg {
    object-fit: none;
    object-position: 0% 50%;
  }

  .color-con {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-color-bg {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .section-slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .frame {
    padding-left: 0;
    padding-right: 0;
  }

  .product {
    width: auto;
    height: auto;
    margin: 20px 20px 10px;
    padding: 0;
  }

  .con-sm-block {
    width: auto;
  }

  .section-banner.mob {
    border-bottom: 1px solid #3333331a;
    padding-top: 60px;
    padding-bottom: 40px;
    display: block;
  }

  .section-banner.hide {
    display: none;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .bread-section, .bread-section._2 {
    display: none;
  }

  .img-con-block {
    width: 140px;
    height: 50px;
  }

  .color-button {
    margin-left: 0;
  }

  .news-grid {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .grid-6-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .certi-img {
    height: auto;
  }

  .address-area {
    width: auto;
    margin-bottom: 30px;
  }

  .addrss-block {
    flex-flow: column;
    margin-top: 0;
  }

  .number-block {
    width: auto;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .news-img-big {
    aspect-ratio: 3 / 2;
    border-radius: 6px;
    margin-top: 0;
  }

  .whatapp-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

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

  .column-31 {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .news-con-area {
    height: auto;
  }

  .header-nav {
    border-bottom: 1px solid #0000001a;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 30px;
    display: flex;
  }

  .header-nav._2 {
    border-bottom-style: none;
    margin-top: 20px;
    padding-left: 10px;
  }

  .h2-large {
    font-size: 28px;
  }

  .p-sm {
    font-size: 14px;
  }

  .container-mob {
    width: auto;
  }

  .section-top {
    height: auto;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-mob {
    z-index: 12;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .mob-menu-back {
    border-bottom: 1px solid #ffffff1a;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding: 18px 30px;
    font-size: 20px;
    line-height: 18px;
    display: flex;
  }

  .close {
    width: auto;
    height: 16px;
  }

  .main-mob-menu-bank {
    border-bottom: 1px solid #ffffff4d;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 14px 30px;
    display: flex;
  }

  .menu-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 90%;
    display: flex;
  }

  .link-mob {
    color: #fff;
    text-align: right;
    border-bottom: 1px solid #ffffff4d;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .mob-arreo {
    opacity: .7;
    width: 30px;
    margin-right: 10px;
  }

  .main-menu-mob {
    z-index: 80;
    opacity: 1;
    background-color: #60ffd2;
    background-image: linear-gradient(#36f 30%, #60ffd2);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .serv-menu-block-mob {
    z-index: 90;
    opacity: 0;
    background-image: linear-gradient(#36f 30%, #60ffd2);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
    transform: translate(100vw);
  }

  .back {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    display: flex;
  }

  .navbar-logo-left-container.shadow-three {
    display: none;
  }

  .navbar-logo-left-container.shadow-three.mob {
    display: block;
  }

  .container-2 {
    z-index: 20;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .navbar-wrapper-2 {
    width: 100%;
    height: 70px;
  }

  .logo-2 {
    height: 60px;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fff;
  }

  .navbar-logo-left--2 {
    z-index: 70;
    justify-content: center;
    align-items: center;
    height: 70px;
    display: block;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .dropdown {
    width: 100%;
  }

  .serv-menu-ivf-lab, .serv-menu-clean-room {
    z-index: 90;
    opacity: 0;
    background-image: linear-gradient(#36f 30%, #60ffd2);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
    transform: translate(100vw);
  }

  .nav-mob {
    display: block;
  }

  .grid-4-mob {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    margin-bottom: 16px;
  }

  .h2-img-con-mob {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .about-sec {
    margin-bottom: 60px;
  }

  .about-cube {
    padding: 30px 30px 20px;
  }

  .grid-7 {
    flex-flow: column;
    grid-auto-flow: row;
    margin-bottom: 40px;
    display: flex;
  }

  .about-container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .center-p-shot {
    width: auto;
  }

  .about-h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .about-color-con {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-full-section {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-8 {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    display: flex;
  }

  .footer {
    display: none;
  }

  .footer-link-top {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-container {
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 0;
  }

  .asses-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }
}

#w-node-_9169fec2-b746-6086-b0ff-87e0cb55a015-4af54c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2c7377a3-9fb6-5f8b-22ef-b63e1c852b34-4af54c00 {
  justify-self: center;
}

#w-node-b6ffd952-643f-fd12-cc43-ce103c7e78e2-4af54c00 {
  justify-self: end;
}

#w-node-d5b91954-6f22-a88d-2b73-3932f6f2bf4a-4af54c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d5b91954-6f22-a88d-2b73-3932f6f2bf50-4af54c00 {
  justify-self: center;
}

#w-node-d5b91954-6f22-a88d-2b73-3932f6f2bf56-4af54c00 {
  justify-self: end;
}

#w-node-_606f9f36-895e-4318-c438-1bd86d2b6550-6d2b654b {
  justify-self: auto;
}

#w-node-_606f9f36-895e-4318-c438-1bd86d2b656b-6d2b654b, #w-node-d927a2ac-852b-1b85-6780-a03391f9845d-6d2b654b, #w-node-_2e914049-c6e8-ce90-005d-211549f0174e-6d2b654b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


