:root {
  --line: #013b6b4d;
  --sky-blue: #f5f7fa;
  --dark-blue: #023b6b;
  --navy-bkg: #161d2b;
  --amber: #e19506;
  --off-white: #f3f0d5e6;
  --pine: #f8d689;
  --white: white;
  --black: black;
}

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

.nav-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-wrap {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid #013b6b4d;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: var(--sky-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  width: 150px;
  height: 150px;
  padding-bottom: 0;
}

.container {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link {
  color: #093c5c;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/title.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 7px;
  margin-right: 7px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.header-section {
  background-image: url('../images/header3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding-top: 49px;
  display: flex;
}

.heading {
  color: #085083;
  text-shadow: 2px 3px 4px #00000047;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button {
  color: #013b6b;
  letter-spacing: .5px;
  background-color: #fbe6a000;
  background-image: url('../images/title.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px #013b6b;
  border-radius: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  box-shadow: 4px 6px 7px -2px #00000073;
}

.about-section {
  background-color: var(--sky-blue);
  padding-top: 20px;
  padding-bottom: 140px;
}

.title-block {
  background-image: url('../images/title.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  display: flex;
}

.div-block {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.text-block {
  color: var(--dark-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-weight: 700;
}

.nav-menu {
  display: flex;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  width: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.gallery-section {
  padding-top: 20px;
  padding-bottom: 140px;
}

.div-block-3 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-section {
  background-color: var(--sky-blue);
  padding-top: 20px;
}

.contact-section {
  padding-top: 20px;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block-5 {
  height: 800px;
}

.footer-dark {
  border-top: 1px solid var(--line);
  background-color: var(--sky-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

.footer-copyright-center {
  color: var(--dark-blue);
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.div-block-20 {
  background-color: #fff;
  margin-top: 10px;
}

.text-block-10 {
  letter-spacing: .5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.item-2-column {
  background-color: #fff;
  border: 1px solid #00000021;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Montserrat, sans-serif;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  display: block;
}

.tab-links {
  background-color: var(--navy-bkg);
  color: var(--amber);
  letter-spacing: 1px;
  border-radius: 0;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 16px 24px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  display: flex;
}

.tab-links:hover {
  background-color: var(--navy-bkg);
}

.tab-links.w--current {
  background-color: var(--navy-bkg);
  color: #fff47c;
  padding: 16px 24px;
  font-family: Oswald, sans-serif;
}

.package-tab-block {
  min-width: 80%;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.column-9 {
  border-left: 1px solid #000;
}

.paragraph-10 {
  color: var(--navy-bkg);
  text-align: center;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.card-header {
  color: #c72339;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.card-header.truss.sub {
  margin-top: 20px;
  display: none;
}

.card-header.truss.sub2 {
  margin-top: 20px;
}

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

.tabs-content {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.text-block-6 {
  text-align: center;
}

.text-block-8 {
  color: var(--off-white);
  letter-spacing: .5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-4 {
  color: var(--navy-bkg);
  text-align: center;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.card-header-title {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.card-header-title.truss {
  color: var(--dark-blue);
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.card-header-title.truss._2 {
  border-bottom: 1px solid #000;
  margin-top: 3px;
  display: none;
}

.packages-tab-cards {
  color: #192958;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  width: 300px;
  height: auto;
  margin: 15px 10px;
  padding: 20px;
  display: flex;
  box-shadow: 2px 2px 7px #00000073;
}

.text-block-7 {
  text-align: center;
}

.column-10 {
  border-bottom: 0 #000;
  border-left: 1px solid #000;
}

.div-block-19 {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.tab-pane-tab-3 {
  margin-top: 30px;
}

.header {
  background-image: url('../images/header-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-container {
  flex: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-logo-contain {
  width: 200px;
  position: relative;
}

.logo {
  position: absolute;
  inset: -33px 0% 0% auto;
}

.link {
  color: var(--off-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 26px;
  margin-right: 26px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.body {
  background-image: linear-gradient(#272d38, #272d38);
}

.hero {
  background-image: url('../images/hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service {
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.div-block-22 {
  border: 1px solid var(--amber);
  background-color: var(--navy-bkg);
  padding: 35px;
}

.div-block-23 {
  background-image: url('../images/wood-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px;
  display: flex;
}

.div-block-24 {
  background-image: url('../images/wood-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px;
  display: flex;
}

.div-block-25 {
  justify-content: center;
  display: flex;
}

.main-text--light {
  color: var(--off-white);
  text-align: center;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.text-block-11 {
  color: var(--amber);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-12 {
  color: var(--pine);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-26 {
  justify-content: center;
  display: flex;
}

.title-dark {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.div-block-27 {
  background-color: var(--dark-blue);
  width: 100px;
  height: 2px;
  margin-top: 10px;
}

.div-block-28 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.main-text--dark {
  color: var(--dark-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.div-block-29 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-30 {
  background-color: #161d2b;
  padding: 20px;
}

.image, .image-2 {
  margin-bottom: 20px;
}

.about {
  border: 1px none var(--amber);
  background-color: var(--navy-bkg);
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-31 {
  background-color: #faf5ef;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  box-shadow: 4px 4px 9px 3px #0003;
}

.div-block-32 {
  background-image: url('../images/wood-bg.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-title {
  color: var(--pine);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.heading-5 {
  color: var(--pine);
  text-align: center;
  font-family: Merriweather, serif;
}

.pricing {
  border: 1px none var(--amber);
  background-color: #0000;
  background-image: url('../images/wood-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pricing-title {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.button-2 {
  background-color: var(--dark-blue);
  color: var(--pine);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  box-shadow: 3px 3px 5px #0000005c;
}

.gallery {
  border: 1px none var(--amber);
  background-color: #0000;
  background-image: url('../images/wood-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-title {
  color: var(--navy-bkg);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.slide {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 500px;
}

.slide-2 {
  background-image: url('../images/8.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/14.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/25.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/28.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact {
  border: 1px none var(--amber);
  background-color: var(--navy-bkg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 202px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-34 {
  background-image: url('../images/wood-bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  padding: 35px;
  display: flex;
}

.div-block-35 {
  border: 1px none var(--amber);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.form-block {
  width: 80%;
}

.textarea {
  min-height: 100px;
  margin-bottom: 40px;
}

.field-label, .field-label-2 {
  margin-top: 20px;
}

.contact-title {
  color: var(--pine);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  background-image: url('../images/header-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 15px;
  position: relative;
}

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

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  color: var(--off-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff9;
  margin-top: 5px;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: var(--pine);
}

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

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

.footer-divider-2 {
  background-color: #e1950680;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  color: #dfd3d3de;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.paragraph-11 {
  color: var(--amber);
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.button-hero {
  background-color: var(--off-white);
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 80px;
  padding: 20px 27px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  box-shadow: 5px 5px 8px 6px #000c;
}

.div-block-36 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 275px;
}

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

.text-span-2 {
  color: var(--pine);
}

.financing {
  background-color: var(--navy-bkg);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.financing-title {
  color: var(--pine);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.div-block-37 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-12 {
  color: var(--amber);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-13 {
  color: var(--off-white);
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  border-top: 2px solid #c72339;
  border-bottom: 2px solid #c72339;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

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

.div-block-39 {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-40 {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 90px;
  display: flex;
}

.text-block-14 {
  color: #e2e2e2;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-span-15 {
  font-size: 12px;
  position: relative;
  top: -5px;
}

._7yr {
  background-image: url('../images/EB_PreQualify_Button_RIL_699_7Yr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

._12mo-sac {
  background-image: url('../images/EB_PreQualify_Button_SAC_12Mo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

.menu-button {
  color: #192958;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #192958;
  border-radius: 8px;
  width: 100px;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 15px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  transition: box-shadow .2s, color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #0000006e;
}

.menu-button:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 1px 1px 7px #ffffff3d;
}

.menu-button.w--current {
  filter: saturate(200%);
  color: #192958;
  text-shadow: 1px 1px 6px #00000085;
}

.menu-button.fin-card {
  text-transform: uppercase;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.menu-button.financing {
  text-transform: uppercase;
  border-radius: 20px;
  width: auto;
  padding: 12px 19px;
  font-size: 22px;
}

._10yr {
  background-image: url('../images/EB_PreQualify_Button_RIL_699_10Yr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

.financing-card {
  background-color: #192958;
  border-radius: 10px;
  width: 300px;
  height: 400px;
  margin-left: 5px;
  margin-right: 5px;
  display: none;
}

.heading-7 {
  color: #fff;
  text-align: center;
  border-top: 2px solid #c72339;
  border-bottom: 2px solid #c72339;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

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

.div-block-42 {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-43 {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 90px;
  display: flex;
}

._5yr {
  background-image: url('../images/EB_PreQualify_Button_RIL_499_5Yr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

.text-block-15 {
  color: #e2e2e2;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

._18mo-sac {
  background-image: url('../images/EB_PreQualify_Button_SAC_18Mo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
}

.paragraph-7 {
  color: #f5f7facc;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-16, .text-span-17 {
  font-size: 9px;
  position: relative;
  top: -5px;
}

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

.rich-text-block-2 {
  color: var(--amber);
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-45 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-46 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 90px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.div-block-47 {
  background-image: url('../images/equal-housing-lender_1equal-housing-lender.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-right: 35px;
  position: static;
  inset: -208% auto auto 3%;
}

.paragraph-13 {
  color: #fffc;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    width: 80%;
  }

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

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

  .card-header.tab {
    display: none;
  }

  .text-block-8 {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .packages-tab-cards {
    margin-top: 0;
    margin-bottom: 3px;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-22, .div-block-23, .div-block-24 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-text--light {
    font-size: 11px;
    font-weight: 300;
  }

  .main-text--dark {
    font-size: 11px;
    font-weight: 500;
  }

  .div-block-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .image-3 {
    max-width: 60%;
    margin-top: 48px;
  }

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

  .div-block-38 {
    align-self: stretch;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-14 {
    font-size: 12px;
  }

  .menu-button {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button.fin-card {
    margin-top: 0;
  }

  .financing-card {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    width: 250px;
    height: 300px;
    margin-left: 1px;
    margin-right: 1px;
    display: none;
  }

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

  .div-block-41 {
    align-self: stretch;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-42 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-15 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

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

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

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

  .text-block-10 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .columns-3, .item-2-column {
    display: flex;
  }

  .tab-links, .tab-links.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-header {
    display: block;
  }

  .text-block-8 {
    letter-spacing: 0;
    font-size: 12px;
  }

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

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

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

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

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

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

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

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

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

  .div-block-40 {
    flex-wrap: wrap;
  }

  .financing-card {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .div-block-43 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .rich-text-block {
    font-size: 13px;
  }

  .div-block-3 {
    width: 98%;
  }

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

  .text-block-10 {
    font-size: 14px;
    font-weight: 400;
  }

  .item-2-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-links {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .tab-links.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .package-tab-block {
    min-width: 95%;
    max-width: 95%;
  }

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

  .card-header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .text-block-8 {
    font-size: 14px;
    font-weight: 500;
  }

  .heading-4 {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .card-header-title {
    font-size: 15px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .columns-4 {
    display: flex;
  }

  .header {
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-container {
    flex-direction: row;
  }

  .nav-menu-wrap {
    flex-direction: column;
  }

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

  .logo {
    position: static;
  }

  .link {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .service-grid {
    flex-direction: column;
    display: flex;
  }

  .div-block-32 {
    width: 95%;
  }

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

  .pricing-title {
    margin-bottom: 0;
    font-size: 30px;
  }

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

  .slider {
    height: 300px;
  }

  .contact {
    padding-left: 21px;
    padding-right: 21px;
  }

  .div-block-33 {
    flex-direction: column;
    order: 1;
    display: flex;
  }

  .div-block-34 {
    order: 1;
    padding-left: 7px;
    padding-right: 7px;
  }

  .div-block-35 {
    padding-left: 0;
  }

  .form-block {
    width: 100%;
  }

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

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

  .footer-copyright-center-2 {
    font-size: 10px;
  }

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

  .div-block-40 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .financing-card {
    height: 320px;
    margin-bottom: 10px;
  }

  .div-block-43 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .div-block-46 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-c2f54d62-3902-56b4-d4a8-ee5f6a40a71f-1f3dba7b, #w-node-b497383e-adeb-fa18-4020-8c11542505c7-1f3dba7b, #w-node-f95f03d4-63e8-d402-f230-2f496f26304e-1f3dba7b, #w-node-f07f410f-2b68-877b-259b-d0907b98376a-1f3dba7b, #w-node-_6009a847-9763-97bc-b843-09523bfe9264-1f3dba7b, #w-node-_24e0ee4e-19b4-a812-ca4d-91859073e76b-1f3dba7b, #w-node-_24e0ee4e-19b4-a812-ca4d-91859073e77f-1f3dba7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


