@charset "UTF-8";
@charset "UTF-8";
.page-content [data-id]:not([data-overlap]) {
        overflow:hidden;
        max-width: 100%;
}

.page-content [data-id] > div:not(.gridContainer) > div {
    margin-left: auto !important;
    margin-right: auto !important;
}

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
    color: #ffffff;
}

.white-text-section .dynamic-color p,
.white-text-section .dynamic-color h1,
.white-text-section .dynamic-color h2,
.white-text-section .dynamic-color h3,
.white-text-section .dynamic-color h4,
.white-text-section .dynamic-color h5,
.white-text-section .dynamic-color h6 {
    color: #ffffff;
}

.homepage-template.home .page-content {
    padding: 0px;
}

.flexbox-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.flexbox-list:before,
.flexbox-listw:after,
.flexbox-list *:before,
.flexbox-listw *:after {
    content: normal;
}

.custom-image {
    margin-bottom: 18px;
}

.gridContainer {
    margin-right: auto !important;
    margin-left: auto !important;
}

.cp12cols .bg-alt-color,
.cp6cols:nth-of-type(2n+1) .bg-alt-color,
.cp4cols:nth-of-type(3n+1) .bg-alt-color,
.cp3cols:nth-of-type(4n+1) .bg-alt-color,
.cp2cols:nth-of-type(6n+1) .bg-alt-color {
    background-color: rgb(3, 169, 244);
    color: #ffffff;
}

.cp6cols:nth-of-type(2n+2) .bg-alt-color,
.cp4cols:nth-of-type(3n+2) .bg-alt-color,
.cp3cols:nth-of-type(4n+2) .bg-alt-color,
.cp2cols:nth-of-type(6n+2) .bg-alt-color {
    background-color: #4caf50;
    color: #ffffff;
}

.cp4cols:nth-of-type(3n+3) .bg-alt-color,
.cp3cols:nth-of-type(4n+3) .bg-alt-color,
.cp2cols:nth-of-type(6n+3) .bg-alt-color {
    background-color: #fbc02d;
    color: #ffffff;
}

.cp3cols:nth-of-type(4n+4) .bg-alt-color,
.cp2cols:nth-of-type(6n+4) .bg-alt-color {
    background-color: #9c27b0;
    color: #ffffff;
}

.cp2cols:nth-of-type(6n+5) .bg-alt-color {
    background-color: #4caf50;
    color: #ffffff;
}

.cp2cols:nth-of-type(6n+6) .bg-alt-color {
    background-color: #9c27b0;
    color: #ffffff;
}

.cp12cols.border-bottom-alt-color,
.cp6cols:nth-of-type(2n+1).border-bottom-alt-color,
.cp4cols:nth-of-type(3n+1).border-bottom-alt-color,
.cp3cols:nth-of-type(4n+1).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+1).border-bottom-alt-color {
    border-bottom-color: rgb(3, 169, 244);
}

.cp6cols:nth-of-type(2n+2).border-bottom-alt-color,
.cp4cols:nth-of-type(3n+2).border-bottom-alt-color,
.cp3cols:nth-of-type(4n+2).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+2).border-bottom-alt-color {
    border-bottom-color: #4caf50;
}

.cp4cols:nth-of-type(3n+3).border-bottom-alt-color,
.cp3cols:nth-of-type(4n+3).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+3).border-bottom-alt-color {
    border-bottom-color: #fbc02d;
}

.cp3cols:nth-of-type(4n+4).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+4).border-bottom-alt-color {
    border-bottom-color: #9c27b0;
}

.cp2cols:nth-of-type(6n+5).border-bottom-alt-color {
    border-bottom-color: #4caf50;
}

.cp2cols:nth-of-type(6n+6).border-bottom-alt-color {
    border-bottom-color: #9c27b0;
}

[data-reiki-hidden] {
    display: none !important;
}

a.blue_border_button:hover {
    background-color: transparent;
    color: #2186C4;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

a.blue_border_button.white {
    background-color: #ffffff;
}

a.primary_button {
    padding: 10px 28px;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    font-stretch: normal;
    font-size: 16px;
    line-height: 157%;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.4s linear 0s;
    outline: none;
    margin-bottom: 10px;
    max-width: 80%;
    letter-spacing: 2px;
    margin: 10px;
}

a.primary_button:hover,
a.primary_button:visited {
    color: #ffffff;
}

a.primary_button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

a.secondary_button {
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    font-stretch: normal;
    font-size: 16px;
    line-height: 157%;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.4s linear 0s;
    outline: none;
    margin-bottom: 10px;
    max-width: 80%;
    letter-spacing: 2px;
    margin: 10px;
}

a.secondary_button:hover,
a.secondary_button:visited {
    color: #ffffff;
    text-decoration: none;
}

a.secondary_button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

a.white_button {
    border: 0px solid;
    border-color: #FFFFFF;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 27px 15px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font: normal normal 400 12px/130% Source Sans Pro, sans-serif;
    text-transform: uppercase;
    transition: all 0.4s linear 0s;
    border-width: 2px;
    letter-spacing: 1px;
}

a.white_button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    font: normal normal 400 12px/130% Source Sans Pro, sans-serif;
}

a.white_button:active {
    -moz-box-shadow: rgba(0, 0, 0, 0.129412) 0px 3px 2px 0px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.129412) 0px 3px 2px 0px inset;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.129412) 0px 3px 2px 0px inset;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
}

.header-homepage {
    background-color: #ffffff;
}

.header_description {
    padding-top: 5%;
    padding-bottom: 5%;
    min-height: auto;
}

div#fancybox-overlay {
    display: none;
}

.spacer {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
    padding: 0px 5%;
    white-space: nowrap;
}

.spacer span {
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: inherit;
    text-align: center;
    width: auto;
    max-width: 20%;
    overflow: hidden;
    white-space: nowrap;
}

.spacer span:before {
    content: "-----";
    line-height: 100%;
    letter-spacing: -0.2em;
    vertical-align: middle;
    text-align: center;
    font-family: Courier New, Courier, monospace;
    display: inline-block;
    width: 100%;
    margin-left: -0.2em;
    white-space: initial;
    overflow: hidden;
    max-height: 1em;
    max-width: 100%;
}

.spacer span.before {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -0.2em;
}

.spacer span.after {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -0.2em;
}

