
/* -------------------------------------------------------------------------- */
div[otype=button] {
    justify-content: flex-start;
    margin: 32px 8px !important;
    width: 100% !important;
}
div[otype=button].button_center {
    justify-content: center;
}
div[otype=button].button_right {
    justify-content: flex-end;
}
div[otype=button] > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1 1 auto !important;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    flex: 0 0 auto !important;
    width: auto !important;
    height: 56px;
    padding: 0 24px !important;
    margin: 0 12px;
    transition: all 0.15s 0s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div[otype=button] > a:hover {
    color: #fff;
    background: rgba(255, 152, 0, 1);
    border: 1px solid rgba(255, 152, 0, 1);
    transition: all 0.3s 0.15s ease-in;
}
div[otype=button] > a > p {
    font-size: 20px;
    font-weight: 300;
    color: #424242;
    white-space: nowrap;
    text-transform: uppercase;
}
div[otype=button] > a > i {
    font-size: 32px;
    color: #008c43;
    margin: 0 8px 0 0;
    transition: all 0.15s 0s ease-out;
}
div[otype=button] > a:hover > p {
    color: rgba(255, 255, 255, 1);
}
div[otype=button] > a:hover > i {
    color: #fff;
}
div[otype=button] > a > b {
}
div[otype=button] > a > b > img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype=button] > a {
    height: 42px;
}
div[otype=button] > a > p {
    font-size: 16px;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
body[mid_2] > main > div {
    padding-bottom: 0;
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
main > div div[otype=location_and_sm] {
    background: #eceff1;
    position: relative;
    border-top: 1px solid #fff;
    margin: 0 -18px 0 -18px !important;
    width: calc(100% + 36px);
    min-width: calc(100% + 36px);
    max-width: calc(100% + 36px);
}
main > div div[otype=location_and_sm]:before {
    content: '';
    display: block;
    position: absolute;
    background: #eceff1;
    left: 0;
    margin-left: calc( ( 100% - 100vw ) / 2 );
    width: calc( ( 100vw - 100% ) / 2 );
    height: calc( 100% - 94px );
    border-top: 94px solid #fff;
}
main > div div[otype=location_and_sm]:after {
    content: '';
    display: block;
    position: absolute;
    background: #eceff1;
    right: 0;
    margin-right: calc( ( 100% - 100vw ) / 2 );
    width: calc( ( 100vw - 100% ) / 2 );
    height: calc( 100% - 94px );
    border-top: 94px solid #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=location_and_sm] > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div[otype=location_and_sm] > div > div {
    display: flex;
    flex-direction: column;
    order: 10;
}
div[otype=location_and_sm] div#cf_col1 {
    width: 33%;
    width: 100%;
    background: #fff;
}
div[otype=location_and_sm] div#cf_col2 {
    width: 33%;
    width: 0%;
    /* background: #fff; */
}
div[otype=location_and_sm] div#cf_col3 {
    width: 34%;
    width: 0%;
}
div[otype=location_and_sm] div#cf_col2 > .cf_header {
    box-shadow: inset 0px 1px 0px 0px rgba(96, 125, 139, .15);
    background: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=location_and_sm] div.cf_header {
    background: #eceff1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
}
div[otype=location_and_sm] div#cf_col2 > .cf_header {
    background: #fff;
}
div[otype=location_and_sm] div.cf_header > i {
    width: 48px;
    margin: 0 18px 0 0;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    color: #008c43;
}
div[otype=location_and_sm] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #374251;
}
/* -------------------------------------------------------------------------- */
div[otype=location_and_sm] .cf_social {
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 12px;
}
div[otype=location_and_sm] .cf_social > a {
    display: flex;
}
div[otype=location_and_sm] .cf_social > a > img {
    width: 38px;
    height: 38px;
    margin: 8px;
    opacity: 0.75;
}
div[otype=location_and_sm] .cf_social > a:hover > img {
    opacity: 1;
    transition: 0.3s;
}
/* -------------------------------------------------------------------------- */
div[otype=location_and_sm] div#cf_col4 {
    width: 100%;
    height: 400px;
    min-height: 300px;
    max-height: 100vh;
}
div[otype=location_and_sm] div.cf_map {
    background: #fff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #fff;
}
div[otype=location_and_sm] div.cf_map > iframe {
    background: #fff;
    width: 100%;
    height: 100%;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
main > div div[otype=location_and_sm] {
    background: #eceff1;
    position: relative;
    margin: 0 -18px !important;
    width: calc(100% + 36px);
    min-width: calc(100% + 36px);
    max-width: calc(100% + 36px);
}
/* -------------------------------------------------------------------------- */
main > div div[otype=location_and_sm]:before ,
main > div div[otype=location_and_sm]:after {
    display: none;
}
/* -------------------------------------------------------------------------- */
div[otype=location_and_sm] div#cf_col1 {
    width: 100%;
}
div[otype=location_and_sm] div#cf_col1 .cf_header {
    background: #fff;
    background: #eceff1;
}
/* -------------------------------------------------------------------------- */
div[otype=location_and_sm] div#cf_col2 {
    order: 1;
    width: 100%;
}
div[otype=location_and_sm] div#cf_col2 .cf_header {
    background: #eceff1;
    white-space: nowrap;
}
/* -------------------------------------------------------------------------- */
div[otype=location_and_sm] div#cf_col3 {
    display: none;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype=location_and_sm] div.cf_header > p {
    font-size: 18px;
}
div[otype=location_and_sm] div#cf_col2 .cf_header {
    flex-wrap: wrap;
    justify-content: center;
}
div[otype=location_and_sm] .cf_social {
    width: 100%;
    margin: 0;
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
div[otype=benefits] div ,
div[otype=benefits] a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
/* -------------------------------------------------------------------------- */
div[otype=benefits] + div[otype=article] {
    /* margin: -12px 0 0 0 !important; */
}
/* -------------------------------------------------------------------------- */
div[otype=benefits] {
    flex: 0 0 calc(33% - 36px);
    margin: 36px 18px 12px 18px !important;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0 0 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0 0 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 88px 0 88px 0;
}
div[otype=benefits] > * {
    position: relative;
    margin: 0 12px 0 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transition: 0.3s;
    text-align: center;
}
.w_center div[otype=benefits] > * {
    margin: 0 10px;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=benefits] > * > img {
    width: 130px;
    height: 73px;
    padding: 18px 0 4px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=benefits] > * > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 8px 0 0 0;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #008c43;
    font-weight: 700;
}
div[otype=benefits] > * > div > p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    color: #424242;
    margin: 12px 24px 24px 24px;
}
/* -------------------------------------------------------------------------- */
div[otype=benefits] > div > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    max-width: calc(100% - 100px);
    height: 32px;
    padding: 0 8px !important;
    margin: auto 12px 24px 12px;
    transition: all 0.15s 0s ease-out;
    font-size: 14px;
    font-weight: 300;
    color: #424242;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div[otype=benefits] > div > a:hover {
    color: #fff;
    background: rgba(255, 152, 0, 1);
    border: 1px solid rgba(255, 152, 0, 1);
}
div[otype=benefits] > div > a > i {
    font-size: 24px;
    color: #008c43;
    margin: 0 8px 0 0;
    transition: all 0.15s 0s ease-out;
}
div[otype=benefits] > div > a:hover > i {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype=benefits] {
    flex: 0 0 calc(50% - 36px);
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype=benefits] {
    flex: 0 0 calc(100% - 36px);
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
div[otype=photo_gallery] {
    justify-content: center;
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px) !important;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery] > figure {
    flex-direction: column;
}
div[otype=photo_gallery] figcaption {
    color: #374251;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
    padding: 8px;
    transition: all 0.15s 0.1s ease-in;
}
div[otype=photo_gallery] figure:hover figcaption {
    background: #008c43;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
/* ---- SAME_RECTANGLES ----------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].simple {
    /* align-items: flex-start; */
}
div[otype=photo_gallery].simple > figure {
    display: flex;
    justify-content: center;
    flex: 0 0 auto !important;
    align-items: center;
    cursor: pointer;
    width: auto !important;
    margin: 6px;
    padding: 0 !important;
}
div[otype=photo_gallery].simple > figure > amp-img {
    box-shadow: 8px 8px 40px -15px rgba(0, 0, 0, 0.75);
    position: relative;
    background: #fff;
}
div[otype=photo_gallery].simple figcaption {
    margin: 0 0 8px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].simple > figure > amp-img:before {
    content: 'zoom_in';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: transparent;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_gallery].simple > figure:hover > amp-img:before {
    color: #fff;
    background-color: rgba(55,66,81,0.3);
}
div[otype=photo_gallery].simple > figure > amp-img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    -moz-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
}
div[otype=photo_gallery].simple > figure:hover > amp-img:after {
    -webkit-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
}
/* -------------------------------------------------------------------------- */
/* ---- SAME_RECTANGLES ----------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].same_rectangles > figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 313px !important;
    max-width: 100%;
    flex: 0 0 313px !important;
    height: 220px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 1px 1px 0;
    cursor: pointer;
}
div[otype=photo_gallery].same_rectangles > figure > amp-img {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    -webkit-transition: all 0.15s 0.1s ease-in;
    -moz-transition: all 0.15s 0.1s ease-in;
    -o-transition: all 0.15s 0.1s ease-in;
    transition: all 0.15s 0.1s ease-in;
}
div[otype=photo_gallery].same_rectangles > figure:hover > amp-img {
    transform: scale(1.2);
    transform-origin: center center;
    -moz-transform: scale(1.2);
    -moz-transform-origin: center center;
    -webkit-transform: scale(1.2);
    -webkit-transform-origin: center center;
}
div[otype=photo_gallery].same_rectangles > figure > amp-img > img {
    display: none !important;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].same_rectangles > figure > amp-img:before {
    content: 'zoom_in';
    display: block;
    position: absolute;
    top: calc(50% - 220px/2);
    left: calc(50% - 100%/2);
    width: 100%;
    height: 220px;
    line-height: 220px;
    color: transparent;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_gallery].same_rectangles > figure:hover > amp-img:before {
    color: #fff;
    background-color: rgba(55,66,81,0.7);
}
div[otype=photo_gallery].same_rectangles > figure > amp-img:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 220px/2);
    left: calc(50% - 100%/2);
    width: 100%;
    height: 220px;
    -webkit-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_gallery].same_rectangles > figure:hover > amp-img:after {
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    -moz-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
}
/* -------------------------------------------------------------------------- */
.pswp__caption__center {
    text-align: center !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery] {
    justify-content: center;
    margin-left: -6px !important;
    margin-right: -6px !important;
    width: calc(100% + 12px) !important;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
main > div div[otype=contacts_and_feedback] {
    background: #eceff1;
    position: relative;
    margin: 0 -18px !important;
    width: calc(100% + 36px);
    min-width: calc(100% + 36px);
    max-width: calc(100% + 36px);
}
main > div div[otype=contacts_and_feedback]:before {
    content: '';
    display: block;
    position: absolute;
    background: #eceff1;
    left: 0;
    margin-left: calc( ( 100% - 100vw ) / 2 );
    width: calc( ( 100vw - 100% ) / 2 );
    height: calc( 100% - 94px );
    border-top: 94px solid #fff;
}
main > div div[otype=contacts_and_feedback]:after {
    content: '';
    display: block;
    position: absolute;
    background: #eceff1;
    right: 0;
    margin-right: calc( ( 100% - 100vw ) / 2 );
    width: calc( ( 100vw - 100% ) / 2 );
    height: calc( 100% - 94px );
    border-top: 94px solid #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div[otype=contacts_and_feedback] > div > div {
    width: 33%;
    display: flex;
    flex-direction: column;
}
div[otype=contacts_and_feedback] div#cf_col1 {
    background: #fff;
}
div[otype=contacts_and_feedback] div#cf_col3 {
    width: 34%;
    background: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div.cf_header {
    background: #eceff1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
}
div[otype=contacts_and_feedback] div#cf_col2 > .cf_header {
    background: #fff;
}
div[otype=contacts_and_feedback] div.cf_header > i {
    width: 48px;
    margin: 0 18px 0 0;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    color: #008c43;
}
div[otype=contacts_and_feedback] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #374251;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div.cf_content > div {
    margin: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
