
/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# background, border, padding - scheme-presets
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.bgw {
    background: #fff;
}
.bgb {
    background: #000;
}


/*zebra:*/
.zebra-101,
.zebra-1,
.zebra-401 {
    background: var(--zebra101bg);
}
.zebra-201,
.zebra-2,
.zebra-501 {
    background: var(--zebra201bg);
}
.zebra-301,
.zebra-3,
.zebra-601 {
    background: var(--zebra301bg);
}
.bg-tr-w8 {
    background: rgba(255,255,255, 0.8);
}
.bg-tr-w5 {
    background: rgba(255,255,255, 0.5);
}
.bg-tr-w2 {
    background: rgba(255,255,255, 0.2);
}
.bg-tr-b8 {
    background: rgba(0,0,0, 0.8);
}
.bg-tr-b5 {
    background: rgba(0,0,0, 0.5);
}
.bg-tr-b4 {
    background: rgba(0,0,0, 0.4);
}
.bg-tr-b3 {
    background: rgba(0,0,0, 0.3);
}
.bg-tr-b2 {
    background: rgba(0,0,0, 0.2);
}
.bg-tr-b1 {
    background: rgba(0,0,0, 0.1);
}
.bgno,
.nobg {
    background: none !important;
}

.noborder,
.borderno {
    border:none !important;
}

/* # ~~~~~ end backgrounds ~~~~~ # */


/*borders:*/
.border-style-1{
    border: 1px solid #cccccc;
}
.border-color-scheme-1{
    /*go*/
border: 1px solid transparent;
background: radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}
.border-style-2{
    border: 1px solid #CCC4B4;
}
.border-color-scheme-2{
    /*go*/
}
.border-style-3{
    border: 1px solid #CCBEB4;
}
.border-color-scheme-3{
    /*go*/
}
.border-style-4{
    border: 1px solid #CCB4B4;
}
.border-color-scheme-4{
    /*go*/
}
.border-style-5{
    border: 1px solid #CCB4C5;
}
.border-color-scheme-5{
    /*go*/
}
.border-style-6{
    border: 1px solid #BFB4CC;
}
.border-color-scheme-6{
    /*go*/
}
.bts1 {
    border-top: 1px solid #000;
}
bbs1 {
    border-bottom: 1px solid #000
}
bas1 {
    border: 1px solid #fff
}
/*foundation helpers & utility classes:*/
.zindex-one {
    z-index: 1 !important;
}
.border-centered:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 100px;
    border-bottom: 1px solid #424D6A;
}
.text-hide {
    font: inherit !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important; }

.text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important; }

.text-nowrap {
    white-space: nowrap !important; }

.text-wrap {
    word-wrap: break-word !important; }

.text-lowercase {
    text-transform: lowercase !important; }

.text-uppercase {
    text-transform: uppercase !important; }

.text-capitalize {
    text-transform: capitalize !important; }

.text-overline {
    text-decoration: overline !important; }

.text-underline {
    text-decoration: underline !important; }

.text-line-through {
    text-decoration: line-through !important; }

.no-text-decoration,
.text-decoration-none *,
.no-text-decoration a,
.ntd,
.ntd a {
    text-decoration: inherit !important; }
ul.list-unstyled,
.list-unstyled,
.list-unstyled li {
    list-style-type: none !important;
}
.font-wide {
    letter-spacing: 0.25rem; }

.font-normal {
    font-weight: normal; }

.font-bold {
    font-weight: bold; }

.font-italic {
    font-style: italic !important; }
.font-lighter {
    font-weight: lighter !important; }

ul.list-disc {
    list-style-type: disc !important; }

ul.list-circle {
    list-style-type: circle !important; }

ul.list-square {
    list-style-type: square !important; }

ol.list-decimal {
    list-style-type: decimal !important; }

ol.list-lower-alpha {
    list-style-type: lower-alpha !important; }

ol.list-lower-latin {
    list-style-type: lower-latin !important; }

ol.list-lower-roman {
    list-style-type: lower-roman !important; }

ol.list-upper-alpha {
    list-style-type: upper-alpha !important; }

ol.list-upper-latin {
    list-style-type: upper-latin !important; }

ol.list-upper-roman {
    list-style-type: upper-roman !important; }

.rounded {
    border-radius: 5000px !important; }

