/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #222050;
    padding-top: 76px;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: none;
    vertical-align: middle;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 70px 0;
}

.form-group {
    margin: 0 0 10px 0;
}

.apply-form {
    background-color: #F6F7F8;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h1 {
    color: #222050;
    font-size: 66px;
    line-height: 76px;
}

h2 {
    color: #222050;
    font-size: 36px;
    line-height: 42px;
}

h3 {
    color: #101010;
    font-size: 20px;
    line-height: 26px;
}

h4 {
    color: #101010;
    font-size: 16px;
    line-height: 22px;
}

h5 {
    color: #101010;
    font-size: 16px;
    line-height: 22px;
}

h6 {
    color: #101010;
    font-size: 16px;
    line-height: 22px;
}

strong {
    font-weight: 700;
}

a {
    color: #04BB79;
    text-decoration: none;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #04BB79;
    outline: 0;
    text-decoration: none;
}

p {
    color: #231F20;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}


.btn .text-arrow {
    position: relative;
    padding-right: 15px;
}

.btn .text-arrow:after {
    content: "";
    background: url(../images/icons/arrow-right.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    right: 0;
    width: 10px;
    height: 8px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-outline-primary:not(:disabled):not(.disabled).active .text-arrow:after,
.btn-outline-primary:not(:disabled):not(.disabled):active .text-arrow:after,
.show > .btn-outline-primary.dropdown-toggle .text-arrow:after,
.btn-outline-primary:focus .text-arrow:after,
.btn.btn-outline-primary:hover .text-arrow:after {
    background-image: url(../images/icons/arrow-right-light.svg);
}

.btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 12px;
    padding: 10px 25px;
    text-transform: uppercase;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-sm {
    padding: 3px 35px;
}

.btn-dark {
    color: #EFF1F3;
}

.btn-primary {
    color: #fff;
    background-image: linear-gradient(to right, #04BB79, #0cd98f, #04a96e, #04BB79);
    border-color: transparent;

    background-size: 300% 100%;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;

    background-color: #04BB79;
    background-image: linear-gradient(to right, #04bb79, #0cd98f, #04a96e, #04bb79);

    border-color: transparent;
    outline: none;
    box-shadow: none !important;

    background-position: 100% 0;
}

.btn-light {
    color: #222050;
    background-color: #F6F7F8;
    border-color: #F6F7F8;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    color: #222050;
    background-color: #fff;
    border-color: transparent;
    outline: none;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: #0082AA;
    border-color: #0082AA;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0082AA;
    border-color: #0082AA;
    box-shadow: none !important;
}

.sup-heading {
    color: #101010;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.headings {
    text-align: center;
    margin: 0 0 35px 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;
    transition: all .2s;
    background-color: #fff;
    box-shadow: 0 4px 60px 0 rgba(34, 32, 80, .08);
}

header .logo {
    display: inline-block;
}

header .logo img {
    height: 36px;
}

header nav {
    text-align: right;
}

header nav ul li {
    display: inline-block;
    padding: 25px 0;
    margin: 0 15px;
}

header nav ul li a {
    color: #101010;
    font-weight: bold;
}

header .langs {
    margin-right: 10px;
}

header .langs .selected-lang img {
    margin-right: 5px;
    height: 23px;
}

.mega-menu {
    background-color: #fff;
    text-align: left;
    padding: 30px 20px 10px 20px;
    opacity: 0;
    visibility: hidden;
    width: 750px;
    border-radius: 14px;

    position: absolute;
    right: 0;
    top: 60px;

    box-shadow: 0 20px 66px -20px #22205029;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.mega-menu:before {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}

header nav ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 80px;
}

.flex-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.flex-container .col-with-icon {
    padding: 12px;
    width: 33.33333%;
    margin-bottom: 20px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    color: #101010;
    font-weight: bold;
}

.flex-container .col-with-icon:hover {
    background-color: #f5f5f5;
}

.flex-container .col-with-icon img {
    width: 25px;
    flex: 0 0 auto;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}

.flex-container .col-with-icon p {
    margin: 0;
}

.flex-container .col-with-icon p span {
    display: block;
    font-weight: normal;
    margin: 7px 0 0 0;
    opacity: .5;
    font-size: 12px;
}


.hero {
    padding: 100px 0 200px 0;
    background: url("../imgs/hero-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.about-hero {
    background-image: none;
}

.careers-hero .hero-imgs {
    position: relative;
}

.careers-hero .hero-imgs .intro-careers-01 {
    width: 70%;
    margin-right: 30%;
}

.careers-hero .hero-imgs .intro-decor-03 {
    position: absolute;
    right: 20%;
    bottom: -10%;
    height: 180px;
    z-index: 2;
}

.careers-hero .hero-imgs .intro-decor-02 {
    position: absolute;
    right: 18%;
    bottom: 28%;
    height: 100px;
    z-index: 1;
}

.about-hero,
.career-hero,
.careers-hero {
    padding: 100px 0 100px 0;
    background: none;
}

.career-hero h1 {
    margin: 0 0 30px 0;
}

.careers-hero h1 {
    margin: 0 0 10px 0;
    padding: 0 200px 0 0;
}

.job-content {
    padding: 50px 0;
}

.job-content h3 {
    font-weight: 500;
}

.job-content p {
    margin: 0 0 35px 0;
}

.job-content ul {
    list-style: disc;
    list-style-position: inside;
    margin: 0 0 20px 0;
}


.company-content {
    padding: 50px 0;;
}

.company-content p {
    margin: 0 0 35px 0;
}

.company-content h3 {
    font-weight: 500;
}

.company-content ul {
    list-style: disc;
    list-style-position: inside;
    margin: 0 0 35px 0;
}

.hero h2 {
    margin: 0;
}

.social {
    margin: 30px 0 0 0;
}

.social .lab {
    display: inline-block;
    margin-right: 5px;
}

.social ul {
    display: inline-block;
}

.social ul li {
    display: inline-block;
    margin: 0 3px;
}

.social ul li a img {
    height: 24px;
}

.social li a svg:hover #facebook-icn,
.social li a svg:hover #linkdin-icn,
.social li a svg:hover #instagram-icn,
.social li a svg:hover #x-icn {
    fill: #04BB79;
    color: #04BB79;
}

.footer-social li a svg:hover #facebook-icn,
.footer-social li a svg:hover #linkdin-icn,
.footer-social li a svg:hover #instagram-icn,
.footer-social li a svg:hover #x-icn {
    fill: #04BB79;
    color: #04BB79;
}


.steps {
    background-color: #F6F7F8;
}


.testimonials {
    margin: 100px 0;
}

.testimonials-holder {
    position: relative;
    padding: 50px 0;
}

.testimonials-holder:before {
    content: "";
    width: 65%;
    height: 100%;
    background-color: #222050;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.testimonials h4,
.testimonials h2,
.testimonials p {
    color: #fff;
}

.testimonials p {
    margin: 0;
}


.get-now {
    background-color: #F6F7F8;
    border-radius: 24px;
    padding: 30px 50px;
    margin: 0 0 100px 0;
}

.credit-builder-mockup {
    position: absolute;
    left: 20px;
    top: -50px;
    height: 300px;
}


.general-partners {
    background-color: #fff;
    border: 1px solid #D7D7D7;
    padding: 40px 20px;
    margin: -100px 0 30px 0;
    border-radius: 24px;
}

.general-partners .partner {
    text-align: center;
    border-right: 1px solid #D7D7D7;
    height: 100%;
    padding: 0 50px;
}

.general-partners .last-partner {
    border-right: 0;
}

.general-partners .partner img {
    margin: 0 0 20px 0;
    height: 35px;
}

.general-partners .partner .val {
    color: #101010;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}


.features h4,
.features h2,
.features h2 + p {
    text-align: center;
}

.features .feature-light {
    border: 1px solid #D7D7D7;
    padding: 50px 30px;
    margin: 30px 0 0 0;
    border-radius: 24px;
}

.features p:last-child {
    margin: 0;
}

.features ul li {
    position: relative;
    padding: 0 0 0 12px;
}

.features ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: linear-gradient(90deg, #04BB79 0%, #96F3D5 100%);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.for-free {
    background: url("../imgs/for-free.png") bottom right no-repeat;
    background-size: 200px;
}

.better-future {
    background: url("../imgs/better-future.png") top right no-repeat;
    background-size: 130px;
}

.better-future p {
    padding-right: 100px;
}

.features .feature-dark {
    background: #222050;
    border: 1px solid #222050;
    margin: 30px 0 0 0;
    border-radius: 24px;
}

.features .feature-holder {
    padding: 50px 30px;
    position: relative;
}

.features .feature-dark h3 {
    margin: 0 0 5px 0;
}

.features .feature-dark h3,
.features .feature-dark p {
    color: #fff;
}


.step .step-icon {
    position: relative;
}

.step .step-icon:after {
    content: "";
    background: url("../imgs/icons/steps-arrow.svg") center center no-repeat;
    background-size: 100%;
    width: 80px;
    height: 10px;

    position: absolute;
    top: 50%;
    right: -110px;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.steps h4,
.steps h2,
.steps h2 + p {
    text-align: center;
}

.steps .step {
    text-align: center;
}

.steps .step h3 {
    padding: 0 30px;
}

.steps .steps-list {
    margin: 50px 0 0 0;
}

.steps .step .step-icon {
    box-shadow: 0px 20px 66px -20px #22205029;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto 20px auto;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.steps .step .step-icon img {
    height: 35px;
}

.steps .step .step-num {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0px 15px 40px 0px #00103012;
}

.steps .step-01 .step-num {
    background: linear-gradient(222.06deg, #FFA683 5.64%, #F73C3C 71.55%);
}

.steps .step-02 .step-num {
    background: linear-gradient(90deg, #04BB79 0%, #96F3D5 100%);
}

.steps .step-03 .step-num {
    background: linear-gradient(90deg, #C0A2E6 0%, #E4CCFE 100%);
}

.steps .step-04 .step-num {
    background: linear-gradient(222.06deg, #FFA683 5.64%, #F73C3C 71.55%);
}

.steps .step-05 .step-num {
    background: linear-gradient(90deg, #04BB79 0%, #96F3D5 100%);
}


.faq h4,
.faq h2,
.faq h2 + p {
    text-align: center;
}

.accordion .accordion-header:after {
    content: "";
    background: url("../imgs/icons/accordion-arrow-active.svg") center center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;

    margin-top: -8px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

}

.accordion .accordion-header.collapsed:after {
    content: "";
    transform: rotate(180deg);
}

.accordion {
    margin: 20px 0 0 0;
}

.accordion-item {
    background-color: transparent;
    margin: 0 15px 5px 15px;
    border: 0;
    border-bottom: 1px solid #D7D7D7;
    overflow: hidden;
}

.accordion-item.is-open {
    border-radius: 24px;
    background-color: #F6F7F8;
}

.accordion-item:focus {
    border-right: 24px;
}

.accordion-header {
    padding: 15px 40px 20px 25px;
    color: #101010;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.accordion-header.collapsed {
    background-color: transparent;
}

.accordion-body.show {
    border-radius: 0 0 24px 24px;
}

.accordion-body {
    padding: 0 25px 0 25px;
}

.accordion-body .accordion-content {
    padding: 0 0 15px 0;
}


.mission {
    margin: 0 0 30px 0;
}

.mission .mission-icn {
    position: absolute;
    top: 30px;
    left: 45px;
    height: 40px;
}

.mission .mission-img {
    border-radius: 24px 0 0 24px;
}

.mission .text-block {
    background: #222050 url(../imgs/mission-angle.png) bottom right no-repeat;
    background-size: 200px;
    padding: 30px 30px 30px 100px;
    border-radius: 0 24px 24px 0;
    height: 100%;
    position: relative;
}

.mission .text-block p {
    margin: 0;
}

.mission .text-block h3 {
    margin: 0 0 10px 0;
}

.mission .text-block h3,
.mission .text-block p {
    color: #fff;
}


.vision .vision-icn {
    position: absolute;
    top: 30px;
    left: 128px;
    height: 35px;
}

.vision .vision-img {
    border-radius: 0 24px 24px 0;
}

.vision .text-block {
    background: #222050 url(../imgs/vision-angle.png) bottom left no-repeat;
    background-size: 130px;
    padding: 30px 30px 30px 50px;
    border-radius: 24px 0 0 24px;
    height: 100%;
    position: relative;
}

.vision .text-block p {
    margin: 0;
}

.vision .text-block h3 {
    margin: 0 0 10px 0;
}

.vision .text-block h3,
.vision .text-block p {
    color: #fff;
}


.open-positions {
    background-color: #F6F7F8;
}

.positions-nav {
    margin: 0 0 15px 0;
}

.positions-nav button {
    color: #222050;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 12px;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 1px solid #222050;
    background-color: #f6f7f8;
    margin-right: 30px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.positions-nav button:hover {
    background-color: #e5e5e5;
}

.positions-nav button.active:hover,
.positions-nav button.active {
    color: #fff;
    background-color: #222050;
    border: 1px solid #222050;
}

.positions-list .position {
    border-radius: 24px;
    padding: 30px;
}

.positions-list .position {
    display: block;
    background-color: #fff;
    margin: 15px 0;
    position: relative;
    top: 0;

    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.positions-list .position:hover {
    box-shadow: 0px 10px 10px 0px #e4e4e4;
    top: -3px;
}

.positions-list .position .position-name {
    color: #101010;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.positions-list .position .position-info {
    color: #222050;
    margin: 5px 0;
}

.positions-list .position .position-info img {
    margin-right: 5px;
}

.positions-list .position span {
    display: block;
}


.about-you ul {
    margin: 0 0 20px 0;
}

.about-you ul li {
    display: block;
    position: relative;
    padding: 0 0 5px 20px;
    font-weight: bold;
}

.about-you ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 4px;
    background-color: #04BB79;
    position: absolute;
    top: 6px;
    left: 0;
}


.values {
    background-color: #F6F7F8;
}

.values .why-block {
    text-align: center;
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 24px;
    box-shadow: 0px 0px 66px -20px #10101029;
}

.values .why-block img {
    margin: 0 0 15px 0;
    height: 35px;
}

.values .why-block p {
    margin: 0;
}


.empty-list {
    padding: 0 20%;
    text-align: center;
}


.career-info span {
    margin-right: 30px;
}

.career-info span img {
    margin-right: 5px;
}


.career-content {
    position: relative;
    padding: 0 0 100px 0;
}

/*.career-content:after {*/
/*    content: "";*/
/*    background: rgb(2, 0, 36);*/
/*    background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%, rgba(0, 212, 255, 1) 100%);*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 35%;*/
/*    height: 20%;*/
/*    pointer-events: none;*/
/*    z-index: 1;*/
/*}*/

.career-content aside {
    border-radius: 24px;
    padding: 20px;
    margin-top: -300px;
    margin-left: 50px;
    z-index: 0;
    top: 120px;
    background-color: #fff;

    box-shadow: 0px 0px 66px -20px #10101029;
}

.career-content aside .aside-stage {
    margin: 0 0 20px 0;
}

.career-content aside .btn {
    display: block;
    width: 100%;
}

.career-content aside ul {
    list-style: disc;
    list-style-position: inside;
}

.career-content aside .social {
    border-bottom: 2px solid #D7D7D7;
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
    text-align: right;
}

.career-content aside h6 {
    font-size: 14px;
    line-height: 18px;
}

.career-content aside img {
    height: 30px;
}

.apply-form h2 {
    text-align: center;
    margin: 0 0 25px 0;
}

.apply-form .upld {
    margin: 30px 0 20px 0;
}

.apply-form .wic {
    margin: 30px 0 30px 0;
}

.apply-form .wic p {
    margin: 0 0 15px 0;
}

.apply-form .wic .radio {
    margin: 0 0 5px 0;
}

.apply-form .upld h3 {
    font-weight: 500;
    text-align: center;
}

.apply-form .apply-submit {
    width: 100%;
    display: block;
    margin: 30px 0 0 0;
}


.about-nav {
    border-bottom: 2px solid #D7D7D7;
    padding: 0 0 10px 0;
}

.about-nav .nav-link.active#nav-about-tab svg path {
    fill: #04BB79;
}

.about-nav .nav-link.active#nav-about-tab {
    color: #04BB79;
}

.about-nav .nav-link.active#nav-about-tab:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -12px;
    display: block;
    background: #04BB79;
}

.about-nav .nav-link.active#nav-history-tab svg path {
    fill: #FF8D64;
}

.about-nav .nav-link.active#nav-history-tab {
    color: #FF8D64;
}

.about-nav .nav-link.active#nav-history-tab:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -12px;
    display: block;
    background: #FF8D64;
}

.about-nav .nav-link.active#nav-leadership-tab svg path {
    fill: #C0A2E6;
}

.about-nav .nav-link.active#nav-leadership-tab {
    color: #C0A2E6;
}

.about-nav .nav-link.active#nav-leadership-tab:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -12px;
    display: block;
    background: #C0A2E6;
}

.about-nav .nav-link.active#nav-locations-tab svg path {
    fill: #F73C3C;
}

.about-nav .nav-link.active#nav-locations-tab {
    color: #F73C3C;
}

.about-nav .nav-link.active#nav-locations-tab:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -12px;
    display: block;
    background: #F73C3C;
}

.about-nav .nav-link {
    color: #101010;
    border: 0;
    position: relative;
    background-color: transparent;
    font-weight: bold;
}

.about-nav .nav-link svg {
    height: 25px;
    margin: 0 0 8px 0;
}

.about {
    background-color: #F6F7F8;
}

.about-hero .hero-imgs {
    position: relative;
}

.about-hero .hero-imgs .intro-about-01 {
    width: 70%;
    margin-right: 30%;
}

.about-hero .hero-imgs .intro-decor-03 {
    position: absolute;
    right: 20%;
    bottom: -10%;
    height: 180px;
    z-index: 2;
}

.about-hero .hero-imgs .intro-decor-02 {
    position: absolute;
    right: 18%;
    bottom: 28%;
    height: 100px;
    z-index: 1;
}

.about .tab-content {
    padding: 25px 0;
}

.about .about-tab .about-block {
    position: relative;
    padding: 25px 25px 100px 25px;
    border-radius: 24px;
    box-shadow: 0 0 66px -20px #10101029;
    max-height: 320px;
    overflow: hidden;
}

.about .about-tab .about-block:after {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%, rgba(0, 212, 255, 1) 50%);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    pointer-events: none;
    z-index: 1;
}

