:root {
  --black-2: #1f2018;
  --brown: #8f3525;
  --yellow-green: #94c24a;
  --light-sea-green: #38b6ab;
  --steel-blue: #2187b6;
  --gainsboro: #dfd7d5;
  --olive-drab: #618d34;
  --black: #333028;
  --chocolate: #db7326;
}

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

body {
  background-color: var(--black-2);
  color: #333;
  font-family: nexa, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  margin-top: 0;
  padding-bottom: 0;
  font-family: KBWBold, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  display: inline;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: KBWBold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
  font-family: nexa, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

strong {
  font-family: nexa, sans-serif;
  font-weight: 600;
}

.square-block {
  position: relative;
}

.square-block.small {
  float: left;
  width: 33.3333%;
  min-height: 33.3333vw;
}

.square-block.medium {
  float: left;
  width: 50%;
  min-height: 50vw;
}

.square-block.footer-first {
  width: 100%;
}

.square-block.footer-second {
  width: 33.3333%;
}

.square-block.slide-qoute {
  float: left;
  width: 50%;
  min-height: 33.3333vw;
}

.square-block.slide-img {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 50vw;
}

.block-wrapper {
  position: absolute;
  inset: 0%;
}

.block-wrapper.qoute.brown {
  background-color: var(--brown);
}

.block-wrapper.qoute.bright-green {
  background-color: var(--yellow-green);
}

.block-wrapper.qoute.light-blue {
  background-color: var(--light-sea-green);
}

.block-wrapper.text {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.block-wrapper.text.blue {
  background-color: var(--steel-blue);
}

.block-wrapper.text.footer {
  background-color: var(--black-2);
  justify-content: center;
  align-items: flex-start;
}

.block-wrapper.logo-payoff.brown {
  background-color: var(--brown);
}

.block-wrapper.logo-payoff.bright-green {
  background-color: var(--yellow-green);
}

.footer-block {
  width: 100%;
  min-height: 50vh;
}

.heading {
  font-family: KBWBold, sans-serif;
}

.bold-text {
  margin-bottom: -10px;
  padding-bottom: 0;
  display: inline-block;
}

.heading-2 {
  display: inline-block;
}

.heading-smoke {
  color: var(--gainsboro);
  background-image: url('../images/kbw-pixel-smoke.svg');
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-attachment: scroll;
}

.bold {
  font-family: nexa, sans-serif;
  font-weight: 600;
}

.p-smoke {
  color: var(--gainsboro);
}

.block-paragraph {
  max-width: 500px;
  padding-top: 50px;
  padding-left: 50px;
}

.block-text.footer {
  flex: 1;
}

.section {
  display: flex;
}

.heading-bright-green {
  color: var(--yellow-green);
  background-image: url('../images/kbw-pixel-brightgreen.svg');
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: auto 1px;
}

.p-bright-green {
  color: var(--yellow-green);
}

.grid-footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-cta-button {
  border: 1px solid var(--yellow-green);
  color: var(--yellow-green);
  text-align: center;
  padding: 25px 20px 20px;
  text-decoration: none;
}

.logo-footer {
  object-fit: contain;
  width: 300px;
  max-width: none;
  height: auto;
}

.p-link-bright-green {
  border-bottom: 1px solid var(--yellow-green);
  color: var(--yellow-green);
  text-decoration: none;
  transition: all .5s;
}

.p-link-bright-green:hover {
  border-bottom-color: var(--olive-drab);
  color: var(--olive-drab);
}

.payoff-big {
  position: absolute;
  inset: 0%;
}

.page {
  overflow: hidden;
}

.slider-qoute {
  background-color: var(--black-2);
  width: 66.6667%;
  height: auto;
}

.slide-nav-hide {
  display: none;
}

.slider-left-arrow {
  color: var(--gainsboro);
  width: 50px;
  font-size: 15px;
}

.slider-left-arrow.hide {
  display: none;
}

.slider-right-arrow {
  color: var(--gainsboro);
  text-align: center;
  width: 50px;
  font-size: 15px;
}

.slider-right-arrow.hide, .slider-icon-hide {
  display: none;
}

.slider-img {
  width: 50%;
  height: auto;
}

.slider-img-nav {
  font-size: 5px;
}

.no-wrap {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }

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

  .block-wrapper.text {
    padding: 30px;
  }

  .block-paragraph {
    padding-top: 30px;
    padding-left: 30px;
  }

  .grid-footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .no-wrap {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 22px;
  }

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

  .block-wrapper.text {
    padding: 20px;
  }

  .block-paragraph {
    padding-top: 20px;
    padding-left: 20px;
  }

  .grid-footer {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-footer {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 25px;
  }

  .square-block.small {
    width: 100%;
    min-height: 50vw;
  }

  .square-block.medium {
    width: 100%;
  }

  .square-block.slide-qoute {
    min-height: 50vw;
  }

  .square-block.slide-img {
    min-height: 100vw;
  }

  .section {
    flex-direction: column;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .logo-big, .payoff-big {
    width: 50%;
  }

  .slider-qoute, .slider-img {
    width: 100%;
  }
}

#w-node-_0b23cbcc-ec1a-95b7-5fd5-0fa66a38ec38-6d880338 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_010cef71-f05f-e8cc-ff59-673ef41cea56-6d880338 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d3f37f29-f5ff-e8a2-fdd2-1aa444919981-6d880338 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_36d458e3-2592-35a7-0d02-af1826be732d-6d880338 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_95d0f69d-4d59-65b9-5931-5a8baf3450e7-6d880338 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_6f4242fa-2346-df5d-ba6e-18eb5d6ff2ea-6d880338 {
  grid-area: 1 / 3 / 3 / 4;
  place-self: start end;
}

@media screen and (max-width: 991px) {
  #w-node-_95d0f69d-4d59-65b9-5931-5a8baf3450e7-6d880338 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6f4242fa-2346-df5d-ba6e-18eb5d6ff2ea-6d880338 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b23cbcc-ec1a-95b7-5fd5-0fa66a38ec38-6d880338 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_010cef71-f05f-e8cc-ff59-673ef41cea56-6d880338 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d3f37f29-f5ff-e8a2-fdd2-1aa444919981-6d880338 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_36d458e3-2592-35a7-0d02-af1826be732d-6d880338 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_95d0f69d-4d59-65b9-5931-5a8baf3450e7-6d880338 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6f4242fa-2346-df5d-ba6e-18eb5d6ff2ea-6d880338 {
    grid-area: 6 / 1 / 7 / 2;
    place-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0b23cbcc-ec1a-95b7-5fd5-0fa66a38ec38-6d880338, #w-node-_010cef71-f05f-e8cc-ff59-673ef41cea56-6d880338, #w-node-d3f37f29-f5ff-e8a2-fdd2-1aa444919981-6d880338, #w-node-_36d458e3-2592-35a7-0d02-af1826be732d-6d880338, #w-node-_95d0f69d-4d59-65b9-5931-5a8baf3450e7-6d880338 {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'KBWBold';
  src: url('../fonts/ZSPDisplayBold.woff2') format('woff2'), url('../fonts/NoeDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}