/* Wisetack Financing Section Styles */
.section-wisetack {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 80px 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.wisetack-phone-img {
  width: 40%;
  max-width: 437px;
}

.wisetack-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wisetack-container {
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.wisetack-paragraph-sm {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}

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

.wisetack-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #1d5023;
  -webkit-transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.wisetack-btn:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  background-color: #2a7033;
}

.wisetack-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.wisetack-link {
  color: #1d5023;
  font-weight: 600;
}

.wisetack-link:hover {
  color: #2a7033;
}

.wisetack-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 140%;
  color: #31364c;
}

.wisetack-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 8px;
  font-size: 18px;
}

.wisetack-paragraph {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .wisetack-phone-img {
    top: auto;
    bottom: 0px;
  }

  .wisetack-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .wisetack-phone-img {
    width: 60%;
  }

  .wisetack-box {
    max-width: 100%;
  }

  .wisetack-paragraph-sm {
    font-size: 14px;
  }

  .wisetack-btn {
    font-size: 12px;
  }

  .wisetack-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-row-gap: 20px;
  }

  .wisetack-title {
    font-size: 26px;
  }

  .wisetack-paragraph {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section-wisetack {
    padding: 60px 16px;
  }

  .wisetack-phone-img {
    position: relative;
    left: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .wisetack-box {
    width: 100%;
    max-width: none;
    min-width: 100%;
  }

  .wisetack-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wisetack-btn {
    width: 100%;
    min-width: 0px;
  }

  .wisetack-title {
    font-size: 24px;
  }
}
