:root {
  --divpharm-blue: #1d4292;
  --white: white;
  --dv-red: #c00;
  --dark-slate-blue: #034ea7;
  --dark-grey: #aaa;
  --dentist-o: #032d68;
  --fe7c21: #333;
  --medium-spring-green: #55df8e;
  --steel-blue: #2c81e5;
  --gainsboro: #dadada;
  --dim-grey: #696868;
  --dark-orange: #fe7c21;
  --dv-orange: #fb4128;
  --dentist-o-blue: #1173d8;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

a {
  font-family: Roboto;
  text-decoration: underline;
}

.footer {
  background-color: var(--divpharm-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-bottom: 60px;
  padding-left: 0;
  display: block;
}

.container {
  background-color: #0000;
  justify-content: center;
  width: 97%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.div {
  max-width: 95%;
  height: auto;
}

.link {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 38px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  text-decoration: none;
}

.link:hover {
  color: #fe7c21;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  width: auto;
  display: flex;
}

.services {
  background-color: #444343;
  height: 25vh;
  display: none;
}

.spacer {
  height: 5vh;
}

.spacer.divpharm {
  margin-bottom: 76px;
}

.image {
  flex: 1;
  display: block;
}

.form {
  background-color: #0000;
  margin-top: 0;
}

.divpharm--section {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 150vh;
  margin: 0 0%;
  padding-top: 0;
  display: flex;
}

.divpharm--section._1 {
  z-index: 6;
  display: flex;
  position: relative;
}

.dv--h1 {
  border: 1px none var(--white);
  color: #2c81e5;
  font-family: Roboto;
  font-size: 42px;
  display: block;
}

.dv--h1.white {
  color: var(--white);
  height: auto;
  padding-right: 37%;
  font-size: 4.5vh;
  line-height: 6vh;
}

.dv--h1.white._1 {
  padding-right: 37%;
  font-size: 6vh;
  line-height: 8vh;
}

.dv--h1.white._1.blue {
  color: var(--divpharm-blue);
  font-family: Montserrat, sans-serif;
}

.bg--hero {
  z-index: 10;
  background-color: var(--divpharm-blue);
  border-radius: 0 300px 300px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 90vh;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 7.5%;
  padding-right: 3%;
  display: flex;
  position: absolute;
}

.bg--hero.services {
  z-index: 2;
  background-color: #fff;
  padding-left: 2%;
}

.dv-textbody-1 {
  color: var(--divpharm-blue);
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vh;
  font-weight: 400;
  line-height: 4.5vh;
}

.dv-textbody-1:hover {
  color: #244895;
  font-weight: 400;
}

.dv-textbody-1.white {
  color: var(--white);
  width: 60%;
  margin-right: 0;
  font-family: Roboto;
  font-size: 2.5vh;
  line-height: 4.5vh;
}

.dv-textbody-1.white.man {
  color: var(--divpharm-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dv-textbody-1._1 {
  color: var(--divpharm-blue);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 2.5vh;
}

.dv-textbody-1._1._2 {
  line-height: 4.5vh;
}

.dv-textbody-1._1.h5 {
  color: var(--divpharm-blue);
  max-width: 60vh;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dv-textbody-1.hover, .dv-textbody-1.hover:hover {
  color: #1d4292;
}

.dv-textbody-1.dv-footer {
  color: var(--divpharm-blue);
  margin-left: 0;
  padding-right: 30%;
  font-size: 3.25vh;
  line-height: 5vh;
}

.dv-textbody-1.dv-footer._1 {
  padding-right: 0%;
}

.dv-textbody-1.dv-footer.f {
  margin-bottom: 20px;
}

.dv-textbody-1.dv-blog {
  width: 75%;
  font-size: 3vh;
  line-height: 5vh;
}

.bg--blue {
  background-color: #fff;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.container--text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 150px;
  display: flex;
}

.container--text._1 {
  margin: 50px 12% 50px 0;
}

.container--text._3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.container--text._4 {
  margin-left: 0;
  margin-right: 0%;
  padding-left: 15%;
  padding-right: 15%;
}

.container--text._0 {
  justify-content: flex-start;
  height: 80vh;
  margin-bottom: 0;
  margin-left: 0;
}

.dv--button {
  background-color: var(--dv-red);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  line-height: 3vh;
}

.dv--button:hover {
  background-color: var(--dark-slate-blue);
}

.dv--button.large {
  border-radius: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 2.5vh;
  line-height: 0;
  display: flex;
}

.dv--button.large:hover {
  background-color: var(--dark-slate-blue);
}

.dv--button.large._1 {
  background-color: var(--dv-red);
  height: 8vh;
  padding-top: 20px;
}

.dv--button.large._1:hover {
  background-color: var(--dark-grey);
}

.dv--button.large._1.roll:hover {
  background-color: var(--dentist-o);
}

.dv--button.large._1.small {
  text-transform: capitalize;
  height: 5vh;
  margin-top: 10px;
  margin-left: 0;
  padding: 5px 20px;
  display: flex;
}

.dv--button.large._1.small.outlined {
  border: 2px solid var(--divpharm-blue);
  color: var(--divpharm-blue);
  background-color: #fff;
}

.dv--button.large._1.small.outlined:hover {
  background-color: var(--divpharm-blue);
  color: var(--white);
}

.dv--button.large._1.small.gray {
  background-color: var(--fe7c21);
}

.dv--button.large._1.small.footer {
  margin-top: 10px;
  margin-bottom: 20px;
}

.dv--button.large._1.small.footer.w--current {
  margin-bottom: 20px;
}

.dv--button._1 {
  height: 8vh;
  padding-top: 18px;
  line-height: 3vh;
}

.dv--button.blue {
  background-color: var(--divpharm-blue);
}

.dv--button.blue.red-roll {
  border-radius: 60px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 7vh;
}

.dv--button.blue.red-roll:hover {
  background-color: var(--dv-red);
}

.dv--button.outline {
  background-color: var(--divpharm-blue);
  border: 2px solid #fff;
  margin: 5px;
}

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

.container--button._2 {
  justify-content: flex-start;
  margin-top: 30px;
}

.dv--spacer {
  width: auto;
  height: 5vh;
}

.dv--spacer._6 {
  height: 7vh;
}

.dv--h2 {
  color: #2c81e5;
  margin-top: 10px;
  font-family: Roboto;
  font-size: 3.75vh;
  font-weight: 400;
  line-height: 6vh;
}

.dv--h2.white {
  color: var(--white);
}

.dv--h2.white.h3 {
  color: #fff;
}

.dv--h2.white.h3.man {
  color: var(--divpharm-blue);
  font-family: Montserrat, sans-serif;
}

.dv--h2.white.h3.man.blog {
  border-style: none;
  margin-left: 12%;
  margin-right: 12%;
  padding: 10px 0% 10px 0;
  font-weight: 700;
}

.dv--h2.white.h3.man.blog._1 {
  color: #fff;
  border-style: none;
  font-size: 4vh;
}

.dv--h2.white.h3.man.blog._1.small {
  margin-bottom: 0;
  margin-left: 10%;
  font-size: 3vh;
  line-height: 1;
}

.dv--h2.white.h3.man.blog._1.small.blue {
  color: var(--divpharm-blue);
  margin-bottom: 0;
  margin-left: 0%;
}

.dv--h2.white.h3.man.blog._1.small.blue._2 {
  color: #fcfcfc;
}

.dv--h2.white.h3.man.blog._1._2 {
  color: #1d42b2;
  margin-left: 0%;
}

.dv--h2.white.h3.man.blog._1._2._12 {
  margin-left: 12%;
}

.dv--h2._2 {
  margin-right: 0;
  padding-right: 20%;
  font-size: 3.75vh;
  line-height: 6vh;
}

.dv--h2._2._3 {
  color: var(--divpharm-blue);
  align-items: flex-start;
  margin-top: 0;
  padding-right: 15%;
  line-height: 6vh;
  display: flex;
}

.dv--h2._2._3.edited {
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 3.25vh;
}

.dv--h2._2.green {
  color: var(--divpharm-blue);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 5vh;
  font-weight: 500;
  line-height: 8vh;
}

.dv--h2.dv--link {
  font-size: 3.75vh;
  line-height: 6vh;
}

.dv--h2.dv--link:hover {
  color: var(--medium-spring-green);
}

.dv--h2.dv--link.h3 {
  color: var(--divpharm-blue);
  font-family: Montserrat, sans-serif;
}

.dv--h2.h3 {
  color: var(--divpharm-blue);
  font-family: Montserrat, sans-serif;
  font-size: 5vh;
}

.container--logo {
  z-index: 3;
  width: auto;
  height: auto;
  margin-top: 50px;
  margin-left: 7.5%;
  position: absolute;
}

.container--logo.colour {
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-left: 150px;
  position: static;
}

.container--logo.colour._2 {
  margin-left: 0;
}

.dv-image-div {
  background-color: var(--dark-grey);
  border-radius: 0 300px 300px 0;
  width: 100%;
  height: 70vh;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 0%;
}

.dv-image-div.right {
  border-style: none;
  border-width: 15px 1px 5px 5px;
  border-color: #2c81e5 black #2c81e5 var(--steel-blue);
  background-image: url('../images/image1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 300px 0 0 300px;
  margin-top: 0;
}

.dv-image-div.right.warehouse {
  background-image: url('../images/warehouse-powder-area.webp');
}

.dv-image-div.right.warehouse._2._3 {
  border-radius: 0 300px 300px 0;
  width: 90%;
}

.dv-image-div.left {
  background-image: url('../images/bottlefilling.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px 0 0 300px;
}

.dv-image-div.packaging {
  background-image: url('../images/bottlefilling.webp');
  background-position: 0 0;
  background-size: cover;
}

.dv-heading-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 10vh;
  margin-left: 0%;
  padding-left: 300px;
  display: flex;
}

.dv-heading-div.left {
  width: 60%;
  margin-top: 0;
  margin-left: 20%;
  padding-left: 0%;
}

.dv-section--image-header {
  z-index: 4;
  clear: none;
  border-style: none;
  border-width: 15px 15px 15px 5px;
  border-color: var(--medium-spring-green);
  background-color: var(--dark-grey);
  background-image: url('../images/Mask-group-1.jpg');
  background-position: 50%;
  background-size: 150%;
  border-top-left-radius: 300px;
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 300px;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  margin-left: -60%;
  display: block;
  position: relative;
  right: -50%;
}

.dv-section--image-header._1 {
  border-bottom-width: 5px;
  border-left-style: none;
  border-left-width: 5px;
  border-right-style: none;
  border-right-width: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 300px;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  margin-top: 0;
  display: block;
  position: static;
}

.dv-section--image-header._1.quality {
  background-image: url('../images/factory-worker-.webp');
  background-position: 50% 90%;
  background-size: 150%;
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 0;
  width: 90%;
  margin-left: 0%;
}

.dv-section--image-header._1.quality.blog {
  background-color: #0000;
  background-image: none;
  border-bottom-style: none;
}

.dv-section--image-header.new-image {
  z-index: 1;
  background-image: url('../images/Horizontal-form-fill-seal-machine-flat-pouch-f11-enflex.jpeg');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dv-section--image-header.new-image.packaging {
  width: 80%;
  height: 70vh;
  margin-left: -31%;
}

.dv--grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  place-items: center stretch;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-right: 60px;
}

.dv--grid._1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  place-items: start;
  margin-top: 20vh;
  margin-right: 0%;
  padding-right: 0%;
}

.dv--grid._1.space {
  grid-template-columns: 1fr 1fr;
}

.div-block-102 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 75%;
  margin-bottom: 0;
  display: flex;
}

.div-block-103 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.div-block-103._1 {
  color: var(--divpharm-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-103._1._2 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-103._2 {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
}

.div-block-104 {
  align-items: center;
  margin-right: 7px;
  display: flex;
}

.image-112 {
  max-width: 80%;
}

.image-112._1 {
  max-width: 11px;
}

.image-112._1._2 {
  max-width: 11px;
  margin-top: 5px;
}

.div-block-105 {
  background-color: #0000;
  width: auto;
  height: auto;
}

.image-113 {
  width: auto;
  height: 50vh;
  margin-top: -84vh;
  display: none;
  position: relative;
  bottom: -29px;
  right: 1px;
}

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

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

.tab-link-tab-1 {
  background-color: #fff;
  border-top: 2px #2c81e5;
  border-bottom: 2px #2c81e5;
  border-right: 2px #2c81e5;
  border-radius: 60px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1:hover {
  background-color: var(--gainsboro);
}

.tab-link-tab-1.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--divpharm-blue);
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 60px;
  outline: 2px solid #1d4292;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.tab-pane-tab-1 {
  background-color: var(--white);
  height: auto;
}

.tab-link-tab-3 {
  outline-color: var(--divpharm-blue);
  outline-offset: 0px;
  background-color: #fff;
  border-top: 2px #2c81e5;
  border-bottom: 2px #2c81e5;
  border-right: 2px #2c81e5;
  border-radius: 60px;
  outline-width: 2px;
  outline-style: none;
}

.tab-link-tab-3:hover {
  background-color: var(--gainsboro);
  outline-color: var(--divpharm-blue);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: none;
}

.tab-link-tab-3.w--current {
  background-color: var(--white);
  outline-color: var(--divpharm-blue);
  outline-offset: 0px;
  border-bottom-style: none;
  outline-width: 2px;
  outline-style: solid;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2 {
  border-top: 2px none var(--steel-blue);
  outline-offset: 0px;
  background-color: #fff;
  border-bottom: 2px #2c81e5;
  border-right: 2px #2c81e5;
  border-radius: 60px;
  outline: 2px solid #fff;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2:hover {
  background-color: var(--gainsboro);
  outline-offset: 0px;
  color: #fff;
  outline: 2px #1d4292;
}

.tab-link-tab-2.w--current {
  outline-color: var(--divpharm-blue);
  outline-offset: 0px;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 60px;
  outline-width: 2px;
  outline-style: solid;
  margin-left: 10px;
}

.div-block-107, .div-block-107._1, .tab-pane-tab-2, .tab-pane-tab-3 {
  height: auto;
}

.grid-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.dv--html-embed {
  background-color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
}

.div-block-109 {
  background-color: var(--white);
  width: 1.5px;
  margin-right: 26px;
  padding-left: 0;
}

.text-block-12 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 3vh;
}

.sahpra {
  max-width: 80%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 100%;
}

.bold-text-5 {
  font-family: Montserrat, sans-serif;
}

.bold-text-5.blue {
  color: var(--divpharm-blue);
}

.tabs-menu-2 {
  width: 99.9999%;
}

.heading-dark-blue {
  color: var(--divpharm-blue);
  font-family: Montserrat, sans-serif;
  font-size: 5vh;
  line-height: 6.5vh;
}

.heading-dark-blue.small {
  color: var(--divpharm-blue);
  font-size: 2vh;
  line-height: 2vh;
}

.heading-dark-blue.small.white {
  color: var(--white);
}

.heading-dark-blue.small.white.blue {
  color: #1d42a0;
}

.heading-dark-blue.f {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vh;
}

.section-divpharm {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 5%;
}

.section-divpharm._1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.section-divpharm._2 {
  margin-top: 0;
  padding-top: 0;
}

.section-divpharm.form {
  padding-left: 12%;
  display: none;
}

.section-divpharm.no-padding {
  padding-left: 0%;
}

.section-divpharm.first {
  margin-top: -28.6vh;
}

.footer-2 {
  background-color: var(--divpharm-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2ch;
  padding-bottom: 2vh;
}

.div-block-123 {
  background-color: #00d1ff;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.link-block-5 {
  float: none;
  clear: none;
  margin-top: 0;
  margin-bottom: 25px;
  margin-right: 10px;
  padding-right: 0;
}

.image-15 {
  max-width: 23px;
  margin-top: 27px;
}

.image-15.behance {
  max-width: 100%;
}

.link-block-6 {
  margin-top: 0;
  margin-bottom: 25px;
  margin-right: 10px;
}

.link-block-7 {
  margin-bottom: 25px;
}

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

.h1-o {
  color: var(--dentist-o);
  text-align: left;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 50px;
}

.paragraph-4 {
  max-width: 470px;
  margin-bottom: 35px;
}

.button-4 {
  color: #fff;
  background-color: #ffb301;
  border-radius: 15px;
  flex: 0 auto;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  transition: all .2s;
}

.button-4:hover {
  background-color: #102b4e;
  transform: scale(1.02);
}

.button-4.large {
  cursor: pointer;
  background-color: #ffb301;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  display: inline-block;
}

.title {
  color: #102b4e;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 50px;
}

.button-5 {
  color: #fff;
  background-color: #253bab;
  border-radius: 15px;
  flex: 0 auto;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  transition: all .2s;
  box-shadow: 1px 1px 20px 12px #121c5233;
}

.button-5:hover {
  background-color: #102b4e;
  transform: scale(1.02);
  box-shadow: 1px 1px 55px 22px #121c5233;
}

.button-5.large {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  display: inline-block;
}

.h3 {
  color: #2c7dbd;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.h3.white {
  color: #fff;
}

.tabs-content-2 {
  max-width: 900vh;
}

.form-block-2 {
  width: 100%;
}

.text-field-8 {
  border: 2px solid var(--divpharm-blue);
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-8::placeholder {
  color: var(--divpharm-blue);
}

.text-field-9 {
  border: 2px solid var(--divpharm-blue);
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-9::placeholder {
  color: var(--divpharm-blue);
}

.text-field-10 {
  border: 2px solid var(--divpharm-blue);
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-10::placeholder {
  color: var(--divpharm-blue);
}

.text-field-11 {
  border: 2px solid var(--divpharm-blue);
  border-radius: 20px;
  min-width: 0;
  min-height: 20vh;
}

.text-field-11::placeholder {
  color: var(--divpharm-blue);
}

.success-message {
  background-color: var(--divpharm-blue);
  text-align: center;
  border-radius: 20px;
  height: 30vh;
}

.error-message {
  background-color: red;
  border-radius: 20px;
}

.contact-us-text-df {
  z-index: 0;
  padding-left: 15%;
  padding-right: 5%;
  position: static;
  top: 5vh;
}

.contact-us-form {
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  width: 100%;
  margin-top: 10vh;
}

.text-block-51 {
  background-color: var(--dentist-o);
  color: #fff;
  border-radius: 60px;
  padding: 0 30px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 9vh;
  text-decoration: none;
}

.text-block-51:hover {
  background-color: var(--dentist-o);
}

.text-block-51.red-roll {
  background-color: var(--dark-grey);
  display: inline-block;
}

.text-block-51.red-roll:hover {
  background-color: var(--dv-red);
}

.text-block-51.red-roll.mobile {
  display: none;
}

.services_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.p-m-wrap {
  color: #002a47;
  background-color: #c00;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.header {
  color: #042f6a;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1;
}

.header.white {
  color: #f8f8f8;
  margin-bottom: 5vh;
  line-height: 1;
}

.scroll-parent {
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.trustees-lb {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: auto;
  height: 9vh;
  margin: 10px;
  padding-left: 0;
  display: flex;
}

.trustees-lb.b {
  width: auto;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.preloader-icon {
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 10%;
  display: flex;
}

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

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.preloader {
  z-index: 9999;
  background-color: #ebecef;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.body-3 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
}

.body-3.gray {
  color: #002a47;
  background-color: #f0f2f3;
  font-family: Poppins, sans-serif;
}

.image-123 {
  min-width: 100%;
  display: block;
}

.glimpse-nav-link {
  color: #001523;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.glimpse-nav-link:hover {
  color: #2d7dbb;
}

.glimpse-nav-link.w--current {
  color: #2c7dbd;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.price-feature-wrap {
  margin-bottom: 30px;
}

.price-feature-row {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.bold-text-9 {
  color: #000;
  font-weight: 500;
}

.bold-text-9.white {
  color: #fcfcfc;
  text-align: center;
  margin-bottom: 5vh;
  font-size: 4vh;
  line-height: 1;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-box-row.monthly-row {
  flex-wrap: wrap;
  justify-content: center;
}

.pop-up-wrapper {
  z-index: 100;
  background-color: #00000078;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 44px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up {
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 80vh;
  padding: 45px;
  display: flex;
  box-shadow: 0 0 20px -3px #000;
}

.bold-text-10 {
  font-size: 2.5vh;
  line-height: 3.25vh;
}

.div-block-127 {
  height: 40vh;
}

.div-block-128, .div-block-129 {
  height: 25vh;
}

.div-block-130 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
}

.div-block-131 {
  background-color: var(--dark-grey);
  border-radius: 20px;
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
}

.div-block-132 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.divpharm-lead-form {
  width: 100%;
  margin-left: 0;
}

.dp1-lead-form {
  background-color: #0000;
}

.dp1-question-container {
  width: 100%;
}

.dp1-tabs-menu {
  display: none;
}

.dp1-tabs-content {
  height: 100px;
}

.dp1-question {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.dp1-question-box {
  flex: 1;
}

.column-14 {
  padding-left: 0;
}

.grid-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.select-field-2 {
  border: 2px solid var(--divpharm-blue);
  color: var(--divpharm-blue);
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-14 {
  border: 2px solid var(--divpharm-blue);
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-14::placeholder {
  color: var(--divpharm-blue);
}

.div-block-134 {
  height: 15vh;
}

.div-block-135 {
  position: sticky;
  top: 0;
}

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

.contact-us-pic {
  background-image: url('../images/pexels-jopwell-2422288.webp');
  background-position: 50%;
  background-size: cover;
  border: 3px solid #2c7dbd;
  border-radius: 60px;
  height: 90vh;
}

.brands-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.wtf-pic {
  background-image: url('../images/accurate.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12vh;
  height: 13vh;
}

.wtf-pic._2 {
  background-image: url('../images/time.jpg');
  background-position: 50%;
  background-size: cover;
  width: 15vh;
}

.wtf-pic._3 {
  background-image: url('../images/smile.jpg');
  background-position: 50%;
  background-size: cover;
}

.wtf-pic._4 {
  background-image: url('../images/target.jpg');
  background-position: 50%;
  background-size: cover;
}

.amn-h1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.amn-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.amn-text.blue {
  color: #044389;
}

.amn-text.blue._2 {
  text-align: center;
  padding-right: 0;
}

.amn-text._4 {
  color: #044389;
  text-align: center;
}

.amn-text._2 {
  color: #000;
  padding-right: 100px;
  font-size: 2.5rem;
  font-weight: 800;
}

.amn-h2 {
  color: #080808;
  padding-right: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.contaciner-wrapper {
  background-color: #fff;
  border: 1px #044389;
  border-radius: 10px;
  padding: 15px;
}

.field-label-9 {
  color: #fff;
}

.point-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 30vh;
  max-height: 30vh;
  margin: 15px;
  padding: 25px;
  display: flex;
  box-shadow: 1px 1px 8px #6cb5f3;
}

.plans {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lets-get-connected {
  background-color: #044389;
  background-image: linear-gradient(266deg, #73bdfa, #0b4b91 71%);
  border-radius: 10px;
  height: auto;
  padding: 60px;
}

.bagdes {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding: 30px;
  display: flex;
  box-shadow: 1px 1px 8px #414141;
}

.blog-picture {
  background-image: url('../images/bitcoin.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 90%;
  height: 30vh;
}

.blog-picture._2 {
  background-image: url('../images/calculator-with-documents.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-picture._3 {
  background-image: url('../images/barber-shop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post-2 {
  border: 1px solid #044389;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 1px 1px 8px #000;
}

.blog-post-2:hover {
  background-color: #899fb93b;
}

.antonio-pic {
  outline-offset: 0px;
  background-image: url('../images/antonio-2.png');
  background-position: 50% 22%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #044389;
  border-radius: 10px;
  outline: 3px #044389;
  height: 50vh;
}

.maroon-dash-2 {
  background-color: #044389;
  width: 80%;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.price-h3-2 {
  color: #044389;
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 2rem;
  line-height: 1;
}

.price-h3-2.white {
  color: #fff;
}

.contact-us-picture {
  background-image: url('../images/woman-smiling-at-phone.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30vh;
}

.amn-h3-2 {
  color: #000;
}

.price-billing-interval-2 {
  color: #73bdfa;
  letter-spacing: .05em;
  margin-bottom: 20px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 22px;
}

.price-billing-interval-2.white {
  color: #fff;
}

.amn-h4-2 {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.contact-us-4 {
  background-color: #044389;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-138 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  display: flex;
}

.container-13 {
  width: auto;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.price-box-2 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #81838c80;
  border-top: 8px solid #7e0316;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  width: 31%;
  min-height: 412px;
  margin: 5px;
  padding: 3%;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
}

.price-box-2:hover {
  background-color: #fff;
  box-shadow: 1px 1px 12px #696969;
}

.price-box-2._3 {
  background-color: #fff;
  border-top-color: #3669a1;
}

.price-box-2._1 {
  background-color: #fff;
  border-top-color: #ccd9e7;
}

.price-box-2.four {
  background-color: #044389;
  border-top-color: #899fb9;
}

.price-box-2._2 {
  background-color: #fff;
  border-top-color: #688eb8;
}

.price-2 {
  color: #044389;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.price-2.white {
  color: #fff;
}

.lgc, .why-amn, .antonio {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-10 {
  color: #0b4b91;
}

.price-persona-2 {
  color: #73bdfa;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.price-persona-2.gray {
  color: #eee;
}

.amn-explaner-paragraph {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.blog {
  border: 1px solid #044389;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-29 {
  height: auto;
}

.text-field-16 {
  border-radius: 10px;
}

.feature-text-2 {
  color: #73bdfa;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.1rem;
}

.feature-text-2.white {
  color: #fff;
}

.button-7 {
  background-color: var(--dv-red);
  text-align: center;
  border-radius: 10px;
  margin-top: 12px;
}

.button-7.light-blue {
  background-color: #899fb9;
  margin-left: 20px;
}

.button-7.light-blue._2 {
  color: #fff;
  margin-left: 0;
}

.button-7.light-blue._2:hover {
  color: #fff;
  background-color: #044389;
}

.button-7.light-blue._1 {
  margin-left: 0;
}

.brands-2 {
  filter: grayscale();
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 30%;
  height: 10vh;
  margin-left: 10px;
  margin-right: 10px;
}

.brands-2.d {
  background-image: url('../images/62f10d5063e2203b9e4ec7a6_images-removebg-preview-1.png');
  background-position: 50%;
  background-size: contain;
}

.brands-2.four {
  filter: invert();
  background-image: url('../images/Screenshot_2022-08-29_085022-removebg-preview.png');
  background-position: 50%;
  background-size: contain;
}

.brands-2.c {
  background-image: url('../images/62f10d509c0310531fa44a1f_images-removebg-preview-2.png');
  background-position: 50%;
  background-size: contain;
}

.brands-2.a {
  background-image: url('../images/092e3ddf-3dca-4e3c-85f8-19da6d650cd0.jpg');
  background-position: 50%;
  background-size: contain;
}

.brands-2.three {
  background-image: url('../images/62ed24e5089777dcdc430a49_62c5f12183395f4637d0327e_Glimpse.logo.jpg-p-500-p-500.png');
  background-position: 50%;
  background-size: contain;
}

.brands-2.six {
  background-image: url('../images/62ff64a67c1a42dc83259333_logo.png');
  background-position: 50%;
  background-size: cover;
}

.brands-2.one {
  background-image: url('../images/62ff646f2d83a04fe34c56eb_gilcraft_logo_300dpi_PNG.png');
  background-position: 50%;
  background-size: contain;
}

.brands-2.sevven {
  background-image: url('../images/62ff6420e561b54c2c786fd4_Untitled_design-removebg-preview-2.png');
  background-position: 50%;
  background-size: cover;
}

.brands-2.b {
  background-image: url('../images/62f10d5067ac3258056763fa_images-removebg-preview.png');
  background-position: 50%;
  background-size: contain;
}

.brands-2.f {
  background-image: url('../images/sage-business-cloud.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.brands-2.five {
  background-image: url('../images/62ff6420d858276d733d0cb5_2021-01-17-removebg-preview-2.png');
  background-position: 50%;
  background-size: contain;
}

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

.error-message-2 {
  background-color: red;
  border-radius: 10px;
}

.text-block-56 {
  color: #fff;
}

.grid-38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  width: 76.0012%;
  margin-left: 12%;
  margin-right: 12%;
}

.section-11 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 31px;
  display: none;
}

.div-block-140 {
  background-image: url('../images/pexels-pixabay-356040-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  align-items: flex-end;
  height: 60vh;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-140.services {
  height: 30vh;
}

.div-block-140._2 {
  background-image: url('../images/pexels-pixabay-208512.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-140._3 {
  background-image: url('../images/pexels-pixabay-159211.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-141 {
  background-color: var(--divpharm-blue);
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  min-height: 0;
  max-height: none;
  padding: 10px 20px 10vh;
  transition: all 1s;
  display: flex;
}

.div-block-141:hover {
  background-color: var(--fe7c21);
  align-items: flex-start;
  height: 250px;
  padding-left: 20px;
}

.section-12 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10vh;
  padding-left: 12%;
  padding-right: 12%;
}

.sevices-dblock {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-13 {
  margin-top: 60px;
  margin-left: 0%;
}

.grid-39, .grid-40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dv-spacer {
  height: 10vh;
}

.text-block-57 {
  color: #1d4292;
  margin-left: 12%;
  margin-right: 12%;
  font-family: Montserrat, sans-serif;
}

.heading-38 {
  color: #f7f7f7;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.heading-38.blue {
  color: var(--dentist-o);
}

.text-block-58 {
  color: #e2e2e2;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
}

.text-block-59 {
  color: #fffdfd;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.image-127 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  min-width: 0%;
  max-width: none;
  height: 35vh;
  min-height: 0;
  max-height: none;
}

.collection-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-60 {
  color: #fff;
  text-decoration: none;
}

.icon-10 {
  filter: invert();
}

.text-block-61 {
  color: #fff;
  text-decoration: none;
}

.section-14 {
  height: 100vh;
  margin-top: 15vh;
  padding-bottom: 5%;
  padding-left: 12%;
  padding-right: 12%;
}

.div-block-142 {
  border: 2px solid var(--dentist-o);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  margin-top: 20px;
  margin-bottom: 21px;
  margin-left: 0;
  display: flex;
}

.image-128 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.image-129 {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
  height: 30vh;
}

.div-block-144 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.divpharm-footer {
  background-color: var(--divpharm-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10vh 12% 10px;
  display: flex;
}

.grid-41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-145 {
  flex-direction: column;
  align-items: flex-start;
  height: 40vh;
  display: flex;
}

.link-12 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.container-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.navbar-17 {
  background-color: #fff;
}

.nav-link-12 {
  color: var(--divpharm-blue);
  font-weight: 500;
}

.nav-link-12.w--current {
  border: 1px #000;
}

.image-130 {
  max-width: none;
  height: auto;
  max-height: none;
}

.section-15 {
  height: 100vh;
  margin-top: auto;
  padding-left: 12%;
  padding-right: 12%;
}

.grid-42 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid var(--divpharm-blue);
  border-radius: 20px;
  grid-template-rows: auto;
}

.div-block-146 {
  background-color: var(--divpharm-blue);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.collection-item-2 {
  left: auto;
}

.div-block-147 {
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  display: flex;
}

.image-131 {
  height: 15vh;
}

.white-text {
  color: var(--white);
}

.text-block-62 {
  margin-top: 15px;
  margin-bottom: 5vh;
  padding-left: 7.5%;
  font-family: Roboto;
}

.text-block-62.nav-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  padding-left: 12%;
}

.link-13 {
  color: var(--divpharm-blue);
  padding-left: 0;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.link-13:hover {
  color: var(--dv-red);
}

.link-14 {
  font-weight: 400;
}

.link-14.w--current {
  color: var(--divpharm-blue);
  font-weight: 700;
  text-decoration: none;
}

.link-15 {
  font-weight: 400;
}

.link-15.w--current {
  color: var(--divpharm-blue);
  font-weight: 500;
  text-decoration: none;
}

.div-block-148 {
  align-items: center;
  display: flex;
}

.section-16 {
  margin-top: 33px;
  margin-left: 12%;
  margin-right: 12%;
}

.collection-list {
  width: auto;
}

.image-132 {
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  width: auto;
  max-width: none;
  height: 80vh;
}

.logo-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  display: flex;
}

.qualities-wrapper {
  background-color: #fff0;
  border: 1px #014470;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 15px;
  display: flex;
}

.qualities-wrapper:hover {
  background-color: #fff0;
  border-radius: 0;
}

.container-16 {
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.nav-menu-14 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dm-service-wrapper {
  background-color: #fff0;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 25px;
  display: flex;
}

.columns-8 {
  width: auto;
  margin-top: 10vh;
  margin-left: 0;
  margin-right: 0;
}

.columns-8.mid {
  margin-top: 5vh;
}

.seo-audit {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.youtube-wrapper {
  align-items: center;
  height: 50vh;
  display: flex;
}

.hero-text-wrapper-lite {
  text-align: left;
}

.features__feature-col {
  color: #002a47;
  border-bottom: 1px #dbdbdb;
  padding: 30px 10px;
  font-size: 14px;
  font-weight: 500;
}

.business-grow {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.quallty-pic-wrapper {
  background-color: #0000;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12vh;
  height: 12vh;
  padding: 10px;
  display: flex;
}

.quallty-pic-wrapper.dark-gray {
  width: 12vh;
  height: 12vh;
  margin-bottom: 20px;
}

.features__grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.features__grid._2 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1.5fr 1fr;
}

.faq-background-2 {
  background-color: #fff0;
  border-radius: 30px;
  transition: all .6s;
}

.faq-background-2._2 {
  margin-top: 100px;
}

.footer-wrapper {
  background-color: #002a47;
  border-radius: 60px;
  padding: 40px 40px 20px;
}

.section-19 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
}

.section-20 {
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.fa-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.results-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  padding-left: 20px;
  display: block;
}

.glimpse-button-2 {
  color: #fff;
  background-color: #014470;
  background-image: radial-gradient(circle at 0%, #0097ff, #014470);
  border-radius: 30px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: 0 1px 10px -4px #000;
}

.glimpse-button-2:hover {
  background-color: #014470;
  background-image: radial-gradient(circle, #0097ff, #014470);
}

.glimpse-button-2.blue {
  background-image: none;
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  transition: background-color .6s;
}

.glimpse-button-2.blue.big.lgtblue {
  color: #fff;
  background-color: #2c7dbd;
  font-size: .9rem;
  font-weight: 600;
}

.glimpse-button-2.blue {
  background-image: none;
  transition: background-color .6s;
}

.glimpse-button-2.blue {
  background-image: none;
  font-family: Poppins, sans-serif;
  transition: background-color .6s;
}

.glimpse-button-2.blue:hover {
  background-color: #032d68;
  background-image: none;
}

.glimpse-button-2.blue.big {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 15vh;
  display: flex;
}

.columns-9 {
  margin-top: 40px;
}

.section-3 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.glimpse-blog-pic-wrapper {
  background-image: url('../images/website-traffic.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.glimpse-blog-pic-wrapper.featured {
  background-image: url('../images/timer.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.glimpse-blog-pic-wrapper._1 {
  background-image: url('../images/Website-layout-doodles..webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
}

.glimpse-blog-pic-wrapper._3 {
  background-image: url('../images/white-board-text.webp');
  background-position: 0%;
}

.glimpse-blog-pic-wrapper._4 {
  background-image: url('../images/Google-Browser-on-Laptop.webp');
}

.glimpse-blog-pic-wrapper._5 {
  background-image: url('../images/Hand-Holding-Shopping-Bags.webp');
}

.glimpse-blog-pic-wrapper._6 {
  background-image: url('../images/Google-Search-Engine-on-Screen.webp');
}

.glimpse-blog-pic-wrapper._7 {
  background-image: url('../images/Green-Leaves-and-Organic-Word.webp');
}

.glimpse-blog-pic-wrapper._8 {
  background-image: url('../images/Top-view-Photo-of-Restaurant.webp');
}

.glimpse-blog-pic-wrapper._9 {
  background-image: url('../images/person-planning.webp');
}

.glimpse-blog-pic-wrapper._10 {
  background-image: url('../images/website-coding.webp');
}

.glimpse-blog-pic-wrapper._11 {
  background-image: url('../images/Close-up-Photography-of-Woman-Sitting-Beside-Table-1.webp');
}

.glimpse-blog-pic-wrapper._12 {
  background-image: url('../images/Facebook-Application-Icon.webp');
}

.glimpse-blog-pic-wrapper._13 {
  background-image: url('../images/Facebook-page-of-an-entrepreneurs-social-medi.webp');
}

.glimpse-blog-pic-wrapper._14 {
  background-image: url('../images/Three-White-and-black-Scrabble-Tiles-on-Brown-Wooden-Surface.webp');
}

.glimpse-blog-pic-wrapper._14.small-blog, .glimpse-blog-pic-wrapper.small-blog, .glimpse-blog-pic-wrapper.small-blog {
  border-radius: 10px;
  width: 60%;
  min-width: 0%;
  height: 50px;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 0;
}

.glimpse-blog-pic-wrapper._15 {
  background-image: url('../images/Toothbrush-with-tooth-paste.webp');
}

.glimpse-blog-pic-wrapper._17 {
  background-image: url('../images/pexels-cottonbro-6502306.jpg');
}

.glimpse-blog-pic-wrapper._16 {
  background-image: url('../images/Dentist-oparating.webp');
}

.business-man-wrapper {
  height: auto;
}

.fi-pic-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  display: flex;
}

.seo-section {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.package {
  background-color: #1e1e1e;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.package.local-seo {
  background-color: #1e1e1e00;
  background-image: none;
}

.faq-questions-2 {
  color: #1d4292;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}

.faqs {
  background-color: #fafafa00;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.faq-question-2 {
  color: #002a47;
  background-color: #fff0;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.faq-question-2:hover {
  background-color: #fff0;
}

.faq-question-2:active {
  background-color: #fff;
}

.hero-text-column-wrapper {
  height: auto;
}

.testimonial-2 {
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 35vh;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.footer-header-text {
  color: #fff;
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-header-text.w--current {
  text-decoration: none;
}

.footer-header-text.link {
  color: #e5ebf0;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-header-text.link:hover {
  text-decoration: underline;
}

.footer-header-text.link.w--current {
  color: #2c7dbd;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 700;
}

.footer-header-text.link {
  color: #e5ebf0;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-header-text.link.blog {
  color: #fff;
  border-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: .7rem;
  line-height: 14px;
}

.seo-analysis {
  border-radius: 30px;
  padding-right: 60px;
}

.partner-and-trusted {
  background-color: #fff;
  border-radius: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10vh;
  padding: 20px 40px;
  display: flex;
}

.faq-wrap-2 {
  grid-column-gap: 9px;
  grid-row-gap: 18px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  margin-top: 10vh;
  display: grid;
}

.hero-section-g {
  background-color: #fff0;
  background-image: url('../images/Doted-Texture.png');
  background-position: 50% 100%;
  background-size: auto;
  border-radius: 60px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-top: 12vh;
  padding-top: 25px;
  padding-bottom: 20px;
  display: block;
}

.columns-11 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  display: flex;
}

.faq-item-2 {
  background-color: #0000;
  border: 1px #212121;
  border-radius: 30px;
}

.container-17 {
  width: auto;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-17.mid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.glimpse-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #014470, #00d2ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.logo-2 {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: 9%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.logo-2:hover {
  filter: none;
}

.navbar-18 {
  z-index: 9000;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f0f2f35c;
  border: 4px #ebecef;
  border-radius: 60px;
  width: 97%;
  min-height: 3rem;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .6s ease-in-out;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
  box-shadow: 2px 0 5px -3px #0003;
}

.navbar-18:hover {
  background-color: #fff;
}

.h2 {
  color: #002a47;
  text-align: left;
  white-space: pre-wrap;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.h2.white {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.h2.white.blog-header {
  width: 60vw;
  line-height: 1.2;
}

.h2._40-vw {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  font-size: 2.6rem;
  display: block;
}

.h2._40-vw.white {
  width: auto;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.1;
}

.h2.space {
  margin-top: 60px;
}

.h2.pp {
  color: #2c7dbd;
  font-size: 1.8rem;
}

.hero-text-3 {
  color: #002a47;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.hero-text-3.small {
  color: #014470;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.hero-text-3.small.gray {
  color: #868383;
  margin-top: 10px;
}

.copywrite-text {
  color: #002a47;
  text-align: center;
  margin-top: 2vh;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.trusted-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 10ch;
  margin-top: 2vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-wrapper-2 {
  background-color: #fff0;
  border: 1px solid #e7eef2;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 10px;
  display: block;
}

.blog-wrapper-2:hover {
  background-color: #1e1e1e00;
  border-style: none;
  display: block;
}

.logo-image {
  max-height: 100%;
}

.footer-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.faq-answer-inner-2 {
  background-color: #fff0;
  border-radius: 60px;
  margin-top: 10px;
  padding: 20px;
  overflow: visible;
}

.seo-case-study {
  background-color: #f5f5f500;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 140px;
  display: block;
}

.form-block-4 {
  margin-bottom: 0;
}

.process-section {
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.brand-14 {
  color: #fff;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.service-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-height: 0;
  max-height: 60px;
  display: flex;
}

.service-icon-wrapper.big {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.section-28 {
  background-color: #f5f5f5;
  background-image: linear-gradient(#f5f5f5, #fff 77%);
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-28.blog {
  background-color: #0000;
  background-image: none;
  border-style: none;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.wis-2 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90vw;
  height: auto;
  margin-top: 10vh;
  padding: 60px 40px;
  display: flex;
  box-shadow: 0 1px 10px -4px #000;
}

.wis-2.blog {
  box-shadow: none;
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/Facebook-Application-Icon.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-style: none;
  width: 100%;
  height: auto;
  margin-top: 5vh;
  padding-top: 40px;
  padding-bottom: 20px;
}

.wis-2.blog._1 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/white-board-text.webp');
  border-style: none;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wis-2.blog._3 {
  background-image: linear-gradient(80deg, #000 24%, #fff0), url('../images/Three-White-and-black-Scrabble-Tiles-on-Brown-Wooden-Surface.webp');
}

.wis-2.blog._4 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/Google-Browser-on-Laptop.webp');
}

.wis-2.blog._5 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/website-traffic.webp');
}

.wis-2.blog._6 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/Hand-Holding-Shopping-Bags.webp');
}

.wis-2.blog._7 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/Google-Search-Engine-on-Screen.webp');
  background-position: 0 0, 100% 100%;
}

.wis-2.blog._8 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/Green-Leaves-and-Organic-Word.webp');
}

.wis-2.blog._9 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/Top-view-Photo-of-Restaurant.webp');
}

.wis-2.blog._10 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/person-planning.webp');
  background-position: 0 0, 50% 0;
}

.wis-2.blog._11 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/website-coding.webp');
}

.wis-2.blog._12 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/Close-up-Photography-of-Woman-Sitting-Beside-Table-1.webp');
}

.wis-2.blog._13 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/Facebook-page-of-an-entrepreneurs-social-medi.webp');
}

.wis-2.blog._14 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/Website-layout-doodles..webp');
  background-size: auto, cover;
}

.wis-2._2 {
  background-image: linear-gradient(80deg, #000 10%, #fff0), url('../images/timer.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 60px;
}

.date {
  color: #2c7dbd;
  background-color: #eef0f3;
  border-radius: 30px;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 5px 15px;
  font-size: 10px;
  display: flex;
}

.blog-text-wrapper {
  background-color: #1e1e1e00;
  border-radius: 0 0 30px 30px;
  padding: 20px 0 0;
  transition: all .6s;
}

.blog-text-wrapper:hover {
  background-color: #fff0;
}

.featured-wrapper {
  color: #fff;
  background-color: #00d2ff;
  border-radius: 30px;
  padding: 5px 15px;
  display: inline-block;
  position: static;
  box-shadow: 0 1px 10px #000;
}

.blog-text-container {
  height: auto;
}

.blog-content-wrapper {
  background-color: #fff;
  border-radius: 60px;
  width: auto;
  height: auto;
  margin-top: 10vh;
  padding: 20px 20px 60px;
}

.related-topics-wrapper {
  background-color: #002a4700;
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 10px;
  position: sticky;
  top: auto;
}

.contact-us-hero {
  background-color: #0000;
  border-radius: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-us-wrapper-3 {
  background-color: #fff;
  border-radius: 60px;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px;
}

.success-message-4 {
  color: #fff;
  background-color: #014f7b;
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 10px -4px #000;
}

.bread-crump-text {
  color: #002a47;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.bread-crump-text.l {
  font-weight: 500;
}

.seperator {
  z-index: 0;
  background-color: #e7e9ec;
  border-radius: 30px;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.history-item-line {
  z-index: 1;
  background-color: #e7e9ec;
  border-bottom: 3px #000;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.history-item-line.history-item-line-right {
  background-color: #e0e2e5;
  left: 0;
  right: auto;
}

.history-item {
  color: #000;
  background-color: #fff;
  border: 3px solid #dbdde0;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  padding: 30px;
  transition: all .6s;
  display: flex;
}

.history-item-wrapper {
  width: 50%;
  padding-right: 100px;
  position: relative;
}

.history-item-wrapper.history-item-wrapper-right {
  align-self: flex-end;
  padding-left: 100px;
  padding-right: 0;
}

.history-item-bullet {
  z-index: 10;
  background-color: #eef0f3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
}

.history-item-bullet.history-item-bullet-right {
  left: -15px;
  right: auto;
}

.history {
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.pricing-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.right-plan-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: block;
}

.html-embed-4 {
  border-radius: 30px;
}

.trust-pilot {
  padding-top: 20px;
  padding-bottom: 20px;
}

.features__feature-value-col-2 {
  color: #2c7dbd;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eef0f3;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.features__feature-value-col-2.tl {
  border-top-left-radius: 30px;
}

.features__feature-value-col-2.tl._2 {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.features__feature-value-col-2.dl {
  border-bottom-left-radius: 30px;
}

.features__feature-value-col-2.dl._2 {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.blog-section-g {
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.seo-services-hero {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.local-seo-wrapper {
  background-color: #fff;
  border-radius: 60px;
  width: 100%;
  margin-top: 80px;
  padding: 60px 20px;
}

.small-blog-wrapper {
  color: #002a47;
  background-color: #2c7dbd;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 5px 8px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.small-blog-wrapper:hover {
  background-color: var(--dim-grey);
  color: #1e1e1e;
}

.icon-12 {
  display: none;
}

.dropdown-list-2 {
  border-radius: 20px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px;
  box-shadow: 0 1px 5px -4px #000;
}

.drop-down-text {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.drop-down-text:hover {
  color: #014470;
  background-color: #f5f5f5;
  border-left: 1px #000;
  border-radius: 30px;
}

.drop-down-text.w--current {
  color: var(--dentist-o);
}

.addittional-seo-services {
  background-color: #fff0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.addition-seo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.columns-13 {
  margin-top: 5vh;
}

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

.columns-15 {
  margin-top: 20px;
}

.seo-specialist-wrapper {
  background-color: #0000;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.ecom-platform {
  background-color: #eef0f3;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: block;
}

.columns-16 {
  margin-top: 40px;
}

.google-ads-wrapper {
  background-color: #fff;
  border-radius: 60px;
  padding: 40px 20px;
  box-shadow: 0 2px 5px #0003;
}

.seo-wrapper {
  padding: 40px 20px;
}

.button-cta {
  text-align: left;
  background-color: #2c7dbd;
  border-radius: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 2px 16px #2c7dbd;
}

.p {
  color: #002a47;
  text-align: left;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
}

.p.small {
  font-size: 1rem;
  line-height: 1.4;
}

.p.white {
  color: #fff;
}

.span {
  color: #2c7dbd;
}

.span.white {
  color: #fff;
}

.hero-form {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-field-hero {
  border-radius: 60px;
  width: 300px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field-hero:hover {
  box-shadow: 0 2px 5px #0003;
}

.small-txt {
  color: #002a47;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.small-txt.b {
  color: #002a47;
  font-size: 14px;
}

.small-txt.l {
  text-align: left;
}

.invest-section {
  background-color: #2c2c2cd6;
  border-radius: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.invert-in-seo-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 10px;
}

.team-image {
  border-radius: 60px;
  width: 100px;
  height: 80px;
}

.team-image.campbell {
  background-image: url('../images/1574068383882_11574068383882.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.team-image.malcom {
  background-color: #2b2b2b;
  background-image: url('../images/1630942960741_11630942960741.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 60px;
  width: 120px;
  height: 120px;
}

.columns-18 {
  margin-top: 20px;
}

.p-2 {
  color: #005d71;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.p-2.white {
  color: #fff;
}

.team {
  background-color: #fff;
  border-radius: 60px;
  margin-top: 100px;
  padding: 40px;
  display: none;
}

.team-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin: 10px;
  padding: 10px 20px;
  display: flex;
}

.teams-text-wtapper {
  margin-left: 20px;
}

.our-company {
  padding-top: 100px;
  padding-bottom: 100px;
}

.seo-service-wrapper {
  border: 1px solid #2c7dbd;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  display: flex;
}

.seo-service-wrapper._2 {
  min-height: 400px;
}

.image-51 {
  max-width: 30%;
}

.seo-services {
  background-color: #fff;
  border-radius: 60px;
  margin-top: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.noc-wrap-1-5 {
  margin-top: 5em;
}

.noc-wrap-3 {
  display: flex;
}

.noc-text-7 {
  color: #002a47;
  text-align: left;
  margin-top: 20px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4em;
}

.noc-text-7.blue {
  color: #2c7dbd;
  font-weight: 600;
}

.noc-text-7.blue.w {
  color: #002a47;
  margin-bottom: 20px;
}

.noc-wrap-1-3 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 3em 1em 2em 20px;
  display: flex;
}

.noc-text-9 {
  color: #2c7dbd;
  text-align: left;
  padding-left: 2em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.superscript {
  font-size: 10px;
}

.noc-section-1 {
  padding: 5em 0;
  font-size: 1vw;
}

.noc-wrap-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-bottom: 7em;
  display: flex;
}

.pricing {
  padding-top: 60px;
  padding-bottom: 60px;
}

.noc-wrap-10 {
  background-color: #fff;
  border: 3px solid #2c7dbd;
  border-radius: 60px;
  display: flex;
}

.noc-wrap-2-1 {
  justify-content: flex-end;
  display: flex;
}

.noc-wrap-2-1.se {
  border: 1px solid #000;
  display: none;
}

.noc-wrap-1-7 {
  background-color: #fff;
  border: 3px solid #2c7dbd;
  border-radius: 60px;
  display: flex;
}

.noc-text-1 {
  color: #2c7dbd;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3em;
}

.noc-heading-3 {
  color: #2c7dbd;
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
}

.noc-wrap-1-2 {
  border-bottom: 1px solid #ceddff;
  padding: 2em 3em;
}

.noc-wrap-1-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.noc-text-5 {
  color: #2c7dbd;
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
}

.noc-text-10 {
  color: #fff;
  text-transform: uppercase;
  background-color: #2c7dbd;
  border-top: 1.5px solid #ceddff;
  border-left: 1.5px solid #ceddff;
  border-right: 1.5px solid #ceddff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: 23.2em;
  padding: 1em 1.5em 1em 1.4em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.noc-text-10.web-design {
  margin-right: 45.3em;
}

.noc-wrap1-8 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-right: 1px solid #ceddff;
  flex-direction: column;
  flex: 1;
  padding: 4em 1.5em 2em;
  display: flex;
}

.noc-wrap1-8.du {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  padding-bottom: 4em;
}

.noc-wrap1-8.di {
  border-right-color: #0000;
}

.noc-wrap-1-1 {
  border-right: 1px solid #ceddff;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.noc-wrap-1-1.di {
  border-right-color: #0000;
}

.noc-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.noc-text-8 {
  color: #002a47;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.noc-wrap-1-9 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.noc-wrap-5 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.quality {
  color: #fff;
  background-color: #fff;
  border-radius: 60px;
  margin-top: 10vh;
  padding: 40px 10px 60px;
}

.client-logo-wrapper {
  background-color: #fff0;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-154 {
  border-left: 4px solid #2c7dbd;
  padding-left: 0%;
  display: flex;
}

.slide-nav-4 {
  display: none;
}

.div-block-155 {
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
  display: flex;
}

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

.client {
  color: #fff;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 0%;
  font-size: 3vh;
  line-height: 4vh;
  display: flex;
}

.client.companyname {
  font-size: 2vh;
  line-height: 2vh;
}

.right-arrow-4 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 8%;
  display: flex;
}

.slide-5 {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.left-arrow-4 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 8%;
  display: flex;
}

.slide-7 {
  margin-left: 0;
}

.black-text {
  color: #fff;
  padding-right: 5%;
  font-size: 3vh;
  line-height: 5vh;
}

.industry {
  padding-top: 60px;
  padding-bottom: 60px;
}

.review {
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-157 {
  background-color: #002a47;
  border: 0 #00d1ff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 10px 8%;
  padding: 5%;
  display: block;
}

.mask-2 {
  width: 100%;
}

.slider-3 {
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-87 {
  background-color: #00d1ff;
  width: 0;
  height: 100%;
  margin-left: 0%;
  padding-left: 0%;
  overflow: visible;
}

.industry-wrapper {
  min-height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
}

.get-started {
  background-color: #002a47;
  border-radius: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
}

.hero-image-wrapper, .columns-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.seo-image-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

.local-seo-cost {
  background-color: #002a47;
  border-radius: 60px;
  margin-top: 10vh;
  padding: 40px;
}

.additional-seo {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.container-20 {
  min-width: 90%;
}

.dma-image {
  width: auto;
  max-width: none;
  height: 80px;
}

.services-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: 200px;
  padding: 20px;
  display: flex;
}

.dma-services-point-wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.dma-services-point-wrapper._2 {
  min-height: 300px;
}

.local-seo-specialist-section, .web-design-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.web-design-wrapper {
  background-image: url('../images/bright-smiles.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

.web-design-wrapper.chef-themba {
  background-image: url('../images/chef-themba.webp');
}

.web-design-wrapper.amnandco {
  background-image: url('../images/amnandco.webp');
}

.web-design-wrapper.heath-sense {
  background-image: url('../images/heath-sense.webp');
}

.web-design-wrapper._1st-choice {
  background-image: url('../images/1st-choice.webp');
}

.web-design-wrapper.amn-financial {
  background-image: url('../images/amn-finiancial.webp');
}

.web-design-wrapper.sanimaxx {
  background-image: url('../images/sanimaxx.webp');
}

.web-design-wrapper.pinnacle {
  background-image: url('../images/pinnicle.webp');
}

.cover {
  background-color: #002a4745;
  width: 100%;
  min-height: 40vh;
  transition: all .9s;
}

.cover:hover {
  background-color: #2c7dbd00;
}

.body-2 {
  color: #042f6a;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  display: block;
}

.b-navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fafafad9;
  border-radius: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  top: 10px;
}

.small-text {
  color: #042f6a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.b-button {
  color: #002a47;
  background-color: #0000;
  border: 2px solid #042f6a;
  border-radius: 60px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
}

.b-button.yellow {
  color: #fff;
  background-color: #ffb302;
  border-style: none;
  font-weight: 600;
}

.paragraph {
  aspect-ratio: auto;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  overflow: hidden;
}

.paragraph.small {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1;
}

.paragraph.blue {
  color: var(--divpharm-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
}

.paragraph.blue.small {
  font-size: 1rem;
  line-height: 1;
}

.info-block {
  border-right: 2px solid #ffb302;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.info-block._2 {
  border-right-style: none;
  width: auto;
}

.info-wrapper {
  margin-top: 10px;
}

.b-link {
  color: #042f6a;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.b-link.w--current {
  color: #ffb302;
  font-weight: 600;
}

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

.about-pic {
  border: 3px solid #ffb302;
  border-radius: 60px;
}

.white-back-ground {
  background-color: #fafafad9;
  border-radius: 60px;
  padding: 40px 20px;
}

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

.icon-wrapper {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
}

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

.link-block-8 {
  margin-right: 10px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.nav {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  width: auto;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--divpharm-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--dentist-o);
}

.nav-phone {
  color: var(--divpharm-blue);
  text-align: right;
  padding: 2px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.hero {
  height: 100vh;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.dv-section--image-header-2 {
  z-index: 4;
  clear: none;
  background-color: #aaa;
  background-image: url('../images/Mask-group-1.jpg');
  background-position: 50%;
  background-size: 150%;
  border: 15px #55df8e;
  border-left-width: 5px;
  border-top-left-radius: 300px;
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 300px;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  margin-left: -60%;
  display: block;
  position: relative;
  right: -50%;
}

.dv-section--image-header-2.new-image {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Women-Oparation-pharmacetical-machines.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 0;
  border-top-right-radius: 300px;
  border-bottom-left-radius: 0;
  position: absolute;
  right: 2%;
}

.dv-section--image-header-2.new-image.services {
  background-image: url('../images/factory-worker-.webp');
  background-position: 200%;
  background-size: cover;
}

.grid-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 100%;
}

.bg--hero-2 {
  z-index: 1;
  background-color: #1d4292;
  border-radius: 0 300px 300px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 90vh;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 10%;
  display: flex;
  position: absolute;
}

.bg--hero-2._2 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.h1 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.1;
}

.about {
  padding-top: 220px;
  padding-bottom: 220px;
}

.heading-2 {
  color: var(--divpharm-blue);
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1;
}

.heading-2.white {
  color: #fff;
}

.service-section {
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.faqs-section {
  padding-top: 60px;
}

.faqs-section.contact-us {
  margin-top: 100px;
  display: none;
}

.blog-sect, .service-sect {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-wrapper._2 {
  border: 2px solid var(--divpharm-blue);
  border-radius: 40px;
}

.service-image {
  border: 2px solid #1d4292;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-image._2 {
  border-style: none;
  border-top-right-radius: 0;
  border-bottom-left-radius: 40px;
}

.service-description {
  background-color: #1d4292;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 40px;
}

.service-description._2 {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 0;
}

.heading-3 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}

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

.nav-menu-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-link {
  color: var(--dark-slate-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-list-3 {
  background-color: #9c7373;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 20px #0003;
}

.nav-link-13 {
  flex: 0 auto;
}

.body-g {
  background-color: #101010;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
}

.mid-p-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

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

.footer-3 {
  text-align: center;
  background-color: #1d4292;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2ch;
  padding-bottom: 2vh;
}

.div-block-158 {
  background-color: #00d1ff;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.image-133 {
  max-width: 23px;
  margin-top: 27px;
}

.image-133.behance {
  max-width: 100%;
}

.link-block-9 {
  margin-top: 0;
  margin-bottom: 25px;
  margin-right: 10px;
}

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

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

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

@media screen and (min-width: 1280px) {
  .footer {
    height: auto;
    padding-top: 2vh;
  }

  .dv--h1.white._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bg--hero {
    justify-content: center;
    height: 90vh;
    padding-top: 15vh;
  }

  .dv-section--image-header {
    background-color: #0000;
    background-image: url('../images/shrinkwrapping1-edit.jpg');
  }

  .dv-section--image-header._1.quality.blog {
    border-top-style: none;
    border-right-style: none;
    border-right-width: 14px;
  }

  .image-113 {
    margin-top: -42vh;
    display: none;
    top: 0;
    bottom: 0;
    right: 1px;
  }

  .sahpra {
    max-width: 80%;
    display: block;
  }

  .header {
    font-size: 5rem;
  }

  .body-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-3.gray {
    padding-left: 20px;
    padding-right: 20px;
  }

  .glimpse-nav-link {
    font-size: 1.1rem;
  }

  .glimpse-nav-link.w--current {
    font-size: 1rem;
  }

  .price-feature-row {
    margin-bottom: 10px;
    font-weight: 300;
  }

  .bold-text-9 {
    font-size: 1.3rem;
  }

  .div-block-130 {
    justify-content: center;
  }

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

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

  .amn-h1 {
    font-size: 1.3rem;
  }

  .amn-text {
    font-size: 3.5rem;
  }

  .amn-text._2 {
    font-size: 2.8rem;
  }

  .amn-h2 {
    padding-right: 151px;
    font-size: 1.5rem;
  }

  .price-h3-2 {
    font-size: 2.2rem;
  }

  .contact-us-picture {
    background-image: url('../images/woman-smiling-at-phone.png');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 30vh;
  }

  .amn-h4-2 {
    font-size: 1.2rem;
  }

  .contact-us-4 {
    background-color: #044389;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-us-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 50vh;
    display: flex;
  }

  .price-2 {
    font-size: 1.6rem;
  }

  .price-persona-2 {
    font-size: 17px;
  }

  .amn-explaner-paragraph {
    font-size: 16px;
  }

  .feature-text-2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .button-7.light-blue._2 {
    color: #fff;
  }

  .button-7.light-blue._1, .section-11 {
    margin-left: 0;
  }

  .text-block-62 {
    margin-bottom: 5vh;
  }

  .qualities-wrapper {
    border-radius: 50px;
  }

  .columns-8.mid {
    width: 100%;
  }

  .seo-audit {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .features__grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    margin-top: 0;
  }

  .section-19, .section-20, .section-3, .seo-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .package {
    border-radius: 50px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .faq-questions-2 {
    font-size: 1.1rem;
  }

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

  .testimonial-2 {
    border-radius: 50px;
  }

  .footer-header-text.link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .footer-header-text.link:hover {
    color: var(--steel-blue);
  }

  .partner-and-trusted {
    box-shadow: none;
  }

  .hero-section-g {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-17 {
    width: 90%;
    min-width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-18 {
    flex-direction: column;
    align-items: center;
    width: 94%;
    display: block;
    left: auto;
    right: auto;
  }

  .h2 {
    font-size: 3rem;
  }

  .h2.white {
    font-size: 2.7rem;
  }

  .h2._40-vw {
    font-size: 3rem;
  }

  .h2._40-vw.white {
    font-size: 2.5rem;
  }

  .hero-text-3 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .hero-text-3.small {
    font-size: 1.1rem;
  }

  .blog-wrapper-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .seo-case-study {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .process-section {
    border-radius: 50px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brand-14.w--current {
    height: 100%;
    min-height: 0%;
  }

  .section-28 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .blog-content-wrapper {
    padding-bottom: 20px;
  }

  .related-topics-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .history-item {
    border-radius: 50px;
  }

  .right-plan-wrapper {
    height: auto;
  }

  .seo-services-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .small-blog-wrapper {
    padding: 10px;
  }

  .dv-section--image-header-2 {
    background-color: #0000;
    background-image: url('../images/shrinkwrapping1-edit.jpg');
  }

  .bg--hero-2 {
    justify-content: center;
    height: 90vh;
    padding-top: 0;
  }

  .h1 {
    font-size: 3rem;
  }

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

@media screen and (min-width: 1440px) {
  .body-3.gray {
    padding-left: 40px;
    padding-right: 40px;
  }

  .noc-section-1 {
    font-size: 14px;
  }

  .noc-text-10 {
    margin-right: 15.8em;
    padding-left: 1.8em;
    padding-right: 1.8em;
  }
}

@media screen and (min-width: 1920px) {
  .body-3.gray {
    padding-left: 100px;
    padding-right: 100px;
  }

  .p-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .seo-service-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .noc-text-10 {
    margin-right: 17.1em;
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    background-color: var(--divpharm-blue);
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-top: 0;
    padding-bottom: 40px;
  }

  .image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divpharm--section {
    height: 150vh;
  }

  .bg--hero {
    border-bottom-right-radius: 300px;
    width: 100%;
    margin-bottom: 0;
  }

  .dv-textbody-1.dv-footer {
    margin-left: 0;
  }

  .bg--blue {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 60px;
    padding-left: 0%;
  }

  .container--text {
    margin-top: 60px;
    margin-left: 10%;
  }

  .container--text._1 {
    margin-bottom: 5vh;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 15%;
  }

  .container--text._4 {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 20%;
  }

  .container--text._0 {
    margin-top: 0;
    margin-left: 0%;
  }

  .dv--button.outline {
    font-size: .9rem;
  }

  .dv--h2.white.h3.man.blog._1.small {
    padding-right: 20px;
  }

  .dv--h2._2.green {
    margin-top: 15vh;
    margin-bottom: 0;
  }

  .container--logo {
    width: 30%;
  }

  .container--logo.colour {
    margin-left: 0%;
    padding-left: 0%;
  }

  .container--logo.colour._2 {
    padding-left: 0%;
  }

  .dv-image-div {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50vh;
  }

  .dv-image-div.right.warehouse {
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    width: 80%;
  }

  .dv-image-div.right.warehouse._2._3 {
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
  }

  .dv-image-div.left {
    text-align: left;
    border-radius: 300px;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 10vh;
    margin-left: 0;
    display: block;
  }

  .dv-image-div.packaging {
    border-radius: 300px;
    width: 80%;
  }

  .dv-heading-div {
    padding-left: 10%;
  }

  .dv-heading-div.left {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
    display: flex;
  }

  .dv-section--image-header {
    align-items: flex-end;
    width: auto;
    height: 70vh;
    margin-top: 75vh;
    margin-left: 7.5%;
    margin-right: 7.5%;
    display: flex;
    position: static;
  }

  .dv-section--image-header._1.quality {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 300px;
    width: 80%;
    height: 55vh;
    margin-top: 9.5vh;
    margin-left: 0%;
    margin-right: 0%;
  }

  .dv-section--image-header._1.quality.blog {
    border-top-left-radius: 0;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 0;
  }

  .dv-section--image-header.new-image {
    border-top-right-radius: 300px;
  }

  .dv-section--image-header.new-image.packaging {
    border-top-right-radius: 0;
    margin-top: 34.9vh;
    margin-left: 16%;
  }

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

  .dv--grid._1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 0;
    display: grid;
  }

  .dv--grid._1.space {
    margin-top: 0;
  }

  .image-113 {
    margin-top: -53vh;
    display: none;
  }

  .grid-22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 0;
  }

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

  .grid-31 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .image-119 {
    max-width: 60%;
    margin-left: 0%;
  }

  .section-divpharm {
    margin-top: 19vh;
  }

  .section-divpharm._1 {
    margin-top: 25vh;
    padding-left: 12%;
  }

  .section-divpharm._2 {
    margin-top: 0;
    padding-top: 0;
  }

  .section-divpharm.no-padding {
    margin-top: 0;
    padding-left: 12%;
  }

  .section-divpharm.first {
    margin-top: 38.1vh;
  }

  .text-block-50 {
    margin-top: 20px;
  }

  .h1-o {
    font-size: 2.5rem;
    line-height: 1;
  }

  .contact-us-text-df {
    padding-left: 0;
  }

  .text-block-51.red-roll {
    display: none;
  }

  .text-block-51.red-roll.mobile {
    display: inline-block;
  }

  .hero-column {
    display: block;
  }

  .glimpse-nav-link {
    text-align: center;
    background-color: #0000;
    border-radius: 60px;
    margin: 5px 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .glimpse-nav-link.w--current {
    background-color: #f5f5f5;
    border-radius: 30px;
  }

  .div-block-127, .div-block-128, .div-block-129 {
    display: none;
  }

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

  .div-block-132 {
    margin-bottom: 5vh;
  }

  .div-block-133 {
    padding-left: 0;
  }

  .grid-34 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-right: 12%;
  }

  .div-block-135 {
    position: static;
  }

  .contact-us-pic {
    height: 50vh;
  }

  .price-box-2 {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
  }

  .section-11 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-141 {
    height: auto;
  }

  .grid-39, .grid-40 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-38.blue {
    font-size: 18px;
  }

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

  .div-block-145 {
    height: auto;
  }

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

  .nav-menu-13, .menu-button-6 {
    background-color: #fff;
  }

  .menu-button-6.w--open {
    background-color: #c8c8c8;
  }

  .logo-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-menu-14 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    outline-color: var(--gainsboro);
    outline-offset: 0px;
    background-color: #eef0f3d9;
    border-radius: 30px;
    outline-width: 1px;
    outline-style: none;
    padding: 25px;
  }

  .columns-8 {
    width: 100%;
  }

  .seo-audit {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features__feature-col {
    padding-right: 16px;
    font-size: 12px;
  }

  .business-grow {
    align-items: center;
  }

  .quallty-pic-wrapper {
    width: 12vh;
    height: 12vh;
  }

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

  .section-19, .section-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .glimpse-button-2 {
    margin-top: 0;
  }

  .glimpse-button-2.blue {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: .8rem;
  }

  .section-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .glimpse-blog-pic-wrapper {
    margin-top: 0;
  }

  .glimpse-blog-pic-wrapper._14.small-blog, .glimpse-blog-pic-wrapper.small-blog, .glimpse-blog-pic-wrapper.small-blog {
    width: 100%;
    height: 300px;
    margin-left: 10px;
  }

  .seo-section, .package {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-questions-2 {
    font-family: Poppins, sans-serif;
  }

  .testimonial-2 {
    min-height: 20vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-header-text {
    font-size: 1rem;
    line-height: 2;
  }

  .footer-header-text.link {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: .7rem;
  }

  .footer-header-text.link.blog {
    margin-left: 0;
  }

  .hero-section-g {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    display: flex;
  }

  .columns-11 {
    display: block;
  }

  .container-17 {
    padding-right: 0;
  }

  .logo-2 {
    width: 60%;
  }

  .navbar-18 {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: flex;
  }

  .h2 {
    font-size: 2rem;
  }

  .h2._40-vw {
    font-size: 2.5rem;
  }

  .h2._40-vw.white {
    font-weight: 700;
  }

  .hero-text-3 {
    font-size: 2.5rem;
  }

  .hero-text-3.small {
    font-size: .9rem;
  }

  .trusted-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: flex;
  }

  .logo-image {
    padding-top: 0;
  }

  .footer-text-wrapper {
    border-bottom: 1px solid #f0f2f32e;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .seo-case-study {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-7 {
    padding: 5px;
  }

  .menu-button-7.w--open {
    background-color: #ebecef;
    border-radius: 20px;
  }

  .process-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand-14 {
    width: auto;
    margin-top: 0;
  }

  .wis-2.blog._2 {
    background-image: linear-gradient(#000000c7, #000000c7), url('../images/timer.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .wis-2.blog._3 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/Three-White-and-black-Scrabble-Tiles-on-Brown-Wooden-Surface.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .wis-2.blog._5 {
    background-image: linear-gradient(#0000009c, #0000009c), url('../images/website-traffic.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .wis-2.blog._7 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/Google-Search-Engine-on-Screen.webp');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .wis-2.blog._8 {
    background-image: linear-gradient(#000000c2, #000000c2), url('../images/Green-Leaves-and-Organic-Word.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .wis-2.blog._9 {
    background-image: linear-gradient(#000000bd, #000000bd), url('../images/Top-view-Photo-of-Restaurant.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .success-message-4 {
    background-color: #014874;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
  }

  .seperator {
    background-color: #f5f5f5;
    width: 100%;
    height: 3px;
    display: none;
    top: 50px;
    left: 0%;
    transform: none;
  }

  .history-item-line {
    width: 3px;
    height: 100px;
    display: none;
    top: -100px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .history-item-line.history-item-line-right {
    left: 50%;
  }

  .history-item-wrapper {
    width: auto;
    min-width: 0;
    margin-left: 17px;
    margin-right: 17px;
    padding-right: 0;
    position: static;
  }

  .history-item-wrapper.history-item-wrapper-right {
    padding-left: 0;
  }

  .history-item-bullet {
    display: none;
    top: -115px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .history-item-bullet.history-item-bullet-right {
    left: 50%;
  }

  .history {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    width: 100%;
    padding-top: 30px;
    display: grid;
    position: static;
    overflow: visible;
  }

  .small-blog-wrapper {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .dropdown-list-2.w--open {
    background-color: #f5f5f5;
    border-radius: 40px;
  }

  .addittional-seo-services {
    flex-direction: column;
  }

  .text-field-hero {
    width: 200px;
  }

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

  .p-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seo-services {
    padding: 40px 20px;
  }

  .noc-section-1 {
    font-size: 1.3vw;
  }

  .noc-wrap-10 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-color: #2c7dbd;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .noc-wrap-2-1 {
    justify-content: flex-end;
  }

  .noc-wrap-1-7 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-color: #2c7dbd;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .noc-text-10 {
    border-bottom-right-radius: 20px;
    margin-right: 0;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .noc-text-10.web-design {
    margin-right: 22.4em;
  }

  .noc-wrap1-8 {
    border-top: 1px solid #ceddff;
    border-bottom: 1px solid #ceddff;
    border-left: 1px solid #ceddff;
  }

  .noc-wrap1-8.du {
    border-top-left-radius: .5em;
  }

  .noc-wrap1-8.sa {
    border-top-right-radius: .5em;
  }

  .noc-wrap1-8.di {
    border-top-color: #0000;
    border-right-color: #ceddff;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
  }

  .noc-wrap-1-1 {
    border-top: 1px solid #ceddff;
    border-bottom: 1px solid #ceddff;
    border-left: 1px solid #ceddff;
  }

  .noc-wrap-1-1.di {
    border-top-color: #0000;
    border-right-color: #ceddff;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
  }

  .noc-wrap-1-1.du {
    border-top-left-radius: .5em;
  }

  .noc-wrap-1-1.sa {
    border-bottom-right-radius: .5em;
  }

  .div-block-154 {
    margin-top: 5%;
  }

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

  .slide-5, .slide-6, .slide-7 {
    margin-left: 0;
  }

  .black-text {
    font-size: 20px;
    line-height: 29px;
  }

  .hero-image-wrapper {
    margin-top: 20px;
  }

  .columns-19 {
    display: block;
  }

  .boost-leads-wrapper {
    margin-top: 20px;
  }

  .dma-image {
    height: 50px;
  }

  .web-design-wrapper {
    background-size: contain;
    min-height: 30vh;
  }

  .cover {
    min-height: 30vh;
  }

  .b-navbar {
    top: 5px;
  }

  .paragraph {
    font-size: 1rem;
  }

  .info-block {
    border-right-style: none;
    width: auto;
  }

  .hero-section {
    margin-top: 15vh;
  }

  .columns-21 {
    display: block;
  }

  .grid-46 {
    grid-template-columns: 1fr;
  }

  .menu-button-8, .menu-button-8.w--open {
    background-color: #fafafa;
  }

  .columns-22 {
    display: block;
  }

  .nav-link {
    text-align: center;
  }

  .dv-section--image-header-2 {
    align-items: flex-end;
    width: auto;
    height: 70vh;
    margin-top: 75vh;
    margin-left: 7.5%;
    margin-right: 7.5%;
    display: flex;
    position: static;
  }

  .dv-section--image-header-2.new-image {
    z-index: 1;
    background-image: url('../images/Women-Oparation-pharmacetical-machines.webp');
    background-size: cover;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 300px;
    width: 80%;
    height: 50vh;
  }

  .grid-47 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .bg--hero-2 {
    border-bottom-right-radius: 300px;
    width: 100%;
    margin-bottom: 0;
  }

  .h1 {
    font-size: 2rem;
  }

  .about {
    padding-top: 400px;
    padding-bottom: 100px;
  }

  .nav-menu-15 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-63 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .dv-heading-div.left {
    margin-top: 15vh;
  }

  .dv-section--image-header._1.quality {
    background-position: 50%;
    background-size: cover;
  }

  .dv--grid._1 {
    flex-direction: column;
    margin-top: 5vh;
  }

  .section-divpharm._1, .section-divpharm.no-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h1-o {
    font-size: 44px;
    line-height: 45px;
  }

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

  .title {
    font-size: 44px;
    line-height: 45px;
  }

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

  .contact-us-text-df {
    margin-bottom: 60px;
  }

  .services_content {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .header {
    font-size: 2.7rem;
  }

  .pricing-box-row.monthly-row {
    flex-wrap: wrap;
  }

  .contact-us-pic {
    background-position: 50% 0;
    width: 100%;
    height: 30vh;
  }

  .amn-h1 {
    font-size: .8rem;
  }

  .amn-text {
    font-size: 2.5rem;
  }

  .column-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-box-2 {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

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

  .div-block-146 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .logo-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .qualities-wrapper {
    min-height: 250px;
  }

  .dm-service-wrapper {
    width: 100%;
    min-height: 0;
  }

  .hero-section-g {
    margin-top: 10vh;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .container-17 {
    padding-right: 0;
  }

  .logo-2 {
    width: 50%;
  }

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

  .h2.white, .h2._40-vw {
    font-size: 2rem;
  }

  .h2._40-vw.white {
    font-size: 1.8rem;
  }

  .brand-14 {
    width: auto;
    margin-top: 0;
  }

  .service-icon-wrapper.big {
    margin-top: 40px;
  }

  .seperator {
    background-color: #fff;
  }

  .history {
    grid-template-rows: auto auto auto auto auto;
    justify-content: center;
    display: flex;
    position: static;
    overflow: visible;
  }

  .features__feature-value-col-2 {
    font-size: 15px;
  }

  .local-seo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding-right: 20px;
    display: flex;
  }

  .team, .seo-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .noc-wrap-3 {
    flex-direction: column;
  }

  .noc-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .noc-wrap-2-1 {
    display: none;
  }

  .noc-wrap-2-1.se {
    border-style: none;
    margin-top: 4em;
    display: flex;
  }

  .noc-text-10 {
    margin-right: 13.8em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .noc-wrap-1-1.di {
    border-bottom-right-radius: .5em;
  }

  .dma-image {
    max-width: 100px;
    height: auto;
    min-height: 0;
    max-height: 70px;
  }

  .info-block {
    border-right-style: none;
  }

  .column-37 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bg--hero-2 {
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
  }

  .about {
    padding-top: 300px;
  }

  .mid-p-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .spacer.divpharm {
    margin-bottom: 55px;
  }

  .image {
    padding: 40px 0;
  }

  .divpharm--section._1 {
    height: auto;
  }

  .dv--h1.white._1 {
    padding-right: 5%;
    line-height: 5vh;
  }

  .dv-textbody-1 {
    margin-bottom: 5vh;
  }

  .dv-textbody-1._1.h5 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 3vh;
  }

  .dv-textbody-1.hover {
    margin-bottom: 0;
  }

  .dv-textbody-1.dv-blog {
    width: 100%;
  }

  .bg--blue {
    padding-left: 0%;
  }

  .container--text._1 {
    margin-top: 3.2vh;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 7.5%;
  }

  .container--text._4 {
    margin-top: 0;
    padding-left: 2%;
    padding-right: 15%;
  }

  .container--text._0 {
    height: auto;
  }

  .dv--button.large._1 {
    margin-top: -57.1vh;
  }

  .dv--button.large._1.roll {
    margin-top: 0;
  }

  .dv--button.large._1.roll._2 {
    margin-top: 6.3vh;
  }

  .dv--button.large._1.roll._4 {
    margin-top: -1vh;
  }

  .dv--button._1 {
    margin-top: 5vh;
  }

  .container--button {
    margin-top: 0;
  }

  .container--button._2 {
    margin-top: 5vh;
  }

  .dv--spacer {
    display: block;
  }

  .dv--h2._2._3 {
    margin-top: 5vh;
    padding-right: 10%;
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .dv--h2._2._3.edited {
    margin-bottom: 0;
    font-size: 2.75vh;
    line-height: 4.5vh;
  }

  .dv--h2._2.green {
    margin-top: 0;
    font-size: 3vh;
    line-height: 4vh;
  }

  .dv--h2.dv--link.h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5vh;
  }

  .container--logo {
    width: 45%;
  }

  .container--logo.colour {
    padding-left: 7.5%;
  }

  .dv-image-div.right.warehouse {
    height: 25vh;
    margin-top: 0;
  }

  .dv-image-div.left {
    height: 25vh;
    margin-top: 38.1vh;
  }

  .dv-image-div.packaging {
    height: 25vh;
    margin-bottom: 10vh;
  }

  .dv-heading-div.left {
    margin-top: 5vh;
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 7.5%;
  }

  .dv-section--image-header {
    height: 40vh;
    margin-top: 70vh;
  }

  .dv-section--image-header._1.quality {
    height: 25vh;
    margin-top: 20vh;
  }

  .dv-section--image-header._1.quality.blog {
    margin-top: 0;
  }

  .dv-section--image-header.new-image {
    height: 25vh;
  }

  .dv--grid {
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    display: flex;
  }

  .dv--grid._1 {
    width: auto;
    margin-top: 0;
    margin-left: 0%;
    padding-left: 0%;
  }

  .dv--grid._1.space {
    margin-top: 0;
  }

  .div-block-103, .div-block-103._1, .div-block-103._1._2, .div-block-103._2 {
    align-items: flex-start;
  }

  .div-block-103.edited {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-103.edited._1 {
    align-items: center;
  }

  .image-112 {
    max-width: 55%;
  }

  .image-112._1 {
    max-width: 9px;
    margin-top: 0;
  }

  .image-112._1._2 {
    margin-top: 0;
  }

  .image-113 {
    display: none;
  }

  .grid-22 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 5vh;
  }

  .tab-link-tab-1 {
    border-bottom-style: none;
    width: 100%;
  }

  .tab-link-tab-1.w--current {
    border-top-color: var(--medium-spring-green);
    border-right-color: var(--medium-spring-green);
    border-bottom-style: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .tab-link-tab-3 {
    outline-offset: 0px;
    border-bottom-style: none;
    outline: 3px #222;
  }

  .tab-link-tab-3.w--current {
    border-top-color: var(--medium-spring-green);
    border-right-color: var(--medium-spring-green);
  }

  .tab-link-tab-2 {
    border-bottom-style: none;
    align-items: flex-start;
    display: block;
  }

  .tab-link-tab-2.w--current {
    border-top-color: var(--medium-spring-green);
    border-right-color: var(--medium-spring-green);
    border-bottom-style: none;
  }

  .grid-23 {
    margin-top: -37px;
  }

  .dv--html-embed {
    margin-top: 0;
  }

  .text-block-12 {
    font-size: 2vh;
  }

  .sahpra {
    margin-top: 0;
  }

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

  .bold-text-5 {
    font-size: 4vh;
    line-height: 0;
  }

  .image-119 {
    max-width: 100%;
    margin-left: 0%;
  }

  .heading-dark-blue {
    font-size: 4vh;
    line-height: 5vh;
  }

  .heading-dark-blue.f {
    font-size: 5vh;
  }

  .section-divpharm {
    height: auto;
    margin-top: -23.5vh;
    padding-left: 12%;
  }

  .section-divpharm._1 {
    margin-top: 25vh;
    padding-left: 5%;
  }

  .section-divpharm.no-padding {
    padding-left: 12%;
  }

  .section-divpharm.first {
    margin-top: 12.7vh;
  }

  .h1-o {
    font-size: 32px;
    line-height: 35px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .button-4.large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .title {
    font-size: 32px;
    line-height: 35px;
  }

  .button-5.large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .contact-us-text-df {
    margin-bottom: 35px;
    padding-left: 0%;
  }

  .contact-us-form {
    margin-top: 35px;
    padding-left: 0%;
  }

  .columns-2 {
    margin-top: 178px;
  }

  .text-block-51.red-roll {
    display: none;
  }

  .text-block-51.red-roll.mobile {
    display: inline-block;
  }

  .services_content {
    height: auto;
    padding: 1rem 5px 0;
  }

  .p-m-wrap {
    margin-left: 40px;
  }

  .header {
    margin-bottom: 10px;
    font-size: 2.6rem;
  }

  .header.white {
    font-size: 1.6rem;
  }

  .scroll-parent {
    width: 23.9%;
    height: 100%;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .trustees-lb {
    height: 5vh;
  }

  .trustees-lb.b {
    margin-bottom: 10px;
  }

  .preloader-icon {
    width: 30%;
  }

  .body-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-9 {
    font-size: .8rem;
    line-height: .3rem;
  }

  .pop-up-wrapper {
    padding: 17px;
  }

  .pop-up {
    width: auto;
    height: 80vh;
    padding: 0;
  }

  .div-block-133 {
    padding-left: 0;
  }

  .grid-34 {
    margin-top: 22.2vh;
  }

  .brands-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .amn-h1 {
    margin-top: 10px;
  }

  .amn-text, .amn-text.blue {
    font-size: 2rem;
  }

  .amn-text._2 {
    padding-right: 0;
    font-size: 2rem;
  }

  .amn-h2 {
    padding-right: 0;
    font-size: 1rem;
  }

  .contaciner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .plans {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lets-get-connected {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bagdes {
    height: auto;
  }

  .price-box-2 {
    margin-bottom: 10%;
  }

  .why-amn {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-7.light-blue {
    margin-left: 5px;
  }

  .brands-2 {
    width: 50%;
  }

  .grid-38 {
    grid-template-columns: 1fr;
  }

  .section-11 {
    margin-top: 45px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .sevices-dblock {
    margin-bottom: 5vh;
  }

  .heading-38.blue {
    font-size: 18px;
  }

  .div-block-144 {
    justify-content: flex-start;
    height: 40vh;
  }

  .div-block-145 {
    height: auto;
  }

  .section-15 {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-146 {
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-36 {
    display: none;
  }

  .grid-43 {
    grid-template-columns: 1fr;
  }

  .logo-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .qualities-wrapper:hover {
    box-shadow: none;
  }

  .nav-menu-14 {
    background-color: #eef0f3f7;
    border-radius: 30px;
    margin-top: 0;
    padding: 23px;
  }

  .dm-service-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-8 {
    width: 100%;
  }

  .seo-audit {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .youtube-wrapper {
    height: auto;
  }

  .hero-text-wrapper-lite {
    margin-bottom: 10px;
  }

  .features__feature-col {
    padding-right: 10px;
    font-size: 11px;
  }

  .business-grow {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .features__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-19 {
    padding-left: 0;
  }

  .section-20 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .fa-wrapper {
    padding: 20px 10px;
  }

  .results-wrapper {
    padding-left: 0;
  }

  .glimpse-button-2 {
    margin-right: 5px;
  }

  .glimpse-button-2.blue.big {
    font-weight: 500;
  }

  .section-3 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .glimpse-blog-pic-wrapper {
    width: 100%;
  }

  .glimpse-blog-pic-wrapper._14.small-blog, .glimpse-blog-pic-wrapper.small-blog, .glimpse-blog-pic-wrapper.small-blog {
    height: 100px;
  }

  .business-man-wrapper {
    height: 30vh;
    padding-top: 40px;
  }

  .fi-pic-wrapper {
    padding-bottom: 6px;
  }

  .seo-section {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .package {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .faq-questions-2 {
    font-size: 1rem;
  }

  .faqs {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .footer-header-text.link {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.9;
  }

  .seo-analysis {
    padding: 0;
  }

  .partner-and-trusted {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-wrap-2 {
    grid-template-columns: 1fr;
  }

  .hero-section-g {
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
    display: flex;
  }

  .container-17 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .logo-2 {
    width: 60%;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }

  .h2.white.blog-header {
    width: auto;
  }

  .h2._40-vw {
    width: 80vw;
  }

  .h2._40-vw.white {
    font-size: 1.5rem;
  }

  .hero-text-3 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .hero-text-3.small {
    font-size: .8rem;
  }

  .trusted-wrapper-2 {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .blog-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .logo-image {
    padding-top: 0;
  }

  .seo-case-study {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .menu-button-7 {
    padding: 5px;
  }

  .menu-button-7.w--open {
    border-radius: 20px;
  }

  .process-section {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .brand-14 {
    width: auto;
    margin-top: 0;
  }

  .service-icon-wrapper {
    margin-bottom: 10px;
  }

  .service-icon-wrapper.big {
    margin-top: 40px;
  }

  .section-28 {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .section-28.blog {
    padding-top: 100px;
  }

  .wis-2 {
    background-image: linear-gradient(174deg, #000 35%, #fff0), none;
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 40px 20px;
  }

  .wis-2.blog._1 {
    background-image: linear-gradient(#1a1a1ad9, #1a1a1ad9), url('../images/white-board-text.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .wis-2._2 {
    margin-top: 5vh;
  }

  .date {
    font-size: 9px;
  }

  .blog-content-wrapper {
    margin-top: 5vh;
    padding-left: 5px;
    padding-right: 5px;
  }

  .related-topics-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .contact-us-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-us-wrapper-3 {
    padding: 20px;
  }

  .bread-crump-text {
    font-size: 12px;
  }

  .seperator {
    background-color: #f5f5f5;
    display: none;
    position: static;
  }

  .history-item-line {
    display: none;
    position: static;
  }

  .history-item {
    padding: 20px;
  }

  .history-item-wrapper {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .history-item-wrapper.history-item-wrapper-right {
    min-width: 0;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .history-item-bullet {
    display: none;
    position: static;
  }

  .history {
    flex-direction: column;
    padding-top: 10px;
    position: static;
    overflow: visible;
  }

  .right-plan-wrapper {
    margin-bottom: 20px;
  }

  .features__feature-value-col-2 {
    font-size: 11px;
    font-weight: 500;
  }

  .blog-section-g {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .seo-services-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 45px;
    display: flex;
  }

  .local-seo-wrapper {
    margin-top: 40px;
    padding: 30px 10px 10px;
  }

  .p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .text-field-hero {
    width: 150px;
    margin-right: 5px;
  }

  .invest-section, .team {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .teams-text-wtapper {
    margin-left: 0;
  }

  .our-company {
    padding-left: 10px;
    padding-right: 10px;
  }

  .seo-service-wrapper {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .seo-services {
    padding-left: 5px;
    padding-right: 5px;
  }

  .noc-section-1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5vw;
  }

  .pricing {
    padding-left: 10px;
    padding-right: 10px;
  }

  .noc-wrap-10 {
    border-color: #2c7dbd;
    grid-template-columns: 1fr 1fr;
  }

  .noc-wrap-2-1.se {
    border-style: none;
  }

  .noc-wrap-1-7 {
    border-color: #2c7dbd;
    grid-template-columns: 1fr 1fr;
  }

  .noc-text-10 {
    margin-right: 0;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .noc-wrap1-8 {
    border-top-color: #0000;
    border-left-color: #0000;
    border-right-color: #0000;
  }

  .noc-wrap1-8.du {
    border-top-color: #0000;
    border-left-color: #0000;
    border-right-color: #ceddff;
  }

  .noc-wrap1-8.sa {
    border-bottom-color: #0000;
    border-right-color: #ceddff;
    border-top-right-radius: 0;
  }

  .noc-wrap1-8.di {
    border-bottom-color: #0000;
    border-right-color: #0000;
  }

  .noc-wrap-1-1 {
    border-top-color: #0000;
    border-right-color: #0000;
  }

  .noc-wrap-1-1.di {
    border-bottom-color: #0000;
    border-left-color: #0000;
    border-right-color: #0000;
    border-bottom-left-radius: 0;
  }

  .noc-wrap-1-1.du {
    border-top-color: #0000;
    border-left-color: #0000;
  }

  .noc-wrap-1-1.sa {
    border-bottom-color: #0000;
    border-left-color: #0000;
    border-right-color: #ceddff;
    border-bottom-right-radius: 0;
  }

  .slide-nav-4 {
    margin-top: 0;
    display: none;
  }

  .grid-45 {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-4 {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
    padding-left: 29%;
    display: none;
  }

  .slide-5 {
    width: 100%;
    margin-left: 0;
  }

  .left-arrow-4 {
    align-items: flex-end;
    display: none;
    position: absolute;
  }

  .black-text {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-157 {
    border-style: none;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    margin-left: 0%;
    margin-right: 0;
    padding: 40px 10px;
  }

  .slider-3 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .get-started {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-image-wrapper {
    margin-top: 30px;
  }

  .local-seo-cost {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dma-image {
    min-height: 0;
  }

  .services-wrapper-3 {
    justify-content: center;
    align-items: flex-start;
    max-height: 100px;
  }

  .dma-services-point-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .web-design-wrapper {
    background-size: contain;
    min-height: 0;
  }

  .cover {
    min-height: 27vh;
  }

  .body-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.4;
  }

  .paragraph.small {
    font-size: .8rem;
  }

  .white-back-ground {
    background-color: #fafafa;
  }

  .grid-46 {
    grid-template-columns: 1fr;
  }

  .dv-section--image-header-2 {
    height: 40vh;
    margin-top: 70vh;
  }

  .dv-section--image-header-2.new-image {
    border-radius: 200px;
    width: 82%;
    height: 30vh;
    margin-top: 75vh;
  }

  .dv-section--image-header-2.new-image.services {
    margin-top: 90vh;
  }

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

  .bg--hero-2 {
    border-radius: 0;
    justify-content: flex-start;
    height: 100vh;
    padding-top: 50px;
  }

  .bg--hero-2._2 {
    border-radius: 0;
  }

  .h1 {
    font-size: 1.5rem;
  }

  .about {
    padding-top: 100px;
  }

  .heading-2 {
    font-size: 1.9rem;
  }
}

#w-node-ea4cdb88-94f4-5e98-e76a-0fd24bacd6e3-626201cb, #w-node-_0f4d5a9b-b4ed-d8eb-ebe1-ec2d4a422081-626201cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-626201cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-626201cb {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a0bc0b69-27b3-0562-2cc7-4a8fb91a1123-626201cb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-626201cb {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-eccd0063-dfc1-a109-d9a4-1661d29f570a-626201cb {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_15e951d5-3d7e-f316-c8ac-7b75f73afaab-626201cb {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-626201cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-626201cb {
  grid-area: 1 / 4 / 3 / 6;
  align-self: center;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f176-626201cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-626201cb {
  grid-area: 1 / 1 / 3 / 4;
  place-self: auto;
}

#w-node-_2e8afec6-9e40-a1a7-b012-5166de736704-626201cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-626201cb {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b09-626201cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-626201cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-626201cb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-626201cb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-626201cb {
  grid-area: 1 / 4 / 2 / 7;
  place-self: start;
}

#w-node-da6d2b6a-7391-3ebc-bac9-faea952b7e86-626201cb, #w-node-_1f7b831a-fdbb-96ad-6bfd-1071e3282197-626201cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-626201cb {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_56fcd5be-7821-568d-a087-e0c411c23091-626201cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-626201cb {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_9649d7a5-16c6-d86b-ea19-ef621be5f3c4-626201cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_094e7d64-e859-9371-3faa-843c8cfd33bf-626201cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17c-626201cb {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b187-626201cb {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17f-626201cb {
  grid-area: 4 / 1 / 5 / 3;
  place-self: start;
}

#w-node-ea4cdb88-94f4-5e98-e76a-0fd24bacd6e3-19f2ac20, #w-node-_0f4d5a9b-b4ed-d8eb-ebe1-ec2d4a422081-19f2ac20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-19f2ac20 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-19f2ac20 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a0bc0b69-27b3-0562-2cc7-4a8fb91a1123-19f2ac20 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-19f2ac20 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-eccd0063-dfc1-a109-d9a4-1661d29f570a-19f2ac20 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_15e951d5-3d7e-f316-c8ac-7b75f73afaab-19f2ac20 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-19f2ac20 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-19f2ac20 {
  grid-area: 1 / 4 / 3 / 6;
  align-self: center;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f176-19f2ac20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-19f2ac20 {
  grid-area: 1 / 1 / 3 / 4;
  place-self: auto;
}

#w-node-_2e8afec6-9e40-a1a7-b012-5166de736704-19f2ac20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-19f2ac20 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b09-19f2ac20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-19f2ac20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-19f2ac20 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-19f2ac20 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-19f2ac20 {
  grid-area: 1 / 4 / 2 / 7;
  place-self: start;
}

#w-node-da6d2b6a-7391-3ebc-bac9-faea952b7e86-19f2ac20, #w-node-_1f7b831a-fdbb-96ad-6bfd-1071e3282197-19f2ac20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-19f2ac20 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_56fcd5be-7821-568d-a087-e0c411c23091-19f2ac20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-19f2ac20 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_9649d7a5-16c6-d86b-ea19-ef621be5f3c4-19f2ac20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17c-19f2ac20 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b187-19f2ac20 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17f-19f2ac20 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: start;
}

#w-node-ea4cdb88-94f4-5e98-e76a-0fd24bacd6e3-0a79bf45, #w-node-_0f4d5a9b-b4ed-d8eb-ebe1-ec2d4a422081-0a79bf45 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-0a79bf45 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-0a79bf45 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a0bc0b69-27b3-0562-2cc7-4a8fb91a1123-0a79bf45 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-0a79bf45 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-eccd0063-dfc1-a109-d9a4-1661d29f570a-0a79bf45 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_15e951d5-3d7e-f316-c8ac-7b75f73afaab-0a79bf45 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-0a79bf45 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-0a79bf45 {
  grid-area: 1 / 4 / 3 / 6;
  align-self: center;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f176-0a79bf45 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-0a79bf45 {
  grid-area: 1 / 1 / 3 / 4;
  place-self: auto;
}

#w-node-_2e8afec6-9e40-a1a7-b012-5166de736704-0a79bf45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-0a79bf45 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b09-0a79bf45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-0a79bf45 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-0a79bf45 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-0a79bf45 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-0a79bf45 {
  grid-area: 1 / 4 / 2 / 7;
  place-self: start;
}

#w-node-da6d2b6a-7391-3ebc-bac9-faea952b7e86-0a79bf45, #w-node-_1f7b831a-fdbb-96ad-6bfd-1071e3282197-0a79bf45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-0a79bf45 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_56fcd5be-7821-568d-a087-e0c411c23091-0a79bf45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-0a79bf45 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_9649d7a5-16c6-d86b-ea19-ef621be5f3c4-0a79bf45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_094e7d64-e859-9371-3faa-843c8cfd33bf-0a79bf45 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17c-0a79bf45 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b187-0a79bf45 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17f-0a79bf45 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: start;
}

#w-node-ea4cdb88-94f4-5e98-e76a-0fd24bacd6e3-35d9c813, #w-node-_0f4d5a9b-b4ed-d8eb-ebe1-ec2d4a422081-35d9c813 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-35d9c813 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-35d9c813 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a0bc0b69-27b3-0562-2cc7-4a8fb91a1123-35d9c813 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-35d9c813 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-eccd0063-dfc1-a109-d9a4-1661d29f570a-35d9c813 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_15e951d5-3d7e-f316-c8ac-7b75f73afaab-35d9c813 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-35d9c813 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-35d9c813 {
  grid-area: 1 / 4 / 3 / 6;
  align-self: center;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f176-35d9c813 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-35d9c813 {
  grid-area: 1 / 1 / 3 / 4;
  place-self: auto;
}

#w-node-_2e8afec6-9e40-a1a7-b012-5166de736704-35d9c813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-35d9c813 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b09-35d9c813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-35d9c813 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-35d9c813 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-35d9c813 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-35d9c813 {
  grid-area: 1 / 4 / 2 / 7;
  place-self: start;
}

#w-node-da6d2b6a-7391-3ebc-bac9-faea952b7e86-35d9c813, #w-node-_1f7b831a-fdbb-96ad-6bfd-1071e3282197-35d9c813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-35d9c813 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_56fcd5be-7821-568d-a087-e0c411c23091-35d9c813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-35d9c813 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_9649d7a5-16c6-d86b-ea19-ef621be5f3c4-35d9c813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_094e7d64-e859-9371-3faa-843c8cfd33bf-35d9c813 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17c-35d9c813 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b187-35d9c813 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17f-35d9c813 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: start;
}

#w-node-cf60a445-d7a4-9a4d-b71d-ab01ba8fd0b0-c7553ca4, #w-node-b942db5a-4ca6-2365-924b-b9f08bc4ad1b-c7553ca4, #w-node-c6749ac2-2fce-9796-8b1a-cbf7aa8303a2-aeb326f4, #w-node-_517e2300-71bb-3090-4f77-90aa87b17395-aeb326f4, #w-node-_517e2300-71bb-3090-4f77-90aa87b173a3-aeb326f4, #w-node-_90b03aaa-a739-166a-921b-f752e616cc94-e616cc92, #w-node-_90b03aaa-a739-166a-921b-f752e616cc9f-e616cc92, #w-node-_90b03aaa-a739-166a-921b-f752e616cca8-e616cc92, #w-node-_90b03aaa-a739-166a-921b-f752e616ccb1-e616cc92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf8a2145-7955-f779-6c1c-10ffce9d6673-f3ccb5e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cf8a2145-7955-f779-6c1c-10ffce9d6675-f3ccb5e1 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-cf8a2145-7955-f779-6c1c-10ffce9d66ab-f3ccb5e1 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-cf8a2145-7955-f779-6c1c-10ffce9d66ad-f3ccb5e1 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: start;
}

#w-node-a6b2a0b1-5e02-30d6-d1b5-e57ceeb2ce8d-f3ccb5e1, #w-node-a6b2a0b1-5e02-30d6-d1b5-e57ceeb2ce9b-f3ccb5e1, #w-node-_1ec5b265-fcab-c573-7f53-4b165998ffbb-12d67c80, #w-node-_1ec5b265-fcab-c573-7f53-4b165998ffc9-12d67c80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e12945a-c515-64c8-09e8-97af819d38ff-1f8b99b0, #w-node-_8e12945a-c515-64c8-09e8-97af819d3900-1f8b99b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e12945a-c515-64c8-09e8-97af819d390a-1f8b99b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5cede798-31e1-20c5-6e8a-5802c06e5050-1f8b99b0 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_5cede798-31e1-20c5-6e8a-5802c06e5060-1f8b99b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5cede798-31e1-20c5-6e8a-5802c06e5061-1f8b99b0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c4a06e68-b783-9039-af2d-9f4a357bc3f9-2042bed0, #w-node-c4a06e68-b783-9039-af2d-9f4a357bc3fa-2042bed0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c4a06e68-b783-9039-af2d-9f4a357bc404-2042bed0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_79b5769a-3312-5bb9-dd52-432eb5523101-2042bed0, #w-node-_79b5769a-3312-5bb9-dd52-432eb552310f-2042bed0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d3d8dbb-1b2f-ef5e-cd1a-a5216ae63189-bbe352a5, #w-node-_1d3d8dbb-1b2f-ef5e-cd1a-a5216ae6318a-bbe352a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1d3d8dbb-1b2f-ef5e-cd1a-a5216ae63194-bbe352a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d78a0de1-77ec-91d0-95f2-e5c586b88113-bbe352a5, #w-node-a2c38e13-1c19-062a-a91a-c51f8329d891-bbe352a5, #w-node-e717ea96-39ec-3e96-2045-e0e99c139f0f-bbe352a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60d171f4-359a-36f9-2ef8-b3139ccf0b74-bbe352a5 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: start;
}

#w-node-_60d171f4-359a-36f9-2ef8-b3139ccf0b7a-bbe352a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60d171f4-359a-36f9-2ef8-b3139ccf0b73-bbe352a5 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_60d171f4-359a-36f9-2ef8-b3139ccf0bf3-bbe352a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d09005-3164-ea31-dee3-7432def71371-bbe352a5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_07d09005-3164-ea31-dee3-7432def7133d-bbe352a5 {
  grid-area: 1 / 4 / 2 / 7;
  place-self: center;
}

#w-node-_07d09005-3164-ea31-dee3-7432def71346-bbe352a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea4cdb88-94f4-5e98-e76a-0fd24bacd6e3-3b4c1baa, #w-node-_0f4d5a9b-b4ed-d8eb-ebe1-ec2d4a422081-3b4c1baa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-3b4c1baa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-3b4c1baa {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a0bc0b69-27b3-0562-2cc7-4a8fb91a1123-3b4c1baa {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-3b4c1baa {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-eccd0063-dfc1-a109-d9a4-1661d29f570a-3b4c1baa {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_15e951d5-3d7e-f316-c8ac-7b75f73afaab-3b4c1baa {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-3b4c1baa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-3b4c1baa {
  grid-area: 1 / 4 / 3 / 6;
  align-self: center;
}

#w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f176-3b4c1baa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-3b4c1baa {
  grid-area: 1 / 1 / 3 / 4;
  place-self: auto;
}

#w-node-_2e8afec6-9e40-a1a7-b012-5166de736704-3b4c1baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-3b4c1baa {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b09-3b4c1baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-3b4c1baa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-3b4c1baa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-3b4c1baa {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-3b4c1baa {
  grid-area: 1 / 4 / 2 / 7;
  place-self: start;
}

#w-node-da6d2b6a-7391-3ebc-bac9-faea952b7e86-3b4c1baa, #w-node-_1f7b831a-fdbb-96ad-6bfd-1071e3282197-3b4c1baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-3b4c1baa {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_56fcd5be-7821-568d-a087-e0c411c23091-3b4c1baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-3b4c1baa {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_9649d7a5-16c6-d86b-ea19-ef621be5f3c4-3b4c1baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_094e7d64-e859-9371-3faa-843c8cfd33bf-3b4c1baa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17c-3b4c1baa {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b187-3b4c1baa {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-_9b4f0589-55ee-6862-ab2a-50fd55b0b17f-3b4c1baa {
  grid-area: 4 / 1 / 5 / 3;
  place-self: start;
}

#w-node-_092fc6f6-6049-b911-e669-3a499b6911c7-9b6911c2, #w-node-_092fc6f6-6049-b911-e669-3a499b6911d4-9b6911c2, #w-node-_092fc6f6-6049-b911-e669-3a499b6911e5-9b6911c2, #w-node-_092fc6f6-6049-b911-e669-3a499b6911f2-9b6911c2, #w-node-_092fc6f6-6049-b911-e669-3a499b691203-9b6911c2, #w-node-_092fc6f6-6049-b911-e669-3a499b69121c-9b6911c2, #w-node-_092fc6f6-6049-b911-e669-3a499b69122f-9b6911c2, #w-node-_092fc6f6-6049-b911-e669-3a499b69123c-9b6911c2, #w-node-_25c3be5e-50cb-7549-a70d-b72e6b726b8e-53e4f468, #w-node-_25c3be5e-50cb-7549-a70d-b72e6b726b9b-53e4f468, #w-node-_25c3be5e-50cb-7549-a70d-b72e6b726bac-53e4f468, #w-node-_25c3be5e-50cb-7549-a70d-b72e6b726bb9-53e4f468, #w-node-_25c3be5e-50cb-7549-a70d-b72e6b726bca-53e4f468, #w-node-_25c3be5e-50cb-7549-a70d-b72e6b726be3-53e4f468, #w-node-_25c3be5e-50cb-7549-a70d-b72e6b726bf6-53e4f468, #w-node-_25c3be5e-50cb-7549-a70d-b72e6b726c03-53e4f468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491856-ed808b2f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491858-ed808b2f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491864-ed808b2f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491866-ed808b2f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491872-ed808b2f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491874-ed808b2f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_86d83f7f-d5ec-8cf9-e409-2abce149187f-ed808b2f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491881-ed808b2f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bdefcac8-d81b-9256-83b7-c390eab15b29-ed808b2f, #w-node-bdefcac8-d81b-9256-83b7-c390eab15b36-ed808b2f, #w-node-bdefcac8-d81b-9256-83b7-c390eab15b47-ed808b2f, #w-node-bdefcac8-d81b-9256-83b7-c390eab15b54-ed808b2f, #w-node-bdefcac8-d81b-9256-83b7-c390eab15b65-ed808b2f, #w-node-bdefcac8-d81b-9256-83b7-c390eab15b7e-ed808b2f, #w-node-_6aea949e-acb8-78dc-ea5b-73f1f5b86fb3-ed808b2f, #w-node-effb624e-9ec3-4f67-5593-87204b8ef377-ed808b2f, #w-node-b23105e9-45f4-87ac-e134-64af5ff5d888-fa7b8e87, #w-node-b23105e9-45f4-87ac-e134-64af5ff5d895-fa7b8e87, #w-node-b23105e9-45f4-87ac-e134-64af5ff5d8a6-fa7b8e87, #w-node-b23105e9-45f4-87ac-e134-64af5ff5d8b3-fa7b8e87, #w-node-b23105e9-45f4-87ac-e134-64af5ff5d8c4-fa7b8e87, #w-node-b23105e9-45f4-87ac-e134-64af5ff5d8dd-fa7b8e87, #w-node-b23105e9-45f4-87ac-e134-64af5ff5d8f0-fa7b8e87, #w-node-b23105e9-45f4-87ac-e134-64af5ff5d8fd-fa7b8e87, #w-node-_726d3355-e738-8104-df5a-52dcb4198a36-ab3e50d8, #w-node-_726d3355-e738-8104-df5a-52dcb4198a43-ab3e50d8, #w-node-_726d3355-e738-8104-df5a-52dcb4198a54-ab3e50d8, #w-node-_726d3355-e738-8104-df5a-52dcb4198a61-ab3e50d8, #w-node-_726d3355-e738-8104-df5a-52dcb4198a72-ab3e50d8, #w-node-_848d7b1c-490e-461f-b8ca-6419ae5597e0-b945a188, #w-node-_848d7b1c-490e-461f-b8ca-6419ae5597ed-b945a188, #w-node-_848d7b1c-490e-461f-b8ca-6419ae5597fe-b945a188, #w-node-_848d7b1c-490e-461f-b8ca-6419ae55980b-b945a188, #w-node-_848d7b1c-490e-461f-b8ca-6419ae55981c-b945a188, #w-node-_848d7b1c-490e-461f-b8ca-6419ae559835-b945a188, #w-node-_848d7b1c-490e-461f-b8ca-6419ae559848-b945a188, #w-node-_848d7b1c-490e-461f-b8ca-6419ae559855-b945a188, #w-node-_48f8b274-504b-8c6b-f797-519fc4bfd190-9409b0fb, #w-node-_48f8b274-504b-8c6b-f797-519fc4bfd19d-9409b0fb, #w-node-_48f8b274-504b-8c6b-f797-519fc4bfd1ae-9409b0fb, #w-node-_48f8b274-504b-8c6b-f797-519fc4bfd1bb-9409b0fb, #w-node-_48f8b274-504b-8c6b-f797-519fc4bfd1cc-9409b0fb, #w-node-_48f8b274-504b-8c6b-f797-519fc4bfd1e5-9409b0fb, #w-node-_48f8b274-504b-8c6b-f797-519fc4bfd1f8-9409b0fb, #w-node-_48f8b274-504b-8c6b-f797-519fc4bfd205-9409b0fb, #w-node-ff1b803a-0fb8-8c68-a91d-5da0fb8c6bb4-7d39bc1f, #w-node-ff1b803a-0fb8-8c68-a91d-5da0fb8c6bc1-7d39bc1f, #w-node-ff1b803a-0fb8-8c68-a91d-5da0fb8c6bce-7d39bc1f, #w-node-ff1b803a-0fb8-8c68-a91d-5da0fb8c6bdb-7d39bc1f, #w-node-ff1b803a-0fb8-8c68-a91d-5da0fb8c6be8-7d39bc1f, #w-node-d6b48725-7916-3693-7667-49bb292d1e36-0b4f509a, #w-node-d6b48725-7916-3693-7667-49bb292d1e43-0b4f509a, #w-node-d6b48725-7916-3693-7667-49bb292d1e54-0b4f509a, #w-node-d6b48725-7916-3693-7667-49bb292d1e61-0b4f509a, #w-node-d6b48725-7916-3693-7667-49bb292d1e72-0b4f509a, #w-node-d6b48725-7916-3693-7667-49bb292d1e8b-0b4f509a, #w-node-d6b48725-7916-3693-7667-49bb292d1e9e-0b4f509a, #w-node-d6b48725-7916-3693-7667-49bb292d1eab-0b4f509a, #w-node-ff13899e-8521-025d-2cad-c5758063e94f-383e9b76, #w-node-ff13899e-8521-025d-2cad-c5758063e95f-383e9b76, #w-node-ff13899e-8521-025d-2cad-c5758063e96c-383e9b76, #w-node-ff13899e-8521-025d-2cad-c5758063e979-383e9b76, #w-node-ff13899e-8521-025d-2cad-c5758063e986-383e9b76, #w-node-_9cf9b3c2-8ce1-956c-f92d-ed6af0c6f8ee-c73a6ce2, #w-node-_9cf9b3c2-8ce1-956c-f92d-ed6af0c6f8fb-c73a6ce2, #w-node-_9cf9b3c2-8ce1-956c-f92d-ed6af0c6f908-c73a6ce2, #w-node-_9cf9b3c2-8ce1-956c-f92d-ed6af0c6f915-c73a6ce2, #w-node-_9cf9b3c2-8ce1-956c-f92d-ed6af0c6f922-c73a6ce2, #w-node-_9cf9b3c2-8ce1-956c-f92d-ed6af0c6f92f-c73a6ce2, #w-node-_9cf9b3c2-8ce1-956c-f92d-ed6af0c6f93c-c73a6ce2, #w-node-_7cce86b1-a85a-fe34-0ecb-5334cb6df439-bbd9a237, #w-node-_7cce86b1-a85a-fe34-0ecb-5334cb6df446-bbd9a237, #w-node-_7cce86b1-a85a-fe34-0ecb-5334cb6df457-bbd9a237, #w-node-_7cce86b1-a85a-fe34-0ecb-5334cb6df464-bbd9a237, #w-node-_7cce86b1-a85a-fe34-0ecb-5334cb6df475-bbd9a237, #w-node-_7cce86b1-a85a-fe34-0ecb-5334cb6df48e-bbd9a237, #w-node-d20da5de-8401-b59c-f446-b0b4ae945b42-e2113b25, #w-node-d20da5de-8401-b59c-f446-b0b4ae945b4f-e2113b25, #w-node-d20da5de-8401-b59c-f446-b0b4ae945b60-e2113b25, #w-node-d20da5de-8401-b59c-f446-b0b4ae945b6d-e2113b25, #w-node-d20da5de-8401-b59c-f446-b0b4ae945b7e-e2113b25, #w-node-d20da5de-8401-b59c-f446-b0b4ae945b97-e2113b25, #w-node-d20da5de-8401-b59c-f446-b0b4ae945baa-e2113b25, #w-node-d20da5de-8401-b59c-f446-b0b4ae945bb7-e2113b25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-adc4abdc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-adc4abdc {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-adc4abdc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-adc4abdc {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-adc4abdc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-adc4abdc {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-adc4abdc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-adc4abdc {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b06-adc4abdc, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b13-adc4abdc, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b24-adc4abdc, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b31-adc4abdc, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b42-adc4abdc, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b5b-adc4abdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eaa-854173ec {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eac-854173ec {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eb9-854173ec {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ebb-854173ec {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ec8-854173ec {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eca-854173ec {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ed6-854173ec {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ed8-854173ec {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-16d842cf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-16d842cf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-16d842cf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-16d842cf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-16d842cf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-16d842cf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-16d842cf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-16d842cf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b06-16d842cf, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b13-16d842cf, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b24-16d842cf, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b31-16d842cf, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b42-16d842cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-5015f1b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-5015f1b1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-5015f1b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-5015f1b1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-5015f1b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-5015f1b1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-5015f1b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-5015f1b1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b06-5015f1b1, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b13-5015f1b1, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b24-5015f1b1, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b31-5015f1b1, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b42-5015f1b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-7a5a1ccb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-7a5a1ccb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-7a5a1ccb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-7a5a1ccb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-7a5a1ccb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-7a5a1ccb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-7a5a1ccb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-7a5a1ccb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b06-7a5a1ccb, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b13-7a5a1ccb, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b24-7a5a1ccb, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b31-7a5a1ccb, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b42-7a5a1ccb, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b5b-7a5a1ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-590779bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-590779bf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-590779bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-590779bf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-590779bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-590779bf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-590779bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-590779bf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b06-590779bf, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b13-590779bf, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b24-590779bf, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b31-590779bf, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b42-590779bf, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b5b-590779bf, #w-node-df5125f4-8ae8-0907-de55-537a533640d1-590779bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-08d4c184 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-08d4c184 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-08d4c184 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-08d4c184 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-08d4c184 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-08d4c184 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-08d4c184 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-08d4c184 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b06-08d4c184, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b13-08d4c184, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b24-08d4c184, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b31-08d4c184, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b42-08d4c184, #w-node-_3e88508c-8003-c6b2-71a6-64208d1f6b5b-08d4c184, #w-node-_5600f64b-0cfc-8a89-8f50-c7b09838153d-08d4c184, #w-node-_642023fd-c96a-2ed2-f7e9-fe38732d523f-425ad1b6, #w-node-b5127a93-f82e-b451-1032-af6647d471a8-425ad1b6, #w-node-_42ad5e22-9f29-2bdd-89b6-f3609a6f7eb0-425ad1b6, #w-node-_695b417e-74c2-1bef-e3d5-2f2816425297-425ad1b6, #w-node-e41b2efb-f134-d831-cba2-3b923666c6f6-425ad1b6, #w-node-c72c1c2d-b31f-2a9c-6852-9b0fcbd6b79d-425ad1b6, #w-node-_1bfa4643-d8ec-7045-1ce8-b7ac9f516a41-425ad1b6, #w-node-a3e77807-a1e3-c600-f10c-f8b16348845e-425ad1b6, #w-node-_65ac1464-b249-6fbe-048e-3333ed269c15-425ad1b6, #w-node-_1da9b731-9ced-018c-feef-c4b2c151992e-425ad1b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bfec1e5-78e2-5003-3ddb-02aa6481a6ee-9576f927 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1bfec1e5-78e2-5003-3ddb-02aa6481a6f8-9576f927 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4021f67c-1aed-6301-e443-0de2ceba5a4a-9576f927, #w-node-_4021f67c-1aed-6301-e443-0de2ceba5a4b-9576f927 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4021f67c-1aed-6301-e443-0de2ceba5a54-9576f927 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3f78e6b-4041-2f8d-7cd3-7aab691de438-9576f927 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-b3f78e6b-4041-2f8d-7cd3-7aab691de439-9576f927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3f78e6b-4041-2f8d-7cd3-7aab691de448-9576f927 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3f78e6b-4041-2f8d-7cd3-7aab691de449-9576f927 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a0c5fd93-bcc1-4d0a-0c5a-36f6e84bed87-9576f927 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a0c5fd93-bcc1-4d0a-0c5a-36f6e84bed88-9576f927 {
  grid-area: 1 / 4 / 2 / 7;
  place-self: start;
}

#w-node-a0c5fd93-bcc1-4d0a-0c5a-36f6e84bed8e-9576f927, #w-node-a0c5fd93-bcc1-4d0a-0c5a-36f6e84bee07-9576f927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7011f562-55c3-74e9-d774-e4c8629e49d7-9576f927 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_7011f562-55c3-74e9-d774-e4c8629e49e0-9576f927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7011f562-55c3-74e9-d774-e4c8629e4a0b-9576f927 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_7011f562-55c3-74e9-d774-e4c8629e4a0c-9576f927, #w-node-_65b82b01-3777-2968-6fcb-e8347396ffa9-9576f927, #w-node-_65b82b01-3777-2968-6fcb-e8347396ffb6-9576f927, #w-node-_65b82b01-3777-2968-6fcb-e8347396ffc7-9576f927, #w-node-_65b82b01-3777-2968-6fcb-e8347396ffd4-9576f927, #w-node-_65b82b01-3777-2968-6fcb-e8347396ffe5-9576f927, #w-node-_65b82b01-3777-2968-6fcb-e8347396fffe-9576f927, #w-node-_65b82b01-3777-2968-6fcb-e83473970011-9576f927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b867c001-ad84-b428-b8d6-c4faf8ce0e71-9576f927 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b867c001-ad84-b428-b8d6-c4faf8ce0e73-9576f927 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b867c001-ad84-b428-b8d6-c4faf8ce0e7a-9576f927 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-b867c001-ad84-b428-b8d6-c4faf8ce0e7c-9576f927 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: start;
}

#w-node-_03886378-f314-72b5-2998-c81b8d7ca620-5a85866b, #w-node-_03886378-f314-72b5-2998-c81b8d7ca62e-5a85866b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_144c0d13-8416-a474-3b2d-915120a70bb2-42ed1cb3, #w-node-_144c0d13-8416-a474-3b2d-915120a70bb3-42ed1cb3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_144c0d13-8416-a474-3b2d-915120a70bbd-42ed1cb3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d32a-42ed1cb3, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d338-42ed1cb3, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d346-42ed1cb3, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d354-42ed1cb3, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d362-42ed1cb3, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d370-42ed1cb3, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d37e-42ed1cb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_144c0d13-8416-a474-3b2d-915120a70bb2-dd7b298b, #w-node-_144c0d13-8416-a474-3b2d-915120a70bb3-dd7b298b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_144c0d13-8416-a474-3b2d-915120a70bbd-dd7b298b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d32a-dd7b298b, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d338-dd7b298b, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d346-dd7b298b, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d354-dd7b298b, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d362-dd7b298b, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d370-dd7b298b, #w-node-_8799bb8b-f3ec-a77f-e50b-2e2a9be8d37e-dd7b298b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72be7db6-9d8e-9d76-a5d1-0746c0af04bd-448465da {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_72be7db6-9d8e-9d76-a5d1-0746c0af04bf-448465da {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_72be7db6-9d8e-9d76-a5d1-0746c0af04c6-448465da {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-_72be7db6-9d8e-9d76-a5d1-0746c0af04c8-448465da {
  grid-area: 4 / 1 / 5 / 3;
  place-self: start;
}

#w-node-_5bd89b82-792b-25e5-e29d-1b8a1e470579-448465da, #w-node-_5bd89b82-792b-25e5-e29d-1b8a1e470587-448465da, #w-node-_5bd89b82-792b-25e5-e29d-1b8a1e470595-448465da, #w-node-_5bd89b82-792b-25e5-e29d-1b8a1e4705a3-448465da, #w-node-_5bd89b82-792b-25e5-e29d-1b8a1e4705b1-448465da, #w-node-_5bd89b82-792b-25e5-e29d-1b8a1e4705bf-448465da, #w-node-_5bd89b82-792b-25e5-e29d-1b8a1e4705cd-448465da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eaa-37ce45cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eac-37ce45cb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eb9-37ce45cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ebb-37ce45cb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ec8-37ce45cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eca-37ce45cb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ed6-37ce45cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ed8-37ce45cb {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (min-width: 1280px) {
  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-626201cb {
    place-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-626201cb {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-626201cb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-19f2ac20 {
    place-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-19f2ac20 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-19f2ac20 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-0a79bf45 {
    place-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-0a79bf45 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-0a79bf45 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-35d9c813 {
    place-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-35d9c813 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-35d9c813, #w-node-_5cede798-31e1-20c5-6e8a-5802c06e5061-1f8b99b0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-3b4c1baa {
    place-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-3b4c1baa {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-3b4c1baa, #w-node-b3f78e6b-4041-2f8d-7cd3-7aab691de449-9576f927 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-626201cb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-626201cb {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-626201cb {
    grid-area: 2 / 6 / 3 / 7;
  }

  #w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-626201cb {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-626201cb {
    grid-area: 1 / 1 / 3 / 6;
    align-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-626201cb {
    grid-area: 3 / 1 / 4 / 6;
    place-self: auto;
  }

  #w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-626201cb {
    grid-area: 2 / 1 / 3 / 6;
    align-self: auto;
  }

  #w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-626201cb {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-626201cb {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-626201cb {
    grid-area: 1 / 1 / 2 / 6;
    align-self: auto;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-626201cb {
    grid-area: 3 / 1 / 4 / 6;
    place-self: start;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-626201cb {
    grid-area: 3 / 1 / 4 / 6;
    place-self: center;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-626201cb {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-19f2ac20 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-19f2ac20 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-19f2ac20 {
    grid-area: 2 / 6 / 3 / 7;
  }

  #w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-19f2ac20 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-19f2ac20 {
    grid-area: 1 / 1 / 3 / 6;
    align-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-19f2ac20 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: auto;
  }

  #w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-19f2ac20 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: auto;
  }

  #w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-19f2ac20 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-19f2ac20 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-19f2ac20 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: auto;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-19f2ac20 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: start;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-19f2ac20 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: center;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-19f2ac20 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-0a79bf45 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-0a79bf45 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-0a79bf45 {
    grid-area: 2 / 6 / 3 / 7;
  }

  #w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-0a79bf45 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-0a79bf45 {
    grid-area: 1 / 1 / 3 / 6;
    align-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-0a79bf45 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: auto;
  }

  #w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-0a79bf45 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: auto;
  }

  #w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-0a79bf45 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-0a79bf45 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-0a79bf45 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: auto;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-0a79bf45 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: start;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-0a79bf45 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: center;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-0a79bf45 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-35d9c813 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-35d9c813 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-35d9c813 {
    grid-area: 2 / 6 / 3 / 7;
  }

  #w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-35d9c813 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-35d9c813 {
    grid-area: 1 / 1 / 3 / 6;
    align-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-35d9c813 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: auto;
  }

  #w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-35d9c813 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: auto;
  }

  #w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-35d9c813 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-35d9c813 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-35d9c813 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: auto;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-35d9c813 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: start;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-35d9c813 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: center;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-35d9c813 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d0079e32-45bb-24b6-8536-d2e1a547adcd-c7553ca4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e4715c46-f4f7-7037-6699-a76b9e3ef576-c7553ca4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d6e9612-7ab1-1d9a-4182-d801312e100c-c7553ca4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b942db5a-4ca6-2365-924b-b9f08bc4ad1b-c7553ca4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_517e2300-71bb-3090-4f77-90aa87b1739c-aeb326f4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_517e2300-71bb-3090-4f77-90aa87b173a3-aeb326f4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90b03aaa-a739-166a-921b-f752e616cc94-e616cc92 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_90b03aaa-a739-166a-921b-f752e616cc9f-e616cc92 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90b03aaa-a739-166a-921b-f752e616cca8-e616cc92 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90b03aaa-a739-166a-921b-f752e616ccb1-e616cc92 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a6b2a0b1-5e02-30d6-d1b5-e57ceeb2ce94-f3ccb5e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a6b2a0b1-5e02-30d6-d1b5-e57ceeb2ce9b-f3ccb5e1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1ec5b265-fcab-c573-7f53-4b165998ffc2-12d67c80 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1ec5b265-fcab-c573-7f53-4b165998ffc9-12d67c80, #w-node-_8e12945a-c515-64c8-09e8-97af819d390a-1f8b99b0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5cede798-31e1-20c5-6e8a-5802c06e5050-1f8b99b0 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: auto;
  }

  #w-node-_5cede798-31e1-20c5-6e8a-5802c06e5060-1f8b99b0 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_5cede798-31e1-20c5-6e8a-5802c06e5061-1f8b99b0 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-c4a06e68-b783-9039-af2d-9f4a357bc404-2042bed0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_79b5769a-3312-5bb9-dd52-432eb5523108-2042bed0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_79b5769a-3312-5bb9-dd52-432eb552310f-2042bed0, #w-node-_1d3d8dbb-1b2f-ef5e-cd1a-a5216ae63194-bbe352a5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_60d171f4-359a-36f9-2ef8-b3139ccf0b74-bbe352a5 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: start;
  }

  #w-node-_60d171f4-359a-36f9-2ef8-b3139ccf0b73-bbe352a5 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: auto;
  }

  #w-node-_07d09005-3164-ea31-dee3-7432def71371-bbe352a5 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_07d09005-3164-ea31-dee3-7432def7133d-bbe352a5 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: center;
  }

  #w-node-_23e2bf14-fee5-469f-8eb3-fbd575f7e911-3b4c1baa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9b3e4afa-ac28-e688-cfbc-f441cce180b3-3b4c1baa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2e80711d-cac8-d798-694a-694d74dc2b9b-3b4c1baa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_80ba38f0-c008-bb24-86c2-40b0953363f1-3b4c1baa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-3b4c1baa {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-3b4c1baa {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto start;
  }

  #w-node-_40fd8df2-fd5b-7f4f-6988-db4199d30b08-3b4c1baa {
    grid-area: 2 / 1 / 3 / 6;
    align-self: auto;
  }

  #w-node-_53a96919-69d3-35a1-bf7b-e89bba810bb0-3b4c1baa {
    grid-area: 3 / 1 / 4 / 6;
    justify-self: start;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-3b4c1baa {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-3b4c1baa {
    grid-area: 1 / 1 / 2 / 6;
    place-self: auto start;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-3b4c1baa {
    grid-area: 2 / 1 / 3 / 6;
    place-self: start;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d70-3b4c1baa {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_82f9b3e7-d55c-990e-c118-90864eca5d7c-3b4c1baa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491856-ed808b2f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491858-ed808b2f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491864-ed808b2f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491866-ed808b2f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491872-ed808b2f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491874-ed808b2f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce149187f-ed808b2f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491881-ed808b2f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce149188f-ed808b2f, #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491891-ed808b2f, #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491893-ed808b2f, #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491895-ed808b2f, #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491897-ed808b2f, #w-node-_86d83f7f-d5ec-8cf9-e409-2abce1491899-ed808b2f {
    place-self: center;
  }

  #w-node-_86d83f7f-d5ec-8cf9-e409-2abce149189b-ed808b2f {
    justify-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-adc4abdc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-adc4abdc {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-adc4abdc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-adc4abdc {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-adc4abdc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-adc4abdc {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-adc4abdc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-adc4abdc {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a7-adc4abdc, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a9-adc4abdc, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ab-adc4abdc, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ad-adc4abdc, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72af-adc4abdc, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b1-adc4abdc {
    place-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b3-adc4abdc {
    justify-self: center;
  }

  #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796a6-854173ec, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796a8-854173ec, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796aa-854173ec, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796ac-854173ec, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796ae-854173ec, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796b0-854173ec {
    place-self: center;
  }

  #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796b2-854173ec {
    justify-self: center;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eaa-854173ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eac-854173ec {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eb9-854173ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ebb-854173ec {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ec8-854173ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eca-854173ec {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ed6-854173ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ed8-854173ec {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_00ab20a6-e829-6ada-9428-855bf298ec3b-854173ec, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec3d-854173ec, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec3f-854173ec, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec41-854173ec, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec43-854173ec, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec45-854173ec {
    place-self: center;
  }

  #w-node-_00ab20a6-e829-6ada-9428-855bf298ec47-854173ec {
    justify-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-16d842cf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-16d842cf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-16d842cf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-16d842cf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-16d842cf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-16d842cf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-16d842cf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-16d842cf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a7-16d842cf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a9-16d842cf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ab-16d842cf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ad-16d842cf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72af-16d842cf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b1-16d842cf {
    place-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b3-16d842cf {
    justify-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-5015f1b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-5015f1b1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-5015f1b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-5015f1b1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-5015f1b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-5015f1b1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-5015f1b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-5015f1b1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a7-5015f1b1, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a9-5015f1b1, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ab-5015f1b1, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ad-5015f1b1, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72af-5015f1b1, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b1-5015f1b1 {
    place-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b3-5015f1b1 {
    justify-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-7a5a1ccb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-7a5a1ccb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-7a5a1ccb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-7a5a1ccb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-7a5a1ccb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-7a5a1ccb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-7a5a1ccb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-7a5a1ccb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a7-7a5a1ccb, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a9-7a5a1ccb, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ab-7a5a1ccb, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ad-7a5a1ccb, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72af-7a5a1ccb, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b1-7a5a1ccb {
    place-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b3-7a5a1ccb {
    justify-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-590779bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-590779bf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-590779bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-590779bf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-590779bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-590779bf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-590779bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-590779bf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a7-590779bf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a9-590779bf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ab-590779bf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ad-590779bf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72af-590779bf, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b1-590779bf {
    place-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b3-590779bf {
    justify-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a726e-08d4c184 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7270-08d4c184 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727c-08d4c184 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a727e-08d4c184 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728a-08d4c184 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a728c-08d4c184 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7297-08d4c184 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a7299-08d4c184 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a7-08d4c184, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72a9-08d4c184, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ab-08d4c184, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72ad-08d4c184, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72af-08d4c184, #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b1-08d4c184 {
    place-self: center;
  }

  #w-node-_8dfea49b-d043-87e3-31fb-0b9c006a72b3-08d4c184 {
    justify-self: center;
  }

  #w-node-_1bfec1e5-78e2-5003-3ddb-02aa6481a6f8-9576f927, #w-node-_4021f67c-1aed-6301-e443-0de2ceba5a54-9576f927 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b3f78e6b-4041-2f8d-7cd3-7aab691de438-9576f927 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: auto;
  }

  #w-node-b3f78e6b-4041-2f8d-7cd3-7aab691de448-9576f927 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-b3f78e6b-4041-2f8d-7cd3-7aab691de449-9576f927 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-a0c5fd93-bcc1-4d0a-0c5a-36f6e84bed87-9576f927 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: auto;
  }

  #w-node-a0c5fd93-bcc1-4d0a-0c5a-36f6e84bed88-9576f927 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: start;
  }

  #w-node-_7011f562-55c3-74e9-d774-e4c8629e49d7-9576f927 {
    grid-area: 3 / 1 / 4 / 6;
    place-self: center;
  }

  #w-node-_7011f562-55c3-74e9-d774-e4c8629e4a0b-9576f927 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_03886378-f314-72b5-2998-c81b8d7ca627-5a85866b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_03886378-f314-72b5-2998-c81b8d7ca62e-5a85866b, #w-node-_144c0d13-8416-a474-3b2d-915120a70bbd-42ed1cb3, #w-node-_144c0d13-8416-a474-3b2d-915120a70bbd-dd7b298b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796a6-37ce45cb, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796a8-37ce45cb, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796aa-37ce45cb, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796ac-37ce45cb, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796ae-37ce45cb, #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796b0-37ce45cb {
    place-self: center;
  }

  #w-node-ebfbffd5-ab4d-6b32-98f3-715cb1e796b2-37ce45cb {
    justify-self: center;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eaa-37ce45cb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eac-37ce45cb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eb9-37ce45cb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ebb-37ce45cb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ec8-37ce45cb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689eca-37ce45cb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ed6-37ce45cb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6224b8a2-9708-cff8-e5b5-2fd12a689ed8-37ce45cb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_00ab20a6-e829-6ada-9428-855bf298ec3b-37ce45cb, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec3d-37ce45cb, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec3f-37ce45cb, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec41-37ce45cb, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec43-37ce45cb, #w-node-_00ab20a6-e829-6ada-9428-855bf298ec45-37ce45cb {
    place-self: center;
  }

  #w-node-_00ab20a6-e829-6ada-9428-855bf298ec47-37ce45cb {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_072c943d-858e-474c-7c1e-0c848a4be916-2042bed0 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-626201cb {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-626201cb {
    grid-area: 2 / 2 / 3 / 3;
    place-self: auto;
  }

  #w-node-_93bfa62f-b73c-6ace-5514-d7a8ea037480-626201cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6a7acc5-ce78-6925-14d5-15c3a17173d6-626201cb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-19f2ac20 {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-19f2ac20 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: auto;
  }

  #w-node-_93bfa62f-b73c-6ace-5514-d7a8ea037480-19f2ac20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6a7acc5-ce78-6925-14d5-15c3a17173d6-19f2ac20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-0a79bf45 {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-0a79bf45 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: auto;
  }

  #w-node-_93bfa62f-b73c-6ace-5514-d7a8ea037480-0a79bf45 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6a7acc5-ce78-6925-14d5-15c3a17173d6-0a79bf45 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-35d9c813 {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-35d9c813 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: auto;
  }

  #w-node-_93bfa62f-b73c-6ace-5514-d7a8ea037480-35d9c813 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6a7acc5-ce78-6925-14d5-15c3a17173d6-35d9c813 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c6749ac2-2fce-9796-8b1a-cbf7aa8303a2-aeb326f4 {
    grid-row: span 2 / span 2;
  }

  #w-node-_5cede798-31e1-20c5-6e8a-5802c06e5061-1f8b99b0 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: auto;
  }

  #w-node-_60d171f4-359a-36f9-2ef8-b3139ccf0b74-bbe352a5 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: start;
  }

  #w-node-_07d09005-3164-ea31-dee3-7432def71371-bbe352a5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_07d09005-3164-ea31-dee3-7432def7133d-bbe352a5 {
    grid-column-end: 2;
  }

  #w-node-_07d09005-3164-ea31-dee3-7432def71347-bbe352a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_07d09005-3164-ea31-dee3-7432def7135d-bbe352a5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a2113f80-2db5-8ec4-b18e-b5ba1d95f175-3b4c1baa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09dacc7d-fb2a-768d-471c-7f282140f0f0-3b4c1baa {
    grid-row: 1 / 2;
  }

  #w-node-_27289bf7-54bd-61bf-2d9c-2791736600d4-3b4c1baa {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_70132e29-c675-771b-05bf-e6faf8fe748c-3b4c1baa, #w-node-_70132e29-c675-771b-05bf-e6faf8fe7480-3b4c1baa {
    grid-column-end: 2;
  }

  #w-node-_93bfa62f-b73c-6ace-5514-d7a8ea037480-3b4c1baa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6a7acc5-ce78-6925-14d5-15c3a17173d6-3b4c1baa {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3f78e6b-4041-2f8d-7cd3-7aab691de449-9576f927 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: auto;
  }

  #w-node-_7011f562-55c3-74e9-d774-e4c8629e49e1-9576f927 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7011f562-55c3-74e9-d774-e4c8629e49f7-9576f927 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


