/* DECORATION */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= card social */
.b--dash {
    width: 100%;
    height: 2px;
    background-color: #92f0a1;
}

/* DYNAMIC CONTENT */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= B--CONTENT */
.b--content h1 {
    font-size: 30px;
    font-weight: 900;
}

@media all and (max-width: 992px) {
    .b--content h1 {
        font-size: 18px;
    }
}

.b--content h2 {
    font-size: 26px;
    font-weight: 900;
}

@media all and (max-width: 992px) {
    .b--content h2 {
        font-size: 17px;
    }
}

.b--content h3 {
    font-size: 24px;
    font-weight: 900;
}

@media all and (max-width: 992px) {
    .b--content h3 {
        font-size: 16px;
    }
}

.b--content h4 {
    font-size: 22px;
    font-weight: 900;
}

@media all and (max-width: 992px) {
    .b--content h4 {
        font-size: 15px;
    }
}

.b--content h5 {
    font-size: 20px;
    line-height: 1.5;
}

@media all and (max-width: 992px) {
    .b--content h5 {
        font-size: 14px;
    }
}

.b--content h6 {
    font-size: 18px;
}

@media all and (max-width: 992px) {
    .b--content h6 {
        font-size: 13px;
    }
}

.b--content h1,
.b--content h2,
.b--content h3,
.b--content h4,
.b--content h5,
.b--content h6 {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media all and (max-width: 992px) {
    .b--content h1,
    .b--content h2,
    .b--content h3,
    .b--content h4,
    .b--content h5,
    .b--content h6 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

.b--content ~ h1:first-child,
.b--content h2:first-child,
.b--content h3:first-child,
.b--content h4:first-child,
.b--content h5:first-child,
.b--content h6:first-child {
    margin-top: 0px !important;
}

.b--content a {
    color: #fba17e;
    position: relative;
    word-break: break-all;
}

.b--content a:after {
    content: " ";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #fba17e;
    transition: all .3s ease-in-out;
}

.b--content a:hover:after, .b--content a:focus:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.b--content p {
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 15px;
}

@media all and (max-width: 992px) {
    .b--content p {
        font-size: 14px;
    }
}

.b--content ul li {
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-left: 60px;
    margin-bottom: 12px;
}

@media all and (max-width: 992px) {
    .b--content ul li {
        margin-left: 30px;
    }
}

@media all and (max-width: 576px) {
    .b--content ul li {
        margin-left: 15px;
    }
}

.b--content ul li::before {
    content: " ";
    background: #92f0a1;
    width: 26px;
    height: 1px;
    top: 15px;
    left: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    position: absolute;
}

.b--content ul li ul {
    margin-top: 12px;
}

.b--content ul li ul li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 10px;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
}

.b--content ol {
    font-size: 16px;
    position: relative;
    counter-reset: my-awesome-counter;
    list-style-type: none;
}

.b--content ol li {
    counter-increment: my-awesome-counter;
    color: #000000;
    margin-bottom: 12px;
    position: relative;
}

.b--content ol li:before {
    content: counter(my-awesome-counter);
    color: #92f0a1;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: auto;
}

.b--content ol li ol {
    margin-top: 20px;
}

.b--content blockquote {
    position: relative;
}

.b--content blockquote p {
    font-size: 22px;
    font-weight: 900;
    margin-left: 150px;
}

@media all and (max-width: 992px) {
    .b--content blockquote p {
        font-size: 18px;
        font-weight: normal;
        margin-left: 90px;
    }
}

.b--content blockquote p::before {
    content: "";
    width: 79px;
    height: 73px;
    background: url(/themes/basic/skin/img/quote.svg) 0 0 no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}

.b--content .wp-block-table {
    overflow-x: auto;
}

.b--content .wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.b--content .wp-block-table table td, .b--content .wp-block-table table th {
    border: 1px solid #000000;
    padding: 0.5em;
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

@media all and (max-width: 992px) {
    .b--content .wp-block-table table td, .b--content .wp-block-table table th {
        font-size: 14px;
    }
}

.b--content em {
    font-size: 16px;
    font-style: italic;
}

.b--content strong {
    font-size: 16px;
    font-weight: 900;
}

.b--content--inverted h1,
.b--content--inverted h2,
.b--content--inverted h3,
.b--content--inverted h4,
.b--content--inverted h5,
.b--content--inverted h6,
.b--content--inverted p,
.b--content--inverted a,
.b--content--inverted ul li,
.b--content--inverted ol li {
    color: #ffffff !important;
}

.b--content--black h5 {
    color: #000000 !important;
    margin-bottom: 0 !important;
}

.b--content .alignright {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 100%;
}

.b--content .alignleft {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 100%;
}

.b--content .aligncenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b--content a div.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.b--content a div.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.b--content a div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.b--content img.size-full {
    max-width: 100%;
    height: auto;
}

.b--content iframe {
    max-width: 100%;
}

.b--content figure.alignright iframe {
    float: right;
    margin: 0 0 1em 1em;
}

.b--content figure.alignleft iframe {
    float: left;
    margin: 0 1em 1em 0;
}

.b--content figure.aligncenter iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.b--content a figure.alignright iframe {
    float: right;
    margin: 0 0 1em 1em;
}

.b--content a figure.alignleft iframe {
    float: left;
    margin: 0 1em 1em 0;
}

.b--content a figure.aligncenter iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.b--content--second h1 {
    font-family: "Abel", sans-serif !important;
    font-size: 100px;
    letter-spacing: 4.68px;
    line-height: 1.13;
    text-transform: uppercase;
}

@media all and (max-width: 1200px) {
    .b--content--second h1 {
        font-size: 60px;
        letter-spacing: 2.7px;
        line-height: 1.3;
    }
}

.b--content--second h2 {
    font-family: "Abel", sans-serif !important;
    font-size: 50px;
    line-height: 1.09;
    letter-spacing: normal;
}

@media all and (max-width: 992px) {
    .b--content--second h2 {
        font-size: 30px;
        letter-spacing: 1.28px;
        line-height: 1.1;
    }
}

.b--content--second h3 {
    font-family: "Maven Pro", sans-serif;
    font-size: 25px;
    line-height: 1.33;
    letter-spacing: normal;
}

@media all and (max-width: 992px) {
    .b--content--second h3 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 1.4;
    }
}

.b--content--second h4 {
    font-family: "Maven Pro", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
}

@media all and (max-width: 992px) {
    .b--content--second h4 {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 1.45;
    }
}

.b--content--second h5 {
    font-size: 20px;
    line-height: 1.5;
}

@media all and (max-width: 992px) {
    .b--content--second h5 {
        font-size: 14px;
    }
}

.b--content--second h6 {
    font-size: 18px;
}

@media all and (max-width: 992px) {
    .b--content--second h6 {
        font-size: 13px;
    }
}

.b--content--second h1,
.b--content--second h2,
.b--content--second h3,
.b--content--second h4,
.b--content--second h5,
.b--content--second h6,
.b--content--second p,
.b--content--second a,
.b--content--second ul li,
.b--content--second ol li {
    color: #0a2d72 !important;
}

.b--content--second h1,
.b--content--second h2,
.b--content--second h3,
.b--content--second h4,
.b--content--second h5,
.b--content--second h6 {
    font-weight: normal !important;
}

.b--content--second h2,
.b--content--second h3,
.b--content--second h4,
.b--content--second h5,
.b--content--second h6 {
    font-weight: normal !important;
    margin-top: 0px;
    margin-bottom: 30px;
}

@media all and (max-width: 992px) {
    .b--content--second h2,
    .b--content--second h3,
    .b--content--second h4,
    .b--content--second h5,
    .b--content--second h6 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.b--content--second p {
    margin-bottom: 15px;
}

.b--content--third h1 {
    font-family: "Abel", sans-serif !important;
    font-size: 100px;
    letter-spacing: 4.68px;
    line-height: 1.13;
    text-transform: uppercase;
}

@media all and (max-width: 1200px) {
    .b--content--third h1 {
        font-size: 60px;
        letter-spacing: 2.7px;
        line-height: 1.3;
    }
}

.b--content--third h2 {
    font-family: "Abel", sans-serif !important;
    font-size: 50px;
    line-height: 1.09;
    letter-spacing: normal;
}

@media all and (max-width: 992px) {
    .b--content--third h2 {
        font-size: 30px;
        letter-spacing: 1.28px;
        line-height: 1.1;
    }
}

.b--content--third h3 {
    font-family: "Maven Pro", sans-serif;
    font-size: 25px;
    line-height: 1.33;
    letter-spacing: normal;
}

@media all and (max-width: 992px) {
    .b--content--third h3 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 1.4;
    }
}

.b--content--third h4 {
    font-family: "Maven Pro", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
}

@media all and (max-width: 992px) {
    .b--content--third h4 {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 1.45;
    }
}

.b--content--third h5 {
    font-size: 20px;
    line-height: 1.5;
}

@media all and (max-width: 992px) {
    .b--content--third h5 {
        font-size: 14px;
    }
}

.b--content--third h6 {
    font-size: 18px;
}

@media all and (max-width: 992px) {
    .b--content--third h6 {
        font-size: 13px;
    }
}

.b--content--third h1,
.b--content--third h2,
.b--content--third h3,
.b--content--third h4,
.b--content--third h5,
.b--content--third h6,
.b--content--third p,
.b--content--third a,
.b--content--third ul li,
.b--content--third ol li {
    color: #ffffff !important;
}

.b--content--third h1,
.b--content--third h2,
.b--content--third h3,
.b--content--third h4,
.b--content--third h5,
.b--content--third h6 {
    font-weight: normal !important;
}

.b--content--third h2,
.b--content--third h3,
.b--content--third h4,
.b--content--third h5,
.b--content--third h6 {
    font-weight: normal !important;
    margin-top: 0px;
    margin-bottom: 30px;
}

@media all and (max-width: 992px) {
    .b--content--third h2,
    .b--content--third h3,
    .b--content--third h4,
    .b--content--third h5,
    .b--content--third h6 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.b--content--third p {
    margin-bottom: 15px;
}

.wp-block-image img {
    height: auto;
}

/* SOCIAL */
/* ======================== variables */
/* ============================== Colors */
/* ======================== MediaQ */
/* ============================== Fonts */
/* ================================= card social */
.b--social__list-group {
    padding-left: 0rem !important;
}

.b--social__list-group__list_item {
    margin: 0 6px;
    display: inline-block;
}

.b--social__list-group__list_item:first-child {
    margin-left: 0;
}

.b--social__list-group__list_item__link {
    width: 28px;
    height: 28px;
    background: #0a2d72;
    color: #eeecec;
    display: block;
    border: 1px solid #0a2d72;
}

.b--social__list-group__list_item__link__icon {
    text-align: center;
    display: block;
}

.b--social__list-group__list_item__link__icon::before {
    font-size: 27px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.b--social__list-group__list_item__link:hover, .b--social__list-group__list_item__link:focus {
    background: #ffffff;
    border: 1px solid #0a2d72;
    color: #0a2d72;
}

.b--social__list-group__list_item__link:hover .b--social__list-group__list-item__link__icon::before, .b--social__list-group__list_item__link:focus .b--social__list-group__list-item__link__icon::before {
    color: #0a2d72;
}
