@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

.container {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

.button-primary {
  color: #f6f6f0;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #800203;
  background-color: #f6f6f0;
}

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

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  font-family: Playfair;
}

.navbar-no-shadow {
  background-color: #800020;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #800020;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--black);
  color: #030303;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

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

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

.button-primary-2.btnb {
  color: #800020;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border-color: #800020;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 20px;
  margin-right: auto;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-primary-2.btna {
  letter-spacing: 0;
  text-transform: none;
  flex-flow: row;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.button-primary-2.btnc {
  background-color: #333;
  border-color: #0e0909;
}

.hero-heading-left-2 {
  background-color: #800020;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  max-height: 80%;
  margin-bottom: 80px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 34px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.margin-bottom-24px-2.sec2p {
  color: #333;
  margin-bottom: 37px;
  padding-top: 0;
}

.shadow-two-2 {
  height: 200%;
  max-height: 50%;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-2 {
  color: #fff;
  margin-bottom: 28px;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

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

.div-block {
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.track {
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.frame {
  height: 100%;
  display: flex;
}

.scene2 {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 15px 15px 13px;
}

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

.navbar-logo-left-2 {
  background-color: #f6f6f0;
  border-bottom: 1px solid #c7c7c3;
  display: flex;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 16px;
}

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

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

.nav-menu-two-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  z-index: auto;
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #800203;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 30px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #3a0202;
}

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

.hero-heading-left-3 {
  background-color: #f6f6f0;
  background-image: url('../images/ChatGPT-Image-Apr-3-2025-06_16_56-PM.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 120px;
  position: relative;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #424242;
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-4 {
  color: #3b3b3b;
  font-family: PT Serif, serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 70px;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
}

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

.keyvalue {
  background-color: #800203;
  height: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 150px;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto 0 0;
}

.div-block-2 {
  max-width: 22%;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

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

.heading-5 {
  color: #b49551;
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 54px;
}

.paragraph {
  color: #f6f6f0;
  text-align: left;
  padding-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.paragraph-2 {
  color: #f6f6f0;
  text-align: left;
  letter-spacing: 2px;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.div-block-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff8ec;
  justify-content: space-between;
  align-items: stretch;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.heading-6 {
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-4, .div-block-5, .div-block-6 {
  color: #f6f6f0;
}

.paragraph-3 {
  line-height: 23px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.heading-7 {
  color: #b49551;
  text-align: center;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-7 {
  border: 1px solid #fff;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  width: 400px;
  max-width: 400px;
  padding: 10px 20px 20px;
  display: block;
}

.flex-block-4 {
  box-sizing: border-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.paragraph-5 {
  text-align: center;
  border: 0 #fff;
  border-radius: 20px;
  padding: 30px;
}

.text-block-3 {
  float: none;
  clear: none;
  color: #b49551;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 150px;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 20px auto 40px;
  padding: 20px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  max-width: 1100px;
  padding-bottom: 0;
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  border: 1px #979494;
  border-bottom-style: solid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 9px;
  margin-bottom: 54px;
  padding-bottom: 51px;
  display: flex;
}

.paragraph-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.div-block-8 {
  align-self: auto;
  width: 45%;
}

.aboutus {
  background-color: #f6f6f0;
  padding-top: 70px;
  padding-bottom: 100px;
}

.heading-8 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 62px;
  font-weight: 400;
}

.paragraph-7 {
  letter-spacing: 2px;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.flex-block-6 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: space-between;
  margin-top: 87px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-8 {
  margin-bottom: 60px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.div-block-9 {
  flex: 0 auto;
  order: 0;
  width: 45%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: PT Serif, serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-10 {
  width: 50%;
}

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

.flex-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

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

.section-3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-11 {
  width: 50%;
}

.flex-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.heading-10 {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
}

.paragraph-9 {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item, .list-item-2, .list-item-3 {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.list {
  margin-bottom: 40px;
}

.paragraph-10 {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.testimonial-column-light {
  background-color: #f6f6f0;
  border: 1px #000;
  border-bottom-style: solid;
  padding: 100px 30px 120px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 63px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
}

.testimonial-grid-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
  position: relative;
}

.testimonial-card-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  border: 1px solid #000;
  border-bottom-color: #131313;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px 20px;
  display: block;
  position: static;
}

.testimonial-text-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: flex;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

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

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.hero-subscribe-left {
  aspect-ratio: auto;
  background-color: #500303;
  border: 1px solid #140101;
  border-radius: 0;
  margin-bottom: 0;
  padding: 100px 30px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.container-8 {
  color: #fff;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.hero-split-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #fefefe;
  margin-bottom: 24px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 400px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.button-primary-4:hover {
  color: #fff;
  background-color: #800203;
}

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

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

.arrow-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-left: 5px;
  display: inline-flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.heading-11 {
  color: #b49551;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.text-block-4 {
  color: #fefefe;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

.footer-dark {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #140101;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 0;
  padding: 100px 30px 15px;
  position: relative;
  overflow: hidden;
}

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

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  display: flex;
}

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

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

.footer-link:hover {
  color: #800203;
}

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

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

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

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.bold-text {
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

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

.bold-text-3 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-4 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.logo {
  width: 250px;
}

.heading-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 65px;
}

.paragraph-11 {
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.container-11 {
  text-align: left;
  max-width: 1100px;
  margin-top: 0;
}

.section-4 {
  background-color: #f6f6f0;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  list-style-type: none;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 100px;
  height: 80px;
  margin-right: 16px;
}

.bold-text-5 {
  color: #800203;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 47px;
  display: block;
}

.bold-text-5.serv1bold {
  color: #f6f6f0;
  font-size: 45px;
}

.heading-13 {
  color: #800203;
}

.service1 {
  background-color: #800203;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-6 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  color: #f6f6f0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.margin-bottom-24px-5.txt2 {
  color: #333;
  margin-bottom: 40px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #800203;
  background-color: #fff;
}

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

.button-primary-5.btnserv2 {
  color: #800203;
  border-color: #800203;
}

.button-primary-5.btnserv2:hover {
  color: #fff;
  background-color: #800203;
}

.shadow-two-5 {
  width: 90%;
  box-shadow: 0 4px 24px #96a3b514;
}

.service2 {
  background-color: #f6f6f0;
  padding: 80px 30px;
}

.heading-14 {
  color: #fff;
  font-family: PT Sans, sans-serif;
}

.heading-15 {
  font-family: PT Sans, sans-serif;
}

.service3 {
  background-color: #800203;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-7 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.txt1 {
  color: #f6f6f0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.txt1.txt2 {
  color: #333;
}

.button-primary-6 {
  color: #800203;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #800203;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-6.plain:hover {
  color: #f6f6f0;
  background-color: #800203;
}

.bold-text-6 {
  color: #800203;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
  display: block;
}

.bold-text-6.redheader {
  color: #b49551;
}

.bold-text-6.headertxt {
  color: #f6f6f0;
}

.accordion-toggle-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.accordion-header {
  letter-spacing: -.2vw;
  font-size: 6vw;
  font-weight: 400;
  line-height: 110%;
}

.black-text {
  color: #000;
  font-weight: 800;
}

.break-normal {
  white-space: normal;
  line-height: 140%;
}

.accordion-icon {
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  padding: 1vw;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: #8f00ff;
}

.icon-line-static {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.icon-line {
  background-color: #000;
  width: 2px;
  height: auto;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}

.accordionpanel {
  display: none;
  overflow: visible;
}

.paragraph-12 {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.container-15 {
  border-top: 1px solid #fff;
  max-width: 1100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-16 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.bold-text-7 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.hero-heading-right-2 {
  background-color: #f6f6f0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-6 {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #800203;
}

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

.bold-text-8 {
  color: #800203;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.accordionpanel2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-16 {
  margin-left: auto;
  margin-right: auto;
}

.container-17 {
  border-top: 1px solid #333;
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.heading-17 {
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.paragraph-13 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.bold-text-9 {
  color: #800203;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  display: block;
}

.hero-heading-left-4 {
  background-color: #800203;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-7 {
  color: #f6f6f0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #800203;
  background-color: #fff;
}

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

.button-primary-8.button-primary-2 {
  border-style: none;
  border-color: var(--white);
  color: #800203;
  background-color: #fff;
}

.shadow-two-8 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
}

.bold-text-10 {
  color: #b49551;
  font-weight: 400;
}

.heading-19 {
  color: #b49551;
}

.accordionpanel3 {
  display: none;
}

.container-19 {
  border-top: 1px solid #fff;
  max-width: 1100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph-14 {
  color: #f6f6f0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.bold-text-11 {
  color: #f6f6f0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-17 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-20 {
  color: #f6f6f0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 70px;
}

.paragraph-15 {
  color: #f6f6f0;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.flex-block-9 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  background-color: #800203;
  background-image: linear-gradient(#0401018a, #0401018a), url('../images/ChatGPT-Image-Apr-5-2025-09_42_47-PM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container-20 {
  max-width: 1100px;
  height: auto;
  padding-top: 80px;
}

.heading-21 {
  color: #800203;
  text-align: center;
  margin-bottom: 45px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
}

.paragraph-16 {
  text-align: center;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  background-color: #ddd;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.tab-link-initial-consultation {
  width: 25%;
  padding: 15px 40px;
}

.tab-link-initial-consultation.w--current {
  background-color: #800203;
}

.tab-link-financing-prep {
  background-color: #800203;
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-financing-prep.tab-link.w--current {
  background-color: #800203;
}

.tab-link-property-selection {
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-property-selection.tab-link.w--current {
  background-color: #800203;
  font-family: Open Sans, sans-serif;
}

.tab-link-acquisition {
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-acquisition.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-acquisition.tab-link.w--current {
  color: #fff;
  background-color: #800203;
  font-family: Open Sans, sans-serif;
}

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

.text-block-6, .text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.text-block-8 {
  color: #f6f6f0;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.text-block-8:active {
  color: #333;
}

.div-block-18 {
  aspect-ratio: 1;
  background-color: #fff;
  border: 2px solid #800203;
  width: 40%;
  margin-top: 50px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-17 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.heading-22 {
  color: #800203;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.div-block-19 {
  background-color: #fff;
  border: 2px solid #800203;
  max-width: 60%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
}

.paragraph-18 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.section-6 {
  background-color: #fff;
  height: auto;
  max-height: none;
  padding-bottom: 100px;
}

.list-item-4 {
  margin-bottom: 30px;
  padding-left: 15px;
}

.heading-23 {
  color: #800203;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.list-item-5 {
  margin-bottom: 35px;
  padding-left: 15px;
}

.list-item-6 {
  padding-left: 15px;
}

.list-2 {
  list-style-type: disc;
}

.text-block-9 {
  color: #f4f4ee;
  text-align: center;
}

.tab-link {
  background-color: #000;
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link:hover {
  background-color: #464444;
}

.tab-link.w--current {
  background-color: #800203;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bold-text-12, .bold-text-13, .bold-text-14 {
  font-weight: 400;
}

.bold-text-15 {
  font-family: PT Serif, serif;
  font-weight: 400;
}

.bold-text-16, .bold-text-17, .bold-text-18 {
  font-weight: 400;
}

.features-list-2 {
  background-color: #f6f6f0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

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

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

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-bottom: 0;
  display: flex;
}

.features-block-two-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.features-image-2 {
  box-sizing: border-box;
  aspect-ratio: 1;
  text-align: center;
  object-fit: scale-down;
  background-color: #800203;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-19 {
  color: #800203;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.listdiv {
  padding-left: 20px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
}

.leftdivhead {
  color: #800203;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-20 {
  font-weight: 600;
}

.bold-text-21 {
  font-weight: 700;
}

.svg {
  display: block;
}

.path {
  color: #f6f6f0;
}

.svg-2 {
  width: 60%;
}

.svg-3 {
  color: #f6f6f0;
  width: 60%;
}

.path-2 {
  width: 70%;
}

.svg-4 {
  color: #f6f6f0;
  -webkit-text-stroke-color: #f6f6f0;
  width: 70%;
}

.svg-5, .svg-6 {
  color: #fff;
  width: 60%;
}

.svg-7 {
  color: #fff;
  width: 70%;
}

.svg-8, .svg-9 {
  color: #fff;
  width: 60%;
}

.section-7 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/ChatGPT-Image-Apr-5-2025-09_42_47-PM.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
}

.section-8 {
  padding-bottom: 0;
}

.container-22 {
  max-width: 1100px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.form {
  margin-bottom: 12px;
  padding-bottom: 0;
}

.text-field, .text-field-2 {
  border: 1px solid #800203;
  height: 50px;
}

.textarea {
  border: 1px solid #800203;
  height: auto;
  min-height: 180px;
  margin-top: 27px;
  margin-bottom: 30px;
}

.heading-24 {
  color: #800203;
  text-align: left;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 60px;
  font-weight: 400;
}

.paragraph-19 {
  color: #800203;
  text-align: left;
  margin-bottom: 40px;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-20 {
  margin-bottom: 50px;
}

.body {
  background-color: #f6f6f0;
}

.formside {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.flex-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.div-block-21 {
  width: 50%;
  height: 200px;
}

.contacttxt {
  width: 50%;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.svg-10 {
  align-self: center;
  width: 20px;
}

.text-block-10 {
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.flex-block-12, .flex-block-13 {
  margin-bottom: 20px;
}

.svg-11, .svg-12 {
  align-self: center;
  width: 25px;
}

.field-label, .field-label-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-field-3 {
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary-2 {
    border-color: var(--white);
    color: #fdfdfd;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .navbar-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    float: right;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #800203;
    border-radius: 0;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    margin-top: 10px;
    padding: 20px 20px 40px;
    list-style-type: none;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff80;
    margin-bottom: 10px;
    padding: 20px 20px 20px 5px;
    display: block;
  }

  .nav-link-3:hover {
    color: #ffffffbf;
    background-color: #3a0202;
  }

  .nav-link-3.w--current {
    text-align: right;
    background-color: #3a020200;
    border-bottom: 1px solid #ffffff80;
    border-radius: 1px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-link-3.w--current:hover {
    color: #ffffffbf;
    background-color: #3a0202;
  }

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

  .button-primary-3 {
    color: #fff;
    text-align: right;
    background-color: #800203;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    position: relative;
  }

  .button-primary-3.mmenu {
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .menu-button-3 {
    background-color: #800203;
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #800203;
  }

  .hero-heading-left-3 {
    background-image: linear-gradient(#07000005, #000 84%), url('../images/ChatGPT-Image-Apr-2-2025-10_02_20-PM.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 100px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-top: 200px;
    margin-bottom: 22px;
  }

  .margin-bottom-24px-3, .heading-4 {
    color: #fff;
  }

  .keyvalue {
    padding-bottom: 100px;
  }

  .heading-5 {
    line-height: 50px;
  }

  .div-block-3 {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-7 {
    width: auto;
  }

  .flex-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-between;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
  }

  .flex-block-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-8 {
    width: 60%;
  }

  .aboutus {
    padding-bottom: 70px;
  }

  .flex-block-6 {
    padding-right: 30px;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .div-block-11 {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-8 {
    display: block;
  }

  .testimonial-column-light {
    padding-top: 65px;
    padding-bottom: 65px;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 20px;
    display: block;
  }

  .testimonial-card-two {
    margin-bottom: 20px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .hero-subscribe-left {
    padding-top: 50px;
    padding-bottom: 70px;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

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

  .footer-block {
    text-align: left;
  }

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

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

  .logo {
    width: 200px;
  }

  .image-3 {
    width: 100%;
    margin-top: 50px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

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

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .flex-block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    padding-bottom: 40px;
  }

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

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .flex-block-12, .flex-block-13 {
    margin-bottom: 10px;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .list-item-7 {
    box-sizing: border-box;
    float: none;
    clear: none;
    object-fit: fill;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    padding-bottom: 60px;
  }

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

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

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

  .button-primary {
    text-align: center;
    width: 100%;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .button-primary-2 {
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading-left-2, .hero-heading-right {
    padding: 60px 15px;
  }

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

  .navbar-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-menu-two-2 {
    border-radius: 0;
    flex-direction: column;
    width: 60%;
    padding-bottom: 20px;
  }

  .nav-link-3 {
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 30px;
    display: inline-block;
  }

  .nav-link-3.w--current {
    border-bottom-style: none;
    border-bottom-color: #fff;
    margin-bottom: 0;
  }

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

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

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .mobile-margin-top-12 {
    text-align: right;
    justify-content: flex-end;
    margin-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .button-primary-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: center;
    background-color: #800203;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary-3.mmenu {
    text-align: right;
    margin-bottom: 0;
  }

  .hero-heading-left-3 {
    background-image: linear-gradient(#00000005, #000), url('../images/ChatGPT-Image-Apr-2-2025-10_02_20-PM.png');
    background-size: auto, cover;
    padding: 60px 15px;
  }

  .hero-split-3 {
    margin-top: 291px;
    margin-bottom: 50px;
    display: flex;
  }

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

  .flex-block {
    width: 100%;
    display: block;
  }

  .keyvalue {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    display: block;
  }

  .heading-5 {
    text-align: center;
    font-size: 35px;
  }

  .paragraph, .paragraph-2 {
    text-align: center;
  }

  .div-block-7 {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .flex-block-4 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .flex-block-5 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    width: 50%;
  }

  .aboutus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-8 {
    font-size: 40px;
  }

  .paragraph-7 {
    font-size: 12px;
  }

  .flex-block-6 {
    margin-top: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-8 {
    text-align: center;
    margin-bottom: 30px;
  }

  .div-block-9 {
    width: 100%;
    margin-top: 59px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-9 {
    text-align: center;
    margin-top: 37px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-10, .image-2 {
    width: 100%;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .div-block-11 {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-8 {
    min-width: 24px;
    min-height: 24px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-10, .paragraph-10 {
    text-align: left;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .container-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .centered-heading {
    line-height: 50px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .hero-subscribe-left {
    padding: 40px 15px 60px;
  }

  .hero-split-4 {
    margin-bottom: 10px;
  }

  .button-primary-4 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .service1 {
    padding: 40px 15px 20px;
  }

  .service2 {
    padding-bottom: 40px;
  }

  .service3 {
    padding: 60px 15px 20px;
  }

  .hero-wrapper-7 {
    margin-bottom: auto;
  }

  .accordion-toggle-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-header {
    font-size: 45px;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .hero-heading-right-2, .hero-heading-left-4 {
    padding: 60px 15px;
  }

  .hero-wrapper-9 {
    margin-bottom: 0;
  }

  .flex-block-9 {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block-8 {
    display: flex;
  }

  .div-block-18 {
    aspect-ratio: auto;
    background-color: #f6f6f0;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .flex-block-10 {
    display: block;
  }

  .div-block-19 {
    max-width: none;
    margin-top: 20px;
  }

  .section-6 {
    padding-bottom: 20px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .features-list-2 {
    padding: 60px 15px;
  }

  .formside {
    width: auto;
  }

  .flex-block-11 {
    display: block;
  }

  .contacttxt {
    width: auto;
  }

  .list-item-7 {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-wrapper-3 {
    padding-left: 16px;
  }

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

  .button-primary-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    margin-left: auto;
    padding: 15px 40px;
    display: block;
  }

  .hero-heading-left-3 {
    background-image: linear-gradient(#00000005, #000), url('../images/ChatGPT-Image-Apr-2-2025-10_02_20-PM.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-bottom: 40px;
  }

  .hero-split-3 {
    margin-top: 0;
    margin-bottom: 59px;
  }

  .margin-bottom-24px-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-4 {
    text-align: left;
    margin: 40px auto 0 0;
    font-size: 40px;
    line-height: 45px;
  }

  .flex-block {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .keyvalue {
    padding: 50px 16px;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-5 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph {
    text-align: center;
    line-height: 27px;
  }

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

  .div-block-3 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .div-block-7 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .flex-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-block-5 {
    text-align: center;
    border-style: solid;
    border-width: 0;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-6 {
    text-align: center;
    flex-flow: row;
    margin-top: 17px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-8 {
    width: auto;
  }

  .aboutus {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .heading-8, .paragraph-7 {
    text-align: center;
  }

  .flex-block-6 {
    margin-top: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-8 {
    text-align: center;
    margin-bottom: 30px;
  }

  .div-block-9 {
    width: auto;
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-10 {
    width: auto;
  }

  .flex-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 50px;
    display: block;
  }

  .section-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 50px 0 0;
  }

  .div-block-11 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-8 {
    display: block;
  }

  .heading-10, .paragraph-9, .list-item, .list-item-2, .list-item-3, .paragraph-10 {
    text-align: center;
  }

  .testimonial-column-light {
    padding-bottom: 70px;
  }

  .container-7 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
    line-height: 47px;
  }

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

  .hero-split-4 {
    margin-bottom: 20px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .button-primary-4 {
    aspect-ratio: auto;
    width: 100%;
  }

  .hero-wrapper-5 {
    margin-bottom: 0;
  }

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

  .container-9, .container-10 {
    max-width: none;
  }

  .logo {
    width: 200px;
  }

  .image-3 {
    margin-top: 0;
    overflow: visible;
  }

  .div-block-15 {
    margin-top: 0;
  }

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

  .paragraph-11 {
    max-width: 199%;
    padding-right: 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .accordion-toggle-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-header {
    font-size: 40px;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .container-16, .container-18 {
    max-width: none;
  }

  .heading-20 {
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-15 {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .container-20 {
    margin-top: auto;
    padding-top: 40px;
  }

  .heading-21 {
    font-size: 40px;
  }

  .tabs-menu {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .tab-link {
    box-sizing: content-box;
    object-fit: contain;
    flex-flow: row;
    width: auto;
  }

  .tab-link.w--current {
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    width: auto;
    overflow: visible;
  }

  .features-list-2 {
    padding-top: 10px;
  }

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

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .listdiv {
    padding-left: 0;
  }

  .container-22 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form {
    margin-top: 20px;
    padding-top: 0;
  }

  .paragraph-19 {
    font-size: 24px;
  }

  .formside {
    width: auto;
  }

  .flex-block-11 {
    display: block;
  }

  .contacttxt {
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .text-block-10 {
    margin-left: 10px;
    font-size: 14px;
    display: block;
  }

  .flex-block-12 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .flex-block-13 {
    margin-bottom: 10px;
  }

  .form-block {
    display: block;
  }

  .heading-25 {
    margin-top: 10px;
  }
}

#w-node-_70553483-5405-a854-94d5-070483671273-d14fbf60, #w-node-_70553483-5405-a854-94d5-07048367127d-d14fbf60, #w-node-_70553483-5405-a854-94d5-070483671287-d14fbf60, #w-node-f7149160-1781-ef1e-7d15-8a30219da8a0-d14fbf60, #w-node-f7149160-1781-ef1e-7d15-8a30219da8a9-d14fbf60, #w-node-f7149160-1781-ef1e-7d15-8a30219da8b4-d14fbf60, #w-node-_001bdd5a-d96b-396e-b64c-680458be7ad6-d14fbf61, #w-node-_001bdd5a-d96b-396e-b64c-680458be7adf-d14fbf61, #w-node-_001bdd5a-d96b-396e-b64c-680458be7ae8-d14fbf61, #w-node-f74b950f-ccb0-4f30-9e46-3f904c3383f3-3a1b3ba3, #w-node-f74b950f-ccb0-4f30-9e46-3f904c3383fc-3a1b3ba3, #w-node-f74b950f-ccb0-4f30-9e46-3f904c338405-3a1b3ba3, #w-node-_02f109cd-41a5-2283-17b0-0702feebe8e8-3a09ab25, #w-node-_02f109cd-41a5-2283-17b0-0702feebe8f1-3a09ab25, #w-node-_02f109cd-41a5-2283-17b0-0702feebe8fa-3a09ab25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}