div[otype=contacts_and_feedback] div.cf_content div {
    display: flex;
}
div[otype=contacts_and_feedback] div.cf_content > div > a ,
div[otype=contacts_and_feedback] div.cf_content > div > div ,
div[otype=contacts_and_feedback] div.cf_content > div > p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    flex: 0 0 100%;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_address_1 {
    font-size: 18px;
    font-weight: 700;
    display: block !important;
    text-align: center;
}
div[otype=contacts_and_feedback] .cf_address_2 {
    font-size: 24px;
    font-weight: 700;
    color: #008c43 !important;
    display: block !important;
    text-align: center;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_schedule {
    justify-content: center;
    align-items: center;
    margin: 12px 0 0 0;
}
div[otype=contacts_and_feedback] .cf_schedule > i {
    width: 42px;
    font-size: 42px;
    line-height: 48px;
    margin: 0 12px 0 0;
}
div[otype=contacts_and_feedback] .cf_schedule > p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}
div[otype=contacts_and_feedback] .cf_schedule > div {
    width: 100%;
    margin: 8px 0 0 0;
    flex-direction: column;
    align-items: center;
}
div[otype=contacts_and_feedback] .cf_work_status {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: center;
}
div[otype=contacts_and_feedback] .cf_work_status * {
    white-space: nowrap;
    margin: 0 0 4px 0;
}
div[otype=contacts_and_feedback] .cf_work_status span {
    flex: 0 0 70px;
    font-size: 16px;
    font-weight: 700;
}
div[otype=contacts_and_feedback] .cf_work_status font {
    flex: 0 0 110px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}
