:root {
  --red: #d21616;
  --dark-black: #161616;
  --white: #f2f3f4;
  --white-shadow: #90909033;
  --light-black: #272727;
  --spark-library--black: #080808;
  --spark-library--background--interactive: transparent;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --black: var(--light-black);
  --ligherer-black: #686868;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--warning300: #fec84b;
  --spark-library--foreground-interactive-hover: #1e116e;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray600: #475467;
  --untitled-ui--white: white;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-disabled: #98a1b3;
  --accessible-components--dark-grey: #9b9b9b;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

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

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

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

.section {
  margin-top: 2rem;
}

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

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

.primary-button {
  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;
}

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

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

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

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: var(--red);
  border-radius: 3rem;
  padding: 0 20px;
  position: relative;
}

.navigation {
  color: #fff;
  background-color: #161616;
  align-items: center;
  height: 10vh;
  padding: 30px 50px;
  display: flex;
}

.navigation-item.non-dropdown, .navigation-item.non-dropdown:hover, .navigation-item.non-dropdown.w--current, .navigation-item.non-dropdown.w--current:hover {
  opacity: 1;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 500;
  transition-property: none;
}

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

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

.navigation-item.non-dropdown, .navigation-item.non-dropdown:hover, .navigation-item.non-dropdown.w--current, .navigation-item.non-dropdown.w--current:hover, .navigation-item.non-dropdown, .navigation-item.non-dropdown:hover, .navigation-item.non-dropdown.w--current, .navigation-item.non-dropdown.w--current:hover {
  opacity: 1;
}

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

.intro-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80vh;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta.hero-button.pc, .cta.hero-button.mobile {
  margin-bottom: .5rem;
  padding-left: 40px;
  padding-right: 40px;
}

