html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,menu,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block
}

*[hidden] {
    display: none
}

body {
    line-height: 1
}

menu,ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:root {
    --balloon-border-radius: 2px;
    --balloon-color: rgba(16,16,16,0.95);
    --balloon-text-color: #fff;
    --balloon-font-size: 12px;
    --balloon-move: 4px
}

button[aria-label][data-balloon-pos] {
    overflow: visible
}

[aria-label][data-balloon-pos] {
    position: relative;
    cursor: pointer
}

[aria-label][data-balloon-pos]:after {
    opacity: 0;
    pointer-events: none;
    transition: all .18s ease-out .18s;
    text-indent: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    font-size: 12px;
    font-size: var(--balloon-font-size);
    background: rgba(16,16,16,0.95);
    background: var(--balloon-color);
    border-radius: 2px;
    color: #fff;
    color: var(--balloon-text-color);
    border-radius: 2px;
    border-radius: var(--balloon-border-radius);
    content: attr(aria-label);
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10
}

[aria-label][data-balloon-pos]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: rgba(16,16,16,0.95);
    border-top-color: var(--balloon-color);
    opacity: 0;
    pointer-events: none;
    transition: all .18s ease-out .18s;
    content: "";
    position: absolute;
    z-index: 10
}

[aria-label][data-balloon-pos]:hover:before,[aria-label][data-balloon-pos]:hover:after,[aria-label][data-balloon-pos][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-visible]:after,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
    opacity: 1;
    pointer-events: none
}

[aria-label][data-balloon-pos].font-awesome:after {
    font-family: FontAwesome,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
    white-space: pre
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
    white-space: pre-line;
    word-break: break-word
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,[aria-label][data-balloon-pos][data-balloon-blunt]:after {
    transition: none
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after {
    transform: translate(-50%, 0)
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before {
    transform: translate(-50%, 0)
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:after {
    left: 0
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:before {
    left: 5px
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:after {
    right: 0
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:before {
    right: 5px
}

[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:after,[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:after {
    transform: translate(0, 0)
}

[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:before,[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:before {
    transform: translate(0, 0)
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:before,[aria-label][data-balloon-pos][data-balloon-pos^=up]:after {
    bottom: 100%;
    transform-origin: top;
    transform: translate(0, 4px);
    transform: translate(0, var(--balloon-move))
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:after {
    margin-bottom: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:before,[aria-label][data-balloon-pos][data-balloon-pos=up]:after {
    left: 50%;
    transform: translate(-50%, 4px);
    transform: translate(-50%, var(--balloon-move))
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:before,[aria-label][data-balloon-pos][data-balloon-pos^=down]:after {
    top: 100%;
    transform: translate(0, calc(4px * -1));
    transform: translate(0, calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:after {
    margin-top: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: rgba(16,16,16,0.95);
    border-bottom-color: var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after,[aria-label][data-balloon-pos][data-balloon-pos=down]:before {
    left: 50%;
    transform: translate(-50%, calc(4px * -1));
    transform: translate(-50%, calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after {
    transform: translate(0, -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
    transform: translate(0, -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after,[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
    right: 100%;
    top: 50%;
    transform: translate(4px, -50%);
    transform: translate(var(--balloon-move), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
    margin-right: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: rgba(16,16,16,0.95);
    border-left-color: var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after,[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
    left: 100%;
    top: 50%;
    transform: translate(calc(4px * -1), -50%);
    transform: translate(calc(var(--balloon-move) * -1), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
    margin-left: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: rgba(16,16,16,0.95);
    border-right-color: var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-length]:after {
    white-space: normal
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after {
    width: 80px
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
    width: 150px
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after {
    width: 260px
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    width: 380px
}

@media screen and (max-width: 768px) {
    [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
        width:90vw
    }
}

[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
    width: 100%
}
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

    .glide * {
        box-sizing: inherit
    }

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

    .glide__slide a {
        user-select: none;
        -webkit-user-drag: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.warapp {
    max-width: 1200px;
    margin: 0 auto;
    font-family: arial;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    width: 320px;
    height: 400px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid rgb(216, 220, 226);
    border-radius: 8px;
    box-shadow: none;
    filter: blur(2px);
    padding: 10px 30px;
    box-sizing: border-box;
    position: relative;
}

.detail p {
    font-family: "Circular Std Book", sans-serif;
    font-size: 11px;
    color: #000000;
}

.credit {
    font-family: "Circular Std Book", sans-serif;
    font-size: 8px;
    color: #000000;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.credit .investorDet {
    font-family: "Circular Std Book", sans-serif;
    font-size: 14px;
    color: #000000;
}

.readMore a {
    border: solid 1px #ccc;
    padding: 12px 24px;
    border-radius: 10px;
    background-color: #345b58;
    color: #fff;
    position: absolute;
    bottom: 90px;
    left: 30%;
}

.review-img img {
    width: 60%;
    padding-left: 20%;
}

.swiper-slide-active {
    filter: none;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 8px;
}

.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left {
    background: none;
}

.swiper-wrapper {
    height: auto;
}

.swiper-button-prev {
    left: 176px;
    right: auto;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 10px;
    background: url(/src/images/swiperArrowLeft.svg) no-repeat center;
    background-size: 7px;
    border-radius: 0 8px 8px 0;
}

.swiper-button-next {
    right: 176px;
    left: auto;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 10px;
    background: url(/src/images/swiperArrowRight.svg) no-repeat center;
    background-size: 8px;
    border-radius: 8px 0 0 8px;
}

.swiper-container .SwiperBtn {
    display: none;
}

.swiper-container:hover .SwiperBtn {
    display: block;
}

.swiper-button-disabled {
    display: none;
}

.swiperBox {
    background: #345b58;
    padding: 10px 0 0 75px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 50px 0;
    border-radius: 10px;
    height: 345px;
}

.swoperBoxLeft {
    float: left;
    width: 350px;
    padding-top: 82px;
    box-sizing: border-box;
}

.swiperBox span {
    font-family: "Circular Std Book", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f1b203 !important;
}

.swiperBox h2,.swiperBox h2 p {
    font-family: "Circular Std Book", sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    margin: 17px 0;
}

.swiperBox p {
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    color: #fff;
}

.swiper-container {
    width: 670px;
    margin-top: -88px;
    float: right;
}

.swiper-slide p {
    font-size: 16px;
    line-height: 22px;
    color: #444343;
}

@media (max-width:1100px) {
    .swoperBoxLeft {
        width: 260px;
        padding-top: 53px;
    }
}

@media (max-width:1024px) {
    .swoperBoxLeft {
        width: 100%;
        padding: 10px 30px 30px 30px;
    }

    .swiper-container {
        margin-top: 0;
        padding-top: 10px;
    }

    .swiperBox {
        padding: 10px 20px;
        height: auto;
    }

    .swiper-container {
        width: 100%;
    }

    .SwiperBtn {
        display: none !important;
    }
}

@media (max-width:750px) {
    .swiper-slide {
        width: 280px;
    }
}

@font-face {
  font-family: "connect-invest";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/connect-invest.eot?87668475");
  src: url("../fonts/connect-invest.eot?87668475#iefix") format("embedded-opentype"), url("../fonts/connect-invest.woff?87668475") format("woff"), url("../fonts/connect-invest.ttf?87668475") format("truetype"), url("../fonts/connect-invest.svg?87668475#fontello") format("svg");
}
@font-face {
  font-family: "Circular Std Book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/CircularStd-Book.otf");
  src: url("../fonts/CircularStd-Book.otf") format("opentype");
}
@font-face {
  font-family: "Circular Std Medium";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/CircularStd-Medium.otf");
  src: url("../fonts/CircularStd-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Gestura Headline Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GesturaHeadline-Semibold.otf");
  src: url("../fonts/GesturaHeadline-Semibold.otf") format("opentype");
}
.headline,
h1 {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  color: #345B58;
}

.headline--fs80 {
  font-size: 8rem;
}

.headline-secondary,
h2 {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #345B58;
}

.headline-third,
h3 {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
  color: #345B58;
}

h4 {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 36px;
  line-height: 46px;
  align-items: center;
  color: #000000;
}

h5 {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

h6 {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 30px;
  color: #8E9C9C;
}

.copy {
  font-size: 1.6rem;
  letter-spacing: 0.56px;
  line-height: 2.5rem;
}

p {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

ul li {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 15px;
}
/**
  Corners for container
 */
.header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header--sticky {
  position: fixed;
  margin: auto;
}
.header--overlap {
  position: absolute;
}
.header__logo-image {
  max-width: 18rem;
}
.header__logo-link {
  display: inline-block;
  max-height: 5.5rem;
  overflow: hidden;
}
.header__container {
  align-items: center;
  background-color: #fff;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  height: 4rem;
  justify-content: space-between;
  padding: 0;
}
.header__user-panel--investor {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__nav-trigger {
  align-items: center;
  height: 5.5rem;
  justify-content: right;
}
.header__nav-trigger.active .header__nav-icon-line:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.header__nav-trigger.active .header__nav-icon-line:nth-child(2) {
  opacity: 0;
}
.header__nav-trigger.active .header__nav-icon-line:nth-child(3) {
  top: 6px;
  transform: rotate(135deg);
}
.header__nav-trigger.active .header__nav-label {
  display: none;
}
.header__nav-icon {
  display: inline-block;
  height: 1.4rem;
  position: relative;
  width: 2rem;
  margin-left: 1rem;
}
.header__nav-icon-line {
  background: #8e9c9c;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
  width: 100%;
}
.header__nav-icon-line:nth-child(1) {
  top: 0;
}
.header__nav-icon-line:nth-child(2) {
  top: 6px;
}
.header__nav-icon-line:nth-child(3) {
  top: 12px;
}
.header__nav-label {
  display: none;
}
.header__login, .header__my-account-menu-btn {
  left: 0;
  right: unset;
  text-align: right;
  width: calc(70% - 1.5rem * 2);
}
.header__sign-up, .header__logout {
  left: unset;
  right: 0;
  text-align: left;
}
.header__separator {
  border-left: 2px solid;
  color: #fff;
  height: 2rem;
  left: 75%;
  margin-top: 2.5px;
  position: absolute;
  top: 5.5rem;
  z-index: 101;
}
.header__contact-us {
  background-color: #fff;
  border-right: none;
  color: #345b58;
  text-align: center;
  text-transform: none;
  width: calc(100% - 1.5rem * 2);
}
.header__mobile-user-menu-btn {
  background: url("/src/images/icons/user-icon.png") center right no-repeat transparent;
  background-size: 30px 30px;
  display: block;
  height: 3rem;
  width: 3rem;
}
.header__mobile-user-menu-btn-hidden {
  visibility: hidden;
}
.header__mobile-user-menu-active {
  display: block;
}

.header-wrapper {
  max-width: 1211px;
  margin: 0 auto;
  padding-top: 7px;
}

.menu-active .header__login, .menu-active .header__sign-up, .menu-active .header__separator {
  color: ivory;
}

.banner-wrapper {
  max-width: 1216px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .header__logo-link {
    max-height: 7rem;
  }
  .header__container {
    flex-direction: row;
    height: 4rem;
    padding-right: 0;
  }
  .header__user-panel--investor {
    position: static;
  }
  .header__nav-trigger, .header__login, .header__sign-up {
    color: #8e9c9c;
    flex-grow: 1;
    font-size: 1.5rem;
    height: 2.2rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .header__nav-trigger {
    float: left;
    color: #8e9c9c;
    font-size: 1.5rem;
    height: 2.2rem;
    line-height: 1.3rem;
    text-align: center;
    padding-top: 4px;
    padding-right: 24px;
  }
  .header__nav-icon {
    margin-right: 0;
  }
  .header__nav-label {
    display: block;
    float: left;
  }
  .header__sign-up {
    height: 4.4rem;
    margin-right: 65rem;
    text-transform: none;
  }
  .header__separator {
    display: none;
  }
  .header__logout {
    max-width: 27rem;
  }
  .header__contact-us {
    font-family: "Circular Std Book", sans-serif;
    margin-right: 3rem;
    text-align: right;
  }
  .header__contact-us::before {
    display: none;
  }
  .header__mobile-user-menu {
    display: none;
  }
  .header__nav-login {
    color: green;
  }

  .header__user-panel--logged {
    float: right;
    padding-right: 0px;
  }

  .menu-active .header__login {
    background-color: transparent;
    color: #000000;
    font-size: 36px;
    text-align: left;
    margin-bottom: 2.6rem;
    padding: 13px 0 3px 0;
    font-family: "Circular Std Book", sans-serif;
  }
  .menu-active .header__sign-up {
    background-color: transparent;
    color: #000000;
    font-size: 36px;
    width: 126px;
    text-align: left;
    font-family: "Circular Std Book", sans-serif;
    padding: 30px 0 0 0;
    width: 126px;
  }
  .menu-active .header__menu-title {
    font-size: 72px;
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-weight: 600;
    line-height: 82.8px;
    margin: 0 0 9rem 0;
  }
  .menu-active .header__newsletter-title {
    font-size: 36px;
    width: 290px;
    height: 138px;
    color: #345b58;
    line-height: 45.5px;
    font-family: "Circular Std Book", sans-serif;
    padding-bottom: 15px;
  }
  .menu-active .header__newsletter-btn {
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    padding: 12px 18px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 2rem;
    border-color: #f1b203;
    border-width: 0rem;
    font-weight: 600;
  }
  .menu-active .header__newsletter-msg {
    padding: 3rem 0rem 0rem 0rem;
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #345b58;
  }
  .menu-active .header__newsletter-textbox {
    border: 0px solid #345b58;
    border-radius: 9px;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    height: 2.8rem;
    padding: 0.3rem 1rem 0;
    width: 247px;
    font-size: 16px;
  }
  .menu-active .header__newsletter-error {
    color: #345b58;
    left: 8rem;
    position: absolute;
    top: 5rem;
    width: 30rem;
  }
  .menu-active .header__newsletter-block {
    padding-top: 0rem;
  }
  .menu-active .header__actionlinks {
    width: 24rem;
    color: #000000;
  }
  .menu-active .header__connectsocialmenu {
    color: #000000;
    font-size: 18px;
    font-family: "Circular Std Book", sans-serif;
    padding-bottom: 12px;
  }
  .menu-active .header__socialmenu {
    padding-left: 0rem;
  }
}
@media only screen and (min-width: 991px) {
  .header__nav-login {
    color: #8e9c9c;
    font-size: 1.5rem;
    padding-right: 0rem;
    text-align: left;
  }
  .header__nav-login.active {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .header__login::before {
    margin-left: 0;
  }
}
.header__logo {
  float: left;
}

.header__user-panel {
  float: right;
}

.header__user-panel--logged {
  float: right;
}

.header__nav-login {
  float: left;
  padding: 3px 10px 0 0;
  margin: 0;
  color: #8e9c9c;
  font-size: 1.5rem;
  text-align: right;
  text-decoration: underline;
  width: 7.5rem;
}

.header__nav-dashboard {
  float: left;
  padding: 3px 10px 0 0;
  margin: 0;
  color: #8e9c9c;
  font-size: 1.5rem;
  text-align: left;
  text-decoration: underline;
  width: 8rem;
}

.header__nav-trigger {
  float: left;
  color: #8e9c9c;
  font-size: 1.5rem;
  height: 2.2rem;
  line-height: 1.3rem;
  text-align: center;
  padding-top: 4px;
}

.header__mobile-user-menu {
  display: none;
}

.header__container {
  height: 4rem;
  padding-right: 0;
}

.menu-active .header__menu-title {
  font-size: 72px;
  color: #345b58;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-weight: 600;
  line-height: 82.8px;
  margin: 0 0 9rem 0;
}

@media (width: 1280px) {
  .header__user-panel {
    float: right;
    padding-right: 0;
  }

  .header__user-panel--logged {
    float: right;
    padding-right: 63px;
  }
}
@media (max-width: 1200px) {
  .header-wrapper .menu__column {
    margin-right: 0;
  }

  .header__user-panel {
    float: right;
    padding-right: 52px;
  }

  .header__user-panel--logged {
    float: right;
    padding-right: 0px;
  }
}
@media (max-width: 1025px) {
  .header-image__bannersmallimage {
    width: 35rem;
    height: 37rem;
    border-radius: 1rem;
    margin: 11rem 22rem 0 0;
  }

  .header__user-panel {
    float: right;
    padding-right: 0;
  }

  .header__user-panel--logged {
    float: right;
    padding-right: 0px;
  }
}
@media (max-width: 950px) {
  .header-wrapper .menu__column {
    float: left;
    padding-left: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .header-wrapper .newsletter__form {
    padding-left: 0;
  }

  .header__nav-login.active {
    display: none;
  }
}
@media (max-width: 700px) {
  .header__nav-trigger {
    float: left;
    color: #8e9c9c;
    font-size: 1.5rem;
    height: 2.2rem;
    line-height: 1.3rem;
    text-align: center;
    padding-top: 4px;
  }

  #epi-quickNavigator {
    top: 40px !important;
    right: 3px !important;
  }

  .header__user-panel--logged {
    float: right;
    padding-right: 0px;
  }

  .header-wrapper {
    padding: 7px 7px 0 7px !important;
  }
}
@media (width: 360px) {
  .header__user-panel {
    float: right;
    padding-right: 0;
  }

  .header__user-panel--logged {
    float: right;
    padding-right: 0px;
  }

  .header-wrapper {
    padding: 7px 7px 0 7px !important;
  }
}
/**
  Corners for container
 */
.footer {
  background: #345b58;
  color: whitesmoke;
  font-size: 1.4rem;
  padding: 6rem 3rem;
  text-align: left;
  font-family: sans-serif;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer__content {
  margin-bottom: 4rem;
}
.footer__content-left {
  margin-bottom: 4rem;
}
.footer__content__contact {
  font-size: 24px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  line-height: 27.6px;
  margin: 7rem 0 2.5rem;
}
.footer__content__newsletter {
  font-size: 24px;
  width: 312px;
  height: 28px;
  font-family: "Gestura Headline Semibold", sans-serif;
  color: #fff;
  line-height: 27.6px;
  font-weight: 600;
  margin-bottom: 12px;
}
.footer__content__newsletter__textbox {
  border: 1px solid #345b58;
  border-radius: 9px;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  padding: 7px 18px;
  position: absolute;
  width: 312px;
  font-size: 16px;
}
.footer__content__newsletter__error {
  color: #f00;
  left: 0px;
  position: absolute;
  top: 40px;
}
.footer__content__bbb {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
}
.footer__content__btn {
  background-color: #f1b203;
  border-radius: 9px;
  color: #345b58;
  padding: 13px 18px;
  position: absolute;
  text-transform: uppercase;
  font-size: 16px;
  right: 141px;
  border: #f1b203;
  font-weight: 600;
}
.footer .bbblogo {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 45px;
  margin-right: 20px;
}
.footer__newsletter-msg {
  padding: 1rem 0rem 2rem 0rem;
  font-size: 1.2rem;
  color: #345b58;
}
.footer__newsletter-message {
  padding: 1rem 0rem 2rem 0rem;
  font-size: 1.2rem;
  color: #fff;
}
.footer__disclaimer {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 4rem;
}
.footer__disclaimer a {
  color: ivory;
}
.footer__copyright {
  font-size: 10px;
  line-height: 12.5px;
  font-weight: 500;
  width: 544px;
  font-family: "Circular Std Book", sans-serif;
}
.footer__copyright a {
  color: #8e9c9c;
}
.footer__copyright p:last-child {
  margin-bottom: 0;
}

.footer_Onboarding {
  background: #f8f8f8;
  color: #8e9c9c;
  font-size: 1.4rem;
  text-align: left;
  font-family: sans-serif;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.footer__content-left {
  width: 40%;
  float: left;
}

.footer__content-right {
  float: right;
  width: 40%;
}

.sociallink {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer_Onboarding {
    background: #f8f8f8;
    color: #8e9c9c;
    font-size: 1.4rem;
    text-align: left;
    font-family: sans-serif;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }

  .footer {
    padding: 0;
    margin: auto;
    max-width: 1920px;
  }
  .footer-wrap {
    margin: auto;
    max-width: 1419px;
  }
  .footer__content__contact {
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin: 1rem 0 2.5rem;
  }
  .footer__content__social {
    text-align: left;
  }
  .footer__content__newsletter {
    font-size: 1.8rem;
    width: 50rem;
    height: 4rem;
    font-family: "sans-serif";
    color: whitesmoke;
  }
  .footer__content__newsletter__textbox {
    border: 1px solid #345b58;
    border-radius: 9px;
    color: #345b58;
    font-family: "PT Sans", Arial, sans-serif;
    height: 2.8rem;
    padding: 0.3rem 1rem 0;
    position: absolute;
    width: 29rem;
  }
  .footer__content__newsletter__error {
    color: #f00;
    left: 0px;
    position: absolute;
    top: 40px;
  }
  .footer__content__btn {
    background-color: #f1b203;
    border-radius: 7px;
    color: #345b58;
    padding: 0.9rem;
    position: absolute;
    text-transform: uppercase;
    font-size: small;
    right: 18rem;
    border: #f1b203;
  }
  .footer__disclaimer {
    text-align: left;
    padding-top: 2rem;
    font-size: 10px;
    line-height: 12.5px;
    font-family: "Circular Std Book", sans-serif;
    font-weight: 500;
    width: 100%;
  }

  .footer-copyright {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__content__newsletter {
    font-size: 24px;
    width: 312px;
    height: 28px;
    font-family: "Gestura Headline Semibold", sans-serif;
    color: #fff;
    line-height: 27.6px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .footer__content__newsletter__textbox {
    border: 1px solid #345b58;
    border-radius: 9px;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    padding: 7px 18px;
    position: absolute;
    font-size: 16px;
  }
  .footer__content__newsletter__error {
    color: #f00;
    left: 0px;
    position: absolute;
    top: 40px;
  }
  .footer__content__btn {
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    padding: 13px 18px;
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    right: 141px;
    border: #f1b203;
    font-weight: 600;
  }
  .footer__content__menu {
    display: flex;
    text-align: left;
  }
  .footer .sociallink {
    text-align: right !important;
  }
}
@media (max-width: 700px) {
  .footer__disclaimer {
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
    text-align: justify;
    word-wrap: break-word;
  }

  .footer__copyright {
    line-height: 15px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.footerAdd {
  float: left;
  width: 50%;
}

.footerSiteMap {
  float: right;
  width: 37%;
}

.footerDec {
  float: left;
  width: 50%;
}

.footerDec_Onboarding {
  float: left;
}

.footer {
  padding: 0;
}

.footer-wrap {
  max-width: 1211px;
}

.footer__content__newsletter {
  width: auto;
  height: auto;
}

.footer__content__btn {
  left: 264px;
  padding: 14px 20px;
  height: auto;
  font-size: 14px;
  height: 46px;
  position: relative;
}

.footer__content__newsletter__textbox {
  padding: 12px 51px 11px 15px;
  line-height: normal;
  font-size: 16px;
  height: 21px;
  border-color: #345b58;
}

.footer__copyright {
  color: #8e9c9c;
}

.footer__copyright a {
  width: auto;
}

@media (max-width: 1025px) {
  .footer {
    padding: 0 23px;
  }
}
@media (max-width: 950px) {
  .footer {
    padding: 0;
  }

  .footerAdd,
.footerSiteMap,
.footerDec {
    width: 100%;
  }

  .footer__content__bbb {
    text-align: center;
  }

  .footer__copyright {
    line-height: 15px;
    width: 100%;
  }

  .footer__disclaimer {
    padding-left: 10px;
    width: 90%;
  }

  .footer__content__contact {
    font-size: 24px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    padding: 0 0 0 25px;
    line-height: 27.6px;
  }

  .footer__content__newsletter {
    text-align: center;
    font-size: 24px;
  }

  .footer__content__btn {
    left: 232px;
    padding: 14px 18px;
    box-sizing: border-box;
    font-size: 15px;
  }

  .footerSiteMap {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .footerDec {
    width: 100%;
    padding: 0 27px;
    box-sizing: border-box;
  }

  .footer__nlform {
    margin: 0 25px 0 25px;
  }

  .footer__content__newsletter__textbox {
    width: 210px;
  }
}
/**
  Corners for container
 */
html {
  font-size: 62.5%;
  height: 100%;
  touch-action: manipulation;
}

body {
  font-family: "Gestura Headline Semibold", sans-serif;
}

[v-cloak] {
  display: none !important;
}

a {
  text-decoration: none;
}
a:not([disabled]):hover {
  opacity: 0.8;
}
a:not([disabled]):hover img {
  opacity: 0.8;
}
a:not([disabled]):active {
  opacity: 1;
}
a:not([disabled]):active img {
  opacity: 1;
}

ul {
  padding-left: 2rem;
}

.lock {
  overflow: hidden;
}

.hidden {
  display: none;
}

.link {
  border-bottom: 2px solid currentColor;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
.link--white {
  color: #fff;
}
.link--grey {
  color: #8e9c9c;
}
.link--winer-sky {
  color: #f1b203;
}
.link:hover {
  color: #8e9c9c;
}
.link:hover i {
  color: #8e9c9c;
}
.link--fs-2_1 {
  font-size: 2.1rem;
}
.link--semibold {
  font-family: "Gestura Headline Semibold", sans-serif;
}
.link--line-height-2 {
  line-height: 2rem;
}

.internal-link {
  color: #345b58;
  text-decoration: underline;
}

.separator {
  background: #345b58;
  height: 3px;
  margin: 2rem auto;
  width: 4.5rem;
}
.separator--white {
  background: #fff;
}
.separator--short {
  width: 2rem;
}
.separator--full-width {
  width: 100%;
}

.main {
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  min-width: 36rem;
  margin: auto;
}

.wrapper {
  position: relative;
  margin: auto;
  max-width: 1920px;
  background-color: #fdfcfd;
}

.container {
  line-height: 2.5rem;
  margin: 8.6rem auto 0;
  max-width: 60rem;
  overflow-x: hidden;
  padding: 2rem 1rem 2rem 1rem;
}

.base-container {
  background-color: #fdfcfd;
  margin: auto;
  max-width: 1920px;
}

.generic-page {
  margin: 0 auto;
  max-width: 1366px;
  padding: 3rem 0;
}

.text-array ul {
  list-style: unset;
}
.text-array ol {
  list-style: decimal;
}
.text-array a {
  border-bottom: 2px solid currentColor;
  color: inherit;
  padding-bottom: 1px;
  text-decoration: none;
}

.social-share {
  display: flex;
  float: right;
  justify-content: space-around;
  max-width: 20rem;
  width: 50%;
}

.primary-button {
  background: url(/src/images/buttons/btn-primary-01.png) no-repeat transparent;
  background-size: contain;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.5rem;
  height: 4.7rem;
  line-height: 5.1rem;
  margin-top: 0.5rem;
  outline: none;
  text-align: center;
  width: 18rem;
}
.primary-button:not([disabled]):hover {
  opacity: 0.8;
}
.primary-button:not([disabled]):active {
  opacity: 1;
}
.primary-button__submit-text {
  display: block;
  line-height: 5.1rem;
}
.primary-button__submit-text--white {
  color: #345b58;
  font-weight: bold;
}
.primary-button__submit-text .spinner {
  margin-top: -2.25rem;
}
.primary-button__submit-text[disabled] {
  cursor: default;
}
.primary-button--white {
  background: url(/src/images/buttons/btn-white.svg) no-repeat transparent;
}
.primary-button--right {
  margin-left: auto;
  margin-right: 0;
}
.primary-button[disabled] span {
  color: #345b58;
  cursor: default;
}

.menu {
  text-align: left;
  margin: 0;
}
.menu-active {
  overflow: hidden;
  position: fixed;
  left: -12px;
}
.menu__column {
  margin-right: 4rem;
}
.menu__column:last-child {
  margin-right: 0;
}
.menu__title {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.menu__items {
  padding-left: 0rem;
}
.menu__item {
  font-size: 1.3rem;
  margin-bottom: 3.5rem;
}
.menu__item:last-child {
  margin-bottom: 0;
}
.menu__footeritem {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.menu__link {
  color: #000000;
  font-size: 36px;
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  line-height: 46px;
}
.menu__footerlink {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
}
.menu__headerlink {
  color: black;
}

.social {
  padding: 27px 0 18px 0;
}
.social__item {
  display: inline-block;
}
.social__link {
  color: #345b58;
  font-size: 2.5rem;
}
.social__footerlink {
  color: white;
  font-size: 2.5rem;
}
.social--connect {
  margin-top: 3.5rem;
}

.data-loading {
  display: none;
}
.data-loading--show {
  display: block;
}

.success__title {
  font-size: 2.6rem;
}
.success__text {
  margin-bottom: 3.5rem;
  text-align: center;
}

.message {
  border: 1px solid;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  text-align: center;
}
.message--error {
  background: blanchedalmond;
  border-color: #f00;
  color: #f00;
}
.message--success {
  background: lightgreen;
  border-color: darkgreen;
  color: darkgreen;
}
.message--warning {
  background: lightgoldenrodyellow;
  border-color: saddlebrown;
  color: #8e9c9c;
}

.simplemodal-container {
  top: 70px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.no-border {
  border: none !important;
}
.no-border--top {
  border-top: none !important;
}
.no-border--right {
  border-right: none !important;
}
.no-border--bottom {
  border-bottom: none !important;
}
.no-border--left {
  border-left: none !important;
}

.margin {
  margin: 0 auto !important;
}
.margin--base {
  margin-top: 8.6rem !important;
}

.no-margin {
  margin: 0 !important;
}
.no-margin--top {
  margin-top: 0 !important;
}
.no-margin--right {
  margin-right: 0 !important;
}
.no-margin--bottom {
  margin-bottom: 0 !important;
}
.no-margin--left {
  margin-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
.no-padding--top {
  padding-top: 0 !important;
}
.no-padding--right {
  padding-right: 0 !important;
}
.no-padding--bottom {
  padding-bottom: 0 !important;
}
.no-padding--left {
  padding-left: 0 !important;
}

.v-align {
  vertical-align: baseline !important;
}
.v-align--top {
  vertical-align: top !important;
}
.v-align--middle {
  vertical-align: middle !important;
}
.v-align--bottom {
  vertical-align: bottom !important;
}

.mobile-only {
  display: block !important;
}

.tablet-only {
  display: none !important;
}

.desktop-only {
  display: none !important;
}

.mobile-and-tablet {
  display: block !important;
}

.tablet-and-desktop {
  display: none !important;
}

.fade-in {
  opacity: 1 !important;
  transition: opacity 1s ease-in;
}

.messenger-icon {
  background: url(/src/images/support-button.png) no-repeat transparent;
  background-size: contain;
  bottom: 27px;
  cursor: pointer;
  height: 40px;
  position: fixed;
  right: 27px;
  width: 109px;
  z-index: 2147483647;
}

.btn-outlined-border {
  cursor: pointer;
  height: 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --notchSize: 11px;
}

.btn-outlined {
  background: #fff;
  border: 0;
  -webkit-clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
  clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
  color: #142e52;
  cursor: pointer;
  display: inline-block;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 2px;
  min-width: 11rem;
  padding: 1rem 0rem 0rem 2rem;
  position: relative;
  text-align: left;
  white-space: nowrap;
  --notchSize: 10px;
}

@media only screen and (min-width: 768px) {
  .container {
    margin-top: 7rem;
  }

  .success__title {
    font-size: 4.6rem;
  }

  .margin--base {
    margin-top: 7rem !important;
  }

  .mobile-only {
    display: none !important;
  }

  .tablet-and-desktop {
    display: block !important;
  }

  #kayako-messenger.messenger {
    bottom: 67px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 67rem;
  }

  .tablet-only {
    display: block !important;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 77rem;
  }

  .mobile-and-tablet {
    display: none !important;
  }

  .desktop-only {
    display: block !important;
  }
}
.menu-active .header__newsletter-title {
  font-size: 36px;
  width: 290px;
  height: 138px;
  color: #345b58;
  line-height: 45.5px;
  font-family: "Circular Std Book", sans-serif;
}

.menu-active .header__newsletter-textbox {
  border: 0px solid #345b58;
  border-radius: 9px;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  height: 2.8rem;
  padding: 0.3rem 1rem 0;
  width: 247px;
  font-size: 16px;
}

.menu-active .header__newsletter-error {
  color: #345b58;
  left: 0rem;
  position: absolute;
  top: 3.5rem;
  width: 30rem;
}

.menu-active .header__newsletter-btn {
  background-color: #f1b203;
  border-radius: 9px;
  color: #345b58;
  padding: 12px 18px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 2rem;
  border-color: #f1b203;
  border-width: 0rem;
  font-weight: 600;
}

@media (max-width: 1025px) {
  .menu-active .header__menu-title {
    margin: 0 0 3rem 0;
    font-size: 54px;
  }

  .menu__item {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .menu__link {
    font-size: 24px;
    line-height: 30.36px;
  }

  .menu__items {
    padding-bottom: 11px;
  }

  .menu-active .header__newsletter-title {
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 30.5px;
    margin-bottom: 10px;
  }

  .menu-active .header__newsletter-block {
    padding-top: 40px;
  }

  .menu-active .header__socialmenu {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .menu-active {
    left: 0;
  }
}
@media (max-width: 950px) {
  .social {
    padding: 27px 0 18px 0;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .advantages-right {
    margin-top: 30px;
    float: left;
  }

  .count,
.percent_hours {
    font-size: 52px !important;
  }

  .countBox {
    font-size: 52px !important;
  }

  .scrollWidth {
    height: auto !important;
    padding: 50px !important;
  }

  .SBanBox {
    height: auto !important;
  }

  .SBanBoxLeft {
    float: none !important;
    padding: 40px 0 !important;
    text-align: center !important;
    width: 100% !important;
  }

  .SBanIcon {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }

  .scrollWidth {
    top: -70px !important;
  }

  /*--Footer--*/
  .footer__content__newsletter__textbox {
    width: calc(100vw - 210px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .footer__content__btn {
    left: calc(100vw - 145px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .footer__disclaimer {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    word-wrap: break-word;
    text-align: justify;
  }

  .menu__column {
    margin-right: 60px !important;
    width: 20% !important;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .advantages-left {
    width: 48% !important;
    padding: 24px 0 80px 32px !important;
  }

  .advantages__btn {
    position: absolute !important;
    display: block !important;
  }

  .advantages-right {
    width: calc(100vw - 540px) !important;
  }

  .scrollWidth {
    padding: 50px !important;
    height: auto !important;
  }

  .loan-originator-left {
    width: 48% !important;
    padding: 6rem !important;
  }

  .loan-originator .CountRight {
    width: 48% !important;
    padding: 50px 20px !important;
  }

  .count,
.percent_hours {
    font-size: 52px !important;
  }

  .countBox {
    font-size: 52px !important;
  }

  .footer {
    padding: 0 23px !important;
  }

  .footerAdd,
.footerSiteMap {
    width: 50% !important;
  }

  .footer__content__bbb,
.social {
    text-align: left !important;
  }

  .footerSiteMap {
    margin-top: 0 !important;
  }

  .footer__nlform {
    margin: 0 !important;
  }

  .menu__column {
    padding-left: 0 !important;
    margin-right: 30px !important;
  }

  .footerDec {
    padding: 0 !important;
  }

  .footer__disclaimer {
    padding-left: 0 !important;
    width: 100% !important;
  }

  .footer__content__newsletter {
    text-align: left !important;
  }
}
@media (min-width: 951px) and (max-width: 1200px) {
  .bannerBg {
    height: 600px !important;
  }

  .bannerCont {
    width: 82% !important;
  }

  .advantages {
    float: left !important;
    width: 100% !important;
    padding: 30px 23px !important;
  }

  .loan-originator-left {
    padding: 23px !important;
  }

  .count,
.percent_hours {
    font-size: 52px !important;
  }

  .countBox {
    font-size: 52px !important;
  }

  .footer {
    padding: 0 23px !important;
  }

  .footer__content__newsletter {
    font-size: 24px !important;
  }

  .footer__content__newsletter__textbox {
    width: 55% !important;
  }

  .footer__content__btn {
    left: 244px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .advantages-left {
    padding: 24px 0 80px 95px !important;
  }

  .advantages-right {
    width: 40% !important;
  }

  .advantages__desc {
    padding: 0 80px 0 43px !important;
  }
}
@media (min-width: 1501px) and (max-width: 1650px) {
  .advantages-left {
    padding: 24px 0 80px 95px !important;
  }

  .advantages-right {
    width: 40% !important;
  }

  .advantages__desc {
    padding: 0 80px 0 43px !important;
  }
}
@media (max-width: 950px) {
  .offerings-invested table {
    width: 100%;
  }

  .offerings-invested_amt, .offerings-interest_amt, .offerings-earned {
    padding-left: 0 !important;
  }
}
@media (min-width: 1051px) and (max-width: 1200px) {
  .earnings-wrap {
    height: auto !important;
  }
}
@media only screen and (min-width: 1200px) {
  .earnings-shortnotes {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .earnings__interest0 {
    width: 65px;
    position: absolute;
    font-size: 16px;
    color: #dcdcdc;
    padding-left: 12px;
  }

  .earnings__interest1 {
    padding-left: 100px;
    font-size: 16px;
    color: #dcdcdc;
    position: absolute;
  }

  .earnings__interest2 {
    position: absolute;
    padding-left: 236px;
    font-size: 16px;
    color: #dcdcdc;
  }

  .earnings__term0 {
    padding: 90px 0 0 12px;
    font-size: 16px;
    color: #dcdcdc;
    position: absolute;
  }

  .earnings__term1 {
    padding: 90px 0 0 100px;
    position: absolute;
    color: #dcdcdc;
    font-size: 16px;
  }

  .earnings__term2 {
    padding: 90px 0 0 230px;
    position: absolute;
    color: #dcdcdc;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .earnings-wrap {
    height: 80rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .bannerBg {
    min-height: 80vh;
  }
}
@media (max-width: 767px) {
  .earnings-shortnotes {
    padding: 0 !important;
  }

  .earnings__disclaimer {
    padding: 155px 0 0 12px !important;
  }
}
@media (max-width: 1200px) {
  .offerings-invested .offerings__notes-disclaimer {
    width: 80%;
  }
}
@media (min-width: 951px) and (max-width: 1050px) {
  .header-image_howitworksvideo {
    width: 40vw !important;
    height: 280px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header-image_howitworksvideo {
    height: 50vw !important;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .header-image_howitworksvideo {
    height: 220px !important;
    width: 40vw !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .loan-page__btn--invest {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: fit-content;
    height: 42px;
    background: #f1b203;
    border-radius: 9px;
    padding: 10px 15px 10px 35px;
    line-height: 45px;
    margin: 0 auto;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
  }

  .loan-financials-grid__calculator-title {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .loan-financials-grid__calculator {
    display: block !important;
    width: 33vw !important;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .loan-page__wrap-invest-btn {
    margin: 22rem 0 3rem 1rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .loan-page__wrap-invest-btn {
    margin: 48rem 0 3rem 5rem !important;
  }
}
@media (min-width: 991px) and (max-width: 1920px) {
  .loan-financials-grid__properties {
    margin-left: 50px !important;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .loan-financials-grid__properties {
    margin-top: -95px !important;
  }

  .loan-financials-grid__calculator {
    display: block !important;
    max-width: 20rem !important;
    left: -15px !important;
  }

  .loan-financials-grid__calculator-title {
    word-wrap: break-word;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .loan-financials-grid__properties {
    margin-top: 0 !important;
  }

  .loan-financials-grid__calculator {
    left: -50px !important;
  }
}
@media (min-width: 700px) and (max-width: 990px) {
  .loan-page__back-to-portfolio-link {
    display: block;
    width: 100vw !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .investment-listings-page__header-img-desktop {
    height: 520px !important;
  }
}
@media (min-width: 1200px) {
  .final-pitch-left {
    width: 35% !important;
  }
}
@media only screen and (min-width: 768px) {
  .wallet {
    width: auto !important;
    background-color: #fdfcfd;
    float: none !important;
    max-width: 1200px;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .wallet-wrap {
    padding: 60px 0 110px 0px !important;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .wallet-wallet {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container--blog h2 {
    text-align: left;
  }

  .container__title {
    padding: 0px;
    grid-gap: 36px;
    gap: 36px;
    width: 354px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 62px;
    display: flex;
    align-items: center;
    color: #345b58;
    margin: 0px 15px;
    width: 90%;
  }

  .container__topblogs {
    flex-direction: column;
    align-items: center;
    padding: 36px 10px 36px 0px;
    grid-gap: 63px;
    gap: 63px;
    width: 90%;
  }

  .container__leftblog {
    margin-top: 10px;
    float: left;
    width: 100%;
    padding-left: 5px;
  }

  .container__leftblog ul {
    padding-left: 0rem;
  }

  .container__leftblog-img {
    width: 100%;
    height: 219px;
    border-radius: 18px;
  }

  .container__blog1title {
    width: 100%;
    height: auto !important;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    color: #345b58;
    text-align: left !important;
  }

  .container__blog1content {
    width: 100%;
    height: auto !important;
    font-family: "Circular Std";
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding-bottom: 10px;
    margin-left: 7px;
  }

  .container__blog1linktitle {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #f1b203;
    margin-left: 7px;
  }

  .container__rightblog {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5px;
    grid-gap: 36px;
    gap: 36px;
    width: 100%;
    padding-top: 20px;
  }

  .container__rightblog ul {
    padding-left: 0rem;
  }

  .container__rightblog-img {
    width: 145px;
    height: 126px;
    border-radius: 18px;
  }

  .container__rightblog-Blog2Img {
    float: left;
  }

  .container__blog2tile {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    grid-gap: 18px;
    gap: 18px;
    width: 100%;
    height: auto !important;
    margin: 0px;
  }

  .container__blog2content {
    width: 180px;
    height: auto !important;
    float: right;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #345b58;
  }

  .container__blog2linktitlegap {
    margin-top: 105px;
    margin-left: -207px;
  }

  .container__blog2linktitle {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #f1b203;
    margin-left: 10px;
  }

  .container__blog3tile {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    grid-gap: 18px;
    gap: 18px;
    width: 100%;
    height: auto !important;
    margin: 0px;
  }

  .container__blog3content {
    width: 180px;
    height: auto !important;
    float: right;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #345b58;
  }

  .container__blog3linktitlegap {
    margin-top: 105px;
    margin-left: -207px;
  }

  .container__blog3linktitle {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #f1b203;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .container__blog1content {
    height: auto !important;
  }
}
@media (min-width: 1201px) and (max-width: 1240px) {
  .article-item__image {
    width: 340px !important;
  }

  .container--blog .articles {
    justify-content: center !important;
  }
}
@media (min-width: 1501px) and (max-width: 1200px) {
  .header-image_howitworksvideo {
    width: 45% !important;
    height: 280px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1920px) {
  .header-image_howitworksvideo {
    width: 40% !important;
  }
}
.advantages {
  margin-top: 50px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .advantages {
    margin-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (max-width: 950px) {
  .advantages-left {
    padding-top: 75px;
  }
}
.bannerrightimage {
  width: 40%;
}

@media (min-width: 0px) and (max-width: 426px) {
  .bannerImgHeight {
    height: 100% !important;
  }
}
/*Video Banner changes start*/
@media (min-width: 0px) and (max-width: 767px) {
  .videoBanner {
    min-height: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .videoBanner .bannerCont {
    width: 51% !important;
  }
}
/*Video Banner changes end*/
.questions {
  max-width: 1200px;
  margin: auto;
}

.questions__title {
  width: auto !important;
  padding: 20px !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .how-page__header-title {
    padding-left: 20px !important;
    font-size: 42px !important;
  }

  .how-page__faqcontacttitle {
    padding: 20px !important;
  }

  .how-page__faqcontactdetails {
    padding-left: 20px !important;
  }

  .questions__title {
    padding-left: 0px !important;
  }

  .questions {
    padding-top: 3rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .how-page__header-title {
    /* padding-left: 310px !important;*/
  }
}
@media only screen and (min-width: 1200px) {
  .how-page__faqcontactdetails {
    width: 60% !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .how-page__header-title {
    font-size: 54px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .toi-page__blocks {
    padding-top: 2rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .questions {
    padding-left: 10rem !important;
  }

  .how-page__faqcontact {
    padding-left: 10rem !important;
  }
}
@media (min-width: 0px) and (max-width: 426px) {
  .howitImgHeight {
    height: 90% !important;
  }
}
.nav.active {
  padding: 20px 23px 20px 10px !important;
}

@media (max-width: 1200px) {
  .header-wrapper .menu__column {
    width: 33.33% !important;
  }

  .header__newsletter-block {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .header-wrapper .menu__column {
    width: 29% !important;
  }
}
@media (min-width: 1201px) and (max-width: 1920px) {
  .menu__column {
    float: left;
    margin-right: 30px;
    width: 21.33%;
  }
}
@media (min-width: 1025px) and (max-width: 1940px) {
  .header__logo {
    margin-left: 20px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header-wrapper .menu__column {
    width: 100% !important;
  }
}
.earnings__interests .earnings__conditions:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.earnings__interest0 {
  margin-bottom: 0;
}

.earnings__interest2 {
  margin-bottom: 0 !important;
  margin-left: 14.1px !important;
  line-height: 110px !important;
}

.earnings__interests .earnings__conditions:nth-child(2) {
  padding-top: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .earnings__conditions {
    margin: 0;
  }

  .earnings__condition0 {
    margin-left: 100px !important;
  }

  .earnings__condition1 {
    padding-left: 0 !important;
    margin-left: 22px !important;
  }

  .earnings__interest0 {
    position: relative !important;
    display: inline-block !important;
    width: 0 !important;
    vertical-align: middle;
  }

  .earnings__interest1 {
    position: relative !important;
    display: inline-block !important;
    padding-left: 84px !important;
    vertical-align: middle;
  }

  .earnings__interest2 {
    position: relative !important;
    display: inline-block !important;
    padding-left: 14px !important;
    border-left: 2px solid #f1b203;
    margin-left: 44px !important;
    line-height: 80px !important;
    vertical-align: middle;
  }

  .earnings__term0 {
    position: relative !important;
    display: inline-block !important;
    padding-top: 0 !important;
    width: 0 !important;
    vertical-align: middle;
  }

  .earnings__term1 {
    position: relative !important;
    display: inline-block !important;
    padding-left: 84px !important;
    padding-top: 0 !important;
    vertical-align: middle;
  }

  .earnings__term2 {
    padding-top: 0 !important;
    position: relative !important;
    display: inline-block !important;
    padding-left: 14px !important;
    border-left: 2px solid #f1b203;
    margin-left: 25.5px !important;
    line-height: 50px !important;
    vertical-align: middle;
  }

  .earnings__disclaimer {
    padding: 15px 0 0 12px !important;
  }
}
@media (min-width: 0px) and (max-width: 470px) {
  .earnings__term2 {
    width: 115px !important;
    line-height: 26px !important;
  }
}
@charset "UTF-8";
/**
  Corners for container
 */
.ci-icon {
  display: inline-block;
  font-family: "connect-invest", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  font-weight: normal;
  /* remove if not needed */
  margin-right: 1rem;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
.ci-icon--small {
  font-size: 24px;
}

.icon-fb::before {
  content: "";
}

.icon-twitter::before {
  content: "";
}

.icon-linkedin::before {
  content: "";
}

.icon-youtube::before {
  content: "";
}

.icon-down-arrow::before {
  content: "";
}

.icon-fly-mail::before {
  content: "";
}

.icon-chat::before {
  content: "";
}

.icon-phone::before {
  content: "";
}

.icon-thumb::before {
  content: "";
}

.icon-calculator::before {
  content: "";
}

.icon-mail::before {
  content: "";
}

.icon-instagram-1::before {
  content: "";
}
/**
  Corners for container
 */
.nav {
  background-color: #e1e6e0;
  display: none;
  font-size: 1.4rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.nav__wrap-contact {
  background-color: orangered;
  display: flex;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 3.5rem;
  width: 100%;
}
.nav__wrap-contact-text {
  margin-right: 0rem;
}
.nav__contact-text {
  align-items: center;
  display: flex;
  height: 3.3rem;
  padding: 0 3rem;
}
.nav__contact-link {
  color: #fff;
  text-decoration: underline;
}
.nav__menu {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.5rem;
  overflow: hidden;
  padding-left: 0;
  position: relative;
}
.nav__menu-but-close {
  align-items: center;
  border: 1px solid #345b58;
  border-radius: 100%;
  color: #345b58;
  display: flex;
  float: right;
  font-size: 1.3rem;
  height: 3rem;
  justify-content: center;
  margin-right: -1.5rem;
  text-align: center;
  width: 3rem;
}
.nav__menu-container {
  display: block;
  height: calc(100vh - 43px);
  overflow: auto;
  padding: 0.5rem 3rem 3rem;
  position: relative;
}
.nav__menu-item {
  line-height: 4rem;
  text-align: left;
}
.nav__menu-item.active > .nav__wrap-menu-item > .nav__menu-link {
  border-bottom: 2px solid currentColor;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.nav__menu-link {
  color: #345b58;
}
.nav__menu-second-item {
  padding-left: 2rem;
}
.nav__menu-second-item .nav__menu-sub-menu {
  display: none;
}
.nav__wrap-menu-item {
  left: 3rem;
  position: relative;
}
.nav.active {
  display: block;
  position: fixed;
  padding: 6rem 0 0 0;
}

.menu-active .nav__wrap-contact {
  display: none;
}

@media only screen and (min-width: 768px) {
  .nav {
    top: 4rem;
  }
  .nav__wrap-contact {
    background-color: transparent;
    justify-content: flex-end;
    top: 4rem;
  }
  .nav__wrap-contact-text {
    display: flex;
    margin-right: 0rem;
  }
  .nav__wrap-contact-text::before {
    border-left: 4.2rem solid transparent;
    border-top: 3.3rem solid orangered;
    content: "";
    height: 0;
    width: 0;
  }
  .nav__contact-text {
    background-color: orangered;
  }
  .nav__menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 42rem;
  }
  .nav__menu-container {
    padding-top: 1.5rem;
  }
  .nav__menu-main-item::before {
    top: 1.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .nav {
    color: #345b58;
    font-size: 1.4rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101;
    height: 100%;
  }
  .nav__menu {
    overflow: hidden;
    padding-left: 95rem;
    position: relative;
  }
  .nav__menu-but-close {
    display: none !important;
  }
  .nav__menu-container {
    display: block;
    height: auto;
    overflow: unset;
    padding: 0;
    position: static;
    width: 100%;
  }
  .nav__menu-sub-menu {
    background-color: red;
    box-sizing: border-box;
    display: none;
    font-size: 1.4rem;
    height: auto;
    min-width: 16rem;
    padding: 1rem;
    position: absolute;
    top: 7rem;
  }
  .nav__menu-item:active > .nav__wrap-menu-item > .nav__menu-link, .nav__menu-item:focus > .nav__wrap-menu-item > .nav__menu-link, .nav__menu-item:hover > .nav__wrap-menu-item > .nav__menu-link, .nav__menu-item.active > .nav__wrap-menu-item > .nav__menu-link {
    border-bottom: 2px solid currentColor;
    color: #fff;
    padding-bottom: 1px;
    text-decoration: none;
  }
  .nav__menu-link {
    color: #fff;
  }
  .nav__menu-link:active, .nav__menu-link:focus, .nav__menu-link:hover {
    border-bottom: 2px solid currentColor;
    color: #fff;
    padding-bottom: 1px;
    text-decoration: none;
  }
  .nav__menu-main-item {
    align-items: center;
    display: flex;
    height: 7rem;
    padding: 0;
    background-color: rgba(52, 91, 88, 0.93);
    width: 18rem;
  }
  .nav__menu-main-item::before {
    content: none;
  }
  .nav__menu-main-item:active > .nav__menu-sub-menu, .nav__menu-main-item:focus > .nav__menu-sub-menu, .nav__menu-main-item:hover > .nav__menu-sub-menu {
    display: block;
  }
  .nav__menu-main-item > .nav__wrap-menu-item > .nav__menu-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav__menu-second-item {
    line-height: unset;
    padding: 0;
  }
  .nav__wrap-menu-item {
    position: static;
  }
}
.menu-wrapp {
  max-width: 1224px;
  margin: 0 auto;
}

.menu__column {
  float: left;
  margin-right: 30px;
}

.header__actionlinks {
  float: left;
}

.header__newsletter-block {
  float: left;
  padding-left: 42px;
}

.nav {
  top: 4rem;
}

@media (max-width: 1025px) {
  .header__actionlinks {
    width: 100%;
  }

  .header__newsletter-block {
    width: 100%;
    padding-left: 0;
  }

  .header-wrapper {
    padding: 7px 23px 0 10px;
  }

  .nav.active {
    padding: 20px 23px 20px 23px;
    overflow: scroll;
    float: left;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }
}
@media (max-width: 950px) {
  .menu__column {
    float: left;
    margin-right: 0rem;
    padding-left: 25px;
  }
}
@charset "UTF-8";
/**
  Corners for container
 */
.field-validation-error {
  bottom: 5px;
  color: #f00;
  font-size: 1.2rem;
  left: 5px;
  line-height: 1;
  margin: 3px 0 0 0;
  position: absolute;
}

.btn {
  background: var(--accent-f-1-b-203, #F1B203);
  border: 0;
  clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
  color: #345b58;
  cursor: pointer;
  display: inline-block;
  font-family: "Circular Std Book", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0;
  padding: 2rem 2.6rem 1.6rem;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 9px;
}
.btn--dark-hover:hover {
  background-color: #8e9c9c;
  opacity: 1 !important;
}
.btn:not([disabled]):hover {
  opacity: 0.8;
}
.btn:not([disabled]):active {
  opacity: 1;
}
.btn__disabled, .btn[disabled] {
  cursor: default;
}
.btn--hidden {
  display: none;
}
.btn--blue-border {
  background-color: #345b58;
  clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
  position: relative;
  --notchSize: 11px;
}
.btn--blue-border::before {
  background: white;
  border: 1px solid #345b58;
  bottom: 2px;
  clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.btn--blue-border span {
  color: #345b58;
  position: relative;
}
.btn--blue-border .spinner {
  margin-left: -2.4rem;
  margin-top: -1.5rem;
  position: absolute;
}
.btn--blue-border[disabled] {
  background: #9b9b9b;
  border-color: #9b9b9b;
}
.btn--blue-border[disabled] span {
  color: #fff;
}
.btn--blue-border[disabled]::before {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

.form__password-block {
  font-size: 1.5rem;
  text-align: left;
}
.form__password-requirements-list {
  padding-left: 15px;
}
.form__password-bullet {
  font-size: 1rem;
  position: relative;
  top: -1px;
}
.form__password-requirements, .form__password-requirements-list-item {
  color: #345b58;
  line-height: 1;
}
.form__row--flex {
  display: flex;
  flex-wrap: wrap;
}
.form__row--right {
  text-align: right;
}
.form__row--pull-up {
  margin-top: -1rem;
}
.form__row--margin-top-6 {
  margin-top: 6rem;
}
.form__row--margin-bot-1-5 {
  margin-bottom: 1.5rem;
}
.form__back-end-errors {
  color: #f00;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: left;
}
.form__back-end-errors--center {
  text-align: center;
}
.form__back-end-errors a {
  color: #f00;
  text-decoration: underline;
}
.form__placeholder {
  left: 3px;
  line-height: 1;
  opacity: 0;
  padding: 7px 0 0 13px;
  position: absolute;
  top: 6px;
  transition: all 0.3s ease;
  z-index: 4;
}
.form__validation-error {
  background-color: #fff;
  color: #f00;
  display: inherit;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  margin: 4px 0 0 0;
  text-align: left;
}
.form__text-input {
  border: 1px solid #345b58;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  height: 3.5rem;
  padding: 0.3rem 1rem 0;
  position: relative;
  width: calc(100% - 2.2rem);
  z-index: 5;
  border-radius: 10px;
  /**
   Selector not works bad when you list styles I have to сopy code for IE and other browser
  */
}
.form__text-input[disabled]:not(:placeholder-shown) + .form__placeholder {
  color: #e4e7e2;
}
.form__text-input:not(:placeholder-shown) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input:not(:-ms-input-placeholder) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input:not(::-webkit-input-placeholder) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input::placeholder {
  color: #345b58;
  opacity: 1;
}
.form__text-input::-ms-clear {
  display: none;
}
.form__text-input[disabled] {
  background-color: #fff;
  border: 1px solid #abb0af;
  color: #abb0af;
}
.form__text-input[disabled]::placeholder {
  color: #abb0af;
}
.form__text-input-ssn {
  border: 1px solid #345b58;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  height: 3.5rem;
  padding: 0.3rem 1rem 0;
  position: relative;
  width: calc(100% - 36rem);
  z-index: 5;
  border-radius: 10px;
  border: 0;
  /**
   Selector not works bad when you list styles I have to сopy code for IE and other browser
  */
}
.form__text-input-ssn[disabled]:not(:placeholder-shown) + .form__placeholder {
  color: #e4e7e2;
}
.form__text-input-ssn:not(:placeholder-shown) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input-ssn:not(:-ms-input-placeholder) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input-ssn:not(::-webkit-input-placeholder) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input-ssn::placeholder {
  color: #345b58;
  opacity: 1;
}
.form__text-input-ssn::-ms-clear {
  display: none;
}
.form__text-input-ssn[disabled] {
  background-color: #fff;
  color: #abb0af;
}
.form__text-input-ssn[disabled]::placeholder {
  color: #abb0af;
}
.form__text-input-ssn-last {
  border: 1px solid #345b58;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  height: 3.5rem;
  padding: 0.3rem 1rem 0;
  position: relative;
  width: calc(100% - 35rem);
  z-index: 5;
  border-radius: 10px;
  border: 0;
  /**
   Selector not works bad when you list styles I have to сopy code for IE and other browser
  */
}
.form__text-input-ssn-last[disabled]:not(:placeholder-shown) + .form__placeholder {
  color: #e4e7e2;
}
.form__text-input-ssn-last:not(:placeholder-shown) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input-ssn-last:not(:-ms-input-placeholder) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input-ssn-last:not(::-webkit-input-placeholder) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input-ssn-last::placeholder {
  color: #345b58;
  opacity: 1;
}
.form__text-input-ssn-last::-ms-clear {
  display: none;
}
.form__text-input-ssn-last[disabled] {
  background-color: #fff;
  color: #abb0af;
}
.form__text-input-ssn-last[disabled]::placeholder {
  color: #abb0af;
}
.form__text-input-ssn-middle {
  border: 1px solid #345b58;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  height: 3.5rem;
  padding: 0.3rem 1rem 0;
  position: relative;
  width: calc(100% - 37rem);
  z-index: 5;
  border: 0;
  /**
   Selector not works bad when you list styles I have to сopy code for IE and other browser
  */
}
.form__text-input-ssn-middle[disabled]:not(:placeholder-shown) + .form__placeholder {
  color: #e4e7e2;
}
.form__text-input-ssn-middle:not(:placeholder-shown) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input-ssn-middle:not(:-ms-input-placeholder) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input-ssn-middle:not(::-webkit-input-placeholder) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__text-input-ssn-middle::placeholder {
  color: #345b58;
  opacity: 1;
}
.form__text-input-ssn-middle::-ms-clear {
  display: none;
}
.form__text-input-ssn-middle[disabled] {
  background-color: #fff;
  color: #abb0af;
}
.form__text-input-ssn-middle[disabled]::placeholder {
  color: #abb0af;
}
.form__textarea {
  border: 1px solid #345b58;
  color: #345b58;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.6rem;
  min-height: 19.5rem;
  padding: 1rem;
  position: relative;
  width: calc(100% - 2.2rem);
  z-index: 5;
}
.form__textarea[disabled] {
  background-color: #fff;
  border: 1px solid #abb0af;
  color: #e4e7e2;
}
.form__textarea:not(:placeholder-shown) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  left: 5px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}
.form__textarea::placeholder {
  color: #345b58;
  font-family: "PT Sans", Arial, sans-serif;
  opacity: 1;
}
.form__selectbox {
  border: 1px solid #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.4rem;
  height: 4rem;
  padding: 0 1rem;
  width: calc(100% - 2.2rem);
}
.form__lead {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0 0;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
}
.form__select-wrap {
  color: #8e9c9c;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.5rem 0 0;
}
.form__select-wrap .vfl-label-on-input {
  font-weight: normal;
  top: -10px !important;
}
.form__select-wrap .vfl-has-label {
  width: 100%;
}
.form__select-list {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #345b58;
  border-radius: 0;
  color: #345b58;
  cursor: pointer;
  font-family: "Circular Std Book", sans-serif !important;
  font-size: 1.6rem;
  font-weight: normal;
  height: 4rem;
  padding: 0.3rem 0.5rem 0 1rem;
  width: 100%;
  border-radius: 10px;
}
.form__select-list::-ms-expand {
  display: none;
}
.form__select-list:active, .form__select-list:focus {
  outline: none;
}
.form__select-list[disabled] {
  border: 1px solid #abb0af;
  color: #abb0af;
}
.form__select-list[disabled] + i.ci-icon {
  color: #abb0af;
}
.form__chevron {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 21px;
  margin-left: auto;
  margin-top: -3.05rem;
  pointer-events: none;
  width: 21px;
  z-index: 10;
}
.form__chevron_editinformation {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 21px;
  margin-left: auto;
  margin-top: 1.1rem;
  pointer-events: none;
  width: 21px;
  z-index: 10;
  margin-right: 30px;
  margin-left: -75px;
}
.form__checkbox-label {
  align-items: center;
  color: #345b58;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  position: relative;
  user-select: none;
  width: 100%;
}
.form__checkbox-label--right {
  justify-content: flex-end;
}
.form__checkbox-label--center {
  justify-content: center;
}
.form__checkbox-label--winter-sky {
  color: #345b58;
}
.form__checkbox-label--winter-sky a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.form__checkbox-label--black {
  color: #000;
}
.form__checkmark {
  align-content: center;
  background-color: transparent;
  border: 1px solid #345b58;
  display: flex;
  flex-basis: 1.4rem;
  flex-shrink: 0;
  height: 1.4rem;
  justify-content: center;
  margin-right: 1rem;
  position: relative;
}
.form__checkmark::after {
  border: solid #345b58;
  border-width: 0 3px 3px 0;
  content: "";
  display: none;
  height: 17px;
  left: 6px;
  margin-top: -9px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.form__checkbox-disabled {
  color: #e4e7e2;
}
.form__checkbox-disabled .form__checkmark {
  background-color: #e4e7e2;
  border-color: #e4e7e2;
}
.form input[disabled] + .form__checkmark {
  border-color: #e4e7e2;
}
.form__checkbox {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.form__checkbox:checked ~ .form__checkmark::after {
  display: block;
}
.form__radio-marker {
  background-color: transparent;
  border: 1px solid #345b58;
  bottom: 0;
  height: 1.4rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.4rem;
}
.form__radio-marker::after {
  background-color: #345b58;
  content: "";
  display: none;
  height: 1.2rem;
  margin: 0.1rem;
  position: absolute;
  width: 1.2rem;
}
.form__radio-marker--round {
  border-radius: 50%;
}
.form__radio-marker--round::after {
  border-radius: 50%;
}
.form__radio-label {
  align-items: center;
  color: #345b58;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-right: 4rem;
  padding-left: 2.8rem;
  position: relative;
  width: 100%;
}
.form__radio-label--winter-sky {
  color: #345b58;
}
.form__radio-label--black {
  color: #000;
}
.form__radio-label--inactive {
  color: #e4e7e2;
}
.form__radio-label--inactive .form__radio-marker {
  background-color: #e4e7e2;
  border: 1px solid #e4e7e2;
}
.form__radio-label--margin-right0 {
  margin-right: 0;
}
.form__radio {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.form__radio:checked ~ .form__radio-marker::after {
  display: block;
}
.form__input-range-container {
  height: 2rem;
  position: relative;
}
.form__left-point, .form__right-point {
  background: #8e9c9c;
  border-radius: 100px;
  height: 10px;
  position: absolute;
  top: 7px;
  width: 10px;
  z-index: 10;
}
.form__left-point {
  left: 1px;
}
.form__right-point {
  right: 1px;
}
.form__range-input {
  -webkit-appearance: none;
  left: 0;
  position: absolute;
  top: 9px;
  width: 99%;
  z-index: 0;
  --cur: calc((var(--val) / var(--max)) * 100%);
}
.form__range-input:focus {
  outline: none;
}
.form__range-input::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #fff var(--cur), #8e9c9c var(--cur) 100%);
  background-color: #8e9c9c;
  height: 1px;
}
.form__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #345b58;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  height: 10px;
  margin-top: -4px;
  width: 10px;
}
.form__range-input--dark::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #345b58 var(--cur), #8e9c9c var(--cur) 100%);
}
.form__range-input--dark::-webkit-slider-thumb {
  border-color: #345b58;
}
.form__range-input::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  height: 1px;
  width: 100%;
}
.form__range-input::-ms-fill-lower {
  background: #fff;
  height: 1px;
}
.form__range-input::-ms-fill-upper {
  background: #8e9c9c;
  height: 1px;
}
.form__range-input::-ms-thumb {
  background: #345b58;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  height: 10px;
  margin-top: 0;
  width: 10px;
}
.form__range-input::-ms-tooltip {
  display: none;
}
.form__range-input::-moz-range-thumb {
  background: #345b58;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  height: 10px;
  margin-top: -4px;
  width: 10px;
}
.form__range-input::-moz-range-track {
  background: linear-gradient(to right, #fff var(--cur), #8e9c9c var(--cur) 100%);
  background-color: #8e9c9c;
  height: 1px;
}
.form__column-half, .form__column-full, .form__column-third {
  flex-basis: 100%;
  padding-bottom: 2rem;
  position: relative;
}
.form__column-half--margin-bot-1-3, .form__column-full--margin-bot-1-3, .form__column-third--margin-bot-1-3 {
  padding-bottom: 1.3rem;
}
.form__column-half--margin-bot-1, .form__column-full--margin-bot-1, .form__column-third--margin-bot-1 {
  padding-bottom: 1rem;
}
.form__column-half__column-full-code, .form__column-full__column-full-code, .form__column-third__column-full-code {
  text-align: center;
}
.form__note-wrap {
  display: flex;
  justify-content: flex-end;
}
.form__note-wrap .form__validation-error {
  flex: 1;
}
.form__note-wrap-commitamount {
  justify-content: flex-end;
}
.form__note {
  color: #345b58;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.6rem;
  margin-top: 0.3rem;
}
.form__icon-question {
  background: url("/src/images/investor-steps/investor-question.png") center center no-repeat transparent;
  display: block;
  height: 2rem;
  position: absolute;
  right: 8px;
  top: 10px;
  width: 2rem;
  z-index: 5;
}
.form__question-for-label {
  padding-left: 1rem;
}
.form__icon-question-for-checkbox {
  background: url("/src/images/icons/question-label.png") center center no-repeat transparent;
  display: block;
  height: 16px;
  width: 16px;
}
.form__file-wrap--left {
  text-align: left;
}
.form__file-label {
  color: #345b58;
  display: block;
  margin-bottom: 1rem;
}

.invalid.blured {
  border-color: #f00;
}
.invalid ~ .field-validation-error {
  display: none;
}

.submitted .invalid {
  border-color: #f00;
}

.valid[type=file] {
  padding-right: 3rem;
}
.valid ~ .field-validation-error {
  display: none;
}

@-moz-document url-prefix() {
  .form__range-input {
    height: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .form__text-input--newsletter {
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 87%;
  }
}
@media only screen and (min-width: 1200px) {
  .form__text-input--newsletter {
    width: 92%;
  }
  .form__column-half {
    flex-basis: 48.5%;
    margin: 0 1.5%;
  }
  .form__column-half:first-of-type {
    margin-left: 0;
  }
  .form__column-half:last-of-type {
    margin-right: 0;
  }
  .form__column-twothirds {
    flex-basis: 72%;
    margin: 0 1.5%;
  }
  .form__column-twothirds:first-of-type {
    margin-left: 0;
  }
  .form__column-twothirds:last-of-type {
    margin-right: 0;
  }
  .form__column-twothirds-reg {
    flex-basis: 65%;
    margin: 0 1.5%;
  }
  .form__column-twothirds-reg:first-of-type {
    margin-left: 0;
  }
  .form__column-twothirds-reg:last-of-type {
    margin-right: 0;
  }
  .form__column-onethird {
    flex-basis: 24%;
    margin: 0 1.5%;
  }
  .form__column-onethird:first-of-type {
    margin-left: 0;
  }
  .form__column-onethird:last-of-type {
    margin-right: 0;
  }
  .form__column-third {
    flex-basis: calc(100% / 3 - 2%);
    margin: 0 1.5%;
  }
  .form__column-third:first-of-type {
    margin-left: 0;
  }
  .form__column-third:last-of-type {
    margin-right: 0;
  }
  .form__column-full {
    flex-basis: 100%;
  }
  .form__column-full-code {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .form__column-twothirds-reg {
    flex-basis: 45%;
    margin: 0 1.5%;
  }
  .form__column-twothirds-reg:first-of-type {
    margin-left: 0;
  }
  .form__column-twothirds-reg:last-of-type {
    margin-right: 0;
  }
  .form__text-input-ssn {
    border: 1px solid #345b58;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    font-size: 1.6rem;
    height: 3.5rem;
    padding: 0.3rem 1rem 0;
    position: relative;
    width: 4rem;
    z-index: 5;
    border-radius: 10px;
    border: 0;
  }
  .form__text-input-ssn-last {
    border: 1px solid #345b58;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    font-size: 1.6rem;
    height: 3.5rem;
    padding: 0.3rem 1rem 0;
    position: relative;
    width: 4rem;
    z-index: 5;
    border-radius: 10px;
    border: 0;
  }
  .form__text-input-ssn-middle {
    border: 1px solid #345b58;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    font-size: 1.6rem;
    height: 3.5rem;
    padding: 0.3rem 1rem 0;
    position: relative;
    width: 3rem;
    z-index: 5;
    border: 0;
  }
}
/**
  Corners for container
 */
.article__teaser-text {
  padding: 1rem 0 1rem 0;
  color: black;
}

.article-item {
  line-height: 2.5rem;
  margin: 0 auto;
  text-align: left;
  width: 25.5rem;
}
.article-item__image {
  background-size: cover;
  height: 16rem;
  width: 28rem;
  border-radius: 1rem;
}
.article-item p {
  color: #8e9c9c;
}
.article-item h2 {
  color: #e4e7e2;
  font-size: 2.1rem;
  padding-bottom: 2.5rem;
}
.article-item .separator {
  margin: 1rem auto;
}
.article-item__bottom {
  /*padding: 0 2rem 2rem 2rem;*/
}
.article-item__link {
  color: #f1b203;
  font-size: 16px;
  line-height: 24px;
  font-family: "Circular Std Book", sans-serif;
}
.article-item__title {
  width: 95%;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #345B58;
  text-align: left;
  padding: 1rem 0rem 1rem 0rem;
}

@media only screen and (min-width: 768px) {
  .article-item {
    margin-left: 3.5rem;
  }
  .article-item:first-child {
    margin-left: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .article-item {
    width: 350px;
  }
  .article-item__image {
    height: 200px;
    width: 350px;
  }

  .articles {
    display: flex;
    flex: 1;
    gap: 63px;
  }
  .articles .article-item:last-child {
    display: block;
  }
}
@media (max-width: 700px) {
  .articles {
    display: flex;
    flex-direction: column;
    padding: 0 0px 0 0px;
  }

  .article-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    gap: 18px;
    width: 94%;
  }

  .article-item__wrapper {
    width: 100%;
  }

  .article-item__image {
    width: 100%;
    height: 219px;
    border-radius: 18px;
  }

  .article-item__title {
    width: 345px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #345B58;
    margin-top: 15px;
  }

  .article-item__link {
    width: 100px;
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #F1B203;
  }
}
/**
  Corners for container
 */
.glide {
  overflow: hidden;
}
.glide__item-wrap {
  background: #f5f5f5;
  float: left;
  height: 100%;
  width: 100%;
}
.glide__image {
  width: 100%;
  border-radius: 1.2rem;
}
.glide__slider-track {
  position: relative;
}
.glide__arrow {
  bottom: 0;
  display: block;
  height: 45px;
  margin: auto 0;
  position: absolute;
  top: 0;
}
.glide__arrow--left {
  left: 0;
}
.glide__arrow--right {
  right: 0;
}

@media only screen and (min-width: 768px) {
  .glide__slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .glide__item-wrap {
    background: #fff;
    float: left;
    height: 100%;
    width: 100%;
  }
  .glide__image {
    width: 50%;
    border-radius: 1.2rem;
  }
  .glide__item-slide {
    width: 610px;
  }
}
@media only screen and (min-width: 1200px) {
  .glide__image {
    width: 100%;
    border-radius: 1.2rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) and (-webkit-min-device-pixel-ratio: 1) {
  .glide__image {
    width: 70%;
    border-radius: 1.2rem;
  }
}
/**
  Corners for container
 */
.contact-us {
  background: #fdfcfd;
  width: 100%;
  float: left;
}
.contact-us__ChatWithUsMobile {
  display: none;
}
.contact-us__header {
  background: #345b58;
  color: #fff;
  text-align: center;
}
.contact-us__headline {
  color: #fff;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.5px;
  line-height: 4.6rem;
  padding-bottom: 1rem;
}
.contact-us__sub-headline {
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
}
.contact-us__sub-headline p {
  margin-bottom: 1.1rem;
}
.contact-us__separator {
  background: #fff;
  height: 3px;
  margin: 3.2rem auto 4.1rem;
  width: 4.5rem;
}
.contact-us__head-icons {
  display: flex;
  flex-wrap: wrap;
}
.contact-us__icon-item {
  font-size: 8.4rem;
  text-align: center;
}
.contact-us__icon-item--first, .contact-us__icon-item--second {
  flex-basis: 50%;
  margin-bottom: 40px;
}
.contact-us__icon-item--third {
  flex-basis: 100%;
}
.contact-us__icon-item .icon-chat {
  font-size: 10.8rem;
  margin: 0 0 -6px -3px;
}
.contact-us__icon {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 8.6rem;
  justify-content: center;
  margin: 0 auto 2rem;
  width: 8.6rem;
}
.contact-us__icon-headline {
  display: block;
}
.contact-us__chat {
  background-color: #345b58;
}
.contact-us__chat--connect {
  margin-bottom: 7.2rem;
}
.contact-us__chat-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 2.8rem 2rem;
}
.contact-us__chat-wrap--connect {
  padding: 5.5rem 2rem 5rem;
}
.contact-us__chat-left {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  margin: 0 auto 1rem;
  max-width: 24rem;
}
.contact-us__chat-right {
  color: #fff;
  flex-basis: 100%;
  font-family: "PT Sans", Arial, sans-serif;
  text-align: center;
}
.contact-us__chat-hours {
  font-style: italic;
}
.contact-us__icon-chat {
  color: #dedddd;
  height: 9.1rem;
  margin: 0;
  width: 10.3rem;
}
.contact-us__icon-chat::before {
  font-size: 18rem;
  margin: 0 0 0 -46px;
  position: relative;
  top: 47px;
}
.contact-us__icon-connect {
  color: #dedddd;
  height: 9.1rem;
  margin: 0;
  width: 10.3rem;
}
.contact-us__icon-connect::before {
  font-size: 11rem;
  margin: 0 0 0 -10px;
  position: relative;
}
.contact-us__chat-title {
  color: #fff;
  font-size: 2.8rem;
  line-height: 0.9;
  margin-top: 19px;
}
.contact-us__form-wrap {
  display: flex;
  flex-wrap: nowrap;
  height: 72rem;
  padding: 2.5rem 0;
}
.contact-us__form-left {
  width: 31%;
  float: left;
  padding-left: 26%;
  padding-top: 80px;
  padding-bottom: 70px;
}
.contact-us__form-right {
  flex-basis: 5.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.contact-us__form-right--top {
  background: url("/src/images/contact/contact-1.jpg") no-repeat;
  background-size: cover;
}
.contact-us__form-right--top::before {
  content: "";
  height: 4.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(135deg, #fff 30.001px, transparent 0) left;
}
.contact-us__form-right--top::after {
  bottom: 0;
  content: "";
  height: 4.5rem;
  left: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(45deg, #fff 30.001px, transparent 0) left;
}
.contact-us__form-right--bottom {
  background: url("/src/images/contact/contact-2.jpg") right no-repeat;
  background-size: cover;
}
.contact-us__form-right--bottom::before {
  content: "";
  height: 4.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(-135deg, #fff 30.001px, transparent 0) left;
}
.contact-us__form-right--bottom::after {
  bottom: 0;
  content: "";
  height: 4.5rem;
  position: absolute;
  right: 0;
  width: 100%;
  background: linear-gradient(-45deg, #fff 30.001px, transparent 0) left;
}
.contact-us__form-inner-wrap {
  width: 90%;
  background-color: #f4f8fa;
  border-radius: 4rem;
  padding: 0rem 0 0 0rem;
  height: 99%;
}
.contact-us__form-headline {
  color: #345b58;
  font-size: 2.8rem;
  margin-top: 4.5rem;
  text-align: center;
}
.contact-us__form-right-title {
  font-size: 42px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  text-align: left;
  color: #345b58;
  line-height: 48.3px;
  width: 50%;
}
.contact-us__form-right-content {
  font-size: 16px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
  text-align: left;
  color: #000000;
  line-height: 24px;
  padding-top: 20px;
  width: 50%;
}
.contact-us__header-link {
  color: #fff;
  display: block;
  font-size: 2.1rem;
  margin: 0 auto;
  max-width: 12rem;
  text-transform: uppercase;
}
.contact-us__header-link:hover {
  color: #345b58;
}
.contact-us__chat-with-us-mobile {
  display: none;
}
.contact-us__bg-desktop {
  background-color: #fff;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 92%;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.faq {
  padding: 6.5rem 0;
}
.faq__title {
  color: #345b58;
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  max-width: 26rem;
  text-align: center;
}
.faq__blurb {
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 5.5rem;
  max-width: 54rem;
  padding: 0 2rem;
  text-align: center;
}
.faq__image {
  max-height: 20.9rem;
  width: 100%;
}
.faq__item {
  float: left;
  position: relative;
  width: 100%;
}
.faq__item-wrap {
  background: #f5f5f5;
  float: right;
  height: 100%;
  width: 90%;
}
.faq__item-headline {
  align-items: center;
  color: #345b58;
  display: block;
  display: flex;
  font-size: 2.1rem;
  height: 50px;
  justify-content: center;
  margin: 3.2rem auto 5rem auto;
  max-width: 115px;
  text-align: center;
  text-transform: uppercase;
}
.faq__circle {
  background: #f5f5f5;
  border: 3px solid #345b58;
  border-radius: 50%;
  height: 1.7rem;
  margin: -8.5px auto 0;
  width: 1.7rem;
}
.faq__line {
  background: #345b58;
  height: 1px;
  margin: 2.9rem 0 0 0;
  width: 120%;
}
.faq__below-link-wrap {
  margin: 0 auto;
  text-align: center;
}
.faq__below-link {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.8rem;
}
.faq .glide__slides {
  list-style: none;
}

.glide__slide {
  margin: 0 0 3.5rem !important;
}

@media only screen and (min-width: 768px) {
  .contact-us__header-img {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5;
    border-radius: 2rem;
  }
  .contact-us__text-container {
    text-align: left;
    margin: 20rem 0rem 0rem 14.5rem;
    color: white;
    position: absolute;
    padding: 0 1rem;
  }
  .contact-us__headline {
    font-size: 4.5rem;
    line-height: 1;
    padding-bottom: 1.2rem;
  }
  .contact-us__content {
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-transform: initial;
  }
  .contact-us__sub-headline p {
    font-size: 1.8rem;
  }
  .contact-us__head-icons {
    margin: 0 auto;
    max-width: 63.5rem;
  }
  .contact-us__icon-item--first, .contact-us__icon-item--second {
    flex-basis: 33%;
  }
  .contact-us__icon-item--third {
    flex-basis: 33%;
  }
  .contact-us__chat-wrap {
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 96.5rem;
    padding: 6.4rem 0;
  }
  .contact-us__chat-wrap--connect {
    padding: 6.4rem 2rem;
  }
  .contact-us__chat-left {
    border-right: 2px solid #fff;
    display: flex;
    flex-basis: 51.4rem;
    margin: 0;
    max-width: none;
    padding: 0 2rem 0 0;
  }
  .contact-us__chat-left--connect {
    padding: 8.8rem 2rem 0 0;
  }
  .contact-us__chat-right {
    flex-basis: 44.5rem;
    padding: 4.4rem 0 5.2rem 5%;
    text-align: left;
  }
  .contact-us__chat-right--connect {
    padding: 6.6rem 0 5.2rem 5%;
  }
  .contact-us__icon-chat {
    height: 23rem;
    margin: 0;
    width: 26rem;
  }
  .contact-us__icon-chat::before {
    font-size: 44rem;
    margin: 0 0 0 -99px;
    top: 100px;
  }
  .contact-us__icon-connect {
    width: 18.3rem;
  }
  .contact-us__icon-connect::before {
    font-size: 17rem;
    top: -2.2rem;
  }
  .contact-us__chat-title {
    font-size: 4.6rem;
    line-height: 0.9;
    margin-top: 92px;
  }
  .contact-us__chat-title--connect {
    margin-top: 0;
  }
  .contact-us__form-wrap {
    height: 78rem;
    width: 1920px;
  }
  .contact-us__form-wrap--bottom {
    padding: 3.5rem 0;
  }
  .contact-us__form-right {
    width: 43%;
    float: right;
    padding-top: 80px;
  }
  .contact-us__form-left--bottom {
    padding: 0 5rem 0 6.5rem;
  }
  .contact-us__form-headline {
    font-size: 4rem;
    text-align: center;
  }
  .contact-us__form-subhead {
    padding: 25px 0 0 45px;
    font-size: 2.3rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    color: #345b58;
  }
  .contact-us__form-subhead--bottom {
    margin-bottom: 3.5rem;
  }
  .contact-us__bannersmallimage {
    width: 40rem;
    height: 42rem;
    margin: 18rem 22.6rem 0 0;
    border-radius: 1rem;
  }

  .glide {
    overflow: hidden;
  }
  .glide__slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .glide__slide {
    max-width: 26rem;
  }
  .glide__slide:last-of-type {
    overflow: hidden;
  }
  .glide__track {
    margin: 0 0 0 -40px;
  }

  .faq__item-wrap {
    width: 80%;
  }
  .faq__image {
    max-height: 9.4rem;
  }
  .faq__title {
    max-width: none;
  }

  .contact-us__iframe {
    border: 0;
    width: 96%;
    height: 850px;
    padding-left: 7px;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us__bannersmallimage {
    width: 40rem;
    height: 42rem;
    margin: 18rem 22.6rem 0 0;
    border-radius: 1rem;
  }
  .contact-us__bg-desktop {
    display: block;
  }

  .contact-us__iframe {
    border: 0;
    width: 96%;
    height: 735px;
    padding-left: 9px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .contact-us__iframe {
    border: 0;
    width: 96%;
    height: 800px;
    padding-left: 9px;
    padding-bottom: 30px;
  }

  .footer__content__menu {
    display: block;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .contact-us__iframe {
    border: 0;
    width: 96%;
    height: 840px;
    padding-left: 9px;
    padding-bottom: 30px;
  }
}
@media (max-width: 950px) {
  .contact-us__form-left {
    float: left;
    width: 94%;
    padding-left: 6%;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .contact-us__form-right {
    width: 100%;
    float: right;
    padding: 0 0px 50px 60px;
    box-sizing: border-box;
  }

  .contact-us__form-subhead {
    padding: 15px 0 0 20px;
  }

  .contact-us__form-right-title {
    font-size: 36px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    color: #345b58;
    line-height: 48.3px;
    width: 100%;
  }

  .contact-us__form-right-content {
    font-size: 16px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    text-align: left;
    color: #000000;
    line-height: 24px;
    padding-top: 20px;
    width: 100%;
  }

  .contact-us__iframe {
    border: 0;
    width: 96%;
    height: 755px;
    padding-left: 13px;
    padding-bottom: 18px;
  }
}
@media (max-width: 700px) {
  .contact-us__header-img {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5;
    border-radius: 2rem;
  }

  .contactBannerImgHeight {
    border-radius: 0 0 50px 50px;
    height: 92%;
  }

  .contact-us__form-left {
    float: left;
    width: 94%;
    padding-left: 6%;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .contact-us__form-right {
    width: 100%;
    float: right;
    padding: 0 25px 0px 25px;
    box-sizing: border-box;
  }

  .contact-us__iframe {
    border: 0;
    width: 96%;
    height: 815px;
    padding-left: 7px;
    padding-bottom: 18px;
  }
}
/**
  Corners for container
 */
.vfl-label {
  right: auto !important;
}

.vfl-label-on-input {
  background: #fff;
  color: #345b58 !important;
  font-size: 1.4rem !important;
  height: 2rem;
  left: 1.4rem !important;
  padding: 0 5px;
  right: auto !important;
  top: 0.9rem !important;
}
/**
  Corners for container
 */
.login {
  background-color: white;
  line-height: 2.5rem;
  margin: 8.6rem auto 0;
  overflow-x: hidden;
  position: relative;
  text-align: center;
}
.login__headline {
  padding-bottom: 4rem;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  color: #345b58;
}
.login__container {
  margin: 0 auto;
  padding: 14.5rem 1rem;
  width: 33rem;
}
.login__link-wrap {
  color: #345b58;
  line-height: 3.5rem;
}
.login__forgot-pass-link {
  border-bottom: 2px solid currentColor;
  color: #f1b203;
  padding-bottom: 1px;
  text-decoration: none;
}
.login__submit {
  letter-spacing: 0.1rem;
  min-width: 19rem;
}
.login__text {
  color: #345b58;
  font-size: 1.8rem;
}
.login__create-link {
  border-bottom: 2px solid #345b58;
  color: #f1b203;
  padding-bottom: 1px;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bolder;
  border-bottom: 2px solid #f1b203 !important;
}
.login__img {
  display: block;
}
.login__label {
  color: #345b58;
}
.login__resend-link {
  margin-bottom: 3rem;
}
.login__resend-link a {
  text-transform: none !important;
}
.login .form__back-end-errors {
  text-align: center;
}
.login .form__back-end-errors ul {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .login {
    margin-top: 7rem;
  }
}
@media only screen and (min-width: 991px) {
  .login__container {
    padding: 18.5rem 1rem;
    width: 45rem;
  }
}
/**
  Corners for container
 */
.loan-about {
  margin-top: 1rem;
}
.loan-about__map {
  height: 35rem;
  margin-top: 2.5rem;
}
.loan-about__icon {
  background: url("/src/images/icons/map-icon.png") no-repeat left top transparent;
  width: 6.5rem;
}
.loan-about__icon-money {
  background: url("/src/images/icons/money.png") no-repeat left top transparent;
  min-height: 9rem;
  min-width: 9rem;
  width: 15rem;
}
.loan-about__address {
  display: flex;
  min-height: 6.5rem;
}
.loan-about__address-text {
  color: #8e9c9c;
  font-size: 2.1rem;
  max-width: 23rem;
}
.loan-about__property {
  color: #8e9c9c;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.loan-about__map-title {
  color: #8e9c9c;
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}
.loan-about__title {
  color: #8e9c9c;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  text-transform: none;
}
.loan-about__property-title {
  margin-bottom: 1.5rem;
}
.loan-about__property-text {
  color: #8e9c9c;
  margin-bottom: 3.5rem;
}
.loan-about__refinance {
  border-top: 2px solid #8e9c9c;
  display: flex;
  padding: 4rem 0 4rem 2rem;
}
.loan-about__refinance-duplicate {
  display: none;
}
.loan-about__section-2 {
  margin-top: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .loan-about__icon {
    background-image: url("/src/images/icons/map-icon-tablet.png");
    width: 12.5rem;
  }
  .loan-about__icon-money {
    background-image: url("/src/images/icons/money-tablet.png");
    width: 14rem;
  }
  .loan-about__section-1 {
    border-right: 2px solid #8e9c9c;
    flex-basis: 40%;
    padding-right: 3.5rem;
  }
  .loan-about__section-2 {
    flex-basis: 45%;
    padding-left: 3.5rem;
  }
  .loan-about__refinance {
    margin-top: 3.5rem;
  }
  .loan-about__property-text {
    margin-bottom: 0;
  }
  .loan-about__address-text {
    margin-bottom: 2.5rem;
  }
  .loan-about__address {
    min-height: 8.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .loan-about__refinance {
    display: none;
  }
  .loan-about__refinance-duplicate {
    border-top: 1px solid #8e9c9c;
    display: flex;
  }
  .loan-about__icon {
    width: 8.5rem;
  }
  .loan-about__icon-money {
    background-image: url("/src/images/icons/money-tablet.png");
    width: 23rem;
  }
}
.loan-finance__row {
  border-bottom: 1px solid #8e9c9c;
  display: flex;
  min-height: 8rem;
  padding: 4rem 1.5rem 4rem 1.5rem;
}
.loan-finance__row--no-icon {
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.loan-finance__v-separate-mobile {
  background-color: #8e9c9c;
  height: 115px;
  width: 1px;
}
.loan-finance__right-content {
  align-self: center;
  display: flex;
  flex-basis: 69%;
  flex-direction: column;
}
.loan-finance__right-content--indent {
  margin: auto 0 auto 2.5rem;
}
.loan-finance__icon, .loan-finance__left-content {
  flex-basis: 22%;
  margin-right: 2.5rem;
}
.loan-finance__left-content {
  margin-bottom: auto;
  margin-top: auto;
  text-align: center;
}
.loan-finance__icon {
  min-height: 7rem;
  min-width: 6.5rem;
  position: relative;
}
.loan-finance__icon--house {
  background: url(/src/images/loan-page/house.png) no-repeat left center transparent;
}
.loan-finance__icon--money {
  background: url(/src/images/loan-page/money2.png) no-repeat left center transparent;
}
.loan-finance__icon--lock {
  background: url(/src/images/loan-page/lock.png) no-repeat left center transparent;
}
.loan-finance__icon--calendar {
  background: url(/src/images/loan-page/calendar.png) no-repeat left 1rem transparent;
}
.loan-finance__icon--question {
  height: 15px;
  width: 15px;
}
.loan-finance__icon--question-wrap {
  left: -17px;
  position: absolute;
  top: -2px;
}
.loan-finance__property {
  color: #8e9c9c;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.loan-finance__property:not(:first-child) {
  padding-top: 1rem;
}
.loan-finance__property--left {
  align-self: flex-start;
}
.loan-finance__description {
  color: #8e9c9c;
  width: 100%;
}
.loan-finance__description--header, .loan-finance__description--normal {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.loan-finance__description--normal {
  text-align: center;
}
.loan-finance__description--big {
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
}
.loan-finance__description--center {
  text-align: center;
}
.loan-finance__description a {
  color: #8e9c9c;
  text-decoration: underline;
}
.loan-finance__digit-wrap {
  align-items: center;
  display: flex;
  height: 78px;
  justify-content: center;
  width: 62px;
}
.loan-finance__digit {
  display: block;
  font-size: 3rem;
  margin-top: 18px;
}

@media only screen and (min-width: 768px) {
  .loan-finance__row {
    padding: 4rem 4.5rem 4rem 4.5rem;
  }
  .loan-finance__sub-row {
    align-items: center;
    border-bottom: 1px solid #6493ab;
    display: flex;
    justify-content: space-between;
  }
  .loan-finance__sub-row .loan-finance__row {
    border-bottom: none;
  }
  .loan-finance__v-separate {
    background-color: #8e9c9c;
    height: 115px;
    width: 1px;
  }
  .loan-finance__v-separate--yield {
    height: 162px;
  }
  .loan-finance__icon {
    flex-basis: 10%;
  }
  .loan-finance__right-content {
    flex-basis: 75%;
  }
  .loan-finance .loan-finance__top {
    margin: 0 auto;
    min-width: 16rem;
    padding: 4rem 5px;
  }
}
@media only screen and (min-width: 991px) {
  .loan-finance__left-column {
    margin-right: 3rem;
    width: 55%;
  }
  .loan-finance__right-column {
    border-left: 2px solid #8e9c9c;
    margin-bottom: 4rem;
    margin-top: 4rem;
    padding-left: 3rem;
    width: 45%;
  }
  .loan-finance__icon {
    flex-basis: 13%;
  }
  .loan-finance__icon--lock {
    flex: 0.9;
    min-width: 5.1rem;
  }
  .loan-finance__sub-row:last-of-type {
    border-bottom: none;
  }
  .loan-finance__description {
    font-size: 1.8rem;
  }
  .loan-finance__description--big {
    font-size: 3rem;
    line-height: 4rem;
  }
  .loan-finance__description--normal, .loan-finance__description--header {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.loan-borrower__separator {
  background: #8e9c9c;
  height: 3px;
  margin: 2rem auto;
  width: 26rem;
}
.loan-borrower__title {
  font-size: 3.1rem;
  line-height: 4rem;
  padding-bottom: 2rem;
}
.loan-borrower__text {
  font-family: serif;
}
.loan-borrower__image {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .loan-borrower__separator {
    display: none;
  }
  .loan-borrower__left-column {
    padding: 0 5% 0 1.5rem;
  }
  .loan-borrower__image {
    max-width: 340px;
  }
  .loan-borrower__right-column {
    border-left: 3px solid #8e9c9c;
    max-width: 60rem;
    padding: 0 1.5rem 0 5%;
    text-align: left;
  }
  .loan-borrower__text {
    padding-bottom: 0.5rem;
  }
}
.loan-financials-grid {
  margin-top: 3rem;
  position: relative;
}
.loan-financials-grid__title h2 {
  font-family: "Gestura Headline Semibold", sans-serif;
  color: #345b58;
  font-size: 3.5rem;
  letter-spacing: 1.6px;
  line-height: 5.5rem;
  padding-bottom: 0.5rem;
}
.loan-financials-grid__header {
  margin: 0rem 0rem 0rem 2rem;
  position: relative;
  text-align: left;
}
.loan-financials-grid__short-note {
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.loan-financials-grid__content {
  padding: 1rem 1.5rem 0 1.5rem;
  text-align: center;
}
.loan-financials-grid__content h2 {
  color: #233d5e;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3.6px;
  line-height: 1.01;
  padding: 0;
  text-align: left;
  margin: 1rem 0rem 0rem 0rem;
}
.loan-financials-grid__top-text {
  color: #345b58;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.loan-financials-grid__loan-number {
  font-size: 1.6rem;
  font-style: italic;
}
.loan-financials-grid__gallery {
  margin: 0 auto 0.5rem;
  max-width: 61rem;
}
.loan-financials-grid__gallery .glide {
  visibility: hidden;
}
.loan-financials-grid__gallery .glide--visible {
  visibility: visible;
}
.loan-financials-grid__right {
  margin-top: 2rem;
}
.loan-financials-grid__calculator {
  background: #8e9c9c;
  max-width: 57.1rem;
  padding: 1.6rem 2rem;
  position: relative;
  margin-left: 330px;
}
.loan-financials-grid__calculator-title-wrap {
  display: inline-block;
  margin: 0 auto;
}
.loan-financials-grid__calculator-title {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.7rem;
  margin-left: 3.7rem;
  padding: 0 0 4px;
}
.loan-financials-grid__calculator-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.loan-financials-grid__calculator-inputs {
  flex-basis: 41rem;
  flex-grow: 0;
  margin: 0 auto;
  text-align: left;
}
.loan-financials-grid__calculator-input {
  background: #ffffff;
  padding: 9px;
  width: 100%;
  border-radius: 9px;
}
.loan-financials-grid__calculator-input--amount {
  font-family: "Circular Std Book", sans-serif;
  max-width: 13.25rem;
  text-align: left;
  padding-left: 2rem;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  border: 0px solid #fff;
}
.loan-financials-grid__calculator-input--term {
  font-family: "Circular Std Book", sans-serif;
  max-width: 14.5rem;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  border: 0px solid #fff;
}
.loan-financials-grid__calculator-input--return {
  font-family: "Circular Std Book", sans-serif;
  max-width: 14.5rem;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  border: 0px solid #fff;
}
.loan-financials-grid__input-symbol {
  color: #345b58;
  font-family: "Gestura Headline Semibold", sans-serif;
  position: absolute;
  /*karthik*/
}
.loan-financials-grid__input-symbol--amount {
  margin-top: -34px;
  margin-left: 10px;
}
.loan-financials-grid__input-symbol--term, .loan-financials-grid__input-symbol--return {
  right: 1rem;
  top: 3rem;
}
.loan-financials-grid__calculator-amount, .loan-financials-grid__calculator-term {
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 8px;
}
.loan-financials-grid__calculator-return {
  flex-wrap: wrap;
  position: relative;
}
.loan-financials-grid__calculator-input-amount, .loan-financials-grid__calculator-input-term, .loan-financials-grid__calculator-input-return {
  width: 100%;
}
.loan-financials-grid__calculator-output {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  margin: 2rem 0 0 0;
  width: 100%;
}
.loan-financials-grid__calculator-label {
  font-family: "Circular Std Book", sans-serif;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
}
.loan-financials-grid__calculator-result {
  color: #fff;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.loan-financials-grid__properties {
  position: absolute;
  width: 25rem;
}
.loan-financials-grid__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.loan-financials-grid__row--center {
  justify-content: center;
}
.loan-financials-grid__property {
  width: 10rem;
  word-wrap: break-word;
}
.loan-financials-grid__v-separator {
  background-color: #8e9c9c;
  height: 48px;
  width: 1px;
}
.loan-financials-grid__property-title {
  color: black;
  font-size: 16px;
  font-weight: 450;
  letter-spacing: 0.56px;
  text-align: left;
  width: 90%;
  position: absolute;
  font-family: "Circular Std Book", sans-serif;
  line-height: 24px;
}
.loan-financials-grid__property-value {
  font-family: "Circular Std Book", sans-serif;
  color: black;
  font-size: 24px;
  font-weight: 450;
  padding: 2rem 0rem 1.5rem 0rem;
  text-align: left;
  line-height: 30.36px;
}
.loan-financials-grid__investment-title {
  color: #8e9c9c;
}
.loan-financials-grid__investment-days {
  font-weight: bold;
  text-transform: uppercase;
}
.loan-financials-grid__separator {
  background: #8e9c9c;
  height: 3px;
  margin: 2rem auto;
  max-width: 611px;
}
.loan-financials-grid__range-wrap {
  margin: 0 auto;
  max-width: 40rem;
}
.loan-financials-grid__short-note-doc-links {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 2rem 3rem;
}
.loan-financials-grid__short-note-doc-link-set {
  display: flex;
  margin-bottom: 1rem;
}
.loan-financials-grid__short-note-doc-link.loan-documents__link {
  padding-right: 0.5rem;
}
.loan-financials-grid__short-note-doc-link-text {
  color: #8e9c9c;
  font-family: "Circular Std Book", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  text-decoration: underline;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .loan-financials-grid__property {
    width: 18rem;
  }
}
@media only screen and (min-width: 991px) {
  .loan-financials-grid__content {
    display: flex;
    padding-bottom: 2rem;
  }
  .loan-financials-grid__header {
    margin-top: 2.5rem;
  }
  .loan-financials-grid__short-note {
    font-size: 18px;
  }
  .loan-financials-grid__content h2 {
    font-size: 36px;
    padding-left: 100px;
  }
  .loan-financials-grid__top-text {
    line-height: 2.5rem;
  }
  .loan-financials-grid__right {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 1%;
    width: 50%;
    z-index: 50;
  }
  .loan-financials-grid__left {
    flex-basis: 45%;
    max-width: 45%;
    margin-left: 0px;
  }
  .loan-financials-grid__properties {
    margin: 0rem 0rem 0rem 25rem;
    max-width: 63rem;
    float: left;
  }
  .loan-financials-grid__property {
    flex-basis: 20rem;
  }
  .loan-financials-grid__gallery {
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .loan-financials-grid__investment {
    margin: 0 auto;
    width: 40rem;
  }
  .loan-financials-grid__calculator {
    margin: 0rem 0rem 0rem 0rem;
    max-width: 16rem;
    border-radius: 1rem;
    float: right;
  }
  .loan-financials-grid__calculator-content {
    display: flex;
    flex-wrap: nowrap;
  }
  .loan-financials-grid__calculator-output {
    width: auto;
    padding-bottom: 5px;
  }
  .loan-financials-grid__calculator-title {
    cursor: default;
    font-size: 1.7rem;
    margin-left: 0;
    min-width: 20rem;
    text-align: left;
    line-height: 1.3;
    color: #fff;
  }
  .loan-financials-grid__short-note-doc-links {
    margin: 0;
  }
  .loan-financials-grid__short-note-doc-link-set {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .loan-financials-grid__content {
    display: flex;
    padding-bottom: 2rem;
  }
  .loan-financials-grid__header {
    margin-top: 2.5rem;
  }
  .loan-financials-grid__short-note {
    font-size: 18px;
  }
  .loan-financials-grid__content h2 {
    font-size: 36px;
    padding-left: 100px;
  }
  .loan-financials-grid__top-text {
    line-height: 2.5rem;
  }
  .loan-financials-grid__right {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 1%;
    width: 50%;
    z-index: 50;
  }
  .loan-financials-grid__left {
    flex-basis: 45%;
    max-width: 45%;
    margin-left: 0px;
  }
  .loan-financials-grid__properties {
    margin: 0rem 0rem 0rem 5rem;
    max-width: 63rem;
    float: left;
  }
  .loan-financials-grid__property {
    flex-basis: 20rem;
  }
  .loan-financials-grid__gallery {
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .loan-financials-grid__investment {
    margin: 0 auto;
    width: 40rem;
  }
  .loan-financials-grid__calculator {
    margin: 0rem 0rem 0rem 0rem;
    max-width: 16rem;
    border-radius: 1rem;
    float: right;
  }
  .loan-financials-grid__calculator-content {
    display: flex;
    flex-wrap: nowrap;
  }
  .loan-financials-grid__calculator-output {
    width: auto;
    padding-bottom: 5px;
  }
  .loan-financials-grid__calculator-title {
    cursor: default;
    font-size: 1.7rem;
    margin-left: 0;
    min-width: 20rem;
    text-align: left;
    line-height: 1.3;
    color: #fff;
  }
  .loan-financials-grid__short-note-doc-links {
    margin: 0;
  }
  .loan-financials-grid__short-note-doc-link-set {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .loan-financials-grid__calculator-content {
    flex-wrap: wrap;
  }
  .loan-financials-grid__calculator-output {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) {
  .loan-financials-grid {
    margin-top: 3rem;
    position: relative;
  }
  .loan-financials-grid__title {
    padding-bottom: 10px;
    width: 50%;
    margin: 0 auto;
  }
  .loan-financials-grid__title h2 {
    font-family: "Gestura Headline Semibold", sans-serif;
    color: #345b58;
    font-size: 3.5rem;
    letter-spacing: 1.6px;
    line-height: 5.5rem;
    padding-bottom: 0.5rem;
  }
  .loan-financials-grid__header {
    margin: 0rem 0rem 0rem 2rem;
    position: relative;
    text-align: left;
  }
  .loan-financials-grid__short-note {
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
  .loan-financials-grid__content {
    padding: 1rem 1.5rem 0 1.5rem;
    text-align: center;
  }
  .loan-financials-grid__content h2 {
    color: #233d5e;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3.6px;
    line-height: 1.01;
    padding: 0;
    text-align: left;
    margin: 1rem 0rem 0rem 0rem;
  }
  .loan-financials-grid__top-text {
    color: #345b58;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .loan-financials-grid__loan-number {
    font-size: 1.6rem;
    font-style: italic;
  }
  .loan-financials-grid__gallery {
    margin: 0 auto;
    max-width: 61rem;
  }
  .loan-financials-grid__gallery .glide {
    visibility: hidden;
  }
  .loan-financials-grid__gallery .glide--visible {
    visibility: visible;
  }
  .loan-financials-grid__right {
    margin-top: 17rem;
  }
  .loan-financials-grid__calculator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    gap: 9px;
    width: 175px;
    background: #8e9c9c;
    border-radius: 18px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-top: -95px;
    margin-left: 409px;
  }
  .loan-financials-grid__calculator-title-wrap {
    display: inline-block;
    margin: 0 auto;
  }
  .loan-financials-grid__calculator-title {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .loan-financials-grid__calculator-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.4rem;
  }
  .loan-financials-grid__calculator-inputs {
    flex-basis: 41rem;
    flex-grow: 0;
    margin: 0 auto;
    text-align: left;
  }
  .loan-financials-grid__calculator-input {
    background: #ffffff;
    padding: 9px;
    width: 100%;
    border-radius: 9px;
  }
  .loan-financials-grid__calculator-input--amount {
    font-family: "Circular Std Book", sans-serif;
    max-width: 22.25rem;
    text-align: left;
    padding-left: 2rem;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    border: 0px solid #fff;
  }
  .loan-financials-grid__calculator-input--term {
    font-family: "Circular Std Book", sans-serif;
    max-width: 14.5rem;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    border: 0px solid #fff;
  }
  .loan-financials-grid__calculator-input--return {
    font-family: "Circular Std Book", sans-serif;
    max-width: 23.5rem;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    border: 0px solid #fff;
  }
  .loan-financials-grid__input-symbol {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    position: absolute;
  }
  .loan-financials-grid__input-symbol--amount {
    margin-top: 7px;
    margin-left: -243px;
  }
  .loan-financials-grid__input-symbol--term, .loan-financials-grid__input-symbol--return {
    right: 1rem;
    top: 3rem;
  }
  .loan-financials-grid__calculator-amount, .loan-financials-grid__calculator-term {
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 8px;
  }
  .loan-financials-grid__calculator-return {
    flex-wrap: wrap;
    position: relative;
  }
  .loan-financials-grid__calculator-input-amount, .loan-financials-grid__calculator-input-term, .loan-financials-grid__calculator-input-return {
    width: 100%;
  }
  .loan-financials-grid__calculator-output {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    margin: 2rem 0 0 0;
    width: 100%;
  }
  .loan-financials-grid__calculator-label {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-bottom: 5px;
  }
  .loan-financials-grid__calculator-result {
    color: #fff;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
  }
  .loan-financials-grid__properties {
    position: absolute;
    width: 25rem;
    margin-left: 150px;
  }
  .loan-financials-grid__row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  .loan-financials-grid__row--center {
    justify-content: center;
  }
  .loan-financials-grid__property {
    width: 10rem;
    word-wrap: break-word;
  }
  .loan-financials-grid__v-separator {
    background-color: #8e9c9c;
    height: 48px;
    width: 1px;
  }
  .loan-financials-grid__property-title {
    color: black;
    font-size: 16px;
    font-weight: 450;
    letter-spacing: 0.56px;
    text-align: left;
    width: 90%;
    position: absolute;
    font-family: "Circular Std Book", sans-serif;
    line-height: 24px;
  }
  .loan-financials-grid__property-value {
    font-family: "Circular Std Book", sans-serif;
    color: black;
    font-size: 24px;
    font-weight: 450;
    padding: 2rem 0rem 1.5rem 0rem;
    text-align: left;
    line-height: 30.36px;
  }
  .loan-financials-grid__investment-title {
    color: #8e9c9c;
  }
  .loan-financials-grid__investment-days {
    font-weight: bold;
    text-transform: uppercase;
  }
  .loan-financials-grid__separator {
    background: #8e9c9c;
    height: 3px;
    margin: 2rem auto;
    max-width: 611px;
  }
  .loan-financials-grid__range-wrap {
    margin: 0 auto;
    max-width: 40rem;
  }
  .loan-financials-grid__short-note-doc-links {
    display: flex;
    flex-direction: column;
    margin: 2rem 0 2rem 3rem;
  }
  .loan-financials-grid__short-note-doc-link-set {
    display: flex;
    width: 100%;
  }
  .loan-financials-grid__short-note-doc-link.loan-documents__link {
    padding-right: 0.5rem;
  }
  .loan-financials-grid__short-note-doc-link-text {
    color: #8e9c9c;
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    padding-left: 0px;
    margin: 0 auto;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .loan-financials-grid {
    margin-top: 3rem;
    position: relative;
  }
  .loan-financials-grid__short-note-doc-links1 {
    width: 100%;
  }
  .loan-financials-grid__short-note-doc-link-set {
    display: block;
    margin-bottom: 1rem;
  }
  .loan-financials-grid__short-note-doc-link-text {
    color: #8e9c9c;
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    padding-left: 0px;
    text-decoration: underline;
  }
  .loan-financials-grid__title {
    padding: 0px;
    gap: 36px;
    width: 354px;
    display: flex;
    align-items: center;
    margin: 0px 15px;
    width: 90%;
    margin-top: 75px;
  }
  .loan-financials-grid__title h2 {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 62px;
  }
  .loan-financials-grid__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 0px 36px;
    gap: 6px;
    width: 100%;
  }
  .loan-financials-grid__gallery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 354px;
  }
  .loan-financials-grid__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0px 10px;
    width: 100%;
  }
  .loan-financials-grid__right {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    padding: 0px 0px 0 0px;
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
    margin-top: 10px;
  }
  .loan-financials-grid__properties {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 18px;
    width: 94%;
    height: 456px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }
  .loan-financials-grid__input-symbol {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    position: absolute;
  }
  .loan-financials-grid__input-symbol--amount {
    margin-top: -33px;
    margin-left: 5px;
  }
  .loan-financials-grid__input-symbol--term, .loan-financials-grid__input-symbol--return {
    right: 1rem;
    top: 3rem;
  }
  .loan-financials-grid__calculator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    gap: 9px;
    width: 88%;
    height: 381px;
    background: #8e9c9c;
    border-radius: 18px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 490px auto 0;
  }
  .loan-financials-grid__calculator-title {
    cursor: pointer;
    display: inline-block;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
  }
  .loan-financials-grid__calculator-label {
    font-family: "Circular Std Book", sans-serif;
    color: #FFFFFF;
    display: block;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
  }
  .loan-financials-grid__calculator-content {
    display: block;
    width: 97%;
  }
  .loan-financials-grid__calculator-result {
    color: #FFFFFF;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
  }
  .loan-financials-grid__calculator-input {
    background: #ffffff;
    padding: 9px;
    width: 100%;
    border-radius: 9px;
  }
  .loan-financials-grid__calculator-input--amount {
    font-family: "Circular Std Book", sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    border: 0px solid #fff;
    max-width: 97%;
    padding-left: 17px;
  }
  .loan-financials-grid__calculator-input--term {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    border: 0px solid #fff;
    max-width: 98%;
  }
  .loan-financials-grid__calculator-input--return {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    border: 0px solid #fff;
    max-width: 98%;
  }

  .glide__slides {
    width: 354px;
  }

  .glide__slide {
    width: 354px;
  }

  .glide__item-wrap {
    background: #f5f5f5;
    float: none;
    width: 354px;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    flex: none;
    order: 1;
    align-self: center;
    flex-grow: 0;
  }
}
@media only screen and (width: 1024px) {
  .loan-financials-grid__title {
    padding-bottom: 10px;
    padding-left: 10px;
    width: 50%;
  }
  .loan-financials-grid__right {
    margin-top: 12rem;
  }
  .loan-financials-grid__calculator-title {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    text-align: left;
  }
  .loan-financials-grid__calculator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    grid-gap: 9px;
    gap: 9px;
    width: 175px;
    background: #8e9c9c;
    border-radius: 18px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-top: -125px;
    margin-left: 409px;
  }
  .loan-financials-grid__calculator-label {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-bottom: 5px;
  }
  .loan-financials-grid__properties {
    position: absolute;
    width: 25rem;
    margin-left: 150px;
    margin-top: -123px;
  }
  .loan-financials-grid__short-note-doc-link-set {
    display: flex;
    width: 100%;
  }
  .loan-financials-grid__input-symbol {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    position: absolute;
  }
  .loan-financials-grid__input-symbol--amount {
    margin-top: 7px;
    margin-left: -151px;
  }
  .loan-financials-grid__input-symbol--term, .loan-financials-grid__input-symbol--return {
    right: 1rem;
    top: 3rem;
  }

  .loan-page__wrap-invest-btn {
    position: absolute;
    margin-top: 31rem;
    padding-left: 3rem;
  }

  .loan-page__final-pitch {
    width: 85%;
    margin: 7rem auto 0;
  }

  .loan-financials-grid__short-note-doc-links1 {
    width: 33%;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  .loan-financials-grid__content {
    display: flex;
    padding-bottom: 2rem;
  }
  .loan-financials-grid__header {
    margin-top: 2.5rem;
  }
  .loan-financials-grid__short-note {
    font-size: 18px;
  }
  .loan-financials-grid__content h2 {
    font-size: 36px;
    padding-left: 100px;
  }
  .loan-financials-grid__top-text {
    line-height: 2.5rem;
  }
  .loan-financials-grid__right {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 1%;
    width: 50%;
    z-index: 50;
  }
  .loan-financials-grid__left {
    flex-basis: 45%;
    max-width: 45%;
    margin-left: 0px;
  }
  .loan-financials-grid__properties {
    margin: 0rem 0rem 0rem 5rem;
    max-width: 63rem;
    float: left;
  }
  .loan-financials-grid__property {
    flex-basis: 20rem;
  }
  .loan-financials-grid__gallery {
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .loan-financials-grid__investment {
    margin: 0 auto;
    width: 40rem;
  }
  .loan-financials-grid__calculator {
    margin: 0rem 0rem 0rem 0rem;
    max-width: 16rem;
    border-radius: 1rem;
    float: right;
  }
  .loan-financials-grid__calculator-label {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-bottom: 5px;
  }
  .loan-financials-grid__calculator-content {
    display: flex;
    flex-wrap: nowrap;
  }
  .loan-financials-grid__calculator-output {
    width: auto;
    padding-bottom: 5px;
  }
  .loan-financials-grid__calculator-title {
    cursor: default;
    font-size: 1.7rem;
    margin-left: 0;
    min-width: 20rem;
    text-align: left;
    line-height: 1.3;
    color: #fff;
  }
  .loan-financials-grid__short-note-doc-links {
    margin: 0;
  }
  .loan-financials-grid__short-note-doc-link-set {
    display: block;
    width: 100%;
  }
}
.loan-documents__files {
  padding-bottom: 4rem;
}
.loan-documents__file {
  align-items: center;
  color: #345b58;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.loan-documents__link-text {
  color: #345b58;
  height: 20px;
}
.loan-documents__link {
  background: url("/src/images/loan-page/file-icon.png") left center no-repeat transparent;
  display: block;
  height: 30px;
  padding-right: 1.5rem;
  width: 30px;
}

@media only screen and (min-width: 768px) {
  .loan-documents__files {
    padding-left: 6.5rem;
  }
  .loan-documents__link {
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .loan-documents__files {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-left: 0;
  }
  .loan-documents__left {
    border-right: 2px solid #6493ab;
    min-width: 50rem;
    padding: 3rem 6.5rem 3rem 0;
  }
  .loan-documents__left .loan-documents__file {
    justify-content: flex-end;
  }
  .loan-documents__left .loan-documents__link {
    background-position-x: right;
    order: 1;
    padding: 0 0 0 2.5rem;
  }
  .loan-documents__right {
    min-width: 50rem;
    padding: 3rem 0 3rem 6.5rem;
  }
}
.loan-page-container {
  background-color: #fdfcfd;
  line-height: 2.5rem;
  margin: 0 auto;
  max-width: 1211px;
  overflow-x: hidden;
}
.loan-page-container__sub-header-mobile {
  margin-top: 8.5rem;
}
.loan-page-container__sub-header-desktop {
  display: none;
}
.loan-page-container__sub-header-breadcrumb {
  margin: 0.5rem;
}
.loan-page-container__sub-header-breadcrumb * {
  color: #8e9c9c;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.56px;
  line-height: 1.56;
  text-align: left;
}

.loan-page-container-short-note {
  margin: 7rem auto 0;
}

.swal2-title {
  font-size: 24px;
  font-family: "Circular Std Book", sans-serif;
}

.swal2-html-container {
  font-size: 20px !important;
  line-height: 25px !important;
  font-family: "Circular Std Book", sans-serif;
}

.swal2-actions {
  font-size: 18px !important;
  font-family: "Circular Std Book", sans-serif;
}

.swal2-confirm {
  background-color: #808080 !important;
  font-family: "Circular Std Book", sans-serif;
}

.swal2-cancel {
  background-color: #fdd017 !important;
  font-family: "Circular Std Book", sans-serif;
}

#InvestForm_close {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

#InvestForm__closeConfirm {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

#InvestForm_close_AppIra {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

#InvestForm__closeConfirmAppIra {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

#pledgeForm__close {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

#pledgeForm__close_ira {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

#pledgeForm__close_iraConfirm {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

#pledgeForm__closeConfirm {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

#SelectionForm_close {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

.loan-page__calculator-icon {
  color: #dedddd;
  font-size: 7.4rem;
  height: 3.8rem;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 1.2rem;
  width: 2.8rem;
}
.loan-page__calculator-icon::before {
  left: -2.3rem;
  position: relative;
  top: 8px;
}
.loan-page__arrow {
  margin: 0;
  position: relative;
  top: 1px;
  width: 0.5em;
}
.loan-page__nav-list {
  background: #fff;
  border: 1px solid #8e9c9c;
  border-top: 2px solid #345b58;
  display: none;
  margin: 0 0 0 4.3rem;
  position: absolute;
  width: 12rem;
}
.loan-page__nav-list--show {
  display: block;
}
.loan-page__nav-link {
  color: #345b58;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
}
.loan-page__nav-link--selected {
  color: #8e9c9c;
}
.loan-page__mobile-nav-text, .loan-page__arrow {
  pointer-events: none;
}
.loan-page__mobile-nav-link {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  font-size: 2.1rem;
  letter-spacing: 1.6px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
}
.loan-page__mobile-nav-link--selected .loan-page__arrow {
  transform: rotate(180deg);
}
.loan-page__mobile-jump-text {
  color: #8e9c9c;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.loan-page__nav-extra {
  display: none;
}
.loan-page__sticky-button {
  background: url(/src/images/buttons/btn-blue-bg-white-border.svg) no-repeat transparent;
  display: block;
  font-weight: bold;
  height: auto;
  line-height: 1.9rem;
  margin: 1.3rem 1rem 1.3rem 0;
  padding: 7px 2rem;
  width: 14rem;
}
.loan-page__sticky-button--disabled {
  background: url(/src/images/buttons/btn-blue-bg-white-border-disabled.svg) no-repeat transparent;
}
.loan-page__sticky-button--disabled:active {
  color: #fff;
}
.loan-page__sticky-button--disabled:hover {
  cursor: auto;
  opacity: 1;
}
.loan-page__header {
  background-color: #8e9c9c;
}
.loan-page__header h2 {
  color: white;
  display: block;
  font-size: 2.8rem;
  line-height: 3rem;
  margin: 0 auto;
  padding: 2rem 0 2rem 0;
  text-align: center;
}
.loan-page__content {
  justify-content: center;
  padding: 4rem 1.5rem 0 1.5rem;
}
.loan-page__content--finance {
  flex-direction: column;
  padding-top: 0;
}
.loan-page__content--borrower {
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 8rem;
  text-align: center;
}
.loan-page__content--documents {
  justify-content: flex-start;
}
.loan-page__section {
  margin-top: -7.4rem;
  padding-top: 7.4rem;
}
.loan-page__section--first {
  margin-top: -4.6rem;
}
.loan-page__nav-stick--stuck {
  height: 2.7rem;
  margin-bottom: -4.3rem;
  padding-top: 2rem;
}
.loan-page__nav {
  background: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: -4.3rem;
  padding-top: 2rem;
  position: relative;
  width: 100%;
  z-index: 100;
}
.loan-page__nav--sticky {
  background: rgba(18, 46, 82, 0.93);
  height: 7.4rem;
  justify-content: left;
  left: 0;
  padding-top: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.loan-page__nav--sticky .loan-page__nav-link {
  color: #fff;
}
.loan-page__nav--sticky .loan-page__nav-link--selected {
  color: #8e9c9c;
}
.loan-page__nav--sticky .loan-page__nav-extra {
  display: flex;
}
.loan-page__nav--sticky .loan-page__mobile-nav-select {
  align-items: center;
  display: flex;
  flex-grow: 1;
}
.loan-page__nav--sticky .loan-page__nav-list {
  background: rgba(18, 46, 82, 0.93);
  border: none;
  display: none;
  margin: 7.4rem 0 0;
}
.loan-page__nav--sticky .loan-page__nav-list--show {
  display: block;
}
.loan-page__nav--sticky .loan-page__mobile-nav-link {
  border-bottom: none;
  color: #fff;
}
.loan-page__nav--sticky .loan-page__mobile-jump-text {
  display: none;
}
.loan-page__modal-content {
  padding: 2rem;
}
.loan-page__modal-top {
  display: flex;
  margin: 0 auto 1rem;
  max-width: 50rem;
}
.loan-page__modal-bot {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 30rem;
}
.loan-page__modal-icon {
  margin-right: 2rem;
}
.loan-page__modal-right-text {
  color: #345b58;
  line-height: 2rem;
}
.loan-page__modal-btn {
  letter-spacing: 0.3rem;
}
.loan-page__wrap-invest-btn {
  margin: 2rem 0 4rem 12.5rem;
}
.loan-page__wrap-invest-btn-circular {
  width: 100%;
}
.loan-page__btn {
  background-color: #f1b203;
  color: #345b58;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1rem;
  width: fit-content;
}
.loan-page__btn--disabled {
  background: url("/src/images/loan-page/loan-btn-disabled.png") center center/contain no-repeat transparent;
}
.loan-page__btn--disabled:active {
  color: #fff;
}
.loan-page__btn--disabled:hover {
  cursor: auto;
  opacity: 1;
}
.loan-page__btn--invest {
  background-size: cover;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
}
.loan-page__modal-doc-content {
  padding: 2rem 1.5rem 2rem 1.5rem;
}
.loan-page__final-pitch {
  width: 85%;
  padding-bottom: 75px;
}
.loan-page__final-pitch-header {
  text-align: center;
}
.loan-page__final-pitch-content {
  text-align: left;
}
.loan-page__final-pitch-links {
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}
.loan-page__final-pitch-link-border {
  margin: 1rem auto;
  position: relative;
  width: fit-content;
  --notchSize: 11px;
}
.loan-page__final-pitch-link {
  color: black;
  font-size: 24px;
  font-weight: 450;
  font-style: normal;
  margin: 2px;
  min-width: 13rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  --notchSize: 10px;
  line-height: 3.5rem;
}
.loan-page__back-to-listings-link-wrapper {
  padding-top: 2rem;
}
.loan-page__back-to-listings-link {
  font-size: 16px;
  color: #f1b203;
}
.loan-page__back-to-portfolio-link {
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  color: #8e9c9c;
  font-family: "Circular Std Book", sans-serif;
  text-decoration: underline;
}
.loan-page__LinkDivider {
  margin-top: -24px;
  margin-left: 211px;
  color: #345b58;
}

@media only screen and (min-width: 768px) {
  .loan-page__calculator-icon {
    display: none;
  }
  .loan-page__nav-list {
    border: none;
    display: flex;
    margin: 0;
    position: relative;
    width: auto;
  }
  .loan-page__nav-link {
    color: #345b58;
    font-size: 2.1rem;
    letter-spacing: 1.6px;
    padding: 0 3.5rem;
    text-align: left;
    text-transform: uppercase;
  }
  .loan-page__mobile-nav-select {
    display: none;
  }
  .loan-page__content {
    display: flex;
  }
  .loan-page__content--about {
    flex-wrap: wrap;
  }
  .loan-page__content--finance {
    padding: 0 1.5rem 4rem;
  }
  .loan-page__content--borrower {
    align-items: center;
    justify-content: center;
  }
  .loan-page__header h2 {
    max-width: 60rem;
  }
  .loan-page__nav-item {
    border-right: 2px solid #345b58;
  }
  .loan-page__nav-item:last-of-type {
    border-right: none;
  }
  .loan-page__nav-stick--stuck {
    height: 6.1rem;
  }
  .loan-page__nav {
    margin-bottom: 4rem;
  }
  .loan-page__nav--sticky .loan-page__nav-list {
    position: absolute;
    width: 12rem;
  }
  .loan-page__nav--sticky .loan-page__nav-link {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    line-height: 1;
    padding: 1rem 0;
    text-align: center;
    text-transform: initial;
  }
  .loan-page__nav--sticky .loan-page__nav-link--selected {
    color: #8e9c9c;
  }
  .loan-page__btn--invest {
    padding: 9px 18px;
    width: fit-content;
    height: 42px;
    border-radius: 9px;
    line-height: 45px;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
  }
  .loan-page__wrap-invest-btn {
    margin: 2rem 0 3rem 12.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .loan-page-container__sub-header-mobile {
    display: none;
  }
  .loan-page-container__sub-header-desktop {
    display: flex;
    justify-content: left;
    margin-top: 7rem;
  }
  .loan-page-container__sub-header-breadcrumb {
    margin: 0.5rem 2rem;
  }
  .loan-page-container__sub-header-separater {
    margin: 0 0.75rem;
  }
  .loan-page-container__sub-header-contact-us {
    background-color: #8e9c9c;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%, 22% 100%);
    color: #fff;
    opacity: 0.6;
    padding: 1rem 2em 0.5rem 7rem;
  }
  .loan-page-container__sub-header-contact-us-hr {
    border-bottom: 1px solid #fff;
    display: block;
    line-height: 0.1em;
    margin: 0.5rem 0 0.5rem;
    text-align: center;
    width: 18rem;
  }
  .loan-page-container__sub-header-contact-us a {
    background-color: #8e9c9c;
    color: #fff;
    padding: 0 1rem;
  }
  .loan-page-container__sub-header-contact-us a:hover {
    opacity: 1;
  }

  .loan-finance__right-column {
    margin: 0;
  }

  .loan-page__content--finance {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5.5rem 1.5rem 8.5rem;
  }
  .loan-page__content--about {
    padding-bottom: 9.5rem;
  }
  .loan-page__mobile-nav-select {
    display: none;
    flex-grow: 1;
  }
  .loan-page__mobile-jump-text {
    display: none;
  }
  .loan-page__nav--sticky .loan-page__nav-item {
    border-right: 2px solid #fff;
  }
  .loan-page__nav--sticky .loan-page__nav-item:last-of-type {
    border-right: none;
  }
  .loan-page__nav--sticky .loan-page__nav-list {
    align-items: center;
    background: transparent;
    display: flex;
    flex-grow: 1;
    margin: 2.3rem 0;
    position: relative;
    width: auto;
  }
  .loan-page__nav--sticky .loan-page__nav-link {
    border-bottom: 1px solid transparent;
    font-size: 2.1rem;
    letter-spacing: 1.6px;
    margin: 0 3.5rem;
    padding: 1rem 0 0.9rem;
    text-align: left;
    text-transform: uppercase;
  }
  .loan-page__nav--sticky .loan-page__nav-link--selected {
    border-bottom: 1px solid #8e9c9c;
    color: #fff;
  }
  .loan-page__nav--sticky .loan-page__mobile-nav-select {
    display: none;
  }
  .loan-page__final-pitch {
    width: 97%;
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
  .loan-page__final-pitch-links {
    flex-direction: column;
    padding-top: 20px;
  }
  .loan-page__final-pitch-link-border {
    margin: 0rem 0rem 0rem 0rem;
  }
  .loan-page__wrap-invest-btn {
    margin: 32rem 0 3rem 12.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .loan-page__sticky-button {
    background: url(/src/images/buttons/ConnectInvest_Button-Long.svg) no-repeat transparent;
    height: auto;
    letter-spacing: 1.6px;
    line-height: 4rem;
    margin: 1.3rem 1rem 1.3rem 0;
    padding-top: 3px;
    width: auto;
  }
  .loan-page__sticky-button--disabled {
    background: url(/src/images/buttons/ConnectInvest_Button-Long-Disabled.svg) no-repeat transparent;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) {
  .loan-page-container {
    background-color: #fdfcfd;
    line-height: 2.5rem;
    margin: 0 auto;
    max-width: 1366px;
    overflow-x: hidden;
  }
  .loan-page-container__sub-header-mobile {
    margin-top: 8.5rem;
  }
  .loan-page-container__sub-header-desktop {
    display: none;
  }
  .loan-page-container__sub-header-breadcrumb {
    margin: 0.5rem;
  }
  .loan-page-container__sub-header-breadcrumb * {
    color: #8e9c9c;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 16px;
    letter-spacing: 0.56px;
    line-height: 1.56;
    text-align: left;
  }

  .loan-page-container-short-note {
    margin: 7rem auto 3rem;
    height: 1150px;
  }

  .loan-page__calculator-icon {
    color: #dedddd;
    font-size: 7.4rem;
    height: 3.8rem;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 1.2rem;
    width: 2.8rem;
  }
  .loan-page__calculator-icon::before {
    left: -2.3rem;
    position: relative;
    top: 8px;
  }
  .loan-page__arrow {
    margin: 0;
    position: relative;
    top: 1px;
    width: 0.5em;
  }
  .loan-page__nav-list {
    background: #fff;
    border: 1px solid #8e9c9c;
    border-top: 2px solid #345b58;
    display: none;
    margin: 0 0 0 4.3rem;
    position: absolute;
    width: 12rem;
  }
  .loan-page__nav-list--show {
    display: block;
  }
  .loan-page__nav-link {
    color: #345b58;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    line-height: 1;
    padding: 1rem 0;
    text-align: center;
  }
  .loan-page__nav-link--selected {
    color: #8e9c9c;
  }
  .loan-page__mobile-nav-text, .loan-page__arrow {
    pointer-events: none;
  }
  .loan-page__mobile-nav-link {
    border-bottom: 2px solid #345b58;
    color: #345b58;
    font-size: 2.1rem;
    letter-spacing: 1.6px;
    margin: 0 0 0 10px;
    text-transform: uppercase;
  }
  .loan-page__mobile-nav-link--selected .loan-page__arrow {
    transform: rotate(180deg);
  }
  .loan-page__mobile-jump-text {
    color: #8e9c9c;
    font-size: 1.6rem;
    text-transform: uppercase;
  }
  .loan-page__nav-extra {
    display: none;
  }
  .loan-page__sticky-button {
    background: url(/src/images/buttons/btn-blue-bg-white-border.svg) no-repeat transparent;
    display: block;
    font-weight: bold;
    height: auto;
    line-height: 1.9rem;
    margin: 1.3rem 1rem 1.3rem 0;
    padding: 7px 2rem;
    width: 14rem;
  }
  .loan-page__sticky-button--disabled {
    background: url(/src/images/buttons/btn-blue-bg-white-border-disabled.svg) no-repeat transparent;
  }
  .loan-page__sticky-button--disabled:active {
    color: #fff;
  }
  .loan-page__sticky-button--disabled:hover {
    cursor: auto;
    opacity: 1;
  }
  .loan-page__header {
    background-color: #8e9c9c;
  }
  .loan-page__header h2 {
    color: white;
    display: block;
    font-size: 2.8rem;
    line-height: 3rem;
    margin: 0 auto;
    padding: 2rem 0 2rem 0;
    text-align: center;
  }
  .loan-page__content {
    justify-content: center;
    padding: 4rem 1.5rem 0 1.5rem;
  }
  .loan-page__content--finance {
    flex-direction: column;
    padding-top: 0;
  }
  .loan-page__content--borrower {
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 8rem;
    text-align: center;
  }
  .loan-page__content--documents {
    justify-content: flex-start;
  }
  .loan-page__section {
    margin-top: -7.4rem;
    padding-top: 7.4rem;
  }
  .loan-page__section--first {
    margin-top: -4.6rem;
  }
  .loan-page__nav-stick--stuck {
    height: 2.7rem;
    margin-bottom: -4.3rem;
    padding-top: 2rem;
  }
  .loan-page__nav {
    background: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: -4.3rem;
    padding-top: 2rem;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .loan-page__nav--sticky {
    background: rgba(18, 46, 82, 0.93);
    height: 7.4rem;
    justify-content: left;
    left: 0;
    padding-top: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  .loan-page__nav--sticky .loan-page__nav-link {
    color: #fff;
  }
  .loan-page__nav--sticky .loan-page__nav-link--selected {
    color: #8e9c9c;
  }
  .loan-page__nav--sticky .loan-page__nav-extra {
    display: flex;
  }
  .loan-page__nav--sticky .loan-page__mobile-nav-select {
    align-items: center;
    display: flex;
    flex-grow: 1;
  }
  .loan-page__nav--sticky .loan-page__nav-list {
    background: rgba(18, 46, 82, 0.93);
    border: none;
    display: none;
    margin: 7.4rem 0 0;
  }
  .loan-page__nav--sticky .loan-page__nav-list--show {
    display: block;
  }
  .loan-page__nav--sticky .loan-page__mobile-nav-link {
    border-bottom: none;
    color: #fff;
  }
  .loan-page__nav--sticky .loan-page__mobile-jump-text {
    display: none;
  }
  .loan-page__modal-content {
    padding: 2rem;
  }
  .loan-page__modal-top {
    display: flex;
    margin: 0 auto 1rem;
    max-width: 50rem;
  }
  .loan-page__modal-bot {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 30rem;
  }
  .loan-page__modal-icon {
    margin-right: 2rem;
  }
  .loan-page__modal-right-text {
    color: #345b58;
    line-height: 2rem;
  }
  .loan-page__modal-btn {
    letter-spacing: 0.3rem;
  }
  .loan-page__wrap-invest-btn {
    position: absolute;
    margin-top: 55px;
    padding-left: 130px;
  }
  .loan-page__btn {
    background-color: #f1b203;
    color: #345b58;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 1rem;
  }
  .loan-page__btn--disabled {
    background: url("/src/images/loan-page/loan-btn-disabled.png") center center/contain no-repeat transparent;
  }
  .loan-page__btn--disabled:active {
    color: #fff;
  }
  .loan-page__btn--disabled:hover {
    cursor: auto;
    opacity: 1;
  }
  .loan-page__btn--invest {
    background-size: cover;
    line-height: 45px;
    width: fit-content;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
  }
  .loan-page__modal-doc-content {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
  .loan-page__final-pitch {
    width: 95%;
    margin: 17rem auto 0;
  }
  .loan-page__final-pitch-header {
    text-align: center;
  }
  .loan-page__final-pitch-content {
    text-align: left;
  }
  .loan-page__final-pitch-links {
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
  }
  .loan-page__final-pitch-link-border {
    margin: 1rem 0;
    position: relative;
    width: fit-content;
    --notchSize: 11px;
  }
  .loan-page__final-pitch-link {
    color: black;
    font-size: 24px;
    font-weight: 450;
    font-style: normal;
    margin: 2px;
    min-width: 13rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    --notchSize: 10px;
  }
  .loan-page__back-to-listings-link {
    font-size: 16px;
    color: #f1b203;
  }
  .loan-page__back-to-portfolio-link {
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    color: #8e9c9c;
    font-family: "Circular Std Book", sans-serif;
    padding-left: 0px;
    text-decoration: underline;
  }
  .loan-page__LinkDivider {
    margin-top: -24px;
    margin-left: 211px;
    color: #345b58;
  }
}
@media (max-width: 700px) {
  .loan-page__back-to-portfolio-link-wrapper {
    width: 100%;
  }

  .loan-page__back-to-portfolio-link {
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    color: #8e9c9c;
    font-family: "Circular Std Book", sans-serif;
    padding-left: 0px;
    text-decoration: underline;
  }

  .loan-page__wrap-invest-btn {
    align-items: center;
    padding: 18px 0px;
    gap: 41px;
    width: 100%;
    height: 78px;
    margin: 0 auto;
  }

  .loan-page__btn--invest {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: fit-content;
    height: 42px;
    background: #F1B203;
    border-radius: 9px;
    padding: 10px 15px 10px 35px;
    line-height: 45px;
    margin: 0 auto;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
  }

  .loan-page__final-pitch {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-top: 45px;
    margin-left: 1px;
    padding-left: 15px;
    padding-bottom: 13rem;
  }

  .loan-page__final-pitch-content {
    width: 354px;
    height: 48px;
    /* Desktop/H2 */
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    /* Dark Green - 345B58 */
    color: #345B58;
  }

  .loan-page__final-pitch-links {
    width: 95%;
    height: 120px;
    /* Desktop/P */
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    padding-top: 30px;
  }

  .loan-page__final-pitch-link-border {
    font-family: "Circular Std";
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    padding-left: 0px;
    margin: 1px;
    width: 95%;
  }

  .loan-page__final-pitch-link {
    color: #000;
    font-size: 24px;
    font-weight: 450;
    margin: 2px;
    min-width: 13rem;
    position: relative;
    text-align: center;
    --notchSize: 10px;
    font-style: normal;
    font-weight: 450;
    white-space: normal;
  }

  .loan-page__back-to-listings-link {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 16px;
    color: #f1b203;
  }
}
@media (width: 1024px) {
  .loan-page__back-to-portfolio-link {
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    color: #8e9c9c;
    font-family: "Circular Std Book", sans-serif;
    text-decoration: underline;
  }

  .loan-financials-grid__short-note-doc-link-text {
    color: #f1b203;
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .loan-page__wrap-invest-btn {
    margin: 48rem 15rem 3rem 5rem;
  }

  .loan-page__back-to-portfolio-link-wrapper {
    width: 100%;
  }
}
.faqtextlink {
  color: #8e9c9c !important;
}
/**
  Corners for container
 */
.loan-block {
  font-family: "Gestura Headline Semibold", sans-serif;
  margin: 0 auto 8px;
  width: 36rem;
}
.loan-block--verified-account {
  margin: 0 auto;
  max-width: 62.5rem;
  width: auto;
}
.loan-block__bot {
  background-color: #345b58;
  color: #fff;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.loan-block__bot--no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.loan-block__bot-confirmPopup {
  background-color: #345b58;
  color: #fff;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
.loan-block__bot-confirmPopup h3 {
  color: #ccc;
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 5px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.loan-block__loan-heading {
  font-family: "Circular Std Medium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  letter-spacing: normal !important;
}
.loan-block__botnew {
  color: #808080;
  padding: 0rem 10rem 5rem 10rem;
}
.loan-block__botnew h1 {
  max-width: 53rem;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  color: #345b58;
  line-height: 5rem;
  padding-bottom: 2rem;
}
.loan-block__botnew h3 {
  max-width: 45rem;
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #345b58;
  line-height: 1.5rem;
  padding-bottom: 2rem;
}
.loan-block__botnew h2 {
  margin: 0 auto;
  max-width: 53rem;
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #345b58;
  line-height: 1.5rem;
  padding-bottom: 2rem;
}
.loan-block__botnew .edit-btn {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.5rem;
  padding-bottom: 2rem;
  border: none;
  background-color: #fff;
  float: left;
}
.loan-block__botInitial {
  color: #808080;
  padding: 0rem 10rem 0rem 10rem;
}
.loan-block__botInitial h1 {
  max-width: 53rem;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  color: #345b58;
  line-height: 5rem;
  padding-bottom: 2rem;
}
.loan-block__botInitial h3 {
  max-width: 45rem;
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #345b58;
  line-height: 1.5rem;
  padding-bottom: 2rem;
}
.loan-block__botInitial h2 {
  margin: 0 auto;
  max-width: 53rem;
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #345b58;
  line-height: 1.5rem;
  padding-bottom: 2rem;
}
.loan-block__botInitial .edit-btn {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.5rem;
  padding-bottom: 2rem;
  border: none;
  background-color: #fff;
  float: left;
}
.loan-block__btnContainer {
  width: 100%;
  padding-bottom: 9rem;
}
.loan-block #by-wallet-btn {
  float: left;
  padding-left: 6rem;
  padding-right: 6rem;
}
.loan-block #by-bank-btn {
  float: right;
}
.loan-block__info-area {
  min-height: 4rem;
  text-align: center;
}
.loan-block__title {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 2.4rem;
  height: 4rem;
  letter-spacing: 0.56px;
  line-height: 4rem;
  overflow: hidden;
  text-transform: uppercase;
}
.loan-block__title-invest {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 2.4rem;
  height: 4rem;
  letter-spacing: 0.56px;
  line-height: 4rem;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
}
.loan-block__desc {
  font-family: "Circular Std Book", sans-serif;
  line-height: 2.3rem;
}
.loan-block__desc-invest {
  font-family: "Circular Std Book", sans-serif;
  line-height: 2.3rem;
  text-align: center;
}
.loan-block__loan-number {
  font-family: "Circular Std Book", sans-serif;
  font-style: italic;
  margin-bottom: 2.5rem;
}
.loan-block__loan-number-invest {
  font-family: "Circular Std Book", sans-serif;
  font-style: italic;
  margin-bottom: 2.5rem;
  text-align: center;
}
.loan-block__properties {
  line-height: 2.5rem;
  margin: 0 auto;
  max-width: 56rem;
  padding-top: 6rem;
}
.loan-block__properties-invest {
  line-height: 2.5rem;
  margin: 0 auto;
  max-width: 56rem;
  padding-top: 2rem;
}
.loan-block__properties-initial {
  line-height: 2.5rem;
  margin: 0 auto;
  max-width: 56rem;
  padding-top: 1rem;
}
.loan-block__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.loan-block__row--center {
  justify-content: center;
}
.loan-block__row--no-padding {
  padding: 0;
}
.loan-block__rownew {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.loan-block__rownew--center {
  justify-content: center;
}
.loan-block__rownew--no-padding {
  padding: 0;
}
.loan-block__property {
  position: relative;
  width: 16rem;
}
.loan-block__property--wide {
  width: 20rem;
}
.loan-block__property--small {
  width: 11rem;
}
.loan-block__property-new {
  position: relative;
  width: 100%;
}
.loan-block__property-new--wide {
  width: 20rem;
}
.loan-block__property-new--small {
  width: 11rem;
}
.loan-block__v-separator {
  background-color: #8e9c9c;
  height: 48px;
  width: 1px;
}
.loan-block__property-title {
  color: #fff;
  font-family: "Circular Std Medium", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.loan-block__property-title-new {
  color: #000;
  font-family: "Circular Std Medium", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.loan-block__property-value {
  color: #fff;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.5rem;
}
.loan-block__property-value--dark {
  color: #345b58;
}
.loan-block__property-value __loan-number-text {
  font-family: "Gestura Headline Semibold", sans-serif;
  margin-bottom: 2.5rem;
}
.loan-block__property-value-new {
  color: #8e9c9c;
  font-family: "Circular Std Medium", sans-serif;
  font-size: 14px;
  text-align: center;
}
.loan-block__property-value-new--dark {
  color: #345b58;
}
.loan-block__property-value-new __loan-number-text {
  font-family: "Gestura Headline Semibold", sans-serif;
  margin-bottom: 2.5rem;
}
.loan-block__btn {
  background: url("/src/images/main-page/loan-link.png") center center no-repeat transparent;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  height: 45px;
  line-height: 4.5rem;
  margin: 0 auto;
  text-transform: uppercase;
  width: 181px;
}
.loan-block__slider-line {
  background-color: #fff;
  content: "";
  height: 4px;
  left: 1px;
  position: absolute;
  top: -1px;
}
.loan-block__slider-dot {
  background-color: #345b58;
  border: 1px solid #fff;
  border-radius: 100px;
  content: "";
  height: 8px;
  position: absolute;
  top: -4px;
  width: 8px;
}
.loan-block__slider {
  background-color: #8e9c9c;
  height: 1px;
  position: absolute;
  top: 11px;
  width: 100%;
  z-index: 5;
}
.loan-block__slider--dark .loan-block__slider-line,
.loan-block__slider--dark .loan-block__slider-dot {
  background-color: #345b58;
  border-color: #345b58;
}
.loan-block__left-point, .loan-block__right-point {
  background: #8e9c9c;
  border-radius: 100px;
  height: 10px;
  position: absolute;
  top: 7px;
  width: 10px;
  z-index: 10;
}
.loan-block__left-point {
  left: 0;
}
.loan-block__right-point {
  right: 0;
}
.loan-block__title-link {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .loan-block {
    margin: 0 4px 8px;
  }
  .loan-block--verified-account {
    margin: 0 auto;
  }
  .loan-block__property {
    width: 16rem;
  }
  .loan-block__property--wide {
    width: 24rem;
  }
  .loan-block__property-value {
    font-size: 2.4rem;
    text-align: center;
  }

  .loan-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0rem 0rem 0rem 45rem;
    width: 95rem;
  }
  .loan-blocks .loan-tile {
    margin: 0 2% 4rem 0;
    width: 48%;
  }
  .loan-blocks .loan-tile:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .loan-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0rem 0rem 0rem 0rem;
    width: 95rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 991px) {
  .loan-block {
    width: 44rem;
  }
  .loan-block--verified-account {
    margin: 0 auto;
    width: auto;
  }
  .loan-block__property {
    width: 19rem;
  }
  .loan-block__property-title {
    font-size: 1.6rem;
  }

  .loan-blocks .loan-tile {
    width: 31.6%;
  }
  .loan-blocks .loan-tile:nth-child(2n) {
    margin-right: 2%;
  }
  .loan-blocks .loan-tile:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .loan-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: unset;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .loan-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: unset;
    padding: 0;
  }
}
@media (max-width: 950px) {
  .loan-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: unset;
    padding: 0;
  }
}
/*Mobile*/
@media (max-width: 700px) {
  .loan-block #by-wallet-btn {
    float: none;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .loan-block #by-bank-btn {
    float: none;
    margin-top: 3rem;
  }
  .loan-block__btnContainer {
    width: 100%;
    padding-bottom: 9rem;
    padding-top: 10rem;
  }
  .loan-block__bot-confirmPopup {
    background-color: #345b58;
    color: #fff;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
  }
  .loan-block__bot-confirmPopup h3 {
    color: #ccc;
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 0.8rem;
    padding-top: 1.5rem;
  }
  .loan-block__botnew {
    color: #808080;
    padding: 0rem 5rem 5rem 5rem;
  }
  .loan-block__properties {
    line-height: 2.5rem;
    margin: 0 auto;
    max-width: 56rem;
    padding-top: 1rem;
  }

  .review-order__investment-title-pledge {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    color: #345b58;
    line-height: 58px;
    text-align: center;
    padding-bottom: 3rem;
  }
}
/**
  Corners for container
 */
.loan-tile {
  border: lavender 1px solid;
  display: flex;
  flex-direction: column;
  margin: 0 auto 4rem auto;
  max-width: 44rem;
  padding-bottom: 1rem;
  position: relative;
  border-radius: 2.5rem;
}
.loan-tile__image-wrap {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}
.loan-tile__image-wrap img {
  display: block;
  width: 97%;
  padding: 5px;
  border-radius: 2.5rem;
}
.loan-tile__img-overlay {
  text-align: left;
  padding-left: 2rem;
}
.loan-tile__address {
  color: #345b58;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-weight: normal;
  font-size: 24px;
}
.loan-tile__type {
  color: black;
  font-size: 16px;
  line-height: 24px;
}
.loan-tile__properties {
  margin: 0rem 0rem 0rem 1rem;
}
.loan-tile__property {
  color: #345b58;
}
.loan-tile__property-title {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 1rem 0rem 0rem 1.2rem;
}
.loan-tile__property-value {
  color: #345b58;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-weight: normal;
  text-align: left;
  padding: 0rem 0rem 0rem 1.2rem;
  font-size: 24px;
}
.loan-tile__property.two-props {
  width: 100%;
}
.loan-tile__property.three-props {
  width: 100%;
}
.loan-tile__property.two-props-ltv {
  width: 40%;
  float: left;
}
.loan-tile__property.two-props-lv {
  width: 40%;
  float: right;
}
.loan-tile__property-separator {
  border-right: #345b58 2px solid;
}
.loan-tile__summary {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: black;
  margin: 0 2rem 0rem;
  line-height: 24px;
  text-align: left;
  padding-top: 15px;
}
.loan-tile__link-wrap {
  align-self: flex-start;
  font-size: 1.4rem;
  margin: 1rem 2rem 0rem;
}
.loan-tile__link-wrap a {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 450;
  font-size: 16px;
  color: #f1b203;
  line-height: 24px;
}
.loan-tile__link {
  margin: 0 auto;
}
.loan-tile :last-child {
  margin-bottom: 0;
}
/**
  Corners for container
 */
.registration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 7rem;
  padding: 6rem 3rem;
  text-align: center;
}
.registration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.registration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.registration__wrapper {
  /* display: flex;*/
}
.registration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.registration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.registration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.registration__points {
  display: block;
  padding-top: 2rem !important;
}
.registration__code-input-hidden {
  display: none;
}
.registration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
}

.final-pitch__point {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.final-pitch__point-text {
  color: #345b58;
  margin-left: 2rem;
  text-align: left;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #f1b203;
  font-size: 20px;
}

.Process_Summary_Steps {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #faf0d3;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps p span {
  color: #345B58;
}

.Process_Summary_Steps_Inner {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .registration {
    padding: 6rem 6rem;
  }
  .registration__subheader {
    text-align: center;
  }
  .registration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .registration__container {
    margin: auto;
    max-width: 1326px;
  }
  .registration__register-container {
    margin: auto;
    max-width: 1200px;
  }
  .registration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 10rem;
  }

  .registration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .registration__featured_wrap {
    padding-top: 28px;
  }

  .registration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .registration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .registration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .registration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .registration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #f1b203;
    font-size: 20px;
  }

  .Process_Summary_Steps {
    width: 390px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #faf0d3;
    float: left;
    margin-left: 20%;
    text-align: center;
    margin-top: 2rem;
  }
  .Process_Summary_Steps p span {
    color: #345B58;
  }

  .Process_Summary_Steps_Inner {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .registration__header {
    text-align: center;
  }
  .registration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .registration__wrapper {
    /* display: flex;*/
  }
  .registration__form {
    margin: 0 auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .registration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .registration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .registration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .registration__video {
    width: 41rem;
    height: 24rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .close-eye {
    background-image: url("/src/images/icons/eye-closed.png");
  }

  .open-eye {
    background-image: url("/src/images/icons/eye-opened.png");
  }

  .registration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .registration__featured_wrap {
    padding-top: 28px;
  }

  .registration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .registration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .registration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .registration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .registration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #f1b203;
    font-size: 20px;
  }

  .Process_Summary_Steps {
    width: 30.33%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #faf0d3;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps p span {
    color: #345B58;
  }

  .Process_Summary_Steps_Inner {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .registration__header {
    line-height: 6rem;
  }
  .registration__subheader {
    text-align: center;
  }
  .registration__wrapper {
    display: block;
  }
  .registration__container {
    margin: auto;
    max-width: 1326px;
  }
  .registration__video {
    width: 36rem;
    height: 23rem;
    margin: 0rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .registration__featured {
    height: 180px;
    width: 112%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .registration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .registration__featured_wrap_title {
    font-size: 20px;
  }

  .registration__featured_wrap_logos {
    padding-top: 27px;
  }

  .registration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #f1b203;
    font-size: 20px;
  }

  .Process_Summary_Steps {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #faf0d3;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps p span {
    color: #345B58;
  }

  .Process_Summary_Steps_Inner {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .Process_Summary_Steps {
    width: 27.33%;
    height: 170px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #faf0d3;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps p span {
    color: #345B58;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.success-page {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 8.6rem;
  padding: 10rem 3rem;
  text-align: center;
}
.success-page__header {
  margin-bottom: 4rem;
  padding-bottom: 0;
}
.success-page__text {
  color: #345b58;
  margin-bottom: 4rem;
}
.success-page__text p {
  margin-bottom: 0;
  color: #345B58;
}

.textsize {
  font-size: 44px;
}

.success-page-mob {
  line-height: 4.5rem !important;
}

.send-email-verification-success__text-bold {
  font-weight: bold;
}
.send-email-verification-success__text-italic {
  font-style: italic;
  margin-top: 2rem;
}

.success_info_cms {
  color: #345B58;
}

.success_info_cms p {
  color: #345B58;
  font-weight: bold;
  font-size: 18px;
}

.success_info_cms p span {
  font-size: 18px;
}

.success_info_cms p span em {
  font-size: 18px;
}

.success_info_cms a {
  color: #F1B203;
}

.success_info_cms_lower {
  color: #8e9c9c;
}

@media only screen and (min-width: 768px) {
  .success-page {
    margin-top: 7rem;
    padding: 15rem 15rem;
    min-height: 40rem;
  }
  .success-page__container {
    margin: auto;
    max-width: 1326px;
  }
  .success-page__header {
    /* text-align: left;*/
  }
  .success-page__text {
    text-align: left;
  }
  .success-page__containersize {
    margin: auto;
    max-width: 1200px;
  }
}
/**
  Corners for container
 */
.form-page {
  background-color: white;
  line-height: 2.5rem;
  margin: 8.6rem auto 0;
  overflow-x: hidden;
  position: relative;
  text-align: center;
}
.form-page__headline {
  padding-bottom: 4rem;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  color: #345b58;
}
.form-page__container {
  margin: 0 auto;
  padding: 12rem 1rem 2rem 1rem;
  padding-bottom: 11rem;
  width: 33rem;
}
.form-page__passwordchange-container {
  margin: 0 auto;
  padding-bottom: 11rem;
  width: 33rem;
  min-height: 40rem;
  padding-top: 8rem;
}
.form-page__submit {
  letter-spacing: 0.1rem;
  width: 19rem;
}
.form-page__email-confirmation-failed-container {
  min-height: 58rem;
  padding-top: 10rem;
}
.form-page__email-link-text {
  text-align: center;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
  line-height: 2.6rem;
  padding-top: 3rem;
}

.confirm-email-title {
  font-size: 40px;
  line-height: 2;
}

.change-password-title {
  font-size: 40px;
  line-height: 3;
}

.create-new-password-title {
  font-size: 32px;
  line-height: 3;
}

.email-confirmation-failed {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #345b58;
}

@media only screen and (min-width: 768px) {
  .form-page {
    margin-top: 7rem;
  }

  .create-new-password-title {
    font-size: 40px;
    line-height: 3;
    width: 40rem;
  }

  .email-confirmation-failed-container {
    margin: 0 auto;
    padding: 1rem 1rem 2rem 1rem;
    padding-bottom: 11rem;
    width: 33rem;
  }
}
@media only screen and (min-width: 991px) {
  .form-page__container {
    width: 45rem;
  }
  .form-page__passwordchange-container {
    width: 45rem;
    min-height: 40rem;
    padding-top: 8rem;
  }
}
/**
  Corners for container
 */
.investment-dashboard-page {
  background-color: #fff;
}
.investment-dashboard-page__container {
  line-height: 2.5rem;
  margin: 8.6rem auto 0;
  padding-top: 2rem;
  text-align: center;
  width: 90%;
}
.investment-dashboard-page__title {
  font-size: 56px;
  font-weight: 600;
  text-transform: none;
}
.investment-dashboard-page__cta-button-container {
  margin-bottom: 2rem;
}
.investment-dashboard-page__cta-button {
  color: #345b58;
  padding: 1.6rem 3rem 1.1rem;
}
.investment-dashboard-page__investments-summary {
  display: flex;
  flex-direction: column;
}
.investment-dashboard-page__investments-summary-tile {
  margin-bottom: 2.5rem;
  width: 100%;
}
.investment-dashboard-page__investments-summary-tile-title {
  align-items: center;
  background-color: #345b58;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 5rem;
}
.investment-dashboard-page__investments-summary-tile-value {
  align-items: center;
  border: #142e52 solid 1px;
  display: flex;
  font-size: 28px;
  justify-content: center;
  min-height: 7rem;
}
.investment-dashboard-page__investments-container-mobile {
  border: #142e52 solid 1px;
}
.investment-dashboard-page__investments-header-mobile {
  align-items: center;
  background-color: #345b58;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 5rem;
}
.investment-dashboard-page__investments-drop-down {
  background-color: #345b58;
  border: none;
  color: #fff;
  font-size: 16px;
}
.investment-dashboard-page__investment-mobile {
  border-bottom: #8e9c9c solid 1px;
  border-top: #8e9c9c solid 1px;
  display: none;
  margin-bottom: 3rem;
}
.investment-dashboard-page__investment-mobile:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.investment-dashboard-page__investment-mobile-row {
  border-bottom: #e4e7e2 solid 1px;
  display: flex;
}
.investment-dashboard-page__investment-mobile-row:last-child {
  border-bottom: none;
}
.investment-dashboard-page__investment-mobile-row-value {
  padding: 0.5rem 1rem;
  text-align: left;
  width: 50%;
}
.investment-dashboard-page__investment-mobile-row-value > span {
  text-align: left;
}
.investment-dashboard-page__investment-mobile.active-investments {
  display: block;
}
.investment-dashboard-page__investments-selector {
  display: none;
  justify-content: center;
  margin: 0 auto 2rem;
}
.investment-dashboard-page__investments-selector-tab {
  border-right: #8e9c9c solid 1px;
  cursor: pointer;
  min-width: 17rem;
  padding: 0 2.5rem;
}
.investment-dashboard-page__investments-selector-tab:last-child {
  border-right: none;
}
.investment-dashboard-page__investments-selector-tab.active-investments {
  color: #345b58;
  font-weight: bold;
  text-decoration: underline;
}
.investment-dashboard-page__investments-tables {
  display: none;
  min-height: 20rem;
}
.investment-dashboard-page__investments-table {
  display: none;
  width: 100%;
}
.investment-dashboard-page__investments-table table {
  border: #8e9c9c solid 1px;
  width: 100%;
}
.investment-dashboard-page__investments-table table th {
  align-items: center;
  background-color: #345b58;
  border-right: #8e9c9c solid 1px;
  color: #fff;
  font-weight: 600;
  justify-content: center;
  min-height: 4rem;
  padding: 1rem;
}
.investment-dashboard-page__investments-table table th:first-child {
  padding-left: 2rem;
  text-align: left;
}
.investment-dashboard-page__investments-table table td {
  align-items: center;
  border: #e4e7e2 solid 1px;
  font-size: 18px;
  padding: 2rem;
}
.investment-dashboard-page__investments-table table td:first-child {
  font-weight: 600;
  text-align: left;
}
.investment-dashboard-page__investments-table.active-investments {
  display: table;
}
.investment-dashboard-page__annotations {
  font-size: 14px;
  line-height: 13px;
  margin: 0.5rem 0 4rem 2rem;
  text-align: left;
}
.investment-dashboard-page__annotation {
  font-size: 14px;
  line-height: 13px;
  margin-left: 2rem;
  text-align: left;
}
.investment-dashboard-page sup {
  font-size: 9px;
  vertical-align: super;
}
.investment-dashboard-page .RelatedTxn_Tbl {
  width: 100%;
}
.investment-dashboard-page .RelatedTxn_Tbl table {
  border: #8e9c9c solid 1px;
  width: 100%;
}
.investment-dashboard-page .RelatedTxn_Tbl table th {
  align-items: center;
  background-color: #345b58;
  border-right: #8e9c9c solid 1px;
  color: #fff;
  font-weight: 600;
  justify-content: center;
  min-height: 4rem;
  padding: 1rem;
}
.investment-dashboard-page .RelatedTxn_Tbl table td {
  align-items: center;
  border: #e4e7e2 solid 1px;
  font-size: 18px;
  padding: 1rem;
}

.scroll-top-btn {
  background: url("/src/images/buttons/btn-scroll-top.png") center no-repeat transparent;
  background-size: 45px 45px;
  bottom: 75px;
  height: 45px;
  position: fixed;
  right: 10px;
  width: 45px;
  z-index: 2147483647;
}

.greyFifty {
  background-color: #ddd;
  border: solid 5px #F1B203;
}

#RelatedTxnForm_close {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

#relatedTxnContainer {
  min-height: 30rem;
  width: 90%;
  padding-top: 4rem;
  margin: 0 auto;
}

.txnPopupHdr {
  width: 100%;
  padding-left: 20px;
}

.popupHdr_title {
  width: 100%;
  padding-bottom: 10px;
}

.popupHdr_title_H2 {
  text-align: left;
}

.txnPopupHdr_Row1 {
  width: 100%;
  padding-bottom: 4rem;
  height: 3rem;
}

.txnPopupHdr_Row1_span {
  float: left;
  font-size: 22px;
  color: #808080;
}

.txnPopupHdr_Row2_span {
  float: left;
  font-size: 22px;
  color: darkslategrey;
}

@media only screen and (min-width: 768px) {
  .investment-dashboard-page__investments-summary {
    flex-direction: row;
    justify-content: space-between;
  }
  .investment-dashboard-page__investments-summary-tile {
    margin-bottom: 4rem;
    width: 30%;
  }
  .investment-dashboard-page__investments-summary-tile-title {
    min-height: 4rem;
  }
  .investment-dashboard-page__investments-summary-tile-value {
    min-height: 9rem;
  }
  .investment-dashboard-page__investments-selector {
    display: flex;
  }
  .investment-dashboard-page__investments-tables {
    display: block;
  }
  .investment-dashboard-page__investments-container-mobile {
    display: none;
  }
  .investment-dashboard-page__investments-table {
    width: 100%;
  }
  .investment-dashboard-page__investments-table.active-investments {
    display: inline-block;
    width: 695px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .investment-dashboard-page .RelatedTxn_Tbl {
    width: 100%;
  }
  .investment-dashboard-page .RelatedTxn_Tbl table {
    border: #8e9c9c solid 1px;
    width: 100%;
  }
  .investment-dashboard-page .RelatedTxn_Tbl table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .investment-dashboard-page .RelatedTxn_Tbl table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }

  .scroll-top-btn {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .investment-dashboard-page__investments-table {
    width: 100%;
  }
  .investment-dashboard-page__investments-table.active-investments {
    display: table;
    width: 100%;
    overflow: auto;
  }
  .investment-dashboard-page .RelatedTxn_Tbl {
    width: 100%;
  }
  .investment-dashboard-page .RelatedTxn_Tbl table {
    border: #8e9c9c solid 1px;
    width: 100%;
  }
  .investment-dashboard-page .RelatedTxn_Tbl table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .investment-dashboard-page .RelatedTxn_Tbl table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
}
@media (max-width: 700px) {
  .investment-dashboard-page__title {
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 3rem;
  }
}
@media (width: 1024px) {
  .investment-dashboard-page__investments-table.active-investments {
    display: inline-block;
    width: 900px;
    overflow-x: scroll;
    margin: 0 auto;
  }
}
/**
  Corners for container
 */
.investment-listings-page__header-img-mobile, .investment-listings-page__header-img-tablet, .investment-listings-page__header-img-desktop {
  background-size: cover;
  height: 27%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 2rem;
}
.investment-listings-page__header-img-mobile {
  display: block;
}
.investment-listings-page__header-img__title {
  font-size: 72px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  text-align: left;
  line-height: 83px;
  color: #fff;
  position: absolute;
  padding-top: 60px;
}
.investment-listings-page__header-img__content {
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  line-height: 46px;
  color: #fff;
  padding: 185px 0 0 0;
}
.investment-listings-page__container {
  background-color: #fdfcfd;
  line-height: 2.5rem;
  padding-top: 2rem;
}
.investment-listings-page #filters_SN {
  margin-top: 905px;
}
.investment-listings-page__top {
  margin: auto;
}
.investment-listings-page__title {
  color: #345b58;
  margin: 2rem;
  padding-bottom: 0;
}
.investment-listings-page__divider {
  border: solid 2px;
  margin-bottom: 6rem;
  width: 4rem;
}
.investment-listings-page__guest-section {
  margin: 45rem 0rem 6rem 0rem;
  position: relative;
}
.investment-listings-page__guest-section-img-mobile {
  width: 100%;
}
.investment-listings-page__guest-section-img-desktop {
  display: none;
  width: 100%;
}
.investment-listings-page__guest-section-details {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.investment-listings-page__btn {
  background-color: #fff;
  color: #345b58;
  display: block;
  margin: 0 auto 2rem;
  padding: 2rem;
  width: 80%;
}
.investment-listings-page__btn-desc {
  color: #fff;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 4.6px;
  line-height: 0.99;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.investment-listings-page__btn-desc-body {
  color: #fff;
  margin-bottom: 3rem;
}
.investment-listings-page__signin-btn {
  border-bottom: #fff 2px solid;
  color: #fff;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.78;
  text-transform: uppercase;
}
.investment-listings-page__listing-subtitle {
  color: #345b58;
  font-size: 2.8rem;
  line-height: 25px;
  text-align: center;
}
.investment-listings-page__listing-title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
  text-align: center;
}
.investment-listings-page__modes {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.investment-listings-page__modes a {
  color: #345b58;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-align: center;
}
.investment-listings-page__modes a.filter-open {
  color: #fff;
  font-weight: bold;
}
.investment-listings-page__mode-wrap {
  border: #8e9c9c 1px solid;
  cursor: pointer;
  border-radius: 0.6rem;
  width: 12rem;
}
.investment-listings-page__mode-wrap a {
  color: #345b58;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2px;
  text-align: center;
}
.investment-listings-page__mode-wrap.filter-open {
  background-color: #f1b203;
}
.investment-listings-page__mode-wrap.filter-open a {
  color: #345b58;
  font-weight: bold;
}
.investment-listings-page__Lowerblock {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 36px 322px 63px;
  gap: 18px;
  width: 1920px;
  height: 465px;
}
.investment-listings-page__bg-desktop {
  background-color: #fff;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 92%;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

@media only screen and (min-width: 768px) {
  .investment-listings-page__top {
    max-width: 1920px;
  }
  .investment-listings-page__title {
    margin: 0 2rem 2rem;
  }
  .investment-listings-page__top-copy {
    color: #345b58;
    font-size: 42px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 48px;
  }
  .investment-listings-page__top-content {
    color: #000000;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .investment-listings-page__readytostart-title {
    color: #345b58;
    font-size: 24px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
  }
  .investment-listings-page__readytostart-content {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .investment-listings-page-ourinvbutton {
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px;
  }
  .investment-listings-page-ourinvbutton-text {
    color: #345b58;
  }
  .investment-listings-page__listing-title {
    padding: 3rem 15rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 42px;
    line-height: 4rem;
    color: #345b58;
  }
  .investment-listings-page__modes {
    padding: 0 15rem;
  }
  .investment-listings-page__guest-section-img-mobile {
    display: none;
  }
  .investment-listings-page__guest-section-img-desktop {
    display: block;
  }
  .investment-listings-page__guest-section-details {
    min-width: 60rem;
    width: 45%;
  }
  .investment-listings-page__btn {
    background-color: #fff;
    color: #345b58;
    display: block;
    margin: 0 auto 2rem;
    max-width: 38rem;
    padding: 2rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .investment-listings-page__header-img-mobile, .investment-listings-page__header-img-tablet {
    display: none;
  }
  .investment-listings-page__block {
    padding: 0;
    margin: auto;
    max-width: 1200px;
  }
  .investment-listings-page__invlistings {
    float: left;
    width: 50%;
    padding-top: 48px;
  }
  .investment-listings-page__top-copy {
    color: #345b58;
    font-size: 42px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 48px;
  }
  .investment-listings-page__top-content {
    font-size: 16px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    text-align: left;
    line-height: 24px;
    color: #000000;
    width: 65%;
    padding: 24px 0 24px 0;
  }
  .investment-listings-page__readytostart-title {
    font-size: 24px;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    color: #345b58;
  }
  .investment-listings-page__readytostart-content {
    font-size: 16px;
    font-family: "Circular Std Book", sans-serif;
    text-align: left;
    line-height: 24px;
    width: 386px;
    padding: 24px 0 24px 0;
    color: #000000;
  }
  .investment-listings-page-ourinvbutton-text {
    color: #345b58;
  }
  .investment-listings-page-ourinvbutton {
    line-height: 32px;
    background-color: #f1b203;
    border-radius: 9px;
    padding: 9px 18px;
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
  }
  .investment-listings-page__right-img {
    float: right;
    width: 36%;
    padding-top: 48px;
  }
  .investment-listings-page__featuredblock {
    padding-top: 0px;
  }

  .investment-listings-page__header-img-desktop {
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 25px;
    display: block;
  }

  .investment-listings-page__header-img__title {
    font-size: 54px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    line-height: 62px;
    color: #fff;
    padding-top: 60px;
  }

  .investment-listings-page__header-img__content {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    line-height: 45px;
    color: #fff;
    padding: 150px 0 0 0;
    font-family: "Circular Std Book", sans-serif;
  }
}
@media (max-width: 1250px) {
  .investment-listings-page__header-img-desktop {
    background-size: cover;
    height: 89%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 25px;
    display: block;
  }

  .investment-listings-page__invlistings {
    width: 100%;
    float: left;
    max-width: none;
    margin: auto;
    box-sizing: border-box;
    padding: 18px 18px 30px 18px;
  }

  .investment-listings-page__header-img__title {
    font-size: 54px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    line-height: 62px;
    color: #fff;
    padding-top: 60px;
  }

  .investment-listings-page__header-img__content {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    line-height: 45px;
    color: #fff;
    padding: 150px 0 0 0;
    font-family: "Circular Std Book", sans-serif;
  }

  .investment-listings-page__right-img {
    display: none;
  }

  .investment-listings-page__top-copy {
    color: #345b58;
    font-size: 42px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 48px;
    padding-bottom: 16px;
  }

  .investment-listings-page__top-content {
    color: #000000;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0 12px 0px;
  }

  .investment-listings-page__readytostart-title {
    color: #345b58;
    font-size: 24px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    padding-bottom: 8px;
  }

  .investment-listings-page__readytostart-content {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px 8px 0px;
  }

  .investment-listings-page-ourinvbutton {
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px;
    position: absolute;
  }
}
@media (max-width: 950px) {
  .investment-listings-page__header-img-desktop {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
  }

  .investment-listings-page__header-img__title {
    font-size: 49px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 54px;
    color: #fff;
    position: absolute;
    text-align: left;
  }

  .investment-listings-page__header-img__content {
    line-height: 42px;
    padding: 140px 0 0 0;
  }

  .investment-listings-page__invlistings {
    padding: 20px 20px 0 20px;
  }

  .investment-listings-page-ourinvbutton {
    position: absolute;
  }

  .investment-listings-page__right-img {
    display: none;
  }
}
@media (max-width: 700px) {
  .investment-listings-page__header-img-desktop {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 0 0 50px 50px;
    display: block;
  }

  .investment-listings-page__header-img__title {
    font-size: 49px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 52px;
    color: #fff;
    position: absolute;
    text-align: left;
    padding-top: 0px;
  }

  .investment-listings-page__top-copy {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    color: #345b58;
    text-align: left;
    padding-left: 23px;
  }
  .investment-listings-page__top-content {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    padding: 24px 0 12px 24px;
  }
  .investment-listings-page__right-img {
    display: none;
  }
  .investment-listings-page__readytostart-title {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #345b58;
    padding: 0 0 12px 24px;
  }
  .investment-listings-page__readytostart-content {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    padding: 0 0 18px 24px;
  }
  .investment-listings-page-ourinvbutton {
    font-size: 16px;
    font-weight: 600;
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    padding: 8px;
    width: 152px;
    height: 24px;
    margin-left: 25%;
    text-align: center;
  }
  .investment-listings-page-ourinvbutton-text {
    padding: 9px;
    color: #345b58;
  }
  .investment-listings-page .featured-investments-wrap {
    padding: 36px 18px 63px;
    gap: 36px;
    width: 390px;
  }
  .investment-listings-page .featured-investments__title {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #345b58;
    padding-top: 70px;
  }
  .investment-listings-page .featured-investments__item {
    gap: 63px;
    width: 305.52px;
    height: 485px;
  }
}
/**
  Corners for container
 */
.featured-listings {
  background: url("/src/images/main-page/f-l-bg.png") center top/cover no-repeat transparent;
  padding-bottom: 3.5rem;
  text-align: center;
}
.featured-listings h2:first-child {
  color: #e4e7e2;
  padding-bottom: 1rem;
  padding-top: 5.5rem;
}
.featured-listings__wrap-link {
  letter-spacing: 0.2rem;
  padding: 3.5rem 0 0 0;
}
.featured-listings__link {
  border-bottom: 2px solid;
  color: #345b58;
  font-weight: bold;
  line-height: 2.5rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .featured-listings {
    background-image: url("/src/images/main-page/f-l-bg-tablet.png");
  }
  .featured-listings__wrap-link {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-listings {
    background-image: url("/src/images/main-page/f-l-bg-desktop.png");
  }
}
/**
  Corners for container
 */
.filter {
  background-color: #345b58;
  margin: 95rem 0rem 0rem 0rem;
}
.filter__container {
  padding: 2rem 0 2rem 0;
}
.filter__content {
  display: none;
  padding: 3.5rem 1.5rem 0 1.5rem;
}
.filter__header {
  display: flex;
  justify-content: center;
}
.filter__btn {
  background: url("/src/images/icons/filter-icon.png") center right no-repeat transparent;
  color: #345b58;
  cursor: pointer;
  font-size: 2.4rem;
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
}
.filter__line {
  background-color: #345b58;
  height: 1px;
  margin: auto 1.5rem;
  width: 100%;
}
.filter__line--no-side-margin {
  margin: auto 0;
}
.filter__wrap-block {
  margin: 0 auto;
  width: 25rem;
}
.filter__block {
  background-color: #fff;
  border: 1px solid #8e9c9c;
  border-bottom: 4px solid #345b58;
  margin: 0 auto 2rem;
  min-height: 14.7rem;
  padding: 3rem 1rem 2rem 2.5rem;
  text-align: left;
}
.filter__title {
  color: #8e9c9c;
  font-size: 2.1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.filter__row {
  display: flex;
}
.filter__row--hidden {
  display: none;
}
.filter__count {
  background: #fff;
  color: #8e9c9c;
  display: block;
  margin-right: -3px;
  padding: 0 3px;
  z-index: 15;
}
.filter__bottom-content {
  background-color: #fff;
}
.filter__panel {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1326px;
  padding: 0 3rem;
}
.filter__num-results {
  color: #345b58;
  line-height: 3rem;
  text-transform: uppercase;
}
.filter__results {
  min-height: 10rem;
  padding-top: 5rem;
}
.filter__right-panel {
  align-items: baseline;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  text-align: right;
  z-index: 25;
}
.filter__clear-wrap {
  line-height: 3rem;
  margin-right: 1rem;
  text-transform: uppercase;
}
.filter__clear {
  color: #345b58;
  font-size: 1.6rem;
}
.filter__load-more-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
  margin-top: 12rem;
}
.filter__load-more-wrap--hidden {
  display: none;
}
.filter__load-more {
  color: #345b58;
  display: block;
  font-size: 16px;
  padding: 9px 18px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f1b203;
  border-radius: 9px;
  font-weight: 600;
}
.filter__btn-filter {
  border-bottom: 1px solid;
  color: #345b58;
  display: none;
  margin-left: 2.7rem;
  text-transform: uppercase;
}
.filter__btn-filter--show {
  display: initial;
}
.filter__desk-btn {
  cursor: pointer;
  display: none;
}
.filter__sorting {
  display: none;
}
.filter__loan-cat-section {
  margin-top: 2rem;
  background-color: #fdfcfd;
}

.filter-open .filter__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 130rem;
}
.filter-open .filter__container {
  padding-bottom: 0;
}
.filter-open .filter__wrap-block {
  margin: 0 10px;
}
.filter-open .filter__bottom-link {
  margin-bottom: 3rem;
  width: 100%;
}
.filter-open .filter__btn {
  background-image: url("/src/images/icons/filter-icon-open.png");
}

@media only screen and (min-width: 768px) {
  .filter__bottom-link {
    display: none;
  }

  .filter-open .filter__content {
    flex-wrap: nowrap;
  }
  .filter-open .filter__bottom-link {
    width: auto;
  }
  .filter-open .filter__wrap {
    height: 31rem;
    position: relative;
  }
  .filter-open .filter__container {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 50;
  }
}
@media only screen and (min-width: 991px) {
  .filter__panel {
    padding: 0 15rem;
  }

  .filter-open .filter__content {
    height: 23rem;
  }
}
@media only screen and (min-width: 1200px) {
  .filter__wrap-block {
    flex-basis: 29.7rem;
  }
  .filter__block {
    margin-bottom: 0;
  }
  .filter__btn {
    background: none;
    padding-right: 0;
  }
  .filter__desk-btn {
    background: url("/src/images/icons/filter-icon.png") center center no-repeat #345b58;
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    width: 40px;
  }

  .filter-open .filter__content {
    justify-content: space-between;
  }
  .filter-open .filter__wrap-block {
    margin: 0;
  }
  .filter-open .filter__btn {
    background-image: none;
  }
  .filter-open .filter__desk-btn {
    background-image: url("/src/images/icons/filter-icon-open.png");
  }
}
/**
  Corners for container
 */
.dropdown {
  margin-right: 1rem;
}
.dropdown__arrow {
  font-size: 3rem;
  margin: 0;
  position: relative;
  top: 6px;
  width: 0.5em;
}
.dropdown__nav-list {
  background: #fff;
  border: 1px solid #8e9c9c;
  border-top: 2px solid #345b58;
  display: none;
  position: absolute;
  right: 10.4rem;
  top: 2.8rem;
  width: 17rem;
  z-index: 50;
}
.dropdown__nav-link {
  color: #345b58;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
}
.dropdown__nav-link--selected {
  color: #8e9c9c;
}
.dropdown__mobile-nav-text, .dropdown__arrow {
  pointer-events: none;
}
.dropdown__mobile-nav-link {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  font-weight: bold;
  margin: 0 0 0 10px;
  text-transform: uppercase;
}
.dropdown__mobile-nav-link--selected .loan-page__arrow {
  transform: rotate(180deg);
}
.dropdown__mobile-jump-text {
  color: #8e9c9c;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.dropdown__open .dropdown__nav-list {
  display: block;
}
.dropdown__open .dropdown__arrow {
  transform: rotate(180deg);
}
/**
  Corners for container
 */
.page-404 {
  overflow-x: hidden;
  position: relative;
  text-align: center;
}
.page-404::before {
  background: url("/src/images/404-header-desk.jpg") center top/cover no-repeat #fff;
  content: "";
  height: 41rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.page-404::after {
  content: "";
  height: 41rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(-30deg, #fff 24.001px, transparent 0) right, linear-gradient(30deg, #fff 24.001px, transparent 0) left;
}
.page-404__content {
  background-color: #fff;
  padding: 41rem 1.5rem 0 1.5rem;
}
.page-404__top-text {
  font-size: 2.5rem;
  margin: 0 auto;
  max-width: 57rem;
  padding: 3.5rem 0 3rem 0;
}
.page-404__list {
  display: flex;
  font-size: 1.6rem;
  justify-content: space-between;
  line-height: 2.4rem;
  margin: 0 auto;
  max-width: 41.5rem;
  padding-bottom: 6rem;
  text-align: left;
}
.page-404__title {
  display: block;
  margin: 0 auto;
  max-width: 25rem;
}
.page-404__links {
  padding-bottom: 4rem;
}
.page-404__link {
  color: #345b58;
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .page-404__title {
    max-width: none;
  }
  .page-404__links {
    display: flex;
    justify-content: center;
  }
  .page-404__links-column {
    flex-basis: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-404::before, .page-404::after {
    height: 50rem;
  }
  .page-404::after {
    background: linear-gradient(-30deg, #fff 35.001px, transparent 0) right, linear-gradient(30deg, #fff 35.001px, transparent 0) left;
  }
  .page-404__content {
    padding: 50rem 1.5rem 0 1.5rem;
  }
}
/**
  Corners for container
 */
.about-us-preview {
  background-color: #e4e7e2;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  height: 70rem;
}
.about-us-preview__container {
  line-height: 2.5rem;
  overflow-x: hidden;
  padding: 8.6rem 0 0 0;
  text-align: center;
}
.about-us-preview__preview {
  padding: 0 1.5rem 5.5rem 1.5rem;
}
.about-us-preview__before-title-text {
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.2rem;
  line-height: 3rem;
  margin: 0 auto;
  max-width: 59rem;
  padding-top: 7.5rem;
  text-transform: uppercase;
}
.about-us-preview__title {
  color: #fff;
}
.about-us-preview__text {
  color: #fff;
  margin: 0 auto;
  max-width: 59rem;
}
.about-us-preview__text--padding-bottom {
  padding-bottom: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .about-us-preview__container {
    padding-top: 7rem;
  }
}
@media only screen and (min-width: 991px) {
  .about-us-preview__title {
    font-size: 8rem;
    letter-spacing: 0.7rem;
    line-height: 8rem;
  }
  .about-us-preview__preview {
    padding-bottom: 8.5rem;
  }
  .about-us-preview__before-title-text {
    padding-top: 15rem;
  }
  .about-us-preview__text {
    font-size: 1.8rem;
  }
  .about-us-preview__text--last {
    padding-bottom: 3rem;
  }
}
.about-us-our-story {
  background-color: white;
  text-align: center;
}
.about-us-our-story__title {
  font-size: 2.8rem;
  padding-bottom: 0.5rem;
}
.about-us-our-story__top {
  background: url("/src/images/about-us/about-us-story-bg.png") center bottom/contain no-repeat transparent;
  line-height: 2.5rem;
  padding-bottom: 5rem;
}
.about-us-our-story__text {
  color: #8e9c9c;
  line-height: 2.5rem;
  margin: 0 auto;
  padding: 0 1.5rem 0 1.5rem;
  text-align: center;
}
.about-us-our-story__text--paddong-bottom {
  padding-bottom: 3.5rem;
}
.about-us-our-story__text--white {
  color: #fff;
}
.about-us-our-story__value-left {
  background: url("/src/images/about-us/about-us-values-bg.png") no-repeat;
  background-color: #f5f5f5;
  background-position: center center;
  background-size: cover;
  padding-bottom: 6.5rem;
}
.about-us-our-story__value-left--our-commitment {
  background-image: url("/src/images/about-us/our-commiment-bg.png");
}
.about-us-our-story__title-values {
  color: white;
  font-size: 2.8rem;
  padding-top: 7.5rem;
  text-align: center;
}
.about-us-our-story__value-right {
  background-color: #f5f5f5;
}
.about-us-our-story__properties {
  margin: 0 auto;
  max-width: 55rem;
  padding: 3rem 1.5rem 5rem 1.5rem;
}
.about-us-our-story__property {
  align-items: center;
  display: flex;
  margin-bottom: 2.5rem;
  min-height: 6rem;
}
.about-us-our-story__icon-wrap {
  padding-right: 2.5rem;
  width: 5rem;
}
.about-us-our-story__icon-wrap img {
  width: 5rem;
}
.about-us-our-story__property-text {
  color: #345b58;
  flex: 1;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .about-us-our-story {
    padding-top: 9rem;
  }
  .about-us-our-story__title {
    font-size: 4.5rem;
    padding-bottom: 2rem;
  }
  .about-us-our-story__top {
    background-image: url("/src/images/about-us/about-us-story-bg-desk.png");
  }
}
@media only screen and (min-width: 991px) {
  .about-us-our-story__top .about-us-our-story__text {
    margin: 0 10rem;
  }
  .about-us-our-story__wrap {
    display: flex;
  }
  .about-us-our-story__wrap--reverse {
    flex-direction: row-reverse;
  }
  .about-us-our-story__value-left {
    background-image: url("/src/images/about-us/about-us-values-bg-desk.png");
    min-height: 55rem;
    min-width: 52rem;
  }
  .about-us-our-story__value-left--our-commitment {
    background-image: url("/src/images/about-us/our-commiment-bg.png");
  }
  .about-us-our-story__value-right {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
  }
  .about-us-our-story__title-values {
    font-size: 4.6rem;
    line-height: 4rem;
    padding-top: 23rem;
  }
  .about-us-our-story__property-text {
    font-family: "PT Sans", Arial, sans-serif;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-our-story__value-left {
    background-image: url("/src/images/about-us/about-us-values-bg-desk.png");
    min-height: 63rem;
    min-width: 68rem;
  }
}
.investment-story {
  background: center bottom no-repeat #fff;
  background-size: cover;
}
.investment-story .video-block__title-2 {
  font-size: 2.8rem;
  line-height: 3rem;
}
.investment-story .video-block__bottom-text {
  color: #8e9c9c;
}
.investment-story__properties {
  padding: 3rem 1.5rem 6.5rem 1.5rem;
  text-align: center;
}
.investment-story__property {
  color: #8e9c9c;
  margin: 0 auto 3.5rem;
}
.investment-story__property-icon-wrap {
  margin-bottom: 1rem;
}
.investment-story__property-icon {
  width: 107px;
}
.investment-story__property-title {
  color: #8e9c9c;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto 1rem;
  max-width: 29rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 991px) {
  .investment-story__properties {
    display: flex;
    justify-content: space-around;
  }
}
.about-us-borrowers {
  text-align: center;
}
.about-us-borrowers__preview {
  background: url("/src/images/about-us/borrowers-bg-m.jpg") center top/cover no-repeat transparent;
  height: 60rem;
  text-align: center;
}
.about-us-borrowers__preview--partners {
  background-image: url("/src/images/about-us/about-us-partners-bg-m-bw.jpg");
  height: 53rem;
}
.about-us-borrowers__title {
  color: #fff;
  font-size: 4.5rem;
  line-height: 4.5rem;
  padding: 13rem 1.5rem 3rem 1.5rem;
}
.about-us-borrowers__preview-text {
  color: #fff;
  line-height: 2.5rem;
  margin: 0 auto;
  max-width: 58rem;
  padding: 0 1.5rem 0 1.5rem;
}
.about-us-borrowers__featured-borrowers {
  background-color: #fff;
  margin-top: 7.5rem;
}
.about-us-borrowers__fb-title {
  color: #345b58;
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 12.5rem auto 0;
  max-width: 29rem;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .about-us-borrowers__preview {
    background-image: url("/src/images/about-us/borrowers-bg.jpg");
  }
  .about-us-borrowers__preview--partners {
    background-image: url("/src/images/about-us/about-us-partners-bg-desk-bw.jpg");
  }
  .about-us-borrowers__fb-title {
    max-width: 49rem;
  }
}
@media only screen and (min-width: 991px) {
  .about-us-borrowers__title {
    font-size: 8rem;
    line-height: 8rem;
  }
  .about-us-borrowers__fb-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    max-width: 96rem;
  }
  .about-us-borrowers__preview-text {
    font-size: 1.8rem;
    padding-bottom: 4rem;
  }
}
.about-us {
  background-color: #fff;
}
.about-us--about, .about-us--borrowers, .about-us--partners {
  display: none;
}
.about-us--show {
  display: block;
}
.about-us__wrap {
  position: relative;
}
.about-us__nav {
  align-items: center;
  background-color: #abb0af;
  display: flex;
  height: 7.5rem;
  justify-content: center;
  position: absolute;
  top: 70rem;
  width: 100%;
  z-index: 10;
}
.about-us__nav--about-us {
  top: 70rem;
}
.about-us__nav--borrowers {
  top: 60rem;
}
.about-us__nav--partners {
  top: 53rem;
}
.about-us__nav-list {
  background-color: #f5f5f5;
  display: none;
  font-size: 1.6rem;
  padding: 1rem 0 1rem 0;
  position: absolute;
  text-align: center;
  top: 7.5rem;
  width: 100%;
}
.about-us__nav-list--show {
  display: block;
}
.about-us__nav-link {
  color: #8e9c9c;
  letter-spacing: 0.1rem;
  line-height: 4rem;
}
.about-us__mobile-nav-text {
  color: #fff;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.about-us__arrow {
  bottom: 0;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1rem;
  position: relative;
  top: 4px;
}
.about-us__mobile-nav-link--selected {
  color: #8e9c9c;
}
.about-us__mobile-nav-link--selected .about-us__arrow {
  transform: rotate(180deg);
}

.team__card-photo {
  position: relative;
}

.team__card-photo img {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.team__card-photo .team__bot {
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  opacity: 0;
}

.team__card-photo:hover .team__bot {
  z-index: 99;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}

@media only screen and (min-width: 991px) {
  .about-us__mobile-nav-select {
    display: none;
  }
  .about-us__nav-list {
    align-items: center;
    background-color: #345b58;
    display: flex;
    height: 8rem;
    justify-content: center;
    padding: 0;
    top: 0;
  }
  .about-us__nav-item {
    border-right: 1px solid white;
    display: block;
    height: 8rem;
    line-height: 8rem;
    width: 33.3%;
  }
  .about-us__nav-item--no-border {
    border: none;
  }
  .about-us__nav-item--selected {
    background-color: #abb0af;
  }
  .about-us__nav-link {
    border-bottom: 1px solid;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
  }
  .about-us__mobile-nav-link--selected {
    border: none;
  }
}
/**
  Corners for container
 */
.video-block {
  position: relative;
}
.video-block__top {
  line-height: 2.5rem;
  padding: 6rem 1.5rem 0 1.5rem;
  position: relative;
  text-align: center;
}
.video-block__top h2:first-child {
  color: #e4e7e2;
  padding-bottom: 1rem;
}
.video-block__top--overlay {
  padding: 3.5rem 0 0 0;
}
.video-block__text-wrap {
  position: absolute;
  top: 15%;
  width: 100%;
  z-index: 10001;
}
.video-block__text-wrap.hide {
  display: none;
}
.video-block__block-wrap {
  position: relative;
  z-index: 10;
}
.video-block__file {
  margin: 4rem auto;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 56.25%;
  position: relative;
}
.video-block__file--overlay {
  height: 50.8rem;
  padding: 0;
}
.video-block__file--overlay.video-play {
  height: auto;
  padding-top: 56.25%;
}
.video-block--no-top-margin {
  padding-top: 0;
}
.video-block--no-top-margin .video-block__file {
  margin-top: 0;
}
.video-block__iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-block__bg {
  background-color: transparent;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  position: absolute;
  width: 100%;
}
.video-block__bg-mobile {
  display: block;
}
.video-block__single-page {
  background-size: cover;
}
.video-block__bg-img, .video-block__play {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.video-block__bg-img.video-block__play, .video-block__play.video-block__play {
  cursor: pointer;
}
.video-block__bg-img.hide, .video-block__play.hide {
  display: none;
}
.video-block__bg-img {
  background-size: cover;
}
.video-block__bg-img--overlay {
  height: 50.8rem;
}
.video-block__play {
  background-image: url("/src/images/main-page/play.png");
}
.video-block__play--overlay {
  height: 67px;
  margin: 0 auto;
  position: relative;
  width: 67px;
}

@media only screen and (min-width: 768px) {
  .video-block__bg-img--overlay {
    height: 100%;
  }
  .video-block__top--overlay {
    padding: 7rem 0 0 0;
  }
  .video-block__bg-tablet {
    display: block;
  }
  .video-block__img-wrap {
    margin-bottom: 1rem;
    position: relative;
  }
  .video-block__img-wrap::after {
    background-color: #e4e7e2;
    content: "";
    height: 2px;
    position: absolute;
    top: 7rem;
    width: 94px;
  }
  .video-block__img {
    width: 150px;
  }
  .video-block__text {
    display: block;
    margin: 0 auto;
    max-width: 53rem;
  }
  .video-block__block-wrap {
    margin: 0 auto;
    max-width: 65rem;
  }
  .video-block__block-wrap--overlay {
    max-width: none;
  }
  .video-block__file--overlay {
    height: auto;
    margin: 0 auto;
    max-width: none;
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 1200px) {
  .video-block__text-wrap {
    top: 23%;
  }
  .video-block__bg-desktop {
    display: block;
  }
}
/**
  Corners for container
 */
.team {
  background-color: #fdfcfd;
  /*text-align: center;*/
  margin: 175rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 0px 63px;
  gap: 33px;
  align-self: stretch;
  width: 100%;
}
.team__title {
  font-size: 42px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  color: #345b58;
  padding-bottom: 0;
  font-style: normal;
  line-height: 48px;
  text-align: center;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.team__card {
  height: auto;
  margin-bottom: 4rem;
  width: 48%;
}
.team__card-pic {
  display: block;
  height: 100%;
  width: 100%;
}
.team__card-photo {
  height: auto;
}
.team__people {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 63px;
  align-self: stretch;
}
.team__bot {
  background-color: #000000;
  position: absolute;
  left: 2rem;
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  opacity: 0.5;
}
.team__position {
  font-size: 16px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 8rem 0 2rem 0;
}
.team__name {
  font-size: 24px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  line-height: 27.6px;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 63px 10px;
    gap: 33px;
    width: 98%;
    flex: none;
    order: 5;
    align-self: auto;
    flex-grow: 0;
  }
  .team__title {
    font-family: "Gestura Headline";
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #345B58;
  }
  .team__people {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px;
    gap: 63px;
    width: 100%;
    justify-content: center;
  }
  .team__card {
    width: 259.25px;
    height: 259.25px;
  }
  .team__card-photo {
    width: 259.25px;
    height: 259.25px;
    top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 63px 10px;
    gap: 33px;
    width: 94%;
    flex: none;
    order: 5;
    align-self: auto;
    flex-grow: 0;
    margin: 0 auto;
  }
  .team__people {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 0px;
    gap: 30px;
    align-self: center;
  }
}
@media (max-width: 700px) {
  .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 63px 10px;
    gap: 33px;
    width: 95%;
    flex: none;
    order: 5;
    align-self: auto;
    flex-grow: 0;
  }
  .team__title {
    font-family: "Gestura Headline";
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #345B58;
  }
  .team__people {
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
    gap: 63px;
    width: 97%;
    margin: 0 auto;
  }
  .team__card {
    width: 259.25px;
    height: 259.25px;
    margin: 0 auto;
  }
  .team__card-photo {
    width: 259.25px;
    height: 259.25px;
    top: 0px;
  }
}
@media (width: 540px) {
  .team__people {
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
    grid-gap: 63px;
    gap: 63px;
    width: 88%;
    align-items: center;
  }
}
@media (width: 1024px) {
  .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 63px 10px;
    grid-gap: 50px;
    gap: 50px;
    width: 80%;
    margin: 0 auto;
    flex: none;
    order: 5;
    align-self: auto;
    flex-grow: 0;
  }
}
@media (width: 1280px) {
  .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 63px 10px;
    grid-gap: 50px;
    gap: 50px;
    width: 85%;
    margin: 0 auto;
    flex: none;
    order: 5;
    align-self: auto;
    flex-grow: 0;
  }
}
/**
  Corners for container
 */
.how-it-works {
  background-color: #fff;
  position: relative;
}
.how-it-works__title {
  color: #345b58;
  font-size: 2.8rem;
}
.how-it-works__top {
  line-height: 2.5rem;
  padding: 6rem 1.5rem 0 1.5rem;
  position: relative;
  text-align: center;
}
.how-it-works__top::before {
  background: url("/src/images/main-page/how-it-works-bg.png") center bottom no-repeat transparent;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.how-it-works__text-blocks-wrap {
  padding: 2rem 5rem 0 5rem;
}
.how-it-works__bottom-lines {
  padding-bottom: 22rem;
}
.how-it-works__text-block-title-wrap {
  margin-bottom: 1rem;
}
.how-it-works__text-block-title {
  color: #345b58;
  font-size: 2.5rem;
  letter-spacing: 1.6px;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.how-it-works__text-block {
  padding-bottom: 3rem;
}
.how-it-works__text-block-4 {
  padding: 0 4rem 0 4rem;
}
.how-it-works__sign-up-link {
  border-bottom: 2px solid;
  color: #e4e7e2;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.how-it-works__block-wrap {
  position: relative;
  z-index: 10;
}
.how-it-works__title-2 {
  color: #fff;
  display: block;
  margin: 3rem auto 0 auto;
  max-width: 24rem;
}
.how-it-works__file {
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 56.25%;
  position: relative;
}
.how-it-works__iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.how-it-works__bottom-text {
  color: #fff;
}
.how-it-works__bg {
  background-color: #fff;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.how-it-works__bg-mobile {
  display: block;
}
.how-it-works__single-page {
  background-size: cover;
}
.how-it-works__bg-img {
  background-size: cover;
}
.how-it-works__bg-img, .how-it-works__play {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.how-it-works__bg-img.hide, .how-it-works__play.hide {
  display: none;
}
.how-it-works__play {
  background-image: url("/src/images/main-page/play.png");
}
.how-it-works__link {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.how-it-works__link .how-it-works__text-block-title {
  color: #345b58;
}
.how-it-works__link:hover .how-it-works__text-block-title {
  color: #345b58;
}
.how-it-works__video .video-block {
  margin-top: -85px;
}

@media only screen and (min-width: 768px) {
  .how-it-works__video .video-block {
    margin-top: -170px;
  }
  .how-it-works__title {
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
  .how-it-works__bg-tablet {
    display: block;
  }
  .how-it-works__top::before {
    background-image: url("/src/images/main-page/ibg-desk.png");
    bottom: 0;
  }
  .how-it-works__text-blocks-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 74rem;
    padding: 2rem 0 0 0;
  }
  .how-it-works__bottom-lines {
    padding-bottom: 17rem;
  }
  .how-it-works__text-block {
    flex-basis: 33%;
  }
  .how-it-works__text-block-4 {
    flex-basis: 100%;
  }
  .how-it-works__img-wrap {
    height: 150px;
    margin-bottom: 1rem;
    position: relative;
  }
  .how-it-works__img-wrap::after {
    background-color: #e4e7e2;
    content: "";
    height: 2px;
    position: absolute;
    right: -49px;
    top: 74px;
    width: 98px;
  }
  .how-it-works__img {
    height: 150px;
    width: 150px;
  }
  .how-it-works__text-block:nth-of-type(3n) .how-it-works__img-wrap::after, .how-it-works__text-block:last-child .how-it-works__img-wrap::after {
    content: none;
  }
  .how-it-works__title-2 {
    font-size: 4.6rem;
    line-height: 5.5rem;
    margin-top: 6rem;
    max-width: 74rem;
  }
  .how-it-works__text {
    display: block;
    margin: 0 auto;
    max-width: 53rem;
  }
  .how-it-works__sign-up-link {
    letter-spacing: 0.3rem;
  }
  .how-it-works__block-wrap {
    margin: 0 auto;
    max-width: 68rem;
    padding: 0 2rem 0 2rem;
  }
  .how-it-works__file {
    margin: 0 auto;
    max-width: 68rem;
  }
  .how-it-works__bottom-text {
    padding: 0 10rem 0 10rem;
  }
}
@media only screen and (min-width: 1200px) {
  .how-it-works__bg-desktop {
    display: block;
  }
  .how-it-works__block-wrap {
    max-width: 90rem;
  }
  .how-it-works__top::before {
    background-image: url("/src/images/main-page/ibg-desk.png");
  }
  .how-it-works__file {
    max-width: 86rem;
  }
  .how-it-works__bottom-lines {
    padding-bottom: 25rem;
  }
}
@media only screen and (min-width: 1920px) {
  .how-it-works__bottom-lines {
    padding-bottom: 20rem;
  }
}
/**
  Corners for container
 */
.how-page {
  background-color: #fff;
}
.how-page__arrow {
  bottom: 0;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1rem;
  position: relative;
  top: 4px;
}
.how-page__nav-list {
  background-color: #f5f5f5;
  display: none;
  font-size: 1.6rem;
  padding: 1rem 0 1rem 0;
  position: absolute;
  text-align: center;
  top: 7.5rem;
  width: 100%;
}
.how-page__nav {
  align-items: center;
  background-color: #abb0af;
  display: flex;
  height: 7.5rem;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 10;
}
.how-page__nav--show .how-page__arrow {
  transform: rotate(180deg);
}
.how-page__nav--show .how-page__nav-list {
  display: block;
}
.how-page__mobile-nav-select {
  height: 100%;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.how-page__nav-link {
  color: #8e9c9c;
  display: block;
  height: 100%;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  text-transform: capitalize;
  width: 100%;
}
.how-page__nav-link--active {
  color: #345b58;
  font-weight: bold;
}
.how-page__mobile-nav-text {
  color: #fff;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
}
.how-page__mobile-nav-link {
  display: block;
  height: 100%;
  line-height: 7.5rem;
  width: 100%;
}
.how-page__guide {
  background-color: #fff;
  padding: 8.5rem 1.5rem 0 1.5rem;
}
.how-page__title {
  color: #345b58;
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  line-height: 3rem;
  text-align: center;
}
.how-page__top-text {
  font-family: "PT Sans", Arial, sans-serif;
  line-height: 2.5rem;
  margin: 0 auto;
  max-width: 45rem;
  text-align: center;
}
.how-page__map {
  padding-top: 3.5rem;
}
.how-page__v-line {
  background-color: #345b58;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 76px;
  width: 2px;
}
.how-page__map-block {
  display: flex;
  margin: 0 auto;
  max-width: 45rem;
}
.how-page__map-block:last-child .how-page__v-line {
  display: none;
}
.how-page__icon-wrap {
  margin-right: 2.5rem;
  position: relative;
}
.how-page__icon {
  height: 77px;
  width: 77px;
}
.how-page__text-block-title {
  color: #8e9c9c;
  display: block;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 1rem 0 1rem 0;
  text-align: center;
}
.how-page__text-block-text {
  line-height: 2.5rem;
  min-height: 11.5rem;
  text-align: center;
}
.how-page__text-block-text p:last-child::after {
  background: url("/src/images/how-page/how-arrow.png") center center no-repeat transparent;
  bottom: -3px;
  content: "";
  display: inline-block;
  height: 14px;
  padding-left: 20px;
  position: relative;
  width: 7px;
}
.how-page__q-icon {
  margin-right: 1.5rem;
}
.how-page__header {
  background: url("/src/images/how-page/how-header.jpg") center center no-repeat transparent;
  background-size: cover;
}
.how-page__header .about-us-our-story__text {
  margin-top: -3.5rem;
  padding-bottom: 2rem;
}
.how-page__header-title {
  color: #345b58;
  font-size: 72px;
  text-align: left;
  padding: 107px 0 0 345px;
}
.how-page .final-pitch h2 {
  font-family: "Crimson Text Semibold", serif;
}
.how-page__link:hover {
  color: #345b58;
}
.how-page__faqcontacttitle {
  color: #345b58;
  text-align: left;
  font-size: 42px;
  font-family: "Gestura Headline Semibold", sans-serif;
  letter-spacing: 0rem;
  position: absolute;
  padding: 40px 0 0 345px;
  line-height: 48px;
}
.how-page__faqcontactdetails {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  padding: 110px 0 40px 345px;
  width: 620px;
}

@media only screen and (min-width: 768px) {
  .how-page__map {
    margin: 0 auto;
    width: 73.8rem;
  }
  .how-page__map-block {
    max-width: 33rem;
  }
  .how-page__map-block:nth-child(odd) {
    flex-direction: row-reverse;
    margin-left: 8rem;
  }
  .how-page__map-block:nth-child(odd) .how-page__icon-wrap {
    margin-left: 2rem;
    margin-right: 0;
  }
  .how-page__map-block:nth-child(even) {
    margin-left: 33.5rem;
  }
  .how-page__map-block:nth-child(even) .how-page__icon-wrap {
    margin-left: 0;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .how-page__mobile-nav-select {
    display: none;
  }
  .how-page__nav {
    position: static;
  }
  .how-page__nav-list {
    align-items: center;
    background-color: #abb0af;
    display: flex;
    height: 8rem;
    justify-content: center;
    padding: 0;
    position: static;
    top: auto;
  }
  .how-page__nav-link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    text-align: center;
  }
  .how-page__nav-link--active {
    background-color: #345b58;
  }
  .how-page__nav-item {
    border-right: 1px solid white;
    display: block;
    height: 8rem;
    line-height: 8rem;
    width: 33.3%;
  }
  .how-page__nav-item--no-border {
    border: none;
  }
}
@media only screen and (min-width: 1200px) {
  .how-page__nav-link-text-wrap {
    padding: 0 3rem 0 3rem;
  }
  .how-page__text-block-text p:last-child::after {
    display: none;
  }
  .how-page__title {
    font-size: 4.6rem;
    line-height: 4.6rem;
    margin: 0 auto;
    max-width: 63rem;
    padding-bottom: 3rem;
  }
  .how-page__top-text {
    max-width: 55rem;
  }
  .how-page__map {
    padding-top: 6.5rem;
    width: 101rem;
  }
  .how-page__line {
    position: relative;
  }
  .how-page__line::before {
    border-bottom: thin solid;
    bottom: 0;
    color: #8e9c9c;
    content: "";
    height: 1px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 215px;
  }
  .how-page__line::after {
    background-color: #345b58;
    border: 1px solid #345b58;
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 10px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 10px;
  }
  .how-page__map-block:nth-child(odd) {
    justify-content: space-between;
    margin-left: 0;
    max-width: 54.5rem;
  }
  .how-page__map-block:nth-child(odd) .how-page__text-block {
    width: 23rem;
  }
  .how-page__map-block:nth-child(odd) .how-page__line::before {
    right: 75px;
  }
  .how-page__map-block:nth-child(odd) .how-page__line::after {
    right: 283px;
  }
  .how-page__map-block:nth-child(even) {
    justify-content: space-between;
    margin: 0 0 0 auto;
    max-width: 54.2rem;
  }
  .how-page__map-block:nth-child(even) .how-page__text-block {
    width: 23rem;
  }
  .how-page__map-block:nth-child(even) .how-page__line::before {
    left: 75px;
  }
  .how-page__map-block:nth-child(even) .how-page__line::after {
    left: 283px;
  }
  .how-page .final-pitch h2 {
    max-width: none;
  }
  .how-page .final-pitch__wrap {
    max-width: 85rem;
  }
}
/**
  Corners for container
 */
.toi-page {
  background-color: #fdfcfd;
}

@media only screen and (min-width: 1200px) {
  .toi-page__blocks {
    padding-top: 4rem;
  }
}
/**
  Corners for container
 */
.toi-block {
  background-color: #f5f5f5;
  padding: 4rem 0 1rem 0;
  position: relative;
  text-align: center;
}
.toi-block::before {
  background-color: #fff;
  content: "";
  height: 12.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.toi-block__container {
  margin: 0 auto;
}
.toi-block__image-wrap {
  margin: 0 auto;
  max-width: 54.4rem;
  padding: 0 2rem 0 2rem;
  position: relative;
}
.toi-block__image-corners {
  position: relative;
}
.toi-block__image-corners::before {
  content: "";
  height: 6rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(-135deg, #fff 15.001px, transparent 0) right, linear-gradient(135deg, #fff 15.001px, transparent 0) left;
}
.toi-block__image-corners::after {
  bottom: 0;
  content: "";
  height: 6rem;
  left: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(-30deg, #f5f5f5 15.001px, transparent 0) right, linear-gradient(30deg, #fff 15.001px, transparent 0) left;
}
.toi-block__image {
  display: block;
  max-width: 72.8rem;
  width: 100%;
}
.toi-block__title {
  color: #345b58;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  margin: 4rem 0 4rem 0;
  text-transform: uppercase;
}
.toi-block__description {
  color: #345b58;
  font-family: "PT Sans", Arial, sans-serif;
  line-height: 2.5rem;
  margin: 0 auto;
  max-width: 54.4rem;
  padding: 0 1.5rem 1rem 1.5rem;
}
.toi-block__description ul {
  list-style: inside;
}
.toi-block__text-blocks {
  color: #345b58;
  font-family: "PT Sans", Arial, sans-serif;
  line-height: 2.5rem;
  margin: 0 auto;
  max-width: 24rem;
  padding-bottom: 5rem;
}
.toi-block__separator {
  border-bottom: 1px solid;
  margin: 2.5rem auto;
  width: 115px;
}

@media only screen and (min-width: 991px) {
  .toi-block {
    margin-bottom: 7rem;
    padding-bottom: 0;
    padding-top: 0;
  }
  .toi-block::before {
    display: none;
  }
  .toi-block__left {
    flex: 1;
    left: -55px;
    position: relative;
  }
  .toi-block__container {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .toi-block__container--reverse {
    flex-direction: row-reverse;
  }
  .toi-block__container--reverse .toi-block__left {
    left: 55px;
  }
  .toi-block__image-wrap {
    max-width: none;
    padding: 6rem 0 6rem 0;
  }
  .toi-block__image {
    max-width: none;
  }
  .toi-block__description {
    padding: 0 0 2rem 0;
  }
  .toi-block__title {
    font-size: 4.6rem;
  }
  .toi-block__text-blocks {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
    max-width: none;
    width: 54.4rem;
  }
  .toi-block__text-block {
    flex: 1;
  }
  .toi-block__separator {
    border-bottom: unset;
    border-left: 1px solid;
    height: 115px;
    margin: auto 1rem;
    width: 1px;
  }
  .toi-block__image-corners::before {
    background: linear-gradient(-135deg, #f5f5f5 25.001px, transparent 0) right, linear-gradient(135deg, #fff 25.001px, transparent 0) left;
  }
  .toi-block__image-corners::after {
    background: linear-gradient(-35deg, #f5f5f5 25.001px, transparent 0) right, linear-gradient(35deg, #fff 25.001px, transparent 0) left;
  }
}
@media only screen and (min-width: 1200px) {
  .toi-block__description {
    padding: 0 7.5rem 2rem 7.5rem;
  }
}
/**
  Corners for container
 */
.borrowers {
  text-align: center;
}
.borrowers--partners {
  margin-top: 12rem;
}
.borrowers__company {
  background-color: #fff;
  margin: 0 auto 4.2rem;
  max-width: none;
  position: relative;
}
.borrowers__company::before {
  content: "";
  height: 6rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(-135deg, #fff 25.001px, transparent 0) right, linear-gradient(135deg, #fff 25.001px, transparent 0) left;
}
.borrowers__logo-wrap, .borrowers__text-logo-wrap {
  background-color: #f5f5f5;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.borrowers__text-logo-wrap--lists {
  margin-bottom: 0;
  max-width: 25rem;
}
.borrowers__text-logo-wrap--partners {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.borrowers__logo {
  max-height: 6.2rem;
  max-width: 25rem;
}
.borrowers__logo-line-1 {
  color: #345b58;
  font-family: "Merriweather", serif;
  font-size: 4.1rem;
  padding: 0 1rem;
  text-transform: uppercase;
}
.borrowers__logo-line-1--partners {
  font-size: 2.1rem;
}
.borrowers__logo-line-2 {
  color: #345b58;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  text-transform: uppercase;
}
.borrowers__title {
  background-color: #345b58;
  color: #fff;
  font-size: 3rem;
  line-height: 6rem;
  text-transform: uppercase;
}
.borrowers__body {
  border-left: #345b58 thin solid;
  border-right: #345b58 thin solid;
  border-top: #345b58 thin solid;
}
.borrowers__properties {
  background-color: #f5f5f5;
  padding: 2rem 0.5rem 2rem 0.5rem;
  position: relative;
}
.borrowers__property {
  display: flex;
  justify-content: center;
  line-height: 3.5rem;
}
.borrowers__property-title {
  border-right: #345b58 thin solid;
  color: #8e9c9c;
  padding-right: 1.5rem;
  text-align: right;
  width: 15rem;
}
.borrowers__property-value {
  font-size: 1.8rem;
  padding-left: 1.5rem;
  text-align: left;
  width: 24rem;
}
.borrowers__dots {
  background-color: #fff;
  bottom: 30px;
  position: absolute;
  right: 109px;
  width: 1.1rem;
}
.borrowers__bottom-text {
  height: 7.5rem;
  outline: none;
  overflow: hidden;
}
.borrowers__more-btn {
  background-color: #fff;
  bottom: 3rem;
  color: rgba(142, 156, 156, 0.83);
  position: absolute;
  right: 1.6rem;
  text-decoration: underline;
  text-transform: uppercase;
  width: 9.2rem;
}
.borrowers__bottom-text-wrap {
  background-color: #fff;
  line-height: 2.5rem;
  padding: 2.5rem 1.5rem 3rem 1.5rem;
  position: relative;
}
.borrowers__bottom-text-wrap--show .borrowers__bottom-text {
  height: auto;
}
.borrowers__bottom-text-wrap--show .borrowers__more-btn {
  bottom: 5px;
}
.borrowers__bottom-text-wrap--show .borrowers__dots {
  display: none;
}
.borrowers__link-wrap {
  background-color: #fff;
  border-bottom: #345b58 thin solid;
  border-left: #345b58 thin solid;
  border-right: #345b58 thin solid;
  flex: 0 0 auto;
  padding-bottom: 2rem;
}
.borrowers__list {
  background-color: #f5f5f5;
  padding-bottom: 2rem;
  position: relative;
}
.borrowers__list--featured {
  background-color: #fff;
}
.borrowers__list::before {
  content: "";
  height: 6rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(-135deg, #fff 25.001px, transparent 0) right, linear-gradient(135deg, #fff 25.001px, transparent 0) left;
}
.borrowers__list-title {
  color: #345b58;
  font-size: 2.8rem;
  padding: 4.5rem 0 0 0;
}
.borrowers__companies-list {
  margin: 4rem 2rem 0;
}
.borrowers__item {
  background-color: #fff;
  margin: 0 1.5rem 2.5rem 1.5rem;
  padding: 4rem 1.5rem 3rem 1.5rem;
}
.borrowers__item--link {
  color: #8e9c9c;
  display: block;
  font-size: 1.6rem;
}
.borrowers__item .borrowers__text-logo-wrap {
  background-color: #fff;
}
.borrowers__item-logo {
  max-width: 18rem;
}
.borrowers__line {
  background: #8e9c9c;
  height: 2px;
  margin: 2rem auto;
  width: 21rem;
}
.borrowers__item-title {
  color: #345b58;
  font-size: 2.4rem;
  line-height: 4rem;
  text-transform: uppercase;
}
.borrowers__item-text {
  line-height: 2.5rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .borrowers__companies-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6rem 1% 0;
  }
  .borrowers__company {
    border-bottom: #345b58 thin solid;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 48%;
  }
  .borrowers__body {
    border-bottom: none;
    flex: 1 0 auto;
  }
  .borrowers__item {
    margin: 0 8.5rem 2.5rem 8.5rem;
    width: 55rem;
  }
}
@media only screen and (min-width: 991px) {
  .borrowers {
    display: flex;
  }
  .borrowers--partners {
    margin-top: 15rem;
  }
  .borrowers__list {
    width: 100%;
  }
  .borrowers__list-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .borrowers__item {
    align-items: center;
    display: flex;
    margin: 0 2.5rem 4rem 2.5rem;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    width: 38rem;
  }
  .borrowers__line {
    height: 100%;
    margin: 0 5% 0 2%;
    width: 6px;
  }
  .borrowers__right-text {
    padding: 1rem 0 1rem 0;
    text-align: left;
  }
  .borrowers__item-title {
    margin-bottom: 1rem;
  }
  .borrowers__item-logo {
    max-width: 12rem;
  }
}
@media only screen and (min-width: 1200px) {
  .borrowers__list--featured {
    margin: 0 auto;
    max-width: 129rem;
  }
  .borrowers__item {
    width: 58rem;
  }
  .borrowers__line {
    width: 2px;
  }
  .borrowers__item-logo {
    max-width: 18rem;
  }
}
/**
  Corners for container
 */
.modal__window {
  background: rgba(142, 156, 156, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal__window--show {
  display: block;
}
.modal__window--white-bg {
  background-color: #fff;
}
.modal__dialog {
  background-color: white;
  height: 100%;
  max-width: 77rem;
  position: relative;
}
.modal__dialog--compact-view {
  background-color: transparent;
  height: auto;
  margin: 10rem auto;
}
.modal__dialog--wide {
  max-width: 95rem;
}
.modal__dialog--extrawide {
  max-width: 105rem;
}
.modal__body {
  padding: 6rem 1.5rem 1rem 1.5rem;
  text-align: center;
}
.modal__content {
  background-color: #fff;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal__window-for-field {
  background: #f5f5f5;
  bottom: 74px;
  display: none;
  height: auto;
  position: absolute;
  right: -24px;
  width: 33rem;
  z-index: 1000;
}
.modal__window-for-field--show {
  display: block;
}
.modal__window-for-field::after {
  border: 22px solid rgba(0, 0, 0, 0);
  border-top: 23px solid whitesmoke;
  bottom: -45px;
  content: "";
  position: absolute;
  right: 20px;
}
.modal__dialog--for-field {
  background-color: transparent;
  margin: 0 auto;
}
.modal__grey-bg {
  background: rgba(142, 156, 156, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal__grey-bg--show {
  display: block;
}
.modal__close-btn, .modal__close-btn--no-js {
  color: #345b58;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  padding: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.modal__close-btn::before, .modal__close-btn--no-js::before {
  content: "X";
}

.create-account__body {
  padding: 6rem 1.5rem 1rem 1.5rem;
  text-align: center;
}
.create-account__top-content {
  margin: 0 auto;
  max-width: 53rem;
}
.create-account__top-content h1 {
  font-size: 38px;
  padding-bottom: 20px;
}
.create-account__text {
  line-height: 2.4rem;
  margin-bottom: 3.5rem;
  text-align: left;
}
.create-account__text h2 {
  font-size: 28px;
  padding-bottom: 8px;
  padding-top: 10px;
}
.create-account__small-title {
  color: #345b58;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}
.create-account__link {
  letter-spacing: 0rem;
  margin-bottom: 3.5rem;
}
.create-account__link--margin-bot-0 {
  margin-bottom: 0;
}
.create-account__bot-text {
  color: #345b58;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.create-account__sigin {
  border-bottom: 2px solid;
  color: #345b58;
  font-size: 1.8rem;
  font-weight: bolder;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.create-account__return-link {
  margin-top: 4.5rem;
  text-align: left;
}
.create-account__arrow {
  bottom: 2px;
  color: #abb0af;
  margin-left: 0;
  margin-right: 0.4em;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 5px;
}
.create-account__arrow::before {
  font-size: 2.5rem;
}

.return-link-text {
  color: #f1b203;
}

.return-link-text:hover {
  color: #f1b203;
}

.verified-account__body {
  padding: 2.5rem 0 1rem 0;
  text-align: left;
}
.verified-account__title {
  margin: 0 auto;
  max-width: 53rem;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  color: #345b58;
  line-height: 6rem;
  padding-bottom: 2rem;
}
.verified-account__title_invest {
  margin: 0 auto;
  max-width: 53rem;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: #345b58;
  line-height: 5rem;
  padding-bottom: 2rem;
}
.verified-account__wrap {
  display: flex;
  padding-left: 3rem;
  position: relative;
}
.verified-account__wrapnew {
  display: flex;
  padding-left: 3rem;
  position: relative;
  justify-content: center;
}
.verified-account__select-wrap {
  margin: 1.5rem 1.2rem 0.5rem 0;
  width: 30rem;
}
.verified-account__select-wrap btn:disabled {
  background-color: #ccc;
}
.verified-account__select-label {
  color: #345b58;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-left: 1.5rem;
  text-align: left;
  text-transform: uppercase;
}
.verified-account__select-label--select-amount {
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.verified-account__select-label--margin-right0 {
  margin-right: 0;
}
.verified-account__select-label-upper {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  margin-left: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.verified-account__select-label-options {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  margin-left: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.verified-account__select-label-lower {
  color: #345b58;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 1.5rem;
  text-align: center;
  text-transform: none;
  padding-top: 0rem;
  padding-bottom: 1rem;
}
.verified-account__clear {
  height: 1.5rem;
}
.verified-account__add-funds-wrap {
  margin-right: 1.5rem;
  text-align: right;
}
.verified-account__add-funds {
  color: #345b58;
  font-family: "PT Sans Semibold", Arial, sans-serif;
}
.verified-account__amount-wrap {
  color: #142e52;
  display: flex;
  line-height: 3.5rem;
  margin-left: 4rem;
  text-transform: capitalize;
}
.verified-account__text-amount-wrap {
  align-items: center;
  display: flex;
  position: relative;
  margin: 0 auto;
}
.verified-account__text-amount-wrap ::placeholder {
  color: #ccc;
}
.verified-account__text-amount {
  margin-left: 1rem;
  margin-right: 1.5rem;
  width: 18rem;
  color: #000;
}
.verified-account__dollar {
  color: #8e9c9c;
  font-size: 2.4rem;
}
.verified-account__review-wrap {
  margin-top: 1.3rem;
  text-align: center;
  padding-bottom: 5rem;
}
.verified-account__review-wrap-signorder {
  margin-top: 1.3rem;
  text-align: center;
  padding-bottom: 0rem;
}
.verified-account__review-btn {
  padding-left: 4.6rem;
  padding-right: 4.6rem;
}
.verified-account__review-btn:disabled {
  background-color: #ccc;
}
.verified-account__return-link {
  margin: 4.5rem 1.5rem 2rem 1.5rem;
  text-align: left;
}
.verified-account__wallet {
  margin: 1.5rem auto 0;
  max-width: 49rem;
}
.verified-account__walletAppIra {
  margin: 1.5rem auto 0;
  max-width: 49rem;
}
.verified-account__values {
  color: #8e9c9c;
  font-size: 2.4rem;
  margin-right: 1.5rem;
}
.verified-account__min-amount {
  color: #8e9c9c;
  font-family: "PT Sans Italic", Arial, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  min-width: 260px;
  position: absolute;
  right: 1.5rem;
  text-align: right;
  top: 3.2rem;
}
.verified-account__second-error {
  position: relative;
}
.verified-account__error {
  position: absolute;
  top: 54px;
  right: 0;
}
.verified-account__error--right {
  left: auto;
  right: 0;
}
.verified-account__error--top60 {
  top: 60px;
}
.verified-account__error--left48 {
  left: 48px;
}
.verified-account__error--select {
  left: initial;
  right: 173px;
}
.verified-account__error--amount {
  top: 20px;
}
.verified-account__add-funds-wrapwallet_type {
  margin-right: 1.2rem;
  text-align: right;
  padding-top: 2.2rem;
}
.verified-account__loading {
  width: 16px;
}
.verified-account__loading-container {
  height: 38px;
  margin-right: 12px;
  width: 20px;
}

.review-order__title {
  margin: 0 auto;
  max-width: 53rem;
  padding: 0 5rem 5rem 5rem;
}
.review-order__investment-title {
  font-size: 28px;
  line-height: 2;
}
.review-order__investment-title-invest {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  color: #345b58;
  line-height: 58px;
  text-align: center;
  padding-bottom: 3rem;
}
.review-order__form {
  text-align: center;
  margin: 2rem 1rem 0 1rem;
  padding: 0.5rem 1.5rem 3.5rem 1.5rem;
}
.review-order__form-ira {
  text-align: center;
  margin: 2rem 1rem 0 1rem;
  padding: 0.5rem 1.5rem 3.5rem 1.5rem;
}
.review-order__form_AppIra {
  text-align: center;
  margin: 2rem 1rem 0 1rem;
  padding: 0.5rem 1.5rem 3.5rem 1.5rem;
}
.review-order__edit {
  text-align: right;
}
.review-order__wallet-wrap {
  margin-top: 1.5rem;
}
.review-order__wallet {
  align-items: baseline;
  display: flex;
}
.review-order__wallet-label {
  color: #345b58;
  flex: 1;
  text-align: left;
  width: 100%;
}
.review-order__values {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}
.review-order__bot-text {
  color: #345b58;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.review-order__bot-text-label {
  text-align: left;
  width: 100%;
}
.review-order__btn-wrap {
  margin-bottom: 10rem;
  position: relative;
  text-align: center;
}
.review-order__btn {
  align-items: center;
  font-size: 2rem;
  padding: 2rem 6rem 2rem 6rem;
  vertical-align: middle;
}

.faq-window__body {
  font-size: 1.5rem;
  padding: 1rem;
  text-align: left;
}
.faq-window__header {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
}
.faq-window__title {
  color: #345b58;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.faq-window__close .modal__close-btn {
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding: 1rem;
}
.faq-window__question {
  padding-left: 1rem;
}
.faq-window__separator {
  background: #345b58;
  height: 1px;
  margin: 2rem auto;
  width: 100%;
}
.faq-window__faqseparator {
  height: 1px;
  margin: 2rem auto;
  width: 100%;
}
.faq-window__answer {
  padding: 0 1rem 0 1rem;
}

@media only screen and (min-width: 768px) {
  .modal__dialog--desktop {
    background-color: transparent;
    height: auto;
    margin: 10rem auto;
  }

  .create-account__bot-text {
    display: flex;
    justify-content: center;
  }
  .create-account__wrap-sigin {
    margin-left: 1rem;
  }

  .verified-account__select-wrap {
    width: 42rem;
  }
  .verified-account__select-wrap btn:disabled {
    background-color: #ccc;
  }
  .verified-account__text-amount {
    width: 14rem;
    border: none;
    font-size: 2.2rem;
    color: #000;
  }
  .verified-account__text-amount-new {
    width: 11rem;
  }
  .verified-account__error--select {
    left: 23px;
    right: initial;
  }

  .review-order__form {
    margin: 4rem auto 3rem;
    max-width: 50rem;
    padding: 0 1.5rem 3.5rem;
    text-align: center;
  }
  .review-order__wallet, .review-order__bot-text {
    margin: 0 auto;
    max-width: 40rem;
  }
  .review-order__separator {
    width: 88%;
  }
  .review-order__wallet-wrap {
    margin-top: 3.5rem;
  }
  .review-order__btn-wrap {
    margin-bottom: 4rem;
  }
  .review-order__investment-title {
    font-size: 40px;
    line-height: 2;
  }
  .review-order__investment-title-pledge {
    font-size: 40px;
    line-height: 2;
    text-align: center;
  }
  .review-order__investment-title-invest {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    color: #345b58;
    line-height: 58px;
    text-align: center;
    padding-bottom: 3rem;
  }
}
@media (max-width: 700px) {
  .verified-account__title {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
/**
  Corners for container
 */
.graph-block {
  background: url("/src/images/how-page/graph-background.png") center bottom no-repeat transparent;
  background-size: 100%;
  display: none;
  padding: 0 0 8rem 0;
  text-align: center;
}
.graph-block__title {
  color: #345b58;
  font-size: 4.6rem;
  letter-spacing: 0.2rem;
  line-height: 3.5rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
}
.graph-block__img-wrap {
  margin: 0 auto;
  max-width: 98rem;
  padding-top: 1.5rem;
}
.graph-block__img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .graph-block {
    display: block;
    margin-top: 7rem;
  }
}
/**
  Corners for container
 */
.nav-investor__container {
  background-color: #fff;
  border-left: thin solid #abb0af;
  border-right: thin solid #abb0af;
  margin-top: 8.6rem;
}
.nav-investor__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.8rem;
  height: 6.5rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 84rem;
  overflow: hidden;
  overflow: unset;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  position: relative;
}
.nav-investor__text {
  color: #345b58;
  display: none;
  font-size: 1.8rem;
  font-weight: bold;
}
.nav-investor__progress {
  height: 18px;
  margin-top: 30px;
  display: block;
}
.nav-investor__bullet {
  /* background-color: $color-investor-nav-bullet;*/
  border: solid 2px #8e9c9c;
  border-radius: 50%;
  height: 2.3rem;
  width: 2.3rem;
}
.nav-investor__small-bullet {
  background-color: #8e9c9c;
  border: #8e9c9c thin solid;
  border-radius: 100%;
  height: 1.1rem;
  margin: 0.5rem;
  width: 1.1rem;
}
.nav-investor__line {
  /* border: $navy 1px solid;*/
  flex: 1;
  height: 0;
}
.nav-investor__menu-item {
  align-items: center;
  display: flex;
  height: 2.5rem;
  width: 100%;
}
.nav-investor__menu-item--last {
  flex: 1;
}
.nav-investor__menu-item--active .nav-investor__small-bullet {
  background-color: #f1b203;
  border-color: #f1b203;
}
.nav-investor__menu-item--active .nav-investor__bullet {
  /*background-color: $color-investor-nav-bullet-active;*/
  border-color: #f1b203;
}
.nav-investor__menu-item--active .nav-investor__line {
  border-color: #abb0af;
}
.nav-investor__menu-item--active .nav-investor__progress {
  display: none;
}
.nav-investor__menu-item--active .nav-investor__bullet .nav-investor__text {
  color: #f1b203;
  display: block;
  left: 0;
  letter-spacing: 0.1rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10rem;
  font-size: 14px;
}
.nav-investor__menu-item--active ~ .nav-investor__menu-item .nav-investor__line {
  border-color: #abb0af;
}
.nav-investor__menu-item--active ~ .nav-investor__menu-item .nav-investor__bullet {
  border-color: #8e9c9c;
}
.nav-investor__menu-item--active ~ .nav-investor__menu-item .nav-investor__small-bullet {
  background-color: #8e9c9c;
  border-color: #8e9c9c;
}
.nav-investor__menu-item--active ~ .nav-investor__menu-item .nav-investor__text {
  color: #345b58;
  font-size: 14px;
}
.nav-investor__menu-item--active ~ .nav-investor__menu-item .nav-investor__progress {
  height: 18px;
  margin-top: 30px;
  display: none;
  font-size: 14px;
}

#SSNhidden {
  width: 80%;
  letter-spacing: 15px;
}

.ssnWrapperDiv {
  border: solid 1px #345b58;
  border-radius: 12px;
}

.form__text-input-ssn:focus {
  outline: none;
}

.form__text-input-ssn-last:focus {
  outline: none;
}

.form__text-input-ssn-middle:focus {
  outline: none;
}

.plaid-btn {
  float: left;
  padding: 3rem;
}

.btn-initiated {
  padding: 2rem 9.5rem;
}

.manual-btn {
  float: left;
  padding: 3rem;
}

.BtnAddBank {
  float: right;
  /* margin:30px;*/
}

.hideContent {
  display: none;
}

.showContent {
  display: block;
}

.investor-steps {
  background-color: #fff;
  margin-bottom: 6rem;
}

.spacing-item {
  padding-bottom: 1.5rem;
}

.investor-form-signup {
  background-color: #fff;
  line-height: 2.5rem;
  margin: 8.6rem auto 0;
  text-align: center;
}
.investor-form-signup__container {
  margin: 9rem auto 5rem;
  max-width: 50rem;
}
.investor-form-signup__desc {
  margin-bottom: 2rem;
  padding: 0 1.5rem 0 1.5rem;
  text-align: left;
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
}

.investor-form-contact {
  background-color: #fff;
  border-bottom: thin solid #abb0af;
  border-left: thin solid #abb0af;
  border-right: thin solid #abb0af;
}
.investor-form-contact__container {
  margin: 0 auto;
  max-width: 122rem;
  padding-bottom:6rem;
}
.investor-form-contact__wrap {
  margin: 0 1.5rem 4rem 1.5rem;
  text-align: center;
}
.investor-form-contact__fields-wrap {
  margin: 0 auto;
  max-width: 40rem;
  position: relative;
  padding-top: 3rem;
}
.investor-form-contact__info-block, .investor-form-contact__verification-block {
  padding: 4rem 1.5rem 4rem 1.5rem;
}
.investor-form-contact__info-block {
  margin-bottom: 2rem;
}
.investor-form-contact__verification-block {
  margin-bottom: 2rem;
}
.investor-form-contact__title {
  color: #345b58;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 3.3rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.investor-form-contact__investor-title {
  color: #345b58;
  font-size: 3rem;
  line-height: 3.3rem;
  padding-bottom: 3.5rem;
  text-align: center;
}
.investor-form-contact__desc {
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
  line-height: 2.6rem;
}
.investor-form-contact__desc--winter-sky {
  color: #345b58;
}
.investor-form-contact__desc--winter-sky a {
  border-bottom: 1px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.investor-form-contact__next {
  height: 5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
  width: 17rem;
}
.investor-form-contact__checkbox {
  align-items: baseline;
  color: #345b58;
  line-height: 2.5rem;
  text-align: left;
}
.investor-form-contact__bot-btns {
  display: flex;
  justify-content: space-evenly;
}
.investor-form-contact__return-link {
  text-align: left;
}
.investor-form-contact__link {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.6rem;
}
.investor-form-contact__arrow {
  bottom: 0;
  color: #f1b203;
  font-size: 2rem;
  margin-left: 0;
  margin-right: 0.1em;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 5px;
}
.investor-form-contact__state-zip {
  display: flex;
}
.investor-form-contact__state {
  margin-right: 1rem;
  width: 56%;
}
.investor-form-contact__state-wrap {
  margin-top: 0;
}
.investor-form-contact__zip {
  height: 3.5rem;
  position: relative;
  text-align: left;
  line-height: normal;
}
.investor-form-contact__labelquery-select {
  display: flex;
}
.investor-form-contact__mailing {
  width: 56%;
}
.investor-form-contact__mailing-wrap {
  margin-top: 0;
}
.investor-form-contact__labelquery {
  height: 3.5rem;
  position: relative;
  text-align: left;
  line-height: normal;
}
.investor-form-contact__ssl-seal {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.investor-form-contact__faq-field {
  display: none;
}
.investor-form-contact__faq-field--bo-ssn {
  top: 0;
  z-index: 10;
}
.investor-form-contact__faq-field--owner-title {
  top: 0.5rem;
  z-index: 15;
}
.investor-form-contact__faq-field--cm-title {
  top: 1rem;
  z-index: 20;
}
.investor-form-contact__state-wrap {
  margin-top: 0;
}
.investor-form-contact__zip {
  height: 3.5rem;
  position: relative;
}
.investor-form-contact__business-owner-container {
  position: relative;
}
.investor-form-contact__business-owner-title {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 1rem 0;
  position: relative;
  text-align: left;
}
.investor-form-contact__business-owner-add-link {
  text-align: left;
}
.investor-form-contact__cm-description {
  text-align: left;
}
.investor-form-contact__ownersdescription {
  position: relative;
  text-align: left;
}
.investor-form-contact__VerifiedMsg {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 20px;
  font-style: italic;
  color: #29a314;
  text-align: left;
  line-height: normal;
  font-size: 14px;
}
.investor-form-contact__unVerifiedMsg {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 20px;
  font-style: italic;
  color: #ed6921;
  text-align: left;
  line-height: normal;
  font-size: 14px;
}
.investor-form-contact__EmailUpdateMsg {
  background-color: #8e9c9c;
  padding: 10px;
  border-radius: 10px;
  float: left;
  margin-top: 7px;
  margin-bottom: 21px;
  color: #fff;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  font-style: italic;
}
.investor-form-contact__resend {
  color: #ed6921;
  font-size: 14px;
  text-decoration: underline;
}

.investor-form-dwolla {
  background-color: #fff;
  border-bottom: thin solid #abb0af;
  border-left: thin solid #abb0af;
  border-right: thin solid #abb0af;
  /* end*/
}
.investor-form-dwolla__product-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
.investor-form-dwolla__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  transition: transform 0.2s ease;
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
}
.investor-form-dwolla__product:hover {
  transform: scale(1.03);
}
.investor-form-dwolla__product-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}
.investor-form-dwolla__product-title {
  margin: 10px 0 5px;
  font-size: 20px;
  text-align: center;
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
}
.investor-form-dwolla .buy-button {
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.investor-form-dwolla .buy-button:hover {
  background-color: #218838;
}
.investor-form-dwolla__btnGoPrev {
  width: 90%;
  margin: 0 auto;
  padding-top: 5rem;
}
.investor-form-dwolla__container {
  margin: 0 auto;
  max-width: 122rem;
  min-height: 60rem;
}
.investor-form-dwolla__innerContainer {
  margin: 0 auto;
  width: 26rem;
}
.investor-form-dwolla__innerContainerIRA {
  margin: 0 auto;
  width: 35rem;
}
.investor-form-dwolla__innerContainerbtns {
  margin: 0 auto;
  width: 40rem;
}
.investor-form-dwolla__leftBtnDiv {
  float: left;
}
.investor-form-dwolla__rightBtnDiv {
  float: right;
}
.investor-form-dwolla__smallcontainer {
  padding-left: 48rem;
  padding-right: 48rem;
  min-height: 30rem;
}
.investor-form-dwolla__verificationTableMobile {
  display: none;
}
.investor-form-dwolla__message {
  padding-top: 20px;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 42px;
  color: #345b58;
  width: 35%;
  padding-top: 4rem;
  padding-bottom: 7rem;
  margin: 0 auto;
}
.investor-form-dwolla__title {
  padding-top: 20px;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.3rem;
  line-height: 42px;
  color: #345b58;
  width: 70%;
  padding-top: 4rem;
  padding-bottom: 0rem;
  margin: 0 auto;
}
.investor-form-dwolla__title-center {
  padding-top: 20px;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 42px;
  color: #345b58;
  width: 33%;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}
.investor-form-dwolla__title-fullwidth {
  padding-top: 20px;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 42px;
  color: #345b58;
  width: 70%;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}
.investor-form-dwolla__infotext {
  padding-top: 20px;
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 3rem;
  width: 70%;
  padding-bottom: 2rem;
  margin: 0 auto;
}
.investor-form-dwolla__infotext-center {
  padding-top: 20px;
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 3rem;
  width: 30%;
  padding-bottom: 4rem;
  margin: 0 auto;
}
.investor-form-dwolla__image {
  margin: 0 auto;
  float: left;
  width: 56rem;
  padding-left: 12rem;
}
.investor-form-dwolla__prop {
  margin: 0 auto;
  float: right;
  width: 30rem;
  padding-right: 20rem;
}
.investor-form-dwolla__checkimage {
  margin: 0 auto;
  width: 80%;
  display: block;
  padding-bottom: 4rem;
}
.investor-form-dwolla__spnRight {
  float: right;
  font-size: 20px;
  color: #142e52;
}
.investor-form-dwolla__spnLeft {
  float: left;
  font-size: 20px;
  color: #142e52;
}
.investor-form-dwolla__manual-btns {
  display: flex;
  justify-content: space-evenly;
}
.investor-form-dwolla__initiated-btns {
  display: flex;
  justify-content: space-evenly;
}
.investor-form-dwolla__btns {
  padding-top: 35rem;
}
.investor-form-dwolla__btns-initiated {
  padding-top: 7rem;
}
.investor-form-dwolla__wrap {
  margin: 0 1.5rem 4rem 1.5rem;
  text-align: center;
}
.investor-form-dwolla__fields-wrap {
  margin: 0 auto;
  max-width: 45.5rem;
  position: relative;
}
.investor-form-dwolla__info-block, .investor-form-dwolla__verification-block {
  border: #345b58 solid thin;
  padding: 4rem 1.5rem 4rem 1.5rem;
}
.investor-form-dwolla__info-block {
  margin-bottom: 2rem;
}
.investor-form-dwolla__verification-block {
  margin-bottom: 2rem;
}
.investor-form-dwolla__title {
  color: #345b58;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 3.3rem;
  padding-bottom: 1rem;
}
.investor-form-dwolla__desc {
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
  line-height: 1.6rem;
}
.investor-form-dwolla__desc--winter-sky {
  color: #345b58;
}
.investor-form-dwolla__desc--winter-sky a {
  border-bottom: 1px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.investor-form-dwolla__next {
  height: 5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
  width: 17rem;
}
.investor-form-dwolla__checkbox {
  align-items: baseline;
  color: #345b58;
  line-height: 2.5rem;
  text-align: left;
}
.investor-form-dwolla__bot-btns {
  display: flex;
  justify-content: end;
}
.investor-form-dwolla__return-link {
  text-align: left;
}
.investor-form-dwolla__link {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.6rem;
}
.investor-form-dwolla__arrow {
  bottom: 0;
  color: #f1b203;
  font-size: 2rem;
  margin-left: 0;
  margin-right: 0.1em;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 5px;
}
.investor-form-dwolla__state-zip {
  display: flex;
}
.investor-form-dwolla__state {
  margin-right: 1rem;
  width: 56%;
}
.investor-form-dwolla__ssl-seal {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.investor-form-dwolla__faq-field {
  display: none;
}
.investor-form-dwolla__faq-field--bo-ssn {
  top: 0;
  z-index: 10;
}
.investor-form-dwolla__faq-field--owner-title {
  top: 0.5rem;
  z-index: 15;
}
.investor-form-dwolla__faq-field--cm-title {
  top: 1rem;
  z-index: 20;
}
.investor-form-dwolla__state-wrap {
  margin-top: 0;
}
.investor-form-dwolla__zip {
  height: 3.5rem;
  position: relative;
}
.investor-form-dwolla__business-owner-container {
  position: relative;
}
.investor-form-dwolla__business-owner-title {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 1rem 0;
  position: relative;
  text-align: left;
}
.investor-form-dwolla__business-owner-add-link {
  text-align: left;
}
.investor-form-dwolla__cm-description {
  text-align: left;
}
.investor-form-dwolla__ownersdescription {
  position: relative;
  text-align: left;
}

.investor-form-dwolla btn:disabled {
  background-color: #ccc !important;
}

.investor-form-selection {
  background-color: #fff;
}
.investor-form-selection__container {
  margin: 10rem auto;
  max-width: 122rem;
  min-height: 60rem;
  text-align: center;
}
.investor-form-selection__optionslist {
  margin-top: 7rem;
}
.investor-form-selection__optionslist a:visited {
  color: #345B58;
}
.investor-form-selection__div1 {
  width: 300px;
  height: 200px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  float: left;
  margin-left: 20rem;
}
.investor-form-selection__div1 h3 {
  padding-top: 5rem;
  font-size: 28px;
  padding-bottom: 2rem;
}
.investor-form-selection__div1 span {
  padding: 0rem 1rem;
  color: #345B58;
  text-align: center;
}
.investor-form-selection__div1:hover {
  background-color: #faf0d3;
  cursor: pointer;
}
.investor-form-selection__div1:focus {
  background-color: #f1b203;
  cursor: pointer;
}
.investor-form-selection__verificationTableMobile {
  display: none;
}
.investor-form-selection__message {
  padding-top: 20px;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 42px;
  color: #345b58;
}
.investor-form-selection__wrap {
  margin: 0 1.5rem 4rem 1.5rem;
  text-align: center;
}
.investor-form-selection__fields-wrap {
  margin: 0 auto;
  max-width: 45.5rem;
  position: relative;
}
.investor-form-selection__info-block, .investor-form-selection__verification-block {
  border: #345b58 solid thin;
  padding: 4rem 1.5rem 4rem 1.5rem;
}
.investor-form-selection__info-block {
  margin-bottom: 2rem;
}
.investor-form-selection__verification-block {
  margin-bottom: 2rem;
}
.investor-form-selection__title {
  color: #345b58;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 3.3rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.investor-form-selection__return-link {
  text-align: left;
}
.investor-form-selection__link {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.6rem;
}
.investor-form-selection__state-zip {
  display: flex;
}
.investor-form-selection__state {
  margin-right: 1rem;
  width: 56%;
}
.investor-form-selection__ssl-seal {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.investor-form-selection__faq-field {
  display: none;
}
.investor-form-selection__faq-field--bo-ssn {
  top: 0;
  z-index: 10;
}
.investor-form-selection__faq-field--owner-title {
  top: 0.5rem;
  z-index: 15;
}
.investor-form-selection__faq-field--cm-title {
  top: 1rem;
  z-index: 20;
}
.investor-form-selection__state-wrap {
  margin-top: 0;
}
.investor-form-selection__zip {
  height: 3.5rem;
  position: relative;
}
.investor-form-selection__business-owner-container {
  position: relative;
}
.investor-form-selection__business-owner-title {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 1rem 0;
  position: relative;
  text-align: left;
}
.investor-form-selection__business-owner-add-link {
  text-align: left;
}
.investor-form-selection__cm-description {
  text-align: left;
}
.investor-form-selection__ownersdescription {
  position: relative;
  text-align: left;
}

.investor-form-ownership {
  background-color: #fff;
  border-bottom: thin solid #abb0af;
  border-left: thin solid #abb0af;
  border-right: thin solid #abb0af;
}
.investor-form-ownership__container {
  margin: 10rem auto;
  max-width: 122rem;
  min-height: 60rem;
  text-align: center;
}
.investor-form-ownership__optionslist {
  margin-top: 7rem;
  height: 30rem;
}
.investor-form-ownership__btnback {
  border: solid 1px #e4e7e2;
  background-color: #e4e7e2;
  color: #345b58;
  display: inline-block;
  font-family: "Circular Std Book", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0;
  padding: 2rem 4.6rem 1.6rem;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 9px;
}
.investor-form-ownership__div1 {
  width: 300px;
  height: 235px;
  border: solid 1px #ccc;
  border-radius: 12px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.investor-form-ownership__div1 h3 {
  padding-top: 2rem;
  font-size: 28px;
  padding-bottom: 2rem;
}
.investor-form-ownership__div1 span {
  padding: 0rem 2rem;
}
.investor-form-ownership__div1:hover {
  background-color: #faf0d3;
  cursor: pointer;
}
.investor-form-ownership__div1:focus {
  background-color: #f1b203;
  cursor: pointer;
}
.investor-form-ownership__img1 {
  width: 120px;
  height: 100px;
}
.investor-form-ownership__img2 {
  width: 120px;
  height: 100px;
}
.investor-form-ownership__img3 {
  width: 100px;
  height: 100px;
}
.investor-form-ownership__wrap {
  margin: 0 1.5rem 4rem 1.5rem;
  text-align: center;
}
.investor-form-ownership__fields-wrap {
  margin: 0 auto;
  max-width: 45.5rem;
  position: relative;
}
.investor-form-ownership__title {
  color: #345b58;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 3.3rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.investor-acknowledgements,
.investor-flow {
  background-color: #fff;
  border-bottom: thin solid #abb0af;
  border-left: thin solid #abb0af;
  border-right: thin solid #abb0af;
}
.investor-acknowledgements__container,
.investor-flow__container {
  margin: 0 auto;
  max-width: 122rem;
}
.investor-acknowledgements__wrap,
.investor-flow__wrap {
  margin: 0 1.5rem;
  padding: 0rem 1.5rem;
  text-align: center;
}
.investor-acknowledgements__wrap_commitamount,
.investor-flow__wrap_commitamount {
  padding: 4rem 1rem;
}
.investor-acknowledgements__title,
.investor-flow__title {
  font-size: 3rem;
}
.investor-acknowledgements__title_commitamount,
.investor-flow__title_commitamount {
  padding: 5px 5px 5px 5px;
  font-size: 38px;
}
.investor-acknowledgements__titlesignup,
.investor-flow__titlesignup {
  font-size: 40px;
}
.investor-acknowledgements__content,
.investor-flow__content {
  line-height: 2.4rem;
  margin: 3rem auto;
  max-width: 80rem;
  text-align: left;
  font-size: 18px;
}
.investor-acknowledgements__content--center,
.investor-flow__content--center {
  text-align: center;
}
.investor-acknowledgements__content ul,
.investor-flow__content ul {
  list-style: unset;
}
.investor-acknowledgements__content .text-array a,
.investor-flow__content .text-array a {
  color: #8e9c9c;
}
.investor-acknowledgements__contentFS,
.investor-flow__contentFS {
  line-height: 2.4rem;
  margin: 3rem auto;
  max-width: 80rem;
  text-align: left;
  font-size: 18px;
  float: left;
  padding: 1.5rem;
}
.investor-acknowledgements__contentFS--center,
.investor-flow__contentFS--center {
  text-align: center;
}
.investor-acknowledgements__contentFS ul,
.investor-flow__contentFS ul {
  list-style: unset;
}
.investor-acknowledgements__contentFS .text-array a,
.investor-flow__contentFS .text-array a {
  color: #8e9c9c;
}
.investor-acknowledgements .plaid-btn,
.investor-flow .plaid-btn {
  float: left;
  padding: 3rem;
}
.investor-acknowledgements .manual-btn,
.investor-flow .manual-btn {
  float: left;
  padding: 3rem;
}
.investor-acknowledgements__redirectlink,
.investor-flow__redirectlink {
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
  color: #D79232;
}
.investor-acknowledgements__celebrate,
.investor-flow__celebrate {
  margin-top: 5rem;
}
.investor-acknowledgements__content_commitamount,
.investor-flow__content_commitamount {
  line-height: 2.4rem;
  max-width: 80rem;
  text-align: left;
}
.investor-acknowledgements__btns,
.investor-flow__btns {
  margin: 0 auto 6rem;
  max-width: 122rem;
  padding: 0 1.5rem;
}
.investor-acknowledgements__btn,
.investor-flow__btn {
  height: 5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
}
.investor-acknowledgements__next,
.investor-flow__next {
  display: block;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 11rem;
}
.investor-acknowledgements__doc-link,
.investor-flow__doc-link {
  margin-bottom: 0.5rem;
}
.investor-acknowledgements__doc-link a,
.investor-flow__doc-link a {
  border-bottom: #142e52 solid 2px;
  color: #142e52;
  font-size: 18px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.investor-acknowledgements__doc-link-confirm,
.investor-flow__doc-link-confirm {
  display: inline-block;
  height: 16px;
  width: 32px;
}
.investor-acknowledgements__docs-links-not-clicked-hidden,
.investor-flow__docs-links-not-clicked-hidden {
  display: none;
}

.investor-flow__bot-btns {
  display: flex;
  justify-content: space-between;
}

.kyc {
  margin: 0 auto;
  max-width: 50rem;
  padding: 4rem 0 4rem;
  text-align: center;
}
.kyc__modal-container {
  padding: 2rem;
  text-align: center;
}

.status-pages {
  margin: 0 auto;
  max-width: 50rem;
  padding: 4rem 0;
  text-align: center;
}
.status-pages__desc {
  margin-bottom: 2rem;
  padding: 0 1.5rem 0 1.5rem;
  text-align: center;
}

.banking {
  margin: 0 auto;
  max-width: 50rem;
  padding: 4rem 0;
  text-align: center;
}
.banking__desc {
  margin-bottom: 2rem;
  padding: 0 1.5rem 0 1.5rem;
  text-align: left;
}
.banking__account--hide {
  display: none;
}
.banking__error-wrap {
  padding: 0 1.5rem 0 1.5rem;
}

.contact-customer-service {
  margin: 0 auto;
  max-width: 50rem;
  padding: 4rem 0;
  text-align: center;
}
.contact-customer-service__desc {
  margin-bottom: 2rem;
  padding: 0 1.5rem 0 1.5rem;
  text-align: center;
}

.investor-steps#getting_started .investor-flow__wrap {
  padding: 4rem;
}
.investor-steps#getting_started .investor-flow__title {
  padding-bottom: 1rem;
  text-align: center;
}
.investor-steps#getting_started .investor-flow__subtitle {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}
.investor-steps#getting_started .investor-flow__content .questionnaire {
  color: #345b58;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question {
  margin-bottom: 2rem;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question-text {
  color: #345b58;
  font-weight: bold;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question-description {
  color: #345b58;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question-description a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question-options {
  margin-left: 4rem;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question-option {
  margin-bottom: 1rem;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question-option:last-child {
  margin-bottom: 0;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question-option__description {
  color: #345b58;
  font-style: italic;
  padding-left: 2.8rem;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question--age .questionnaire__question-text {
  align-items: center;
  display: flex;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question--age .questionnaire__question-text .form__text-input {
  flex-basis: 5rem;
  margin-left: 2rem;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__question .create-account__body {
  padding-bottom: 6rem;
  text-align: left;
}
.investor-steps#getting_started .investor-flow__content .questionnaire__submit {
  text-align: center;
}

.investor-steps#kyc_timeout .investor-flow__title {
  margin-bottom: 4rem;
  padding-bottom: 0;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 3.3rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.investor-steps#kyc_timeout .investor-flow__content {
  color: #345b58;
  text-align: center;
}
.investor-steps#kyc_timeout .investor-flow__content p {
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
.investor-steps#kyc_timeout .investor-flow__content a {
  border-bottom: 1px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.investor-steps#kyc_timeout .investor-flow__btns {
  margin-bottom: 0;
  margin-top: 6rem;
}

.investor-steps#bank-account-fs .investor-flow__title {
  color: #345b58;
  font-size: 3rem;
  line-height: 3.3rem;
  padding-bottom: 3.5rem;
  text-align: center;
  padding-bottom: 1rem;
}
.investor-steps#bank-account-fs .investor-flow__subtitle {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 6rem;
}
.investor-steps#bank-account-fs .investor-flow__desc {
  margin: 0 auto;
  max-width: 80rem;
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
}

.investor-steps#kyc_intervention .investor-flow__title,
.investor-steps#upload_documents_result .investor-flow__title {
  padding-bottom: 0.5rem;
  padding-bottom: 1rem;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #345b58;
}
.investor-steps#kyc_intervention .investor-flow__content,
.investor-steps#upload_documents_result .investor-flow__content {
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #345b58;
}
.investor-steps#kyc_intervention .investor-flow__content p,
.investor-steps#upload_documents_result .investor-flow__content p {
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #345b58;
}
.investor-steps#kyc_intervention .investor-flow__bodyinner,
.investor-steps#upload_documents_result .investor-flow__bodyinner {
  margin: 0 auto;
  max-width: 80rem;
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
  color: #345b58;
}
.investor-steps#kyc_intervention .investor-flow__subtitle,
.investor-steps#upload_documents_result .investor-flow__subtitle {
  color: #345b58;
  font-size: 2.5rem;
  margin-bottom: 6rem;
}
.investor-steps#kyc_intervention .investor-flow__StatusImg,
.investor-steps#upload_documents_result .investor-flow__StatusImg {
  width: 120px;
  height: 120px;
  padding-top: 1rem;
  padding-bottom:2.5rem;
}
.investor-steps#kyc_intervention .investor-flow__continueBtn,
.investor-steps#upload_documents_result .investor-flow__continueBtn {
  margin-top: 4rem;
}
.investor-steps#kyc_intervention .investor-flow__content,
.investor-steps#upload_documents_result .investor-flow__content {
  color: #345b58;
  text-align: center;
  padding-bottom: 5rem;
}
.investor-steps#kyc_intervention .investor-flow__content p,
.investor-steps#upload_documents_result .investor-flow__content p {
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
.investor-steps#kyc_intervention .investor-flow__content a,
.investor-steps#upload_documents_result .investor-flow__content a {
  /* @include link($winter-sky, $navy, 1px);*/
  padding-bottom: 15px;
  text-decoration: none;
}
.investor-steps#kyc_intervention .investor-flow__btns,
.investor-steps#upload_documents_result .investor-flow__btns {
  margin-bottom: 0;
  margin-top: 6rem;
}
.investor-steps#kyc_intervention .AuthorizeChkbox,
.investor-steps#upload_documents_result .AuthorizeChkbox {
  float: left;
  opacity: 10;
}

.investor-steps#upload_documents .investor-flow__title {
  margin-bottom: 2rem;
  padding-bottom: 0;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0.2rem;
  padding-bottom: 1rem;
}
.investor-steps#upload_documents .investor-flow__bodyinner {
  margin: 0 auto;
  max-width: 80rem;
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
  color: #345b58;
}
.investor-steps#upload_documents .investor-flow__icon {
  max-width: 130px;
}
.investor-steps#upload_documents .investor-flow__content {
  color: #345b58;
  margin: 2rem auto;
  text-align: center;
}
.investor-steps#upload_documents .investor-flow__content p {
  line-height: 3rem;
}
.investor-steps#upload_documents .investor-flow__content p:last-child {
  margin-bottom: 0;
}
.investor-steps#upload_documents .investor-flow__content a {
  border-bottom: 1px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.investor-steps#upload_documents .investor-flow__infoText {
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
  line-height: 2.6rem;
}
.investor-steps#upload_documents .investor-flow__infoText p {
  font-family: "Circular Std Book", sans-serif;
  font-size: 20px;
  color: #345b58;
}
.investor-steps#upload_documents .investor-flow__form {
  margin: 0 auto;
  max-width: 35rem;
  text-align: center;
}
.investor-steps#upload_documents .investor-flow__form .form__row .form__column-full {
  padding-bottom: 3rem;
}
.investor-steps#upload_documents .investor-flow__form .form__row .form__file-wrap p {
  color: #345b58;
  margin-bottom: 0;
  margin-top: 2rem;
}
.investor-steps#upload_documents .investor-flow__form .form__row .form__file-wrap a {
  border-bottom: 1px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-size: 18px;
}
.investor-steps#upload_documents .investor-flow__form .form__row .btn {
  margin-top: 2rem;
}
.investor-steps#upload_documents .investor-flow__form .form__row:last-child .form__column-full {
  padding-bottom: 0;
}
.investor-steps#upload_documents .investor-flow__form .create-account__body {
  padding-bottom: 6rem;
  text-align: left;
}
.investor-steps#upload_documents .investor-flow__form .create-account__body ol,
.investor-steps#upload_documents .investor-flow__form .create-account__body ul {
  list-style: initial;
}

.investor-form-commit-amt__bot-btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}

.verifyDepositsWallet__bot-btns {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

.verify_btnLeft {
  width: 50%;
  float: left;
}

.verify_btnRight {
  width: 50%;
  float: right;
}

@media only screen and (min-width: 768px) {
  .investor-form-dwolla__container {
    padding: 1rem 1.5rem;
  }
  .investor-form-dwolla__title-center {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 42px;
    color: #345b58;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 2rem;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__title-fullwidth {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 42px;
    color: #345b58;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 2rem;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__btnGoPrev {
    width: 20%;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .investor-form-dwolla__infotext-center {
    padding-top: 20px;
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 3rem;
    width: 100%;
    padding-bottom: 4rem;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__message {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #345b58;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 7rem;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__tableInfoDiv {
    text-align: center;
  }
  .investor-form-dwolla__prop {
    margin: 0 auto;
    float: none;
    width: 30rem;
    padding-right: 0rem;
  }
  .investor-form-dwolla__image {
    margin: 0 auto;
    float: none;
    width: 56rem;
    padding-left: 0rem;
  }
  .investor-form-dwolla__leftBtnDiv {
    float: left;
  }
  .investor-form-dwolla__rightBtnDiv {
    float: right;
  }
  .investor-form-dwolla__spnRight {
    float: none;
    font-weight: bold;
    font-size: 20px;
    color: #142e52;
  }
  .investor-form-dwolla__spnLeft {
    float: none;
    font-size: 20px;
    color: #142e52;
  }
  .investor-form-dwolla__btns {
    padding-top: 1rem;
  }

  .nav-investor__container {
    margin-top: 7rem;
  }

  .investor-form-signup {
    margin-top: 7rem;
  }

  .investor-form-contact__desc {
    margin: 0 auto;
    max-width: 80rem;
    font-family: "Circular Std Book", sans-serif;
    font-size: 20px;
  }
  .investor-form-contact__container {
    padding-top: 2rem;
  }

  .investor-form-ownership__div1 {
    width: 175px;
    height: 150px;
    border: solid 1px #ccc;
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
  .investor-form-ownership__img1 {
    width: 75px;
    height: 60px;
  }
  .investor-form-ownership__img2 {
    width: 75px;
    height: 60px;
  }
  .investor-form-ownership__img3 {
    width: 75px;
    height: 60px;
  }

  .plaid-btn {
    float: left;
    padding: 3rem;
  }

  .manual-btn {
    float: left;
    padding: 3rem;
  }

  .manual-btn .text-array {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .investor-acknowledgements,
.investor-flow {
    background-color: #fff;
    border-bottom: thin solid #abb0af;
    border-left: thin solid #abb0af;
    border-right: thin solid #abb0af;
  }
  .investor-acknowledgements__wrap,
.investor-flow__wrap {
    margin: 3rem 1.5rem;
    padding: 0rem 1.5rem;
    text-align: center;
    min-height: 55rem;
  }
  .investor-acknowledgements__content,
.investor-flow__content {
    line-height: 2.4rem;
    margin: 0rem auto;
    max-width: 80rem;
    text-align: left;
    font-size: 18px;
  }
  .investor-acknowledgements__content--center,
.investor-flow__content--center {
    text-align: center;
  }
  .investor-acknowledgements__content ul,
.investor-flow__content ul {
    list-style: unset;
  }
  .investor-acknowledgements__content .text-array a,
.investor-flow__content .text-array a {
    color: #8e9c9c;
  }
}
@media only screen and (min-width: 991px) {
  .investor-form-dwolla__container {
    padding: 1rem 1.5rem;
  }
  .investor-form-dwolla__leftBtnDiv {
    float: left;
  }
  .investor-form-dwolla__rightBtnDiv {
    float: right;
  }
  .investor-form-dwolla__btnGoPrev {
    width: 30%;
    margin: 0 auto;
    padding-top: 5rem;
  }

  .nav-investor__menu {
    height: 5.5rem;
  }
  .nav-investor__bullet {
    position: relative;
  }
  .nav-investor__text {
    display: inline;
    left: 50%;
    margin-left: -8rem;
    position: absolute;
    text-align: center;
    top: 3rem;
    width: 17rem;
    font-size: 14px;
  }
  .nav-investor__menu-item--active .nav-investor__bullet .nav-investor__text {
    color: #f1b203;
    display: inline;
    left: 50%;
    letter-spacing: 0;
    top: 3rem;
    font-size: 14px;
  }

  .investor-form-contact__container {
    padding-top: 6rem;
  }
  .investor-form-contact__next {
    /* width: 29rem;*/
  }

  .investor-acknowledgements__container,
.investor-flow__container {
    padding: 5rem 0 0 30rem;
  }
  .investor-acknowledgements__next,
.investor-flow__next {
    text-align: center;
    width: 24rem;
  }
  .investor-acknowledgements__investor-content-container,
.investor-flow__investor-content-container {
    padding: 5rem 0 0 0;
    min-height: 48rem;
  }
}
.investor-steps .investor-flow__container .signup-text-container .text-array p {
  font-size: 16px !important;
}

@media only screen and (min-width: 1200px) {
  .plaid-btn {
    float: left;
    padding: 3rem;
  }

  .manual-btn {
    float: left;
    padding: 3rem;
  }

  .manual-btn .text-array {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ssnFormatted {
    position: absolute;
    top: 0;
    margin-left: -455px;
    color: transparent !important;
    background: transparent;
    border: none;
    outline: none;
  }

  .nav-investor__text {
    display: inline;
    left: 50%;
    margin-left: -8rem;
    position: absolute;
    text-align: center;
    top: 3rem;
    width: 17rem;
    font-size: 14px;
  }

  .investor-form-contact__container {
    padding-top: 2rem;
  }
  .investor-form-contact__question {
    display: none;
  }
  .investor-form-contact__question-view {
    display: block;
  }
  .investor-form-contact__fields-content {
    position: relative;
  }
  .investor-form-contact__faq-top {
    padding-bottom: 1.5rem;
  }
  .investor-form-contact__faq-bot {
    background-color: #fff;
    display: none;
    padding: 2rem 2.5rem 2rem 5rem;
  }
  .investor-form-contact__desk-question-wrap {
    display: flex;
  }
  .investor-form-contact__faq-arrow {
    color: #345b58;
    font-size: 3rem;
  }
  .investor-form-contact__faq-field {
    background-color: #fff;
    border: thin solid #345b58;
    border-right: none;
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0 0 0;
    position: absolute;
    right: -36.6rem;
    text-align: left;
    width: 28rem;
  }
  .investor-form-contact__faq-field::before {
    background: #fff;
    border-right: thin solid #345b58;
    content: "";
    height: 12px;
    left: -7px;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    width: 12px;
  }
  .investor-form-contact__faq-field::after {
    background: #fff;
    border-right: thin solid #345b58;
    bottom: -6px;
    content: "";
    height: 12px;
    left: -7px;
    position: absolute;
    transform: rotate(-45deg);
    width: 12px;
  }
  .investor-form-contact__faq-field--show .investor-form-contact__faq-bot {
    display: block;
  }
  .investor-form-contact__faq-field--show .investor-form-contact__faq-arrow {
    transform: rotate(180deg);
  }
  .investor-form-contact__faq-field--show .investor-form-contact__faq-top {
    border-bottom: thin solid #6593ab;
  }
  .investor-form-contact__faq-title {
    display: flex;
    padding-left: 1.5rem;
  }
  .investor-form-contact__faq-title-text {
    color: #345b58;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding-left: 1rem;
    text-transform: uppercase;
  }
  .investor-form-contact__desk-question {
    border-right: thin solid #abb0af;
    padding: 0 2.5rem 0 1.5rem;
    width: 19.5rem;
  }
  .investor-form-contact__faq-field-wrap {
    position: relative;
  }

  .investor-steps#getting_started .investor-flow__title {
    text-align: left;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    line-height: 3.3rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
  }
  .investor-steps#getting_started .investor-flow__subtitle {
    text-align: left;
  }

  .investor-flow__container-commitamount {
    padding: 2rem 0 0 53rem;
  }

  .investor-form-ownership {
    background-color: #fff;
    border-bottom: thin solid #abb0af;
    border-left: thin solid #abb0af;
    border-right: thin solid #abb0af;
  }
  .investor-form-ownership__container {
    margin: 10rem auto;
    max-width: 122rem;
    min-height: 60rem;
    text-align: center;
  }
  .investor-form-ownership__optionslist {
    margin-top: 7rem;
    height: 30rem;
  }
  .investor-form-ownership__btnback {
    border: solid 1px #e4e7e2;
    background-color: #e4e7e2;
    color: #345b58;
    display: inline-block;
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 0;
    padding: 2rem 4.6rem 1.6rem;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 9px;
  }
  .investor-form-ownership__div1 {
    width: 300px;
    height: 235px;
    border: solid 1px #ccc;
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .investor-form-ownership__div1 h3 {
    padding-top: 2rem;
    font-size: 28px;
    padding-bottom: 2rem;
  }
  .investor-form-ownership__div1 span {
    padding: 0rem 2rem;
  }
  .investor-form-ownership__div1:hover {
    background-color: #faf0d3;
    cursor: pointer;
  }
  .investor-form-ownership__div1:focus {
    background-color: #f1b203;
    cursor: pointer;
  }
  .investor-form-ownership__img1 {
    width: 120px;
    height: 100px;
  }
  .investor-form-ownership__img2 {
    width: 120px;
    height: 100px;
  }
  .investor-form-ownership__img3 {
    width: 100px;
    height: 100px;
  }
  .investor-form-ownership__wrap {
    margin: 0 1.5rem 4rem 1.5rem;
    text-align: center;
  }
  .investor-form-ownership__fields-wrap {
    margin: 0 auto;
    max-width: 45.5rem;
    position: relative;
  }
  .investor-form-ownership__title {
    color: #345b58;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    line-height: 3.3rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
  }

  .investor-form-dwolla {
    background-color: #fff;
    border-bottom: thin solid #abb0af;
    border-left: thin solid #abb0af;
    border-right: thin solid #abb0af;
  }
  .investor-form-dwolla__container {
    margin: 0 auto;
    max-width: 122rem;
    min-height: 60rem;
  }
  .investor-form-dwolla__btnGoPrev {
    width: 20%;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .investor-form-dwolla__smallcontainer {
    padding-left: 48rem;
    padding-right: 48rem;
    min-height: 30rem;
  }
  .investor-form-dwolla__verificationTableMobile {
    display: none;
  }
  .investor-form-dwolla__message {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #345b58;
    width: 35%;
    padding-top: 4rem;
    padding-bottom: 7rem;
    margin: 0 auto;
  }
  .investor-form-dwolla__title {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 48px;
    color: #345b58;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 0rem;
    margin: 0 auto;
  }
  .investor-form-dwolla__title-center {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 42px;
    color: #345b58;
    width: 33%;
    padding-top: 4rem;
    padding-bottom: 0rem;
    margin: 0 auto;
  }
  .investor-form-dwolla__title-fullwidth {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 42px;
    color: #345b58;
    width: 70%;
    padding-top: 4rem;
    padding-bottom: 0rem;
    margin: 0 auto;
  }
  .investor-form-dwolla__infotext {
    padding-top: 20px;
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 3rem;
    width: 70%;
    padding-bottom: 2rem;
    margin: 0 auto;
  }
  .investor-form-dwolla__infotext-center {
    padding-top: 20px;
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 3rem;
    width: 30%;
    padding-bottom: 2rem;
    margin: 0 auto;
  }
  .investor-form-dwolla__image {
    margin: 0 auto;
    float: left;
    width: 56rem;
    padding-left: 12rem;
  }
  .investor-form-dwolla__prop {
    margin: 0 auto;
    float: right;
    width: 30rem;
    padding-right: 20rem;
  }
  .investor-form-dwolla__checkimage {
    margin: 0 auto;
    width: 80%;
    display: block;
    padding-bottom: 4rem;
  }
  .investor-form-dwolla__spnRight {
    float: right;
    font-size: 20px;
    color: #142e52;
  }
  .investor-form-dwolla__spnLeft {
    float: left;
    font-size: 20px;
    color: #142e52;
  }
  .investor-form-dwolla__manual-btns {
    display: flex;
    justify-content: space-evenly;
  }
  .investor-form-dwolla__initiated-btns {
    display: flex;
    justify-content: space-evenly;
  }
  .investor-form-dwolla__btns {
    padding-top: 35rem;
  }
  .investor-form-dwolla__btns-initiated {
    padding-top: 7rem;
  }
  .investor-form-dwolla__tableInfoDiv {
    text-align: unset;
  }
}
@media (max-width: 1024px) {
  .investor-flow__container-commitamount {
    padding: 5rem 0 0 0rem;
    width: calc(100% - 7rem);
    margin: 0px auto;
  }
}
@media (max-width: 1280px) {
  .investor-flow__container-commitamount {
    padding: 5rem 0;
    width: calc(100% - 20rem);
    margin: 0px auto;
  }

  .investor-flow__title_commitamount {
    font-size: 32px !important;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .investor-flow__container-commitamount {
    padding: 5rem 0 0;
    max-width: 930px;
    margin: 0px auto;
  }
}
@media (max-width: 700px) {
  .investor-flow__container-commitamount {
    width: calc(100% - 5rem);
  }
}
@media only screen and (min-width: 768px) {
  .advantages__point {
    text-align: center;
    margin: 0 4rem;
    display: inline-block;
  }

  .advantages__points_commitamount {
    justify-content: center;
  }
}
@media (max-width: 1025px) {
  .advantages__points_commitamount {
    justify-content: center;
  }
}
@media (width: 768px) {
  .plaid-btn {
    float: none;
    text-align: center !important;
  }

  .manual-btn {
    float: none;
    text-align: center !important;
  }
}
@media (max-width: 770px) {
  .advantages__points_commitamount {
    justify-content: space-between;
  }
}
/*Mobile*/
@media (max-width: 700px) {
  .investor-form-selection__div1 {
    width: 300px;
    height: 200px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

  .nav-investor__menu-item--active .nav-investor__bullet .nav-investor__text {
    color: #f1b203;
    display: block !important;
    letter-spacing: 0.1rem;
    position: absolute;
    text-align: center;
    top: 7rem;
    font-size: 14px;
    margin: 0 auto;
  }

  .nav-investor__menu-item--active ~ .nav-investor__menu-item .nav-investor__text {
    display: none;
  }

  .nav-investor__text {
    display: none !important;
    padding-top: 3rem;
  }

  .investor-form-dwolla__container {
    padding: 1rem 1.5rem;
  }
  .investor-form-dwolla__btnGoPrev {
    width: 70%;
    margin: 0 auto;
    padding-top: 3rem;
  }
  .investor-form-dwolla__title {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #345b58;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 0rem;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__title-center {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 42px;
    color: #345b58;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 2rem;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__title-fullwidth {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 42px;
    color: #345b58;
    width: 70%;
    padding-top: 5rem;
    padding-bottom: 2rem;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__infotext {
    padding-top: 20px;
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 3rem;
    width: 95%;
    padding-bottom: 2rem;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__infotext-center {
    padding-top: 20px;
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 3rem;
    width: 100%;
    padding-bottom: 4rem;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__tableInfoDiv {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .investor-form-dwolla__verificationTableMobile {
    display: block;
    padding-bottom: 4rem;
  }
  .investor-form-dwolla__hideOnMobile {
    display: none;
  }
  .investor-form-dwolla__message {
    padding-top: 20px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #345b58;
    width: 100%;
    margin: 0 auto;
  }
  .investor-form-dwolla__image {
    margin: 0 auto;
    max-width: 1211px;
    padding-left: 0rem;
    width: 100%;
  }
  .investor-form-dwolla__leftBtnDiv {
    float: none;
  }
  .investor-form-dwolla__rightBtnDiv {
    float: none;
    padding-top: 2rem;
  }
  .investor-form-dwolla__prop {
    margin: 0 auto;
    max-width: 1211px;
    width: 100%;
    padding-right: 0rem;
  }
  .investor-form-dwolla__checkimage {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    display: block;
  }
  .investor-form-dwolla__spnRight {
    float: none;
    font-weight: bold;
    font-size: 20px;
    color: #142e52;
  }
  .investor-form-dwolla__spnLeft {
    float: none;
    font-size: 20px;
    color: #142e52;
  }
  .investor-form-dwolla__manual-btns {
    display: block;
  }
  .investor-form-dwolla__initiated-btns {
    display: block;
    text-align: center;
  }

  .BtnAddBank {
    float: none;
  }

  .investor-flow__investor-content-container {
    padding: 5rem 0 0 0;
    min-height: 40rem;
  }
  .investor-flow__container-commitamount {
    padding: 2rem 0 0 0;
  }
  .investor-flow__title_commitamount {
    padding: 5px 5px 5px 5px;
    font-size: 32px;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .nav-investor__progress {
    margin-top: 16px;
    font-size: 14px;
  }
}
.lba_container {
  margin: 0 auto;
  max-width: 100rem;
}

.lba_title {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 42px;
  color: #345b58;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.lba_leftImage {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.lba_leftImage img {
  min-width: 72%;
}

.lba_rightForm {
  float: right;
  width: 40%;
  box-sizing: border-box;
  padding-right: 4rem;
}

.lba_rightForm ul {
  margin: 0;
  padding: 0;
}

.lba_rightForm ul li {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
  position: relative;
}

.lba_rightForm ul li select {
  border: 1px solid #345b58;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 16px;
  padding: 14px 19px;
  width: 90%;
  border-radius: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), radial-gradient(#345b58 65%, transparent 72%);
  background-position: calc(100% - 19.8px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), calc(100% - .5em) 9px;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

.lba_rightForm ul li input {
  border: 1px solid #345b58;
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 16px;
  padding: 14px 19px;
  width: 90%;
  border-radius: 10px;
  box-sizing: border-box;
}

.lba_rightForm ul li .form__placeholder {
  left: 3px;
  line-height: 1;
  opacity: 0;
  padding: 7px 0 0 13px;
  position: absolute;
  top: 6px;
  transition: all 0.3s ease;
  z-index: 4;
  font-family: "Circular Std Book", sans-serif;
}

.lba_rightForm ul li .form__text-input:not(:placeholder-shown) + .form__placeholder {
  background: #fff;
  color: #345b58;
  display: block;
  font-size: 75%;
  height: 10px;
  left: 15px;
  opacity: 1;
  padding: 0 5px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 6;
}

.lba_btn-left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.lba_btn-right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.lba-btnWidth {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
  padding-bottom: 4rem;
}

.lba-btn {
  background: #F1B203;
  background: #F1B203;
  border: 0;
  color: #345b58;
  cursor: pointer;
  display: inline-block;
  font-family: "Circular Std Book", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  padding: 14px 30px 13px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 9px;
}

.lba-btn-cont {
  width: 165px;
  margin-right: 5%;
}

.lba-btn:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .lba_leftImage {
    width: 100%;
    margin-bottom: 20px;
  }

  .lba_rightForm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lba_rightForm ul li {
    padding: 0 20px 20px 20px;
  }

  .lba_rightForm ul li select {
    width: 100%;
  }

  .lba_rightForm ul li input {
    width: 100%;
  }

  .lba_rightForm ul li .form__text-input:not(:placeholder-shown) + .form__placeholder {
    left: 36px;
  }

  .lba_leftImage img {
    max-width: 100%;
    min-width: auto;
  }

  .lba_title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .lba-btn-cont {
    width: 110px;
  }

  .lba_title {
    font-size: 28px;
    line-height: 30px;
  }

  .verifyDepositsWallet__bot-btns {
    display: block;
    justify-content: center;
    margin-top: 1em;
    text-align: center;
  }

  .verify_btnLeft {
    width: 100%;
    float: none;
    text-align: center;
  }

  .verify_btnRight {
    width: 100%;
    float: none;
    text-align: center;
  }

  .investor-form-dwolla__innerContainerbtns {
    margin: 0 auto;
    width: 22rem;
  }
}
@media (max-width: 430px) {
  .lba-btn-cont {
    width: 70%;
    margin: 0;
  }

  .lba-btnWidth {
    margin-top: 0;
  }

  .lba_btn-left, .lba_btn-right {
    width: 100%;
    margin: 10px 0;
  }

  .lba-btn {
    width: 70%;
  }
}


@media (min-width: 700px) and (max-width: 1023px) {

    .investor-form-selection__container {
        margin: 10rem auto;
        max-width: 122rem;
        min-height: 60rem;
        text-align: center;
    }

    .investor-form-selection__optionslist {
        margin-top: 7rem;
       
    }

    .investor-form-selection__optionslist a:visited {
        color: #345B58;
    }

    .investor-form-selection__div1 {
        width: 300px;
        height: 200px;
        border: solid 1px #ccc;
        border-radius: 12px;
        background-color: #fff;
        margin: 0 auto;
        text-align: center;
        float: none;
        margin-top:2rem;
        margin-bottom:5rem;
    }

    .investor-form-selection__div1 h3 {
        padding-top: 5rem;
        font-size: 28px;
        padding-bottom: 2rem;
    }

    .investor-form-selection__div1 span {
        padding: 0rem 1rem;
        color: #345B58;
        text-align: center;
    }

    .investor-form-selection__div1:hover {
        background-color: #faf0d3;
        cursor: pointer;
    }

    .investor-form-selection__div1:focus {
        background-color: #f1b203;
        cursor: pointer;
    }

}

@media (min-width: 1024px) and (max-width: 1100px) {

    .investor-form-selection__div1 {
        width: 300px;
        height: 200px;
        border: solid 1px #ccc;
        border-radius: 12px;
        background-color: #fff;
        margin: 0 auto;
        text-align: center;
        float: left;
        margin-left: 12rem;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .investor-form-ownership__div1 {
        width: 300px;
        height: 235px;
        border: solid 1px #ccc;
        border-radius: 12px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .investor-form-ownership__img1 {
        width: 120px;
        height: 100px;
    }

}
/**
  Corners for container
 */
.my-account {
  background-color: #fff;
  line-height: 2.5rem;
}
.my-account__header {
  background: url("/src/images/my-account/account-header-m.png") center center no-repeat transparent;
  background-size: cover;
}
.my-account__title {
  color: #345b58;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0rem;
  line-height: 5.5rem;
  padding-bottom: 2.5rem;
  text-align: left;
  text-transform: none;
}
.my-account__profilepage-title {
  color: #345b58;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0rem;
  line-height: 3.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  text-transform: none;
}
.my-account__desc {
  margin-bottom: 3rem;
  max-width: 60rem;
}
.my-account__container {
  margin: 8.6rem auto 2rem;
  padding-top: 2rem;
}
.my-account__section {
  margin-bottom: 2rem;
  padding: 2rem 0 2rem 0;
}
.my-account__section--with-border {
  border-left: 0 solid #345b58;
  padding-left: 3rem;
}
.my-account__row {
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.my-account__row:last-child {
  margin-bottom: 0;
}
.my-account__menu {
  background-color: #f5f5f5;
  display: none;
  font-size: 1.6rem;
  padding: 1rem 0 1rem 0;
  position: absolute;
  text-align: center;
  top: 7.5rem;
  width: 100%;
}
.my-account__arrow {
  bottom: 0;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1rem;
  position: relative;
  top: 4px;
}
.my-account__menu-link {
  color: #8e9c9c;
  text-transform: capitalize;
}
.my-account__left-menu {
  align-items: center;
  background-color: #abb0af;
  display: flex;
  justify-content: center;
  position: relative;
  width: auto;
  z-index: 20;
}
.my-account__left-menu--show .my-account__menu {
  display: block;
}
.my-account__left-menu--show .my-account__arrow {
  transform: rotate(180deg);
}
.my-account__mobile-nav-select {
  height: 100%;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.my-account__mobile-nav-link {
  display: block;
  height: 100%;
  line-height: 7.5rem;
  width: 100%;
}
.my-account__mobile-nav-text {
  color: #fff;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
}
.my-account__page {
  background-color: #fff;
  flex: 1;
  max-width: 75rem;
  padding: 3rem 1.5rem 4.5rem 1.5rem;
}
.my-account__menu-item--active {
  font-weight: bold;
  padding-top: 4px;
}
.my-account__menu-item--active .my-account__menu-link {
  color: #345b58;
}
.my-account__menu-arrow {
  display: none;
}
.my-account__header-menu {
  background-color: #f5f5f5;
  display: none;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1rem;
  position: absolute;
  right: 25%;
  top: 8.5rem;
  z-index: 200;
}
.my-account__header-menu--show {
  display: block;
}
.my-account__header-menu-link {
  color: #345b58;
}
.my-account__sub-title {
  color: #476d8f;
  font-size: 2rem;
  line-height: 2rem;
  padding-bottom: 1.3rem;
}
.my-account__pencil {
  background: url("/src/images/my-account/pencil.png") center right no-repeat transparent;
  bottom: -1px;
  display: inline-block;
  height: 14px;
  padding-left: 5px;
  position: relative;
  width: 14px;
}
.my-account__pencil--white {
  background-image: url("/src/images/icons/pencil-white.png");
}

@media only screen and (min-width: 768px) {
  .my-account__header-menu {
    right: 8rem;
    top: 5.5rem;
  }
  .my-account__title {
    color: #345b58;
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: 0rem;
    line-height: 5.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
    text-transform: none;
  }
}
@media only screen and (min-width: 991px) {
  .my-account__title {
    line-height: 6rem;
  }
  .my-account__page {
    margin: 0 auto 6rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .my-account {
    margin-top: 7rem;
  }
  .my-account__container {
    margin: 0;
    max-width: initial;
    padding-top: 0;
  }
  .my-account__title {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 0rem;
    line-height: 48px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
  }
  .my-account__section {
    margin-bottom: 1rem;
    padding-left: 4rem;
  }
  .my-account__section--with-border {
    border-left: 0 solid #345b58;
    margin-left: 3.6rem;
    padding: 2.5rem 0 2.5rem 3rem;
  }
  .my-account__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 1.8rem 0;
  }
  .my-account__row:first-child {
    padding-top: 0;
  }
  .my-account__row-label {
    color: #345b58;
  }
  .my-account__row-value {
    color: #345b58;
    line-height: 2rem;
  }
  .my-account__header {
    background-image: url("/src/images/my-account/account-header.png");
    position: relative;
  }
  .my-account__header::after {
    bottom: -1px;
    content: "";
    height: 6rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .my-account__left-menu {
    align-items: normal;
    height: auto;
    max-width: 40rem;
    position: initial;
  }
  .my-account__mobile-nav-select {
    display: none;
  }
  .my-account__menu {
    background-color: #abb0af;
    display: block;
    margin: 0;
    padding-top: 8.5rem;
    position: initial;
  }
  .my-account__menu-arrow {
    color: #fff;
    font-size: 2.2rem;
    transform: rotate(-90deg);
    width: 11px;
  }
  .my-account__menu-link {
    color: #fff;
    text-transform: uppercase;
  }
  .my-account__menu-item {
    line-height: 5rem;
    padding: 0 2rem 0 3.5rem;
    text-align: left;
    text-transform: uppercase;
  }
  .my-account__menu-item--active {
    background-color: #345b58;
  }
  .my-account__menu-item--active .my-account__menu-link {
    align-items: center;
    color: #fff;
    display: flex;
  }
  .my-account__menu-item--active .my-account__menu-arrow {
    display: block;
  }
  .my-account__menu-link-text {
    letter-spacing: 0.1rem;
    padding-top: 4px;
  }
}
@media (max-width: 700px) {
  .my-account__title {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0rem;
    line-height: 48px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
  }
}
/**
  Corners for container
 */
/**
styles for Epi editor
 */
strong {
  font-weight: bold;
}

p {
  margin-bottom: 1rem;
}

em {
  font-style: italic;
}
/**
  Corners for container
 */
.my-account-menu__container {
  text-align: center;
  margin-top: 15px;
}
.my-account-menu__mobile-nav-select {
  border: #345b58 solid 1px;
  height: 4.5rem;
  margin: 0 auto 1rem;
  width: 22rem;
}
.my-account-menu__mobile-nav-link {
  color: #345b58;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 1.1rem 0 0.8rem;
  width: inherit;
}
.my-account-menu__mobile-nav-link-img {
  display: none;
}
.my-account-menu__mobile-nav-text {
  margin-left: 3rem;
}
.my-account-menu__arrow {
  float: right;
  margin-right: 2rem;
}
.my-account-menu__menu {
  background-color: #fff;
  display: none;
  left: 50%;
  padding: 0;
  position: absolute;
  transform: translate(-50%, 0);
  width: 22rem;
  z-index: 10;
}
.my-account-menu__menu--show {
  display: block;
}
.my-account-menu__item {
  margin: 1rem 0;
}
.my-account-menu__item--active .my-account-menu__item-link-img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(11%) saturate(1561%) hue-rotate(126deg) brightness(92%) contrast(82%);
}
.my-account-menu__item--active .my-account-menu__item-link-text {
  color: #345b58;
  font-weight: bold;
  text-decoration: underline;
}
.my-account-menu__item-link {
  display: flex;
  flex-direction: column;
}
.my-account-menu__item-link-img {
  display: none;
}
.my-account-menu__item-link-text {
  color: #8e9c9c;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .my-account-menu__container {
    margin: 1.5em auto 4rem;
  }
  .my-account-menu__mobile-nav-select {
    display: none;
  }
  .my-account-menu__menu {
    display: flex;
    justify-content: center;
    left: unset;
    position: static;
    transform: unset;
    width: unset;
    z-index: unset;
  }
  .my-account-menu__item {
    margin: 0 90px 0 10px;
  }
  .my-account-menu__item:last-child {
    margin-right: 0;
  }
  .my-account-menu__item--active .my-account-menu__item-link-img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(11%) saturate(1561%) hue-rotate(126deg) brightness(92%) contrast(82%);
  }
  .my-account-menu__item-link {
    display: flex;
    flex-direction: column;
  }
  .my-account-menu__item-link-img {
    display: inline;
    filter: invert(49%) sepia(2%) saturate(1172%) hue-rotate(124deg) brightness(93%) contrast(86%);
    height: 4.5rem;
  }
  .my-account-menu__item-link-text {
    font-size: 18px;
  }
}
.mfaitem-link-text {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
/**
  Corners for container
 */
.edit-profile-form {
  padding-top: 1rem;
}
.edit-profile-form__dropdown-value {
  border-bottom: 1px solid #8e9c9c;
  color: #345b58;
  display: none;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  height: 4.5rem;
  line-height: 4.5rem;
  padding-right: 5px;
  padding-top: 0;
  width: 100%;
}
.edit-profile-form input[disabled] {
  border: none;
  border-bottom: 1px solid #8e9c9c;
  color: #8e9c9c;
  outline: none;
  outline-offset: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  width: 100%;
}
.edit-profile-form input[disabled] + .edit-profile-form__label {
  display: none;
  font-size: 2rem;
  height: 18px;
  left: 0;
  margin-top: 1rem;
  padding-left: 0;
  text-transform: uppercase;
}
.edit-profile-form input[disabled].valid {
  background: none;
}
.edit-profile-form:not(.edit-profile-form--active) .form__validation-error {
  display: none;
}
.edit-profile-form .form__column-full {
  padding-bottom: 1rem;
}
.edit-profile-form .icon-down-arrow {
  display: none;
}
.edit-profile-form__select-label {
  color: #345b58;
  font-size: 2rem;
  font-weight: 400;
}
.edit-profile-form__fields {
  margin-bottom: 1.5rem;
}
.edit-profile-form--active .edit-profile-form__fields .form__row:not(.form__editable) {
  display: none;
}
.edit-profile-form--active .edit-profile-form__dropdown-value {
  display: none;
}
.edit-profile-form--active .icon-down-arrow {
  display: block;
}
.edit-profile-form--active .edit-profile-form__select-label {
  display: none;
}
.edit-profile-form select[disabled] {
  display: none;
}
.edit-profile-form select[disabled] + .edit-profile-form__dropdown-value {
  display: block;
}
.edit-profile-form__wrap {
  border-left: 0px solid #345b58;
  margin-bottom: 5rem;
  max-width: 71rem;
  padding-left: 3rem;
}
.edit-profile-form__wrap-btns {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.edit-profile-form__submit {
  height: 5rem;
  width: 21rem;
}
.edit-profile-form__cancel-wrap {
  padding-right: 2rem;
}
.edit-profile-form__select-and-icon {
  display: flex;
  width: 100%;
}
.edit-profile-form__select-and-error {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .edit-profile-form__wrap {
    margin-left: 3.5rem;
  }
  .edit-profile-form__dropdown-value {
    border: 0 none;
    height: 3.4rem;
    line-height: 3.4rem;
    padding-top: 5px;
  }
  .edit-profile-form__fields {
    margin-bottom: 2.5rem;
  }
  .edit-profile-form__select-and-icon {
    width: auto;
  }
  .edit-profile-form__input-wrap {
    width: 55%;
  }
  .edit-profile-form--active .edit-profile-form__select-label {
    display: block;
  }
  .edit-profile-form--active .edit-profile-form__form-element-wrap {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .edit-profile-form--active .edit-profile-form__input-wrap {
    position: relative;
    width: 45rem;
  }
  .edit-profile-form--active .edit-profile-form__select-wrap {
    align-items: center;
    justify-content: space-between;
  }
  .edit-profile-form--active .edit-profile-form__select-and-icon {
    display: flex;
    width: 45rem;
  }
  .edit-profile-form:not(.edit-profile-form--active) .edit-profile-form__form-element-wrap {
    align-items: center;
    border-bottom: 1px solid;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
  .edit-profile-form:not(.edit-profile-form--active) .edit-profile-form__select-container {
    border-bottom: 1px solid;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
  .edit-profile-form:not(.edit-profile-form--active) .edit-profile-form__select-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .edit-profile-form input[disabled],
.edit-profile-form select[disabled] {
    border: none;
    padding-bottom: 0;
    padding-right: 5px;
    text-align: right;
    width: 100%;
  }
  .edit-profile-form__select-and-error {
    width: auto;
  }
}
/**
  Corners for container
 */
.wallet-page__wallet-header {
  background-color: #345b58;
  color: #fff;
  padding: 2.3rem 1.5rem 2.3rem 1.5rem;
  position: relative;
  text-align: center;
}
.wallet-page__wallet-header .my-account__pencil {
  border: 1rem solid transparent;
  position: absolute;
  right: 1.2rem;
  top: 2rem;
}
.wallet-page__wallet-name {
  font-size: 36px;
  line-height: 4.4rem;
  padding-bottom: 1rem;
}
.wallet-page__wallet-content {
  border: 1px solid #345b58;
  display: flex;
  padding: 2.5rem 1rem 2rem 1rem;
}
.wallet-page__wallet-left-column, .wallet-page__wallet-right-column {
  flex: 50%;
}
.wallet-page__wallet-left-column {
  text-align: right;
}
.wallet-page__wallet-right-column {
  text-align: left;
}
.wallet-page__balance-label {
  color: #345b58;
  display: inline-block;
  height: 28px;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  text-align: center;
}
.wallet-page__balance {
  color: #8e9c9c;
  display: inline-block;
  font-size: 2.2rem;
  height: 28px;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
}
.wallet-page__link-wrap--right {
  margin-right: 4px;
  text-align: right;
}
.wallet-page__link-wrap--left {
  margin-left: 4px;
  text-align: left;
}
.wallet-page__wallet-btn {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  text-align: center;
}
.wallet-page__wallet-btns {
  text-align: center;
}
.wallet-page__wallet {
  margin-bottom: 2.5rem;
  max-width: 75rem;
}
.wallet-page__changing-balance-content {
  border: 1px solid #345b58;
  padding: 3rem 3.5rem 0 3.5rem;
  text-align: center;
}
.wallet-page__changing-balance-label {
  color: #345b58;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  padding: 0 3rem 0 3rem;
}
.wallet-page__changing-balance-indent {
  padding-bottom: 1rem;
}
.wallet-page__changing-balance-dollar::-webkit-input-placeholder {
  color: #8e9c9c;
  font-size: 2.4rem;
  font-style: italic;
}
.wallet-page__changing-balance-dollar::-moz-placeholder {
  color: #8e9c9c;
  font-size: 2.4rem;
  font-style: italic;
}
.wallet-page__changing-balance-dollar:-moz-placeholder {
  color: #8e9c9c;
  font-size: 2.4rem;
  font-style: italic;
}
.wallet-page__changing-balance-dollar:-ms-input-placeholder {
  color: #8e9c9c;
  font-size: 2.4rem;
  font-style: italic;
}
.wallet-page__changing-balance-note {
  display: inline-block;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.4rem;
  margin: 5px auto 5px;
  max-width: 22rem;
}
.wallet-page__changing-balance-cancel {
  margin-top: 1rem;
}
.wallet-page__changing-balance-container {
  max-width: 75rem;
}
.wallet-page__changing-balance-row-width {
  margin: 0 auto;
  max-width: 26rem;
}
.wallet-page__error {
  color: red;
}
.wallet-page__message {
  color: green;
}
.wallet-page__accounts {
  max-width: 75rem;
}
.wallet-page__bank-account-title {
  background-color: #345b58;
  color: #fff;
  font-size: 36px;
  padding: 2.3rem 1.5rem;
  text-align: center;
  line-height: 3rem;
}
.wallet-page__accounts-list {
  min-height: 6.8rem;
}
.wallet-page__account {
  border: 1px solid #345b58;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 1rem;
}
.wallet-page__account:only-child .remove-bank-account {
  color: #abb0af;
  cursor: default;
}
.wallet-page__account:only-child .remove-bank-account:hover {
  border-bottom: 2px solid;
}
.wallet-page__account-id-wrap {
  display: flex;
  margin-left: 5px;
}
.wallet-page__account-id {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  white-space: nowrap;
}
.wallet-page__account-name {
  display: flex;
}
.wallet-page__add-acount-wrap {
  display: flex;
  justify-content: center;
}
.wallet-page__add-account-form {
  max-width: 75rem;
}
.wallet-page__error-wrap {
  padding: 1rem 0;
}
.wallet-page__plaid-update-btn {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.fundingBtnWrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 42%;
  margin: 0 auto;
}

.btnCustom {
  background: #345b58;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Circular Std Book", sans-serif;
  background-color: #fff;
  border: 2px solid #345b58;
  width: 300px;
  height: 170px;
  font-size: 18px;
  margin: 0;
  border-radius: 15px;
  position: relative;
  text-transform: uppercase;
}

.AddAccountButtons {
  border: solid 1px #345b58;
  margin-left: -40px;
}

.AddAccountButtons .AddAccountButtons-title {
  background-color: #345b58;
  color: #fff;
  font-family: "Circular Std Book";
  font-size: 36px;
  text-align: center;
  padding: 2.3rem 1.5rem;
}

@media only screen and (min-width: 991px) {
  .wallet-page__balance-label {
    padding-bottom: 2rem;
  }
  .wallet-page__balance {
    padding-bottom: 2rem;
  }
  .wallet-page__wallet-btn {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .wallet-page__link-wrap--right {
    margin-right: 10px;
  }
  .wallet-page__link-wrap--left {
    margin-left: 10px;
  }
  .wallet-page__changing-balance-container, .wallet-page__add-account-form, .wallet-page__error-wrap {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .AddAccountButtons {
    border: solid 1px #345b58;
    margin-left: 0px;
  }

  .fundingBtnWrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
  }

  .wallet-page__wallet-btn {
    letter-spacing: 0.01rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wallet-page__balance {
    color: #8e9c9c;
    display: inline-block;
    font-size: 2.4rem;
    height: 28px;
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }

  .wallet-page__balance-label {
    color: #345b58;
    display: inline-block;
    height: 28px;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
  }

  .wallet-page__wallet-left-column {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .fundingBtnWrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 44%;
    margin: 0 auto;
  }

  .AddAccountButtons {
    border: solid 1px #345b58;
    margin-left: 0px;
  }

  .AddAccountButtons .AddAccountButtons-title {
    background-color: #345b58;
    color: #fff;
    font-family: "Circular Std Book";
    font-size: 36px;
    text-align: center;
    padding: 2.3rem 1.5rem;
  }

  .wallet-page__wallet-header .newsletter__email {
    margin-top: -0.6rem;
  }
  .wallet-page__wallet-header .form__text-input--newsletter {
    margin-top: 0;
    position: relative;
    right: 0;
    width: 87%;
  }
  .wallet-page__wallet-header .newsletter__subscribe-btn {
    right: 5rem;
  }
}
@media only screen and (max-width: 766px) and (min-width: 440px) {
  .wallet-page__balance-label {
    color: #345b58;
    display: inline-block;
    height: 28px;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    font-size: 14px;
  }

  .wallet-page__wallet-left-column {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 990px) {
  .my-account__title {
    color: #345b58;
    font-size: 6rem;
    font-weight: 600;
    line-height: 5.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
    text-transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .AddAccountButtons {
    border: solid 1px #345b58;
    margin-left: -40px;
  }

  .AddAccountButtons .AddAccountButtons-title {
    background-color: #345b58;
    color: #fff;
    font-family: "Circular Std Book";
    font-size: 36px;
    text-align: center;
    padding: 2.3rem 1.5rem;
  }
}
@media only screen and (max-width: 770px) and (min-width: 690px) {
  .fundingBtnWrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 44%;
    margin: 0 auto;
  }
}
/**
  Corners for container
 */
.notifications {
  padding: 0;
}
.notifications * {
  box-sizing: border-box;
}
.notifications__item {
  border: 1px solid #345b58;
  border-bottom: 0 none;
  display: flex;
  justify-content: space-between;
  padding: 3rem 2rem;
  width: 100%;
}
.notifications__item:last-of-type {
  border-bottom: 1px solid #345b58;
}
.notifications__item:nth-child(2n) {
  background: #f5f5f5;
}
.notifications__wrapper {
  flex-grow: 1;
  max-width: 75%;
}
.notifications__title {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.notifications__date {
  color: #345b58;
}

@media only screen and (max-width: 768px) {
  .notifications__item {
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
  }
  .notifications__wrapper {
    max-width: 100%;
    width: 100%;
  }
  .notifications__date {
    display: block;
    margin-top: 0.8rem;
    text-align: right;
    width: 100%;
  }
}
/**
  Corners for container
 */
.preferences .form__validation-error {
  position: absolute;
}
.preferences .how-page__text-block-title {
  color: #345b58;
  font-size: 2rem;
  margin: 0;
  text-align: left;
}

#mfa-form.hidden {
  display: none;
}
#mfa-form .form__column-full {
  margin-top: 1.5rem;
  padding-bottom: 0;
}

.subscription-block__message {
  display: none;
}
.not-subscribed .subscription-block__message--not-subscribed {
  display: block;
}
.subscribed .subscription-block__message--not-subscribed {
  display: none;
}
.not-subscribed .subscription-block__message--subscribed {
  display: none;
}
.subscribed .subscription-block__message--subscribed {
  display: block;
}
.subscription-block #subscription-btn {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 1200px) {
  #mfa-form {
    align-items: center;
    display: flex;
  }
  #mfa-form .form__column-full {
    margin-top: 0;
  }
  #mfa-form .form__row:first-child {
    flex-grow: 1;
    padding-right: 5rem;
  }

  .subscription-block #subscription-form {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .subscription-block #subscription-btn {
    margin: 0;
  }
}
/**
  Corners for container
 */
.block-4x4 {
  margin: 0 auto;
  max-width: 61.5rem;
}
.block-4x4__image-block {
  background-color: transparent;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  min-height: 19rem;
  min-width: 36rem;
}
.block-4x4__text-block {
  background-color: #8e9c9c;
  color: #fff;
  padding: 7.5rem 1.5rem 7.5rem 1.5rem;
  text-align: center;
}
.block-4x4__text-block h1,
.block-4x4__text-block h2,
.block-4x4__text-block h3,
.block-4x4__text-block h4 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 2.5rem;
}
.block-4x4__text-block p {
  line-height: 2.5rem;
  margin: 0 auto 3rem;
  max-width: 55rem;
}
.block-4x4__text-block a {
  border-bottom: 2px solid;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 991px) {
  .block-4x4 {
    max-width: 1366px;
  }
  .block-4x4__image-block {
    min-height: 49rem;
    min-width: 49.6rem;
  }
  .block-4x4__text-block {
    flex: 1;
  }
  .block-4x4__text-block a {
    font-size: 2rem;
  }
  .block-4x4__text-block h1,
.block-4x4__text-block h2,
.block-4x4__text-block h3,
.block-4x4__text-block h4 {
    font-size: 4.6rem;
  }
  .block-4x4__row {
    display: flex;
  }
  .block-4x4__row--reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .block-4x4__image-block {
    min-height: 49rem;
    min-width: 68.3rem;
  }
}
/**
  Corners for container
 */
.spinner {
  background: transparent url(/src/images/spinner.gif) no-repeat;
  background-size: 2.5rem 2.5rem;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
}
.spinner.active {
  display: block;
}
.spinner--inline {
  background-position: left top;
  padding-left: 3rem;
  width: auto;
}
.spinner--inline.active {
  display: inline-block;
}
.spinner--btn {
  margin-left: -2.5rem;
  margin-top: -1.25rem;
  position: absolute;
  top: 50%;
}
.spinner--btn.active {
  display: inline-block;
}

.spinner-overlay {
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 25;
}
.spinner-overlay.active {
  display: flex;
}

.spinner-text {
  display: inline-block;
  margin-left: 0.4rem;
}

.spinner-placeholder {
  margin: 1.5rem 0;
  min-height: 2rem;
  position: relative;
}
/**
  Corners for container
 */
.container--article {
  background: #fdfcfd;
}
.container--article .image-responsive {
  max-width: 100%;
  border-radius: 1rem;
}
.container--article .article__author {
  color: #b0bab8;
}
.container--article .article__date {
  margin-bottom: 1rem;
  color: #b0bab8;
}
.container--blog {
  background: #fff;
}
.container--blog h2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.container--blog .article-item {
  box-sizing: border-box;
  margin: 0 auto 3rem;
}
.container--blog .article-item h2 {
  text-align: center;
}
.container--blog .article-item:last-child {
  display: block;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px 0 0px;
}

/*Min width 768*/
@media only screen and (min-width: 768px) {
  .container--blog {
    max-width: 75rem;
    /* max-width: 120rem;*/
    background-color: #fdfcfd;
    padding-right: 30px;
  }
  .container--blog h2 {
    text-align: left;
  }
  .container--blog .articles {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container--blog .article-item {
    margin: 0rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }
  .container__title {
    margin: 0 0 5rem 0.7rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 55px;
    line-height: 83px;
    font-weight: 600;
    width: 98%;
    height: 83px;
    color: #345b58;
  }
  .container__topblogs {
    margin: 0rem 0rem 35rem 0rem;
  }
  .container__leftblog {
    margin: 0rem 0rem 2rem 0rem;
    width: 60%;
    float: left;
  }
  .container__leftblog ul {
    padding-left: 1rem;
  }
  .container__leftblog-img {
    width: 98%;
  }
  .container__blog1title {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 2.5rem;
    margin: 1.5rem 0rem 0rem 1rem;
  }
  .container__blog1content {
    font-size: 1.8rem;
    color: black;
    padding: 2rem 2.5rem 0rem 1rem;
  }
  .container__blog1linktitle {
    font-size: 1.5rem;
    color: #f1b203;
    margin: 0rem 0rem 0rem 1rem;
  }
  .container__rightblog {
    margin: 0rem 0rem 2rem 1rem;
    width: 35%;
    float: right;
  }
  .container__rightblog ul {
    padding-left: 0rem;
  }
  .container__rightblog-img {
    width: 100%;
  }
  .container__blog2content {
    font-size: 1.8rem;
    color: #345b58;
    margin: 0rem 0rem 0rem 0rem;
    font-family: "Gestura Headline Semibold", sans-serif;
  }
  .container__blog2linktitlegap {
    margin-bottom: 3rem;
  }
  .container__blog2linktitle {
    font-size: 1.5rem;
    color: #f1b203;
  }
  .container__blog3content {
    font-size: 1.8rem;
    color: #345b58;
    margin: 0rem 0rem 0rem 0rem;
    font-family: "Gestura Headline Semibold", sans-serif;
  }
  .container__blog3linktitle {
    font-size: 1.5rem;
    color: #f1b203;
  }
}
/* Min width 1200px*/
@media only screen and (min-width: 1200px) {
  .back-to-article {
    margin: 0rem 0rem 0rem 35rem;
    padding-bottom: 36px;
  }
  .back-to-article a {
    color: #f1b203;
  }

  .container h2 {
    text-align: left;
  }
  .container__title {
    margin: 0 0 5rem 0rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 55px;
    line-height: 83px;
    font-weight: 600;
    width: 98%;
    height: 83px;
    color: #345b58;
  }
  .container--blog {
    max-width: 120rem;
    background-color: #fdfcfd;
    padding-right: 30px;
  }
  .container--blog .articles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container--blog .article-item {
    margin: 0rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }
  .container__topblogs {
    margin: 0rem 0rem 35rem 0rem;
  }
  .container__leftblog {
    margin: 0rem 0rem 2rem 0rem;
    width: 60%;
    float: left;
  }
  .container__leftblog ul {
    padding-left: 1rem;
  }
  .container__leftblog-img {
    width: 98%;
    height: 500px;
  }
  .container__blog1title {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    color: #345b58;
    width: 100%;
    height: 96px;
    margin: 1.5rem 0rem 0rem 0rem;
  }
  .container__blog1content {
    width: 100%;
    height: 138px;
    font-family: "Circular Std Book", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 46px;
    color: #000000;
    padding: 2rem 2.5rem 2rem 1rem;
  }
  .container__blog1linktitle {
    width: 100px;
    height: 24px;
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
    color: #f1b203;
    margin: 0rem 0rem 0rem 1rem;
  }
  .container__rightblog {
    margin: 0rem 1rem 2rem 0rem;
    float: right;
    width: 35%;
  }
  .container__rightblog ul {
    padding-left: 0rem;
  }
  .container__rightblog-img {
    width: 100%;
  }
  .container__blog2content {
    font-size: 24px;
    color: #345b58;
    margin: 0rem 8rem 0rem 0rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 28px;
  }
  .container__blog2linktitlegap {
    margin-bottom: 3rem;
  }
  .container__blog2linktitle {
    font-size: 16px;
    color: #f1b203;
    margin-bottom: 3rem;
    line-height: 24px;
  }
  .container__blog3content {
    font-size: 24px;
    color: #345b58;
    margin: 0rem 8rem 0rem 0rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 28px;
  }
  .container__blog3linktitle {
    font-size: 16px;
    color: #f1b203;
    line-height: 24px;
  }
  .container__newslettertitle {
    padding: 0 0 30px 0;
    margin: auto;
    width: 65%;
    text-align: center;
  }
  .container__newslettertextbox {
    text-align: center;
  }
  .container__newsletter__textbox {
    padding: 12px 51px 11px 15px;
    line-height: normal;
    font-size: 16px;
    height: 15px;
    position: relative;
    border: 1px solid #345b58;
    border-radius: 9px;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    width: 40%;
  }
  .container__content__btn {
    right: 32px;
    padding: 13px 10px;
    font-size: 14px;
    height: 41px;
    position: relative;
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    border: #f1b203;
    font-weight: 600;
  }
  .container__newsletter-msg {
    padding: 1rem 0rem 2rem 0rem;
    font-size: 1.2rem;
    color: #345b58;
    text-align: center;
  }
}
/* Mobile devices */
@media (max-width: 700px) {
  .container {
    padding: 0rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container--blog h2 {
    text-align: left;
  }
  .container__title {
    padding: 0px;
    gap: 36px;
    width: 354px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 62px;
    display: flex;
    align-items: center;
    color: #345B58;
    margin: 0px 15px;
    width: 90%;
  }
  .container__topblogs {
    flex-direction: column;
    align-items: center;
    padding: 36px 10px 36px 0px;
    gap: 63px;
    width: 90%;
  }
  .container__leftblog {
    margin-top: 10px;
    float: left;
    width: 100%;
    padding-left: 5px;
  }
  .container__leftblog ul {
    padding-left: 0rem;
  }
  .container__leftblog-img {
    width: 100%;
    height: 219px;
    border-radius: 18px;
  }
  .container__blog1title {
    width: 100%;
    height: 123px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    color: #345B58;
  }
  .container__blog1content {
    width: 100%;
    height: 120px;
    font-family: "Circular Std";
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 10px;
  }
  .container__blog1linktitle {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #F1B203;
  }
  .container__rightblog {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5px;
    gap: 36px;
    width: 100%;
    padding-top: 20px;
  }
  .container__rightblog ul {
    padding-left: 0rem;
  }
  .container__rightblog-img {
    width: 145px;
    height: 126px;
    border-radius: 18px;
  }
  .container__rightblog-Blog2Img {
    float: left;
  }
  .container__blog2tile {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 18px;
    width: 100%;
    height: 126px;
    margin: 0px;
  }
  .container__blog2content {
    width: 180px;
    height: 126px;
    float: right;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #345B58;
  }
  .container__blog2linktitlegap {
    margin-top: 105px;
    margin-left: -207px;
  }
  .container__blog2linktitle {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #F1B203;
  }
  .container__blog3tile {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 18px;
    width: 100%;
    height: 126px;
    margin: 0px;
  }
  .container__blog3content {
    width: 180px;
    height: 126px;
    float: right;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #345B58;
  }
  .container__blog3linktitlegap {
    margin-top: 105px;
    margin-left: -207px;
  }
  .container__blog3linktitle {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #F1B203;
  }
  .container__nlform {
    padding: 0 15px 0 15px;
  }
  .container__newsletter__textbox {
    padding: 12px 51px 11px 15px;
    line-height: normal;
    font-size: 16px;
    height: 15px;
    position: relative;
    border: 1px solid #345b58;
    border-radius: 9px;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    width: 52%;
  }
  .container__content__btn {
    right: 13px;
    padding: 16px 16px;
    font-size: 14px;
    height: 48px;
    position: relative;
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    border: #f1b203;
    font-weight: 600;
  }
  .container__newslettertitle {
    text-align: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .container__nlform {
    padding: 0 15px 0 15px;
  }

  .container__newslettertitle {
    text-align: center;
    width: 95%;
    padding-bottom: 10px;
  }

  .container__newslettertextbox {
    text-align: center;
  }

  .container__newsletter__textbox {
    padding: 12px 51px 11px 15px;
    line-height: normal;
    font-size: 16px;
    height: 12px;
    position: relative;
    border: 1px solid #345b58;
    border-radius: 9px;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    width: 52%;
  }

  .container__content__btn {
    right: 13px;
    padding: 8px 16px;
    font-size: 14px;
    height: 37px;
    position: relative;
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    border: #f1b203;
    font-weight: 600;
  }

  .container__newsletter-msg {
    text-align: center;
  }
}
.container__leftblog-img, .container__rightblog-img {
  border-radius: 1rem;
}
/**
  Corners for container
 */
.container--article {
  background: #fdfcfd;
  padding: 0 10px;
  overflow-x: clip !important;
}
.container--article .image-responsive {
  max-width: 100%;
  border-radius: 1rem;
}
.container--article .article__author {
  color: #b0bab8;
}
.container--article .article__date {
  margin-bottom: 1rem;
  color: #b0bab8;
}

.article__title {
  color: #345b58;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0rem;
  line-height: 48px;
  padding-bottom: 20px;
  text-align: left;
  text-transform: none;
}

.back-to-article {
  margin: 0rem 0rem 0rem 35rem;
  padding-bottom: 36px;
}
.back-to-article a {
  color: #f1b203;
}

/*Min width 768*/
@media only screen and (min-width: 768px) {
  .container {
    overflow-x: clip !important;
  }

  .article {
    padding: 0 10px;
  }

  .article__title {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0rem;
    line-height: 48px;
    padding-bottom: 20px;
    text-align: left;
    text-transform: none;
  }

  .back-to-article {
    margin: 0rem 0rem 0rem 2rem;
    padding-bottom: 35px;
  }
}
/* Min width 1200px*/
@media only screen and (min-width: 1200px) {
  .container {
    overflow-x: clip !important;
  }
  .container h2 {
    text-align: left;
  }
  .container__title {
    margin: 0 0 5rem 0.7rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 55px;
    line-height: 83px;
    font-weight: 600;
    width: 98%;
    height: 83px;
    color: #345b58;
  }

  .back-to-article {
    margin: 0rem 0rem 0rem 34.7rem;
    padding-bottom: 35px;
  }
}
/* Mobile devices */
@media (width: 1280px) {
  .back-to-article {
    margin: 0rem 0rem 0rem 4rem;
  }
}
@media (max-width: 700px) {
  .article {
    padding: 0 10px;
  }

  .back-to-article {
    margin: 0rem 0rem 0rem 1rem;
    padding-bottom: 35px;
  }
}
/**
  Corners for container
 */
.advantages {
  background-color: #fff;
  line-height: 2.5rem;
  text-align: center;
}
.advantages__title {
  font-size: 42px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  line-height: 48.3px;
  color: #345b58;
  margin-bottom: 2rem;
  text-align: left;
  width: auto;
}
.advantages__description {
  font-size: 16px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
  color: #000000;
  text-align: left;
  line-height: 24px;
  margin-bottom: 2rem;
  width: auto;
}
.advantages__desc {
  color: #000000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  padding: 0rem 13rem 2rem 3.5rem;
}
.advantages__investdesc {
  color: #345b58;
  font-size: 1.5rem;
  margin: 15px 0 10px 0px;
  text-align: justify;
}
.advantages__points {
  margin-bottom: 4rem;
}
.advantages__points-placeholder {
  display: none;
}
.advantages__point {
  margin-bottom: 4rem;
}
.advantages__point-img {
  background-color: #345b58;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  margin-bottom: 2rem;
  width: 70px;
}
.advantages__point-content {
  color: #345b58;
}
.advantages__point-content h3 {
  margin-bottom: 2rem;
  padding-bottom: 0;
  font-size: 16px;
  width: fit-content;
  margin: auto;
}
.advantages__point-content p {
  display: none;
}
.advantages__point-text h4 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
  text-align: left;
  color: #8e9c9c;
  cursor: pointer;
  margin-bottom: 4rem;
  padding-bottom: 0;
}
.advantages__point.active .advantages__point-img {
  border: 2px solid #345b58;
}
.advantages__point.active .advantages__point-content h3 {
  border-bottom: 2px solid currentColor;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  width: fit-content;
  margin: auto;
}
.advantages__btn {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  background-color: #F1B203;
  border-radius: 9px;
  color: #345b58;
  padding: 9px 18px;
  position: absolute;
  text-transform: uppercase;
}
.advantages span {
  color: #F1B203;
  font: icon;
  font-size: larger;
  padding-right: 1rem;
}
.advantages__rotatearrow {
  transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .advantages {
    padding: 0px !important;
    margin-top: -30px;
  }
  .advantages-left {
    margin: auto;
    width: 50%;
    float: left;
  }
  .advantages__investdesc {
    line-height: 2.4rem;
    max-width: 80rem;
    text-align: left;
  }
  .advantages-right {
    width: 50%;
    float: right;
    margin-bottom: 36px;
  }
  .advantages__points-placeholder {
    color: #345b58;
    display: block;
    font-size: 1.5rem;
    margin: 0 auto 4rem;
    max-width: 50%;
  }
  .advantages__point {
    text-align: center;
    margin: 0 4rem;
  }
  .advantages__point-text h4 {
    margin-bottom: 0.5rem;
    font-family: "Circular Std Book", sans-serif;
  }
  .advantages__point-text h4 span {
    transform: rotate(-90deg);
  }
  .advantages__point-text p {
    display: none;
  }
  .advantages__rotatearrow {
    transform: rotate(90deg);
  }

  .advantages__featured {
    height: 75px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .advantages__featured_wrap {
    padding-top: 10px;
  }

  .advantages__featured_wrap_title {
    width: 100%;
    align-items: center;
  }

  .advantages__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
  }

  .advantages__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .advantages__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .advantages__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .advantages {
    width: 100%;
    background: #fdfcfd;
    float: left;
    margin-top: -25px;
    position: relative;
    z-index: 10;
  }

  .advantages__featured {
    height: 75px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .advantages__featured_wrap {
    padding-top: 10px;
  }

  .advantages__featured_wrap_title {
    width: 100%;
    align-items: center;
  }

  .advantages__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
  }

  .advantages__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .advantages__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .advantages__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .advantages-left {
    float: left;
    padding: 24px 0 80px 345px;
    width: 32%;
  }

  .advantages-right {
    width: 47%;
    float: right;
  }

  .advantages__point-text {
    padding-top: 24px;
  }

  .advantages__point-text h4 img {
    float: left;
    padding-top: 6px;
    padding-right: 15px;
    width: 27px;
  }

  .advantages__rotatearrow {
    margin-top: 11px;
  }

  .advantages__desc {
    padding: 0 372px 0 43px;
  }

  .advantages__point {
    cursor: pointer;
    margin: 0 6rem;
  }
  .advantages__point-content h3 {
    margin-bottom: 0;
    font-size: 16px;
    width: fit-content;
    margin: auto;
  }
  .advantages__point-content p {
    display: none;
  }
  .advantages__point-text h3 {
    margin-bottom: 0;
  }
  .advantages__point-text p {
    display: none;
  }

  .advantages__point.active .advantages__point-img {
    border: 2px solid #345b58;
  }
  .advantages__point.active .advantages__point-text h3 {
    border-bottom: 2px solid currentColor;
    color: #345b58;
    padding-bottom: 1px;
    text-decoration: none;
    font-weight: bold;
  }

  .advantages__point.active .advantages__point-img {
    border: 2px solid #345b58;
  }
  .advantages__point.active .advantages__point-content h3 {
    border-bottom: 2px solid currentColor;
    color: #345b58;
    padding-bottom: 1px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    width: fit-content;
    margin: auto;
  }

  .advantages__points_commitamount {
    display: flex;
  }
}
@media (max-width: 1280px) {
  .advantages-left {
    float: left;
    padding: 24px 0 80px 32px;
    width: 48%;
  }

  .advantages__desc {
    padding: 0 48px 0 43px;
  }
}
@media (max-width: 1200px) {
  .advantages {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .advantages-left {
    width: 48%;
    padding: 0 0 80px 0;
  }
}
@media (max-width: 1024px) {
  .advantages__points_commitamount {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 950px) {
  .advantages-left {
    width: 100%;
    padding: 90px 0 0 0;
  }

  .advantages-right {
    width: 100%;
  }

  .advantages__title {
    font-size: 40px;
  }

  .advantages__btn {
    position: initial;
    display: inline-block;
  }

  .advantages__point-text {
    padding-top: 20px;
  }

  .advantages__point-text h4 {
    margin-bottom: 0.5rem;
    font-size: 25px;
  }

  .header-image__text-container h1 {
    font-size: 48px;
  }

  .advantages__points_commitamount {
    display: flex;
  }
}
@media (max-width: 700px) {
  .advantages__desc {
    padding: 0 0 0 43px;
  }

  .header-image__text-container h1 {
    font-size: 48px;
  }

  .advantages__point-text h4 img {
    width: 27px;
  }

  .advantages__points_commitamount {
    display: block;
  }

  .advantages__featured {
    height: 120px;
    width: 112%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .advantages__featured_wrap {
    padding-top: 10px;
  }

  .advantages__featured_wrap_title {
    width: 100%;
    align-items: center;
  }

  .advantages__featured_wrap_logos {
    padding-top: 8px;
  }
}
@media (width: 540px) {
  .advantages {
    margin-top: -85px;
  }

  .advantages__featured {
    margin-top: 0px;
  }
}
@media (min-width: 430px) and (max-width: 766px) {
  .advantages__featured {
    height: 120px;
    width: 112%;
    background-color: #fdf3dd;
    margin-top: -85px;
    margin-left: -20px;
  }
}
/**
  Corners for container
 */
.earnings {
  background-color: #fff;
  line-height: 2.5rem;
  padding: 6rem 3rem;
  text-align: center;
}
.earnings__title {
  padding-top: 18px;
  color: #dcdcdc;
}
.earnings__subtitle {
  color: #345b58;
  margin-bottom: 4rem;
}
.earnings__conditions {
  margin: 0 auto 1rem;
}
.earnings__condition0 {
  margin-bottom: 0rem;
  width: 11rem;
  margin-left: 10rem;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Circular Std Book", sans-serif;
  color: #dcdcdc;
}
.earnings__condition1 {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding-left: 59px;
  font-family: "Circular Std Book", sans-serif;
  color: #dcdcdc;
}
.earnings__interests {
  margin: 0rem;
  max-width: 75rem;
}
.earnings__interests-description {
  color: #345b58;
  margin-bottom: 4rem;
}
.earnings__interests-values {
  color: white;
  font-size: 2.5rem;
  padding: 0;
}
.earnings__interests-value {
  margin-bottom: 4rem;
  opacity: 0;
}
.earnings__interests-value:last-child {
  margin-bottom: 0;
}
.earnings__disclaimer {
  color: gainsboro;
  text-align: left;
}
.earnings__interest1 {
  color: #dcdcdc;
}
.earnings__interest2 {
  color: #dcdcdc;
}
.earnings__term1 {
  color: #dcdcdc;
}
.earnings__term2 {
  color: #dcdcdc;
}

.earnings p {
  color: #dcdcdc;
}

.earnings_shortnotes {
  color: #f1b203 !important;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .earnings {
    padding: 66rem 8rem 0rem 8rem;
    background-color: #fdfcfd;
  }
  .earnings-wrap {
    margin: auto;
    max-width: 1326px;
    background-color: #345959;
    border-radius: 36px;
    height: 106rem;
  }
  .earnings__title {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 48.3px;
    text-align: center;
    color: #dcdcdc;
    padding-top: 28px;
  }
  .earnings__subtitle {
    text-align: left;
  }
  .earnings__conditions {
    padding: 1rem;
  }
  .earnings__interest0 {
    display: inline-block;
    padding-right: 1.2rem;
    width: 57px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Circular Std Book", sans-serif;
    color: #dcdcdc;
    vertical-align: middle;
  }
  .earnings__interest1 {
    display: inline-block;
    margin: 0 1.75rem 0 3rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 24px;
    line-height: 27.6px;
    color: #dcdcdc;
  }
  .earnings__interest2 {
    display: inline-block;
    margin: 0rem 0.7rem 0.4rem 1.3rem;
    padding-left: 1rem;
    border-left: 2px solid;
    border-color: #f1b203;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 24px;
    line-height: 27.6px;
    color: #dcdcdc;
  }
  .earnings__term0 {
    display: inline-block;
    width: 70px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Circular Std Book", sans-serif;
    color: #dcdcdc;
  }
  .earnings__term1 {
    display: inline-block;
    margin: 0 1rem 0 3rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 24px;
    line-height: 45.6px;
    width: 143px;
    color: #dcdcdc;
  }
  .earnings__term2 {
    display: inline-block;
    padding-left: 1rem;
    border-left: 2px solid;
    border-color: #f1b203;
    width: 199px;
    line-height: 27.6px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 24px;
    position: absolute;
    color: #dcdcdc;
  }
  .earnings__disclaimer {
    font-size: 10px;
    line-height: 12.5px;
    padding-top: 18px;
    color: #dcdcdc;
    font-family: "Circular Std Book", sans-serif;
  }
  .earnings__interests-values {
    display: flex;
    justify-content: space-around;
  }
  .earnings__interests-value {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3rem;
  }
  .earnings__interests-value:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .earnings-wrap {
    margin: auto;
    max-width: 1326px;
    background-color: #345b58;
    border-radius: 36px;
    height: 58rem;
  }

  .earnings__text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Circular Std Book", sans-serif;
    font-weight: 400;
    width: 40%;
    text-align: left;
    padding: 40px 0 0 63px;
    float: left;
  }
  .earnings__text p {
    color: #dcdcdc;
    margin-bottom: 2rem;
  }
  .earnings__text p:last-child {
    margin-bottom: 0;
  }
  .earnings__text a {
    border-bottom: 2px solid #345b58;
    color: #345b58;
    padding-bottom: 1px;
    text-decoration: none;
  }

  .earnings-shortnotes {
    color: #dcdcdc;
    width: 49%;
    text-align: left;
    float: right;
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .earnings__text {
    padding: 12px;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
  }

  .earnings-shortnotes {
    padding: 36px;
    text-align: left;
  }

  .earnings-wrap {
    height: 72rem;
    background-color: #345b58;
  }

  .earnings__disclaimer {
    padding-top: 18px;
    font-size: 10px;
  }
}
@media (max-width: 1050px) {
  .earnings-wrap {
    height: auto !important;
    background-color: #345b58;
    border-radius: 24px;
  }

  .earnings__text p {
    color: #dcdcdc;
  }
}
@media (max-width: 950px) {
  .earnings {
    padding: 1180px 0 0 0;
  }

  .earnings-wrap {
    background-color: #345b58;
    border-radius: 24px;
    height: auto !important;
  }
}
@media (max-width: 900px) {
  .earnings {
    padding: 1075px 0 0 0;
  }

  .earnings-wrap {
    background-color: #345b58;
    border-radius: 24px;
    height: auto !important;
  }
}
@media (max-width: 750px) {
  .earnings {
    padding: 1180px 0 0 0;
  }

  .earnings-wrap {
    height: auto !important;
  }
}
@media (max-width: 700px) {
  .earnings {
    padding: 1400px 0 0 0;
  }

  .earnings-wrap {
    height: 100%;
  }

  .earnings-shortnotes {
    padding: 0 0 0 0;
    text-align: left;
  }

  .earnings__condition1 {
    padding-left: 20px;
    vertical-align: top;
  }

  .earnings__interest0 {
    width: 65px;
    position: absolute;
    font-size: 16px;
    color: #dcdcdc;
    padding-left: 12px;
  }

  .earnings__interest1 {
    padding-left: 100px;
    font-size: 16px;
    color: #dcdcdc;
    position: absolute;
  }

  .earnings__interest2 {
    position: absolute;
    padding-left: 236px;
    font-size: 16px;
    color: #dcdcdc;
  }

  .earnings__term0 {
    padding: 90px 0 0 12px;
    font-size: 16px;
    color: #dcdcdc;
    position: absolute;
  }

  .earnings__term1 {
    padding: 90px 0 0 100px;
    position: absolute;
    color: #dcdcdc;
    font-size: 16px;
  }

  .earnings__term2 {
    padding: 90px 0 0 230px;
    position: absolute;
    color: #dcdcdc;
    font-size: 16px;
  }

  .earnings__disclaimer {
    padding: 155px 0 0 12px;
    font-size: 10px;
    color: #dcdcdc;
    text-align: left;
  }
}
/**
  Corners for container
 */
.education {
  background-color: #fdfcfd;
  line-height: 2.5rem;
  padding: 3rem 0;
  text-align: left;
}
.education-wrap > :last-child {
  margin-bottom: 0;
}
.education__title {
  margin-bottom: 4rem;
  padding: 0 3rem;
  text-align: left;
}
.education__description {
  color: #000000;
  font-size: 1.2rem;
  margin-bottom: 4rem;
  padding: 0 3rem;
  text-align: left;
  line-height: 2rem;
}
.education__video {
  margin-bottom: 8rem;
}
.education__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 8rem;
  padding: 0 3rem;
}
.education__item {
  display: flex;
  margin-bottom: 4rem;
  width: 29.5rem;
}
.education__item:last-child {
  margin-bottom: 0;
}
.education__item-image {
  margin-right: 2rem;
  max-height: 70px;
}
.education__item-text {
  text-align: left;
}
.education__item-text a {
  display: inline-block;
}
.education__item-text h3 {
  color: #345b58;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.education__item-text p {
  color: #345b58;
  margin-bottom: 0;
}
.education__bottom-blocks {
  margin: 8rem auto 0;
}
.education__article {
  margin-bottom: 4rem !important;
}
.education__article:last-child {
  margin-bottom: 0 !important;
}
.education__link {
  border-bottom: 2px solid currentColor;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.education__link-wrap {
  padding: 4rem 8rem 0;
}

@media only screen and (min-width: 768px) {
  .education-wrap {
    margin: auto;
    max-width: 1502px;
    padding: 0 20px;
  }
  .education__title {
    padding: 0rem;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 3rem;
    color: #345b58;
  }
  .education__description {
    padding: 0 15rem;
  }
  .education__items {
    align-items: initial;
    flex-direction: row;
    justify-content: center;
    padding: 0 0rem;
  }
  .education__item {
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .education__item:last-child {
    margin-right: 0;
  }
  .education__articles {
    display: flex;
    justify-content: center;
  }
  .education__article {
    margin: 0 2rem !important;
  }
  .education__article:first-child {
    margin-left: 0 !important;
  }
  .education__article:last-child {
    margin-right: 0 !important;
  }
  .education__link {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .education-wrap {
    margin: auto;
    width: 66%;
  }
  .education-wrap p {
    padding-left: 15px;
  }
  .education__title {
    padding: 0 18px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 42px;
    color: #345b58;
  }
  .education__description {
    padding: 0 15rem;
  }
  .education__items {
    align-items: initial;
    flex-direction: row;
    justify-content: center;
    padding: 5rem 0rem 0 0rem;
  }
  .education__item {
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .education__item:last-child {
    margin-right: 0;
  }
  .education__item p {
    padding: 0px;
  }
  .education__articles {
    display: flex;
    justify-content: center;
  }
  .education__article {
    margin: 0 2rem !important;
  }
  .education__article:first-child {
    margin-left: 0 !important;
  }
  .education__article:last-child {
    margin-right: 0 !important;
  }
  .education__link {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 700px) {
  .education {
    background-color: #fdfcfd;
    line-height: 2.5rem;
    padding: 7rem 0;
    text-align: left;
  }
  .education-wrap {
    padding: 0 15px;
  }
  .education__title {
    margin-bottom: 4rem;
    padding: 0 0rem;
    text-align: left;
    color: #345b58;
    font-family: "Circular Std Book", sans-serif;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  .education__description {
    padding: 0 15rem;
  }
  .education .articles {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px 0 0px;
  }
}
/**
  Corners for container
 */
.featured-investments {
  background-color: #fff;
  line-height: 2.5rem;
  padding: 6rem 3rem;
  width: 96%;
  float: left;
  text-align: center;
}
.featured-investments__title {
  font-size: 42px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  line-height: 48.3px;
  color: #345b58;
  text-align: center;
  padding-top: 0px;
}
.featured-investments__item {
  display: flex;
  margin-bottom: 6rem;
}
.featured-investments__item:last-child {
  margin-bottom: 0;
}
.featured-investments .loan-tile {
  flex: 1;
}
.featured-investments__btn {
  font-size: 16px;
  background-color: #F1B203;
  border-radius: 9px;
  color: #345b58;
  padding: 16px 18px;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .featured-investments {
    background-color: #fdfcfd;
  }
  .featured-investments-wrap {
    margin: auto;
    max-width: 1042.57px;
  }
  .featured-investments__items {
    display: flex;
    justify-content: left;
  }
  .featured-investments__item {
    margin-bottom: 0;
    margin-right: 5%;
    width: 45%;
  }
  .featured-investments__item:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-investments__item {
    width: 30%;
  }
  .featured-investments__item:nth-child(n+3) {
    display: flex;
  }
}
/**
  Corners for container
 */
@media only screen and (min-width: 768px) {
  .final-pitch-left {
    width: 35rem;
    float: left;
    text-align: justify;
    position: relative;
    padding-bottom: 5rem;
  }
  .final-pitch-left h2 {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 1.5rem;
    width: 386px;
    height: 48px;
  }
  .final-pitch-left__content {
    color: #000000;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding-bottom: 2rem;
    font-family: "Circular Std Book", sans-serif;
  }
  .final-pitch-left a {
    background-color: #f1b203;
    color: #345b58;
    font-size: 16px;
    border-radius: 9px;
    padding: 16px 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .final-pitch-left-link {
    display: none;
  }
  .final-pitch-right {
    width: 50%;
    float: right;
  }
  .final-pitch-right__number {
    float: left;
    font-size: 36px;
    color: #f1b203;
    padding-right: 1.5rem;
    line-height: 46px;
  }
  .final-pitch-right__createaccount-title {
    width: 570px;
    font-family: "Circular Std Book", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #345b58;
  }
  .final-pitch-right__createaccount-content {
    color: black;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    width: 570px;
    padding: 0rem 0rem 3rem 4.5rem;
  }
  .final-pitch-right__browseinvest-title {
    width: 560px;
    font-family: "Circular Std Book", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #345b58;
  }
  .final-pitch-right__browseinvest-content {
    color: black;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    width: 560px;
    padding: 0rem 0rem 3rem 4.5rem;
  }
  .final-pitch-right__monitorinvest-title {
    width: 455px;
    font-family: "Circular Std Book", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #345b58;
  }
  .final-pitch-right__monitorinvest-content {
    color: black;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    width: 455px;
    padding: 0rem 0rem 3rem 4.5rem;
  }
  .final-pitch-right-link {
    display: block;
    padding-bottom: 5rem;
  }
  .final-pitch-right-link a {
    background-color: #f1b203;
    color: #345b58;
    font-size: 16px;
    border-radius: 9px;
    padding: 16px 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .final-pitch__points {
    padding: 0 3rem;
  }
  .final-pitch__wtapoints {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .final-pitch {
    max-width: 1211px;
    margin: 0 auto;
    background: #fdfcfd;
  }
  .final-pitch-left {
    width: 45%;
    float: left;
  }
  .final-pitch-left h2 {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 16px;
  }
  .final-pitch-left__content {
    color: #000000;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding-bottom: 32px;
    font-family: "Circular Std Book", sans-serif;
  }
  .final-pitch-left a {
    background-color: #f1b203;
    color: #345b58;
    font-size: 16px;
    border-radius: 9px;
    padding: 16px 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .final-pitch-left-link {
    display: block;
  }
  .final-pitch-right {
    width: 50%;
    float: right;
  }
  .final-pitch-right__number {
    float: left;
    font-size: 36px;
    color: #f1b203;
    padding-right: 1.5rem;
    line-height: 46px;
  }
  .final-pitch-right__createaccount-title {
    width: 570px;
    font-family: "Circular Std Book", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #345b58;
  }
  .final-pitch-right__createaccount-content {
    color: black;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    width: 570px;
    padding: 0rem 0rem 2rem 4.5rem;
  }
  .final-pitch-right__browseinvest-title {
    width: 560px;
    font-family: "Circular Std Book", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #345b58;
  }
  .final-pitch-right__browseinvest-content {
    color: black;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    width: 560px;
    padding: 0rem 0rem 2rem 4.5rem;
  }
  .final-pitch-right__monitorinvest-title {
    width: 455px;
    font-family: "Circular Std Book", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #345b58;
  }
  .final-pitch-right__monitorinvest-content {
    color: black;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    width: 455px;
    padding: 0rem 0rem 2rem 4.5rem;
  }
  .final-pitch-right-link {
    display: none;
  }
  .final-pitch__points {
    padding: 0 3rem;
  }
}
@media (max-width: 1250px) {
  .final-pitch-left {
    width: 100%;
    float: left;
    padding-left: 18px;
    box-sizing: border-box;
  }

  .final-pitch-right {
    width: 100%;
    float: right;
    padding: 42px 0 0 18px;
    box-sizing: border-box;
  }
}
@media (max-width: 950px) {
  .final-pitch-left {
    width: 100%;
    float: left;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
  }

  .final-pitch-right {
    width: 100%;
    float: right;
    padding: 60px 0 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .final-pitch-left {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px 18px 18px;
  }
  .final-pitch-left h2 {
    color: #345b58;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 12px;
  }
  .final-pitch-left__content {
    color: #000000;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding-bottom: 2rem;
    font-family: "Circular Std Book", sans-serif;
    box-sizing: border-box;
  }
  .final-pitch-left a {
    font-size: 16px;
    font-weight: 600;
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    padding: 9px 18px;
    margin-left: 25%;
    text-align: center;
  }
  .final-pitch-left-link {
    display: none;
  }
  .final-pitch-right {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 18px 18px 30px 18px;
  }
  .final-pitch-right__number {
    float: left;
    font-size: 32px;
    color: #f1b203;
    padding-right: 1.5rem;
    line-height: 42px;
  }
  .final-pitch-right__createaccount-title {
    font-family: "Circular Std Book", sans-serif;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    color: #345b58;
  }
  .final-pitch-right__createaccount-content {
    color: black;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding: 0 0 16px 44px;
  }
  .final-pitch-right__browseinvest-title {
    font-family: "Circular Std Book", sans-serif;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    color: #345b58;
  }
  .final-pitch-right__browseinvest-content {
    color: black;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding: 0 0 16px 44px;
  }
  .final-pitch-right__monitorinvest-title {
    font-family: "Circular Std Book", sans-serif;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    color: #345b58;
  }
  .final-pitch-right__monitorinvest-content {
    color: black;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding: 0 0 16px 44px;
  }
  .final-pitch-right-link {
    display: block;
    padding-bottom: 5rem;
  }
  .final-pitch-right-link a {
    font-size: 16px;
    font-weight: 600;
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    padding: 9px 18px;
    margin-left: 33%;
    text-align: center;
  }
  .final-pitch__points {
    padding: 0 3rem;
  }
}
/**
  Corners for container
 */
.header-image {
  height: auto !important;
  overflow: hidden;
  position: relative;
  top: 38px;
  width: 100%;
  z-index: 5;
  border-radius: 0 0 2rem 2rem;
}
.header-image__bannersmallimage {
  width: 43rem;
  height: 32.3rem;
  border-radius: 1rem;
}
.header-image__bg-mobile, .header-image__bg-tablet, .header-image__bg-desktop {
  background-color: #fff;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 89%;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.header-image__bg-mobile {
  display: block;
}
.header-image__video-bg {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: -100;
}
.header-image__video-foreground, .header-image__iframe {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .header-image__video-foreground, .header-image__iframe {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .header-image__video-foreground, .header-image__iframe {
    left: -100%;
    width: 300%;
  }
}
.header-image__overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.header-image__title-text {
  font-size: 72px;
  line-height: 83px;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-weight: 600;
  color: #fff;
}
.header-image__title-text-additional {
  font-size: 36px;
  margin: 2.5rem 0 2rem 0;
  color: #fff;
}
.header-image__button {
  font-size: 16px;
  font-weight: 600;
  font-family: "Circular Std Book", sans-serif;
  line-height: 24px;
  color: #345b58;
  background-color: #f1b203;
  display: inline-block;
  padding: 9px 18px;
  border-radius: 9px;
  text-transform: uppercase;
}
.header-image__bottom-links {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
}
.header-image__link-title {
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  top: 1.2rem;
}
.header-image__link-description {
  font-size: 1.6rem;
  width: 20rem;
}
.header-image__bottom-link {
  display: flex;
  max-height: 25rem;
  min-height: 7.7rem;
  overflow: hidden;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.header-image__bottom-link-1 {
  background-color: rgba(142, 156, 156, 0.7);
}
.header-image__bottom-link-2 {
  background-color: rgba(142, 156, 156, 0.7);
}
.header-image__bottom-link-3 {
  background-color: rgba(142, 156, 156, 0.83);
}
.header-image__link-title-icon {
  margin-right: 2.5rem;
  text-align: center;
  width: 8rem;
}
.header-image__icon-img {
  max-width: 8rem;
}

@media only screen and (min-width: 768px) {
  .header-image__bannersmallimage {
    width: 33rem;
    height: 32rem;
    border-radius: 1rem;
  }
  .header-image__bg-tablet {
    display: block;
  }
  .header-image__text-container {
    padding-right: 0;
    text-align: left;
    width: 90%;
    margin: 15rem 0 0 15rem;
  }
  .header-image__link-title-icon {
    height: 4.5rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  .header-image__link-title {
    margin-bottom: 2rem;
  }
  .header-image__bottom-text-container {
    margin-left: 0;
  }
  .header-image__bottom-links {
    flex-direction: row;
  }
  .header-image__bottom-link {
    flex-direction: column;
    min-height: 20.3rem;
    padding: 3.5rem 0.5rem 0.5rem 4.5rem;
    width: 100%;
  }
  .header-image_howitworksvideo {
    height: 285px;
    float: right;
    width: 39%;
  }
}
@media only screen and (min-width: 1200px) {
  .header-image {
    margin: auto;
    max-width: 1920px;
  }
  .header-image__bannersmallimage {
    width: 40rem;
    height: 42rem;
    border-radius: 1rem;
    margin: 18rem 22.6rem 0 0;
  }
  .header-image__bg-desktop {
    display: block;
  }
  .header-image__icon-img {
    margin-right: 2.5rem;
    max-width: 73px;
  }
  .header-image__bottom-link {
    flex-direction: row;
    min-height: 12.3rem;
    padding-right: 8rem;
  }
  .header-image__link-title {
    font-size: 2.1rem;
  }
  .header-image__text-container {
    margin: 14rem 0rem 0rem 14.5rem;
  }
  .header-image__title-text {
    font-size: 72px;
  }
  .header-image__text-container {
    color: #fff;
    padding: 0 1rem;
    position: absolute;
    text-align: left;
    top: 5%;
  }
  .header-image__text-container h1,
.header-image__text-container h2,
.header-image__text-container h3,
.header-image__text-container h4,
.header-image__text-container h5,
.header-image__text-container h6,
.header-image__text-container p,
.header-image__text-container h1 {
    font-size: 72px;
    color: #fff;
  }
  .header-image__text-container h2 {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
  .header-image__text-container h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .header-image__text-container h4 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 35px;
  }
  .header-image__text-container h5 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .header-image__text-container h6 {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .header-image__text-container p {
    font-size: 1.8rem;
  }
  .header-image__text-container p:last-child {
    margin-bottom: 0;
  }
  .header-image__text-container ul {
    list-style: initial;
  }
  .header-image__text-container ol {
    list-style: decimal;
  }
}
.bannerBg {
  position: relative;
  padding-top: 120px;
  min-height: 475px;
  padding-right: 4px;
}

.bannerCont {
  float: left;
  margin: 0;
  position: initial;
  width: 58%;
  padding-left: 5px;
}

.bannerrightimage {
  float: right;
  width: 41%;
  padding-left: 5%;
  box-sizing: border-box;
  padding-top: 20px;
}

.bannerrightimage img {
  width: 100%;
}

@media (max-width: 1200px) {
  .bannerBg {
    position: relative;
    min-height: 520px;
    padding: 85px 15px 0 15px;
    box-sizing: border-box;
  }

  .header-image__title-text h1 {
    font-size: 64px;
    line-height: 77px;
  }
}
@media (max-width: 1050px) {
  .bannerBg {
    min-height: 480px;
  }

  .header-image__title-text h1 {
    font-size: 58px;
    line-height: 74px;
  }

  .header-image_howitworksvideo {
    width: 40%;
    height: 200px;
    float: left;
  }

  .header-image__title-text {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (max-width: 950px) {
  .bannerBg {
    min-height: 615px;
  }

  .bannerCont {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .bannerrightimage {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .bannerrightimage img {
    width: 400px;
  }

  .header-image_howitworksvideo {
    width: 100%;
    height: 350px;
    padding: 35px 0 0 0;
  }

  .header-image__text-container h1 {
    font-size: 72px;
    color: #fff;
    line-height: 82px;
  }
}
@media (max-width: 767px) {
  .header-image__text-container h1 {
    font-size: 48px;
    line-height: 54px;
    text-align: left;
    color: #fff;
  }

  .header-image__title-text-additional h4 {
    font-size: 32px;
    text-align: left;
    padding: 5px 0 5px 0;
    color: #fff;
  }

  .bannerrightimage {
    padding: 50px 20px;
  }

  .bannerrightimage img {
    width: 100%;
  }

  .bannerImgHeight {
    border-radius: 0 0 50px 50px;
    height: 80%;
  }

  .bannerBg {
    padding: 65px 15px 0 15px;
    min-height: 625px;
  }

  .header-image_howitworksvideo {
    height: 240px;
  }

  .header-image__button {
    margin-bottom: 20px;
  }
}
/**
  Corners for container
 */
.loan-originator {
  background-color: #fdfcfd;
  float: left;
  width: 100%;
  padding: 50px 0;
  position: relative;
}
.loan-originator__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 48.3px;
  margin-bottom: 2rem;
  text-align: left;
  font-family: "Gestura Headline Semibold", sans-serif;
}
.loan-originator__description {
  color: #000000;
  font-size: 16px;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 24px;
  font-family: "Circular Std Book", sans-serif;
}
.loan-originator__description a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.loan-originator__item {
  margin: 6rem auto;
  opacity: 0;
}
.loan-originator__item:first-child {
  margin-top: 0;
}
.loan-originator__item:last-child {
  margin-bottom: 0;
}
.loan-originator__item h3 {
  color: #345b58;
  font-size: 5rem;
  text-align: left;
}
.loan-originator__item p {
  color: black;
  font-size: 1.6rem;
  margin: 1rem 0rem 3.5rem 0rem;
  text-align: left;
}
.loan-originator__item .separator {
  margin-bottom: 6rem;
  margin-top: 0;
}
.loan-originator__btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  background-color: #F1B203;
  border-radius: 9px;
  color: #345b58;
  padding: 9px 18px;
  position: absolute;
  text-transform: uppercase;
}

.loan-originator-left {
  width: 420px;
  float: left;
  padding: 6rem 6rem;
}

.CountRight {
  float: right;
  width: 34%;
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .loan-originator-wrap {
    margin: auto;
    max-width: 1326px;
  }
  .loan-originator__items {
    display: block;
    justify-content: center;
  }
  .loan-originator__items .separator {
    display: none;
  }
  .loan-originator__item {
    margin: 0 4rem;
  }
}
@media (max-width: 950px) {
  .loan-originator-left {
    width: 100%;
    float: left;
    padding: 0 24px 0 24px;
    box-sizing: border-box;
  }

  .CountRight {
    width: 100% !important;
    float: right;
    padding: 90px 0 0 24px;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .loan-originator-left {
    width: 100%;
    box-sizing: border-box;
  }

  .CountRight {
    width: 100% !important;
    padding: 72px 0 0 24px;
    box-sizing: border-box;
  }
}
@charset "UTF-8";
/**
  Corners for container
 */
.newsletter {
  background-color: #8e9c9c;
  height: 45rem;
  line-height: 2.5rem;
  margin: 0 auto;
  width: 100%;
}
.newsletter__wrap {
  padding: 5rem 1.5rem 3rem 1.5rem;
  position: relative;
}
.newsletter__line {
  position: relative;
}
.newsletter__line::before {
  background: #fff;
  content: "";
  font-family: "connect-invest", sans-serif;
  height: 89%;
  left: 3rem;
  position: absolute;
  top: 3rem;
  width: 2px;
}
.newsletter__header {
  align-items: center;
  display: flex;
  margin-bottom: 2rem;
}
.newsletter__header > h2 {
  color: white;
  font-size: 2rem;
  padding: 0;
}
.newsletter__icon {
  padding-right: 1.5rem;
  position: relative;
}
.newsletter__top-text {
  margin: 0 0 2rem 5.8rem;
}
.newsletter__list {
  font-weight: bold;
  margin: 0 0 2rem 4.5rem;
  padding-left: 2rem;
  position: relative;
  text-transform: uppercase;
}
.newsletter__list li {
  padding-left: 2rem;
  position: relative;
}
.newsletter__list li::before {
    content: "";
    font-family: "connect-invest", sans-serif;
    font-size: 1.1rem;
    left: 0;
    position: absolute;
}
.newsletter__list li::after {
  background: #fff;
  content: "";
  font-family: "connect-invest", sans-serif;
  height: 1px;
  left: -3.3rem;
  position: absolute;
  top: 1.1rem;
  width: 40px;
}
.newsletter__bottom-text {
  margin: 0 0 2rem 5rem;
}
.newsletter__email {
  position: relative;
  padding-bottom: 15px;
}
.newsletter__subscribe-btn {
  background-color: transparent;
  border-bottom: 2px solid;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #e4e7e2;
  font-weight: bold;
  padding: 0;
  position: absolute;
  right: 1rem;
  text-transform: uppercase;
  top: 1.4rem;
  z-index: 5;
}
.newsletter__subscribe-btn .spinner {
  background-color: #fff;
}
.newsletter__subscribe-btn--disabled {
  color: #abb0af;
}
.newsletter__error {
  color: #f00;
  left: 10px;
  position: absolute;
  top: 36px;
}
.newsletter__status-message {
  left: 10px;
  position: absolute;
  top: 36px;
}

@media only screen and (min-width: 768px) {
  .newsletter {
    background: url(/src/images/main-page/newsletter-bg.png) center center/cover no-repeat #fff;
    height: 42rem;
    margin: 0;
    width: 37.5rem;
  }
  .newsletter__line::before {
    height: 100%;
  }
  .newsletter__subscribe-btn {
    top: 1.4rem;
  }
  .newsletter__error, .newsletter__status-message {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter {
    margin-top: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter {
    background-position-x: left;
    background-size: 100% 100%;
    height: 44.5rem;
    width: 45.6rem;
  }
  .newsletter__wrap {
    margin: 0 auto;
    max-width: 39rem;
  }
}
@media (max-width: 950px) {
  .newsletter__form {
    padding-left: 25px;
  }
}
/**
  Corners for container
 */
.offerings {
  background-color: #fff;
}
.offerings__text {
  color: #000000;
  text-align: left;
  line-height: 24px;
  font-size: 16px;
  padding-top: 30px;
}
.offerings__text p {
  margin-bottom: 2rem;
}
.offerings__text p:last-child {
  margin-bottom: 0;
}
.offerings__text a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.offerings__rate-table {
  margin: 1rem;
}
.offerings__rate-table th, .offerings__rate-table td {
  padding: 0.5rem;
}
.offerings__rate-table > thead > tr > th:first-child {
  width: 20rem;
}
.offerings__rate-table > thead > tr > th:not(:first-of-type) {
  background-color: #345b58;
  color: #fff;
  font-weight: bold;
  width: 25rem;
}
.offerings__rate-table > tbody > tr > td {
  color: #8e9c9c;
}
.offerings__rate-table > tbody > tr > td:first-child {
  color: #345b58;
  font-weight: bold;
  text-align: left;
}
.offerings__notes-disclaimer {
  font-size: 10px;
  line-height: 12.5px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .offerings {
    padding: 0;
    margin: auto;
    max-width: 1200px;
  }
  .offerings-wrap {
    float: left;
    width: 50%;
  }
  .offerings__title {
    font-size: 42px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    line-height: 48px;
  }
  .offerings__notes-disclaimer {
    text-align: left;
    width: 96%;
  }
  .offerings-invested {
    float: right;
    width: 37%;
    padding-top: 12px;
  }
  .offerings-mi_getstarted_button {
    font-size: 16px;
    font-family: "Circular Std Book", sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    color: #345B58;
    background-color: #F1B203;
    border-radius: 9px;
    padding: 9px 18px;
    position: absolute;
    text-transform: uppercase;
    margin: 20px 0 0 0;
  }
  .offerings-invested_amt {
    color: #000000;
    font-size: 24px;
    font-family: "Circular Std Book", sans-serif;
    line-height: 30.36px;
  }
  .offerings-interest_amt {
    color: #345b58;
    font-size: 72px;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-weight: 600;
    line-height: 82.8px;
  }
  .offerings-earned {
    color: #000000;
    font-size: 24px;
    font-family: "Circular Std Book", sans-serif;
    line-height: 30.36px;
    padding-bottom: 28px;
  }
}
@media (max-width: 1200px) {
  .offerings-wrap {
    float: left;
    width: 50%;
    padding: 0 0 0 16px;
  }

  .offerings-invested {
    float: right;
    width: 44%;
  }

  .offerings__notes-disclaimer {
    padding: 0 0 20px 0px;
    width: 100%;
  }
}
@media (max-width: 950px) {
  .offerings-wrap {
    padding-top: 80px;
    width: 100%;
    padding: 80px 15px 0px 15px;
    box-sizing: border-box;
  }

  .offerings__title {
    font-size: 42px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    line-height: 48px;
  }

  .offerings__text {
    font-size: 16px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    text-align: left;
    line-height: 24px;
    padding: 20px 0 20px 0;
  }

  .offerings-mi_getstarted_button {
    font-size: 16px;
    font-family: "Circular Std Book", sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    color: #345B58;
    background-color: #F1B203;
    border-radius: 9px;
    padding: 9px 18px;
    position: absolute;
    text-transform: uppercase;
    margin-left: 40.5%;
  }

  .offerings-invested {
    padding-top: 100px;
    width: 100%;
  }

  .offerings-invested_amt {
    font-size: 24px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    text-align: center;
    color: #000000;
    line-height: 30.36px;
    padding-left: 300px;
  }

  .offerings-interest_amt {
    font-size: 72px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: center;
    color: #345b58;
    line-height: 82.8px;
    padding-left: 300px;
  }

  .offerings-earned {
    font-size: 24px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    text-align: center;
    line-height: 30.36px;
    color: #000000;
    padding: 0 0 28px 300px;
  }

  .offerings__notes-disclaimer {
    font-size: 10px;
    line-height: 12.5px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    color: #000000;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
  }
}
@media (width: 912px) {
  .offerings-invested_amt {
    padding-left: 350px;
  }

  .offerings-interest_amt {
    padding-left: 345px;
  }

  .offerings-earned {
    padding: 0 0 28px 356px;
  }

  .earnings {
    padding: 1030px 0 0 0;
  }

  .earnings-shortnotes {
    padding: 0 0 0 192px;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .offerings-mi_getstarted_button {
    margin-left: 27%;
  }

  .offerings-invested_amt {
    padding-left: 78px;
  }

  .offerings-interest_amt {
    padding-left: 78px;
  }

  .offerings-earned {
    padding: 0 0 28px 78px;
  }
}
@media (width: 540px) {
  .offerings-mi_getstarted_button {
    margin-left: 32%;
  }

  .offerings-invested_amt, .offerings-interest_amt {
    padding-left: 160px;
  }

  .offerings-earned {
    padding: 0 0 28px 160px;
  }

  .earnings-wrap {
    height: 78rem;
  }

  .earnings {
    padding: 1190px 0 0 0;
  }

  .earnings__title {
    font-size: 38px;
  }

  .earnings-shortnotes {
    padding: 0 0 0 42px;
  }
}
@media (width: 820px) {
  .earnings-shortnotes {
    padding: 0 0 0 160px;
    text-align: left;
  }
}
@media (width: 768px) {
  .earnings-shortnotes {
    padding: 0 0 0 148px;
    text-align: left;
  }
}
@media (min-width: 439px) and (max-width: 564px) {
  .earnings__title {
    inline-size: 93% !important;
    padding-top: 18px;
    color: #dcdcdc;
    font-size: 54px;
    margin-left: 15px;
  }
}
/**
  Corners for container
 */
.platform {
  background-color: #fff;
  line-height: 2.5rem;
  padding: 6rem 3rem;
  text-align: center;
}
.platform__title {
  padding-bottom: 1rem;
}
.platform__subtitle {
  color: #345b58;
  margin-bottom: 4rem;
}
.platform__text {
  color: #345b58;
  margin-bottom: 4rem;
  text-align: left;
}
.platform__text p {
  margin-bottom: 2rem;
}
.platform__text p:last-child {
  margin-bottom: 0;
}
.platform__text a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.platform__image {
  display: block;
}
.platform__image img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .platform {
    padding: 30rem 15rem;
  }
  .platform-wrap {
    margin: auto;
    max-width: 1326px;
  }
  .platform__title {
    text-align: left;
  }
  .platform__subtitle {
    text-align: left;
  }
}
/**
  Corners for container
 */
.story {
  background-color: #fdfcfd;
  line-height: 2.5rem;
  padding: 6rem 3rem;
  text-align: center;
  margin: auto;
  justify-content: center;
}
.story__title {
  padding-bottom: 1rem;
}
.story__subtitle {
  color: #345b58;
  margin-bottom: 4rem;
}
.story__text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
  line-height: 24px;
  color: #000000;
  text-align: left;
  width: 386px;
  display: flex;
}
.story__text p {
  margin-bottom: 2rem;
}
.story__text a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.story__items {
  padding: 0;
}
.story__item {
  align-items: center;
  display: flex;
  opacity: 0;
}
.story__item-image {
  max-width: 100%;
  vertical-align: middle;
}
.story__item-image-wrap {
  flex-basis: 150px;
  flex-shrink: 0;
  margin-right: 4rem;
}
.story__item-text {
  color: #345b58;
  margin-bottom: 0;
  text-align: left;
}
.story :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .story {
    padding: 3rem 2rem 4rem 2rem;
    display: flex;
  }
  .story-wrap {
    width: 60%;
  }
  .story__ul {
    padding: 15% 0;
  }
  .story__item {
    align-items: center;
    display: flex;
    opacity: 0;
    padding-left: 10rem;
  }
  .story__title {
    font-size: 42px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 48.3px;
    text-align: left;
    color: #345b58;
  }
  .story__subtitle {
    text-align: left;
  }
}
@media only screen and (min-width: 991px) {
  .story__items {
    padding: 0 15%;
  }
}
@media only screen and (min-width: 1200px) {
  .story {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 342px 0px;
    gap: 18px;
  }
  .story-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 18px;
    width: 630px;
    height: 210px;
  }
  .story__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0px 100px;
    width: 410px;
    height: 390px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
  }
  .story__itemsnew {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0px 5px;
    width: 410px;
    height: 390px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
  }
  .story__item {
    align-items: center;
    display: flex;
    opacity: 0;
    padding-left: 0rem;
  }
  .story__item-image {
    max-width: none;
    vertical-align: middle;
    padding-left: 60px;
  }
  .story__item-image-wrap {
    flex-basis: 150px;
    flex-shrink: 0;
    margin-right: 4rem;
  }
  .story__item-text {
    color: #345b58;
    margin-bottom: 0;
    text-align: left;
  }
  .story-wrapnew {
    padding-left: 210px;
    padding-top: 0px;
    margin-top: -90px;
  }
  .story__ul {
    padding: 10% 0 13% 0;
  }
}
@media (max-width: 700px) {
  .story {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 10px 0px;
    gap: 36px;
    width: 94%;
  }
  .story-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 18px;
    width: 100%;
  }
  .story__title {
    width: 354px;
    font-family: "Gestura Headline";
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    color: #345B58;
    flex: none;
    order: 0;
    align-self: stretch;
    text-align: left;
  }
  .story__text {
    width: 95%;
    height: 96px;
    font-family: "Circular Std";
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  .story__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 100%;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }
  .story__item {
    width: 167.21px;
    height: 200px;
  }
  .story__ul {
    order: 2;
    padding-top: 5rem;
  }
  .story-wrapnew {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 36px 10px;
    gap: 36px;
    width: 94%;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }
}
@media (width: 1280px) {
  .story {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 145px 0px;
    gap: 18px;
  }
  .story__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
    width: 410px;
    height: 390px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
  }
}
@media (width: 540px) {
  .story__title {
    width: 95%;
    font-family: "Gestura Headline";
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    color: #345b58;
    flex: none;
    order: 0;
    align-self: stretch;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .story__text {
    width: 100%;
    text-align: center;
  }

  .story__title {
    width: 100%;
    text-align: center;
  }

  .story__item {
    padding-left: 0;
  }
}
@media (max-width: 1920px) {
  .pin-spacer {
    margin: 0 10% !important;
  }
}
@media (min-width: 700px) and (max-width: 767px) {
  .story {
    display: flex;
    flex-direction: row;
  }

  .story__title {
    text-align: left;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .story {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/**
  Corners for container
 */
.questions {
  background-color: #fdfcfd;
  line-height: 2.3rem;
  padding: 6rem 3rem;
}
.questions__title {
  border-top: 6px solid #eeeeee;
  margin-top: 1rem;
  color: #345b58;
  cursor: pointer;
  padding: 21px;
  width: 100%;
  text-align: left;
  outline: none;
  letter-spacing: 0rem;
  font-family: "Gestura Headline Semibold", sans-serif;
}
.questions__content {
  margin-left: 0rem;
  padding: 0rem 13rem 3rem 2.5rem;
  display: none;
  overflow: hidden;
  background-color: unset;
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
}
.questions__content h2 {
  color: black;
  letter-spacing: 0rem;
  font-family: "Circular Std Book", sans-serif;
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .how-page__header-title {
    max-width: 740px;
    font-family: "Gestura Headline Semibold", sans-serif;
    /* margin: 0 auto;*/
    color: #345b58;
    text-align: left;
    padding: 60px 0 0 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 83px;
  }

  .questions {
    padding: 0rem 5rem 0 5rem;
  }
  .questions-wrap {
    margin: auto;
    width: 95%;
  }

  .questions__content {
    margin-left: 0rem;
    padding: 0rem 5rem 3rem 2.5rem;
    display: none;
    overflow: hidden;
    background-color: unset;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
  }

  .how-page__faqcontacttitle {
    color: #345b58;
    text-align: left;
    font-size: 38px;
    font-family: "Gestura Headline Semibold", sans-serif;
    letter-spacing: 0rem;
    line-height: 48px;
    width: 86%;
    margin: 0px;
    padding-left: 10px;
  }

  .how-page__faqcontactdetails {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    width: 97%;
    padding-left: 10px;
    padding-bottom: 45px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-page__header-title {
    max-width: 1211px;
    font-family: "Gestura Headline Semibold", sans-serif;
    margin: 0 auto;
    color: #345b58;
    text-align: left;
    padding: 60px 0 0 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 83px;
  }

  .questions {
    background-color: #fdfcfd;
    line-height: 2.3rem;
    padding: 2rem 16rem 0rem 25rem;
  }
  .questions-wrap {
    margin: auto;
    width: 90%;
  }
  .how-page__faqcontact {
    background-color: #fdfcfd;
    line-height: 2.3rem;
    padding: 5rem 16rem 0rem 25rem;
  }

  .how-page__faqcontactWrap {
    width: 90%;
    margin: 0 auto;
  }

  .how-page__faqcontacttitle {
    color: #345b58;
    text-align: left;
    font-size: 42px;
    font-family: "Gestura Headline Semibold", sans-serif;
    letter-spacing: 0rem;
    line-height: 48px;
    width: 100%;
    padding: 0px 0 0 20px;
    margin-left: 0px;
    position: initial;
  }

  .how-page__faqcontactdetails {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding: 20px 0 20px 20px;
    margin-left: 0px;
  }
}
@media (max-width: 700px) {
  .how-page__header-title {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 62px;
    color: #345B58;
    text-align: left;
    padding: 90px 0px 0 15px;
    width: 350px;
  }

  .questions {
    background-color: #fdfcfd;
    line-height: 2.3rem;
    padding: 36px 18px;
  }
  .questions__content {
    margin-left: 0rem;
    display: none;
    overflow: hidden;
    background-color: unset;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    padding: 0px;
  }
  .questions__title {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    color: #345B58;
    padding-left: 0px;
    padding-top: 15px;
    border-top: 6px solid #eeeeee;
  }

  .how-page__faqcontacttitle {
    color: #345b58;
    text-align: left;
    font-size: 38px;
    font-family: "Gestura Headline Semibold", sans-serif;
    letter-spacing: 0rem;
    position: absolute;
    padding: 25px 0 0 25px;
    line-height: 48px;
  }

  .how-page__faqcontactdetails {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding: 150px 9px 50px 28px;
    width: 90%;
  }
}
@media (width: 1280px) {
  .how-page__header-title {
    max-width: 1200px;
    font-family: "Gestura Headline Semibold", sans-serif;
    margin: 0 auto;
    color: #345b58;
    text-align: left;
    padding: 70px 0 0 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 83px;
    word-break: break-word;
  }

  .questions {
    background-color: #fdfcfd;
    line-height: 2.3rem;
    padding: 2rem 5rem 0rem 10rem;
  }

  .how-page__faqcontact {
    background-color: #fdfcfd;
    line-height: 2.3rem;
    padding: 2rem 2rem 5rem 0rem;
  }

  .how-page__faqcontactWrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media (width: 280px) {
  .how-page__faqcontactdetails {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding: 180px 9px 50px 24px;
    width: 55%;
  }
}
/**
  Corners for container
 */
.plaid-oauth {
  height: 100vh;
  width: 100vw;
}
.plaid-oauth img {
  display: block;
  margin: auto;
  padding-top: 30vh;
  width: 350px;
}
/**
  Corners for container
 */
.privacy-policy {
  background: #fff;
}
.privacy-policy__content {
  color: #345b58;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 10rem 5rem 3rem 5rem;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .privacy-policy {
    background: #fff;
  }
  .privacy-policy__content {
    color: #345b58;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 10rem 5rem 3rem 5rem;
    text-align: justify;
  }
}
/**
  Corners for container
 */
.terms-of-service {
  background: #fff;
}
.terms-of-service__content {
  color: #345b58;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 10rem 5rem 3rem 5rem;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .terms-of-service {
    background: #fff;
  }
  .terms-of-service__content {
    color: #345b58;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 10rem 5rem 3rem 5rem;
    text-align: justify;
  }
}
/**
  Corners for container
 */
.morrisregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.morrisregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.morrisregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.morrisregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.morrisregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.morrisregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.morrisregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.morrisregistration__code-input-hidden {
  display: none;
}
.morrisregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.morrisregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_Morris {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_Morris {
  width: 27%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_Morris p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_Morris {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .morrisregistration {
    padding: 6rem 6rem;
  }
  .morrisregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .morrisregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .morrisregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 10rem;
  }

  .morrisregistration-title {
    font-size: 50px;
  }

  .morrisregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .morrisregistration__featured_wrap {
    padding-top: 28px;
  }

  .morrisregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .morrisregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .morrisregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .morrisregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .morrisregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .morrisregistration {
    min-height: 135rem;
  }
  .morrisregistration__header {
    text-align: center;
  }
  .morrisregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .morrisregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .morrisregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .morrisregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .morrisregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .morrisregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .morrisregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .morrisregistration__featured_wrap {
    padding-top: 28px;
  }

  .morrisregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .morrisregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .morrisregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .morrisregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .morrisregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_Morris {
    padding-bottom: 20rem;
    width: 90%;
    margin: 0 auto;
  }

  .Process_Summary_Block_Morris {
    padding-left: 15px;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_Morris {
    width: 28%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_Morris p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_Morris {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .LastBlock {
    border: solid 2px #efefef;
    width: 88%;
    margin: 0 auto;
  }

  .leftDivLanding {
    height: 35rem;
    padding-top: 3rem;
    padding-left: 3rem;
  }

  .rightDivLanding {
    height: 25rem;
    padding-top: 3rem;
  }

  .landingHTwo {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .morrisregistration {
    height: auto;
  }
  .morrisregistration__wrapper {
    display: block;
  }
  .morrisregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .morrisregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .morrisregistration__featured {
    height: 180px;
    width: 112%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .morrisregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .morrisregistration__featured_wrap_title {
    font-size: 20px;
  }

  .morrisregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .morrisregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_Morris {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_Morris {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_Morris p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_Morris {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .landingHTwo {
    padding-bottom: 3rem;
  }
}
@media (width: 768px) {
  .morrisregistration {
    min-height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_Morris {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (width: 1280px) {
  .morrisregistration {
    min-height: 100rem;
  }

  .morrisregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_Morris {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .LastBlock {
    display: block !important;
    flex-wrap: wrap;
  }
}
/**
  Corners for container
 */
.biggerpocketsregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 7rem;
  padding: 6rem 3rem;
  text-align: center;
}
.biggerpocketsregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.biggerpocketsregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.biggerpocketsregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.biggerpocketsregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.biggerpocketsregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.biggerpocketsregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.biggerpocketsregistration__code-input-hidden {
  display: none;
}
.biggerpocketsregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.biggerpocketsregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_bp {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_bp {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_bp p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_bp {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .biggerpocketsregistration {
    padding: 6rem 6rem;
  }
  .biggerpocketsregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .biggerpocketsregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .biggerpocketsregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .biggerpocketsregistration-title {
    font-size: 50px;
  }

  .biggerpocketsregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .biggerpocketsregistration__featured_wrap {
    padding-top: 28px;
  }

  .biggerpocketsregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .biggerpocketsregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .biggerpocketsregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .biggerpocketsregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .biggerpocketsregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .biggerpocketsregistration {
    height: 135rem;
  }
  .biggerpocketsregistration__header {
    text-align: center;
  }
  .biggerpocketsregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .biggerpocketsregistration__wrapper {
    display: block;
  }
  .biggerpocketsregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .biggerpocketsregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .biggerpocketsregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .biggerpocketsregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .biggerpocketsregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .biggerpocketsregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .biggerpocketsregistration__featured_wrap {
    padding-top: 28px;
  }

  .biggerpocketsregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .biggerpocketsregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .biggerpocketsregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .biggerpocketsregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .biggerpocketsregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_bp {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_bp {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_bp {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_bp p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_bp {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .biggerpocketsregistration {
    height: auto;
  }
  .biggerpocketsregistration__wrapper {
    display: block;
  }
  .biggerpocketsregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .biggerpocketsregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .biggerpocketsregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .biggerpocketsregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .biggerpocketsregistration__featured_wrap_title {
    font-size: 20px;
  }

  .biggerpocketsregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .biggerpocketsregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_bp {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_bp {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_bp p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_bp {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .biggerpocketsregistration {
    height: 100rem;
  }

  .biggerpocketsregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .biggerpocketsregistration {
    height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_bp {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_bp {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.connectherregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 5rem;
  padding: 6rem 1rem;
  text-align: center;
  margin-left: 3rem;
}
.connectherregistration .ConnectHerTitle {
  font-family: "Circular Std Book", sans-serif;
  color: #946aa6;
  font-size: 26px;
  font-weight: normal;
}
.connectherregistration__header {
  padding: 3rem 0rem 3rem 0rem;
  text-align: center;
}
.connectherregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.connectherregistration__wrapper {
  display: block;
}
.connectherregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.connectherregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.connectherregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.connectherregistration__points {
  display: block;
}
.connectherregistration__code-input-hidden {
  display: none;
}
.connectherregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
}

.connectherregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_ch {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_ch {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_ch p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_ch {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .connectherregistration {
    padding: 6rem 6rem;
  }
  .connectherregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .connectherregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .connectherregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .connectherregistration-title {
    font-size: 72px;
  }

  .connectherregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .connectherregistration__featured_wrap {
    padding-top: 28px;
  }

  .connectherregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .connectherregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .connectherregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .connectherregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .connectherregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .connectherregistration {
    height: 135rem;
  }
  .connectherregistration__header {
    text-align: center;
  }
  .connectherregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .connectherregistration__wrapper {
    display: block;
  }
  .connectherregistration__form {
    margin: 0 auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .connectherregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .connectherregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .connectherregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .connectherregistration__video {
    width: 40rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .connectherregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .connectherregistration__featured_wrap {
    padding-top: 28px;
  }

  .connectherregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .connectherregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .connectherregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .connectherregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .connectherregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_ch {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_ch {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_ch {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_ch p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_ch {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .connectherregistration {
    margin-left: 0rem;
    height: auto;
  }
  .connectherregistration__wrapper {
    display: block;
  }
  .connectherregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .connectherregistration__video {
    width: 32rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .connectherregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .connectherregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .connectherregistration__featured_wrap_title {
    font-size: 20px;
  }

  .connectherregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .connectherregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_ch {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_ch {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_ch p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_ch {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .connectherregistration {
    height: 100rem;
  }

  .connectherregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .connectherregistration {
    height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_ch {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_ch {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.tardusregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 5rem;
  padding: 6rem 1rem;
  text-align: center;
}
.tardusregistration__header {
  padding: 3rem 0rem 3rem 0rem;
  text-align: center;
}
.tardusregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.tardusregistration__wrapper {
  display: block;
}
.tardusregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.tardusregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.tardusregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.tardusregistration__points {
  display: block;
}
.tardusregistration__code-input-hidden {
  display: none;
}
.tardusregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
}

.tardusregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_tardus {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_tardus {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_tardus p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_tardus {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .tardusregistration {
    padding: 6rem 6rem;
  }
  .tardusregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
    float: right;
  }
  .tardusregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .tardusregistration__form {
    /*float: left;
    margin: 0rem 10rem 0rem 0rem;*/
  }
  .tardusregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .tardusregistration-title {
    font-size: 50px;
  }

  .connectherregistration-title {
    font-size: 72px;
  }

  .tardusregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .tardusregistration__featured_wrap {
    padding-top: 28px;
  }

  .tardusregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .tardusregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .tardusregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .tardusregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .tardusregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .tardusregistration {
    height: 135rem;
  }
  .tardusregistration__header {
    text-align: center;
  }
  .tardusregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .tardusregistration__wrapper {
    display: block;
  }
  .tardusregistration__form {
    margin: 0 auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .tardusregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .tardusregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .tardusregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .tardusregistration__video {
    width: 40rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .tardusregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .tardusregistration__featured_wrap {
    padding-top: 28px;
  }

  .tardusregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .tardusregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .tardusregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .tardusregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .tardusregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_tardus {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_tardus {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_tardus {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_tardus p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_tardus {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .tardusregistration {
    height: auto;
  }
  .tardusregistration__wrapper {
    display: block;
  }
  .tardusregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .tardusregistration__video {
    width: 32rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .tardusregistration {
    margin: 0 auto;
  }

  .tardusregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .tardusregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .tardusregistration__featured_wrap_title {
    font-size: 20px;
  }

  .tardusregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .tardusregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_tardus {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_tardus {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_tardus p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_tardus {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .tardusregistration {
    height: 100rem;
  }

  .tardusregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .tardusregistration {
    height: 165rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_tardus {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_tardus {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_tardus {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.wallet {
  background-color: #fff;
}
.wallet__title {
  padding-bottom: 1rem;
}
.wallet__subtitle {
  color: #8e9c9c;
  margin-bottom: 2rem;
  font-size: 36px;
  line-height: 45.54px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
}
.wallet__text {
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
}
.wallet__text p {
  margin-bottom: 2rem;
}
.wallet__text p:last-child {
  margin-bottom: 0;
}
.wallet__text a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
}
.wallet__image {
  display: block;
  width: 85%;
}
.wallet__image img {
  max-width: 100%;
}

@media only screen and (min-width: 1200px) {
  .wallet-wrap {
    padding: 60px 0 110px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .wallet {
    width: 100%;
    background-color: #fdfcfd;
    float: left;
  }
  .wallet-wrap {
    float: left;
    width: 33%;
    padding: 60px 0 110px 348px;
  }
  .wallet__title {
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    font-size: 42px;
    line-height: 48.3px;
    font-weight: 600;
  }
  .wallet__subtitle {
    text-align: left;
  }
  .wallet-wallet {
    float: right;
    width: 43%;
    padding-top: 78px;
  }
  .wallet_getstarted_btn {
    line-height: 30px;
    background-color: #f1b203;
    color: #345b58;
    border-radius: 9px;
    padding: 9px 18px;
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0 0 0;
    font-weight: 600;
  }
  .wallet_getstarted_btn a {
    color: #345b58;
  }
  .wallet_investguide_btn {
    line-height: 30px;
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    padding: 9px 18px;
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0 0 175px;
    font-weight: 600;
  }
  .wallet_investguide_btn a {
    color: #345b58;
  }
}
@media (max-width: 1280px) {
  .wallet-wrap {
    float: left;
    width: 50%;
    padding: 60px 0 110px 40px;
  }

  .wallet-wallet {
    float: right;
    width: 40%;
    padding-top: 78px;
  }
}
@media (max-width: 1200px) {
  .wallet-wrap {
    float: left;
    width: 50%;
    padding: 60px 0 110px 15px;
  }

  .wallet-wallet {
    float: right;
    width: 48%;
    padding-top: 78px;
  }
}
@media (max-width: 950px) {
  .wallet-wrap {
    padding: 40px 0 90px 0;
    width: 100%;
  }

  .wallet__title {
    font-size: 42px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    line-height: 48px;
    padding: 0 0 18px 15px;
  }

  .wallet__subtitle {
    font-size: 36px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    text-align: left;
    line-height: 45.54px;
    color: #8e9c9c;
    padding: 0 0 0 15px;
  }

  .wallet__text {
    font-size: 16px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    text-align: left;
    line-height: 24px;
    color: #000;
    padding: 0 36px 0 16px;
    box-sizing: border-box;
  }

  .wallet_getstarted_btn {
    line-height: 30px;
    background-color: #f1b203;
    color: #345b58;
    border-radius: 9px;
    padding: 4px 10px;
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0 0 32px;
    font-weight: 600;
  }
  .wallet_getstarted_btn a {
    color: #345b58;
  }

  .wallet_investguide_btn {
    line-height: 20px;
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    padding: 9px 10px;
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0 0 180px;
    font-weight: 600;
  }
  .wallet_investguide_btn a {
    color: #345b58;
  }

  .wallet-wallet {
    display: none;
  }
}
@media (max-width: 700px) {
  .wallet-wallet {
    display: none;
  }
}
@media (width: 375px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 32px !important;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 170px !important;
  }
}
@media (width: 414px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 50px;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 192px;
  }
}
@media (width: 390px) {
  /*.wallet_getstarted_btn {
      margin: 20px 0 0 42px;
  }

  .wallet_investguide_btn {
      margin: 20px 0 0 177px;
  }*/
}
@media (width: 393px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 42px;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 177px;
  }
}
@media (width: 360px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 28px;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 160px;
  }
}
@media (width: 412px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 56px;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 188px;
  }
}
@media (width: 820px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 256px;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 400px;
  }
}
@media (width: 768px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 250px;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 390px;
  }
}
@media (width: 912px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 312px;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 458px;
  }
}
@media (width: 540px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 122px;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 262px;
  }
}
@media (width: 414px) {
  .wallet_getstarted_btn {
    margin: 20px 0 0 50px;
  }

  .wallet_investguide_btn {
    margin: 20px 0 0 184px;
  }
}
/**
  Corners for container
 */
.shortnote-portfolio-page__header-img-mobile, .shortnote-portfolio-page__header-img-tablet, .shortnote-portfolio-page__header-img-desktop {
  background-size: cover;
  height: 27%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 2rem;
}
.shortnote-portfolio-page__header-img-mobile {
  display: block;
}
.shortnote-portfolio-page__header-img__title {
  font-size: 72px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  text-align: left;
  line-height: 83px;
  color: #fff;
  position: absolute;
  padding-top: 60px;
}
.shortnote-portfolio-page__header-img__content {
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  line-height: 46px;
  color: #fff;
  padding: 185px 0 0 0;
}
.shortnote-portfolio-page__container {
  background-color: #fdfcfd;
  line-height: 2.5rem;
  padding-top: 2rem;
  text-align: center;
}
.shortnote-portfolio-page #filters_SN {
  margin-top: 1px;
}
.shortnote-portfolio-page__top {
  margin: auto;
}
.shortnote-portfolio-page__title {
  color: #345b58;
  margin: 2rem;
  padding-bottom: 0;
}
.shortnote-portfolio-page__divider {
  border: solid 2px;
  margin-bottom: 6rem;
  width: 4rem;
}
.shortnote-portfolio-page__guest-section {
  margin: 45rem 0rem 6rem 0rem;
  position: relative;
}
.shortnote-portfolio-page__guest-section-img-mobile {
  width: 100%;
}
.shortnote-portfolio-page__guest-section-img-desktop {
  display: none;
  width: 100%;
}
.shortnote-portfolio-page__guest-section-details {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.shortnote-portfolio-page__btn {
  background-color: #fff;
  color: #345b58;
  display: block;
  margin: 0 auto 2rem;
  padding: 2rem;
  width: 80%;
}
.shortnote-portfolio-page__btn-desc {
  color: #fff;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 4.6px;
  line-height: 0.99;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.shortnote-portfolio-page__btn-desc-body {
  color: #fff;
  margin-bottom: 3rem;
}
.shortnote-portfolio-page__signin-btn {
  border-bottom: #fff 2px solid;
  color: #fff;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.78;
  text-transform: uppercase;
}
.shortnote-portfolio-page__listing-subtitle {
  color: #345b58;
  font-size: 2.8rem;
  line-height: 25px;
  text-align: center;
}
.shortnote-portfolio-page__modes {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.shortnote-portfolio-page__modes a {
  color: #345b58;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-align: center;
}
.shortnote-portfolio-page__modes a.filter-open {
  color: #fff;
  font-weight: bold;
}
.shortnote-portfolio-page__mode-wrap {
  border: #8e9c9c 1px solid;
  cursor: pointer;
  border-radius: 0.6rem;
  width: 12rem;
}
.shortnote-portfolio-page__mode-wrap a {
  color: #345b58;
  font-family: "Gestura Headline Semibold", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2px;
  text-align: center;
}
.shortnote-portfolio-page__mode-wrap.filter-open {
  background-color: #f1b203;
}
.shortnote-portfolio-page__mode-wrap.filter-open a {
  color: #345b58;
  font-weight: bold;
}
.shortnote-portfolio-page__Lowerblock {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 36px 322px 63px;
  gap: 18px;
  width: 1920px;
  height: 465px;
}
.shortnote-portfolio-page__bg-desktop {
  background-color: #fff;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 92%;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

@media only screen and (min-width: 768px) {
  .shortnote-portfolio-page__top {
    max-width: 1920px;
  }
  .shortnote-portfolio-page__title {
    margin: 0 2rem 2rem;
  }
  .shortnote-portfolio-page__top-copy {
    color: #345b58;
    font-size: 42px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 48px;
  }
  .shortnote-portfolio-page__top-content {
    color: #000000;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .shortnote-portfolio-page__readytostart-title {
    margin: 1.5rem 0 0 35rem;
    color: #345b58;
    font-size: 24px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
  }
  .shortnote-portfolio-page__readytostart-content {
    margin: 1.5rem 0 0 35rem;
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .shortnote-portfolio-page__featuredblock {
    padding-top: 430px;
  }
  .shortnote-portfolio-page-ourinvbutton {
    width: 170px;
    height: 30px;
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    font-size: 16px;
    margin: 1.5rem 0 0 35rem;
    font-weight: 600;
    padding: 10px 16px;
  }
  .shortnote-portfolio-page-ourinvbutton-text {
    color: #345b58;
  }
  .shortnote-portfolio-page__modes {
    padding: 0 15rem;
  }
  .shortnote-portfolio-page__guest-section-img-mobile {
    display: none;
  }
  .shortnote-portfolio-page__guest-section-img-desktop {
    display: block;
  }
  .shortnote-portfolio-page__guest-section-details {
    min-width: 60rem;
    width: 45%;
  }
  .shortnote-portfolio-page__btn {
    background-color: #fff;
    color: #345b58;
    display: block;
    margin: 0 auto 2rem;
    max-width: 38rem;
    padding: 2rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .shortnote-portfolio-page__header-img-mobile, .shortnote-portfolio-page__header-img-tablet {
    display: none;
  }
  .shortnote-portfolio-page__block {
    padding: 0;
    margin: auto;
    max-width: 1200px;
  }
  .shortnote-portfolio-page__invlistings {
    width: 100%;
  }
  .shortnote-portfolio-page__top-copy {
    color: #345b58;
    font-size: 42px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 48px;
  }
  .shortnote-portfolio-page__top-content {
    font-size: 16px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
    text-align: left;
    line-height: 24px;
    color: #000000;
    padding: 18px 20px 18px 1px;
  }
  .shortnote-portfolio-page__readytostart-title {
    font-size: 24px;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    color: #345b58;
  }
  .shortnote-portfolio-page__readytostart-content {
    font-size: 16px;
    font-family: "Circular Std Book", sans-serif;
    text-align: left;
    line-height: 24px;
    width: 386px;
    padding: 24px 0 24px 0;
    color: #000000;
  }
  .shortnote-portfolio-page-ourinvbutton-text {
    color: #345b58;
  }
  .shortnote-portfolio-page-ourinvbutton {
    line-height: 32px;
    background-color: #f1b203;
    border-radius: 9px;
    padding: 9px 18px;
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
  }
  .shortnote-portfolio-page__featuredblock {
    padding-top: 430px;
  }

  .shortnote-portfolio-page__header-img-desktop {
    background-size: cover;
    height: 540px;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 25px;
    display: block;
  }

  .shortnote-portfolio-page__header-img__title {
    font-size: 54px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    line-height: 62px;
    color: #fff;
    padding-top: 60px;
  }

  .shortnote-portfolio-page__header-img__content {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    line-height: 45px;
    color: #fff;
    padding: 150px 0 0 0;
    font-family: "Circular Std Book", sans-serif;
  }
}
@media (max-width: 1250px) {
  .shortnote-portfolio-page__header-img-desktop {
    background-size: cover;
    height: 435px;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 25px;
    display: block;
  }

  .shortnote-portfolio-page__invlistings {
    width: 100%;
    max-width: none;
    margin: auto;
    box-sizing: border-box;
    padding: 18px 18px 30px 18px;
  }
    .shortnote-portfolio-page__invlistings img {
        width: 100%;
        height: auto
    }
  .shortnote-portfolio-page__header-img__title {
    font-size: 54px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    text-align: left;
    line-height: 62px;
    color: #fff;
    padding-top: 60px;
  }

  .shortnote-portfolio-page__header-img__content {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    line-height: 45px;
    color: #fff;
    padding: 150px 0 0 0;
    font-family: "Circular Std Book", sans-serif;
  }

  .shortnote-portfolio-page__top-copy {
    color: #345b58;
    font-size: 42px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 48px;
    padding-bottom: 16px;
  }

  .shortnote-portfolio-page__top-content {
    color: #000000;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0 12px 0px;
  }

  .shortnote-portfolio-page__readytostart-title {
    color: #345b58;
    font-size: 24px;
    text-align: left;
    font-family: "Gestura Headline Semibold", sans-serif;
    padding-bottom: 8px;
  }

  .shortnote-portfolio-page__readytostart-content {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px 8px 0px;
  }

  .shortnote-portfolio-page-ourinvbutton {
    background-color: #f1b203;
    border-radius: 9px;
    color: #345b58;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px;
    position: absolute;
  }
}
@media (max-width: 950px) {
  .shortnote-portfolio-page__header-img-desktop {
    height: 600px;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
  }

  .shortnote-portfolio-page__header-img__title {
    font-size: 49px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 54px;
    color: #fff;
    position: absolute;
    text-align: left;
  }

  .shortnote-portfolio-page__header-img__content {
    line-height: 42px;
    padding: 140px 0 0 0;
  }

  .shortnote-portfolio-page__invlistings {
    padding: 0 20px 0 20px;
  }

  .shortnote-portfolio-page-ourinvbutton {
    position: absolute;
  }
}
@media (max-width: 700px) {
  .shortnote-portfolio-page__header-img-desktop {
    height: 600px;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 0 0 50px 50px;
    display: block;
  }

  .shortnote-portfolio-page__header-img__title {
    font-size: 49px;
    font-weight: 600;
    font-family: "Gestura Headline Semibold", sans-serif;
    line-height: 52px;
    color: #fff;
    position: absolute;
    text-align: left;
    padding-top: 0px;
  }

  .shortnote-portfolio-page__top-copy {
    font-family: "Gestura Headline Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    color: #345b58;
    text-align: left;
    padding-left: 23px;
  }
  .shortnote-portfolio-page__top-content {
    font-family: "Circular Std Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    padding: 0 0 28px 24px;
  }
}
/**
  Corners for container
 */
.filter_SN__container {
  padding: 2rem 0 2rem 0;
}
.filter_SN__content {
  display: none;
  padding: 3.5rem 1.5rem 0 1.5rem;
}
.filter_SN__header {
  display: flex;
  justify-content: center;
}
.filter_SN__btn {
  background: url("/src/images/icons/filter-icon.png") center right no-repeat transparent;
  color: #345b58;
  cursor: pointer;
  font-size: 2.4rem;
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
}
.filter_SN__line {
  background-color: #345b58;
  height: 1px;
  margin: auto 1.5rem;
  width: 100%;
}
.filter_SN__line--no-side-margin {
  margin: auto 0;
}
.filter_SN__wrap-block {
  margin: 0 auto;
  width: 25rem;
}
.filter_SN__block {
  background-color: #fff;
  border: 1px solid #8e9c9c;
  border-bottom: 4px solid #345b58;
  margin: 0 auto 2rem;
  min-height: 14.7rem;
  padding: 3rem 1rem 2rem 2.5rem;
  text-align: left;
}
.filter_SN__title {
  color: #8e9c9c;
  font-size: 2.1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.filter_SN__row {
  display: flex;
}
.filter_SN__row--hidden {
  display: none;
}
.filter_SN__count {
  background: #fff;
  color: #8e9c9c;
  display: block;
  margin-right: -3px;
  padding: 0 3px;
  z-index: 15;
}
.filter_SN__bottom-content {
  background-color: #fdfcfd;
}
.filter_SN__panel {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1326px;
  padding: 0 3rem;
}
.filter_SN__num-results {
  color: #345b58;
  line-height: 3rem;
  text-transform: uppercase;
}
.filter_SN__results {
  min-height: 10rem;
  padding-top: 5rem;
}
.filter_SN__right-panel {
  align-items: baseline;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  text-align: right;
  z-index: 25;
}
.filter_SN__clear-wrap {
  line-height: 3rem;
  margin-right: 1rem;
  text-transform: uppercase;
}
.filter_SN__clear {
  color: #345b58;
  font-size: 1.6rem;
}
.filter_SN__load-more-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.filter_SN__load-more-wrap--hidden {
  display: none;
}
.filter_SN__load-more {
  color: #345b58;
  display: block;
  font-size: 1.2rem;
  padding: 0.3rem 1.5rem 0.3rem 1.5rem;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f1b203;
  border-radius: 0.7rem;
}
.filter_SN__btn-filter {
  border-bottom: 1px solid;
  color: #345b58;
  display: none;
  margin-left: 2.7rem;
  text-transform: uppercase;
}
.filter_SN__btn-filter--show {
  display: initial;
}
.filter_SN__desk-btn {
  cursor: pointer;
  display: none;
}
.filter_SN__sorting {
  display: none;
}

.filter-open .filter_SN__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 130rem;
}
.filter-open .filter_SN__container {
  padding-bottom: 0;
}
.filter-open .filter_SN__wrap-block {
  margin: 0 10px;
}
.filter-open .filter_SN__bottom-link {
  margin-bottom: 3rem;
  width: 100%;
}
.filter-open .filter_SN__btn {
  background-image: url("/src/images/icons/filter-icon-open.png");
}

@media only screen and (min-width: 768px) {
  .filter_SN__bottom-link {
    display: none;
  }

  .filter-open .filter_SN__content {
    flex-wrap: nowrap;
  }
  .filter-open .filter_SN__bottom-link {
    width: auto;
  }
  .filter-open .filter_SN__wrap {
    height: 31rem;
    position: relative;
  }
  .filter-open .filter_SN__container {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 50;
  }
}
@media only screen and (min-width: 991px) {
  .filter_SN__panel {
    padding: 0 15rem;
  }

  .filter-open .filter__content {
    height: 23rem;
  }
}
@media only screen and (min-width: 1200px) {
  .filter_SN {
    padding: 0;
  }
  .filter_SN__wrap-block {
    flex-basis: 29.7rem;
  }
  .filter_SN__block {
    margin-bottom: 0;
  }
  .filter_SN__btn {
    background: none;
    padding-right: 0;
  }
  .filter_SN__desk-btn {
    background: url("/src/images/icons/filter-icon.png") center center no-repeat #345b58;
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    width: 40px;
  }

  .filter-open .filter_SN__content {
    justify-content: space-between;
  }
  .filter-open .filter_SN__wrap-block {
    margin: 0;
  }
  .filter-open .filter_SN__btn {
    background-image: none;
  }
  .filter-open .filter_SN__desk-btn {
    background-image: url("/src/images/icons/filter-icon-open.png");
  }
}
@media (max-width: 1250px) {
  .filter_SN {
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .filter_SN {
    margin: 0 auto;
  }
}
/**
  Corners for container
 */
.warapp {
  max-width: 1200px;
  margin: 0 auto;
  font-family: arial;
}

section {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  margin-bottom: -32px;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.scrollBan {
  background: url("/src/images/scrollBarBg.jpg");
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 70px;
}

.scrollWidth {
  color: #fff;
  padding: 20px 17%;
  box-sizing: border-box;
}

.scrollWidth h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  line-height: 48.3px;
  color: #fff;
  text-align: center;
  margin: 25px 0 35px 0;
}

.SNavText {
  text-align: center;
}

.SNavText a {
  font-size: 12px;
  color: #e5ac07;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.3;
}

.SNavText span {
  border-top: 1px solid #e5ac07;
  width: 10%;
  display: inline-block;
  height: 3px;
  margin: 0 1%;
  opacity: 0.3;
}

.SNavText a.active,
.SNavText span.active {
  opacity: 1;
}

.SBanBox {
  height: 40vh;
  vertical-align: middle;
  display: table-cell;
}

.SBanBoxLeft {
  float: left;
  width: 40%;
  padding-top: 130px;
}

.SBanBox h4 {
  font-size: 35px;
  line-height: 39px;
  color: #ffffff;
}

.SBanIcon {
  float: right;
  text-align: right;
  width: 40%;
}

.learnMoreBtn {
  background: #f1b203;
  display: inline-block;
  padding: 10px 13px;
  font-size: 12px;
  color: #143a34;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 7px;
  margin-top: 10px;
}

.SBanIcon img {
  height: 35vh;
  padding-top: 39px;
}

.ScontentBg {
  background: url(/src/images/scrollBarBg.jpg);
  color: #fff;
  padding: 20px 17%;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.ScontentLeft {
  float: left;
  width: 50%;
}

.SContentRight {
  float: right;
  width: 50%;
}

.shadowBg {
  box-shadow: 0px -3px 11px #15413b;
  border: 1px solid #56a09a;
}

.NoShadow {
  box-shadow: none !important;
}

.OC-Box-Width {
  margin-bottom: 85px;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 1900px) {
  .scrollBan {
    padding-bottom: 50px;
  }

  .SBanIcon img {
    height: 38vh;
    padding-top: 0;
  }

  .SBanBoxLeft {
    padding-top: 140px;
  }

  .SBanBox h4 {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .SBanBoxLeft {
    padding-top: 70px;
    width: 50%;
  }

  .SBanIcon img {
    height: 25vh;
  }
}
@media (max-width: 700px) {
  .scrollWidth {
    padding: 20px 10%;
  }

  .SBanBoxLeft {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .SBanBox h4 {
    font-size: 25px;
    line-height: 33px;
  }

  .SBanIcon {
    width: 40%;
    text-align: center;
  }

  .SBanBox {
    height: 45vh;
  }

  .SNavText a {
    width: 100%;
    display: inline-block;
  }

  .scrollWidth {
    top: 106px;
    height: 80vh;
  }

  .scrollWidth h2 {
    font-size: 33px;
    line-height: 36.3px;
    margin: 10px 0 25px 0;
  }
}
@media (max-width: 480px) {
  .SBanIcon {
    width: 70%;
    text-align: center;
  }

  .SBanBox {
    height: 45vh;
  }

  .SBanBox h4 {
    font-size: 22px;
    line-height: 27px;
  }

  .scrollWidth {
    top: 0;
  }
}
@media (max-width: 380px) {
  .SBanIcon img {
    height: 20vh;
  }

  .learnMoreBtn {
    font-size: 12px;
  }

  .SBanBox h4 {
    font-size: 20px;
    line-height: 23px;
  }
}
/**
  Corners for container
 */
.ScontentBg {
  background: url(/src/images/scrollBarBg.jpg);
  color: #fff;
  padding: 20px 17% 0 17%;
  float: left;
  width: 80%;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 0 0 0 20rem;
  height: 90vh;
}

.ScontentBg h2 {
  width: 100%;
  text-align: center;
  font-size: 42px;
  top: 0;
  background: url(/src/images/ScontentFadehead.png) center bottom;
  padding: 30px 0 100px 0;
  z-index: 9999999;
  color: #fff;
}

.ScontentLeft {
  float: left;
  width: 98%;
  overflow-y: hidden;
}

.sectionLeft {
  margin-right: -17px;
  height: 35vh;
  overflow-y: hidden;
  width: 400px;
  float: left;
  margin-top: 15vh;
  position: relative;
}

.SContentRight {
  float: right;
  width: 55%;
  top: 30%;
  padding: 0 4%;
  box-sizing: border-box;
  margin-bottom: 19%;
}

.SContentRightImg {
  position: absolute;
  top: 20vh;
  right: 8vw;
  width: 30.9%;
}

.commitment_Title {
  padding-top: 20px;
}

.commitment_Title h3 {
  font-family: "Gestura Headline";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}

.item {
  width: 100%;
  color: #fff;
  padding: 15% 0 0 0;
}

.item h5 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Gestura Headline Semibold", sans-serif;
  line-height: 27.6px;
  color: #f1b203;
  margin: 0 0 13px 0;
  width: 321px;
}

.item p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Circular Std Book", sans-serif;
  line-height: 24px;
  color: #fff;
  margin: 0;
  width: 321px;
}

.items {
  position: sticky;
  top: 30%;
  bottom: 30%;
}

.ScontentTop {
  height: 440px;
  width: 100%;
  background: url(/src/images/ScontentFadetop.png) repeat-x center -175px;
  top: 0;
  z-index: 999999;
  margin-top: -150px;
}

.ScontentBottom {
  height: 265px;
  width: 100%;
  background: url(/src/images/ScontentFadebottom.png) repeat-x center bottom;
  position: sticky;
  top: 82%;
  z-index: 999999;
}

.ScontentFadeHG {
  padding-bottom: 260px;
  margin-top: -110%;
}

/*--- ScrollFade Specific ---*/
.scrollFade {
  opacity: 1;
  pointer-events: all;
}

.scrollFade--hidden {
  opacity: 0;
  pointer-events: none;
}

.scrollFade--visible {
  opacity: 1;
  pointer-events: all;
}

.scrollFade--animate {
  transition: opacity 0.8s ease-in-out;
}

/*------*/
@media (max-width: 1900px) {
  .ScontentBottom {
    height: 21px;
    background: url(/src/images/ScontentFadebottom.png) repeat-x center top;
    top: 86%;
  }

  .ScontentFadeHG {
    padding-bottom: 115px;
    margin-top: -120%;
  }

  .SContentRight {
    margin-bottom: 12%;
  }

  .ScontentTop {
    background: url(/src/images/ScontentFadetop.png) repeat-x center -235px;
  }
}
@media (max-width: 1024px) {
  .pin-spacer {
    overflow: hidden;
    margin: 0 10% !important;
  }

  .ScontentBg {
    padding: 20px 5% 0 5%;
    float: left;
    width: 80%;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 0 0 20rem;
    height: 90vh;
  }

  .ScontentLeft {
    width: 80%;
  }

  .sectionLeft {
    margin-top: 10vh;
  }

  .SContentRightImg {
    top: 27vh;
  }
}
@media (max-width: 820px) {
  .pin-spacer {
    overflow: hidden;
    margin: 0 10% !important;
  }

  .ScontentBg {
    padding: 20px 5% 0 5%;
    float: left;
    width: 80%;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 0 0 20rem;
    height: 95vh;
  }

  .ScontentLeft {
    width: 70%;
    margin: 0 auto;
    float: none;
  }

  .sectionLeft {
    margin-top: 4vh;
    width: 100%;
  }

  .SContentRightImg {
    top: 60vh;
    right: 22vw;
    position: absolute;
    width: 45%;
  }
}
@media (max-width: 480px) {
  .SContentRight {
    /* display: none;*/
  }

  .ScontentBg h2 {
    font-size: 24px;
    margin: 0;
  }

  .ScontentLeft {
    width: 100%;
  }

  .item {
    padding: 15% 0 0 0;
  }

  .ScontentTop {
    margin-top: -75px;
    background: url(/src/images/ScontentFadetop.png) repeat-x center -350px;
  }

  .ScontentFadeHG {
    padding-bottom: 120px;
    margin-top: -120%;
  }

  .ScontentBottom {
    height: 127px;
  }

  .item h4 {
    font-size: 20px;
  }

  .SContentRightImg {
    top: 75vh;
    right: 28%;
  }
}
@media (max-width: 700px) {
  .pin-spacer {
    overflow: hidden;
    margin: 0px !important;
  }

  .ScontentBg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    gap: 156px;
    width: 100%;
    height: 100vh;
  }

  .commitment_Title {
    width: 354px;
    font-family: "Gestura Headline";
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    padding-top: 0px;
  }

  .Scontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 63px;
    width: 354px;
  }

  .sectionLeft {
    width: 358px;
    height: 211px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-top: -10vh;
  }

  .SContentRight {
    width: 294.4px;
    height: 300px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .SContentRightImg {
    top: 65vh;
    right: 35%;
  }
}
@media (width: 1280px) {
  .ScontentBg {
    padding: 20px 5% 0 5%;
    float: left;
    width: 80%;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 0 0 13rem;
    height: 90vh;
  }
}
@media (width: 912px) {
  .pin-spacer {
    overflow: hidden;
    margin: 0 10% !important;
  }

  .ScontentBg {
    padding: 20px 5% 0 5%;
    float: left;
    width: 80%;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 0 0 20rem;
    height: 95vh;
  }

  .ScontentLeft {
    width: 70%;
    margin: 0 auto;
    float: none;
  }

  .sectionLeft {
    margin-top: 4vh;
    width: 100%;
  }

  .SContentRightImg {
    top: 60vh;
    right: 22vw;
    position: absolute;
    width: 45%;
  }
}
@media (width: 540px) {
  .pin-spacer {
    overflow: hidden;
    margin: 0 10% !important;
  }

  .ScontentBg {
    padding: 20px 5% 0 5%;
    float: left;
    width: 80%;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 0 0 20rem;
    height: 95vh;
  }

  .ScontentLeft {
    width: 85%;
    margin: 0 auto;
    float: none;
  }

  .sectionLeft {
    margin-top: -19vh;
    width: 100%;
  }

  .SContentRightImg {
    top: 66vh;
    right: 24vw;
    position: absolute;
    width: 40%;
  }
}
@media (width: 480px) {
  .SContentRightImg {
    top: 75vh;
    right: 28%;
  }
}
/**
  Corners for container
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  padding: 0;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.container-width {
  width: 800px;
  margin: 0px auto;
}

.custom-theme .item span {
  font-size: 16px;
  color: #000;
  margin: 10px 0px 5px;
  display: inline-block;
}

.custom-theme .item p {
  font-size: 30px;
  color: #345b58;
  margin: 0px;
  font-weight: 800;
}

.custom-theme .item p b {
  font-size: 25px;
}

.owl-dots {
  text-align: center;
}

.owl-dots button.owl-dot {
  width: 65px;
  height: 10px;
  border-radius: 2%;
  display: inline-block;
  background: #ccc;
  margin: 15px 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.carousel-width {
  float: left;
  width: 100%;
  background: #fdfcfd;
  padding-top: 5%;
}

.owl-nav {
  top: 36%;
  position: absolute;
  width: 100%;
}

.owl-nav button span {
  font-size: 33px;
  color: #fff;
  background: #000;
  border-radius: 100px;
  padding: 10px;
  opacity: 0.7;
  width: 15px;
  display: block;
  height: 15px;
  line-height: 0.5;
}

.owl-next {
  float: right;
}

.owl-nav button.disabled {
  opacity: 0.5 !important;
}

.owl-carousel .loan-tile {
  max-width: none !important;
}

@media (max-width: 800px) {
  .container-width {
    width: 100%;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 15px !important;
    position: relative;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 15px !important;
    position: relative;
  }
}
@media (min-width: 600px) and (max-width: 680px) {
  .owl-nav {
    top: 34%;
  }
}
/**
  Corners for container
 */
.btnCustom {
  background: #345b58;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Circular Std Book", sans-serif;
  background-color: #FFF;
  border: 2px solid #345b58;
  width: 300px;
  height: 170px;
  font-size: 18px;
  margin: 0;
  border-radius: 15px;
  position: relative;
  text-transform: uppercase;
}

.btnGreenBorder {
  width: 300px;
  height: 170px;
  background: #345b58;
  font-size: 18px;
  border: 2px solid #345b58;
  cursor: pointer;
  font-family: "Circular Std Book", sans-serif;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
}

.innerTextSpan p {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .btnCustom {
    background: #345b58;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Circular Std Book", sans-serif;
    background-color: #FFF;
    border: 2px solid #345b58;
    width: 300px;
    height: 170px;
    font-size: 18px;
    margin: 0;
    border-radius: 15px;
    position: relative;
    text-transform: uppercase;
  }

  .btnGreenBorder {
    width: 300px;
    height: 170px;
    background: #345b58;
    font-size: 18px;
    border: 2px solid #345b58;
    cursor: pointer;
    font-family: "Circular Std Book", sans-serif;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
  }

  .innerTextSpan p {
    color: #fff;
  }
}
/* Mobile devices */
@media (max-width: 700px) {
  .btnCustom {
    background: #345b58;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Circular Std Book", sans-serif;
    background-color: #FFF;
    border: 2px solid #345b58;
    width: 100%;
    height: 150px;
    font-size: 18px;
    margin: 0;
    border-radius: 15px;
    position: relative;
    text-transform: uppercase;
  }

  .btnGreenBorder {
    width: 100%;
    height: 150px;
    background: #345b58;
    font-size: 18px;
    border: 2px solid #345b58;
    cursor: pointer;
    font-family: "Circular Std Book", sans-serif;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
  }

  .innerTextSpan p {
    color: #fff;
  }
}


@media (min-width: 700px) and (max-width: 790px) {

    .btnCustom {
        background: #345b58;
        border: 0;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Circular Std Book", sans-serif;
        background-color: #FFF;
        border: 2px solid #345b58;
        width: 100%;
        height: 150px;
        font-size: 18px;
        margin: 0;
        border-radius: 15px;
        position: relative;
        text-transform: uppercase;
    }

    .btnGreenBorder {
        width: 100%;
        height: 150px;
        background: #345b58;
        font-size: 18px;
        border: 2px solid #345b58;
        cursor: pointer;
        font-family: "Circular Std Book", sans-serif;
        color: #fff;
        padding: 15px;
        border-radius: 15px;
    }

    .innerTextSpan p {
        color: #fff;
    }
}
/**
  Corners for container
 */
.transaction-log-page {
  background-color: #fff;
}
.transaction-log-page__top {
  padding-bottom: 3rem;
}
.transaction-log-page__SelectList {
  padding: 8px 8px;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  border: 0;
}
.transaction-log-page__container {
  line-height: 2.5rem;
  margin: 8.6rem auto 0;
  padding-top: 2rem;
  text-align: center;
  width: 90%;
}
.transaction-log-page__title {
  font-size: 56px;
  font-weight: 600;
  text-transform: none;
}
.transaction-log-page__cta-button-container {
  margin-bottom: 2rem;
}
.transaction-log-page__cta-button {
  color: #345b58;
  max-width: 11rem;
  padding: 1.6rem 5.5rem 1.1rem;
}
.transaction-log-page__investments-summary {
  display: flex;
  flex-direction: column;
}
.transaction-log-page__investments-summary-tile {
  margin-bottom: 2.5rem;
  width: 100%;
}
.transaction-log-page__investments-summary-tile-title {
  align-items: center;
  background-color: #345b58;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 5rem;
}
.transaction-log-page__investments-summary-tile-value {
  align-items: center;
  border: #142e52 solid 1px;
  display: flex;
  font-size: 28px;
  justify-content: center;
  min-height: 7rem;
}
.transaction-log-page__investments-container-mobile {
  border: #142e52 solid 1px;
}
.transaction-log-page__investments-header-mobile {
  align-items: center;
  background-color: #345b58;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 5rem;
}
.transaction-log-page__investments-drop-down {
  background-color: #345b58;
  border: none;
  color: #fff;
  font-size: 16px;
}
.transaction-log-page__investment-mobile {
  border-bottom: #8e9c9c solid 1px;
  border-top: #8e9c9c solid 1px;
  display: block;
  margin-bottom: 3rem;
}
.transaction-log-page__investment-mobile:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.transaction-log-page__investment-mobile-row {
  border-bottom: #e4e7e2 solid 1px;
  display: flex;
}
.transaction-log-page__investment-mobile-row:last-child {
  border-bottom: none;
}
.transaction-log-page__investment-mobile-row-value {
  padding: 0.5rem 1rem;
  text-align: left;
  width: 50%;
}
.transaction-log-page__investment-mobile-row-value > span {
  text-align: left;
}
.transaction-log-page__investment-mobile-row-value > p {
  color: #345b58;
}
.transaction-log-page__investments-selector {
  display: none;
  justify-content: center;
  margin: 0 auto 2rem;
}
.transaction-log-page__investments-selector-tab {
  border-right: #8e9c9c solid 1px;
  cursor: pointer;
  min-width: 17rem;
  padding: 0 2.5rem;
}
.transaction-log-page__investments-selector-tab:last-child {
  border-right: none;
}
.transaction-log-page__investments-selector-tab.active-investments {
  color: #345b58;
  font-weight: bold;
  text-decoration: underline;
}
.transaction-log-page__investments-tables {
  display: none;
  min-height: 20rem;
}
.transaction-log-page__investments-table {
  display: none;
  width: 100%;
}
.transaction-log-page__investments-table table {
  border: #8e9c9c solid 1px;
  width: 100%;
}
.transaction-log-page__investments-table table th {
  align-items: center;
  background-color: #345b58;
  border-right: #8e9c9c solid 1px;
  color: #fff;
  font-weight: 600;
  justify-content: center;
  min-height: 4rem;
  padding: 1rem;
}
.transaction-log-page__investments-table table td {
  align-items: center;
  border: #e4e7e2 solid 1px;
  font-size: 18px;
  padding: 1rem;
}
.transaction-log-page__investments-table.active-investments {
  display: table;
}
.transaction-log-page__annotations {
  font-size: 14px;
  line-height: 13px;
  margin: 0.5rem 0 4rem 2rem;
  text-align: left;
}
.transaction-log-page__annotation {
  font-size: 14px;
  line-height: 13px;
  margin-left: 2rem;
  text-align: left;
}
.transaction-log-page sup {
  font-size: 9px;
  vertical-align: super;
}
.transaction-log-page .paginate_button {
  cursor: pointer;
}
.transaction-log-page .previous {
  font-size: 16px;
  color: #f1b203;
}
.transaction-log-page .previous a {
  font-size: 16px;
  color: #f1b203;
}
.transaction-log-page .next {
  font-size: 16px;
  color: #f1b203;
}
.transaction-log-page .next a {
  font-size: 16px;
  color: #f1b203;
}
.transaction-log-page .dataTables_info {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.transaction-log-page .dataTables_paginate {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
.transaction-log-page .current {
  font-size: 20px;
  border: solid 2px #f1b203;
  padding: 5px 10px;
  background: #f1b203;
  border-radius: 5px;
  font-weight: bold;
}
.transaction-log-page .dataTables_length select {
  border: 0px;
}
.transaction-log-page .pagination > .active > a {
  font-size: 16px;
  background-color: #f1b203;
}
.transaction-log-page .pagination > li > a, .transaction-log-page .pagination > li > span {
  color: #345b58;
}

.CancelTransaction {
  padding: 8px;
}

.trxAmtTd p {
  color: #345b58;
}

.form__select-list {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #345b58;
  border-radius: 0;
  color: #345b58;
  cursor: pointer;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  height: 4rem;
  padding: 0.3rem 0.5rem 0 1rem;
  width: 100%;
  border-radius: 10px;
}

.scroll-top-btn {
  background: url("/src/images/buttons/btn-scroll-top.png") center no-repeat transparent;
  background-size: 45px 45px;
  bottom: 75px;
  height: 45px;
  position: fixed;
  right: 10px;
  width: 45px;
  z-index: 2147483647;
}

@media only screen and (min-width: 768px) {
  .MobileTbl {
    display: none;
  }

  .transaction-log-page__investments-summary {
    flex-direction: row;
    justify-content: space-between;
  }
  .transaction-log-page__investments-summary-tile {
    margin-bottom: 4rem;
    width: 30%;
  }
  .transaction-log-page__investments-summary-tile-title {
    min-height: 4rem;
  }
  .transaction-log-page__investments-summary-tile-value {
    min-height: 9rem;
  }
  .transaction-log-page__investments-selector {
    display: flex;
  }
  .transaction-log-page__investments-tables {
    display: block;
  }
  .transaction-log-page__investments-container-mobile {
    display: none;
  }
  .transaction-log-page__investments-table {
    width: 100%;
  }
  .transaction-log-page__investments-table table {
    border: 0;
    width: 650px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .transaction-log-page__investments-table.active-investments {
    display: inline-block;
    width: 695px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .transaction-log-page .Transaction_Table_mobile {
    display: none;
  }
  .transaction-log-page .Transaction_Table {
    width: auto !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .transaction-log-page .Transaction_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .transaction-log-page .Transaction_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
  .transaction-log-page table.dataTable.dtr-inline.collapsed tbody td:first-child:before, .transaction-log-page table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #345b58 !important;
  }
  .transaction-log-page .dataTables_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .transaction-log-page .dataTables_paginate {
    padding-top: 0rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  .transaction-log-page .dataTables_filter {
    text-align: center;
  }

  .scroll-top-btn {
    display: none;
  }

  .trxAmtTd {
    width: 15%;
  }

  .trxAmtTd p {
    color: #345b58;
  }
}
@media only screen and (min-width: 1200px) {
  .transaction-log-page__SelectList {
    padding-bottom: 15px;
  }
  .transaction-log-page__investments-table {
    width: 100%;
  }
  .transaction-log-page__investments-table table {
    border: #8e9c9c solid 1px;
    width: 100%;
    overflow: auto;
  }
  .transaction-log-page__investments-table.active-investments {
    display: table;
    width: 100%;
    overflow: auto;
  }
  .transaction-log-page .Transaction_Table {
    width: 1100px !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .transaction-log-page .Transaction_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .transaction-log-page .Transaction_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
  .transaction-log-page .trxStatus {
    width: 30%;
  }
  .transaction-log-page .trxAmtTd p {
    color: #345b58;
  }
  .transaction-log-page .trxDate {
    width: 10%;
  }
  .transaction-log-page .trxType {
    width: 15%;
  }
  .transaction-log-page .pagination > .active > a {
    font-size: 16px;
    background-color: #f1b203;
    color: #fff;
  }
  .transaction-log-page .paginate_button {
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
  }
  .transaction-log-page .previous {
    font-size: 22px;
    font-weight: 600;
    color: #f1b203;
  }
  .transaction-log-page .next {
    font-size: 22px;
    font-weight: 600;
    color: #f1b203;
  }
  .transaction-log-page .dataTables_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .transaction-log-page .dataTables_paginate {
    padding-top: 0rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  .transaction-log-page .current {
    font-size: 20px;
    border: solid 2px #f1b203;
    padding: 5px 10px;
    background: #f1b203;
    border-radius: 5px;
    font-weight: bold;
  }
  .transaction-log-page .dataTables_length select {
    border: 0px;
  }
  .transaction-log-page div.dataTables_filter {
    text-align: unset;
  }
}
@media (max-width: 700px) {
  .transaction-log-page {
    padding-bottom: 2rem;
  }

  .transaction-log-page__title {
    font-size: 56px;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 3rem;
    line-height: 5.5rem;
  }

  .transaction-log-page__top {
    padding-bottom: 0rem;
  }

  .transaction-log-page__investments {
    margin-top: 20px;
  }

  .my-account-menu__container {
    padding-bottom: 4rem;
  }

  div.dataTables_filter input {
    margin-left: 0rem !important;
  }

  .Transaction_Table {
    width: 100% !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .Transaction_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .Transaction_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }

  table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #345b58 !important;
  }

  .pagination > .active > a {
    font-size: 16px;
    background-color: #f1b203;
    color: #345b58;
  }

  .pagination > li > a, .pagination > li > span {
    color: #345b58;
  }
}
@media (width: 1024px) {
  .transaction-log-page__investments-table {
    width: 100%;
  }
  .transaction-log-page__investments-table table {
    border: #8e9c9c solid 1px;
    width: 800px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .transaction-log-page .Transaction_Table {
    width: auto !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .transaction-log-page .Transaction_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .transaction-log-page .Transaction_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
  .transaction-log-page table.dataTable.dtr-inline.collapsed tbody td:first-child:before, .transaction-log-page table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #345b58 !important;
  }
  .transaction-log-page .dataTables_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .transaction-log-page .dataTables_paginate {
    padding-top: 0rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  .transaction-log-page__investments-table.active-investments {
    display: inline-block;
    width: 900px;
    overflow-x: scroll;
    margin: 0 auto;
  }

  .trxAmtTd {
    width: 14%;
  }

  .trxAmtTd p {
    color: #345b58;
  }
}
@media (width: 912px) {
  .transaction-log-page__investments-table {
    width: 100%;
  }
  .transaction-log-page__investments-table table {
    border: #8e9c9c solid 1px;
    width: 700px;
    overflow-x: scroll;
    margin: 0 auto;
  }

  .trxAmtTd {
    width: 14%;
  }

  .trxAmtTd p {
    color: #345b58;
  }
}
/**
  Corners for container
 */
.rtrregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.rtrregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.rtrregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.rtrregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.rtrregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.rtrregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.rtrregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.rtrregistration__code-input-hidden {
  display: none;
}
.rtrregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.rtrregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_rtr {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_rtr {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_rtr p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_rtr {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .rtrregistration {
    padding: 6rem 6rem;
  }
  .rtrregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .rtrregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .rtrregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .rtrregistration-title {
    font-size: 50px;
  }

  .rtrregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .rtrregistration__featured_wrap {
    padding-top: 28px;
  }

  .rtrregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .rtrregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .rtrregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .rtrregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .rtrregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .rtrregistration {
    height: 135rem;
  }
  .rtrregistration__header {
    text-align: center;
  }
  .rtrregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .rtrregistration__wrapper {
    display: block;
  }
  .rtrregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .rtrregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .rtrregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .rtrregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .rtrregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .rtrregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .rtrregistration__featured_wrap {
    padding-top: 28px;
  }

  .rtrregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .rtrregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .rtrregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .rtrregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .rtrregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_rtr {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_rtr {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_rtr {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_rtr p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_rtr {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .rtrregistration {
    height: auto;
  }
  .rtrregistration__wrapper {
    display: block;
  }
  .rtrregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .rtrregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .rtrregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .rtrregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .rtrregistration__featured_wrap_title {
    font-size: 20px;
  }

  .rtrregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .rtrregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_rtr {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_rtr {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_rtr p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_rtr {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .rtrregistration {
    height: 100rem;
  }

  .rtrregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .rtrregistration {
    height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_rtr {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_rtr {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.addisonregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 7rem;
  padding: 6rem 3rem;
  text-align: center;
}
.addisonregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.addisonregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.addisonregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.addisonregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.addisonregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.addisonregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.addisonregistration__code-input-hidden {
  display: none;
}
.addisonregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.addisonregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_addison {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_addison {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_addison p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_addison {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .addisonregistration {
    padding: 6rem 6rem;
  }
  .addisonregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .addisonregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .addisonregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .addisonregistration-title {
    font-size: 50px;
  }

  .addisonregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .addisonregistration__featured_wrap {
    padding-top: 28px;
  }

  .addisonregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .addisonregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .addisonregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .addisonregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .addisonregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .addisonregistration {
    height: 135rem;
  }
  .addisonregistration__header {
    text-align: center;
  }
  .addisonregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .addisonregistration__wrapper {
    display: block;
  }
  .addisonregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .addisonregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .addisonregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .addisonregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .addisonregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .addisonregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .addisonregistration__featured_wrap {
    padding-top: 28px;
  }

  .addisonregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .addisonregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .addisonregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .addisonregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .addisonregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_addison {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_addison {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_addison {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_addison p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_addison {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .addisonregistration {
    height: auto;
  }
  .addisonregistration__wrapper {
    display: block;
  }
  .addisonregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .addisonregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .addisonregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .addisonregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .addisonregistration__featured_wrap_title {
    font-size: 20px;
  }

  .addisonregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .addisonregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_addison {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_addison {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_addison p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_addison {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .addisonregistration {
    height: 100rem;
  }

  .addisonregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .addisonregistration {
    height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_addison {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_addison {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.sparkrentalregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.sparkrentalregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.sparkrentalregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.sparkrentalregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.sparkrentalregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.sparkrentalregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.sparkrentalregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.sparkrentalregistration__code-input-hidden {
  display: none;
}
.sparkrentalregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.sparkrentalregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_spr {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_spr {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_spr p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_spr {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .sparkrentalregistration {
    padding: 6rem 6rem;
  }
  .sparkrentalregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .sparkrentalregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .sparkrentalregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .sparkrentalregistration-title {
    font-size: 50px;
  }

  .sparkrentalregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .sparkrentalregistration__featured_wrap {
    padding-top: 28px;
  }

  .sparkrentalregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .sparkrentalregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .sparkrentalregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .sparkrentalregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .sparkrentalregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .sparkrentalregistration {
    height: 135rem;
  }
  .sparkrentalregistration__header {
    text-align: center;
  }
  .sparkrentalregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .sparkrentalregistration__wrapper {
    display: block;
  }
  .sparkrentalregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .sparkrentalregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .sparkrentalregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .sparkrentalregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .sparkrentalregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .sparkrentalregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .sparkrentalregistration__featured_wrap {
    padding-top: 28px;
  }

  .sparkrentalregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .sparkrentalregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .sparkrentalregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .sparkrentalregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .sparkrentalregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_spr {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_spr {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_spr {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_spr p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_spr {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .sparkrentalregistration {
    height: auto;
  }
  .sparkrentalregistration__wrapper {
    display: block;
  }
  .sparkrentalregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .sparkrentalregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .sparkrentalregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .sparkrentalregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .sparkrentalregistration__featured_wrap_title {
    font-size: 20px;
  }

  .sparkrentalregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .sparkrentalregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_spr {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_spr {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_spr p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_spr {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .sparkrentalregistration {
    height: 100rem;
  }

  .sparkrentalregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .sparkrentalregistration {
    height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_spr {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_spr {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.TIPregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 7rem;
  padding: 6rem 3rem;
  text-align: center;
}
.TIPregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.TIPregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.TIPregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.TIPregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.TIPregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.TIPregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.TIPregistration__code-input-hidden {
  display: none;
}
.TIPregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.TIPregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_tip {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_tip {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_tip p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_tip {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .TIPregistration {
    padding: 6rem 6rem;
  }
  .TIPregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .TIPregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .TIPregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .TIPregistration-title {
    font-size: 50px;
  }

  .TIPregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .TIPregistration__featured_wrap {
    padding-top: 28px;
  }

  .TIPregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .TIPregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .TIPregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .TIPregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .TIPregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .TIPregistration {
    height: 135rem;
  }
  .TIPregistration__header {
    text-align: center;
  }
  .TIPregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .TIPregistration__wrapper {
    display: block;
  }
  .TIPregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .TIPregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .TIPregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .TIPregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .TIPregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .TIPregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .TIPregistration__featured_wrap {
    padding-top: 28px;
  }

  .TIPregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .TIPregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .TIPregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .TIPregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .TIPregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_tip {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_tip {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_tip {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_tip p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_tip {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .TIPregistration {
    height: auto;
  }
  .TIPregistration__wrapper {
    display: block;
  }
  .TIPregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .TIPregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .TIPregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .TIPregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .TIPregistration__featured_wrap_title {
    font-size: 20px;
  }

  .TIPregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .TIPregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_tip {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_tip {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_tip p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_tip {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .TIPregistration {
    height: 100rem;
  }

  .TIPregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .TIPregistration {
    height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_tip {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_tip {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.moneytalksnewsregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 7rem;
  padding: 6rem 3rem;
  text-align: center;
}
.moneytalksnewsregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.moneytalksnewsregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.moneytalksnewsregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.moneytalksnewsregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.moneytalksnewsregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.moneytalksnewsregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.moneytalksnewsregistration__code-input-hidden {
  display: none;
}
.moneytalksnewsregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.moneytalksnewsregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_mt {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_mt {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_mt p span {
  color: #345B58;
}

.Process_Summary_Steps_Inner_mt {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .moneytalksnewsregistration {
    padding: 6rem 6rem;
  }
  .moneytalksnewsregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .moneytalksnewsregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .moneytalksnewsregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .moneytalksnewsregistration-title {
    font-size: 50px;
  }

  .moneytalksnewsregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .moneytalksnewsregistration__featured_wrap {
    padding-top: 28px;
  }

  .moneytalksnewsregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .moneytalksnewsregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .moneytalksnewsregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .moneytalksnewsregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .moneytalksnewsregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .moneytalksnewsregistration {
    height: 98rem;
  }
  .moneytalksnewsregistration__header {
    text-align: center;
  }
  .moneytalksnewsregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .moneytalksnewsregistration__wrapper {
    display: block;
  }
  .moneytalksnewsregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .moneytalksnewsregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .moneytalksnewsregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .moneytalksnewsregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .moneytalksnewsregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .moneytalksnewsregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .moneytalksnewsregistration__featured_wrap {
    padding-top: 28px;
  }

  .moneytalksnewsregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .moneytalksnewsregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .moneytalksnewsregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .moneytalksnewsregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .moneytalksnewsregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_mt {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_mt {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_mt {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_mt p span {
    color: #345B58;
  }

  .Process_Summary_Steps_Inner_mt {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .moneytalksnewsregistration {
    height: auto;
  }
  .moneytalksnewsregistration__wrapper {
    display: block;
  }
  .moneytalksnewsregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .moneytalksnewsregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .moneytalksnewsregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .moneytalksnewsregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .moneytalksnewsregistration__featured_wrap_title {
    font-size: 20px;
  }

  .moneytalksnewsregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .moneytalksnewsregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_mt {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_mt {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_mt p span {
    color: #345B58;
  }

  .Process_Summary_Steps_Inner_mt {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .moneytalksnewsregistration {
    height: 100rem;
  }

  .moneytalksnewsregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .moneytalksnewsregistration {
    height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_mt {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_mt {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.benzingaregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.benzingaregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.benzingaregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.benzingaregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.benzingaregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.benzingaregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.benzingaregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.benzingaregistration__code-input-hidden {
  display: none;
}
.benzingaregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.benzingaregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_bz {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_bz {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_bz p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_bz {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .benzingaregistration {
    padding: 6rem 6rem;
  }
  .benzingaregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .benzingaregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .benzingaregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .benzingaregistration-title {
    font-size: 50px;
  }

  .benzingaregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .benzingaregistration__featured_wrap {
    padding-top: 28px;
  }

  .benzingaregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .benzingaregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .benzingaregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .benzingaregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .benzingaregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .benzingaregistration {
    min-height: 135rem;
  }
  .benzingaregistration__header {
    text-align: center;
  }
  .benzingaregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .benzingaregistration__wrapper {
    display: block;
  }
  .benzingaregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .benzingaregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .benzingaregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .benzingaregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .benzingaregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .benzingaregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .benzingaregistration__featured_wrap {
    padding-top: 28px;
  }

  .benzingaregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .benzingaregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .benzingaregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .benzingaregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .benzingaregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_bz {
    padding-bottom: 20rem;
    width: 90%;
    margin: 0 auto;
  }

  .Process_Summary_Block_bz {
    padding-left: 15px;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_bz {
    width: 28%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_bz p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_bz {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .LastBlock {
    border: solid 2px #efefef;
    width: 88%;
    margin: 0 auto;
  }

  .leftDivLanding {
    height: 35rem;
    padding-top: 3rem;
    padding-left: 3rem;
  }

  .rightDivLanding {
    height: 25rem;
    padding-top: 3rem;
  }

  .landingHTwo {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .benzingaregistration {
    height: auto;
  }
  .benzingaregistration__wrapper {
    display: block;
  }
  .benzingaregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .benzingaregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .benzingaregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .benzingaregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .benzingaregistration__featured_wrap_title {
    font-size: 20px;
  }

  .benzingaregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .benzingaregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_bz {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_bz {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_bz p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_bz {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .benzingaregistration {
    min-height: 100rem;
  }

  .benzingaregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .benzingaregistration {
    min-height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_bz {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_bz {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_bz {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.pennyhoarderregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.pennyhoarderregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.pennyhoarderregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.pennyhoarderregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.pennyhoarderregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.pennyhoarderregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.pennyhoarderregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.pennyhoarderregistration__code-input-hidden {
  display: none;
}
.pennyhoarderregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.pennyhoarderregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_bp {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_bp {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_bp p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_bp {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .pennyhoarderregistration {
    padding: 6rem 6rem;
  }
  .pennyhoarderregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .pennyhoarderregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .pennyhoarderregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .pennyhoarderregistration-title {
    font-size: 50px;
  }

  .pennyhoarderregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .pennyhoarderregistration__featured_wrap {
    padding-top: 28px;
  }

  .pennyhoarderregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .pennyhoarderregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .pennyhoarderregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .pennyhoarderregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .pennyhoarderregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .pennyhoarderregistration {
    height: 135rem;
  }
  .pennyhoarderregistration__header {
    text-align: center;
  }
  .pennyhoarderregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .pennyhoarderregistration__wrapper {
    display: block;
  }
  .pennyhoarderregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .pennyhoarderregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .pennyhoarderregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .pennyhoarderregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .pennyhoarderregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .pennyhoarderregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .pennyhoarderregistration__featured_wrap {
    padding-top: 28px;
  }

  .pennyhoarderregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .pennyhoarderregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .pennyhoarderregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .pennyhoarderregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .pennyhoarderregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_bp {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_bp {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_bp {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_bp p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_bp {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .pennyhoarderregistration {
    height: auto;
  }
  .pennyhoarderregistration__wrapper {
    display: block;
  }
  .pennyhoarderregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .pennyhoarderregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .pennyhoarderregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .pennyhoarderregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .pennyhoarderregistration__featured_wrap_title {
    font-size: 20px;
  }

  .pennyhoarderregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .pennyhoarderregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_bp {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_bp {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_bp p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_bp {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .pennyhoarderregistration {
    height: 100rem;
  }

  .pennyhoarderregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .pennyhoarderregistration {
    height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_bp {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_bp {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.bpsregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 7rem;
  padding: 6rem 3rem;
  text-align: center;
}
.bpsregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.bpsregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.bpsregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.bpsregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.bpsregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.bpsregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.bpsregistration__code-input-hidden {
  display: none;
}
.bpsregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.bpsregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_bp {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_bp {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_bp p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_bp {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .bpsregistration {
    padding: 6rem 6rem;
  }
  .bpsregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .bpsregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .bpsregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .bpsregistration-title {
    font-size: 50px;
  }

  .bpsregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .bpsregistration__featured_wrap {
    padding-top: 28px;
  }

  .bpsregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .bpsregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .bpsregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .bpsregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .bpsregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .bpsregistration {
    height: 135rem;
  }
  .bpsregistration__header {
    text-align: center;
  }
  .bpsregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .bpsregistration__wrapper {
    display: block;
  }
  .bpsregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .bpsregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .bpsregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .bpsregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .bpsregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .bpsregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .bpsregistration__featured_wrap {
    padding-top: 28px;
  }

  .bpsregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .bpsregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .bpsregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .bpsregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .bpsregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_bp {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_bp {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_bp {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_bp p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_bp {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .bpsregistration {
    height: auto;
  }
  .bpsregistration__wrapper {
    display: block;
  }
  .bpsregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .bpsregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .bpsregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .bpsregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .bpsregistration__featured_wrap_title {
    font-size: 20px;
  }

  .bpsregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .bpsregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_bp {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_bp {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_bp p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_bp {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .bpsregistration {
    height: 100rem;
  }

  .bpsregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .bpsregistration {
    height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_bp {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_bp {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.fiftypromoregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.fiftypromoregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.fiftypromoregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.fiftypromoregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.fiftypromoregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.fiftypromoregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.fiftypromoregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.fiftypromoregistration__code-input-hidden {
  display: none;
}
.fiftypromoregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.fiftypromoregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_fp {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_fp {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_fp p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_fp {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .fiftypromoregistration {
    padding: 6rem 6rem;
  }
  .fiftypromoregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .fiftypromoregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .fiftypromoregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .fiftypromoregistration-title {
    font-size: 50px;
  }

  .fiftypromoregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .fiftypromoregistration__featured_wrap {
    padding-top: 28px;
  }

  .fiftypromoregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .fiftypromoregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .fiftypromoregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .fiftypromoregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .fiftypromoregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .fiftypromoregistration {
    min-height: 135rem;
  }
  .fiftypromoregistration__header {
    text-align: center;
  }
  .fiftypromoregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .fiftypromoregistration__wrapper {
    display: block;
  }
  .fiftypromoregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .fiftypromoregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .fiftypromoregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .fiftypromoregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .fiftypromoregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .fiftypromoregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .fiftypromoregistration__featured_wrap {
    padding-top: 28px;
  }

  .fiftypromoregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .fiftypromoregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .fiftypromoregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .fiftypromoregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .fiftypromoregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_fp {
    padding-bottom: 20rem;
    width: 90%;
    margin: 0 auto;
  }

  .Process_Summary_Block_fp {
    padding-left: 15px;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_fp {
    width: 28%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_fp p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_fp {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .LastBlock {
    border: solid 2px #efefef;
    width: 88%;
    margin: 0 auto;
  }

  .leftDivLanding {
    height: 35rem;
    padding-top: 3rem;
    padding-left: 3rem;
  }

  .rightDivLanding {
    height: 25rem;
    padding-top: 3rem;
  }

  .landingHTwo {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .fiftypromoregistration {
    height: auto;
  }
  .fiftypromoregistration__wrapper {
    display: block;
  }
  .fiftypromoregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .fiftypromoregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .fiftypromoregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .fiftypromoregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .fiftypromoregistration__featured_wrap_title {
    font-size: 20px;
  }

  .fiftypromoregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .fiftypromoregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_fp {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_fp {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_fp p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_fp {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .fiftypromoregistration {
    min-height: 100rem;
  }

  .fiftypromoregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .fiftypromoregistration {
    min-height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_fp {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_fp {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_Morris {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.redactedregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.redactedregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.redactedregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.redactedregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.redactedregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.redactedregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.redactedregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.redactedregistration__code-input-hidden {
  display: none;
}
.redactedregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.redactedregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_redacted {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_redacted {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_redacted p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_redacted {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .redactedregistration {
    padding: 6rem 6rem;
  }
  .redactedregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .redactedregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .redactedregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .redactedregistration-title {
    font-size: 50px;
  }

  .redactedregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .redactedregistration__featured_wrap {
    padding-top: 28px;
  }

  .redactedregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .redactedregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .redactedregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .redactedregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .redactedregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .redactedregistration {
    min-height: 135rem;
  }
  .redactedregistration__header {
    text-align: center;
  }
  .redactedregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .redactedregistration__wrapper {
    display: block;
  }
  .redactedregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .redactedregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .redactedregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 1rem;
  }
  .redactedregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .redactedregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .redactedregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .redactedregistration__featured_wrap {
    padding-top: 28px;
  }

  .redactedregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .redactedregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .redactedregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .redactedregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .redactedregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_redacted {
    padding-bottom: 20rem;
    width: 90%;
    margin: 0 auto;
  }

  .Process_Summary_Block_redacted {
    padding-left: 15px;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_redacted {
    width: 28%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_redacted p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_redacted {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .redactedregistration {
    height: auto;
  }
  .redactedregistration__wrapper {
    display: block;
  }
  .redactedregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .redactedregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .redactedregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .redactedregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .redactedregistration__featured_wrap_title {
    font-size: 20px;
  }

  .redactedregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .redactedregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_redacted {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_redacted {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_redacted p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_redacted {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .redactedregistration {
    min-height: 100rem;
  }

  .redactedregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .redactedregistration {
    min-height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_redacted {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_redacted {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_redacted {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.sdiraregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.sdiraregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.sdiraregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.sdiraregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.sdiraregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.sdiraregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.sdiraregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.sdiraregistration__code-input-hidden {
  display: none;
}
.sdiraregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.sdiraregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_sdira {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_sdira {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_sdira p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_sdira {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .sdiraregistration {
    padding: 6rem 6rem;
  }
  .sdiraregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .sdiraregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .sdiraregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .sdiraregistration-title {
    font-size: 50px;
  }

  .sdiraregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .sdiraregistration__featured_wrap {
    padding-top: 28px;
  }

  .sdiraregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .sdiraregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .sdiraregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .sdiraregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .sdiraregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .sdiraregistration {
    min-height: 135rem;
  }
  .sdiraregistration__header {
    text-align: center;
  }
  .sdiraregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .sdiraregistration__wrapper {
    display: block;
  }
  .sdiraregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .sdiraregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .sdiraregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .sdiraregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .sdiraregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .sdiraregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .sdiraregistration__featured_wrap {
    padding-top: 28px;
  }

  .sdiraregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .sdiraregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .sdiraregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .sdiraregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .sdiraregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_sdira {
    padding-bottom: 20rem;
  }

  .Process_Summary_Block_sdira {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_sdira {
    width: 27%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_sdira p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_sdira {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .sdiraregistration {
    height: auto;
  }
  .sdiraregistration__wrapper {
    display: block;
  }
  .sdiraregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .sdiraregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .sdiraregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .sdiraregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .sdiraregistration__featured_wrap_title {
    font-size: 20px;
  }

  .sdiraregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .sdiraregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_sdira {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_sdira {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_sdira p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_sdira {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .sdiraregistration {
    min-height: 100rem;
  }

  .sdiraregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .sdiraregistration {
    min-height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_sdira {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_sdira {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_sdira {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.raf-page {
  background-color: #fff;
  min-height: 50rem;
}
.raf-page__top {
  padding-bottom: 3rem;
}
.raf-page__SelectList {
  padding: 8px 8px;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  border: 0;
}
.raf-page__container {
  line-height: 2.5rem;
  margin: 8.6rem auto 0;
  padding-top: 2rem;
  text-align: center;
  width: 90%;
}
.raf-page__widget {
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 50%;
  margin: 0 auto;
}
.raf-page__title {
  font-size: 56px;
  font-weight: 600;
  text-transform: none;
}
.raf-page__termsDiv {
  padding-top: 9rem;
  width: 20%;
  margin: 0 auto;
}
.raf-page__reflinks {
  width: 55rem;
  margin: 0 auto;
}
.raf-page__CustomStats1 {
  width: 18rem;
  height: 80px;
  border: solid 2px #345b58;
  padding: 15px 5px 5px 5px;
  text-align: center;
  background-color: #345b58;
  float: left;
  border-right: solid 2px #fff;
  border-radius: 10px 0px 0px 10px;
}
.raf-page__CustomStats2 {
  width: 18rem;
  height: 80px;
  border: solid 2px #345b58;
  padding: 15px 5px 5px 5px;
  text-align: center;
  background-color: #345b58;
  float: left;
  border-right: solid 2px #fff;
}
.raf-page__CustomStats3 {
  width: 18rem;
  height: 80px;
  border: solid 2px #345b58;
  padding: 15px 5px 5px 5px;
  text-align: center;
  background-color: #345b58;
  float: left;
  border-radius: 0px 10px 10px 0px;
}
.raf-page sup {
  font-size: 9px;
  vertical-align: super;
}
.raf-page .paginate_button {
  cursor: pointer;
}
.raf-page .previous {
  font-size: 16px;
  color: #f1b203;
}
.raf-page .previous a {
  font-size: 16px;
  color: #f1b203;
}
.raf-page .next {
  font-size: 16px;
  color: #f1b203;
}
.raf-page .next a {
  font-size: 16px;
  color: #f1b203;
}
.raf-page .dataTables_info {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.raf-page .dataTables_paginate {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
.raf-page .current {
  font-size: 20px;
  border: solid 2px #f1b203;
  padding: 5px 10px;
  background: #f1b203;
  border-radius: 5px;
  font-weight: bold;
}
.raf-page .dataTables_length select {
  border: 0px;
}
.raf-page .pagination > .active > a {
  font-size: 16px;
  background-color: #f1b203;
}
.raf-page .pagination > li > a, .raf-page .pagination > li > span {
  color: #345b58;
}

.Referral_Table {
  width: 100%;
}
.Referral_Table table {
  border: #8e9c9c solid 1px;
  width: 100%;
}
.Referral_Table table th {
  align-items: center;
  background-color: #345b58;
  border-right: #8e9c9c solid 1px;
  color: #fff;
  font-weight: 600;
  justify-content: center;
  min-height: 4rem;
  padding: 1rem;
}
.Referral_Table table td {
  align-items: center;
  border: #e4e7e2 solid 1px;
  font-size: 18px;
  padding: 1rem;
}

#ReferralForm_close {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

.TermsContainer {
  text-align: left;
  padding: 2rem;
}
.TermsContainer li {
  font-family: "Circular Std Book", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-bottom: 15px;
}
.TermsContainer ul {
  list-style: disc;
}
.TermsContainer ol {
  list-style: decimal;
  padding-left: 3.5rem;
}
.TermsContainer h2 {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}
.TermsContainer h3 {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

#Terms_close {
  float: right;
  padding: 2rem;
  font-size: 25px;
}

.form__select-list {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #345b58;
  border-radius: 0;
  color: #345b58;
  cursor: pointer;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  height: 4rem;
  padding: 0.3rem 0.5rem 0 1rem;
  width: 100%;
  border-radius: 10px;
}

.scroll-top-btn {
  background: url("/src/images/buttons/btn-scroll-top.png") center no-repeat transparent;
  background-size: 45px 45px;
  bottom: 75px;
  height: 45px;
  position: fixed;
  right: 10px;
  width: 45px;
  z-index: 2147483647;
}

@media only screen and (min-width: 768px) {
  .raf-page__reflinks {
    width: 55rem;
    margin: 0 auto;
  }
  .raf-page__CustomStats1 {
    width: 18rem;
    height: 80px;
    border: solid 2px #345b58;
    padding: 15px 5px 5px 5px;
    text-align: center;
    background-color: #345b58;
    float: left;
    border-right: solid 2px #fff;
    border-radius: 10px 0px 0px 10px;
  }
  .raf-page__CustomStats2 {
    width: 18rem;
    height: 80px;
    border: solid 2px #345b58;
    padding: 15px 5px 5px 5px;
    text-align: center;
    background-color: #345b58;
    float: left;
    border-right: solid 2px #fff;
  }
  .raf-page__CustomStats3 {
    width: 18rem;
    height: 80px;
    border: solid 2px #345b58;
    padding: 15px 5px 5px 5px;
    text-align: center;
    background-color: #345b58;
    float: left;
    border-radius: 0px 10px 10px 0px;
  }
  .raf-page__widget {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 60%;
    margin: 0 auto;
  }
  .raf-page .Referral_Table {
    width: auto !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .raf-page .Referral_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .raf-page .Referral_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
  .raf-page table.dataTable.dtr-inline.collapsed tbody td:first-child:before, .raf-page table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #345b58 !important;
  }
  .raf-page .dataTables_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .raf-page .dataTables_paginate {
    padding-top: 0rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  .raf-page .dataTables_filter {
    text-align: center;
  }

  .scroll-top-btn {
    display: none;
  }

  .trxAmtTd {
    width: 15%;
  }

  .trxAmtTd p {
    color: #345b58;
  }
}
@media only screen and (min-width: 1200px) {
  .raf-page__SelectList {
    padding-bottom: 15px;
  }
  .raf-page__reflinks {
    width: 55rem;
    margin: 0 auto;
  }
  .raf-page .Referral_Table {
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .raf-page .Referral_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .raf-page .Referral_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
  .raf-page .trxStatus {
    width: 30%;
  }
  .raf-page .trxAmtTd p {
    color: #345b58;
  }
  .raf-page .trxDate {
    width: 10%;
  }
  .raf-page .trxType {
    width: 15%;
  }
  .raf-page .pagination > .active > a {
    font-size: 16px;
    background-color: #f1b203;
    color: #fff;
  }
  .raf-page .paginate_button {
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
  }
  .raf-page .previous {
    font-size: 22px;
    font-weight: 600;
    color: #f1b203;
  }
  .raf-page .next {
    font-size: 22px;
    font-weight: 600;
    color: #f1b203;
  }
  .raf-page .dataTables_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .raf-page .dataTables_paginate {
    padding-top: 0rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  .raf-page .current {
    font-size: 20px;
    border: solid 2px #f1b203;
    padding: 5px 10px;
    background: #f1b203;
    border-radius: 5px;
    font-weight: bold;
  }
  .raf-page .dataTables_length select {
    border: 0px;
  }
  .raf-page div.dataTables_filter {
    text-align: unset;
  }
}
@media (max-width: 700px) {
  .raf-page {
    padding-bottom: 2rem;
  }
  .raf-page__reflinks {
    width: 35rem;
    margin: 0 auto;
  }
  .raf-page__termsDiv {
    padding-top: 11rem;
    width: 60%;
    margin: 0 auto;
  }
  .raf-page__CustomStats1 {
    width: 11rem;
    height: 100px;
    border: solid 2px #345b58;
    padding: 15px 5px 5px 5px;
    text-align: center;
    background-color: #345b58;
    float: left;
    border-right: solid 2px #fff;
    border-radius: 10px 0px 0px 10px;
  }
  .raf-page__CustomStats2 {
    width: 11rem;
    height: 100px;
    border: solid 2px #345b58;
    padding: 15px 5px 5px 5px;
    text-align: center;
    background-color: #345b58;
    float: left;
    border-right: solid 2px #fff;
  }
  .raf-page__CustomStats3 {
    width: 11rem;
    height: 100px;
    border: solid 2px #345b58;
    padding: 15px 5px 5px 5px;
    text-align: center;
    background-color: #345b58;
    float: left;
    border-radius: 0px 10px 10px 0px;
  }
  .raf-page__widget {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 90%;
    margin: 0 auto;
  }

  .raf-page__title {
    font-size: 56px;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 3rem;
    line-height: 5.5rem;
  }

  .raf-page__top {
    padding-bottom: 0rem;
  }

  .raf-page__investments {
    margin-top: 20px;
  }

  .my-account-menu__container {
    padding-bottom: 4rem;
  }

  div.dataTables_filter input {
    margin-left: 0rem !important;
  }

  .Referral_Table {
    width: 100% !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .Referral_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .Referral_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }

  table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #345b58 !important;
  }

  .pagination > .active > a {
    font-size: 16px;
    background-color: #f1b203;
    color: #345b58;
  }

  .pagination > li > a, .pagination > li > span {
    color: #345b58;
  }
}
@media (width: 1024px) {
  .raf-page__investments-table {
    width: 100%;
  }
  .raf-page__investments-table table {
    border: #8e9c9c solid 1px;
    width: 800px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .raf-page .Referral_Table {
    width: auto !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .raf-page .Referral_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .raf-page .Referral_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
  .raf-page table.dataTable.dtr-inline.collapsed tbody td:first-child:before, .raf-page table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #345b58 !important;
  }
  .raf-page .dataTables_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .raf-page .dataTables_paginate {
    padding-top: 0rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  .raf-page__investments-table.active-investments {
    display: inline-block;
    width: 900px;
    overflow-x: scroll;
    margin: 0 auto;
  }

  .trxAmtTd {
    width: 14%;
  }

  .trxAmtTd p {
    color: #345b58;
  }
}
/**
  Corners for container
 */
.morningbrewregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.morningbrewregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.morningbrewregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.morningbrewregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.morningbrewregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.morningbrewregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.morningbrewregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.morningbrewregistration__code-input-hidden {
  display: none;
}
.morningbrewregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.morningbrewregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_mb {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_mb {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_mb p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_mb {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .morningbrewregistration {
    padding: 6rem 6rem;
  }
  .morningbrewregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .morningbrewregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .morningbrewregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .registration-title {
    font-size: 50px;
  }

  .morningbrewregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .morningbrewregistration__featured_wrap {
    padding-top: 28px;
  }

  .morningbrewregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .morningbrewregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .morningbrewregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .morningbrewregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .morningbrewregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .morningbrewregistration {
    min-height: 135rem;
  }
  .morningbrewregistration__header {
    text-align: center;
  }
  .morningbrewregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .morningbrewregistration__wrapper {
    display: block;
  }
  .morningbrewregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .morningbrewregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .morningbrewregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .morningbrewregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .morningbrewregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .morningbrewregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .morningbrewregistration__featured_wrap {
    padding-top: 28px;
  }

  .morningbrewregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .morningbrewregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .morningbrewregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .morningbrewregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .morningbrewregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_mb {
    padding-bottom: 20rem;
    width: 90%;
    margin: 0 auto;
  }

  .Process_Summary_Block_mb {
    padding-left: 15px;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_mb {
    width: 28%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_mb p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_mb {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .morningbrewregistration {
    height: auto;
  }
  .morningbrewregistration__wrapper {
    display: block;
  }
  .morningbrewregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .morningbrewregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .morningbrewregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .morningbrewregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .morningbrewregistration__featured_wrap_title {
    font-size: 20px;
  }

  .morningbrewregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .morningbrewregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_mb {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_mb {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_mb p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_mb {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .morningbrewregistration {
    min-height: 100rem;
  }

  .morningbrewregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .morningbrewregistration {
    min-height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_mb {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_mb {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_mb {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.tracticregistration {
  background-color: #fff;
  line-height: 2.5rem;
  margin-top: 1rem;
  padding: 6rem 3rem;
  text-align: center;
}
.tracticregistration__header {
  padding-bottom: 3rem;
  font-size: 52px;
}
.tracticregistration__subheader {
  color: #345b58;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.tracticregistration__submit {
  margin: 2rem 0;
  width: 19rem;
}
.tracticregistration__signin {
  color: #345b58;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.tracticregistration__signin a {
  border-bottom: 2px solid #345b58;
  color: #345b58;
  padding-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}
.tracticregistration__points {
  display: block;
  padding-top: 2rem !important;
}
.tracticregistration__code-input-hidden {
  display: none;
}
.tracticregistration__partnerlogo {
  width: 18rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.tracticregistration-title {
  font-size: 45px;
  line-height: 5rem;
}

.final-pitch__point-index {
  background-color: #345b58;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 40px;
  float: left;
  font-size: 2.5rem;
  line-height: 4rem;
}

.Process_Summary {
  padding-bottom: 20rem;
}

.Process_Summary_Block_tractic {
  width: 100%;
  margin: 0 auto;
}

.Process_Summary_Number {
  color: #fff;
  font-size: 20px;
}

.Process_Summary_Steps_tractic {
  width: 27.33%;
  height: 170px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #345b58;
  float: left;
  margin: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px !important;
}
.Process_Summary_Steps_tractic p span {
  color: #fff;
}

.Process_Summary_Steps_Inner_tractic {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .tracticregistration {
    padding: 6rem 6rem;
  }
  .tracticregistration__points {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .tracticregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .tracticregistration__video {
    width: 45rem;
    height: 29rem;
    margin: 1.5rem 0rem 3rem 0rem;
  }

  .registration-title {
    font-size: 50px;
  }

  .tracticregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .tracticregistration__featured_wrap {
    padding-top: 28px;
  }

  .tracticregistration__featured_wrap_title {
    width: 50%;
    padding-left: 45%;
    font-size: 20px;
  }

  .tracticregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 25%;
    padding-right: 0%;
    padding-top: 20px;
    padding-top: 35px;
  }

  .tracticregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .tracticregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .tracticregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .tracticregistration {
    min-height: 135rem;
  }
  .tracticregistration__header {
    text-align: center;
  }
  .tracticregistration__subheader {
    margin-bottom: 1rem;
    text-align: center;
  }
  .tracticregistration__wrapper {
    display: block;
  }
  .tracticregistration__form {
    margin: 0rem auto;
    max-width: 47rem;
    min-width: 47rem;
  }
  .tracticregistration__points {
    display: block;
    margin-bottom: 0;
    float: right;
  }
  .tracticregistration__signin {
    margin-bottom: 1rem;
    text-align: center;
  }
  .tracticregistration__partnerlogo {
    width: 18rem;
    margin-top: 1rem;
  }
  .tracticregistration__video {
    width: 41rem;
    height: 25rem;
    margin: 1.2rem 20rem 3rem 0rem;
  }

  .tracticregistration__featured {
    height: 130px;
    width: 100%;
    background-color: #fdf3dd;
    margin-top: 0px;
  }

  .tracticregistration__featured_wrap {
    padding-top: 28px;
  }

  .tracticregistration__featured_wrap_title {
    width: 50%;
    padding-left: 50%;
    font-size: 20px;
  }

  .tracticregistration__featured_wrap_logos {
    width: 50%;
    padding-left: 33%;
    padding-right: 0%;
    padding-top: 35px;
  }

  .tracticregistration__featured_wrap_logos_1 {
    float: left;
    width: 33%;
  }

  .tracticregistration__featured_wrap_logos_2 {
    float: left;
    width: 33%;
  }

  .tracticregistration__featured_wrap_logos_3 {
    float: left;
    width: 33%;
  }

  .Process_Summary_tractic {
    padding-bottom: 20rem;
    width: 90%;
    margin: 0 auto;
  }

  .Process_Summary_Block_tractic {
    padding-left: 15px;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_tractic {
    width: 28%;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin: 15px;
    text-align: center;
  }
  .Process_Summary_Steps_tractic p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_tractic {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .tracticregistration {
    height: auto;
  }
  .tracticregistration__wrapper {
    display: block;
  }
  .tracticregistration__container {
    margin: auto;
    max-width: 1326px;
  }
  .tracticregistration__video {
    width: 36rem;
    height: 23rem;
    margin: 4rem 0rem 3rem 0rem;
  }
}
@media (max-width: 700px) {
  .tracticregistration__featured {
    height: 200px;
    width: 105%;
    background-color: #fdf3dd;
    margin-top: 40px;
    margin-left: -20px;
  }

  .tracticregistration__featured_wrap {
    padding-top: 30px;
    padding-left: 38%;
  }

  .tracticregistration__featured_wrap_title {
    font-size: 20px;
  }

  .tracticregistration__featured_wrap_logos {
    padding-top: 27px;
  }

  .tracticregistration_featuredImage {
    padding-bottom: 15px;
  }

  .Process_Summary_Block_tractic {
    width: 95%;
    margin: 0 auto;
  }

  .Process_Summary_Number {
    color: #fff;
    font-size: 20px;
  }

  .Process_Summary_Steps_tractic {
    width: 300px;
    height: 160px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background-color: #345b58;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Process_Summary_Steps_tractic p span {
    color: #fff;
  }

  .Process_Summary_Steps_Inner_tractic {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width: 1280px) {
  .tracticregistration {
    min-height: 100rem;
  }

  .tracticregistration__points {
    display: block;
    margin-bottom: 0;
    padding-right: 0rem;
    float: none;
  }
}
@media (width: 768px) {
  .tracticregistration {
    min-height: 157rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Process_Summary_Steps_tractic {
    width: 50% !important;
    height: auto;
    padding: 35px 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .Process_Summary_Block_tractic {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Process_Summary_Steps_tractic {
    width: 92%;
    height: auto;
    padding: 35px 25px !important;
  }
}
/**
  Corners for container
 */
.documents-page {
  background-color: #fff;
}
.documents-page__top {
  padding-bottom: 3rem;
}
.documents-page__SelectList {
  padding: 8px 8px;
  font-family: "Circular Std Book", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  border: 0;
}
.documents-page__container {
  line-height: 2.5rem;
  margin: 8.6rem auto 0;
  padding-top: 2rem;
  text-align: center;
  width: 90%;
}
.documents-page__inner {
  margin: 0 auto;
  max-width: 40rem;
  position: relative;
  padding-top: 3rem;
}
.documents-page__title {
  font-size: 56px;
  font-weight: 600;
  text-transform: none;
}
.documents-page__cta-button-container {
  margin-bottom: 2rem;
}
.documents-page__cta-button {
  color: #345b58;
  max-width: 11rem;
  padding: 1.6rem 5.5rem 1.1rem;
}
.documents-page__investments-summary {
  display: flex;
  flex-direction: column;
}
.documents-page__investments-summary-tile {
  margin-bottom: 2.5rem;
  width: 100%;
}
.documents-page__investments-summary-tile-title {
  align-items: center;
  background-color: #345b58;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 5rem;
}
.documents-page__investments-summary-tile-value {
  align-items: center;
  border: #142e52 solid 1px;
  display: flex;
  font-size: 28px;
  justify-content: center;
  min-height: 7rem;
}
.documents-page__investments-container-mobile {
  border: #142e52 solid 1px;
}
.documents-page__investments-header-mobile {
  align-items: center;
  background-color: #345b58;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 5rem;
}
.documents-page__investments-drop-down {
  background-color: #345b58;
  border: none;
  color: #fff;
  font-size: 16px;
}
.documents-page__investment-mobile {
  border-bottom: #8e9c9c solid 1px;
  border-top: #8e9c9c solid 1px;
  display: block;
  margin-bottom: 3rem;
}
.documents-page__investment-mobile:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.documents-page__investment-mobile-row {
  border-bottom: #e4e7e2 solid 1px;
  display: flex;
}
.documents-page__investment-mobile-row:last-child {
  border-bottom: none;
}
.documents-page__investment-mobile-row-value {
  padding: 0.5rem 1rem;
  text-align: left;
  width: 50%;
}
.documents-page__investment-mobile-row-value > span {
  text-align: left;
}
.documents-page__investment-mobile-row-value > p {
  color: #345b58;
}
.documents-page__investments-selector {
  display: none;
  justify-content: center;
  margin: 0 auto 2rem;
}
.documents-page__investments-selector-tab {
  border-right: #8e9c9c solid 1px;
  cursor: pointer;
  min-width: 17rem;
  padding: 0 2.5rem;
}
.documents-page__investments-selector-tab:last-child {
  border-right: none;
}
.documents-page__investments-selector-tab.active-investments {
  color: #345b58;
  font-weight: bold;
  text-decoration: underline;
}
.documents-page__investments-tables {
  display: none;
  min-height: 20rem;
}
.documents-page__investments-table {
  display: none;
  width: 100%;
}
.documents-page__investments-table table {
  border: #8e9c9c solid 1px;
  width: 100%;
}
.documents-page__investments-table table th {
  align-items: center;
  background-color: #345b58;
  border-right: #8e9c9c solid 1px;
  color: #fff;
  font-weight: 600;
  justify-content: center;
  min-height: 4rem;
  padding: 1rem;
}
.documents-page__investments-table table td {
  align-items: center;
  border: #e4e7e2 solid 1px;
  font-size: 18px;
  padding: 1rem;
}
.documents-page__investments-table.active-investments {
  display: table;
}
.documents-page__annotations {
  font-size: 14px;
  line-height: 13px;
  margin: 0.5rem 0 4rem 2rem;
  text-align: left;
}
.documents-page__annotation {
  font-size: 14px;
  line-height: 13px;
  margin-left: 2rem;
  text-align: left;
}
.documents-page sup {
  font-size: 9px;
  vertical-align: super;
}
.documents-page .paginate_button {
  cursor: pointer;
}
.documents-page .previous {
  font-size: 16px;
  color: #f1b203;
}
.documents-page .previous a {
  font-size: 16px;
  color: #f1b203;
}
.documents-page .next {
  font-size: 16px;
  color: #f1b203;
}
.documents-page .next a {
  font-size: 16px;
  color: #f1b203;
}
.documents-page .dataTables_info {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.documents-page .dataTables_paginate {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
.documents-page .current {
  font-size: 20px;
  border: solid 2px #f1b203;
  padding: 5px 10px;
  background: #f1b203;
  border-radius: 5px;
  font-weight: bold;
}
.documents-page .dataTables_length select {
  border: 0px;
}
.documents-page .pagination > .active > a {
  font-size: 16px;
  background-color: #f1b203;
}
.documents-page .pagination > li > a, .documents-page .pagination > li > span {
  color: #345b58;
}

.CancelTransaction {
  padding: 8px;
}

.trxAmtTd p {
  color: #345b58;
}

.form__select-list {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #345b58;
  border-radius: 0;
  color: #345b58;
  cursor: pointer;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  height: 4rem;
  padding: 0.3rem 0.5rem 0 1rem;
  width: 100%;
  border-radius: 10px;
}

.scroll-top-btn {
  background: url("/src/images/buttons/btn-scroll-top.png") center no-repeat transparent;
  background-size: 45px 45px;
  bottom: 75px;
  height: 45px;
  position: fixed;
  right: 10px;
  width: 45px;
  z-index: 2147483647;
}

@media only screen and (min-width: 768px) {
  .MobileTbl {
    display: none;
  }

  .documents-page__investments-summary {
    flex-direction: row;
    justify-content: space-between;
  }
  .documents-page__investments-summary-tile {
    margin-bottom: 4rem;
    width: 30%;
  }
  .documents-page__investments-summary-tile-title {
    min-height: 4rem;
  }
  .documents-page__investments-summary-tile-value {
    min-height: 9rem;
  }
  .documents-page__investments-selector {
    display: flex;
  }
  .documents-page__investments-tables {
    display: block;
  }
  .documents-page__investments-container-mobile {
    display: none;
  }
  .documents-page__investments-table {
    width: 100%;
  }
  .documents-page__investments-table table {
    border: 0;
    width: 650px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .documents-page__investments-table.active-investments {
    display: inline-block;
    width: 695px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .documents-page .documents_Table_mobile {
    display: none;
  }
  .documents-page .documents_Table {
    width: auto !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .documents-page .documents_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .documents-page .documents_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
  .documents-page table.dataTable.dtr-inline.collapsed tbody td:first-child:before, .documents-page table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #345b58 !important;
  }
  .documents-page .dataTables_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .documents-page .dataTables_paginate {
    padding-top: 0rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  .documents-page .dataTables_filter {
    text-align: center;
  }

  .scroll-top-btn {
    display: none;
  }

  .trxAmtTd {
    width: 15%;
  }

  .trxAmtTd p {
    color: #345b58;
  }
}
@media only screen and (min-width: 1200px) {
  .documents-page__SelectList {
    padding-bottom: 15px;
  }
  .documents-page__investments-table {
    width: 100%;
  }
  .documents-page__investments-table table {
    border: #8e9c9c solid 1px;
    width: 100%;
    overflow: auto;
  }
  .documents-page__investments-table.active-investments {
    display: table;
    width: 100%;
    overflow: auto;
  }
  .documents-page .documents_Table {
    width: 1100px !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .documents-page .documents_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .documents-page .documents_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
  .documents-page .trxStatus {
    width: 30%;
  }
  .documents-page .trxAmtTd p {
    color: #345b58;
  }
  .documents-page .trxDate {
    width: 10%;
  }
  .documents-page .trxType {
    width: 15%;
  }
  .documents-page .pagination > .active > a {
    font-size: 16px;
    background-color: #f1b203;
    color: #fff;
  }
  .documents-page .paginate_button {
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
  }
  .documents-page .previous {
    font-size: 22px;
    font-weight: 600;
    color: #f1b203;
  }
  .documents-page .next {
    font-size: 22px;
    font-weight: 600;
    color: #f1b203;
  }
  .documents-page .dataTables_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .documents-page .dataTables_paginate {
    padding-top: 0rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  .documents-page .current {
    font-size: 20px;
    border: solid 2px #f1b203;
    padding: 5px 10px;
    background: #f1b203;
    border-radius: 5px;
    font-weight: bold;
  }
  .documents-page .dataTables_length select {
    border: 0px;
  }
  .documents-page div.dataTables_filter {
    text-align: unset;
  }
}
@media (max-width: 700px) {
  .documents-page {
    padding-bottom: 2rem;
  }

  .documents-page__title {
    font-size: 56px;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 3rem;
    line-height: 5.5rem;
  }

  .documents-page__top {
    padding-bottom: 0rem;
  }

  .documents-page__investments {
    margin-top: 20px;
  }

  .my-account-menu__container {
    padding-bottom: 4rem;
  }

  div.dataTables_filter input {
    margin-left: 0rem !important;
  }

  .documents_Table {
    width: 100% !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .documents_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .documents_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }

  table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #345b58 !important;
  }

  .pagination > .active > a {
    font-size: 16px;
    background-color: #f1b203;
    color: #345b58;
  }

  .pagination > li > a, .pagination > li > span {
    color: #345b58;
  }
}
@media (width: 1024px) {
  .documents-page__investments-table {
    width: 100%;
  }
  .documents-page__investments-table table {
    border: #8e9c9c solid 1px;
    width: 800px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .documents-page .documents_Table {
    width: auto !important;
    margin: 0 auto;
    margin: 6rem auto 0rem;
  }
  .documents-page .documents_Table th {
    align-items: center;
    background-color: #345b58;
    border-right: #8e9c9c solid 1px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    min-height: 4rem;
    padding: 1rem;
  }
  .documents-page .documents_Table td {
    align-items: center;
    border: #e4e7e2 solid 1px;
    font-size: 18px;
    padding: 1rem;
  }
  .documents-page table.dataTable.dtr-inline.collapsed tbody td:first-child:before, .documents-page table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #345b58 !important;
  }
  .documents-page .dataTables_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .documents-page .dataTables_paginate {
    padding-top: 0rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  .documents-page__investments-table.active-investments {
    display: inline-block;
    width: 900px;
    overflow-x: scroll;
    margin: 0 auto;
  }

  .trxAmtTd {
    width: 14%;
  }

  .trxAmtTd p {
    color: #345b58;
  }
}
@media (width: 912px) {
  .documents-page__investments-table {
    width: 100%;
  }
  .documents-page__investments-table table {
    border: #8e9c9c solid 1px;
    width: 700px;
    overflow-x: scroll;
    margin: 0 auto;
  }

  .trxAmtTd {
    width: 14%;
  }

  .trxAmtTd p {
    color: #345b58;
  }
}
.vue-map-container {
    position: relative;
}

.vue-map-container .vue-map {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.vue-map-hidden {
    display: none;
}

.vue-street-view-pano-container {
    position: relative;
}

.vue-street-view-pano-container .vue-street-view-pano {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
#financials-grid  .glide__image img {
    width: 100%;
    border-radius: 10px;
}