html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:"omnes-pro","sans-serif";color:#00694d;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(28px,6vw,48px);font-weight:700;line-height:110%;text-transform:uppercase;width:-moz-min-content;width:min-content}h2{font-size:clamp(28px,6vw,32px);font-weight:700}.f-36{font-size:clamp(28px,6vw,36px)}h3{font-size:22px;font-weight:700}p,li{font-size:clamp(16px,3vw,18px);font-weight:500;line-height:150%}section{padding:0;position:relative;z-index:2}.contentWidth{max-width:1160px;margin:auto;padding:70px 20px}.contentWidth.w-100{max-width:inherit;width:100%}header{width:100%;position:fixed;z-index:20;background-color:#fff}nav{display:flex;align-items:center;justify-content:space-between;padding:20px;max-width:1160px;margin:auto}.logo{z-index:10}.logo img{display:block}.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:#ce132e}.burger.is-active span:nth-child(1){transform:translate(4.5px, 0px) rotate(40deg);background-color:#ce132e}.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:#ce132e}.menu{display:flex;gap:clamp(15px,4vw,50px);margin:0;padding:0}.menu li{list-style-type:none;display:flex}.menu li a{color:#00694d;text-decoration:none;font-size:clamp(16px,4vw,18px);transition:color .25s;font-weight:500}.menu li a:hover{color:#ce132e}.menu.active{z-index:9;display:none;position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;background:#fff;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 .contentWidth{max-width:1160px;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 rgba(0,107,79,.23)}footer .copy p,footer .copy a{font-size:14px;color:#00694d}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)}.contact{display:flex;flex-direction:column;gap:30px}.contact h3{font-weight:400}.contact a{color:#ce132e;text-decoration:none;font-weight:400;font-size:clamp(18px,6vw,22px);display:flex;align-items:center;gap:clamp(10px,2vw,20px);transition:transform .25s;line-height:0}.contact a span{font-weight:700;font-size:clamp(16px,2vw,22px)}.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{transition:opacity .25s;font-weight:500;color:#00694d}.footerMenu a:hover{opacity:.6}.content404{display:flex;flex-direction:column;gap:40px;align-items:center;text-align:center;justify-content:center}.content404 .text{display:flex;flex-direction:column;align-items:center;gap:20px}.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;width:100%}.textPage h2,.postContent h2{text-align:center;color:#00694d}.textPage h2 a,.postContent h2 a{color:#00694d}.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:#000}.textPage a:hover,.postContent a:hover{text-decoration-color:rgba(255,255,255,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%;margin:-140px 0 -250px;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 .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{text-align:center}.receipt{filter:drop-shadow(1px 3px 14px rgba(225, 225, 225, 0.82))}.cover{background-image:url(../images/coverBg.webp);background-position:calc(50% + 430px) calc(-100% - 500px);background-repeat:no-repeat;background-color:#00694d;color:#fff}.cover .contentWidth{padding:clamp(50px,20vw,60px) 20px}.cover .content{display:flex;justify-content:space-between;align-items:center;gap:clamp(30px,20vw,50px)}.cover .content p{line-height:1}.cover .content img{width:clamp(200px,35vw,240px)}.cover .wrapper{display:flex;flex-direction:column;gap:30px}.winsContent{display:flex}.winsContent .text{color:#ce132e;display:flex;flex-direction:column;gap:20px}.winsContent .wrapper{width:100%}.winsContent .number{background-color:#ce132e;border-radius:50%;aspect-ratio:1/1;max-width:100px;width:100%;display:flex;align-items:center;justify-content:center;color:#fff}.winsContent .number p{font-weight:700;line-height:0}.sencorLogo{margin-left:60px}.winText1,.win1,.winText2{position:absolute}.win1{width:270px;left:calc(50% - 270px);bottom:30px}.winText1{left:calc(50% - 450px);bottom:140px;z-index:1}.win2{margin:-190px 160px -140px auto;width:390px}.winText2{right:calc(50% - 390px);z-index:1}.how{position:relative;z-index:1}.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:40px}.how .wrapper p{max-width:300px;font-size:clamp(16px,3vw,20px)}.titleMainWinner{display:grid;gap:20px;grid-template-columns:1fr auto 1fr;align-items:center}.titleMainWinner img{width:clamp(160px,20vw,200px)}.titleMainWinner .text{display:flex;flex-direction:column;gap:30px}.winnersSection .info{text-align:center;font-size:clamp(20px,3vw,22px);padding:5px 30px;font-style:italic;padding:5px 30px}.line{width:100%;height:1px;background-color:rgba(0,107,79,.23)}.mainWinner{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.mainWinner .wrapper{background-color:#fff;border-radius:20px;flex:1;padding:20px;max-width:300px}.mainWinner h3{font-size:clamp(22px,3vw,30px)}.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;gap:30px 0;max-width:1200px;margin:auto;width:100%}.rectangle .winners .wrapper{border-right:1px solid #00694d;padding:0 10px;width:200px}.rectangle .winners .wrapper:last-child,.rectangle .winners .wrapper:nth-child(5n){border-right:none}.rectangle .winners .wrapper p{font-size:16px}.terms{background-image:url(../images/gradient2.svg);background-size:cover;background-position:center}.countdown-box{display:flex;gap:15px}.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}.formContainer{max-width:550px;margin:auto;display:flex;flex-direction:column;gap:20px}.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;border-radius:15px;font-size:clamp(16px,3vw,18px);line-height:1.3;color:#000;border:none;outline:none;font-weight:400;border:1px solid #a19f9f}form input:not([type=submit],[type=checkbox],[type=radio],[type=file]):focus,form textarea:focus{border-color:#000}form input:not([type=submit],[type=checkbox],[type=radio],[type=file])::-moz-placeholder, form textarea::-moz-placeholder{color:#000}form input:not([type=submit],[type=checkbox],[type=radio],[type=file])::placeholder,form textarea::placeholder{color:#000}form label{display:flex;flex-direction:column;gap:10px;color:#00694d;font-size:14px;font-weight:600;font-size:18px;cursor:pointer}form textarea{width:100%;max-height:200px;display:block}form .checkboxWrapper{max-width:-moz-max-content;max-width:max-content;flex-direction:row;align-items:center;font-weight:400;line-height:100%}form .checkboxWrapper span{margin:0;font-weight:400;line-height:1.3;flex:1;font-size:clamp(14px,3vw,18px)}form .checkboxWrapper label{flex-direction:row;align-items:center}form input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:3px;display:grid;place-content:center;cursor:pointer;margin:0;padding:0;background-color:#fff;border:1px solid #a19f9f;color:#000}form input[type=checkbox]::before{cursor:pointer;font-size:0}form input[type=checkbox]:checked::before{content:url(../images/main/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:#fff;border:none;background-color:#00694d;border-radius:5px;font-size:16px;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:#000}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-spinner{display:none !important}.wpcf7-not-valid-tip{color:#fff;background-color:#ce132e;font-size:14px;border-radius:10px;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:#ce132e;border-radius:20px;padding:clamp(15px,3vw,20px);font-size:clamp(14px,3vw,16px);color:#fff;line-height:1.3}.wpcf7 form.sent .wpcf7-response-output{background-color:#00694d;border-radius:20px;padding:clamp(15px,3vw,20px);font-size:clamp(14px,3vw,16px);color:#fff;line-height:1.3}.wpcf7 form .wpcf7-response-output{margin:0;padding:15px 10px;font-size:14px;border:none;text-align:center}.wpcf7-form.submitting .wpcf7-form-control{pointer-events:none;opacity:.5;cursor:not-allowed}.link{text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-color .25s;color:#000}.link:hover{text-decoration-color:rgba(255,255,255,0)}.button{display:table;width:-moz-max-content;width:max-content;padding:clamp(15px,3vw,20px) clamp(30px,3vw,40px);line-height:100%;font-family:"omnes-pro","sans-serif";font-size:clamp(16px,3vw,18px);font-weight:700;border-radius:50px;text-transform:uppercase;text-decoration:none !important;border:none;cursor:pointer;transition:transform .25s}.button:hover{transform:scale(1.075)}.button.secondary{background-color:#ce132e;color:#fff}.br-90-0{border-radius:90px 0}.br-0-0-90{border-radius:0 0 90px 0}.font-p{font-family:"omnes-pro","sans-serif" !important}.font-s{font-family:"omnes-pro","sans-serif" !important}.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}.m-000a{margin:0 0 0 auto}header .line{height:2px}footer .line{height:4px}.bg-green{background-color:#08ad6d}.bg-pink{background-color:#d38dbd}.bg-lightBlue{background-color:#0081a4}.bg-white{background-color:#fff}.bg-purple{background-color:#a954b8}.bg-blue{background-color:#5061b7}.bg-red{background-color:#d82c4e}.c-primary{color:#00694d !important}.c-secondary{color:#ce132e !important}.c-ternary{color:rgba(0,107,79,.06) !important}.c-light{color:#fff !important}.c-dark{color:#000 !important}.bg-primary{background:#00694d !important}.bg-secondary{background:#ce132e !important}.bg-ternary{background:rgba(0,107,79,.06) !important}.bg-light{background:#fff !important}.bg-dark{background:#000 !important}@media(max-width: 1300px){.cover{background-image:url(../images/coverBgMobile.webp);background-position:right bottom}.rectangle .winners .wrapper:nth-child(5n){border-right:1px solid #00694d}.rectangle .winners .wrapper:nth-child(4n){border-right:none}.rectangle .winners{max-width:900px}.win1{width:200px;left:calc(50% - 230px);bottom:20px}.winText1{left:calc(50% - 400px);bottom:90px}.win2{margin:-180px 110px -130px auto;width:300px}.winText2{right:calc(50% - 440px);top:80px}.winsContent .number{max-width:80px}.winsContent .text{gap:10px}}@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{margin:0 0 -110px;width:100%}}@media(max-width: 900px){.burger{display:flex}.menu{display:none}.menu.active{display:flex}.m-000a{margin:0}.cover .img{display:none}.win2{margin:0;width:160px}.winText1,.win1,.winText2{position:inherit}.winsContent{display:flex;flex-direction:column-reverse;gap:30px;padding-top:40px}.winsContent .wrapper{display:flex;justify-content:center;align-items:center;gap:30px}.winsContent .wrapper:nth-child(2){flex-direction:row-reverse}.sencorLogo{margin-left:0}.titleMainWinner{display:flex;flex-direction:column-reverse}.titleMainWinner:first-of-type{flex-direction:column}.titleMainWinner .space{display:none}form .inputWrapper{grid-template-columns:1fr}.rectangle .winners .wrapper:nth-child(4n){border-right:1px solid #00694d}.rectangle .winners .wrapper:nth-child(2n){border-right:none}.rectangle .winners{max-width:400px}}@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 !important;border-bottom:1px solid #00694d;padding:20px 0}.rectangle .winners .wrapper:last-child{border-bottom:none}.mainWinner{flex-direction:column;align-items:center}.winsContent{gap:50px}.winsContent .text{text-align:center;align-items:center}.winsContent .number{max-width:65px}.win1{width:170px}.win2{width:100px}.winsContent .wrapper,.winsContent .wrapper:nth-child(2){flex-direction:column}}/*# sourceMappingURL=style.min.css.map */