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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 70px;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.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: rgba(26, 27, 31, .75);
}

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

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

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

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.mobile-margin-top-10 {
  flex: 0 auto;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  flex: 1;
}

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

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

.title-small {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero-heading-left {
  -webkit-text-fill-color: inherit;
  background-color: rgba(253, 229, 255, .42);
  background-clip: padding-box;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  padding: 0;
  display: block;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.shadow-two {
  z-index: 999;
  max-width: 100%;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.list-item {
  clear: left;
  object-fit: fill;
  flex: 0 auto;
  margin-left: -50px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.image-2 {
  cursor: pointer;
}

.paragraph {
  max-width: 300px;
  color: #000;
  flex: 0 auto;
  margin-bottom: 0;
  position: relative;
}

.image-3 {
  margin-bottom: 20px;
}

.div-block {
  object-fit: fill;
  margin-right: 20px;
  display: block;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-without-image {
  background-color: rgba(253, 229, 255, .42);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 200px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff74ed;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

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

.hero-heading-right {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.shadow-two-2 {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.footer-wrapper-2 {
  max-width: 900px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-4 {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-2 {
  max-width: 320px;
}

.hero-without-image-2 {
  background-color: #ffe5fc;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.link {
  color: #529dd6;
  text-decoration: none;
}

.highlighted {
  background-image: linear-gradient(to top, #0076c2 50%, rgba(0, 0, 0, 0) 50%);
}

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0076c2;
  border-radius: 50px;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #024068;
}

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

.section-2 {
  background-color: #0075c1;
  padding-top: 0;
  padding-bottom: 0;
}

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

.image-7 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}

.highlighted-2 {
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.highlighted-copy {
  background-image: linear-gradient(to top, #0076c2 50%, rgba(0, 0, 0, 0) 50%);
  border-radius: 0;
}

.text-span {
  background-image: linear-gradient(to top, #421919 50%, rgba(0, 0, 0, 0) 50%);
}

.columns {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: rgba(0, 118, 194, .32);
}

.section-3 {
  width: 100%;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: center;
  display: flex;
}

.splide__slide {
  width: 33.3333%;
  text-align: center;
  flex: none;
  display: block;
}

.splide__slide._1, .splide__slide._2 {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.image-8 {
  border-radius: 20px;
}

.slider-css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.splide__arrow {
  width: 6em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #ff74ec;
  border-radius: 100vw;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: rgba(55, 50, 53, .06);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--mobile-center {
  justify-content: center;
  margin-top: 20px;
  display: none;
}

.splide__pagination {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  width: 3em;
  height: 4px;
  opacity: .2;
  background-color: #242022;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.container-2 {
  overflow: hidden;
}

.paragraph-4 {
  text-align: justify;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-5 {
  color: #000;
  text-align: justify;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-6 {
  text-align: justify;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-3 {
  z-index: 1;
  background-color: #ffccdb;
  border-radius: 500px;
  margin: 10px;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3-copy {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffccdb;
  border-radius: 500px;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list-item-2 {
  display: none;
}

.div-block-4 {
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.div-block-5 {
  text-align: center;
  margin-top: 20px;
}

.heading-3 {
  font-size: 25px;
}

.div-block-13 {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.div-block-18 {
  z-index: 999;
  background-color: #0d0421;
  border-radius: 15px;
  padding: 20px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 90px;
  left: auto;
  right: 20px;
}

.form-block-3 {
  width: 300px;
}

.field-label {
  color: #fff;
}

.submit-button-2 {
  width: 100%;
  color: #fff;
  background-color: #4054b2;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

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

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

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

  .footer-block {
    text-align: center;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    flex: 0 auto;
    display: none;
    position: static;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .footer-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

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

  .column-2 {
    padding-bottom: 0;
  }

  .image-7 {
    margin-top: 0;
    margin-bottom: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    padding-left: 40px;
    padding-right: 29px;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

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

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

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-left, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-without-image, .hero-heading-right, .features-table, .hero-heading-center {
    padding: 60px 15px;
  }

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

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

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .div-block-18 {
    width: 50%;
    display: none;
  }

  .form-block-3, .form-4 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .hero-heading-left {
    background-color: rgba(0, 117, 193, .41);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .hero-heading-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .image-4 {
    text-align: center;
  }

  .section-2 {
    padding-top: 0;
  }

  .column-2 {
    display: block;
  }

  .image-7 {
    width: 554%;
    margin-bottom: 0;
  }

  .columns {
    display: block;
  }

  .div-block-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-3 {
    padding: 40px 10px;
  }

  .splide__list {
    width: 100%;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: stretch;
    display: block;
  }

  .splide__slide._1, .splide__slide._2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    margin-top: 0;
  }

  .div-block-18 {
    width: 80%;
    display: none;
  }
}