.radius {
    border-radius: 0.1875rem; }

.bordered {
    border: 0.0625rem solid #cacaca; }

.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }


.separator-center {
    text-align: center !important; }
.separator-center::before, .separator-center::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
.separator-center::after {
    clear: both; }
.separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #333;
    margin: 1rem auto 0; }

.separator-left {
    text-align: left !important; }
.separator-left::before, .separator-left::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
.separator-left::after {
    clear: both; }
.separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #333;
    margin: 1rem auto 0;
    margin-left: 0 !important; }

.separator-right {
    text-align: right !important; }
.separator-right::before, .separator-right::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
.separator-right::after {
    clear: both; }
.separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #333;
    margin: 1rem auto 0;
    margin-right: 0 !important; }

.overflow-visible {
    overflow: visible !important; }

.overflow-x-visible {
    overflow-x: visible !important; }

.overflow-y-visible {
    overflow-y: visible !important; }

.overflow-hidden {
    overflow: hidden !important; }

.overflow-x-hidden {
    overflow-x: hidden !important; }

.overflow-y-hidden {
    overflow-y: hidden !important; }

.overflow-scroll {
    overflow: scroll !important; }

.overflow-x-scroll {
    overflow-x: scroll !important; }

.overflow-y-scroll {
    overflow-y: scroll !important; }

.display-inline {
    display: inline !important; }

.display-inline-block {
    display: inline-block !important; }

.display-block {
    display: block !important; }

.display-flex {
    display: flex !important; }

.display-table {
    display: table !important; }

.display-table-cell {
    display: table-cell !important; }

.position-static {
    position: static !important; }

.position-relative {
    position: relative !important; }

.position-absolute {
    position: absolute !important; }

.position-inherit {
    position: inherit !important; }

.position-fixed {
    position: fixed !important; }

.position-fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 975; }

.position-fixed-bottom {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 975; }
.autoheight {
    height: auto !important;
}
/*some position shorts:*/
.pat0l0,
.pal0t0 {
    position: absolute;
    top: 0;
    left: 0;
}
.border-box {
    box-sizing: border-box !important; }

.border-none {
    border: none !important; }



/* # ~~~~~ text helpers ~~~~~ # */
.ttu {
    text-transform: uppercase;
}

