:root {
  --color-5: #f2822b;
  --color-4: #ef4875;
  --color-3: #09b2ae;
  --color-7: #015250;
  --color: white;
  --color-8: #9e1f41;
  --color-2: #333;
  --color-6: #fbbd1a;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  background-image: linear-gradient(127deg, var(--color-5), var(--color-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 200;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: #0a8a87;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.hero {
  background-image: linear-gradient(105deg, #ffffff9e, #fff0 70% 102%), url('../images/happy-young-woman.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding: 5%;
  display: flex;
}

.hero-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 750px;
  display: flex;
}

.hero-top-line {
  background-image: linear-gradient(114deg, var(--color-3), var(--color-7));
  color: var(--color);
  text-transform: none;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-bold-line {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.2em;
}

.hero-line-3 {
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 600;
}

.fancy-list {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.circle-line {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.circle {
  background-color: var(--color-4);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.orange-line {
  background-color: var(--color-5);
  width: 30px;
  height: 2px;
}

.hero-cta {
  background-image: linear-gradient(337deg, var(--color-7), #079b97 60%, var(--color-3) 87%);
  color: var(--color);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: auto;
  padding: 20px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.hero-cta:hover {
  background-image: linear-gradient(324deg, var(--color-8), var(--color-4)), linear-gradient(337deg, var(--color-7), #079b97 60%, var(--color-3) 87%);
}

.cta-icon {
  width: 30px;
  margin-bottom: 10px;
}

.navbar {
  background-color: var(--color);
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 9px #0003;
}

.image {
  height: 90px;
}

.brand {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu {
  align-items: center;
  height: 90px;
  padding-right: 0;
  display: flex;
}

.navlink-jm {
  color: var(--color-3);
  align-items: center;
  margin-right: 20px;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.navlink-jm:hover {
  color: var(--color-2);
}

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

.intro-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.intro-wrap {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.photo-div-40 {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.img-contain {
  object-fit: contain;
  width: 100%;
}

.img-contain.rev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-div-55 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.button {
  background-color: var(--color-3);
  background-image: linear-gradient(125deg, var(--color-5), var(--color-4));
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-image: none;
}

.button.outline {
  border: 1px solid var(--color-8);
}

.button.outline:hover {
  border-color: var(--color-7);
}

.financing-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #068f8d 19%, #047775 46%, var(--color-7));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.finance-title-div {
  color: var(--color);
  text-align: center;
  width: 80%;
  max-width: none;
}

.h2-white {
  background-color: var(--color);
  color: var(--color);
  background-image: none;
}

.list-div {
  color: var(--color);
  text-align: center;
  background-color: #00000047;
  border-radius: 5px;
  width: 50%;
  margin-top: 20px;
  padding: 25px 25px 0;
  line-height: 1.5em;
}

.testimonials_slider_nav {
  display: none;
}

.testimonials_wrapper {
  text-align: left;
  background-color: #0000;
  border: 1px #ffffff3b;
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  padding: 2% 0%;
  display: flex;
}

.testimonias_img_div2 {
  z-index: 5;
  text-align: center;
  border: 10px solid #ffffff1a;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  margin-top: 0;
  margin-left: 54%;
  position: absolute;
  inset: 16% 10% auto auto;
  overflow: hidden;
}

.testimonials_img_div3 {
  z-index: 10;
  mix-blend-mode: normal;
  border: 10px solid #ffffff1a;
  border-radius: 300px;
  width: 300px;
  height: 300px;
  margin-left: 25%;
  position: absolute;
  inset: auto auto 4% -3%;
  overflow: hidden;
}

.wrapper_div {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_div.center {
  text-align: center;
  width: 70%;
}

.testimonials_img_div1 {
  border: 10px solid #ffffff1a;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  margin-left: 0%;
  position: absolute;
  inset: 6% auto auto 18%;
  overflow: hidden;
}

.testimonials_slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

.testimonias_name {
  margin-top: auto;
  font-weight: 600;
}

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

.testimonials_images_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.testimonials_slider_wrapper {
  border-radius: 15px;
  width: 55%;
  padding: 0%;
}

.testimonials_slider_arrow {
  color: #eb4873;
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  font-size: .8rem;
  font-weight: 600;
  inset: auto auto -40px 0%;
}

.testimonials_slider_arrow:hover {
  background-color: #ffffff82;
}

.testimonials_slider_arrow.right {
  inset: auto auto -40px 40px;
}

.testimonials_slide {
  vertical-align: baseline;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.testimonials_section {
  color: #fff;
  background-color: #cf5a0100;
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(121deg, #eb4873, #f2812c);
  height: auto;
  min-height: 75vh;
  padding: 7% 10%;
  position: relative;
}

.testimonials_text {
  font-weight: 300;
}

.callout_icon {
  width: 60px;
  margin-bottom: 10px;
}

.callout_section {
  background-color: #0000000d;
  border-radius: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5% 0%;
}

.callout_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 90%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.callout_cell {
  background-color: #0000000d;
  border-radius: 10px;
  padding: 25px 25px 35px;
}

.h4-min {
  min-height: 60px;
}

.footer {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #068f8d 19%, #047775 46%, var(--color-7));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 2%;
  display: flex;
}

.footer-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 5%;
}

.text-field-div {
  justify-content: space-between;
  margin-bottom: 1%;
  display: flex;
}

.text-field {
  border: 1px solid var(--color-7);
  background-color: #ffffffba;
  border-radius: 5px;
}

.text-field._49 {
  color: var(--color-2);
  background-color: #ffffff87;
  width: 49.5%;
  margin-bottom: 0;
}

.text-field._49:focus, .text-field._49::placeholder {
  color: var(--color-2);
}

.text-field._100 {
  color: var(--color-2);
  background-color: #ffffff87;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
}

.text-field._100:focus, .text-field._100::placeholder {
  color: var(--color-2);
}

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

.mobile-cta-btns {
  justify-content: space-between;
  width: 750px;
  margin-top: 20px;
  display: none;
}

.mobile-cta {
  background-image: linear-gradient(337deg, var(--color-7), #079b97 60%, var(--color-3) 87%);
  color: var(--color);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: auto;
  padding: 20px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.mobile-cta:hover {
  background-image: linear-gradient(324deg, var(--color-8), var(--color-4)), linear-gradient(337deg, var(--color-7), #079b97 60%, var(--color-3) 87%);
}

.cta-btm-hero {
  justify-content: space-between;
  width: 750px;
  margin-top: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    background-image: url('../images/happy-young-woman.jpg');
    background-position: 55% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    margin-top: 50px;
    padding: 3%;
  }

  .hero-wrap {
    background-color: #ffffffbd;
    border-radius: 10px;
    width: 50%;
    padding: 15px;
  }

  .hero-top-line {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
  }

  .hero-bold-line {
    font-size: 2em;
  }

  .hero-line-3 {
    margin-bottom: 15px;
    font-size: 1.2em;
  }

  .fancy-list {
    align-items: center;
    line-height: 1.2em;
  }

  .circle {
    width: 10px;
    height: 10px;
  }

  .orange-line {
    width: 20px;
  }

  .nav-txt {
    display: none;
  }

  .intro-wrap {
    flex-flow: column;
  }

  .intro-wrap.right {
    align-items: flex-end;
  }

  .photo-div-40 {
    width: 50%;
    margin-bottom: 20px;
  }

  .photo-div-40._2 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .text-div-55 {
    width: 100%;
  }

  .list-div {
    width: 75%;
  }

  .wrapper_div.center {
    width: 90%;
  }

  .testimonials_images_wrapper {
    width: 100%;
    display: none;
    position: static;
  }

  .testimonials_slider_wrapper {
    width: 100%;
  }

  .testimonials_section {
    min-height: 0;
    padding: 5% 5% 10%;
    position: static;
  }

  .callout_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .footer {
    padding-bottom: 200px;
  }

  .mobile-cta-btns {
    z-index: 1000;
    width: 100%;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-cta {
    background-image: linear-gradient(0deg, var(--color-7), #079b97 60%, var(--color-3) 87%);
    border-radius: 0;
    width: 50%;
  }

  .cta-btm-hero {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-size: contain;
    height: auto;
    margin-top: 65px;
    padding: 200px 0% 0%;
  }

  .hero-wrap {
    background-color: #fff;
    background-image: linear-gradient(#00000005, #00000005);
    border-radius: 0;
    width: 100%;
    padding-bottom: 5px;
  }

  .hero-top-line {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
  }

  .hero-bold-line {
    margin-bottom: 5px;
    font-size: 1.8em;
  }

  .hero-line-3 {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .fancy-list {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .image, .nav-menu {
    height: 75px;
  }

  .list-div {
    width: 90%;
    margin-top: 0;
  }

  .testimonials_section {
    padding-bottom: 15%;
  }

  .callout_icon {
    margin-bottom: 15px;
  }

  .footer {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    padding-top: 150px;
  }

  .fancy-list {
    color: var(--color-4);
  }

  .circle-line {
    display: none;
  }

  .navbar {
    padding-left: 0;
  }

  .image {
    height: 50px;
  }

  .brand {
    padding-left: 0;
  }

  .navlink-jm {
    margin-right: 10px;
  }

  .nav-icon {
    width: 25px;
    margin-right: 0;
  }

  .photo-div-40 {
    width: 100%;
  }

  .testimonials_section {
    padding-top: 15%;
    padding-bottom: 25%;
  }

  .callout_icon {
    width: 45px;
  }

  .callout_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .callout_cell {
    padding: 10px;
  }

  .footer {
    text-align: center;
    padding-bottom: 225px;
  }

  .footer-wrap {
    width: 90%;
  }

  .mobile-cta-btns {
    flex-flow: column;
  }

  .mobile-cta {
    background-color: var(--color-7);
    background-image: none;
    width: 100%;
    padding: 10px;
    font-size: 1em;
  }
}

#w-node-be9b813a-b877-7135-118b-693eacc3f34a-8f0a8db4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-be9b813a-b877-7135-118b-693eacc3f34a-8f0a8db4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be9b813a-b877-7135-118b-693eacc3f34a-8f0a8db4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


