.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  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 {
  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-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #d60924;
  text-decoration: underline;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  color: #d60924;
  font-style: italic;
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.orange-btn {
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: none;
  background-color: #ae0017;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  transition: all .925s;
  display: flex;
}

.orange-btn:hover {
  background-color: #000;
}

.orange-btn.hero-btn {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #ae0017;
  font-size: 15px;
  font-weight: 600;
}

.orange-btn.hero-btn:hover {
  background-color: #000;
}

.orange-btn.submit-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.para-18 {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}

.para-18.line-height-9 {
  line-height: 9px;
}

.para-18.line-height-32 {
  line-height: 32px;
}

.para-18.white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.para-18.white.centered {
  width: 80%;
  text-align: center;
  margin-bottom: 38px;
}

.para-18.center-align {
  text-align: center;
  font-size: 19px;
  font-weight: 300;
}

.para-18.in-tabs {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 29px;
}

.para-18.in-tabs.services-list {
  margin-top: 17px;
  margin-bottom: 0;
  font-weight: 700;
}

.para-18.in-tabs.services-list.speical {
  color: #084284;
  font-style: italic;
}

.para-18.in-tabs-about-packages {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 27px;
}

.para-18.italic {
  color: #084284;
  margin-top: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 27px;
}

.purple-btn {
  width: 100%;
  height: 100%;
  color: #2c1258;
  text-align: center;
  text-transform: none;
  background-color: rgba(44, 18, 88, 0);
  border: 2px solid #2c1258;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .3s;
  display: flex;
}

.purple-btn:hover {
  color: #fff;
  background-color: #f4ab00;
  border-color: #f4ab00;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
}

.color-palette-container {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 56px;
}

.h4._600-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.style-guide-title {
  width: 50%;
  height: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
}

.h1._600-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.para-16 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.para-16.bold-600 {
  color: #017afe;
  font-size: 15px;
  font-weight: 700;
}

.para-16.bold-600.lh {
  color: #084284;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  line-height: 18px;
}

.para-16.bold-600.lh._1st {
  margin-top: 0;
}

.para-16.line-height-1 {
  font-weight: 600;
  line-height: 16px;
}

.para-16.line-height-25 {
  line-height: 25px;
}

.para-16.line-height-32-weight-600 {
  font-weight: 600;
  line-height: 32px;
}

.para-16.white-para-16 {
  color: #fff;
}

.para-16.bold-600---small-list {
  color: #017afe;
  font-size: 14px;
  font-weight: 700;
}

.para-16.bold-600-discounts {
  color: #017afe;
  font-size: 15px;
  font-weight: 700;
}

.para-16.bold-600-discounts-caps {
  color: #017afe;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.all-heading-container {
  width: 50%;
  min-height: 550px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.post-rich-text h2 {
  color: #2c1258;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
}

.post-rich-text p {
  color: #2c1258;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.post-rich-text ul {
  color: #2c1258;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.post-rich-text li {
  color: #2c1258;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.post-rich-text strong {
  font-weight: 600;
}

.post-rich-text h3 {
  color: #2c1258;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.post-rich-text h4 {
  color: #2c1258;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.post-rich-text blockquote {
  color: #2c1258;
  border-left-width: 4px;
  border-left-color: #f4ab00;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0 0 0 50px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 35px;
}

.post-rich-text ol {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.post-rich-text h5 {
  color: #2c1258;
  font-family: Montserrat, sans-serif;
}

.post-rich-text img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-rich-text figcaption {
  color: #604b83;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
}

.post-rich-text a {
  color: #f4ab00;
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: block;
}

.style-guide-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.style-guide-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.style-guide-paragraph {
  max-width: 630px;
  text-align: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.button-container {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.style-guide-para-wrapper {
  margin-bottom: 20px;
}

.h8 {
  color: #d10721;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.h8.line-height-26 {
  line-height: 26px;
}

.h8.creditcards {
  font-size: 14px;
}

.h8._2nd {
  margin-top: 20px;
  margin-bottom: 5px;
}

.h8.margin-more {
  margin-top: 7px;
  margin-bottom: 8px;
}

.h8.bigger {
  letter-spacing: .1em;
  font-size: 28px;
}

.h8.hero {
  color: #ff1231;
  margin-bottom: 11px;
  font-size: 19px;
}

.h8.brighter {
  color: #e00925;
}

.h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.h3 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2em;
}

.h3.responsive {
  color: #090860;
}

.h3.white {
  color: #fff;
}

.h3.center {
  text-align: center;
  font-size: 53px;
}

.h3.dark {
  color: #000;
}

.h3.dark.margin {
  margin-bottom: 30px;
}

.h3.dark._15-margin {
  margin-bottom: 15px;
}

.h3.white-margin {
  color: #fff;
  margin-bottom: 20px;
}

.h3.white-margin-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.h3.center-white {
  color: #090860;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 16px;
}

.h3.cta-services {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 51px;
}

.h7 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.h7.line-height-30-weight-600 {
  font-weight: 600;
  line-height: 30px;
}

.h7.font-weight-600 {
  font-weight: 600;
}

.all-paragraph-container {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.color-palette {
  height: 120px;
  background-color: #fff;
  box-shadow: 0 5px 45px rgba(175, 177, 177, .3);
}

.color-palette.text-blue {
  background-color: #604b83;
}

.color-palette.heading-blue {
  background-color: #2c1258;
}

.color-palette.orange {
  background-color: #f4ab00;
}

.color-palette.background-blue {
  background-color: #6425cb;
}

.para-17 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.para-17.font-weight-600 {
  font-weight: 600;
}

.style-guide-block {
  width: 100%;
  background-color: #017afe;
  background-image: url('../images/wave-top-twocolor.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 8px 8px 84px rgba(67, 86, 100, .14);
}

.para-15 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.para-15.line-height-1 {
  line-height: 15px;
}

.para-14 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.para-14.margin-right-10 {
  margin-right: 10px;
}

.para-14.margin-right-2 {
  margin-right: 2px;
}

.para-12 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.home-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.home-section.blog {
  background-color: #017afe;
  background-image: none;
  background-size: auto;
}

.home-content-wrapper {
  height: 100%;
}

.top-bar-container {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-hero-wrapper {
  padding-top: 75px;
  padding-bottom: 200px;
}

.top-bar-contact-div {
  margin-right: 20px;
  display: flex;
}

.top-bar-contact-icon-div {
  width: 28px;
  height: 28px;
  background-color: #ae0017;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.top-bar-contact-detail-div {
  color: #fff;
}

.phone-image {
  width: 12px;
  height: 12px;
}

.top-bar-contact-wrapper {
  align-items: center;
  display: flex;
}

.topbar-social-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.topbar-social-div {
  color: #fff;
  object-fit: contain;
  margin-right: 15px;
  transition: all .3s;
}

.topbar-social-div:hover {
  color: #f4ab00;
}

.topbar-social-div.fb {
  width: 9.14063px;
  height: 16px;
}

.topbar-social-div.linkedin {
  width: 13.7188px;
  height: 16px;
}

.topbar-social-div.twitter {
  width: 14.8438px;
  height: 16px;
}

.topbar-social-div.pintrest {
  width: 11.4219px;
  height: 16px;
  margin-right: 0;
}

.image {
  height: 16px;
}

.twitter-image {
  height: 14px;
}

.navbar {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  padding: 15px 20px;
  display: block;
}

.nav-link {
  color: #232425;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.nav-link:hover {
  color: #ae0017;
}

.nav-link.w--current {
  color: #d60924;
}

.navbar-container {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.enquire-btn-wrapper {
  width: 100px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.brand {
  height: 60px;
}

.brand.w--current {
  height: 65px;
}

.home-hero-flexbox {
  display: flex;
}

.home-hero-flex-left {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 25px;
  display: flex;
}

.home-hero-flex-right {
  width: 50%;
  padding-left: 25px;
}

.home-hero-heading-div {
  width: 90%;
  color: #fff;
  margin-bottom: 30px;
}

.home-hero-caption-div {
  max-width: 430px;
  color: #fff;
  margin-bottom: 30px;
}

.home-hero-btn-div {
  width: 200px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.home-hero-btn-div.service-button {
  width: 260px;
  margin-bottom: 39px;
}

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

.home-hero-heading-span {
  color: #ae0017;
}

.home-hero-image-div {
  width: 133%;
  margin-left: -70px;
}

.section-divider-bottom-curve {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/wave-bottom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 6px;
}

.section-divider-bottom-curve.background-dark {
  background-color: #421b81;
}

.section-divider-bottom-curve.background-dark.alt {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/wave-top-twocolor.svg');
  background-position: 0 -1px;
}

.section-divider-bottom-curve.hide-mobile {
  height: 90px;
  background-position: 50% 100%;
  background-size: contain;
  margin-top: -60px;
  padding-top: 0;
}

.section-divider-bottom-curve.interior-page {
  margin-top: -42px;
}

.about-section {
  margin-top: -190px;
  padding-top: 0;
  padding-bottom: 70px;
}

.about-content-wrapper {
  background-color: #fff;
  background-image: url('../images/wave-top-twocolor-blue.svg');
  background-position: -150px -1px;
  background-repeat: no-repeat;
  background-size: 2000px;
  border-radius: 20px;
  padding: 100px 80px 80px;
  box-shadow: 9px 9px 35px -6px rgba(0, 0, 0, .1);
}

.about-flex-box {
  justify-content: space-between;
  display: flex;
}

.about-flex-left {
  width: 80%;
  padding-left: 0;
  padding-right: 60px;
}

.about-flex-right {
  width: 50%;
  border-left: 2px solid #e3e3e3;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.about-caption-div {
  color: #f4ab00;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-heading-div {
  color: #2c1258;
  margin-bottom: 20px;
}

.about-para-div {
  color: #604b83;
}

.about-right-card-wrapper {
  justify-content: flex-start;
  display: flex;
}

.about-right-card-wrapper._1st {
  margin-bottom: 60px;
}

.about-card-icon-div {
  width: 86px;
  height: 86px;
  background-image: url('../images/icons-softwash-house2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 24px;
}

.about-card-content-div {
  color: #604b83;
}

.about-card-heading-div {
  color: #2c1258;
  margin-bottom: 5px;
  font-weight: 600;
}

.about-card-heading-div.towing-service-areas {
  margin-bottom: 15px;
}

.about-card-icon-div-2 {
  width: 86px;
  height: 86px;
  background-image: url('../images/icons-high-pressure.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 24px;
}

.why-seo-section {
  background-color: #fff;
}

.why-us-flex-box {
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 150px;
  display: flex;
}

.why-us-flex-left {
  width: 55%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 25px;
  display: flex;
}

.why-us-flex-right {
  width: 45%;
  flex: 1;
  padding-left: 25px;
}

.why-us-flex-box-2 {
  justify-content: space-between;
  padding-bottom: 80px;
  display: flex;
}

.why-us-flex-left-2 {
  width: 50%;
  padding-top: 0;
  padding-right: 25px;
}

.why-us-flex-right-2 {
  width: 50%;
  padding-left: 25px;
}

.why-us-flex-right-2.left {
  padding-left: 0;
  padding-right: 25px;
}

.why-uus-image-div {
  max-width: 90%;
  flex: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.why-uus-image-div._100-percent {
  max-width: 90%;
}

.why-us-caption-div {
  color: #f4ab00;
  margin-bottom: 20px;
  font-weight: 600;
}

.why-us-caption-div.subheader {
  margin-bottom: 5px;
}

.why-us-heading-div {
  color: #2c1258;
  margin-bottom: 20px;
}

.why-us-list-div {
  display: flex;
}

.why-us-list-div.below-img {
  margin-top: 41px;
}

.update-list-wrappper {
  width: 100%;
}

.update-list-wrappper.services-pg {
  margin-top: 22px;
}

.why-us-list-row {
  color: #084284;
  align-items: flex-start;
  margin-bottom: 4px;
  display: flex;
}

.why-us-list-row._2 {
  margin-bottom: 0;
}

.check-icon-wrapper {
  width: 20px;
  height: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 7.5px 0;
  display: flex;
}

.check-icon {
  width: 16px;
  height: 16px;
}

.why-us-content-div {
  color: #604b83;
  margin-bottom: 30px;
}

.why-us-card-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.why-us-card-div {
  background-color: #f6f1ff;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 25px;
  display: flex;
}

.why-us-card-icon-div {
  width: 64px;
  height: 64px;
  background-color: #604b83;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 21px;
  display: flex;
}

.why-us-card-content-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.why-us-card-icon {
  width: 28px;
}

.why-us-card-heading-div, .why-us-card-para-div {
  color: #2c1258;
}

.section-divider-top-curve {
  background-color: #fff;
  background-image: url('../images/wave-bottom-twocolor-new.svg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 4%;
}

.section-divider-top-curve.background-dark {
  background-color: #421b81;
}

.section-divider-top-curve.top-curve {
  background-image: url('../images/wave-bottom-twocolor.svg');
  background-position: 55% 100%;
}

.conversion-rate-section {
  background-color: #090860;
  padding-top: 100px;
  padding-bottom: 100px;
}

.conversion-rate-flex-box {
  justify-content: space-between;
  display: flex;
}

.conversion-rate-flex-left {
  width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 25px;
  display: flex;
}

.conversion-rate-flex-right {
  width: 60%;
  padding-left: 25px;
}

.conversion-rate-heading-div {
  color: #fff;
  margin-bottom: 20px;
}

.conversion-rate-content-div {
  color: #fff;
  margin-bottom: 30px;
}

.conversion-rate-btn-div {
  width: 186px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.service-block-overflow-hidden {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.other-services-block-container {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.service-block-paragraph-container {
  color: #604b83;
  margin-bottom: 30px;
}

.services-blocks-column {
  margin-top: 0;
}

.services-blocks-column._2nd-column {
  margin-top: 30px;
  margin-left: 30px;
}

.other-service-block {
  height: auto;
  max-width: 318px;
  color: #1c1c1c;
  text-transform: none;
  background-color: #fff;
  border-top: 5px #017afe;
  border-left: 10px solid #017afe;
  border-radius: 4px;
  align-items: flex-end;
  margin-bottom: 30px;
  padding: 15px 35px 15px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}

.service-block-heading-container {
  color: #2c1258;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-block-icon-container {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}

.service-block-arrow-container {
  width: 30px;
  margin-bottom: -40px;
}

.services-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.services-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-heading-div {
  color: #2c1258;
  margin-bottom: 30px;
}

.tab {
  width: 165px;
  height: 110px;
  color: #2c1258;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .05);
}

.tab.w--current {
  color: #fff;
  background-color: #f4ab00;
}

.tab-menu {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.tabs {
  width: 100%;
}

.tab-btm-arrow {
  width: 18px;
  height: 18px;
  opacity: 0;
  background-color: #f4ab00;
  display: block;
  position: absolute;
  top: auto;
  bottom: -7px;
  left: 45%;
  right: 0%;
  transform: rotate(45deg);
}

.tab-icons {
  width: 25px;
  height: 25px;
  margin-bottom: 17px;
  position: relative;
}

.tab-icon-svg {
  width: 100%;
  height: 100%;
}

.tab-content {
  margin-top: 90px;
}

.tab-flex-box {
  justify-content: space-between;
  display: flex;
}

.tab-flex-left {
  width: 50%;
  text-align: left;
  padding-right: 60px;
}

.tab-flex-right {
  width: 50%;
}

.tab-heading-div {
  color: #2c1258;
  margin-bottom: 10px;
}

.tab-content-div {
  color: #604b83;
  margin-bottom: 0;
}

.tab-list-div {
  margin-bottom: 30px;
  display: flex;
}

.tab-list-div.service-location {
  margin-top: 30px;
}

.tab-list-row {
  color: #2c1258;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.tab-check-icon {
  width: 100%;
  height: 100%;
}

.tab-check-icon-wrapper {
  width: 30px;
  height: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 7.5px;
  display: flex;
}

.tab-panel-btn-div {
  width: 240px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.tab-panel-list-wrappper {
  width: 100%;
}

.tab-panel-2-btn-div {
  width: 258px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.how-seo-works-section {
  background-color: #090860;
  padding-top: 80px;
  padding-bottom: 100px;
}

.how-seo-content-wrapper {
  text-align: center;
}

.how-seo-heading-div {
  width: 36%;
  color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.how-seo-span {
  color: #f4ab00;
}

.how-seo-content-div {
  color: #fff;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.how-seo-process-div-wrapper {
  justify-content: space-between;
  display: flex;
}

.how-seo-process-div {
  flex-direction: column;
  display: flex;
  position: relative;
}

.how-seo-process-icon-div {
  margin-bottom: 25px;
}

.how-seo-process-title-div {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.how-seo-process-content-div {
  color: #fff;
}

.why-seo-icon {
  width: 55px;
  height: 55px;
}

.how-seo-process-line {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  top: 27.5px;
  right: 0;
  transform: translate(73.5%);
}

.how-seo-process-div-container {
  width: 33.33%;
  padding-left: 60px;
  padding-right: 60px;
}

.team-section {
  padding: 60px 12% 80px;
}

.team-div-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-heading-div {
  color: #2c1258;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.team-content-div {
  color: #604b83;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.team-details-div {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 60px;
  display: grid;
}

.team-card {
  display: flex;
}

.team-card-image-div {
  width: 86px;
  height: 86px;
  min-width: 86px;
  background-image: url('../images/download_1download.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.team-card-details-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.team-card-heading-div {
  color: #2c1258;
  font-weight: 600;
}

.team-card-caption-div {
  color: #604b83;
}

.team-card-image-div-2 {
  width: 86px;
  height: 86px;
  min-width: 86px;
  background-image: url('../images/download-1_1download (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.team-card-image-div-3 {
  width: 86px;
  height: 86px;
  min-width: 86px;
  background-image: url('../images/download-2_1download (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.team-card-image-div-4 {
  width: 86px;
  height: 86px;
  min-width: 86px;
  background-image: url('../images/download-3_1download (3).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.team-card-image-div-5 {
  width: 86px;
  height: 86px;
  min-width: 86px;
  background-image: url('../images/anthony-jones_1anthony-jones.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.team-card-image-div-6 {
  width: 86px;
  height: 86px;
  min-width: 86px;
  background-image: url('../images/edam-evans_1edam-evans.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.pricing-section {
  background-color: #6425cb;
  padding-top: 70px;
  padding-bottom: 110px;
}

.pricing-div-wrapper {
  flex-direction: column;
  display: flex;
}

.pricing-price-caption {
  color: #f4ab00;
  margin-top: 5px;
}

.pricing-check-icon-wrapper {
  width: 30px;
  height: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.pricing-btn {
  width: 168px;
  height: 54px;
}

.pricing-list-div {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: -8px;
}

.pricing-list-row {
  color: #604b83;
  border: 0 #dfedff;
  border-bottom-width: 1px;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 18px;
  padding-left: 0;
  display: flex;
}

.pricing-price-div {
  color: #5b25b3;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.pricing-list-wrappper {
  width: 100%;
}

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

.pricing-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 34px 33px 50px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px rgba(255, 255, 255, .04);
}

.pricing-heading-div {
  color: #fff;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-content-div {
  color: #fff;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-span {
  font-size: 50px;
  line-height: 36px;
}

.pricing-popular-img-div {
  margin-left: -1px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.reviewer-name {
  color: #604b83;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonial-left-arrow {
  max-width: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  width: 15px;
  height: 15px;
}

.reviewer-image {
  width: 100%;
  height: 100%;
}

.anchorlink-space {
  z-index: -2;
  width: 100%;
  height: 80px;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-quote-container {
  max-width: 62%;
  color: #604b83;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 40px;
}

.testimonial-header {
  color: #2c1258;
  text-align: center;
  letter-spacing: 1px;
}

.reviewer-details {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-right-arrow {
  max-width: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-quote-icon {
  width: 100%;
  height: 100%;
}

.testimonial-quote-icon-wrapper {
  width: 34px;
  height: 28px;
  margin: 20px auto 25px;
  padding: 0;
}

.testimonial-section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.reviewer-designation {
  color: #604b83;
}

.testimonial-mask {
  height: auto;
  padding-bottom: 60px;
}

.testimonial-slider-nav {
  font-size: 7px;
  line-height: 7px;
}

.reviewer-image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 12px;
  overflow: hidden;
}

.right-arrow {
  width: 15px;
  height: 15px;
}

.testimonial-quote-content {
  font-size: 24px;
  line-height: 43.2px;
}

.logos-div-wrapper {
  border-top: 1px solid #e9e9e9;
  padding-top: 70px;
  padding-bottom: 30px;
}

.logos-div {
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-img-6 {
  width: 84px;
}

.logos-img-2 {
  width: 109px;
}

.logos-img-3 {
  width: 95px;
  height: auto;
}

.logos-img-4 {
  width: 46px;
}

.logos-img-5 {
  width: 79px;
}

.section-divider-top-curve-grey {
  background-color: #e5d8fa;
  background-image: url('../images/SEO-top-curve.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 4%;
}

.blog-section {
  background-color: #e5d8fa;
  padding-top: 90px;
  padding-bottom: 140px;
}

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

.blog-heading-div {
  color: #2c1258;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.blog-content-div {
  color: #604b83;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.blog-collection-list {
  width: 100%;
  margin-bottom: 60px;
}

.blog-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-card {
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-card-image {
  width: 100%;
  height: 288px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.blog-card-categories {
  margin-bottom: 18px;
}

.blog-card-heading {
  color: #2c1258;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

.blog-card-detail-wrapper {
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: flex-start;
  padding: 30px;
  display: flex;
}

.blog-card-cat-list {
  justify-content: center;
  display: flex;
}

.blog-card-cat-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-card-cat-link {
  color: #604b83;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.cat-seperater {
  width: 4px;
  height: 4px;
  opacity: 0;
  background-color: rgba(36, 108, 255, .4);
  border-radius: 50%;
  margin-left: 9px;
  margin-right: 9px;
}

.blog-see-more-btn {
  width: 179px;
  height: 54px;
}

.contact-section {
  background-color: #2c1258;
  padding-top: 110px;
  padding-bottom: 100px;
}

.contact-section.white-section {
  background-color: #090860;
}

.section-divider-bottom-curve-dark-blue {
  background-color: #fff;
  background-image: url('../images/wave-top-twocolor-red.svg');
  background-position: 14% -1px;
  background-size: cover;
  margin-top: -1px;
  padding-top: 4%;
  padding-bottom: 4%;
}

.content-div-wrapper {
  flex-direction: column;
  display: flex;
}

.contact-heading-div {
  color: #fff;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.contact-content-div {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.content-div {
  background-color: #fff;
  padding-top: 30px;
}

.content-div.contact-testimonials {
  padding-top: 0;
}

.contact-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -190px;
  display: grid;
}

.contact-form-div-wrapper {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 40px;
}

.contact-card-div {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .07);
}

.contact-card-icon-div {
  height: 54px;
  margin-bottom: 20px;
}

.contact-card-heading-div {
  color: #2c1258;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-card-content-div {
  color: #604b83;
  text-align: center;
}

.contact-form-flex {
  justify-content: space-between;
  display: flex;
}

.contact-flex-left {
  width: 50%;
  justify-content: center;
  padding-right: 25px;
  display: flex;
}

.contact-flex-right {
  width: 50%;
  padding-bottom: 0;
  padding-left: 25px;
}

.contact-flex-right.full-width-flex {
  width: 100%;
  padding-left: 0;
}

.contact-form-img-div {
  width: 496px;
}

.contact-flex-right-heading-div {
  color: #2c1258;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.contact-flex-right-content-div {
  color: #604b83;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contact-flex-right-span {
  color: #017afe;
}

.form {
  flex-direction: column;
  display: flex;
}

.contact-form-row {
  justify-content: space-between;
  display: flex;
}

.contact-form-column {
  width: 46%;
  margin-bottom: 25px;
  padding: 0;
}

.contact-form-column.margin-right {
  margin-right: 4%;
}

.contact-form-column.select-clm-margin-right {
  margin-right: 4%;
  padding-right: 0;
}

.input-text {
  height: 52px;
  color: #604b83;
  background-color: #fff;
  border: 1px solid rgba(44, 18, 88, .1);
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 15px;
  line-height: 26px;
}

.input-text:focus {
  border-color: #2c1258;
}

.input-text::-ms-input-placeholder {
  color: #604b83;
}

.input-text::placeholder {
  color: #604b83;
}

.input-text.msg-feild {
  height: auto;
  min-height: 130px;
}

.text-area-div {
  width: 96%;
}

.submit-btn-div {
  width: 180px;
  height: 57px;
  align-self: center;
  margin-top: 25px;
}

.submit-btn-div.less-top-margin {
  margin-top: 0;
}

.change-log-link {
  color: #604b83;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: underline;
  transition: opacity .3s;
}

.change-log-link:hover, .change-log-link.w--current:hover {
  color: #2293d7;
}

.copy-right-text {
  font-size: 14px;
  display: inline-block;
}

.footer-icon {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.footer-link-heading-container {
  color: #2c1258;
  margin-bottom: 5px;
  font-weight: 600;
}

.footer-link-heading-container.less-15 {
  margin-bottom: 0;
}

.footer-logo {
  width: 250px;
  height: auto;
  margin-top: -5px;
}

.footer-list-item {
  color: #2c1258;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.copy-right-text-container {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.footer-links-list {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.powered-by-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.footer-nav-column {
  width: 17%;
  max-width: 300px;
  padding-left: 5px;
  padding-right: 5px;
}

.webflow {
  color: #f4ab00;
  text-decoration: none;
  transition: letter-spacing .4s;
}

.webflow:hover {
  letter-spacing: 1px;
}

.footer-link-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licensing-link {
  color: #604b83;
  font-size: 14px;
  text-decoration: underline;
  transition: color .3s;
}

.licensing-link:hover {
  color: #2293d7;
}

.footer-container {
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-icon-container {
  width: 20px;
  height: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.footer-icon-container.for-mail {
  width: 20px;
  height: 25px;
  padding-right: 3px;
}

.h5-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.h5-2._600-bold {
  font-weight: 600;
}

.footer-office-contact {
  max-width: 100%;
  color: #000;
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.footer-contact-column {
  width: 20%;
  max-width: 310px;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}

.footer-app-link {
  width: 27%;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}

.footer-section {
  border: 1px solid rgba(44, 18, 88, .1);
  padding-top: 70px;
  padding-bottom: 30px;
}

.footer-column {
  width: 25%;
  padding-top: 5px;
  padding-right: 5px;
}

.webflow-span {
  color: #ae0017;
  margin-left: 2px;
}

.non-linked-footer-list-item {
  max-width: 313px;
  color: #848991;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.non-linked-footer-list-item.hours-of-operation {
  margin-top: 20px;
}

.footer-logo-link-2 {
  width: auto;
  height: auto;
  flex: 0 auto;
  margin-bottom: 0;
}

.copy-right---social-icon-container {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-logo-container {
  margin-bottom: 20px;
  padding-right: 10px;
}

.footer-follow-us-column {
  width: 20%;
  max-width: 250px;
  padding-left: 5px;
  font-style: normal;
}

.footer-caption-div {
  width: 100%;
  color: #604b83;
  margin-bottom: 30px;
}

.footer-social-icon-div-wrapper {
  justify-content: flex-start;
  display: flex;
}

.footer-social-icon-div {
  width: 23px;
  height: 22px;
  color: #604b83;
  margin-right: 32px;
  transition: all .3s;
}

.footer-social-icon-div:hover {
  color: #f4ab00;
}

.footer-social-icon-div.fb {
  width: 12.5781px;
}

.footer-social-icon-div.insta {
  width: 18.875px;
}

.footer-social-icon-div.twitter {
  width: 20.4219px;
}

.facebook-embbed {
  width: 100%;
  height: 100%;
}

.blog-page-hero-wrapper {
  padding-top: 84px;
  padding-bottom: 100px;
}

.blog-page-breadcrumb-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-page-heading-div {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.blog-page-caption-div {
  width: 40%;
  color: #fff;
  text-align: center;
}

.recent-posts-div {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.full-horizontal-divider2 {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 10px;
}

.blog-post-container {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.blog-search-button {
  z-index: 1;
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.blog-search-button:focus {
  color: #848991;
}

.advertisement-title-container {
  color: #2c1258;
}

.blog-about-heading-container {
  color: #2c1258;
  margin-bottom: 20px;
  font-weight: 600;
}

.full-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 10px;
}

.post-right-flex {
  max-width: 340px;
  flex: none;
  padding-left: 30px;
  position: relative;
}

.blog-search-icon {
  width: 14px;
}

.blog-post-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.tags {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-search-input {
  height: 100%;
  color: #2c1258;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.blog-search-input::-ms-input-placeholder {
  color: #604b83;
}

.blog-search-input::placeholder {
  color: #604b83;
}

.blog-about-sticky-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  overflow: visible;
}

.blog-search-icon-container {
  z-index: 0;
  width: 50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tag-item {
  margin-bottom: 10px;
}

.blog-post-item {
  width: 100%;
  height: 320px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.blog-search {
  width: 100%;
  height: 55px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 5px 7px rgba(0, 0, 0, .05);
}

.blog-search:focus {
  color: #848991;
}

.tag-list {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.all-blog-post {
  margin-left: 0;
  padding-left: 0;
  padding-right: 30px;
}

.tag-list-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-search-container {
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.blog-post-collection-container {
  padding-bottom: 0;
}

.blog-page-item-card {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.blog-page-post-heading-div {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 600;
}

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

.blog-page-post-caption-div {
  color: #fff;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.clock-img {
  width: 100%;
  height: 100%;
}

.clock-img-div {
  width: 13px;
  height: 13px;
  margin-top: -8px;
  margin-right: 5px;
}

.blog-post-img-background {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-page-cat-wrapper {
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 30px;
  right: 0%;
}

.cat-list {
  flex-direction: row;
  display: flex;
}

.cat-item {
  align-items: center;
  display: flex;
}

.blog-page-cat-name-div {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.blog-page-cat-seperater {
  width: 4px;
  height: 4px;
  opacity: 0;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 50%;
  margin-left: 9px;
  margin-right: 9px;
}

.sidebar-cat-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sidebar-cat-name-div {
  color: #604b83;
  margin-bottom: 15px;
  transition: all .3s;
}

.sidebar-cat-name-div:hover {
  color: #f4ab00;
}

.recent-post-heading-div {
  max-width: 185px;
  margin-bottom: 8px;
}

.recent-post-heading {
  color: #2c1258;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.clock-icon-div {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.clock-icon-div.size-12px {
  width: 12px;
  height: 12px;
}

.image-6 {
  display: block;
}

.recent-post-item-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.recent-post-date-div {
  color: #656565;
  display: flex;
}

.recent-posts-date {
  color: #604b83;
  font-size: 13px;
  line-height: 16px;
}

.recent-posts-image-div {
  width: 75px;
  height: 75px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 20px;
}

.tag-link {
  color: #604b83;
  font-size: 15px;
  line-height: 25px;
}

.blog-page-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-fixed {
  border-radius: 0;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -90px);
  box-shadow: 0 4px 30px rgba(167, 172, 183, .3);
}

.scroll-to-top {
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #d60924;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}

.scroll-to-top-link {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.up-arrow-image {
  width: 10px;
  height: 10px;
}

.middle-line--45, .middle-line-45, .middle-line {
  width: 100%;
  height: 2px;
  background-color: #313233;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.bottom-line {
  width: 100%;
  height: 2px;
  transform-origin: 0 100%;
  background-color: #313233;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-animation {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-line {
  width: 100%;
  height: 2px;
  transform-origin: 0 0;
  background-color: #313233;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-open-overlay {
  display: none;
}

.nav-menu-logo {
  height: 20px;
  display: none;
}

.contact-us-btn-wrapper {
  width: 100px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: none;
}

.blogpage-navbar {
  border-radius: 0;
}

.single-blog-breadcrumb-section {
  min-height: 60vh;
  background-color: rgba(0, 0, 0, .5);
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.single-blog-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.single-blog-breadcrumb-overlay {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.single-blog-cat-wrapper {
  margin-bottom: 25px;
}

.single-blog-brc-heading-div {
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}

.post-author-details-container {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.post-date {
  color: #fff;
  padding-top: 1px;
}

.post-author-image-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 10px;
  overflow: hidden;
}

.post-date-container {
  height: 20px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.by-2 {
  color: #fff;
  margin-right: 2px;
  display: inline-block;
}

.post-date-icon {
  width: 100%;
  height: 100%;
}

.author-name {
  color: #fff;
  transition: color .3s;
  display: inline-block;
}

.post-date-icon-wrapper {
  width: 14px;
  height: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.post-author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.single-blog-content-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.single-blog-author-box {
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
}

.author-details-container {
  max-width: 800px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 45px;
  display: flex;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .07);
}

.footer-author-image {
  width: 88px;
  height: 88px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 250px;
  flex: none;
  margin-right: 30px;
}

.blog-bottom-author-name {
  color: #2c1258;
  margin-bottom: 5px;
  font-weight: 600;
}

.author-bio-container {
  color: #604b83;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

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

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

.read-more-link {
  color: #f4ab00;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-weight: 600;
  transition: box-shadow .8s;
  box-shadow: inset 0 -2px #f4ab00;
}

.read-more-link:hover {
  color: #588af0;
  box-shadow: inset 0 -2px #588af0;
}

.blog-post-description {
  color: #4f545b;
  margin-top: 20px;
  margin-bottom: 25px;
  display: block;
}

.blog-link-container {
  align-items: center;
  display: flex;
}

.blog-post-block {
  z-index: 1;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}

.blog-post-block-text-container {
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
}

.blog-post-link {
  color: #2c1258;
  font-weight: 600;
  transition: color .35s;
}

.blog-post-link:hover {
  color: #f4ab00;
}

.blog-post-block-title {
  color: #313233;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 34px;
}

.blog-post-block-title:hover {
  color: #588af0;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  line-height: 44px;
}

.h2-2._600-bold {
  font-weight: 600;
}

._404-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.search-icon {
  width: 14px;
}

._404-search-button {
  z-index: 1;
  color: #222246;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.search-icon-container {
  z-index: 0;
  width: 50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

._404-search-field {
  width: 60%;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px rgba(132, 137, 145, .2);
}

._404-para {
  color: #604b83;
}

._404-search-input {
  width: 100%;
  color: #848991;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.utility-page-content-2 {
  color: #2c1258;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.field-label {
  color: #604b83;
}

.heading {
  color: #2c1258;
}

.why-is-img {
  border-radius: 16px;
}

.logo-slider {
  height: 150px;
  background-color: rgba(221, 221, 221, 0);
  display: block;
  position: relative;
}

.slider-logo-div {
  width: 16.67%;
  height: 150px;
  max-width: 194px;
}

.icon {
  color: #f4ab00;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.icon-2 {
  color: #f4ab00;
  display: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pagination {
  justify-content: flex-start;
  margin-top: 70px;
}

.next, .previous {
  color: #fff;
  background-color: #f4ab00;
  border-style: none;
  border-width: 0;
  border-radius: 32px;
  margin-left: 0;
}

.why-us-card-container {
  width: 100%;
  max-width: 252.5px;
  margin-right: 12.5px;
}

.why-us-card-container._2nd {
  margin-left: 12.5px;
  margin-right: 0;
}

.why-us-image-div-2 {
  max-width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.image-7 {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.text-block {
  color: #000;
  font-weight: 300;
}

.single-blog-tag-container {
  margin-bottom: 30px;
  display: flex;
}

.tags-collection-lists {
  display: flex;
}

.tag-wrapper {
  height: 32px;
  color: #f4ab00;
  background-color: #604b83;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .4s;
  display: flex;
}

.tag-wrapper:hover {
  color: #fff;
  background-color: #f4ab00;
}

.scroll-to-top---anchor-div {
  z-index: -1;
  height: 100px;
  position: absolute;
}

.scroll-to-top-anchor {
  width: 100%;
}

.logo-image {
  height: 100%;
}

.changelog-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.license-link {
  color: #2c1258;
}

.license-block-title {
  height: 100%;
  color: #2c1258;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 6px;
  display: flex;
  position: static;
  top: 20px;
}

.license-paragraph {
  max-width: 630px;
  color: #604b83;
  text-align: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

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

.license-paragraph-container {
  color: #604b83;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.license-heading-container {
  color: #2c1258;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.template-block {
  width: 95%;
  border-left: 4px #eca72f;
  margin-bottom: 50px;
  padding: 35px;
  display: flex;
  box-shadow: 0 5px 30px rgba(214, 215, 216, .57);
}

.template-block.vertical {
  width: 60%;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.template-para-wrapper {
  color: #604b83;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.main-container-2 {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.div-block, .text-link {
  color: #2c1258;
}

.template-block-title {
  width: 50%;
  height: 100%;
  color: #2c1258;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.navbar-sticky {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  justify-content: space-between;
  padding: 20px 30px;
  display: block;
  top: 0%;
  transform: translate(0, -100px);
}

.link-button-dark {
  color: #202a3b;
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-button-dark.home-hero-button {
  font-family: Montserrat, sans-serif;
}

.image-dark-bg {
  z-index: -120;
  height: 940px;
  min-height: 920px;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-dark-bg.interior-dark-bg {
  height: 460px;
  min-height: 460px;
}

.title-hero-white-center {
  max-width: 840px;
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1.1em;
}

.title-hero-white-center.cta {
  margin-top: 20px;
  margin-bottom: 30px;
}

.button-green {
  color: #fff;
  background-color: #0aacad;
  border-radius: 5px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
  transition: background-color .3s ease-out;
}

.button-green:hover {
  color: #fff;
  background-color: #464596;
}

.button-green.bigger-hero {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.paragraph-hero-white {
  max-width: 690px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6em;
}

.icon-arrow-2-dark {
  max-width: none;
  margin-right: 15px;
  display: none;
  position: absolute;
  right: 0%;
}

.text-link-button-dark {
  color: #fff;
  padding-right: 33px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-link-button-dark.hero-button-text {
  width: 190px;
  display: block;
}

.content {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.block-button-hero {
  height: 52px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.block-hero-center {
  width: 100%;
  min-height: 740px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 220px;
  display: flex;
}

.block-hero-center.interior-page {
  min-height: 260px;
  padding-top: 0;
  padding-bottom: 0;
}

.background-video {
  height: 100%;
  opacity: .43;
  object-fit: cover;
  position: static;
}

.image-bg {
  z-index: -100;
  min-height: 920px;
  background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/208-powerwash_2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-bg.interior-image-bg {
  height: 460px;
  min-height: 460px;
}

.icon-arrow-1-dark {
  max-width: none;
  margin-right: 15px;
  position: absolute;
  right: 0%;
}

.decor-bottom {
  z-index: 1;
  width: 100%;
  height: 4vw;
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 0%;
  right: 0%;
}

.call-now-btn {
  width: 250px;
  height: 52px;
  margin-top: 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.call-now-btn.hidden-mobile {
  width: 280px;
}

.call-now-btn.cta-bttn {
  margin-top: 10px;
}

.span-blue-text {
  color: #017afe;
}

._208-logo {
  width: 260px;
  margin-bottom: 20px;
  margin-left: -15px;
}

.heading-9 {
  font-size: 37px;
  font-weight: 400;
  line-height: 42px;
}

.text-label {
  color: #28beb2;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.full-width {
  width: 100%;
}

.contact-v2-map {
  width: 40%;
  height: auto;
  border-radius: 10px;
  margin-right: 40px;
}

.contact-v2-info {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.form-error {
  color: #ee3e54;
  text-align: center;
  background-color: rgba(238, 62, 84, .12);
  border: 1px solid rgba(238, 62, 84, .5);
  border-radius: 8px;
  margin-top: 16px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.button {
  height: 48px;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #28beb2;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button:hover {
  background-color: #a2c96b;
}

.form-success {
  color: #88ae45;
  background-color: rgba(136, 174, 69, .12);
  border: 1px solid rgba(136, 174, 69, .5);
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.contact-v2 {
  background-color: #fff;
  background-image: url('../images/wave-bottom-twocolor-new.svg');
  background-position: -30px 100%;
  background-repeat: no-repeat;
  background-size: 1660px;
  border: 1px solid rgba(227, 227, 227, .74);
  border-radius: 20px;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
  display: flex;
  box-shadow: 0 1px 50px -17px rgba(0, 0, 0, .12);
}

.input {
  height: 48px;
  background-color: #f3f3f7;
  border: 1px #e3e3e3;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 7px 24px 8px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  transition: color .4s, background-color .4s, border-color .4s;
}

.input:focus {
  border-color: #d1d1d1;
}

.input::-ms-input-placeholder {
  color: #999;
}

.input::placeholder {
  color: #999;
}

.input.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-big {
  font-size: 17px;
  line-height: 28px;
}

.text-big.text-grey {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
}

.divider {
  width: 88px;
  height: 3px;
  background-color: #a2c96b;
  border-radius: 1.5px;
  margin-top: 4px;
  margin-bottom: 21px;
}

.divider.animated {
  height: 5px;
  background-color: #ae0017;
  border-radius: 0;
  margin-bottom: 35px;
}

.divider.animated.centered {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.contact-form-2.adjustments {
  color: #000;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
}

.link {
  font-weight: 600;
}

.contact-us-caption-div {
  color: #f4ab00;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-heading-div-copy, .contact-heading-div-alt {
  color: #2c1258;
  margin-bottom: 20px;
}

.field-label-orange {
  color: #000;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.clear-choice-img {
  border-radius: 16px;
}

.enquire-btn-wrapper-nav {
  width: 180px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.footer-v3-right {
  width: 130px;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link-small {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .4s;
  display: flex;
}

.social-link-small:hover {
  background-color: #fe7900;
}

.social-link-small.filled-in {
  background-color: #084284;
  margin-right: 5px;
}

.social-link-small.filled-in:hover {
  background-color: #ae0017;
}

.social-icon-small {
  width: 16px;
}

.footer-left {
  width: 130px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-left.credit-card-wrapper {
  width: 260px;
  justify-content: flex-start;
}

.chamber-member {
  width: 130px;
  margin-top: 20px;
  margin-right: 20px;
}

.info-box {
  width: auto;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.info-box._15 {
  background-color: rgba(255, 255, 255, .06);
  border-color: rgba(227, 227, 227, .16);
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.info-box._15.dark {
  text-align: center;
  border-color: rgba(0, 0, 0, .24);
  align-self: stretch;
  margin-top: 20px;
}

.text-block-5 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-emoji-2 {
  width: 20px;
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/emoji-hi-icon_1emoji-hi-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
}

.text-link-2 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s;
}

.text-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.mini-blocks {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e3e3e3;
  flex-flow: column wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mini-block {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  padding: 12px 10px;
  display: flex;
  box-shadow: 1px 0 #e3e3e3;
}

.mini-block.percentage {
  width: 70%;
  box-shadow: none;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-left: 20px;
  padding: 0;
}

.mini-block.percentage-20 {
  width: 20%;
  flex: 1;
  margin-right: 0;
  padding: 0 14px 0 0;
}

.counter {
  color: #fe7900;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
}

.after-the-count {
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 32px;
  display: inline-block;
}

.mini-block-description {
  z-index: 1;
  color: #151515;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: relative;
}

.locally-owned-icon-div {
  width: 120px;
  height: 120px;
  object-fit: contain;
  background-image: url('../images/image-1024x1022-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  margin-right: 0;
}

.top-left-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-top {
  width: 100%;
  height: 46px;
  max-width: 1300px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.top-right-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-language {
  max-width: none;
}

.space-link {
  width: 1px;
  height: 12px;
  background-color: #cdd4e2;
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
}

.space-link.white {
  background-color: rgba(255, 255, 255, .25);
  margin-left: 5px;
  margin-right: 5px;
}

.space-link.white.between-phones {
  margin-left: 5px;
  margin-right: 10px;
}

.space-link.white.middle {
  margin-left: 0;
  margin-right: 10px;
}

.link-top-nav {
  color: #202a3b;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .2s ease-out;
}

.link-top-nav:hover {
  color: #4eaf4e;
}

.link-top-nav.white {
  color: #fff;
  font-size: 10px;
}

.link-top-nav.white:hover {
  color: #08b6b8;
}

.link-top-nav.white.right-of-label {
  margin-left: 5px;
  font-weight: 400;
}

.link-top-nav.white.right-of-label.r {
  margin-left: 0;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link-top-nav.white.right-of-label.r:hover {
  color: #fff;
}

.link-top-nav.white.not-a-link {
  letter-spacing: .03em;
  text-transform: none;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.link-top-nav.white.not-a-link:hover {
  color: #fff;
}

.link-top-nav.white.not-a-link.make-a-lable {
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-top-nav.white.not-a-link.make-a-lable.ll {
  margin-left: 5px;
}

.link-top-nav.white.hide-link {
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.link-top-nav.white.hide-link:hover {
  color: #f50b2a;
  text-decoration: underline;
}

.italic-email {
  color: #084284;
  text-decoration: underline;
}

.para-14-top {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.para-14-top.bold-600 {
  color: #017afe;
  font-size: 15px;
  font-weight: 700;
}

.para-14-top.line-height-1 {
  font-weight: 600;
  line-height: 16px;
}

.para-14-top.line-height-25 {
  line-height: 25px;
}

.para-14-top.line-height-32-weight-600 {
  font-weight: 600;
  line-height: 32px;
}

.para-14-top.white-para-16 {
  color: #fff;
}

.para-14-top.service-areas {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8em;
}

.link-button-green {
  width: 130px;
  color: #202a3b;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-button-green.top-section {
  margin-top: 20px;
}

.text-link-button-green {
  color: #d60924;
  padding-right: 33px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
}

.icon-arrow-1-green {
  max-width: none;
  margin-right: 15px;
  position: absolute;
  right: 0%;
}

.icon-arrow-2-green {
  max-width: none;
  margin-right: 15px;
  display: none;
  position: absolute;
  right: 0%;
}

.tabs-menu {
  background-color: #e9ebf0;
  border-radius: 5px 5px 0 0;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  display: flex;
}

.block-content-tab {
  padding: 25px 35px 25px 20px;
}

.tab-pane {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 40px 45px 20px;
}

.tabs-2 {
  width: 100%;
  margin-top: 10px;
}

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

.tabs-content {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.icon-tab {
  margin: 0 0 0 10px;
}

.subtitle {
  color: #08b6b8;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1em;
}

.tab-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-top: 2px solid rgba(0, 0, 0, 0);
  align-self: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  transition: background-color .2s ease-out;
}

.tab-link:hover {
  background-color: #f3f4f7;
  border-radius: 5px;
}

.tab-link:active {
  color: #fff;
  background-color: #ae0017;
}

.tab-link:focus, .tab-link:visited {
  color: #fff;
  background-color: #ae0017;
  border-radius: 5px;
}

.tab-link.w--current {
  color: #fff;
  background-color: #ae0017;
  border-top: 3px #017afe;
  border-radius: 6px;
}

.tab-link.w--current:hover, .tab-link.w--current:active, .tab-link.w--current:focus {
  background-color: #ae0017;
}

.tab-link.discounts {
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, .13);
  border-radius: 0 5px 0 0;
  flex: 1;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link.first {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 6px;
}

.tab-link.last {
  margin-right: 6px;
}

.tab-link.wide {
  border-left: 2px solid rgba(0, 0, 0, .1);
  border-radius: 0 5px 0 0;
  flex: 1;
  display: none;
}

.tab-link.hide-window {
  display: block;
}

.tab-icon-and-text {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-tab {
  width: 100%;
  max-height: 610px;
  min-height: 390px;
  object-fit: cover;
  border-radius: 5px;
  margin-top: 25px;
}

.text-tab {
  align-self: center;
  display: inline-block;
}

.title-center {
  max-width: 720px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 22px;
}

.services-tabs-section {
  background-color: #02336c;
  padding-top: 90px;
  padding-bottom: 140px;
}

.tabs-content-services {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-tab-copy {
  width: 100%;
  min-height: 390px;
  object-fit: cover;
  border-radius: 5px;
  margin-top: 30px;
}

.image-tab-copy.logo {
  width: auto;
  height: 390px;
  min-height: 390px;
  margin-top: 25px;
}

.text-block-6 {
  color: #fff;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: stretch;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: block;
}

.text-block-6.black {
  color: #000;
  text-align: center;
  flex: 1;
}

.cta-block-btn-div {
  width: 230px;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.orange-btn-cta {
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: none;
  background-color: #ae0017;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .925s;
  display: flex;
}

.orange-btn-cta:hover {
  background-color: #000;
}

.orange-btn-cta.hero-btn {
  text-transform: none;
  background-color: #fe7900;
  font-size: 16px;
  font-weight: 600;
}

.orange-btn-cta.hero-btn:hover {
  background-color: #090860;
}

.orange-btn-cta.submit-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.bold-link-on-blue {
  color: #fe7900;
  text-decoration: underline;
}

.link-2 {
  font-weight: 800;
  text-decoration: underline;
}

.services-list-div {
  margin-left: 11px;
  display: flex;
}

.services-list-div.below-img {
  margin-top: 41px;
}

.side-accordion {
  width: 100%;
  padding-top: 37px;
  padding-bottom: 0;
}

.accordion-card {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: box-shadow .4s, background-color .4s;
  overflow: hidden;
}

.accordion-card:hover {
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.accordion-header {
  min-height: 72px;
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 28px;
  display: flex;
}

.accordion-icon {
  width: 20px;
  margin-right: 16px;
}

.accordion-heading {
  flex: 1;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.accordion-arrow {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  opacity: 1;
  background-image: url('../images/right-arrow-navy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.accordion-info {
  margin-left: 16px;
  margin-right: 16px;
}

.para-accordion {
  color: #151515;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.call-now-full-width {
  width: 100%;
  height: 52px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.locally-owned-operated {
  width: 100px;
  margin-top: 20px;
}

.italic-span-text {
  color: #017afe;
  font-style: italic;
  line-height: 32px;
}

.services-list-div-wide {
  flex: 1;
  display: flex;
}

.services-list-div-wide.below-img {
  margin-top: 41px;
}

.services-list-div-wide.services-in-tab {
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 20px;
}

.link-3 {
  font-weight: 600;
}

.h8-services {
  color: #000;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
  align-self: stretch;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
}

.h8-services.line-height-26 {
  line-height: 26px;
}

.h8-services.serving {
  margin-bottom: 18px;
  padding-bottom: 10px;
  line-height: 20px;
}

.h8-services.serving.services-page {
  border-bottom-style: none;
  margin-top: 28px;
  padding-bottom: 32px;
  font-size: 12px;
}

.h8-services.serving.services-page-topstroke {
  border-top: 1px solid #e3e3e3;
  border-bottom-style: none;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 32px;
  font-size: 12px;
}

.h8-services.serving.services-page-fullwidth {
  border-top: 1px solid #e3e3e3;
  border-bottom-style: none;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 32px;
  font-size: 12px;
}

.mini-blocks-services {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e3e3e3;
  flex-flow: column wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mini-blocks-services.inside-tab {
  padding-top: 0;
  padding-bottom: 10px;
}

.h8-call-us {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-bottom: 1px #e3e3e3;
  align-self: stretch;
  margin-top: 4px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
}

.h8-call-us.line-height-26 {
  line-height: 26px;
}

.cc {
  width: 40px;
  margin-right: 5px;
}

.creditcards-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
  display: flex;
}

.footer-discounts {
  max-width: 220px;
  color: #000;
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
}

.footer-discounts.blue-discount-text {
  max-width: 250px;
  color: #d60924;
}

.empty-footer-list-item {
  max-width: 313px;
  color: #848991;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.empty-footer-list-item.hours-of-operation {
  margin-top: 20px;
}

.footer-service-areas {
  max-width: 100%;
  color: #000;
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  display: block;
}

.footer-service-areas.blue-discount-text {
  color: #017afe;
}

.pwna {
  width: 130px;
  margin-top: 10px;
}

.cell-top {
  border-bottom: 2px solid #d7dfeb;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.cell-top.linefill {
  border-bottom-color: #a3acc2;
}

.right-arrow-4 {
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 0 8px;
  font-size: 14px;
  transition: all .3s;
  display: block;
  top: 100px;
  bottom: -90px;
  left: auto;
  right: 0%;
}

.right-arrow-4:hover {
  color: #fff;
  background-color: #084284;
  border-color: #084284;
}

.gallery-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.gallery-image-small-square-2 {
  width: 190px;
  height: 130px;
  object-fit: cover;
}

.table-wrapper {
  margin-bottom: 40px;
  overflow: auto;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(230px, 1.5fr) .75fr 1.5fr 1fr 1fr .75fr .5fr;
}

.pricing-grid.invididual-page {
  grid-template-columns: 1.25fr .75fr 1.5fr 1fr 1fr .75fr .5fr;
}

.feature-title {
  color: #233e41;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.left-arrow-3 {
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 6px;
  transition: all .3s;
  display: block;
  top: 100px;
  bottom: -90px;
  left: auto;
  right: 45px;
}

.left-arrow-3:hover {
  color: #fff;
  background-color: #084284;
  border-color: #084284;
}

.title-blue {
  color: #0dbac4;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.title-blue.tip {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.gallery-slider-mask {
  width: 350px;
  overflow: visible;
}

.table {
  min-width: 800px;
}

.cell-feature {
  border-bottom: 1px solid #d7dfeb;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.cell-feature.last-row {
  border-bottom-style: none;
}

.title {
  color: #233e41;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.lottie-wrapper {
  display: none;
}

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

.div-block-3 {
  z-index: 9;
  width: 20px;
  height: 170px;
  opacity: .71;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/page-separator-png-1712525.png');
  background-position: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  position: absolute;
  top: -19px;
  bottom: 0%;
  left: auto;
  right: 0;
}

.icon-3 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.gallery-slide-2 {
  width: auto;
  margin-right: 20px;
}

.section-gallery-2 {
  margin-top: -10px;
  padding: 28px 0% 54px;
  overflow: hidden;
  box-shadow: inset -4px 0 3px -8px #000;
}

.lightbox-link {
  width: 100%;
  height: 590px;
  border-radius: 5px;
  margin-bottom: 14px;
  overflow: hidden;
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-item {
  color: #6a8285;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.feature-item.price {
  color: #233e41;
  font-weight: 600;
}

.feature-item._2nd {
  margin-top: 20px;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-4 {
  width: 100%;
  height: 720px;
  border-radius: 16px;
  overflow: hidden;
}

.background-video-2 {
  height: 100%;
}

.gallery-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.gallery-header {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.gallery-slider-right-arrow {
  width: 60px;
  height: 60px;
  opacity: .3;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #292d32;
  border-radius: 50%;
  transition: box-shadow .3s, background-color .3s;
  top: -140px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.gallery-slider-right-arrow:hover {
  opacity: 1;
  background-color: #ffcf05;
  border-color: #fff;
  box-shadow: 0 10px 30px rgba(255, 207, 5, .2);
}

.gallery-container {
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}

.slide-nav {
  display: none;
}

.gallery-header-wrap {
  margin-bottom: 80px;
  margin-right: 200px;
}

.gallery-likes-block {
  height: 30px;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  align-items: center;
  margin-bottom: 14px;
  padding-left: 32px;
  padding-right: 10px;
  display: flex;
}

.gallery-card {
  height: 250px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.gallery-card.vertical {
  height: 100%;
  max-height: 530px;
}

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

.gallery-info-block {
  margin-bottom: 14px;
}

.gallery-paragraph {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 27px;
}

.gallery-card-info-wrap {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.gallery-section {
  padding: 100px 3%;
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1.25fr .75fr .75fr;
  grid-template-areas: ".";
  align-items: stretch;
}

.gallery-grid._2nd {
  margin-top: 30px;
}

.gallery-slider-left-arrow {
  width: 60px;
  height: 60px;
  opacity: .3;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #292d32;
  border-radius: 50%;
  transition: box-shadow .3s, background-color .3s;
  top: -140px;
  bottom: auto;
  left: auto;
  right: 84px;
}

.gallery-slider-left-arrow:hover {
  opacity: 1;
  background-color: #ffcf05;
  border-color: #fff;
  box-shadow: 0 10px 30px rgba(255, 207, 5, .2);
}

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

.gallery-card-overlay {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.breadcrumbs {
  z-index: 1;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.page-link {
  height: 21px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 3px 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: relative;
}

.page-link:hover {
  color: #161719;
  background-color: #fff;
}

.page-link.current {
  opacity: .65;
  cursor: default;
}

.page-link.current:hover {
  color: #fff;
  background-color: rgba(22, 23, 25, 0);
}

.breadcrumbs-divider {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
}

.blog-post-section-copy {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.section-large {
  padding: 120px 5%;
  position: relative;
}

.gallery-image-extra-small {
  height: 240px;
}

.gallery-image-extra-small._180 {
  height: 290px;
}

.h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.grid-two-column-three-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.flex-wrapper-centre {
  z-index: 5;
  width: 100%;
  max-width: 700px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.gallery-image-medium {
  height: 100%;
}

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

.heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.select-field {
  background-color: #f3f3f7;
  font-size: 14px;
  line-height: 30px;
}

.text-span {
  font-weight: 400;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery6_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery6_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery6_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery6_lightbox-link {
  width: 100%;
  height: 100%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-wrapper {
  max-width: 1260px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper.old-hide {
  display: none;
}

.testimonial-wrapper.service-page {
  margin-top: 62px;
  margin-bottom: 0;
}

.testimonial-divider-wrap {
  align-items: center;
  display: flex;
}

.author-wrap {
  align-self: stretch;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
}

.avatar-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial-section-2 {
  background-color: #e0fff5;
  padding: 90px 3%;
}

.testimonial-card {
  height: 100%;
  padding: 30px 32px;
}

.rating-wrap {
  margin-top: 10px;
  margin-bottom: 16px;
}

.testimonial-paragraph {
  color: #757f90;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 30px;
}

.testimonial-grid {
  grid-column-gap: 0px;
  color: #1f2937;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 8px 8px 84px rgba(67, 86, 100, .14);
}

.testimonial-author {
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.star {
  width: 20px;
  margin-right: 8px;
}

.testimonial-author-role {
  color: #084284;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.grey-divider {
  width: 1px;
  height: 80%;
  background-color: #e5e7eb;
}

.star-row {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.left-arrow-4 {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  top: -120px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.testimonial-title-wrapper {
  max-width: 460px;
  margin-bottom: 60px;
}

.testimonial-card-2 {
  width: 100%;
  color: #1f2937;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e5e5e5;
  border-right: 1px solid #e5e7eb;
  border-radius: 0;
  padding: 40px 32px 40px 0;
  text-decoration: none;
  transition: all .2s;
}

.testimonial-card-2:hover {
  box-shadow: none;
  background-color: #fff;
  border-color: rgba(229, 229, 229, 0) #e5e7eb rgba(229, 229, 229, 0) rgba(229, 229, 229, 0);
}

.testimonial-card-2.first {
  padding-left: 0;
}

.testimonial-card-2.last {
  border-right-style: none;
}

.avatar-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blue-span {
  color: #017afe;
}

.slide {
  margin-right: 40px;
}

.testimonial-author-wrapper {
  align-items: center;
  display: flex;
}

.avatar-circle {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border-radius: 100px;
  margin-right: 14px;
}

.testimonial-author-2 {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-mask-2 {
  width: 400px;
  overflow: visible;
}

.testimonial-heading {
  color: #262626;
  letter-spacing: -.04em;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.testimonial-section-3 {
  background-color: #fff;
  background-image: url('../images/wave-top-twocolor-blue.svg');
  background-position: 80% -2%;
  background-repeat: no-repeat;
  background-size: 2590px;
  border-radius: 20px;
  padding: 34px 50px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 84px rgba(67, 86, 100, .14);
}

.testimonial-credentials {
  color: #8e8e8e;
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 20px;
}

.block-blue {
  width: 40px;
  height: 40px;
  background-color: #5138ed;
  border-radius: 4px;
  position: relative;
  left: 20px;
}

.star-2 {
  margin-right: 4px;
}

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

.testimonial-slider-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-container-2 {
  z-index: 5;
  max-width: 1280px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-title {
  color: #262626;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.right-arrow-5 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  top: -120px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.accent-left {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.testimonial-button {
  color: #fff;
  background-color: #5138ed;
  border-radius: 4px;
  padding: 14px 40px;
  font-size: 16px;
  transition: all .2s;
}

.testimonial-button:hover {
  background-color: #402ac9;
}

.testimonial-line {
  width: 30px;
  height: 2px;
  background-color: #e5e5e5;
  margin-top: 24px;
  margin-bottom: 24px;
}

.accent-right {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.testimonial-details {
  color: #757f90;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.block-green {
  width: 40px;
  height: 40px;
  background-color: #8ae59d;
  border-radius: 4px;
  position: relative;
  left: -20px;
}

.rich-text-block {
  font-family: Open Sans, sans-serif;
}

.rich-text-block h3 {
  color: #fe7900;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.rich-text-block h4 {
  color: #017afe;
  font-size: 20px;
  font-weight: 700;
}

.rich-text-block em {
  color: #017afe;
}

.rich-text-block h1 {
  margin-top: 0;
  font-size: 43px;
  line-height: 47px;
}

.rich-text-block li {
  margin-bottom: 8px;
  line-height: 20px;
}

.rich-text-block ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.residential-services {
  background-color: #fff;
  padding-bottom: 41px;
}

.div-block-4-copy {
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.link-4 {
  font-weight: 700;
}

.why-us-flex-box-onlytext {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.text-span-2 {
  text-decoration: underline;
}

.why-us-flex-text {
  width: 45%;
  flex: 1;
  padding-left: 0;
}

.cta-content-area {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.cta-section {
  background-color: #090860;
  padding-top: 90px;
  padding-bottom: 100px;
}

.dropdown-toggle {
  color: #232425;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

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

.dropdown-list.w--open {
  border-radius: 8px;
  margin-top: 9px;
  box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, .28);
}

.dropdown-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #fe7900;
}

.dropdown-link.last:hover {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.dropdown-link.first:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-link.first.w--current {
  color: #fe7900;
}

.dropdown-link.first.w--current:hover {
  color: #fff;
}

.underline {
  text-decoration: underline;
}

.div-block-5 {
  background-color: #ae0017;
}

.italic-text {
  color: #d60924;
}

.address {
  width: 25%;
}

@media screen and (min-width: 1280px) {
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-divider-top-curve {
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: -3px;
  }

  .other-services-block-container {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .tab-flex-left {
    padding-top: 50px;
    padding-right: 150px;
  }

  .section-divider-bottom-curve-dark-blue {
    background-position: 14% -2px;
  }

  .content-div {
    background-color: #fff;
    margin-top: -1px;
  }

  .blog-post-container {
    justify-content: space-between;
    display: flex;
  }

  .blog-post-item {
    justify-content: center;
    align-items: flex-end;
  }

  .menu-open-overlay {
    z-index: 1001;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .services-tabs-section, .cta-section {
    margin-top: -1px;
  }
}

@media screen and (max-width: 991px) {
  .color-palette-container {
    width: 65%;
  }

  .style-guide-title {
    width: 30%;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .all-heading-container {
    width: 65%;
  }

  .style-guide-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-container.navbar-smallscreen {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.how-seo-works-container {
    padding-left: 34px;
    padding-right: 34px;
  }

  .main-container.pricing-plan-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .button-container {
    width: 65%;
  }

  .h3 {
    font-size: 34px;
    line-height: 46px;
  }

  .h3.responsive {
    font-size: 42px;
    line-height: 56px;
  }

  .all-paragraph-container {
    width: 65%;
  }

  .style-guide-block {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .top-bar-container {
    display: none;
  }

  .home-hero-wrapper {
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: none;
  }

  .nav-link {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 5px;
  }

  .nav-menu {
    z-index: 999;
    width: 100%;
    max-height: 100vh;
    max-width: 270px;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .enquire-btn-wrapper {
    display: none;
  }

  .home-hero-flexbox {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero-flex-left {
    width: 100%;
    padding-right: 0;
  }

  .home-hero-flex-right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 185px;
  }

  .home-hero-heading-div {
    width: 70%;
  }

  .home-hero-caption-div {
    width: 70%;
    max-width: 100%;
  }

  .home-hero-btn-div {
    width: 207px;
    height: 58px;
  }

  .home-hero-image-div {
    width: 100%;
    margin-left: 0;
  }

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

  .about-section {
    margin-top: -200px;
  }

  .about-content-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 9px 9px 35px rgba(56, 11, 113, .1);
  }

  .about-flex-box {
    flex-direction: column;
  }

  .about-flex-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-flex-right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-right-card-wrapper {
    padding-bottom: 70px;
  }

  .about-right-card-wrapper._1st {
    margin-top: 0;
    margin-bottom: 0;
  }

  .why-us-flex-box {
    flex-direction: column;
    padding: 60px 34px 90px;
  }

  .why-us-flex-left {
    width: 100%;
    padding-right: 0;
  }

  .why-us-flex-right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .why-us-flex-box-2 {
    flex-direction: column;
    padding: 20px 20px 50px;
  }

  .why-us-flex-left-2 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .why-us-flex-right-2 {
    width: 100%;
    padding-left: 0;
  }

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

  .section-divider-top-curve.background-dark {
    background-color: #421b81;
  }

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

  .conversion-rate-flex-box {
    flex-direction: column;
    padding-left: 34px;
    padding-right: 34px;
  }

  .conversion-rate-flex-left {
    width: 70%;
    padding-right: 0;
  }

  .conversion-rate-flex-right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }

  .other-services-block-container {
    width: auto;
    justify-content: space-between;
  }

  .services-blocks-column {
    width: 50%;
    flex: 0 auto;
    margin-top: 0;
  }

  .services-blocks-column._2nd-column {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .other-service-block {
    width: 95%;
    max-width: none;
  }

  .services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services-content-wrapper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .tab {
    width: 100%;
    margin-bottom: 10px;
  }

  .tab-menu {
    flex-direction: column;
  }

  .tab-btm-arrow {
    display: none;
  }

  .tab-flex-box {
    flex-direction: column-reverse;
  }

  .tab-flex-left {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .tab-flex-right {
    width: 100%;
  }

  .how-seo-works-section {
    padding-bottom: 80px;
  }

  .how-seo-heading-div {
    width: 100%;
  }

  .how-seo-process-line {
    width: 60%;
    transform: translate(63%);
  }

  .how-seo-process-div-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-section {
    padding: 30px 192px 4px;
  }

  .team-heading-div {
    margin-bottom: 10px;
  }

  .team-details-div {
    width: 100%;
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .pricing-card-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-left: 20%;
    padding-right: 20%;
  }

  .pricing-card {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pricing-content-div {
    margin-bottom: 40px;
  }

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

  .testimonial-quote-container {
    max-width: 530px;
  }

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

  .testimonial-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .testimonial-mask {
    padding-bottom: 110px;
  }

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

  .logos-div-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-divider-top-curve-grey {
    padding-top: 30px;
    padding-bottom: 80px;
  }

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

  .blog-collection-list {
    justify-content: center;
    display: flex;
  }

  .blog-list {
    max-width: 400px;
    grid-template-columns: 1fr;
  }

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

  .section-divider-bottom-curve-dark-blue {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-content-div {
    margin-bottom: 0;
  }

  .content-div {
    padding-top: 0;
  }

  .contact-card-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-form-div-wrapper {
    padding-bottom: 80px;
  }

  .contact-form-flex {
    flex-direction: column;
  }

  .contact-flex-left {
    display: none;
  }

  .contact-flex-right {
    width: 100%;
    padding-left: 10px;
  }

  .footer-nav-column {
    width: 25%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer-contact-column {
    width: 25%;
    max-width: 80%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-app-link {
    width: 75%;
    max-width: 80%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 50%;
    max-width: 80%;
    padding-top: 0;
    padding-right: 0;
  }

  .footer-follow-us-column {
    width: 25%;
    max-width: 80%;
    margin-top: 40px;
    padding-left: 0;
  }

  .blog-page-hero-wrapper {
    padding: 100px 40px 140px;
  }

  .blog-page-caption-div {
    width: 70%;
  }

  .post-right-flex {
    width: 35%;
    margin-left: 0;
  }

  .tags {
    margin-right: 0;
  }

  .blog-about-sticky-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-item {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-search {
    min-width: auto;
  }

  .all-blog-post {
    flex: 0 500px;
    padding-right: 0;
  }

  .blog-page-item-card {
    padding: 15px;
  }

  .blog-post-img-background {
    width: 100%;
  }

  .blog-page-cat-wrapper {
    top: 15px;
    left: 15px;
  }

  .cat-list {
    flex-wrap: wrap;
  }

  .cat-item {
    margin-bottom: 8px;
  }

  .blog-page-list {
    grid-template-columns: 1fr;
  }

  .middle-line--45 {
    background-color: #fff;
  }

  .middle-line--45.black-background {
    background-color: #2c1258;
  }

  .middle-line-45 {
    background-color: #fff;
  }

  .middle-line-45.black-background {
    background-color: #2c1258;
  }

  .middle-line {
    background-color: #fff;
  }

  .middle-line.black-background {
    background-color: #2c1258;
  }

  .bottom-line {
    background-color: #fff;
  }

  .bottom-line.black-background {
    background-color: #2c1258;
  }

  .top-line {
    background-color: #fff;
  }

  .top-line.black-background {
    background-color: #2c1258;
  }

  .menu-button {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

  .menu-open-overlay {
    z-index: auto;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .85);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-logo {
    height: 160px;
    justify-content: flex-start;
    display: flex;
  }

  .nav-menu-logo.w--current {
    height: 160px;
  }

  .contact-us-btn-wrapper {
    width: 118px;
    display: block;
  }

  .nav-menu-inner {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .single-blog-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-details-container {
    flex-direction: column;
  }

  .footer-author-image {
    margin-right: 0;
  }

  .blog-bottom-author-name {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-post-block {
    width: 100%;
    max-width: none;
    display: block;
  }

  .blog-post-block-text-container {
    min-height: 0;
    padding: 15px;
  }

  .blog-post-block-title {
    margin-top: 0;
  }

  ._404-search-button {
    display: block;
  }

  .search-icon-container {
    display: flex;
  }

  .why-is-img {
    width: 100%;
  }

  .logo-slider {
    height: 150px;
  }

  .slider-logo-div {
    width: 100%;
    max-width: 100%;
  }

  .icon {
    color: #f4ab00;
    display: none;
  }

  .icon-2, .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .why-us-card-container {
    max-width: 295px;
  }

  .license-block-title {
    width: auto;
    justify-content: flex-start;
  }

  .license-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .license-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .template-block {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
  }

  .template-block.vertical {
    align-items: flex-start;
  }

  .main-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .template-block-title {
    width: 30%;
  }

  .navbar-sticky {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: none;
  }

  .block-button-hero {
    flex-direction: column;
  }

  .contact-v2-map {
    width: auto;
    height: 50vw;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .contact-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .input {
    box-shadow: inset 0 0 rgba(0, 0, 0, 0);
  }

  .clear-choice-img {
    width: 100%;
  }

  .enquire-btn-wrapper-nav {
    display: none;
  }

  .footer-v3-right, .footer-left {
    width: 100%;
    margin-top: 20px;
  }

  .info-box {
    margin-left: 8px;
    margin-right: 8px;
  }

  .mini-blocks {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mini-block {
    flex: 1 0 50%;
    margin-top: -1px;
    margin-left: -1px;
    padding: 40px 4%;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px #e3e3e3;
  }

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

  .icon-language {
    margin-left: 10px;
  }

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

  .image-tab {
    height: 400px;
  }

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

  .image-tab-copy {
    height: 400px;
  }

  .mini-blocks-services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-slider {
    overflow: scroll;
  }

  .gallery-slider-mask {
    width: 420px;
  }

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

  .gallery-image {
    width: 100%;
  }

  .breadcrumbs {
    padding: 8px;
  }

  .breadcrumbs-divider {
    margin-left: 4px;
    margin-right: 4px;
  }

  .gallery6_component {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .testimonial-divider-wrap {
    flex-direction: column;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .grey-divider {
    width: 100%;
    height: 1px;
  }

  .testimonial-mask-2 {
    width: 420px;
  }

  .accent-left {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .accent-right {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .why-us-flex-box-onlytext {
    flex-direction: column;
    padding: 60px 34px 90px;
  }

  .why-us-flex-text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

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

  .dropdown-toggle {
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 29px;
    line-height: 44px;
  }

  .color-palette-container {
    width: 100%;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

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

  .all-heading-container, .button-container {
    width: 100%;
  }

  .h8 {
    font-size: 18px;
    line-height: 26px;
  }

  .h5, .h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .all-paragraph-container {
    width: 100%;
  }

  .style-guide-block {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .home-hero-wrapper {
    padding-bottom: 170px;
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .home-hero-flex-right {
    display: none;
  }

  .home-hero-heading-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-hero-caption-div {
    width: 100%;
  }

  .section-divider-bottom-curve.hide-mobile {
    display: none;
  }

  .about-section {
    margin-top: -115px;
  }

  .about-content-wrapper {
    padding: 50px 25px 60px;
  }

  .about-flex-left {
    margin-top: 32px;
  }

  .why-us-flex-box, .why-us-flex-box-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .why-us-flex-right-2 {
    margin-top: 50px;
  }

  .update-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .why-us-card-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .why-us-card-div {
    margin-bottom: 0;
  }

  .section-divider-top-curve.background-dark {
    padding-top: 8px;
  }

  .conversion-rate-flex-left {
    width: 100%;
  }

  .other-services-block-container {
    flex-direction: column;
  }

  .service-block-paragraph-container {
    display: flex;
  }

  .services-blocks-column {
    width: 100%;
  }

  .services-blocks-column._2nd-column {
    margin-top: 0;
  }

  .other-service-block {
    width: 100%;
  }

  .tab-panel-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .how-seo-heading-div {
    width: 96%;
  }

  .how-seo-process-div-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .how-seo-process-div {
    align-items: center;
    margin-bottom: 135px;
  }

  .how-seo-process-div.last {
    margin-bottom: 20px;
  }

  .how-seo-process-line {
    width: 100px;
    perspective-origin: 50%;
    transform-origin: 50%;
    position: relative;
    top: 70px;
    transform: rotate(90deg);
  }

  .how-seo-process-div-container {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-card-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-quote-container {
    max-width: 430px;
  }

  .testimonial-slider-nav {
    display: block;
  }

  .section-divider-top-curve-grey {
    padding-top: 8px;
  }

  .copy-right---social-icon-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-page-caption-div {
    width: 100%;
  }

  .blog-post-container {
    flex-direction: column;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .post-right-flex {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .blog-about-sticky-container {
    margin-top: 70px;
    position: static;
  }

  .blog-post-item, .all-blog-post {
    width: 100%;
  }

  .top-line {
    background-color: #232425;
  }

  .author-details-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .why-us-card-container {
    margin-right: 0;
  }

  .why-us-card-container._2nd {
    margin-left: 0;
  }

  .license-block-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .license-paragraph-container {
    width: 100%;
  }

  .template-block {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .main-container-2 {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .template-block-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .title-hero-white-center {
    font-size: 43px;
  }

  .section-hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-hero-white {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .block-hero-center {
    min-height: 480px;
  }

  .contact-v2-map {
    margin-bottom: 32px;
  }

  .contact-form-2 {
    padding-top: 16px;
  }

  .footer-v3-right, .footer-left {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    padding-left: 0;
  }

  .mini-blocks {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mini-block {
    width: 50%;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px #e3e3e3;
  }

  .top-left-block {
    display: none;
  }

  .nav-top {
    justify-content: flex-end;
  }

  .top-right-block {
    width: 100%;
    justify-content: space-between;
  }

  .space-link {
    display: none;
  }

  .block-content-tab {
    padding: 10px 14px;
  }

  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .tab-link {
    padding: 15px;
  }

  .image-tab {
    height: 300px;
    min-height: auto;
  }

  .title-center {
    margin-bottom: 14px;
  }

  .image-tab-copy {
    height: 300px;
    min-height: auto;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .accordion-icon {
    width: 20px;
    margin-left: 1px;
    margin-right: 10px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .para-accordion {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .h8-services {
    font-size: 18px;
    line-height: 26px;
  }

  .mini-blocks-services {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h8-call-us {
    font-size: 18px;
    line-height: 26px;
  }

  .right-arrow-4, .left-arrow-3 {
    display: none;
  }

  .gallery-slider-mask {
    width: 400px;
  }

  .lightbox-link {
    height: 340px;
  }

  .gallery-slider-right-arrow {
    width: 40px;
    height: 40px;
    top: -80px;
  }

  .gallery-header-wrap {
    flex-direction: column;
    margin-bottom: 40px;
    margin-right: 140px;
  }

  .gallery-card.vertical {
    height: 250px;
  }

  .gallery-paragraph {
    width: 100%;
  }

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

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-arrow {
    width: 40px;
    height: 40px;
    top: -80px;
    right: 60px;
  }

  .page-link {
    height: 20px;
    font-size: 10px;
  }

  .breadcrumbs-divider {
    margin-left: 1px;
    margin-right: 1px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .gallery6_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .left-arrow-4 {
    display: none;
  }

  .testimonial-mask-2 {
    width: 400px;
  }

  .right-arrow-5 {
    display: none;
  }

  .why-us-flex-box-onlytext {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media screen and (max-width: 479px) {
  .para-18 {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
  }

  .para-18.line-height-9 {
    line-height: 34px;
  }

  .para-18.white {
    font-size: 15px;
    line-height: 31px;
  }

  .para-18.in-tabs {
    font-size: 14px;
    line-height: 24px;
  }

  .para-18.in-tabs-about-packages {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 24px;
  }

  .para-18.italic {
    line-height: 22px;
  }

  .color-palette-container {
    grid-template-columns: 1fr;
  }

  .style-guide-title {
    text-align: center;
  }

  .para-16 {
    font-size: 14px;
    line-height: 25px;
  }

  .para-16.bold-600 {
    font-size: 14px;
  }

  .para-16.bold-600-discounts, .para-16.bold-600-discounts-caps {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .main-container {
    padding-left: 6px;
    padding-right: 6px;
  }

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

  .h8 {
    padding-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }

  .h8.hero {
    text-align: center;
    margin-left: 4%;
    margin-right: 4%;
    font-size: 16px;
  }

  .h8.brighter {
    max-width: 300px;
    text-align: center;
    margin-left: 4%;
    margin-right: 4%;
  }

  .h5 {
    font-size: 23px;
  }

  .h3 {
    font-size: 29px;
    line-height: 35px;
  }

  .h3.white-margin-copy {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .h3.center-white {
    font-size: 27px;
  }

  .h3.cta-services {
    text-align: center;
  }

  .home-section {
    margin-left: 2%;
    margin-right: 2%;
  }

  .home-hero-wrapper {
    padding-bottom: 210px;
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .navbar {
    border-radius: 4px;
    margin-top: 10px;
    top: 0%;
  }

  .nav-menu {
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    height: 42px;
  }

  .section-divider-bottom-curve {
    padding-top: 8px;
    padding-bottom: 80px;
  }

  .section-divider-bottom-curve.interior-page {
    background-position: 50% 100%;
    background-size: contain;
    margin-top: 63px;
    padding-bottom: 20px;
    display: none;
  }

  .about-section {
    margin-top: -125px;
    padding-bottom: 16px;
  }

  .about-content-wrapper {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-bottom: 0;
  }

  .about-flex-left {
    margin-top: 26px;
  }

  .about-flex-right {
    border-left-style: none;
    padding-top: 37px;
  }

  .about-caption-div {
    margin-bottom: 7px;
  }

  .about-right-card-wrapper {
    flex-direction: column;
    padding-bottom: 37px;
  }

  .about-right-card-wrapper._1st {
    flex-direction: column;
    padding-bottom: 21px;
  }

  .why-us-flex-box {
    padding-bottom: 0;
  }

  .why-us-flex-right {
    padding-top: 36px;
  }

  .why-us-flex-left-2 {
    margin-top: 33px;
    padding-right: 0;
  }

  .why-us-flex-right-2 {
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .why-us-flex-right-2.right-hand-image {
    margin-top: 45px;
    margin-bottom: 0;
  }

  .why-uus-image-div {
    max-width: 100%;
  }

  .why-us-caption-div {
    margin-bottom: 10px;
  }

  .why-us-list-div {
    flex-direction: column;
  }

  .update-list-wrappper {
    margin-bottom: 0;
  }

  .check-icon-wrapper {
    width: 14px;
    height: 25px;
  }

  .why-us-content-div {
    margin-bottom: 0;
  }

  .why-us-card-div {
    width: 100%;
  }

  .section-divider-top-curve {
    background-position: 80% 100%;
    background-repeat: no-repeat;
    background-size: 1000px;
    padding-top: 8px;
    padding-bottom: 45px;
  }

  .conversion-rate-section {
    padding: 40px 2% 41px;
  }

  .conversion-rate-flex-box {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .conversion-rate-content-div {
    margin-bottom: 0;
  }

  .other-services-block-container {
    flex-direction: column;
  }

  .services-blocks-column {
    width: 100%;
    margin-top: 0;
  }

  .other-service-block {
    width: auto;
    height: auto;
  }

  .services-content-wrapper {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .tab-content-div {
    margin-bottom: 16px;
  }

  .tab-list-div {
    flex-direction: column;
  }

  .tab-check-icon-wrapper {
    width: 20px;
    height: 16px;
    margin-right: 3px;
    padding: 4.5px 0 0;
  }

  .tab-panel-list-wrappper {
    margin-bottom: 0;
  }

  .team-section {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .pricing-list-wrappper {
    margin-bottom: 0;
  }

  .pricing-card {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-popular-img-div {
    margin-left: -1px;
  }

  .testimonial-left-arrow {
    left: -20px;
  }

  .testimonial-right-arrow {
    right: -20px;
  }

  .blog-content-div {
    text-align: center;
  }

  .section-divider-bottom-curve-dark-blue {
    background-position: 14% -2px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .content-div {
    margin-top: -6px;
  }

  .contact-form-div-wrapper {
    padding-bottom: 0;
  }

  .footer-link-heading-container {
    margin-bottom: 4px;
  }

  .footer-link-heading-container.top {
    margin-top: 23px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .copy-right-text-container {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .powered-by-text {
    font-size: 12px;
  }

  .footer-nav-column {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-contact-column {
    width: 100%;
    max-width: none;
  }

  .footer-app-link {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .footer-section {
    padding: 50px 2% 49px;
  }

  .footer-column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    padding-right: 50px;
  }

  .footer-logo-link-2 {
    height: 20px;
  }

  .footer-logo-container {
    margin-bottom: 0;
  }

  .footer-follow-us-column {
    width: 100%;
    max-width: none;
    align-self: flex-start;
    margin-top: 20px;
  }

  .footer-social-icon-div-wrapper {
    justify-content: flex-start;
  }

  .tags {
    max-width: none;
    flex: 1 0 140px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog-about-sticky-container {
    position: static;
  }

  .blog-page-list {
    grid-template-columns: 1fr;
  }

  .scroll-to-top {
    background-color: #d60924;
    bottom: 5px;
    right: 5px;
  }

  .middle-line--45.black-background, .middle-line-45.black-background {
    background-color: rgba(0, 0, 0, 0);
  }

  .middle-line.black-background, .bottom-line.black-background {
    background-color: #000;
  }

  .menu-animation {
    justify-content: space-around;
  }

  .top-line.black-background {
    background-color: #000;
  }

  .menu-open-overlay {
    display: none;
  }

  .post-author-details-container {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .author-details-container {
    padding: 20px;
  }

  .blog-bottom-author-name {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .blog-post-description {
    min-height: auto;
  }

  ._404-search-field {
    width: 100%;
  }

  .utility-page-wrap-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .why-us-card-container, .why-us-image-div-2 {
    max-width: 100%;
  }

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

  .text-block {
    font-size: 12px;
    line-height: 19px;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
  }

  .template-block.vertical {
    width: 100%;
  }

  .template-block-title {
    text-align: center;
  }

  .navbar-sticky {
    top: 0%;
  }

  .link-button-dark {
    font-size: 15px;
  }

  .link-button-dark.home-hero-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-dark-bg.interior-dark-bg {
    height: 260px;
    min-height: 360px;
  }

  .title-hero-white-center {
    letter-spacing: -1px;
    margin-bottom: 18px;
    font-size: 38px;
  }

  .paragraph-hero-white {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 1.7em;
  }

  .text-link-button-dark {
    font-size: 15px;
  }

  .text-link-button-dark.hero-button-text {
    font-size: 12px;
    line-height: 1.4em;
  }

  .block-hero-center.interior-page {
    min-height: 250px;
  }

  .background-video {
    object-fit: cover;
  }

  .decor-bottom {
    bottom: -1px;
  }

  .call-now-btn {
    width: 240px;
    margin-top: 29px;
  }

  .call-now-btn.hidden-mobile {
    display: none;
  }

  ._208-logo {
    width: 190px;
  }

  .heading-9 {
    font-size: 33px;
    line-height: 37px;
  }

  .text-label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .contact-v2-map {
    height: 299px;
    margin-bottom: 0;
  }

  .contact-v2-info {
    margin-bottom: 30px;
  }

  .contact-v2 {
    flex-direction: column;
    padding: 40px 25px 30px;
  }

  .input {
    min-width: 0;
  }

  .text-big.text-grey {
    font-size: 17px;
    line-height: 29px;
  }

  .field-label-orange {
    line-height: 17px;
  }

  .footer-left {
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-left.credit-card-wrapper, .info-box._15 {
    margin-top: 0;
  }

  .info-box._15 {
    flex-wrap: wrap;
    align-self: stretch;
    margin-top: 19px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .mini-blocks {
    width: 100%;
    flex-direction: column;
  }

  .mini-block {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    box-shadow: 0 1px #e3e3e3;
  }

  .counter {
    margin-top: 0;
    font-size: 24px;
  }

  .after-the-count {
    margin-top: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
  }

  .top-left-block {
    flex: 1;
    display: flex;
  }

  .top-right-block, .icon-language.hide-me, .link-top-nav.white.hide-link {
    display: none;
  }

  .para-14-top {
    font-size: 13px;
    line-height: 23px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .block-content-tab {
    margin-bottom: 14px;
    padding: 0 4px;
  }

  .tab-pane {
    padding: 15px;
  }

  .tab-link {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab-link.last {
    padding: 10px;
  }

  .tab-link.wide {
    border-top-color: rgba(0, 0, 0, .1);
    border-left-style: none;
    border-top-right-radius: 0;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-tab {
    height: 200px;
    border-radius: 12px;
    margin-top: 0;
  }

  .text-tab {
    font-size: 12px;
  }

  .services-tabs-section {
    padding: 40px 2% 56px;
  }

  .image-tab-copy.logo {
    height: 190px;
    min-height: 220px;
    margin-top: 0;
  }

  .text-block-6 {
    text-align: center;
    flex: 0 auto;
    margin-right: 0;
    font-size: 12px;
    line-height: 19px;
  }

  .cta-block-btn-div {
    flex: 1;
    margin-top: 11px;
    margin-bottom: 6px;
  }

  .services-list-div {
    flex-direction: column;
  }

  .side-accordion {
    padding-top: 0;
  }

  .call-now-full-width {
    width: 100%;
    margin-top: 9px;
  }

  .services-list-div-wide {
    flex-direction: column;
  }

  .h8-services {
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 17px;
  }

  .mini-blocks-services {
    width: 100%;
    flex-direction: column;
  }

  .h8-call-us {
    padding-top: 0;
    font-size: 10px;
    line-height: 21px;
  }

  .div-block-2 {
    margin-top: 77px;
  }

  .cell-top {
    padding-bottom: 10px;
  }

  .cell-top.linefill {
    padding-bottom: 20px;
  }

  .right-arrow-4 {
    display: none;
    top: 38px;
  }

  .gallery-image-small-square-2 {
    width: 100px;
    height: 70px;
  }

  .table-wrapper.interior {
    margin-bottom: 0;
  }

  .pricing-grid {
    grid-template-columns: 1.5fr .75fr 1.5fr 1.25fr 1fr .75fr .75fr;
  }

  .pricing-grid.invididual-page {
    grid-template-columns: 1.5fr .75fr 1.5fr 1.25fr 1fr .75fr .5fr;
  }

  .left-arrow-3 {
    display: none;
    top: 38px;
  }

  .title-blue.tip {
    font-size: 9px;
    display: none;
  }

  .gallery-slider-mask {
    width: 100%;
  }

  .cell-feature {
    padding-right: 20px;
  }

  .lottie-container {
    width: 25px;
    height: 25px;
    object-fit: contain;
    background-color: #fff;
  }

  .lottie-wrapper {
    display: block;
    position: absolute;
    top: 1000px;
    bottom: 0%;
    left: auto;
    right: 7px;
  }

  .lottie-wrapper.move-up {
    height: 40px;
    top: 633px;
  }

  .div-block-3 {
    height: 90px;
    display: none;
  }

  .gallery-slide-2 {
    margin-right: 10px;
  }

  .section-gallery-2 {
    padding-bottom: 0;
  }

  .lightbox-link {
    width: auto;
    margin-bottom: 2px;
  }

  .video-wrapper {
    width: 90vw;
  }

  .div-block-4 {
    height: 500px;
    object-fit: cover;
  }

  .background-video-2 {
    object-fit: cover;
    border-radius: 16px;
  }

  .gallery-slider-right-arrow {
    top: -80px;
    bottom: auto;
    left: 60px;
    right: auto;
  }

  .gallery-header-wrap {
    margin-bottom: 120px;
    margin-right: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-slider-left-arrow {
    top: -80px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

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

  .gallery-image-extra-small._180 {
    height: 180px;
  }

  .grid-two-column-three-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: row;
    margin-left: 2%;
    margin-right: 2%;
  }

  .gallery-image-medium {
    height: 180px;
  }

  .image-cover {
    object-fit: cover;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .testimonial-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .author-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .rating-wrap {
    margin-top: 0;
  }

  .testimonial-paragraph {
    font-size: 13px;
    line-height: 26px;
  }

  .star-row {
    margin-bottom: 10px;
  }

  .testimonial-card-2 {
    border-right-style: none;
    padding-right: 10px;
  }

  .testimonial-mask-2 {
    width: 100%;
  }

  .testimonial-heading {
    font-size: 48px;
  }

  .testimonial-section-3 {
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .testimonial-title {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }

  .div-block-4-copy {
    height: 500px;
    object-fit: cover;
  }

  .why-us-flex-box-onlytext {
    padding-bottom: 0;
  }

  .why-us-flex-text {
    padding-top: 36px;
  }

  .cta-section {
    padding: 40px 2% 56px;
  }

  .underline {
    text-decoration: underline;
  }

  .address {
    width: 100%;
  }
}

#w-node-_2f59ebcc-5711-0046-d398-dfc0f1fcbdfb-5563adfc, #w-node-_7676d416-b432-78e2-8d40-18e0b52a5afd-5563adfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0a01408d-5a9e-3b4a-819d-1f463fcc25e4-5563adfc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e55cf9e6-a3b6-a707-fdef-2567bbf68492-5563adfc {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_8c5f1456-0c17-db7d-3a61-587181660950-5563adfc, #w-node-_8c5f1456-0c17-db7d-3a61-587181660958-5563adfc, #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a25-df63adff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a30-df63adff {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a3b-df63adff, #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a5c-df63adff, #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a69-df63adff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a74-df63adff {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a7f-df63adff, #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887aa0-df63adff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65191398-4ccf-2071-bd6a-901eb3db8015-2963ae07, #w-node-_088103ed-7a1b-2000-5765-a1649df97b49-2963ae07, #w-node-bbf8173f-b29d-1b5b-9ec6-012ccf2065ab-2963ae07, #w-node-_65a4a36d-842e-e718-6fd6-0f0c406ac209-2963ae07, #w-node-cf2c8bd1-8043-180b-6911-442323f98346-2963ae07, #w-node-f8ee7c8d-596f-1de5-f81b-6859b3a1648d-2963ae07, #w-node-c78927cb-0724-bddc-5013-16fd99e4da40-2963ae07, #w-node-e1997608-c630-867d-d399-b96ca015b260-2963ae07, #w-node-f803aa47-3665-00d2-3901-7ea62ec8addc-2963ae07, #w-node-ba531f5d-1551-666f-5f58-7c908a470f1b-2963ae07, #w-node-a9d9b793-6da7-ba76-b32f-a98b2800b08c-2963ae07, #w-node-cf11c95c-47f3-214c-7b6e-0dc5558bdd27-2963ae07, #w-node-f157015a-1e76-b70c-24b5-c71b7b6b7aa4-2963ae07, #w-node-_2e30959e-a9f7-016a-f3ec-0a740e7dbd8a-2963ae07, #w-node-a884447a-20bd-0602-08c3-24791c186cc0-2963ae07, #w-node-_42ce12fd-0028-e32d-62be-247c8158f3b9-2963ae07, #w-node-_6cb890b5-5e3b-ef04-5d39-2dc4f4209338-2963ae07, #w-node-c2f1eee9-eb43-f638-ded4-af892f71bf2f-2963ae07, #w-node-cbd9f6a9-c2cc-d5c8-798d-df1b077ae2c6-2963ae07, #w-node-_7d437980-cccc-e1a3-d9ee-a9d613759ab7-2963ae07, #w-node-a6301a6b-d1e5-1a76-0ecd-c28d141e17e1-2963ae07, #w-node-eeff23e1-6a94-48ab-0d8d-7c6384c99db6-2963ae07, #w-node-_9e828726-299f-9133-9c8e-f999b3c5d766-2963ae07, #w-node-_9e828726-299f-9133-9c8e-f999b3c5d769-2963ae07, #w-node-_9e828726-299f-9133-9c8e-f999b3c5d76c-2963ae07, #w-node-_9e828726-299f-9133-9c8e-f999b3c5d76f-2963ae07, #w-node-_9e828726-299f-9133-9c8e-f999b3c5d772-2963ae07, #w-node-_9e828726-299f-9133-9c8e-f999b3c5d775-2963ae07, #w-node-_9e828726-299f-9133-9c8e-f999b3c5d778-2963ae07, #w-node-_9e828726-299f-9133-9c8e-f999b3c5d77b-2963ae07, #w-node-_85e5605e-9154-4dd2-598f-5eec03311a25-2963ae07, #w-node-_399597a4-64b3-720d-bdaf-d6eb7118e388-2963ae07, #w-node-_98a7863c-02dc-eba1-e3ec-752fe11fd70f-2963ae07, #w-node-_454d044b-b8c8-0dd0-a0a0-ae0c22e3d542-2963ae07, #w-node-e7523c30-39d6-e82b-1d39-5fbb19b9f268-2963ae07, #w-node-_31c0d1fa-5827-8e82-a41f-a6c439bf74f5-2963ae07, #w-node-_32b48b23-385b-6482-7ba6-f957c10ec60f-2963ae07, #w-node-_33f8fe1f-8426-9646-bf53-329aacea960d-2963ae07, #w-node-_92954bea-0460-24f7-8e07-3ab8b1e23f66-2963ae07, #w-node-_54627cfb-0997-84da-b40a-be80049f5fde-2963ae07, #w-node-e95eb81a-ddb2-82d1-5150-e944ee04bb5b-2963ae07, #w-node-_410ae02f-7b01-2539-9795-fcdc5b4989fd-2963ae07, #w-node-_481d58f4-927e-ec27-41ee-e47ea259cd17-2963ae07, #w-node-_13f4f415-200a-b51d-f525-67cbfb217df8-2963ae07, #w-node-_050889b4-feda-5499-b2c3-9076327e1314-2963ae07, #w-node-_3a15b2a3-94f9-62fa-1998-cf5c9c7ef7f4-2963ae07, #w-node-_4a4f2fa3-e2fd-1258-4c16-d175a5ac84b4-2963ae07, #w-node-cf52a89e-095b-4d09-7779-5fc805159c1c-2963ae07, #w-node-_86984075-ec52-b362-a8a3-f1e873146de9-2963ae07, #w-node-d1ce6d77-2909-2dc7-ed27-1437e1d9dd57-2963ae07, #w-node-_018d9186-b881-8c74-efbb-d610867d6a8a-2963ae07, #w-node-_445ad2d8-290f-a8e8-0019-a3fce2c76bca-2963ae07, #w-node-_329ed11f-59f5-e0be-cc4c-a36c66af3187-2963ae07, #w-node-e83cf46d-8988-4331-708f-348b79c04c2b-2963ae07, #w-node-e43a2e27-b2c0-4828-11f0-fc7a6bb5f65a-2963ae07, #w-node-_585890fe-8036-654d-54f0-753c0fb0a0ab-2963ae07, #w-node-e88131cf-d5c9-402c-1a48-f2a8d5135c92-2963ae07, #w-node-_31f6594b-f3fd-84b4-3e53-d1de3691e86d-2963ae07, #w-node-f15631ad-6295-1ff0-4f78-aa8d1ef9291b-2963ae07, #w-node-a225ebc3-1cf5-059f-183d-6ede5fd3852e-2963ae07, #w-node-_9a2bd686-5153-cf2c-d841-b563e91934c8-2963ae07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f254552-1f70-bb61-b326-e30826eed192-7c63ae08, #w-node-_747c4ca9-5d2f-7732-02c7-8434eb622721-7c63ae08, #w-node-_5a79d45d-dd76-f275-477a-934a20201a33-7c63ae08, #w-node-f1880ee5-e1e3-16bb-ac4c-f4eb490cc3db-7c63ae08, #w-node-_3eadcc40-fe77-58c6-9df7-3f85e877d739-7c63ae08, #w-node-_6735a472-62de-275e-9f35-d37296aee961-7c63ae08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_54eeaf05-3b67-46dc-5acb-458a1b048284-7c63ae08 {
  align-self: stretch;
}

#w-node-_12087dfa-4a1e-9992-50c1-cef7baf64cac-7c63ae08, #w-node-e43da4f8-fc65-545d-3ea1-b85f13b8c3be-7c63ae08, #w-node-d1bb2d33-0a6e-aba6-e2f0-74a03489f3f3-7c63ae08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c5f1456-0c17-db7d-3a61-587181660958-3563ae09, #w-node-_8c5f1456-0c17-db7d-3a61-587181660958-9663ae0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_8c5f1456-0c17-db7d-3a61-587181660950-5563adfc, #w-node-_8c5f1456-0c17-db7d-3a61-587181660954-5563adfc, #w-node-_4f380314-4ee3-dee2-ff30-4f68ae1878c8-5563adfc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a25-df63adff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a30-df63adff {
    grid-row: span 1 / span 1;
  }

  #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a69-df63adff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a74-df63adff {
    grid-row: span 1 / span 1;
  }

  #w-node-_8c5f1456-0c17-db7d-3a61-587181660950-3563ae09, #w-node-_8c5f1456-0c17-db7d-3a61-587181660954-3563ae09, #w-node-_8c5f1456-0c17-db7d-3a61-587181660950-9663ae0d, #w-node-_8c5f1456-0c17-db7d-3a61-587181660954-9663ae0d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f59ebcc-5711-0046-d398-dfc0f1fcbdfb-5563adfc, #w-node-_7676d416-b432-78e2-8d40-18e0b52a5afd-5563adfc, #w-node-_00ad8935-8dee-7300-9604-0952af04a70a-5563adfc {
    order: -9999;
  }

  #w-node-e55cf9e6-a3b6-a707-fdef-2567bbf68492-5563adfc {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e55cf9e6-a3b6-a707-fdef-2567bbf684a2-5563adfc, #w-node-e55cf9e6-a3b6-a707-fdef-2567bbf684b5-5563adfc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a3b-df63adff, #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a5c-df63adff, #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887a7f-df63adff, #w-node-_72f2c7ac-57d4-ccb1-5248-11a5bb887aa0-df63adff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