/* # ~~~~~ borders ~~~~~ # */
.ba1e {
    border: 1px solid #eee;
}
.ba10 {
    border: 1px solid #000;
}
.ba1f {
    border: 1px solid #fff;
}
.ba1c {
    border: 1px solid #ccc;
}
.ba1d {
    border: 1px solid #ddd;
}
.ba19 {
    border: 1px solid #999;
}
.ba16 {
    border: 1px solid #666;
}
.ba13 {
    border: 1px solid #333;
}
.ba15f {
    border: 15px solid #fff !important;
}
.bt1e {
    border-top: 1px solid #eee
}
.bt13 {
    border-top: 1px solid #333
}
.border-shadow-over-light {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    transition: all 0.885s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.border-shadow-over-light:hover {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.27);
    transition: all 0.885s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.border-shadow-over-medium {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.25);
    transition: all 0.885s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.border-shadow-over-medium:hover {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 125px rgba(0, 0, 0, 0.35);
    transition: all 0.885s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.border-shadow-over-small {
    border: 1px solid rgba(0, 0, 0, 0.12);
    /*box-shadow: 0 0 75px rgba(0, 0, 0, 0.25);*/
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 20%);
    transition: all 0.885s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.border-shadow-over-small:hover {
    border: 1px solid rgba(0, 0, 0, 0.12);
    /*box-shadow: 0 0 125px rgba(0, 0, 0, 0.35);*/
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 40%);
    transition: all 0.885s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}


/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# responsive helpers for spacing
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*image-helpers:*/
@media only screen and (max-width: 40.063em) {
    .small-mb6 .cell {
        margin-bottom: 1.875rem !important;
    }
    .small-mb7 .cell {
        margin-bottom: .9375rem !important;
    }
}



/*iframe settings:*/

.iframe-container {
    position: relative;
    padding-bottom: 0; /* ratio 16x9 */
    overflow: hidden;
    width: 100%;
    height: 90vh;
}
.iframe-container-hero {
    position: relative;
    padding-bottom: 0; /* ratio 16x9 */
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
.iframe-container-hero-absolute {
    position: absolute;
    padding-bottom: 0; /* ratio 16x9 */
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
.iframe-container-hero iframe,
.iframe-container-hero-absolute iframe,
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.z-index-1 {
    z-index: 1 !important;
}

/* # ~~~~~ diagonal background ~~~~~ # */

.grad {
    background: rgba(255,255,255, 0.8); /* For browsers that don't support gradients */
    -webkit-transform:skewY(2deg) ;
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg) ;
    padding: 2em 2em 4em 2em;
    margin-bottom:-2em;
}
.grad *{
    -webkit-transform:skewY(-2deg) ;
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg) ;
}

/*Gradient on hover:*/
.flex-gradient::before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  var(--flexgradient);
    transition: var(--flexgradient-transition);
    opacity: 1;
}
.thumb-inner-wrapper:hover .flex-gradient::before  {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, ) 100%);;
    opacity: 0;
    transition:  var(--flexgradient-transition);
}
.flex-gradient * {
    z-index:1
}
/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# bottom-offset
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.bottom-offset {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
.frame-offset-box {
    bottom: -100px;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    max-height: 200px;
    overflow: auto;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    position: absolute;
}
@media only screen and (max-width: 40.063em) {
    .frame-offset-box {
        position: relative;
        bottom: inherit;
    }
}

/*grid-background*/
.grid-bg-image {
    position: relative;
}
.grid-bg-inner {
    position: absolute;
    flex-flow: row wrap;
    display: flex;
    width: 100%;
    height: 100%;
    /*top:0;*/
    top: 0;
    margin-top: -250px
    /*bottom: 0;*/
}
.hero-container {
    position: absolute;
    z-index: 6;
}

/*img efx*/
.fx-zoom figure {
    overflow: hidden;
}
.fx-zoom figure img {
    /*-webkit-filter: grayscale(75%);*/
    /*-moz-filter: grayscale(75%);*/
    /*-ms-filter: grayscale(75%);*/
    /*-o-filter: grayscale(75%);*/
    /*filter: grayscale(75%);*/
    /*filter: url(grayscale.svg); !* Firefox 4+ *!*/
    /*filter: gray; !* IE 6-9 *!*/
    transform: scale(1);
    transition: all 3.285s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.fx-zoom figure img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    transform: scale(2);
}
.w100vw img,
.ceimgbgimage100vw img {
    width: 100vw;
    height: auto;
}
@media only screen and (min-width: 640px) {
    .content-offset-tb4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
        z-index: 5;
    }
    .content-offset-tb5 {
        margin-top: -6rem !important;
        margin-bottom: -3rem !important;
        z-index: 5;
    }
    .content-offset-b5 {
        margin-bottom: -3rem !important;
        z-index: 5;
    }
}
.b0-r0 {
    bottom: 0;
    right: 0;
}
.b0-l0 {
    bottom: 0;
    left: 0;
}

.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09) !important;
}
.box-shadow-light {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.03) !important;
}

.pic-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2) !important;
}

/*primary colors*/
.color1,
.color-one {
    color: #111;
}
.color2,
.color-two {
    color: #222;
}
.color3,
.color-three {
    color: #333;
}
.color4,
.color-four {
    color: #444;
}
.color5,
.color-five {
    color: #555;
}
.color6,
.color-six {
    color: #666;
}


.wcolor h1,.wcolor  h2,.wcolor  h3,.wcolor  h4,.wcolor  h5,.wcolor  h6,
.wcolor p, .wcolor li, .wcolor a, .wcolor label, .wcolor legend, .wcolor span, .wcolor {
    color: #fff !important;
}

.wcolor a:hover {
    color: #DECB9B !important;
}

@media print, screen and (min-width: 40em) {
    .wcolor-medum-up h1,.wcolor-medum-up  h2,.wcolor-medum-up  h3,.wcolor-medum-up  h4,.wcolor-medum-up  h5,.wcolor-medum-up  h6,
    .wcolor-medum-up p, .wcolor-medum-up li, .wcolor-medum-up a, .wcolor-medum-up label, .wcolor-medum-up legend, .wcolor-medum-up span, .wcolor-medum-up {
        color: #fff !important;
    }
    .wcolor-medum-up a:hover {
        color: #DECB9B !important;
    }
}