.about .about-tab .about-block .read-more {
    z-index: 2;
}

.about .about-tab .about-block.active .read-more {
    z-index: 1;
}

.about .about-tab .about-block .read-less {
    z-index: 1;
}

.about .about-tab .about-block.active .read-less {
    z-index: 2;
}

.about .about-tab .about-block h3 {
    font-weight: 500;
}

.about .about-tab .about-block .partners a {
    display: block;
    margin: 0 0 20px 0;
}

.about .about-tab .about-block button {
    position: absolute;
    left: 25px;
    bottom: 25px;
}


.testimonials .carousel-cell {
    width: 65%;
    margin-right: 30px;
}

.testimonials .customer-feedback .quotes {
    height: 25px;
    margin: 0 0 15px 0;
}

.testimonials .customer-feedback .author-avatar img {
    height: 50px;
}

.testimonials .customer-feedback .author-post {
    margin: 0 0 15px 0;
}

.testimonials .customer-feedback .author-name {
    font-weight: bold;
}

.testimonials .customer-feedback {
    color: #222050;
    background-color: #fff;
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0px 0px 66px -20px #10101029;
    margin: 50px 0;
}

.testimonials .customer-feedback p {
    color: #222050;
}

.flickity-button {
    background-color: rgba(255, 255, 255, .1) !important;
}

