body.cms-about-us #breadcrumb-wrapper { display: none !important; }
@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/DroidSerif-Regular.eot');
    src: url('../fonts/DroidSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DroidSerif-Regular.woff2') format('woff2'),
        url('../fonts/DroidSerif-Regular.woff') format('woff'),
        url('../fonts/DroidSerif-Regular.ttf') format('truetype'),
        url('../fonts/DroidSerif-Regular.svg#DroidSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/DroidSerif-Bold.eot');
    src: url('../fonts/DroidSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DroidSerif-Bold.woff2') format('woff2'),
        url('../fonts/DroidSerif-Bold.woff') format('woff'),
        url('../fonts/DroidSerif-Bold.ttf') format('truetype'),
        url('../fonts/DroidSerif-Bold.svg#DroidSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

main {
    background-color: #fff;
    min-height: 500px;
}

.about-page {
    font-family: 'Nunito Sans', sans-serif; /* 'Droid Serif', sans-serif; */
}

.about-page * {
    font-family: inherit;
}

.about-hero {
    background-color: #F2F1EF;
    padding-top: 50px;
    margin-bottom: -50px;
}

.about-page h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 69px;
    color: #933088;
    text-align: center;
}

.about-page h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #933088;
    margin-bottom: 30px;
}

.about-page h2.white-subtitle {
    color: #fff;
}

.about-page p {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4E4F55;
    margin-bottom: 20px;
}

.about-page p.white-text {
    color: #fff;
}

.about-hero__content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    position: relative;
    z-index: 1;
}

.about-hero__content img {
    flex-basis: 238px;
    width: 238px;
    height: auto;
    display: block;
    padding-right: 38px;
}

.about-hero__content p {
    font-family: 'Work Sans', sans-serif;
    flex-basis: 352px;
    margin-bottom: 0;
    font-weight: 400;
    color: #333333;
    font-size: 18px;
    line-height: 21px;
    padding-left: 38px;
}

.about-intro-message {
    position: relative;
    padding-top: 130px;
    background-color: #fff;
    padding-bottom: 60px;
}

.about-intro-message__grid {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 385px;
    background: url('images/hero-grid.svg'), #F2F1EF;
    background-position: 0 0;
}

.about-intro-message__grid__content {
    background-color: #fff;
    border-radius: 10px;
    min-height: 500px;
    position: relative;
    z-index: 100;
}

.about-img-fluid {
    width: 100%;
    height: auto;
}

.about-intro-message__grid__content {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 40px 80px;
}

.about-intro-message__grid__content__left {
    flex-basis: 365px;
}

.about-intro-message__grid__content__right {
    flex-basis: calc(100% - 415px);
}

.about-intro-message__title {
    font-family: 'Droid Serif', sans-serif;
    font-size: 36px;
    line-height: 41px;
}

.about-facts {
    background-color: #E9F3FB;
    padding-top: 60px;
    padding-bottom: 40px;
}

