@charset "UTF-8";main{background-color:var(--color-background)}main .section-1{border-radius:0 0 20px 20px;background-color:var(--color-red);padding:70px 100px}@media screen and (width <= 900px){main .section-1{padding:50px 0}}@media screen and (width <= 500px){main .section-1{padding:50px 0}}main .section-1__container{display:flex;align-items:start;justify-content:center;gap:30px;margin:0 auto;width:100%}@media screen and (width <= 900px){main .section-1__container{flex-direction:column;align-items:center;text-align:center;gap:45px}}@media screen and (width <= 500px){main .section-1__container{gap:15px}}main .section-1__image{width:300px;height:auto}@media screen and (width <= 900px){main .section-1__image{width:unset;max-width:300px}}main .section-1__image svg{width:100%;height:auto}main .section-1__content{max-width:58%;padding:0 20px}@media screen and (width <= 900px){main .section-1__content{max-width:100%;padding:0}}main .section-1__content h1{font-size:70px;font-family:var(--ff-main);color:var(--color-background);text-transform:uppercase;margin-bottom:20px;line-height:60px}@media screen and (width <= 1350px){main .section-1__content h1{font-size:4.5vw;line-height:4vw}}@media screen and (width <= 900px){main .section-1__content h1{font-size:35px;line-height:32px}}main .section-1__content p{font-size:14px;color:var(--color-background);margin-bottom:20px}@media screen and (width <= 900px){main .section-1__content p{font-size:2vw}}@media screen and (width <= 500px){main .section-1__content p{font-size:3vw}}main .section-1__content .cta{width:100%;text-align:center}main .section-1__content .cta a{display:inline-block;transform:rotate(0);transition:transform .3s ease}main .section-1__content .cta a img{width:245px;height:auto}@media screen and (width <= 900px){main .section-1__content .cta a img{width:100%}}main .section-1__content .cta a:hover{transform:rotate(8deg)}main .section-2{padding:100px 0}@media screen and (max-width: 900px){main .section-2{padding:100px 0}}main .section-2__row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:5rem;justify-content:center;grid-template-areas:"presentation sticker"}@media screen and (max-width: 1100px){main .section-2__row{gap:3rem;margin-bottom:3rem}}@media screen and (max-width: 500px){main .section-2__row{grid-template-columns:1fr;grid-template-areas:"sticker" "presentation";gap:2rem;margin-bottom:2rem}}main .section-2__row.reversed{grid-template-areas:"sticker presentation"}@media screen and (max-width: 500px){main .section-2__row.reversed{grid-template-areas:"sticker" "presentation"}}main .section-2__row--orange .section-2__sticker{background:var(--color-orange);color:var(--color-background)}main .section-2__row--orange .section-2__presentation{color:var(--color-orange)}main .section-2__row--rose .section-2__sticker{background:var(--color-pink);color:var(--color-red)}main .section-2__row--rose .section-2__presentation{color:var(--color-red)}main .section-2__row--vert .section-2__sticker{background:var(--color-green);color:var(--color-pink)}main .section-2__row--vert .section-2__presentation{color:var(--color-green)}main .section-2__sticker{grid-area:sticker;padding:2rem 3rem;margin:0 auto;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:382px;min-height:289px;max-width:382px;text-align:center}@media screen and (max-width: 900px){main .section-2__sticker{min-width:32vw;max-width:32vw;min-height:28vw;padding:1.5rem 2rem}}@media screen and (max-width: 500px){main .section-2__sticker{width:100%;max-width:250px;min-height:150px;padding:1.5rem}}main .section-2__sticker h3{text-transform:uppercase;font-size:clamp(40px,6vw,60px);line-height:45px;margin-bottom:.5rem;width:100%;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}@media screen and (max-width: 900px){main .section-2__sticker h3{font-size:clamp(24px,5vw,45px)}}@media screen and (max-width: 500px){main .section-2__sticker h3{font-size:clamp(28px,8vw,50px)}}main .section-2__sticker p{margin:0;text-transform:uppercase;font-weight:700;font-family:var(--ff-main);font-size:clamp(18px,3vw,30px);line-height:1.2}@media screen and (max-width: 900px){main .section-2__sticker p{font-size:clamp(16px,2.5vw,24px)}}@media screen and (max-width: 500px){main .section-2__sticker p{font-size:clamp(14px,4vw,24px);line-height:1.3}}main .section-2__presentation{grid-area:presentation;padding:2rem 3rem;margin:0 auto;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:382px;min-height:289px;max-width:450px;text-align:center}@media screen and (max-width: 900px){main .section-2__presentation{min-width:25vw;max-width:40vw;min-height:20vw;padding:1.5rem 2rem}}@media screen and (max-width: 500px){main .section-2__presentation{width:100%;max-width:250px;min-height:auto;padding:1.5rem}}main .section-2__presentation h3{margin-bottom:1rem;font-weight:700;font-size:clamp(32px,3.5vw,45px);line-height:45px}@media screen and (max-width: 900px){main .section-2__presentation h3{font-size:clamp(20px,4vw,32px);line-height:30px}}@media screen and (max-width: 500px){main .section-2__presentation h3{font-size:clamp(24px,6vw,36px);margin-bottom:.8rem}}main .section-2__presentation p{margin:0;font-size:clamp(12px,1.5vw,14px);line-height:1.4}@media screen and (max-width: 900px){main .section-2__presentation p{font-size:clamp(14px,2.5vw,18px)}}@media screen and (max-width: 500px){main .section-2__presentation p{font-size:clamp(10px,3vw,16px);line-height:1.5}}main .section-3{background-color:var(--color-pink);height:569px;width:100%;border-radius:20px;position:relative;overflow:hidden}@media screen and (max-width: 700px){main .section-3{height:auto;min-height:600px}}main .section-3__content{display:flex;height:100%}@media screen and (max-width: 700px){main .section-3__content{flex-direction:column}}main .section-3__text{width:60%;padding-right:8vw;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 700px){main .section-3__text{width:100%;padding:40px 0}}main .section-3__text h2{font-size:45px;margin-bottom:45px;font-weight:700;color:var(--color-red);text-transform:uppercase}@media screen and (max-width: 700px){main .section-3__text h2{font-size:32px;margin-bottom:32px}}@media screen and (max-width: 500px){main .section-3__text h2{font-size:7vw}}main .section-3__text p{font-size:14px;line-height:1.6;color:var(--color-red)}@media screen and (max-width: 500px){main .section-3__text p{font-size:4vw}}main .section-3__image{position:absolute;top:0;right:0;height:100%;width:40%;overflow:hidden}@media screen and (max-width: 700px){main .section-3__image{position:relative;width:100%;height:auto;order:-1}}main .section-3__image img{width:100%;height:100%;object-fit:cover;border-radius:0 20px 20px 0}@media screen and (max-width: 700px){main .section-3__image img{border-radius:0 0 20px 20px;height:auto}}main .section-4{padding:150px 0 20px}@media screen and (max-width: 1200px){main .section-4{padding:80px 0}}@media screen and (max-width: 500px){main .section-4{padding:50px 0}}main .section-4__content{padding:50px 200px;border:2px solid var(--color-red);border-radius:20px}@media screen and (max-width: 1200px){main .section-4__content{padding:40px 80px}}@media screen and (max-width: 500px){main .section-4__content{padding:30px 20px}}main .section-4__title{font-size:45px;font-weight:700;color:var(--color-red);text-transform:uppercase;margin-bottom:20px;text-align:center;font-family:var(--ff-main)}@media screen and (max-width: 1200px){main .section-4__title{font-size:5vw;margin-bottom:3vw}}@media screen and (max-width: 500px){main .section-4__title{font-size:8vw;margin-bottom:4vw;line-height:1.1}}main .section-4__description{font-size:14px;line-height:1.6;color:var(--color-red);text-align:center;margin-bottom:50px;font-family:var(--ff-text)}@media screen and (max-width: 1200px){main .section-4__description{font-size:2.2vw;margin-bottom:5vw;line-height:1.5}}@media screen and (max-width: 500px){main .section-4__description{font-size:2vw}}main .section-4__form .wpcf7 .form-fields-top{display:grid;grid-template-columns:1fr 1fr;gap:20px 40px;margin-bottom:30px}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-fields-top{gap:15px 30px;margin-bottom:4vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-fields-top{grid-template-columns:1fr;gap:4vw;margin-bottom:5vw}}main .section-4__form .wpcf7 .form-fields-top .form-field input[type=text],main .section-4__form .wpcf7 .form-fields-top .form-field input[type=email],main .section-4__form .wpcf7 .form-fields-top .form-field input[type=tel]{width:100%;padding:12px 0;border:none;border-bottom:1px solid var(--color-red);background:transparent;font-size:14px;color:var(--color-red);outline:none;box-sizing:border-box;font-family:var(--ff-text)}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-fields-top .form-field input[type=text],main .section-4__form .wpcf7 .form-fields-top .form-field input[type=email],main .section-4__form .wpcf7 .form-fields-top .form-field input[type=tel]{font-size:2vw;padding:1.5vw 0}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-fields-top .form-field input[type=text],main .section-4__form .wpcf7 .form-fields-top .form-field input[type=email],main .section-4__form .wpcf7 .form-fields-top .form-field input[type=tel]{font-size:3.5vw;padding:3vw 0}}main .section-4__form .wpcf7 .form-fields-top .form-field input[type=text]::placeholder,main .section-4__form .wpcf7 .form-fields-top .form-field input[type=email]::placeholder,main .section-4__form .wpcf7 .form-fields-top .form-field input[type=tel]::placeholder{color:var(--color-red);opacity:1;font-size:14px;font-family:var(--ff-text)}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-fields-top .form-field input[type=text]::placeholder,main .section-4__form .wpcf7 .form-fields-top .form-field input[type=email]::placeholder,main .section-4__form .wpcf7 .form-fields-top .form-field input[type=tel]::placeholder{font-size:2vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-fields-top .form-field input[type=text]::placeholder,main .section-4__form .wpcf7 .form-fields-top .form-field input[type=email]::placeholder,main .section-4__form .wpcf7 .form-fields-top .form-field input[type=tel]::placeholder{font-size:3.5vw}}main .section-4__form .wpcf7 .form-fields-top .form-field input[type=text]:focus,main .section-4__form .wpcf7 .form-fields-top .form-field input[type=email]:focus,main .section-4__form .wpcf7 .form-fields-top .form-field input[type=tel]:focus{border-bottom-width:2px}main .section-4__form .wpcf7 .form-field-full{margin-bottom:30px}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-field-full{margin-bottom:4vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-field-full{margin-bottom:5vw}}main .section-4__form .wpcf7 .form-field-full input[type=text]{width:100%;padding:12px 0;border:none;border-bottom:1px solid var(--color-red);background:transparent;font-size:14px;color:var(--color-red);outline:none;box-sizing:border-box;font-family:var(--ff-text)}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-field-full input[type=text]{font-size:2vw;padding:1.5vw 0}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-field-full input[type=text]{font-size:3.5vw;padding:3vw 0}}main .section-4__form .wpcf7 .form-field-full input[type=text]::placeholder{color:var(--color-red);opacity:1;font-size:14px;font-family:var(--ff-text)}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-field-full input[type=text]::placeholder{font-size:2vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-field-full input[type=text]::placeholder{font-size:3.5vw}}main .section-4__form .wpcf7 .form-field-full input[type=text]:focus{border-bottom-width:2px}main .section-4__form .wpcf7 .form-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-bottom{gap:3vw}}@media screen and (width < 48rem){main .section-4__form .wpcf7 .form-bottom{flex-direction:column}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-bottom{flex-direction:column;align-items:stretch;gap:4vw}}main .section-4__form .wpcf7 .form-bottom .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item{display:flex;align-items:center;gap:20px;margin:0;color:var(--color-red)}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-bottom .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item{gap:2vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-bottom .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item{gap:3vw}}main .section-4__form .wpcf7 .form-bottom .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input[type=checkbox]{appearance:none;width:20px;height:20px;border:2px solid var(--color-red);border-radius:3px;background:transparent;margin-right:12px;margin-top:2px;position:relative;cursor:pointer;flex-shrink:0}main .section-4__form .wpcf7 .form-bottom .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input[type=checkbox]:checked{background:var(--color-red)}main .section-4__form .wpcf7 .form-bottom .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}main .section-4__form .wpcf7 .form-bottom label{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--color-red);cursor:pointer;margin:0;font-family:var(--ff-text)}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-bottom label{font-size:1.3vw;gap:1.5vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-bottom label{font-size:3vw;gap:2vw}}main .section-4__form .wpcf7 .form-bottom label input[type=checkbox]{margin:0;accent-color:var(--color-red);flex-shrink:0;width:16px;height:16px}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-bottom label input[type=checkbox]{width:2vw;height:2vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-bottom label input[type=checkbox]{width:4vw;height:4vw}}main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper{display:flex;align-items:center;gap:15px;color:var(--color-red);background:transparent;border:solid 1px var(--color-red);padding:12px 25px;border-radius:25px;font-size:16px;font-family:var(--ff-text);font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper{font-size:1.3vw;padding:1.5vw 3vw;border-radius:3vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper{font-size:3.2vw;padding:3vw 5vw;border-radius:5vw;width:100%;white-space:normal;text-align:center}}main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper svg{width:16px;height:16px;margin-left:10px;vertical-align:middle}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper svg{width:2vw;height:2vw;margin-left:1.5vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper svg{width:4vw;height:4vw;margin-left:2vw}}main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper:not(:disabled):hover{background:var(--color-red);color:var(--color-background);transform:translateY(-2px)}main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper:not(:disabled):hover .submit-arrow path{stroke:#fff}main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper:disabled{opacity:.5;cursor:not-allowed;color:rgba(var(--color-red),.5);border-color:rgba(var(--color-red),.5)}main .section-4__form .wpcf7 .form-bottom .submit-button-wrapper:disabled:hover{background:transparent;transform:none}main .section-4__form .wpcf7 p{margin:0;padding:0}main .section-4__form .wpcf7 .wpcf7-response-output{font-size:14px;color:var(--color-red);border:solid 1px var(--color-red);border-radius:15px;padding:10px 15px;text-align:center;margin:0 0 20px;font-family:var(--ff-text)}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .wpcf7-response-output{font-size:2vw;padding:1.5vw 2vw;margin-bottom:3vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .wpcf7-response-output{font-size:3vw;padding:2vw 3vw;margin-bottom:4vw}}main .section-4__form .wpcf7 .wpcf7-not-valid-tip{font-size:12px;font-family:var(--ff-text);color:var(--color-red);margin-top:5px}@media screen and (max-width: 1200px){main .section-4__form .wpcf7 .wpcf7-not-valid-tip{font-size:1.8vw;margin-top:1vw}}@media screen and (max-width: 500px){main .section-4__form .wpcf7 .wpcf7-not-valid-tip{font-size:2.5vw;margin-top:1.5vw}}
