.navbar-logo-left {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #08080833;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0;
}

.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: 10px 0;
}

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

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

.navbar-brand.w--current {
  width: 20%;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  width: 80%;
  display: flex;
}

.nav-menu-two {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.header-nav-link {
  color: #ffffffbf;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.header-nav-link:hover {
  color: #fff;
}

.header-nav-link:focus-visible, .header-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: #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;
}

.nav-dropdown-icon {
  color: #fff;
  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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.mainbody {
  color: #fff;
  background-color: #080808;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.text-block {
  color: #fff;
  font-family: Jost, sans-serif;
}

.list-item {
  color: #fff;
}

.header-txt {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  font-weight: 300;
}

.main-section {
  background-image: url('../images/HomeBanner.png');
  background-position: 50% 100%;
  background-size: auto;
  padding: 200px 40px 140px;
}

.main-section.reviews {
  background-image: url('../images/Review-banner.png');
  max-height: 450px;
  margin-bottom: 0;
  padding-top: 180px;
  padding-bottom: 140px;
  display: block;
}

.main-section.contact-page {
  background-image: url('../images/Contact-page-banner.png');
  background-attachment: scroll;
  max-height: 450px;
  padding-top: 180px;
  padding-bottom: 140px;
}

.main-section.service-page {
  background-image: url('../images/Service-banner.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  max-height: 450px;
  padding-top: 180px;
  padding-bottom: 140px;
}

.div-block {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading {
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.reg-txt {
  color: #ffffffbf;
  max-width: 650px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.reg-txt.greyfill {
  color: #fff;
  background-color: #191919;
  border-radius: 10px;
  padding: 15px;
}

.reg-txt.banner {
  margin-bottom: 30px;
  font-size: 18px;
}

.reg-txt.insidecard {
  margin: 0;
}

.reg-txt.center {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.reg-txt.center.opacity-low {
  opacity: .4;
}

.reg-txt.center.service-card-txt {
  margin-left: 25px;
  margin-right: 25px;
}

.main-button {
  background-color: #e42946;
  border-radius: 50px;
  flex-flow: row;
  padding: 14px 40px;
  text-decoration: none;
  transition: all .5s;
}

.main-button:hover {
  color: #ffffffbf;
  background-color: #e42999;
}

.main-button.v2 {
  background-color: #ffffff03;
  border: 1px solid #fff3;
  margin-left: 0;
}

.main-button.v2:hover {
  color: #fff;
  background-color: #ffffff40;
}

.main-button.v2.center {
  text-align: center;
  align-self: center;
  margin-left: 0;
  transition-duration: .5s;
}

.main-button.v2.servicecard {
  justify-content: center;
  align-items: flex-end;
  margin: auto 25px 25px;
  display: flex;
}

.main-button.card-button {
  text-align: center;
  background-color: #e42946;
  border: 1px #ffffff59;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: static;
  bottom: 25px;
  left: 50%;
}

.main-button.card-button:hover {
  color: #ffffffbf;
  background-color: #e42999;
  border-color: #ffffff03;
}

.main-button.linkblock {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.link-block {
  background-image: url('../images/WhatsUp.svg');
  background-position: 0 0;
  background-size: auto;
}

.contact {
  background-color: #ffffff26;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-left: 0;
  padding: 0;
  transition: all .4s;
  display: flex;
}

.contact:hover {
  background-color: #e42946;
}

.div-block-3 {
  justify-content: flex-end;
  margin-left: 0;
  display: flex;
}

.image {
  max-width: 22px;
  max-height: 22px;
  margin: auto;
}

.smlink {
  padding-left: 10px;
  overflow: visible;
}

.character-section {
  padding: 60px 40px;
}

.character-section.contact-page {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-zone {
  flex-flow: row;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-zone.vertical {
  flex-flow: column;
  margin-bottom: 140px;
  display: flex;
}

.content-zone.vertical.altern {
  margin-top: 140px;
  margin-bottom: 0;
}

.content-zone.fill {
  background-color: #191919;
  border-radius: 20px;
  flex-flow: column;
  padding: 50px;
}

.img-roundedtop {
  max-width: 375px;
  height: 100%;
  margin-left: 100px;
  margin-right: auto;
}

.img-roundedtop.mainceo {
  background-image: url('../images/SEOimg-1.png');
}

.img-roundedtop.reviewceo {
  background-image: url('../images/CEO-block-review-page.png');
}

.img-roundedtop.contact-page-block {
  background-image: url('../images/Contact-page-block.png');
}

.img-roundedtop.contactceo {
  background-image: url('../images/contactCEO.png');
}

.img-roundedtop.serviceceo {
  background-image: url('../images/Service-CEO.png');
  background-position: 50%;
}

.img-roundedtop.left {
  margin-left: auto;
  margin-right: 80px;
}

.second-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
}

.second-heading.center {
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.second-heading.center.special {
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.contentceo {
  max-width: 550px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.contentceo.right {
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
}

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

.bg-section {
  background-image: url('../images/Candle-BG-home.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 40px;
}

.bg-section.alter {
  background-position: 50%;
  padding-top: 80px;
}

.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.service-card {
  color: #fff;
  background-color: #191919;
  border-radius: 200px 200px 20px 20px;
  flex-flow: column;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
}

.service-card:hover {
  background-color: #292929;
}

.h3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
}

.h3.center {
  text-align: center;
  margin: 25px 25px 10px;
}

.image-3 {
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  width: 100%;
  max-height: 300px;
}

.card-textwrap {
  padding: 20px;
}

.div-block-6 {
  max-width: 1140px;
}

.review-img {
  border-radius: 10px;
  max-width: 100%;
}

.reviews {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.reviews.altern {
  grid-template-rows: auto auto;
  margin-bottom: 20px;
}

.banner-section {
  background-image: url('../images/banner-section.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 60px;
  padding: 60px;
}

.div-block-8 {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #080808a6;
  border-radius: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.button-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group.left {
  justify-content: flex-start;
  align-items: center;
}

.button-txt {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}

.linkblock-button {
  background-color: #ffffff26;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  padding: 14px 30px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.linkblock-button:hover {
  background-color: #e42946;
}

.footer {
  padding: 40px;
}

.biglogofooter {
  max-height: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.footer-divgroup {
  flex-flow: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footerlinks {
  opacity: .8;
  text-decoration: none;
  transition: all .3s;
}

.footerlinks:hover {
  opacity: 100;
}

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

.lineborder {
  background-color: #fff7f226;
  height: 1px;
}

.footer-info {
  color: #ffffff59;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: auto;
  font-weight: 300;
}

.footer-info.r {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.div-block-10 {
  display: flex;
}

.section {
  padding-top: 140px;
  padding-bottom: 160px;
}

.image-4 {
  max-height: 34px;
}

.all-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-card-big {
  background-color: #ffffff1a;
  border-radius: 25px;
  flex-flow: column;
  min-height: 100%;
  display: flex;
}

.image-5 {
  max-height: 230px;
}

.serviceimg {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 220px;
}

.serviceimg._2 {
  background-image: url('../images/2.png');
}

.serviceimg._3 {
  background-image: url('../images/10.png');
}

.serviceimg._4 {
  background-image: url('../images/9.png');
}

.serviceimg._5 {
  background-image: url('../images/5.png');
}

.serviceimg._6 {
  background-image: url('../images/6.png');
}

.serviceimg._7 {
  background-image: url('../images/7.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.serviceimg._8 {
  background-image: url('../images/8.png');
}

.serviceimg._9 {
  background-image: url('../images/4.png');
}

.serviceimg._10 {
  background-image: url('../images/3.png');
}

.content-service-div {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 25px;
}

.decor {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  display: grid;
  overflow: hidden;
}

.image-6 {
  min-height: 20px;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

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

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

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding: 0 20px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand.w--current {
    width: auto;
  }

  .nav-menu-wrapper {
    background-color: #292929;
    border-radius: 20px;
    width: 30%;
    margin-left: auto;
    margin-right: 0;
    padding: 25px;
  }

  .nav-menu-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff0;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .header-nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    opacity: .5;
    color: #999;
    background-color: #a6b1bf00;
  }

  .header-txt {
    font-size: 24px;
  }

  .main-heading {
    font-size: 35px;
  }

  .reg-txt {
    font-size: 14px;
  }

  .contact {
    width: 60px;
    height: 60px;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .smlink {
    padding-left: 0;
  }

  .content-zone.vertical {
    margin-bottom: 100px;
  }

  .img-roundedtop {
    max-width: 250px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 40px;
  }

  .img-roundedtop.left {
    max-width: 250px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 40px;
  }

  .second-heading {
    font-size: 30px;
  }

  .services {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, .01px);
    overflow: hidden;
  }

  .image-3 {
    width: 100%;
  }

  .reviews {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-info.r {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .header-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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reg-txt.center.service-card-txt {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main-button.v2.servicecard {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .character-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-roundedtop, .img-roundedtop.left {
    max-width: 150px;
    margin-top: 0;
  }

  .bg-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3.center {
    margin: 15px;
    font-size: 20px;
  }

  .banner-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-group {
    flex-flow: row;
  }

  .footer-info.r {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand.w--current {
    margin-right: auto;
    padding-left: 15px;
  }

  .nav-menu-wrapper {
    background-color: #191919;
    border-radius: 0;
    width: 100%;
    margin-right: 0;
    padding: 15px;
    position: fixed;
    top: 0;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .header-nav-link, .header-nav-link.w--current {
    font-size: 20px;
  }

  .menu-button {
    margin-left: auto;
  }

  .main-section {
    background-size: cover;
    padding: 140px 14px 80px;
  }

  .main-section.reviews {
    background-position: 70% 100%;
    background-size: cover;
    max-height: 550px;
  }

  .main-section.contact-page {
    background-size: cover;
    max-height: 550px;
  }

  .main-section.service-page {
    background-size: cover;
    max-height: 500px;
  }

  .main-heading {
    font-size: 30px;
  }

  .reg-txt, .reg-txt.center {
    font-size: 18px;
  }

  .main-button {
    text-align: center;
    width: 100%;
  }

  .main-button.v2.servicecard {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .character-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .content-zone {
    flex-flow: column;
  }

  .content-zone.fill {
    padding: 40px 14px;
  }

  .img-roundedtop {
    max-width: 100%;
    margin-left: auto;
  }

  .img-roundedtop.left {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: auto;
  }

  .second-heading, .second-heading.center {
    font-size: 25px;
  }

  .bg-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bg-section.alter {
    padding-top: 20px;
  }

  .services {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }

  .h3 {
    font-size: 20px;
  }

  .reviews {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, .1px);
    overflow: hidden;
  }

  .reviews.altern {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-section {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-8 {
    padding: 20px;
  }

  .button-group {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .linkblock-button {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-menu {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-info, .footer-info.r {
    font-size: 12px;
  }

  .all-services {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .icon {
    color: #fff0;
    background-image: url('../images/Menu-Burger.svg');
    background-position: 50%;
    background-size: auto;
  }

  .image-7 {
    margin: auto;
  }
}

#w-node-_39897c96-e85d-3119-199c-0a8bfaef4ab0-faef4aa9, #w-node-_39897c96-e85d-3119-199c-0a8bfaef4ab8-faef4aa9, #w-node-_39897c96-e85d-3119-199c-0a8bfaef4ab4-faef4aa9, #w-node-e5211fe4-7611-0d39-75d4-84629fe5559b-4d0e0df7, #w-node-e5211fe4-7611-0d39-75d4-84629fe555a3-4d0e0df7, #w-node-e5211fe4-7611-0d39-75d4-84629fe5559f-4d0e0df7 {
  justify-self: center;
}

#w-node-_82d08502-b59d-4a2d-23aa-3ba271c9ae39-088e05b9 {
  place-self: center start;
}

#w-node-_57b3b9fd-8b55-ed05-089e-e2367d8108b9-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6cce215c-f0f0-1e39-64a1-55212594dc9f-088e05b9 {
  place-self: center end;
}

#w-node-_5a6ce0cc-9176-c217-f608-c75bf0ee6671-088e05b9 {
  place-self: center start;
}

#w-node-_5a6ce0cc-9176-c217-f608-c75bf0ee6672-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5a6ce0cc-9176-c217-f608-c75bf0ee6673-088e05b9 {
  place-self: center end;
}

#w-node-_2beb78e3-c66c-b0b8-eee1-83be1ecf706f-088e05b9 {
  place-self: center start;
}

#w-node-_2beb78e3-c66c-b0b8-eee1-83be1ecf7070-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2beb78e3-c66c-b0b8-eee1-83be1ecf7071-088e05b9 {
  place-self: center end;
}

#w-node-_0119c90e-a9e3-ea86-f5e1-407a01578e05-088e05b9 {
  place-self: center start;
}

#w-node-_0119c90e-a9e3-ea86-f5e1-407a01578e06-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0119c90e-a9e3-ea86-f5e1-407a01578e07-088e05b9 {
  place-self: center end;
}

#w-node-_271be3a6-c40c-75d7-2953-b1fd338110f6-088e05b9 {
  place-self: center start;
}

#w-node-_271be3a6-c40c-75d7-2953-b1fd338110f7-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_271be3a6-c40c-75d7-2953-b1fd338110f8-088e05b9 {
  place-self: center end;
}

#w-node-af608fc8-8043-09bd-93a0-2ec6c07e1e89-088e05b9 {
  place-self: center start;
}

#w-node-af608fc8-8043-09bd-93a0-2ec6c07e1e8a-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-af608fc8-8043-09bd-93a0-2ec6c07e1e8b-088e05b9 {
  place-self: center end;
}

#w-node-_17c92647-2852-2ed9-95d4-92e29ee69e5d-088e05b9 {
  place-self: center start;
}

#w-node-_17c92647-2852-2ed9-95d4-92e29ee69e5e-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17c92647-2852-2ed9-95d4-92e29ee69e5f-088e05b9 {
  place-self: center end;
}

#w-node-_52cf3f13-ed1d-c387-0eed-ef83308f7016-088e05b9 {
  place-self: center start;
}

#w-node-_52cf3f13-ed1d-c387-0eed-ef83308f7017-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_52cf3f13-ed1d-c387-0eed-ef83308f7018-088e05b9 {
  place-self: center end;
}

#w-node-_90a02274-0b82-b6d5-c808-dfed91c7533d-088e05b9 {
  place-self: center start;
}

#w-node-_90a02274-0b82-b6d5-c808-dfed91c7533e-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_90a02274-0b82-b6d5-c808-dfed91c7533f-088e05b9 {
  place-self: center end;
}

#w-node-_48e54755-8c88-53d3-022e-495dc07b187f-088e05b9 {
  place-self: center start;
}

#w-node-_48e54755-8c88-53d3-022e-495dc07b1880-088e05b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_48e54755-8c88-53d3-022e-495dc07b1881-088e05b9 {
  place-self: center end;
}


