@import"https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter:ital,opsz,wght@0,17..18,900&display=swap";:root{--font-primary: "Inter";--font-secondary: "Google Sans";--gray-dark: #474747;--gray-light: #D8D8D8;--green: #02751C;--green-dark: #237231;--green-light: #CAD51D;--yellow: #E6E000;--yellow-light: #E9E670;--orange: #F5671E;--white: #fff;--white-dark: #F7F7F7;--blue: #A3D9ED;--blue-dark: #195DA9}.header{position:fixed;top:0;left:0;z-index:100;height:64px;width:100%;overflow:hidden}.header .container{max-width:100%;display:flex;padding:0 16px;align-items:center;height:100%}@media (min-width: 992px){.header .container{padding:0 40px;justify-content:flex-end}}.header:before{content:"";position:absolute;z-index:-1;left:0;top:0;background-color:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:64px;width:100%;transition:height .4s ease}@media (max-width: 767px){.header.opened{height:100vh;height:100dvh}.header.opened:before{height:100vh;height:100dvh;background-color:#fff9}}.header_menu{position:absolute;height:100vh;height:100dvh;top:0;left:24px;right:24px;padding-top:100px;padding-bottom:env(safe-area-inset-bottom);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}@media (min-width: 992px){.header_menu{position:static}}.header_menu_item{text-decoration:none;font-family:var(--font-primary);font-weight:700;color:var(--green);font-size:32px;margin-bottom:35px;cursor:pointer}.header_menu_item:active,.header_menu_item:hover{color:var(--orange)}.header_menu_toggle{z-index:2;display:flex;position:absolute;right:16px;top:13px;cursor:pointer;width:38px;height:38px;background:url(/build/assets/menu-h_8lnDwl.svg) 50% 50% no-repeat;background-size:contain}@media (min-width: 768px){.header_menu_toggle{display:none!important}.header_menu{flex-direction:row;justify-content:flex-end;align-items:center;gap:32px;padding-top:0;padding-bottom:0;height:100%}.header_menu_item{font-family:var(--font-secondary);margin-bottom:0;font-weight:400;font-size:16px;line-height:20px}}.header_logo{position:absolute;left:16px;top:8px}.header_logo img{height:48px}@media (min-width: 992px){.header_logo{left:40px}}.footer{padding:60px 0;width:100%;background-color:var(--blue-dark);color:var(--white-dark);text-align:center}.footer .container{justify-content:center;align-items:center;flex-direction:column;display:flex;gap:16px}.footer_illustration{display:block;margin:40px auto 0;width:266px;transform-origin:50% 100%}.footer_icon{width:86px}.footer_social{padding:16px 0 32px;justify-content:center;align-items:center;display:flex;gap:8px}.footer_social a{width:48px}.footer_social a img{display:block;width:100%}.footer_nav{justify-content:center;align-items:center;flex-direction:column;display:flex;gap:16px}.footer_nav a{color:var(--white-dark);text-decoration:underline}.footer_nav a:hover{color:var(--orange)}.welcome_section{padding:60px 0 0;margin-bottom:20px}.welcome_section--testimonials{background:var(--green-light);padding:80px 0 20px;margin-bottom:0}.welcome_section--services .container:after{border-bottom:.5px solid var(--gray)}.welcome_section .container:after{content:"";position:relative;height:1px;width:100%;display:block;margin-top:60px}.welcome_section_description{font-size:14px;line-height:20px;text-transform:uppercase;margin-bottom:32px}.welcome_section_title{font-size:38px;line-height:48px;margin-bottom:32px}@media (min-width: 1340px){.welcome_section_title{font-size:49px;line-height:54px}}.welcome_section_text{font-size:18px;line-height:24px;margin-bottom:40px}@media (min-width: 1340px){.welcome_section_text{font-size:20px;line-height:28px}}.welcome_section_link{font-size:14px;line-height:20px;border-bottom:.5px solid var(--green)}.welcome_section_link:hover{border-color:transparent}@media (min-width: 1640px){.welcome_section_link{font-size:18px}}.welcome_section_header{background:var(--green) url(../images/noise.png) 0 0 repeat;color:var(--champagne);padding:0;margin:0;border:none}@media (min-width: 1140px){.welcome_section_header{height:100vh;height:100dvh;min-height:500px;max-height:600px}}@media (min-width: 1340px){.welcome_section_header{max-height:700px}}@media (min-width: 1600px){.welcome_section_header{max-height:800px}}@media (min-width: 1640px) and (min-height: 800px){.welcome_section_header{max-height:100vh;height:100vh}}.welcome_section_header_video{position:relative;min-height:300px;max-width:initial;filter:grayscale(1)}.welcome_section_header_video:before{z-index:1;position:absolute;content:"";width:100%;height:100%;opacity:.5;background:linear-gradient(180deg,#000,#fff0 70%)}.welcome_section_header_video video{object-fit:cover;height:300px;min-width:100%}@media (min-width: 976px){.welcome_section_header_video video{width:100%;height:100%}}.welcome_section_header_text{height:100vh;height:100dvh;min-height:500px}.welcome_section_header_text h1{font-size:48px;line-height:54px;margin-bottom:24px;margin-top:auto}@media (min-width: 1340px){.welcome_section_header_text h1{font-size:68px;line-height:70px}}.welcome_section_header_text p{font-size:18px;line-height:28px;margin-bottom:auto;max-width:370px}.welcome_section_header_text a{border-bottom:.5px solid var(--champagne)}@media (min-width: 1640px){.welcome_section_header_text a{font-size:18px}}.welcome_section_header_text a:hover{border-color:transparent}.welcome_section_articles{margin-bottom:40px}@media (min-width: 992px){.welcome_section_articles{display:flex;gap:30px}.welcome_section_articles--full{flex-wrap:wrap}.welcome_section_articles--full .welcome_section_articles_item{width:31%;flex:none}}.welcome_section_articles_item{border-top:.5px solid var(--gray);padding:48px 0}@media (min-width: 992px){.welcome_section_articles_item{flex:1;display:flex;flex-direction:column;align-items:flex-start}}.welcome_section_articles_item_link{padding-right:14px;background:url(../images/article-arrow.svg) 100% 50% no-repeat;background-size:auto 8px;border-bottom:.5px solid var(--green);transition:padding .35s ease;margin-top:auto}.welcome_section_articles_item_link:hover{padding-right:18px;border-color:transparent}.welcome_section_testimonials{position:relative;padding-bottom:100px}.welcome_section_testimonials .slick-arrow{position:absolute;top:230px;width:45px;height:45px;overflow:hidden;color:transparent;display:none!important;z-index:3}.welcome_section_testimonials .slick-arrow.slick-prev{left:0}.welcome_section_testimonials .slick-arrow.slick-prev:after{position:absolute;top:10px;bottom:10px;right:10px;left:10px;content:"";transform:rotate(90deg);background:url(../images/arrow-down.svg) no-repeat 50% 50%;background-size:contain}.welcome_section_testimonials .slick-arrow.slick-next{right:0}.welcome_section_testimonials .slick-arrow.slick-next:after{position:absolute;top:10px;bottom:10px;right:10px;left:10px;content:"";transform:rotate(-90deg);background:url(../images/arrow-down.svg) no-repeat 50% 50%;background-size:contain}@media (min-width: 976px){.welcome_section_testimonials .slick-arrow{display:block!important}.welcome_section_testimonials_item{padding:0 60px}}@media (min-width: 1340px){.welcome_section_testimonials_item{padding:60px 120px}}.welcome_section_testimonials_item_logo{height:35px;margin-bottom:20px}@media (min-width: 976px){.welcome_section_testimonials_item_logo{margin-bottom:40px}}.welcome_section_testimonials_item_review{font-size:18px;line-height:28px;font-style:italic}@media (min-width: 976px){.welcome_section_testimonials_item_review{font-size:28px;line-height:40px}}.section_button{padding:3px 20px;border-radius:46px;min-height:46px;position:relative;text-transform:uppercase;font-size:16px;line-height:1.4;display:flex;cursor:pointer;align-items:center;font-family:var(--font-primary)}.section_button--with-icon{padding:3px 42px 3px 20px}.section_button--green{border:1px solid var(--green);background-color:var(--white);color:var(--green)}.section_button--green .section_button_icon{background:url(/build/assets/green-arrow-Bfv2zmDk.svg) 0 0 no-repeat;background-size:contain}.section_button--green:hover{background-color:var(--green);color:var(--white)}.section_button--green:hover .section_button_icon{background-image:url(/build/assets/white-arrow-Bg4x2AAx.svg)}.section_button--white{background-color:var(--white);color:var(--green)}.section_button--white .section_button_icon{background:url(/build/assets/green-arrow-Bfv2zmDk.svg) 0 0 no-repeat;background-size:contain}.section_button--white:hover{background-color:var(--green);color:var(--white)}.section_button--white:hover .section_button_icon{background-image:url(/build/assets/white-arrow-Bg4x2AAx.svg)}.section_button--orange{background-color:var(--orange);color:var(--white)}.section_button--orange .section_button_icon{background:url(/build/assets/white-arrow-Bg4x2AAx.svg) 0 0 no-repeat;background-size:contain}.section_button--orange:hover{background-color:var(--white);color:var(--green)}.section_button--orange:hover .section_button_icon{background-image:url(/build/assets/green-arrow-Bfv2zmDk.svg)}.section_button_icon{display:block;position:absolute;right:15px;height:15px;width:15px;top:50%;margin-top:-8px}.section_header{padding-top:114px;position:relative;overflow:hidden;background-color:var(--yellow)}.section_header_image{max-width:90%;margin:0 auto 40px}@media (min-width: 768px){.section_header_image{width:220px}}@media (min-width: 992px){.section_header_image{width:320px}}@media (min-width: 1360px){.section_header_image{width:430px}}.section_header_logo{width:180px}.section_header_text{display:flex;flex-direction:column;gap:30px;align-items:center}@media (min-width: 768px){.section_header_text{align-items:flex-start}}.section_header_text p{font-weight:700;margin-bottom:20px}@media (min-width: 768px){.section_header_content{display:flex;gap:50px}}@media (min-width: 992px){.section_header_content{gap:100px}}.section_header_product{-webkit-user-select:none;user-select:none;pointer-events:none}.section_header_product_1{margin-left:-245px;width:138px;position:absolute;left:50%;top:27px;transform:rotate(-1deg)}@media (min-width: 768px){.section_header_product_1{margin-left:-510px;transform:rotate(-13deg);width:335px}}.section_header_product_2{width:120px;position:absolute;left:50%;top:110px;margin-left:-100px}@media (min-width: 768px){.section_header_product_2{transform:rotate(-8deg);width:371px;top:50px;margin-left:-185px}}.section_header_product_3{width:130px;position:absolute;left:50%;top:16px;margin-left:18px}@media (min-width: 768px){.section_header_product_3{transform:rotate(10deg);width:317px;top:0;margin-left:132px}}.section_header_product_4{width:134px;position:absolute;left:50%;top:46px;margin-left:98px}@media (min-width: 768px){.section_header_product_4{top:0;transform:rotate(12deg);width:343px;margin-left:320px}}.section_header_products{height:215px;position:relative;width:100%;margin-top:32px}@media (min-width: 768px){.section_header_products{height:411px;transform:scale(.65);transform-origin:25% 100%;margin-top:-100px}}@media (min-width: 992px){.section_header_products{transform:scale(.8);transform-origin:5% 100%;margin-top:-20px}}@media (min-width: 1360px){.section_header_products{transform:translate(-8%) scale(1);margin-top:0}}.section_header_products_before{width:190px;height:190px;background-color:var(--white);border-radius:190px;content:"";position:absolute;top:83px;z-index:0;left:50%;margin-left:-135px}@media (min-width: 768px){.section_header_products_before{width:500px;height:500px;border-radius:500px;margin-left:-235px;top:130px}}.section_product{position:relative;padding-top:60px;overflow:hidden;z-index:1}@media (min-width: 1360px){.section_product{padding-top:80px}}.section_product .container{display:flex;flex-direction:column;gap:30px}@media (min-width: 992px){.section_product .container{gap:60px;flex-wrap:wrap;justify-content:center}}.section_product_content{display:flex;flex-direction:column;align-items:flex-start;gap:30px;position:relative}@media (min-width: 992px){.section_product_content{width:400px;padding-bottom:60px}}@media (min-width: 1360px){.section_product_content{padding-bottom:80px}}.section_product_title{color:var(--white)}.section_product_text{position:relative}.section_product_info_detail,.section_product_info{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.section_product_info_detail_item,.section_product_info_item{font-weight:700;position:relative;padding-left:35px;min-height:25px}.section_product_info_detail_item:before,.section_product_info_item:before{content:"";position:absolute;top:0;left:0;background:url(/build/assets/checkmark-Ct0Z_cYU.svg) 0 0 no-repeat;background-size:contain;width:25px;height:25px}.section_product_info_detail{display:none}.section_product .section_button{align-self:center}@media (min-width: 768px){.section_product .section_button{align-self:initial}}.section_product .section_button_icon{transform:rotate(90deg)}.section_product_main_image{flex-shrink:0;width:100%;max-width:340px;min-height:440px;position:relative;margin:0 auto -100px}@media (min-width: 992px){.section_product_main_image{max-width:400px;aspect-ratio:initial;height:100%;margin:0}}.section_product_main_image_bg{position:absolute;z-index:0;top:16%;left:50%;transform:translate(-50%);width:330px;height:330px;background-color:var(--white);border-radius:330px;transform-origin:50% 80%}@media (min-width: 992px){.section_product_main_image_bg{top:120px;width:450px;height:450px;border-radius:450px}}.section_product_main_image img{width:125px;position:absolute;top:0;left:50%;z-index:1;transform:translate(-50%)}.section_product:nth-child(2n) .section_product_main_image img{transform:translate(-50%) rotate(-5deg)}.section_product:nth-child(2n) .section_product_detail_item:nth-child(odd) img{transform:translate(-50%) rotate(5deg)}.section_product:nth-child(2n) .section_product_detail_item:nth-child(2n) img{transform:translate(-50%) rotate(-5deg)}@media (min-width: 992px){.section_product:nth-child(2n) .section_product_detail_item:nth-child(2n){margin:0 0 -300px;left:4%}.section_product:nth-child(2n) .section_product_detail_item:nth-child(odd){margin:0 0 -300px;left:51%}.section_product:nth-child(2n) .section_product_detail_item:first-child{margin:0 0 -450px;left:56%}.section_product:nth-child(2n) .section_product_detail_item:nth-child(2){margin:0 0 -180px;left:4%}.section_product:nth-child(2n) .section_product_detail_item:nth-child(3){margin:0 0 -170px;left:35%}.section_product:nth-child(2n) .section_product_detail_item:nth-last-child(2){margin:0 0 50px!important}.section_product:nth-child(2n) .section_product_detail_bottom_illustration--odd{left:65%}.section_product:nth-child(2n) .section_product_detail_bottom_illustration--even{right:65%}.section_product:nth-child(2n) .container{flex-direction:row-reverse}}.section_product:nth-child(odd) .section_product_main_image img{transform:translate(-50%) rotate(5deg)}.section_product:nth-child(odd) .section_product_detail_item:nth-child(odd) img{transform:translate(-50%) rotate(-5deg)}.section_product:nth-child(odd) .section_product_detail_item:nth-child(2n) img{transform:translate(-50%) rotate(5deg)}@media (min-width: 992px){.section_product:nth-child(odd) .section_product_detail_item:nth-child(odd){margin:0 0 -300px;left:4%}.section_product:nth-child(odd) .section_product_detail_item:nth-child(2n){margin:0 0 -300px;left:51%}.section_product:nth-child(odd) .section_product_detail_item:first-child{margin:0 0 -450px;left:4%}.section_product:nth-child(odd) .section_product_detail_item:nth-child(2){margin:0 0 -180px;left:56%}.section_product:nth-child(odd) .section_product_detail_item:nth-child(3){margin:0 0 -170px;left:19%}.section_product:nth-child(odd) .section_product_detail_item:nth-last-child(2){margin:0 0 50px!important}.section_product:nth-child(odd) .section_product_detail_bottom_illustration--odd{right:65%}.section_product:nth-child(odd) .section_product_detail_bottom_illustration--even{left:65%}.section_product:nth-child(odd) .container{flex-direction:row}}.section_product_jupik-ovocik{box-shadow:0 -30px 70px #0000003b;background-color:var(--green-light)}@media (min-width: 768px){.section_product_jupik-ovocik .section_product_main_image_before{position:absolute;background:url(/build/assets/rocket-Fdrg1nCC.svg) 0 0 no-repeat;background-size:contain;width:100px;height:251px;left:-150px;top:20px;animation:floating 2s linear alternate infinite}.section_product_jupik-ovocik .section_product_main_image_after{background:url(/build/assets/ball-red-lRpGFinK.svg) 0 0 no-repeat;background-size:contain;width:75px;height:75px;position:absolute;right:0;top:-20px;animation:rotation 2s linear infinite}}@media (min-width: 768px) and (min-width: 992px){.section_product_jupik-ovocik .section_product_main_image_after{top:0}}@media (min-width: 992px){.section_product_jupik-ovocik .section_product_main_image{margin:0}.section_product_jupik-ovocik .section_product_main_image img{top:30px;width:180px}}.section_product_jupik-ovocik .section_product_detail{position:relative}@media (min-width: 992px){.section_product_jupik-ovocik .section_product_detail_item{min-height:635px}.section_product_jupik-ovocik .section_product_detail_item img{width:180px}.section_product_jupik-ovocik .section_product_detail_icon_1{background:url(/build/assets/apple-jZ1osul4.svg) 0 0 no-repeat;background-size:contain;width:275px;height:375px;position:absolute;left:90%;top:650px}.section_product_jupik-ovocik .section_product_detail_icon_2{background:url(/build/assets/ball-red-lRpGFinK.svg) 0 0 no-repeat;background-size:contain;width:75px;height:75px;position:absolute;right:105%;top:420px;animation:rotation 2s linear reverse infinite}}@media (min-width: 1360px){.section_product_jupik-ovocik .section_product_text:after{background:url(/build/assets/citrus-Bh5xLYGc.svg) 0 0 no-repeat;background-size:contain;width:100px;height:150px;position:absolute;content:"";left:530px;top:-60px;animation:half-rotation 2s linear alternate infinite;transform-origin:100% 50%}.section_product_jupik-ovocik .section_product_info_detail:after,.section_product_jupik-ovocik .section_product_info:after{background:url(/build/assets/orange-DaqhdD_T.svg) 0 0 no-repeat;background-size:contain;width:372px;height:278px;position:absolute;content:"";left:390px;top:-10px}}.section_product_jupik-aqua{background-color:var(--blue);color:var(--blue-dark)}.section_product_jupik-aqua .section_product_main_image{min-height:480px;margin-bottom:-140px}@media (min-width: 768px){.section_product_jupik-aqua .section_product_main_image_before{position:absolute;background:url(/build/assets/fish-blue-eue1pO1O.svg) 0 0 no-repeat;background-size:contain;width:100px;height:75px;left:-55px;top:45%;z-index:1;animation:flying 5s linear reverse infinite}}@media (min-width: 768px) and (min-width: 992px){.section_product_jupik-aqua .section_product_main_image_before{left:-85px;top:71%}}@media (min-width: 768px){.section_product_jupik-aqua .section_product_main_image_after{background:url(/build/assets/submarine-D0DcUQpJ.svg) 0 0 no-repeat;background-size:contain;width:260px;height:224px;position:absolute;right:-175px;top:0;z-index:1;animation:floating 2s linear alternate infinite}}@media (min-width: 768px) and (min-width: 992px){.section_product_jupik-aqua .section_product_main_image_after{width:308px;height:264px;top:50px;right:-220px}}@media (min-width: 992px){.section_product_jupik-aqua .section_product_main_image{margin:0}.section_product_jupik-aqua .section_product_main_image img{top:0;width:180px}}.section_product_jupik-aqua .section_product_detail_item{min-height:480px}@media (min-width: 992px){.section_product_jupik-aqua .section_product_detail_item{min-height:690px}.section_product_jupik-aqua .section_product_detail_item img{top:0;width:180px}.section_product_jupik-aqua .section_product_detail_icon_1{background:url(/build/assets/lime-DaV8dd3D.svg) 0 0 no-repeat;background-size:contain;width:275px;height:375px;position:absolute;left:90%;top:1520px}.section_product_jupik-aqua .section_product_detail_icon_2{background:url(/build/assets/fish-yellow-Cio8QJAl.svg) 0 0 no-repeat;background-size:contain;width:90px;height:75px;position:absolute;right:105%;top:1220px;animation:flying 5s linear infinite}.section_product_jupik-aqua .section_product_detail_icon_3{background:url(/build/assets/fish-blue-eue1pO1O.svg) 0 0 no-repeat;background-size:contain;width:90px;height:75px;position:absolute;right:100%;top:2020px;animation:flying 5s linear reverse infinite}}@media (min-width: 1360px){.section_product_jupik-aqua .section_product_text:after{background:url(/build/assets/fish-yellow-Cio8QJAl.svg) 0 0 no-repeat;background-size:contain;width:90px;height:75px;position:absolute;content:"";left:435px;top:-80px;animation:flying 5s linear infinite}.section_product_jupik-aqua .section_product_info_detail:before,.section_product_jupik-aqua .section_product_info:before{background:url(/build/assets/dragon-Dn0o51Oc.svg) 0 0 no-repeat;background-size:contain;width:286px;height:423px;position:absolute;content:"";left:-330px;top:-220px}}.section_product_jupik-ovokous{background-color:var(--yellow)}.section_product_jupik-ovokous .section_product{min-height:470px;margin-bottom:-120px}@media (min-width: 768px){.section_product_jupik-ovokous .section_product_main_image_before{position:absolute;background:url(/build/assets/aircraft-CH3o6f7F.svg) 0 0 no-repeat;background-size:contain;width:225px;height:92px;left:60%;top:-100px;z-index:1;animation:flying 5s linear infinite}}@media (min-width: 768px) and (min-width: 992px){.section_product_jupik-ovokous .section_product_main_image_before{left:-170px;top:0}}@media (min-width: 768px) and (min-width: 1360px){.section_product_jupik-ovokous .section_product_main_image_before{left:-230px}}@media (min-width: 768px){.section_product_jupik-ovokous .section_product_main_image_after{background:url(/build/assets/ball-blue-CKQqguf7.svg) 0 0 no-repeat;background-size:contain;width:75px;height:75px;position:absolute;left:-155px;top:40%;z-index:1;animation:rotation 2s linear reverse infinite}}@media (min-width: 768px) and (min-width: 992px){.section_product_jupik-ovokous .section_product_main_image_after{top:67%}}@media (min-width: 768px) and (min-width: 1360px){.section_product_jupik-ovokous .section_product_main_image_after{left:-185px}}.section_product_jupik-ovokous .section_product_main_image_bg{top:42px}.section_product_jupik-ovokous .section_product_main_image img{top:32px;width:280px}@media (min-width: 992px){.section_product_jupik-ovokous .section_product_main_image{margin:0}.section_product_jupik-ovokous .section_product_main_image img{top:90px;width:354px}.section_product_jupik-ovokous .section_product_main_image_bg{top:155px}}@media (min-width: 1360px){.section_product_jupik-ovokous .section_product_text:after{background:url(/build/assets/snail-C9F2zPFd.svg) 0 0 no-repeat;background-size:contain;width:280px;height:308px;position:absolute;content:"";left:100%;top:85%}}.section_product_jupik-ovokous .section_product_detail{min-height:470px}.section_product_jupik-ovokous .section_product_detail_item:before{top:42px}.section_product_jupik-ovokous .section_product_detail_item img{top:32px;width:280px}@media (min-width: 992px){.section_product_jupik-ovokous .section_product_detail_item{min-height:630px}.section_product_jupik-ovokous .section_product_detail_item:before{top:155px}.section_product_jupik-ovokous .section_product_detail_item img{top:90px;width:354px}.section_product_jupik-ovokous .section_product_detail_icon_1{background:url(/build/assets/ball-red-lRpGFinK.svg) 0 0 no-repeat;background-size:contain;width:75px;height:75px;position:absolute;right:55%;top:820px;animation:rotation 2s linear reverse infinite}}.section_product_jupik-zmrzlik{background-color:var(--green-light)}.section_product_jupik-zmrzlik .section_product_main_image{min-height:540px;margin-bottom:-200px}@media (min-width: 768px){.section_product_jupik-zmrzlik .section_product_main_image_before{position:absolute;background:url(/build/assets/fan-DzoiTvh6.svg) 0 0 no-repeat;background-size:contain;width:116px;height:116px;left:-155px;top:15%;z-index:1;animation:rotation 2s linear infinite}}@media (min-width: 768px) and (min-width: 992px){.section_product_jupik-zmrzlik .section_product_main_image_before{left:-120px;top:71%}}@media (min-width: 768px){.section_product_jupik-zmrzlik .section_product_main_image_after{background:url(/build/assets/seal-Ztu4QKGC.svg) 0 0 no-repeat;background-size:contain;width:242px;height:362px;position:absolute;right:-175px;top:-20px;z-index:1;animation:floating 2s linear alternate infinite}}@media (min-width: 768px) and (min-width: 992px){.section_product_jupik-zmrzlik .section_product_main_image_after{top:55px}}.section_product_jupik-zmrzlik .section_product_main_image img{width:145px}@media (min-width: 992px){.section_product_jupik-zmrzlik .section_product_main_image{margin:0;min-height:450px}.section_product_jupik-zmrzlik .section_product_main_image img{top:5px;width:180px}}@media (min-width: 992px) and (min-width: 1360px){.section_product_jupik-zmrzlik .section_product_main_image img{top:15px}}@media (min-width: 1360px){.section_product_jupik-zmrzlik .section_product_text:before{background:url(/build/assets/bear-Dl0tkvpT.svg) 0 0 no-repeat;background-size:contain;width:231px;height:368px;position:absolute;content:"";left:-260px;top:20px}}.section_product_jupik-zmrzlik .section_product_detail_item{min-height:540px}.section_product_jupik-zmrzlik .section_product_detail_item img{width:145px}@media (min-width: 992px){.section_product_jupik-zmrzlik .section_product_detail_item{min-height:680px}.section_product_jupik-zmrzlik .section_product_detail_item img{top:5px;width:180px}}@media (min-width: 992px) and (min-width: 1360px){.section_product_jupik-zmrzlik .section_product_detail_item img{top:15px}}.section_product_detail{display:none;align-self:flex-end;width:100%}.section_product_detail_item{width:100%;max-width:340px;min-height:440px;position:relative;margin:0 auto 30px}@media (min-width: 992px){.section_product_detail_item{max-width:400px}}.section_product_detail_item:before{content:"";position:absolute;z-index:0;top:15%;left:50%;transform:translate(-50%);width:330px;height:330px;background-color:var(--white);border-radius:330px}@media (min-width: 992px){.section_product_detail_item:before{top:120px;width:450px;height:450px;border-radius:450px}}.section_product_detail_item img{width:125px;position:absolute;top:0;left:50%;z-index:1;transform:translate(-50%)}.section_product_detail_bottom{display:flex;align-items:center;flex-direction:column;gap:40px}@media (min-width: 992px){.section_product_detail_bottom{padding-bottom:40px}}.section_product_detail_bottom_button .section_button_icon{transform:rotate(-90deg)}.section_product_detail_bottom_illustration{max-width:220px}@media (min-width: 992px){.section_product_detail_bottom_illustration{position:absolute;bottom:0}}.section_product.opened .section_product_button{visibility:hidden;pointer-events:none}.section_product.opened .section_product_main_image{margin-bottom:0}.section_product.opened .section_product_info{display:none}.section_product.opened .section_product_info_detail{display:flex}.section_product.opened .section_product_detail{display:block}.section_play{position:relative;z-index:1;padding-top:100px;padding-bottom:64px;background-color:var(--yellow)}.section_play .section_play_title{font-size:48px;line-height:57px;padding:45px 0 30px}.section_play .container{display:flex;flex-direction:column;gap:30px}@media (min-width: 992px){.section_play .container{gap:70px}}.section_play_header{display:flex;flex-direction:column;gap:30px}@media (min-width: 768px){.section_play_header{flex-direction:row;align-items:center;justify-content:center;gap:45px}}.section_play_header_image{width:300px}@media (min-width: 992px){.section_play_header_image{width:400px}}@media (min-width: 1360px){.section_play_header_image{width:455px}.section_play_title{width:490px}}.section_play_idea{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:50px;padding:0 0 38px;text-align:center}@media (min-width: 992px){.section_play_idea{max-width:450px;padding:0 20px 38px}}.section_play_idea_year{padding:4px 8px;height:26px;position:relative;color:var(--white);background:var(--orange);border-radius:26px;font-size:14px;line-height:18px;margin-top:auto}.section_play_idea_image{width:calc(100% - 80px);padding-top:107%;display:block;position:relative;border-radius:16px;overflow:hidden;margin:0 auto}.section_play_idea_image img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.section_play_ideas{margin:0 auto 14px}@media (min-width: 768px){.section_play_ideas{display:grid;grid-template-columns:1fr 1fr;gap:50px}}.section_meet{position:relative;z-index:1;padding-top:32px;background-color:var(--yellow);text-align:center}.section_meet_event{margin:0 5px;padding:16px;background-color:var(--white);border-radius:16px;display:flex!important;flex-direction:column;justify-content:center;align-items:center;gap:16px;color:var(--gray-dark)}@media (min-width: 992px){.section_meet_event{margin:0 16px}}.section_meet_event_name{padding:32px 10px 16px}@media (min-width: 768px) and (max-width: 991px){.section_meet_event_name{min-height:114px}}.section_meet_event_date{padding:4px 18px 4px 32px;height:26px;position:relative;background:var(--gray-light) url(/build/assets/calendar-CcZwpI2t.svg) 0 0 no-repeat;background-size:26px;border-radius:26px;font-size:14px;line-height:18px}.section_meet_event_image{width:100%;padding-top:104%;display:block;position:relative;border-radius:16px;overflow:hidden}@media (min-width: 768px){.section_meet_event_image{padding-top:87%}}@media (min-width: 992px){.section_meet_event_image{padding-top:67%}}.section_meet_event_image img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.section_meet_event_button{margin-top:auto}.section_meet_events{margin-top:62px;position:relative;padding-bottom:100px}@media (min-width: 992px){.section_meet_events{padding:0 50px 100px}}.error_page{height:100vh;height:100dvh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden}.error_page .container{gap:30px}.error_page_title{margin-bottom:24px;font-size:28px;line-height:38px}@media (min-width: 976px){.error_page_title{font-size:38px;line-height:48px}}.error_page_logo{width:120px;display:block;margin-bottom:30px}.error_page_text{font-size:14px;line-height:20px;margin-bottom:100px}@media (min-width: 976px){.error_page_text{font-size:18px;line-height:28px}}.error_page_link{font-size:14px;line-height:20px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 480px){.container{max-width:480px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 992px){.container{max-width:992px}}@media (min-width: 1360px){.container{max-width:1360px}}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.right-0{right:0}.top-0{top:0}.z-0{z-index:0}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.-ml-px{margin-left:-1px}.-mt-px{margin-top:-1px}.mb-5{margin-bottom:1.25rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-5{height:1.25rem}.h-8{height:2rem}.min-h-screen{min-height:100vh}.w-5{width:1.25rem}.w-8{width:2rem}.w-auto{width:auto}.w-full{width:100%}.max-w-6xl{max-width:72rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-6{padding:1.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pt-10{padding-top:2.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.tracking-wider{letter-spacing:.05em}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box}html{-webkit-text-size-adjust:none}html,body{-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;font-size:16px;line-height:24px;font-weight:400;font-family:var(--font-secondary),Arial;background:var(--yellow);color:var(--green);padding:0;margin:0}body.modal-on{overflow:hidden}.content{min-height:200px}.container{width:100%;padding:0 20px;position:relative;margin:0 auto;max-width:400px}@media (min-width: 768px){.container{max-width:732px}}@media (min-width: 992px){.container{max-width:984px}}@media (min-width: 1360px){.container{max-width:1172px}}.container.container--small{max-width:732px}p{margin:0}h1,h2,h3{font-family:var(--font-primary),Arial;font-weight:900;line-height:100%;text-transform:uppercase}h1{color:var(--green);font-size:48px;line-height:57px}h2{font-size:36px;line-height:50px}h3{font-size:24px;line-height:33px}.page{padding-top:100px}.container--small p{margin-bottom:20px}.container--small h1{margin-bottom:40px}.container--small a{text-decoration:underline}.container--small a:hover{color:var(--orange)}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:flex}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;vertical-align:top;outline:none;min-height:1px}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block}.slick-arrow.slick-hidden{display:none}.slick-disabled{opacity:.5}.slick-dots{position:absolute;bottom:40px;width:100%;margin:0;left:0;text-align:center}.slick-dots li{display:inline-block;margin:0 5px;width:14px;height:14px;cursor:pointer;border-radius:14px;background-color:var(--white);transition:width .3s ease}.slick-dots li.slick-active{background-color:var(--orange);width:58px}.slick-dots li button{opacity:0}.slick-arrow{position:absolute;top:43%;margin-top:-20px;height:40px;width:40px;background:url(/build/assets/slider-arrow-0QVlJBNq.svg) 0 0 no-repeat;background-size:contain;z-index:2;text-indent:-999px;overflow:hidden;transition:transform .4s cubic-bezier(.47,2.64,.41,.8)}.slick-arrow.slick-prev{left:0;transform:rotate(-180deg)}.slick-arrow.slick-prev:hover{transform:rotate(-180deg) scale(1.2)}.slick-arrow.slick-next{right:0}.slick-arrow.slick-next:hover{transform:scale(1.2)}#cookiescript_injected{background-color:var(--green)!important}#cookiescript_header{font-family:var(--font-primary)!important}#cookiescript_description{font-family:var(--font-secondary)!important}#cookiescript_accept,#cookiescript_reject,#cookiescript_save{font-family:var(--font-primary)!important;font-size:10px!important}#cookiescript_accept{background-color:var(--orange)!important}@keyframes half-rotation{0%{transform:rotate(0)}to{transform:rotate(-180deg)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(364deg)}}@keyframes floating{0%{transform:translateY(0)}to{transform:translateY(15%)}}@keyframes flying{0%{transform:translate(0) rotateY(0)}25%{transform:translate(50%) rotateY(0)}50%{transform:translate(50%) rotateY(180deg)}75%{transform:translate(0) rotateY(180deg)}to{transform:translate(0) rotateY(360deg)}}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 480px){.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:flex-1{flex:1 1 0%}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}}@media (min-width: 768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:mr-10{margin-right:2.5rem}.md\:flex{display:flex}.md\:max-w-xl{max-width:36rem}.md\:flex-1{flex:1 1 0%}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:border-0{border-width:0px}}@media (min-width: 992px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:-mt-20{margin-top:-5rem}.lg\:mb-48{margin-bottom:12rem}.lg\:ml-10{margin-left:2.5rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:h-full{height:100%}.lg\:w-6\/12{width:50%}.lg\:max-w-sm{max-width:24rem}.lg\:flex-row{flex-direction:row}.lg\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pr-10{padding-right:2.5rem}.lg\:pr-20{padding-right:5rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-40{padding-top:10rem}}@media (min-width: 1360px){.xl\:max-w-2xl{max-width:42rem}.xl\:pr-52{padding-right:13rem}}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