.bluecolor h1,.bluecolor  h2,.bluecolor  h3,.bluecolor  h4,.bluecolor  h5,.bluecolor  h6,
.bluecolor p, .bluecolor li, .bluecolor a, .bluecolor label, .bluecolor legend, .bluecolor span, .bluecolor {
    color: #0169B3 !important;
}
.bluecolor a:hover {
    color: #E36C0A !important;
}
.darkcolor h1,.darkcolor  h2,.darkcolor  h3,.darkcolor  h4,.darkcolor  h5,.darkcolor  h6,
.darkcolor p, .darkcolor li, .darkcolor a, .darkcolor label, .darkcolor legend, .darkcolor span, .darkcolor {
    color: #111 !important;
}

.darkcolor a:hover {
    color: #333 !important;
}
@media print, screen and (max-width: 40em) {
    .darkcolor-small-only h1,.darkcolor-small-only  h2,.darkcolor-small-only  h3,.darkcolor-small-only  h4,.darkcolor-small-only  h5,.darkcolor-small-only  h6,
    .darkcolor-small-only p, .darkcolor-small-only li, .darkcolor-small-only a, .darkcolor-small-only label, .darkcolor-small-only legend, .darkcolor-small-only span, .darkcolor-small-only {
        color: #111 !important;
    }
    .darkcolor-small-only a:hover {
        color: #333 !important;
    }
}
.dark2color h1,.dark2color  h2,.dark2color  h3,.dark2color  h4,.dark2color  h5,.dark2color  h6,
.dark2color p, .dark2color li, .dark2color a, .dark2color label, .dark2color legend, .dark2color span, .dark2color {
    color: #222 !important;
}
.dark2color a:hover {
    color: #333 !important;
}
.redcolor h1,.redcolor  h2,.redcolor  h3,.redcolor  h4,.redcolor  h5,.redcolor  h6,
.redcolor p, .redcolor li, .redcolor a, .redcolor label, .redcolor legend, .redcolor span, .redcolor{
    color: #6F1A20 !important;
}
.greycolor h1,.greycolor  h2,.greycolor  h3,.greycolor  h4,.greycolor  h5,.greycolor  h6,
.greycolor p, .greycolor li, .greycolor a, .greycolor label, .greycolor legend, .greycolor span, .greycolor{
    color: #ddd !important;
}
.medium-grey h1,.medium-grey  h2,.medium-grey  h3,.medium-grey  h4,.medium-grey  h5,.medium-grey  h6,
.medium-grey p, .medium-grey li, .medium-grey a, .medium-grey label, .medium-grey legend, .medium-grey span, .medium-grey{
    color: #999 !important;
}
.darkgreycolor h1,.darkgreycolor  h2,.darkgreycolor  h3,.darkgreycolor  h4,.darkgreycolor  h5,.darkgreycolor  h6,
.darkgreycolor p, .darkgreycolor li, .darkgreycolor a, .darkgreycolor label, .darkgreycolor legend, .darkgreycolor span, .darkgreycolor{
    color: #333 !important;
}

.bcolor h1,.bcolor  h2,.bcolor  h3,.bcolor  h4,.bcolor  h5,.bcolor  h6,
.bcolor p, .bcolor li, .bcolor a, .bcolor label, .bcolor legend, .bcolor span{
    color: #111 !important;
}
.center-all, .center-all h1,.center-all  h2,.center-all  h3,.center-all  h4,.center-all  h5,.center-all  h6,
.center-all p, .center-all ul, .center-all ol, .center-all li, .center-all a, .center-all label, .center-all legend, .center-all span{
    text-align: center !important;
}
/*colors only for desktop:*/
@media screen and (min-width: 40em) {
    .wcolor-large h1, .wcolor-large h2, .wcolor-large h3, .wcolor-large h4, .wcolor-large h5, .wcolor-large h6,
    .wcolor-large p, .wcolor-large li, .wcolor-large a, .wcolor-large label, .wcolor-large legend, .wcolor-large span, .wcolor-large {
        color: #fff !important;
    }
    .darkcolor-large h1,.darkcolor-large  h2,.darkcolor-large  h3,.darkcolor-large  h4,.darkcolor-large  h5,.darkcolor-large  h6,
    .darkcolor-large p, .darkcolor-large li, .darkcolor-large a, .darkcolor-large label, .darkcolor-large legend, .darkcolor-large span, .darkcolor-large {
        color: #111 !important;
    }
}

