@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--theme-white: #fcfcfc;
  --colors--text-color: #5c5c5c;
  --colors--heading-color: #030303;
  --colors--primary-color: #bd202e;
  --space--small: 80px;
  --space--extra-small: 60px;
  --colors--button-color: #bd202e;
  --space--medium: 100px;
  --space--large: 120px;
  --space--extra-large: 135px;
}

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

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

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

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

body {
  background-color: var(--colors--theme-white);
  color: var(--colors--text-color);
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--colors--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--colors--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.25;
}

h3 {
  color: var(--colors--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

h4 {
  color: var(--colors--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

h5 {
  color: var(--colors--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

p {
  color: var(--colors--text-color);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--colors--text-color);
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

li {
  color: var(--colors--primary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

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

strong {
  font-weight: bold;
}

blockquote {
  background-color: var(--colors--primary-color);
  color: var(--colors--theme-white);
  text-align: center;
  background-image: url('../images/Icon_1Icon.png');
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 0 solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 154px 50px 50px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.main-wrapper {
  color: var(--colors--primary-color);
  margin-left: 10%;
  margin-right: 10%;
}

.subtitle {
  color: var(--colors--primary-color);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.section-title {
  color: var(--colors--primary-color);
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.section-title.our-practices-title {
  color: var(--colors--theme-white);
  max-width: 550px;
}

.section-title.testimonial-slider-title {
  color: var(--colors--theme-white);
  margin-bottom: 40px;
}

.section-title.mission-vision-section-title {
  margin-bottom: 40px;
  font-size: 53px;
}

.section-title.service-book-title {
  font-size: 50px;
}

.section-title-wrapper {
  perspective: 1000px;
  perspective-origin: 50% 0;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
  display: flex;
  transform: none;
}

.section-title-wrapper.section-title-with-button {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.section-gap {
  padding: 10px 0 20px;
}

.service-list-item {
  border: 1px solid #08393526;
  border-radius: 30px;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  transition: background-color .3s, border-color .3s;
  display: block;
}

.service-list-item:hover {
  border-color: var(--colors--button-color);
  background-color: var(--colors--button-color);
}

.container-default {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-gap-bottom {
  margin-top: 20px;
  padding-bottom: 40px;
}

.section-gap-top {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 20px;
}

.header {
  z-index: 999;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-hover-border {
  z-index: 1;
  background-color: var(--colors--heading-color);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: 2px;
  margin-bottom: 2px;
  position: absolute;
  bottom: 0;
  transform: scale3d(0, 1, 1);
}

.nav-menu-link {
  z-index: 2;
  color: var(--colors--heading-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.nav-menu-link.top-menu-link.w--current {
  text-underline-position: under;
  text-decoration: underline;
}

.nav-menu-link.dropdown-menu-link.w--current {
  text-decoration: underline;
}

.heading-style-h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.heading-style-h4.dropdown-column-title {
  color: var(--colors--heading-color);
  margin-bottom: 5px;
}

.heading-style-h4.footer-list-title {
  color: var(--colors--theme-white);
  margin-bottom: 23px;
  font-size: 20px;
}

.heading-style-h4.testimonial-title {
  margin-top: 24px;
  margin-bottom: 14px;
}

.heading-style-h4.team-member-title {
  color: var(--colors--heading-color);
  transition: -webkit-text-stroke-color .2s;
}

.heading-style-h4.team-member-title:hover {
  text-decoration: underline;
}

.heading-style-h4.blog-card-title {
  color: var(--colors--theme-white);
  font-weight: 500;
}

.heading-style-h4.blog-card-title:hover {
  text-decoration: underline;
}

.heading-style-h4.service-card-title {
  color: var(--colors--theme-white);
  flex: 0 auto;
  width: 100%;
  min-width: 49%;
  font-size: 14px;
  font-weight: 600;
  transition: color .3s;
  display: block;
}

.heading-style-h4.service-card-title:hover {
  color: var(--colors--button-color);
}

.heading-style-h4.testimonial-name-v2 {
  color: var(--colors--theme-white);
}

.heading-style-h4.testimonial-rating-number {
  color: var(--colors--theme-white);
  font-weight: 500;
}

.heading-style-h4.service-step-card-title {
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-style-h4.contact-info-title {
  color: var(--colors--heading-color);
}

.heading-style-h4.blog-meta-text {
  color: var(--colors--heading-color);
  text-align: center;
}

.nav-menu-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.site-logo {
  width: 80px;
  margin-left: 0;
}

.navbar-pages-wrapper {
  background-color: #ddd0;
}

.nav-dropdown-list {
  transform-origin: 50% 0;
}

.nav-dropdown-list.w--open {
  background-color: var(--colors--theme-white);
  border: 1px solid #08393526;
  border-radius: 10px;
  min-width: 600px;
  padding: 20px;
  top: 40px;
  right: -260px;
  box-shadow: 0 5px 20px #0839350d;
}

.nav-dropdown-list.single-column-dropdown-list.w--open {
  min-width: 130px;
  left: -30px;
  right: auto;
}

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

.dropdown-items-column {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu-item {
  position: relative;
}

.nav-menu-item-wrapper.mobile-menu-nav-cta, .nav-menu-item-wrapper.mobile-menu-logo-wrapper {
  display: none;
}

.navbar-content-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-menu-cta-wrapper {
  align-items: center;
  display: flex;
}

.nav-menu-dropdown-icon {
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  display: flex;
}

.nav-menu-dropdown-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.nav-menu-dropdown-wrapper.single-column-dropdown-wrapper {
  grid-template-columns: 1fr;
}

.button-primary {
  border: 1px solid var(--colors--button-color);
  background-color: var(--colors--button-color);
  color: var(--colors--heading-color);
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-primary.form-button {
  width: 100%;
  font-weight: 500;
  transition: background-color .3s;
}

.button-primary.form-button:hover {
  background-color: var(--colors--theme-white);
}

.button-hover-block {
  background-color: var(--colors--theme-white);
  color: var(--colors--heading-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 48px);
}

.footer {
  background-color: #000;
}

.footer-top-block-wrapper {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-top-block-wrapper.section-gap-bottom {
  padding-right: 10%;
  padding-bottom: var(--space--extra-small);
  padding-left: 10%;
}

.footer-bottom-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #959595;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  display: flex;
}

.footer-logo-column {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  max-width: 500px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.footer-list-column {
  z-index: 2;
  position: relative;
}

.footer-social-icons-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 40px;
  display: flex;
}

.page-hero {
  background-image: url('../images/Page-Hero-Pattern.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
  padding-bottom: 20px;
}

.page-hero.utility-page-hero {
  border-bottom: 1px solid var(--colors--heading-color);
}

.page-hero.home-hero-two {
  margin-left: 0;
  margin-right: 0;
}

.page-hero.price-page-hero {
  padding-bottom: 0;
}

.page-hero-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.hero-subtitle-wrapper {
  border: 1px solid var(--colors--text-color);
  background-color: var(--colors--theme-white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 6px 20px;
  display: flex;
}

.hero-subtitle-wrapper.hero-subtitle-marquee-wrapper {
  width: 100%;
  max-width: 300px;
}

.page-hero-subtitle {
  color: var(--colors--text-color);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.page-hero-subtitle.previous-page:hover {
  text-decoration: underline;
}

.page-hero-subtitle.subtitle-marquee-text {
  flex: none;
  font-size: 18px;
}

.hero-subtitle-separator-dot {
  background-color: var(--colors--primary-color);
  border-radius: 50px;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  margin-right: 8px;
}

.page-hero-title {
  text-align: center;
  margin-bottom: 24px;
}

.page-hero-title.about-page-hero-title {
  width: 80%;
  max-width: 960px;
}

.page-hero-title.blog-details-title {
  max-width: 800px;
}

.page-hero-text {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.page-hero-text.licenses-page-hero-text {
  max-width: 550px;
}

.page-hero-text.home-hero-v2 {
  max-width: 575px;
  font-size: 18px;
}

.page-hero-text.about-page-hero-text {
  text-align: left;
  max-width: 700px;
}

.page-hero-text.team-page-hero-text {
  max-width: 504px;
}

.page-hero-text.blog-page-hero-text {
  max-width: 566px;
}

.page-hero-text.service-page-hero-text {
  max-width: 458px;
  margin-bottom: 20px;
}

.page-hero-text.book-demo-hero-text {
  max-width: 650px;
}

.page-hero-text.contact-hero-text {
  max-width: 394px;
}

.page-hero-text.blog-details-hero-text {
  max-width: 566px;
}

.page-hero-text.services-page-hero-text {
  max-width: 460px;
}

.color-code {
  color: #070707;
  font-size: 18px;
  line-height: 1.667;
}

.style-guide-link {
  border-bottom: 1px solid var(--colors--heading-color);
  color: var(--colors--heading-color);
  padding: 10px 5px 10px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.667;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.style-guide-link:hover {
  border-bottom-color: var(--colors--heading-color);
  background-color: var(--colors--heading-color);
  color: #fff;
}

.style-guide-link.w--current {
  border-bottom-color: var(--colors--heading-color);
  background-color: var(--colors--heading-color);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.typography-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--colors--heading-color);
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
}

.typography-block.font-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.style-guide-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-guide-details {
  width: 75%;
  margin-left: auto;
  padding-top: 0;
}

.paragraph-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-small.form-label {
  color: #070707;
  margin-bottom: 10px;
}

.paragraph-small.project-category {
  color: var(--colors--theme-white);
}

.paragraph-small.blog-card-text-button {
  border-bottom: 1px solid var(--colors--theme-white);
  color: var(--colors--theme-white);
  transition: border-color .3s;
}

.paragraph-small.blog-card-text-button:hover {
  border-bottom-color: var(--colors--button-color);
}

.paragraph-small.plan-value {
  color: var(--colors--heading-color);
}

.paragraph-small.testimonial-author-role-v2 {
  color: var(--colors--theme-white);
}

.paragraph-small.blog-meta-icon-text {
  color: #fdfdfd;
}

.style-guide-icon-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.typography-details {
  color: var(--colors--primary-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667;
}

.style-guide-header-wrapper {
  background-color: var(--colors--heading-color);
}

.typography-wrapper {
  padding-top: 100px;
}

.style-guide-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-heading {
  color: var(--colors--theme-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.color-block {
  background-color: var(--colors--primary-color);
  min-height: 100px;
}

.color-block.paragraph-color {
  background-color: var(--colors--primary-color);
}

.color-block.secondary-color {
  background-color: var(--colors--button-color);
}

.color-details-block {
  padding: 5px 10px;
}

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

.style-menu-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 220px;
  margin-top: 0;
  display: flex;
}

.color-heading {
  color: var(--colors--heading-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.667;
}

.color-details-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.style-guide-sidebar {
  width: 25%;
  height: 100%;
  min-height: 98px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 50px;
}

.style-guide-icon-wrapper {
  padding-top: 100px;
}

.typography-details-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  padding-top: 100px;
}

.heading-style-h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.25;
}

.heading-style-h2.home-hero-v1-title {
  color: var(--colors--theme-white);
  margin-top: 24px;
  margin-bottom: 48px;
}

.heading-style-h2.fun-fact-number-v2, .heading-style-h2.fun-fact-suffix-v2 {
  color: var(--colors--theme-white);
}

.heading-style-h2-small {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
}

.heading-style-h2-small.team-member-details-title, .heading-style-h2-small.service-item-list-title {
  margin-bottom: 24px;
}

.heading-style-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.heading-style-h3.hero-contact-form-title {
  margin-bottom: 35px;
}

.heading-style-h3.service-card-title {
  color: var(--colors--theme-white);
  margin-top: 35px;
  margin-bottom: 24px;
  transition: color .3s;
}

.heading-style-h3.service-card-title:hover {
  color: var(--colors--button-color);
}

.heading-style-h3.testimonial-text-v2 {
  margin-bottom: 40px;
}

.heading-style-h3.appointment-form-title {
  margin-bottom: 35px;
}

.heading-style-h3.service-iconbox-title {
  color: var(--colors--heading-color);
  margin-top: 24px;
  margin-bottom: 10px;
}

.nav-menu-bg {
  background-color: var(--colors--theme-white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  box-shadow: 0 5px 20px #0000001a;
}

.header-menu {
  z-index: 2;
  position: relative;
}

.color-white {
  color: var(--colors--theme-white);
}

.footer-logo-text {
  color: var(--colors--theme-white);
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 18px;
}

.footer-social-icon-link {
  border: 1px solid var(--colors--theme-white);
  color: var(--colors--theme-white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.footer-social-icon-link:hover {
  border-color: var(--colors--button-color);
  background-color: var(--colors--button-color);
  color: var(--colors--heading-color);
}

.footer-list-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.footer-list-item {
  color: var(--colors--theme-white);
  font-size: 18px;
  transition: color .3s;
}

.footer-list-item:hover {
  color: var(--colors--button-color);
}

.footer-bottom-text {
  color: var(--colors--theme-white);
  font-size: 16px;
}

.footer-bottom-text-link {
  color: var(--colors--theme-white);
  font-size: 16px;
  text-decoration: underline;
  transition: color .3s;
}

.footer-bottom-text-link:hover {
  color: var(--colors--button-color);
}

.license-info-card {
  border: 1px solid var(--colors--button-color);
  border-radius: 16px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.license-summary {
  margin-top: 0;
  margin-bottom: 20px;
}

.read-more-link {
  color: #1e1e1e;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  transition-property: color;
  transition-duration: .3s;
}

.read-more-link:hover {
  color: var(--colors--button-color);
}

.license-info-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.license-details-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  display: flex;
}

.utility-page-card-title {
  color: var(--colors--heading-color);
  text-align: center;
}

.license-heading-wrap {
  background-color: var(--colors--button-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.changelog-info-card-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.changelog-info-card {
  background-color: var(--colors--primary-color);
  border-radius: 15px;
  padding: 40px 70px;
}

.utility-card-title {
  text-align: center;
}

.utility-card-title.changelog-card-title {
  color: var(--colors--theme-white);
}

.released-date-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.initial-release {
  background-color: var(--colors--theme-white);
  text-align: center;
  border-radius: 30px;
  padding: 10px 20px;
}

.release-date {
  color: var(--colors--theme-white);
  line-height: 1.5;
}

.changelog-release-text {
  color: var(--colors--theme-white);
  text-align: center;
}

.utility-page-wrap {
  background-image: url('../images/Page-Hero-Pattern.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  background-color: var(--colors--primary-color);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 780px;
  padding: 80px 40px;
  display: flex;
}

.utility-page-content.not-found-page {
  background-color: #0000;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404-image {
  width: 100%;
  max-width: 404px;
}

.utility-page-title {
  margin-top: 24px;
  margin-bottom: 24px;
}

.utility-page-text {
  max-width: 504px;
  margin-bottom: 48px;
}

.password-page-lock-image {
  width: 96px;
}

.password-protect-page-title {
  color: var(--colors--theme-white);
  margin-top: 48px;
  margin-bottom: 24px;
}

.password-page-text {
  color: var(--colors--theme-white);
  max-width: 493px;
  margin-bottom: 35px;
}

.form-button {
  background-color: var(--colors--button-color);
  color: var(--colors--heading-color);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-button.form-button-large {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: color .3s, background-color .3s;
}

.form-button.form-button-large:hover {
  background-color: var(--colors--heading-color);
  color: var(--colors--theme-white);
}

.password-protect-form-field {
  background-color: var(--colors--theme-white);
  color: var(--colors--heading-color);
  border-radius: 30px;
  height: 56px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.password-protect-form-field:focus {
  border: 1px solid var(--colors--button-color);
}

.home-one-hero {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.home-hero-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.hero-contact-form-wrapper {
  z-index: 2;
  background-color: var(--colors--primary-color);
  border-radius: 16px;
  padding: 30px;
  position: relative;
}

.hero-video-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-text-marquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.hero-text-marquee-wrapper.home-hero-two-marquee {
  width: auto;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.hero-text-marquee-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-marquee-text {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--colors--heading-color);
  flex: none;
  font-size: 75px;
}

.hero-video-lightbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-video-lightbox-thumbnail {
  border-radius: 16px;
  width: 100%;
}

.hero-form-subtitle {
  color: var(--colors--theme-white);
  text-align: center;
  border-radius: 30px;
  flex: none;
  display: inline-block;
}

.hero-contact-form {
  background-color: var(--colors--theme-white);
  border-radius: 16px;
  padding: 25px;
}

.form-field {
  background-color: var(--colors--theme-white);
  color: var(--colors--heading-color);
  border: 1px solid #97979799;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.form-field:focus {
  border-color: var(--colors--button-color);
}

.form-field::placeholder {
  color: #030303;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form-field.dropdown-field {
  color: #030303;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../images/Dropdown-Icon_1Dropdown Icon.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 14px;
}

.form-field.appointment-message-field {
  min-height: 127px;
}

.form-field.contact-message-field {
  height: 96px;
}

.form-field.team-contact-message-field {
  height: 226px;
}

.our-intro-video-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-video-play-icon-wrapper {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.intro-video-play-icon-wrapper:hover {
  opacity: .8;
}

.intro-video-play-icon {
  z-index: 2;
  color: var(--colors--heading-color);
  justify-content: center;
  align-items: center;
  width: 30px;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.intro-video-icon-bg {
  z-index: 1;
  background-color: var(--colors--theme-white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.intro-video-icon-overlay-big {
  background-color: var(--colors--button-color);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
}

.form-field-block {
  margin-bottom: 24px;
}

.form-field-block.appointment-message-block, .form-field-block.team-contact-message-block {
  margin-bottom: 35px;
}

.form-field-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-text-marquee-sign {
  width: 55px;
}

.home-hero-funfacts-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 20px;
  display: grid;
}

.fun-fact-number-wrapper {
  flex-flow: row;
  height: 44px;
  display: flex;
  overflow: hidden;
}

.fun-fact-number-wrapper.about-page {
  height: 55px;
  margin-bottom: 30px;
}

.fun-fact-number-block.upper-movement {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fun-fact-number-block.lower-movement {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-fun-fact-item {
  border-left: 2px solid var(--colors--primary-color);
  padding-left: 20px;
}

.about-section {
  margin-top: 140px;
}

.about-us-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.animated-image-wrapper {
  perspective: 1000px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.animated-image {
  border-radius: 16px;
  width: 80%;
}

.about-section-title {
  color: var(--colors--primary-color);
  font-size: 24px;
}

.about-section-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.icon-list-one-item {
  color: var(--colors--text-color);
  background-image: url('../images/About-List-Icon_1About List Icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 46px;
  line-height: 1.7;
}

.floating-image {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.image-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.about-section-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.services-section {
  margin-left: 0;
  margin-right: 0;
}

.section-top-text {
  max-width: 458px;
}

.section-top-text.project-gallery-section {
  max-width: 566px;
}

.section-top-text.team-section-top-text {
  max-width: 100%;
  margin-top: 20px;
  font-size: 18px;
}

.section-top-text.blog-section-top-text {
  max-width: 566px;
}

.section-top-text.our-practices-text {
  color: var(--colors--theme-white);
  max-width: 548px;
}

.section-top-text.faq-section-top-text {
  max-width: 548px;
}

.section-top-text.similar-blog-section-text {
  max-width: 566px;
}

.service-cards-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
}

.service-card-item {
  background-color: var(--colors--primary-color);
  background-image: url('../images/Card-Grid-Pattern.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 5%;
  display: flex;
}

.service-icon-wrapper {
  background-color: var(--colors--theme-white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 10px;
  display: inline-flex;
  position: relative;
}

.service-icon {
  z-index: 2;
  width: 36px;
  position: relative;
}

.service-card-text {
  color: var(--colors--theme-white);
  font-size: 14px;
  font-weight: 400;
}

.service-card-arrow-icon {
  color: var(--colors--heading-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-arrow-icon-wrapper {
  background-color: var(--colors--button-color);
  opacity: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.service-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-choose-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.why-choose-content-wrapper {
  width: 60%;
}

.why-choose-images-wrapper {
  perspective: 1000px;
  width: 40%;
  position: relative;
}

.why-choose-list {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.why-choose-image {
  border-radius: 16px;
  width: 100%;
}

.why-choose-float-image {
  border-radius: 16px;
  width: 150px;
  position: absolute;
  bottom: 80px;
  right: 92%;
  transform: rotate(-10deg);
}

.project-gallery-cards-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-cards-row.alternative-style {
  grid-template-columns: 1fr 1.5fr;
}

.project-gallery-card {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.project-gallery-image {
  width: 100%;
}

.project-gallery-image.scroll-animation-image {
  object-fit: cover;
  height: 100%;
}

.project-gallery-hover-state {
  z-index: 3;
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.project-title {
  color: var(--colors--theme-white);
  margin-bottom: 10px;
}

.project-gallery-card-overlay {
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(#fcfcfc00 5%, #083935b3 85%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project-gallery-cards-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.testimonial-section {
  background-color: #083935;
  background-image: url('../images/Testimonial-Section-Pattern.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
  overflow: hidden;
}

.testimonial-slider-mask {
  width: 50%;
  height: 100%;
  margin-bottom: 30px;
  overflow: visible;
}

.hidden {
  display: none;
}

.testimonial-slide-content-wrapper {
  background-color: var(--colors--theme-white);
  border-radius: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px;
}

.testimonial-author-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.testimonial-author-image {
  border-radius: 50px;
  width: 56px;
  height: 56px;
}

.testimonial-author-name {
  color: var(--colors--heading-color);
  margin-bottom: 4px;
}

.testimonial-slider-nav {
  bottom: -16px;
}

.section-top-left-content {
  text-align: left;
  width: 100%;
}

.team-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card-image {
  border-radius: 16px;
  width: 100%;
  display: block;
}

.team-card-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.team-social-wrapper.team-member-details-social-wrapper {
  margin-top: 24px;
}

.team-social-link {
  border: 1px solid var(--colors--heading-color);
  color: var(--colors--heading-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.team-social-link:hover {
  border-color: var(--colors--button-color);
  background-color: var(--colors--button-color);
}

.team-social-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-card-image-wrapper {
  border-radius: 16px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.team-card-hover-state {
  pointer-events: none;
  background-image: linear-gradient(#fcfcfc00 40%, #083935b3 90%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.team-card-link {
  background-color: var(--colors--button-color);
  color: var(--colors--heading-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .3s;
  display: flex;
  transform: rotate(-45deg);
}

.team-card-link:hover {
  transform: rotate(-45deg);
}

.team-card-link-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-section {
  margin-left: 100px;
  margin-right: 100px;
}

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

.blog-card-item {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.blog-card-thumbnail {
  aspect-ratio: 1;
  object-fit: cover;
  width: auto;
  height: 100%;
  position: static;
  overflow: clip;
}

.blog-card-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #08393533;
  border-radius: 16px;
  flex-flow: column;
  min-width: 100%;
  padding: 15px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.blog-card-info-wrapper:hover {
  background-color: #083935;
}

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

.blog-card-date {
  border: 1px solid var(--colors--theme-white);
  color: var(--colors--theme-white);
  border-radius: 30px;
  padding: 4px 10px;
  font-size: 10px;
}

.cta-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.cta-section.homepage-v1 {
  background-image: linear-gradient(#0839354d, #0839354d), url('../images/Cta-Banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-wrapper {
  perspective: 1000px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.cta-contact-form {
  background-color: var(--colors--theme-white);
  border-radius: 16px;
  max-width: 645px;
  margin-bottom: 0;
  padding: 40px;
}

.hero-form-subtitle-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #1b524e;
  border-radius: 30px;
  width: 100%;
  max-width: 270px;
  padding: 6px 20px;
  display: flex;
  overflow: hidden;
}

.home-hero-two {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.home-hero-video-wrapper {
  z-index: 2;
  perspective: 1000px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.home-hero-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.home-hero-two-wrapper {
  position: relative;
}

.cta-background-video {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cta-content-wrapper {
  z-index: 2;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
}

.service-collection-list-v2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card-item-v2 {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.service-card-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.service-card-image-v2 {
  width: 100%;
}

.service-card-content-wrapper {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  object-fit: fill;
  background-color: #08393533;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  display: flex;
}

.service-item-link {
  border: 1px solid var(--colors--theme-white);
  color: var(--colors--theme-white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.service-item-link-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.animated-scroll-image-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button-secondary {
  border: 1px solid var(--colors--heading-color);
  color: var(--colors--heading-color);
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 16px;
  transition: background-color .3s, border-color .3s;
  position: relative;
  overflow: hidden;
}

.button-secondary:hover {
  border-color: var(--colors--button-color);
  background-color: var(--colors--button-color);
}

.our-practices-section {
  background-image: linear-gradient(#083935f2, #083935f2), url('../images/Our-Practices-Image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.practices-icon-boxes-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.practices-icon-box {
  background-color: var(--colors--theme-white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.practice-icon-wrapper {
  background-color: var(--colors--primary-color);
  color: var(--colors--theme-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 35px;
  display: flex;
}

.practice-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.practice-icon-box-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-plan-tab-menu {
  border: 1px solid var(--colors--heading-color);
  border-radius: 30px;
  padding: 1px;
  position: absolute;
  top: -96px;
  right: 0;
}

.pricing-plan-tab-link {
  background-color: #0000;
  padding-top: 14px;
  padding-bottom: 14px;
}

.pricing-plan-tab-link.w--current {
  background-color: var(--colors--primary-color);
  color: var(--colors--theme-white);
  border-radius: 30px;
}

.pricing-plan-conent-inner-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan-intro-wrapper {
  border: 1px solid #030303;
  border-radius: 16px;
  max-width: 382px;
  padding: 25px 20px;
}

.plan-items-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.plan-intro-title {
  margin-bottom: 24px;
}

.pricing-intro-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.icon-list-two-item {
  color: var(--colors--text-color);
  background-image: url('../images/Icon-List-Two-Icon_1Icon List Two Icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 34px;
  font-size: 18px;
}

.pricing-plan-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--colors--heading-color);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.plan-name {
  border: 1px solid var(--colors--heading-color);
  border-radius: 30px;
  padding: 3px 16px;
  font-size: 18px;
}

.testimonial-slider-mask-v2 {
  height: 100%;
  margin-bottom: 30px;
}

.testimonial-slide-wrapper-v2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-slide-left-content {
  width: 65%;
}

.testimonial-slide-image-wrapper {
  width: 35%;
}

.testimonial-slide-image {
  border-radius: 16px;
  width: 100%;
}

.testimonial-text-v2 {
  color: var(--colors--theme-white);
}

.testimonial-rating-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.testimonial-rating {
  color: var(--colors--theme-white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-slider-nav2 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 125px;
  display: flex;
  bottom: -16px;
}

.about-scroll-images-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.about-scroll-item {
  border-radius: 16px;
  flex: none;
  display: flex;
  overflow: hidden;
}

.about-scroll-item.funfact-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  max-width: 420px;
  display: grid;
}

.about-scroll-image {
  object-fit: cover;
  object-position: 50% 0%;
  flex: none;
  width: 120%;
  max-width: none;
  height: 450px;
}

.about-scroll-images-wrapper {
  position: relative;
}

.about-scroll-sticky-block {
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.about-funfact-block {
  background-color: var(--colors--primary-color);
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 40px;
  display: flex;
}

.fun-fact-text-v2 {
  color: var(--colors--theme-white);
}

.mission-vision-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.mission-vision-content-wrapepr {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.mission-image-wrapper {
  width: 40%;
}

.our-mission-image {
  border-radius: 16px;
  width: 100%;
  position: sticky;
  top: 100px;
}

.mission-vision-card {
  background-color: var(--colors--theme-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.mission-vision-card-title {
  margin-top: 40px;
  margin-bottom: 24px;
}

.common-icon-wrapper {
  background-color: var(--colors--primary-color);
  color: var(--colors--theme-white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.common-icon-wrapper.contact-info-icon {
  width: 56px;
  height: 56px;
}

.common-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mision-vision-text {
  width: 100%;
  max-width: 483px;
}

.mission-vision-sticky-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.mission-vision-cards-wrapper {
  width: 100%;
  position: relative;
}

.faq-image-wrapper {
  border-radius: 16px;
  width: 40%;
  overflow: hidden;
}

.faq-image {
  border-radius: 16px;
  width: 100%;
}

.faq-items-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.faq-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-item-block {
  cursor: pointer;
  border: 1px solid #08393526;
  border-radius: 16px;
  width: 100%;
  padding: 20px 40px 20px 30px;
}

.faq-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-text-wrapper {
  overflow: hidden;
}

.faq-text {
  width: 100%;
  max-width: 541px;
  margin-top: 10px;
}

.faq-icon-wrapper {
  background-color: #0839351a;
  border-radius: 50px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 6px;
  position: relative;
}

.faq-icon-horizontal {
  background-color: var(--colors--heading-color);
  width: 10px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 7px;
}

.faq-icon-vertical {
  background-color: var(--colors--heading-color);
  width: 2px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 11px;
}

.service-book-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-book-steps-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.service-step-card {
  background-color: var(--colors--theme-white);
  border: 1px solid #08393526;
  border-radius: 16px;
  padding: 40px;
  position: sticky;
}

.service-step-card.step-one {
  top: 80px;
}

.service-step-card.step-two {
  top: 90px;
}

.service-step-card.step-three {
  top: 100px;
}

.service-card-step-header {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-book-left-sticky-block {
  position: sticky;
  top: 100px;
}

.appointment-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.appointment-image-wrapper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.appointment-image, .appointment-form-block {
  width: 100%;
}

.appointment-form {
  border: 1px solid #08393526;
  border-radius: 15px;
  padding: 40px;
}

.form-date-field {
  width: 100%;
}

.contact-us-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us-form {
  border: 1px solid #08393526;
  border-radius: 16px;
  padding: 38px;
}

.contact-us-text {
  margin-bottom: 35px;
}

.contact-info-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-info-list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-info-link:hover {
  text-decoration: underline;
}

.post-main-image-wrapper {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.post-main-image {
  width: 100%;
}

.blog-meta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #08393526;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding: 30px;
  display: grid;
}

.blog-meta-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-meta-icon-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--colors--primary-color);
  color: #bbe7d0;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 20px;
  display: flex;
}

.blog-meta-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-details-gallery-wrapper {
  margin-top: 40px;
}

.blog-details-content h2 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 35px;
}

.blog-details-content p {
  margin-bottom: 24px;
}

.blog-details-content ul {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  margin-top: 35px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.blog-details-content li {
  background-image: url('../images/List-Icon.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 26px;
}

.blog-details-content blockquote {
  margin-top: 40px;
}

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

.blog-gallery-item {
  border-radius: 16px;
  overflow: hidden;
}

.blog-gallery-image {
  border-radius: 16px;
  width: 100%;
}

.hero-subtitle-marquee-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.team-details-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.team-main-image-wrapper {
  perspective: 1000px;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.team-main-image {
  width: 100%;
}

.team-member-details-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.team-details-bottom-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.team-skill-text, .team-contact-text {
  margin-bottom: 24px;
}

.team-skillbar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.team-skillbar-outer-line {
  background-color: #69696926;
  border-radius: 50px;
  width: 100%;
  height: 6px;
}

.team-skillbar-inner-line {
  background-color: var(--colors--primary-color);
  transform-origin: 0%;
  border-radius: 50px;
  width: 100%;
  height: 6px;
}

.team-skillbar-inner-line.skill-85 {
  width: 85%;
}

.team-skillbar-inner-line.skill-65 {
  width: 65%;
}

.team-skillbar-inner-line.skill-75 {
  width: 75%;
}

.team-skillbar-texts-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.team-skill-title {
  color: var(--colors--heading-color);
}

.service-details-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.service-details-left-block {
  width: 60%;
}

.service-details-right-block {
  width: 40%;
}

.service-overview-content p {
  margin-top: 24px;
}

.service-details-iconboxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.service-iconbox-item {
  flex-flow: column;
  display: flex;
}

.service-bottom-details-content p {
  margin-top: 24px;
}

.service-bottom-details-content h2 {
  margin-top: 40px;
  font-size: 35px;
}

.service-bottom-details-content ul {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.service-bottom-details-content li {
  color: var(--colors--text-color);
  background-image: url('../images/List-Icon.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 27px;
}

.service-bottom-details-content img {
  border-radius: 16px;
}

.service-items-list-block {
  border: 1px solid #08393526;
  border-radius: 16px;
  padding: 25px;
}

.service-item-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-brand-image {
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.landing-page-promotional-video-shape-one {
  filter: blur(540px);
  background-color: #083935cc;
  border-radius: 50%;
  width: 550px;
  height: 550px;
  position: absolute;
  bottom: -335px;
  left: -125px;
}

.landing-page-promotional-video-wrapper {
  position: relative;
}

.landing-page-hero-except {
  color: #cdd5df;
  text-align: center;
  max-width: 730px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
}

.landing-page-promotioanl-video-section {
  background-color: #100d1f;
  position: relative;
  overflow: hidden;
}

.landing-page-promotioanl-video-section.landing-page-promotional-video-bg {
  background-image: url('../images/bg-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.landing-page-promotioanl-video-section.landing-page-promotional-video-bg.landing-page-padding-top-120px.landing-page-padding-bottom-120px {
  background-color: #0d121c;
}

.landing-page-request-figma-file-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 830px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.landing-page-section-heading {
  color: var(--colors--heading-color);
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.landing-page-mobile-device-image {
  z-index: 1;
  position: absolute;
  bottom: 0;
}

.landing-page-promotional-video-marquee-text {
  color: var(--colors--heading-color);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.landing-page-featured-section-item {
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  max-width: 414px;
  margin-right: 24px;
  padding: 8px;
  position: relative;
  box-shadow: 0 24px 32px #2128400d;
}

.landing-page-button {
  color: var(--colors--heading-color);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-page-button:hover {
  background-color: var(--colors--button-color);
  color: var(--colors--heading-color);
}

.landing-page-nav-link {
  color: var(--colors--theme-white);
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: color .3s;
  display: block;
}

.landing-page-nav-link:hover {
  color: var(--colors--button-color);
}

.landing-page-footer-except {
  color: #cdd5df;
  text-align: center;
  max-width: 730px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.landing-page-promotional-video-lightbox {
  z-index: 2;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-page-promotional-video-lightbox.landing-page-gradient {
  background-color: var(--colors--button-color);
  color: var(--colors--heading-color);
  transition: background-color .3s;
}

.landing-page-promotional-video-lightbox.landing-page-gradient:hover {
  background-color: var(--colors--theme-white);
}

.landing-page-view-template-button-icon {
  width: 24px;
  transform: rotate(-45deg);
}

.landing-page-core-features-shape-four {
  opacity: .5;
  filter: blur(100px);
  background-color: #4845c6;
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: 5px;
  right: 200px;
}

.landing-page-core-features-wrapper {
  position: relative;
}

.landing-page-feature-variation-image {
  z-index: 2;
  position: relative;
  box-shadow: 0 3px 18px #162a3e26, 0 7.5px 11px #162a3e0a;
}

.landing-page-template-showcase-section {
  background-color: #f4f5fa;
}

.landing-page-template-showcase-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-page-request-figma-file-content-wrapper {
  z-index: 2;
  position: relative;
}

.landing-page-request-figma-file-button-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.landing-page-promotional-footer-shape-one {
  opacity: .2;
  filter: blur(540px);
  background-color: #083935cc;
  border-radius: 50%;
  width: 490px;
  height: 490px;
  position: absolute;
  top: 116px;
  left: -215px;
}

.laning-page-template-feature-variation-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-page-section-except {
  color: var(--colors--primary-color);
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.landing-page-core-features-grid {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.landing-page-container-default {
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-page-subtitle-text {
  color: var(--colors--heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.landing-page-button-text {
  z-index: 2;
  font-weight: 500;
  position: relative;
}

.landing-page-cta-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-template-feature-variation-shape {
  opacity: .2;
  filter: blur(30px);
  border-radius: 50%;
  width: 144px;
  height: 144px;
  position: absolute;
}

.landing-page-template-feature-variation-shape.responsive-device {
  background-color: #6fc519;
  top: 100px;
  left: -22px;
}

.landing-page-template-feature-variation-shape.footer-styles {
  background-color: #ff8f76;
  top: 105px;
  left: 45px;
}

.landing-page-template-feature-variation-shape.header-styles {
  background-color: #7b55ff;
  top: 85px;
  right: 14px;
}

.landing-page-template-feature-variation-shape.blog-style {
  background-color: #ffb223;
  top: 95px;
  right: 45px;
}

.landing-page-hero-image-wrapper {
  z-index: 4;
  position: relative;
}

.landing-page-footer-button-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.landing-page-template-feature-variation-item {
  border-radius: 16px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.landing-page-template-feature-variation-item.responsive-devices {
  background-color: #f7faf4;
  height: 100%;
}

.landing-page-template-feature-variation-item.header-styles {
  background-color: #f5f3fa;
}

.landing-page-template-feature-variation-item.blog-style {
  background-color: #fbf7ee;
}

.landing-page-template-feature-variation-item.footer-styles {
  background-color: #faf1ef;
}

.landing-page-template-showcase-tab-link {
  color: #4b5565;
  background-color: #0000;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.landing-page-template-showcase-tab-link.w--current {
  color: #fff;
  background-color: #0d121c;
  border-radius: 999px;
}

.landing-page-container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-page-feature-variation-heading {
  color: #0d121c;
  text-align: center;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.landing-page-badge-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-core-features-heading {
  color: #0d121c;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.landing-page-footer-blurry-block-two {
  filter: blur(540px);
  background-color: #f6d25126;
  border-radius: 50%;
  width: 450px;
  height: 450px;
  position: absolute;
  top: 160px;
  right: -275px;
}

.landing-page-hero-image {
  margin-top: -30%;
}

.landing-page-template-showcase-page-name {
  color: var(--colors--heading-color);
  font-weight: 400;
  text-decoration: none;
}

.landing-page-template-showcase-page-name:hover {
  text-decoration: underline;
}

.landing-page-hero-section {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.landing-page-hero-section.landing-page-hero-bg-image.landing-page-hero-padding-top {
  background-color: #0a1614;
}

.landing-page-footer-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colors--button-color);
  color: var(--colors--heading-color);
  text-align: center;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-page-footer-button:hover {
  color: #0d121c;
}

.landing-page-hero-button-wrapper {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.landing-page-blurry-block-one {
  filter: blur(540px);
  background-color: #083935cc;
  border-radius: 50%;
  width: 549px;
  height: 549px;
  position: absolute;
  top: 330px;
  left: 120px;
}

.landing-page-cta-content-wrapper {
  max-width: 500px;
}

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

.landing-page-cta-image {
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.landing-page-footer-brand-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.landing-page-template-showcase-content {
  width: 100%;
  overflow: visible;
}

.landing-page-footer {
  background-color: #0b081b;
  overflow: hidden;
}

.landing-page-footer.landing-page-footer-bg-image {
  background-image: url('../images/bg-image.svg');
  background-position: 50% 0;
  background-size: auto;
}

.landing-page-footer.landing-page-footer-bg-image.landing-page-padding-top-120px {
  background-color: #0a1614;
  background-image: url('../images/bg-image.svg');
  background-size: auto;
}

.landing-page-footer-button-wrapper {
  margin-top: 40px;
}

.landing-page-nav-container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-page-request-figma-shape-three {
  opacity: .5;
  filter: blur(540px);
  background-color: #f6d2514d;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -215px;
  right: -40px;
}

.landing-page-nav-menu-wrapper {
  background-color: #0000;
  padding-top: 24px;
  padding-bottom: 24px;
}

.landing-page-template-feature-text {
  color: #0d121c;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.landing-page-footer-content-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.landing-page-footer-logo {
  max-width: 200px;
}

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

.landing-page-template-feature-variation-content-block {
  z-index: 2;
  margin-bottom: 24px;
  position: relative;
}

.landing-page-cta-wrapper {
  background-color: #08393540;
  background-image: url('../images/Landing-Cta-Shape_1Landing Cta Shape.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
}

.landing-page-featured-section-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-core-features-shape-three {
  opacity: .5;
  filter: blur(100px);
  background-color: #09bd1b;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -30px;
  left: 260px;
}

.landing-page-header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.landing-page-template-features-section {
  background-color: #eee;
}

.landing-page-header-logo {
  max-width: 175px;
}

.landing-page-footer-link-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.landing-page-promotional-video-shape-two {
  filter: blur(540px);
  background-color: #f6d2514d;
  border-radius: 50%;
  width: 490px;
  height: 490px;
  position: absolute;
  bottom: -335px;
  right: -125px;
}

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

.landing-page-footer-copyright-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.landing-page-request-figma-file-wrapper {
  position: relative;
}

.landing-page-template-feature-icon-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  box-shadow: 0 -1px 3px #eceff3, 0 1px 2px #0e094814, 0 0 4px #0e09480a;
}

.landing-page-hero-title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.landing-request-figma-file-section {
  overflow: hidden;
}

.landing-request-figma-file-section.landing-page-request-figma-bg {
  background-image: url('../images/bg-image.svg'), linear-gradient(#fff 45%, #0d121c 45%);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.landing-request-figma-file-section.landing-page-request-figma-bg.landing-page-padding-top-120px.landing-page-padding-bottom-120px {
  background-image: url('../images/bg-image.svg'), linear-gradient(#fff 46%, #0a1614 45%);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.landing-page-request-figma-file-image-wrapper {
  position: relative;
}

.landing-page-template-featured-section-wrapper {
  border-radius: 8px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.landing-page-request-figma-shape-four {
  opacity: .5;
  filter: blur(540px);
  background-color: #083935cc;
  border-radius: 50%;
  width: 450px;
  height: 450px;
  position: absolute;
  bottom: -200px;
  left: -80px;
}

.landing-page-footer-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-blurry-block-two {
  filter: blur(540px);
  background-color: #f6d2514d;
  border-radius: 50%;
  width: 550px;
  height: 550px;
  position: absolute;
  top: 120px;
  right: 130px;
}

.landing-page-core-features-section {
  background-color: #f4f5fa;
  overflow: hidden;
}

.landing-page-hamburger-menu {
  color: #fff;
  border-radius: 5px;
  padding: 12px;
}

.landing-page-hamburger-menu.w--open {
  background-color: #0000;
}

.landing-page-request-figma-shape-one {
  filter: blur(500px);
  background-color: #ff5e2c78;
  border-radius: 50%;
  width: 414px;
  height: 414px;
  position: absolute;
  top: 105px;
  left: 50px;
}

.landing-page-core-features-shape-five {
  opacity: .5;
  filter: blur(100px);
  background-color: #c345c6;
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: -45px;
  right: 100px;
}

.landing-page-nav-list-item {
  margin-bottom: 0;
}

.landing-page-nav-list-item.show-in-tablet {
  display: none;
}

.landing-page-footer-copyright-link {
  color: #fff;
  text-decoration: none;
}

.landing-page-footer-copyright-link:hover {
  color: var(--colors--button-color);
}

.landing-page-header-button {
  color: #1e1e1e;
  text-align: center;
  background-color: #ef644c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 45px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-page-header-button:hover {
  color: #0d121c;
}

.landing-page-header-button.tablet-hide {
  background-color: var(--colors--button-color);
}

.landing-page-footer-lower-container {
  z-index: 2;
  background-color: #0b081b;
  margin-top: 80px;
  padding-top: 16px;
  padding-bottom: 24px;
  position: relative;
}

.landing-page-featured-section-thumbnail {
  border-radius: 4px;
  width: 100%;
}

.landing-page-view-template-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  box-shadow: 0 8px 16px #21284033;
}

.landing-page-template-showcase-tab-menu {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.landing-page-cta-button {
  background-color: var(--colors--button-color);
  color: #0d121c;
  border-radius: 8px;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  position: relative;
  overflow: hidden;
}

.landing-page-cta-button:hover {
  background-color: var(--colors--heading-color);
  color: #fff;
}

.landing-page-button-hover-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.landing-page-button-hover-block.landing-page-gradient {
  width: 50%;
}

.landing-page-button-hover-block.landing-page-gradient.background-white {
  background-color: #fff;
}

.landing-page-request-figma-file-side-image {
  border: 1px solid #9aa4b2;
  border-radius: 4px;
  position: absolute;
  box-shadow: 0 36px 60px #222f4726;
}

.landing-page-request-figma-file-side-image.right {
  top: 140px;
  right: -20px;
}

.landing-page-request-figma-file-side-image.left-image {
  top: 140px;
  left: -20px;
}

.landing-page-template-showcase-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.landing-page-template-showcase-thumbnail {
  border-radius: 4px;
  width: 100%;
}

.landing-page-featured-section-container {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-core-features-shape-one {
  opacity: .5;
  filter: blur(100px);
  background-color: #fabb18;
  width: 135px;
  height: 135px;
  position: absolute;
  top: -30px;
  left: -25px;
}

.landing-page-view-template-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.landing-page-hero-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.landing-page-cta-heading {
  color: var(--colors--heading-color);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.landing-page-header {
  width: 100%;
  position: absolute;
  top: 0;
}

.landing-page-core-features-shape-two {
  opacity: .5;
  filter: blur(100px);
  background-color: #ff602e;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -25px;
  right: -25px;
}

.landing-page-subtile-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  display: flex;
}

.landing-page-subtile-wrapper.landing-page-gradient {
  background-color: var(--colors--button-color);
}

.landing-page-footer-title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.landing-page-promotional-video-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-footer-upper-container {
  position: relative;
}

.landing-page-request-figma-shape-two {
  filter: blur(600px);
  background-color: #ef644c66;
  border-radius: 50%;
  width: 370px;
  height: 370px;
  position: absolute;
  top: 150px;
  right: -50px;
}

.landing-page-badge {
  color: #fff;
  text-align: center;
  background-color: #ff453a;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.landing-page-badge.new {
  background-color: #0fb828;
}

.landing-page-promotional-video-overlay {
  z-index: 1;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
}

.landing-page-core-features-content-wrapper {
  position: relative;
}

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

.landing-page-cta-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 32px;
  display: flex;
}

.landing-page-hero-overlay {
  z-index: 3;
  opacity: .4;
  background-image: url('../images/Landing-Hero-Pattern.png');
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.landing-page-cta-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.landing-page-promotional-video-marquee-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.text-block-2 {
  font-weight: 500;
}

.landing-page-template-showcase-page-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  box-shadow: 0 24px 32px #2128400d;
}

.landing-page-figma-icon-wrapper {
  background-color: #0d121c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.landing-page-core-features-icon-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.landing-page-core-features-icon-wrapper.homepages {
  background-color: #11cc7f;
}

.landing-page-core-features-icon-wrapper.sections {
  background-color: #3ec5ff;
}

.landing-page-core-features-icon-wrapper.components {
  background-color: #a45aff;
}

.landing-page-core-feature-card {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-image: linear-gradient(111deg, #ffffff94, #ffffff57 100%, #fff);
  border: 2px solid #fff;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.landing-page-section-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.landing-page-section-heading-wrapper.max-width-675px {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-nav-menu-list {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.link-separartor {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.landing-page-footer-link {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s;
}

.landing-page-footer-link:hover {
  color: var(--colors--button-color);
}

.landing-page-promotional-video-marquee-container {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-featured-section-marquee-section {
  background-color: #f4f5fa;
  overflow: hidden;
}

.landing-page-template-showcase-thumbnail-wrapper {
  border-radius: 8px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.landing-page-template-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-page-template-name-wrapper {
  position: absolute;
  top: -120px;
}

.landing-page-request-figma-file-main-image {
  border: 1px solid #0d121c;
  border-radius: 16px;
  width: 100%;
}

.landing-page-hero-image-element {
  width: 25%;
  position: absolute;
  bottom: 40px;
  left: 20%;
}

.landing-page-template-name {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff26 10.77%, #9990);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 320px;
  font-weight: 500;
  line-height: 1;
}

.landing-page-hero-outer-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-template-feature-variation-image-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-hero-wrapper {
  z-index: 5;
  position: relative;
}

.landing-page-promotional-video-image {
  z-index: 4;
  border: 6px solid #fff;
  border-radius: 16px;
}

.landing-page-cta-image-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.landing-page-template-feature-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-cta-marquee {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 450px;
  max-height: 600px;
  display: grid;
  position: absolute;
  top: -140px;
  right: -100px;
  overflow: hidden;
  transform: rotate(-24deg);
}

.landing-page-core-features-text {
  color: #4b5565;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.landing-page-template-showcase-tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.landing-page-brand-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.landing-page-promotional-video-banner-wrapper {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  width: 115%;
  max-height: 108px;
  margin: auto -6.5%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  transform: rotate(16deg);
}

.landing-page-promotional-video-banner-wrapper.landing-page-gradient {
  background-color: var(--colors--button-color);
}

.landing-page-promotional-video-image-wrapper {
  z-index: 4;
  position: relative;
}

.landing-page-thumbnail-overlay {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.landing-page-feature-variation-text {
  color: #4b5565;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5;
}

.landing-page-promotional-video-play-icon {
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  display: flex;
}

.landing-page-request-figma-file-image-block {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.landing-page-cta-list-text {
  color: var(--colors--heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.landing-page-padding-top-120px {
  padding-top: var(--space--medium);
}

.landing-page-padding-bottom-120px {
  padding-bottom: var(--space--medium);
}

.landing-page-hero-padding-top {
  padding-top: 220px;
}

.title-wrapper {
  position: relative;
  overflow: hidden;
}

.title-scroll-overlay {
  background-image: linear-gradient(125deg, #fffc, #fff);
  width: 200%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.title-scroll-overlay.dark-bg {
  background-image: linear-gradient(125deg, transparent, var(--colors--primary-color) 50%, #083935 101%);
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.overlay-bg {
  transform-origin: 0%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-bg-inner-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform-origin: 50% 0;
  background-color: #08393533;
}

.cta-content-block {
  z-index: 2;
  position: relative;
}

.post-card-content {
  object-fit: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.post-card-content.service-card-content {
  justify-content: flex-start;
}

.scroll-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.scroll-image-wrapper.project-card {
  height: 100%;
}

.animated-scroll-video-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.team-card-arrow-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-image-link-wrapper {
  display: block;
}

.why-choose-text {
  max-width: 613px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.hero-video-overlay {
  background-color: #062c294d;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cta-overlay-bg {
  background-color: #bd202e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.heading {
  color: var(--colors--theme-white);
  font-size: 16px;
  font-weight: 400;
}

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

.paragraph {
  color: var(--colors--theme-white);
  flex-flow: row;
  justify-content: flex-start;
  font-size: 12px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}

.image {
  margin-left: 100px;
  margin-right: 100px;
}

.heading-2 {
  color: var(--colors--theme-white);
  margin-bottom: 10px;
  font-size: 20px;
}

.bold-text {
  font-size: 18px;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 12px;
}

.member-desc {
  font-size: 14px;
  line-height: 1.4;
}

.member-title {
  margin-bottom: 5px;
}

.text-block-3 {
  color: var(--colors--text-color);
  min-height: 50px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-4 {
  color: var(--colors--theme-white);
  font-size: 12px;
}

.paragraph-5 {
  color: var(--colors--theme-white);
  flex: 0 auto;
  order: 0;
  width: auto;
  min-width: 1vw;
  max-width: 100%;
  font-size: 12px;
  position: static;
}

.link {
  color: var(--colors--theme-white);
}

.grid-7 {
  grid-template-columns: 1fr 1fr;
}

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

.blog-section-copy {
  margin-left: 0;
  margin-right: 0;
}

.heading-3 {
  color: var(--colors--theme-white);
  margin-top: 20px;
  font-size: 16px;
}

.paragraph-6 {
  color: var(--colors--theme-white);
  margin-top: 10px;
  font-size: 15px;
}

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

.section {
  margin-bottom: 20px;
}

.section-2 {
  margin-bottom: 40px;
}

.text-block-5 {
  color: var(--colors--theme-white);
  margin-top: 0;
  margin-left: 5px;
  font-size: 16px;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-2 {
  width: 100%;
}

.grid-10 {
  grid-template-rows: auto;
}

.image-3 {
  width: 100%;
}

.site-logo-copy {
  width: 80px;
  margin-left: 0;
}

.image-7 {
  box-sizing: border-box;
  width: 20px;
  max-width: 40px;
  overflow: visible;
}

.div-block-2 {
  background-color: #0000;
  background-image: linear-gradient(#0003, #000);
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.page-hero-text-white {
  color: var(--colors--theme-white);
  text-align: left;
  margin: 20px 5%;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.page-hero-text-white.licenses-page-hero-text {
  max-width: 550px;
}

.page-hero-text-white.home-hero-v2 {
  max-width: 575px;
  font-size: 18px;
}

.page-hero-text-white.about-page-hero-text {
  text-align: left;
  max-width: 700px;
}

.page-hero-text-white.team-page-hero-text {
  max-width: 504px;
}

.page-hero-text-white.blog-page-hero-text {
  max-width: 566px;
}

.page-hero-text-white.service-page-hero-text {
  max-width: 458px;
  margin-bottom: 20px;
}

.page-hero-text-white.book-demo-hero-text {
  max-width: 650px;
}

.page-hero-text-white.contact-hero-text {
  max-width: 394px;
}

.page-hero-text-white.blog-details-hero-text {
  max-width: 566px;
}

.page-hero-text-white.services-page-hero-text {
  max-width: 460px;
}

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

.mail-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  display: inline-flex;
}

.image-8 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  width: 16px;
  height: 16px;
  position: static;
  overflow: visible;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.footer-social-icon-link-copy {
  border: 1px solid var(--colors--heading-color);
  color: var(--colors--theme-white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.footer-social-icon-link-copy:hover {
  border-color: var(--colors--button-color);
  background-color: var(--colors--button-color);
  color: var(--colors--heading-color);
}

.footer-social-icons-wrapper-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 10px;
  display: flex;
}

.paragraph-small-copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-small-copy.form-label {
  color: #070707;
  margin-bottom: 10px;
}

.paragraph-small-copy.project-category {
  color: var(--colors--theme-white);
}

.paragraph-small-copy.blog-card-text-button {
  border-bottom: 1px solid var(--colors--theme-white);
  color: var(--colors--text-color);
  margin-top: 10px;
  transition: border-color .3s;
}

.paragraph-small-copy.blog-card-text-button:hover {
  border-bottom-color: var(--colors--button-color);
}

.paragraph-small-copy.plan-value {
  color: var(--colors--heading-color);
}

.paragraph-small-copy.testimonial-author-role-v2 {
  color: var(--colors--theme-white);
}

.paragraph-small-copy.blog-meta-icon-text {
  color: #fdfdfd;
}

.paragraph-small-copy.blog-card-text-button-copy {
  border-bottom: 1px solid var(--colors--theme-white);
  color: var(--colors--text-color);
  border-radius: 1px;
  margin-top: 10px;
  transition: border-color .3s;
}

.paragraph-small-copy.blog-card-text-button-copy:hover {
  border-bottom-color: var(--colors--button-color);
}

.view-menu-link {
  z-index: 2;
  color: var(--colors--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  position: relative;
}

.view-menu-link.top-menu-link.w--current, .view-menu-link.dropdown-menu-link.w--current {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 28px;
  }

  .section-title {
    font-size: 30px;
  }

  .section-title.our-practices-title {
    max-width: 650px;
  }

  .section-title.mission-vision-section-title {
    margin-bottom: 50px;
    font-size: 65px;
  }

  .section-title.service-book-title {
    font-size: 60px;
  }

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

  .section-gap-bottom {
    padding-bottom: var(--space--extra-small);
  }

  .nav-menu-link.top-menu-link, .heading-style-h4.service-card-title {
    font-size: 20px;
  }

  .nav-menu-list-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-logo-column {
    max-width: 700px;
  }

  .hero-subtitle-wrapper.hero-subtitle-marquee-wrapper {
    max-width: 500px;
  }

  .page-hero-subtitle {
    font-size: 30px;
  }

  .page-hero-subtitle.subtitle-marquee-text {
    font-size: 24px;
  }

  .page-hero-title.about-page-hero-title {
    width: 90%;
  }

  .page-hero-title.blog-details-title {
    max-width: 1200px;
  }

  .page-hero-text, .page-hero-text.home-hero-v2 {
    font-size: 24px;
  }

  .style-guide-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .section-heading {
    font-size: 48px;
  }

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

  .heading-style-h2 {
    font-size: 54px;
  }

  .heading-style-h2-small {
    font-size: 40px;
  }

  .heading-style-h3 {
    font-size: 28px;
  }

  .footer-social-icon-link {
    width: 50px;
    height: 50px;
  }

  .home-one-hero {
    padding-bottom: 20px;
  }

  .hero-contact-form-wrapper {
    padding: 45px;
  }

  .hero-marquee-text {
    font-size: 85px;
  }

  .hero-text-marquee-sign {
    width: 60px;
  }

  .fun-fact-number-wrapper {
    height: 50px;
  }

  .fun-fact-number-wrapper.about-page {
    height: 69px;
  }

  .about-section-title {
    font-size: 30px;
  }

  .about-section-list {
    margin-bottom: 48px;
  }

  .about-section-text {
    font-size: 20px;
  }

  .section-top-text.team-section-top-text {
    font-size: 24px;
  }

  .service-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .why-choose-float-image {
    width: 200px;
    bottom: 0;
  }

  .team-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-social-link {
    width: 48px;
    height: 48px;
  }

  .blog-card-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-card-date {
    font-size: 15px;
  }

  .home-hero-video {
    height: 600px;
  }

  .service-collection-list-v2, .practices-icon-boxes-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .practice-icon-wrapper {
    margin-bottom: 50px;
  }

  .plan-intro-wrapper {
    width: 100%;
    max-width: 420px;
    padding: 39px 30px;
  }

  .plan-items-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-plan-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-slide-left-content {
    width: 60%;
  }

  .testimonial-slide-image-wrapper {
    width: 40%;
  }

  .testimonial-slider-nav2 {
    margin-right: 185px;
  }

  .about-scroll-image {
    height: 470px;
  }

  .faq-content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-us-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .blog-details-content h2 {
    font-size: 40px;
  }

  .team-details-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    place-items: center start;
  }

  .team-details-bottom-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .service-bottom-details-content h2 {
    font-size: 40px;
  }

  .landing-page-promotional-video-marquee-text {
    font-size: 60px;
  }

  .landing-page-template-showcase-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .landing-page-container-default {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }

  .landing-page-template-feature-variation-item {
    padding: 45px 45px 30px;
  }

  .landing-page-cta-wrapper {
    padding-left: 80px;
  }

  .landing-page-hero-title {
    font-size: 60px;
  }

  .landing-page-request-figma-file-side-image.right {
    right: -75px;
  }

  .landing-page-request-figma-file-side-image.left-image {
    left: -75px;
  }

  .landing-page-footer-title {
    font-size: 60px;
  }

  .landing-page-core-feature-card {
    padding: 60px 40px;
  }

  .landing-page-nav-menu-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .landing-page-template-features-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .landing-page-template-name-wrapper {
    top: -140px;
  }

  .landing-page-template-name {
    font-size: 380px;
  }

  .landing-page-template-feature-item {
    max-width: 195px;
  }

  .landing-page-cta-marquee {
    max-width: 550px;
    right: -40px;
  }

  .landing-page-promotional-video-banner-wrapper.landing-page-gradient {
    max-height: 120px;
  }

  .landing-page-padding-top-120px {
    padding-top: var(--space--large);
  }

  .landing-page-padding-bottom-120px {
    padding-bottom: var(--space--large);
  }

  .paragraph {
    font-size: 18px;
  }

  .member-desc {
    font-size: 20px;
  }

  .member-title {
    font-size: 28px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .page-hero-text-white, .page-hero-text-white.home-hero-v2 {
    font-size: 24px;
  }

  .mail-logo {
    position: static;
    overflow: clip;
  }

  .footer-social-icon-link-copy {
    width: 50px;
    height: 50px;
  }

  .view-menu-link, .view-menu-link.top-menu-link {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 76px;
  }

  h2 {
    font-size: 64px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  blockquote {
    background-position: 50% 74px;
    padding: 174px 146px 74px;
    font-size: 24px;
  }

  .section-title {
    font-size: 40px;
  }

  .section-title.our-practices-title {
    max-width: 800px;
  }

  .section-title.testimonial-slider-title {
    margin-bottom: 60px;
  }

  .section-title.mission-vision-section-title {
    margin-bottom: 60px;
    font-size: 76px;
  }

  .section-title.service-book-title {
    font-size: 76px;
  }

  .section-title-wrapper {
    margin-bottom: 60px;
  }

  .container-default {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-gap-bottom {
    padding-bottom: var(--space--extra-small);
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu-link {
    font-size: 20px;
  }

  .nav-menu-link.dropdown-menu-link {
    font-size: 18px;
  }

  .heading-style-h4 {
    font-size: 24px;
  }

  .nav-menu-list-wrapper {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  .site-logo {
    width: 80px;
  }

  .button-primary.form-button {
    font-size: 20px;
  }

  .footer-top-block-wrapper.section-gap-bottom {
    font-size: 30px;
  }

  .footer-logo-column, .hero-subtitle-wrapper.hero-subtitle-marquee-wrapper {
    max-width: 600px;
  }

  .page-hero-subtitle.subtitle-marquee-text {
    font-size: 30px;
  }

  .page-hero-title.about-page-hero-title {
    width: 100%;
  }

  .page-hero-text.home-hero-v2 {
    max-width: 800px;
    font-size: 30px;
  }

  .paragraph-small.form-label {
    font-size: 20px;
  }

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

  .style-menu-link-wrap {
    width: 320px;
  }

  .color-details-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-style-h2 {
    font-size: 64px;
  }

  .heading-style-h2-small {
    font-size: 45px;
  }

  .heading-style-h3 {
    font-size: 32px;
  }

  .heading-style-h3.hero-contact-form-title {
    margin-bottom: 48px;
    font-size: 32px;
  }

  .heading-style-h3.service-card-title {
    margin-top: 48px;
  }

  .heading-style-h3.testimonial-text-v2 {
    margin-bottom: 60px;
  }

  .heading-style-h3.appointment-form-title {
    margin-bottom: 40px;
  }

  .read-more-link {
    font-size: 20px;
  }

  .released-date-wrapper {
    margin-bottom: 15px;
  }

  .initial-release, .release-date {
    font-size: 18px;
    font-weight: 500;
  }

  .changelog-release-text {
    text-align: center;
    font-size: 18px;
  }

  .password-page-text {
    margin-bottom: 48px;
  }

  .home-one-hero {
    padding-bottom: 20px;
  }

  .home-hero-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 60px;
    display: grid;
  }

  .hero-contact-form-wrapper {
    padding: 60px;
  }

  .hero-marquee-text {
    font-size: 95px;
  }

  .hero-contact-form {
    padding: 30px 46px;
  }

  .form-field-block.appointment-message-block, .form-field-block.team-contact-message-block {
    margin-bottom: 48px;
  }

  .form-field-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-text-marquee-sign {
    width: 65px;
  }

  .fun-fact-number-wrapper {
    height: 56px;
  }

  .fun-fact-number-wrapper.about-page {
    height: 81px;
    margin-bottom: 50px;
  }

  .fun-fact-text {
    font-size: 30px;
  }

  .about-us-wrapper {
    grid-column-gap: 112px;
    grid-row-gap: 112px;
    display: flex;
  }

  .about-us-wrapper.home-hero-v2 {
    grid-column-gap: 103px;
    grid-row-gap: 103px;
  }

  .animated-image-wrapper {
    width: 100%;
    max-width: 563px;
  }

  .about-section-text {
    font-size: 24px;
  }

  .service-card-item {
    padding: 20px 5%;
  }

  .service-card-text {
    font-size: 25px;
  }

  .why-choose-list {
    margin-bottom: 48px;
  }

  .why-choose-float-image {
    width: 260px;
    bottom: 20px;
    right: 91%;
  }

  .testimonial-slider-mask {
    width: 33.33%;
  }

  .testimonial-slide-content-wrapper {
    padding: 40px;
  }

  .testimonial-author-block {
    margin-top: 48px;
  }

  .blog-card-info-wrapper {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    padding: 20px;
  }

  .blog-card-date {
    font-size: 18px;
  }

  .cta-contact-form {
    max-width: 700px;
  }

  .home-hero-video {
    height: 720px;
  }

  .center-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 48px;
  }

  .practices-icon-box {
    padding: 60px 40px;
  }

  .practice-icon-wrapper {
    margin-bottom: 60px;
  }

  .testimonial-slide-left-content {
    width: 100%;
    max-width: 758px;
  }

  .testimonial-slide-image-wrapper {
    width: 100%;
    max-width: 532px;
  }

  .testimonial-rating-wrapper {
    margin-bottom: 60px;
  }

  .testimonial-slider-nav2 {
    margin-right: 235px;
  }

  .about-scroll-image {
    height: 620px;
  }

  .about-funfact-block {
    padding: 47px;
  }

  .mission-vision-content-wrapepr {
    width: 100%;
    max-width: 800px;
  }

  .mission-image-wrapper {
    width: 100%;
    max-width: 560px;
  }

  .mission-vision-card-title {
    margin-top: 60px;
  }

  .mission-vision-sticky-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .faq-image-wrapper {
    width: 100%;
    max-width: 562px;
  }

  .faq-items-wrapper {
    width: 100%;
    max-width: 675px;
  }

  .faq-content-wrapper {
    grid-column-gap: 83px;
    grid-row-gap: 83px;
  }

  .service-book-wrapper {
    display: flex;
  }

  .service-book-left-content {
    width: 100%;
    max-width: 627px;
  }

  .service-book-steps-wrapper {
    width: 100%;
    max-width: 645px;
  }

  .appointment-form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-us-wrapper {
    grid-column-gap: 125px;
    grid-row-gap: 125px;
  }

  .contact-us-info-wrapper {
    width: 100%;
    max-width: 586px;
  }

  .contact-us-text {
    margin-bottom: 45px;
  }

  .blog-meta-wrapper {
    margin-top: 60px;
    padding: 40px;
  }

  .blog-details-gallery-wrapper {
    margin-top: 60px;
  }

  .blog-details-content h2 {
    margin-top: 60px;
    font-size: 45px;
  }

  .blog-details-content ul {
    margin-top: 54px;
  }

  .blog-details-content blockquote {
    margin-top: 60px;
  }

  .team-details-wrapper {
    grid-column-gap: 112px;
    grid-row-gap: 112px;
    grid-template-columns: 563px 1fr;
  }

  .team-member-details-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-details-bottom-wrapper {
    grid-column-gap: 112px;
    grid-row-gap: 112px;
    grid-template-columns: 563px 1fr;
    margin-top: 60px;
  }

  .service-details-left-block {
    width: 100%;
    max-width: 870px;
  }

  .service-details-iconboxes {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .service-bottom-details-content h2 {
    margin-top: 60px;
    font-size: 45px;
  }

  .service-items-list-block {
    padding: 32px;
  }

  .service-item-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .landing-page-container-default.template-showcase {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-page-container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }

  .landing-page-hero-image {
    margin-top: -32%;
  }

  .landing-page-nav-container {
    padding-left: 120px;
    padding-right: 120px;
  }

  .landing-page-core-features-shape-one {
    left: -68px;
  }

  .landing-page-core-features-shape-two {
    right: -100px;
  }

  .landing-page-template-features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .landing-page-template-name-wrapper {
    top: -150px;
  }

  .landing-page-hero-image-element {
    bottom: 40px;
    left: 20%;
  }

  .landing-page-template-name {
    font-size: 400px;
  }

  .landing-page-template-feature-item {
    max-width: 300px;
  }

  .bold-text {
    font-size: 30px;
  }

  .member-desc {
    font-size: 22px;
  }

  .member-title {
    font-size: 32px;
  }

  .text-block-3 {
    margin-bottom: 20px;
  }

  .paragraph-5 {
    font-size: 20px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-6 {
    font-size: 22px;
  }

  .image-4, .image-5, .image-6 {
    width: 100%;
  }

  .site-logo-copy {
    width: 100px;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .page-hero-text-white.home-hero-v2 {
    max-width: 800px;
    font-size: 30px;
  }

  .mail-logo {
    width: 28px;
  }

  .paragraph-small-copy.form-label {
    font-size: 20px;
  }

  .view-menu-link {
    font-size: 24px;
  }

  .view-menu-link.dropdown-menu-link {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 36px;
  }

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

  .nav-menu-link.top-menu-link, .nav-menu-link.top-menu-link.w--current {
    font-size: 36px;
  }

  .nav-menu-link.dropdown-menu-link {
    font-size: 30px;
  }

  .heading-style-h4.footer-list-title {
    font-size: 40px;
  }

  .heading-style-h4.service-card-title {
    font-size: 30px;
  }

  .site-logo {
    width: 100px;
  }

  .nav-menu-item {
    font-size: 30px;
  }

  .button-primary.form-button {
    font-size: 32px;
  }

  .footer-logo-column {
    width: 500px;
  }

  .page-hero-subtitle {
    font-size: 36px;
  }

  .page-hero-subtitle.subtitle-marquee-text {
    font-size: 30px;
  }

  .page-hero-title {
    font-size: 50px;
  }

  .page-hero-text {
    font-size: 25px;
  }

  .page-hero-text.home-hero-v2 {
    max-width: 1000px;
    font-size: 30px;
  }

  .paragraph-small.form-label {
    font-size: 32px;
  }

  .heading-style-h2-small.fun-fact-number {
    font-size: 60px;
  }

  .heading-style-h3.hero-contact-form-title {
    font-size: 38px;
  }

  .footer-social-icon-link {
    width: 80px;
    height: 80px;
  }

  .footer-list-item {
    font-size: 30px;
  }

  .form-field {
    font-size: 32px;
  }

  .fun-fact-number-wrapper {
    height: 75px;
  }

  .fun-fact-text {
    font-size: 40px;
  }

  .about-section-title {
    font-size: 50px;
  }

  .about-section-text {
    font-size: 25px;
  }

  .section-top-text.team-section-top-text {
    font-size: 30px;
  }

  .blog-card-date {
    font-size: 24px;
  }

  .home-hero-video-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-hero-video {
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .landing-page-container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }

  .landing-page-core-features-shape-two {
    right: -220px;
  }

  .landing-page-template-features-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .landing-page-hero-image-element {
    width: auto;
    left: 18%;
  }

  .paragraph {
    font-size: 24px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .member-desc {
    font-size: 25px;
  }

  .member-title {
    font-size: 36px;
  }

  .text-block-3 {
    min-height: 70px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .paragraph-5 {
    font-size: 24px;
  }

  .text-block-5 {
    font-size: 30px;
  }

  .image-4, .image-5, .image-6 {
    width: 100%;
  }

  .site-logo-copy {
    width: 120px;
  }

  .image-7 {
    aspect-ratio: 1;
    object-fit: fill;
    width: 40px;
    max-width: 100px;
    font-size: 30px;
  }

  .div-block-2 {
    background-color: #0000;
    background-image: linear-gradient(#0003, #000000e6);
  }

  .page-hero-text-white {
    font-size: 30px;
  }

  .page-hero-text-white.home-hero-v2 {
    max-width: 1000px;
    font-size: 40px;
  }

  .mail-logo {
    width: 32px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 36px;
  }

  .footer-social-icon-link-copy {
    width: 80px;
    height: 80px;
  }

  .paragraph-small-copy.form-label {
    font-size: 32px;
  }

  .view-menu-link {
    font-size: 25px;
  }

  .view-menu-link.top-menu-link, .view-menu-link.dropdown-menu-link {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 38px;
  }

  .main-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-title.testimonial-slider-title {
    text-align: center;
    margin-bottom: 25px;
  }

  .section-title.mission-vision-section-title {
    font-size: 46px;
  }

  .section-title.service-book-title {
    font-size: 38px;
  }

  .section-title-wrapper.section-title-with-button.price-page {
    justify-content: center;
  }

  .section-gap {
    padding-top: var(--space--small);
    padding-bottom: var(--space--small);
  }

  .container-default {
    max-width: 740px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-gap-bottom {
    padding-bottom: var(--space--small);
  }

  .section-gap-top {
    padding-top: var(--space--small);
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-menu-link {
    color: #fff;
  }

  .nav-menu-link.top-menu-link {
    transition: all .3s;
  }

  .nav-menu-link.dropdown-menu-link {
    color: var(--colors--heading-color);
    transition: all .3s;
  }

  .nav-menu-link.dropdown-menu-link:hover, .nav-menu-link.dropdown-menu-link.w--current {
    text-decoration: underline;
  }

  .heading-style-h4 {
    font-size: 22px;
  }

  .heading-style-h4.dropdown-column-title {
    border-bottom: 1px solid var(--colors--heading-color);
    color: var(--colors--heading-color);
  }

  .heading-style-h4.testimonial-title {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .heading-style-h4.service-step-card-title {
    margin-top: 30px;
  }

  .nav-menu-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
  }

  .menu-button {
    border: 1px solid var(--colors--button-color);
    background-color: var(--colors--button-color);
    color: var(--colors--heading-color);
    border-radius: 50%;
    margin-left: 10px;
    padding: 10px;
  }

  .menu-button:active {
    color: #1e1e1e;
    background-color: #ef644c00;
    border: 1px solid #0000001a;
  }

  .menu-button.w--open {
    border-color: var(--colors--button-color);
    background-color: var(--colors--theme-white);
    color: var(--colors--heading-color);
  }

  .nav-dropdown-toggle.w--open {
    justify-content: flex-start;
    align-items: center;
  }

  .site-logo {
    width: 60px;
  }

  .navbar-pages-wrapper {
    order: 1;
  }

  .nav-dropdown-list.w--open {
    background-color: var(--colors--theme-white);
    min-width: 200px;
    height: 250px;
    margin-top: 10px;
    padding: 0;
    top: 30px;
    right: auto;
    overflow: auto;
    transform: translate(0%);
  }

  .nav-dropdown-list.single-column-dropdown-list.w--open {
    min-width: 200px;
    height: auto;
    left: auto;
  }

  .dropdown-items-column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-wrapper {
    background-color: var(--colors--primary-color);
    flex-flow: column;
    width: 350px;
    min-height: 100vh;
    max-height: 100vh;
    padding: 45px 35px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
  }

  .nav-menu-item-wrapper.mobile-menu-logo-wrapper {
    margin-bottom: 15px;
    display: block;
  }

  .nav-menu-cta-wrapper {
    margin-left: auto;
  }

  .nav-menu-dropdown-icon {
    color: #fff;
  }

  .nav-menu-dropdown-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .nav-menu-dropdown-wrapper.single-column-dropdown-wrapper {
    min-width: auto;
  }

  .footer-top-block-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .page-hero {
    background-size: auto;
    padding-top: 150px;
  }

  .page-hero.price-page-hero {
    padding-bottom: 20px;
  }

  .style-guide-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .style-guide-details {
    width: 70%;
  }

  .style-guide-icon-wrap {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .typography-wrapper {
    padding-top: 60px;
  }

  .style-guide-button-wrap {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

  .style-menu-link-wrap {
    width: 180px;
  }

  .color-details-wrap {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .style-guide-sidebar {
    width: 30%;
    padding-top: 0;
  }

  .style-guide-icon-wrapper {
    padding-top: 80px;
  }

  .typography-details-wrap {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .style-guide-button-wrapper {
    padding-top: 60px;
  }

  .heading-style-h2 {
    font-size: 38px;
  }

  .heading-style-h2.home-hero-v1-title {
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .heading-style-h2-small {
    font-size: 30px;
  }

  .heading-style-h2-small.team-member-details-title {
    margin-bottom: 15px;
  }

  .heading-style-h3.hero-contact-form-title {
    margin-bottom: 25px;
  }

  .heading-style-h3.testimonial-text-v2 {
    text-align: center;
  }

  .footer-list-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-info-card-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .license-heading-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ._404-image {
    max-width: 300px;
  }

  .home-one-hero {
    padding-bottom: 80px;
  }

  .home-hero-content-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .hero-text-marquee-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-video-lightbox-thumbnail {
    width: 100%;
  }

  .form-field.team-contact-message-field {
    height: 180px;
  }

  .intro-video-play-icon-wrapper {
    width: 75px;
    height: 75px;
  }

  .intro-video-play-icon {
    width: 25px;
  }

  .home-hero-funfacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fun-fact-number-wrapper {
    height: 38px;
  }

  .fun-fact-number-wrapper.about-page {
    height: 48px;
  }

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

  .animated-image-wrapper, .animated-image {
    width: 100%;
  }

  .section-top-text.team-section-top-text {
    max-width: 400px;
  }

  .why-choose-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .why-choose-content-wrapper, .why-choose-images-wrapper {
    width: 100%;
  }

  .why-choose-float-image {
    width: 200px;
    display: none;
    bottom: 0;
  }

  .project-gallery-hover-state {
    padding: 15px;
  }

  .testimonial-slide-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .testimonial-quote-image {
    width: 35px;
  }

  .section-top-left-content.price-page {
    text-align: center;
  }

  .team-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-card-info-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .home-hero-video {
    height: auto;
  }

  .home-hero-two-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-plan-tab {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .pricing-plan-tab-menu {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    top: 0;
  }

  .pricing-plan-tab-content {
    width: 100%;
  }

  .pricing-plan-conent-inner-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .plan-intro-wrapper, .plan-items-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .pricing-intro-list {
    grid-column-gap: 40px;
    flex-flow: wrap;
  }

  .testimonial-slide-wrapper-v2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-slide-left-content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-slide-image-wrapper {
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .testimonial-slide-image {
    width: 350px;
  }

  .testimonial-author-info-block-v2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .testimonial-rating-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-slider-nav2 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .about-scroll-images-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .about-scroll-item {
    flex: 0 auto;
  }

  .about-scroll-item.portrait-item {
    width: 45%;
  }

  .about-scroll-item.funfact-wrapper {
    width: 50%;
    max-width: 100%;
  }

  .about-scroll-item.extended-item {
    display: none;
  }

  .about-scroll-image {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .about-scroll-images-wrapper {
    height: auto;
  }

  .about-scroll-sticky-block {
    position: relative;
    top: auto;
  }

  .mission-vision-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mission-vision-content-wrapepr, .mission-image-wrapper {
    width: 100%;
  }

  .our-mission-image {
    width: 100%;
    position: static;
  }

  .mission-vision-card {
    position: relative;
  }

  .mission-vision-card-title {
    margin-top: 30px;
  }

  .mission-vision-sticky-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
    position: static;
  }

  .mission-vision-cards-wrapper {
    min-height: auto;
    margin-bottom: 20px;
  }

  .faq-image-wrapper, .faq-items-wrapper {
    width: 100%;
  }

  .faq-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .service-book-steps-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-step-card {
    padding: 25px;
    position: static;
  }

  .service-book-left-sticky-block {
    position: static;
  }

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

  .appointment-image-wrapper {
    width: 100%;
  }

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

  .contact-us-form {
    padding: 30px 20px;
  }

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

  .post-main-image-wrapper.service-main-image-wrapper {
    margin-bottom: 40px;
  }

  .blog-details-content h2 {
    font-size: 30px;
  }

  .team-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1.5fr;
  }

  .team-main-image-wrapper {
    position: sticky;
    top: 110px;
  }

  .team-member-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-details-bottom-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .service-details-content-wrapper {
    flex-flow: column;
  }

  .service-details-left-block, .service-details-right-block {
    width: 100%;
  }

  .service-bottom-details-content h2 {
    font-size: 30px;
  }

  .service-item-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .landing-page-promotional-video-shape-one {
    background-color: #bb2cff;
    width: 350px;
    height: 350px;
    bottom: -200px;
    left: -60px;
  }

  .landing-page-hero-except {
    font-size: 18px;
  }

  .landing-page-promotioanl-video-section.landing-page-promotional-video-bg {
    background-position: 0 0;
    background-size: auto;
  }

  .landing-page-request-figma-file-title-block {
    max-width: 630px;
  }

  .landing-page-section-heading {
    font-size: 30px;
  }

  .landing-page-promotional-video-marquee-text {
    font-size: 38px;
  }

  .landing-page-footer-except {
    font-size: 18px;
  }

  .landing-page-template-showcase-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-page-promotional-footer-shape-one {
    width: 350px;
    height: 350px;
    left: -60px;
  }

  .landing-page-core-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-page-container-default {
    max-width: 740px;
  }

  .landing-page-footer-blurry-block-two {
    width: 300px;
    height: 300px;
    top: 100px;
    right: -60px;
  }

  .landing-page-hero-section.landing-page-hero-bg-image {
    background-position: 100% 0;
  }

  .landing-page-blurry-block-one {
    filter: blur(180px);
    width: 350px;
    height: 350px;
    top: 200px;
    left: 40px;
  }

  .landing-page-cta-content-wrapper {
    max-width: 400px;
  }

  .landing-page-footer-brand-wrapper {
    margin-top: 40px;
  }

  .landing-page-footer.landing-page-footer-bg-image {
    background-position: 0 0;
  }

  .landing-page-request-figma-shape-three {
    width: 250px;
    height: 250px;
  }

  .landing-page-nav-menu-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .landing-page-cta-wrapper {
    background-size: 75px;
  }

  .landing-page-core-features-shape-three {
    left: -25px;
  }

  .landing-page-promotional-video-shape-two {
    filter: blur(160px);
    width: 290px;
    height: 290px;
    bottom: -200px;
    right: -60px;
  }

  .landing-page-copyright-content-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .landing-page-nav-list-wrapper {
    background-color: #1e1e1e;
    width: 250px;
    min-height: 100vh;
    padding: 24px;
    position: fixed;
    top: 0;
    left: 0;
  }

  .landing-page-footer-copyright-text {
    text-align: center;
  }

  .landing-page-hamburger-icon {
    font-size: 30px;
  }

  .landing-page-hero-title {
    font-size: 38px;
  }

  .landing-page-request-figma-shape-four {
    width: 300px;
    height: 300px;
  }

  .landing-page-blurry-block-two {
    filter: blur(200px);
    width: 400px;
    height: 400px;
    top: 160px;
    right: 40px;
  }

  .landing-page-hamburger-menu.w--open {
    background-color: #0000;
  }

  .landing-page-hamburger-menu.landing-page-gradient.w--open {
    color: var(--colors--button-color);
  }

  .landing-page-request-figma-shape-one {
    width: 300px;
    height: 300px;
    left: 0;
  }

  .landing-page-core-features-shape-five {
    right: -25px;
  }

  .landing-page-nav-list-item.show-in-tablet {
    display: block;
  }

  .landing-page-nav-list-item.show-in-tablet.nav-brand-logo {
    margin-bottom: 20px;
  }

  .landing-page-header-button {
    background-color: var(--colors--button-color);
    border-radius: 50px;
  }

  .landing-page-header-button.tablet-hide {
    display: none;
  }

  .landing-page-footer-lower-container {
    margin-top: 40px;
  }

  .landing-page-template-showcase-tab-menu {
    margin-bottom: 40px;
  }

  .landing-page-request-figma-file-side-image.right {
    width: 22%;
  }

  .landing-page-request-figma-file-side-image.left-image {
    width: 20%;
  }

  .landing-page-featured-section-container {
    grid-template-columns: 1fr 1fr;
  }

  .landing-page-core-features-shape-one {
    width: 200px;
    height: 200px;
  }

  .landing-page-cta-heading {
    font-size: 30px;
  }

  .landing-page-footer-title {
    max-width: 600px;
    font-size: 38px;
  }

  .landing-page-request-figma-shape-two {
    width: 270px;
    height: 270px;
  }

  .landing-page-hero-overlay {
    background-position: 0 0, 0 0;
  }

  .landing-page-promotional-video-marquee-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: 20px;
  }

  .landing-page-nav-menu-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-page-template-features-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .landing-page-template-name-wrapper {
    top: -80px;
  }

  .landing-page-hero-image-element {
    bottom: 45px;
  }

  .landing-page-template-name {
    font-size: 25svw;
  }

  .landing-page-template-feature-variation-image-wrapper.mobile-responsive-block {
    padding-bottom: 180px;
  }

  .landing-page-cta-marquee {
    max-width: 350px;
    top: -120px;
    right: -80px;
  }

  .landing-page-feature-variation-text {
    max-width: 100%;
    font-size: 18px;
  }

  .landing-page-padding-top-120px {
    padding-top: var(--space--small);
  }

  .landing-page-padding-bottom-120px {
    padding-bottom: var(--space--small);
  }

  .landing-page-hero-padding-top {
    padding-top: 160px;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .site-logo-copy {
    width: 60px;
  }

  .mail-logo {
    width: 28px;
  }

  .view-menu-link {
    color: var(--colors--text-color);
  }

  .view-menu-link.top-menu-link {
    transition: all .3s;
  }

  .view-menu-link.dropdown-menu-link {
    color: var(--colors--heading-color);
    transition: all .3s;
  }

  .view-menu-link.dropdown-menu-link:hover, .view-menu-link.dropdown-menu-link.w--current {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 34px;
  }

  blockquote {
    background-position: 50% 30px;
    background-size: 55px;
    padding: 100px 25px 25px;
  }

  .subtitle {
    font-size: 18px;
  }

  .section-title, .section-title.testimonial-slider-title {
    margin-bottom: 15px;
  }

  .section-title.mission-vision-section-title {
    margin-bottom: 30px;
    font-size: 38px;
  }

  .section-title.service-book-title {
    font-size: 34px;
  }

  .section-title-wrapper.section-title-with-button {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-gap {
    padding-top: var(--space--extra-small);
    padding-bottom: var(--space--extra-small);
  }

  .container-default {
    max-width: 630px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-gap-bottom {
    padding-bottom: var(--space--extra-small);
  }

  .section-gap-top {
    padding-top: var(--space--extra-small);
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .site-logo {
    width: 60px;
  }

  .nav-menu-item-wrapper.mobile-menu-nav-cta {
    display: block;
  }

  .nav-menu-cta-wrapper {
    display: none;
  }

  .footer-top-block-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-top-block-wrapper.section-gap-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .footer-bottom-block-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-logo-column {
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    max-width: 400px;
  }

  .footer-list-column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .page-hero {
    padding-top: 120px;
  }

  .page-hero.utility-page-hero {
    padding-top: 140px;
  }

  .page-hero.home-hero-two {
    padding-bottom: 30px;
  }

  .page-hero.price-page-hero {
    padding-bottom: 0;
  }

  .typography-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .style-guide-wrapper {
    display: block;
  }

  .style-guide-details {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-small.form-label {
    margin-bottom: 5px;
  }

  .style-guide-icon-wrap {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .typography-details {
    font-size: 16px;
  }

  .typography-wrapper {
    padding-top: 60px;
  }

  .style-guide-button-wrap {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .style-menu-link-wrap {
    width: auto;
    position: static;
  }

  .color-details-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-sidebar {
    width: auto;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .style-guide-icon-wrapper {
    padding-top: 60px;
  }

  .typography-details-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-button-wrapper {
    padding-top: 60px;
  }

  .heading-style-h2 {
    font-size: 34px;
  }

  .heading-style-h2-small {
    font-size: 28px;
  }

  .heading-style-h2-small.team-member-details-title {
    margin-bottom: 8px;
  }

  .heading-style-h3.testimonial-text-v2 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .footer-logo-text {
    text-align: left;
    padding-bottom: 30px;
  }

  .footer-list-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-list-item {
    text-align: left;
  }

  .license-info-card-grid {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 20px;
  }

  .password-page-lock-image {
    width: 65px;
  }

  .password-protect-page-title {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .password-page-text {
    margin-bottom: 30px;
  }

  .password-protect-form-field {
    margin-bottom: 15px;
  }

  .home-one-hero {
    padding-bottom: 60px;
  }

  .home-hero-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .hero-contact-form-wrapper {
    width: 100%;
    padding: 35px 20px;
  }

  .hero-video-wrapper {
    width: 100%;
  }

  .hero-marquee-text {
    font-size: 55px;
  }

  .hero-contact-form {
    padding: 25px 20px;
  }

  .intro-video-play-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .intro-video-icon-overlay-big {
    width: 100px;
    height: 100px;
  }

  .form-field-block.team-contact-message-block {
    margin-bottom: 30px;
  }

  .form-field-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-text-marquee-sign {
    width: 40px;
  }

  .home-hero-funfacts-wrapper {
    grid-column-gap: 0px;
  }

  .fun-fact-number-wrapper {
    height: 35px;
  }

  .fun-fact-number-wrapper.about-page {
    height: 43px;
    margin-bottom: 20px;
  }

  .about-us-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-collection-list {
    grid-template-columns: 1fr;
  }

  .why-choose-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-gallery-cards-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1.5fr;
  }

  .project-gallery-cards-row.alternative-style {
    grid-template-columns: 1fr;
  }

  .project-title {
    margin-bottom: 5px;
  }

  .project-gallery-cards-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-slider-mask {
    width: 100%;
  }

  .section-top-left-content {
    text-align: center;
  }

  .team-collection-list, .blog-card-collection-list {
    grid-template-columns: 1fr;
  }

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

  .cta-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .cta-contact-form {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .home-hero-video {
    height: 280px;
  }

  .home-hero-two-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .service-collection-list-v2 {
    grid-template-columns: 1fr;
  }

  .practices-icon-boxes-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .practices-icon-box {
    padding: 30px 20px;
  }

  .pricing-plan-tab {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .pricing-plan-tab-content {
    width: 100%;
  }

  .plan-intro-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .pricing-intro-list {
    grid-column-gap: 0px;
    flex-flow: column;
  }

  .pricing-plan-item {
    grid-column-gap: 75px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .testimonial-slide-wrapper-v2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-slide-left-content {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-rating-wrapper {
    margin-bottom: 25px;
  }

  .about-scroll-images-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-scroll-item.portrait-item {
    width: 100%;
  }

  .about-scroll-item.funfact-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-funfact-block {
    padding: 30px;
  }

  .mission-vision-card-title {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .common-icon-wrapper {
    width: 55px;
    height: 55px;
  }

  .common-icon {
    width: 30px;
  }

  .mission-vision-sticky-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .faq-item-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-text {
    max-width: 90%;
  }

  .service-book-steps-wrapper {
    grid-template-columns: 1fr;
  }

  .appointment-form {
    padding: 30px;
  }

  .contact-info-list-wrapper {
    grid-template-columns: 1fr;
  }

  .post-main-image-wrapper.service-main-image-wrapper {
    margin-bottom: 30px;
  }

  .blog-meta-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-details-gallery-wrapper {
    margin-top: 30px;
  }

  .blog-details-content h2 {
    margin-top: 30px;
    font-size: 28px;
  }

  .blog-details-content ul, .blog-details-content blockquote {
    margin-top: 30px;
  }

  .blog-gallery-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .team-main-image-wrapper {
    position: static;
  }

  .service-details-iconboxes {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service-bottom-details-content p {
    margin-top: 15px;
  }

  .service-bottom-details-content h2 {
    margin-top: 30px;
    font-size: 28px;
  }

  .service-bottom-details-content ul {
    margin-top: 15px;
  }

  .service-item-list {
    grid-template-columns: 1fr;
  }

  .landing-page-promotional-video-shape-one {
    width: 300px;
    height: 300px;
    left: -20px;
  }

  .landing-page-request-figma-file-title-block {
    margin-bottom: 40px;
  }

  .landing-page-section-heading {
    font-size: 26px;
  }

  .landing-page-mobile-device-image {
    max-width: 360px;
  }

  .landing-page-promotional-video-marquee-text {
    font-size: 36px;
  }

  .landing-page-featured-section-item {
    max-width: 300px;
  }

  .landing-page-promotional-video-lightbox {
    width: 70px;
    height: 70px;
  }

  .landing-page-template-showcase-grid {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .landing-page-request-figma-file-button-wrapper {
    margin-top: 40px;
  }

  .laning-page-template-feature-variation-grid {
    grid-template-columns: 1fr;
  }

  .landing-page-core-features-grid {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .landing-page-hero-image-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .landing-page-template-showcase-tab-link {
    padding: 12px 20px;
  }

  .landing-page-hero-image {
    margin-top: -10%;
  }

  .landing-page-blurry-block-one {
    filter: blur(130px);
    width: 250px;
    height: 250px;
  }

  .landing-page-cta-content-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .landing-page-footer-brand-wrapper {
    flex-flow: wrap;
  }

  .landing-page-template-feature-text {
    font-size: 20px;
  }

  .landing-page-footer-logo {
    max-width: 220px;
  }

  .landing-page-cta-wrapper {
    background-size: 50px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .landing-page-header-logo {
    max-width: 220px;
  }

  .landing-page-footer-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .landing-page-promotional-video-shape-two {
    width: 260px;
    height: 260px;
    right: -20px;
  }

  .landing-page-hero-title {
    font-size: 36px;
  }

  .landing-request-figma-file-section.landing-page-request-figma-bg {
    background-image: url('../images/bg-image.svg'), linear-gradient(#fff 50%, #0d121c 50%);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .landing-request-figma-file-section.landing-page-request-figma-bg.landing-page-padding-top-120px.landing-page-padding-bottom-120px {
    background-image: url('../images/bg-image.svg'), linear-gradient(#fff 50%, #0d121c 45%);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .landing-page-blurry-block-two {
    filter: blur(130px);
    width: 300px;
    height: 300px;
  }

  .landing-page-hamburger-menu.landing-page-gradient.w--open {
    background-color: var(--colors--button-color);
    color: var(--colors--heading-color);
  }

  .landing-page-header-button {
    padding: 20px 32px;
  }

  .landing-page-template-showcase-tab-menu {
    padding: 12px;
  }

  .landing-page-request-figma-file-side-image.right {
    top: 60px;
    right: -10px;
  }

  .landing-page-request-figma-file-side-image.left-image {
    top: 60px;
    left: -10px;
  }

  .landing-page-featured-section-container {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .landing-page-core-features-shape-one {
    width: 160px;
    height: 160px;
  }

  .landing-page-footer-title {
    max-width: 100%;
    font-size: 36px;
  }

  .landing-page-section-heading-wrapper {
    margin-bottom: 40px;
  }

  .landing-page-template-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-page-template-name-wrapper {
    top: -50px;
  }

  .landing-page-request-figma-file-main-image {
    border-radius: 5px;
    width: 95%;
  }

  .landing-page-hero-image-element {
    width: 55%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: auto;
  }

  .landing-page-cta-image-container.right {
    width: auto;
    position: static;
  }

  .landing-page-cta-image-container.left {
    width: auto;
  }

  .landing-page-cta-marquee {
    max-width: none;
    max-height: 450px;
    position: static;
    transform: none;
  }

  .landing-page-padding-top-120px {
    padding-top: var(--space--extra-small);
  }

  .landing-page-padding-bottom-120px {
    padding-bottom: var(--space--extra-small);
  }

  .post-card-content {
    padding: 10px;
  }

  .grid-2, .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .site-logo-copy {
    width: 60px;
  }

  .page-hero-text-white {
    font-size: 16px;
  }

  .paragraph-small-copy.form-label {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  blockquote {
    background-size: 45px;
    border-radius: 10px;
    padding-top: 85px;
    font-size: 20px;
  }

  .section-title.mission-vision-section-title {
    font-size: 34px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button {
    margin-left: 15px;
    padding: 8px;
  }

  .site-logo {
    width: 60px;
  }

  .nav-menu-wrapper {
    width: 250px;
    padding: 35px 25px;
  }

  .navbar-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-dropdown-wrapper {
    min-width: 170px;
  }

  .footer-top-block-wrapper.section-gap-bottom {
    display: flex;
  }

  .footer-logo-column, .footer-list-column {
    justify-content: flex-start;
    align-items: center;
  }

  .page-hero.home-hero-two {
    margin-left: 10px;
    margin-right: 10px;
  }

  .style-guide-details {
    padding-bottom: 0;
  }

  .style-guide-icon-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .typography-wrapper {
    padding-top: 50px;
  }

  .section-heading {
    font-size: 28px;
  }

  .color-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .style-guide-icon-wrapper, .style-guide-button-wrapper {
    padding-top: 50px;
  }

  .heading-style-h2 {
    font-size: 30px;
  }

  .heading-style-h2-small {
    font-size: 26px;
  }

  .heading-style-h3.hero-contact-form-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-style-h3.testimonial-text-v2 {
    font-size: 20px;
  }

  .heading-style-h3.appointment-form-title {
    margin-bottom: 30px;
  }

  .heading-style-h3.service-iconbox-title {
    margin-top: 20px;
  }

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

  .footer-list-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-list-item {
    text-align: center;
  }

  .changelog-info-card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .released-date-wrapper {
    flex-direction: column;
  }

  ._404-image {
    max-width: 220px;
  }

  .home-one-hero {
    padding-top: 40px;
  }

  .home-hero-content-wrapper {
    flex-flow: column;
  }

  .hero-text-marquee-wrapper, .hero-text-marquee-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hero-marquee-text {
    font-size: 45px;
  }

  .hero-form-subtitle {
    font-size: 16px;
  }

  .form-field {
    height: 48px;
  }

  .form-field.dropdown-field {
    background-size: 12px;
  }

  .intro-video-play-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .intro-video-play-icon {
    width: 20px;
  }

  .intro-video-icon-overlay-big {
    width: 90px;
    height: 90px;
  }

  .home-hero-funfacts-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fun-fact-number-wrapper {
    height: 32px;
    margin-bottom: 5px;
  }

  .fun-fact-number-wrapper.about-page {
    height: 38px;
  }

  .hero-fun-fact-item {
    border-left-width: 0;
    padding-left: 0;
  }

  .fun-fact-text {
    font-size: 15px;
  }

  .about-section-list {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .floating-image {
    width: 80px;
  }

  .service-cards-grid {
    grid-template-columns: 1fr;
  }

  .service-card-item {
    padding: 25px 20px;
  }

  .service-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-slide-content-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .blog-card-info-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #bd202e;
    border-radius: 0;
    width: 100%;
    padding: 5px 5px 10px 10px;
    position: relative;
  }

  .cta-contact-form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .home-hero-video {
    height: 200px;
  }

  .home-hero-two-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-content-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .service-card-content-wrapper {
    bottom: 10px;
    left: 10px;
  }

  .service-item-link {
    width: 35px;
    height: 35px;
  }

  .practices-icon-boxes-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-plan-tab-menu {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .pricing-plan-item {
    grid-column-gap: 15px;
    flex-flow: column;
  }

  .testimonial-slide-image {
    width: 100%;
  }

  .faq-text {
    max-width: 100%;
  }

  .service-step-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .appointment-form {
    padding: 20px;
  }

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

  .blog-details-content h2 {
    font-size: 26px;
  }

  .team-skillbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-skillbar-texts-wrapper {
    margin-bottom: 5px;
  }

  .service-bottom-details-content h2 {
    font-size: 26px;
  }

  .landing-page-promotional-video-shape-one {
    width: 200px;
    height: 200px;
    bottom: -100px;
  }

  .landing-page-promotional-video-marquee-icon {
    width: 50px;
  }

  .landing-page-mobile-device-image {
    max-width: 300px;
  }

  .landing-page-promotional-video-marquee-text {
    font-size: 32px;
  }

  .landing-page-core-features-shape-four {
    left: 20px;
  }

  .landing-page-promotional-footer-shape-one {
    top: -60px;
  }

  .landing-page-template-feature-variation-item.footer-styles {
    padding: 20px 15px;
  }

  .landing-page-template-showcase-tab-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .landing-page-hero-image {
    margin-top: 0%;
  }

  .landing-page-blurry-block-one {
    width: 200px;
    height: 200px;
    left: 20px;
  }

  .landing-page-request-figma-shape-three {
    width: 200px;
    height: 200px;
  }

  .landing-page-footer-logo {
    max-width: 170px;
  }

  .landing-page-cta-wrapper {
    background-size: 40px;
    max-height: none;
    padding: 30px 20px;
  }

  .landing-page-core-features-shape-three {
    left: 20px;
  }

  .landing-page-header-logo {
    max-width: 170px;
  }

  .landing-page-footer-link-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .landing-page-promotional-video-shape-two {
    width: 160px;
    height: 160px;
    bottom: -100px;
  }

  .landing-page-copyright-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .landing-page-hero-title {
    font-size: 28px;
  }

  .landing-request-figma-file-section.landing-page-request-figma-bg {
    background-image: url('../images/bg-image.svg'), linear-gradient(#fff 60%, #0d121c 60%);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .landing-request-figma-file-section.landing-page-request-figma-bg.landing-page-padding-top-120px.landing-page-padding-bottom-120px {
    background-image: url('../images/bg-image.svg'), linear-gradient(#fff 60%, #0d121c 45%);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .landing-page-request-figma-shape-four {
    width: 200px;
    height: 200px;
    left: -40px;
  }

  .landing-page-blurry-block-two {
    width: 250px;
    height: 250px;
    top: 100px;
    right: 20px;
  }

  .landing-page-request-figma-shape-one {
    width: 200px;
    height: 200px;
    top: 0;
  }

  .landing-page-core-features-shape-five {
    left: 20px;
  }

  .landing-page-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .landing-page-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .landing-page-header-button {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .landing-page-template-showcase-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    flex-flow: wrap;
    width: 100%;
    max-width: 340px;
  }

  .landing-page-footer-title {
    font-size: 28px;
  }

  .landing-page-request-figma-shape-two {
    width: 200px;
    height: 200px;
    top: 0;
  }

  .landing-page-footer-link {
    line-height: 1.1;
  }

  .landing-page-template-features-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .landing-page-hero-image-element {
    bottom: 35px;
  }

  .landing-page-template-feature-variation-image-wrapper.mobile-responsive-block {
    padding-bottom: 150px;
  }

  .landing-page-cta-image-container {
    width: 100%;
  }

  .landing-page-cta-image-container.right {
    display: none;
    position: static;
  }

  .landing-page-cta-marquee {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center;
    max-height: none;
  }

  .landing-page-promotional-video-banner-wrapper {
    max-height: 98px;
  }

  .landing-page-hero-padding-top {
    padding-top: 140px;
  }

  .post-card-content {
    clear: none;
    padding: 0;
    position: absolute;
  }

  .post-card-content.service-card-content {
    padding: 10px;
    position: absolute;
  }

  .grid-2, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11 {
    grid-template-columns: 1fr;
  }

  .site-logo-copy {
    width: 60px;
  }

  .page-hero-text-white {
    font-size: 8px;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_43bba31f-7dc3-ec17-9a8d-ebedaf08883c-ad61a760 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9c5cc1d0-75d9-419e-3f98-f5c8e4d27f6d-80e2b6a8, #w-node-_37deb13e-caf6-5367-75a9-e860cde1e83c-80e2b6a8, #w-node-_7afc86cd-30a8-547e-5ba1-c7a3b27312b6-80e2b6a8, #w-node-_9c5cc1d0-75d9-419e-3f98-f5c8e4d27f6d-7162c23f, #w-node-_37deb13e-caf6-5367-75a9-e860cde1e83c-7162c23f, #w-node-_7afc86cd-30a8-547e-5ba1-c7a3b27312b6-7162c23f {
    order: -9999;
  }
}


@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}