@font-face {
  font-family: "brandon_med-webfont";
  src: url("../../fonts/brandon_med-webfont.eot");
  src: url("../../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/brandon_med-webfont.woff") format("woff"), url("../../fonts/brandon_med-webfont.ttf") format("truetype"), url("../../fonts/brandon_med-webfont.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_bold";
  src: url("../../fonts/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_med";
  src: url("../../fonts/HelveticaNeue-Medium.eot");
  src: url("../../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Medium.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_light";
  src: url("../../fonts/HelveticaNeue-Light.eot");
  src: url("../../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Light.woff") format("woff"), url("../../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Light.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_black";
  src: url("../../fonts/BrandonText-Black.eot");
  src: url("../../fonts/BrandonText-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Black.woff") format("woff"), url("../../fonts/BrandonText-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_bold";
  src: url("../../fonts/BrandonText-Bold.eot");
  src: url("../../fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Bold.woff") format("woff"), url("../../fonts/BrandonText-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
}

.right {
  float: right;
}

.purple-color {
  color: #D5C1FF;
}

.yellow-color {
  color: #FBC702;
}

.green-color {
  color: #50B196;
}

.rose-color {
  color: #FA9D7E;
}

.red-color {
  color: #f44336;
}

.grey-color {
  color: #707070;
}

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

.white-color {
  color: #fff;
}

.blue-color {
  color: #2273b8;
}

.light-blue-color {
  color: #2BA7DE;
}

.dark-blue-color {
  color: #004E74;
}

.grey-blue-background {
  color: #dae6ee;
}

.light-blue-background {
  background-color: #2BA7DE;
}

.dark-blue-background {
  background-color: #004E74;
}

.white-background {
  background-color: #fff;
}

h1 {
  font-size: 5.5rem;
  line-height: 1;
}

h2 {
  font-size: 5rem;
  line-height: 1;
}

h3 {
  font-size: 4rem;
  line-height: 1;
}

h4 {
  font-size: 3rem;
  line-height: 1;
}

h5 {
  font-size: 2rem;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: "brandon_bold", sans-serif;
  color: #2BA7DE;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #2BA7DE;
}

img {
  max-width: 100%;
}

i.show-password.active {
  color: #2BA7DE;
}

.checkbox-container {
  display: inline;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.9rem;
  color: #2BA7DE;
  font-weight: normal;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border: 1px solid #2BA7DE;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.3rem;
  border: solid #2BA7DE;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-container {
  display: inline;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2BA7DE;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid #2BA7DE;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #fff;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 3.4rem;
  margin-bottom: 0;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 2.6rem;
  width: 2.6rem;
  left: 0.4rem;
  bottom: 0.4rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .slider.round {
  border-radius: 3.4rem;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}
.toggle-switch input:checked + .slider {
  background-color: #2196F3;
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(2.6rem);
  -ms-transform: translateX(2.6rem);
  transform: translateX(2.6rem);
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 7px;
  }
}
.slider-container {
  position: relative;
  background: lightgrey;
}
.slider-container .slider-arrow {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  transform: translateY(-50%);
  color: lightgrey;
  z-index: 20;
  cursor: pointer;
}
.slider-container .slider-arrow.slider-arrow-left {
  left: 3rem;
}
.slider-container .slider-arrow.slider-arrow-right {
  right: 3rem;
}
.slider-container .slider-arrow:hover i {
  text-shadow: 1px 0px 5px white;
}
.slider-container .slider-arrow i {
  transition: text-shadow 0.2s ease-in-out;
}
.slider-container .slide-single {
  height: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}
.slider-container .slick-slide {
  height: auto;
}
.slider-container .slide-single-content button {
  margin: 2rem 0.5rem;
}
.slider-container .slide-single {
  min-height: 600px !important;
}
.slider-container ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.slider-container ul.slick-dots li {
  display: inline-block;
}
.slider-container ul.slick-dots li button {
  color: transparent;
  border-radius: 150px;
  padding: 0;
  width: 0.65rem;
  height: 0.65rem;
  margin: 0.25rem;
  border: 1px solid white;
  background: none;
}
.slider-container ul.slick-dots li.slick-active button {
  border: 1px solid lightgrey;
  background: lightgrey;
}

.button-rectangle {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  font-family: "helvetica_neue_med", sans-serif;
  transition: all 0.5s ease;
  border-width: 2px;
}
.button-rectangle a {
  color: inherit;
}
.button-rectangle a:hover {
  text-decoration: none;
  color: inherit;
}
.button-rectangle.button-rounded {
  font-size: 1.7rem;
  border-radius: 10rem;
  padding: 1.75rem 6rem;
}

.blue-button-rectangle {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-button-rectangle:hover {
  background: #fff;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}

.dark-blue-button-rectangle {
  background: #004E74;
  color: #fff;
  border: 1px solid #004E74;
}
.dark-blue-button-rectangle:hover {
  background: #fff;
  color: #004E74;
  border: 1px solid #004E74;
}

.white-transparent-button-rectangle {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.white-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}

.blue-transparent-button-rectangle {
  background: transparent;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.darkblue-transparent-button-rectangle {
  background: transparent;
  color: #004E74;
  border: 1px solid #004E74;
}
.darkblue-transparent-button-rectangle:hover {
  background: #004E74;
  color: #fff;
  border: 1px solid #004E74;
}
.darkblue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.mediumblue-transparent-button-rectangle {
  background: transparent;
  color: #2273b8;
  border: 1px solid #2273b8;
}
.mediumblue-transparent-button-rectangle:hover {
  background: #2273b8;
  color: #fff;
  border: 1px solid #2273b8;
}
.mediumblue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.green-transparent-button-rectangle {
  background: transparent;
  color: #50B196;
  border: 1px solid #50B196;
}
.green-transparent-button-rectangle:hover {
  background: #50B196;
  color: #fff;
  border: 1px solid #50B196;
}
.green-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.white-button-rectangle {
  background: #fff;
  color: #004E74;
  border: 1px solid #fff;
}
.white-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #fff;
}

.tabs-left {
  border-bottom: none !important;
  padding-top: 2px !important;
}
.tabs-left > li {
  float: none !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.tabs-left > li > a {
  border-radius: 0 !important;
  margin-right: 0 !important;
  display: block !important;
  border: 1px solid #fff !important;
  border-bottom: 1px solid #D3D3D3 !important;
}
.tabs-left > li > a:hover {
  background-color: inherit !important;
}
.tabs-left > li.active > a {
  border-bottom: 1px solid #2BA7DE !important;
}

@media print {
  html {
    font-size: 7px !important;
  }
  html body h1 {
    font-size: 3.5rem !important;
  }
  html body h2 {
    font-size: 3rem !important;
  }
  html body a[href]:after {
    content: none !important;
  }
  html body img[src]:after {
    content: none !important;
  }
  html body header {
    display: none;
  }
  html body footer {
    display: none;
  }
  html body table {
    table-layout: fixed !important;
    max-width: 100% !important;
  }
  html body ul {
    list-style: none !important;
  }
  html body ul li {
    list-style: disc !important;
  }
  html body ul li:before {
    content: "" !important;
    display: none !important;
  }
  html body .page-content {
    padding-bottom: 0 !important;
  }
  html body .page-content .content-wrapper {
    padding-bottom: 0 !important;
  }
  html body .header-content .header-image {
    display: none !important;
  }
  html body div.block-sidebar {
    display: none !important;
  }
  html body div.wistia_embed {
    display: none !important;
  }
  html body div.related-articles {
    display: none !important;
  }
  html body div.accordian-content,
  html body div.accordion-content {
    max-height: 1000rem !important;
  }
  html body .breadcrumbs {
    display: none !important;
  }
  html body ul.tabs-horizontal {
    display: none !important;
  }
  html body .stats-block.widget-block {
    display: none !important;
  }
  html body .tabs-container .tab-content .content-wrapper {
    max-width: 100% !important;
    padding-right: 0 !important;
  }
}
html body #top_risk_warning_banner {
  background-color: #4BA370 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 15.5px !important;
  font-family: "helvetica_neue_bold", sans-serif !important;
  font-weight: normal !important;
}
html body #top_risk_warning_banner a {
  color: #FFF !important;
}
html body header .header-navigation .header-wrapper {
  max-width: 167rem;
}
html body footer .footer-wrapper {
  max-width: 164rem;
}
html body .mobile-only {
  display: none;
}
html body .page-container.secured section#section_top_banner {
  background-position: center top;
  background-repeat: no-repeat;
}
html body .page-container.secured section#section_top_banner .section-content-wrapper h4 {
  max-width: 72rem;
}
html body .page-container.secured section#section_top_banner .section-content-wrapper p.bold {
  max-width: 72rem;
}
html body .page-container.secured section#section_simple_process .section-content-wrapper .flex-container {
  max-width: 1560px;
}
html body .page-container.secured section#section_simple_process .section-content-wrapper .flex-container .step-item {
  max-width: 32rem;
}
html body .page-container.secured section#section_can_apply .section-content-wrapper .flex-container .check-list:last-child {
  padding-left: 4%;
  padding-right: 0;
  border-right: none;
}
html body .page-container.secured section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li p {
  max-width: 22rem;
}
html body .page-container.secured section#section_bottom_banner {
  background-size: 100%;
  background-position: center 65%;
}
html body .page-container.unsecured section#section_top_banner {
  background-size: 100%;
  background-position: center 12%;
  background-repeat: no-repeat;
}
html body .page-container.unsecured section#section_bottom_banner {
  background-size: 100%;
  background-position: center 46%;
  background-repeat: no-repeat;
}
html body .page-container.unsecured section#section_simple_process .section-content-wrapper .flex-container .step-item p {
  max-width: 18rem;
  margin: 0 auto;
  min-height: 5.6rem;
}
html body .page-container .breadcrumbs-container {
  background-color: #0C4869;
  padding: 2.1rem 0;
}
html body .page-container .breadcrumbs-container .breadcrumbs-content-wrapper {
  width: 98%;
  max-width: 1640px;
  margin: 0 auto;
}
html body .page-container .breadcrumbs-container .breadcrumbs-content-wrapper a, html body .page-container .breadcrumbs-container .breadcrumbs-content-wrapper span {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
}
html body .page-container section .section-content-wrapper {
  width: 98%;
  max-width: 1640px;
  margin: 0 auto;
}
html body .page-container section .section-content-wrapper p.subtitle {
  font-size: 3.5rem;
  line-height: 5.8rem;
  color: #0C4869;
  font-family: "helvetica_neue_light", sans-serif;
  margin-bottom: 3.3rem;
}
html body .page-container section .section-content-wrapper button.green-button {
  border: none;
  background-color: #4BA370;
  min-width: 30.6rem;
  min-height: 7.3rem;
  padding: 1rem;
  border-radius: 0.6rem;
  font-size: 1.9rem;
  font-family: "helvetica_neue_bold", sans-serif;
  color: #fff;
  transition: opacity 300ms ease-in-out;
  cursor: pointer;
}
html body .page-container section .section-content-wrapper button.green-button:hover {
  opacity: 0.92;
}
html body .page-container section#section_top_banner {
  position: relative;
  background-size: cover;
  background-position: center;
}
html body .page-container section#section_top_banner .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #0C4869;
  opacity: 0.75;
  z-index: 0;
}
html body .page-container section#section_top_banner .section-content-wrapper {
  padding: 13.1rem 0 0 0;
  min-height: 64rem;
  position: relative;
  z-index: 1;
}
html body .page-container section#section_top_banner .section-content-wrapper h4 {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 4.5rem;
  line-height: 5.8rem;
  color: #fff;
  max-width: 66rem;
  margin: 0 0 2.2rem 0;
}
html body .page-container section#section_top_banner .section-content-wrapper p.bold {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 2.5rem;
  line-height: 3.9rem;
  color: #fff;
  max-width: 66rem;
  margin: 0 0 2.2rem 0;
}
html body .page-container section#section_business_loan .flex-container {
  display: flex;
  justify-content: space-between;
  padding: 6.7rem;
  margin-top: -6.7rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
