:root{--black:#121212;--primary-color:#0ba34b;--secondary-color:#151F6D;--hover-color:#018137;--heading-font:"Barlow Condensed",sans-serif;--transition:all .5s ease-in-out;--light-background:#F7F8FC;--border-color:#dee1ed}
body,html{background:#fff;margin:0;padding:0;width:100%;height:100%;font-family:"DM Sans",sans-serif;font-optical-sizing:auto;font-size:16px;font-style:normal}
*{box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
a,.animated{transition:var(--transition);color:var(--primary-color)}
h1,h2,h3,h4{font-family:"Barlow Condensed",sans-serif;font-weight:600;text-transform:uppercase}
h3{font-size:24px}
.s-12{width:12px;height:12px}
.s-14{width:14px;height:14px}
.s-18{width:18px;height:18px}
.s-24{width:24px;height:24px}
.greenIcon{fill:var(--primary-color)}
header{color:#fff;padding:10px;text-align:center}
img{width:100%;height:auto}
.mainVideo{width:100%;height:100vh;overflow:hidden;position:relative}
.mainVideo img{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover}
.mainVideo:after{content:"";z-index:2;background:#000;opacity:.25;width:100%;height:100%;position:absolute;left:0;top:0;display:block}
#slogan{opacity:0;display:inline-block;animation:spinZoom 1s ease-out .2s forwards}
.logo{width: 180px;
    height: 48px;transition:var(--transition)}
	.whiteIcon{fill:#fff}
@keyframes spinZoom {
0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(0deg)}
1%{opacity:1}
75%{opacity:1}
100%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(360deg)}
}
.slogan{width:300px;height:300px;z-index:9}
.slogan img{width:100%;height:100%;object-fit:contain;min-width:100%;min-height:100%}
.absoluteCenter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.container{width:90%;max-width:1280px;margin:0 auto}
section{padding-top:100px;padding-bottom:100px}
section img{border-radius:20px}
.hamburger{position:absolute;z-index:999;top:30px;display:none}
.hamburger span{clear:both;float:none;display:block;background-color:#fff;height:2px;width:28px;margin-right:auto;margin-left:auto;margin-bottom:5px;transition:var(--transition)}
.hamburger span:last-child{margin-bottom:0}
.hamburger.close span:nth-child(2){background-color:transparent!important;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}
.hamburger.close span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.hamburger.close span:nth-child(3){margin-top:-16px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.hideOverflow{overflow:hidden}
header{padding:15px 0;position:fixed;width:100%;top:0;z-index:999;transition:all .3s ease-in-out;border:1px solid transparent}
.hideHeader{transform:translateY(-100%)}
.whiteHeader{background:#fff}
.zoomIn{will-change:transform;animation:smoothPanZoom 15s ease-in-out infinite alternate}
@keyframes smoothPanZoom {
0%{transform:scale(1) translate(0,0)}
100%{transform:scale(1.15) translate(0,0)}
}
@keyframes slideBottom {
0%{opacity:0;transform:translate(-50%,-40%)}
100%{opacity:1;transform:translate(-50%,-50%)}
}
.relative{position:relative}
.introBlock{animation:slideBottom .75s ease-out 1s forwards;text-align:center;color:#fff;z-index:10;opacity:0}
.introBlock h1{white-space:nowrap;text-shadow:1px 1px 8px #00000030;font-size:140px;margin-bottom:0;line-height:1}
.introBlock p{font-size:36px;margin-top:20px;text-transform:uppercase}
.flex{display:flex}
.acenter{align-items:center}
.aend{align-items:end}
.fspace{justify-content:space-between}
.fcenter{justify-content:center}
.fwrap{flex-wrap:wrap}
.fgap-m{gap:20px}
.fgap-l{gap:40px}
.pa-l{padding:40px}
.mt-m{margin-top:20px}
.fgap-l .half{width:calc((100% - 40px)/2)}
.fgap-l .three{width:calc((100% - 80px)/3)}
nav ul{list-style:none;padding:0;margin:0}
.callto{text-transform:uppercase;font-weight:600;text-decoration:none;color:#fff;font-family:var(--heading-font);font-size:18px;display:inline-block;padding:0 36px;background:var(--primary-color);line-height:48px;border-radius: 24px;border: none;}
nav ul a{text-transform:uppercase;font-weight:600;text-decoration:none;color:#fff;font-family:var(--heading-font);font-size:18px;line-height:36px;position:relative;display:block;overflow:hidden}
nav ul a.callto{display:block}
nav ul a:not(.callto):before{content:"";display:block;width:100%;height:2px;background:#fff;position:absolute;bottom:0;left:-100%;transition:var(--transition)}
nav ul li{padding:0 10px}

.m-container{margin:0 auto;width:100%;max-width:1440px}
.l-container{margin:0 auto;padding-left:40px;padding-right:40px}
.s-container{margin:0 auto;padding-left:20%;padding-right:20%}
h2{font-size:42px;color:var(--primary-color);margin-top:0}
img.absoluteCenter{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover}
.h100{height:100%}
.introText{padding:90px 30px}
.introImage{padding:0 30px}
p{margin-top: 10px;line-height:1.5}
.sloganText{z-index:3;position:absolute;bottom:0;right:-30px;padding:15px 30px;background:var(--secondary-color);color:#fff;font-family:var(--heading-font);text-transform:uppercase;font-weight:600;font-size:36px;border-radius:20px}
.lightBackground{background:var(--light-background)}
.clickable {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.videoLink{background: transparent;
    color: var(--primary-color);
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;display:inline-flex;align-items:center;gap:15px;transition:var(--transition)}
	.videoLink .icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:50%;transition:var(--transition)}
.whiteHeader{border-color:var(--light-background)}
.whiteHeader .logo{fill:var(--secondary-color)}
.whiteHeader nav a:not(.callto){color:var(--secondary-color)}
.whiteHeader nav ul a:before{background:var(--secondary-color)}
.currentPage:before{left:0 !important}
.stat-item{width:25%;padding:15px;text-align:center}
.counter{    font-size: 160px;
    font-family: var(--heading-font);
    font-weight: 600;
    display: block;
    text-align: center;
    color: var(--border-color);
    line-height: 110px;}
	.counterTime {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}.counterTime span{border-radius:6px;background:var(--primary-color);padding:20px 10px;text-align:center;display:block;font-size:36px;width:100px;line-height:1;font-weight:600}
.counterTime em{text-align:center;display:block;font-size:14px;font-weight: 500; font-style: normal;}
	.beforeNumber,.stat-item p{text-transform:uppercase;font-weight:600;}
		.stat-item p{    color: var(--primary-color);}
	.centered{text-align:center}
.popup{    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    align-items: center;
    justify-content: center;
z-index: 10000;}
.closeIcon{width:40px;height:40px;background:#fff;display:block;position:absolute;top:-20px;right:-20px;    z-index: 9;}
.closeIcon:before,.closeIcon:after{    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 1px;
    width: 18px;
    background: var(--black);
    transition: var(--transition);}.closeIcon:after{ transform: translate(-50%, -50%) rotate(-45deg);}
.modalContent{background:var(--black);position:relative}
.show{display:flex}
video{aspect-ratio:16/9;height:auto;max-height:80vh;width:auto;max-width:90vw}
.signIn{background:url(/images/h1-3.webp) center center no-repeat;background-attachment:fixed;background-size:cover;position:relative}
.whiteText p, .whiteText h2{color:#fff}
.signIn:before { content: "";
    z-index: 2;
    background: #000;
    opacity: .25;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.signIn .s-container{position:relative;z-index:3}
.formEvent{    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #ffffff;
    padding: 20px 40px 40px;
max-width: 560px;}
.mb-0 {
    margin-bottom: 0;
}.formEvent h3 {
    color: var(--primary-color);
    font-size: 24px;
}.formEvent label {
    font-size: 14px;
    font-weight: 600;
}
input, textarea, button, select {
    min-height: 48px;
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    display: block;
    padding: 10px 20px 10px 20px;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--border-color);
    outline: none;    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    max-width: 480px;
    margin-bottom: 20px;
    width: 100%;
}
.wpcf7-acceptance label span {
    transform: translateY(2px);
}input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}.wpcf7-acceptance label {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    justify-content: center;
    margin-bottom: 20px;justify-content: flex-start;
    margin-bottom: 10px;
}
#my-gallery {margin-top:20px;
  display: grid;
  justify-content: center;
    grid-template-columns: repeat(auto-fit, 200px);
  gap: 10px;
}

#my-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
}
.avantaje{list-style:none;margin:30px 0;padding:0}
.avantaje li{width:100%;display:flex;gap:10px;align-items:flex-start;line-height:1.5;text-align:left;flex-wrap:wrap}
.avantaje li span{flex:1}
@media (min-width:1080px) {
	.avantaje li{width:calc((80% - 40px)/2)}
.callto:hover{background:var(--hover-color)}
.videoLink:hover{color:var(--hover-color)}
.videoLink:hover svg{fill:var(--hover-color)}
nav ul a:hover:before{left:0}
}
@media (max-width:1079px) {
	.introBlock h1 {
    font-size: 110px;}.stat-item{width:50%}
}
@media (max-width:800px) {
	nav{display:none}
	.introBlock h1 {
    font-size: 90px;}.introBlock p {
    font-size: 24px;}
	.half,.three{width:100% !important}img.absoluteCenter{position:relative}.introImage {
    padding: 0
} .introText {
    padding: 0;
}#despre .introImage{order:2}
	.flex{flex-wrap:wrap}.m-container,.s-container {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
}@media (max-width:480px) {
	.s-container {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
	.stat-item{width:100%}
	.introBlock h1 {
            font-size: 80px;
        white-space: normal;}