/* Flexbox Helper Klassen */
.align-center-bottom {
    justify-content: center;
    align-items: flex-end;
    align-content: center;
}

.align-bottom-right {
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
}

.align-center-middle {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex-align-center {
    display: flex;
    height: 100%;
    align-items: center;
}

.flex-align-bottom {
    display: flex;
    height: 100%;
    align-items: flex-end;
}

.flex-align-bottom75-center {
    display: flex;
    height: 75%;
    align-items: flex-end;
}

.flex-align-bottom90-center {
    display: flex;
    height: 90%;
    align-items: flex-end;
}

.align-center {
    justify-content: center;
}

.flex-end {
    justify-content: flex-end;
}

/* Grid-Flexbox */

.grid-flex-between-col .cell,
.flex-between-col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.grid-flex-around-col .cell,
.flex-around-col {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

/* Absolute Positioning Flexbox */

.cbp-inner-bottom-center,
.cbp-inner-bottom-left,
.cbp-inner-bottom-right,
.cbp-inner-bottom-center-all,
.cbp-inner-bottom {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
}

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

.flexrow {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
    top: 0;
}

.flexcol {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Center and Alignment */

.cbp-inner-bottom-center {
    align-items: center;
    justify-content: center;
}

.cbp-inner-bottom-center-all {
    align-items: center;
    justify-content: center;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
}

.cbp-inner-bottom-left {
    align-items: flex-start;
    justify-content: flex-start;
}

.cbp-inner-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.cbp-inner-bottom,
.flex-bottom {
    justify-content: flex-end;
}



.center-split > .ce-textpic,
.center-split .ce-textpic,
.center-split > .header-default,
.center-split .header-default,
.center-split.ce-textpic,
.center-split-shrink-col1,
.center-split-shrink-col2
.center-split-3 > .ce-textpic,
.center-split-4 > .ce-textpic {
    display: flex;
    flex-direction: row;
}
.center-split > *,
.center-split-shrink-col1 > *,
.center-split-shrink-col2 > *,
.center-split-3 > *,
.center-split-4 > * {
    display: flex;
}
.center-split > .header-default > *,
.center-split.header-default > *,
.center-split > .ce-textpic > *,
.center-split.ce-textpic > * {
    width: 50vw;
}
.center-split-shrink-col1 > .ce-textpic > .ce-gallery,
.center-split-shrink-col1.ce-textpic > .ce-gallery {
    width: auto;
}
.center-split-3 > .ce-textpic > * {
    width: 33vw;
}
.center-split-4 > .ce-textpic > * {
    width: 25vw;
}
@media only screen and (max-width:1024px) {
    .center-split {
        flex-direction: column;
    }
    .center-split > .ce-textpic,
    .center-split.ce-textpic,
    .center-split > .header-default,
    .center-split .header-default,
    .center-split-3 > .ce-textpic,
    .center-split-4 > .ce-textpic  {
        flex-direction: column;
    }
    .center-split .pure-outer {
        width: 100vw;
    }
    .center-split > .ce-textpic > *,
    .center-split.ce-textpic > * {
        width: 100%;
    }
    .center-split-3 > .ce-textpic > * {
        width: 100vw;
    }
    .center-split-4 > .ce-textpic > * {
        width: 100vw;
    }
}
.of-cover img,
.of-cover,
.center-split > .ce-textpic > img,
.center-split.ce-textpic > img,
.center-split > .ce-textpic > picture,
.center-spli > .ce-textpict > video,
.center-split-3 > .ce-textpic > img,
.center-split-3 > .ce-textpic > picture,
.center-split-3 > .ce-textpic > video,
.center-split-4 > .ce-textpic > img,
.center-split-4 > .ce-textpic > picture,
.center-split-4 > .ce-textpic > video {
    display: block;
    /*padding: 0;*/
    object-fit: cover;
}

.flex-order-0 {
    order: 0
}
.flex-order-1 {
    order: 1
}

@media only screen and (min-width: 995px) {
    .flex-order-m1 {
        order: -1
    }
}


