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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  height: 800px;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/image-10.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  -webkit-text-stroke-color: white;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.btn-book-now {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-book-now:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-book-now:active {
  background-color: #43464d;
}

.btn-book-now.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-book-now.cc-jumbo-button.cc-jumbo-white {
  width: 180px;
  color: #000;
  background-color: #00c3ff;
  border-radius: 12px;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0;
  display: flex;
}

.btn-book-now.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.btn-book-now.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.btn-book-now.cc-contact-us {
  z-index: 5;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 12px;
  padding: 10px 20px;
  position: relative;
}

.btn-book-now.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-book-now.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-book-now.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  order: 1;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 800px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 0;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.body {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/background-pattern.png');
  background-position: 50% 0;
  background-size: 960px;
  background-attachment: fixed;
  border: 0 solid #fff;
}

.text-block {
  color: #1a1a1a;
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.btn-whatsapp {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-whatsapp:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-whatsapp:active {
  background-color: #43464d;
}

.btn-whatsapp.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-whatsapp.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #25d366;
  border-radius: 12px;
  flex: 0 auto;
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn-whatsapp.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.btn-whatsapp.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.btn-whatsapp.cc-contact-us {
  z-index: 5;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 12px;
  padding: 10px 20px;
  position: relative;
}

.btn-whatsapp.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-whatsapp.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-whatsapp.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

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

.text-span {
  margin-left: 0;
  padding-left: 0;
}

.centered-heading {
  color: #1a1a1a;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.image-2 {
  flex: none;
}

.right-arrow {
  height: 60px;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-image {
  width: 450px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  width: 100%;
  height: auto;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95));
  border: 0 solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow {
  color: #fff;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #00c3ff;
  border-radius: 18px;
  margin-top: 20px;
  margin-right: 5px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
  box-shadow: 0 2px 5px #6b6b6b;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.whatsapp {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/WhatsAppButtonGreenLarge.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 18px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 180px;
  box-shadow: 0 2px 5px #6b6b6b;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-weight: 200;
  line-height: 25px;
}

.bold-text-3 {
  font-family: Poppins, sans-serif;
}

.quote-icon {
  margin-bottom: 47px;
}

.black {
  color: #000;
  font-size: 35px;
  line-height: 40px;
}

.left-arrow {
  height: 60px;
}

.black-text {
  color: #000;
  font-size: 35px;
  line-height: 45px;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: block;
}

.slide-nav {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 7px;
  position: relative;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
}

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.feature-wrap {
  width: 100%;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.slide {
  object-fit: fill;
  position: relative;
}

.quote-slider {
  width: 90vw;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.paragraph-4 {
  width: 380.6px;
  height: 152px;
  line-height: 25px;
}

.btn-book-now-content {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-book-now-content:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-book-now-content:active {
  background-color: #43464d;
}

.btn-book-now-content.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-book-now-content.cc-jumbo-button.cc-jumbo-white {
  width: 140px;
  height: 56px;
  color: #000;
  background-color: #00c3ff;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-size: 12px;
  display: flex;
}

.btn-book-now-content.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.btn-book-now-content.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.btn-book-now-content.cc-contact-us {
  z-index: 5;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 12px;
  padding: 10px 20px;
  position: relative;
}

.btn-book-now-content.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-book-now-content.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-book-now-content.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.btn-whatsapp-content {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-whatsapp-content:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-whatsapp-content:active {
  background-color: #43464d;
}

.btn-whatsapp-content.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-whatsapp-content.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #25d366;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 18px;
}

.btn-whatsapp-content.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.btn-whatsapp-content.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.btn-whatsapp-content.cc-contact-us {
  z-index: 5;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 12px;
  padding: 10px 20px;
  position: relative;
}

.btn-whatsapp-content.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-whatsapp-content.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-whatsapp-content.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.section-3 {
  width: 100%;
  height: auto;
  -webkit-text-stroke-color: white;
  background-image: linear-gradient(#00c3ff, #00c3ff);
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-7, .bold-text-5 {
  color: #fff;
}

.feature-wrap-2 {
  width: 90vw;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.heading {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.spacer {
  background-color: rgba(255, 255, 255, .95);
  border: 1px solid #fff;
  padding: 10px 30px;
  position: relative;
}

.content-title {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, .95);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 0;
  position: relative;
}

.pricing-overview {
  background-color: rgba(255, 255, 255, .95);
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.steps {
  background-color: rgba(255, 255, 255, .95);
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

.steps-image {
  width: 200px;
  object-fit: cover;
  margin-bottom: 16px;
}

.arrow-class {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-top: 79px;
  margin-bottom: 16px;
}

.accordion-item {
  background-color: #fff;
  border: 1px dashed #2d2d2d;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-2.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  font-weight: 900;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-wrapper {
  color: #6b6b6b;
  margin-top: 50px;
}

.heading-5 {
  color: #6b6b6b;
  margin-top: 40px;
}

.bold-text {
  color: #1a1a1a;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.content-wrapper.slim {
  max-width: 940px;
}

.section-faq {
  color: #fff;
  background-color: rgba(255, 255, 255, .95);
  border: 1px solid #fff;
  padding: 40px 20px;
}

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

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  color: #1a1a1a;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.section-4 {
  width: 100%;
  height: 46.1999%;
  background-image: url('../images/bg-j.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.section-4.wide {
  height: auto;
  background-color: #00c3ff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  font-family: Poppins, sans-serif;
  display: flex;
}

.section-4.wide.purple {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/young-african-american-woman-lying-on-couch-lookin-2023-01-16-23-12-37-utc.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.wrap-2 {
  max-width: 960px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.button-wrap-2 {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.heading-6 {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-3 {
  max-width: 960px;
  text-align: center;
  align-self: center;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.image-23 {
  max-width: 100%;
  margin-top: 60px;
}

.footer-list-3 {
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.sm-icon {
  width: 32px;
  height: auto;
  object-fit: cover;
  margin-right: 19px;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-faq {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1a1a;
  border-radius: 14px;
  margin-right: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.use-code {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.use-code.cc-bigger-light {
  opacity: .6;
}

.use-code.cc-bigger-white-light {
  opacity: 1;
  -webkit-text-stroke-color: white;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 36px;
}

.code {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.code.cc-bigger-light {
  opacity: .6;
}

.code.cc-bigger-white-light {
  width: 260px;
  opacity: 1;
  -webkit-text-stroke-color: white;
  border: 1px dashed #fff;
  border-radius: 12px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 36px;
}

.deal {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.deal.cc-bigger-light {
  opacity: .6;
}

.deal.cc-bigger-white-light {
  opacity: 1;
  -webkit-text-stroke-color: white;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}

.section-5 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5.wide {
  height: auto;
  background-color: #00c3ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-5.wide.img {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/2nd-img.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.services-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
}

.services-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.services-content.icons.numbers {
  width: 25%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title {
  color: #6b6b6b;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-top: 49px;
  padding-bottom: 0;
  font-size: 12px;
  display: inline-block;
}

.image-9 {
  width: 100px;
}

.heading-7 {
  float: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: -33px;
  margin-bottom: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.wrap {
  max-width: 700px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap-services {
  max-width: 960px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-12 {
  color: #fff;
  margin-top: 22px;
  font-size: 20px;
  line-height: 25px;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}

.centered-heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.btn-book-now-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-book-now-2:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-book-now-2:active {
  background-color: #43464d;
}

.btn-book-now-2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-book-now-2.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #00c3ff;
  border-radius: 12px;
  align-self: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn-book-now-2.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.btn-book-now-2.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.btn-book-now-2.cc-contact-us {
  z-index: 5;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 12px;
  padding: 10px 20px;
  position: relative;
}

.btn-book-now-2.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-book-now-2.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-book-now-2.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

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

.image-9-copy {
  width: 100px;
}

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

.btn-whatsapp-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-whatsapp-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-whatsapp-copy:active {
  background-color: #43464d;
}

.btn-whatsapp-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #25d366;
  border-radius: 12px;
  flex: 0 auto;
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.btn-whatsapp-copy.cc-contact-us {
  z-index: 5;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 12px;
  padding: 10px 20px;
  position: relative;
}

.btn-whatsapp-copy.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-whatsapp-copy.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-whatsapp-copy.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.btn-book-now-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-book-now-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-book-now-copy:active {
  background-color: #43464d;
}

.btn-book-now-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-book-now-copy.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #00c3ff;
  border-radius: 12px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.btn-book-now-copy.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.btn-book-now-copy.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.btn-book-now-copy.cc-contact-us {
  z-index: 5;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 12px;
  padding: 10px 20px;
  position: relative;
}

.btn-book-now-copy.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-book-now-copy.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-book-now-copy.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.btn-whatsapp-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-whatsapp-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-whatsapp-copy:active {
  background-color: #43464d;
}

.btn-whatsapp-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white {
  width: 260px;
  color: #000;
  background-color: #25d366;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  display: flex;
}

.btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.btn-whatsapp-copy.cc-contact-us {
  z-index: 5;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 12px;
  padding: 10px 20px;
  position: relative;
}

.btn-whatsapp-copy.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn-whatsapp-copy.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.btn-whatsapp-copy.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.starting-price {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.starting-price.cc-bigger-light {
  opacity: .6;
}

.starting-price.cc-bigger-white-light {
  opacity: 1;
  -webkit-text-stroke-color: white;
  margin-top: 31px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.moh-number {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.moh-number.cc-bigger-light {
  opacity: .6;
}

.moh-number.cc-bigger-white-light {
  opacity: 1;
  -webkit-text-stroke-color: white;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.moh-number.cc-bigger-white-light-copy-2 {
  opacity: 1;
  -webkit-text-stroke-color: white;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (min-width: 1440px) {
  .section.cc-store-home-wrap {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/image-10.webp');
    background-position: 0 0, 70% 0;
    background-size: auto, auto 100%;
    background-attachment: scroll, fixed;
  }

  .paragraph-bigger.cc-bigger-white-light {
    width: 640px;
    justify-content: center;
    display: inline-block;
  }

  .btn-book-now.cc-jumbo-button.cc-jumbo-white {
    object-fit: scale-down;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 32px;
  }

  .btn-book-now.cc-contact-us {
    color: #fff;
    background-color: #00c3ff;
    font-family: Poppins, sans-serif;
  }

  .navigation {
    opacity: 1;
    outline-offset: 0px;
    outline: 3px #fff;
    transition: background-color .2s;
    position: absolute;
  }

  .intro-content.cc-homepage {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .intro-text {
    width: 100%;
  }

  .body {
    background-image: url('../images/background-pattern.png');
    background-position: 0 0;
    background-size: 1200px;
    background-attachment: fixed;
  }

  .text-block {
    color: #fff;
  }

  .btn-whatsapp.cc-jumbo-button.cc-jumbo-white {
    object-fit: scale-down;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link {
    justify-content: flex-end;
    display: flex;
  }

  .centered-heading {
    color: #1a1a1a;
    margin-top: 80px;
    padding-bottom: 30px;
  }

  .image-2 {
    max-width: 450px;
  }

  .right-arrow {
    height: 50px;
    align-self: flex-end;
  }

  .feature-image {
    margin-right: 10px;
  }

  .section-2 {
    height: auto;
    background-image: linear-gradient(rgba(255, 255, 255, .97), rgba(255, 255, 255, .97));
    padding-top: 0;
    padding-bottom: 100px;
  }

  .slider-arrow {
    color: #fff;
    -webkit-text-stroke-color: white;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
  }

  .paragraph-2 {
    width: 450px;
  }

  .bold-text-3 {
    width: 389px;
  }

  .left-arrow {
    height: 50px;
    flex: none;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .quote-wrap {
    width: 600px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .slide-nav {
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
  }

  .feature-content {
    width: 600px;
    margin-left: 10px;
    padding-left: 0;
  }

  .quote-dash {
    -webkit-text-stroke-color: white;
    background-color: #fff;
  }

  .feature-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slide {
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 0;
  }

  .quote-slider {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .btn-whatsapp-content.cc-jumbo-button.cc-jumbo-white {
    margin-left: 0;
    padding: 10px 24px;
  }

  .section-3 {
    height: 50%;
    background-image: linear-gradient(rgba(0, 195, 255, .97), rgba(0, 195, 255, .97));
    border: 1px solid #fff;
    font-family: Poppins, sans-serif;
  }

  .bold-text-7, .bold-text-5 {
    color: #fff;
    font-weight: 400;
  }

  .feature-wrap-2 {
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .heading {
    width: 100%;
    height: auto;
    color: #fff;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 200;
    line-height: 34px;
    display: flex;
  }

  .logos-without-title {
    padding: 0;
  }

  .container-2 {
    max-width: 100%;
  }

  .clients-image-three {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .spacer {
    height: 20px;
    background-color: rgba(255, 255, 255, .97);
    border: 1px solid #fff;
    padding: 0;
    position: static;
  }

  .content-title {
    background-color: rgba(255, 255, 255, .97);
    border: 1px solid #fff;
    padding: 0;
    position: static;
  }

  .pricing-overview {
    background-color: rgba(255, 255, 255, .97);
    border: 1px solid #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .centered-heading-2 {
    color: #1a1a1a;
    font-family: Poppins, sans-serif;
    font-size: 44px;
    font-weight: 400;
  }

  .pricing-grid {
    justify-content: center;
    display: flex;
  }

  .pricing-card-three {
    width: auto;
  }

  .pricing-image {
    width: 100px;
    height: auto;
  }

  .heading-2 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .steps {
    background-color: rgba(255, 255, 255, .97);
    border: 1px solid #fff;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .steps-image {
    width: 250px;
    height: auto;
  }

  .h-steps {
    color: #00c3ff;
    margin-top: -25px;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .arrow-class {
    width: 100px;
    height: auto;
    margin-top: 0;
    padding-top: 80px;
  }

  .accordion-item {
    box-shadow: none;
    outline-offset: 0px;
    border-width: 1px;
    outline: 0 dashed #6b6b6b;
  }

  .bold-text {
    color: #1a1a1a;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .section-faq {
    background-color: rgba(255, 255, 255, .97);
    border: 1px solid #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
    font-family: Poppins, sans-serif;
    font-weight: 200;
  }

  .link {
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .section-4.wide.purple {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/young-african-american-woman-lying-on-couch-lookin-2023-01-16-23-12-37-utc.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .button-wrap-2 {
    height: auto;
    align-items: center;
  }

  .heading-6 {
    color: #fff;
  }

  .footer {
    background-color: rgba(26, 26, 26, .98);
  }

  .image-23 {
    width: 250px;
    margin-top: 58px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .footer-list-3 {
    margin-top: -10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-4 {
    width: 32px;
    margin-right: 20px;
  }

  .sm-icon {
    margin-right: 24px;
    padding-right: 0;
  }

  .link-block-5 {
    width: 32px;
    margin-left: 20px;
  }

  .navbar-wrapper {
    width: 100%;
    font-family: Poppins, sans-serif;
    position: static;
  }

  .nav-link-accent {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
  }

  .button-primary {
    letter-spacing: 1px;
    text-transform: none;
    background-color: #00c3ff;
    border-radius: 14px;
    margin-right: 10px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .list-item {
    color: #fff;
    font-family: Poppins, sans-serif;
  }

  .button-faq {
    letter-spacing: 1px;
    text-transform: none;
    background-color: #1a1a1a;
    border-radius: 14px;
    margin-right: 10px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .container-spacer {
    width: 70%;
    max-width: 100%;
  }

  .use-code.cc-bigger-white-light {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 200;
  }

  .code.cc-bigger-white-light {
    width: 25%;
    border: 1px dashed #fff;
    border-radius: 12px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 42px;
    font-weight: 800;
  }

  .deal.cc-bigger-white-light {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 28px;
    font-weight: 800;
  }

  .section-5.wide.img {
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/2nd-img.webp');
    background-position: 0 0, 0 0;
    background-size: auto, 100%;
    background-attachment: scroll, fixed;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-9 {
    width: 100px;
  }

  .wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap-services {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .text-block-12 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
  }

  .image-16 {
    width: 100px;
  }

  .centered-heading-3 {
    color: #fff;
    margin-top: 0;
  }

  .btn-book-now-2.cc-jumbo-button.cc-jumbo-white {
    object-fit: scale-down;
    align-self: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-book-now-2.cc-contact-us {
    color: #fff;
    background-color: #00c3ff;
    font-family: Poppins, sans-serif;
  }

  .image-9-copy {
    width: 100px;
  }

  .btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white {
    object-fit: scale-down;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-book-now-copy.cc-jumbo-button.cc-jumbo-white {
    height: 60px;
    object-fit: scale-down;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-book-now-copy.cc-contact-us {
    color: #fff;
    background-color: #00c3ff;
    font-family: Poppins, sans-serif;
  }

  .btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white {
    object-fit: scale-down;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mask {
    width: 920px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .starting-price.cc-bigger-white-light {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .moh-number.cc-bigger-white-light {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 28px;
    font-weight: 800;
  }

  .moh-number.cc-bigger-white-light-copy-2 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/image-10.webp');
    background-position: 0 0, 80% 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto 100%;
  }

  .styleguide-block {
    text-align: center;
  }

  .btn-book-now {
    justify-content: center;
  }

  .btn-book-now.cc-jumbo-button.cc-jumbo-white {
    width: 140px;
    height: 60px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .btn-book-now.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    -webkit-text-stroke-color: #fff;
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding: 25px 30px;
    position: absolute;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .btn-whatsapp {
    justify-content: center;
  }

  .btn-whatsapp.cc-contact-us {
    display: none;
  }

  .quote-wrap {
    width: 70vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .btn-book-now-content {
    justify-content: center;
  }

  .btn-book-now-content.cc-jumbo-button.cc-jumbo-white {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-book-now-content.cc-contact-us {
    display: none;
  }

  .btn-whatsapp-content {
    justify-content: center;
  }

  .btn-whatsapp-content.cc-jumbo-button.cc-jumbo-white {
    padding-left: 18px;
    padding-right: 18px;
  }

  .btn-whatsapp-content.cc-contact-us {
    display: none;
  }

  .feature-wrap-2 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: 728px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0);
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .content-title {
    border: 1px solid #fff;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
  }

  .h-steps {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 28px;
  }

  .arrow-class {
    margin-top: 39px;
  }

  .section-4.wide.purple {
    background-position: 50%;
  }

  .wrap-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-wrap-2 {
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: auto;
  }

  .heading-6 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .wrap-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-23 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-list-3 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .sm-icon {
    margin-left: 5px;
    margin-right: 5px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

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

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

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

  .container-spacer {
    max-width: 728px;
  }

  .section-5.wide.img {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2nd-img.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, auto 100%;
    background-attachment: scroll, fixed;
    padding-top: 0;
    padding-bottom: 15vh;
  }

  .services-content.icons.numbers {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .image-9 {
    width: 80px;
    padding-top: 40px;
  }

  .wrap-services {
    width: 100%;
    max-width: none;
    flex-wrap: wrap;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-10 {
    text-align: center;
    margin-left: 67px;
    margin-right: 67px;
    font-size: 16px;
  }

  .image-16 {
    margin-top: 0;
    padding-top: 40px;
  }

  .centered-heading-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-book-now-2 {
    justify-content: center;
  }

  .btn-book-now-2.cc-contact-us {
    display: none;
  }

  .grid {
    grid-template-rows: 40px;
    grid-template-columns: 40px repeat(auto-fit, 160px);
  }

  .image-9-copy {
    width: 40px;
    padding-top: 0;
  }

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

  .btn-whatsapp-copy {
    justify-content: center;
  }

  .btn-whatsapp-copy.cc-contact-us {
    display: none;
  }

  .btn-book-now-copy {
    justify-content: center;
  }

  .btn-book-now-copy.cc-jumbo-button.cc-jumbo-white {
    align-items: center;
    padding-top: 14px;
    display: flex;
  }

  .btn-book-now-copy.cc-contact-us {
    display: none;
  }

  .btn-whatsapp-copy {
    justify-content: center;
  }

  .btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white {
    width: 280px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    display: flex;
  }

  .btn-whatsapp-copy.cc-contact-us {
    display: none;
  }

  .moh-number.cc-bigger-white-light-copy-2 {
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/image-10.webp');
    background-position: 0 0, 85% 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .btn-book-now.cc-jumbo-button.cc-jumbo-white {
    width: 160px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 45px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
    position: absolute;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .btn-whatsapp.cc-jumbo-button.cc-jumbo-white {
    width: 260px;
    height: 56px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .button {
    margin-top: 20px;
    padding: 5px 15px 15px;
  }

  .button.whatsapp {
    height: 45px;
    margin-top: 5px;
    padding: 5px 0 15px 90px;
  }

  .button.whatsapp.bottom {
    margin-top: 20px;
  }

  .bold-text-2, .bold-text-3, .black-text {
    font-size: 30px;
    line-height: 35px;
  }

  .feature-wrap {
    flex-direction: row;
    margin-bottom: 5%;
  }

  .btn-whatsapp-content.cc-jumbo-button.cc-jumbo-white {
    padding-left: 18px;
    padding-right: 18px;
  }

  .feature-wrap-2 {
    flex-direction: row;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .spacer, .content-title, .pricing-overview {
    padding: 60px 15px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .steps {
    padding: 60px 15px;
  }

  .steps-image {
    width: 200px;
  }

  .h-steps {
    font-size: 24px;
  }

  .arrow-class {
    margin-top: 12px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .wrap-2 {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-wrap-2 {
    height: auto;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }

  .wrap-3 {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .image-23 {
    margin-top: 54px;
    padding-top: 0;
  }

  .footer-list-3 {
    margin-top: 40px;
    margin-bottom: -9px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-icon {
    margin-right: 21px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .use-code, .code, .deal {
    font-size: 16px;
    line-height: 28px;
  }

  .section-5.wide.img {
    background-image: linear-gradient(to bottom, null, null), url('../images/section2_bg-image.webp');
    background-size: auto, auto 100%;
  }

  .services-content.icons {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .image-9 {
    padding-top: 0;
  }

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

  .wrap, .wrap-services {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .text-block-12 {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 40px;
  }

  .text-block-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-book-now-2.cc-jumbo-button.cc-jumbo-white {
    margin-left: 0;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
    position: absolute;
  }

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

  .image-9-copy {
    width: 30px;
    padding-top: 0;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.25fr;
  }

  .grid-3 {
    grid-template-columns: 1fr 2.5fr;
  }

  .btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white {
    width: 260px;
    height: 56px;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-book-now-copy.cc-jumbo-button.cc-jumbo-white {
    width: 160px;
    height: 56px;
    align-items: center;
    margin: auto;
    padding-top: 14px;
    display: flex;
  }

  .btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white {
    width: 260px;
    height: 56px;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .starting-price, .moh-number {
    font-size: 16px;
    line-height: 28px;
  }

  .moh-number.cc-bigger-white-light-copy-2 {
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/image-10.webp');
    background-position: 0 0, 82% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 20px;
    line-height: 30px;
  }

  .btn-book-now.cc-jumbo-button.cc-jumbo-white {
    height: auto;
    margin-bottom: 10px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    width: 100%;
    font-size: 36px;
    line-height: 48px;
    display: flex;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    width: 100%;
    margin-bottom: 0;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .body {
    background-image: url('../images/background-pattern.png');
    background-position: 0 0;
    background-size: 1200px;
    background-attachment: fixed;
  }

  .btn-whatsapp.cc-jumbo-button.cc-jumbo-white {
    height: 56px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .centered-heading {
    width: 100%;
    color: #1a1a1a;
    border: 1px solid #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
  }

  .image-2 {
    width: 50%;
    margin-top: 20px;
  }

  .bold-text-6 {
    font-size: 14px;
  }

  .right-arrow {
    width: 15vw;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-2 {
    -webkit-text-stroke-color: white;
    background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95));
    border: 1px solid #fff;
  }

  .slider-arrow {
    color: #fff;
    font-size: 24px;
  }

  .button {
    width: auto;
    height: 33.7931px;
    object-fit: fill;
    border-radius: 18px;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 5px 55px 40px;
    overflow: visible;
  }

  .button.whatsapp {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .button.whatsapp.bottom {
    align-self: center;
    margin-top: 10px;
    padding: 0 0 0 90px;
  }

  .bold-text-2 {
    display: inline-block;
  }

  .left-arrow {
    width: 15vw;
  }

  .quote-wrap {
    padding-top: 0;
  }

  .feature-content {
    width: 90%;
    max-width: 100%;
    min-width: 80%;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .quote-dash {
    background-color: #fff;
  }

  .feature-wrap {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-top: 150px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .paragraph-4 {
    max-width: 100%;
    margin-bottom: 54px;
  }

  .btn-book-now-content.cc-jumbo-button.cc-jumbo-white {
    margin-right: 10px;
  }

  .btn-whatsapp-content.cc-jumbo-button.cc-jumbo-white {
    padding: 10px 15px;
  }

  .section-3 {
    height: 350px;
    background-image: linear-gradient(#00c3ff, #00c3ff), url('../images/background-pattern.png');
    background-position: 0 0, 50%;
    background-size: auto, 1200px;
    background-attachment: scroll, fixed;
  }

  .bold-text-7, .bold-text-5 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .feature-wrap-2 {
    flex-direction: column;
  }

  .heading {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: block;
  }

  .clients-image-three {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacer {
    background-color: rgba(255, 255, 255, .95);
    border: 1px solid #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-title {
    background-color: rgba(255, 255, 255, .97);
    border: 1px solid #fff;
    padding: 0;
  }

  .pricing-overview {
    background-color: rgba(255, 255, 255, .95);
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .centered-heading-2 {
    color: #000;
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .pricing-card-three {
    margin-top: 20px;
  }

  .pricing-image {
    width: 200px;
    height: 200px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .steps {
    background-color: rgba(255, 255, 255, .95);
    border: 1px solid #fff;
  }

  .steps-image {
    width: 200px;
    height: auto;
  }

  .h-steps {
    margin-top: 0;
  }

  .arrow-class {
    margin-left: 20px;
    transform: rotate(90deg);
  }

  .accordion-item {
    border: 1px dashed #2d2d2d;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .bold-text {
    color: #1a1a1a;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
  }

  .section-faq {
    background-color: rgba(255, 255, 255, .95);
    padding: 100px 15px;
  }

  .paragraph-5 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .section-4 {
    padding-bottom: 10px;
    display: block;
  }

  .section-4.wide.purple {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/young-african-american-woman-lying-on-couch-lookin-2023-01-16-23-12-37-utc.jpg');
    background-position: 0 0, 25%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .wrap-2 {
    object-fit: contain;
    padding: 0 5vw;
  }

  .button-wrap-2 {
    height: auto;
    flex-direction: column;
  }

  .heading-6 {
    color: #fff;
  }

  .wrap-3 {
    object-fit: contain;
    padding: 0 5vw;
  }

  .image-23 {
    width: 180px;
    align-self: center;
    margin-top: 40px;
  }

  .footer-list-3 {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .link-block-4 {
    margin-right: 20px;
  }

  .sm-icon {
    margin-top: 25px;
    margin-right: 5px;
    padding-right: 0;
  }

  .link-block-5 {
    margin-left: 0;
  }

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

  .container-spacer {
    max-width: none;
  }

  .use-code.cc-bigger-white-light {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 200;
  }

  .code.cc-bigger-white-light {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 800;
  }

  .deal.cc-bigger-white-light {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 800;
  }

  .section-5.wide.img {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2nd-img.webp');
    background-position: 0 0, 30% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, fixed;
    background-clip: border-box;
    padding-top: 0;
    padding-bottom: 12vh;
  }

  .services-content {
    width: auto;
  }

  .services-content.icons.numbers {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-9 {
    width: 80px;
    position: static;
  }

  .heading-7 {
    text-align: center;
  }

  .wrap, .wrap-services {
    object-fit: contain;
    padding: 0 5vw;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .text-block-10 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-16 {
    padding-top: 40px;
  }

  .centered-heading-3 {
    width: 100%;
    color: #fff;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
  }

  .btn-book-now-2.cc-jumbo-button.cc-jumbo-white {
    height: 56px;
    margin-bottom: 10px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
  }

  .image-9-copy {
    width: 30px;
    position: static;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 3fr;
  }

  .btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white {
    height: 56px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-book-now-copy.cc-jumbo-button.cc-jumbo-white {
    height: auto;
    margin-bottom: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-whatsapp-copy.cc-jumbo-button.cc-jumbo-white {
    height: 56px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-text-8 {
    margin-top: 40px;
  }

  .starting-price.cc-bigger-white-light {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .moh-number.cc-bigger-white-light {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 800;
  }

  .moh-number.cc-bigger-white-light-copy-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
  }
}

#w-node-_39dc17d7-9317-e4ed-fb45-bdb694771368-e30b79a9, #w-node-_39dc17d7-9317-e4ed-fb45-bdb694771369-e30b79a9, #w-node-_80d8b710-9104-9420-bcbc-88bd0fba0666-e30b79a9, #w-node-a6ee0b20-b86a-ff16-3877-13fde17a6035-e30b79a9, #w-node-_5cb4f27e-004c-490d-b541-6aba2f6fe81d-e30b79a9, #w-node-d76c3ecc-cbc5-b5a1-0e99-ed3072256e43-e30b79a9, #w-node-_2a4abe2e-d171-ba42-540a-da13c2c34f33-e30b79a9, #w-node-_30d6e3dc-8fd8-82b2-3d7e-057d4351e6c9-e30b79a9 {
  align-self: center;
}

#w-node-_5bf2127c-5ea7-328a-9b3c-a6f881e48601-e30b79a9, #w-node-_6dda7b2f-ff3b-278f-8511-d947eb8bacbe-e30b79a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-e30b79ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-e30b79ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-e30b79ac {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-e30b79ac {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-e30b79ac {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-e30b79ac {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-e30b79ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-e30b79ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-e30b79ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-e30b79ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-e30b79ae {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-e30b79b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-e30b79b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-e30b79b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-e30b79b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-e30b79b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-e30b79b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-e30b79b3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-e30b79b3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-e30b79b3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-e30b79b5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-e30b79b5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-e30b79b5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-e30b79b5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-e30b79b5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-e30b79b5 {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (min-width: 1440px) {
  #w-node-_5bf2127c-5ea7-328a-9b3c-a6f881e48601-e30b79a9, #w-node-_6dda7b2f-ff3b-278f-8511-d947eb8bacbe-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_39dc17d7-9317-e4ed-fb45-bdb694771368-e30b79a9, #w-node-_39dc17d7-9317-e4ed-fb45-bdb694771369-e30b79a9 {
    align-self: center;
  }

  #w-node-_64cc8dcb-e512-ebfb-4627-808e602a4449-e30b79a9 {
    align-self: start;
  }

  #w-node-_80d8b710-9104-9420-bcbc-88bd0fba0666-e30b79a9 {
    align-self: center;
  }

  #w-node-a6ee0b20-b86a-ff16-3877-13fde17a6034-e30b79a9 {
    align-self: start;
  }

  #w-node-a6ee0b20-b86a-ff16-3877-13fde17a6035-e30b79a9 {
    align-self: center;
  }

  #w-node-_5cb4f27e-004c-490d-b541-6aba2f6fe81c-e30b79a9 {
    align-self: start;
  }

  #w-node-_5cb4f27e-004c-490d-b541-6aba2f6fe81d-e30b79a9 {
    align-self: center;
  }

  #w-node-d76c3ecc-cbc5-b5a1-0e99-ed3072256e42-e30b79a9 {
    align-self: start;
  }

  #w-node-d76c3ecc-cbc5-b5a1-0e99-ed3072256e43-e30b79a9 {
    align-self: center;
  }

  #w-node-_2a4abe2e-d171-ba42-540a-da13c2c34f32-e30b79a9 {
    align-self: start;
  }

  #w-node-_2a4abe2e-d171-ba42-540a-da13c2c34f33-e30b79a9 {
    align-self: center;
  }

  #w-node-_30d6e3dc-8fd8-82b2-3d7e-057d4351e6c8-e30b79a9 {
    align-self: start;
  }

  #w-node-_30d6e3dc-8fd8-82b2-3d7e-057d4351e6c9-e30b79a9, #w-node-a2380c7d-7ab9-e792-b983-62a98309de63-e30b79a9, #w-node-a2380c7d-7ab9-e792-b983-62a98309de64-e30b79a9 {
    align-self: center;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-e30b79ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-e30b79ac {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-e30b79ac {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-e30b79ac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-e30b79ae, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-e30b79ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-e30b79ae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-e30b79b0, #w-node-_421df62a-c217-12af-eee8-27f88a387928-e30b79b1, #w-node-_421df62a-c217-12af-eee8-27f88a387928-e30b79b2, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-e30b79b5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-e30b79b5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-e30b79b5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-e30b79b5 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39dc17d7-9317-e4ed-fb45-bdb694771368-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_39dc17d7-9317-e4ed-fb45-bdb694771369-e30b79a9, #w-node-_64cc8dcb-e512-ebfb-4627-808e602a4449-e30b79a9 {
    align-self: center;
  }

  #w-node-_80d8b710-9104-9420-bcbc-88bd0fba0666-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a6ee0b20-b86a-ff16-3877-13fde17a6034-e30b79a9 {
    align-self: center;
  }

  #w-node-a6ee0b20-b86a-ff16-3877-13fde17a6035-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_5cb4f27e-004c-490d-b541-6aba2f6fe81c-e30b79a9 {
    align-self: center;
  }

  #w-node-_5cb4f27e-004c-490d-b541-6aba2f6fe81d-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d76c3ecc-cbc5-b5a1-0e99-ed3072256e42-e30b79a9 {
    align-self: center;
  }

  #w-node-d76c3ecc-cbc5-b5a1-0e99-ed3072256e43-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2a4abe2e-d171-ba42-540a-da13c2c34f32-e30b79a9 {
    align-self: center;
  }

  #w-node-_2a4abe2e-d171-ba42-540a-da13c2c34f33-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_30d6e3dc-8fd8-82b2-3d7e-057d4351e6c8-e30b79a9 {
    align-self: center;
  }

  #w-node-_30d6e3dc-8fd8-82b2-3d7e-057d4351e6c9-e30b79a9, #w-node-a2380c7d-7ab9-e792-b983-62a98309de63-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a2380c7d-7ab9-e792-b983-62a98309de64-e30b79a9 {
    align-self: center;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-e30b79ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-e30b79ac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-e30b79ac {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-e30b79ac {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-e30b79ac {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_39dc17d7-9317-e4ed-fb45-bdb694771368-e30b79a9, #w-node-_39dc17d7-9317-e4ed-fb45-bdb694771369-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64cc8dcb-e512-ebfb-4627-808e602a4449-e30b79a9, #w-node-_80d8b710-9104-9420-bcbc-88bd0fba0666-e30b79a9, #w-node-a6ee0b20-b86a-ff16-3877-13fde17a6034-e30b79a9, #w-node-a6ee0b20-b86a-ff16-3877-13fde17a6035-e30b79a9, #w-node-_5cb4f27e-004c-490d-b541-6aba2f6fe81c-e30b79a9, #w-node-_5cb4f27e-004c-490d-b541-6aba2f6fe81d-e30b79a9, #w-node-d76c3ecc-cbc5-b5a1-0e99-ed3072256e42-e30b79a9, #w-node-d76c3ecc-cbc5-b5a1-0e99-ed3072256e43-e30b79a9, #w-node-_2a4abe2e-d171-ba42-540a-da13c2c34f32-e30b79a9, #w-node-_2a4abe2e-d171-ba42-540a-da13c2c34f33-e30b79a9, #w-node-_30d6e3dc-8fd8-82b2-3d7e-057d4351e6c8-e30b79a9, #w-node-_30d6e3dc-8fd8-82b2-3d7e-057d4351e6c9-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a2380c7d-7ab9-e792-b983-62a98309de63-e30b79a9, #w-node-a2380c7d-7ab9-e792-b983-62a98309de64-e30b79a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-e30b79b5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-e30b79b5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-e30b79b5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-e30b79b5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-e30b79b5 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