html body .page-container section#section_business_loan .flex-container .content-block-text {
  width: 56.1%;
}
html body .page-container section#section_business_loan .flex-container .content-block-text p.subtitle {
  margin-top: 1.6rem;
}
html body .page-container section#section_business_loan .flex-container .content-block-text p.text {
  font-size: 2.5rem;
  line-height: 4rem;
  color: #2C4869;
}
html body .page-container section#section_business_loan .flex-container .content-block-text p.text span.show-more {
  font-family: "helvetica_neue_bold", sans-serif;
  cursor: pointer;
}
html body .page-container section#section_business_loan .flex-container .content-block-text p.bold {
  font-size: 2.5rem;
  line-height: 4rem;
  color: #2C4869;
  font-family: "helvetica_neue_bold", sans-serif;
  margin-bottom: 3.3rem;
}
html body .page-container section#section_business_loan .flex-container .content-block-text .more-text {
  transition: max-height 300ms ease-in-out;
  max-height: 0;
  overflow: hidden;
}
html body .page-container section#section_business_loan .flex-container .content-block-text .more-text.expanded {
  max-height: 1100px;
}
html body .page-container section#section_business_loan .flex-container .content-block-image {
  width: 40.8%;
}
html body .page-container section#section_business_loan .flex-container .content-block-image .image {
  aspect-ratio: 1.692/1;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}