.flickity-prev-next-button.previous {
    top: inherit;
    left: 0 !important;
    bottom: -20px;
    border-radius: 6px;
    width: 28px;
    height: 28px;
}

.flickity-prev-next-button.next {
    top: inherit;
    left: 40px;
    right: inherit !important;
    bottom: -20px;
    border-radius: 6px;
    width: 28px;
    height: 28px;
}

.flickity-prev-next-button .flickity-button-icon {
    color: #fff;
}


footer {
    background-color: #222050;
    padding: 70px 0 0 0;
}

footer .footer-text {
    padding: 70px 0;
    margin: 70px 0 0 0;
    background-color: #1C1A40;
}

footer .footer-text p:last-of-type {
    margin: 0;
}

footer h6 {
    color: #D7D7D7;
    text-transform: uppercase;
    opacity: .5;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
}

footer .footer-menu {
    padding: 0 50px 0 0;
}

footer .footer-menu li {
    display: block;
    margin: 13px 0;
}

footer .footer-menu li a {
    color: #D7D7D7;
    font-weight: bold;
}

footer .footer-menu li a:hover {
    color: #04BB79;
}

footer .footer-text p {
    color: #D7D7D7;
    font-weight: 400;
}

footer .footer-text p:last-of-type {
    margin: 0;
}