.about-facts__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.about-facts__content__full {
    flex-basis: 100%;
    background-color: #fff;

    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about-facts__content__half {
    flex-basis: calc(50% - 12px);
    background-color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.about-facts__content__full__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;

    flex-basis: 60%;
}

.about-facts__content__full__content {
    flex-basis: 40%;
    height: 100%;
}

.about-facts__content__card {
    background-color: #fff;
    margin-bottom: 24px;

    border-radius: 10px;
    overflow: hidden;
}

.about-facts__content__card h2 {
    margin-top: 0;
}

.about-facts__content__full__content,
.about-facts__content__half,
.about-features__columns__column {
    padding: 70px 70px 50px;
}

.about-facts__content__full__content__image {
    display: none;
}

.about-features {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
}

.about-features__columns__column.about-features__columns__column--gold {
    background-color: #933088;
}

.about-features__columns__column.about-features__columns__column--blue {
    background-color: #006CB7;
}

.about-features__columns {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about-features__columns__column {
    border-radius: 10px;
    flex-basis: calc(50% - 12px);
    margin-bottom: 24px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.about-features__columns__column h2 {
    margin-top: 0;
}

.about-products {
    background-color: #F2F1EF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-products__grid__first-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about-products__grid__first-row__col1 {
    flex-basis: calc(25% - 12px);
}

.about-products__grid__first-row__col2 {
    background-color: #fff;
    flex-basis: calc(43% - 12px);
    border-radius: 10px;
}

.about-products__grid__first-row__col3 {
    flex-basis: calc(32% - 12px);
}

.about-products__grid__first-row__col2,
.about-products__grid__first-row__col3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-products__grid__first-row__model__content {
    padding: 25px 50px;
}

.about-products__grid__first-row__model__content p {
    margin-bottom: 0;
}

.about-products__grid__first-row__col3 .about-products__grid__first-row__model__content {
    padding-left: 0;
    padding-right: 0;
}

.about-products__grid__first-row__col1 .about-products__grid__first-row__model {
    background-color: #fff;
    border-radius: 10px;
}

.about-products__grid__first-row__col1 .about-products__grid__first-row__model:first-child {
    margin-bottom: 18px;
}

.about-products__grid__first-row__col1 p,
.about-products__grid__first-row__col2 p,
.about-products__grid__second-row__col2 p,
.about-products__grid__second-row__col3 p {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #4E4F55;
    text-align: center;
    margin-top: 15px;
}

.about-products__grid__second-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 18px;
}

.about-products__grid__second-row__col1 {
    flex-basis: calc(36% - 12px);
}

.about-products__grid__second-row__col2,
.about-products__grid__second-row__col3 {
    flex-basis: calc(32% - 12px);
    background-color: #fff;
    border-radius: 10px;
}

.about-products__grid__second-row__col1,
.about-products__grid__second-row__col2,
.about-products__grid__second-row__col3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.about-products__grid__second-row__col1 .about-products__grid__first-row__model__content {
    padding-left: 0;
    padding-right: 0;
}

.about-products__grid__first-row__col1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.about-products__grid__first-row__col1 .about-products__grid__first-row__model {
    flex-basis: calc(100% - 12px);
}

.about-video {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-video h2 {
    margin-top: 0;
}

.about-video__row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about-video__column {
    flex-basis: calc(50% - 12px);
}

.about-btn {
    display: inline-flex;
    height: 45px;
    width: 200px;
    justify-content: center;
    align-items: center;
    background-color: #006CB7;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none !important;
    transition: all .3s ease;
}

.about-btn:hover {
    background-color: #000;
}

.about-video__column--text__content__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.about-video__column--text__content__buttons .ysc-btn-blue:first-child {
    margin-right: 24px;
}

.about-video__column--video__content {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.about-video__column--video__content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.about-video__column--text__content {
    padding-right: 60px;
}

.about-decoration-image {
    margin-top: 20px;
}

/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */

@media (max-width: 1199px){
    .about-facts__content__full__content, 
    .about-facts__content__half,
    .about-features__columns__column {
        padding: 40px 40px 50px;
    }
}

@media (max-width: 991px){
    .about-intro-message__grid__content,
    .about-features__columns {
        flex-wrap: wrap;
    }

    .about-facts__content__full,
    .about-facts__content__half,
    .about-facts__content__full__content,
    .about-intro-message__grid__content__left,
    .about-intro-message__grid__content__right,
    .about-features__columns__column {
        flex-basis: 100%;
    }

    .about-facts__content__full__image {
        display: none;
    }

    .about-facts__content__full__content__image {
        display: block;
    }

    .about-products__grid__first-row,
    .about-products__grid__second-row {
        flex-wrap: wrap;
    }

    .about-products__grid__first-row__col1,
    .about-products__grid__first-row__col2,
    .about-products__grid__first-row__col3,
    .about-products__grid__second-row__col1,
    .about-products__grid__second-row__col2,
    .about-products__grid__second-row__col3 {
        flex-basis: 100%;
    }

    .about-products__grid__first-row__col2,
    .about-products__grid__second-row__col3 {
        margin-top: 18px;
    }

    .about-products__grid__first-row .about-products__grid__first-row__col3 {
        order: 0;
    }

    .about-products__grid__first-row .about-products__grid__first-row__col1 {
        order: 1;
    }

    .about-products__grid__first-row .about-products__grid__first-row__col2 {
        order: 2;
    }

    .about-products__grid__first-row .about-products__grid__first-row__col3 h2,
    .about-products__grid__second-row .about-products__grid__second-row__col1 h2 {
        margin-top: 0;
    }

    .about-products__grid__first-row__col3 .about-products__grid__first-row__model__content {
        padding-top: 0;
    }

    .about-video__row {
        flex-wrap: wrap;
    }

    .about-video__column {
        flex-basis: 100%;
    }

    .about-video__column--text__content {
        padding-right: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px){
    .about-intro-message__grid__content {
        padding: 10px 20px 20px;
    }

    .about-hero__content {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .about-hero__content img,
    .about-hero__content p {
        flex-basis: 100%;
    }

    .about-hero__content img {
        padding-right: 0;
        max-width: 200px;
        margin: 0 auto;
    }

    .about-hero__content p {
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }

    .about-page h1 {
        font-size: 48px;
        line-height: 56px;
    }

    .about-page h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .about-facts__content__full__content, 
    .about-facts__content__half,
    .about-features__columns__column {
        padding: 30px 20px 20px;
    }
}

@media (max-width: 459px){
    .about-video__column--text__content__buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-video__column--text__content__buttons .about-btn {
        width: 100%;
    }

    .about-video__column--text__content__buttons .about-btn:first-child {
        margin-right: 0;
        margin-bottom: 18px;
    }
}