html body .page-container section#section_borrowing_details {
  background-size: cover;
  background-position: center;
}
html body .page-container section#section_borrowing_details .section-content-wrapper {
  padding: 6.2rem 0 9.4rem 0;
}
html body .page-container section#section_borrowing_details .section-content-wrapper p.subtitle {
  text-align: center;
  margin-bottom: 6.8rem;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2.3rem 5.4rem 0 5.4rem;
  margin-bottom: 9.1rem;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li {
  text-align: center;
  padding-bottom: 1.6rem;
  border-bottom: 0.8rem solid transparent;
  width: 100%;
  cursor: pointer;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li:hover p {
  opacity: 0.75;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li:hover img {
  opacity: 0.9;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li.active {
  border-bottom: 0.8rem solid #4BA370;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li.active p {
  opacity: 1;
  color: #0C4869;
  font-family: "helvetica_neue_bold", sans-serif;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li.active img {
  opacity: 1;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li img {
  height: 4.9rem;
  margin-bottom: 1.7rem;
  opacity: 0.7;
  transition: opacity 300ms ease-in-out;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #000000;
  opacity: 0.5;
  max-width: 20rem;
  display: block;
  margin: 0 auto;
  transition: opacity 300ms ease-in-out;
}
html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li p.text, html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li a {
  display: none;
}
html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .image {
  width: 37.56%;
  aspect-ratio: 1.692/1;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}
html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .text-block {
  width: 57%;
}
html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .text-block p.bold {
  font-size: 2.5rem;
  line-height: 5.8rem;
  color: #0C4869;
  font-family: "helvetica_neue_bold", sans-serif;
  margin-bottom: 2.2rem;
  max-width: 78rem;
}
html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .text-block p.text {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #000000;
  opacity: 0.66;
  margin-bottom: 3.6rem;
  max-width: 78rem;
}
html body .page-container section#section_simple_process .section-content-wrapper {
  padding: 7rem 0 7.3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
html body .page-container section#section_simple_process .section-content-wrapper p.subtitle {
  text-align: center;
  margin-bottom: 6.7rem;
}
html body .page-container section#section_simple_process .section-content-wrapper .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1420px;
  margin: 0 auto 6.7rem auto;
}
html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item {
  text-align: center;
  width: 100%;
}
html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item .img-container {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 1.6rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item .img-container img {
  max-height: 100%;
  max-width: 100%;
}
html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #0C4869;
  font-family: "helvetica_neue_bold", sans-serif;
  opacity: 0.8;
}
html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item p span.number {
  display: none;
}
html body .page-container section#section_simple_process .section-content-wrapper .flex-container img.arrow {
  margin-top: 3.5rem;
}
html body .page-container section#section_simple_process .section-content-wrapper p.center {
  text-align: center;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper {
  padding: 6.4rem 0 9rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper p.subtitle {
  text-align: center;
  margin-bottom: 6.7rem;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list {
  display: flex;
  justify-content: space-between;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review {
  display: flex;
  justify-content: space-between;
  width: 32.8%;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .images-block {
  width: 22.67%;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .images-block .photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 2.7rem;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .images-block img {
  width: 100%;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .text-block {
  width: 71.2%;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .text-block p.review-title {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #000000;
  font-family: "helvetica_neue_bold", sans-serif;
  margin-bottom: 1.6rem;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .text-block p.review-text {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #000000;
  opacity: 0.66;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 2.3rem;
  min-height: 8.8rem;
}
html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .text-block p.sign {
  font-size: 1.7rem;
  line-height: 2rem;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
html body .page-container section#section_can_apply .section-content-wrapper {
  padding: 7.8rem 0 7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container {
  display: flex;
  justify-content: space-between;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list {
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding-right: 4%;
  padding-bottom: 4rem;
  padding-top: 7.1rem;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block {
  width: 55%;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block p.subtitle {
  margin-bottom: 4.1rem;
  line-height: 4.8rem;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block p.bold {
  font-size: 2rem;
  line-height: 2rem;
  color: #0C4869;
  font-family: "helvetica_neue_bold", sans-serif;
  margin-bottom: 2.2rem;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block ul {
  max-width: 38rem;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block ul li {
  padding-left: 3.8rem;
  font-size: 2rem;
  line-height: 3.1rem;
  margin-bottom: 1.1rem;
  color: #0C4869;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block ul li:before {
  display: block;
  content: "";
  background-image: url("/wp-content/themes/reBuilding_society/icons/checkmark.svg");
  width: 2.4rem;
  height: 3.1rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .image-block {
  width: 40.3%;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .image-block .image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  background-size: cover;
  background-position: center 8%;
  margin-bottom: 2.3rem;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .image-block a button.green-button {
  min-width: 100%;
  width: 100%;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list {
  width: 50%;
  padding-left: 4%;
  padding-bottom: 4rem;
  padding-top: 7.1rem;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list p.subtitle {
  margin-bottom: 1.9rem;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1294117647);
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container.expanded .heading img {
  transform: rotate(180deg);
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container.expanded .text {
  max-height: 1050px;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.5rem;
  cursor: pointer;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container .heading span {
  font-size: 2rem;
  line-height: 6.8rem;
  color: #0C4869;
  font-family: "helvetica_neue_bold", sans-serif;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container .heading img {
  width: 2rem;
  transition: transform 250ms ease-in-out;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container .text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms ease-in-out;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container .text p {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #000000;
  opacity: 0.66;
  margin-bottom: 2.2rem;
}
html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container:last-of-type {
  border-bottom: none;
}
html body .page-container section#section_related_articles .section-content-wrapper {
  padding: 8.5rem 0 10.9rem 0;
}
html body .page-container section#section_related_articles .section-content-wrapper .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.9rem;
}
html body .page-container section#section_related_articles .section-content-wrapper .flex-container p.subtitle {
  margin: 0;
}
html body .page-container section#section_related_articles .section-content-wrapper .flex-container a {
  font-size: 2rem;
  line-height: 2rem;
  color: #0C4869;
  font-family: "helvetica_neue_bold", sans-serif;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container {
  display: flex;
  justify-content: flex-start;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container {
  max-width: 39.8rem;
  width: 100%;
  margin: 0.8rem;
  padding-bottom: 6.2rem;
  position: relative;
  border: 0.1rem solid rgba(112, 112, 112, 0.2);
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container a.blog-item-header {
  background-size: cover;
  background-position: center;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -1px;
  aspect-ratio: 1.644/1;
  position: relative;
  display: block;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.9rem 3rem;
  border-bottom: 0.1rem solid rgba(112, 112, 112, 0.2);
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info .blog-item-author,
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info .blog-item-date {
  display: flex;
  align-items: center;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info .blog-item-author img,
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info .blog-item-date img {
  margin-right: 1.25rem;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info p, html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info a {
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 0;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info a, html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info a:visited, html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info a:hover {
  text-decoration: none;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-text {
  padding: 2.75rem 3rem;
  border-top: none;
  min-height: 27.5rem;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-text p {
  font-size: 2rem;
  line-height: 2.3rem;
  color: rgba(0, 0, 0, 0.6588235294);
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-text p.title {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #40AADC;
  font-family: "helvetica_neue_bold", sans-serif;
  margin-bottom: 2.2rem;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-link {
  padding: 1.9rem 3rem;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #40AADC;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-link a,
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-link a:visited {
  color: #2BA7DE;
  text-decoration: none;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container:first-child {
  margin-left: 0;
}
html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container:last-child {
  margin-right: 0;
}
html body .page-container section#section_bottom_banner {
  background-size: 125%;
  background-position: left 45%;
  position: relative;
}
html body .page-container section#section_bottom_banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 63.5%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
}
html body .page-container section#section_bottom_banner .section-content-wrapper {
  min-height: 52.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
html body .page-container section#section_bottom_banner .section-content-wrapper .text-content h4 {
  font-size: 4.5rem;
  line-height: 5.8rem;
  color: #fff;
  font-family: "helvetica_neue_bold", sans-serif;
  margin-bottom: 1.2rem;
}
html body .page-container section#section_bottom_banner .section-content-wrapper .text-content p {
  font-size: 3rem;
  line-height: 3.2rem;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 2.8rem;
  max-width: 80rem;
}

@media (max-width: 1700px) {
  html body .page-container.unsecured section#section_top_banner {
    background-size: cover;
  }
}
@media (max-width: 1000px) {
  html body .page-container .breadcrumbs-container .breadcrumbs-content-wrapper {
    width: 96%;
  }
  html body .page-container section .section-content-wrapper {
    width: 96%;
  }
  html body .page-container section#section_top_banner .section-content-wrapper h4, html body .page-container section#section_top_banner .section-content-wrapper p.bold {
    max-width: 47%;
  }
  html body .page-container.unsecured section#section_bottom_banner {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 768px) {
  html body .page-container section#section_business_loan .flex-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  html body .page-container section#section_business_loan .flex-container .content-block-text {
    margin-bottom: 5rem;
  }
  html body .page-container section#section_business_loan .flex-container .content-block-text,
  html body .page-container section#section_business_loan .flex-container .content-block-image {
    width: 100%;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list {
    padding: 2rem 2rem 0 2rem;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .image,
  html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .text-block {
    width: 100%;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .text-block {
    text-align: center;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .text-block p.bold,
  html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .text-block p.text {
    max-width: 100%;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item .image {
    margin-top: 5rem;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review {
    margin-bottom: 5rem;
    width: 100%;
    max-width: 53rem;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container {
    flex-wrap: wrap;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list,
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list {
    width: 100%;
  }
}
@media (max-width: 640px) {
  html body .page-container section .section-content-wrapper button.green-button {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: 63px;
    font-size: 19px;
  }
  html body .page-container section#section_top_banner {
    background-size: 195%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 55vw;
  }
  html body .page-container section#section_top_banner .blue-overlay {
    display: none;
  }
  html body .page-container section#section_top_banner .section-content-wrapper {
    width: 82vw;
    background-color: #fff;
    padding: 31px 9vw 0 9vw;
    min-height: unset;
  }
  html body .page-container section#section_top_banner .section-content-wrapper h4 {
    color: #0C4869;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 19px;
    max-width: 100%;
  }
  html body .page-container section#section_top_banner .section-content-wrapper p.bold {
    color: #0C4869;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 40px;
    max-width: 100%;
  }
  html body .page-container section .section-content-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  html body .page-container section .section-content-wrapper p.subtitle {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 21px;
    margin-top: 0;
  }
  html body .page-container section .section-content-wrapper ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 63px;
    left: 0;
    margin: 0 !important;
  }
  html body .page-container section .section-content-wrapper ul.slick-dots li {
    padding: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    margin: 0 !important;
  }
  html body .page-container section .section-content-wrapper ul.slick-dots li button {
    color: transparent;
    border-radius: 100%;
    border: 1px solid #707070;
    width: 15px;
    height: 15px;
    margin: 0 7.5px;
    cursor: pointer;
    opacity: 0.5;
    background-color: #fff;
  }
  html body .page-container section .section-content-wrapper ul.slick-dots li.slick-active button {
    border: 1px solid #0C4869;
    background-color: #0C4869;
    opacity: 1;
  }
  html body .page-container section#section_business_loan .flex-container .content-block-text p.subtitle {
    margin-top: 0;
  }
  html body .page-container section#section_business_loan .flex-container {
    padding: 6.2rem 9vw;
    flex-direction: column-reverse;
    overflow-x: visible;
    margin-top: 0;
  }
  html body .page-container section#section_business_loan .flex-container .image {
    width: 100vw;
    margin-bottom: 35px;
  }
  html body .page-container section#section_business_loan .flex-container .content-block-text {
    margin-bottom: 0;
  }
  html body .page-container section#section_business_loan .flex-container .content-block-text p.bold, html body .page-container section#section_business_loan .flex-container .content-block-text p.text {
    font-size: 20px;
    line-height: 29px;
  }
  html body .page-container section#section_business_loan .flex-container .content-block-text p.bold {
    margin-bottom: 30px;
  }
  html body .page-container section#section_business_loan .flex-container .content-block-text .more-text.expanded {
    max-height: 1500px;
  }
  html body .page-container section#section_borrowing_details {
    background-position: 12% center;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper {
    padding: 80px 0 131px 9vw;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper p.subtitle {
    margin-bottom: 23px;
    padding-right: 9vw;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list {
    padding: 0;
    background-color: unset;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    position: unset;
    margin-left: -8px;
    margin-bottom: 0;
    width: calc(100% + 8px);
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list .slick-track {
    padding: 10px 0;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list .slick-slide {
    display: block;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list .slick-list {
    padding: 0 8% 0 0 !important;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li {
    border: none !important;
    padding: 25px 36px 38px 36px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin: 0 8px;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li img {
    height: 49px;
    opacity: 1;
    margin: 0 auto 17px auto;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li p {
    font-size: 20px;
    line-height: 28px;
    max-width: 220px;
    padding-bottom: 36px;
    opacity: 1;
    font-family: "helvetica_neue_bold", sans-serif;
    color: #0C4869;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li p.text, html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li a {
    display: inline;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li p.text {
    font-size: 20px;
    line-height: 32px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.6588235294);
    margin-bottom: 31px;
    padding-bottom: 0;
    max-width: 100%;
    display: block;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li a button.green-button {
    min-width: auto;
    width: 100%;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper .borrowing-details-item {
    display: none !important;
  }
  html body .page-container section#section_simple_process .section-content-wrapper {
    padding: 70px 9vw 10px 9vw;
  }
  html body .page-container section#section_simple_process .section-content-wrapper p.subtitle {
    margin-bottom: 58px;
  }
  html body .page-container section#section_simple_process .section-content-wrapper .flex-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item {
    width: 50%;
    margin-bottom: 40px;
  }
  html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item .img-container {
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
  }
  html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item p {
    font-size: 20px;
    line-height: 28px;
    opacity: 0.8;
  }
  html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item p span.number {
    display: inline;
  }
  html body .page-container section#section_simple_process .section-content-wrapper .flex-container img.arrow {
    display: none;
  }
  html body .page-container section#section_simple_process .section-content-wrapper p.center {
    display: none;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper {
    padding: 62px 9vw 125px 9vw;
    position: relative;
    border-bottom: none;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper p.subtitle {
    margin-bottom: 41px;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .slick-slider {
    position: unset;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review {
    flex-wrap: wrap;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .images-block {
    width: 100%;
    text-align: center;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .images-block .photo {
    width: 122px;
    margin: 0 auto 27px auto;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .images-block img {
    width: 122px;
    margin: 0 auto 36px auto;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .text-block {
    width: 100%;
    text-align: center;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .text-block p.review-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .text-block p.review-text {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 33px;
    min-height: auto;
  }
  html body .page-container section#section_trustpilot_reviews .section-content-wrapper .reviews-list .review .text-block p.sign {
    font-size: 17px;
    line-height: 20px;
  }
  html body .page-container section#section_can_apply .section-content-wrapper {
    padding: 0 9vw 25px 9vw;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list {
    padding: 0 0 43px 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block {
    width: 100%;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block a.mobile-only {
    display: inline;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block p.subtitle {
    margin-bottom: 15px;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block p.bold {
    display: none;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block ul {
    margin-bottom: 30px;
    max-width: 100% !important;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block ul li {
    font-size: 20px;
    line-height: 32px;
    padding-left: 38px;
    margin-bottom: 10px;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .text-block ul li:before {
    width: 24px;
    height: 32px;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .image-block {
    width: 100%;
    margin-bottom: 60px;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .image-block .image {
    margin-bottom: 0;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .check-list .flex-container .image-block a {
    display: none;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list {
    padding: 60px 0 0 0;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list p.subtitle {
    margin-bottom: 20px;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container .heading {
    padding: 20px 15px 20px 0;
    align-items: flex-start;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container .heading span {
    font-size: 20px;
    line-height: 28px;
    padding-right: 15px;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container .heading img {
    width: 17px;
    margin-top: 5px;
  }
  html body .page-container section#section_can_apply .section-content-wrapper .flex-container .faqs-list .expand-container .text p {
    font-size: 20px;
    line-height: 28px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper {
    padding: 73px 0 104px 9vw;
    position: relative;
  }
  html body .page-container section#section_related_articles .section-content-wrapper ul.slick-dots {
    bottom: 40px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .flex-container {
    margin-bottom: 33px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .flex-container a {
    display: none;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container {
    margin-left: -8px;
    width: calc(100% + 8px);
    position: unset;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .slick-slide {
    display: block;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .slick-list {
    padding: 0 8% 0 0 !important;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container {
    max-width: unset;
    margin: 0 8px;
    padding-bottom: 60px;
    min-height: 625px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info {
    padding: 18px 10px 18px 25px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info p, html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-info a {
    font-size: 15px;
    line-height: 17px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-text {
    padding: 18px 25px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-text p {
    font-size: 18px;
    line-height: 23px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-text p.title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 22px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-link {
    padding: 18px 25px;
  }
  html body .page-container section#section_related_articles .section-content-wrapper .articles-container .blog-item-container .blog-item-link a {
    font-size: 20px;
    line-height: 23px;
  }
  html body .page-container section#section_bottom_banner {
    padding-top: 213px;
    background-size: 127%;
    background-repeat: no-repeat;
    background-position: 0% -20%;
  }
  html body .page-container section#section_bottom_banner .banner-overlay {
    display: none;
  }
  html body .page-container section#section_bottom_banner .section-content-wrapper {
    background-color: #fff;
    min-height: unset;
  }
  html body .page-container section#section_bottom_banner .section-content-wrapper .text-content {
    padding: 43px 13.5vw 58px 13.5vw;
  }
  html body .page-container section#section_bottom_banner .section-content-wrapper .text-content h4 {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 15px;
    max-width: 200px;
    color: #0C4869;
  }
  html body .page-container section#section_bottom_banner .section-content-wrapper .text-content p {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 32px;
    color: #0C4869;
  }
  html body {
    padding: 0 !important;
  }
  html body #top_risk_warning_banner {
    position: relative !important;
    font-size: 12.5px !important;
  }
  html body .page-container.secured section#section_top_banner {
    background-position: 75% top;
  }
  html body .page-container.unsecured section#section_top_banner {
    background-position: 75% top;
  }
  html body .page-container section#section_borrowing_details .section-content-wrapper ul.borrowing-details-list li p {
    max-width: 100% !important;
    min-height: 92px;
  }
  html body .page-container.secured section#section_can_apply .section-content-wrapper .flex-container .check-list:last-child {
    padding-left: 0;
    margin-top: 43px;
    border-bottom: none;
  }
  html body .page-container.secured section#section_bottom_banner {
    background-position: top center;
  }
  html body .page-container.unsecured section#section_top_banner {
    background-size: auto 65vw;
  }
  html body .page-container.unsecured section#section_bottom_banner {
    background-size: 125%;
    background-position: center -10%;
  }
}
@media (max-width: 480px) {
  html body .page-container.unsecured section#section_bottom_banner {
    background-size: 165%;
  }
}
@media (max-width: 385px) {
  html body .page-container section#section_simple_process .section-content-wrapper .flex-container .step-item p {
    font-size: 17px;
    line-height: 24px;
    max-width: 320px;
  }
  html body .page-container.unsecured section#section_bottom_banner {
    background-size: 185%;
  }
}

/*# sourceMappingURL=business-loans.css.map */