footer .footer-social {
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 1px solid #D7D7D7;
}

footer .footer-social li:first-of-type {
    margin-left: 0;
}

footer .footer-social li {
    display: inline-block;
    margin: 0 3px;
}

footer .copyright {
    color: #D7D7D7;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
}


.container {
    position: relative;
    z-index: 1;
}


/*form components*/

.radio {
    position: relative;
}

.checkbox {
    padding: 0 0 0 26px;
    position: relative;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox label {
    color: #40414E;
    font-weight: 400;
}

.checkbox label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #8d8f92;
    background-color: #fff;
    margin-top: 2px;
}

.checkbox label::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: 2px;
    font-size: 12px;
    color: #555555;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.radio label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;

    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555555;

    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);

    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.form-control {
    background-color: #F6F7F8;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 12px;
}

.form-control:focus {
    border-color: #101010;
    background-color: #fff;
    box-shadow: none;
    outline: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #F1F1F1;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: 1px;
    outline: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

input[type=radio]:checked {
    border: 6px solid #CB333B;
    background: #fff;
    outline: none;
    box-shadow: none;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

input[type="radio"]:checked + label:before,
.delivery-method label:hover:before {
    border: 6px solid #009444 !important;
}

input[type="radio"]:not(:checked) + label:before {
    border: 1px solid #8d8f92;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #fff;
    top: 50%;
    margin-top: -9px;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 100%;
    transition: all 0.2s ease;
    margin-top: -3px;
    margin-left: 6px;
}

input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.faq-nav {
    background-color: #fff;
    box-shadow: 0px 20px 60px -10px #22205029;
    padding: 8px 10px;
    margin: 0 auto;
    display: table;
    border-radius: 12px;
}

.faq-nav .nav {
    --bg-offset: 0%;

    position: relative;
    display: table;
    margin: 0 auto;
    font-weight: bold;

    transition: left 0.3s;
}

.faq-nav .nav:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: var(--bg-offset);
    transition: left 0.3s;
    background-color: #222050;
    border-radius: 12px;
}

.faq-nav .nav button {
    color: #101010;
    text-align: center;
    width: 150px;
    padding: 10px 0;
    display: inline-block;
    background-color: transparent;
    border: 0;
    z-index: 1;
}

.faq-nav .nav button.active {
    color: #fff;
}

.faq-nav .nav button span {
    position: relative;
    z-index: 2;
}

.feature-safely img {
    height: 200px;
    position: relative;
    top: -1px;
}

.history {
    position: relative;
}

.history-row {
    padding: 20px 0;
}

.history:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    border-right: 2px dashed #D9D9D9;
    margin-left: -1px;
    display: block;
}