.cta {
  background-color: var(--red);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3rem;
  flex-flow: column;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.cta.book-now-services {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin: .5rem auto;
  padding-top: 0;
  padding-bottom: 0;
}

.cta.hero-button {
  min-width: auto;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.cta.hero-button.exclusive {
  max-width: 20%;
}

.cta.hero-button.pc, .cta.hero-button.mobile {
  margin-bottom: .5rem;
  padding-left: 40px;
  padding-right: 40px;
}

.cta.width-limited-pricing {
  color: var(--white);
  min-width: auto;
  max-width: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 800;
}

.heading-2 {
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: auto;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.heading-2.to-the-left {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: .25rem;
  font-size: 1.5rem;
}

.heading-2.heading-modal {
  margin-top: 1rem;
  padding-bottom: 0;
}

.services-description {
  margin-top: 0;
  margin-bottom: .125rem;
}

.services-name {
  color: #f2f3f4;
  text-align: center;
  flex-flow: row;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  box-shadow: 0 0 130px 0 var(--white-shadow);
  color: #101013;
  cursor: pointer;
  background-color: #161616;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: .5rem 1.5rem;
  display: flex;
}

.services-item.card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--dark-black);
  border-radius: 1rem;
  padding-bottom: 1rem;
}

.text-block {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.5;
}

.heading-1 {
  color: var(--white);
  margin-bottom: .25rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.service-name {
  text-align: left;
  width: auto;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-5 {
  opacity: 1;
  -webkit-backdrop-filter: brightness(55%) blur(3px);
  backdrop-filter: brightness(55%) blur(3px);
  height: 80vh;
}

.text-block-2 {
  color: #fff;
  font-weight: 700;
}

.footer-dark {
  color: var(--dark-black);
  background-color: #010101;
  border-bottom: 0 #e4ebf3;
  border-radius: 0;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template: "."
  / auto auto auto auto 6.9rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.testimonial-card {
  background-color: var(--dark-black);
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding: 24px 2rem;
  display: flex;
}

.body-5 {
  background-color: var(--light-black);
  color: #f2f3f4;
  text-align: center;
  margin-right: 0;
  padding-right: 0;
}

.navbar {
  z-index: 99;
  -webkit-text-fill-color: inherit;
  background-color: #0f0f0f;
  background-clip: border-box;
  position: sticky;
  top: 0;
}

.dropdown-arrow {
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
}

.dark-gray-card {
  background-color: var(--dark-black);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
}

.dark-gray-card.benefits {
  box-shadow: 0 4px 130px 0 var(--white-shadow);
  box-shadow: 0 4px 130px 0 var(--white-shadow);
  max-width: 80%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rich-text-block-lists {
  color: var(--white);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
}

.hero-pc-and-tablet {
  box-shadow: 0 0 130px #ffffff1c;
}

.modal {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000000bf;
  width: 100%;
  height: 100%;
}

.modal-container {
  background-color: var(--dark-black);
  border-radius: 1rem;
  width: 100%;
  max-width: 35rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: auto;
  box-shadow: 0 0 1rem 0 #dfd1d133;
}

.submit-button {
  background-color: #ec3838;
  border-radius: 1rem;
  font-weight: 700;
}

.text-field-2 {
  border-radius: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.form {
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.close-tex {
  pointer-events: auto;
  font-size: 4rem;
  transform: rotate(45deg);
}

.link-block {
  color: var(--white);
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.field-label {
  text-transform: none;
  font-size: 1rem;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100vw;
  height: 80vh;
  display: block;
  position: absolute;
  overflow: clip;
}

.text-block-11 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.text-block-12 {
  margin-bottom: 0;
}

.italic-text-5 {
  font-size: 1rem;
  display: inline;
}

.success-message {
  background-color: #0000;
}

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

.text-block-14 {
  color: var(--white);
  text-align: center;
}

.div-block-11 {
  flex-flow: column;
  display: flex;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-with-dropdown {
  grid-column-gap: 4px;
  opacity: .6;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: .25rem;
  padding-right: .25rem;
  transition-property: none;
  display: flex;
}

.spark-nav-link.spark-with-dropdown:hover {
  opacity: 1;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-icon {
  opacity: 1;
  color: var(--white);
  background-color: #0000;
  width: 12px;
  padding-bottom: 3px;
  display: inline-block;
}

.spark-dropdown-list.w--open {
  background-color: var(--dark-black);
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
}

.spark-dropdown-link {
  opacity: .6;
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 8px 16px;
  transition-property: none;
}

.spark-dropdown-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--white);
}

.square-menu-with-centered-links-inner {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-centered-nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.spark-centered-nav-menu.navigation-items {
  justify-content: center;
  align-items: center;
}

.spark-left-side-brand-logo {
  margin-right: auto;
  padding-left: 0;
}

.div-block-13 {
  opacity: .6;
}

.div-block-13:hover {
  opacity: 1;
}

.features-image {
  background-color: var(--white);
  border-radius: 1rem;
  width: 3rem;
  padding: .5rem;
}

.features-pragraph {
  font-size: .9rem;
}

.features-heading {
  font-size: 1.3rem;
}

.columns-features {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin: 2rem auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

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

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

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

.testimonial-info-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

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

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

.testimonial-image-two {
  object-fit: cover;
  border-radius: 2rem;
  width: 300px;
  height: 300px;
}

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

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

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

.background-standard {
  background-color: var(--light-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.image-7 {
  border-radius: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pricing-comparison {
  border-bottom: 1px #e4ebf3;
  padding: 2rem 0 4rem;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: var(--dark-black);
  box-shadow: 0 4px 130px 0 var(--white-shadow);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
}

.pricing-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem;
  width: auto;
  height: auto;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 48px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
  font-size: .9rem;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.rich-text-block-pricing {
  font-size: .8rem;
}

.columns-3 {
  background-color: var(--dark-black);
  box-shadow: 0 0 130px 0 var(--white-shadow);
  border-radius: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 2rem;
  padding: 2rem;
  display: flex;
}

.column-5 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-15 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-17 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 80%;
  display: flex;
}

.section-15 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-25 {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.bold-text-12 {
  font-size: 1.5rem;
}

.text-block-26 {
  padding-bottom: 1rem;
}

.container-20 {
  max-width: 77%;
}

.rich-text-block-4 {
  font-size: .9rem;
}

.text-block-27 {
  color: #fafafa;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.5;
}

.cta-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4271ca;
  border-radius: 3rem;
  flex-flow: column;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.cta-2.hero-button {
  min-width: auto;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8rem;
  line-height: 1.5;
  display: none;
  box-shadow: 0 0 2.7rem 5px #0062e91f;
}

.cta-2.hero-button.pc {
  background-color: var(--red);
  box-shadow: none;
  margin-bottom: .5rem;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cta-2.hero-button.mobile {
  display: none;
}

.buttons-mobile-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.buttons-pc-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-pc-2.stacked {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

@media screen and (min-width: 1440px) {
  .service-name {
    font-weight: 500;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

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

  .primary-button {
    justify-content: center;
  }

  .primary-button.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 {
    color: var(--dark-black);
  }

  .navigation {
    padding: 25px 30px;
  }

  .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: #0000;
  }

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

  .cta-text {
    width: auto;
  }

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

  .intro-text {
    width: auto;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

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

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .testimonial-slider-small-2 {
    position: static;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-with-dropdown {
    margin-bottom: 0;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-dropdown-list.w--open {
    position: relative;
  }

  .square-menu-with-centered-links-inner {
    justify-content: flex-end;
    padding: 0;
  }

  .spark-centered-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-radius: 45px;
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    box-shadow: 1px 1px 8px #0000001a;
  }

  .spark-left-side-brand-logo {
    margin-right: auto;
  }

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

  .testimonial-quote {
    overflow: visible;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .reviews-going-right {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .reviews-going-left {
    grid-template-columns: 1fr 1fr;
  }
}

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

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

  .container {
    text-align: center;
  }

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

  ._404-wrap {
    padding: 30px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-small-2, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .square-menu-with-centered-links-inner {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial16_content {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .reviews-going-right {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .reviews-going-left {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
}

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

  ul {
    padding-left: 40px;
  }

  .section {
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    color: #0000;
    background-color: #0000;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    background-color: #161616;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    opacity: 1;
    padding-left: 1rem;
    padding-right: 0;
    transition-property: none;
  }

  .navigation-item:hover {
    opacity: 1;
    background-color: #0000;
  }

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

  .navigation-items {
    background-color: #1a1b1f;
  }

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

  .intro-text {
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cta {
    max-width: 13rem;
    margin-left: auto;
    margin-right: auto;
    padding: .25rem 20px;
  }

  .cta.book-now-services {
    height: 2rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cta.hero-button.exclusive {
    max-width: 80%;
  }

  .cta.hero-button.pc {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta.hero-button.mobile {
    padding: .125rem 30px;
  }

  .cta.width-limited-pricing {
    color: var(--white);
    font-weight: 800;
  }

  .heading-2 {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .heading-2.heading-modal {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .heading-2.to-the-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-top: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
  }

  .heading-2.pricing {
    margin-top: 1rem;
    margin-bottom: -2rem;
  }

  .services-name {
    justify-content: space-between;
    align-items: center;
  }

  .services-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .services-wrapper {
    padding-top: 0;
  }

  .backg {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .text-block {
    color: var(--white);
    font-size: .8rem;
    font-weight: 900;
    text-decoration: none;
  }

  .heading-1 {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    margin-bottom: 10px;
    font-size: 2rem;
    display: block;
  }

  .service-name {
    text-align: left;
    font-weight: 600;
  }

  .services-container {
    width: 90%;
    margin: 1rem auto;
  }

  .features-metrics {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

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

  .features-wrapper {
    margin-bottom: -20px;
    padding-bottom: 0;
  }

  .features-block {
    margin-bottom: 20px;
  }

  .features-title {
    font-size: 1.7rem;
  }

  .div-block-5 {
    -webkit-backdrop-filter: blur(2px) brightness(44%);
    backdrop-filter: blur(2px) brightness(44%);
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .text-block-2 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
  }

  .footer-dark {
    color: #161616;
    background-color: #000;
  }

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

  .footer-content {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
  }

  .heading-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1px;
    text-decoration: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    margin-right: 1rem;
    padding-left: 1rem;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .team-member-image {
    margin-top: 2em;
    padding-top: 0;
  }

  .paragraph-2 {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-block-4 {
    font-size: .9rem;
  }

  .testimonial-slider-small-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .gallery-slider {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .gallery-block {
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -10px;
  }

  .gallery-slider-right {
    position: absolute;
    right: -10px;
  }

  .heading-5 {
    text-align: center;
    font-weight: 700;
  }

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

  .bold-text-6, .paragraph-6, .paragraph-7, .bold-text-7 {
    color: #f2f3f4;
  }

  .navbar {
    background-color: #0f0f0f;
  }

  .dark-gray-card {
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    box-shadow: 0 0 2rem #0006;
  }

  .dark-gray-card.benefits {
    max-width: 90%;
    margin-top: 3rem;
  }

  .section-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack {
    grid-column-gap: 58px;
    max-width: none;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell {
    border-width: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .why-choose-us-title {
    border: 0 solid #fff;
    border-top: 1px #ffffff7d;
    border-bottom: 1px solid #ffffff7d;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .why-choose-us-description {
    display: none;
  }

  .rich-text-block-lists {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
  }

  .hero-pc-and-tablet {
    height: 500px;
    display: block;
  }

  .modal {
    z-index: 999;
    height: 100%;
    overflow: clip;
  }

  .modal-bg {
    width: 100%;
  }

  .modal-container {
    width: 90%;
  }

  .submit-button {
    background-color: var(--red);
    border-radius: 2rem;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: .8rem;
  }

  .text-field-2 {
    margin-bottom: .5rem;
  }

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

  .close-tex {
    font-size: 3rem;
  }

  .link-block {
    top: .5rem;
    right: .5rem;
  }

  .field-label {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
  }

  .image-3 {
    height: 500px;
  }

  .text-block-12 {
    margin-bottom: 0;
  }

  .buttons-pc {
    display: none;
  }

  .italic-text-5 {
    font-size: 1.2rem;
  }

  .div-block-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .learn-more-button {
    background-color: var(--red);
    max-width: 13rem;
    height: 2rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    position: static;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-link.spark-with-dropdown {
    flex-flow: row;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-nav-link.spark-with-dropdown:hover {
    opacity: .6;
    color: var(--white);
  }

  .spark-line-3.spark-simple-line, .spark-line-1.spark-simple-line {
    background-color: var(--white);
    background-color: var(--white);
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--white);
    background-color: var(--white);
  }

  .spark-icon {
    opacity: 1;
  }

  .spark-dropdown-list.w--open {
    background-color: var(--light-black);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    display: flex;
  }

  .spark-dropdown-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: .9rem;
    display: flex;
  }

  .square-menu-with-centered-links-inner {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 10vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .spark-centered-nav-menu {
    border-radius: 20px;
    padding: 1rem .5rem 0;
  }

  .spark-centered-nav-menu.navigation-items {
    background-color: var(--dark-black);
    background-color: var(--dark-black);
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .features-image {
    margin-top: 0;
  }

  .features-pragraph {
    font-size: .9rem;
  }

  .features-heading {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .columns-features {
    padding-bottom: 2rem;
  }

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

  .testimonial-content {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

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

  .testimonial-quote {
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 500;
    line-height: 30px;
  }

  .testimonial-image-two {
    border-radius: 1rem;
    margin-bottom: 1rem;
  }

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

  .background-standard {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-13 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-5 {
    border-radius: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
    box-shadow: 0 0 2rem #0006;
  }

  .rich-text-block-3 {
    margin-top: 0;
    font-size: .9rem;
  }

  .rich-text-block-3.exclusivee {
    margin-top: -1rem;
  }

  .image-7 {
    border-radius: 1.9rem;
    padding-bottom: 1rem;
  }

  .pricing-comparison {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .pricing-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .pricing-card {
    margin-bottom: 0;
  }

  .rich-text-block-pricing {
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
  }

  .columns-3 {
    flex-flow: column;
    max-width: 90%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .list {
    padding-left: 0;
    display: block;
  }

  .list.exclsive {
    text-align: center;
    text-align: center;
    padding-left: 0;
  }

  .bold-text-9 {
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .bold-text-11 {
    text-align: center;
    margin-top: .5rem;
  }

  .list-2 {
    text-align: left;
  }

  .modal-container-3 {
    width: 90%;
  }

  .link-block-2 {
    top: .5rem;
    right: .5rem;
  }

  .text-field-4, .text-field-5, .text-field-6, .text-field-7 {
    margin-bottom: .5rem;
  }

  .cta-copy {
    max-width: 13rem;
    margin-left: auto;
    margin-right: auto;
    padding: .25rem 20px;
  }

  .cta-copy.hero-button-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-copy.hero-button-copy.sticky-test-copy {
    z-index: 998;
    z-index: 998;
    margin-bottom: 10px;
    margin-right: .5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-text-size-small {
    padding-left: .5rem;
    font-size: .6rem;
  }

  .uui-heading-xxsmall.text-weight-medium {
    font-size: .75rem;
  }

  .uui-testimonial16_content {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    width: 15rem;
    min-width: 15rem;
  }

  .uui-testimonial16_customer-image {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    margin-top: .5rem;
  }

  .uui-testimonial16_client {
    flex-flow: row;
  }

  .reviews-going-right {
    margin-top: 0;
  }

  .uui-testimonial16_client-heading {
    padding-left: .5rem;
    font-size: .75rem;
  }

  .columns-4 {
    flex-flow: column;
  }

  .section-16 {
    display: block;
  }

  .heading-3 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .container-20 {
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-17 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rich-text-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-mobile {
    display: block;
  }

  .text-block-27 {
    font-size: .9rem;
    line-height: 1.2;
    text-decoration: none;
  }

  .heading-7 {
    text-align: center;
    line-height: 1px;
    text-decoration: none;
  }

  .italic-text-6 {
    font-size: 1.2rem;
  }

  .cta-2 {
    max-width: 13rem;
    margin-left: auto;
    margin-right: auto;
    padding: .25rem 20px;
  }

  .cta-2.hero-button {
    margin-bottom: .5rem;
    padding: .125rem 30px;
    line-height: 1.2;
    display: block;
  }

  .cta-2.hero-button.pc {
    border-radius: 2.3rem;
    display: flex;
  }

  .cta-2.hero-button.mobile {
    background-color: var(--red);
    box-shadow: none;
    border-radius: 2.3rem;
    display: flex;
  }

  .div-block-23 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-8 {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    margin-bottom: 10px;
    display: block;
  }

  .buttons-mobile-2 {
    display: block;
  }

  .buttons-pc-2 {
    display: none;
  }
}

#w-node-_8e518166-ec85-1d0f-af61-4ecadb3e04c9-16c9ea92, #w-node-_8e518166-ec85-1d0f-af61-4ecadb3e04e9-16c9ea92, #w-node-_8e518166-ec85-1d0f-af61-4ecadb3e0511-16c9ea92, #w-node-_805d0452-0e54-bb48-1e79-44691e2bcf74-51e627e8, #w-node-_805d0452-0e54-bb48-1e79-44691e2bcf81-51e627e8, #w-node-_805d0452-0e54-bb48-1e79-44691e2bcf8e-51e627e8, #w-node-_805d0452-0e54-bb48-1e79-44691e2bcf98-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
