html{
font-family:"Poppins", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
color:#2A2D2C;
}
body{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/pixelben-background.png);
background-size: 100% auto;
background-repeat: repeat-y;
}
@media only screen and (max-width: 768px) {
html {
font-size: 16px;
line-height: 1.4;
}
}
.content-box {
max-width: 1200px;
width: 90%;
margin: 0 auto;
}
.white-box, .white{
margin-bottom: 60px;
background-color: #fff;
padding: 40px;
}
.white-box{
border-radius: 60px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
} .yellow-border{
border: 2px solid #F3D003;
padding: 40px;
border-radius: 20px;
margin-bottom: 40px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.cta-bottom{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/cta-bottom-bg-orange2.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
color: #fff;
margin-bottom: 0;
}
.cta-bottom h3{
margin-top: 0;
}
.cta-bottom .wp-block-buttons{
flex-direction: row;
}
.cta-bottom .content-box{
padding: 40px 0;
}
.yellow-border h3{
margin-top: 0;
}
.price{
font-family: "Marcellus", serif;
font-weight: 400;
font-style: normal;
font-size: 1.38rem;
}
a{
text-decoration: none;
color: #88A112;
cursor: pointer;
}
a:hover{
color: #2A2D2C;
}
.wp-block-buttons{
display: flex;
flex-direction: row;
align-items: center;
}
.wp-block-buttons>.wp-block-button{
margin-left: 30px;
}
.wp-block-buttons>.wp-block-button:first-of-type{
margin-left: 0px;
}
.wp-block-button__link{
padding: 0.5em 1em;
margin-top: 27px;
border-radius: 10px;
text-transform: uppercase;
text-align: center;
font-size: 1rem;
display: inline-block;
border: solid 2px #f69328;
background-color: #f69328;
color: #fff;
height:fit-content;
}
.is-style-outline > .wp-block-button__link{
padding: 0.5em 1em;
background-color: #fff;
color: #f69328;
border: solid 2px #f69328;
}
.wp-block-button__link:hover{ color:#fff;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.is-style-outline > .wp-block-button__link:hover{ -webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
color: #f69328;
}
.row{
display: flex;
justify-content: space-between;
align-items: center;
}
.center{
text-align: center;
margin: 0 auto;
}
#go-to-top{
} h1, h2, h3{
font-family: "Marcellus", serif;
font-weight: 400;
font-style: normal;
line-height: 1.4;
}
h1{
font-size: 2.77rem;
margin-bottom: 60px;
margin-top: 60px;
text-align: center;
}
h2{
font-size: 2rem;
margin-bottom: 1.5rem;
margin-top: 2rem;
}
h2.wp-block-heading:first-of-type{
margin-top: 0;
}
h2+h3{
margin-top: 1rem;
}
section + section{
margin-top: 60px;
}
h3{
font-size: 1.5rem;
margin-top: 40px;
margin-bottom: 1rem;
}
h4{
font-size: 30px;
margin-bottom: 1.5rem;
margin-top: 40px;
}
h5{
font-size: 25px;
}
p{
line-height: 1.6;
margin-bottom: 0.5rem;
}
p:last-of-type{
margin-bottom: 0;
}
.bigger-text{
font-size:1.2rem;
line-height: 1.5;
} main ul>li, main ol>li{
position: relative;
padding-left: 4rem;
}
main ul>li:before{
content:url();
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/square.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center ;
width: 0.75rem;
height: 0.75rem;
position: absolute;
left: 30px;
top: 7px;
}
ul>li:has(li), ol>li:has(li){
font-size: 20px;
}
ul>li>ul>li, ol>li>ul>li{
font-family:"Poppins", sans-serif;
font-size: 1rem;
padding-left:2rem;
padding-left:0;
}
ul>li>ul>li:before, ol>li>ul>li:before{
display:none;
}
main ol{
counter-reset: my-li-counter;
}
main ol>li{
counter-increment: my-li-counter;
}
main ol>li::before{
content:counter(my-li-counter)".";
display: inline-block;
color:#88A112;
font-family: "Marcellus", serif;
font-size: 25px;
position: absolute;
left: 30px;
}
ol, ul{
margin-bottom: 27px;
}
main .wp-block-image img{
max-width: 100%;
max-height: 500px;
width: auto;
height: auto;
border-radius: 20px;
}
.pagination .nav-links{
font-family: "Marcellus", serif;
font-size: 1.4rem;
text-align:center;
margin-top: 40px;
margin-bottom: 40px;
}
.pagination .nav-links .page-numbers{
color:#2A2D2C;
margin: 0 1rem;
padding: 0.3em 0.5em;
}
.pagination .nav-links a.page-numbers:hover{
color:#88A112;
}
.pagination .page-numbers.current{
border:#F3D003 2px solid;
}  .title{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/pixelben-background.png);
background-size: 100% auto;
background-repeat: repeat-y;
padding: 0.5rem 0;
margin: 1rem auto 1rem auto;
text-align: center;
position:relative;
}
.title h1{
margin: 30px auto;
text-align: center;
}
.full-bleed {
width: 100vw; position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
max-width: 100vw;
margin-bottom: 60px;
}
.full-bleed.cta-bottom{
margin-bottom:0;
}
.white{
background-color: #fff;
}
.prologue{
padding-bottom:40px;
}
main ul>li>ul>li{
font-size: 18px;
}
#go-to-top{
position: fixed;
height: 32px;
width: 50px;
bottom: 40px;
right: 40px;
background: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/go-to-top.png);
cursor: pointer;
z-index: 8;
} .service-grid > *{
gap: 40px!important;
display: grid;
margin-bottom: 40px;
grid-template-columns: 1fr 1fr 1fr;
}
.flipcard {
width: 100%;
height: 300px;
perspective: 150rem;
}
.flipcard-inner {
width: 100%;
height: 100%;
position: relative;
}
.flipcard-side {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
backface-visibility: hidden;
transition: transform 0.8s ease;
border-radius: 12px;
overflow: hidden;
padding: 20px;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px;
} .flipcard-front {
background-color: #fff;
color:#2A2D2C;
transform: rotateY(0);
} .green{
background: #88A112;
}
.yellow{
background: #F3D003;
}
.orange{
background: #f69328;
}
.flipcard-back {
color: #2A2D2C;
transform: rotateY(180deg);
} .flipcard:hover .flipcard-front {
transform: rotateY(-180deg);
}
.flipcard:hover .flipcard-back {
transform: rotateY(0);
} .flipcard-img {
max-width: 120px;
height: auto;
margin-bottom: 15px;
} .flipcard-title {
font-size: 1.4rem;
text-align: center;
text-transform: uppercase;
color:#2A2D2C;
} .flipcard-link{
margin-top: 20px;
color:#2A2D2C;
text-align: left;
background-color: transparent;
border-color:#2A2D2C;
display: block;
}
.flipcard-link:hover{
color:#2A2D2C;
}
.flipcard,
.flipcard-inner,
.flipcard-side {
overflow: visible !important;
} #blog-home .content-box{
background-color: #fff;
padding:60px 40px;
} .portfolio-grid{
display:grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap:40px;
align-items: center;
}
.portfolio-item,
.portfolio-item .hover-text{
max-width: 390px;
width:100%;
height: 100%;
aspect-ratio:1/1;
}
.portfolio-item{
position:relative;
}
.portfolio-title,
.hover-caption{
opacity: 0;
}
.cat-title{
display: inline-block;
position: absolute;
top: 0;
right: 0;
background-color: #88A112;
color: #fff;
border-bottom-right-radius: 10em;
padding: 0.5em 1.5em 0.5em 0.75em;
}
.cat-title a{
color: #fff;
}
.portfolio-item .hover-text{
content: "";
position: absolute;
top: 0;
z-index: 5;
padding: 30% 0.5em;
font-size: 2rem;
text-align: center;
color: #fff;
display:flex;
flex-direction: column;
justify-content:center;
}
.portfolio-item:hover .hover-text{
background-color:#88A112CC;
opacity: 1;
}
.portfolio-item:hover .portfolio-title{
font-size: 1.8rem;
opacity: 1;
}
.portfolio-item:hover .hover-caption{
font-size: 1.22rem;
opacity:1;
} .portfolio-thumbnail img{
z-index:3;
object-fit: cover;
max-width: 390px;
width: 100%;
height:auto;
aspect-ratio: 1/1;
}
p.contact-mail, p.contact-phone{
margin-bottom: 1rem;
margin-top: 1rem;
}
.contact-mail a, .contact-phone a{
position: relative;
margin-left: 3rem;
}
.contact-mail a:before,
.contact-phone a:before{
position: absolute;
content:"";
background-position: center center;
background-repeat: no-repeat;
object-fit: contain;
width:29px;
height:28px;
margin-right:10px;
left: -3rem;
}
.contact-mail a:before{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/paper-plane-regular-green.svg);
}
.contact-phone a:before{
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/phone-solid-green.svg);
} .wpcf7-acceptance{
border: none;
}
input[type="text"],
input[type="email"],
textarea, .wpcf7-select {
width: 100%;
line-height: 1.5;
padding: 0.5em 1em;
font-family: "Poppins", sans-serif;
font-size: 1rem;
background-color: #F4F4F4;
color: #2A2D2C;
border: none;
}
input[type="checkbox"] {
border:#88A112 solid 1px;
width: 30px;
height: 30px;
-webkit-appearance: auto;
display: inline-block;
}
#cmplz-document{
font-size: 1rem;
max-width: 100%;
} @media only screen and (max-width: 1300px){
}
@media only screen and (max-width: 1040px) {
.service-grid > *{
grid-template-columns: 1fr 1fr;
}
.portfolio-grid{
grid-template-columns: 1fr 1fr;
grid-gap:20px;
}
}
@media only screen and (max-width: 768px) {
.bigger-text{
font-size: 20px;
}
section + section{
margin-top: 40px;
}
.white-box, .white{
padding: 40px 20px;
}
.white-box{
border-radius: 40px;
}
.yellow-border{
padding: 20px;
margin-bottom: 30px;
}
.wp-block-button:first-of-type{
margin-top: 0px;
margin-left: 0;
}
.cta-bottom .wp-block-buttons{
flex-direction: column;
align-items:flex-start;
}
.cta-bottom .wp-block-buttons>.wp-block-button{
margin-left: 0px;
}
.cta-bottom .wp-block-button:first-of-type{
margin-left: 0;
}
main ul>li:before{
width: 0.75rem;
height: 0.75rem;
}
.flipcard-img{
max-width: 100px;
}
}
@media only screen and (max-width: 552px) {
h1{
font-size:2.25rem;
}
h2{
font-size: 1.8rem;
}
h3{
font-size:1.4rem;
}
.wp-block-buttons{
flex-direction: column;
}
.wp-block-buttons>.wp-block-button{
margin-left: 0;
}
.title h1{
margin: 20px auto;
}
.service-grid >*{
grid-template-columns: 1fr;
}
.portfolio-grid{
grid-template-columns:  1fr;
grid-gap:20px;
}
main ul>li,
main ol>li{
padding-left: 1.5rem;
}
main ul>li:before,
main ol>li:before{
left:0;
}
main ol>li:before{
top: -3px;
}
.pagination .nav-links{
font-size: 1.2rem;
}
p.contact-mail a,
p.contact-phone a{
margin-left:1.4rem;
}
.contact-mail a:before,
.contact-phone a:before{
left:-1.4rem;
width: 1.2rem;
height: 1.2rem;
}
}.row{
display: flex;
justify-content: space-between;
align-items: center;
} #header{
background-color: #fff;
display: flex;
justify-content: space-between;
padding: 0.8em 0;
align-items:center;
}
#main-menu ul, .portfolio-menu ul{
display: flex;
justify-content: space-between;
margin-bottom: 0;
align-items: center;
}
#main-menu li, .portfolio-menu li{
margin:0 1em;
display: inline-block;
}
#main-menu li:last-of-type, .portfolio-menu li:last-of-type {
margin-right:0;  
}
#main-menu li>a {
color: #2A2D2C;
text-transform: uppercase;
font-size: 18px;    
} .menu-item-has-children{
position: relative;
}
.submenu-open {
background-size: 100% 150% !important;
}
#main-menu .sub-menu {
opacity: 0;
background-color: #fff;
position: absolute;
display: block;
overflow:visible;
z-index: 10;
top: 30px;
text-align: left;
transition: opacity 0.7s ease, max-height 0.7s ease, visibility 0.7s ease;
}
#main-menu .sub-menu li {
display: block;
width: 180%;
padding: 1rem 0.5rem;
background-color: #fff;
border-bottom: solid 2px #88A112;
margin: 0;
}
#main-menu .sub-menu li:last-of-type{
border-bottom: none;
}
#main-menu .sub-menu li a {
text-transform:unset;
} #top-menu{
color: #2A2D2C;
background-color:#ACB75F;
color: #fff;
padding: 0.8em 0;
}
#top-menu a{
color:#fff;
}
#logo{
max-width: 250px;
}
.mail-icon, .phone-icon{
height: 1.5rem;
width: auto;
margin-right: 10px;  
}
#top-menu-in-opened-hamburger{
display: none;
}
#top-menu-in-opened-hamburger .row{
justify-content:initial;
}
#top-menu-in-opened-hamburger>div{
margin-bottom: 20px;
}
#top-menu-in-opened-hamburger>div:last-of-type{
margin-bottom: 0px;
} .portfolio-menu{
margin-bottom: 60px;
}
.portfolio-menu ul>li:before{
display: none;
}
.portfolio-menu ul{
justify-content: center;
}
.portfolio-menu li{
border-bottom: solid 4px #F3D003;
padding: 10px 4%;
margin: 0;
}
.portfolio-menu li>a{
color: #2A2D2C;
text-transform: uppercase;
font-family:"Poppins", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.25rem;
}
.portfolio-menu .current-menu-item{
border-top-left-radius: 10%;
border-top-right-radius: 10%;
border-bottom: none;
border-top: solid 4px #F3D003;
border-left: solid 4px #F3D003;
border-right: solid 4px #F3D003;
}
#portfolio-menu-bottom{
margin-top: 2rem;
} footer, #copyright{
color: #fff;
padding: 1rem 0;
}
footer{
background-color: #ACB75F;
}
#copyright{
text-align: center;
background-color: #88A112;
}
footer .row>*{
width: 25%;
}
footer h2, footer h3, footer nav ul>li{
font-family:"Poppins", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
text-transform: uppercase;
}
footer h2{
margin-bottom: 1rem;
margin-top: 0;
}
footer h3{
text-transform:none;
}
footer a{
text-decoration: none;
color:#fff;
}
footer a:hover{
color:#2A2D2C;
}
footer .row{
align-items: flex-start;
}
#copyright-text{
margin: 0;
}
#footer-services div,
#foot-menu li{
margin-bottom: 0.5rem;
}
main#portfolio-taxonomy + footer{
margin-top: 40px;
} @media only screen and (min-width: 1025px) {
#main-menu li.menu-item-has-children> .sub-menu{
max-height: 0px;
opacity: 0;
visibility: hidden; }
#main-menu li.menu-item-has-children:hover > .sub-menu {
max-height: 500px;
opacity: 1;
top: 30px;
display: block;
visibility: visible; padding-top: 10px;
transition: opacity 0.7s ease, max-height 0.7s ease, visibility 0.7s ease;
}
}
@media only screen and (max-width: 1060px) {
#header>.row{
flex-direction: column;
}
#main-menu{
margin-top: 2rem;
}
.portfolio-menu li{
padding:0.5em 2%;
}
}
@media only screen and (min-width: 769px){
#main-menu-content{
display: block!important ;
}
}
@media only screen and (max-width: 768px){ #top-menu{
display: none;
}
#header>.row{
flex-direction: row;
}
#logo{
max-width: 200px;
}   
#main-menu{
margin-top: 0;
}
#main-menu-content{
display: none;
background-color: #ACB75F;
position: absolute;
top: 0;
left:0;
width: 60%;
z-index: 8;
padding: 20px;
}
#main-menu ul{
flex-direction: column;
align-items: stretch;
}
#main-menu li{
margin: 0 0 20px 0 ;
display: block;  
}
#main-menu li>a {
color: #fff;
font-size: 1rem;
}
#header{
position: relative;
}
#main-menu .menu-item-has-children > .sub-menu{
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.7s ease, opacity 0.7s ease;
}
#main-menu .sub-menu.submenu-open {
max-height: 500px;
opacity: 1;
position: relative;
top: 20px;
}
#main-menu .sub-menu li {
display: block;
width: 100%;
padding: 1rem 0.5rem 1rem 1.5rem;
background-color: #ACB75F;
border-bottom: solid 2px #fff;
}
.open-sub {
display: inline-block;
cursor: pointer;
}
.open-sub:before,
.close-sub:before{
content: "";
position: absolute;
width:30px;
height:30px;
top: 0px;
right: 60px;
display: inline-block;
}
.open-sub:before{
background: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/caret-down-solid.svg);  
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
.close-sub:before{
transform:rotate(180deg);
}
.hamburger {
display: inline-block;
cursor: pointer;
text-align: right;
}
.hamburger:after {
content: "";
height: 30px;
width: 30px;
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/bars-solid.svg);
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
transition: all 0.7s ease-in-out;
z-index: 9;
}
.hamburger-open:after {
content: "";
height: 30px;
width: 30px;
transition: all 0.7s ease-in-out;
background-image: url(//pixelbenotthon.hu/wp-content/themes/pixelben_otthon/img/x-solid.svg);
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
position: absolute;
top: 20px;
right: 45%; 
z-index: 9;
}
.portfolio-menu li>a{
font-size: 1rem;
}
.portfolio-menu ul{
flex-wrap:wrap;
align-items:center;
}
.portfolio-menu li>a{
font-size: 1rem;
}
#top-menu-in-opened-hamburger{
display: block;
}
#top-menu-in-opened-hamburger a{
color: #fff;
}
footer .row{
flex-direction: column;
}
footer .row>*{
width: 100%!important;
margin-bottom: 1rem;
}
footer ol,
footer ul{
margin-bottom: 0;
}
footer h2{
margin-top: 1rem;
}
#foot-menu{
margin-top: 1rem;
}
}
@media only screen and (max-width: 552px) {
#main-menu-content{
width: 100%;
}
.hamburger-open:after {
right: 5%;
}
.portfolio-menu .current-menu-item{
border: none;
}
.portfolio-menu li{
padding: 0.25em 4%;
border: none;
}
.portfolio-menu .current-menu-item{
border: #F3D003 4px solid;
border-radius: 15%;
}
#main-menu-content{
width: 100%;
}
.hamburger-open:after {
right: 5%;
}
footer h2{
font-size: 1.4rem;
}
}main #hero{
padding: 40px 0;
}
#hero-content{
flex-direction: column;
align-items: flex-start;
position: relative;
}
#hero-text-box{
width: 70%;
} 
#hero-title{
font-size: 40px;
line-height: 1.4;
margin-bottom: 1.5rem;
margin-top: 0;
}
#hero-text-box p{
width: 80%;
}
#hero .wp-block-buttons{
display: flex;
flex-direction: column;
align-items: flex-start;
}
#hero-text-box .wp-block-buttons>.wp-block-button{
margin-left: 0;
}
#hero-profil-img{
max-width: 560px;
width: 100%;
height: auto;
right: 0px;
position: absolute;
bottom: -4%;
z-index: 5;
border-radius:60px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#hero-profil-img>img{
border-radius: 60px;
}
#hero-decor-img{
width: 400px;
position: absolute;
z-index: -1;
height: auto;
right: 10%;
top: 5%;
}
@media only screen and (max-width: 1300px){
#hero-profil-img{
width: 46%;
bottom: 5%;
z-index: 5; 
}
#hero-decor-img{
width:400px;
position: absolute;
z-index: -1;
height: auto;
right: 10%;
bottom: 35%;
}
}
@media only screen and (max-width: 1040px) {
#hero-text-box{
width: 100%;
}
#hero-profil-img{
width: 100%;
bottom: -15%;
position: static;
margin: 0 auto;
}
#hero-decor-img{
display: none;
}
#hero-text-box p{
width: 100%;
}
}
@media only screen and (max-width: 767px){
#hero-title{
font-size: 35px;
}
}
@media only screen and (max-width: 552px){
#hero .wp-block-buttons{
flex-direction:column;
}
}.n2-in-fullscreen *{animation-name:initial}.n2-in-fullscreen [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]){opacity:1}ss3-fullpage{display:block}ss3-fullpage[data-based-on=real]{opacity:0}ss3-force-full-width{position:relative;display:block;opacity:0;width:100vw;transform:translateX(-100vw)}.n2-section-smartslider{position:relative;width:100%;outline:0;--widget-offset: 0px}.n2-section-smartslider--hidden{display:none}.n2-ss-align{position:relative;z-index:0;overflow:hidden}.n2-ss-align.n2-ss-align-visible{overflow:visible}.n2-ss-slider{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1;user-select:none;--ss-fs: flex-start;--ss-fe: flex-end;--ss-r: row;--ss-rr: row-reverse}.n2-ss-slider [data-force-pointer],.n2-ss-slider [data-force-pointer] *{cursor:pointer!important}.n2-ss-slider [data-force-pointer=zoom-in],.n2-ss-slider [data-force-pointer=zoom-in] *{cursor:zoom-in!important}.n2-ss-slider .n2-ss-text{user-select:text;cursor:initial}.n2-ss-slider-has-no-slide{height:0!important;opacity:0!important;overflow:hidden!important}.n2-ss-slider,.n2-ss-slider .n2_ss__touch_element{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.n2-ss-slider>*,.n2-ss-slider .n2_ss__touch_element>*{-webkit-tap-highlight-color:initial}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow-all *{font-size:inherit;line-height:inherit;letter-spacing:inherit}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all *,.n2-ss-slider .n2-ow-all :before,.n2-ss-slider .n2-ow-all :after{box-sizing:content-box}.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all :not(i):before,.n2-ss-slider .n2-ow-all :not(i):after{display:none}.n2-ss-slider a.n2-ow,.n2-ss-slider .n2-ow-all a{border:0;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider a.n2-ow,.n2-ss-slider a.n2-ow:focus,.n2-ss-slider .n2-ow-all a,.n2-ss-slider .n2-ow-all a:focus{outline:0!important;transition:none 0s;box-shadow:none;text-decoration:none}.n2-ss-slider path{transition:none 0s}.n2-ss-slider .n2-ow-all b,.n2-ss-slider .n2-ow-all i{color:inherit}.n2-ss-slider h1.n2-ow,.n2-ss-slider h2.n2-ow,.n2-ss-slider h3.n2-ow,.n2-ss-slider h4.n2-ow,.n2-ss-slider h5.n2-ow,.n2-ss-slider h6.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider blockquote.n2-ow,.n2-ss-slider .n2-ow-all h1,.n2-ss-slider .n2-ow-all h2,.n2-ss-slider .n2-ow-all h3,.n2-ss-slider .n2-ow-all h4,.n2-ss-slider .n2-ow-all h5,.n2-ss-slider .n2-ow-all h6,.n2-ss-slider .n2-ow-all p,.n2-ss-slider .n2-ow-all blockquote{margin:0;padding-left:0;padding-right:0;height:auto;width:auto;border:0;box-shadow:none;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider iframe{border:0;min-height:0}.n2-ss-slider iframe.n2-ow,.n2-ss-slider .n2-ow-all iframe{margin:0}.n2-ss-slider img.n2-ow,.n2-ss-slider .n2-ow-all img,.n2-ss-slider svg.n2-ow,.n2-ss-slider .n2-ow-all svg{max-width:none;max-height:none;height:auto;box-shadow:none;border-radius:0;background:0 0;background:0 0;padding:0;margin:0;border:0;vertical-align:top}.n2-ss-slider picture.n2-ow,.n2-ss-slider .n2-ow-all picture{display:inline-block}.n2-ss-slider source{display:none}.n2-ss-slider ul.n2-ow,.n2-ss-slider li.n2-ow,.n2-ss-slider img.n2-ow,.n2-ss-slider a.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider ol.n2-ow,.n2-ss-slider textarea.n2-ow,.n2-ss-slider input.n2-ow,.n2-ss-slider button.n2-ow{transition:none 0s}.n2-ss-slider p{background-color:transparent}.n2-ss-slider ol{margin:0}.n2-ss-slider{z-index:3;position:relative;text-align:left;width:100%;min-height:1px}[dir=rtl] .n2-ss-slider{text-align:right}.n2-ss-slider :focus{outline:0}.n2-ss-slider[data-responsive=fullpage]{min-height:calc(var(--target-height, 100vh) - var(--subtract, 0px) - var(--subtract-vertical-offset, 0px) - var(--subtract-vertical-widget, 0px))}.n2-ss-slider.n2-ss-slider--fullscreen[data-responsive=fullpage]{min-height:100vh}.n2-ss-slider.n2-ss-slider--fullscreen .n2-ss-preserve-size--slider{display:none!important}[dir=rtl] .n2-ss-slider .n2-ss-slide-background{text-align:left}.n2-ss-slider.n2notransition *{transition:none 0s!important}.n2-ss-slider .n2-ss-preserve-size{width:100%;visibility:hidden}.n2-ss-slider .n2-ss-preserve-size[data-related-device]{display:none}.n2-ss-slider .n2-ss-preserve-size[data-related-device=desktopPortrait]{display:block}.n2-ss-slider .n2-ss-slider-background-video{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-cover{object-fit:cover}.n2-ss-slider .n2-contain{object-fit:contain}.n2-ss-slider .n2-ss-slide{position:relative;overflow:hidden;text-align:center;--ssselfalign: center}.n2-ss-full-page--constrain-ratio .n2-ss-slide{overflow:visible}.n2-ss-slider .n2-ss-slide--focus{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;filter:opacity(0);z-index:-99999}.n2-ss-slider .n2-ss-slide-thumbnail{display:none!important}.n2-ss-full-page--constrain-ratio .n2-ss-layers-container{clip-path:var(--ss-clip-path, inset(0px))}.n2-ss-slider .n2-ss-slide-background,.n2-ss-slider .n2-ss-slide-background *{position:absolute;top:0;left:0;width:100%;height:100%;text-align:left}.n2-ss-feature-post-bg-loader .n2-ss-slide-background{opacity:0}.n2-ss-slider .n2-ss-slide-background{z-index:10}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color{z-index:1}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"]{z-index:7}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-video{z-index:3}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image{z-index:5}.n2-ss-slider .n2-ss-slide-background-image{width:100%;height:100%;box-sizing:content-box;--ss-o-pos-x: 50%;--ss-o-pos-y: 50%}.n2-ss-slider .n2-ss-slide-background-image img{object-position:var(--ss-o-pos-x) var(--ss-o-pos-y)}.n2-ss-slider .n2-ss-slide-background-image img{width:100%!important;height:100%!important;object-fit:cover;color:RGBA(0,0,0,0)}.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider [data-mode=center] .n2-ss-slide-background-image img{object-fit:none}.n2-ss-slider [data-mode=stretch] .n2-ss-slide-background-image img{object-fit:fill}.n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image+.n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider .n2-ss-slide-background-video{object-fit:cover}.n2-ss-slider .n2-ss-slide-background-video[data-mode=fit]{object-fit:contain}.n2-ss-slider .n2-ss-layers-container{visibility:hidden;position:relative;width:100%;height:100%;display:flex;flex-direction:column;z-index:20;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-layers-container{opacity:1}.n2-ss-slider [onclick].n2-ss-layers-container{visibility:visible}.n2-ss-slider .n2-ss-layers-container>*{visibility:visible}.n2-ss-slider .n2-ss-layer{z-index:2;--margin-top: 0px;--margin-right: 0px;--margin-bottom: 0px;--margin-left: 0px;width:calc(100% - var(--margin-right) - var(--margin-left));--ssfont-scale: 1;font-size:calc(100%*var(--ssfont-scale))}.n2-ss-slider .n2-ss-layer[data-pm=normal]{margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left)}.n2-ss-slider .n2-ss-layer[data-pm=absolute]{position:absolute;left:0;top:0}.n2-ss-slider .n2-ss-layer[data-pm=absolute] picture{width:100%}.n2-ss-slider .n2-ss-layer[data-pm=default],.n2-ss-slider .n2-ss-layer[data-pm=normal]{position:relative;min-height:1px}.n2-ss-slider .n2-ss-layer-wrapper{width:100%;height:100%}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer-row .n2-ss-layer-wrapper{height:auto;flex-grow:1}.n2-ss-slider .n2-ss-layer.n2-ss-layer--need-height .n2-ss-layer-wrapper{height:100%}.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-wrapper{flex:1 1 auto;min-height:100%;height:auto!important;display:flex;flex-direction:column}.n2-ss-no-bga-fixed *,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-2{background-attachment:scroll!important}.n2-ss-slider .n2-ss-widget{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000px;z-index:1;font-size:16px;transition:opacity .4s ease;opacity:1;box-sizing:initial}.n2-ss-slider .n2-ss-widget[data-position=above],.n2-ss-slider .n2-ss-widget[data-position=below]{margin-left:auto;margin-right:auto}.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden{opacity:0!important;pointer-events:none}.n2-ss-slider .n2-ss-slider-controls-above,.n2-ss-slider .n2-ss-slider-controls-below{display:flex;flex-flow:column;align-items:center}.n2-ss-slider .n2-ss-slider-controls-side{position:relative;display:flex}.n2-ss-slider .n2-ss-slider-controls-side>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left,.n2-ss-slider .n2-ss-slider-controls-right{flex:0 0 auto;display:flex}.n2-ss-slider .n2-ss-slider-controls-left>*,.n2-ss-slider .n2-ss-slider-controls-right>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left,.n2-ss-slider .n2-ss-slider-controls-absolute-right{position:absolute;right:100%;top:0;height:100%;display:flex;flex-flow:var(--ss-rr);align-items:center;visibility:hidden}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-left{justify-content:flex-start}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-right{justify-content:flex-end}.n2-ss-slider .n2-ss-slider-controls-absolute-left>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{visibility:visible}.n2-ss-slider .n2-ss-slider-controls-absolute-right{left:100%;right:auto;flex-flow:row}.n2-ss-slider .n2-ss-slider-wrapper-outside,.n2-ss-slider .n2-ss-slider-wrapper-inside{position:relative;display:grid;grid-template-columns:100%}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{z-index:10;position:absolute;width:100%;height:100%;visibility:hidden;display:flex}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls>*{visibility:visible}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced{display:block;opacity:0;transition:opacity .4s}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced--ready{opacity:1}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced>*{position:absolute!important}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top{align-items:flex-start;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top>*{margin:var(--widget-offset) 0 0 var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top{align-items:center;flex-flow:column}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top>*,.n2-ss-slider .n2-ss-slider-controls-below>*{margin-top:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top{flex-flow:var(--ss-rr);align-items:flex-start}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top>*{margin:var(--widget-offset) var(--widget-offset) 0 0}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center{align-items:center;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center{align-items:center;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom{align-items:flex-end;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom>*{margin:0 0 var(--widget-offset) var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom{align-items:center;flex-flow:column-reverse}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom>*,.n2-ss-slider .n2-ss-slider-controls-above>*{margin-bottom:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom{align-items:flex-end;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom>*{margin:0 var(--widget-offset) var(--widget-offset) 0}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-bottom,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-bottom{z-index:11}.n2-ss-slider .n2-ss-static-slide{justify-self:stretch;align-self:stretch;display:flex;flex-direction:column;position:relative;z-index:25;-webkit-backface-visibility:hidden;text-align:center;--ssselfalign: center;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-static-slide{opacity:1}.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide]>.n2-ss-layer,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="1"]>div.n2-ss-section-main-content,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content] .n2-ss-section-main-content>*{visibility:visible}.n2-ss-slider .n2-ss-static-slide,.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"] div.n2-ss-section-main-content{visibility:hidden}.n2-ss-slider .n2-ss-shape-divider{position:absolute;left:0;width:100%;height:100px;pointer-events:none;z-index:13}.n2-ss-slider .n2-ss-shape-divider-inner{height:100%;transform-origin:center top}.n2-ss-slider .n2-ss-shape-divider-bottom .n2-ss-shape-divider-inner{position:absolute;bottom:0;left:0;width:100%;transform-origin:center bottom}.n2-ss-slider .n2-ss-shape-divider svg{display:block;height:100%;width:100%}.n2-ss-slider .n2-ss-shape-divider-top{top:0}.n2-ss-slider .n2-ss-shape-divider-bottom{bottom:0}.n2-ss-slider .n2-ss-slide .nextend-slide-bg{position:absolute;top:0;left:0;width:100%;max-width:none!important;height:auto;background:rgba(0,0,0,.002)}.n2-ss-slider video.n2-ow{max-width:none}.n2-ss-slider .n2-ss-item-video-container{overflow:hidden;width:100%;height:100%}.n2-ss-slider .n2-ss-item-video-container video{width:100%;height:100%}.n2-ss-slider .n2-ss-item-iframe-wrapper{-webkit-overflow-scrolling:touch;overflow-y:auto;height:100%}.n2-ss-slider .n2i{vertical-align:top}.n2-ss-slider iframe.n2-ow{max-width:none;display:block}.n2-ss-slider .n2-ss-item-iframe{height:100%}.n2-ss-slider .n2-grabbing{cursor:grabbing!important}.n2-ss-slider .n2-grabbing .n2-ss-slide{pointer-events:none}.n2-ss-slider .n2-ss-item-input-form{display:flex;flex-flow:row}.n2-ss-slider .n2-ss-item-input-form .n2-input{flex:1 1 auto}.n2-ss-slider .n2-ss-item-input-form .n2-form-button{margin:0}.n2-ss-slider form.n2-ow{margin:0;border:0;padding:0}.n2-ss-slider .n2-input{height:auto;width:auto;box-sizing:border-box;margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:1;font-size:13px;font-family:Arial,serif;box-shadow:none}.n2-ss-slider input.n2-ow:focus{outline:0}.n2-ss-slider input.n2-ow[placeholder]{overflow:hidden;text-overflow:clip}.n2-ss-slider ::-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow:-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow::-webkit-input-placeholder,.n2-ss-slider input.n2-ow::placeholder{color:inherit}.n2-ss-slider table.n2-ow{table-layout:auto;margin:0}.n2-ss-slider .n2-ow .n2-ss-thumbnail-type{width:48px;height:48px;margin-left:-24px;margin-top:-24px;position:absolute;left:50%;top:50%}.n2-ss-slider .n2-ss-section-main-content .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer{display:flex;flex:1 1 auto}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer>.n2-ss-layer-wrapper{display:flex}.n2-ss-slider .n2-ss-layer-row{box-sizing:border-box;display:flex}.n2-ss-slider .n2-ss-layer-row-inner{position:relative;box-sizing:border-box;display:flex;visibility:hidden;width:100%}.n2-ss-slider .n2-ss-layer-row-inner>*{visibility:visible}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer .n2-ss-layer-row{height:auto;width:100%}.n2-ss-slider .n2-ss-layer-row>.n2-ss-layer{box-sizing:border-box;width:1px;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-row .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=slide]{flex:0 0 auto;position:relative;box-sizing:border-box;width:100%;height:100%;min-height:100%;z-index:2;display:flex;justify-content:center;flex-flow:column}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer--auto:not([data-pm=absolute]){width:auto!important}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]{max-width:calc(100% - var(--margin-right) - var(--margin-left))}.n2-ss-slider .n2-ss-layer[data-sstype=content]{flex:0 0 auto;width:100%;min-height:100%;position:relative;z-index:2;display:flex}.n2-ss-slider .n2-ss-layer-content{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;position:relative;min-height:10px}.n2-ss-slider .n2-ss-section-main-content{flex:1 1 auto;display:flex;justify-content:center;flex-direction:column;min-height:100%;max-width:100%}.n2-ss-slider .n2-ss-layer-with-background{--n2bgimage: none;--n2bggradient: none;background-image:var(--n2bggradient),var(--n2bgimage);background-size:cover,cover;background-repeat:no-repeat,no-repeat;transition:all .3s;transition-property:border-color,background-color,border-radius,box-shadow}.n2-ss-slider .n2-ss-layer[data-sstype=col]{display:flex;flex-flow:column;order:10;flex:0 1 auto}.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col],.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-wrapper>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col]{flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col{box-sizing:border-box;position:relative;width:100%;height:auto;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col>.n2-ss-layer{flex:0 0 auto}.n2-ss-slider .n2-ss-layer:not([data-sstype=col]){align-self:var(--ssselfalign)}.n2-ss-slider .n2-ss-item-image-content{overflow:hidden;line-height:0}.n2-ss-slider .n2-ss-img-wrapper,.n2-ss-slider .n2-ss-img-wrapper img{line-height:0}.n2-ss-slider .n2-ss-item-image-content img{display:inline-block;max-width:100%}.n2-ss-slider .n2-ss-item-image-content a{display:inline-block}.n2-ss-slider .n2-ss-item-image-content picture{width:100%}.n2-ss-slider img.n2-ss-item-image-area{display:block;width:100%!important;height:100%!important}.n2-ss-slider .n2_ss_video_player{position:relative}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__placeholder{padding-top:56.25%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="16:10"] .n2_ss_video_player__placeholder{padding-top:62.5%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="4:3"] .n2_ss_video_player__placeholder{padding-top:75%}.n2-ss-slider .n2_ss_video_player iframe,.n2-ss-slider .n2_ss_video_player video,.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{z-index:2;transform:translate3d(0,0,0)}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]{min-height:50px;height:100%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] .n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder{padding-top:0}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] video{position:static;height:auto}.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2-ss-item>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video{position:static;height:100%}.n2-ss-slider img.n2_ss_video_cover{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;object-fit:cover}.n2-ss-slider img.n2_ss_video_play_btn{position:absolute;left:50%;top:50%;z-index:2;width:48px;height:48px;transform:translate(-50%,-50%)}.n2-ss-slider .n2-ss-animated-heading-wrapper,.n2-ss-slider .n2-ss-animated-heading-wrapper *,.n2-ss-slider .n2-ss-highlighted-heading-wrapper,.n2-ss-slider .n2-ss-highlighted-heading-wrapper *{text-decoration:none!important}.n2_clear{clear:both}[data-force-hidden],[data-force-hidden] *{visibility:hidden!important}.n2-ss-slider .n2-ss-reveal-clip{pointer-events:none;visibility:hidden;position:absolute;left:0;top:0;z-index:1000000;width:100%;height:100%;overflow:hidden}.n2-ss-slider .n2-ss-reveal-clip>*{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-widget-html{z-index:10}.n2-ss-slider .n-particles-js-canvas-el{position:absolute;left:0;top:0;width:100%;height:100%;z-index:12}ss-text,ss-word,ss-char{position:relative;display:inline-block}ss-p{display:block}ss3-loader{display:none;place-content:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:100000}ss3-loader:after{content:'';display:block;border:9px solid RGBA(0,0,0,.6);border-top:9px solid #fff;border-radius:50%;box-shadow:inset 0 0 0 1px RGBA(0,0,0,.6),0 0 0 1px RGBA(0,0,0,.6);width:40px;height:40px;animation:n2-ss-loader-spin 2s linear infinite}@keyframes n2-ss-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.n2-ss-slider .n2-input,.n2-ss-slider .n2-ss-item-counter-counting-div{-webkit-transform:translate3d(0,0,0)}