div[otype=contacts_and_feedback] .cf_work_status font b {
    font-size: 14px;
    color: #008c43;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_work_status_now {
    display: flex;
    width: 170px;
    flex-wrap: nowrap !important;
    align-items: center;
    position: relative;
    background: #fff;
    border: 1px solid #d6d9d5;
    border-radius: 4px;
    box-shadow: 4px 4px 0 #e5e5e5;
    margin: 12px 0 0 0;
    padding: 4px 12px;
}
div[otype=contacts_and_feedback] .cf_work_status_now > i {
    color: #4ba920;
    margin: 0 8px 2px 0;
}
div[otype=contacts_and_feedback] .cf_work_status_now.cf_work_status_now_off > i {
    color: #f44336;
    margin: 0 8px 0 -2px;
}
div[otype=contacts_and_feedback] .cf_work_status_now > font {
    color: #5d6e79;
    font-size: 14px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-left: 8px;
}
div[otype=contacts_and_feedback] .cf_work_status_now:before {
    content: '';
    position: absolute;
    left: 14px;
    transform: translateY(-50%);
    top: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #d6d9d5;
}
div[otype=contacts_and_feedback] .cf_work_status_now:after {
    content: '';
    position: absolute;
    left: 14px;
    transform: translateY(-50%);
    top: -7px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_location {
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    margin: 24px 0 18px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_location img {
    width: 87px;
    height: 87px;
    margin: 0 24px -18px 0;
}
div[otype=contacts_and_feedback] .cf_location > p {
    position: relative;
    margin: 0 0 0 0;
}
div[otype=contacts_and_feedback] .cf_location > p > b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
div[otype=contacts_and_feedback] .cf_location > p > b:before ,
div[otype=contacts_and_feedback] .cf_location > p > b:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background: #008c43;
}
div[otype=contacts_and_feedback] .cf_location > p > b:nth-child(1):before{
    margin: 6px 0 0 6px;
}
div[otype=contacts_and_feedback] .cf_location > p > b:nth-child(1):after{
    margin: 6px 0 0 72px;
}
div[otype=contacts_and_feedback] .cf_location > p > b:nth-child(2):before{
    margin: 72px 0 0 6px;
}
div[otype=contacts_and_feedback] .cf_location > p > b:nth-child(2):after{
    margin: 66px 0 0 66px;
    width: 3px;
    height: 3px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_location > div {
    flex-direction: column;
}
div[otype=contacts_and_feedback] .cf_location a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap !important;
}
div[otype=contacts_and_feedback] .cf_location a * {
    white-space: nowrap;
}
div[otype=contacts_and_feedback] .cf_location a span {
    font-size: 14px;
    font-weight: 700;
    width: 40px;
    color: #008c43;
}
div[otype=contacts_and_feedback] .cf_location a b {
    margin: 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #242626;
    border-bottom: 1px dotted #242626;
}
div[otype=contacts_and_feedback] .cf_location a:hover b {
    color: #008c43;
    border-bottom: 1px dotted transparent;
}
div[otype=contacts_and_feedback] .cf_location a i {
    font-size: 32px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] a.cf_google_maps {
    display: flex;
    align-items: center;
    margin-top: 8px !important;
}
div[otype=contacts_and_feedback] a.cf_google_maps > img {
    width: 32px;
    height: 32px;
    margin: 0 12px 0 0;
}
div[otype=contacts_and_feedback] a.cf_google_maps > p {
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #242626;
    font-weight: 800;
    color: #242626;
}
div[otype=contacts_and_feedback] a.cf_google_maps:hover > p {
    color: #008c43;
    border-bottom: 1px solid transparent;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_subheader {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_phone {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 12px;
}
div[otype=contacts_and_feedback] .cf_phone > span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #6d7681;
    margin: 2px 8px 0 0;
}
div[otype=contacts_and_feedback] .cf_phone > b {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #374251;
}
div[otype=contacts_and_feedback] .cf_phone:hover > span ,
div[otype=contacts_and_feedback] .cf_phone:hover > b {
    color: #008c43;
}
div[otype=contacts_and_feedback] .phone_description {
    width: 208px !important;
    margin: 0 auto 4px auto;
    justify-content: flex-end !important;
    text-align: right;
    font-weight: 300;
    font-size: 14px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] #cf_messengers {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 12px 0 24px 0;
}
div[otype=contacts_and_feedback] #cf_messengers a.cf_messenger {
    margin: 0 4px;
}
div[otype=contacts_and_feedback] #cf_messengers a.cf_messenger > img {
    height: 28px;
    filter:             grayscale(70%) opacity(70%);
    -webkit-filter:     grayscale(70%) opacity(70%);
    -moz-filter:        grayscale(70%) opacity(70%);
}
div[otype=contacts_and_feedback] #cf_messengers a.cf_messenger:hover > img {
    filter:             grayscale(0%) opacity(100%);
    -webkit-filter:     grayscale(0%) opacity(100%);
    -moz-filter:        grayscale(0%) opacity(100%);
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_emails {
    margin: 8px 0 0 0;
    align-items: flex-start;
}
div[otype=contacts_and_feedback] .cf_emails i {
    width: 42px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    margin: 0 8px 0 0;
}
div[otype=contacts_and_feedback] .cf_emails span {
    display: flex;
    flex-direction: column;
}
div[otype=contacts_and_feedback] .cf_emails a {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(36, 38, 28, 1);
    color: rgba(36, 38, 28, 1);
}
div[otype=contacts_and_feedback] .cf_emails a:hover {
    border-bottom: 1px solid rgba(36, 38, 28, 0);
    color: #008c43;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_share {
    margin: 24px 0 0 0;
    align-items: center;
}
div[otype=contacts_and_feedback] .cf_share i {
    width: 42px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    margin: 0 12px 0 0;
}
div[otype=contacts_and_feedback] .cf_share > span {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    white-space: nowrap;
}
div[otype=contacts_and_feedback] .cf_social {
    display: flex;
    align-items: center;
    margin: 0 0 0 12px;
}
div[otype=contacts_and_feedback] .cf_social > a {
    display: flex;
    border-color: transparent !important;
    margin: 0px !important;
}
div[otype=contacts_and_feedback] .cf_social > a > img {
    width: 38px;
    height: 38px;
    margin: 8px;
    opacity: 0.75;
}
div[otype=contacts_and_feedback] .cf_social > a:hover > img {
    opacity: 1;
    transition: 0.3s;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cvu_feed {
    margin: 12px 40px 12px 60px;
}
div[otype=contacts_and_feedback] .cvu_feed .success-text {
    margin-right: 20px;
    margin-bottom: 24px;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
main > div div[otype=contacts_and_feedback] {
    background: #eceff1;
    position: relative;
    margin: 0 -18px !important;
    width: calc(100% + 36px);
    min-width: calc(100% + 36px);
    max-width: calc(100% + 36px);
}
/* -------------------------------------------------------------------------- */
main > div div[otype=contacts_and_feedback]:before ,
main > div div[otype=contacts_and_feedback]:after {
    display: none;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div#cf_col1 ,
div[otype=contacts_and_feedback] div#cf_col2 {
    width: 50%;
}
div[otype=contacts_and_feedback] div#cf_col3 {
    width: 100%;
}
div[otype=contacts_and_feedback] div#cf_col3 div.cf_header{
    background: rgba(236,239,241,0.5);
    box-shadow: inset 0px 10px 10px 0px rgba(96, 125, 139, .15);
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div#cf_col1 ,
div[otype=contacts_and_feedback] div#cf_col2 {
    width: 100%;
}
div[otype=contacts_and_feedback] div#cf_col2 > .cf_header {
    background: #eceff1;
}
div[otype=contacts_and_feedback] div#cf_col2 > .cf_content {
    background: #fff;
}
div[otype=contacts_and_feedback] div.cf_content > div > a ,
div[otype=contacts_and_feedback] div.cf_content > div > div,
div[otype=contacts_and_feedback] div.cf_content > div > p {
    align-items: center;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div.cf_header > p {
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cvu_feed {
    margin: 12px 4px 12px 32px;
}
div[otype=contacts_and_feedback] .cvu_feed .success-text {
    margin-right: 41px;
    margin-bottom: 24px;
}
div[otype=contacts_and_feedback] .cvu-form_send {
    margin: 0 32px 12px 0;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div.cf_content > div > div.cf_location {
    flex-direction: column;
}
div[otype=contacts_and_feedback] .cf_location > p {
    margin: 8px 0 24px 18px;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
main > div div[otype=article] {
    width: calc(100% + 36px);
    margin: 0 -18px;
    align-content: flex-start;
}
main > div div[otype=article] > div[otype] > *:not(.ol-article)  {
    padding: 0 12px;
    flex: 0 0 calc(100% - 24px);
    width: calc(100% - 24px);
}
/* -------------------------------------------------------------------------- */
div[otype].w1{width:8.333333333333333% !important}
div[otype].w2{width:16.66666666666667% !important}
div[otype].w3{width:25% !important}
div[otype].w4{width:33.33333333333333% !important}
div[otype].w5{width:41.66666666666667% !important}
div[otype].w6{width:50% !important}
div[otype].w7{width:58.33333333333333% !important}
div[otype].w8{width:66.66666666666667% !important}
div[otype].w9{width:75% !important}
div[otype].w10{width:83.33333333333333% !important}
div[otype].w11{width:91.66666666666666% !important}
div[otype].w13{
    width: 100vw;
    min-width: 100vw;
    margin-left: calc( (100% - 100vw)/2 );
    margin-right: calc( (100% - 100vw)/2 );
}
/* -------------------------------------------------------------------------- */
/*
div[otype].w1{width:8.333333333333333% !important; min-width: 8.333333333333333%; max-width: 8.333333333333333%;}
div[otype].w2{width:16.66666666666667% !important; min-width: 16.66666666666667%; max-width: 16.66666666666667%;}
div[otype].w3{width:25% !important; min-width: 25%%; max-width: 25%%;}
div[otype].w4{width:33.33333333333333% !important; min-width: 33.33333333333333%; max-width: 33.33333333333333%;}
div[otype].w5{width:41.66666666666667% !important; min-width: 41.66666666666667%; max-width: 41.66666666666667%;}
div[otype].w6{width:50% !important; min-width: 50%; max-width: 50%;}
div[otype].w7{width:58.33333333333333% !important; min-width: 58.33333333333333%; max-width: 58.33333333333333%;}
div[otype].w8{width:66.66666666666667% !important; min-width: 66.66666666666667%; max-width: 66.66666666666667%;}
div[otype].w9{width:75% !important; min-width: 75%; max-width: 75%;}
div[otype].w10{width:83.33333333333333% !important; min-width: 83.33333333333333%; max-width: 83.33333333333333%;}
div[otype].w11{width:91.66666666666666% !important; min-width: 91.66666666666666%; max-width: 91.66666666666666%;}
*/
/* -------------------------------------------------------------------------- */
/*
div[otype].w1{width:calc(8.333333333333333% - 12px)}
div[otype].w2{width:calc(16.66666666666667% - 12px)}
div[otype].w3{width:calc(25% - 12px)}
div[otype].w4{width:calc(33.33333333333333% - 12px)}
div[otype].w5{width:calc(41.66666666666667% - 12px)}
div[otype].w6{width:calc(50% - 12px)}
div[otype].w7{width:calc(58.33333333333333% - 12px)}
div[otype].w8{width:calc(66.66666666666667% - 12px)}
div[otype].w9{width:calc(75% - 12px)}
div[otype].w10{width:calc(83.33333333333333% - 12px)}
div[otype].w11{width:calc(91.66666666666666% - 12px)}
*/
div[otype].w_nowrap {
    flex-wrap: nowrap;
}
div[otype].w_center {
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype].w1,div[otype].w2,div[otype].w3,div[otype].w4,
div[otype].w5,div[otype].w6,div[otype].w7,div[otype].w8,
div[otype].w9,div[otype].w10,div[otype].w11,div[otype].w12,
div[otype].m12{
    /* width:100% !important; */
    width: calc(100% + 24px) !important;
}
/* -------------------------------------------------------------------------- */
div[otype].m1{width:8.333333333333333% !important}
div[otype].m2{width:16.66666666666667% !important}
div[otype].m3{width:25% !important}
div[otype].m4{width:33.33333333333333% !important}
div[otype].m5{width:41.66666666666667% !important}
div[otype].m6{width:50% !important}
div[otype].m7{width:58.33333333333333% !important}
div[otype].m8{width:66.66666666666667% !important}
div[otype].m9{width:75% !important}
div[otype].m10{width:83.33333333333333% !important}
div[otype].m11{width:91.66666666666666% !important}
/*
div[otype].m1{width:8.333333333333333% !important; min-width: 8.333333333333333%; max-width: 8.333333333333333%;}
div[otype].m2{width:16.66666666666667% !important; min-width: 16.66666666666667%; max-width: 16.66666666666667%;}
div[otype].m3{width:25% !important; min-width: 25%%; max-width: 25%%;}
div[otype].m4{width:33.33333333333333% !important; min-width: 33.33333333333333%; max-width: 33.33333333333333%;}
div[otype].m5{width:41.66666666666667% !important; min-width: 41.66666666666667%; max-width: 41.66666666666667%;}
div[otype].m6{width:50% !important; min-width: 50%; max-width: 50%;}
div[otype].m7{width:58.33333333333333% !important; min-width: 58.33333333333333%; max-width: 58.33333333333333%;}
div[otype].m8{width:66.66666666666667% !important; min-width: 66.66666666666667%; max-width: 66.66666666666667%;}
div[otype].m9{width:75% !important; min-width: 75%; max-width: 75%;}
div[otype].m10{width:83.33333333333333% !important; min-width: 83.33333333333333%; max-width: 83.33333333333333%;}
div[otype].m11{width:91.66666666666666% !important; min-width: 91.66666666666666%; max-width: 91.66666666666666%;}
*/
/*
div[otype].m1{width:calc(8.333333333333333% - 12px)}
div[otype].m2{width:calc(16.66666666666667% - 12px)}
div[otype].m3{width:calc(25% - 12px)}
div[otype].m4{width:calc(33.33333333333333% - 12px)}
div[otype].m5{width:calc(41.66666666666667% - 12px)}
div[otype].m6{width:calc(50% - 12px)}
div[otype].m7{width:calc(58.33333333333333% - 12px)}
div[otype].m8{width:calc(66.66666666666667% - 12px)}
div[otype].m9{width:calc(75% - 12px)}
div[otype].m10{width:calc(83.33333333333333% - 12px)}
div[otype].m11{width:calc(91.66666666666666% - 12px)}
*/
/* -------------------------------------------------------------------------- */
div[otype].w_nowrap:not(.m_nowrap) {
    flex-wrap: wrap;
}
div[otype].m_nowrap {
    flex-wrap: nowrap;
}
/* -------------------------------------------------------------------------- */
div[otype].m_center {
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype].w1,div[otype].w2,div[otype].w3,div[otype].w4,
div[otype].w5,div[otype].w6,div[otype].w7,div[otype].w8,
div[otype].w9,div[otype].w10,div[otype].w11,
div[otype].m1,div[otype].m2,div[otype].m3,div[otype].m4,
div[otype].m5,div[otype].m6,div[otype].m7,div[otype].m8,
div[otype].m9,div[otype].m10,div[otype].m11,div[otype].m12,
div[otype].s12{
    /* width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; */
    width: calc(100% + 36px) !important;
}
/* -------------------------------------------------------------------------- */
div[otype].s1{width:8.333333333333333% !important}
div[otype].s2{width:16.66666666666667% !important}
div[otype].s3{width:25% !important}
div[otype].s4{width:33.33333333333333% !important}
div[otype].s5{width:41.66666666666667% !important}
div[otype].s6{width:50% !important}
div[otype].s7{width:58.33333333333333% !important}
div[otype].s8{width:66.66666666666667% !important}
div[otype].s9{width:75% !important}
div[otype].s10{width:83.33333333333333% !important}
div[otype].s11{width:91.66666666666666% !important}
/*
div[otype].s1{width:8.333333333333333% !important; min-width: 8.333333333333333%; max-width: 8.333333333333333%;}
div[otype].s2{width:16.66666666666667% !important; min-width: 16.66666666666667%; max-width: 16.66666666666667%;}
div[otype].s3{width:25% !important; min-width: 25%%; max-width: 25%%;}
div[otype].s4{width:33.33333333333333% !important; min-width: 33.33333333333333%; max-width: 33.33333333333333%;}
div[otype].s5{width:41.66666666666667% !important; min-width: 41.66666666666667%; max-width: 41.66666666666667%;}
div[otype].s6{width:50% !important; min-width: 50%; max-width: 50%;}
div[otype].s7{width:58.33333333333333% !important; min-width: 58.33333333333333%; max-width: 58.33333333333333%;}
div[otype].s8{width:66.66666666666667% !important; min-width: 66.66666666666667%; max-width: 66.66666666666667%;}
div[otype].s9{width:75% !important; min-width: 75%; max-width: 75%;}
div[otype].s10{width:83.33333333333333% !important; min-width: 83.33333333333333%; max-width: 83.33333333333333%;}
div[otype].s11{width:91.66666666666666% !important; min-width: 91.66666666666666%; max-width: 91.66666666666666%;}
*/
/*
div[otype].s1{width:calc(8.333333333333333% - 12px)}
div[otype].s2{width:calc(16.66666666666667% - 12px)}
div[otype].s3{width:calc(25% - 12px)}
div[otype].s4{width:calc(33.33333333333333% - 12px)}
div[otype].s5{width:calc(41.66666666666667% - 12px)}
div[otype].s6{width:calc(50% - 12px)}
div[otype].s7{width:calc(58.33333333333333% - 12px)}
div[otype].s8{width:calc(66.66666666666667% - 12px)}
div[otype].s9{width:calc(75% - 12px)}
div[otype].s10{width:calc(83.33333333333333% - 12px)}
div[otype].s11{width:calc(91.66666666666666% - 12px)}
*/
div[otype].s12{width:100%}
/* -------------------------------------------------------------------------- */
div[otype].w_nowrap:not(.m_nowrap):not(.s_nowrap) ,
div[otype].m_nowrap:not(.s_nowrap) {
    flex-wrap: wrap;
}
div[otype].s_nowrap {
    flex-wrap: nowrap;
}
/* -------------------------------------------------------------------------- */
div[otype].s_center {
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
div[otype=youtube] {
    justify-content: center;
    width: 100%;
}
div[otype=youtube] > * {
    padding: 0 !important;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
main > div div[otype=header] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 12px;
    /* white-space: nowrap; */
}
main > div div[otype=header].ol-h4 ,
main > div div[otype=header].ol-h5 ,
main > div div[otype=header].ol-h6 {
    margin: 12px 0px 8px 0px !important;
    padding: 12px;
    height: auto;
    position: relative;
    justify-content: flex-start;
    border-bottom: 1px solid #008c43;
}
/* -------------------------------------------------------------------------- */
main > div div[otype=header] > img {
    max-width: 121px;
    max-height: 90px;
    padding: 0 !important;
    flex: 0 1 auto !important;
    width: auto !important;
    z-index: 100;
    margin: 0 2px 0 0;
}
main > div div[otype=header] > img {
    max-width: 121px;
    max-height: 90px;
    padding: 0 !important;
    flex: 0 1 auto !important;
    width: auto !important;
    z-index: 100;
    margin: 0 2px 0 0;
}
main > div div[otype=header].ol-h4 > img ,
main > div div[otype=header].ol-h5 > img ,
main > div div[otype=header].ol-h6 > img {
    max-width: 72px;
    max-height: 72px;
    padding: 0 !important;
    flex: 0 1 auto !important;
    width: auto !important;
    z-index: 100;
    margin: 0 18px 0 0;
}
/* -------------------------------------------------------------------------- */
main > div div[otype=header] > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    flex: 0 1 auto !important;
    width: auto !important;
}
main > div div[otype=header] > img + div {
    align-items: center;
}
main > div div[otype=header].ol-h4 > div ,
main > div div[otype=header].ol-h5 > div ,
main > div div[otype=header].ol-h6 > div {
    align-items: flex-start;
}
/* -------------------------------------------------------------------------- */
div[otype=header]:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 105px;
    left: 0;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0 6px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0 6px 6px 0px rgba(0, 0, 0, 0.15);
}
div[otype=header].ol-h4:before ,
div[otype=header].ol-h5:before ,
div[otype=header].ol-h6:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}
/* -------------------------------------------------------------------------- */
#breadcrumbs + div[otype=article] > div[otype=header]:first-child:before {
    -webkit-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0 6px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0 6px 6px 0px rgba(0, 0, 0, 0.15);
}
.ol-article h1 ,
.ol-article h2 ,
.ol-article h3 {
    color: #008c43;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    position: relative;
}
.ol-article h4 ,
.ol-article h5 ,
.ol-article h6 {
    color: #008c43;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    position: relative;
}
.ol-article.non_uppercase h1 ,
.ol-article.non_uppercase h2 ,
.ol-article.non_uppercase h3 ,
.ol-article.non_uppercase h4 ,
.ol-article.non_uppercase h5 ,
.ol-article.non_uppercase h6 {
    text-transform: none !important;
}
div[otype=header] h1 > b ,
div[otype=header] h2 > b ,
div[otype=header] h3 > b ,
div[otype=header] h4 > b ,
div[otype=header] h5 > b ,
div[otype=header] h6 > b {
    color: #212121;
}
div[otype=header] p {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: #424242;
    margin: 8px 0 0 0;
    z-index: 100;
}
div[otype=header] h4 + p ,
div[otype=header] h5 + p ,
div[otype=header] h6 + p {
    text-align: left;
}
/* -------------------------------------------------------------------------- */
div.w1 div[otype=header] ,
div.w2 div[otype=header] ,
div.w3 div[otype=header] ,
div.w4 div[otype=header] ,
div.w5 div[otype=header] ,
div.w6 div[otype=header] ,
div.w7 div[otype=header] ,
div.w8 div[otype=header] ,
div.w9 div[otype=header] ,
div.w10 div[otype=header] ,
div.w11 div[otype=header] {
    position: relative;
}
div.w1 div[otype=header]:after ,
div.w2 div[otype=header]:after ,
div.w3 div[otype=header]:after ,
div.w4 div[otype=header]:after ,
div.w5 div[otype=header]:after ,
div.w6 div[otype=header]:after ,
div.w7 div[otype=header]:after ,
div.w8 div[otype=header]:after ,
div.w9 div[otype=header]:after ,
div.w10 div[otype=header]:after ,
div.w11 div[otype=header]:after {
    width: 100%;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
.ol-article h1,
.ol-article h2,
.ol-article h3 {
    font-size: 32px;
}
.ol-article h4,
.ol-article h5,
.ol-article h6 {
    font-size: 28px;
}
main > div div[otype=header] > img {
    max-width: 91px;
    max-height: 70px;
    margin-left: -8px;
}
div[otype=header] p {
    letter-spacing: 1px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
.ol-article h1,
.ol-article h2,
.ol-article h3 {
    font-size: 28px;
}
.ol-article h4,
.ol-article h5,
.ol-article h6 {
    font-size: 22px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
.ol-article h1,
.ol-article h2,
.ol-article h3 ,
.ol-article h4,
.ol-article h5,
.ol-article h6 {
    font-family: 'Roboto Condensed', sans-serif;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
div[otype=file_single] {
    justify-content: center;
    align-items: flex-start;
}
div[otype=file_single] > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 0 0 calc(100% - 36px) !important;
    max-width: 600px;
    min-width: 272px;
    background: #fff;
    box-shadow: 8px 10px 15px 0px rgba(0,0,0,0.25), inset -8px -162px 28px 17px rgba(255,255,255,0.6);
    box-sizing: border-box;
    position: relative;
    margin: 18px;
    padding: 12px 24px 12px 16px !important;
    transition: all 0.15s 0s ease-in;
}
div[otype=file_single] > a:hover {
    margin: 8px 18px 28px 18px;
    box-shadow: 15px 15px 40px -5px rgba(0,0,0,0.5), inset -8px -88px 28px 17px rgba(255,255,255,0.6);
    transition: all 0.3s 0.15s ease-out;
}
/* -------------------------------------------------------------------------- */
div[otype=file_single] > a > img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}
/* -------------------------------------------------------------------------- */
div[otype=file_single] > a > span {
    display: flex;
    flex-direction: column;
}
div[otype=file_single] > a > span > * {
    text-decoration: none;
}
div[otype=file_single] > a > span > b {
    margin-bottom: auto;
    color: #008c43;
    font-size: 18px;
    line-height: 1.1;
}
div[otype=file_single] > a > span > font {
    margin-top: 8px;
    font-size: 12px;
    color: #607d8b;
}
div[otype=file_single] > a > span > u {
    font-size: 12px;
    color: #607d8b;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=photo_single] {
    justify-content: center;
    width: 100%;
}
div[otype=photo_single] > figure ,
div[otype=photo_single] > figure > a {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    margin: 0;
}
div[otype=photo_single] > figure > a {
    display: block;
}
div[otype=photo_single] > figure > amp-img {
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.15s 0.1s ease-in;
    -moz-transition: all 0.15s 0.1s ease-in;
    -o-transition: all 0.15s 0.1s ease-in;
    transition: all 0.15s 0.1s ease-in;
}
.i-amphtml-lbg-caption-text ,
.amp-image-lightbox-caption {
    background: rgba(0,0,0,0.25);
    max-height: 25%;
    padding: 8px !important;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_single] figcaption {
    display: inline-block;
    width: calc(100% - 16px);
    text-align: center;
    color: #3b64a5;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
    padding: 8px;
}
div[otype=photo_single] a:hover figcaption {
    background: #3b64a5;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_single] > figure > amp-img[lightbox] {
    cursor: pointer;
}
div[otype=photo_single] > figure > amp-img[lightbox]:before {
    content: 'zoom_in';
    display: block;
    position: absolute;
    z-index: 100;
    top: calc(50% - 0px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: transparent;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_single] > figure > amp-img[lightbox]:hover:before {
    top: calc(50% - 40px);
    color: rgba(255,255,255,0.9);
    text-shadow: 0px 0px 2px rgba(55,66,81,1),
                 0px 0px 4px rgba(55,66,81,1),
                 0px 0px 8px rgba(55,66,81,1);
}
div[otype=photo_single] > figure > amp-img[lightbox]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55,66,81,0.0);
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_single] > figure > amp-img[lightbox]:hover:after {
    background: rgba(55,66,81,0.1);
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=table] div:not(.ol-article) ,
div[otype=table] a {
    display: flex;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------- */
main > div > div[otype=table] {
    align-items: stretch;
    margin: 0;
}
div[otype=table] ,
div[otype=table] > div:not(.ol-article) {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
}
div[otype=table] div.ol-article {
    width: 100%;
}
div[otype=table] div.ol-article > *:first-child {
    margin-top: 0;
}
div[otype=table] div.ol-article > *:last-child {
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
div[otype=table] div.ol-article {
    overflow-x: auto;
}
div[otype=table] div.ol-article::-webkit-scrollbar{width:.7em;height:.7em}
div[otype=table] div.ol-article::-webkit-scrollbar-button{display:none}
div[otype=table] div.ol-article::-webkit-scrollbar-track{background-color:#cfd8dc;}
div[otype=table] div.ol-article::-webkit-scrollbar-thumb{background-color:#b0bec5;}
div[otype=table] div.ol-article::-webkit-scrollbar-thumb:hover{background-color:#90a4ae;}
div[otype=table] div.ol-article::-webkit-scrollbar-thumb:active{background-color:#78909c;}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=text] {
    width: 100%;
}
div[otype=text] div:not(.ol-article) ,
div[otype=text] a {
    display: flex;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------- */
main > div > div[otype=text] {
    align-items: stretch;
    margin: 0;
}
div[otype=text] ,
div[otype=text] > div:not(.ol-article) {
    flex-direction: row;
    flex-wrap: nowrap;
}
div[otype=text] div.ol-article {
    width: 100%;
}
div[otype=text] div.ol-article > *:first-child {
    margin-top: 0;
}
div[otype=text] div.ol-article > *:last-child {
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
div[otype=text] > i ,
div[otype=text] > div:not(.ol-article) > i {
    width: 64px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    color: #008c43;
    margin: -4px 0 0 0;
}
div[otype=text].with-bg {
    margin: 0 !important;
    /* margin: 0 -6px!important;
    padding: 0 6px; */
}
div[otype=text].with-bg > div {
    padding: 18px !important;
    flex: 0 0 calc(100% - 36px) !important;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype].with-bg.w1 > div,
div[otype].with-bg.w2 > div,
div[otype].with-bg.w3 > div,
div[otype].with-bg.w4 > div,
div[otype].with-bg.w5 > div,
div[otype].with-bg.w6 > div,
div[otype].with-bg.w7 > div,
div[otype].with-bg.w8 > div,
div[otype].with-bg.w9 > div,
div[otype].with-bg.w10 > div,
div[otype].with-bg.w11 > div,
div[otype].with-bg.w12 > div,

div[otype].with-bg.m12 > div {
    width: calc(100% - 24px) !important;
    flex: 0 0 calc(100% - 24px) !important;
    margin: 0 -6px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype].with-bg.w1 > div,
div[otype].with-bg.w2 > div,
div[otype].with-bg.w3 > div,
div[otype].with-bg.w4 > div,
div[otype].with-bg.w5 > div,
div[otype].with-bg.w6 > div,
div[otype].with-bg.w7 > div,
div[otype].with-bg.w8 > div,
div[otype].with-bg.w9 > div,
div[otype].with-bg.w10 > div,
div[otype].with-bg.w11 > div,
div[otype].with-bg.w12 > div,

div[otype].with-bg.m1 > div,
div[otype].with-bg.m2 > div,
div[otype].with-bg.m3 > div,
div[otype].with-bg.m4 > div,
div[otype].with-bg.m5 > div,
div[otype].with-bg.m6 > div,
div[otype].with-bg.m7 > div,
div[otype].with-bg.m8 > div,
div[otype].with-bg.m9 > div,
div[otype].with-bg.m10 > div,
div[otype].with-bg.m11 > div,
div[otype].with-bg.m12 > div,

div[otype].with-bg.s12 > div {
    width: calc(100% - 24px) !important;
    flex: 0 0 calc(100% - 24px) !important;
    margin: 0 -6px;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
main > div > div[otype=callback] {
    background: #eceff1;
    margin: 0 0 -18px 0 !important;
    width: calc(100% + 0px);
    min-width: calc(100% + 0px);
    max-width: calc(100% + 0px);
}
main > div div[otype=callback]:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    height: 94px;
    z-index: 97;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
div[otype=callback] > div > div#cf_col {
    flex: 0 0 425px;
    width: 425px;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 98;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] div.cf_header {
    background: #eceff1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
}
div[otype=callback] div.cf_header > i {
    flex: 0 0 64px;
    width: 64px;
    text-align: left;
    font-size: 48px;
    line-height: 94px;
    color: #008c43;
}
div[otype=callback] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    color: #374251;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] .informer_1 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #607d8b;
    text-align: center;
    margin: 8px 0 18px 0;
}
div[otype=callback] .informer_2 {
    width: calc(100% + 80px);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #4caf50;
    text-align: center;
    margin: 18px -40px 18px -40px;

}
/* -------------------------------------------------------------------------- */
div[otype=callback] .cvu-form_send {
    margin: 18px 0 12px 0;
}
div[otype=callback] .cvu_feed {
    margin: 12px 40px 12px 40px;
}
div[otype=callback] .cvu_feed .success-text {
    margin-bottom: 24px;
}
div[otype=callback] .cvu_submit > i {
    margin-top: -4px;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
main > div div[otype=callback] {
    margin: 0 -18px -18px -18px !important;
    width: calc(100% + 36px);
    min-width: unset;
    max-width: unset;
}
main > div div[otype=callback]:before {
    display: none;
}
div[otype=callback] > div > div#cf_col {
    flex: 0 0 100%;
    width: 100%;
}
div[otype=callback] .informer_2 {
    width: 100%;
    margin: 18px 0 18px 0;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
div[otype=callback] div.cf_header > p {
    font-size: 16px;
}
div[otype=callback] .cvu_feed {
    margin: 12px 20px 12px 20px;
}
div[otype=callback] .cvu_submit > span {
    margin-left: 8px;
}
div[otype=callback] .cvu_submit > i {
    margin-left: -4px;
}
/* -------------------------------------------------------------------------- */
}