.history .history-date {
    padding: 0 30px;
    position: relative;
}

.history .history-date:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: -22px;
    border-radius: 100%;
    margin-top: -9px;
    z-index: 2;
    border: 5px solid #fff;
    box-shadow: 0 2px 5px #dedede;
}

.history .history-date.history-01:before {
    background-color: #04BB79;
}

.history .history-date.history-02 {
    text-align: right;
}

.history .history-date.history-02:before {
    background-color: #F73C3C;
    left: inherit;
    right: -22px;
}

.history .history-date.history-03:before {
    background-color: #C0A2E6;
}

.history .history-date.history-04 {
    text-align: right;
}

.history .history-date.history-04:before {
    background-color: #222050;
    left: inherit;
    right: -22px;
}

.history .history-info {
    padding: 20px;
    margin: 0 30px;
    background-color: #fff;
    border-radius: 24px;
}

.history .history-info p {
    margin: 0;
}


.person {
    text-align: center;
    border-radius: 24px;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 66px -20px #10101029;
}

.person .person-img img {
    border-radius: 100%;
    height: 200px;
}

.person .person-img {
    margin: 0 0 25px 0;
}

.person .person-name {
    margin: 0 0 5px 0;
}

.person .person-pos {
    margin: 0 0 20px 0;
}

