.page-about_driving {
    padding: 80px 20px 100px;
    background-color: #f9f9ff;
}
.page-about_driving .elementor-widget-heading {
    margin-bottom: 30px;
}
.page-about_driving .elementor-button {
    margin-top: 10px;
}
.page-about_driving .elementor-widget-text-editor p {
    font-size: 16px;
    color: #4e4e4e;
}
.page-about_driving .elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0;
}
.page-about_driving .elementor-widget-text-editor p a {
    color: #4a90e2;
}
.page-about_leadership {
    padding: 90px 20px 40px;
}
.page-about_leadership .elementor-widget-heading {
    margin-bottom: 45px;
}
.page-about_leadership--grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-about_leadership--item {
    width: calc(25% - 20px);
    margin-bottom: 40px;
    border-radius: 4px;
    border: solid 1px transparent;
    transition: 0.2s all;
    cursor: pointer;
}
.page-about_leadership--item figure,
.page-about_leadership--item figure img {
    width: 100%;
}
.page-about_leadership--item:hover {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border-color: #4a90e2;
    background-color: #fcfcfd;
}
.page-about_leadership--item_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 14px 20px;
}
.page-about_leadership--item_inner strong,
.page-about_leadership--item_inner span {
    display: block;
    width: 100%;
    color: #4a4a4a;
    line-height: 24px;
}
.page-about_leadership--item_inner strong {
    font-size: 21px;
    font-weight: 700;
}
.page-about_leadership--item_inner span {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
}
.page-about_leadership .member-network {
    display: block;
    width: 18px;
    height: 15px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.page-about_leadership--item:hover .member-network {
    opacity: 1;
}
.page-about_leadership .member-network:not(:last-of-type) {
    margin-right: 8px;
}
.page-about_leadership .member-network--twitter {
    background: url(../../img/icon-twitter.svg) center center no-repeat;
    background-size: contain;
}
.page-about_leadership .member-network--linkedin {
    height: 18px;
    background: url(../../img/icon-linkedin.svg) center center no-repeat;
    background-size: contain;
}
.page-about_leadership .elementor-widget-button:not(.elementor-button-info) .elementor-button {
    padding: 0 15px 0 0;
    background: url(../../img/icon-arrow-right-blue.svg) center right no-repeat;
    background-size: 10px;
    box-shadow: none;
}
.page-about_leadership .elementor-widget-button:not(.elementor-button-info) .elementor-button .elementor-button-text {
    font-weight: 400;
    color: #4a90e2;
}
.page-about_leadership--modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../../img/about-leadership-modal-particles.svg) top left no-repeat,
                url(../../img/about-leadership-modal-particles-bottom.svg) bottom right no-repeat,
                linear-gradient(304deg, #1d4371, #001732 40%);
    z-index: 999999;
    transition: 0.3s all;
}
.page-about_leadership--modal:not(.is-active) {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
}
.page-about_leadership--modal_body {
    position: relative;
    max-width: calc(100% - 256px);
    padding: 95px;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #d9d9d9;
    background-color: #fff;
}
.page-about_leadership--modal_close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    background: url(../../img/modal-close.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.page-about_leadership--modal_inner {
    padding: 0 0 0 30px;
}
.page-about_leadership--modal_body figure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
}
.page-about_leadership--modal_body figure,
.page-about_leadership--modal_body figure img {
    width: 255px;
}
.page-about_leadership--modal_body figure img {
    margin-bottom: 22px;
}
.page-about_leadership--modal_inner strong,
.page-about_leadership--modal_inner span {
    display: block;
    color: #1d4371;
}
.page-about_leadership--modal_inner strong {
    font-size: 36px;
    line-height: 36px;
}
.page-about_leadership--modal_inner span {
    font-size: 18px;
    line-height: 28px;
}
.page-about_leadership--modal_inner .bio {
    margin-top: 24px;
}
.page-about_leadership--modal_inner .bio,
.page-about_leadership--modal_inner .bio p {
    font-size: 16px;
    line-height: 22px;
    color: #4e4e4e;
}
.page-about_investors {
    padding: 40px 20px 75px;
    border-bottom: 1px solid #f4f6ff;
}
.page-about_investors .elementor-widget-heading {
    margin-bottom: 45px;
}
.page-about_investors--grid .elementor-row {
    justify-content: space-between;
}
.page-about_investors--grid .elementor-col-25 {
    max-width: calc(25% - 20px);
    margin-bottom: 40px;
}
.page-about_investors--grid .elementor-widget-image-box {
    height: 100%;
    padding: 45px 28px 25px;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    background-color: #fcfcfd;
    transition: 0.2s all;
}
/*.page-about_investors--grid .elementor-widget-image-box:hover {*/
/*    border: solid 1px #4a90e2;*/
/*    background-color: #fcfcfd;*/
/*    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);*/
/*}*/
.page-about_investors--grid .elementor-image-box-img {
    width: 100% !important;
    margin-bottom: 75px !important;
}
.page-about_investors--grid .elementor-image-box-img img {
    max-height: 60px;
    width: auto;
}
.page-about_investors--grid .elementor-image-box-content {
    text-align: center;
}
.page-about_investors--grid .elementor-image-box-content h3 {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    font-size: 16px;
    line-height: 19px;
    color: #4e4e4e;
}
.page-about_investors--grid .elementor-widget-image-box:hover .elementor-image-box-content h3 {
    color: #4a90e2;
    background: url(../../img/icon-arrow-right-blue.svg) top 6px right no-repeat;
    background-size: 10px;
    box-shadow: none;
}
.page-about_careers {
    padding: 50px 20px;
    background-image: linear-gradient(to bottom, #ffffff, #dfecf8 67%);
}
.page-about_careers .elementor-widget-heading {
    margin-bottom: 32px;
}
.page-about_careers .elementor-widget-image {
    margin-bottom: 32px;
}
.page-about_careers .elementor-widget-text-editor {
    margin-bottom: 40px;
}
.page-about_careers .elementor-widget-text-editor p {
    margin-bottom: 12px;
    font-size: 16px;
    color: #4e4e4e;
}
.page-about_careers .elementor-widget-text-editor p strong {
    font-weight: 700;
    color: #1d4371;
}
.page-about_careers .elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0;
}
.page-about_careers .elementor-widget-button .elementor-button {
    min-width: 190px;
    text-align: center;
}
.page-about_contact {
    position: relative;
    padding: 170px 0 0;
    background: linear-gradient(to bottom, #dfecf8, #4a90e2 40%), url(../../img/careers-positions-bg.svg) center top no-repeat;
    background-size: 100%, 2560px auto;
;
}
.page-about_contact .elementor-widget-image .elementor-image {
    height: 115px;
    margin-top: -115px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.page-about_contact .page-about_contact_heading .elementor-widget-heading {
    position: relative;
    margin-bottom: 50px;
}
.page-about_contact .page-about_contact_heading .elementor-widget-heading:before {
    content: '';
    display: block;
    width: 1114px;
    height: 280px;
    position: absolute;
    top: -87px;
    right: -178px;
    background: url(../../img/about-contact-particle.svg) center center no-repeat;
    background-size: contain;
}
.page-about_contact .elementor-widget-heading h2.elementor-heading-title {
    position: relative;
    z-index: 2;
    color: #fff;
}
.page-about_contact .elementor-inner-section,
.page-about_contact .elementor-widget-heading,
.page-about_contact .elementor-widget-text-editor,
.page-about_contact .elementor-widget-button {
    position: relative;
    z-index: 9;
}
.page-about_contact .elementor-inner-section {
    margin-bottom: 80px;
}
.page-about_contact .elementor-inner-section:not(.page-about_contact_heading) .elementor-widget-heading {
    margin-bottom: 20px;
}
.page-about_contact .elementor-inner-section:not(.page-about_contact_heading) .elementor-widget-heading .elementor-heading-title {
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 12.03px;
    color: #4e4e4e;
}
.page-about_contact .elementor-widget-text-editor p {
    font-size: 16px;
    line-height: 22px;
    color: #4e4e4e;
}
.page-about_contact .elementor-widget-text-editor p strong {
    color: #1d4371;
}
.page-about_contact .elementor-widget-button .elementor-button {
    min-width: 175px;
}
.page-about_contact-intouch:after {
    content: '';
    height: 225px;
    width: 550px;
    background: url("/wp-content/uploads/2020/09/group-5-copy-3.svg") no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 0;
}


@media only screen and (max-width: 768px) {
    .page-about_driving {
        padding: 40px 45px 100px;
    }
    .elementor-heading-title,
    .elementor-button-wrapper {
        text-align: center;
    }
    .page-about_leadership--item {
        width: calc(50% - 15px);
    }
    .page-about_investors--grid .elementor-col-25 {
        max-width: calc(50% - 15px);
    }
    .page-about_leadership--item_inner strong {
        font-size: 19px;
    }
    .page-about_contact {
        padding: 70px 0 0;
    }
    .page-about_contact-cities .elementor-column {
        width: 50%;
    }
    .page-about_contact .elementor-widget-heading h2.elementor-heading-title,
    .page-about_contact-intouch .elementor-button-wrapper {
        text-align: left;
    }
    .page-about_contact .page-about_contact_heading .elementor-widget-heading:before {
        width: 100%;
        height: 170px;
        top: 10px;
        right: auto;
        left: 60px;
        background-position: 0 0;
        background-size: auto 100%;
    }
    .page-about_contact-cities .elementor-widget-wrap {
        flex-direction: column;
        padding: 0 10px;
    }
    .page-about_contact-cities .elementor-widget-text-editor {
        margin-top: auto;
    }
    .page-about_contact-intouch:after {
        background-size: contain;
        background-position: 100% 0;
        height: 140px;
        width: 345px;
        top: auto;
        bottom: 0;
        right: -70px;
    }
    .page-about_leadership,
    .page-about_investors,
    .page-about_careers {
        padding-left: 45px;
        padding-right: 45px;
    }
    .page-about_contact .elementor-inner-section:not(.page-about_contact_heading) .elementor-widget-heading .elementor-heading-title {
        letter-spacing: 10px;
    }
    .page-about_leadership--item_inner {
        opacity: 1;
    }

    .page-about_leadership--item .member-network {
        opacity: 1;
    }

    .page-about_leadership--item_inner {
        padding: 16px 10px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .page-about_contact-cities .elementor-widget-wrap {
        padding: 0;
    }
    .page-about_contact .elementor-inner-section:not(.page-about_contact_heading) .elementor-widget-heading .elementor-heading-title {
        letter-spacing: 0;
        font-size: 18px;
    }
}