html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:"houschka-pro",sans-serif;color:#000002;display:flex;flex-direction:column;min-height:100vh}.mainWrapper{flex:1;display:flex;align-items:flex-start;align-items:stretch;padding-top:var(--header-height)}main{width:100%}h1,h2,h3,h4,h5,h6,p,li,a{margin:0}h1{font-size:clamp(30px,6vw,48px);font-weight:700;font-family:"houschka-pro",sans-serif;color:#002f10;line-height:1}h2{font-size:clamp(30px,6vw,48px);font-weight:700;font-family:"houschka-pro",sans-serif;color:#002f10}h3{font-size:clamp(22px,3vw,32px);font-weight:700;font-family:"houschka-pro",sans-serif;color:#002f10}p,li{font-size:clamp(16px,3vw,18px);font-weight:500;line-height:175%}section{padding:0;position:relative;z-index:2}.contentWidth{max-width:1390px;margin:auto;padding:70px 20px}.contentWidth.w-100{max-width:inherit;width:100%}.contentWidth.mw-1550{max-width:1550px}header{width:100%;position:fixed;z-index:20;background-color:#002f10;box-shadow:0 4px 66px 0 rgba(0,0,0,.25)}nav{display:flex;align-items:center;justify-content:space-between;padding:20px;max-width:1390px;margin:auto}.logo{z-index:10}.logo img{display:block;width:clamp(77px,20vw,126px)}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;margin-top:5px;z-index:10}.burger span{display:block;width:30px;height:3px;margin-bottom:5px;position:relative;z-index:1;transform-origin:0 0;transition:.4s;background-color:#fff}.burger.is-active span:nth-child(1){transform:translate(4.5px, 0px) rotate(40deg);background-color:#fff}.burger.is-active span:nth-child(2){opacity:0;transform:translateX(-15px)}.burger.is-active span:nth-child(3){transform:translate(3px, 3.5px) rotate(-40deg);background-color:#fff}.menu{display:flex;gap:clamp(15px,4vw,50px);margin:0;padding:0}.menu li{list-style-type:none;display:flex}.menu li a{color:#fff;text-decoration:none;font-size:clamp(16px,4vw,18px);transition:color .25s;font-family:"houschka-pro",sans-serif;font-weight:700}.menu li a:hover{color:#aeaaaa}.menu.active{z-index:9;display:none;position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;background:#002f10;width:100%;min-height:100vh;top:0;left:0;padding:150px 0;animation-name:animaceMenuA;animation-duration:.5s}@keyframes animaceMenuA{from{opacity:0}to{opacity:1}}footer{background-color:#002f10}footer .contentWidth{max-width:1390px;padding:50px 20px}footer .copy{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:40px;margin-top:40px;padding-top:40px;border-top:1px solid hsla(0,0%,100%,.28)}footer .copy p,footer .copy a{font-size:14px;color:#fff}footer .content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px}footer h3{font-size:clamp(16px,3vw,22px)}.footerInfo{margin-bottom:30px;color:#fff;font-size:11px;font-weight:300;max-width:600px}.contact{color:#fff;display:flex;flex-direction:column;gap:30px}.contact a{color:#fff;text-decoration:none;font-weight:400;font-size:clamp(18px,6vw,22px);font-family:"houschka-pro",sans-serif;font-weight:700;display:flex;align-items:center;gap:20px;transition:transform .25s;line-height:0}.contact a:hover{transform:scale(1.075)}.footerMenu{display:grid;grid-template-columns:1fr 1fr;gap:10px 25px;padding:0;margin:0}.footerMenu li{list-style:none}.footerMenu a{text-decoration:none;transition:opacity .25s;font-family:"houschka-pro",sans-serif;color:#fff;font-weight:700}.content404{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.content404 img{max-width:100%;width:500px}.content404 .text{display:flex;flex-direction:column;gap:40px}.content404 .text h1,.content404 .text h2{line-height:1}.textPage .contentWidth,.postContent .contentWidth{max-width:900px}.textPage h1,.postContent h1{margin-bottom:30px;text-align:center}.textPage h2,.postContent h2{text-align:center;color:#002f10}.textPage h2 a,.postContent h2 a{color:#002f10}.textPage h1,.textPage h2,.textPage h3,.textPage h4,.textPage h5,.textPage h6,.postContent h1,.postContent h2,.postContent h3,.postContent h4,.postContent h5,.postContent h6{margin-top:40px;line-height:1.3}.textPage ul,.textPage ol,.postContent ul,.postContent ol{margin:0;padding-left:20px}.textPage p,.textPage li,.postContent p,.postContent li{margin:10px 0;word-wrap:break-word;line-height:1.5}.textPage a,.postContent a{text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-color .25s;color:#000002}.textPage a:hover,.postContent a:hover{text-decoration-color:hsla(0,0%,100%,0)}table,th,td{margin:20px 0;border:1px solid;padding:10px 20px}.tebleWrapper{overflow:auto}.tebleWrapper table{min-width:800px}.textImg .img{display:flex;justify-content:flex-end;flex:1}.textImg .img img{display:block;max-width:100%;width:80%}.textImg .text{display:flex;flex-direction:column;gap:30px}.textImg .text .wrapper{display:flex;gap:30px}.textImg .content{display:flex;justify-content:space-around;align-items:center}.formImg{position:relative;z-index:auto;background-image:url(../images/formBg.webp);background-size:cover;background-position:center}.formImg .content{display:flex;justify-content:space-evenly;flex-wrap:wrap;align-items:center;gap:40px}.formImg img{max-width:100%}.formImg .form{display:flex;flex-direction:column;gap:40px}.formImg h2{color:#fff;text-align:center}.receipt{filter:drop-shadow(1px 3px 14px rgba(0, 0, 0, 0.26))}.imgDesc,.imgMob{width:100%}.imgDesc{display:block}.imgMob{display:none}.how{background-image:url(../images/gradient1.svg);background-size:cover;background-position:center}.how .container{max-width:1100px;width:100%;display:flex;gap:50px;justify-content:space-evenly;flex-wrap:wrap}.how .wrapper{display:flex;flex-direction:column;align-items:center;gap:20px}.how .wrapper img{height:60px}.how .wrapper p{max-width:310px;font-size:clamp(16px,3vw,20px)}.rectangle{padding:0 20px;display:flex;flex-direction:column;gap:40px}.rectangle h3{font-size:clamp(16px,3vw,22px)}.rectangle .win{display:flex;flex-direction:column;align-items:center;gap:20px}.rectangle .winners{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;max-width:1200px;margin:auto;width:100%}.rectangle .winners .wrapper{border-right:1px solid #aeaaaa;padding:15px 10px;width:200px}.rectangle .winners .wrapper:last-child,.rectangle .winners .wrapper:nth-child(6n){border-right:none}.rectangle .winners .wrapper p{font-size:16px}.terms{background-image:url(../images/gradient2.svg);background-size:cover;background-position:center}.winnersSection .info{text-align:center}.countdown-box{display:flex;gap:15px;color:#fff}.countdown-box .countdown-unit{display:flex;align-items:flex-end;gap:10px}.countdown-box .number{font-size:45px;min-width:60px;text-align:right;font-weight:700;line-height:100%;display:block}.show{max-width:930px;width:100%;margin:auto}.question{display:flex;justify-content:space-between;gap:20px;margin:0;cursor:pointer;width:100%;margin-top:20px}.question:not(:first-child){padding-top:20px;border-top:1px solid #aeaaaa}.question span{color:#000002;font-size:clamp(16px,3vw,20px);font-weight:700;text-align:left}.question .arrow{transition:transform .5s}.question.close .arrow{transform:rotate(-180deg)}.answer{font-size:16px;width:95%;margin:15px 0}.answer p,.answer a,.answer ol,.answer ul,.answer li{color:#000002;margin:0;text-align:left;font-weight:500;font-size:clamp(16px,3vw,20px)}.answer ol,.answer ul{padding-left:25px}.answer li:not(:first-child){padding-top:15px}.answer a{color:#002f10;font-weight:600}.answer a:hover,.answer a:active{text-decoration:none}.hpPriceName{margin:auto;padding:14px 20px;text-align:center;border-bottom:2px solid #002f10;border-top:2px solid #002f10;color:#123c1e;width:100%;font-size:clamp(18px,3vw,22px)}.page-template-page-agegate header,.page-template-page-agegate footer{display:none}.ageGate{background-image:url(../images/main/pattern-green.jpg);padding:50px 20px;color:#fff;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:70px}.ageGate .content{display:flex;flex-direction:column;align-items:center;gap:40px}.ageGate form{display:flex;flex-direction:column;align-items:center;gap:40px}.ageGate .inputsWrapper{display:flex;flex-direction:row;justify-content:center}.ageGate .inputsWrapper label{display:block;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;margin:10px 0 0;font-size:16px}.ageGate .inputsWrapper .boxWrapper{margin:0 10px}.ageGate .inputsWrapper .box{width:100px}.ageGate .inputsWrapper input{padding:15px;text-align:center;width:100%;border:none;outline:none;border-radius:0;font-size:23px;background-color:rgba(0,0,0,0);color:#fff;font-weight:700;border:3px solid #fff;border-radius:10px}.ageGate input:-webkit-autofill,.ageGate input:-webkit-autofill:hover,.ageGate input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;background-color:rgba(0,0,0,0);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.ageGate .inputsWrapper input::-moz-placeholder{color:rgba(245,245,245,.3)}.ageGate .inputsWrapper input::placeholder{color:rgba(245,245,245,.3)}.ageGate .inputsWrapper .day{width:30%}.ageGate .inputsWrapper .month{width:30%}.ageGate .inputsWrapper .month input{border-right:1px solid rgba(160,149,123,.17);border-left:1px solid rgba(160,149,123,.17)}.ageGate .inputsWrapper .year{width:40%}.ageGate .alert{margin-top:20px}.ageGate .alert p{color:#fff;font-size:20px;margin:0}.ageGate input::-webkit-outer-spin-button,.ageGate input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ageGate input[type=number]{-moz-appearance:textfield}.ageGate h1{color:#fff;text-transform:uppercase;font-size:24px;text-align:center;font-weight:400;margin:0;line-height:1.3}.ageGate p{text-align:center}.formContainer{max-width:550px;margin:auto;display:flex;flex-direction:column;gap:25px}.inputContainer{display:flex;flex-direction:column;gap:10px}form{width:100%;max-width:500px;display:flex;flex-direction:column;gap:30px;color:#fff}form .inputWrapper{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px}form input:not([type=submit],[type=checkbox],[type=radio],[type=file]),form textarea{width:100%;padding:20px;background-color:#fff;font-size:clamp(16px,3vw,18px);line-height:1.3;color:#000002;border:none;outline:none}form input:not([type=submit],[type=checkbox],[type=radio],[type=file]):focus,form textarea:focus{border-color:#fff}form input:not([type=submit],[type=checkbox],[type=radio],[type=file])::-moz-placeholder, form textarea::-moz-placeholder{color:#000002}form input:not([type=submit],[type=checkbox],[type=radio],[type=file])::placeholder,form textarea::placeholder{color:#000002}form label{display:flex;flex-direction:column;gap:10px;font-size:16px;cursor:pointer}form textarea{width:100%;max-height:200px;display:block}form .checkboxWrapper{max-width:-moz-max-content;max-width:max-content}form .checkboxWrapper label{flex-direction:row;align-items:center}form .checkboxWrapper span{margin:0;line-height:1.5}form input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;display:grid;place-content:center;cursor:pointer;margin:0;padding:0;background-color:#fff;color:#fff}form input[type=checkbox]::before{cursor:pointer;font-size:0}form input[type=checkbox]:checked::before{content:url(../images/icons/checkedCross.svg)}form .fileWrapper{max-width:-moz-max-content;max-width:max-content}form .fileWrapper h4{font-size:18px;margin-bottom:10px}form .fileWrapper small{font-size:14px;font-weight:400}form .fileWrapper input::file-selector-button{color:#002f10;border:none;background-color:#fff;font-size:16px;font-weight:600;cursor:pointer;padding:10px 15px;margin:0 10px 0 0;transition:color .25s,background-color .25s}form .fileWrapper input::file-selector-button:hover,form .fileWrapper input::file-selector-button:active{color:#fff;background-color:#002f10}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:#2b2a2a;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.wpcf7-form.submitting .button,.button.is-submitting{pointer-events:none;opacity:.5;cursor:not-allowed}.wpcf7-spinner{display:none !important}.wpcf7-not-valid-tip{color:#fff;background-color:#e61d2b;font-size:14px;text-align:center;line-height:1 !important;padding:10px}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{background-color:#e61d2b;padding:clamp(15px,3vw,20px);font-size:clamp(14px,3vw,16px);background-color:#e61d2b;color:#fff;line-height:1.3}.wpcf7 form.sent .wpcf7-response-output{background-color:#e61d2b;padding:clamp(15px,3vw,20px);font-size:clamp(14px,3vw,16px);background-color:#e61d2b;color:#fff;line-height:1.3}.wpcf7 form .wpcf7-response-output{margin:0;padding:15px 10px;font-size:14px;border:none;text-align:center}.link{text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-color .25s;color:#000002}.link:hover{text-decoration-color:hsla(0,0%,100%,0)}.button{display:table;width:-moz-max-content;width:max-content;padding:clamp(15px,3vw,20px) clamp(30px,3vw,40px);font-family:"houschka-pro",sans-serif;font-size:clamp(16px,3vw,18px);font-weight:700;text-decoration:none !important;border:none;background-color:#fff;color:#123c1e;text-transform:uppercase;cursor:pointer;transition:transform .25s}.button:hover{transform:scale(1.075)}.button.primary{background-color:#e61d2b;color:#fff}.font-p{font-family:"houschka-pro",sans-serif !important}.font-s{font-family:"houschka-pro",sans-serif !important}.f-60{font-size:clamp(35px,6vw,60px)}.f-38{font-size:clamp(28px,6vw,38px)}.f-22{font-size:clamp(18px,6vw,22px)}.f-12{font-size:12px}.fw-100{font-weight:100 !important}.fw-200{font-weight:200 !important}.fw-300{font-weight:300 !important}.fw-400{font-weight:400 !important}.fw-500{font-weight:500 !important}.fw-600{font-weight:600 !important}.fw-700{font-weight:700 !important}.fw-800{font-weight:800 !important}.fw-900{font-weight:900 !important}.lh-0{line-height:0}.tt-up{text-transform:uppercase !important}.tt-in{text-transform:initial !important}.tt-low{text-transform:lowercase !important}.tt-cap{text-transform:capitalize !important}.ta-l{text-align:left !important}.ta-c{text-align:center !important}.ta-r{text-align:right !important}.ta-j{text-align:justify !important}.w-100{width:100% !important}.mw-100{max-width:100%}.h-100{height:100vh}.h-100p{height:100%}.anchor{position:relative !important}.absolute{position:absolute !important}.hiden{overflow:hidden}.d-flex{display:flex}.flex-1{flex:1}.wrap{flex-wrap:wrap}.d-column{flex-direction:column}.j-start{justify-content:flex-start}.j-between{justify-content:space-between !important}.j-around{justify-content:space-around}.j-center{justify-content:center !important}.a-start{align-items:flex-start}.a-center{align-items:center}.a-end{align-items:flex-end}.gap-50{gap:50px}.gap-40{gap:40px}.gap-30{gap:30px}.gap-20{gap:20px}.gap-10{gap:10px}.flex-column-start{display:flex;flex-direction:column;align-items:flex-start}.flex-column-center{display:flex;flex-direction:column;align-items:center}.d-grid{display:grid}.gtp-2{display:grid;grid-template-columns:repeat(2, 1fr)}.gtp-3{display:grid;grid-template-columns:repeat(3, 1fr)}.gtp-4{display:grid;grid-template-columns:repeat(4, 1fr)}.gtp-5{display:grid;grid-template-columns:repeat(5, 1fr)}.pt-0{padding-top:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0}.pr-0{padding-right:0}.py-0{padding-top:0 !important;padding-bottom:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0}.mr-0{margin-right:0}.ml-a{margin-left:auto}.mr-a{margin-right:auto}.my-0{margin-top:0 !important;margin-bottom:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.mx-a{margin-left:auto !important;margin-right:auto !important}.c-primary{color:#002f10 !important}.c-secondary{color:#123c1e !important}.c-ternary{color:#e61d2b !important}.c-light{color:#fff !important}.c-light h1,.c-light h2,.c-light h3,.c-light p{color:#fff !important}.c-dark{color:#000002 !important}.bg-primary{background:#002f10 !important}.bg-secondary{background:#123c1e !important}.bg-ternary{background:#e61d2b !important}.bg-light{background:#fff !important}.bg-dark{background:#000002 !important}.bg-gradient{background-image:url(../images/main/gradientBg.webp);background-size:cover;background-position:center}@media(max-width: 1300px){.rectangle .winners .wrapper:nth-child(6n){border-right:1px solid #002f10}.rectangle .winners .wrapper:nth-child(4n){border-right:none}.rectangle .winners{max-width:900px}}@media(max-width: 1120px){.textImg .content{flex-direction:column;gap:30px}.textImg .text{align-items:center;text-align:center}.textImg .img{justify-content:center}.textImg .img img{width:100%}}@media(max-width: 900px){.burger{display:flex}.menu{display:none}.menu.active{display:flex}form .inputWrapper{grid-template-columns:1fr}.imgDesc{display:none}.imgMob{display:block}.inputWrapper{flex-direction:column;gap:30px}.rectangle .winners .wrapper:nth-child(4n){border-right:1px solid #002f10}.rectangle .winners .wrapper:nth-child(2n){border-right:none}.rectangle .winners{max-width:400px}.content404{grid-template-columns:1fr;justify-items:center;text-align:center}.content404 .button{margin:auto}.content404 img{width:300px}}@media(max-width: 750px){.textImg .content,.textImg .content:nth-child(even){flex-direction:column}.textImg .content .bg{margin-left:0;padding:40px 20px}.textImg .content:nth-child(even) .bg{margin-right:0}.cover{background-position:top left}}@media(max-width: 670px){.countdown-box{gap:10px}.countdown-box .number{font-size:30px;min-width:35px}.countdown-box .countdown-unit{display:flex;align-items:flex-end;gap:5px}}@media(max-width: 500px){.rectangle .winners{flex-direction:column;gap:0}.rectangle .winners .wrapper{border-right:none;border-bottom:1px solid #002f10;padding:20px 0}.rectangle .winners .wrapper:last-child{border-bottom:none}}/*# sourceMappingURL=style.min.css.map */