@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&display=swap);@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);*,body{box-sizing:border-box}body{background-color:#f4ffd566;font-family:Manrope,sans-serif;margin:0;padding:0}body a{text-decoration:none}body .button{background-color:#82a438;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;padding:12px 30px;transition:.7s}@media only screen and (max-width:550px){body .button{font-size:13px;padding:10px 25px}}body .button svg{margin-bottom:-3px;margin-left:5px;transition:.5s}body .button:hover{background-color:#9ecb3b}body .button:hover svg{-webkit-transform:translateX(10px);transform:translateX(10px)}body .right{float:right}body .logo{margin-top:5px;width:350px}@media only screen and (max-width:600px){body .logo{width:300px}}@media only screen and (max-width:450px){body .logo{width:230px}}body .container,body .wrapper-container{margin-left:auto;margin-right:auto;max-width:1400px}@media only screen and (max-width:1450px){body .container,body .wrapper-container{margin-left:20px;margin-right:20px}}body .wrapper-container{padding-bottom:50px;padding-top:100px}body ul{list-style:none;margin:0;padding:0}body .row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;max-width:none;width:calc(100% + 19px)}body .row .col-100{flex:0 0 auto;margin-left:15px;margin-right:15px;width:calc(100% - 30px)}@media (max-width:998px){body .row .col-100{flex:0 0 auto;width:calc(100% - 30px)}}body .row .col-100 *{max-width:100%}body .row .col-75{flex:0 0 auto;margin-left:15px;margin-right:15px;width:calc(75% - 30px)}@media (max-width:998px){body .row .col-75{flex:0 0 auto;width:calc(100% - 30px)}}body .row .col-75 *{max-width:100%}body .row .col-60{flex:0 0 auto;margin-left:15px;margin-right:15px;width:calc(60% - 30px)}@media (max-width:998px){body .row .col-60{flex:0 0 auto;width:calc(100% - 30px)}}body .row .col-60 *{max-width:100%}body .row .col-50{flex:0 0 auto;margin-left:15px;margin-right:15px;width:calc(50% - 30px)}@media (max-width:998px){body .row .col-50{flex:0 0 auto;width:calc(100% - 30px)}}body .row .col-50 *{max-width:100%}body .row .col-40{flex:0 0 auto;margin-left:15px;margin-right:15px;width:calc(40% - 30px)}@media (max-width:998px){body .row .col-40{flex:0 0 auto;width:calc(100% - 30px)}}body .row .col-40 *{max-width:100%}body .row .col-33{flex:0 0 auto;margin-left:15px;margin-right:15px;width:calc(33.33% - 30px)}@media (max-width:998px){body .row .col-33{flex:0 0 auto;width:calc(100% - 30px)}}@media (max-width:800px){body .row .col-33{flex:0 0 auto;width:calc(100% - 30px)}}body .row .col-33 *{max-width:100%}body .row .col-25{flex:0 0 auto;margin-left:15px;margin-right:15px;width:calc(25% - 30px)}@media (max-width:998px){body .row .col-25{flex:0 0 auto;width:calc(50% - 30px)}}@media (max-width:800px){body .row .col-25{flex:0 0 auto;width:calc(100% - 30px)}}body .row .col-20{flex:0 0 auto;margin-left:15px;margin-right:15px;width:calc(20% - 30px)}@media (max-width:998px){body .row .col-20{flex:0 0 auto;margin-bottom:20px;width:calc(50% - 30px)}}@media (max-width:800px){body .row .col-20{flex:0 0 auto;width:calc(100% - 30px)}}body .row .col-30{flex:0 0 auto;margin-left:15px;margin-right:15px;width:calc(30% - 30px)}@media (max-width:998px){body .row .col-30{flex:0 0 auto;width:calc(50% - 30px)}}@media (max-width:800px){body .row .col-30{flex:0 0 auto;width:calc(100% - 30px)}}body .mb-90{margin-bottom:90px}@media only screen and (max-width:998px){body .mb-90{margin-bottom:40px}}body .mt-40{margin-top:40px}body .mb-60{margin-bottom:60px}body .bg-white{background-color:#fff}body ::selection{background-color:#9ecb3b;color:#fff}.bg__color{background-color:#82a438}.bg__color h1{color:#fff;font-size:44px;padding:150px 0 75px;text-align:center}@media only screen and (max-width:800px){.bg__color h1{font-size:42px}}@media only screen and (max-width:560px){.bg__color h1{font-size:28px;padding-bottom:40px;padding-top:90px}}.bottom__map{aspect-ratio:16/4;margin-bottom:0;margin-top:70px;width:100%}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 48}.text-center{text-align:center}header{background-color:initial;background-color:#fff;border-bottom:2px solid #82a438;box-shadow:0 0 35px 0 rgba(0,0,0,.1);position:fixed;top:0;transition:.3s;width:100%;z-index:1;z-index:2}header .main-header{align-items:center;display:flex;height:80px;justify-content:space-between}header .main-header nav .nav__links{display:flex;gap:40px;line-height:80px;list-style:none}header .main-header nav .nav__links li a{color:#1c2137;font-size:16px;font-weight:500;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s ease 0s}header .main-header nav .nav__links li a:hover{color:#688b1a}header .main-header nav .nav__links li a svg{box-sizing:border-box;margin-left:5px}header .main-header nav .nav__links li .language{border-left:2px solid #878a8b;margin-left:-20px;padding-left:20px}header .main-header nav .nav__links a.active{color:#a3ce46}@media only screen and (max-width:1360px){header .main-header nav .nav__links{display:none}}header .main-header nav .toggle__btn{align-items:center;cursor:pointer;display:none;font-size:30px;justify-content:center;line-height:15px;padding:25px;position:absolute;right:0;top:0;z-index:1}@media only screen and (max-width:1360px){header .main-header nav .toggle__btn{display:flex}}header .main-header nav .mobile__dropdown{background-color:#fff;border-radius:15px;box-shadow:0 2px 10px 0 rgba(0,0,0,.15);height:0;overflow:hidden;position:absolute;right:20px;top:85px;transition:.3s;width:300px}header .main-header nav .mobile__dropdown ul{margin:15px 0}header .main-header nav .mobile__dropdown ul li a{box-sizing:border-box;color:#1c2137;display:block;padding:15px;text-transform:uppercase;transition:.3s;width:100%}header .main-header nav .mobile__dropdown ul li:active,header .main-header nav .mobile__dropdown ul li:hover{background-color:#82a438}header .main-header nav .mobile__dropdown ul li:active a,header .main-header nav .mobile__dropdown ul li:hover a{color:#fff}@media only screen and (max-width:420px){header .main-header nav .mobile__dropdown{left:20px;right:20px;width:auto}}@media only screen and (min-width:1360px){header .main-header nav .mobile__dropdown{display:none}}header .main-header nav .open-en{height:340px}header .main-header nav .open{height:390px}.sticky{background-color:#fff;box-shadow:0 0 35px 0 rgba(0,0,0,.1);position:fixed;top:0;transition:.3s;z-index:10}.copy__logos{display:flex;justify-content:space-between}.copy__logos .brands{display:inline-block;margin-top:-18px;text-align:right}.copy__logos .brands h5{font-size:18px;font-weight:600;margin-bottom:36px;text-align:center}.copy__logos .brands img{border-radius:5px;display:inline-block;height:45px;margin:7px;object-fit:contain;padding:5px;text-align:center;vertical-align:top}@media only screen and (max-width:1360px){.copy__logos .brands{margin-top:15px;text-align:center}.copy__logos{display:block}}footer{background-color:#e1efc4;padding-top:90px}footer .logo{width:300px}@media only screen and (max-width:1300px){footer .logo{width:230px}}@media only screen and (max-width:1100px){footer{padding-top:40px}}footer .footer__top{border-bottom:2px solid #d4e3b5;padding-bottom:50px}footer .footer__top img{margin-bottom:10px}footer .footer__top p{color:#6c768a;font-size:16px;font-weight:400;margin-bottom:32px}@media only screen and (max-width:1300px){footer .footer__top p{font-size:14px}}footer .footer__top h5{font-size:23px;margin-bottom:10px;margin-top:0}@media only screen and (max-width:1300px){footer .footer__top h5{font-size:21px}}footer .footer__top .social__icons{display:flex;gap:12px}footer .footer__top .social__icons a{color:#fff}footer .footer__top .social__icons a li{background-color:#9ecb3b;border-radius:5px;line-height:12px;padding:14px}footer .footer__top .social__icons a li:hover{background-color:#82a438}footer .footer__top .social__icons a:visited{color:#fff}footer .footer__top ul li{color:#6c768a;padding:8px 0}footer .footer__top ul li a{color:#6c768a}@media only screen and (max-width:1300px){footer .footer__top ul li a{font-size:14px}}footer .footer__top ul li a svg{font-size:20px;margin-bottom:-2px;margin-right:5px}@media only screen and (max-width:1300px){footer .footer__top ul li a svg{font-size:16px}}footer .footer__top ul li a:hover{color:#9ecb3b!important}footer .footer__top ul li a:visited{color:#6c768a}footer .footer__top .quick__contact a,footer .footer__top .quick__contact li{display:flex}footer .footer__top .quick__contact a svg,footer .footer__top .quick__contact li svg{color:#82a438;font-size:medium;margin-bottom:-2px;margin-right:15px;margin-top:2px}footer .footer__top .quick__contact a:hover,footer .footer__top .quick__contact li:hover{color:#6c768a!important}@media only screen and (max-width:1100px){footer .footer__top{padding-bottom:15px}}footer .footer__bottom{padding-bottom:30px;padding-top:30px}footer .footer__bottom span{color:#6c768a;font-size:14px}.fix-image{bottom:0;position:fixed;right:0;width:350px;z-index:1}@media only screen and (max-width:600px){.fix-image{width:300px}}.home__title{margin-bottom:30px;text-align:center}@media only screen and (max-width:550px){.home__title{margin-bottom:40px}}.home__title span{color:#9ecb3b;font-family:Satisfy,cursive;font-size:22px;letter-spacing:2px;line-height:1}@media only screen and (max-width:550px){.home__title span{font-size:16px}}.home__title h1{font-size:34px}@media only screen and (max-width:550px){.home__title h1{font-size:28px;line-height:28px}}.above__button{margin-bottom:45px}.card{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.card .card-box{background:#fff;border-radius:5px;box-shadow:0 1px 30px 0 rgba(0,0,0,.15);padding:20px;transition:.3s}.card .card-box .card-info{align-items:flex-start;-webkit-column-gap:12px;column-gap:12px;display:block;margin-bottom:12px}.card .card-box .card-info img{width:100%}.card .card-box .card-info .card-title{margin-top:10px;text-align:center}.card .card-box .card-info .product__title{color:#000;font-size:22px;line-height:26px;margin-bottom:4px;margin-top:30px}@media only screen and (max-width:1100px){.card .card-box .card-info .product__title{font-size:22px}}.card .card-box .card-info p{color:#6c7689;font-size:14px;font-weight:500;margin-bottom:0;margin-top:20px}@media only screen and (max-width:1100px){.card .card-box .card-info p{font-size:13px}}.card .card-box .card-info h1{line-height:auto;margin:0}.card .card-box .card-info .image-box{border-radius:6px;box-shadow:0 0 60px rgba(0,0,0,.15);height:250px;margin-left:-25px;margin-top:-25px;overflow:hidden;position:relative;width:calc(100% + 50px)}.card .card-box .card-info .image-box img{display:block;height:100%;max-width:100%;object-fit:cover;transition:all .3s;width:100%}.card .card-box .card-info .image-box:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.card .card-box .card-info .card__height{min-height:160px}@media only screen and (max-width:630px){.card .card-box .card-info .card__height{min-height:auto}}@media only screen and (max-width:1320px){.card{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:940px){.card{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:630px){.card{grid-template-columns:repeat(1,1fr)}}.highlighted{display:flex;visibility:visible}.highlighted .content{background-color:#fff;border-radius:20px;box-shadow:0 0 60px rgba(0,0,0,.1);margin-top:45px;min-height:250px;padding:30px 60px 50px 50px}.highlighted .content .title{font-family:Poppins,sans-serif;font-size:26px;font-weight:600;line-height:44px;margin:0}@media only screen and (max-width:394px){.highlighted .content .title{line-height:30px}}.highlighted .thumbnail{-webkit-margin-start:-40px;margin-inline-start:-40px}.home .wrapper-container{padding-bottom:50px;padding-top:75px}.home .wrapper-container .thumbnail img{border-radius:20px;box-shadow:0 0 60px rgba(0,0,0,.25);height:285px;margin-bottom:-30px;max-height:300px;object-fit:cover;width:500px}@media only screen and (max-width:1100px){.home .wrapper-container .thumbnail{display:none}}.home .wrapper-container .highlighted-brands{margin-top:-25px;overflow-x:hidden}.home .wrapper-container .highlighted-brands div{background-color:#fff;background:#fff;border-radius:5px;box-shadow:0 1px 30px 0 rgba(0,0,0,.05);display:inline-block;height:160px;margin:25px;padding:25px;text-align:center;vertical-align:top;width:calc(25% - 38px)}.home .wrapper-container .highlighted-brands div:first-child{margin-left:0}@media only screen and (max-width:1150px){.home .wrapper-container .highlighted-brands div:first-child{margin-left:25px}}@media only screen and (max-width:580px){.home .wrapper-container .highlighted-brands div:first-child{margin-left:0}}.home .wrapper-container .highlighted-brands div:last-child{margin-right:0}@media only screen and (max-width:1150px){.home .wrapper-container .highlighted-brands div:last-child{margin-right:25px}}.home .wrapper-container .highlighted-brands div.maestro img{height:100px;margin-top:3px;width:auto}.home .wrapper-container .highlighted-brands div.pure-land img{height:75px;margin-top:15px;width:auto}.home .wrapper-container .highlighted-brands div.florin img{height:75px;margin-top:20px;width:auto}.home .wrapper-container .highlighted-brands div.soul img{height:90px;margin-top:10px;width:auto}@media only screen and (max-width:1150px){.home .wrapper-container .highlighted-brands div{width:calc(50% - 50px)}}@media only screen and (max-width:580px){.home .wrapper-container .highlighted-brands div{margin-left:0;margin-right:0;width:100%}}@media only screen and (max-width:1100px){.home .wrapper-container{padding-top:15px}}.home .section-title{margin-top:25px}.home .section-title h1{background-color:#fff;box-shadow:0 1px 30px 0 rgba(0,0,0,.05);font-size:28px;font-weight:500;padding-bottom:30px;padding-top:30px;text-align:center}.home .section-title h1:after{content:none}@media only screen and (max-width:1100px){.home .section-title{margin-bottom:60px}}.home .brands{text-align:center}.home .brands img{background-color:#fff;background:#fff;border-radius:5px;box-shadow:0 1px 30px 0 rgba(0,0,0,.05);display:inline-block;height:100px;margin:25px;object-fit:contain;padding:25px;text-align:center;vertical-align:top;width:200px}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid transparent;border-top:8px solid transparent;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px rgba(0,0,0,.9);cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px rgba(0,0,0,.9);top:0}.carousel:hover .slide .legend{opacity:1}.hero{background-color:#82a438;color:#fff;height:500px;overflow:hidden;padding-top:117px}@media only screen and (max-width:998px){.hero .row{gap:50px}}.hero .row .text{flex:0 0 auto;width:40%}@media only screen and (max-width:998px){.hero .row .text{margin-top:40px;width:100%}}.hero .row .imgs{flex:0 0 auto;width:calc(60% - 15px)}@media only screen and (max-width:998px){.hero .row .imgs{display:none}}.hero .row .vertical__text{-webkit-text-stroke:1px #fff;color:transparent;font-family:Poppins,sans-serif;font-size:80px;font-weight:600;left:40px;line-height:0px;opacity:.5;position:absolute;text-transform:capitalize;top:280px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);z-index:1}@media only screen and (max-width:998px){.hero .row .vertical__text{display:none}}.hero .row .hero__left{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-left:40px;position:relative;z-index:1}.hero .row .hero__left h1{font-family:Poppins,sans-serif;font-size:44px;font-weight:400;line-height:48px;margin-bottom:28px;margin-top:-30px}.hero .row .hero__left h1 span{display:inline-block;font-size:20px;margin-left:15px;margin-top:0;position:absolute}@media only screen and (max-width:1416px){.hero .row .hero__left h1 span{margin-left:0}}@media only screen and (max-width:998px){.hero .row .hero__left h1 span{position:static;width:100%}}.hero .row .hero__left h1 br{display:none}@media only screen and (max-width:1416px){.hero .row .hero__left h1 br{display:block}}@media only screen and (max-width:550px){.hero .row .hero__left h1{font-size:48px;line-height:56px}}.hero .row .hero__left span{display:block;font-size:18px}.hero .row .hero__left a.button{background-color:initial;border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;margin-top:50px;padding:10px 30px;transition:.7s}.hero .row .hero__left p{color:#6c768a;font-size:16px;margin-bottom:32px;margin-top:0}@media only screen and (max-width:550px){.hero .row .hero__left p{font-size:12px}}@media only screen and (max-width:998px){.hero .row .hero__left{margin-left:auto;margin-right:auto;max-width:450px!important;text-align:center}}.hero .row .hero__right{margin-top:-35px;position:relative;text-align:center}.hero .row .hero__right:after{background-color:#82a438;content:"";height:150%;left:-70px;position:absolute;top:-25px;-webkit-transform:rotate(10deg);transform:rotate(10deg);width:120px}.hero .row .hero__right button:hover{background:none!important}.hero .row .hero__right .carousel-status{display:none}.hero .row .hero__right li.slide,.hero .row .hero__right li.slide a div{width:843px}.hero .row .hero__right li.slide a div img{height:420px;object-fit:cover;width:100%}.hero .carousel-slider .carousel-custom-arrow{background:none;background-color:#82a438;border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-block;height:40px;top:calc(50% - 30px);width:40px}.hero .carousel-slider .carousel-prev-arrow{left:15px;position:absolute;z-index:1}.hero .carousel-slider button.carousel-next-arrow{position:absolute;right:15px;z-index:1}.hero .carousel-slider button.carousel-next-arrow:hover{background-color:#4f9566!important}.hero .carousel-slider button.carousel-next-arrow span{margin-left:4px;margin-top:2px}.hero .carousel .control-dots{margin-bottom:20px}.hero .carousel .control-dots .dot{border:2px solid #82a438;box-shadow:none;height:12px;width:12px}@media only screen and (max-width:998px){.hero{padding-top:140px}}@media only screen and (max-width:550px){.hero{padding-top:120px!important}}@media only screen and (max-width:421px){.hero{padding-top:110px!important}}.slide-left-enter{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slide-left-enter-active{transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.slide-left-enter-active,.slide-left-exit{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.slide-left-exit-active{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.slide-right-enter{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.slide-right-enter-active{transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.slide-right-enter-active,.slide-right-exit{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.slide-right-exit-active{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.page-404{align-items:center;display:flex;height:100vh;justify-content:center;margin-left:auto;margin-right:auto}.page-404 .nopage{text-align:center}.page-404 .nopage h1{font-size:32px;margin-bottom:25px;margin-top:75px}.page-404 .nopage p{margin-bottom:50px;margin-top:25px}.row .wholesale__img{border-radius:8px;height:500px;object-fit:cover;width:100%}.row .wholesale__box{align-items:center;display:flex;height:100%}@media only screen and (max-width:800px){.row .wholesale__box h2{font-size:16px;line-height:16px}.row .wholesale__box h1{font-size:42px;line-height:42px}}@media only screen and (max-width:560px){.row .wholesale__box h1{font-size:28px;line-height:28px}}@media only screen and (max-width:800px){.row .wholesale__box p{font-size:14px}}.wholesale p{font-size:22px}.wholesale:nth-child(2){flex-direction:row-reverse}.wholesale:not(:first-child){margin-top:-80px}@media only screen and (max-width:998px){.wholesale{margin-top:0!important}}.site{margin-left:5px}iframe{border:solid #000;border-width:1px 1px 2px;box-shadow:0 0 60px rgba(0,0,0,.2);height:300px;margin-top:25px;width:100%}.contact__align,.contact__img{margin-bottom:50px}.contact__align{margin-top:-145px;text-align:center}.contact__align .col-33{background-color:#fff;border-radius:5px;box-shadow:0 0 60px rgba(0,0,0,.2);flex:0 0 auto;margin-left:15px;margin-right:15px;padding:20px;width:calc(33.33% - 30px)}.contact__align svg{color:#9ecb3b;font-size:28px}.contact__align h3{font-size:32px;font-weight:900;line-height:38px;margin-bottom:10px;margin-top:0}.contact__align p{color:#6c7689;font-weight:400;margin-bottom:0}.contact__align p a{display:block;margin-bottom:5px}@media only screen and (max-width:998px){.contact__align{gap:20px}}@media only screen and (max-width:800px){.contact__mobile{width:calc(100% - 30px)!important}}h2{font-size:22px}h1,h2{margin:0}h1{font-family:Poppins,sans-serif;font-size:54px;font-weight:600;line-height:60px}.divider{background-color:#82a438;display:inline-block;height:2px;position:relative;top:-14px;width:50px}input,textarea{background-color:#e1efc4;border:none;border-bottom:1px solid #8cda8c;border-radius:4px;margin-bottom:45px;outline:none;padding:10px 15px;width:100%}textarea{height:200px;resize:none}.flex{display:flex;gap:40px}@media only screen and (max-width:998px){.flex{display:block}}.packinging p{font-size:22px}.packinging ul li{font-size:20px;list-style-type:disc;margin-left:25px}@media only screen and (max-width:550px){.packinging ul li{font-size:16px}}.packinging .packaging__image{border-radius:8px;max-height:600px;object-fit:cover}@media only screen and (max-width:998px){.packinging .packaging__image{width:100%}}.packinging .packaging__box{align-items:center;display:flex;height:100%}.packinging .packaging__box .border{border-left:2px solid #9ecb3b;color:#525252;font-size:18px;font-style:italic;font-weight:700;padding-left:25px}@media only screen and (max-width:998px){.packinging .packaging__box .border{font-size:16px}}@media only screen and (max-width:550px){.packinging .packaging__box .border{font-size:15px}}.packinging .packaging__box p{color:#525252;font-weight:400}@media only screen and (max-width:998px){.packinging .packaging__box p{font-size:16px}}@media only screen and (max-width:550px){.packinging .packaging__box p{font-size:15px}}@media only screen and (max-width:998px){.packinging .packaging__box h1{font-size:40px;line-height:40px}}@media only screen and (max-width:550px){.packinging .packaging__box h1{font-size:30px;line-height:30px}}@media only screen and (max-width:998px){.packinging .packaging__box h1 br{display:none}}.products .wrapper-container{padding-top:0}.products .wrapper-container .buttons{margin-bottom:50px;margin-top:50px}.products .card .card-box .card-info h1.product__title{margin-top:30px}.products .card .card-box .card-info p{margin-bottom:0}.products .buttons{display:flex;flex-wrap:wrap;gap:20px}.products .buttons .button{align-items:center;background-color:#82a438;display:flex;justify-content:center;padding:10px 15px}.products .buttons .button.active,.products .buttons .button:hover{background-color:#4f9566;color:#fff!important}.products .buttons::-webkit-scrollbar{display:none}@media only screen and (max-width:891px){.products .buttons{flex-wrap:nowrap;overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x proximity;white-space:nowrap}}.products .variant-container{border-radius:5px;display:flex;margin-bottom:75px;padding:20px;transition:.3s}.products .variant-container:last-child{margin-bottom:0}.products .variant-container div.image{box-shadow:0 1px 30px 0 rgba(0,0,0,.05);max-height:400px}.products .variant-container div.image img{border-radius:3px;height:100%;object-fit:cover;transition:all .3s;width:400px}@media only screen and (max-width:760px){.products .variant-container div.image img{width:100%}}.products .variant-container div.image:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width:760px){.products .variant-container div.image:hover img{-webkit-transform:none;transform:none}.products .variant-container div.image{box-shadow:none;margin-bottom:15px}}.products .variant-container div.list{background:#fff;box-shadow:0 1px 30px 0 rgba(0,0,0,.05);flex-grow:1;margin-left:50px;padding-left:20px;padding-right:20px}.products .variant-container div.list div{border-bottom:1px solid #efefef;display:inline-block;padding-bottom:12px;padding-top:12px;width:100%}.products .variant-container div.list div:last-child{border:none}@media only screen and (max-width:760px){.products .variant-container div.list{margin-left:0}.products .variant-container{display:grid;padding:0}}.our-company .wrapper-container{margin-left:auto;margin-right:auto;max-width:980px;padding-bottom:25px;padding-top:25px}.our-company .wrapper-container .activity{display:flow-root;margin-bottom:50px;margin-top:50px}.our-company .wrapper-container .activity .activity__paragraph{display:inline-flex;float:left;gap:10px;margin-bottom:50px;max-width:700px}.our-company .wrapper-container .activity .activity__paragraph .flex{display:flex}@media only screen and (max-width:850px){.our-company .wrapper-container .activity .activity__paragraph .flex .company__content h2{font-size:22px}.our-company .wrapper-container .activity .activity__paragraph .flex .company__content p{font-size:16px}}.our-company .wrapper-container .activity .activity__paragraph .flex span{background:#82a438;width:2px}.our-company .wrapper-container .activity .activity__paragraph h2{font-size:24px}.our-company .wrapper-container .activity .activity__paragraph p{font-size:18px;margin:0}.our-company .wrapper-container .activity .activity__paragraph:nth-child(2n){float:right;text-align:right}@media only screen and (max-width:1020px){.our-company .wrapper-container{padding-left:15px;padding-right:15px}}.competition .competition-image{box-shadow:0 1px 30px 0 rgba(0,0,0,.15);margin-bottom:25px;max-width:800px;width:80%}
/*# sourceMappingURL=main.4bc182cc.css.map*/