:root {
  --instrument: "Instrument Sans", sans-serif;
  --transparent: transparent;
  --deep-navy: #0a1f44;
  --light-beige-2: #e8dcc3;
  --petrol-blue: #004b59;
  --light-beige: #f5f0e6;
  --secondary: #060906;
  --green-transparent\<deleted\|variable-cd6b36c6-80f2-8962-7c4e-8554b7a46be9\>: #e4f2221a;
  --white: white;
  --gold: #d4af37;
  --anthracite-grey: #333639;
  --black: black;
  --deep-gold: #c1a15d;
  --nature-1: #e8e8e8;
  --slightly-softer: #3c3f41;
}

body {
  font-family: var(--instrument);
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.navbar {
  z-index: 999999999;
  background-color: var(--transparent);
  width: 100%;
  display: block;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em .5em;
  display: flex;
  position: relative;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

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

.brand.w--current {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-left: 0;
}

.brand-logo {
  color: var(--deep-navy);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  display: none;
}

.brand-logo-icon {
  height: 65px;
}

.brand-logo-icon.hide {
  display: none;
}

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

.nav-link {
  color: var(--deep-navy);
  letter-spacing: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: line-height .35s, font-size .35s, color .35s, height .35s, width .35s;
}

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

.hero-section {
  background-color: #f9f8f7;
  background-image: linear-gradient(180deg, #f9f8f7, var(--light-beige));
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75vh;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-green-image {
  opacity: .3;
  mix-blend-mode: lighten;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-big-overlay {
  z-index: 99;
  background-image: linear-gradient(0deg, var(--secondary), var(--transparent));
  width: 100%;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.container {
  z-index: 99;
  color: var(--light-beige-2);
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.hero-grid-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-title-holder {
  z-index: 100;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.hero-sub-title-wrapp {
  border: 1px solid var(--green-transparent\<deleted\|variable-cd6b36c6-80f2-8962-7c4e-8554b7a46be9\>);
  background-color: #00000038;
  border-radius: 6px;
  padding: 5px 10px;
  display: none;
}

.hero-title-wrapp {
  margin-bottom: 15px;
}

.hero-btn-wrapp {
  margin-top: 30px;
}

.hero-sub-title {
  color: var(--white);
  letter-spacing: .3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.heading-h1 {
  color: var(--deep-navy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
}

.green-span {
  color: var(--gold);
}

.hero-short-details-wrapp {
  width: 90%;
}

.hero-short-details {
  color: var(--anthracite-grey);
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.hero-primary-btn {
  border: 1px solid var(--deep-navy);
  background-color: var(--deep-navy);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: border-width .35s, font-size .35s, background-color .35s, background-position .35s, border-radius .35s, color .35s;
  display: flex;
}

.hero-primary-btn:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--deep-navy);
}

.hero-primary-btn.offer-btn {
  border-color: var(--deep-navy);
  background-color: var(--deep-navy);
  color: var(--white);
}

.hero-primary-btn.offer-btn:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--secondary);
}

.hero-primary-btn.offer-btn.border {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--black);
}

.hero-primary-btn.offer-btn.border:hover {
  border-color: var(--gold);
  background-color: var(--petrol-blue);
  color: var(--gold);
}

.dashbord-holder {
  width: 50%;
}

.why-choose-nolio {
  background-color: var(--white);
  background-image: linear-gradient(180deg, var(--light-beige), #f9f8f7);
  padding-top: 30px;
  padding-bottom: 40px;
}

.why-choose-inner-holder {
  text-align: center;
  margin-bottom: 80px;
  overflow: hidden;
}

.why-choose-card-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.why-choose-single-card {
  border: 1px solid var(--petrol-blue);
  background-color: var(--deep-navy);
  text-align: center;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 0 20px 30px;
  overflow: visible;
}

.heading-h2 {
  background-image: linear-gradient(90deg, var(--gold), var(--deep-gold));
  color: var(--secondary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 45px;
  font-weight: 700;
  line-height: 130%;
  display: inline-block;
}

.heading-h2.brand-color {
  background-image: linear-gradient(90deg, var(--deep-navy), var(--deep-navy));
  color: var(--deep-navy);
  background-image: linear-gradient(90deg, var(--deep-navy), var(--deep-navy));
}

.why-choose-title-sizing-box {
  margin-left: auto;
  margin-right: auto;
}

.why-choose-iocn-wrapp {
  width: 100%;
  height: 40px;
  position: relative;
}

.why-choose-title-box {
  margin-top: 25px;
  margin-bottom: 12px;
}

.why-choose-icon {
  width: 60px;
}

.h4 {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.why-choose-card-short-details {
  color: var(--nature-1);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.how-it-works {
  background-image: linear-gradient(180deg, var(--light-beige), var(--light-beige));
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.how-it-works-grid-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.how-it-works-title-wrapp {
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}

.timeline-bar {
  background-color: var(--deep-navy);
  width: 2px;
  height: 100%;
}

.how-it-works-timeline-wrapp {
  position: relative;
}

.timeline-icon-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.single-icon-boc {
  z-index: 2;
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.how-it-works-timeline-bar {
  z-index: -1;
  background-color: var(--deep-gold);
  width: 2px;
  height: 65%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.timeline-icon {
  z-index: 5;
  background-color: var(--light-beige);
  color: #021513;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  padding: 5px;
  position: relative;
}

.timeline-icon.icon-3 {
  background-color: var(--light-beige);
  background-color: var(--light-beige);
  border-radius: 100%;
}

.how-it-works-timeline-single-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-h5 {
  color: var(--deep-navy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
}

.how-it-works-short-details {
  color: var(--anthracite-grey);
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
}

.how-it-works-titles-box {
  margin-bottom: 10px;
}

.how-it-works-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.the-offer {
  background-color: var(--white);
  background-image: linear-gradient(180deg, var(--white), var(--white));
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.the-offer.hide {
  display: none;
}

.gradient-box {
  background-color: var(--light-beige);
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto auto 10% 0%;
  box-shadow: 0 2px 500px 300px #f8f7f6;
}

.gradient-box.right {
  inset: auto 0% 10% auto;
}

.gradient-box.middle {
  background-color: var(--light-beige-2);
  box-shadow: 0 0 650px 350px var(--light-beige-2);
  width: 2px;
  height: 2px;
  display: none;
  left: 50%;
}

.gradient-box.position-center {
  top: 0%;
  bottom: auto;
  left: 50%;
}

.offer-inner-wrapp {
  text-align: left;
  margin-bottom: 15px;
  overflow: hidden;
}

.offer-details-inner {
  width: 45%;
}

.offer-inner-sizing-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.offer-grid-wrapp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer-single-details-wrapp {
  border: 1px solid var(--light-beige);
  background-color: var(--light-beige);
  box-shadow: 0 0 10px 0 var(--light-beige);
  border-radius: 15px;
  width: 100%;
  padding: 30px 25px;
}

.offer-price-box.hide {
  display: none;
}

.offer-btn-box {
  margin-top: 30px;
}

.offer-btn-box.hide {
  display: none;
}

.divider {
  background-color: var(--slightly-softer);
  width: 100%;
  height: 1px;
  margin: 30px auto;
}

.divider.hide {
  display: none;
}

.offer-price-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--anthracite-grey);
  text-transform: capitalize;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
}

.offer-price-title.hide {
  display: none;
}

.price {
  color: var(--deep-navy);
  text-transform: capitalize;
  font-size: 45px;
}

.offer-button-box {
  display: inline-block;
}

.offer-include-details {
  color: var(--deep-navy);
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
}

.offer-details-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.offer-single-flex-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.offer-icon-box {
  width: 6%;
}

.offer-list-title-box {
  width: 93%;
}

.offer-icon {
  width: 100%;
  height: 100%;
}

.offer-list-titles {
  color: var(--black);
  font-size: 19px;
  font-weight: 500;
  line-height: 130%;
}

.social-icon {
  background-color: var(--light-beige);
  color: var(--deep-navy);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 5px;
  transition: all .4s;
  display: flex;
}

.social-icon:hover {
  background-color: var(--deep-navy);
  color: var(--white);
}

.cta {
  background-color: var(--light-beige);
  padding-top: 40px;
  padding-bottom: 40px;
}

.cts-sizing-wrapp {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.cts-details-wrapp {
  background-color: var(--petrol-blue);
  background-image: none;
  background-size: auto;
  border-radius: 15px;
  padding: 60px;
  box-shadow: 0 0 11px #004b5980;
}

.cta-title-wrapp {
  text-align: center;
  overflow: hidden;
}

.cta-btn-wrapp {
  text-align: center;
  margin-top: 40px;
  overflow: hidden;
}

.cts-btn-inner-box {
  display: inline-block;
}

.faq-dropdown {
  border: 2px solid var(--deep-gold);
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-btn {
  background-color: var(--petrol-blue);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 80px;
  padding: 0 50px 0 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-btn.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-question {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.faq-question.margin-top-0 {
  padding-top: 0;
}

.faq-question.brand-color {
  color: var(--deep-navy);
  font-size: 22px;
}

.according-icon {
  background-color: var(--transparent);
  color: var(--white);
}

.faq-question-body {
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  display: block;
  position: relative;
}

.faq-question-body.w--open {
  background-color: #0000;
}

.faq-question-details-box {
  background-color: var(--nature-1);
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-questions {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.faq-section {
  background-color: var(--light-beige);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.faq-inner {
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}

.faq-detaqils-wrapp {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer {
  background-color: var(--light-beige-2);
  padding-top: 60px;
  padding-bottom: 10px;
}

.footer-grid-inner {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-menu-flex-wrapp {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-divider {
  background-color: var(--slightly-softer);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-social-media-grid {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer-menu-link {
  color: var(--deep-navy);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: letter-spacing .4s, line-height .4s, font-size .4s, color .4s;
}

.footer-menu-link:hover, .footer-menu-link.w--current {
  color: var(--petrol-blue);
}

.footer-logo {
  height: 60px;
}

.footer-logo.hide {
  display: none;
}

.footer-logo-link-wrapp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logo-link-wrapp.w--current {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.copyright-title {
  color: var(--anthracite-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.footer-bottom-wrapp {
  text-align: center;
}

.humberger-menu-button {
  padding: 10px;
}

.why-choose-single-card-inner {
  width: 100%;
  height: 100%;
}

.additional-details-wrapp {
  width: 70%;
  margin-top: 30px;
}

.additional-details {
  color: var(--anthracite-grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.why-choose-sub-title-box {
  width: 55%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-sub-title {
  color: var(--slightly-softer);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.why-choose-sub-title.sub-title {
  color: var(--white);
}

.cta-sub-title-box {
  text-align: center;
  width: 70%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.dashbord-holder-image {
  border-radius: 10px;
}

.why-choose-icon-position-box {
  background-color: var(--deep-navy);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: -80% 0% auto 35%;
  box-shadow: 0 0 5px #00000059;
}

.faq-details-box {
  display: none;
}

.faq-question-box {
  background-color: var(--light-beige-2);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px 15px;
}

.faq-answer-box {
  background-color: var(--nature-1);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 20px 15px;
}

.offer-top-details-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  display: flex;
}

.offer-sub-title-wrapp {
  overflow: hidden;
}

.offer-flex-wrapp {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.arrow-icon-box.hero-grid-holder, .arrow-icon-box.hide, .arrow-icon-box.hero-grid-holder, .arrow-icon-box.hide, .arrow-icon-box.hide {
  display: none;
}

.arrows {
  width: 20%;
  height: 70px;
}

@media screen and (min-width: 1280px) {
  .faq-question.margin-top-0 {
    padding-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .hero-title-holder {
    max-width: 50%;
  }

  .gradient-box.middle {
    bottom: 0%;
    box-shadow: 0 0 700px 500px #7fdd6626;
  }

  .gradient-box.position-center {
    top: 0%;
  }

  .cts-sizing-wrapp {
    width: 75%;
  }

  .faq-question {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .faq-question.margin-top-0 {
    padding-top: 0;
  }

  .faq-questions {
    height: auto;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-detaqils-wrapp {
    width: 65%;
  }

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

@media screen and (min-width: 1920px) {
  .gradient-box.middle {
    box-shadow: 0 0 700px 600px #7fdd6626;
  }

  .gradient-box.position-center {
    top: 0%;
  }

  .price {
    font-size: 40px;
  }

  .faq-dropdown {
    border-width: 1px;
  }

  .faq-detaqils-wrapp {
    width: 60%;
  }

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

@media screen and (max-width: 991px) {
  .nav-menu-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-logo-icon {
    height: 60px;
  }

  .nav-menu {
    border: 1px solid var(--light-beige-2);
    background-color: var(--light-beige-2);
    border-radius: 15px;
    margin-left: 2em;
    margin-right: 2em;
    padding: 20px;
    position: absolute;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-link:hover {
    color: var(--petrol-blue);
  }

  .hero-section {
    height: auto;
    padding-top: 110px;
  }

  .container {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .hero-grid-holder {
    flex-flow: column-reverse;
  }

  .hero-title-holder {
    max-width: 100%;
  }

  .hero-title-wrapp {
    margin-bottom: 12px;
  }

  .heading-h1 {
    font-size: 50px;
  }

  .hero-short-details-wrapp, .dashbord-holder {
    width: 100%;
  }

  .why-choose-card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

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

  .how-it-works-grid-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .single-icon-boc {
    padding: .5rem;
  }

  .how-it-works-timeline-bar {
    height: 65%;
    left: 1.9rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .how-it-works-timeline-single-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-h5 {
    font-size: 20px;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .the-offer {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .offer-details-inner {
    width: 100%;
  }

  .offer-inner-sizing-box {
    width: 70%;
  }

  .offer-single-details-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    font-size: 23px;
  }

  .offer-price-title {
    font-size: 22px;
  }

  .price {
    font-size: 30px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-client-image {
    width: 55px;
    height: 55px;
  }

  .testimonials-card {
    padding: 25px;
  }

  .slider-arrow.is-bottom-next {
    left: 10%;
  }

  .slider-arrow.is-bottom-previous {
    right: 10%;
  }

  .testimonials-mask {
    width: 52%;
  }

  .testimonials-review-details {
    font-size: 16px;
  }

  .client-position {
    font-size: 15px;
  }

  .cta-btn-wrapp {
    margin-top: 35px;
  }

  .faq-question {
    font-size: 19px;
  }

  .faq-detaqils-wrapp {
    width: 85%;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-grid-inner {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .footer-menu-flex-wrapp {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .humberger-menu {
    color: var(--deep-navy);
    font-size: 39px;
  }

  .humberger-menu-button {
    padding: 5px;
  }

  .humberger-menu-button.w--open {
    background-color: var(--light-beige-2);
    border-radius: 8px;
    padding: 5px;
  }

  .additional-details-wrapp {
    width: 100%;
    margin-top: 25px;
  }

  .why-choose-sub-title-box {
    width: 80%;
  }

  .why-choose-sub-title {
    font-size: 17px;
  }

  .cta-sub-title-box {
    width: 90%;
  }

  .why-choose-icon-position-box {
    left: 37%;
  }

  .offer-top-details-box {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .offer-flex-wrapp {
    flex-flow: column;
  }

  .arrows {
    width: 15%;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .brand-logo-icon {
    height: 55px;
  }

  .hero-big-overlay {
    height: 40%;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title-holder {
    max-width: 100%;
  }

  .hero-sub-title-wrapp {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .hero-sub-title {
    font-size: 15px;
  }

  .heading-h1 {
    font-size: 42px;
  }

  .hero-short-details {
    font-size: 20px;
  }

  .hero-primary-btn {
    font-size: 16px;
  }

  .dashbord-holder {
    margin-left: 10px;
  }

  .why-choose-nolio {
    padding-bottom: 35px;
  }

  .why-choose-single-card {
    padding: 15px;
  }

  .heading-h2 {
    font-size: 35px;
  }

  .why-choose-title-sizing-box {
    width: 100%;
  }

  .why-choose-title-box {
    margin-bottom: 10px;
  }

  .why-choose-icon {
    width: 50px;
  }

  .h4 {
    font-size: 19px;
  }

  .why-choose-card-short-details {
    font-size: 15px;
  }

  .how-it-works {
    padding-top: 35px;
  }

  .how-it-works-grid-inner {
    grid-template-columns: 1fr;
  }

  .how-it-works-title-wrapp {
    margin-bottom: 35px;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .single-icon-boc {
    padding-top: 1rem;
  }

  .how-it-works-timeline-bar {
    left: 1.7rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline-icon {
    width: 2.6rem;
    height: 2.6rem;
  }

  .how-it-works-timeline-single-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    place-items: start stretch;
  }

  .heading-h5 {
    font-size: 20px;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .the-offer {
    padding-bottom: 35px;
  }

  .offer-inner-sizing-box {
    width: 80%;
  }

  .offer-grid-wrapp {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .offer-price-title {
    font-size: 20px;
  }

  .price {
    font-size: 40px;
  }

  .offer-icon-box {
    width: 6%;
  }

  .offer-list-title-box {
    width: 94%;
  }

  .testimonials {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .testimonials-title-inner {
    margin-bottom: 35px;
  }

  .testimonials-slide {
    padding-right: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .client-name {
    font-size: 17px;
  }

  .testimonials-client-flex-box {
    align-items: flex-start;
    width: 100%;
  }

  .slider-arrow.is-bottom-next {
    width: 2.8rem;
    height: 2.8rem;
    left: 13%;
  }

  .slider-arrow.is-bottom-previous {
    width: 2.8rem;
    height: 2.8rem;
    right: 13%;
  }

  .testimonials-mask {
    width: 75%;
  }

  .client-position {
    font-size: 15px;
  }

  .cta {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .cts-sizing-wrapp {
    width: 100%;
  }

  .cts-details-wrapp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-btn-wrapp {
    margin-top: 30px;
  }

  .faq-question {
    white-space: pre-wrap;
    max-width: none;
    margin-right: 10px;
    font-size: 18px;
    display: block;
    overflow: visible;
  }

  .faq-question.brand-color {
    font-size: 20px;
  }

  .faq-questions {
    font-size: 16px;
  }

  .faq-section {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .faq-inner {
    margin-bottom: 35px;
  }

  .faq-detaqils-wrapp {
    width: 100%;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-menu-flex-wrapp {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .footer-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-logo {
    height: 55px;
  }

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

  .copyright-title {
    font-size: 15px;
  }

  .humberger-menu-button {
    padding: 5px;
  }

  .why-choose-sub-title-box {
    width: 100%;
  }

  .why-choose-sub-title {
    font-size: 16px;
  }

  .cta-sub-title-box {
    width: 100%;
  }

  .why-choose-icon-position-box {
    width: 65px;
    height: 65px;
    top: -125%;
    left: 35%;
  }

  .offer-top-details-box {
    justify-content: center;
    align-items: center;
  }

  .offer-sub-title-wrapp {
    text-align: center;
  }

  .arrows {
    width: 15%;
    height: 55px;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .brand-logo {
    font-size: 32px;
  }

  .brand-logo-icon {
    height: 45px;
  }

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

  .hero-section {
    padding-top: 100px;
  }

  .hero-grid-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-title-holder {
    max-width: 100%;
  }

  .hero-sub-title {
    text-align: center;
  }

  .heading-h1 {
    font-size: 29px;
  }

  .hero-short-details {
    font-size: 17px;
  }

  .hero-primary-btn {
    letter-spacing: .3px;
    font-size: 15px;
  }

  .hero-primary-btn.offer-btn.border {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dashbord-holder {
    margin-left: 0;
  }

  .why-choose-nolio {
    padding-bottom: 30px;
  }

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

  .why-choose-single-card {
    padding: 20px;
  }

  .heading-h2 {
    font-size: 26px;
  }

  .why-choose-title-sizing-box {
    width: 100%;
  }

  .why-choose-iocn-wrapp {
    height: 36px;
  }

  .why-choose-title-box {
    margin-top: 10px;
  }

  .why-choose-icon {
    width: 45px;
  }

  .h4 {
    font-size: 20px;
  }

  .why-choose-card-short-details {
    font-size: 16px;
  }

  .how-it-works {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .how-it-works-title-wrapp {
    margin-bottom: 35px;
  }

  .single-icon-boc {
    padding-top: 1.2rem;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline-icon {
    width: 2.3rem;
    height: 2.3rem;
  }

  .how-it-works-timeline-single-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-h5 {
    font-size: 18px;
  }

  .how-it-works-short-details {
    font-size: 16px;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .offer-inner-wrapp {
    text-align: center;
    margin-bottom: 10px;
  }

  .offer-inner-sizing-box {
    width: 100%;
  }

  .offer-single-details-wrapp {
    padding: 20px 15px;
  }

  .divider {
    margin-bottom: 25px;
  }

  .h3 {
    font-size: 22px;
  }

  .offer-price-title {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 19px;
  }

  .price {
    font-size: 30px;
  }

  .offer-include-details {
    font-size: 19px;
  }

  .offer-details-box {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .offer-single-flex-box {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .offer-icon-box {
    width: 9%;
  }

  .offer-list-title-box {
    width: 92%;
  }

  .offer-list-titles {
    font-size: 15px;
  }

  .testimonials {
    padding-bottom: 35px;
  }

  .testimonials-title-inner {
    margin-bottom: 35px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .social-icon {
    width: 30px;
    height: 30px;
    padding: 3px;
  }

  .testimonials-client-image {
    width: 50px;
    height: 50px;
  }

  .testimonials-card {
    padding: 20px;
  }

  .slider-arrow-icon_default {
    width: .9rem;
    height: .9rem;
  }

  .slider-arrow.is-bottom-next {
    width: 2.5rem;
    height: 2.5rem;
    left: 15%;
  }

  .slider-arrow.is-bottom-previous {
    width: 2.5rem;
    height: 2.5rem;
    right: 15%;
  }

  .testimonials-mask {
    width: 95%;
  }

  .testimonials-review-details {
    font-size: 18px;
  }

  .testimonials-client-details {
    margin-top: 25px;
  }

  .cts-details-wrapp {
    padding: 45px 30px;
  }

  .cta-btn-wrapp {
    margin-top: 25px;
  }

  .faq-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-question {
    max-width: 85%;
    font-size: 17px;
  }

  .according-icon {
    margin-right: 15px;
  }

  .faq-question-details-box {
    padding: 15px;
  }

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

  .faq-inner {
    margin-bottom: 35px;
  }

  .footer {
    padding-bottom: 25px;
  }

  .footer-menu-flex-wrapp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-logo {
    height: 50px;
  }

  .logo-title {
    font-size: 35px;
  }

  .copyright-title {
    font-size: 14px;
  }

  .humberger-menu {
    font-size: 35px;
  }

  .humberger-menu-button, .humberger-menu-button.w--open {
    padding: 3px;
  }

  .additional-details-wrapp {
    width: 100%;
    margin-top: 25px;
  }

  .additional-details {
    font-size: 16px;
  }

  .why-choose-sub-title {
    font-size: 17px;
  }

  .why-choose-icon-position-box {
    top: -151%;
    left: 38%;
  }

  .offer-top-details-box {
    text-align: center;
  }

  .arrows {
    width: 14%;
    height: 50px;
  }
}

#w-node-_37ff6563-6420-36f5-e8c6-285d469b121e-105b12da {
  justify-self: start;
}

#w-node-_37ff6563-6420-36f5-e8c6-285d469b122b-105b12da {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_37ff6563-6420-36f5-e8c6-285d469b121e-105b12da, #w-node-_37ff6563-6420-36f5-e8c6-285d469b122b-105b12da {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37ff6563-6420-36f5-e8c6-285d469b1239-105b12da {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_37ff6563-6420-36f5-e8c6-285d469b121e-105b12da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
