*{padding:0px;margin:0px;box-sizing:border-box;list-style:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,textarea,select,button{font-family:"Outfit",sans-serif;font-size:16px;font-weight:400}.flex{display:flex}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2, 1fr)}.grid-cols-3{grid-template-columns:repeat(3, 1fr)}.grid-cols-4{grid-template-columns:repeat(4, 1fr)}.hidden{display:none}.justify-start{justify-content:start}.justify-end{justify-content:end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-baseline{place-items:baseline}.place-items-stretch{place-items:stretch}.gap-10{gap:10px}.gap-20{gap:20px}.gap-30{gap:30px}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.w-full{width:100%}.h-screen{height:100vh}.form{width:100%;display:flex;flex-direction:column;gap:20px;padding:45px;border-radius:20px;border:1px solid #f4f4f4;background:hsla(0,0%,100%,.3137254902);position:relative;overflow:hidden;transition:all .3s ease}@media(max-width: 600px){.form{padding:20px !important;gap:15px}}.form:hover{border:1px solid #fff}.form>h4{font-size:28px;font-weight:600}.form__row{display:flex;gap:20px}@media(max-width: 600px){.form__row{flex-direction:column;gap:15px}}.form__item{width:100%;display:flex;position:relative}.form__item i{position:absolute;top:50%;transform:translateY(-50%);left:20px;font-size:18px}.form__item input,.form__item textarea,.form__item select{width:100%;padding:15px 45px;border:1px solid #eee;border-radius:10px;background:rgba(249,249,249,.5647058824);transition:all .3s ease;outline:3px solid rgba(0,0,0,0)}.form__item input:focus,.form__item textarea:focus,.form__item select:focus{border-color:#eb3943;outline:3px solid rgba(235,57,67,.1254901961)}.form__item select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 15px center;background-size:16px;padding-right:45px;cursor:pointer}.form__item input[type=date]{padding-right:15px}.form__item textarea{padding:15px;min-height:100px}.form__checkbox{display:flex;align-items:flex-start;gap:10px;font-size:14px}.form__checkbox input[type=checkbox]{margin-top:5px}.form__alert{width:100%;height:100%;background:#fff;padding:75px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-align:center;position:absolute;left:0px;top:0px}.form__alert.hide{display:none}.form__alert--success i{background:#eaf0e9;color:#319c54}.form__alert--error i{background:#f9e7e7;color:#eb3943}.form__alert i{width:65px;height:65px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:32px}.form__alert h4{font-size:28px;font-weight:600}.form__alert span{font-size:18px}.form__group-items{display:flex;flex-direction:column;gap:20px}.form__group-items>h5{font-size:18px;font-weight:600}.form__group-item{display:flex;flex-direction:column;gap:20px;padding:20px;border:1px solid #f4f4f4;border-radius:10px;position:relative;background:hsla(0,0%,100%,.3137254902);transition:all .3s ease}.form__group-item:hover{border:1px solid #fff}.job-positions{display:flex;flex-direction:column;gap:20px}.job-positions input[type=radio]{display:none}.job-positions__item{display:block;cursor:pointer;border:1px solid #f4f4f4;border-radius:10px;background:rgba(250,248,248,.5647058824);padding:20px;transition:border-color .3s,background .3s;box-shadow:none;position:relative}.job-positions__item-title{font-size:22px;font-weight:600}.job-positions__item-description{font-size:16px}.job-positions input[type=radio]:checked+.job-positions__item{border-color:#319c54;background:#f6fff7;box-shadow:0 0 0 5px rgba(49,156,84,.2)}.file{width:100%;position:relative}.file:hover .file__area{border-color:#eb3943;background-color:rgba(235,57,67,.05)}.file__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:3}.file__area{border:2px dashed #eee;border-radius:15px;background-color:#f9f9f9;padding:30px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s}.file__area.dragover{border-color:#eb3943;background-color:rgba(235,57,67,.05)}.file__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:15px}.file__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;color:#eb3943}.file__icon i{font-size:28px}.file__text span{font-size:18px;font-weight:600;display:block;margin-bottom:5px}.file__text p{font-size:14px;color:#666;margin:0}.file__preview{margin-top:15px}.file__preview.hide{display:none}.file__preview-content{display:flex;align-items:center;background:#f6fff7;border:1px solid rgba(49,156,84,.2);border-radius:10px;padding:15px;position:relative}.file__preview-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-right:15px;background:#eaf0e9;border-radius:8px;color:#319c54}.file__preview-icon i{font-size:24px}.file__preview-info{flex:1}.file__preview-name{font-weight:600;font-size:16px;display:block;margin-bottom:2px}.file__preview-size{font-size:13px;color:#666}.file__preview-remove{position:relative !important;top:initial !important;right:initial !important;z-index:99}.leaflet-popup-content-wrapper{border-radius:20px !important}.leaflet-popup-content{margin:15px !important}.leaflet-container a.leaflet-popup-close-button{display:none !important}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}.tada{-webkit-animation-name:tada;animation-name:tada}.mypage-whatsapp-phone{position:fixed;bottom:0;visibility:visible;background-color:rgba(0,0,0,0);width:110px;height:110px;cursor:pointer;z-index:99}.mypage-whatsapp-phone.bottom_left{left:0}.mypage-whatsapp-phone.bottom_right{right:0}.mypage-whatsapp-ph-img-circle{width:30px;height:30px;top:43px;left:43px;font-size:18px;text-align:center;line-height:28px;color:#fff;position:absolute;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(0,0,0,0);opacity:.7;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#0d9f16;background-size:70%;display:flex;align-items:center;justify-content:center}.mypage-whatsapp-ph-circle-fill{width:60px;height:60px;top:28px;left:28px;position:absolute;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(0,0,0,0);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgba(13,159,22,.5);opacity:.75 !important}.mypage-whatsapp-ph-circle{width:90px;height:90px;top:12px;left:12px;position:absolute;background-color:rgba(0,0,0,0);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;border-color:#0d9f16;opacity:.5}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@media screen and (max-device-width: 600px){.mypage-whatsapp-phone{transform:scale(0.8)}}html{scroll-behavior:smooth}body{font-size:16px;font-family:"Outfit",sans-serif;color:#232323;background:#fff;line-height:1.5}body::before{width:50vw;height:50vw;border-radius:50%;position:fixed;content:"";background:#eb3943;left:-25vw;top:-25vw;z-index:-3;filter:blur(200px);opacity:.15}@media(max-width: 600px){body::before{width:75vw;height:75vw;left:-37.5vw;top:-37.5vw}}body::after{width:50vw;height:50vw;border-radius:50%;position:fixed;content:"";background:#d9653f;right:-25vw;bottom:-25vw;z-index:-3;filter:blur(200px);opacity:.25}@media(max-width: 600px){body::after{width:75vw;height:75vw;right:-37.5vw;bottom:-37.5vw}}a{color:#232323;transition:color .3s ease}a:hover{color:#eb3943}strong{font-weight:700}p{margin-bottom:15px}.button{display:flex;align-items:center;gap:10px;transition:all .3s ease;border:none;background:none;width:max-content;cursor:pointer}.button--main{padding:10px 20px;background:#eb3943;color:#fff;border-radius:30px;font-size:14px}.button--main:hover{background:#232323;color:#fff}.button--submit{padding:15px 25px;width:max-content;border:none;border-radius:40px;background:#eb3943;color:#fff;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:10px;transition:all .3s ease}.button--submit:hover{background:#0d0404;gap:15px}.button--submit:disabled{background:rgba(235,57,67,.1254901961);color:#eb3943;cursor:not-allowed}.button--detail{gap:5px;opacity:.5;font-size:14px}.button--detail:hover{opacity:1}.button--contact-mini{display:flex}.button--contact-mini i{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eb3943;color:#fff;font-size:24px}.button--contact-mini i.ph-whatsapp-logo{background:#319c54}.button--contact-mini>div{display:flex;flex-direction:column;line-height:1;gap:5px}.button--contact-mini>div small{font-size:14px;font-weight:300;opacity:.5}.button--contact-mini>div span{font-size:18px;font-weight:600}.button--form-remove{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eb3943;color:#fff;transition:all .3s ease;font-size:14px;position:absolute;right:20px;top:20px}.button--form-remove:hover{background:#0d0404;color:#fff}.button--form-add{padding:10px 25px;border-radius:40px;border:1px solid rgba(35,35,35,.2509803922)}.button--form-add:hover{gap:15px;border:1px solid #319c54;background:rgba(49,156,84,.0392156863);color:#319c54}.title-centered{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:30px}@media(max-width: 600px){.title-centered{margin-bottom:20px}}.title-centered h2,.title-centered h3{width:100%;max-width:800px;text-align:center;font-size:32px;font-weight:600}@media(max-width: 600px){.title-centered h2,.title-centered h3{font-size:22px}}.title-centered h2 span,.title-centered h3 span{color:#eb3943}.title-detailed{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}@media(max-width: 600px){.title-detailed{margin-bottom:20px}}.title-detailed h2{width:100%;max-width:800px;font-size:32px;font-weight:600}@media(max-width: 600px){.title-detailed h2{font-size:18px}}.title-detailed h2 span{color:#eb3943}.title-detailed a{font-size:14px;display:flex;align-items:center;padding:8px 15px;background:hsla(0,0%,100%,.5647058824);gap:10px;transition:all .3s ease;border-radius:30px}@media(max-width: 600px){.title-detailed a{padding:5px 10px;font-size:12px}}.title-detailed a:hover{background:#eb3943;color:#fff}.helal-icons{display:flex;gap:20px}@media(max-width: 600px){.helal-icons{margin:auto}}.helal-icons img{width:90px}@media(max-width: 600px){.helal-icons img{width:80px}}.button-group{display:flex;gap:30px;align-items:center}.slider-pagination{width:100%;display:flex;align-items:center;justify-content:center;gap:10px}.slider-pagination span{width:15px;height:15px;border-radius:15px;background:#232323;transition:all .3s ease;cursor:pointer;opacity:1;margin:0px !important}.slider-pagination span:hover{background:#eb3943}.slider-pagination span.swiper-pagination-bullet-active{background:#eb3943;width:35px}.header-top{width:100%;display:flex;align-items:center;justify-content:center;height:45px;background:rgba(187,52,48,.031372549);border-bottom:1px solid #f4f4f4;font-size:14px;position:relative;z-index:999}@media(max-width: 600px){.header-top{padding:0 10px;height:40px}}.header-top__container{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between}.header-top__menu{display:flex}@media(max-width: 600px){.header-top__menu{display:none}}.header-top__menu li{display:flex;align-items:center;gap:15px}.header-top__menu li::before{width:5px;height:5px;background:#eb3943;border-radius:50%;content:"";margin-left:15px}.header-top__menu li:first-child::before{display:none}.header-top__right{display:flex;align-items:center;gap:20px}@media(max-width: 600px){.header-top__right{width:100%;justify-content:space-between}}.header-top__social{display:flex;gap:5px}.header-top__social li{display:flex}.header-top__social a{width:30px;height:30px;border-radius:8px;background:hsla(0,0%,100%,.4392156863);display:flex;align-items:center;justify-content:center;font-size:24px}.header-top__lang{display:flex;position:relative}.header-top__lang:hover .header-top__lang-sub{padding-top:5px;visibility:visible;opacity:1}.header-top__lang-active{display:flex;align-items:center;gap:5px;height:30px;padding:0 15px;background:#eb3943;color:#fff;border-radius:30px;cursor:pointer}@media(max-width: 600px){.header-top__lang-active{background:#232323}}.header-top__lang-sub{position:absolute;top:30px;padding-top:0px;left:50%;transform:translateX(-50%);width:120px;display:flex;visibility:hidden;opacity:0;transition:all .3s ease}@media(max-width: 600px){.header-top__lang-sub{left:initial;right:0px;transform:translateX(0%)}}.header-top__lang-sub::before{content:"";position:absolute;top:0px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #eb3943}@media(max-width: 600px){.header-top__lang-sub::before{left:initial;right:17px;transform:translateX(0%);border-bottom:5px solid #232323}}.header-top__lang-sub ul{width:100%;padding:10px;border-radius:10px;display:flex;flex-direction:column;gap:10px;background:#eb3943;font-size:16px}@media(max-width: 600px){.header-top__lang-sub ul{background:#232323}}.header-top__lang-sub ul li{display:flex}.header-top__lang-sub ul a{display:flex;align-items:center;gap:5px;color:#fff}.header-top__lang-sub ul a img{width:20px;height:20px;border-radius:50%}.header-bottom{width:100%;display:flex;align-items:center;justify-content:center;padding:15px 0;position:relative;z-index:99}@media(max-width: 600px){.header-bottom{padding:10px;position:sticky;align-self:flex-start;top:0px;background:hsla(0,0%,100%,.8666666667);backdrop-filter:blur(10px)}}.header-bottom__container{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative}.header-bottom__logo{display:flex}.header-bottom__logo img{width:auto;height:80px}@media(max-width: 600px){.header-bottom__logo img{height:60px}}.header-bottom__menu{width:100%;display:flex}@media(max-width: 600px){.header-bottom__menu{width:100%;position:absolute;background:#fff;padding:20px;z-index:99;top:75px;border:1px solid #f4f4f4;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-20px);transition:all .3s ease}.header-bottom__menu.active{opacity:1;visibility:visible;transform:translateY(0px)}}.header-bottom__menu>ul{width:100%;display:flex;justify-content:space-between}@media(max-width: 600px){.header-bottom__menu>ul{flex-direction:column;gap:10px}}.header-bottom__menu>ul>li{display:flex;position:relative}.header-bottom__menu>ul>li.menu-about{display:flex;flex-direction:column}@media(max-width: 600px){.header-bottom__menu>ul>li.menu-about>a{justify-content:space-between}}.header-bottom__menu>ul>li.menu-about>a i{display:none}@media(max-width: 600px){.header-bottom__menu>ul>li.menu-about>a i{display:flex}}.header-bottom__menu>ul>li.menu-about .menu-sub{display:none}@media(max-width: 600px){.header-bottom__menu>ul>li.menu-about .menu-sub{width:100%;visibility:visible;opacity:1;display:flex;position:relative;left:initial !important;top:initial !important;transform:translateX(0%) !important;border-radius:8px;margin:10px 0;padding:0px !important}.header-bottom__menu>ul>li.menu-about .menu-sub::before{display:none}.header-bottom__menu>ul>li.menu-about .menu-sub ul{box-shadow:none;border:1px solid #f4f4f4}}.header-bottom__menu>ul>li.only-mobile{display:none}@media(max-width: 600px){.header-bottom__menu>ul>li.only-mobile{display:flex}}.header-bottom__menu>ul>li:hover .menu-sub{padding-top:10px;visibility:visible;opacity:1}.header-bottom__menu>ul>li:hover>a{color:#eb3943}.header-bottom__menu>ul>li>a{display:flex;align-items:center;gap:5px;text-transform:uppercase;font-weight:600}@media(max-width: 600px){.header-bottom__menu>ul>li>a{width:100%}}.header-bottom__menu>ul>li>a>i{color:#eb3943;font-size:14px}@media(max-width: 600px){.header-bottom__menu>ul>li>a>i{display:none}}.header-bottom__menu>ul>li .menu-sub{position:absolute;top:20px;padding-top:0px;left:50%;transform:translateX(-50%);width:200px;display:flex;visibility:hidden;opacity:0;transition:all .3s ease}@media(max-width: 600px){.header-bottom__menu>ul>li .menu-sub{display:none}}.header-bottom__menu>ul>li .menu-sub::before{content:"";position:absolute;top:5px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #fff}.header-bottom__menu>ul>li .menu-sub ul{width:100%;padding:15px;border-radius:10px;display:flex;flex-direction:column;gap:10px;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.1)}.header-bottom__menu>ul>li .menu-sub ul li{display:flex}.header-bottom__menu>ul>li .menu-sub ul li a{width:100%;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.header-bottom__menu>ul>li .menu-sub ul li a i{opacity:.5}.header-bottom__menu>ul>li .menu-sub ul li a:hover{color:#eb3943}.header-bottom__menu>ul>li .menu-sub ul li a:hover i{opacity:1;transition:all .3s ease}.header-bottom__mobile-menu{display:none}@media(max-width: 600px){.header-bottom__mobile-menu{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:8px;background:#eb3943;color:#fff !important;font-size:24px}}.hero{width:100%;margin-bottom:120px;display:flex;align-items:center;justify-content:center}@media(max-width: 600px){.hero{padding:10px;margin-bottom:40px;overflow:hidden}}.hero__container{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between}@media(max-width: 600px){.hero__container{flex-direction:column;gap:30px}}.hero__texts{width:100%;max-width:540px;display:flex;flex-direction:column}@media(max-width: 600px){.hero__texts{order:2}}.hero__texts>h1{font-size:56px;font-weight:600;line-height:1.2}@media(max-width: 600px){.hero__texts>h1{font-size:40px}}.hero__texts>h1 span{color:#eb3943}.hero__texts>span{margin-bottom:40px}@media(max-width: 600px){.hero__texts>span{margin-bottom:20px}}.hero__img{display:flex;position:relative;width:620px;height:auto;aspect-ratio:1/1}.hero__img::before{content:"";display:block;width:100%;height:100%;background:conic-gradient(#EB3943, #ff831e, #EB3943);border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:-9;opacity:.15;filter:blur(100px);transition:opacity .3s ease;animation:rotateGradient 3s linear infinite}@media(max-width: 600px){.hero__img{order:1;width:100%}}.hero__img img{width:100%;height:100%;aspect-ratio:1/1;position:absolute;left:0px;top:0px;pointer-events:none;opacity:0}.hero__img img.hero-1{z-index:1;--float-distance: -4px;--float-duration: 6s;--entry-delay: 0.6s;animation:heroLayerEntry .8s ease-out var(--entry-delay) forwards,heroLayerFloat var(--float-duration) ease-in-out calc(.8s + var(--entry-delay)) infinite}.hero__img img.hero-2{z-index:2;--float-distance: -6px;--float-duration: 7s;--entry-delay: 0.5s;animation:heroLayerEntry .8s ease-out var(--entry-delay) forwards,heroLayerFloat var(--float-duration) ease-in-out calc(.8s + var(--entry-delay)) infinite}.hero__img img.hero-3{z-index:3;--float-distance: -8px;--float-duration: 7.5s;--entry-delay: 0.9s;animation:heroLayerEntry .8s ease-out var(--entry-delay) forwards,heroLayerFloat var(--float-duration) ease-in-out calc(.8s + var(--entry-delay)) infinite}.hero__img img.hero-4{z-index:4;--float-distance: -7px;--float-duration: 8s;--entry-delay: 0s;animation:heroLayerEntry .8s ease-out var(--entry-delay) forwards,heroLayerFloat var(--float-duration) ease-in-out calc(.8s + var(--entry-delay)) infinite}.hero__img img.hero-5{z-index:5;--float-distance: -9px;--float-duration: 7s;--entry-delay: 0.4s;animation:heroLayerEntry .8s ease-out var(--entry-delay) forwards,heroLayerFloat var(--float-duration) ease-in-out calc(.8s + var(--entry-delay)) infinite}.hero__img img.hero-6{z-index:6;--float-distance: -5px;--float-duration: 6.5s;--entry-delay: 0.3s;animation:heroLayerEntry .8s ease-out var(--entry-delay) forwards,heroLayerFloat var(--float-duration) ease-in-out calc(.8s + var(--entry-delay)) infinite}.hero__img img.hero-7{z-index:7;--float-distance: -10px;--float-duration: 8s;--entry-delay: 0.2s;animation:heroLayerEntry .8s ease-out var(--entry-delay) forwards,heroLayerFloat var(--float-duration) ease-in-out calc(.8s + var(--entry-delay)) infinite}.hero__img img.hero-8{z-index:8;--float-distance: -7px;--float-duration: 7s;--entry-delay: 0.2s;animation:heroLayerEntry .8s ease-out var(--entry-delay) forwards,heroLayerFloat var(--float-duration) ease-in-out calc(.8s + var(--entry-delay)) infinite}@keyframes heroLayerEntry{0%{opacity:0;transform:translateY(-30px);filter:blur(10px)}100%{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes heroLayerFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(var(--float-distance, -10px))}}.slogans{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.slogans{margin-bottom:40px;padding:10px}}.slogans__container{width:100%;max-width:1200px;display:flex;flex-direction:column}.slogans__wrapper{width:100%;display:flex;gap:25px}@media(max-width: 600px){.slogans__wrapper{flex-direction:column;gap:10px}}.slogan{width:100%;display:flex;flex-direction:column;border:1px solid #f4f4f4;background:hsla(0,0%,100%,.3137254902);padding:25px;border-radius:20px;transition:all .3s ease}@media(max-width: 600px){.slogan{padding:15px}}.slogan:hover{border:1px solid #eb3943}.slogan:hover .slogan__icon{background:#eb3943;color:#fff}.slogan:hover .slogan__icon svg,.slogan:hover .slogan__icon path{fill:#fff}.slogan__icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(235,57,67,.062745098);font-size:45px;margin-bottom:15px;transition:all .3s ease}.slogan__icon svg,.slogan__icon path{transition:all .3s ease}.slogan__texts{display:flex;flex-direction:column}.slogan__texts h3{font-size:22px;font-weight:600;color:#eb3943}.products-doner{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.products-doner{margin-bottom:40px;padding:10px}}.products-doner__container{width:100%;max-width:1200px;display:flex;flex-direction:column}.products-doner__slider{width:100%;display:flex;overflow:hidden;position:relative;margin-bottom:30px}@media(max-width: 600px){.products-doner__slider{margin-bottom:20px}}.products-doner__slider-wrapper{width:100%;display:flex}.product-doner{width:100%;max-width:600px;display:flex !important;align-items:center;gap:15px;border:1px solid #f4f4f4;background:hsla(0,0%,100%,.3137254902);padding:20px;border-radius:20px;transition:all .3s ease}@media(max-width: 600px){.product-doner{flex-direction:column;padding:15px}}.product-doner:hover{border:1px solid #fff}.product-doner__img{display:flex}.product-doner__img img{width:200px;height:auto;border-radius:10px;border:1px solid #f4f4f4;aspect-ratio:20/29;object-fit:cover}@media(max-width: 600px){.product-doner__img img{width:100%;aspect-ratio:1/1}}.product-doner__texts{display:flex;flex-direction:column;gap:10px}.product-doner__texts h3{font-size:22px;font-weight:600}.product-doner__infos{display:flex;align-items:center;gap:15px}.product-doner__info{display:flex;align-items:center;gap:5px}.product-doner__info-progress{--size: 25px;--thickness: 5px;--progress-color: #319C54;--track-color: #C5D5CA;--value: 0;width:var(--size);height:var(--size);border-radius:50%;position:relative;flex-shrink:0;background:conic-gradient(var(--progress-color) calc(var(--value) * 1%), var(--track-color) 0%)}.product-doner__info-progress::before{content:"";position:absolute;top:var(--thickness);left:var(--thickness);right:var(--thickness);bottom:var(--thickness);background-color:#fff;border-radius:50%}.product-doner__info-texts{display:flex;flex-direction:column;line-height:1}.product-doner__info-texts strong{color:#319c54}.product-doner__info-texts small{font-weight:500;font-size:12px}.product-doner__text{display:flex;flex-direction:column;gap:15px}.products-butcher{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.products-butcher{margin-bottom:40px;padding:10px}}.products-butcher__container{width:100%;max-width:1200px;display:flex;flex-direction:column}.products-butcher__slider{width:100%;display:flex;overflow:hidden;position:relative;margin-bottom:30px}@media(max-width: 600px){.products-butcher__slider{margin-bottom:30px}}.products-butcher__slider-wrapper{width:100%;display:flex}.product-butcher{width:100%;display:flex;flex-direction:column;padding:20px;border:1px solid #f4f4f4;background:hsla(0,0%,100%,.3137254902);border-radius:20px;transition:all .3s ease}@media(max-width: 600px){.product-butcher{padding:15px}}.product-butcher:hover{border:1px solid #fff}.product-butcher__img{display:flex;margin-bottom:15px}.product-butcher__img img{width:100%;height:auto;border-radius:10px;border:1px solid #f4f4f4;aspect-ratio:1/1;object-fit:cover}.product-butcher__texts{display:flex;flex-direction:column}.product-butcher__texts h3{font-size:22px;font-weight:600}.product-butcher__text{display:flex;flex-direction:column;gap:15px}.contact-mini{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.contact-mini{margin-bottom:40px;padding:10px}}.contact-mini__container{width:100%;max-width:1200px;display:flex;flex-direction:column;position:relative}.contact-mini__wrapper{width:100%;padding:60px;display:flex;align-items:center;height:295px;border-radius:20px;background:rgba(187,52,48,.031372549);border:1px solid #f4f4f4;overflow:hidden;position:relative}@media(max-width: 600px){.contact-mini__wrapper{padding:20px;height:auto}}.contact-mini__wrapper::before{width:450px;height:450px;border-radius:50%;position:absolute;content:"";background:#f1541f;right:-225px;bottom:-225px;z-index:-3;filter:blur(200px);opacity:.15}.contact-mini__wrapper::after{width:450px;height:450px;border-radius:50%;position:absolute;content:"";background:#eb3943;left:-225px;top:-225px;z-index:-3;filter:blur(200px);opacity:.15}.contact-mini__texts{width:100%;max-width:610px;display:flex;flex-direction:column}@media(max-width: 600px){.contact-mini__texts{align-items:flex-start}}.contact-mini__texts>h4{font-size:32px;font-weight:600}@media(max-width: 600px){.contact-mini__texts>h4{font-size:22px}}.contact-mini__texts>h4 span{color:#eb3943}.contact-mini__texts>span{display:inline-block}.contact-mini__buttons{display:flex;align-items:center;gap:35px;margin-top:20px}@media(max-width: 600px){.contact-mini__buttons{flex-direction:column;gap:20px}}.contact-mini__icon{position:absolute;right:-15%;bottom:-30%;rotate:-35deg}@media(max-width: 600px){.contact-mini__icon{display:none}}.contact-mini__img{position:absolute;bottom:0px;right:0px}@media(max-width: 600px){.contact-mini__img{display:none}}.franchise-mini{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.franchise-mini{margin-bottom:40px;padding:10px}}.franchise-mini__container{width:100%;max-width:1200px;display:flex;justify-content:space-between;gap:50px}@media(max-width: 600px){.franchise-mini__container{flex-direction:column;gap:20px}}.franchise-mini__texts{width:100%;max-width:550px;display:flex;flex-direction:column}.franchise-mini__texts>h3{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:10px}@media(max-width: 600px){.franchise-mini__texts>h3{font-size:22px}}.franchise-mini__texts>h3 span{color:#eb3943}.franchise-mini__text{margin-bottom:20px}.franchise-mini__text p:last-child{margin-bottom:0px}.franchise-mini__form{width:100%;max-width:600px;position:relative}.franchise-mini__form:hover .franchise-mini__cow{transform:translateX(-100%)}.franchise-mini__form .form{padding:25px;background:#fff}.franchise-mini__cow{position:absolute;bottom:80px;left:0%;transform:translateX(0%);transition:all .3s ease;z-index:-1}@media(max-width: 600px){.franchise-mini__cow{display:none}}.faq{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.faq{margin-bottom:40px;padding:10px}}.faq__container{width:100%;max-width:1000px;display:flex;flex-direction:column}.faq__wrapper{width:100%;display:flex;flex-direction:column;gap:20px}@media(max-width: 600px){.faq__wrapper{gap:10px}}.faq-item{width:100%;display:flex;flex-direction:column;border-radius:20px;overflow:hidden;border:1px solid #f4f4f4;background:hsla(0,0%,100%,.3137254902);transition:all .3s ease}.faq-item:hover{border:1px solid #fff}.faq-item--mini{border-radius:10px}.faq-item--mini.active .faq-item-texts{padding:15px !important}.faq-item--mini .faq-item-title{padding:15px}.faq-item--mini .faq-item-title h3{font-size:18px}.faq-item--mini .faq-item-texts{padding:0 15px}.faq-item.active .faq-item-title{background:#eb3943;color:#fff}.faq-item.active .faq-item-title i{transform:rotate(45deg);color:#fff}.faq-item.active .faq-item-texts{visibility:visible;opacity:1;height:auto;padding:20px 25px}@media(max-width: 600px){.faq-item.active .faq-item-texts{padding:15px}}.faq-item-title{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;padding:20px 25px;border-bottom:1px solid #f4f4f4}@media(max-width: 600px){.faq-item-title{padding:15px}}.faq-item-title>h3{font-size:22px;font-weight:600;line-height:1.2}@media(max-width: 600px){.faq-item-title>h3{font-size:18px}}.faq-item-title i{font-size:20px;transition:all .3s ease;color:#eb3943}.faq-item-texts{visibility:hidden;opacity:0;height:0px;padding:0 25px;transition:all .3s ease;overflow:hidden}.faq-item-texts p:last-child{margin-bottom:0px;padding:0}.blogs{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.blogs{margin-bottom:40px;padding:10px}}.blogs__container{width:100%;max-width:1200px;display:flex;flex-direction:column}.blogs__wrapper{width:100%;display:flex;gap:25px}@media(max-width: 600px){.blogs__wrapper{flex-direction:column;gap:10px}}.blog{width:100%;max-width:385px;display:flex;flex-direction:column;padding:20px;border:1px solid #f4f4f4;background:hsla(0,0%,100%,.3137254902);border-radius:20px;transition:all .3s ease}@media(max-width: 600px){.blog{padding:15px}}.blog:hover{border:1px solid #fff}.blog__img{display:flex;margin-bottom:15px}.blog__img img{width:100%;height:auto;border-radius:10px;border:1px solid #f4f4f4;aspect-ratio:4/3;object-fit:cover}.blog__texts{display:flex;flex-direction:column}.blog__texts h3{font-size:18px;font-weight:600}.blog__info{margin-top:15px;display:flex;align-items:center;justify-content:space-between}.blog__info>span{font-size:14px;font-weight:300;color:#232323;opacity:.5}.footer{width:100%;display:flex;flex-direction:column;background:hsla(0,0%,100%,.3137254902);border-top:1px solid #f4f4f4;transition:all .3s ease}.footer:hover{border-top:1px solid #fff}.footer__top{width:100%;display:flex;align-items:center;justify-content:center;padding:80px 0;border-bottom:1px solid #f4f4f4}@media(max-width: 600px){.footer__top{padding:40px 10px}}.footer__top-container{width:100%;max-width:1200px;display:flex;justify-content:space-between}@media(max-width: 600px){.footer__top-container{flex-wrap:wrap;gap:20px}}.footer__menu{display:flex;flex-direction:column;gap:15px}@media(max-width: 600px){.footer__menu{width:calc(50% - 20px)}}.footer__menu h4{font-size:18px;font-weight:600}.footer__menu h4 span{color:#eb3943}.footer__menu ul{display:flex;flex-direction:column;gap:10px}.footer__menu ul li{display:flex}.footer__contact{width:220px;display:flex;flex-direction:column;gap:25px}@media(max-width: 600px){.footer__contact{width:100%}}.footer__contact-item{display:flex;align-items:center;gap:10px}.footer__contact-item i{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eb3943;color:#fff;font-size:20px}.footer__contact-item i.ph-whatsapp-logo{background:#319c54}.footer__contact-item>div{display:flex;flex-direction:column;line-height:1.2}.footer__contact-item>div small{font-size:14px;font-weight:300;opacity:.5}.footer__contact-item>div span{font-size:16px;font-weight:400}.footer__middle{width:100%;display:flex;align-items:center;justify-content:center;padding:30px 0;border-bottom:1px solid #f4f4f4}@media(max-width: 600px){.footer__middle{padding:20px 10px}}.footer__middle-container{width:100%;max-width:1200px;display:flex;justify-content:space-between}@media(max-width: 600px){.footer__middle-container{flex-direction:column;gap:20px;align-items:center}}.footer__logo{display:flex}.footer__logo img{width:auto;height:60px}.footer__social{display:flex;gap:5px}.footer__social li{display:flex}.footer__social a{width:40px;height:40px;border-radius:8px;background:hsla(0,0%,100%,.4392156863);display:flex;align-items:center;justify-content:center;font-size:20px}.footer__bottom{width:100%;display:flex;align-items:center;justify-content:center;padding:30px 0;font-size:14px}@media(max-width: 600px){.footer__bottom{padding:20px 10px}}.footer__bottom-container{width:100%;max-width:1200px;display:flex;justify-content:space-between}@media(max-width: 600px){.footer__bottom-container{flex-direction:column;gap:10px;align-items:center}}.footer__copyright{font-weight:300}.footer__copyright p:last-child{margin-bottom:0px}.footer__contracts{display:flex}.footer__contracts li{display:flex;align-items:center;gap:15px}.footer__contracts li::before{width:5px;height:5px;background:#eb3943;border-radius:50%;content:"";margin-left:15px}.footer__contracts li:first-child::before{display:none}.title-page{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:60px;overflow:hidden;background:rgba(187,52,48,.031372549);border-bottom:1px solid #f4f4f4;border-top:1px solid #f4f4f4;position:relative}@media(max-width: 600px){.title-page{margin-bottom:20px}}.title-page::before{width:50vw;height:50vw;border-radius:50%;position:absolute;content:"";background:#f1541f;right:-25vw;bottom:-25vw;z-index:-3;filter:blur(200px);opacity:.15}.title-page::after{width:50vw;height:50vw;border-radius:50%;position:absolute;content:"";background:#eb3943;left:-25vw;top:-25vw;z-index:-3;filter:blur(200px);opacity:.1}.title-page__container{width:1200px;display:flex;min-height:300px;align-items:center;position:relative}@media(max-width: 600px){.title-page__container{width:100%;padding:30px 10px;min-height:auto}}.title-page__texts{width:100%;max-width:600px;display:flex;flex-direction:column;position:relative;z-index:2}.title-page__texts>h1{font-size:56px;font-weight:600;line-height:1.2}@media(max-width: 600px){.title-page__texts>h1{font-size:40px}}.title-page__texts>h1 span{color:#eb3943}.title-page__text{font-size:18px;margin-bottom:20px}@media(max-width: 600px){.title-page__text{font-size:16px;margin-bottom:10px}}.title-page__text p:last-child{margin-bottom:0px}.title-page__icon{position:absolute;right:-15%;bottom:-30%;rotate:-35deg;pointer-events:none}@media(max-width: 600px){.title-page__icon{width:100%;opacity:.1}}.breadcrumb{display:flex;font-size:14px;align-items:center}.breadcrumb li{display:flex;align-items:center;gap:15px}.breadcrumb li i.ph-caret-right{margin-right:15px;opacity:.5}.breadcrumb li a{opacity:.5;transition:all .3s ease}.breadcrumb li a:hover{opacity:1}.service-details{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.service-details{padding:10px;margin-bottom:40px}}.service-details--reversed .service-details__container{flex-direction:row-reverse}@media(max-width: 600px){.service-details--reversed .service-details__container{flex-direction:column}}.service-details__container{width:100%;max-width:1200px;display:flex;align-items:center;gap:40px}@media(max-width: 600px){.service-details__container{flex-direction:column;gap:20px}}.service-details__image{width:100%;max-width:615px;display:flex;position:relative;flex-shrink:0}.service-details__image img{width:100%;height:auto;border-radius:20px;border:1px solid #f4f4f4;aspect-ratio:4/3;object-fit:cover}.service-details__video{width:100%;max-width:615px;height:auto;aspect-ratio:4/3;display:flex;position:relative;flex-shrink:0;border-radius:20px;border:1px solid #f4f4f4;overflow:hidden;cursor:pointer;transition:all .3s ease}.service-details__video:hover::before{background:#eb3943;opacity:.5}.service-details__video:hover i{width:60px;height:60px}.service-details__video:hover img{filter:blur(5px)}.service-details__video::before{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(235,57,67,.1254901961);z-index:2;transition:all .3s ease}.service-details__video i{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#eb3943;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3;transition:all .6s ease}.service-details__video img{width:100%;height:100%;position:absolute;top:0px;left:0px;object-fit:cover;z-index:1;transition:all .9s ease}.service-details__images{width:615px;height:500px;position:relative;flex-shrink:0}@media(max-width: 600px){.service-details__images{width:100%;height:auto;display:flex;flex-direction:column;gap:10px}}.service-details__images-1{position:absolute;object-fit:cover;left:0px;top:0px;width:340px;height:500px;border-radius:20px;border:1px solid #f4f4f4}@media(max-width: 600px){.service-details__images-1{display:none}}.service-details__images-2{position:absolute;object-fit:cover;right:0px;top:0px;width:250px;height:200px;border-radius:20px;border:1px solid #f4f4f4}@media(max-width: 600px){.service-details__images-2{display:none}}.service-details__images-3{position:absolute;object-fit:cover;right:0px;bottom:25px;width:345px;height:250px;border-radius:20px;border:1px solid #f4f4f4}@media(max-width: 600px){.service-details__images-3{position:relative;width:100%;height:auto;aspect-ratio:4/3;bottom:initial}}.service-details__images-video{position:absolute;object-fit:cover;right:0px;bottom:25px;width:345px;height:250px;border-radius:20px;border:1px solid #f4f4f4;overflow:hidden;cursor:pointer;transition:all .3s ease}@media(max-width: 600px){.service-details__images-video{position:relative;width:100%;height:auto;aspect-ratio:16/9;display:flex;bottom:initial;right:initial}}.service-details__images-video:hover::before{background:#eb3943;opacity:.5}.service-details__images-video:hover i{width:60px;height:60px}.service-details__images-video:hover img{filter:blur(5px)}.service-details__images-video::before{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(235,57,67,.1254901961);z-index:2;transition:all .3s ease}.service-details__images-video i{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#eb3943;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3;transition:all .6s ease}.service-details__images-video img{width:100%;height:100%;position:absolute;top:0px;left:0px;object-fit:cover;z-index:1;transition:all .9s ease}.service-details__texts{display:flex;flex-direction:column;gap:20px}.service-details__texts-item>h2{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:10px}@media(max-width: 600px){.service-details__texts-item>h2{font-size:22px}}.service-details__texts-item>h2 span{color:#eb3943}.service-details__texts-item p:last-child{margin-bottom:0px}.certificates{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.certificates{margin-bottom:40px;padding:10px}}.certificates__container{width:100%;max-width:1200px;display:flex;flex-direction:column}.certificates__slider{width:100%;display:flex;overflow:hidden;position:relative;margin-bottom:30px}@media(max-width: 600px){.certificates__slider{margin-bottom:20px}}.certificates__slider-wrapper{width:100%;display:flex}.certificate-item{width:100%;max-width:300px;display:flex;flex-direction:column;align-items:center;gap:10px;align-items:center;text-align:center}.certificate-item img{width:100%;height:auto;border-radius:16px;border:1px solid #f4f4f4;aspect-ratio:220/320;object-fit:cover}.certificate-item span{font-weight:500}.slaughterhouse{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.slaughterhouse{margin-bottom:40px;padding:10px}}.slaughterhouse__container{width:100%;max-width:1200px;display:flex;flex-direction:column}.slaughterhouse__slider{width:100%;display:flex;overflow:hidden;position:relative;margin-bottom:30px}@media(max-width: 600px){.slaughterhouse__slider{margin-bottom:20px}}.slaughterhouse__slider-wrapper{width:100%;display:flex}.post-gallery-list{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}@media(max-width: 600px){.post-gallery-list{grid-template-columns:repeat(2, 1fr);gap:10px}}.gallery-item{width:100%;max-width:300px;height:auto;display:flex;position:relative;overflow:hidden;border-radius:16px;border:1px solid #f4f4f4;aspect-ratio:1/1}.gallery-item:hover::before{background:#eb3943;opacity:.5}.gallery-item:hover i{opacity:1;width:60px;height:60px}.gallery-item:hover img{filter:blur(5px)}.gallery-item::before{opacity:0;content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(235,57,67,.1254901961);z-index:2;transition:all .3s ease}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:all .9s ease}.gallery-item i{opacity:0;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#eb3943;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3;transition:all .6s ease}.certificates-list{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.certificates-list{margin-bottom:40px;padding:10px}}.certificates-list__container{width:100%;max-width:1200px;display:flex;flex-direction:column}.certificates-list__wrapper{width:100%;display:grid;gap:25px;grid-template-columns:repeat(4, 1fr)}@media(max-width: 600px){.certificates-list__wrapper{grid-template-columns:repeat(2, 1fr);gap:10px}}.gallery-list{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.gallery-list{margin-bottom:40px;padding:10px}}.gallery-list__container{width:100%;max-width:1200px;display:flex;flex-direction:column}.gallery-list__wrapper{width:100%;display:grid;gap:25px;grid-template-columns:repeat(4, 1fr)}@media(max-width: 600px){.gallery-list__wrapper{grid-template-columns:repeat(2, 1fr);gap:10px}}.human-resources{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.human-resources{margin-bottom:40px;padding:10px}}.human-resources__container{width:100%;max-width:950px;display:flex;flex-direction:column}.human-resources__wrapper{width:100%;display:flex;flex-direction:column;gap:40px}.blogs-list{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.blogs-list{margin-bottom:40px;padding:10px}}.blogs-list__container{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:30px}.blogs-list__wrapper{width:100%;display:grid;gap:25px;grid-template-columns:repeat(3, 1fr)}@media(max-width: 600px){.blogs-list__wrapper{grid-template-columns:1fr;gap:10px}}.pagination{display:flex;align-items:center;justify-content:center;gap:10px}.pagination a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #f4f4f4;transition:all .3s ease}.pagination a:hover{background:#eb3943;color:#fff !important}.pagination a.active{border:1px solid #eb3943;color:#eb3943}.pagination a.arrow{border:none !important;background:rgba(0,0,0,0) !important}.pagination a.arrow:hover{color:#eb3943 !important}.blog-detail{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;margin-bottom:120px}@media(max-width: 600px){.blog-detail{margin-bottom:40px;gap:10px;padding:10px}}.blog-detail__title{width:100%;display:flex;align-items:center;justify-content:center}.blog-detail__title-container{width:100%;max-width:1340px;display:flex;position:relative;border-radius:20px;border:1px solid #f4f4f4;overflow:hidden}@media(max-width: 600px){.blog-detail__title-container{border-radius:8px}}.blog-detail__title-container img{width:100%;height:auto;aspect-ratio:16/7;object-fit:cover}@media(max-width: 600px){.blog-detail__title-container img{aspect-ratio:16/9}}.blog-detail__title-container h1{width:100%;max-width:900px;position:absolute;bottom:40px;left:50%;transform:translateX(-50%);font-size:46px;font-weight:600;text-align:center;line-height:1.2;z-index:2;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.5)}@media(max-width: 600px){.blog-detail__title-container h1{font-size:22px;bottom:15px;left:0px;transform:translateX(0%);padding:0 15px}}.blog-detail__title-container::before{content:"";position:absolute;width:100%;left:0px;bottom:0px;height:250px;background:linear-gradient(to top, rgba(235, 57, 67, 0.1882352941) 0%, rgba(235, 57, 67, 0) 100%)}.blog-detail__container{width:100%;max-width:900px;display:flex;flex-direction:column;gap:20px}@media(max-width: 600px){.blog-detail__container{gap:10px}}.blog-detail__info{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px}.blog-detail__info-left{display:flex;align-items:center;gap:15px}.blog-detail__info-left>a{font-weight:600;display:flex;align-items:center;gap:15px}@media(max-width: 600px){.blog-detail__info-left>a{display:none}}.blog-detail__info-left>a::after{content:"";width:5px;height:5px;background:#eb3943;border-radius:50%}.blog-detail__info-left>span{font-weight:300;opacity:.5}.blog-detail__info-right{display:flex;align-items:center;gap:15px}@media(max-width: 600px){.blog-detail__info-right{gap:10px}}.blog-detail__info-right>span{font-weight:300;opacity:.5}.blog-detail__info-right>ul{display:flex;gap:5px}.blog-detail__info-right>ul li{display:flex}.blog-detail__info-right>ul a{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:hsla(0,0%,100%,.3137254902);font-size:20px;transition:all .3s ease}@media(max-width: 600px){.blog-detail__info-right>ul a{width:30px;height:30px}}.blog-detail__info-right>ul a:hover{background:#eb3943;color:#fff !important}.branches{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.branches{margin-bottom:40px;padding:10px}}.branches #branches-map{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}@media(max-width: 600px){.branches #branches-map{order:2;width:100%;height:auto;aspect-ratio:2/3;position:relative;top:initial;left:initial;border-radius:20px;border:1px solid #f4f4f4;overflow:hidden}}.branches__container{width:100%;max-width:1340px;height:auto;aspect-ratio:16/9;border:1px solid #f4f4f4;border-radius:20px;overflow:hidden;display:flex;position:relative}@media(max-width: 600px){.branches__container{flex-direction:column;aspect-ratio:initial;gap:20px}}.branches__sidebar{width:400px;height:calc(100% - 50px);position:absolute;left:25px;top:25px;background:#fff;border:1px solid #f4f4f4;border-radius:18px;overflow:hidden;z-index:2}@media(max-width: 600px){.branches__sidebar{order:1;width:100%;height:auto;position:relative;left:initial;top:initial}}.branches__sidebar-form{width:100%;padding:15px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #f4f4f4}.branches__sidebar-form>select{width:100%;padding:15px;border:1px solid #eee;border-radius:10px;background:#f9f9f9;transition:all .3s ease;outline:3px solid rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 15px center;background-size:16px;padding-right:45px;cursor:pointer}.branches__sidebar-form>select:focus{border-color:#eb3943;outline:3px solid rgba(235,57,67,.1254901961)}.branches__sidebar-wrapper{width:100%;display:flex;flex-direction:column;padding:15px;overflow-y:auto;position:absolute;height:calc(100% - 80px)}@media(max-width: 600px){.branches__sidebar-wrapper{position:relative;height:auto}}.branches__sidebar-wrapper::-webkit-scrollbar{width:8px;background:#f4f4f4}.branches__sidebar-wrapper::-webkit-scrollbar-thumb{background:#eb3943;border-radius:8px}.branches__sidebar-wrapper::-webkit-scrollbar-thumb:hover{background:#eb3943}.branches__sidebar-item{width:100%;display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f4f4f4;margin-bottom:10px;cursor:pointer}.branches__sidebar-item:hover h4{color:#eb3943}.branches__sidebar-item:hover img{border:1px solid #eb3943}.branches__sidebar-item>div{width:100%;display:flex;flex-direction:column}.branches__sidebar-item>div h4{font-size:18px;font-weight:600;transition:all .3s ease}.branches__sidebar-item>div span{font-weight:300}.branches__sidebar-item>div a{display:flex;align-items:center;gap:5px;font-weight:500}.branches__sidebar-item>div a i{color:#eb3943}.branches__sidebar-item>img{width:100px;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:8px;border:1px solid #f4f4f4;transition:all .3s ease}.branch-popup{min-width:200px;width:100%;display:flex;flex-direction:column}.branch-popup h4{font-size:18px;font-weight:600;margin-bottom:5px}.branch-popup span{margin-bottom:5px;font-size:14px}.branch-popup img{width:100%;height:auto;aspect-ratio:330/185;object-fit:cover;border-radius:16px;margin-bottom:10px;border:1px solid #f4f4f4}.branch-popup__phone{display:flex;align-items:center;gap:5px;font-size:16px !important;font-weight:500 !important;color:#232323 !important;transition:all .3s ease}.branch-popup__phone i{color:#eb3943 !important}.branch-popup__phone:hover{color:#eb3943 !important}.branch-popup__gmap{width:max-content;display:flex;align-items:center;padding:8px 15px;gap:5px;border-radius:35px;color:#eb3943 !important;background:rgba(235,57,67,.1254901961);font-weight:500;margin-top:10px;font-weight:600;transition:all .3s ease}.branch-popup__gmap:hover{background:#eb3943;color:#fff !important}.products-list-doner{width:100%;display:flex;align-items:center;justify-content:center;margin-top:-60px;margin-bottom:120px}@media(max-width: 600px){.products-list-doner{margin-top:0px;margin-bottom:40px;padding:10px}}.products-list-doner__container{width:100%;max-width:1200px;display:grid;gap:25px;grid-template-columns:repeat(2, 1fr)}@media(max-width: 600px){.products-list-doner__container{grid-template-columns:1fr;gap:10px}}.products-list-butcher{width:100%;display:flex;align-items:center;justify-content:center;margin-top:-60px;margin-bottom:120px}@media(max-width: 600px){.products-list-butcher{margin-top:0px;margin-bottom:40px;padding:10px}}.products-list-butcher__container{width:100%;max-width:1200px;display:grid;gap:25px;grid-template-columns:repeat(3, 1fr)}@media(max-width: 600px){.products-list-butcher__container{grid-template-columns:1fr;gap:10px}}.product-detail{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.product-detail{margin-bottom:40px;padding:10px}}.product-detail__container{width:100%;max-width:1200px;display:flex;gap:40px;justify-content:space-between;position:relative}@media(max-width: 600px){.product-detail__container{flex-direction:column;gap:20px}}.product-detail__left{width:550px;display:flex;flex-shrink:0;flex-direction:column;position:sticky;align-self:flex-start;top:20px}@media(max-width: 600px){.product-detail__left{width:100%;position:static;top:initial}}.product-detail__slider{width:100%;display:flex;overflow:hidden;position:relative;margin-bottom:20px}.product-detail__slider-wrapper{width:100%;display:flex}.product-detail__slider-item{width:100%;display:flex}.product-detail__slider-item img{width:100%;height:auto;border-radius:20px;border:1px solid #f4f4f4;aspect-ratio:1/1;object-fit:cover}.product-detail__icons{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:30px}@media(max-width: 600px){.product-detail__icons{flex-direction:column;gap:10px;margin-top:20px}}.product-detail__icon{display:flex;align-items:center;padding:5px 15px 5px 5px;border-radius:10px;gap:5px}@media(max-width: 600px){.product-detail__icon{width:100%}}.product-detail__icon--green{border:1px solid #319c54}.product-detail__icon--green .product-detail__icon-img{background:#319c54}.product-detail__icon--red{border:1px solid #bb3430}.product-detail__icon--red .product-detail__icon-img{background:#bb3430}.product-detail__icon--orange{border:1px solid #f36b3d}.product-detail__icon--orange .product-detail__icon-img{background:#f36b3d}.product-detail__icon-img{width:45px;height:45px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.product-detail__icon-texts{display:flex;flex-direction:column;line-height:1.2;gap:5px}.product-detail__icon-texts strong{font-size:14px;font-weight:600}.product-detail__icon-texts span{font-size:12px}.product-detail__right{width:100%;display:flex;flex-direction:column;gap:40px}@media(max-width: 600px){.product-detail__right{gap:20px}}.product-detail__content{display:flex;flex-direction:column;gap:20px}@media(max-width: 600px){.product-detail__content{gap:10px}}.product-detail__content>h2{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:10px}@media(max-width: 600px){.product-detail__content>h2{font-size:22px}}.product-detail__content>h2 span{color:#eb3943}.product-detail__infos{display:flex;align-items:center;gap:15px}@media(max-width: 600px){.product-detail__infos{flex-wrap:wrap}}.product-detail__info{display:flex;align-items:center;gap:5px}.product-detail__info-progress{--size: 45px;--thickness: 10px;--progress-color: #319C54;--track-color: #C5D5CA;--value: 0;width:var(--size);height:var(--size);border-radius:50%;position:relative;background:conic-gradient(var(--progress-color) calc(var(--value) * 1%), var(--track-color) 0%)}.product-detail__info-progress::before{content:"";position:absolute;top:var(--thickness);left:var(--thickness);right:var(--thickness);bottom:var(--thickness);background-color:#fff;border-radius:50%}.product-detail__info-texts{display:flex;flex-direction:column;line-height:1}.product-detail__info-texts strong{color:#319c54;font-size:18px}.product-detail__info-texts small{font-weight:500;font-size:16px}.product-detail__text img{max-width:100% !important;height:auto !important;border-radius:10px;border:1px solid #f4f4f4}.product-detail__text p:last-child{margin-bottom:0px}.product-detail__text table{margin-top:20px;width:100%;border-collapse:collapse;border-radius:10px;border:1px solid #f4f4f4}.product-detail__text table th{text-align:left;background:#fff;font-size:16px;font-weight:600;padding:10px;border:1px solid #f4f4f4}.product-detail__text table tbody td{padding:10px;border:1px solid #f4f4f4}.product-detail__text table tbody tr:nth-child(even){background:#fff}.product-detail__text table tbody tr:nth-child(odd){background:snow}.product-detail__text table tbody tr:hover{background:rgba(235,57,67,.1254901961)}.product-detail__values{width:100%;display:flex;flex-direction:column;gap:15px}.product-detail__values>h3{font-size:22px;font-weight:600}.product-detail__values-wrapper{display:flex;gap:10px}@media(max-width: 600px){.product-detail__values-wrapper{gap:5px;flex-wrap:wrap}}.product-detail__values-item{display:flex;flex-direction:column;padding:15px;width:100%;border:1px solid #f4f4f4;border-radius:10px;background:hsla(0,0%,100%,.3137254902);transition:all .3s ease}@media(max-width: 600px){.product-detail__values-item{padding:10px;width:max-content}}.product-detail__values-item:hover{border:1px solid #fff}.product-detail__values-item small{font-size:16px;font-weight:400;color:#eb3943}@media(max-width: 600px){.product-detail__values-item small{font-size:14px}}.product-detail__values-item strong{font-size:22px;font-weight:700}@media(max-width: 600px){.product-detail__values-item strong{font-size:16px}}.product-detail__video{display:flex;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:20px;border:1px solid #f4f4f4;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative}.product-detail__video:hover::before{background:#eb3943;opacity:.5}.product-detail__video:hover i{width:60px;height:60px}.product-detail__video:hover img{filter:blur(5px)}.product-detail__video::before{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(235,57,67,.1254901961);z-index:2;transition:all .3s ease}.product-detail__video i{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#eb3943;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3;transition:all .6s ease}.product-detail__video img{width:100%;height:100%;position:absolute;top:0px;left:0px;object-fit:cover;z-index:1;transition:all .9s ease}.product-detail__processes{width:100%;display:flex;flex-direction:column;gap:30px}.product-detail__processes>h3{font-size:22px;font-weight:600}.product-detail__processes-wrapper{display:flex;flex-direction:column}.product-detail__processes-wrapper .product-processes:last-child{padding-bottom:0px}.product-detail__processes-wrapper .product-processes:last-child::before{display:none}.product-detail__faq{width:100%;display:flex;flex-direction:column;gap:30px}.product-detail__faq>h3{font-size:22px;font-weight:600}.product-detail__faq-wrapper{display:flex;flex-direction:column;gap:15px}.product-processes{width:100%;display:flex;position:relative;padding:0 0 30px 55px}.product-processes:hover>span{border:2px solid #eb3943}.product-processes:hover .product-processes__wrapper{border:1px solid #eb3943}.product-processes>span{width:35px;height:35px;border:2px solid #e9e9e9;color:#eb3943;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;position:absolute;left:0px;top:-17px;border-radius:50%;z-index:2;background:#fff;transition:all .3s ease}.product-processes::before{content:"";position:absolute;top:0px;left:17px;width:2px;height:100%;background:repeating-linear-gradient(to bottom, rgba(35, 35, 35, 0.1254901961) 0px, rgba(35, 35, 35, 0.1254901961) 5px, transparent 5px, transparent 10px);border-left:none}.product-processes__wrapper{width:100%;display:flex;align-items:center;gap:15px;padding:15px;border-radius:0px 20px 20px 20px;border:1px solid #f4f4f4;transition:all .3s ease;background:hsla(0,0%,100%,.3137254902)}@media(max-width: 600px){.product-processes__wrapper{flex-direction:column}}.product-processes__wrapper>img{width:100%;height:auto;max-width:190px;aspect-ratio:4/3;object-fit:cover;border-radius:0 10px 10px 10px;border:1px solid #f4f4f4}@media(max-width: 600px){.product-processes__wrapper>img{max-width:100%}}.product-processes__wrapper>span{font-size:18px}.alert{width:100%;display:flex;align-items:center;gap:10px;padding:15px;border-radius:10px}.alert.hidden,.alert.hide{display:none}.alert--green{background:rgba(49,156,84,.062745098);border:1px solid #319c54}.alert--green i{color:#319c54}.alert--red{background:rgba(235,57,67,.062745098);border:1px solid #eb3943}.alert--red i{color:#eb3943}.alert--orange{background:rgba(243,107,61,.062745098);border:1px solid #f36b3d}.alert--orange i{color:#f36b3d}.franchise{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:120px;position:relative;align-self:flex-start}.franchise-menu{display:flex;position:sticky;top:20px;z-index:99}@media(max-width: 600px){.franchise-menu{display:none}}.franchise-menu ul{display:flex;padding:5px;background:#fdf2f2;border-radius:55px;gap:5px;box-shadow:0 0 40px #fff}.franchise-menu ul li{display:flex}.franchise-menu ul a{padding:10px 20px;font-weight:600;background:#fff;border-radius:45px;border:1px solid rgba(0,0,0,0);transition:all .3s ease}.franchise-menu ul a:hover{border:1px solid #eb3943;color:#eb3943}.franchise-menu ul a.active{background:#eb3943;color:#fff}.franchise-architecture{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;margin-top:30px;margin-bottom:100px}@media(max-width: 600px){.franchise-architecture{margin-top:0px;margin-bottom:40px;padding:10px}}.franchise-architecture__container{width:100%;max-width:950px;display:flex;flex-direction:column;gap:25px}@media(max-width: 600px){.franchise-architecture__container{gap:10px}}.architecture-item{width:100%;padding:25px;border-radius:20px;border:1px solid #f4f4f4;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:hsla(0,0%,100%,.3137254902);transition:all .3s ease}@media(max-width: 600px){.architecture-item{padding:15px}}.architecture-item:hover{border:1px solid #fff}.architecture-item>h4{font-size:28px;font-weight:600;line-height:1.2;margin-bottom:10px}.architecture-item>h4 sup{font-size:14px;font-weight:300;margin-left:5px}.architecture-item__text{margin-bottom:25px}.architecture-item__text p:last-child{margin-bottom:0px}.architecture-item__slider{width:100%;display:flex;overflow:hidden;margin-bottom:25px}.architecture-item__slider-wrapper{width:100%;display:flex}.architecture-item__slider-item{width:100%;display:flex;align-items:center;justify-content:center}.architecture-item__slider-item img{width:100%;height:auto;border-radius:10px;border:1px solid #f4f4f4;aspect-ratio:1/1;object-fit:cover}.menu-list{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:100px}@media(max-width: 600px){.menu-list{margin-bottom:40px;padding:10px}}.menu-list__container{width:100%;max-width:950px;display:flex;flex-direction:column;gap:25px}@media(max-width: 600px){.menu-list__container{gap:10px}}.menu-list__wrapper{width:100%;display:flex;flex-direction:column;gap:25px}.menu-item{width:100%;display:flex;gap:25px;align-items:center;justify-content:center;padding:25px;border-radius:20px;border:1px solid #f4f4f4;background:hsla(0,0%,100%,.3137254902);transition:all .3s ease}@media(max-width: 600px){.menu-item{padding:15px;flex-direction:column;gap:10px}}.menu-item:hover{border:1px solid #fff}.menu-item__img{display:flex}.menu-item__img img{width:300px;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid #f4f4f4}@media(max-width: 600px){.menu-item__img img{width:100%;max-width:100%}}.menu-item__texts{display:flex;flex-direction:column}.menu-item__texts>h4{font-size:28px;font-weight:600;line-height:1.2;margin-bottom:5px}@media(max-width: 600px){.menu-item__texts>h4{font-size:22px}}.menu-item__texts>h4 span{color:#eb3943}.menu-item__texts span{margin-bottom:20px}.menu-item__weights{display:flex;flex-direction:column}.menu-item__weights>span{font-size:14px;font-weight:300;opacity:.5;margin-bottom:5px}.menu-item__weights ul{display:flex;gap:10px}.menu-item__weights ul li{padding:8px 10px;border:1px solid #f4f4f4;border-radius:8px;font-weight:600;background:hsla(0,0%,100%,.3137254902)}@media(max-width: 600px){.menu-item__weights ul li{font-size:14px}}.franchise-conditions{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;margin-bottom:100px}@media(max-width: 600px){.franchise-conditions{margin-bottom:40px;padding:10px}}.franchise-conditions__container{width:100%;max-width:1200px;display:flex;flex-direction:column}.franchise-conditions__wrapper{width:100%;display:grid;gap:25px;grid-template-columns:repeat(2, 1fr)}@media(max-width: 600px){.franchise-conditions__wrapper{grid-template-columns:1fr;gap:10px}}.franchise-condition{width:100%;display:flex;gap:15px;padding:25px;border:1px solid #f4f4f4;border-radius:20px;background:hsla(0,0%,100%,.3137254902);transition:all .3s ease}@media(max-width: 600px){.franchise-condition{padding:15px}}.franchise-condition:hover{border:1px solid #fff}.franchise-condition>i{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eaf5ee;color:#319c54;flex-shrink:0;font-size:30px}.franchise-condition__texts{display:flex;flex-direction:column}.franchise-condition__texts>h4{font-size:22px;font-weight:600;line-height:1.2}.contact{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.contact{margin-bottom:40px;padding:10px}}.contact__container{width:100%;max-width:1340px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}@media(max-width: 600px){.contact__container{gap:20px}}.contact__map{width:100%;height:auto;aspect-ratio:16/6;border-radius:20px;border:1px solid #f4f4f4;overflow:hidden}@media(max-width: 600px){.contact__map{aspect-ratio:1/1}}.contact__wrapper{width:100%;max-width:1100px;display:flex;justify-content:space-between}@media(max-width: 600px){.contact__wrapper{flex-direction:column;gap:20px}}.contact__left{width:400px;display:flex;flex-direction:column}@media(max-width: 600px){.contact__left{width:100%}}.contact__left>h2{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:10px}.contact__left>h2 span{color:#eb3943}.contact__items{width:100%;display:flex;flex-direction:column;gap:25px}.contact__item{display:flex;align-items:center;gap:10px}.contact__item i{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eb3943;color:#fff;font-size:20px}.contact__item i.ph-whatsapp-logo{background:#319c54}.contact__item>div{display:flex;flex-direction:column;line-height:1.2}.contact__item>div small{font-size:14px;font-weight:300;opacity:.5}.contact__item>div span{font-size:16px;font-weight:400}.contact__social{display:flex;flex-direction:column}.contact__social>span{font-size:22px;font-weight:600;line-height:1.2;margin-bottom:10px}.contact__social ul{display:flex;gap:10px}.contact__social ul li{display:flex}.contact__social ul a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#eb3943;color:#fff;font-size:20px;transition:all .3s ease}.contact__social ul a:hover{background:#0d0404;color:#fff !important}.contact__right{width:600px;display:flex;margin-top:-80px;position:relative;z-index:2}@media(max-width: 600px){.contact__right{width:100%;margin-top:0px}}.contact__right .form{background:#fff}.cursor{width:25vw;height:25vw;background:conic-gradient(#EB3943, #ff831e, #EB3943);border-radius:50%;position:fixed;left:0;top:0;z-index:-9;opacity:.15;filter:blur(100px);transition:opacity .3s ease;animation:rotateGradient 3s linear infinite}@keyframes rotateGradient{from{transform:translate(-50%, -50%) rotate(0deg)}to{transform:translate(-50%, -50%) rotate(360deg)}}.page{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:120px}@media(max-width: 600px){.page{margin-bottom:40px;padding:10px}}.page__container{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:40px}@media(max-width: 600px){.page__container{gap:20px}}/*# sourceMappingURL=main.min.css.map */
