:root {
  --white: white;
  --black: black;
  --accessible-components--dark-grey: #9b9b9b;
  --dark-blue-color: #2f3d6b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #2f3d6b;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

.mb-30px {
  margin-bottom: 30px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

p {
  margin-bottom: 0;
}

a {
  color: unset;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.page-wrapper {
  overflow: hidden;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero {
  background-image: url('../images/giant-2.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.section.key-features {
  background-image: url('../images/Frame-1160445439.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 71px;
  padding-bottom: 68px;
}

.section.cta {
  background-image: url('../images/heat.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 68px;
}

.section.footer {
  background-color: #f5f7fe;
  padding-top: 24px;
  padding-bottom: 103px;
  line-height: 24px;
  text-decoration: none;
}

.section.faqs {
  padding-top: 125px;
  padding-bottom: 125px;
}

.section.how-we-do-it {
  background-color: #f5f7fe;
}

.section.offering {
  background-color: #16161e;
}

.section.the-team {
  background-image: url('../images/Section.svg');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.section.never-will-section {
  background-image: url('../images/Frame-1160445467.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 120px;
}

.section.policy-section {
  background-image: url('../images/Frame-1160445467.svg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 120px;
}

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

.container.navbar-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}

.cfo--header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 696px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #ecd996, #fff 59%, #ecd996);
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 224.5px;
  height: 48px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button.navbar-button {
  grid-column-gap: 13.51px;
  grid-row-gap: 13.51px;
  width: 180px;
  height: 38px;
  font-size: 12.65px;
}

.button.navbar-button.ghost {
  color: #fff;
  background-image: none;
  border-color: #fff;
  width: 149px;
  display: none;
}

.button.form-button {
  width: 100%;
  margin-top: 28px;
}

.hero-paragraph {
  color: #fff;
  margin-bottom: 53px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
}

.hero-heading-h1 {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
}

.text-highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ecd996, #fff 59%, #ecd996);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 82.73px;
}

.text-highlight.same-font {
  font-size: 60px;
}

.hero-image {
  width: 363px;
}

.ria-number-wrapper {
  position: absolute;
  inset: auto 0% 33.5px;
}

.ria-number-div {
  color: #fff;
  border-top: .5px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.key-feature-heading-wrapper {
  width: 70%;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.key-feature-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.key-feature-text {
  color: #1f1f1f;
  letter-spacing: 7px;
  font-size: 16px;
  line-height: 24px;
}

.key-feature-text.white {
  color: #fff;
}

.key-feature-h2 {
  color: #1f1f1f;
  letter-spacing: -1px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: -5px;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.key-feature-h2.white {
  color: #fff;
}

.gallery18_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.gallery18_arrow-icon {
  color: #090909;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery18_arrow-icon.white {
  color: #fff;
}

.disclosure-container {
  position: relative;
  display: inline-block;
  text-align: left;
}

.disclosure-dropdown {
  display: none;
  position: absolute;
  left: 0;
  bottom: 25%;
  transform: translateY(-10px);
  width: 271px;
  background-color: #e8e8e8;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.disclosure-dropdown.show {
  display: block;
}

.disclosure-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.disclosure-dropdown li {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
}

.disclosure-dropdown li:last-child {
  border-bottom: none;
}

.disclosure-dropdown a {
  text-decoration: none;
  color: black;
  display: block;
}

.disclosure-dropdown a:hover {
  color: #007bff;
}

.disclosure-button {
  background-color: #23222d;
  font-weight: bold;
  z-index: 2;
  position: relative;
  width: 271px;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #d8b65a;
}

.last-disclosure {
  margin-bottom: 32px;
}

.disclosure-button.open {
  background-color: white;
  border-color: white;
  color: #000;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery18_arrow {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border: 1px solid #090909;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery18_arrow.hide-mobile-landscape {
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery18_arrow.hide-mobile-landscape.left {
  top: auto;
  bottom: 0%;
  left: -10%;
}

.gallery18_arrow.hide-mobile-landscape.right {
  border-style: solid;
  border-width: 1px;
  inset: auto -5% 0% 0%;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.div-block {
  background-color: #202029;
  flex-flow: column-reverse wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 370px;
  padding: 20px 28px;
  display: flex;
}

.image {
  width: 183px;
}

.key-feature-heading-h3 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 29px;
}

.key-feature-para {
  color: #ffffffb3;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-2 {
  z-index: 2;
  margin-top: 0;
  font-size: 24px;
  line-height: 29px;
  position: relative;
}

.image-2 {
  z-index: 2;
  width: 200px;
  position: relative;
}

.image-3 {
  width: 190px;
}

.image-3._4 {
  width: 173px;
}

.cta-h2 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.cta-para {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.cta-wrapper {
  width: 70%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.faq-wrapper {
  border-top: .5px solid #1f1f1f;
  border-left: .5px solid #1f1f1f;
  border-right: .5px solid #1f1f1f;
  padding: 16px 20px;
}

.faq-question-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer-wrapper {
  transition: max-height .2s;
  display: block;
  overflow: hidden;
}

.faq-h3 {
  color: #1f1f1f;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.faq-icon {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 999px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  padding: 20px;
  display: flex;
  position: relative;
}

.faq-icon.cfo {
  background-color: #ffffff85;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.faq-para {
  color: #1f1f1f;
  margin-bottom: 0;
  padding-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.how-we-do-it-wrapper {
  background-color: #202029;
  background-image: url('../images/Texture.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 370px;
  padding: 20px 28px 28px;
  display: flex;
  position: relative;
}

.image-4 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-5 {
  width: 142px;
  margin-bottom: 3px;
}

.image-6 {
  position: absolute;
  inset: 21.15px 54.56px auto auto;
}

.image-6._2 {
  right: 22.95px;
}

.image-6._3 {
  right: 19.78px;
}

.offering-heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ecd996, #fff 59%, #ecd996);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 69px;
  font-weight: 500;
  line-height: 110%;
}

.team9_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.team9_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.team9_slide {
  padding-right: 3rem;
}

.team9_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

.team9_mask {
  width: 33.33%;
  overflow: visible;
}

.team9_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  inset: auto 0% 0% auto;
}

.team9_arrow.left {
  display: none;
  right: 4rem;
}

.team9_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.the-team-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.golden-highlight {
  color: #ecd996;
}

.team-heading-para {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 29px;
}

.the-team-heading-wrapper {
  width: 70%;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.offering-cards-wrapper {
  margin-top: 59px;
  position: relative;
}

.offering-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
}

.offering-slider-mask {
  height: auto;
}

.left-arrow {
  border: 1px solid #fff;
  border-radius: 99999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  inset: auto 0% 0% -10%;
}

.right-arrow {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  inset: auto -5% 0% 0%;
}

.slide-nav {
  display: none;
}

.offering-slider-slide {
  background-image: url('../images/Frame-1160445446.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #16161e;
  width: 254px;
  height: 450px;
  margin-right: 16px;
}

.offering-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.offerings-heading {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 29px;
}

.offering-para {
  color: #ffffffb3;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.navbar-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  -webkit-backdrop-filter: blur(57.2px);
  backdrop-filter: blur(57.2px);
  background-color: #2c2e3480;
  border-bottom: 1px solid #464662;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-nav-link {
  color: #fff;
  display: none;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-form-wrapper {
  grid-column-gap: 93px;
  grid-row-gap: 93px;
  background-color: #22212d;
  border: 1px solid #ecd996;
  justify-content: space-between;
  align-items: center;
  width: 1108px;
  padding: 47px 54px;
  display: flex;
  box-shadow: 0 5px 10px #ecd99699;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
}

.paragraph {
  color: #ffffffb3;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-7 {
  background-color: #2c2f47;
  width: 700px;
  padding: 31px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 31px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.6px;
}

.modal-text-field {
  color: #a3a3a3;
  letter-spacing: 6px;
  text-transform: uppercase;
  border-radius: 5.64px;
  height: 46px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13.53px;
}

.disclaimer-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.disclaimer-div.hidden {
  display: none;
}

.paragraph-2 {
  width: 70%;
  margin: 9px auto 0;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-3 {
  color: #ffffff80;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.image-7 {
  cursor: pointer;
  position: absolute;
  inset: 5% 5% auto auto;
}

.never-will-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-6.text-highlight.never-will {
  background-color: #ecd996;
  background-image: none;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.div-block-8 {
  position: relative;
}

.image-8 {
  position: absolute;
  inset: auto -5% -10% auto;
}

.image-9 {
  position: absolute;
  inset: -12% auto auto -5%;
}

.introducting-pointers {
  display: none;
}

.text-block-2 {
  color: #000;
  text-align: center;
  margin-top: 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.sticky-bar-wrapper {
  background-color: #24262e;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.rich-text-body {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.policy-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.policy-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.process-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  display: none;
  position: relative;
}

.key-feature-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  align-items: center;
  display: none;
}

.form-success-message {
  color: #ecd996;
  background-color: #22212d;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-2-copy {
  color: #000;
  text-align: center;
  width: 60%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-10 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 76px;
  display: flex;
}

.div-block-11, .div-block-12 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-text-link {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-2 {
  line-height: 24px;
}

.link-2.font-medium {
  font-weight: 500;
}

.text-block-4 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.a-section--1 {
  position: relative;
}

.a-section--1.hide {
  display: none;
}

.a-section--1.cfo-full-section-paddding {
  padding-top: 16px;
  padding-bottom: 16px;
}

.b-container--1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.b-container--1._1090 {
  max-width: 1090px;
}

.b-container--1._1368 {
  max-width: 1368px;
}

.b-container--1._1240 {
  max-width: 1240px;
}

.b-container--1._1000 {
  max-width: 1000px;
}

.b-container--1._1186 {
  max-width: 1186px;
}

.b-container--1._1280 {
  max-width: 1280px;
}

.d-main--1 {
  flex-flow: column;
  display: flex;
}

.e--layout-2-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.p-40 {
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

.p-20 {
  font-size: 20px;
  line-height: 25px;
}

.mw-380 {
  max-width: 380px;
}

.mb-20px {
  margin-bottom: 20px;
}

.golden-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  background-image: url('../images/color-container.svg');
  background-position: 91%;
  background-size: 140%;
  border-radius: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  transition: background-position .2s;
  display: flex;
}

.golden-button:hover {
  background-position: 5%;
}

.golden-button.submit-button {
  padding-top: 12px;
}

.mb-48px {
  margin-bottom: 48px;
}

.mb-76px {
  margin-bottom: 76px;
}

.font-2 {
  font-family: DM Serif Display, sans-serif;
  font-style: italic;
}

.p-80 {
  padding-bottom: 10px;
  font-size: 80px;
  line-height: 1;
}

.mw-700 {
  max-width: 700px;
}

.header-background {
  background-color: #000;
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.u-font-regular {
  font-weight: 400;
}

.logo-slider {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.logos-list {
  flex: none;
  animation: 30s linear infinite logoscroll;
  display: flex;
}

.content-bg-img {
  background-image: url('../images/image-2112_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 80px;
  display: flex;
}

.content-bg-img.u-text-white {
  border-radius: 12px;
}

.mw-620 {
  max-width: 620px;
}

.p-60 {
  font-size: 60px;
  line-height: 1;
}

.mb-134 {
  margin-bottom: 134px;
}

.text-weight-extralight {
  font-weight: 200;
}

.p-32 {
  font-size: 32px;
  line-height: 40px;
}

.text-weight-light {
  font-weight: 300;
}

.white-invert-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: inline-flex;
}

.white-invert-button.ian.width-100, ._w-100 {
  width: 100%;
}

.mb-32px {
  margin-bottom: 32px;
}

.section--center-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section--center-heading-wrapper.text-weight-semibold {
  text-align: center;
}

.p-24px {
  font-size: 24px;
  line-height: 26px;
}

.p-24px._2pxls {
  letter-spacing: 2px;
}

.mb-6px {
  margin-bottom: 6px;
}

.section--left-heading-wrapperdcopy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.mw-650 {
  max-width: 650px;
}

.mr-40px {
  margin-right: 40px;
}

._2-column-layout-responsive {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-16 {
  color: var(--white);
  background-color: #000;
  border-radius: 12px;
  padding: 32px;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(195px, 195px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.big-icon {
  aspect-ratio: 1;
  width: 195px;
}

.p-16 {
  font-size: 16px;
  line-height: 24px;
}

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

.button-wrapper.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

.swiper-container1 {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.swiper-slide {
  background-color: #010102;
  border-radius: 12px;
  justify-content: center;
  max-width: 300px;
  display: flex;
}

.swiper-slide.mw-414 {
  max-width: 390px;
}

.card {
  color: #fff;
  background-color: #010102;
  border-radius: 12px;
  width: 100%;
}

.image-11 {
  height: 100%;
}

.div-block-18 {
  width: 100%;
}

.swiper-button-prev {
  z-index: 9999;
  flex: none;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
}

.swiper-button-next {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.swiper-pagination {
  flex: none;
}

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

.testimonials-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testi-card {
  color: #404040;
  border: 1px solid #383a3780;
  border-radius: 10px 50px 30px 30px;
  flex-flow: column;
  justify-content: space-between;
  width: 33%;
  max-width: 400px;
  height: 367px;
  padding: 24px;
  display: flex;
  box-shadow: inset 1px 1px 10px #383a3780;
}

.yellow-highlighy {
  color: #000;
  background-color: #ecd996;
}

.avatar {
  width: 46px;
}

.p-18 {
  font-size: 18px;
}

.u-color-black {
  color: #000;
}

.div-block-19 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-20 {
  justify-content: space-between;
  display: flex;
}

.star-icon {
  width: 23px;
  height: 23px;
}

.u-text-golden {
  color: #c3b378;
}

.mw-300 {
  max-width: 300px;
}

.faq-card {
  color: var(--black);
  background-color: #fff;
  border-top: .5px solid #1f1f1f;
  border-left: .5px solid #1f1f1f;
  border-right: .5px solid #1f1f1f;
  border-radius: 12px;
  margin-bottom: 38px;
  padding: 32px 64px;
  transition: color .2s, background-color .2s;
}

.faq-card.is-active-accordion {
  color: var(--white);
  background-color: #23222d;
}

.faq-answer-wrap {
  border-top: 1px solid #8a8a8a;
  margin-top: 48px;
  padding-top: 48px;
}

.p-30 {
  letter-spacing: -.02em;
  font-size: 30px;
  line-height: 32px;
}

.div-block-21 {
  color: #fff;
  background-color: #23222d;
}

.div-block-22 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bottom-dotted-line {
  border-bottom: 1px dashed #d2c6f2;
  padding-bottom: 48px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mw-325 {
  max-width: 323px;
}

.fotter {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.div-block-22-copy {
  text-align: right;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.form {
  background-color: #fff;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

.text-field {
  border: 1px solid #fff;
  margin-bottom: 0;
  padding-left: 29px;
  font-size: 18px;
}

.submit-button {
  border-radius: 999px;
  height: 100%;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
}

.mw-438 {
  width: 438px;
  max-width: 438px;
}

.form-block {
  margin-bottom: 0;
}

.navbar-2 {
  color: #fff;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

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

.div-block-23 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding: 16px 40px;
}

.image-12 {
  height: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-24 {
  flex: none;
  display: flex;
}

.mb-64px {
  margin-bottom: 64px;
}

.div-block-25 {
  align-items: center;
  display: flex;
}

.line-white {
  background-color: #fff;
  flex: none;
  width: 100%;
  height: 1px;
}

.div-block-26 {
  flex: none;
  padding-left: 24px;
  padding-right: 24px;
}

.color-invert {
  filter: invert();
}

.v-padding-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.div-block-27 {
  color: #fff;
  background-image: linear-gradient(#000, #2f3d6b);
}

.v-padding-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.v-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-28 {
  color: var(--white);
  background-image: url('../images/image-2120_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  padding: 64px 80px;
}

.mask {
  width: 60%;
  height: 100%;
  overflow: visible;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.slide {
  margin-right: 12px;
}

.div-block-29 {
  padding-bottom: 28px;
  overflow: hidden;
}

.slide-nav-2 {
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  display: flex;
  top: auto;
  bottom: -38px;
  right: 0;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.fffrm {
  color: var(--white);
  background-color: #00000080;
  border: 1px solid #ffffff80;
  border-radius: 12px;
  padding: 64px 100px;
}

.input {
  border-radius: 14px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 31px;
  font-size: 20px;
}

.input.mb-6px {
  margin-bottom: 6px;
}

.form-field-wrappp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.grad-bg {
  color: #fff;
  background-image: linear-gradient(#2f3d6b, #000);
}

.fontss {
  display: none;
}

.div-block-30 {
  background-color: #c37676;
}

.div-block-31, .div-block-32 {
  display: none;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.radio-button-field {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.radio-button {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.div-block-34 {
  justify-content: space-between;
  height: 60px;
  display: flex;
}

.p-12 {
  font-size: 12px;
}

.image-13 {
  flex: 0 auto;
  height: 100%;
}

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

.msf-hidden {
  display: none;
}

.mask-14 {
  column-gap: 16px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section--center-heading-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section--center-heading-wrapper-2.text-weight-semibold {
  text-align: center;
}

.div-block-35 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.font-3 {
  font-family: DM Serif Display, sans-serif;
}

.div-block-248 {
  justify-content: space-between;
  display: flex;
}

.mb-8px {
  margin-bottom: 8px;
}

.yellow-underline-cpl-pg {
  width: 241px;
}

.hidden-on-desktop {
  display: none;
}

.shadow-card-cpl {
  border: 1px solid #404040;
  border-radius: 12px;
  box-shadow: 4px 4px #404040;
}

.shadow-card-cpl.all-padding-24 {
  padding: 24px;
}

.slider-12 {
  background-color: #ddd0;
  height: 100%;
}

.mb-0 {
  margin-bottom: 0;
}

.card-header {
  width: 100%;
  max-width: 25.125rem;
  position: relative;
}

.card-text {
  color: #0a0c0a;
  margin-top: 2.375rem;
  margin-bottom: 5.625rem;
  font-size: 1.5rem;
}

.card-header-figure {
  height: 100%;
  padding-top: 112%;
  position: relative;
  overflow: hidden;
}

.swiper, .swiper.tinyflow-slider {
  width: 100%;
  height: 100%;
}

.swiper.couple {
  position: relative;
}

.card-2 {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.card-header-content-text {
  color: #0a0c0a99;
  font-size: .875rem;
  line-height: 1;
}

.card-button-icon {
  font-size: 1.125rem;
}

.card-body-quote {
  font-size: 2.375rem;
  display: block;
}

.card-header-content-title {
  color: #0a0c0a;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.card-body {
  flex: 1;
  align-self: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 10.625rem;
}

.card-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0a0c0a;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.card-button-text {
  font-weight: 500;
  text-decoration: underline;
}

.card-header-figure-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-header-content {
  border-radius: 1rem;
  padding: 1.5rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
}

.slick-vertical-slider {
  display: flex;
}

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

.slide-8 {
  vertical-align: baseline;
}

.div-block-251 {
  display: none;
}

.couple-v-slider {
  width: 100%;
  height: 100%;
}

.div-block-252 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 189px;
  display: flex;
  position: relative;
}

.card-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.card-container.flex-slider {
  display: flex;
}

.pagination {
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 20%;
  right: 10px;
}

.pagination-dot {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: none;
}

.pagination-dot.active {
  color: #000;
}

.inactive {
  color: #ccc;
}

.ia-header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 700px) 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.gold-ia {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/color-container.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  -webkit-background-clip: text;
  background-clip: text;
}

.gold-ia.flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-img {
  padding-left: 26px;
}

.image-14 {
  width: 211px;
}

.text-block-5 {
  display: none;
}

.plus--v {
  background-color: #000;
  width: 2px;
  height: 17.5px;
  transition: height .2s;
}

.plus--v.is-active-accordion {
  height: 0;
}

.plus--h {
  background-color: #000;
  width: 17.5px;
  height: 2px;
  position: absolute;
}

.div-block-255 {
  overflow: hidden;
}

.img-full-width {
  width: 100%;
}

.pointers {
  overflow: hidden;
}

.div-block-256 {
  justify-content: space-between;
  align-items: center;
  max-width: 514px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lets-talk-insurance-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-sticky-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cfo-sticky-cardxx {
  position: sticky;
}

.div-block-259 {
  height: 100vh;
}

.cfo-swiper-hide-show {
  justify-content: space-between;
  align-items: center;
  max-width: 514px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.cfo-header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 700px) 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.stats-cfo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 445px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 32px;
  display: flex;
  box-shadow: 0 0 0 1px #fff3;
}

.div-block-260 {
  border-top: .5px solid #fff;
  margin-top: 24px;
  padding-top: 24px;
}

.image-15 {
  max-width: 208px;
}

.cfo-header-img {
  padding-left: 16px;
}

.content-bg-img-cfo {
  background-image: url('../images/image-2149_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.content-bg-img-cfo.u-text-white {
  border-radius: 12px;
}

.div-block-261 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cfo--banner {
  color: #fff;
  text-align: center;
  padding: 32px;
}

.linear-bg {
  background-image: linear-gradient(-90deg, #000, #2f3d6b);
}

.radius-12px {
  border-radius: 12px;
  overflow: hidden;
}

.mb-12px {
  margin-bottom: 12px;
}

.sticky-button-for-mbile-cfo {
  position: sticky;
}

.number-img {
  justify-content: flex-start;
  align-items: stretch;
  height: 86px;
  font-family: DM Serif Display, sans-serif;
  font-style: italic;
  display: flex;
}

.div-block-263 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 68px;
  display: flex;
}

.mw-530 {
  width: 580px;
  max-width: 580px;
}

.mw-530.flexxcfo {
  justify-content: space-between;
  display: flex;
}

.div-block-264 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cfo-img-hide {
  opacity: 0;
  height: 270px;
  margin-top: -50px;
  transition: opacity .2s;
  position: absolute;
}

.cfo-img-hide.is-active-accordion {
  opacity: 1;
}

.cfo-answer {
  transition: max-height .2s;
  display: block;
  overflow: hidden;
}

.cfo-spl-accordion {
  color: var(--white);
  background-color: #fff;
  background-image: url('../images/1_1.avif');
  background-position: 50%;
  background-size: cover;
  border-top: .5px solid #1f1f1f;
  border-left: .5px solid #1f1f1f;
  border-right: .5px solid #1f1f1f;
  border-radius: 12px;
  margin-bottom: 2px;
  padding: 32px 50px;
  transition: color .2s, background-color .2s;
}

.cfo-spl-accordion.is-active-accordion {
  color: var(--white);
  background-color: #23222d;
}

.cfo-relative-spl {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.qstncfooo {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spl-yellow-cfo-heading {
  color: #ecd996;
  margin-left: -212px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  transition: margin .2s, font-size .4s;
}

.spl-yellow-cfo-heading.is-active-accordion {
  margin-left: 0;
}

.trust-pilot-button-cfo {
  color: #fff;
  background-color: #2f3d6b;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.trustpilot-cfo-logo {
  margin-top: -6px;
  margin-left: 8px;
}

.cfo-relative-spl-mob {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cfo-img-acc-mob {
  opacity: 0;
  height: 270px;
  margin-top: -50px;
  transition: opacity .2s;
  position: absolute;
}

.cfo-img-acc-mob.is-active-accordion {
  opacity: 1;
}

.sentence-break {
  display: flex;
}

.header-cfo {
  background-color: #000;
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 63px;
}

.mw-460px {
  width: 460px;
  max-width: 460px;
}

.mw-1017px {
  max-width: 1017px;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close {
  cursor: pointer;
  flex: none;
}

.fs_modal-2_close:focus {
  outline-offset: 0px;
  border: 1px solid #0000;
  outline: 3px #fff0;
}

.fs_modal-2_close:focus-visible {
  outline-offset: 0px;
  border: 1px solid #0000;
  outline: 3px #fff0;
}

.fs_modal-2_close[data-wf-focus-visible] {
  outline-offset: 0px;
  border: 1px solid #0000;
  outline: 3px #fff0;
}

.fs_modal-2_description {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

.fs_modal-2_heading {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  background-image: url('../images/Desktop.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ecd996;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2rem;
  display: grid;
  overflow: hidden;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 1017px;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
  display: none;
}

.fs_modal-2_button:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.hide-all {
  display: none;
}

.text-span {
  letter-spacing: -1px;
  font-weight: 200;
}

.link-block {
  display: block;
}

.none {
  display: none;
}

.swiper-wrapper-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 80vh;
  display: flex;
  position: sticky;
  top: 30vh;
}

.swiper-slide-3 {
  background-color: #010102;
  border-radius: 12px;
  justify-content: center;
  max-width: 300px;
  display: flex;
}

.swiper-slide-3._1 {
  animation-delay: .3s;
}

.div-block-269 {
  width: 100%;
}

.image-16 {
  height: 100%;
}

.div-block-270 {
  perspective: 10vh;
  justify-content: center;
  align-items: flex-start;
  height: 500vh;
  display: flex;
  position: relative;
}

.blanksection {
  height: 100vh;
}

.div-block-271 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.orphan-links {
  display: none;
}

@media screen and (min-width: 1440px) {
  .text-block-3 {
    font-style: normal;
  }

  .swiper-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-266, .div-block-267 {
    display: none;
  }

  .link-block {
    display: block;
  }

  .div-block-268 {
    display: flex;
  }

  .none {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .button.navbar-button {
    width: 100%;
  }

  .disclosure-modal-content {
    max-width: 380px;
    padding: 20px 15px;
  }
  
  .disclosure-modal-content h2 {
    font-size: 22px;
    margin-top: 10px;
  }

  .button.navbar-button.ghost {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-highlight.same-font {
    font-size: 39.85px;
  }

  .gallery18_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .team9_slide {
    padding-right: 2rem;
  }

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

  .team9_mask {
    width: 50%;
  }

  .navbar-nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #2c2e34;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding: 15px 16px 26px;
    display: flex;
  }

  .navbar-nav-menu-button.w--open {
    background-color: #0000;
  }

  .navbar-nav-link {
    text-align: right;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    display: flex;
  }

  .modal-form-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    margin-bottom: 4px;
    font-size: 39.85px;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-block-7, .rich-text-body {
    width: 100%;
  }

  .card {
    width: 95%;
  }

  .card-text {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }

  .card-body-quote {
    font-size: 1.8rem;
  }

  .card-body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 1rem;
  }

  .card-container {
    flex-flow: column;
  }

  .pagination-dot {
    display: block;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {

  .disclosure-button{
    margin-bottom: 100px;
  }

  .disclosure-button.open {
    margin-bottom: 15px; /* Reduced margin when dropdown is open */
  }

  .footer-company-logo.with-margin {
    margin-bottom: 200px
  }

  .disclosure-dropdown {
    position: absolute; 
    bottom: 25%; 
    transform: translateY(-10px);
    width: 271px;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
  }

  .disclosure-container {
    position: relative; 
    text-align: center;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }
  
  .gallery18_mask {
    width: 50%;
  }

  .team9_slide {
    padding-right: 1.5rem;
  }

  .team9_mask {
    width: 80%;
  }

  .team9_arrow.left {
    right: 3.5rem;
  }

  .process-slider {
    padding-bottom: 3rem;
  }

  .card-header {
    order: -1;
    max-width: none;
  }

  .card-header-figure {
    padding-top: 70%;
  }

  .card-2 {
    flex-flow: column;
  }

  .card-body {
    padding-top: 1.25rem;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .pagination {
    z-index: 10;
    flex-flow: column;
    display: flex;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
  }

  .pagination-dot {
    cursor: pointer;
    background-color: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
  }

  .pagination-dot.active {
    background-color: #000;
  }

  .inactive {
    background-color: #ccc;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fotter {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-image: url('../images/giant.webp');
    height: auto;
    padding-top: 130px;
  }

  .section.cta {
    background-image: url('../images/heat_1.svg');
    padding-top: 143px;
    padding-bottom: 109px;
  }

  .section.faqs {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.never-will-section {
    background-color: #16161e;
    background-image: none;
    background-size: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.policy-section {
    background-color: #1c1c25;
    background-image: none;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 180px;
    padding-bottom: 120px;
    display: flex;
  }

  .container.navbar-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cfo--header-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
  }

  .button.sticky-bar {
    width: 171px;
    height: 38.79px;
    font-size: 11px;
  }

  .hero-paragraph {
    color: #ffffffb3;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-heading-h1 {
    font-size: 48px;
  }

  .text-highlight {
    padding-right: 5px;
    font-size: 48px;
  }

  .hero-image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .key-feature-heading-wrapper {
    width: 100%;
  }

  .key-feature-button-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .key-feature-h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .gallery18_slider {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5rem;
    display: flex;
  }

  .gallery18_slide {
    margin-right: .75rem;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery18_mask {
    width: 90%;
  }

  .gallery18_arrow.hide-mobile-landscape.left {
    inset: auto 0% 0% -20%;
  }

  .gallery18_arrow.hide-mobile-landscape.right {
    inset: auto -20% 0% 0%;
  }

  .div-block {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 310px;
  }

  .cta-h2 {
    font-size: 48px;
  }

  .cta-wrapper {
    width: 100%;
  }

  .faq-question-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-h3 {
    font-size: 18px;
  }

  .faq-icon {
    aspect-ratio: 1;
    flex: none;
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .faq-icon.cfo {
    width: 25px;
    height: 25px;
  }

  .offering-heading-wrapper {
    width: 100%;
  }

  .text-block {
    font-size: 32px;
  }

  .heading-2 {
    font-size: 47.97px;
    font-style: italic;
    font-weight: 400;
  }

  .team9_mask {
    width: 95%;
  }

  .team-heading-para {
    display: none;
  }

  .the-team-heading-wrapper {
    width: 100%;
  }

  .offering-cards-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .left-arrow {
    width: 3rem;
    height: 3rem;
    inset: auto 0% 0% -20%;
  }

  .right-arrow {
    width: 3rem;
    height: 3rem;
    inset: auto -20% 0% 0%;
  }

  .offering-slider-slide {
    width: 100%;
    height: 422px;
  }

  .offering-div {
    justify-content: flex-start;
    align-items: center;
  }

  .offerings-heading {
    width: 100%;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-form-wrapper {
    padding: 36px 26px;
  }

  .div-block-7 {
    background-color: #0000;
    padding: 0;
  }

  .heading-4 {
    display: none;
  }

  .disclaimer-div {
    width: 100%;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 12px;
  }

  .image-7 {
    top: 3%;
  }

  .never-will-wrapper {
    text-align: center;
    border-radius: 10px;
    width: 100%;
    padding: 0;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 110%;
  }

  .heading-6.text-highlight.never-will {
    text-align: center;
    background-image: none;
    font-size: 28px;
    font-weight: 500;
    line-height: 110%;
  }

  .heading-6.text-highlight.never-will.weight-semibold {
    font-weight: 600;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-8 {
    margin-top: 12px;
  }

  .image-8 {
    bottom: -17%;
    right: -10%;
  }

  .image-9 {
    top: -17%;
    left: -8%;
  }

  .introducting-pointers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .pointer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .offering-image {
    width: 182px;
    height: 182px;
  }

  .sticky-bar-wrapper {
    z-index: 99;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    height: 81px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-3 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
  }

  .policy-wrapper {
    text-align: center;
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
  }

  .policy-heading {
    font-size: 42px;
    line-height: 140%;
  }

  .process-card-wrapper {
    display: none;
  }

  .process-slider {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5rem;
    display: flex;
  }

  .key-feature-card-wrapper {
    display: none;
  }

  .text-block-2-copy {
    width: 100%;
    font-size: 10px;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-11 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .footer-text-link, .link-2.font-medium, .text-block-4 {
    font-size: 11px;
  }

  .a-section--1 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .a-section--1.overflow {
    overflow: hidden;
  }

  .a-section--1.text-centerr {
    text-align: center;
  }

  .a-section--1.not-relative {
    position: static;
  }

  .e--layout-2-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .p-40 {
    font-size: 30px;
    line-height: 1.3;
  }

  .p-40.u-font-regular.pcfo {
    font-size: 26px;
  }


  .p-40._16 {
    font-size: 16px;
  }

  .p-20 {
    font-size: 15px;
    line-height: 24px;
  }

  .p-20.p12 {
    font-size: 12px;
  }

  .p-20.ia {
    line-height: 20px;
  }

  .p-20.u-color-black.cfo {
    font-size: 20px;
  }

  .p-20.nav-btn {
    font-size: 13px;
    line-height: 1.2;
  }

  .mw-380 {
    max-width: 100%;
  }

  .mb-20px {
    margin-bottom: 18px;
  }

  .golden-button {
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .mb-48px {
    margin-bottom: 38px;
  }

  .mb-48px.ia {
    margin-bottom: 10px;
  }

  .mb-76px {
    margin-bottom: 27px;
  }

  .mb-76px.ia {
    margin-bottom: 10px;
  }

  .p-80 {
    font-size: 45px;
  }

  .p-80.mb-134 {
    margin-bottom: 20px;
  }

  .p-80.mr-40px {
    margin-right: 20px;
  }

  .p-80.u-font-regular.cfo {
    font-size: 41px;
  }

  .header-background {
    text-align: center;
    background-position: 7%;
    padding-top: 0;
  }

  .logo-slider {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .content-bg-img {
    text-align: right;
    background-image: url('../images/rohit5656._denote_in_a_clean_composition_welcome_eccd30c4-d957-4c7a-90b9-538237feb734_1.avif');
    background-position: 0%;
    background-size: cover;
    padding: 225px 16px 80px;
  }

  .p-60 {
    font-size: 30px;
    line-height: 1.2;
  }

  .mb-134 {
    margin-bottom: 76px;
  }

  .p-32 {
    font-size: 28px;
    line-height: 32px;
  }

  .p-32.iaa {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }

  .white-invert-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .white-invert-button.ian {
    position: absolute;
    inset: auto 12px 40px;
  }

  .white-invert-button.ian.nav {
    padding: 12px 6px;
    position: static;
  }

  .white-invert-button.ian.width-100 {
    position: static;
  }

  .mb-32px {
    margin-bottom: 25px;
  }

  .section--center-heading-wrapper {
    text-align: center;
  }

  .p-24px {
    font-size: 20px;
  }

  .mb-6px {
    margin-bottom: 5px;
  }

  .section--left-heading-wrapperdcopy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mr-40px._0 {
    margin-right: 0;
  }

  ._2-column-layout-responsive {
    grid-template-columns: 1fr;
  }

  .div-block-17.mb-24px {
    grid-template-columns: auto;
  }

  .big-icon.ia {
    margin-top: -22px;
  }

  .p-16 {
    font-size: 14px;
    line-height: 18px;
  }

  .button-wrapper.mobile-center-alignment {
    justify-content: center;
    align-items: flex-start;
  }

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

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide {
    max-width: 100%;
  }

  .card {
    width: 100%;
  }

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

  .testi-card {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    width: 100%;
    height: auto;
  }

  .p-18 {
    font-size: 16px;
    line-height: 20px;
  }

  .faq-card {
    padding: 20px;
  }

  .faq-answer-wrap {
    margin-top: 20px;
    padding-top: 20px;
  }

  .div-block-22 {
    text-align: left;
    flex-flow: column;
  }

  .mb-40px {
    margin-bottom: 32px;
  }

  .mw-325 {
    max-width: 100%;
  }

  .fotter {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-22-copy {
    text-align: left;
  }

  .mw-438 {
    width: 100%;
  }

  .navbar-2 {
    padding: 5px 16px;
  }

  .nav-link {
    text-align: right;
    background-color: #1a1b1f;
    background-image: url('../images/Vector.png');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 4px;
    margin: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 46px;
  }

  .image-12 {
    height: 18px;
  }

  .mb-64px {
    margin-bottom: 23px;
  }

  .line-white.mw-300 {
    max-width: 20px;
  }

  .div-block-26 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .v-padding-64 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .v-padding-88 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .v-padding-80 {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .nav-menu {
    background-color: #000;
    flex-flow: column;
    justify-content: space-between;
    height: 90vh;
  }

  .nav-menu.navv {
    display: none;
  }

  .div-block-28 {
    padding: 37px 16px;
  }

  .mask {
    width: 100%;
  }

  .slide-nav-2 {
    justify-content: center;
    align-items: center;
  }

  .fffrm {
    padding: 16px;
  }

  .input {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .fontss, .div-block-31, .div-block-32 {
    display: none;
  }

  .mask-14 {
    flex-direction: column;
    column-gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 21px;
    display: flex;
    overflow: visible;
  }

  .slide-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mb-8px {
    margin-bottom: 5px;
  }

  .hidden-on-desktop {
    color: #db1a1a;
    display: block;
    top: auto;
    bottom: -50px;
  }

  .hidden-on-desktop.keep-hidden {
    display: none;
  }

  .shadow-card-cpl.all-padding-24 {
    width: 100%;
  }

  .slider-12 {
    height: 100%;
  }

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

  .card-header-figure {
    padding-top: 100%;
  }

  .card-header-content {
    bottom: .625rem;
    left: .625rem;
  }

  .slick-vertical-slider {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    padding: 10px;
    overflow: hidden;
  }

  .slick-dots {
    position: static;
    inset: 0% 0% auto auto;
  }

  .div-block-250 {
    display: flex;
    position: relative;
  }

  .card-container {
    padding-bottom: 50px;
    display: flex;
  }

  .ia-header-grid {
    grid-template-columns: minmax(200px, 700px);
    padding-bottom: 24px;
  }

  .gold-ia.flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hide-on-mobile {
    display: none;
  }

  .header-img {
    margin-bottom: 13px;
    padding-left: 45px;
    padding-right: 40px;
  }

  .div-block-254 {
    margin-bottom: 17px;
  }

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

  .image-14 {
    width: 130px;
  }

  .text-block-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    position: absolute;
    inset: auto 0% 15%;
  }

  .menu-button {
    padding: 14px;
  }

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

  .plus--v {
    height: 15px;
  }

  .plus--v._2 {
    height: 12px;
  }

  .plus--h {
    width: 15px;
  }

  .plus--h._2 {
    width: 12px;
  }

  .div-block-255 {
    overflow: hidden;
  }

  .lets-talk-insurance-grid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
  }

  .cards-sticky-wrapper {
    flex-flow: column;
    display: flex;
  }

  .cfo-sticky-cardxx {
    z-index: 9;
    border: 2px solid #fff;
    border-radius: 12px;
    margin-bottom: 35px;
    bottom: 140px;
  }

  .cfo-sticky-cardxx._2 {
    z-index: 7;
    bottom: 130px;
  }

  .cfo-sticky-cardxx._3 {
    z-index: 6;
    bottom: 120px;
  }

  .cfo-sticky-cardxx._4 {
    z-index: 5;
    bottom: 110px;
  }

  .cfo-sticky-cardxx._5 {
    z-index: 4;
    bottom: 100px;
  }

  .cfo-sticky-cardxx._6 {
    z-index: 3;
    bottom: 90px;
  }

  .cfo-sticky-cardxx._7 {
    z-index: 2;
    bottom: 80px;
  }

  .cfo-sticky-cardxx._8 {
    z-index: 1;
    bottom: 70px;
  }

  .cfo-swiper-hide-show {
    display: flex;
  }

  .cfo-header-grid {
    grid-template-columns: minmax(200px, 700px);
    margin-top: 29px;
    padding-bottom: 24px;
  }

  .stats-cfo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 12px 18px;
    display: grid;
  }

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

  .cfo-header-img {
    margin-bottom: 13px;
    padding-top: 0;
    padding-left: 65px;
    padding-right: 65px;
  }

  .content-bg-img-cfo {
    text-align: right;
    background-image: url('../images/rohit5656._denote_in_a_clean_composition_welcome_eccd30c4-d957-4c7a-90b9-538237feb734_1.avif');
    background-position: 0%;
    background-size: cover;
    padding: 225px 16px 80px;
  }

  .cfo--banner {
    padding: 16px 24px 12px;
  }

  .mb-12px.cfomb {
    margin-bottom: 0;
  }

  .sticky-button-for-mbile-cfo {
    bottom: 16px;
  }

  .number-img {
    height: 48px;
  }

  .div-block-263 {
    padding-bottom: 51px;
  }

  .mw-530 {
    width: 100%;
  }

  .div-block-264 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .cfo-spl-accordion {
    padding: 20px;
  }

  .cfo-relative-spl {
    display: none;
  }

  .qstncfooo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spl-yellow-cfo-heading {
    margin-left: 0;
    font-size: 20px;
    line-height: 1.3;
  }

  .spl-yellow-cfo-heading._16 {
    font-size: 16px;
  }

  .trustpilot-cfo-logo {
    max-width: 96px;
    margin-top: -2px;
  }

  .left-align-mobile {
    text-align: left;
  }

  .cfo-relative-spl-mob {
    display: block;
  }

  .cfo-img-acc-mob {
    opacity: 1;
    height: 200px;
    margin-top: 23px;
    margin-bottom: 40px;
    position: static;
  }

  .faq-head-spl2-snswer-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sentence-break-mobile {
    display: block;
  }

  .header-cfo {
    text-align: center;
    background-position: 7%;
    padding-top: 0;
  }

  .div-block-265 {
    margin-top: 16px;
  }

  .pcfo-menu-icon {
    padding: 14px;
    display: none;
  }

  .pcfo-menu-icon.w--open {
    background-color: #000;
    display: none;
  }

  .mw-460px {
    width: 100%;
  }

  .fs_modal-2_description {
    font-size: 20px;
  }

  .fs_modal-2_content {
    padding: 1rem;
  }

  .swiper-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide-3 {
    max-width: 100%;
  }

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

  .fotter {
    display: flex;
    flex-direction: column-reverse;
  }
}

#w-node-_5cd28c20-657f-1bf0-4c60-2ee9d88f30ff-2ef322ce {
  align-self: center;
}

#w-node-ff8a70bc-2355-c50a-3f2a-e6353be06f4b-2ef322ce, #w-node-_8f99c44c-3e28-1b4c-aa77-567ddadbbda1-2ef322ce {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-bb6895e7-33b4-7a36-c0b5-d1bf758c4d6c-99191857 {
  align-self: center;
}

#w-node-ff8a70bc-2355-c50a-3f2a-e6353be06f4b-99191857 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_366e1505-d375-bbda-7144-6000c717b34d-99191857 {
  align-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_5cd28c20-657f-1bf0-4c60-2ee9d88f30ff-2ef322ce {
    order: 9999;
  }

  #w-node-ff8a70bc-2355-c50a-3f2a-e6353be06f4b-2ef322ce {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3e14f796-6193-7ee4-940b-93c95bcb9167-2ef322ce, #w-node-_139b2ed0-f342-4ec6-e3b8-3360647a45a7-2ef322ce {
    place-self: center;
  }

  #w-node-_764e0feb-8de9-8c5c-ade5-9240cf66b49a-2ef322ce {
    order: 9999;
  }

  #w-node-_8f99c44c-3e28-1b4c-aa77-567ddadbbda1-2ef322ce {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f7c51f83-e4b6-12e1-b58f-b698b608d00c-99191857 {
    order: -9999;
  }

  #w-node-bb6895e7-33b4-7a36-c0b5-d1bf758c4d6c-99191857 {
    order: 9999;
  }

  #w-node-ff8a70bc-2355-c50a-3f2a-e6353be06f4b-99191857 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_92b2cadf-e17e-59f3-befd-588b3400fbc7-99191857, #w-node-_60ec78d1-6fd1-2ba7-d317-fea946a9ac6c-99191857, #w-node-aed095a8-057e-2a54-b5ed-a1bb713a166c-99191857 {
    order: -9999;
  }
}