.spacer i.fa {
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.spacer i.fa:before {
    vertical-align: middle;
}

.cp-icon {
    display: block;
    margin-bottom: 14px;
}

.cp-icon.fa6 {

    font-size: 1rem !important;
}

.cp-icon.fa5 {

    font-size: 2rem !important;
}

.cp-icon.fa4 {

    font-size: 3rem !important;
}

.cp-icon.fa3 {

    font-size: 4rem !important;
}

.cp-icon.fa2 {

    font-size: 5rem !important;
}

.cp-icon.fa1 {

    font-size: 6rem !important;
}

@media only screen and (min-width: 768px) {

    .header_description {
        padding-top: 5%;
        padding-bottom: 5%;
        min-height: auto;
        width: 60%;
    }

    a.blue_border_button {
        margin-left: 0px;
    }

    a.primary_button {
        margin: 0px 10px 10px 0px;
    }

    a.secondary_button {
        margin: 0px 10px 10px 0px;
    }

    .spacer span:before {
        content: "---------";
    }

    [data-overlap=true] {
        padding-top: 0px !important;
        padding-bottom: 75px;
    }

}

@media only screen and (max-width: 767px) {
    .cp2cols-mobile {
        width: 16.66666% !important;
        max-width: 16.66666% !important;
        flex-basis: 16.66666% !important;
        float: left !important;
    }

    .cp3cols-mobile {
        width: 25% !important;
        max-width: 25% !important;
        flex-basis: 25% !important;
        float: left !important;
    }

    .cp4cols-mobile {
        width: 33.33333% !important;
        max-width: 33.33333% !important;
        flex-basis: 33.33333% !important;
        float: left !important;
    }

    .cp6cols-mobile {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
        float: left !important;
    }

    .cp12cols-mobile {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        float: none !important;
    }

    div .cp1cols-mobile:nth-of-type(12n+1) {
        clear: left;
    }

    div .cp2cols-mobile:nth-of-type(6n+1) {
        clear: left;
    }

    div .cp3cols-mobile:nth-of-type(4n+1) {
        clear: left;
    }

    div .cp4cols-mobile:nth-of-type(3n+1) {
        clear: left;
    }

    div .cp6cols-mobile:nth-of-type(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cp1cols-tablet {
        width: 8.33333% !important;
        max-width: 8.33333% !important;
        flex-basis: 8.33333% !important;
        float: left;
    }

    .cp2cols-tablet {
        width: 16.66666% !important;
        max-width: 16.66666% !important;
        flex-basis: 16.66666% !important;
        float: left !important;
    }

    .cp3cols-tablet {
        width: 25% !important;
        max-width: 25% !important;
        flex-basis: 25% !important;
        float: left !important;
    }

    .cp4cols-tablet {
        width: 33.33333% !important;
        max-width: 33.33333% !important;
        flex-basis: 33.33333% !important;
        float: left !important;
    }

    .cp6cols-tablet {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
        float: left !important;
    }

    .cp12cols-tablet {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        float: none;
    }

    ul .cp1cols-tablet:nth-of-type(12n+1),
    div .cp1cols-tablet:nth-of-type(12n+1) {
        clear: left;
    }

    ul .cp2cols-tablet:nth-of-type(6n+1),
    div .cp2cols-tablet:nth-of-type(6n+1) {
        clear: left;
    }

    ul .cp3cols-tablet:nth-of-type(4n+1),
    div .cp3cols-tablet:nth-of-type(4n+1) {
        clear: left;
    }

    ul .cp4cols-tablet:nth-of-type(3n+1),
    div .cp4cols-tablet:nth-of-type(3n+1) {
        clear: left;
    }

    ul .cp6cols-tablet:nth-of-type(2n+1),
    div .cp6cols-tablet:nth-of-type(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 1024px) {
    .header-homepage {
        min-height: auto;
    }

    .header_description {
        padding-top: 5%;
        padding-bottom: 5%;
        width: 50%;
    }

    a.blue_border_button {
        margin-left: 0px;
    }

    .cp1cols {
        max-width: 8.33333% !important;
        width: 8.33333% !important;
        flex-basis: 8.33333% !important;
        float: left !important;
    }

    .cp2cols {
        max-width: 16.66666% !important;
        width: 16.66666% !important;
        flex-basis: 16.66666% !important;
        float: left !important;
    }

    .cp3cols {
        max-width: 25% !important;
        width: 25% !important;
        flex-basis: 25% !important;
        float: left !important;
    }

    .cp4cols {
        width: 33.33333% !important;
        max-width: 33.33333% !important;
        flex-basis: 33.33333% !important;
        float: left !important;
    }

    .cp6cols {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
        float: left !important;
    }

    .cp12cols {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        float: none !important;
    }

    ul .cp1cols:nth-of-type(12n+1) ,
    div .cp1cols:nth-of-type(12n+1) {
        clear: left;
    }

    ul .cp2cols:nth-of-type(6n+1) ,
    div .cp2cols:nth-of-type(6n+1) {
        clear: left;
    }

    ul .cp3cols:nth-of-type(4n+1) ,
    div .cp3cols:nth-of-type(4n+1) {
        clear: left;
    }

    ul .cp4cols:nth-of-type(3n+1) ,
    div .cp4cols:nth-of-type(3n+1) {
        clear: left;
    }

    ul .cp6cols:nth-of-type(2n+1) ,
    div .cp6cols:nth-of-type(2n+1) {
        clear: left;
    }

    .spacer span:before {
        content: "--------------";
    }
}

p {
    margin: 00px 0px 20px 0px;
}
body div#page {
	background-color: transparent;
}

.content {
	background-color: transparent;
	padding-bottom: 0px!important;
	padding-top: 0px!important;
}

.header-section-content {
	text-align: left;
}

.page-content {
	padding-bottom: 0px!important;
	padding-top: 0px!important;
}

.homepage-template .svg-white-bg {
	fill: #FFFFFF;
}

.about-big-images-section {
	padding-bottom: 75px;
	padding-top: 75px;
}

.about-big-images-gridcol {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-big-images-textrow,.about-images-right-innerrow,.about-text-grid-innerrow,.about-text-icons-innerrow,.blog-postsrow,.content-right-image-gridcol,.features-image-cards-innerrow,.features-square-image-innerrow,.numbers-innerrow,.team-colors-membersrow,.team-small-memberrow,.testimonials-boxed-itemsrow {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.about-big-images-textcol {
	float: none;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

span.span25 {
	font-family: Playfair Display, sans-serif;
	font-style: italic;
	font-weight: 400;
}

.about-big-images-bottomrow {
	clear: both;
	float: left;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-big-images-leftimgcol,.about-big-images-centerimgcol,.about-big-images-rightimgcol {
	float: none;
	width: auto;
}

img.about-big-images-leftimg {
	-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	display: inline-block;
	height: auto;
	margin-left: -65%;
	margin-top: 10%;
	max-width: 100%;
	position: relative;
	width: 30%;
	z-index: 11;
}

img.about-big-images-centerimg {
	-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	display: inline-block;
	margin-left: 15%;
	margin-top: -50%;
	max-width: 100%;
	width: 70%;
}

img.about-big-images-rightimg {
	-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	display: inline-block;
	height: auto;
	margin-left: 60%;
	margin-top: -30%;
	max-width: 100%;
	width: 40%;
}

.about-bigtitle-section,.about-four-boxes-section,.about-images-right-section,.about-text-grid-section,.about-text-icons-section,.blog-section,.clients-grid-section,.content-full-left-image-section,.content-full-right-image-section,.content-left-image-section,.content-right-image-section,.features-coloured-icon-boxes-section,.features-image-cards-section,.features-small-icon-cards-section,.features-square-image-section,.portfolio-cards-section,.stripped-about-four-boxes-section,.team-colors-section,.team-large-section,.team-large-square-section,.team-small-section,.testimonials-boxed-section {
	clear: both;
	padding-bottom: 75px;
	padding-top: 75px;
}

.about-bigtitle-titlecol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 27px;
	width: 100%;
}

h2.about-bigtitle-title {
	color: #FF7F66;
	font-size: 3.88em;
	text-align: center;
}

.about-bigtitle-textcol {
	background-color: #2186C4;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 27px;
	width: 100%;
}

.about-bigtitle-textcol p {
	color: #FFFFFF;
	font-size: 1.22em;
	line-height: 150%;
	margin-bottom: 27px;
}

.about-bigtitle-numberscol {
	margin-top: 27px;
	text-align: center;
}

.about-bigtitle-numberdiv {
	float: left;
	min-height: 139px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

h2.about-bigtitle-number {
	color: #FF7F66;
	font-weight: 400;
	margin-bottom: 10px;
}

.about-four-boxes-innerrow,.about-text-grid-rightgridrow {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.about-four-boxes-imgcol {
	background: url(https://autoecolestarter.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/project2.jpg) center top / cover;
	float: none;
	min-height: 300px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-four-boxes-textcol {
	background-color: #FFFFFF;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}

.about-four-boxes-imgcol2 {
	background: url(https://autoecolestarter.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/project1.jpg) center top / cover;
	float: none;
	min-height: 300px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-images-right-textcol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 70px;
	text-align: center;
	width: 100%;
}

h2.about-images-right-bigtitle {
	font-weight: 600;
	margin-bottom: 20px;
}

span.span24 {
	font-family: Playfair Display, sans-serif;
	font-style: italic;
	font-weight: 400;
}

.about-images-right-imgcol,.about-text-grid-rightgridcol,.blog-postcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol,.portfolio-cards-projnamecol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

img.about-images-right-topimg {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	display: inline-block;
	margin-left: 10%;
	max-width: 100%;
	position: relative;
	width: 80%;
	z-index: 10;
}

img.about-images-right-rightimg {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	display: inline-block;
	float: right;
	height: auto;
	margin-right: -15px;
	margin-top: -25%;
	max-width: 100%;
	width: 80%;
}

img.about-images-right-leftimg {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	display: inline-block;
	margin-left: -15px;
	margin-top: -50%;
	max-width: 100%;
	position: relative;
	width: 60%;
	z-index: 11;
}

.about-text-grid-textcol {
	float: none;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.about-text-grid-imgcol {
	background: url(https://autoecolestarter.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/project2.jpg) left top / cover;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-text-grid-rightgridtextcol {
	background-color: #fff;
	float: none;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.about-text-grid-imgcol2 {
	background: url(https://autoecolestarter.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/project1.jpg) left top / cover;
	float: none;
	min-height: 300px;
	width: 100%;
}

.about-text-icons-textcol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
	text-align: center;
}

.about-text-icons-cols {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
}

.about-text-icons-iconcol {
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.fa.font-icon-21 {
	color: #5CBFED;
	display: inline-block;
	font-size: 3.33em;
	margin-bottom: 20px;
}

.fa.font-icon-20 {
	font-size: 1em;
}

.blog-textrow {
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}

.blog-textcol,.contact-textcol,.cta-large-blue-centercol,.cta-large-red-centercol {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

img.blog-postimg,.wpcf7-form {
	width: 100%;
}

.blog-postbg {
	background-color: #FFF6E5;
	clear: both;
	padding-bottom: 27px;
	padding-top: 27px;
}

.blog-postsrow .blog-postcol {
	margin-bottom: 15px;
	margin-top: 15px;
}

.clients-grid-textrow {
	margin-bottom: 20px;
	text-align: center;
}

.clients-grid-textcol,.content-left-image-imgcol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.clients-grid-itemcol {
	float: left;
	height: 100px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 50%;
}

.middle_align5,.middle_align1 {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.middle_align5 a,.middle_align1 a {
	display: block;
}

img.clients-grid-itemimg:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

img.clients-grid-itemimg {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: auto;
	max-width: 100%;
	opacity: .5;
	transition: all 0.2s linear 0s;
	width: auto;
}

.white-text img.clients-grid-itemimg,.white-text img.clients-strip-itemimg {
	opacity: .9;
}

.clients-strip-section {
	border-bottom-color: #E0E0E0;
	border-style: solid;
	border-top-color: #E0E0E0;
	border-width: 1px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 15px;
	width: 100%;
}

.row_187 {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	width: auto;
}

.clients-strip-itemcol {
	float: left;
	height: 100px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0 15px;
	width: 50%;
}

img.clients-strip-itemimg:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

img.clients-strip-itemimg {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: auto;
	max-width: 100%;
	opacity: .5;
	transition: all 0.2s linear 0s;
	width: auto;
}

.contact-section-formsection {
	padding-bottom: 75px;
	padding-top: 75px;
	position: relative;
}

.contact-section-formsection:before {
	background-color: rgba(26, 26, 26, .48);
	content: ' ';
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.contact-formcol {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	background-color: #FFFFFF;
	border-radius: 0;
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 5% 15px;
	text-align: center;
	width: 90%;
}

.wpcf7-form .form-group {
	margin-bottom: 20px;
}

.wpcf7-form .form-group label {
	color: #777777;
	text-transform: uppercase;
}

.wpcf7-form input:focus {
	border-color: #66afe9;
	outline: none;
}

.wpcf7-form label {
	border-radius: 2px;
	color: #777777;
	font-size: .83em;
	text-transform: uppercase;
}

div.wpcf7-validation-errors,.wpcf7-response-output[role="alert"] {
	background-color: #ff8066;
	border: none;
	color: #ffffff;
	font-size: .77em;
	margin-top: 0;
	padding: 5px 10px;
}

.wpcf7-mail-sent-ok[role="alert"] {
	background-color: #3F464C;
}

div.wpcf7 .ajax-loader {
	background-color: rgba(255, 255, 255, .86);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	display: block;
	height: 32px;
	margin-left: 13px;
	margin-top: -38px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: all .4s;
	width: 32px;
}

div.wpcf7 .ajax-loader.is-active {
	display: block;
	opacity: 1;
}

span.wpcf7-not-valid-tip {
	font-size: .66em;
	letter-spacing: 1px;
	margin-top: 4px;
}

.wpcf7-form input[type=text] {
	-webkit-appearance: none;
	background: #fafafa;
	border: 1px solid #DDDDDD;
	border-radius: 0;
	box-shadow: none;
	color: #555555;
	height: 45px;
	line-height: 1.428571429;
	margin-top: 10px;
	outline: none;
	padding: 11px 12px;
	transition: all ease-in-out .15s;
	vertical-align: middle;
	width: 100%;
}

.wpcf7-form textarea {
	background: #fafafa;
	border: 1px solid #DDDDDD;
	box-shadow: none;
	height: 150px;
	margin-top: 10px;
	max-width: 100%;
	outline: none;
	padding: 11px 12px;
	transition: all ease-in-out .15s;
	width: 100%;
}

.wpcf7-form textarea:focus,.wpcf7-form textarea:hover,.wpcf7-form textarea:active {
	border-color: #56C2FC;
}

.wpcf7-form [type="submit"] {
	background-color: #03a9f4;
	border: none;
	color: #ffffff;
	display: inline-block;
	height: auto;
	margin-top: 0;
	min-width: 120px;
	padding: 14px 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
	width: auto;
}

.wpcf7-form [type="submit"]:hover,.wpcf7-form [type="submit"]:active,.wpcf7-form [type="submit"]:focus {
	background-color: #56C2FC;
	height: auto;
}

.content-full-left-image-innerrow,.content-full-right-image-innerrow {
	clear: both;
	display: table-row;
	width: 100%;
}

.content-full-left-image-textcol,.content-full-right-image-textcol {
	padding-bottom: 75px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 75px;
	width: 100%;
}

.content-full-left-image-featuresrow,.content-full-right-image-featuresrow,.features-coloured-icon-boxes-innerrow {
	clear: both;
	width: auto;
}

.content-full-left-image-imgcol,.content-full-right-image-imgcol {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	background: url(https://autoecolestarter.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/full-height-column.jpg) center center / cover scroll transparent;
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	min-height: 300px;
	width: auto;
}

.content-left-image-imgcol img,.content-right-image-imgcol img {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
}

.content-left-image-textcol {
	float: none;
	margin-left: 0;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.content-right-image-textcol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.content-right-image-imgcol {
	float: left;
	min-height: 340px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.cta-blue-section {
	background-color: #2186C4;
	clear: both;
	line-height: 1%;
	padding-bottom: 40px;
	padding-top: 40px;
}

.cta-blue-textcol {
	float: none;
	min-height: 51px;
	padding: 15px 15px 10px 15px;
}

h2.cta-blue-text,h2.cta-large-blue-heading {
	color: rgb(255, 255, 255);
	font-size: 2.22em;
}

b.element2,b.cta-large-blue-boldtext,b.cta-large-red-boldtext {
	font-weight: 600;
}

.cta-blue-btncol {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.flexbox-list-align-center {
	align-items: center;
}

.cta-gray-section {
	background-color: #3F464C;
	clear: both;
}

.cta-gray-textcol {
	float: left;
	min-height: 104px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	width: 100%;
}

h2.cta-gray-text,h2.cta-red-text {
	font-size: 2.22em;
}

.cta-gray-btncol,.cta-red-btncol {
	float: left;
	min-height: 76px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	text-align: center;
	width: 100%;
}

.cta-large-blue-section {
	background-color: #2186C4;
	clear: both;
}

.cta-large-blue-innerrow,.cta-large-red-innerrow {
	padding-top: 27px;
}

.cta-large-red-section {
	background-color: #FF7F66;
	clear: both;
}

h2.cta-large-red-heading {
	color: #FFFFFF;
	font-size: 2.22em;
}

.cta-red-section {
	background-color: rgb(255, 127, 102);
	clear: both;
}

.cta-red-textcol {
	float: left;
	margin-top: px;
	min-height: 104px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	width: 100%;
}

.features-coloured-icon-boxes-textrow {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}

.features-coloured-icon-boxes-textcol {
	float: none;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 83.3333%;
}

.features-coloured-icon-boxes-featurecol {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: rgb(255, 255, 255);
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	float: none;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
	width: 100%;
}

.features-coloured-icon-boxes-iconcontainer {
	-moz-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	height: 100px;
	margin: 0 auto 27px;
	min-height: 0;
	padding-bottom: 25px;
	padding-top: 25px;
	transition: all 0.2s linear 0s;
	width: 100px;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) .features-coloured-icon-boxes-iconcontainer {
	background-color: rgb(3, 169, 244);
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) .features-coloured-icon-boxes-iconcontainer {
	background-color: #4caf50;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) .features-coloured-icon-boxes-iconcontainer,.team-colors-membercol:nth-of-type(4n+3) .team-colors-background {
	background-color: #fbc02d;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) .features-coloured-icon-boxes-iconcontainer,.team-colors-membercol:nth-of-type(4n+4) .team-colors-background {
	background-color: #9c27b0;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button:active {
	background-color: #0299de;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button:active {
	background-color: #449C47;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button:active {
	background-color: #faba19;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button:active {
	background-color: #8c239f;
}

.features-coloured-icon-boxes-featurecol .features-coloured-icon-boxes-iconcontainer:hover {
	background-color: rgb(26, 26, 26);
	height: 110px;
	margin: -5px auto 22px auto;
	min-height: 0;
	padding: 30px 0;
	transition: all 0.2s linear 0s;
	width: 110px;
}

a.features-coloured-button {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	border-radius: 2px;
	border-style: solid;
	border-width: 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: .66em;
	font-stretch: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 10px 10px 5px 10px;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
}

a.features-coloured-button:hover {
	-moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	color: rgb(255, 255, 255);
}

a.features-coloured-button:active {
	-moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	-webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	color: rgb(255, 255, 255);
}

.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
	background-color: transparent;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 50px;
	padding: 0;
}

h4.heading103 {
	color: #333333;
	font-size: 1.11em;
	font-weight: 600;
	letter-spacing: 0;
}

.features-image-cards-textrow,.features-large-icons-textrow,.features-overlapped-icons-textrow,.features-small-icon-cards-textrow,.features-square-image-textrow {
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}

.features-image-cards-textcol,.features-square-image-textcol {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 83.3333%;
}

.features-image-cards-cardcol {
	float: none;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.flexbox-list .features-image-cards-cardrow,.flexbox-list .features-overlapped-icons-featinnerrow {
	height: 100%;
}

.features-image-cards-cardrow {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

img.features-image-cards-featimg {
	border-color: rgb(199, 199, 199);
	border-radius: 0%;
	border-style: solid;
	border-width: 0;
	display: inline-block;
	height: auto;
	margin-bottom: 27px;
	max-width: 100%;
	width: 100%;
}

.features-image-cards-cardtextrow {
	clear: both;
	float: left;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.features-image-cards-separator {
	background-color: #C2C2C2;
	margin-bottom: 15px;
}

.fa.font-icon-22 {
	color: #009cdf;
	font-size: .88em;
}

.features-large-icons-section {
	clear: both;
	padding-bottom: 75px;
	padding-top: 75px;
	width: auto;
}

.features-large-icons-textcol {
	margin-left: 8.3333%;
	padding-left: 15px;
	padding-right: 15px;
	width: 83.3333%;
}

.features-large-icons-featcol {
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0 15px;
	text-align: center;
	transform: none;
	width: auto;
}

.features-icon-container-nomargin:hover {
	background-color: rgb(26, 26, 26);
	height: 110px;
	margin: -5px auto 22px auto;
	min-height: 0;
	padding: 30px 0;
	transition: all 0.2s linear 0s;
	width: 110px;
}

.features-icon-container-nomargin {
	-moz-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	background-color: #03a9f4;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	height: 100px;
	margin: 0 auto 27px;
	min-height: 0;
	padding-bottom: 25px;
	padding-top: 25px;
	transition: all 0.2s linear 0s;
	width: 100px;
}

.features-overlapped-icons-section {
	border-radius: 3px;
	clear: both;
	padding-bottom: 75px;
	padding-top: 75px;
}

.features-overlapped-icons-textcol {
	float: none;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	right: auto;
	width: 83.3333%;
}

.features-overlapped-icons-featuresrow {
	align-items: flex-start;
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.features-overlapped-icons-featcol,.features-square-image-featcol {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.features-overlapped-icons-featinnerrow {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-moz-text-shadow: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-text-shadow: none;
	background-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
	color: #666666;
	margin-top: 50px;
	padding: 0 27px 9px 27px;
	text-align: center;
	text-shadow: none;
}

.features-icon-container:hover {
	background-color: #1A1A1A;
	height: 110px;
	margin: -55px auto 22px auto;
	min-height: 0;
	padding: 30px 0;
	transition: all 0.2s linear 0s;
	width: 110px;
}

.features-icon-container {
	-moz-box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	background-color: #03a9f4;
	border-radius: 100%;
	box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	display: inline-block;
	height: 100px;
	margin: -50px auto 27px auto;
	min-height: 0;
	padding-bottom: 25px;
	padding-top: 25px;
	transition: all 0.2s linear 0s;
	width: 100px;
}

.features-small-icon-cards-textcol {
	float: none;
	left: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	right: auto;
	width: 83.3333%;
}

.features-small-icon-cards-featuresrow {
	clear: both;
	float: left;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

.features-small-icon-cards-featcol {
	float: none;
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

.features-small-icon-cards-featinnerrow {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.features-small-icon-cards-iconcol {
	float: left;
	padding: 30px 15px;
	text-align: center;
	width: 100%;
}

.fa.font-icon-23 {
	color: #03a9f4;
	font-size: 3.33em;
}

.features-small-icon-cards-feattextcol {
	float: left;
	margin-left: 0;
	padding: 15px 15px 0 15px;
	text-align: center;
	width: 100%;
}

.features-small-image-cards-section {
	padding-bottom: 75px;
	padding-top: 75px;
	text-align: center;
}

.features-small-image-cards-textrow {
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.features-small-image-cards-textcol {
	float: none;
	margin-left: 8.3333%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 83.3333%;
}

.features-small-image-cards-featrow {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

.features-small-image-cards-featcol {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}

.features-small-image-cards-featinnerrow {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: rgb(255, 255, 255);
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	clear: both;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

.features-small-image-cards-imgcol {
	background: url(https://autoecolestarter.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/rodion-kutsaev-184298-1920x1280.jpg) left top / cover;
	float: left;
	min-height: 180px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	text-align: right;
	width: 100%;
}

.features-small-image-cards-featcol-feattextcol {
	float: left;
	min-height: 0;
	padding: 15px;
	text-align: left;
	width: 100%;
}

.features-small-image-cards-separator {
	background-color: rgb(194, 194, 194);
	margin-bottom: 15px;
}

img.features-square-image-featimg {
	border-color: rgb(199, 199, 199);
	border-radius: 0%;
	border-style: solid;
	border-width: 0;
	display: inline-block;
	height: auto;
	margin-bottom: 27px;
	max-width: 100%;
	width: auto;
}

.numbers-section {
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.numbers-section:before {
	background-color: rgba(26, 26, 26, .58);
	content: ' ';
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.numbers-itemcol {
	border-bottom: 0 solid rgb(255, 255, 255);
	border-right-color: #FFFFFF;
	float: none;
	margin-bottom: 18px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

h2.numbers-numbertext {
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 10px;
}

h3.numbers-titletext {
	color: #FFFFFF;
	margin-bottom: 5px;
}

.numbers-itemcol-last {
	border-right-color: rgb(255, 255, 255);
	border-right-style: solid;
	border-right-width: 0;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.portfolio-cards-textcol {
	float: none;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.portfolio-cards-projectsrow {
	clear: both;
	float: left;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

.portfolio-cards-projectcol {
	float: none;
	padding: 15px;
	width: 100%;
}

.portfolio-cards-projectcard {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
	float: left;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#ContentSwap104 {
	margin: 0;
	min-height: 0;
	padding: 0;
	width: 100%;
}

#ContentSwap104 .ContentSwap104_content {
	background: none center center / cover scroll transparent;
	height: auto;
	min-height: 0;
	width: 100%;
}

img.portfolio-cards-projectimg,img.portfolio-full-projectimg {
	max-width: 100%;
	width: auto;
}

#ContentSwap104 .swap-inner {
	background-color: rgba(0, 0, 0, .75);
	color: #FFFFFF;
	cursor: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 40px;
	text-align: center;
	transform-style: preserve-3d;
	width: 100%;
}

.ContentSwap104-center {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	min-height: 69px;
	padding-top: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.fa.portfolio-card-icon {
	color: #ffffff;
	font-size: 2.22em;
}

.portfolio-cards-projectinfo {
	clear: both;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	width: 100%;
}

a.portfolio-cards-projlink {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h4.portfolio-cards-projtitle {
	font-weight: 300;
	margin-bottom: 15px;
	text-align: center;
	text-transform: none;
}

h4.portfolio-cards-projtitle:hover {
	color: #03A9F4;
	text-decoration: none;
}

.portfolio-full-section {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.portfolio-full-projectcol {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

#ContentSwap103 {
	margin: 0;
	padding: 0;
	width: 100%;
}

#ContentSwap103 .ContentSwap103_content,#ContentSwap102 .ContentSwap102_content {
	background: none center center / cover scroll transparent;
	height: auto;
	width: 100%;
}

#ContentSwap103 .swap-inner,#ContentSwap102 .swap-inner {
	background-color: rgba(3, 169, 244, .75);
	color: #FFFFFF;
	cursor: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0 40px;
	text-align: center;
	transform-style: preserve-3d;
	width: 100%;
}

.ContentSwap103-center {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	min-height: 46px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

h4.protfolio-full-itemtitle,.contentswap-effect .swap-inner h4 {
	color: #FFFFFF;
}

.contentswap-effect .swap-inner h4.protfolio-full-itemtitle {
	font-size: 1.44em;
	font-weight: 400;
	letter-spacing: 1px;
}

.team-colors-textcol,.team-large-square-textcol {
	float: none;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	min-height: 163px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 83.3333%;
}

.team-colors-membercol {
	float: none;
	margin-bottom: 30px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.team-colors-membercard {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
}

.team-colors-background {
	margin-left: 0;
	margin-right: 0;
	min-height: 100px;
}

.team-colors-membercol:nth-of-type(4n+1) .team-colors-background {
	background-color: #03a9f4;
}

.team-colors-membercol:nth-of-type(4n+2) .team-colors-background {
	background-color: #4CAF4F;
}

.team-colors-membercol:nth-of-type(4n+1) .team-colors-icon:hover {
	color: #03a9f4;
}

.team-colors-membercol:nth-of-type(4n+2) .team-colors-icon:hover {
	color: #4CAF4F;
}

.team-colors-membercol:nth-of-type(4n+3) .team-colors-icon:hover {
	color: #fbc02d;
}

.team-colors-membercol:nth-of-type(4n+4) .team-colors-icon:hover {
	color: #9c27b0;
}

.team-colors-memberinfo {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

img.team-colors-memberimg {
	border-color: rgb(255, 255, 255);
	border-radius: 100%;
	border-style: solid;
	border-width: 5px;
	display: inline-block;
	margin-bottom: 27px;
	margin-top: -60px;
	max-width: 150px;
	padding-left: 0;
	padding-right: 0;
	width: 120px;
}

h4.team-colors-membername,h5.testimonials-boxed-itemname,h5.testimonials-full-nametext {
	margin-bottom: 0;
}

p.team-colors-memberposition {
	font-size: 1em;
	font-style: italic;
	font-weight: 400;
}

.team-colors-separator {
	background-color: #D6D6D6;
}

.team-colors-membericons {
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 18px;
	padding-top: 18px;
	text-align: center;
}

.fa.team-colors-icon {
	color: #666666;
	display: inline-block;
	font-size: 1.38em;
	margin-left: 10%;
	margin-right: 10%;
}

.team-large-gridcol a:hover {
	text-decoration: none;
}

.team-large-textcol {
	float: none;
	margin-left: 16.6667%;
	min-height: 200px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 66.6667%;
}

.team-large-memberrow {
	margin-left: 0;
	margin-right: 0;
}

.team-large-membercol {
	float: none;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

img.team-large-memberimg {
	border-color: rgb(255, 128, 102);
	border-radius: 100%;
	border-style: solid;
	border-width: 5px;
	display: inline-block;
	height: auto;
	margin-bottom: 27px;
	max-width: 250px;
	padding-left: 0;
	padding-right: 0;
	width: 75%;
}

.team-large-square-innerrow {
	border-radius: 0;
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.team-large-square-membercol {
	float: left;
	margin-bottom: 15px;
	margin-left: 0%;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.team-large-square-membercard {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #FFFFFF;
	border-color: rgb(119, 119, 119) rgb(119, 119, 119) #03A8F4 rgb(119, 119, 119);
	border-radius: 3px;
	border-style: solid;
	border-width: 0 0 5px 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#ContentSwap102 {
	margin: 0;
	padding: 0;
	width: 100%;
}

img.image13 {
	width: auto;
}

.ContentSwap102-center {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	min-height: 40px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.fa.team-large-square-membericon {
	color: #ffffff;
	display: inline-block;
	font-size: 2.22em;
	margin-left: 10px;
	margin-right: 10px;
}

.team-large-square-memberinfo {
	background-color: rgba(255, 255, 255, .75);
	clear: both;
	float: left;
	padding: 20px 15px 10px 15px;
	text-align: center;
	width: 100%;
}

h3.team-large-square-membername {
	color: #03a9f4;
	margin-bottom: 5px;
}

h4.team-large-square-memberposition {
	font-size: 1em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.team-small-textcol {
	float: none;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	min-height: 160px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 83.3333%;
}

.team-small-membercol {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 50%;
}

img.team-small-memberimg-normal {
	border-color: #03A8F4;
	border-radius: 100%;
	border-style: solid;
	border-width: 5px;
	display: inline-block;
	margin-bottom: 27px;
	margin-top: 0;
	max-width: 150px;
	padding-left: 0;
	padding-right: 0;
	width: 120px;
}

.team-small-iconsrow {
	background-color: transparent;
	margin-bottom: 18px;
	margin-left: -15px;
	margin-right: -15px;
}

.fa.team-icon:hover {
	color: #666666;
	text-rendering: auto;
}

.fa.team-icon {
	color: #666666;
	display: inline-block;
	font-size: 1.38em;
	margin-left: 10px;
	margin-right: 10px;
}

.white-text i.team-icon {
	color: #ffffff;
}

.testimonials-boxed-textcol {
	float: none;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	min-height: 163px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 80%;
}

.testimonials-boxed-itemcol {
	float: none;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.testimonials-boxed-itemcard {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
	padding: 30px;
	text-align: center;
}

h4.testimonials-boxed-itemtext {
	color: #666666;
	font-size: 1.11em;
	font-style: italic;
	font-weight: 300;
}

img.testimonials-boxed-itemimg {
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 100%;
	width: 100px;
}

h6.testimonials-boxed-itempos,h6.testimonials-full-postext {
	font-size: .88em;
	letter-spacing: 2px;
	margin-top: 0;
}

.testimonials-full-section {
	margin-left: auto;
	margin-right: auto;
	padding: 50px 15px;
}

.testimonials-full-textcol {
	float: none;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	min-height: 163px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 80%;
}

.testimonials-full-itemsrow {
	clear: both;
	padding-left: 5%;
	padding-right: 3%;
}

.testimonials-full-itemcol {
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	width: auto;
}

.testimonials-full-imgcol {
	float: none;
	margin: auto;
	margin-bottom: 15px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
	width: 80%;
}

img.testimonials-full-itemimg {
	border-radius: 100%;
	display: inline-block;
	margin: auto;
	max-width: 100%;
	width: 150px;
}

.testimonials-full-itemtextcol {
	float: none;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	width: auto;
}

@media only screen and (min-width: 768px){ 

	.about-big-images-gridcol {
		margin-left: auto;
		margin-right: auto;
		min-height: 308px;
		padding-left: 15px;
		padding-right: 15px;
		width: 90%;
	}
	
	img.about-big-images-leftimg {
		display: inline-block;
		margin-left: 40%;
		margin-top: 10%;
		width: 100%;
	}
	
	img.about-big-images-rightimg {
		display: inline-block;
		margin-left: -50%;
		margin-top: 60%;
		width: auto;
	}
	
	img.about-big-images-centerimg {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
	}
	
	.about-big-images-textrow,.about-four-boxes-innerrow,.about-text-grid-rightgridrow,.features-coloured-icon-boxes-innerrow,.features-small-image-cards-featrow,.numbers-innerrow,.team-large-square-innerrow,.testimonials-boxed-itemsrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	
	.about-big-images-textcol {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.about-big-images-bottomrow {
		clear: both;
		float: left;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.about-big-images-leftimgcol,.about-big-images-rightimgcol {
		float: left;
		width: 25%;
	}
	
	.about-big-images-centerimgcol {
		float: left;
		width: 50%;
	}
	
	.about-bigtitle-titlecol,.about-bigtitle-textcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	h2.about-bigtitle-title {
		text-align: right;
	}
	
	.about-bigtitle-numberscol,.portfolio-cards-projnamecol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.about-bigtitle-numberdiv {
		float: left;
		min-height: 118px;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.about-four-boxes-imgcol,.about-four-boxes-imgcol2 {
		float: left;
		min-height: 300px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.about-four-boxes-textcol {
		float: left;
		min-height: 300px;
		padding: 40px;
		width: 50%;
	}
	
	.about-images-right-innerrow,.about-text-grid-innerrow,.about-text-icons-innerrow,.blog-postsrow,.features-image-cards-innerrow,.features-overlapped-icons-featuresrow,.team-colors-membersrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	
	.about-images-right-textcol {
		float: none;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: 100%;
	}
	
	.about-images-right-imgcol {
		float: none;
		margin: auto;
		padding-left: 75px;
		padding-right: 15px;
		width: 90%;
	}
	
	img.about-images-right-topimg {
		display: inline-block;
		width: 80%;
	}
	
	img.about-images-right-rightimg,.testimonials-boxed-textcol {
		width: 80%;
	}
	
	img.about-images-right-leftimg {
		width: 60%;
	}
	
	.about-text-grid-textcol {
		float: left;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: 100%;
	}
	
	.about-text-grid-rightgridcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.about-text-grid-imgcol {
		float: left;
		min-height: 250px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.about-text-grid-rightgridtextcol {
		float: left;
		margin-left: 0;
		margin-right: 0;
		min-height: 250px;
		padding: 30px;
		width: 50%;
	}
	
	.about-text-grid-imgcol2 {
		min-height: 250px;
		width: 50%;
	}
	
	.about-text-icons-textcol {
		float: left;
		padding-left: 15px;
		padding-right: 25px;
		text-align: left;
		width: 33.3333%;
	}
	
	.about-text-icons-cols {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6666%;
	}
	
	.about-text-icons-iconcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		width: 33.333%;
	}
	
	.about-text-icons-cols .about-text-icons-iconcol {
		width: 50%;
	}
	
	.blog-textrow,.features-coloured-icon-boxes-textrow,.features-large-icons-textrow,.features-small-image-cards-textrow,.team-small-iconsrow {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.blog-textcol {
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
	
	.blog-postcol {
		float: left;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.blog-postbg {
		clear: both;
		min-height: 200px;
		padding-left: 27px;
		padding-right: 27px;
	}
	
	img.clients-grid-itemimg,img.clients-strip-itemimg {
		max-height: 100px;
	}
	
	.clients-grid-itemcol {
		border-style: solid;
		border-width: 0;
		float: left;
		min-height: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.clients-grid-textcol {
		margin-left: 16.6667%;
		min-height: 200px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.clients-strip-section,.portfolio-full-section {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.row_187 {
		clear: both;
		margin-left: 5%;
		margin-right: 0;
		width: auto;
	}
	
	.clients-strip-itemcol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		min-height: 0;
		padding: 0 15px;
		width: 33.33%;
	}
	
	.contact-formcol {
		margin-left: auto;
		margin-right: auto;
		padding-left: 5%;
		padding-right: 5%;
		width: 80%;
	}
	
	.contact-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 80%;
	}
	
	.content-full-left-image-textcol,.content-full-right-image-textcol {
		display: table-cell;
		min-height: 387px;
		padding-left: 15px;
		padding-right: 15px;
		width: 60%;
	}
	
	.content-full-left-image-featuresrow,.content-full-right-image-featuresrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		min-height: 100px;
		width: auto;
	}
	
	.content-full-left-image-imgcol,.content-full-right-image-imgcol {
		display: table-cell;
		margin-left: 0;
		min-height: 514px;
		width: 40%;
	}
	
	.content-left-image-imgcol {
		float: left;
		margin-bottom: 20px;
		margin-left: 20%;
		margin-right: 20%;
		min-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
		width: 60%;
	}
	
	.content-left-image-textcol {
		float: left;
		margin-bottom: 20px;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 0;
		min-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: 80%;
	}
	
	.content-right-image-imgcol {
		float: left;
		margin-left: 20%;
		margin-right: 20%;
		min-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
		width: 60%;
	}
	
	.content-right-image-textcol {
		float: left;
		margin-bottom: 20px;
		margin-left: 10%;
		margin-right: 10%;
		min-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: 80%;
	}
	
	.cta-blue-textcol {
		float: left;
		min-height: 65px;
		width: 50%;
	}
	
	.cta-blue-text {
		margin-bottom: 0;
	}
	
	.cta-blue-btncol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: right;
		width: 50%;
	}
	
	.cta-gray-textcol,.cta-red-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.cta-gray-btncol,.cta-red-btncol {
		min-height: 104px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 27px;
		text-align: right;
		width: 33.3333%;
	}
	
	.cta-large-blue-centercol,.cta-large-red-centercol {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 75%;
	}
	
	.features-coloured-icon-boxes-textcol {
		margin: auto;
		width: 83.3333%;
	}
	
	.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
		min-height: 0;
		padding: 0;
		width: auto;
	}
	
	.features-coloured-icon-boxes-featurecol {
		float: left;
		width: 50%;
	}
	
	.features-image-cards-textcol,.features-overlapped-icons-textcol,.features-square-image-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333%;
	}
	
	.features-image-cards-cardcol,.team-colors-membercol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.features-image-cards-cardrow {
		clear: both;
		float: left;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.features-image-cards-cardtextrow,.portfolio-cards-projectinfo {
		clear: both;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.features-large-icons-textcol {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333%;
	}
	
	.features-large-icons-featcol {
		float: left;
		padding: 15px;
		width: 50%;
	}
	
	.features-overlapped-icons-featcol,.features-small-image-cards-featcol,.features-square-image-featcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.features-overlapped-icons-featinnerrow {
		clear: both;
		min-height: 200px;
		padding: 0 27px 9px 27px;
	}
	
	.features-icon-container:hover {
		height: 110px;
		margin-left: auto;
		margin-right: auto;
		min-height: 0;
		transition: all 0.2s linear 0s;
		width: 110px;
	}
	
	.features-icon-container {
		height: 100px;
		min-height: 0;
		width: 100px;
	}
	
	.features-small-icon-cards-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333%;
	}
	
	.features-small-icon-cards-featuresrow,.portfolio-cards-projectcard {
		clear: both;
		float: left;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.features-small-icon-cards-featcol {
		float: left;
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.features-small-icon-cards-featinnerrow {
		margin-left: 0;
		margin-right: 0;
		min-height: 117px;
	}
	
	.features-small-icon-cards-iconcol {
		float: left;
		width: 20%;
	}
	
	.features-small-icon-cards-iconcol i.fa {
		font-size: 2.22em;
	}
	
	.features-small-icon-cards-feattextcol {
		float: left;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		width: 80%;
	}
	
	.features-small-image-cards-textcol {
		margin-left: auto;
		margin-right: auto;
		min-height: 154px;
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333%;
	}
	
	.features-small-image-cards-featinnerrow,img.features-square-image-featimg {
		width: auto;
	}
	
	.numbers-itemcol {
		border-bottom: 0 none;
		border-right-style: solid;
		border-right-width: 1px;
		float: left;
		margin-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.numbers-itemcol-last,.team-small-membercol {
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.portfolio-cards-textcol {
		margin-left: auto;
		margin-right: auto;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.portfolio-cards-projectsrow {
		clear: both;
		float: left;
		padding-left: 0;
		padding-right: 0;
	}
	
	.portfolio-cards-projectcol,.team-large-membercol,.testimonials-boxed-itemcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.ContentSwap104-center {
		min-height: 40px;
	}
	
	.portfolio-full-projectcol {
		float: left;
		margin-bottom: 0;
		width: 33.3333%;
	}
	
	.team-colors-textcol,.team-large-square-textcol {
		margin-right: auto;
		min-height: 154px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.team-colors-membercard {
		clear: both;
		min-height: 200px;
	}
	
	.team-colors-background {
		min-height: 140px;
	}
	
	.team-colors-memberinfo {
		margin-left: 0;
		margin-right: 0;
		min-height: 200px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	img.team-colors-memberimg {
		display: inline-block;
		width: 120px;
	}
	
	.fa.team-colors-icon {
		display: inline-block;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.team-large-memberrow,.team-large-square-membercard {
		margin-left: 0;
		margin-right: 0;
	}
	
	img.team-large-memberimg {
		max-width: 100%;
	}
	
	.team-large-square-membercol {
		margin-bottom: 15px;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	#ContentSwap102 {
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	img.image13,#ContentSwap102 .swap-inner {
		width: 100%;
	}
	
	.fa.team-large-square-membericon {
		margin-left: 10px;
		margin-right: 0;
	}
	
	.team-large-square-memberinfo {
		clear: both;
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	.team-small-textcol {
		margin-left: auto;
		margin-right: auto;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.fa.team-icon {
		margin-left: 10px;
	}
	
	.testimonials-boxed-itemcard {
		clear: both;
		min-height: 200px;
		padding: 30px;
	}
	
	.testimonials-full-section {
		margin-left: auto;
		margin-right: auto;
		min-height: 356px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.testimonials-full-textrow {
		clear: both;
		min-height: 193px;
	}
	
	.testimonials-full-textcol {
		margin-left: auto;
		margin-right: auto;
		width: 66.6667%;
	}
	
	.testimonials-full-itemsrow {
		clear: both;
		padding-left: 5%;
	}
	
	.testimonials-full-itemcol {
		float: left;
		width: 33.3333%;
	}
	
	.testimonials-full-imgcol {
		float: left;
		padding-left: 0%;
		padding-right: 0%;
		width: 20%;
	}
	
	.testimonials-full-itemtextcol {
		float: left;
		padding-left: 30px;
		padding-right: 30px;
		text-align: left;
		width: 80%;
	}
	
 }
@media only screen and (min-width: 1024px){ 

	.header-description img.about-images-right-leftimg {
		margin-left: 0;
	}
	
	.header-description img.about-images-right-rightimg {
		margin-right: 0;
	}
	
	.about-big-images-gridcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 1232px;
		padding-left: 15px;
		padding-right: 15px;
		width: 80%;
	}
	
	.about-big-images-textrow,.about-four-boxes-innerrow,.about-text-grid-rightgridrow,.features-coloured-icon-boxes-innerrow,.features-small-image-cards-featrow,.numbers-innerrow,.team-large-square-innerrow,.testimonials-boxed-itemsrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	
	.about-big-images-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.about-big-images-bottomrow,.features-small-icon-cards-featuresrow,.portfolio-cards-projectcard {
		clear: both;
		float: left;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.about-big-images-leftimgcol,.about-big-images-centerimgcol,.about-big-images-rightimgcol,.portfolio-full-projectcol,.testimonials-full-itemcol {
		float: left;
	}
	
	.about-bigtitle-titlecol {
		float: left;
		padding-left: 27px;
		padding-right: 27px;
		width: 41.6667%;
	}
	
	h2.about-bigtitle-title {
		text-align: right;
	}
	
	.about-bigtitle-textcol {
		float: left;
		padding: 27px 27px 0 27px;
		width: 41.6667%;
	}
	
	.about-bigtitle-numberscol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 16.6667%;
	}
	
	.about-bigtitle-numberdiv {
		float: none;
		min-height: 118px;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
	
	.about-four-boxes-textcol {
		float: left;
		padding: 40px;
	}
	
	.about-images-right-innerrow,.about-text-grid-innerrow,.about-text-icons-innerrow,.blog-postsrow,.features-image-cards-innerrow,.features-overlapped-icons-featuresrow,.team-colors-membersrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	
	.about-images-right-textcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		width: 40%;
	}
	
	.about-images-right-imgcol {
		float: left;
		padding-left: 80px;
		padding-right: 15px;
		width: 60%;
	}
	
	img.about-images-right-rightimg {
		display: inline-block;
		margin-left: 30%;
		width: 80%;
	}
	
	img.about-images-right-leftimg {
		display: inline-block;
		margin-left: -10%;
		width: 60%;
	}
	
	.about-text-grid-textcol {
		float: left;
		padding-left: 15px;
		padding-right: 30px;
		width: 40%;
	}
	
	.about-text-grid-rightgridcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 60%;
	}
	
	.about-text-grid-imgcol,.about-text-icons-cols,.about-text-icons-iconcol,.blog-postcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol,.cta-blue-textcol,.features-small-icon-cards-featcol,.portfolio-cards-projectcol,.testimonials-boxed-itemcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.about-text-grid-rightgridtextcol {
		float: left;
		margin-left: 0;
		margin-right: 0;
		padding: 40px 30px 30px 30px;
	}
	
	.about-text-grid-imgcol2 {
		min-height: 250px;
	}
	
	.about-text-icons-textcol {
		float: left;
		padding-left: 15px;
		padding-right: 25px;
	}
	
	.blog-textrow,.features-coloured-icon-boxes-textrow {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.blog-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
	
	.blog-postbg {
		padding-left: 27px;
		padding-right: 27px;
	}
	
	.clients-grid-itemcol {
		border-style: solid;
		border-width: 0;
		float: left;
		padding-left: 30px;
		padding-right: 30px;
		width: 25%;
	}
	
	.clients-strip-section,.portfolio-full-section {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
	
	.row_187 {
		clear: both;
		margin-left: 5%;
		margin-right: 5%;
		width: auto;
	}
	
	.clients-strip-itemcol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		padding: 0 15px;
		width: 16.66%;
	}
	
	.contact-formcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 30px 30px 15px 30px;
		width: 50%;
	}
	
	.contact-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.content-full-left-image-innerrow,.content-full-right-image-innerrow {
		clear: both;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	
	.content-full-left-image-textcol,.content-full-right-image-textcol {
		clear: none;
		margin-right: 0%;
		padding-left: 10%;
		padding-right: 10%;
		width: 60%;
	}
	
	.content-full-left-image-featuresrow,.content-full-right-image-featuresrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		min-height: 100px;
		width: auto;
	}
	
	.content-full-left-image-imgcol,.content-full-right-image-imgcol {
		margin-right: 0;
		min-height: 514px;
		width: 40%;
	}
	
	.content-left-image-imgcol,.content-right-image-imgcol {
		float: left;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.content-left-image-textcol {
		clear: none;
		margin: 0;
		padding-left: 30px;
		padding-right: 15px;
		text-align: left;
		width: 50%;
	}
	
	.content-right-image-textcol {
		clear: none;
		float: left;
		margin: 0;
		padding-left: 15px;
		padding-right: 30px;
		text-align: left;
		width: 50%;
	}
	
	.cta-blue-btncol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: right;
	}
	
	.cta-gray-textcol,.cta-red-textcol,.features-image-cards-textcol,.features-overlapped-icons-textcol,.features-square-image-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.cta-gray-btncol,.cta-red-btncol {
		min-height: 104px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 27px;
		text-align: right;
		width: 33.3333%;
	}
	
	.cta-large-blue-centercol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		min-height: 100px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.cta-large-red-centercol {
		float: none;
	}
	
	.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
		display: inline-block;
		min-height: 0;
		padding: 0;
		width: auto;
	}
	
	.features-image-cards-textrow,.features-large-icons-textrow,.features-overlapped-icons-textrow,.features-small-icon-cards-textrow,.features-small-image-cards-textrow,.features-square-image-textrow,.team-large-memberrow,.team-small-iconsrow {
		margin-left: 0;
		margin-right: 0;
	}
	
	.features-image-cards-cardcol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.features-image-cards-cardrow {
		clear: both;
		float: left;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.features-image-cards-cardtextrow {
		clear: both;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.features-large-icons-section {
		clear: both;
		width: auto;
	}
	
	.features-large-icons-textcol {
		float: none;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		right: auto;
		width: 66.6667%;
	}
	
	.features-large-icons-featrow {
		clear: both;
		min-height: 50px;
	}
	
	.features-large-icons-featcol {
		float: left;
		padding: 0 15px;
		width: 25%;
	}
	
	.features-overlapped-icons-featcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 25%;
	}
	
	.features-overlapped-icons-featinnerrow {
		padding: 0 27px 27px 27px;
	}
	
	.features-icon-container:hover {
		height: 110px;
		margin-left: auto;
		margin-right: auto;
		min-height: 0;
		transition: all 0.2s linear 0s;
		width: 110px;
	}
	
	.features-icon-container {
		height: 100px;
		min-height: 0;
		width: 100px;
	}
	
	.features-small-icon-cards-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.features-small-icon-cards-featinnerrow {
		margin-left: 0;
		margin-right: 0;
		min-height: 117px;
	}
	
	.features-small-icon-cards-iconcol {
		float: left;
		width: 20%;
	}
	
	.features-small-icon-cards-iconcol i.fa {
		font-size: 3.33em;
	}
	
	.features-small-icon-cards-feattextcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 80%;
	}
	
	.features-small-image-cards-textcol {
		float: none;
		left: auto;
		margin-left: 16.6667%;
		margin-right: 0;
		min-height: 154px;
		padding-left: 15px;
		padding-right: 15px;
		right: auto;
		width: 66.6667%;
	}
	
	.features-small-image-cards-featcol-feattextcol {
		width: 70%;
	}
	
	.features-small-image-cards-imgcol {
		width: 30%;
	}
	
	.features-small-image-cards-featcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.features-small-image-cards-featinnerrow,img.features-square-image-featimg {
		width: auto;
	}
	
	.features-square-image-featcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.numbers-itemcol {
		border-bottom: 0 none;
		border-right-style: solid;
		border-right-width: 1px;
		float: left;
		margin-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.numbers-itemcol-last {
		border-right-width: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.portfolio-cards-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.portfolio-cards-projectsrow {
		clear: both;
		float: left;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.ContentSwap104-center {
		min-height: 40px;
	}
	
	.portfolio-cards-projectinfo {
		clear: both;
		float: left;
		min-height: 65px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.portfolio-cards-projnamecol {
		float: left;
		min-height: 51px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	h4.portfolio-cards-projtitle {
		font-size: 1.33em;
	}
	
	.team-colors-textcol,.team-large-square-textcol {
		left: auto;
		margin-right: auto;
		min-height: 154px;
		padding-left: 15px;
		padding-right: 15px;
		right: auto;
		width: 66.6667%;
	}
	
	.team-colors-membercol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		width: 25%;
	}
	
	.team-colors-background {
		min-height: 140px;
	}
	
	.team-colors-memberinfo {
		margin-left: 0;
		margin-right: 0;
		min-height: 200px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	img.team-colors-memberimg {
		display: inline-block;
		width: 120px;
	}
	
	.fa.team-colors-icon {
		display: inline-block;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.team-large-membercol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	img.team-large-memberimg {
		max-width: 100%;
	}
	
	.team-large-square-membercol {
		margin-bottom: 15px;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.team-large-square-membercard {
		margin: 0 0 27px 0;
	}
	
	#ContentSwap102 {
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	img.image13 {
		display: inline-block;
		width: 100%;
	}
	
	#ContentSwap102 .swap-inner {
		width: 100%;
	}
	
	.fa.team-large-square-membericon,.fa.team-icon {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.team-large-square-memberinfo {
		clear: both;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	h3.team-large-square-membername {
		font-size: 1.55em;
	}
	
	.team-small-textcol {
		margin-left: auto;
		margin-right: auto;
		max-width: 1232px;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.team-small-membercol {
		padding-left: 15px;
		padding-right: 15px;
		width: 16.6667%;
	}
	
	.testimonials-boxed-textcol {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
	
	.testimonials-boxed-itemcard {
		padding: 30px;
	}
	
	.testimonials-full-section {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	
	.testimonials-full-textcol {
		margin-left: auto;
		width: 50%;
	}
	
	.testimonials-full-itemsrow {
		clear: both;
		padding-left: 3%;
	}
	
	.testimonials-full-imgcol {
		float: left;
		padding-left: 30px;
	}
	
	.testimonials-full-itemtextcol {
		float: left;
		padding-left: 30px;
		padding-right: 30px;
	}
	
 }.contentswap-effect{
    display: inline-block;
    position: relative;
    overflow: hidden;
    zoom:1;
    padding-top:1px;                                                   
    padding-bottom:1px;     
    *display:inline;
    cursor: pointer;
    vertical-align: top;
}


.contentswap-effect .initial-image{
    display: block;
}

.contentswap-effect .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    opacity: 0;
    display:none;
    margin-top:1px;
}

.contentswap-effect.hover .overlay,
.contentswap-effect.caption.hover .overlay,
.contentswap-effect:hover .overlay,
.contentswap-effect.caption:hover .overlay{
    opacity: 1;
}

.contentswap-effect.caption .overlay{
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
}


.contentswap-effect.caption:hover .overlay:after{
    content:"";
}

.contentswap-effect.caption.hover .initial-image,
.contentswap-effect.caption:hover .initial-image{
    opacity: 1;
    display: block;

}


.contentswap-effect .swap-inner, .contentswap-effect .swap-inner-caption{
    display: none;
    padding-top:1px;                                                   
    padding-bottom:1px;                                                   
}


.contentswap-effect .swap-title,
.contentswap-effect .swap-subtitle,
.contentswap-effect .swap-button{
    margin: 20px;
    text-align: center;
}



.contentswap-effect.caption .swap-inner{
    position:relative;

}

.contentswap-effect.contentswap-overlay .overlay:after, .contentswap-effect.caption:hover .swap-inner:after {
    content:"";
}

.contentswap-effect .swap-title{
    margin: 20px 0 20px 0;
    /*font-weight: 300;*/
    text-align: center;
}

.contentswap-effect .swap-button button{
    cursor: pointer;
    background: #605ca8;
    text-transform: uppercase;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none !important;
}

.contentswap-effect .swap-button button:hover{
    background: #403c78;
}

.contentswap-effect .swap-button button.button-2{
    background: #327BEF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: border-color .218s 0;
    -moz-transition: border-color .218s 0;
    -o-transition: border-color .218s 0;
    transition: border-color .218s 0;
    text-shadow: 1px 0px 0px #1a378e;
    border-color: #0066cc;
    border-width: 1px;
    border-style: solid;

}
.contentswap-effect .swap-button button.button-2:hover{
    background: #2D71EE;
    -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 0px #001AA6;
    border-color: #291f93;
}


.contentswap-effect .swap-button button.button-4{
    background: rgb(182,214,68);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 18px;
    border-color: rgb(182,214,68);
    border-bottom-style: solid;
    border-right-style: solid;
}


.contentswap-effect .swap-button button.button-4:hover{
    background: rgb(108,162,60); 
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
}

.contentswap-effect .swap-button button.button-6{
    background: rgb(159,220,34); 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px #709A16;
    padding: 10px 20px;
    border-color: #7BA819;
    border-width: 1px;
    border-style: solid;
}
.contentswap-effect .swap-button button.button-6:hover{
    background: rgb(147, 204, 30); 
    -webkit-box-shadow: 0px 1px 0px 0px #A0CA4E inset;
    -moz-box-shadow: 0px 1px 0px 0px #A0CA4E inset;
    box-shadow: 0px 1px 0px 0px #A0CA4E inset;
    text-shadow: 0px -1px 0px #628813;
}

.contentswap-effect .swap-button button.button-9{
    border: 2px solid rgba(255, 255, 255, 0.80);
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.contentswap-effect .swap-button button.button-9:hover{
    border-bottom: 10px solid rgba(255, 255, 255, 0.80);
}

.contentswap-effect .swap-button button.button-10{
    color: #666666;
    background: rgb(255,255,255);
}

.contentswap-effect .swap-button button.button-10:hover{
    color: #ffffff;
    background: rgb(69,72,77);
}


.contentswap-effect .swap-icons {
    margin: 0 auto;
}
.contentswap-effect .swap-icons img{
    text-align: center;
}

.contentswap-effect .swap-inner{
    position: absolute;
    top:0;
    left:0;
    background: transparent;
}

.clearfix{
    clear: both;
}


.contentswap-effect .swap-inner{
    opacity: 0;
}

.caption.contentswap-effect .swap-inner{
    opacity:1;
}

/* ----- Effects ----- */
.contentswap-overlay.effect-1 .swap-inner{
    -webkit-transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);
    -moz-transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);
    -o-transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);
    -ms-transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);
    transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);

}

.contentswap-overlay.effect-2 .swap-inner{
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.contentswap-overlay.effect-3 .swap-inner{
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.contentswap-overlay.effect-4 .swap-inner{
    -webkit-transform: translate(0px, 50%);
    -moz-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}

.contentswap-overlay.effect-5 .swap-inner{
    -webkit-transform: translate(50%, 0px);
    -moz-transform: translate(50%, 0px);
    -o-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}

.contentswap-overlay.effect-6 .swap-inner{
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
}

.contentswap-overlay.effect-7 .swap-inner{

    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.contentswap-overlay.effect-8 .swap-inner{
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
}


.contentswap-overlay.effect-9 .swap-inner{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.contentswap-overlay.effect-10 .swap-inner{
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);
    transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);

}

.contentswap-overlay.effect-11 .swap-inner{

    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);

}

.contentswap-overlay.effect-12 .swap-inner{
    -webkit-transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);
    -moz-transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);
    -o-transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);
    -ms-transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);
    transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);

}


.contentswap-overlay.effect-13 .swap-inner{
    -webkit-transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
    -moz-transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
    -o-transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
    -ms-transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
    transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
}

.contentswap-overlay.effect-14 .swap-inner{
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
    transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
}

.contentswap-overlay.effect-15 .swap-inner{
    -webkit-transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
    -moz-transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
    -o-transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
    -ms-transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
    transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
}

.contentswap-overlay.effect-16 .swap-inner{
    -webkit-transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
    -moz-transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
    -o-transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
    -ms-transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
    transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
}

.contentswap-overlay.effect-17 .swap-inner{
    -webkit-transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
    -moz-transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
    -o-transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
    -ms-transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
    transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
}

.contentswap-overlay.effect-18 .swap-inner{
    -webkit-transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
    -moz-transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
    -o-transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
    -ms-transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
    transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
}

.contentswap-overlay.effect-19 .swap-inner{
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
    transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
}

.contentswap-overlay.effect-20 .swap-inner{
    -webkit-transform: perspective(500px) scale(1.6) skew(80deg, 0deg);
    -moz-transform: perspective(500px) scale(1.6) skew(80deg, 0deg);
    -o-transform: perspective(500px) scale(1.6) skew(80deg, 0deg);
    -ms-transform: perspective(500px) scale(1.6) skew(80deg, 0deg);
    transform: perspective(500px) scale(1.6) skew(80deg, 0deg);

}

.contentswap-overlay.effect-21 .swap-inner{
    -webkit-transform: perspective(500px)  skew(0deg, 80deg);
    -moz-transform: perspective(500px)  skew(0deg, 80deg);
    -o-transform: perspective(500px) skew(0deg, 80deg);
    -ms-transform: perspective(500px)  skew(0deg, 80deg);
    transform: perspective(500px) skew(0deg, 80deg);

}


.contentswap-overlay.effect-22 .swap-inner{
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
    transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
}

.contentswap-overlay.effect-23 .swap-inner{
    -webkit-transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
    -moz-transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
    -o-transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
    -ms-transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
    transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
}

.contentswap-effect.hover .swap-inner, .contentswap-effect:hover .swap-inner {
    opacity: 1;
}

/*Reset*/
.contentswap-overlay.contentswap-effect.hover .swap-inner,
.contentswap-overlay.contentswap-effect:hover .swap-inner{
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
}

/*
Theme Name: One Page Express PRO
Theme URI:
Author: Horea Radu
Author URI:
Description: One Page Express is a beautiful WordPress Theme that can be used to create a one page website in minutes by drag and drop. In comes with a predesigned home page and over 30 ready to use content sections that you can easily customize. It also has lots of customization options (video background, slideshow background, header content types, etc) that will help you create a beautiful, unique one page website in no time. One Page Express is responsive so it works on mobile devices out of the box.
Version: 1.3.35
License: GNU General Public License version 3
License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
Tags: one-column, right-sidebar, custom-header, custom-menu, custom-logo, full-width-template, theme-options, translation-ready, blog, featured-images, threaded-comments
Text Domain: one-page-express-pro
Template: one-page-express
Tested up to: 6.0
Requires PHP: 5.6

This theme, like WordPress, is licensed under the GPL.
*/

[data-ovid] {
    position: relative;
    z-index: 1;
}

[data-ovid]:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
    display: inline-block;
}

.fancybox-buttons:before,
.fancybox-buttons:after {
    display: none;
}

[data-parallax-depth] {
    background-attachment: fixed;
}

.no-parallax [data-parallax-depth] {
    background-attachment: scroll;
}

.header-top.fixto-fixed #drop_mainmenu > li.current_page_item > a {
    border-bottom: none;
}

.header-top.small {
    position: static;
}

.header-top.small {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
}

.fancybox-container {
    z-index: 100000 !important;
}

.bordered.fixto-fixed {
    border-bottom: none;
}

.container-align-center {
    margin-left: auto;
    margin-right: auto;
}

.container-align-right {
    margin-left: auto;
}

.container-align-left {
    margin-right: auto;
}

span.button-icon {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    width: 1.6em;
    position: relative;
    height: 1em;
    margin-right: 0.3em;
    margin-left: 0.3em;
}

span.button-icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.8em;
    font-size: 1.6em;
    line-height: 1.6em;
}

.small span.button-icon {
    width: 1.2em;
}

.button.dark-text {
    color: #000000 !important;
}

.button.white-text {
    color: #ffffff;
}

.small span.button-icon:before {
    margin-top: -0.6em;
    font-size: 1.2em;
    line-height: 1.2em;
}

.button.transparent {
    background-color: transparent;
    border: none;
    color: #ffffff;
    box-shadow: none;
}

.button.transparent.dark-text {
    border-bottom-color: #666666;

}

.button.transparent:hover {
    text-decoration: underline;
}

.button.force-shadow {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.button.force-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
}

.no-shadow,
.no-shadow:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.dark-text-section .dynamic-color,
.dark-text-section .dynamic-color h1,
.dark-text-section .dynamic-color h2,
.dark-text-section .dynamic-color h3,
.dark-text-section .dynamic-color h4,
.dark-text-section .dynamic-color h5,
.dark-text-section .dynamic-color h6,
.dark-text-section .dynamic-color p {
    color: #666666 !important;
}

.ope-google-maps {
    min-height: 200px;
    height: calc(100% - 0px);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ope-google-maps * {
    max-width: none !important;
    box-sizing: content-box;
    vertical-align: inherit;
    font-size: initial;
    margin: auto;
    border: inherit;
    line-height: initial;
}

.section-title-col {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

iframe.ope-header-video {
    width: 100%;
    height: 300px;
    display: block;
}

html.fancybox-enabled body {
    width: 100%;
}

.header-description-row img.homepage-header-image,
.header-description-row .video-popup-button img,
.header-description-row iframe.ope-header-video {
    -moz-box-shadow: 0px 15px 80px -5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 15px 80px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 80px -5px rgba(0, 0, 0, 0.25);
}

img.homepage-header-image.round {
    border-radius: 100%;
    border: 5px solid;
    text-align: center;
}

code {
    padding: 0.05rem 0.25rem;
    background-color: #eaeaea;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 0.9rem;
    display: inline-block;
}

.header-media-container {
    display: block;
    margin: auto;
    text-align: center;
}

.video-popup-button {
    position: relative;
    z-index: 1;
    text-align: center;
}

.video-popup-button.with-image:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    content: ' ';
}

.video-popup-button img.poster {
    position: relative;
    width: 100%;
    display: block;
    z-index: -2;
}

a.video-popup-button-link {
    color: #ffffff;
    font-size: 100px;
    width: 100px;
    height: 100px;

}

a.video-popup-button-link:hover {
    color: #7AA7F5;
}

.video-popup-button img.poster + a.video-popup-button-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

a.badge-button {
    width: 200px;
    display: inline-block;
    font-size: 0px;
    vertical-align: top;
    line-height: 0px;
    border-radius: 8px;
    padding: 0px;
    background: transparent;
}

a.badge-button svg {
    width: 100%;
    height: auto;
}

a.button.orange {
    background-color: #FF8C00;
}

a.button.orange:hover {
    background-color: #d67600;
}

body.pro-inner-page #page {
    background-color: transparent;
}

.header-top.fixto-fixed {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
}

/*EDITOR STYLE*/

body#tinymce .content,
body#tinymce.content {
    background: #ffffff;
    margin: 15px;
}

.header-homepage-arrow {
    display: inline-block;
    line-height: 0px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 500px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 60px;
    color: #000000;
    position: relative;
    font-size: 20px;
}

.header-homepage-arrow-c {
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.mc4wp-alert {
    border: none;
    color: #ffffff;
    font-size: 14px;
    margin-top: 0px;
    padding: 5px 10px;
    margin: 2em 0.5em 1em;
}

.mc4wp-success {
    background-color: #3F464C;
}

.mc4wp-error {
    background-color: #ff8066;
}

.mc4wp-alert p {
    margin: 0px;
}

.header, .header-homepage {
    padding-bottom: 0px;
}

a#fm2_drop_mainmenu_mobile_button span.caption {
    min-height: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px !important;
    line-height: 1em !important;
    text-rendering: auto;
    letter-spacing: 0px !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: inherit;
    text-shadow: none;
    border: none;
    padding: 5px 0px 0px 0px !important;
}

a#fm2_drop_mainmenu_mobile_button span.caption:before {
    content: "\f0c9";
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
    font-family: FontAwesome;
    text-shadow: none;
    text-align: center;
}

@-moz-keyframes move-down-bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes move-down-bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes move-down-bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.move-down-bounce {
    -moz-animation: move-down-bounce 2s infinite;
    -webkit-animation: move-down-bounce 2s infinite;
    animation: move-down-bounce 2s infinite;
}

.content-wrapper {
    /*background: #ffffff;*/
}

.page-template-landing-page #page {
    min-height: 100vh;
    background: #ffffff;
}

.page-content.landing {
    min-height: 100vh;
}

.page-content.landing > div {
    width: 100%;
}

/*Language Switcher START*/

ul.ope-language-switcher {
    display: inline-block;
    list-style: none;
    margin-left: 0px;
    padding: 0px;
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

div.ope-language-switcher li {
    display: none;
}

ul.ope-language-switcher img {
    width: 18px;
}

.ope-language-switcher {
    display: none;
}

li.ellipsis:not(.pll-mobile-menu-item) + li.ellipsis.pll-mobile-menu-item {
    margin-top: 20px;
}

li.ellipsis.pll-mobile-menu-item .leaf {
    vertical-align: middle;
    display: inline-block;
}

div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis a img,
li.ellipsis.pll-mobile-menu-item img {
    vertical-align: baseline;
    display: inline-block;
    margin-right: 10px;
}

div.section-separator-top,
div.section-separator-bottom {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: absolute;
    z-index: 0;
    height: 10%;
    display: flex;
}

.content-relative {
    position: relative;
}

.content-relative > * {
    position: relative;
    z-index: 1;
}

svg.section-separator-top,
svg.section-separator-bottom {
    display: block;
    margin-left: -1%;
    max-height: 100%;
    width: 102%;
}

svg.section-separator-top[data-separator-name*=-negative] {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

div.section-separator-bottom {
    bottom: 0px;
}

div.section-separator-top {
    top: 0px;
}

.custom-section {
    padding: 75px 0px;
    background-color: #ffffff;
}

.custom-row {
    text-align: center;
}

.custom-row.row > * {
    padding: 0px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-row.row.no-gutter > * {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

/*POLYLANG END*/

@media only screen and (min-width: 768px) {

    .header-wrapper {
        overflow: hidden;
    }

    .gridContainer .gridContainer {
        width: auto;
        max-width: 100%;
    }

    .page-row {
        padding-top: 50px;
    }

    .page-row .page-content {
        width: 75%;
        float: left;
        padding-top: 0px;
    }

    iframe.ope-header-video {
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        position: relative;
        min-height: 100px;
        display: block;
    }

    .section-title-col {
        width: 66.6667%;
    }

    .content-video-container.iframe-holder {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
        width: 100%;
    }

    .content-video-container iframe.ope-header-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

    }

    .header-homepage.v-align-top {
        display: flex;
        flex-direction: column;
    }

    .header-homepage.v-align-middle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-homepage.v-align-bottom {
        display: flex;
        flex-direction: column-reverse;

    }

    .header, .header-homepage {
        padding-top: 100px;
        padding-bottom: 0px;
    }

    .ope-language-switcher.after-menu {
        background-color: #ffffff;
        border-radius: 4px 0px 0px 4px;
        right: 0px;
        position: fixed;
        top: 80px;
        display: inline-block;
        z-index: 10000;
    }

    .ope-language-switcher.after-menu select {
        display: block;
        margin: 10px 10px;
    }

    ul.ope-language-switcher.after-menu > li {
        display: none;
        float: left;
        padding: 14px 8px;
        font-size: 0px;
        line-height: 0px;
    }

    ul.ope-language-switcher.after-menu > li.current-lang {
        display: block;
    }

    ul.ope-language-switcher.after-menu.hover > li,
    ul.ope-language-switcher.after-menu:hover > li {
        display: block;
    }

    ul.ope-language-switcher.after-menu span {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-description-row > div:last-of-type {
        margin-bottom: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .media-on-left .header-description-row > div,
    .media-on-right .header-description-row > div {
        width: 100% !important;
        float: none;

    }

    .media-on-left .header-description-row > div .header-content .align-holder,
    .media-on-right .header-description-row > div .header-content .align-holder {
        text-align: center !important;
    }

    .media-on-left .header-description-row > div .header-content,
    .media-on-right .header-description-row > div .header-content {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1024px) {
    .gridContainer .gridContainer {
        width: auto;
        max-width: 100%;
    }
}

body div#page {
	background-color: transparent;
}

.content {
	background-color: transparent;
	padding-bottom: 0px!important;
	padding-top: 0px!important;
}

.header-section-content {
	text-align: left;
}

.page-content {
	padding-bottom: 0px!important;
	padding-top: 0px!important;
}

.homepage-template .svg-white-bg {
	fill: #FFFFFF;
}

.about-image-section-pro {
	padding-bottom: 50px;
	padding-top: 50px;
}

.about-image-gridcol-pro {
	margin-bottom: 20px;
	text-align: center;
}

.about-image-textcol-pro {
	float: none;
	min-height: auto;
	padding-bottom: 1em;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2em;
	text-align: center;
	width: 100%;
}

.contact-2columns-section,.woocommerce-section {
	clear: both;
	padding-bottom: 75px;
	padding-top: 75px;
}

.contact-2columns-textrow {
	clear: both;
	margin-bottom: 30px;
}

.contact-2columns-textcol,.woocommerce-textcol {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.contact-2columns-contentrow,.content-left-video-innerrow,.cta-centered-bg-section-row,.row_290,.woocommerce-products-row {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.contact-2columns-formrow,.woocommerce-product-col {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.contact-2columns-formcol {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	background-color: #FFFFFF;
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	clear: both;
	float: left;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.contact-2columns-formcol .wpcf7-form input,.contact-2columns-formcol .wpcf7-form textarea {
	border-radius: 2px;
}

.contact-2columns-contactcol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	width: 100%;
}

.contact-2columns-itemrow {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

.contact-2columns-iconcol,.contact-3-section-iconcol,.contact-map-section-iconcol {
	float: left;
}

.fa.font-icon-contact-form,.fa.contact-3-font-icon-1,.fa.contact-map-section-font-icon-1 {
	background-color: #B0B0B0;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: .77em;
	height: 30px;
	line-height: 26px;
	padding-top: 0;
	text-align: center;
	width: 30px;
}

.column_284 {
	float: left;
	padding-left: 15px;
}

p.contact-2columns-itemtextcol,p.contact-3-section-itemtextcol,p.contact-map-section-itemtextcol {
	font-style: italic;
}

.contact-3-section {
	clear: both;
	min-height: 100px;
	padding-bottom: 75px;
	padding-top: 50px;
}

.contact-3-section-textrow {
	clear: both;
	margin-bottom: 30px;
	min-height: 100px;
}

.contact-3-section-textcol,.column_266,.column_269 {
	float: none;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.contact-3-section-formrow,.pricing-black-white-itemcol {
	float: none;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.contact-3-section-formcol {
	-moz-box-shadow: rgba(0, 0, 0, .25) 0 15px 80px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 15px 80px -5px;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, .25) 0 15px 80px -5px;
	clear: both;
	float: left;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.contact-3-section-contactcol {
	float: none;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

.contact-map-contactcol,.contact-map-contact-row {
	min-height: 100px;
	padding: 0;
}

.contact-3-section-itemrow,.contact-map-itemrow {
	clear: both;
	margin-bottom: 5px;
}

.contact-3-section-info-text,.contact-map-section-info-text {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.contact-3-section-map-container {
	clear: both;
	height: 250px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.contact-map-section {
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
	padding-bottom: 75px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
	width: 100%;
}

.contact-map-section-row {
	clear: both;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

.contact-map-section-left {
	float: none;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	width: 100%;
}

.contact-2columns-formcol1 {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	background-color: #FFFFFF;
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	clear: both;
	float: left;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.contact-map-section-right {
	float: none;
	margin-top: 50px;
}

.contact-map-section-right .ope-google-maps {
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

.content-left-video-section,.content-right-video-section,.row_298,.row_292 {
	clear: both;
	min-height: 100px;
	padding-bottom: 75px;
	padding-top: 75px;
}

.content-left-video-imgcol::before,.content-center-video-imgcol::before {
	background-color: rgba(0, 0, 0, .498039);
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.content-left-video-imgcol {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	background: url(https://autoecolestarter.fr/wp-content/themes/one-page-express-pro/sections/images/project2.jpg) center center / cover;
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	float: none;
	min-height: 400px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 160px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.content-left-video-imgcol>a,.column_266>a,.content-center-video-imgcol a {
	display: inline-block;
	width: 100%;
}

.fa.font-video-icon {
	color: #FFFFFF;
	font-size: 4.44em;
	padding: 0 10px;
	width: auto;
}

.fa.font-video-icon:hover,.fa.font-icon-video-on-bottom:hover {
	color: #03a9f4;
	text-rendering: auto;
}

.content-left-video-textcol {
	float: none;
	margin-left: 0;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.content-right-video-textcol {
	float: none;
	margin-left: 0;
	min-height: 100px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.cta-centered-bg-section {
	background: url(https://autoecolestarter.fr/wp-content/themes/one-page-express-pro/sections/images/julian-o-hayon-143085.jpg) center center / cover no-repeat fixed transparent;
	clear: both;
	min-height: 100px;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

.cta-centered-bg-section:before {
	background-color: rgba(156, 39, 176, .5);
	content: ' ';
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.cta-centered-bg-section-col,.cta-centered-section-col,.subscribe-centered-section-wrap {
	float: none;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

h3.cta-centered-bg-section-title,h3.cta-centered-section-tite,h3.subscribe-centered-section-title {
	color: rgb(255, 255, 255);
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 15px;
}

span.cta-centered-bg-section-title-bold,span.span28 {
	font-weight: 600;
}

.cta-centered-section {
	background-color: #2186C4;
	clear: both;
	min-height: 100px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.cta-centered-section-grid {
	min-height: 100px;
}

p.cta-centered-section-text,p.subscribe-centered-section-text {
	color: rgb(255, 255, 255);
}

.row_297 .gallery-wrapper,.row_299 .gallery-wrapper {
	display: block;
	height: auto;
	width: 100%;
}

.row_297 .gallery-wrapper>.gallery-items-wrapper {
	overflow: hidden;
}

.row_297 .gallery-wrapper dl,.row_299 .gallery-wrapper dl {
	padding: 4px;
}

.row_297 .gallery-wrapper .gallery-item {
	display: inline-block;
	font-size: 0em;
	margin: auto;
	overflow: hidden;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 33.333333333333336%;
}

.row_297 .gallery-wrapper .gallery-icon {
	font-size: 0em;
}

.row_297 .gallery-wrapper a,.row_299 .gallery-wrapper a {
	display: block;
	font-size: 0em;
	margin: 0;
	padding: 0;
}

.row_297 .gallery-wrapper img,.row_299 .gallery-wrapper img {
	height: auto;
	transition: all 0.4s linear 0s;
	width: 100%;
}

.row_297 .gallery-wrapper img:hover {
	-moz-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
	-moz-transform-origin: center center;
	-ms-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
	-ms-transform-origin: center center;
	-o-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
	-o-transform-origin: center center;
	-webkit-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
	-webkit-transform-origin: center center;
	transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
	transform-origin: center center;
}

.fancybox-button--close {
	background-color: #03a9f4;
}

.fancybox-button--close:hover {
	background-color: #0299de;
}

.row_289 {
	background: url(https://autoecolestarter.fr/wp-content/themes/one-page-express-pro/sections/images/julian-o-hayon-143085.jpg) center center / cover no-repeat fixed transparent;
	clear: both;
	min-height: 100px;
	padding-bottom: 50px;
	padding-top: 75px;
	position: relative;
	z-index: 1;
}

.row_289:before {
	background-color: rgba(0, 0, 0, .52);
	content: ' ';
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

h2.heading104 {
	color: #FFFFFF;
	margin-top: 20px;
}

.clients-grid-textcol {
	float: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	min-height: 158px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 83.3333%;
}

.row_299 {
	clear: both;
	float: left;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.row_299 .gallery-wrapper>div {
	margin: auto;
}

.row_299 .gallery-wrapper .gallery-item {
	display: inline-block;
	float: none;
	font-size: 0em;
	margin: auto;
	max-width: 50%;
	min-width: 50%;
	text-align: center;
	vertical-align: top;
	width: 50%;
}

.row_299 .gallery-wrapper .gallery-icon {
	font-size: 0em;
	overflow: hidden;
}

.row_299 .gallery-wrapper img:hover {
	-moz-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
	-moz-transform-origin: center center;
	-ms-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
	-ms-transform-origin: center center;
	-o-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
	-o-transform-origin: center center;
	-webkit-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
	-webkit-transform-origin: center center;
	transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
	transform-origin: center center;
}

.google-maps-section {
	height: 400px;
}

.pricing-black-white-section,.pricing-colors-section,.pricing-double-colors-section,.pricing-simple-section {
	clear: both;
	min-height: 100px;
	padding-bottom: 45px;
	padding-top: 75px;
}

.pricing-black-white-itemcard {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	clear: both;
	margin-bottom: 30px;
	min-height: 100px;
	padding: 40px 30px 30px 30px;
	text-align: center;
}

p.pricing-black-white-pricetext {
	color: rgb(51, 51, 51);
	font-size: 2.22em;
	font-weight: 600;
	line-height: 150%;
	margin-top: 14px;
}

span.pricing-black-white-price-currency {
	font-size: .6em;
	line-height: 230%;
	vertical-align: top;
}

span.pricing-black-white-price-period {
	font-size: .5em;
	font-style: normal;
}

.pricing-featured.pricing-black-white-itemcol .pricing-black-white-title,.pricing-featured.pricing-black-white-itemcol .pricing-black-white-pricetext {
	color: #ffffff;
}

.pricing-featured .pricing-black-white-description {
	color: #c2c2c2;
}

.pricing-black-white-features-list,.pricing-colors-features-list {
	color: rgb(102, 102, 102);
	font-size: 1em;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	line-height: 150%;
	list-style-type: none;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 0;
	text-align: center;
}

li.pricing-black-white-features-item,li.pricing-colors-features-item {
	border-bottom: 1px solid rgb(230, 230, 230);
	color: rgb(156, 156, 156);
	font-weight: 300;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.pricing-featured .pricing-black-white-itemcard {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: #1F1F1F;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	clear: both;
	margin-bottom: 30px;
	min-height: 100px;
	padding: 0 30px 30px 30px;
	text-align: center;
}

.pricing-featured .pricing-featured-tag,.pricing-colors-itemcol.pricing-featured .pricing-colors-populartext {
	display: block;
}

.pricing-featured-tag {
	clear: both;
	display: none;
	margin-left: -30px;
	min-height: 49px;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	width: 100%;
}

a.pricing-black-white-popular-tag:hover {
	-moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	background-color: rgb(156, 39, 176);
	box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	color: rgb(255, 255, 255);
	font-size: .66em;
	font-weight: 400;
}

a.pricing-black-white-popular-tag:active {
	-moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	-webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	background-color: rgb(156, 39, 176);
	box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	color: rgb(255, 255, 255);
	font-size: .66em;
	font-weight: 400;
}

a.pricing-black-white-popular-tag {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: rgb(156, 39, 176);
	border-radius: 2px;
	border-style: solid;
	border-width: 0;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: .66em;
	font-stretch: normal;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 10px;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s linear 0s;
}

p.pricing-black-white-pricetext-popular {
	color: rgb(255, 255, 255);
	font-size: 2.22em;
	font-weight: 600;
	line-height: 150%;
}

.pricing-featured .pricing-black-white-features-list {
	color: rgb(102, 102, 102);
}

.pricing-featured li.pricing-black-white-features-item {
	border-bottom: 1px solid #333333;
	color: #C2C2C2;
}

.pricing-featured.pricing-black-white-itemcol,.pricing-featured.pricing-black-white-itemcol p,.pricing-featured.pricing-black-white-itemcol h1,.pricing-featured.pricing-black-white-itemcol h2,.pricing-featured.pricing-black-white-itemcol h3,.pricing-featured.pricing-black-white-itemcol h4,.pricing-featured.pricing-black-white-itemcol h5,.pricing-featured.pricing-black-white-itemcol h6 {
	color: #C2C2C2;
}

.pricing-black-white-row,.pricing-colors-innerrow,.pricing-double-colors-row {
	padding-top: 30px;
}

.pricing-colors-innerrow:last-child,.pricing-colors-itemcol .pricing-colors-titlerow h4,.pricing-colors-itemcol .pricing-colors-titlerow p,.pricing-double-colors-pricecol.pricing-featured p.pricing-double-colors-price-text {
	margin-bottom: 0;
}

.pricing-colors-populartext {
	display: none;
}

.pricing-featured.pricing-colors-itemcol .pricing-colors-titlerow h4 {
	margin-top: 0;
}

.pricing-colors-titlerow {
	clear: both;
	color: #FFFFFF;
	float: left;
	min-height: 70px;
	padding: 20px;
	width: 100%;
}

.pricing-colors-contentrow {
	clear: both;
	min-height: 100px;
	padding: 30px;
}

p.pricing-colors-pricetext {
	color: rgb(51, 51, 51);
	font-size: 2.77em;
	font-weight: 600;
	line-height: 120%;
	margin-top: 14px;
}

span.pricing-colors-price-currency,span.pricing-simple-price-currency {
	font-size: .5em;
	line-height: 200%;
	vertical-align: top;
}

span.pricing-colors-price-period,span.pricing-simple-price-period {
	font-size: .4em;
	font-style: normal;
}

.pricing-colors-itemcol {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: #FFFFFF;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	float: none;
	margin-bottom: 30px;
	min-height: 100px;
	padding: 0 15px;
	text-align: center;
	width: 100%;
}

.pricing-colors-itemcol.pricing-featured .pricing-colors-features-list {
	margin-bottom: 30px;
	margin-top: 30px;
}

.pricing-double-colors-pricecol {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	border-bottom: 5px solid #FF9500;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	float: none;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 100px;
}

.pricing-double-colors-titlerow {
	clear: both;
	min-height: 58px;
	padding-top: 14px;
	position: relative;
	text-align: center;
	z-index: 0;
}

h4.pricing-double-colors-title {
	color: #FFFFFF;
	font-weight: 400;
}

.pricing-double-colors-pricerow {
	clear: both;
	float: left;
	min-height: 87px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.pricing-double-colors-titlerow:before {
	background-color: rgba(0, 0, 0, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

p.pricing-double-colors-price-text {
	color: #FFFFFF;
	font-size: 2.22em;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 14px;
	margin-top: 14px;
}

span.pricing-double-colors-price-currency {
	font-size: .7em;
	line-height: 200%;
	vertical-align: top;
}

span.pricing-double-colors-pricecol-price-period {
	font-size: .6em;
	font-style: normal;
}

.pricing-double-colors-featuresrow {
	background-color: #fff;
	clear: both;
	min-height: 100px;
	padding: 20px;
	text-align: center;
}

.pricing-double-colors-features-list {
	color: #666666;
	font: 300 18px/150% Source Sans Pro, sans-serif;
	list-style-type: none;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 0;
	text-align: left;
}

.pricing-double-colors-pricecol.pricing-featured .pricing-double-colors-features-list {
	color: rgb(102, 102, 102);
	margin-bottom: 30px;
	margin-top: 30px;
}

li.pricing-double-colors-feature-item {
	border-bottom: 1px solid #E6E6E6;
	color: rgb(156, 156, 156);
	font-weight: 300;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pricing-double-colors-featured-text {
	color: #FFFFFF;
	display: none;
}

.pricing-double-colors-pricecol.pricing-featured .pricing-double-colors-featured-text {
	display: block;
	margin-bottom: 14px;
}

.pricing-simple-itemcol {
	color: rgb(51, 51, 51);
	float: none;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.pricing-simple-itemcard {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	clear: both;
	margin-bottom: 30px;
	min-height: 100px;
	padding: 30px;
}

.pricing-simple-itemcard p {
	margin-bottom: 14px;
	margin-top: 14px;
}

.pricing-simple-separator {
	background-color: #C2C2C2;
	margin-bottom: 0;
}

p.pricing-simple-pricetext {
	color: rgb(51, 51, 51);
	font-size: 2.77em;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 14px;
	margin-top: 14px;
}

.pricing-simple-features-list {
	color: rgb(102, 102, 102);
	font-size: 1em;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	line-height: 150%;
	list-style-type: none;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 0;
}

li.pricing-simple-features-item {
	border-bottom: 0 solid rgb(230, 230, 230);
	color: #9C9C9C;
	font-weight: 300;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.subscribe-2cols-section {
	background-color: #9c27b0;
	clear: both;
	min-height: 100px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.subscribe-2cols-section-left {
	float: none;
	padding: 0 15px;
	text-align: center;
	width: 100%;
}

h3.subscribe-2cols-section-left-text {
	color: rgb(255, 255, 255);
	font-weight: 300;
	line-height: 100%;
	margin: 0;
}

.subscribe-form>* {
	margin: 0;
}

span.subscribe-2cols-section-span,span.subscribe-centered-section-span {
	color: #FFFFFF;
	font-weight: 600;
}

.subscribe-2cols-section-right {
	float: none;
	margin-top: 25px;
	min-height: 67px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.subscribe-2cols-section .subscribe-form input[type="email"],.subscribe-centered-section .subscribe-form input[type="email"] {
	background-color: rgba(250, 250, 250, .3);
	border-color: rgba(221, 221, 221, .498039);
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	margin-right: 10px;
	min-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.subscribe-2cols-section .subscribe-form input[type="email"]::placeholder,.subscribe-centered-section input[type="email"]::placeholder {
	color: white;
}

.subscribe-2cols-section .subscribe-form input[type="submit"] {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: rgb(251, 192, 45);
	border-radius: 4px;
	border-style: solid;
	border-width: 0;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: .66em;
	font-stretch: normal;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 10px 18px 18px 0;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s linear 0s;
}

.subscribe-centered-section {
	background-color: rgb(33, 134, 196);
	clear: both;
	min-height: 100px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.subscribe-centered-section .subscribe-form input[type="submit"] {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: rgb(251, 192, 45);
	border-radius: 4px;
	border-style: solid;
	border-width: 0;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: .66em;
	font-stretch: normal;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 10px 18px 18px 0;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s linear 0s;
}

.subscribe-centered-section .subscribe-form input[type="submit"]:hover {
	-moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	background-color: rgb(251, 192, 45);
	box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	color: #000000;
	font-size: .66em;
	font-weight: 600;
}

.subscribe-centered-section .subscribe-form input[type="submit"]:active {
	-moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	-webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	background-color: rgb(251, 192, 45);
	box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	color: rgb(255, 255, 255);
	font-size: .66em;
	font-weight: 400;
}

.subscribe-social-section {
	background-color: #FFFFFF;
	clear: both;
	min-height: 100px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.subscribe-social-section-form,.subscribe-social-section-social {
	float: none;
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.subscribe-social-section-form-row {
	clear: both;
	float: left;
	margin-bottom: 20px;
	min-height: 67px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.subscribe-social-section .subscribe-form input[type="email"] {
	background-color: #FAFAFA;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	margin-right: 10px;
	min-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 250px;
}

.subscribe-social-section input[type="email"]::placeholder {
	color: #000;
}

.subscribe-social-section .subscribe-form input[type="submit"] {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: #9c27b0;
	border-radius: 4px;
	border-style: solid;
	border-width: 0;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: .66em;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 10px 18px 18px 0;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s linear 0s;
}

.subscribe-social-section .subscribe-form input[type="submit"]:hover {
	-moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	background-color: #9c27b0;
	box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	color: rgb(255, 255, 255);
	font-size: .66em;
	font-weight: 400;
}

.subscribe-social-section .subscribe-form input[type="submit"]:active {
	-moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	-webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	background-color: #9c27b0;
	box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	color: rgb(255, 255, 255);
	font-size: .66em;
	font-weight: 400;
}

.subscribe-social-section-social-row {
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-top: 15px;
	min-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.fa.font-icon-24:hover {
	color: #9c27b0;
	text-rendering: auto;
}

.fa.font-icon-24 {
	color: #333333;
	display: inline-block;
	font-size: 1.66em;
	margin-left: 10px;
	margin-right: 10px;
}

.content-center-video-imgcol {
	-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	background: url(https://autoecolestarter.fr/wp-content/themes/one-page-express-pro/sections/images/project2.jpg) center center / cover;
	box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	float: none;
	margin-top: 20px;
	min-height: 400px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 160px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.fa.font-icon-video-on-bottom {
	color: #FFFFFF;
	font-size: 4.44em;
}

.woocommerce-textrow {
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}

img.woocommerce-postimg {
	width: 100%;
}

.woocommerce-postbg {
	background-color: #FFF6E5;
	clear: both;
	padding-bottom: 27px;
	padding-top: 27px;
}

.woocommerce-section .woocommerce ul.products li.first {
	clear: none;
}

.woocommerce-products-row .woocommerce-product-col {
	margin-bottom: 15px;
	margin-top: 15px;
}

@media only screen and (min-width: 768px){ 

	.about-image-textcol-pro {
		float: none;
		margin-left: 16.6667%;
		min-height: auto;
		padding-bottom: 1em;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 2em;
		text-align: center;
		width: 66.6667%;
	}
	
	img.about-image-img-pro {
		width: 83.3333%;
	}
	
	.contact-2columns-textrow,.contact-3-section-textrow {
		clear: both;
		min-height: 156px;
	}
	
	.contact-2columns-textcol,.contact-3-section-textcol {
		margin-left: auto;
		margin-right: auto;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.contact-2columns-contentrow,.content-left-video-innerrow,.cta-centered-bg-section-row,.row_290,.woocommerce-products-row {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	
	.contact-2columns-formrow {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.contact-2columns-formcol {
		clear: both;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 60%;
	}
	
	#contactform2_form .form-group .button.button-default {
		margin-left: auto;
		margin-right: auto;
		right: auto;
	}
	
	.contact-2columns-contactcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 40%;
	}
	
	.contact-2columns-itemrow {
		clear: both;
		float: left;
		min-height: 41px;
		width: 100%;
	}
	
	.contact-2columns-iconcol {
		min-height: 30px;
	}
	
	.fa.font-icon-contact-form,.fa.contact-3-font-icon-1,.fa.contact-map-section-font-icon-1 {
		height: 26px;
		width: 26px;
	}
	
	.column_284 {
		float: left;
		min-height: 41px;
		padding-left: 15px;
	}
	
	.contact-3-section-formrow,.contact-3-section-contactcol,.subscribe-social-section-form,.subscribe-social-section-social {
		float: left;
		min-height: 100px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.contact-3-section-formcol,.contact-2columns-formcol1,.row_299 {
		clear: both;
		float: left;
		min-height: 100px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.contact-3-section-info-text,.contact-map-section-info-text {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.contact-3-section-map-container {
		clear: both;
		min-height: 100px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.contact-map-section {
		min-height: 100px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.contact-map-section-row {
		-webkit-align-items: stretch;
		align-items: stretch;
		clear: both;
		display: flex;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	
	.contact-map-section-left {
		float: left;
		min-height: 100px;
		width: 50%;
	}
	
	.contact-map-section-right {
		flex: 1;
		float: left;
		margin-top: 0;
		min-height: 100px;
		position: relative;
		width: 50%;
	}
	
	.contact-map-section-right .ope-google-maps {
		bottom: 0;
		left: 0;
		position: absolute !important;
		right: 0;
		top: 0;
	}
	
	.content-left-video-imgcol {
		float: left;
		min-height: 400px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.content-left-video-textcol {
		float: left;
		margin-left: 0;
		min-height: 371px;
		padding-left: 30px;
		padding-right: 15px;
		padding-top: 27px;
		text-align: left;
		width: 50%;
	}
	
	.content-right-video-textcol {
		float: left;
		margin-left: 0;
		min-height: 371px;
		padding: 27px 15px 0 30px;
		text-align: left;
		width: 50%;
	}
	
	.cta-centered-bg-section-col,.cta-centered-section-col,.column_266,.subscribe-centered-section-wrap,.column_269 {
		margin-left: auto;
		margin-right: auto;
		min-height: 100px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.row_297 .gallery-wrapper .gallery-item {
		width: 25%;
	}
	
	.row_291,.row_300,.row_296,.woocommerce-textrow {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.clients-grid-textcol {
		left: auto;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		min-height: 141px;
		padding-left: 15px;
		padding-right: 15px;
		right: auto;
		width: 83.3333%;
	}
	
	.row_299 .gallery-wrapper .gallery-item {
		display: inline-block;
		float: left;
		padding: 3px;
		vertical-align: top;
	}
	
	.pricing-black-white-section,.pricing-simple-section {
		clear: both;
		min-height: 100px;
		padding-bottom: 45px;
	}
	
	.pricing-black-white-itemcol,.pricing-simple-itemcol {
		float: left;
		min-height: 100px;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.pricing-black-white-itemcard {
		clear: both;
		margin-bottom: 30px;
		min-height: 200px;
		padding: 40px 30px 30px 30px;
	}
	
	p.pricing-black-white-pricetext,p.pricing-black-white-pricetext-popular {
		line-height: 150%;
	}
	
	.pricing-black-white-features-list,.pricing-black-white-features-list-popular,.pricing-colors-features-list,.pricing-featured .pricing-colors-features-list,.pricing-double-colors-features-list {
		padding-left: 0;
	}
	
	.pricing-featured .pricing-black-white-itemcard {
		clear: both;
		margin-bottom: 30px;
		min-height: 200px;
		padding: 0 30px 30px 30px;
	}
	
	.pricing-featured-tag {
		clear: both;
		margin-left: -30px;
		min-height: 49px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.pricing-colors-section {
		clear: both;
		min-height: 100px;
		padding-top: 75px;
	}
	
	.pricing-colors-innerrow:last-child {
		margin-bottom: 60px;
	}
	
	.pricing-colors-itemcol {
		float: left;
		margin-bottom: 60px;
		min-height: 100px;
		padding: 0;
	}
	
	.pricing-colors-titlerow {
		clear: both;
		float: left;
		min-height: 70px;
		padding: 20px;
		width: 100%;
	}
	
	.pricing-colors-contentrow {
		clear: both;
		min-height: 100px;
		padding: 30px;
	}
	
	.pricing-colors-itemcol.pricing-featured {
		margin-top: -30px;
		padding: 0;
	}
	
	.pricing-double-colors-pricecol.pricing-featured {
		margin-top: -30px;
	}
	
	.pricing-double-colors-section {
		clear: both;
		min-height: 100px;
		padding-bottom: 75px;
		padding-top: 105px;
	}
	
	.pricing-double-colors-pricecol {
		float: left;
		margin-left: 0;
		margin-right: 0;
		min-height: 235px;
		padding-left: 0;
		padding-right: 0;
		width: 33.3333%;
	}
	
	.pricing-double-colors-titlerow-orange,.pricing-double-colors-titlerow {
		clear: both;
		min-height: 58px;
	}
	
	.pricing-double-colors-pricerow {
		clear: both;
		float: left;
		min-height: 87px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.pricing-double-colors-featuresrow {
		clear: both;
		min-height: 100px;
		padding: 20px;
	}
	
	li.pricing-double-colors-feature-item {
		padding-left: 0;
	}
	
	.pricing-simple-itemcard {
		clear: both;
		margin-bottom: 30px;
		min-height: 200px;
		padding: 30px;
	}
	
	.pricing-simple-features-list {
		padding-left: 0;
		text-align: left;
	}
	
	.subscribe-2cols-section .subscribe-form input[type="submit"] {
		display: inline-block;
		margin-right: 18px;
		margin-top: 10px;
		padding: 12px 20px;
		transition: all 0.4s linear 0s;
	}
	
	.subscribe-2cols-section-left {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		width: 41.6667%;
	}
	
	.subscribe-2cols-section-right {
		float: left;
		margin-top: 0;
		min-height: 59px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: right;
		width: 58.3333%;
	}
	
	.subscribe-2cols-section .subscribe-form input[type="email"],.subscribe-centered-section .subscribe-form input[type="email"] {
		border-bottom: none rgba(221, 221, 221, .498039);
		border-left: none rgba(221, 221, 221, .498039);
		border-right: none rgba(221, 221, 221, .498039);
		border-top: 0 none rgba(221, 221, 221, .498039);
		display: inline-block;
		margin-right: 10px;
		min-height: 40px;
		width: 60%;
	}
	
	.subscribe-centered-section .subscribe-form input[type="submit"] {
		border-style: solid;
		border-width: 0;
		display: inline-block;
		margin-right: 18px;
		margin-top: 10px;
		padding: 12px 20px;
		transition: all 0.4s linear 0s;
	}
	
	.subscribe-social-section .subscribe-form input[type="submit"] {
		border-style: solid;
		border-width: 0;
		display: inline-block;
		margin-right: 18px;
		padding: 12px 20px;
		transition: all 0.4s linear 0s;
	}
	
	.subscribe-social-section-form-row {
		clear: both;
		margin-bottom: 0;
		min-height: 59px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.subscribe-social-section .subscribe-form input[type="email"] {
		border-style: solid;
		border-width: 1px;
		display: inline-block;
		margin-right: 10px;
		min-height: 40px;
		width: 250px;
	}
	
	.subscribe-social-section-social-row {
		clear: both;
		float: left;
		min-height: 40px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.fa.font-icon-24 {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.content-center-video-imgcol {
		float: left;
		min-height: 400px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.woocommerce-section {
		clear: both;
	}
	
	.woocommerce-textcol {
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
	
	.woocommerce-product-col {
		float: left;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.woocommerce-product-col:nth-of-type(2n+1) {
		clear: left;
	}
	
	.woocommerce-postbg {
		clear: both;
		min-height: 200px;
		padding-left: 27px;
		padding-right: 27px;
	}
	
 }
@media only screen and (min-width: 1024px){ 

	.header-description img.about-images-right-leftimg {
		margin-left: 0;
	}
	
	.header-description img.about-images-right-rightimg {
		margin-right: 0;
	}
	
	img.about-image-img-pro {
		width: 83.3333%;
	}
	
	.contact-2columns-textcol,.contact-3-section-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.contact-2columns-contentrow,.content-left-video-innerrow,.cta-centered-bg-section-row,.row_290,.woocommerce-products-row {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	
	.contact-2columns-formrow,.contact-3-section-formrow,.contact-3-section-info-text,.pricing-black-white-itemcol,.pricing-simple-itemcol,.subscribe-social-section-form,.subscribe-social-section-social,.woocommerce-product-col {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.contact-2columns-formcol {
		clear: both;
		float: left;
		padding: 30px 30px 15px 30px;
		width: 50%;
	}
	
	#contactform2_form .form-group .button.button-default {
		margin-left: auto;
		margin-right: auto;
		right: auto;
	}
	
	.contact-2columns-contactcol,.contact-3-section-contactcol {
		float: left;
		padding-left: 30px;
		padding-right: 15px;
		width: 50%;
	}
	
	.contact-2columns-itemrow {
		clear: both;
		float: left;
		min-height: 41px;
		width: 100%;
	}
	
	.fa.font-icon-contact-form,.fa.contact-3-font-icon-1,.fa.contact-map-section-font-icon-1 {
		height: 26px;
		width: 26px;
	}
	
	.column_284 {
		min-height: 41px;
		padding-left: 15px;
	}
	
	.contact-3-section-formcol {
		clear: both;
		float: left;
		min-height: 100px;
		padding: 30px 30px 15px;
		width: 100%;
	}
	
	.contact-3-section-map-container {
		clear: both;
		min-height: 100px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.contact-map-section {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
	
	.contact-map-section-row {
		clear: both;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	
	.contact-map-section-left {
		float: left;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.contact-map-section-info-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.contact-2columns-formcol1 {
		clear: both;
		float: left;
		min-height: 100px;
		padding: 30px 30px 15px 30px;
		width: 100%;
	}
	
	.contact-map-section-right {
		float: left;
	}
	
	.content-left-video-imgcol {
		float: left;
		min-height: 400px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.content-left-video-textcol {
		float: left;
		min-height: 371px;
		padding-left: 30px;
		padding-right: 15px;
		padding-top: 27px;
		width: 50%;
	}
	
	.content-right-video-textcol {
		float: left;
		min-height: 371px;
		padding: 27px 15px 0 30px;
		width: 50%;
	}
	
	.cta-centered-bg-section-col,.cta-centered-section-col,.column_266,.subscribe-centered-section-wrap,.column_269 {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.row_297 .gallery-wrapper .gallery-item {
		padding: 0;
		width: 16.666666666666668%;
	}
	
	.row_291,.row_296,.woocommerce-textrow {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.clients-grid-textcol {
		margin-bottom: 10px;
		margin-right: auto;
		min-height: 154px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.row_299 {
		clear: both;
		float: left;
		min-height: 100px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.pricing-black-white-section {
		clear: both;
		min-height: 100px;
		padding-bottom: 75px;
	}
	
	.pricing-black-white-itemcard {
		margin-bottom: 0;
		padding: 30px;
	}
	
	p.pricing-black-white-pricetext {
		line-height: 150%;
	}
	
	.pricing-black-white-features-list,.pricing-black-white-features-list-popular,.pricing-colors-features-list,.pricing-double-colors-features-list {
		padding-left: 0;
	}
	
	.pricing-featured .pricing-black-white-itemcard {
		margin-bottom: 30px;
		margin-left: 0;
		padding: 0 30px 30px 30px;
	}
	
	.pricing-featured-tag {
		clear: both;
		margin-left: -30px;
		min-height: 0;
		padding: 0;
		width: 100%;
	}
	
	p.pricing-black-white-pricetext-popular {
		line-height: 130%;
	}
	
	.pricing-colors-section {
		clear: both;
		min-height: 100px;
		padding-top: 105px;
	}
	
	.pricing-colors-itemcol {
		margin-bottom: 30px;
		padding: 0;
		width: 25%;
	}
	
	.pricing-colors-innerrow:last-child {
		margin-bottom: 30px;
	}
	
	.pricing-colors-titlerow {
		clear: both;
		float: left;
		min-height: 0;
		padding: 20px;
		width: 100%;
	}
	
	.pricing-colors-contentrow {
		clear: both;
		min-height: 100px;
		padding: 30px;
		width: 100%;
	}
	
	.pricing-double-colors-section {
		clear: both;
		min-height: 100px;
		padding-bottom: 75px;
		padding-top: 105px;
	}
	
	.pricing-double-colors-pricecol {
		float: left;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.pricing-double-colors-titlerow {
		min-height: 58px;
	}
	
	.pricing-double-colors-pricerow {
		clear: both;
		float: left;
		min-height: 69px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.pricing-double-colors-featuresrow {
		clear: both;
		min-height: 100px;
		padding: 20px;
	}
	
	li.pricing-double-colors-feature-item {
		padding-left: 10px;
	}
	
	.pricing-simple-section {
		clear: both;
		min-height: 100px;
		padding-bottom: 45px;
	}
	
	.pricing-simple-itemcard {
		margin-bottom: 30px;
		padding: 30px;
	}
	
	.pricing-simple-features-list {
		padding-left: 0;
		text-align: left;
	}
	
	.subscribe-2cols-section-left {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.subscribe-2cols-section-right {
		float: left;
		min-height: 59px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: right;
		width: 50%;
	}
	
	.subscribe-2cols-section .subscribe-form input[type="email"],.subscribe-centered-section .subscribe-form input[type="email"] {
		border-color: rgba(221, 221, 221, .498039);
		border-style: solid;
		border-width: 1px;
		display: inline-block;
		margin-right: 10px;
		min-height: 40px;
		width: 250px;
	}
	
	.subscribe-2cols-section .subscribe-form input[type="submit"] {
		display: inline-block;
		margin: 10px 10px 10px 0;
	}
	
	.subscribe-centered-section .subscribe-form input[type="submit"],.subscribe-social-section .subscribe-form input[type="submit"] {
		border-style: solid;
		border-width: 0;
		display: inline-block;
		margin: 10px 10px 10px 0;
		padding: 12px 30px;
		transition: all 0.4s linear 0s;
	}
	
	.subscribe-social-section-form-row {
		clear: both;
		margin-bottom: 0;
		min-height: 59px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.subscribe-social-section .subscribe-form input[type="email"] {
		border-style: solid;
		border-width: 1px;
		display: inline-block;
		margin-right: 10px;
		min-height: 40px;
		width: 300px;
	}
	
	.subscribe-social-section-social-row {
		clear: both;
		float: left;
		min-height: 40px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.fa.font-icon-24 {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.content-center-video-imgcol {
		float: left;
		min-height: 400px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.woocommerce-section {
		clear: both;
	}
	
	.woocommerce-product-col:nth-of-type(2n+1) {
		clear: initial;
	}
	
	.woocommerce-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
	
	.woocommerce-postbg {
		padding-left: 27px;
		padding-right: 27px;
	}
	
 }
.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
.wp-block-archives-dropdown label{display:block}.wp-block-avatar{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{cursor:pointer;display:inline-block;text-align:center;word-break:break-word;box-sizing:border-box}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px)}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*0.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*0.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*0.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:100%;flex-basis:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button.is-style-outline>.wp-block-button__link,.wp-block-button .wp-block-button__link.is-style-outline{border:2px solid;padding:.667em 1.333em}.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap!important;align-items:normal!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{content:"";display:table;clear:both}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-top:.5em;margin-right:.75em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{margin-top:1em;margin-bottom:1em;display:block}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{display:block;box-sizing:border-box;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-right:.5em;margin-bottom:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{margin-right:1ch;display:inline-block}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{margin-left:1ch;display:inline-block}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{margin-bottom:0;max-width:100%;list-style:none;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{position:relative;background-position:50%;min-height:430px;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]),.wp-block-cover .has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image .has-background-dim.has-background-gradient,.wp-block-cover .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{color:#000}.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-size:cover;background-repeat:no-repeat}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{margin:0;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{width:100%;height:100%;flex:1;object-fit:cover}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image{display:flex;flex-grow:1;justify-content:center;position:relative;flex-direction:column;max-width:100%;box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{margin:0;flex-direction:column;flex-grow:1}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%;box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{flex:initial;background:none;color:inherit;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-grow:1;flex-basis:100%;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-top:0;margin-bottom:auto}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{width:100%;flex:1 0 0%;height:100%;object-fit:cover}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image.has-custom-border img,.wp-block-image img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright{display:table}.wp-block-image.aligncenter>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image.alignright>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto;max-width:100%}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em;float:left}.wp-block-latest-posts__featured-image.alignright{margin-left:1em;float:right}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto;box-sizing:border-box}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{display:flex;align-items:center;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;line-height:0;display:inline-block;font-size:inherit;padding:0;background-color:inherit;color:currentColor;border:none;width:.6em;height:.6em;margin-left:.25em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;width:inherit;height:inherit;margin-top:.075em}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{background-color:inherit;color:inherit;position:absolute;z-index:2;display:flex;flex-direction:column;align-items:normal;opacity:0;transition:opacity .1s linear;visibility:hidden;width:0;height:0;overflow:hidden;left:-1px;top:100%}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-right:0;margin-left:auto}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{position:relative;display:flex}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-size:inherit;font-family:inherit;line-height:inherit;font-style:inherit;font-weight:inherit;text-transform:inherit;text-align:left}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation__container{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{display:none;position:fixed;top:0;left:0;right:0;bottom:0}.wp-block-navigation__responsive-container .wp-block-navigation-link a{color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){color:inherit!important;background-color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{display:flex;flex-direction:column;background-color:inherit;animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);overflow:auto;z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-duration:1ms;animation-delay:0s}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{padding-top:calc(2rem + 24px);overflow:visible;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:var(--navigation-layout-justification-setting,inherit)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{opacity:1;visibility:visible;height:auto;width:auto;overflow:initial;min-width:200px;position:static;border:none;padding-left:2rem;padding-right:2rem}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{display:flex;flex-direction:column;align-items:var(--navigation-layout-justification-setting,initial)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{color:inherit!important;background:transparent!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{right:auto;left:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:block;width:100%;position:relative;z-index:auto;background-color:inherit}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{vertical-align:middle;cursor:pointer;color:currentColor;background:transparent;border:none;margin:0;padding:0;text-transform:inherit}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;pointer-events:none;display:block;width:24px;height:24px}.wp-block-navigation__responsive-container-open{display:flex}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;top:0;right:0;z-index:2}.wp-block-navigation__responsive-close{width:100%;max-width:var(--wp--style--global--wide-size,100%);margin-left:auto;margin-right:auto}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{display:flex;flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);flex-wrap:var(--navigation-layout-wrap,wrap);background-color:inherit}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;text-align:center;overflow-wrap:break-word}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea{display:block;box-sizing:border-box;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block}.wp-block-post-featured-image img{max-width:100%;width:100%;height:auto;vertical-align:bottom;box-sizing:border-box}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{position:absolute;inset:0;background-color:#000}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-title{word-break:break-word;box-sizing:border-box}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{margin:0 0 1em;padding:3em 0;text-align:center;overflow-wrap:break-word;box-sizing:border-box}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{margin-top:0;margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-child{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{margin-right:1ch;display:inline-block}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{margin-left:1ch;display:inline-block}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:not(.is-style-plain) cite,.wp-block-quote.is-large:not(.is-style-plain) footer,.wp-block-quote.is-style-large:not(.is-style-plain) cite,.wp-block-quote.is-style-large:not(.is-style-plain) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{min-width:1.5em;min-height:1.5em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{padding:8px;flex-grow:1;margin-left:0;margin-right:0;min-width:3em;border:1px solid #949494;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border:1px solid;border-right:none;border-left:none}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{width:120px;height:auto}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-social-links{box-sizing:border-box;padding-left:0;padding-right:0;text-indent:0;margin-left:0;background:none}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){margin-left:.5em;margin-right:.5em;font-size:.65em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-duration:0s;transition-delay:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:1.25em;height:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud.aligncenter{text-align:center;justify-content:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th,.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color]>*,.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th,.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color]>*,.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr{border-left-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit;border-style:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{box-sizing:border-box}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}figure{margin:0 0 1em}/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}