/*  Fonts   */
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Light.ttf") format("truetype");
    font-weight: lighter;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-LightItalic.ttf") format("truetype");
    font-weight: lighter;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Space Age";
    src: url("../fonts/SpaceAge-Regular.ttf") format("truetype");
    font-weight: normal;
}
/*  Global  */
*{font-family: "Montserrat";}
html{height:100%;font-size: 14px;}
html.js{margin-top:0 !important;}
body{height:100%;margin:0;background: none;}
h1, h2, h3, h4, h5, h6{font-weight:bold;margin-top:0;}
.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6{font-weight:bold;margin: 1.9466666667rem 0 1.168rem 0;}
h1 {font-size: 1.8rem;}
h2 {font-size: 1.6rem;}
h3 {font-size: 1.4rem;}
h4 {font-size: 1.3rem;}
h5 {font-size: 1.2rem;}
h6 {font-size: 1.1rem;}
p {margin:0 0 7.5px 0;}
p:last-child {margin: 0;}
.ease-in-out, a{transition: all 100ms ease-in-out;}
main > section {padding: 60px 0;}
strong{font-weight: bold;}
table{margin: 0;}
td, th{border-radius: 0;}
thead th{white-space: nowrap;}
tr{border:none;}
input[type=number] {text-align: center;}
figure{margin:0;font-size: 0;}
mark {background-color: cornflowerblue;padding: 4px 8px;border-radius: 2px;color: #fff;}
ol, ul{margin:0;}
::-webkit-scrollbar {width: 5px;height: 5px;}
::-webkit-scrollbar-track {background: transparent;}
::-webkit-scrollbar-thumb {background: #0003;}
::-webkit-scrollbar-thumb:hover {background: #0006; }
.creative-font{font-family: "Montserrat";text-transform: uppercase;}
.font-size-2{font-size: 200% !important;}
.font-size-3{font-size: 300% !important;}
.font-size-4{font-size: 400% !important;}
.font-size-5{font-size: 500% !important;}
/*  Materialized    */
:root {
    --white: #ffffff;
    --black: #000000;
    --container-width: 100vw;
}
.container{width:var(--container-width)};
hr.icon{background-color: var(--primary);}
#masthead{border-color: var(--primary);}
.materialize-red{background-color: var(--primary) !important;}
.materialize-red-text{color: var(--primary) !important;}
.btn:hover:before{background-color: var(--accent) !important;}
a:not(.btn, .btn-large):hover{color: var(--accent) !important;border-color: var(--accent);}
.pagination li.active, .page-footer, .collection .collection-item.active, .progress .determinate, span.badge.new, nav, .btn, .btn-large, .btn-small, .btn-floating, .btn-floating:hover, .fixed-action-btn .fab-backdrop, [type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:before, [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after, [type="checkbox"].filled-in:checked + span:not(.lever):after, [type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after, .switch label input[type=checkbox]:checked + .lever:after, input[type=range] + .thumb, input[type=range]::-webkit-slider-thumb, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active, .tap-target, .datepicker-table td.is-selected, .timepicker-digital-display{background-color: var(--primary);}
.collection a.collection-item, .secondary-content, .tabs .tab a:hover, .tabs .tab a.active, .dropdown-content li > a, .dropdown-content li > span, textarea.materialize-textarea:focus:not([readonly]) + label, .input-field .prefix.active, .datepicker-table td.is-today, .datepicker-done, .timepicker-close, input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label{color: var(--primary);transform: translateY(-14px) scale(0.8);}
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after{border-color: var(--primary);}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]), .select-wrapper input.select-dropdown:focus{border-bottom: 1px solid var(--primary);}
.table-of-contents a:hover{border-left: 1px solid var(--primary);}
[type="radio"].with-gap:checked + span:after, [type="checkbox"].filled-in:checked + span:not(.lever):after{border: 2px solid var(--primary);}
[type="checkbox"]:checked + span:not(.lever):before{border-bottom: 2px solid var(--primary);}
[type="checkbox"]:checked + span:not(.lever):before, [type="checkbox"]:indeterminate + span:not(.lever):before{border-right: 2px solid var(--primary);}
.table-of-contents a.active{border-left: 2px solid var(--primary);}
blockquote{border-left: 5px solid var(--primary);}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){box-shadow: 0 1px 0 0 var(--primary);}
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb, .keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb, .keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb{box-shadow: 0 0 0 10px var(--primary)42;}
.timepicker-tick.active, .timepicker-tick:hover{background-color: var(--primary);}
.switch label .lever:before, input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before, input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before{background-color: var(--primary);}
.tabs .tab a{color: var(--primary);}
.tabs .tab.disabled a, .tabs .tab.disabled a:hover{color: var(--primary);}
.btn:hover, .btn-large:hover, .btn-small:hover, .sidenav li > a.btn:hover, .sidenav li > a.btn-large:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {background-color:var(--accent);}
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {background-color: var(--accent);}
a{color: var(--primary);}
.hentry a:not(.btn, .btn-flat, btn-large){color: var(--primary);}
.wp-block-file a.wp-block-file__button{background-color:var(--primary);}
.wp-block-file a.wp-block-file__button:hover{background-color:var(--accent);}
.wp-block-file a.wp-block-file__button:active{background-color:var(--primary);}
.btn, .btn-large, .btn-small {box-shadow: none;}
.input-field {margin: 7.5px 0 0;}
[type="checkbox"]+span:not(.lever) {padding-left:30px;line-height: initial;}
input[type="checkbox"].invalid + span:before {border-color: red;}
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {margin-top: 0;}
[type="radio"]:not(:checked)+span, [type="radio"]:checked+span {color: #000;padding-left: 30px;}
input[type="radio"].invalid + span:before {border-color: red;}
[type="radio"]:checked+span {font-weight: bold;}
.input-field.col label{left:15px;transform: translateY(-14px) scale(0.8);transform-origin: 0 0;}
.input-field>label{transform: translateY(4px);}
.input-field p {margin: 0;}
.pagination li span {color: #444;display: inline-block;font-size: 1.2rem;padding: 0 10px;line-height: 30px;}
ul.pagination li.active {background-color: transparent;}
.pagination li.active .current{background-color: #164141;}
.pagination li.active .current {color: #fff;}
.card{margin:0;border-radius: 4px;}
.card-panel, .card, .toast, .dropdown-content, .collapsible{box-shadow: 0 1px 0 0 #0002;}
.content-title {margin-bottom: 15px;}
.card.small{height:320px;}
.input-field.col > label.checkbox {position: relative;}
input[required] + label:before, select[required] + label:before {content: "*";margin-left: 4px;}
input[required] + label, select[required] + label {display: flex;flex-wrap: wrap;flex-direction: row-reverse;justify-content: flex-end;}
textarea.materialize-textarea {min-height: 5.8rem;overflow: auto;padding: 10px !important;}
.card .card-content, .card .card-action{padding: 15px;}
.card .card-content label {font-size: initial;}
select {display:block;position: relative;cursor: pointer;background-color: transparent;border: none;outline: none;height: 42px;line-height: 42px;width: 100%;font-size: 16px;margin:0;padding: 0 30px 0 10px;display: block;user-select: none;z-index: 1;appearance:none;background: url(../img/caret-down.png) no-repeat calc(100% - 10px) 50% #0001;margin: 0 0 8px 0;border-radius: 0;}
select:focus{outline: none;}
.btn{white-space: nowrap;overflow: hidden;}
.btn:hover{box-shadow: none;}
.btn:before {content: "";left: 0;top: 0;width: 100%;height: 100%;display: block;position: absolute;z-index: -1;transition: all 200ms ease-in-out;}
.tabs {box-shadow: 0 1px 0 0 #0001;border-radius: 4px;}
nav ul{display: inline-block;white-space: nowrap;font-size: 0;vertical-align: top;}
nav ul li {display: inline-block;float: none;vertical-align: bottom;font-size:initial;}
.input-field select + label {transform: translateY(-14px) scale(0.8);transform-origin: 0 0;}
select.invalid {border-bottom: 1px solid #F44336;box-shadow: 0 1px 0 0 #F44336;}
.tabs .tab {padding: 0 !important;}
.btn, .btn-large, .btn-small, .btn-flat{border-radius: 30px;position: relative;font-weight: bold;}
.btn-stroked{border-width: 2px; border-style: solid;}
.btn-flat, .btn-flat.btn-large{border: 2px solid #222;background-color: #fff;}
.btn-flat{line-height: 34px;}
.btn-flat.btn-large{line-height: 53px;}
.btn-flat.btn-large:hover {color: #fff;}
.modal-overlay {z-index: 9999 !important;}
.modal {z-index: 99999 !important;}
.pulse {z-index: 0;}
.navigation {display: flex;justify-content: space-between;}
.file-field .btn, .file-field .btn-large, .file-field .btn-small {position: initial;}
.btn-icon {position: relative;}
.btn-icon-right {padding-right: 40px;}
.btn-icon-left {padding-left: 40px;}
.btn-large.btn-icon-right {padding-right: 50px;}
.btn-large.btn-icon-left {padding-left: 50px;}
.btn-icon > i.fa, .btn-icon > i.material-icons {position: absolute;top: 0;width: 30px;margin: 0;}
.btn-icon-left > i.fa, .btn-icon-left > i.material-icons {left: 0;text-align: right;}
.btn-icon-right > i.fa, .btn-icon-right > i.material-icons {right: 0;}
.btn-large.btn-icon-left > i.fa, .btn-large.btn-icon-left > i.material-icons {left: 10px;}
.btn-large.btn-icon-right > i.fa, .btn-large.btn-icon-right > i.material-icons {right: 10px;}
.box-sizing-border-box{box-sizing: border-box !important;}
.box-sizing-content-box{box-sizing: content-box !important;}
.materialboxed:hover:not(.active){opacity: 1;}
/* Colors */
.primary{background-color: var(--primary);}
.primary-color{color: var(--primary);}
.accent{background-color: var(--accent);}
.accent-color{color: var(--accent);}
.secondary{background-color: var(--secondary);}
.secondary-color{color: var(--secondary);}
.color-1{ background-color: var(--color-1);}
.color-2{ background-color: var(--color-2);}
.color-3{ background-color: var(--color-3);}
.color-4{ background-color: var(--color-4);}
.color-5{ background-color: var(--color-5);}
.color-6{ background-color: var(--color-6);}
.color-text-1{ color: var(--color-1);}
.color-text-2{ color: var(--color-2);}
.color-text-3{ color: var(--color-3);}
.color-text-4{ color: var(--color-4);}
.color-text-5{ color: var(--color-5);}
.color-text-6{ color: var(--color-6);}
.border-color-primary{ border-color: var(--primary);}
.border-color-secondary{ border-color: var(--secondary);}
.border-color-accent{ border-color: var(--accent);}
.border-color-black{ border-color: #000000;}
.border-color-white{ border-color: #ffffff;}
.border-color-1{ border-color: var(--color-1);}
.border-color-2{ border-color: var(--color-2);}
.border-color-3{ border-color: var(--color-3);}
.border-color-4{ border-color: var(--color-4);}
.border-color-5{ border-color: var(--color-5);}
.border-color-6{ border-color: var(--color-6);}
/*  Helper Classes  */
.position-relative{position: relative !important;}
.position-absolute{position: absolute !important;}
hr.icon{margin: 0 auto 20px;display: block;height: 60px;width: 4px;}
.container{padding:30px;}
.container-fluid{padding:30px;}
.row{min-width:100%;;margin: -15px !important;}
.row:before, .container:before{content: "";display: table;clear: both;}
.col{padding: 15px !important;}
.no-margin{margin:0 !important;}
.overflow-hidden{overflow: hidden !important;}
.uppercase{text-transform:uppercase !important;}
.greyscale{-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.greyscale:hover{-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.height100{height:100%;}
.text-white{color:#fff;}
.text-shadow{text-shadow:0 1px 0px rgba(0,0,0,0.3), 0 2px 5px rgba(0,0,0,0.2);}
.twitter-bg{background-color: #55acee !important;}
.google-bg{background-color: #dd4b39 !important;}
.facebook-bg{background-color: #3b5998 !important;}
.pinterest-bg{background-color: #3b5998 !important;}
.instagram-bg{background-color: #49769c !important;}
.youtube-bg{background-color: #cc181e !important;}
.linkedin-bg{background-color: #1f88be !important;}
.width100x {width: 100% !important;}
.margin0 {margin: 0 !important;}
.card-alert .card-content {background-color: #fff;margin-left: 2px;border-radius: 4px;}
li.separator:before {content: "";display: block;height: 1px;background-color: rgba(0,0,0,0.2);width: 60px;margin: 0 auto;}
.margin-top{margin-top: 15px !important;}
.margin-bottom{margin-bottom: 15px !important;}
.margin-left{margin-left: 15px !important;}
.margin-right{margin-right: 15px !important;}
.flex {display: flex;flex-wrap: wrap;margin: -15px;justify-content: center;}
.flex-item {padding:15px;display: flex;flex: inherit;width: 100%;flex-direction: column;justify-content: flex-start;}
.flex-item > .card {height: 100%;}
.item .item-content{justify-content: center;display: flex;flex-direction: column;flex: 1;}
.flex-xs-1{width:10%;}
.flex-xs-2{width:20%;}
.flex-xs-25{width:25%;}
.flex-xs-3{width:30%;}
.flex-xs-333{width:33.3333%;}
.flex-xs-4{width:40%;}
.flex-xs-5{width:50%;}
.flex-xs-6{width:60%;}
.flex-xs-666{width:66.6666%;}
.flex-xs-7{width:70%;}
.flex-xs-75{width:75%;}
.flex-xs-8{width:80%;}
.flex-xs-9{width:90%;}
.flex-xs-10{width:100%;}
.hidden{display: none !important;}
.overflow-auto{overflow: auto !important;}
.display-block{display: block !important;}
.align-items-center{align-items: center !important;}
.align-items-flex-end{align-items: flex-end !important;}
.align-items-flex-start{align-items: flex-start !important;}
.justify-content-center{justify-content: center !important;}
.input-combo-btn {font-size: 0;display: flex;flex-wrap: wrap;}
.input-combo-btn .btn {width: auto;}
.input-combo-btn input[type=text], .input-combo-btn input[type=number], .input-combo-btn input[type=email], .input-combo-btn input[type=password], .input-combo-btn input[type=time], .input-combo-btn input[type=url], .input-combo-btn input[type=date], .input-combo-btn input[type=datetime], .input-combo-btn input[type=detetime-local], .input-combo-btn input[type=tel], .input-combo-btn input[type=search] {flex: 1;}
.menu-active #overlay-menu .transition-delay-100{transition-delay: 100ms !important;}
.menu-active #overlay-menu .transition-delay-200{transition-delay: 200ms !important;}
.menu-active #overlay-menu .transition-delay-300{transition-delay: 300ms !important;}
.menu-active #overlay-menu .transition-delay-400{transition-delay: 400ms !important;}
.menu-active #overlay-menu .transition-delay-500{transition-delay: 500ms !important;}
.menu-active #overlay-menu .transition-delay-600{transition-delay: 600ms !important;}
.menu-active #overlay-menu .transition-delay-700{transition-delay: 700ms !important;}
.menu-active #overlay-menu .transition-delay-800{transition-delay: 800ms !important;}
.menu-active #overlay-menu .transition-delay-900{transition-delay: 900ms !important;}
.menu-active #overlay-menu .transition-delay-1000{transition-delay: 1000ms !important;}
.menu-active #overlay-menu .transition-delay-1100{transition-delay: 1100ms !important;}
.menu-active #overlay-menu .transition-delay-1200{transition-delay: 1200ms !important;}
.menu-active #overlay-menu .transition-delay-1300{transition-delay: 1300ms !important;}
.open-image-zoom{cursor: zoom-in;}
.image-zoom {position: fixed;top: 0;left: 0;height: 100%;width: 100%;z-index: 99;pointer-events: none;display: flex;flex-direction: column;align-items: center;}
.image-zoom [image-zoom-bg]{position: absolute;top: 0;left: 0;height: 100%;width: 100%;transform: translateY(100%);transition: all 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19);transition-delay: 300ms;}
.image-zoom .image-zoom-close{position: fixed;top:0;right:0;height: 60px;width: 90px;padding-right: 30px;display: flex;justify-content: center;align-items: center;cursor: pointer;transition: all 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19);opacity: 0;transform: translateX(100px);transition-delay: 0ms;}
.image-zoom h4{text-align: center;transition: all 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19);opacity: 0;transform: translateY(-100px);transition-delay: 0;margin: 0;height: 60px;width:calc(100% - 180px);display: flex;justify-content: center;align-items: center;color: #fff;font-size: 150%;}
.image-zoom .image-zoom-img{transition: all 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19);opacity: 0;transform: translateY(200px);display: flex;margin: 30px;overflow: hidden;height: calc(100% - 60px);width: calc(100% - 60px);justify-content: center;align-items: center;}
.image-zoom img{transition-delay: 0ms;max-width: 100%;max-height: 100%;border-radius: 30px;}
.image-zoom.active{pointer-events: all;}
.image-zoom.active [image-zoom-bg]{transform: translateY(0);transition-delay: 0ms;}
.image-zoom.active .image-zoom-close{opacity: 1;transform: translateX(0);transition-delay: 300ms;}
.image-zoom.active h4{opacity: 1;transform: translateY(0);transition-delay: 300ms;}
.image-zoom.active .image-zoom-img{opacity: 1;transform: translateY(0);transition-delay: 300ms;}
/* Wordpress */
#wpadminbar {position: fixed;z-index: 999;transform: translateY(-26px);opacity: 0;transition: all 100ms ease-in-out;}
#wpadminbar:hover{transform: translateY(0);opacity: 1;}
.wp-block-separator {width: 30%;margin: 1.5em auto;background-color: transparent;border-bottom: none;border-top: 1px solid #0003;}
.hentry .wp-block-file a.wp-block-file__button{color:#fff;}
.hentry p {margin: 15px 0;}
/*  Blocks  */
.wp-block-media-text{padding: 15px 0;}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {bottom: auto;display: flex;height: 60px;background: #fff;padding: 0;color: initial;justify-content: center;align-items: center;position: relative;}
.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {flex-direction: column;}
figure.wp-block-gallery.has-nested-images {margin: -7.5px;}
.wp-block-gallery.has-nested-images figure.wp-block-image {padding: 7.5px;}
/*  Article */
.hentry, .widget {margin: 0;}
body:not(.woocommerce-page) article.hentry ul li {list-style: initial;}
body:not(.woocommerce-page) article.hentry ul, body:not(.woocommerce-page) article.hentry ol {margin-left: 30px;}
.entry-content, .entry-summary, .page-content {margin: 0;}
/*  Page    */
#page {min-height: 100%;z-index: 9;position: relative;}
#content {position: relative;background-color: #fff;}
#content #subheader {padding-top: 63px;}
#content #subheader .container{padding: 90px 30px;}
#content > .container {padding: 60px 30px;}
/*  Header  */
#masthead{background-color: #000;width:100%;z-index:99;position: fixed;transition: all 100ms ease-in-out;}
#topbar ul {display: flex;flex-wrap: wrap;}
#topbar ul li {flex: 1;}
#topbar ul li a {display: block;line-height: 40px;height: 40px;text-align: center;color: #fffa;text-transform: uppercase;}
#topbar ul li a:hover {background-color: #fff3;color: #fff;}
#topbar ul li a i {margin-right: 10px;}
#main-bar {display: flex;flex-wrap: wrap;padding: 0 30px;justify-content: space-between;box-shadow: 0 1px 0 0 #0000;transition: all 100ms ease-in-out;}
#main-bar.container:before{content: none;}
.fixedmenu #main-bar {box-shadow: 0 1px 0 0 #0001;}
#masthead .header-block {align-content: center;display: flex;flex-wrap: wrap;position: relative;}
#header-left {max-width: calc(100% - 100px);}
#logo {display: flex;flex-wrap: wrap;align-items: center; height: 60px;}
#logo img {max-height: 100%;width: auto;max-width: 100%;padding-top: 10px;padding-bottom: 10px;}
#masthead .header-block ul {display: flex;}
#masthead .header-block ul li {padding: 0 7.5px;}
#masthead .header-block ul li:last-child {padding-right: 0;}
#masthead .header-block ul li:first-child {padding-left: 0;}
#main-bar li a, #logo {height: 60px;line-height: 60px;padding: 0;font-size: initial;position: relative;color:initial;color: #fff;}
#main-bar .lang-header-link a {width: 20px;height: 20px;display: block;background-repeat: no-repeat;background-size: cover;margin: 20px 0;background-position: center;border-radius: 100px;}
#main-bar .lang-header-link a:hover {transform: scale(1.1);}
i.search-icon {display: block;width: 30px;height: 100%;position: relative;padding: 25px 0;transition: .3s ease-out;transform: scale(0.8);}
i.search-icon:before {content: "";display: block;position: absolute;height: 20px;width: 20px;top: 50%;margin-top: -48%;border-radius: 10px;border: 2px solid #fff;}
i.search-icon:after {content: "";display: block;position: absolute;background-color: #fff;height: 2px;width: 10px;left: 49%;transform: rotate(45deg);top: 58%;}
#subheader {position: relative;}
#subheader .flex {width: 100%;align-items: center;margin: 0;height: 100%;position: relative;}
#title{flex:1;}
#subheader.cover{background-size: cover;background-position: center;background-repeat: no-repeat;padding-top: 100px;padding-bottom: 100px;}
#subheader.cover h1 {color: #fff;text-shadow: 0 1px 1px rgba(0,0,0,0.4), 0 1px 10px rgba(0,0,0,0.3);font-weight: bold;}
.header-featured-image #subheader h1 {color: #fff;}
#subheader.cover:before{content:"";position: absolute;top:0;left:0;width:100%;height: 100%;background-color: rgba(0,0,0,0.3);}
#subheader h1{position: relative;margin: 0;text-transform: uppercase;text-align: center;font-size: 42px;color: #fff;}
.header-featured-image#subheader h1{color: #fff;}
#subheader h2 {margin-bottom: 0;text-transform: uppercase;text-align: center;}
#subheader .row {display: flex;flex-wrap: wrap;}
#subheader > .container > .row > .col:last-child {align-items: center;display: flex;justify-content: flex-end;}
#subheader > .container > .row > .col:first-child {align-items: center;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.header-featured-image {background-position: center;background-size: cover;background-repeat: no-repeat;height: calc(50vh + 63px);}
.header-featured-image:before {content: "";display: block;top: 0;left: 0;position: absolute;width: 100%;height: 100%;background-color: #0009;}
.header-featured-image .container {height: 100%;}
#breadcrumbs {text-align: center;}
#breadcrumbs a {display: inline;position: relative;margin-right: 10px;line-height: 25px;}
.header-featured-image #breadcrumbs a{color: #fff;}
#breadcrumbs a:hover {color: var(--link)}
#breadcrumbs a:after {content: "";position: relative;color: #fff;width: 1px;height: 8px;display: inline-block;background-color: #fff;margin-left: 10px;}
.header-featured-image #breadcrumbs a:after{background-color: #fff;}
#breadcrumbs .breadcrumb_last {display: inline;}
.no-header-featured-image #breadcrumbs .breadcrumb_last{color: #fff;}
.header-featured-image #breadcrumbs .breadcrumb_last{color: #fff;}
#subheader .posted-on {display: block;text-align: center;font-size: 12px;margin-top: 5px;color: #fff9;}
#subheader.header-featured-image .posted-on {color: #bbb;}
.sidenav .user-view .circle {font-size: 64px;margin-bottom: 20px;}
.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {font-size: 24px;}
.sidenav{z-index: 99999;}
.sidenav-overlay {z-index: 9999;}
#slide-out .user-view {line-height: 30px;padding: 32px;}
body.header-cover-image #content{padding:0;}
body.no-header-featured-image #masthead{background-color: transparent;}
body.header-cover-image #masthead{background-color: transparent;}
body.fixedmenu.header-cover-image #masthead{background-color: #000;}
#logo .logo {opacity: 0;}
#logo .logo-mono {position: absolute;opacity: 1;}
.no-header-featured-image #logo .logo {opacity: 0;}
.no-header-featured-image #logo .logo-mono {opacity: 1;}
body.no-header-featured-image #masthead a {color: #fff;}
body.no-header-featured-image #masthead a i.search-icon:before {border-color: #fff;}
body.no-header-featured-image #masthead a i.search-icon:after {background-color: #fff;}
body.no-header-featured-image #masthead a i.menu-icon:before {background-color: #fff;}
body.no-header-featured-image #masthead a i.menu-icon:after {background-color: #fff;}
.header-cover-image #logo .logo {opacity: 0;}
.header-cover-image #logo .logo-mono {opacity: 1;}
body.header-cover-image #masthead a {color: #fff;}
body.header-cover-image #masthead a.active {font-weight: bold;}
body.header-cover-image #masthead a i.search-icon:before {border-color: #fff;}
body.header-cover-image #masthead a i.search-icon:after {background-color: #fff;}
body.header-cover-image #masthead a i.menu-icon:before {background-color: #fff;}
body.header-cover-image #masthead a i.menu-icon:after {background-color: #fff;}
#masthead a.call-to-action {border: 2px solid #fff;border-radius: 20px;height: 40px;display: block;line-height: 40px;padding: 0 15px;margin: 10px 0;text-transform: uppercase;font-weight: bold;}
#masthead a.call-to-action:hover {color: var(--link) !important;border-color: var(--link);}
/*  Footer  */
#footer {background-color: #fff;position: relative;display:flex;font-size: 12px;}
#footer .container-fluid {padding: 15px;}
#footer h4 {border-bottom: 1px solid #0002;margin-bottom: 15px;padding-bottom: 15px;}
#footer section .col {margin: 0;height: 70px;display: flex;width: 100%;align-items: center;}
#footer-account a {color: initial;}
#footer-account a:hover {color: #164141;}
div#newsletter form.mailpoet_form {padding: 30px 0;}
#copy .col{justify-content: left;text-align: left;}
#copy p{margin: 0;}
/* Sections */
.section-divider{width:100%;background-size: cover;margin:-1px auto;overflow: hidden;display: flex;}
.section-divider.top-divider{transform: rotate(180deg);align-items: flex-start;}
.section-background{position: absolute;height: 100%;width: 100%;overflow: hidden;top: 0;}
.section-background-item{width:100%;}
.section-background-center{display: flex;align-items: flex-start;}
.section-background-center svg{margin: -1px 0;}
.section-background-up .section-background-center{transform: rotate(180deg);}
.section-background-double-wave .section-background-center{height: 160px;}
.section-background-single-wave .section-background-center{height: 80px;}
.section-background-diagonal .section-background-center{height: 40px;}
.section-background-double-wave .section-background-item.section-background-top, .section-background-double-wave .section-background-item.section-background-bottom{height: calc(50% - 80px);}
.section-background-single-wave .section-background-item.section-background-top, .section-background-single-wave .section-background-item.section-background-bottom{height: calc(50% - 40px);}
.section-background-diagonal .section-background-item.section-background-top, .section-background-diagonal .section-background-item.section-background-bottom{height: calc(50% - 20px);}
.section-background-item.section-background-bottom{bottom:0;}
/* YouTube Cards */
.youtube-card-type-2 .youtube-card-video{order:2;}
.youtube-card-type-2 .youtube-card-content{text-align: right;}
.youtube-card-wrap .flex-item{justify-content: center;}
.youtube-card-video-container{padding-top: 56.25%;  height: 0;overflow: hidden;width: 100%;position: relative;border-radius: 4px;}
.youtube-card-video-container iframe{border: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/* MailPoet */
form.mailpoet_form.mailpoet_form_form.mailpoet_form_php {color: #fff;}
input[type=email]:not(.browser-default).mailpoet_text::placeholder {color: #fff9;}
.mailpoet_form_columns.mailpoet_paragraph.mailpoet_stack_on_mobile.last {display: flex;align-items: center;}
.mailpoet_form_column {display: flex;justify-content: center;}
.mailpoet_form .mailpoet_submit {border-radius: 30px;height: 54px;line-height: 50px;font-size: 15px;padding: 0 28px !important;color: #ffffff; font-weight: bold; background-color: var(--color-6);text-transform: uppercase; border:2px solid #ffffff !important;cursor: pointer;}
input:not([type]),input[type=text]:not(.browser-default),input[type=password]:not(.browser-default),input[type=email]:not(.browser-default),input[type=url]:not(.browser-default),input[type=time]:not(.browser-default),input[type=date]:not(.browser-default),input[type=datetime]:not(.browser-default),input[type=datetime-local]:not(.browser-default),input[type=tel]:not(.browser-default),input[type=number]:not(.browser-default),input[type=search]:not(.browser-default),textarea.materialize-textarea {border-bottom-color: #fff;color: #222;background-color: #0001;    padding: 0 10px;box-sizing: border-box;}
input:not([type])::placeholder,input[type=text]:not(.browser-default)::placeholder,input[type=password]:not(.browser-default)::placeholder,input[type=email]:not(.browser-default)::placeholder,input[type=url]:not(.browser-default)::placeholder,input[type=time]:not(.browser-default)::placeholder,input[type=date]:not(.browser-default)::placeholder,input[type=datetime]:not(.browser-default)::placeholder,input[type=datetime-local]:not(.browser-default)::placeholder,input[type=tel]:not(.browser-default)::placeholder,input[type=number]:not(.browser-default)::placeholder,input[type=search]:not(.browser-default)::placeholder,textarea.materialize-textarea::placeholder {color: #999;}
ul.parsley-errors-list {background-color: #fff;margin: 0;padding: 7.5px;}
.mailpoet_form_tight_container .mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_columns {flex-wrap: nowrap;margin-top: 15px;}
.mailpoet_form.mailpoet_form_form .mailpoet_submit, .mailpoet_form.mailpoet_form_form .mailpoet_paragraph, .mailpoet_form.mailpoet_form_form .mailpoet_form.mailpoet_form_form_paragraph, .mailpoet_form.mailpoet_form_form .mailpoet_textarea, .mailpoet_form.mailpoet_form_form .mailpoet_text, .mailpoet_form.mailpoet_form_form .mailpoet_select, .mailpoet_form.mailpoet_form_form .mailpoet_form.mailpoet_form_form_image, .mailpoet_form.mailpoet_form_form .mailpoet_message, .mailpoet_form.mailpoet_form_form .mailpoet_paragraph select{background-color: transparent;color: #fff;}
/*  Panel   */
.panel.active{pointer-events: auto;transform: translateY(0%);z-index: 9;}
.panel {position: fixed;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;background-color: #fff;z-index: 1;transform: translateY(-100%);transition: all 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19);padding:66px 0 80px;}
.panel-wrap {height: 100%;overflow: auto;position: relative;}
/*  Slide Menu  */
.items a {display: block;padding: 15px 20px;text-align: center;font-size: 20px;}
#menu-button a {display: block;width: 30px;}
i.menu-icon {display: block;width: 30px;height: 100%;position: relative;padding: 25px 0;transition: .3s ease-out;transform: scale(0.8);}
i.menu-icon:before {content: "";display: block;position: absolute;background-color: #fff;height: 2px;width: 100%;top: 50%;margin-top: -4px;transition: all 300ms ease-in-out;}
i.menu-icon:after {content: "";display: block;position: absolute;background-color: #fff;height: 2px;width: 80%;bottom: 50%;margin-bottom: -4px;right: 0;transition: all 300ms ease-in-out;}
.menu-active #overlay-menu:not(.animation-active) #menu-button a:hover i:before {transform: rotate(35deg);margin-top: -1px;transition: all 100ms ease-in-out;}
.menu-active #overlay-menu:not(.animation-active) #menu-button a:hover i:after {transform: rotate(-35deg);margin-bottom: -1px;transition: all 100ms ease-in-out;}
.menu-active i.menu-icon:before {transform: rotate(45deg);margin-top: -1px;}
.menu-active i.menu-icon:after {transform: rotate(-45deg);margin-bottom: -1px;width: 100%;}
#overlay-menu {position: fixed;right: 0;top: 0;width: 100%;height: 100vh;overflow: hidden;z-index: 0;opacity: 0;}
#overlay-menu.animation-active{transition-delay: 500ms;}
#overlay-menu.animation-active .bg-menu.secondary{transition-delay: 200ms !important;}
#overlay-menu.animation-active .bg-menu.primary{transition-delay: 0ms !important;}
#overlay-menu.animation-active #menu-list li{transition-delay: 0ms !important;}
#overlay-menu #masthead{width: 100vw;}
.menu-active #overlay-menu{opacity: 1; pointer-events: auto;z-index: 9;}
#overlay-menu .bg-menu{position: fixed;right: 0;top: 0;width: 0vw;height: 100vh;transition: all 300ms ease-in-out;}
.menu-active #overlay-menu .bg-menu{width: 100vw;}
#overlay-menu #menu-list li a {padding: 15px 0;display: block;color: #fff;text-align: right;}
#overlay-menu #menu-list li a:hover {color: #fff !important;transform: translateX(-10px);}
#overlay-menu #menu-list a.call-to-action {border: 2px solid #fff;border-radius: 20px;height: 40px;display: inline-block;line-height: 40px;padding: 0 15px;margin: 10px 0;text-transform: uppercase;font-weight: bold;}
#overlay-menu #menu-list a.call-to-action:hover {transform: translateX(0);color: var(--primary) !important;background-color: #fff;}
#overlay-menu #menu-list li a strong{font-size: 22px;display: block;}
#overlay-menu #menu-list li a span {font-size: 14px;line-height: 8px;display: block;}
#overlay-menu #menu-list li.social-links strong {display: block;color: #fff;text-transform: uppercase;font-size: 24px;}
#overlay-menu #menu-list li.social-links a {padding: 10px;width: 44px;fill: #fff;border-radius: 10px;display: flex;align-items: center;justify-content: center;}
#overlay-menu #menu-list li.social-links span {display: flex;margin: -10px;align-items: center;}
#overlay-menu #menu-list li.social-links {padding: 21px 40px;border-top: 1px solid #fff3;}
#overlay-menu .close-menu {display: flex;width: 100%;flex-wrap: wrap;justify-content: space-between;align-items: center;font-weight: normal;}
#overlay-menu #menu-list li {transform: translateX(200px);opacity: 0;transition: all 300ms ease-in-out;}
.menu-active #overlay-menu #menu-list li {transform: translateX(0);opacity: 1;text-align: right;}
#overlay-menu #menu-list li a.lang-side-link {height: 44px;display: flex;align-items: center;justify-content: center;}
#overlay-menu #menu-list li a.lang-side-link span {width: 24px;height: 24px;background-repeat: no-repeat;background-size: cover;padding: 0;background-position: center;border-radius: 100px;display: block;}
#menu-content{height: calc(100vh - 60px - 84px);}
#menu-content .flex{justify-content: flex-end;}
#menu-content .flex .flex-item {height: calc(100vh - 60px - 84px);overflow-y: auto;overflow-x: hidden;position: relative;width: auto;}
#social-footer{position: relative;transform: translateX(200px);opacity: 0;transition: all 300ms ease-in-out;}
.menu-active #social-footer{transform: translateX(0);opacity: 1;}
#social-footer .yoast-social-links ul a{width: 20px;}
/* 404 */
.error404 .image-404 {width: 400px;}
/*  Front Page  */
#home-main {padding: 60px 0;}
#home-main figure{height: 100%;width: 100%;}
#home-main .call-to-action a {margin: 10px;}
.call-to-action .flex-item {justify-content: center;flex-direction: row;flex-wrap: wrap;}
.call-to-action .flex-item a{margin: 10px;}
/* Pulse Heart */
#pulse-loading {display: flex;flex-direction: column;align-items: center;margin: 8% 0;width: 100%;max-height: calc(100% - 16%);height: 100%;justify-content: center;}
#pulse-loading #heart {animation: heartbeat 1.25s infinite;}
#pulse-loading #symbol {fill: url(#gradient);animation: gradient 15s ease infinite;}
#pulse-loading #symbol-shadow {fill: rgb(0 0 0 / 20%);}
@keyframes heartbeat {
    0% {transform: matrix3d(1, 0, 0, 0, 0, 1.0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    10% {transform: matrix3d(0.9, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    100% {transform: matrix3d(1, 0, 0, 0, 0, 1.0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
}
@keyframes gradient {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}
#feature .card{padding: 30px;border-radius: 20px;box-shadow: 0 0 0 10px #0001;}
.swiper.feature-thumbs {padding-bottom: 30px;}
#feature .feature-thumbs .swiper-slide{text-transform: uppercase;cursor: pointer;transition: all 200ms ease-in-out;font-size: 14px;padding-top: 15px;margin: 0 5px !important;}
#feature .feature-thumbs .swiper-slide .bar{position: absolute;width:100%;top: 0;height: 3px;border-radius: 1.5px;transition: all 200ms ease-in-out;filter: grayscale(1) brightness(2);transform: scaleX(0.9);}
#feature .feature-thumbs .swiper-slide.swiper-slide-thumb-active .bar{filter: grayscale(0) brightness(1);}
#feature .feature-thumbs .swiper-slide:hover .bar{filter: grayscale(0) brightness(1);transform: scaleX(1);}
#feature .feature-view .swiper-slide p {margin-bottom: 15px;}
#preview .container-fluid{padding: 30px 0;overflow: hidden;}
/* @keyframes waves {
    100% {
      background-position: -100% 0;
    }
} */
#preview-view .preview-content{top:0;left:0;}
#preview-view .preview-image{bottom:0;right:0;}
#preview-view .card{position: absolute;border-radius: 30px;}
#preview-view .flex{height: 60vh;}
#preview-view .card-content{overflow: auto;}
#preview-view .card-content{overflow: auto;margin: 15px 0;padding: 0 15px;}
#preview-view .card-content::-webkit-scrollbar-track {background: transparent}
#preview-view .card-content::-webkit-scrollbar-thumb {background: #fff3;}
#preview-view .card-content::-webkit-scrollbar-thumb:hover {background: #fff6; }
#preview-view .preview-content.card{height: 50%;padding-bottom: 75px;}
#preview-view .preview-content h4{font-size: 150%;}
#preview-view .card-content p {margin-bottom: 15px;}
#preview-view .card-content p:last-child {margin-bottom: 0;}
#preview-view .preview-image{bottom:0;right:15px;}
#preview-view .preview-image.card{height: calc(50% + 45px);box-shadow: 0 0 0 10px #0001;margin-bottom: 15px;background-size: cover;background-position: left top;}
#configuration-slides{height: 70vh;}
#configuration-slides {padding-left: 30px;padding-right: 10px;}
#configuration-slides h4{margin-bottom: 30px;}
#configuration-slides img{box-shadow: 0 0 0 10px #0001;border-radius: 30px;max-width: 90%;max-height: calc(90% - 90px);}
#configuration-slides .card{border-radius: 30px;overflow: hidden; position: absolute;bottom: 0;right: 0;width: 70%;margin-bottom: 10px;min-height: 30%;display: flex;align-items: center;}
#configuration-slides .card-content{padding: 30px;width: 100%;}
#configuration-slides .card-content p {margin-bottom: 15px;}
#configuration-slides .card-content p:last-child {margin-bottom: 0;}
#configuration-slides .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {left: 0;right: auto;display: flex;flex-direction: column;height: 100%;}
#configuration-slides span.swiper-pagination-bullet {flex: 1;border-radius: 2px;width: 5px;background: #0005;}
/*  Full screen slides  */
.page-template-page-fulscreen-slides #content{height: 100%;}
.fullscreen-slides {position: relative;}
.fullscreen-slides .owl-carousel{height: 100vh;}
.fullscreen-slides-bg{height: 100vh;width:100%; top: 0; left:0;position: absolute;background-size: cover;}
.fullscreen-slides .slide-image {height: 100vh;width: 100vw;position: absolute;background-size: cover;background-position: center;}
.fullscreen-slides .slide-video {height: 100vh;width: 100vw;}
.fullscreen-slides .slide-video video{position: fixed;min-width: 100vw;min-height: 100vh;transform: translateX(calc((100% - 100vw) / 2 * -1)) translateY(calc((100% - 100vh) / 2 * -1));}
.fullscreen-slides .owl-item .item-delay{transition: all 300ms ease-in-out;opacity: 0;}
.fullscreen-slides .owl-item img{width:auto;max-height: 100%;max-width: 100%;}
.fullscreen-slides .owl-item .item-delay-top-scale{transform: translateY(-100px) scale(0.8);}
.fullscreen-slides .owl-item .item-delay-bottom-scale{transform: translateY(100px) scale(0.8);}
.fullscreen-slides .owl-item .item-delay-left-scale{transform: translateX(-100px) scale(0.8);}
.fullscreen-slides .owl-item .item-delay-right-scale{transform: translateX(100px) scale(0.8);}
.fullscreen-slides .owl-item .item-delay-scale-08{transform: scale(0.8);}
.fullscreen-slides .owl-item .item-delay-traslate-top{transform: translateY(-5%);}
.fullscreen-slides .owl-item .item-delay-traslate-bottom{transform: translateY(5%);}
.fullscreen-slides .owl-item .item-delay-traslate-left{transform: translateX(5%);}
.fullscreen-slides .owl-item .item-delay-traslate-right{transform: translateX(-5%);}
.fullscreen-slides .owl-item.active .item-delay{transform: translate(0, 0) scale(1);opacity: 1;}
.fullscreen-slides .owl-item.active .item-delay.item-delay-1{transition-delay: 100ms;}
.fullscreen-slides .owl-item.active .item-delay.item-delay-2{transition-delay: 200ms;}
.fullscreen-slides .owl-item.active .item-delay.item-delay-3{transition-delay: 300ms;}
.fullscreen-slides .owl-item.active .item-delay.item-delay-4{transition-delay: 400ms;}
.fullscreen-slides .owl-item.active .item-delay.item-delay-5{transition-delay: 500ms;}
.fullscreen-slides .owl-item.active .item-delay.item-delay-6{transition-delay: 600ms;}
.fullscreen-slides .container {display: flex;align-content: center;flex-wrap: wrap;height: calc(100% - 120px);flex-direction: row;z-index: 9;overflow: auto;margin: 60px auto;padding: 0 30px;align-items: center;gap:30px;}
.fullscreen-slides .container:before{content:none;}
.fullscreen-slides .container .content-item {width: 100%; max-height: 100%;}
.fullscreen-slides .container .content-thumb {width: 100%; max-height: 100%;}
.fullscreen-slides .container .content-thumb a {display: block;border-radius: 12px;overflow: hidden;}
.fullscreen-slides .container .content-thumb img {width: 100%;}
.fullscreen-slides .container .content-item .item-description p {display: inline-block;}
.fullscreen-slides .owl-item {overflow: hidden;}
.fullscreen-slides .owl-item .container-image {width: 60%;position:relative;display: flex;justify-content: center;}
.fullscreen-slides .owl-item img.main-shape {mask-size: contain;mask-position: center center;mask-repeat: no-repeat;}
.fullscreen-slides .owl-item img.graphic-shape{position: absolute;}
.fullscreen-slides .owl-item .decor-image-1{position: absolute;top: 50%;margin-top: -35%;width: 30%;left: 50%;margin-left: -30%;fill: #e62b2c;}
.fullscreen-slides .owl-item .decor-image-2{position: absolute;bottom: 50%;width: 20%;right: 50%;margin-right: -30%;fill: #e62b2c;margin-bottom: -30%;opacity: 0.8;}
.fullscreen-slides .owl-item h4 {text-transform: uppercase;font-size: 50px;word-break: break-word;color: #fff;}
.fullscreen-slides .owl-item p {font-size: 20px;margin-bottom: 20px;color: #fff;}
.fullscreen-slides .owl-item .item-description p {position: relative;display: inline-block;}
.fullscreen-slides .owl-item .item-description p svg {z-index: 1;position: absolute;top: 50%;left: 50%;width: 105%;height: 120%;transform: translate(-50%,-50%);overflow: visible;}
.fullscreen-slides .owl-item .item-description p svg path {opacity: 1;stroke-dasharray: 0, 490;fill: none;stroke-linecap: round;stroke-linejoin: round;stroke: #e62b2c;stroke-opacity: 1;stroke-width: 20px;transition: all 500ms ease-in-out;}
.fullscreen-slides .owl-item.active .item-description p svg path.item-delay {stroke-dasharray: 490, 490;}
.fullscreen-slides .owl-dots {position: absolute;bottom: 30px;left: 10%;width: 40%;padding: 0 30px;margin-top: 0;}
.fullscreen-slides .owl-item.fadeOut .item:after {transform: scale(0);transition:all 5s linear;}
.fullscreen-slides .item .width-wrap h4 {margin-bottom: 20px;}
.fullscreen-slides .item{align-items: center;background-color: transparent;display: flex;background-size: cover;background-position: center;cursor: pointer;justify-content: center;}
.fullscreen-slides .item .item-image{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-size: cover;background-position: center;transform: scale(1);transition: all 12s ease-in-out;}
.fullscreen-slides .active .item .item-image {transform: scale(1.2);}
.fullscreen-slides .item .item-image:before {content:'';display: block;position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: #0006;}
.fullscreen-slides .item .width-wrap{width: 100%;justify-content: center;display: flex;}
.fullscreen-slides .yoast-social-links {bottom: 30px;position: absolute;width: 40%;right: 10%;z-index: 9;padding: 0 30px;}
.fixedmenu .mouse{display: none;}
.mouse {width: 20px;height: 30px;border: 3px solid #fff9;border-radius: 10px;position: absolute;z-index: 9;bottom: 30px;left: 50%;margin-left: -10px;}
.mouse:before {content: '';width: 4px;height: 4px;position: absolute;top: 6px;left: 50%;transform: translateX(-50%);background-color: #fff9;border-radius: 50%;opacity: 1;animation: wheel 1s infinite;}
@keyframes wheel {
	to {
		top: 15px;
		opacity: .3;
	}
}
/* Sections */
.section{padding: 0;}
.section-wrap-content{padding: 120px 30px;}
.section-wrap figure{background-size: cover;width: 100%;height: 100%;display: flex;align-items: center;background-position: center;}
.section-wrap footer{padding-top: 15px;}
.section:not(.section-color-white) .section-wrap-content{color: #ffffff;}
.section .section-wrap h4 {font-size: 50px;text-transform: uppercase;}
.section-type-3 .section-wrap h4, .section-type-4 .section-wrap h4 {font-size: 40px;}
.section .section-wrap main {font-size: 22px;}
.section-type-3 .section-wrap main, .section-type-4 .section-wrap main {font-size: 26px;}
.section-wrap-left {display: flex;align-items: center;}
.section.section-color-white .section-wrap-left{background-color: #00000009;}
.section:not(.section-color-white) .section-wrap-left{background-color: #fff1;}
.section-wrap-right {min-height: 80vh;align-items: center;display: flex;}
.section-type-1 .section-wrap, .section-type-2 .section-wrap, .section-type-3 .section-wrap, .section-type-4 .section-wrap{display: flex;}
.section-type-1 .section-wrap-left, .section-type-2 .section-wrap-left, .section-type-3 .section-wrap-left, .section-type-4 .section-wrap-left{width:calc(((100vw - var(--container-width)) / 2) + var(--container-width) / 3);}
.section .section-wrap-left .section-wrap-content{width:calc(var(--container-width) / 3);padding: 120px 30px;}
.section-type-5 .section-wrap{justify-content: center;display: flex;}
.section-type-5 .section-wrap-content{width: var(--container-width);text-align: center;}
.section:not(.section-color-white) .section-wrap-content{color: #fff;}
.section-type-3 .section-wrap-left{justify-content: flex-end;}
.section-type-3 .section-wrap-left .section-wrap-content{text-align: right;}
.section-type-1 .section-wrap-right, .section-type-2 .section-wrap-right, .section-type-3 .section-wrap-right, .section-type-4 .section-wrap-right{width:calc(((100vw - var(--container-width)) / 2) + var(--container-width) / 3 * 2);}
.section-type-1 .section-wrap-right .section-wrap-content, .section-type-2 .section-wrap-right .section-wrap-content, .section-type-3 .section-wrap-right .section-wrap-content, .section-type-4 .section-wrap-right .section-wrap-content{width:calc(var(--container-width) / 3 * 2);}
.section-type-2 .section-wrap-left, .section-type-4 .section-wrap-left{order:1;}
.section-type-2 .section-wrap-right, .section-type-4 .section-wrap-right{text-align: right;display: flex;justify-content: flex-end;}
.section-type-6 .section-wrap-content {display: flex;justify-content: center;flex-direction: column;text-align: center;}
.section-type-6 .section-wrap-center{width: var(--container-width);margin: 0 auto;}
.section-type-6 .section-wrap-center img{margin-top: 60px;}
/*  Contacts    */
#maps{padding:0;position: relative;font-size: 0;}
#maps iframe {width: 100%;height: 450px;}
#external-map-link{position: absolute;bottom: 15px;left: 15px;}
#company-info {background-color: #fff;}
#company-info .flex {align-items: flex-start;}
#applications h3 {margin-bottom: 30px;margin-top: 10px;}
#contacts{background-color: #fff;}
#contacts.submitted {position: relative;opacity:0.5;}
#contacts textarea#message {min-height: 130px;}
#contacts.submitted:before {content: "";display: block;width: 60px;height: 60px;position: absolute;top: 50%;margin-top: -30px;left: 50%;margin-left: -30px;background-color: #fff;border-radius: 4px;box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);z-index: 1;}
#contacts.submitted:after {content: "\f1ce";display: block;width: 20px;height: 20px;position: absolute;top: 50%;margin-top: -10px;left: 50%;margin-left: -10px;z-index: 1;font: normal normal normal 14px/1 FontAwesome;font-size: 20px;text-align: center;animation: load-circle infinite 1s linear;}
@keyframes load-circle {
0% {transform: rotate(0);}
100% {transform: rotate(360deg);}
}
/* Applications */
#applications textarea#message {min-height: 43px;}
/* post */
.subheader-image #masthead {background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);}
.subheader-image.fixedmenu #masthead {background: #fff;}
.subheader-image #logo img {filter: brightness(0) invert(1);}
.fixedmenu.subheader-image #logo img {filter: none;}
.subheader-image #header-menu li a {color: #fff;}
.fixedmenu.subheader-image #header-menu li a {color: initial;}
.subheader-image #subheader {height: 60vh;background-position: center;background-size: cover;color: #fff;display: flex;flex-wrap: wrap;align-content: flex-end;}
.subheader-image #content{padding-top: 0;}
.subheader-image #subheader .post-lists{margin-bottom: 4px;}
#subheader .post-lists > div {margin-bottom: 4px;}
#subheader .post-lists{width: 100%;}
#post .flex-item {justify-content: stretch;}
#related-post  h3.title {font-size:30px;text-transform: uppercase;}
.post span.posted-on {width: 100%;display: block;font-size: 12px;margin-bottom: 5px;}
#category-list{display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 15px;}
#category-list li {margin: 7.5px;}
#category-list a span {background-color: #fff;padding: 0 6px;border-radius: 10px;margin-left: 10px;height: 12px;}
article.post .post-lists {display: flex;flex-wrap: wrap;align-content: flex-end;margin-bottom: 15px;justify-content: flex-start;text-align: left;}
body article.post .post-lists ul {margin-left: 0;}
.post-lists > div {max-width: 100%;}
.post-lists ul li {list-style: none;display: inline-block;margin: 4px;}
.post-lists li {max-width: 100%;}
.post-lists li a{max-width:100%;position: relative;}
.block-post {overflow: hidden;transition: all 500ms ease;display: flex;flex-wrap: wrap;height: 100%;justify-content: center;align-content: flex-start;}
.block-post header h3 {margin-top: 0;width: 100%;line-height: normal;font-size: 150%;}
.block-post header h3:after {content: "";display: block;position: absolute;bottom: 0;left: 0;height: 3px;width: 0;background-color: var(--primary);transition: all 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19);}
.block-post header h3:hover:after{width: 100%;}
.block-post figure:hover + main header h3:after{width: 100%;}
.block-post footer {padding-top: 15px;}
.wrap-categories li a.tag {background: #aaa;}
.block-post .post-lists .wrap-categories ul{margin:-4px;font-size: 0;}
.block-post main {color: initial;padding-top: 15px;transition: all 500ms ease;width: 100%;}
.block-post figure{position: relative;width: 100%;border-radius: 20px;overflow: hidden;}
.block-post figure img {transition: all 300ms ease;width: 100%;}
.block-post header {display: flex;flex-wrap: wrap;align-content: center;position: relative;}
.block-post header h4 {text-transform: uppercase;margin: 0;width: 100%;}
.single article.hentry figure .material-placeholder, .page article.hentry figure .material-placeholder {width: 305px;float: left;margin: 0 30px 15px 0;}
.single article.hentry figure .material-placeholder img, .page article.hentry figure .material-placeholder img {border-radius: 10px;}
.single article.hentry figure .material-placeholder .materialboxed.active, .page article.hentry figure .material-placeholder .materialboxed.active {border-radius: 20px;}
article.singular-post .posted-on {margin-bottom: 15px;}
.single #colophon {background-color:#f5f5f5;}
/* Preview */
.archive #preview .block-preview h3 a, #related-post .block-preview h3 a {display: block;}
.archive #preview .block-preview img, #related-post .block-preview img, .single-preview .material-placeholder img {border-radius: 20px;box-shadow: 0 0 0 1px #0001;top: 5px;left: 5px;position: relative;transition: all 100ms ease-in-out;width: 100%;}
.archive #preview .block-preview main:hover img, #related-post .block-preview main:hover img, .single-preview .material-placeholder:hover img {top:0;left:0;}
.archive #preview .block-preview h3, #related-post .block-preview h3 {margin: 20px 0 10px;text-align: center;}
.archive #preview .block-preview figure:before, #related-post .block-preview figure:before, .single-preview .material-placeholder:before  {content: "";display: block;width: 100%;height: 100%;background-color: var(--primary);top: -5px;left: -5px;position: absolute;border-radius: 20px;transition: all 100ms ease-in-out;}
.archive #preview .block-preview main:hover figure:before, #related-post .block-preview main:hover figure:before, .single-preview .material-placeholder:hover:before  {left:0;top:0;}
.archive #preview .block-preview figure, #related-post .block-preview figure, .single-preview figure {position: relative;}
.archive #preview .block-preview figure a, #related-post .block-preview figure a, .single-preview figure .material-placeholder {position: relative;}
/* Configurations */
.archive #configuration .block-configuration img, #related-post .block-configuration img, .single-configuration .material-placeholder img {border-radius: 10px;}
.archive #configuration .block-configuration h3 a, #related-post .block-configuration h3 a {display: block;}
.archive #configuration .block-configuration h3, #related-post .block-configuration h3 {margin: 10px 0;text-align: center;}
/* Archives */
.archive-description h1, .archive-description h2, .archive-description h3, .archive-description h4, .archive-description h5, .archive-description h6 {margin-top: 20px;}
.row.archive-description > .col {padding: 45px 15px !important;}
.row.archive-description p{margin-bottom:30px;}
/* search */
.search-results .flex {align-items: flex-start;}
.block-search main {color: initial;padding: 15px;background-color: #fff;transition: all 500ms ease;}
.block-search {overflow: hidden;transition: all 500ms ease;display: flex;flex-wrap: wrap;height: 100%;justify-content: center;align-content: flex-start;background-color: #fff;border-radius: 20px;}
.block-search:hover {box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);}
.block-search main {color: initial;padding: 15px;background-color: #fff;transition: all 500ms ease;width: 100%;}
.block-search figure{position: relative;width: 100%;}
.block-search figure img {transition: all 300ms ease;width: 100%;}
.block-search header {display: flex;flex-wrap: wrap;align-content: center;position: relative;}
.block-search header h3 {margin: 0;}
.block-search .entity-link {margin: 15px 0;}
/* Searchform */
body.search-active{overflow: hidden;}
#search.modal.bottom-sheet{max-height: calc(70vh + 56px);}
#search .modal-content {height: 70vh;}
.searchform {width: 100%;}
#searchform .preloader-wrapper{width: 16px;height: 16px;margin: 13px;position: absolute;}
.input-field.input-combo-btn .input-search {height: 3rem;margin-bottom: 0;}
.input-field.input-combo-btn .searchsubmit{height: 3rem;line-height: 3rem;}
.searchform .input-field {margin: 0;padding: 0 !important;}
.subheader .searchform {margin: 0 !important;}
#searchform .input-search {padding-left: 40px;border: none;margin-right: -21px;padding-right: 21px;background-color: #0001;border-radius: 20px 0 0 20px;}
#searchform .searchsubmit {border-radius: 100%;width: 42px;padding: 0;box-shadow: none;}
#searchform .datafetch {overflow: auto;}
.datafetch li.active {background-color: #0002;}
.datafetch li {padding: 10px 20px;border-radius: 100px;}
.datafetch li:hover {background-color: #0002;}
/* Owl carousel */
.owl-carousel button.owl-dot {display: inline-table;width: 20px;height: 20px;border-radius: 100%;margin: 4px;}
.owl-carousel button.owl-dot {background-color: transparent;width: 30px;height: 0;border-radius: 0;margin: 4px;padding: 10px 0 !important;}
.owl-carousel button.owl-dot.active {background-color: transparent;}
.owl-carousel button.owl-dot span {height: 3px;background-color: #fff3;display: block;}
.owl-carousel button.owl-dot.active span {background-color: #fff9;}
.owl-dots {margin-top: 15px;}
.owl-carousel .item {height: 400px;background-color: transparent;display: flex;flex-wrap: wrap;background-size: cover;background-position: center;cursor: pointer;}
.owl-carousel .item .flex-wrap{align-items: center;width: 100%;justify-content: center;display: flex;flex-direction: column;}
.owl-carousel .item .flex-wrap a{display: block;width: 100%;text-align: center;font-size: 18px;}
.owl-carousel .item .flex-wrap h4{font-size: 80px;padding: 30px;line-height: 70px;}
.owl-100{height: 100vh;}
.owl-100 .owl-carousel{height: 100%;}
.owl-100 .owl-stage-outer{height: 100%;}
.owl-100 .owl-stage{height: 100%;}
.owl-100 .owl-item{height: 100%;}
.owl-100 .owl-item .item{height: 100%;}
/* Swiper */
:root {
    --swiper-pagination-color: var(--primary);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
  }
/* Scrollfire */
.scrollfire{transform: translateY(100px);opacity: 0;transition: all 300ms cubic-bezier(0.5, -0.5, 0.5, 1.5);}
.scrollfire.scrollfire-top{transform: translateY(-100px);}
.scrollfire.scrollfire-active{transform: translateY(0);opacity: 1;}
/* GDPR */
.gdprcookie-intro {padding: 15px 0;}
/* Masonry */
.grid {display: grid;grid-gap: 30px;grid-template-columns: repeat(auto-fill, minmax(250px,1fr));grid-auto-rows: 0px;font-size: 16px;}
.item {background-color: #ffffff;}
/* Gutemberg */
article.hentry .wp-block-gallery ul.blocks-gallery-grid {margin-left: -7.5px;margin-right: -7.5px;}
article.hentry .wp-block-gallery ul.blocks-gallery-grid .blocks-gallery-item {padding: 7.5px;}
/* Yoast */
.yoast-social-links ul {display: flex;justify-content: flex-end;}
.yoast-social-links ul a {color: #fffc;display: block;height: 24px;width: 20px;text-align: center;line-height: 24px;font-size: 16px;padding-left: 20px;margin-left: 10px;box-sizing: content-box;}
.yoast-social-links ul li:first-child a{padding-left: 0;margin-left: 0;}
/*  Media   */
@media screen and (max-width: 782px){
}
@media only screen and (max-width: 992px){
.owl-carousel .item, #section-info .item{height: 400px;}
.wt-single-coupon {width: 49% !important;}
#feature .feature-thumbs .swiper-slide strong{font-size: 0;}
}
@media only screen and (min-width: 601px){
.flex-sm-1{width:10%;}
.flex-sm-2{width:20%;}
.flex-sm-25{width:25%;}
.flex-sm-3{width:30%;}
.flex-sm-333{width:33.3333%;}
.flex-sm-4{width:40%;}
.flex-sm-5{width:50%;}
.flex-sm-6{width:60%;}
.flex-sm-666{width:66.6666%;}
.flex-sm-7{width:70%;}
.flex-sm-75{width:75%;}
.flex-sm-8{width:80%;}
.flex-sm-9{width:90%;}
.flex-sm-10{width:100%;}
}
@media only screen and (min-width: 783px){
}
@media only screen and (min-width: 993px){
:root {
    --container-width: 90vw;
}
/* .container{width:90%;} */
.fullscreen-slides .owl-dots {left: 5%;width: 45%;}
.fullscreen-slides .yoast-social-links{width: 45%;right: 5%;}
.flex-md-1{width:10%;}
.flex-md-2{width:20%;}
.flex-md-25{width:25%;}
.flex-md-3{width:30%;}
.flex-md-333{width:33.3333%;}
.flex-md-4{width:40%;}
.flex-md-5{width:50%;}
.flex-md-6{width:60%;}
.flex-md-666{width:66.6666%;}
.flex-md-7{width:70%;}
.flex-md-75{width:75%;}
.flex-md-8{width:80%;}
.flex-md-9{width:90%;}
.flex-md-10{width:100%;}
.fullscreen-slides .container .content-item{width: calc(50% - 15px);}
.fullscreen-slides .container .content-thumb{width: calc(50% - 15px);}
#feature .feature-view .swiper-slide{text-align: left;}
#feature .feature-view .swiper-slide h4{font-size: 0;}
}
@media only screen and (min-width: 1201px){
.flex-lg-1{width:10%;}
.flex-lg-2{width:20%;}
.flex-lg-25{width:25%;}
.flex-lg-3{width:30%;}
.flex-lg-333{width:33.3333%;}
.flex-lg-4{width:40%;}
.flex-lg-5{width:50%;}
.flex-lg-6{width:60%;}
.flex-lg-666{width:66.6666%;}
.flex-lg-7{width:70%;}
.flex-lg-75{width:75%;}
.flex-lg-8{width:80%;}
.flex-lg-9{width:90%;}
.flex-lg-10{width:100%;}
/* .container{width:80%;} */
:root {
    --container-width: 80vw;
}
.fullscreen-slides .owl-dots {left: 10%;width: 40%;}
.fullscreen-slides .yoast-social-links{width: 40%;right: 10%;}
.hide-on-xl-only{display: none !important;}
}
@media (min-width: 993px) and (max-width: 1200px){
.hide-on-large{display: none !important;}
}
@media (min-width: 601px) and (max-width: 992px){
}
@media only screen and (min-width: 1401px){
/* .container{width:70%;} */
:root {
    --container-width: 70vw;
}
.fullscreen-slides .owl-dots {left: 15%;width: 35%;}
.fullscreen-slides .yoast-social-links {width: 35%;right: 15%;}
}
@media only screen and (min-width: 1829px){
:root {
    --container-width: 1280px;
}
}
@media only screen and (max-width: 1200px){
.hide-on-large-and-down{display: none !important;}
.detail-product #description{width: 60%;}
.detail-product #additional_information{width: 40%;}
table.alg-wc-wl-view-table tr {width: 33.3333%;}
}
@media only screen and (max-width: 992px){
#footer section .col{height: auto;padding: 7.5px 0 !important;}
#configuration-slides {height: 60vh;}
#configuration-slides img{max-width: 95%;}
#configuration-slides .card {font-size: 16px;min-height: 50%;}
.section .section-wrap h4 {font-size: 40px;}
.section-type-3 .section-wrap h4, .section-type-4 .section-wrap h4 {font-size: 30px;}
.section .section-wrap main {font-size: 18px;}
.section-type-3 .section-wrap main, .section-type-4 .section-wrap main {font-size: 22px;}
.youtube-card-type-2 .youtube-card-video{order:0;}
.youtube-card-type-2 .youtube-card-content{text-align: left;}
}
@media only screen and (max-width: 600px){
/* .container{width:100%;} */
.fullscreen-slides .owl-dots {left: 0;width: 50%;}
.fullscreen-slides .yoast-social-links {width: 50%;right: 0%;}
#header-menu a sup{margin-left: -8px;}
.footer-block-content {max-height: 0;overflow: hidden;transition: all 300ms ease-in-out;}
.footer-block h4:after {content: "add";position: absolute;display: block;right: 0;font-family: 'Material Icons';top: 0;height: 100%;width: 30px;text-align: center;}
.footer-block h4 {position: relative;}
.footer-block.active .footer-block-content {max-height: 500px;}
.footer-block.active h4:after {content: "remove";}
.fullscreen-slides .owl-item:nth-child(even) .item {align-items: center;align-content: center;flex-direction: row;}
.fullscreen-slides .item {flex-direction: row;}
.fullscreen-slides .owl-item .container-image {width: 100%;height: auto;height: 60%;}
.home .fullscreen-slides .owl-item .item .container {width: 100%;height: auto;height: 40%;}
.fullscreen-slides .owl-item .decor-image-1 {margin-top: -32%;}
#home-main .flex-item{align-items: center;text-align: center;}
.fullscreen-slides .owl-item h4{font-size: 36px;}
#social-slider{right:0;}
article.singular-service figure {width: 100%;margin: 0 0 15px 0;}
.single article.hentry figure .material-placeholder {width: 100%;margin: 0 0 15px 0;}
.single article.hentry figure .material-placeholder img {border-top-right-radius: 20px;}
#footer{font-size: 12px;display: block;padding: 15px 0;}
#copy .col{justify-content: center;text-align: center;}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {margin-bottom: 30px;}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {padding: 0;}
.archive-subtitle-image {max-width: 80px;}
/* GDPR */
div.gdprcookie{width: 100%;text-align: center;}
.section .section-wrap h4 {font-size: 30px;}
.section-type-3 .section-wrap h4, .section-type-4 .section-wrap h4 {font-size: 24px;}
.section .section-wrap main {font-size: 16px;}
.section-type-3 .section-wrap main, .section-type-4 .section-wrap main {font-size: 20px;}
.section .section-wrap-left, .section .section-wrap-right {width: 100vw;text-align: center;}
.section .section-wrap-left .section-wrap-content {width: 100%;text-align: center;padding-bottom: 30px;}
.section .section-wrap-right .section-wrap-content {width: 100%;padding-top: 30px;}
.section-wrap-right {min-height: auto;}
.section-type-2 .section-wrap-left, .section-type-4 .section-wrap-left {order: inherit;}
.section-wrap figure {min-height: 60vh;}
.section .section-wrap-left .section-wrap-content {padding-bottom: 30px;}
.section-type-1 .section-wrap, .section-type-2 .section-wrap, .section-type-3 .section-wrap, .section-type-4 .section-wrap{flex-wrap: wrap;}
}
@media only screen and (max-width: 400px){
#overlay-menu{width: 100%;}
#overlay-menu li a{font-size: 16px;}
}
@media only screen and (max-height: 600px){
#search {padding-top: 0;z-index: 9999;padding-bottom: 0;}
#search .datafetch {font-size: 11px;}
#search .datafetch img {max-width: 60px;}
#search .close-search {margin-left: 10px;display: block;}
}