/*--------------------------------------------------------------
# Import Modules
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body {
  color: #6c7a89;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default;
  font-weight: 300;
}
h4 {
  line-height: 1.5;
}
p,
li {
  cursor: default;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
strong {
  font-weight: 500;
}
.heading-lg {
  font-size: 4em;
}
.upcase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 1em;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
  line-height: 1.5;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
p a {
  color: #199fc6;
}
a {
  color: #6c7a89;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover,
a:active,
a.active {
  color: inherit;
  text-decoration: none;
}
ul {
  padding-left: 1em;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.blue {
  color: #199fc6;
}
.blue-dark {
  color: #1481a1;
}
.green {
  color: #2cb78b;
}
.grey {
  color: #e4eaec;
}
.grey-medium {
  color: #95a5ae;
}
.grey-medium a {
  color: #2cb78b;
  font-weight: bold;
}
.grey-medium a:hover {
  color: #e4eaec;
}
.white {
  color: #ffffff;
}
.white a {
  color: inherit;
  font-weight: bold;
}
.white a:hover {
  color: #fafbfb;
}
.bg-black {
  background: #000;
}
.bg-blue {
  background: #199fc6;
}
.bg-light-grey {
  background: #f7f9f9;
}
.bg-dark-grey {
  background: #6c7a89;
}
.bg-darker-grey {
  background: #637184;
}
.bg-darkerer-grey {
  background: #586679;
}
.bg-grey-blue-light {
  background: #f7f9f9;
}
.bg-white {
  background: #ffffff;
}
.border {
  border: 1px solid #e4eaec;
}
.border-top-blue {
  border-top: 1px solid #199fc6;
}
.icon-rounded {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.padding-1 {
  padding: 1em 0;
}
.padding-1-half {
  padding: 1.5em 0;
}
.padding-2 {
  padding: 2em 0;
}
.padding-top-1 {
  padding-top: 1em;
}
.padding-top-2 {
  padding-top: 2em;
}
.no-padding {
  padding: 0;
}
.padding-bottom-1 {
  padding-bottom: 1em;
}
.padding-bottom-2 {
  padding-bottom: 2em;
}
.padding-bottom-3 {
  padding-bottom: 3em;
}
.no-margin {
  margin: 0;
}
body {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  justify-content: stretch;
}
#content {
  flex: 1 0 auto;
}
.auto-height figure img {
  height: auto;
}
figure.auto-height img {
  height: auto;
}
@charset "UTF-8";

@font-face {
  font-family: "lendful";
  src:url("/wp-content/themes/lendful/fonts/lendful.eot");
  src:url("/wp-content/themes/lendful/fonts/lendful.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/lendful/fonts/lendful.woff") format("woff"),
    url("/wp-content/themes/lendful/fonts/lendful.ttf") format("truetype"),
    url("/wp-content/themes/lendful/fonts/lendful.svg#lendful") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "lendful" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "lendful" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\61";
}
.icon-circle-o-notch:before {
  content: "\62";
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
#header-nav {
  height: 81px;
  box-sizing: border-box;
}
#header-nav__container {
  background: rgba(250, 250, 250, 0.85);
  position: fixed;
  width: 100%;
  border-radius: 0;
  transition: all 0.5s ease;
  z-index: 100;
}
#header-nav__content-wrapper {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #header-nav__content-wrapper {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #header-nav__content-wrapper {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #header-nav__content-wrapper {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  #header-nav__content-wrapper {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #header-nav__content-wrapper {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #header-nav__content-wrapper {
    max-width: 1170px;
  }
}
#header-nav__logo {
  flex-grow: 1;
}
@media (min-width: 1200px) {
  #header-nav__logo {
    flex-grow: none;
  }
}
#header-nav__peoples-logo {
  display: block;
}
#header-nav__peoples-logo-image {
  height: auto;
  display: block;
  margin-left: 30px;
}
@media (min-width: 768px) {
  #header-nav__peoples-logo-image {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  #header-nav__peoples-logo-image {
    display: none;
  }
}
#header-nav__lendful-logo-image {
  height: auto;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  #header-nav__lendful-logo {
    flex-grow: 1;
  }
}
#header-nav__peoples-logo-image-desktop {
  display: none;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  #header-nav__peoples-logo-image-desktop {
    display: block;
    margin-left: 20px;
  }
}
#header-nav__menu-toggle {
  border: 1px solid #1481a1;
  position: relative;
  background-image: none;
  background-color: transparent;
  border-radius: 4px;
  display: block;
  padding: 9px 10px;
  cursor: pointer;
}
#header-nav__menu-toggle:focus {
  outline: none;
}
#header-nav__menu-toggle .bar {
  background: #1481a1;
  border-color: #1481a1;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#header-nav__menu-toggle .bar + .bar {
  margin-top: 4px;
}
.header-nav__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  border-width: 0;
}
.header-nav__menu-list_visible {
  max-height: none;
  overflow: visible;
  border-width: 1px;
}
.header-nav__menu-item {
  font-size: 18px;
  background: rgba(250, 250, 250, 0.85);
}
.header-nav__menu-item:hover,
.header-nav__menu-item_active {
  background: #fff;
}
.header-nav__menu-link {
  text-decoration: none;
  color: #1481a1;
  padding: 10px 15px;
  display: block;
}
.header-nav__menu-link:hover,
.header-nav__menu-link_active {
  color: #1481a1;
}
#header-nav__mobile-menu .header-nav__menu-item + .header-nav__menu-item {
  border-top: 2px solid #199fc6;
}
.header-nav__menu-list_depth_2 .header-nav__menu-item {
  background: #199fc6;
  font-size: 0.9em;
}
.header-nav__menu-list_depth_2 .header-nav__menu-item:hover {
  background: #fff;
}
.header-nav__menu-list_depth_2 .header-nav__menu-link {
  color: #fff;
}
.header-nav__menu-list_depth_2 .header-nav__menu-link:hover {
  color: #199fc6;
}
@media (min-width: 768px) {
  #header-nav:not(.mobile) #header-nav__menu {
    height: 100%;
  }
  #header-nav:not(.mobile) .header-nav__menu-list_depth_1 {
    display: flex;
    height: 100%;
    align-items: stretch;
  }
  #header-nav:not(.mobile) .header-nav__menu-list_depth_1 > .header-nav__menu-item:hover,
  #header-nav:not(.mobile) .header-nav__menu-list_depth_1 > .header-nav__menu-item_active {
    background-color: transparent;
    color: #199fc6;
  }
  #header-nav:not(.mobile) .header-nav__menu-list_depth_1 > .header-nav__menu-item:hover > a,
  #header-nav:not(.mobile) .header-nav__menu-list_depth_1 > .header-nav__menu-item_active > a {
    color: #199fc6;
  }
  #header-nav:not(.mobile) .header-nav__menu-list_depth_1 > .header-nav__menu-item:hover:after,
  #header-nav:not(.mobile) .header-nav__menu-list_depth_1 > .header-nav__menu-item_active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #1481a1;
    left: 0;
    bottom: 0;
  }
  #header-nav:not(.mobile) .header-nav__menu-list_depth_1 > .header-nav__menu-item_active:after {
    background-color: #199fc6;
  }
  #header-nav:not(.mobile) .header-nav__menu-list_depth_1 > .header-nav__menu-item_active:after > .header-nav__menu-link_active {
    color: #199fc6;
  }
  #header-nav:not(.mobile) .header-nav__menu-list:not(.header-nav__menu-list_depth_1) {
    position: absolute;
    top: 100%;
    border-radius: 4px;
    background-color: #fff;
    left: 0;
  }
  #header-nav:not(.mobile) .header-nav__menu-list:not(.header-nav__menu-list_depth_1).header-nav__menu-list_visible {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  #header-nav:not(.mobile) .header-nav__menu-list:not(.header-nav__menu-list_depth_1) .header-nav__menu-item {
    background-color: transparent;
  }
  #header-nav:not(.mobile) .header-nav__menu-list:not(.header-nav__menu-list_depth_1) .header-nav__menu-link {
    color: #1481a1;
    white-space: nowrap;
  }
  #header-nav:not(.mobile) .header-nav__menu-list:not(.header-nav__menu-list_depth_1) .header-nav__menu-link:hover {
    color: #000;
  }
  #header-nav:not(.mobile) .header-nav__menu-list:not(.header-nav__menu-list_depth_1).header-nav__menu-list_position_left {
    right: 0;
    left: auto;
  }
  #header-nav:not(.mobile) .header-nav__menu-item_has-submenu {
    position: relative;
  }
  #header-nav:not(.mobile) .header-nav__menu-item {
    display: flex;
    align-items: center;
    position: relative;
    background: transparent;
  }
}
#footer-top {
  background-color: #6c7a89;
  color: #fff;
  padding: 2em 0;
}
#footer-top__inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  #footer-top__inner {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #footer-top__inner {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #footer-top__inner {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  #footer-top__inner {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #footer-top__inner {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #footer-top__inner {
    max-width: 1170px;
  }
}
#footer-top__inner h2 {
  font-size: 24px;
}
#footer-top__company-address {
  margin-top: 1.2em;
}
#footer-top__menu-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
#footer-top__menu-list a {
  color: #fff;
  text-decoration: none;
  padding: 0.2em 0;
}
#footer-top__menu-list li {
  margin: 0 0 0.5em 0;
}
#footer-top__menu-list li:hover a,
#footer-top__menu-list .current_page_item a {
  background: #637184;
}
#footer-top__social {
  display: none;
}
#footer-top__social-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
#footer-top__social-list li + li {
  margin-left: 1rem;
}
#footer-bottom {
  background-color: #586679;
  color: #fff;
  font-size: 14px;
}
#footer-bottom__inner {
  display: flex;
  flex-flow: column;
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 0px 20px;
}
#footer-bottom__inner .fleft {
  max-width: 100%;
  padding-right: 0px;
  margin: 20px auto 0px;
}
@media (min-width: 1200px) {
  #footer-bottom__inner .fleft {
    max-width: 50%;
    padding-right: 25px;
  }
}
#footer-bottom__inner .fleft #footer-bottom__copyright {
  text-align: center;
}
@media (min-width: 1200px) {
  #footer-bottom__inner .fleft #footer-bottom__copyright {
    text-align: left;
  }
}
#footer-bottom__inner .fright {
  max-width: 100%;
  padding-left: 0px;
  margin: 0px auto;
}
@media (min-width: 1200px) {
  #footer-bottom__inner .fright {
    max-width: 100%;
    padding-right: 25px;
  }
}
#footer-bottom__copyright {
  margin-bottom: 0;
  margin: 10px 0;
  text-align: center;
}
#footer-bottom__menu-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#footer-bottom__menu-list a {
  color: #fff;
  text-decoration: none;
}
#footer-bottom__menu-list li {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #footer-top__inner {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  #footer-top__inner > * + * {
    margin-left: 16px;
  }
  #footer-bottom__copyright {
    text-align: left;
  }
  #footer-bottom__menu-list {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  #footer-bottom__menu-list li + li:before {
    content: '\2022';
    margin: 0 0.5rem;
    font-size: 24px;
    line-height: 0.9em;
  }
}
@media (min-width: 1200px) {
  #footer-bottom__inner {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  #footer-bottom__menu-list {
    text-align: right;
  }
}
.contact-form {
  margin: 0 auto;
  max-width: 600px;
  overflow: hidden;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  background: #fafbfb;
}
.contact-form__title {
  padding: 1em;
  text-align: center;
  color: #ffffff;
  background: #2cb78b;
}
.contact-form__title h3 {
  margin: 0;
}
.contact-form__body {
  margin: 0 auto;
  padding: 1.5em 1em;
  max-width: 500px;
  box-sizing: border-box;
}
.contact-form__group {
  margin-bottom: 15px;
}
.contact-form__group label {
  color: #199fc6;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  max-width: 100%;
}
.contact-form__group input,
.contact-form__group textarea {
  box-sizing: border-box;
  border: 1px solid #e4eaec;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: 5px;
}
.contact-form__group textarea {
  height: auto;
}
.contact-form__button {
  padding: 0.5em;
  color: #199fc6;
  background: transparent;
  width: 100%;
  border-radius: 25px;
  height: 50px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #199fc6;
  white-space: nowrap;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact-form__button_status_submitting:before {
  display: block;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.contact-form__button:hover {
  background-color: #199fc6;
  color: #fff;
  border-color: #199fc6;
}
.contact-form__success-message {
  color: #2cb78b;
}
.contact-form__error-message {
  color: #EB1547;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.application-wizard {
  padding: 0.2em 1em 0.5em;
  border-radius: 2px;
  background: rgba(25, 159, 198, 0.7);
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}
.application-wizard select,
.application-wizard input {
  color: #6c7a89;
}
.application-wizard__title {
  margin-bottom: 0.5em;
}
.application-wizard__group {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.application-wizard__group label {
  display: flex;
  flex-flow: column wrap;
  text-align: left;
}
.application-wizard__group label input,
.application-wizard__group label select {
  flex: 0 0 100%;
  margin-top: 5px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4eaec;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgb(0 0 0%);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.application-wizard__group.error input,
.application-wizard__group.error select {
  border-color: #EB1547;
}
.application-wizard__button {
  text-transform: uppercase;
  transition: all 0.25s ease;
  border-radius: 2px;
  font-weight: 300;
  line-height: 1.5;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  background: #2cb78b;
  border: none;
  margin: 0.5em 0 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.application-wizard__privacy-protection {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-wizard__privacy-protection img {
  margin-right: 8px;
}
.application-wizard__error-message {
  margin: 5px 0 0;
  font-size: 0.8em;
  text-align: left;
}
.wp-block-lendful-team .container {
  padding-top: 20px;
}
.wp-block-lendful-team h2 {
  color: #199fc6;
  text-align: center;
}
.wp-block-lendful-team h5 {
  font-weight: 500;
  margin: 0 0 6px 0;
}
.wp-block-lendful-team h6 {
  margin: 0;
}
.wp-block-lendful-team__team-members {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.wp-block-lendful-team__team-member {
  margin: 20px auto;
  max-width: 256px;
}
.wp-block-lendful-team__team-member img {
  display: block;
}
.wp-block-lendful-team__team-member figcaption {
  box-sizing: border-box;
  position: relative;
  margin-top: -65px;
  padding: 12px;
  overflow: hidden;
  height: 65px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  transition: all 0.3s ease;
}
.wp-block-lendful-team__team-member figcaption:hover {
  height: 150px;
  margin-top: -150px;
}
.wp-block-lendful-team__team-member figcaption:hover .wp-block-lendful-team__team-member-linkedin {
  display: inline-block;
}
.wp-block-lendful-team__team-member-title {
  min-height: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.wp-block-lendful-team__team-member-content {
  font-size: 12px;
}
.wp-block-lendful-team__team-member-content p {
  margin: 0;
}
.wp-block-lendful-team__team-member-linkedin {
  display: none;
  margin-left: 8px;
}
.wp-block-lendful-team__team-member-linkedin img {
  width: 1em;
  height: auto;
}
/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.has-blue-color {
  color: #199fc6;
}
.has-blue-background-color {
  background-color: #199fc6;
}
.has-dark-blue-color {
  color: #1481a1;
}
.has-dark-blue-background-color {
  background-color: #1481a1;
}
.has-light-grey-color {
  color: #fafbfb;
}
.has-light-grey-background-color {
  background-color: #fafbfb;
}
.has-text-grey-color {
  color: #6c7a89;
}
.has-text-grey-background-color {
  background-color: #6c7a89;
}
.has-darker-grey-color {
  color: #637184;
}
.has-darker-grey-background-color {
  background-color: #637184;
}
.has-very-dark-grey-color {
  color: #586679;
}
.has-very-dark-grey-background-color {
  background-color: #586679;
}
.has-white-color {
  color: #ffffff;
}
.has-white-background-color {
  background-color: #ffffff;
}
.has-green-color {
  color: #2cb78b;
}
.has-green-background-color {
  background-color: #2cb78b;
}
.opacity-0 {
  opacity: 0;
}
.bg-opacity-0.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0);
}
.bg-opacity-0.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0);
}
.bg-opacity-0.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0);
}
.bg-opacity-0.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0);
}
.bg-opacity-0.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0);
}
.bg-opacity-0.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0);
}
.bg-opacity-0.has-white-background-color {
  background-color: rgba(255, 255, 255, 0);
}
.bg-opacity-0.has-green-background-color {
  background-color: rgba(44, 183, 139, 0);
}
.opacity-10 {
  opacity: 0.1;
}
.bg-opacity-10.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0.1);
}
.bg-opacity-10.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0.1);
}
.bg-opacity-10.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0.1);
}
.bg-opacity-10.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0.1);
}
.bg-opacity-10.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0.1);
}
.bg-opacity-10.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0.1);
}
.bg-opacity-10.has-white-background-color {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-opacity-10.has-green-background-color {
  background-color: rgba(44, 183, 139, 0.1);
}
.opacity-20 {
  opacity: 0.2;
}
.bg-opacity-20.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0.2);
}
.bg-opacity-20.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0.2);
}
.bg-opacity-20.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0.2);
}
.bg-opacity-20.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0.2);
}
.bg-opacity-20.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0.2);
}
.bg-opacity-20.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0.2);
}
.bg-opacity-20.has-white-background-color {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-opacity-20.has-green-background-color {
  background-color: rgba(44, 183, 139, 0.2);
}
.opacity-30 {
  opacity: 0.3;
}
.bg-opacity-30.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0.3);
}
.bg-opacity-30.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0.3);
}
.bg-opacity-30.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0.3);
}
.bg-opacity-30.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0.3);
}
.bg-opacity-30.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0.3);
}
.bg-opacity-30.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0.3);
}
.bg-opacity-30.has-white-background-color {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-opacity-30.has-green-background-color {
  background-color: rgba(44, 183, 139, 0.3);
}
.opacity-40 {
  opacity: 0.4;
}
.bg-opacity-40.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0.4);
}
.bg-opacity-40.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0.4);
}
.bg-opacity-40.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0.4);
}
.bg-opacity-40.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0.4);
}
.bg-opacity-40.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0.4);
}
.bg-opacity-40.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0.4);
}
.bg-opacity-40.has-white-background-color {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-opacity-40.has-green-background-color {
  background-color: rgba(44, 183, 139, 0.4);
}
.opacity-50 {
  opacity: 0.5;
}
.bg-opacity-50.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0.5);
}
.bg-opacity-50.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0.5);
}
.bg-opacity-50.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0.5);
}
.bg-opacity-50.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0.5);
}
.bg-opacity-50.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0.5);
}
.bg-opacity-50.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0.5);
}
.bg-opacity-50.has-white-background-color {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-opacity-50.has-green-background-color {
  background-color: rgba(44, 183, 139, 0.5);
}
.opacity-60 {
  opacity: 0.6;
}
.bg-opacity-60.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0.6);
}
.bg-opacity-60.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0.6);
}
.bg-opacity-60.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0.6);
}
.bg-opacity-60.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0.6);
}
.bg-opacity-60.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0.6);
}
.bg-opacity-60.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0.6);
}
.bg-opacity-60.has-white-background-color {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-opacity-60.has-green-background-color {
  background-color: rgba(44, 183, 139, 0.6);
}
.opacity-70 {
  opacity: 0.7;
}
.bg-opacity-70.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0.7);
}
.bg-opacity-70.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0.7);
}
.bg-opacity-70.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0.7);
}
.bg-opacity-70.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0.7);
}
.bg-opacity-70.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0.7);
}
.bg-opacity-70.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0.7);
}
.bg-opacity-70.has-white-background-color {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-opacity-70.has-green-background-color {
  background-color: rgba(44, 183, 139, 0.7);
}
.opacity-80 {
  opacity: 0.8;
}
.bg-opacity-80.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0.8);
}
.bg-opacity-80.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0.8);
}
.bg-opacity-80.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0.8);
}
.bg-opacity-80.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0.8);
}
.bg-opacity-80.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0.8);
}
.bg-opacity-80.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0.8);
}
.bg-opacity-80.has-white-background-color {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-opacity-80.has-green-background-color {
  background-color: rgba(44, 183, 139, 0.8);
}
.opacity-90 {
  opacity: 0.9;
}
.bg-opacity-90.has-blue-background-color {
  background-color: rgba(25, 159, 198, 0.9);
}
.bg-opacity-90.has-dark-blue-background-color {
  background-color: rgba(20, 129, 161, 0.9);
}
.bg-opacity-90.has-light-grey-background-color {
  background-color: rgba(250, 251, 251, 0.9);
}
.bg-opacity-90.has-text-grey-background-color {
  background-color: rgba(108, 122, 137, 0.9);
}
.bg-opacity-90.has-darker-grey-background-color {
  background-color: rgba(99, 113, 132, 0.9);
}
.bg-opacity-90.has-very-dark-grey-background-color {
  background-color: rgba(88, 102, 121, 0.9);
}
.bg-opacity-90.has-white-background-color {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-opacity-90.has-green-background-color {
  background-color: rgba(44, 183, 139, 0.9);
}
.opacity-100 {
  opacity: 1;
}
.bg-opacity-100.has-blue-background-color {
  background-color: #199fc6;
}
.bg-opacity-100.has-dark-blue-background-color {
  background-color: #1481a1;
}
.bg-opacity-100.has-light-grey-background-color {
  background-color: #fafbfb;
}
.bg-opacity-100.has-text-grey-background-color {
  background-color: #6c7a89;
}
.bg-opacity-100.has-darker-grey-background-color {
  background-color: #637184;
}
.bg-opacity-100.has-very-dark-grey-background-color {
  background-color: #586679;
}
.bg-opacity-100.has-white-background-color {
  background-color: #ffffff;
}
.bg-opacity-100.has-green-background-color {
  background-color: #2cb78b;
}
.wp-block-cover .wp-block-cover__inner-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 101px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 1170px;
  }
}
.wp-block-cover.full-screen {
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
}
.wp-block-cover.full-screen .wp-block-cover__arrow {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('/wp-content/themes/lendful/images/icons/arrow-down-white.svg');
  background-size: contain;
  min-height: auto;
  bottom: 20px;
  left: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.wp-block-cover .wp-block-column {
  margin-bottom: 20px;
}
.wp-block-cover .wp-block-buttons {
  margin-top: 2em;
}
#content > .wp-block-group {
  padding: 2em 0;
}
#content > .wp-block-group .wp-block-group__inner-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #content > .wp-block-group .wp-block-group__inner-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #content > .wp-block-group .wp-block-group__inner-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #content > .wp-block-group .wp-block-group__inner-container {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  #content > .wp-block-group .wp-block-group__inner-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #content > .wp-block-group .wp-block-group__inner-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #content > .wp-block-group .wp-block-group__inner-container {
    max-width: 1170px;
  }
}
.our-process {
  align-items: flex-start;
}
.our-process .wp-block-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}
.our-process h3 {
  margin: 0;
  font-size: 18px;
}
.our-process .wp-block-image {
  flex: 0 0 50px;
  margin: 0 16px 0 0;
}
.our-process .wp-block-columns {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .two-columns {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
#content > .wp-block-columns {
  margin-bottom: 0;
}
.find-out-more {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.find-out-more.has-background.wp-block-columns {
  padding: 0;
}
.find-out-more .wp-block-column {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .find-out-more .wp-block-column {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .find-out-more .wp-block-column {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .find-out-more .wp-block-column {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  .find-out-more .wp-block-column {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .find-out-more .wp-block-column {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .find-out-more .wp-block-column {
    max-width: 1170px;
  }
}
.find-out-more .wp-block-column figure {
  margin: 0;
}
.find-out-more .wp-block-column figure img {
  display: block;
  height: auto;
}
.find-out-more .wp-block-column:last-child {
  background-size: cover;
  background-position: center;
  flex-grow: 1;
  padding: 0;
}
.find-out-more .wp-block-buttons {
  margin-top: 2em;
}
@media (min-width: 600px) {
  .find-out-more .wp-block-column h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 782px) {
  .find-out-more {
    height: 182px;
  }
  .find-out-more .wp-block-column:first-child {
    flex-basis: 40% !important;
  }
  .find-out-more .wp-block-column:last-child {
    flex-basis: 60% !important;
  }
  .find-out-more .wp-block-column:last-child img {
    width: 100%;
    height: 182px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .find-out-more {
    height: 310px;
  }
  .find-out-more .wp-block-column {
    padding: 6em;
  }
  .find-out-more .wp-block-column:last-child img {
    height: 310px;
  }
}
.flex-row,
.flex-row .wp-block-group__inner-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.flex-row > *:first-child,
.flex-row .wp-block-group__inner-container > *:first-child {
  margin-right: 2em;
}
.no-list-style {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.has-border {
  border-radius: 4px;
}
.has-border-grey {
  border: 1px solid #e4eaec;
}
.wp-block-button a {
  transition: background-color 0.5 ease;
}
.wp-block-button.is-style-squared a {
  border-radius: 2px;
  font-weight: 300;
  line-height: 1.5;
  padding: 6px 12px;
  font-size: 14px;
}
.wp-block-button .has-green-background-color:hover {
  background-color: #31c395;
}