.orange-pos {
    position: relative;
}

.orange-pos:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #FF8D64;
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -10px;
    display: block;
}

.green-pos {
    position: relative;
}

.green-pos:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #04BB79;
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -10px;
    display: block;
}

.purple-pos {
    position: relative;
}

.purple-pos:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #C0A2E6;
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -10px;
    display: block;
}


.locations .location {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.locations .location:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    opacity: 0;
    z-index: 3;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.locations .location:hover:before {
    opacity: .2;
}

.locations .location-img {
    position: relative;
}

.locations .location .location-name {
    position: absolute;
    top: 30px;
    left: 25px;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

.locations .location .location-name span {
    font-weight: normal;
}

.locations .location .location-info {
    color: #fff;
    padding: 30px 20px 20px 30px;
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    right: -135px;
    bottom: -150px;
    font-size: 10px;
    line-height: 12px;
    background-color: red;
    border-radius: 100%;
    z-index: 5;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.locations .location:hover .location-info {
    right: -15px;
    bottom: -20px;
}

.locations .location .location-info a {
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0 0;
    font-weight: bold;
    display: block;
}

























.resources-nav {
    margin: 40px 0 0 0;
}

.resources-nav ul li {
    display: inline-block;
    margin: 0 10px;
}

.resources-nav ul li:first-of-type {
    margin-left: 0;
}

.resources-nav ul li a {
    color: #222050;
    font-weight: bold;
    padding: 10px 25px;
    display: block;
    border-radius: 24px;
    border: 1px solid #222050
}

.main-resources {
    background-color: #F6F7F8;
}
