*{box-sizing:border-box;margin:0;padding:0}.container{max-width:1440px;margin:0 auto;padding:0 16px;position:relative}@media (min-width:1040px){.container{padding:0 32px}}body{background-color:#0c0908;font-family:myriad-pro,sans-serif}*{-webkit-font-smoothing:antialiased;-webkit-text-stroke:1px #0000}.bg_wrapper.wrapper_mobile{background:url(/images/bg_wrapper_mobile.jpg) 50%/cover no-repeat}.bg_wrapper.wrapper_desktop{background:url(/images/bg_wrapper.jpg) 50%/cover no-repeat}.btn{color:#fff;cursor:pointer;letter-spacing:.54px;text-align:center;text-transform:uppercase;background:0 0;border:1.5px solid #fdc42e;justify-content:flex-end;align-items:center;padding:10px 30px;font-family:myriad-pro,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:150%;text-decoration:none;transition:all .3s}@media (min-width:768px){.btn{padding:15px 55px}}.btn:hover{color:#fff;background-color:#fdc42e!important}.grad{overflow:hidden}@media (min-width:1040px){.grad{background:linear-gradient(#291308 0%,#050608 100%)}}.custom_sidebar{overflow-y:auto!important}.custom_sidebar::-webkit-scrollbar{-webkit-appearance:none!important;width:2.2px!important;height:2.2px!important}.custom_sidebar::-webkit-scrollbar-track{-webkit-appearance:none!important;background:#c6b29a!important;border-radius:0!important}.custom_sidebar::-webkit-scrollbar-thumb{-webkit-appearance:none!important;background:#c3922e!important;border:none!important;border-radius:0!important}.custom_sidebar::-webkit-scrollbar-thumb:hover{background:#ffed4e!important}.custom_sidebar::-webkit-scrollbar-button:single-button{width:0!important;height:0!important;display:none!important}.custom_sidebar::-webkit-scrollbar-button:single-button:vertical:decrement{display:none!important}.custom_sidebar::-webkit-scrollbar-button:single-button:vertical:increment{display:none!important}.custom_sidebar::-webkit-scrollbar-button:double-button{width:0!important;height:0!important;display:none!important}.custom_sidebar::-webkit-scrollbar-button:start:decrement{width:0!important;height:0!important;display:none!important}.custom_sidebar::-webkit-scrollbar-button:end:increment{width:0!important;height:0!important;display:none!important}.custom_sidebar::-webkit-scrollbar-button{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.custom_sidebar::-webkit-scrollbar-corner{background:#c6b29a!important;display:none!important}.custom_sidebar{scrollbar-width:thin!important;scrollbar-color:#fdc42e #c6b29a33!important}.mobile-menu-open .mobile-header{z-index:99}.stick_nav{opacity:0;pointer-events:none;z-index:99;flex-direction:column;gap:60px;width:15px;display:flex;position:fixed;top:50%;right:20px;transform:translateY(-50%)}@media (min-width:768px){.stick_nav{opacity:1;pointer-events:auto}}@media (min-width:1281px){.stick_nav{right:40px}}.stick_nav:before{content:"";background:#fdc42e;width:1px;height:100%;position:absolute;left:7px}.stick_nav a{z-index:2;background:#291308;border:1.5px solid #fdc42e;width:15px;height:15px;transition:all .3s;display:block;position:relative}.stick_nav a.active{transform:rotate(45deg)}.stick_nav a.active:before{content:"";background:#fff;border-radius:60%;width:50%;height:50%;position:absolute;top:25%;left:25%}.header{z-index:999;background:#383838;width:100%;transition:all .3s;position:fixed;top:0;left:0}.header .header_inner{flex-direction:row;justify-content:space-between;align-items:center;height:84px;display:flex}.header .header_inner .menu{position:absolute;top:40%;right:0}.header .header_inner .menu_items{flex-direction:row;gap:0;display:flex}.header .header_inner .menu_items a{letter-spacing:3%;text-transform:uppercase;color:#fdf7c9;margin-right:50px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:21px;font-style:normal;font-weight:400;line-height:100%;text-decoration:none;transition:color .3s}.header .header_inner .menu_items a:hover{color:#fdc42e}.header .header_inner .logo{margin:0 auto 0 0}.header .header_inner .logo img{width:98px;height:32.5px;margin:0 auto;display:block}.mobile-header{z-index:999;background:#383838;width:100%;max-width:100%;height:70px;transition:all .3s;position:fixed;top:0;left:0}.mobile-header .mobile-header_inner{height:70px;padding:0 5px;position:relative}.mobile-header .logo{z-index:999;margin:0 auto;position:relative}.mobile-header .logo a{width:180px}.mobile-header .logo a img{width:auto;height:100%;max-height:70%;display:block;margin:20px auto 0 0!important}.mobile-menu-toggle{cursor:pointer;z-index:999;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;padding:10px;display:flex;position:absolute;top:-5px;right:0}.mobile-menu-toggle .hamburger-line{transform-origin:50%;background-color:#fdc42e;width:42px;height:2px;transition:all .3s}.mobile-menu-toggle .hamburger-line:first-child.open{transform:rotate(45deg)translate(6px,6px)}.mobile-menu-toggle .hamburger-line:nth-child(2).open{opacity:0}.mobile-menu-toggle .hamburger-line:nth-child(3).open{transform:rotate(-45deg)translate(5.5px,-5px)}.mobile-menu{z-index:99;opacity:0;text-align:center;background:#383838;justify-content:center;align-items:center;width:100%;height:100vh;transition:all .3s;display:none;position:relative;top:0;left:0;transform:translateY(-100%);position:fixed!important}.mobile-menu.open{opacity:1;display:block;transform:translateY(0)}.mobile-menu .icon_bird{margin:16vh auto 6vh}.mobile-menu .mobile-menu_items{text-align:center;z-index:5;flex-direction:column;gap:40px;display:flex;position:relative}.mobile-menu .mobile-menu_items a{color:#fdf7c9;text-transform:uppercase;margin:0;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:39px;line-height:90%;text-decoration:none;transition:all .3s;display:inline-block}.mobile-menu .mobile-menu_items a:hover{opacity:.8;transform:translateY(-2px)}body.mobile-menu-open{overflow:hidden}.footer{background:#383838;padding:20px 0}.footer .inner_footer{color:#fdf7c9;text-align:center;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:14px;line-height:100%;overflow:hidden}@media (min-width:768px){.footer .inner_footer{text-align:left;font-size:21px;line-height:110%}}.footer .inner_footer .copy_left{font-weight:800}@media (min-width:768px){.footer .inner_footer .copy_left{float:left}}.footer .inner_footer .copy_right{padding-top:22px;font-weight:500}@media (min-width:768px){.footer .inner_footer .copy_right{float:right}}.insta_section{padding:40px 0}@media (min-width:768px){.insta_section{padding:80px 0}}.insta_section .top_part{color:#383838;text-align:center}.insta_section .top_part h2{text-transform:uppercase;max-width:185px;margin:0 auto 15px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:21px;font-weight:400;line-height:110%}@media (min-width:768px){.insta_section .top_part h2{max-width:350px;margin:0 auto 20px;font-size:36px;line-height:44px}}.insta_section .top_part p{max-width:200px;margin:0 auto;font-family:citrus-gothic,sans-serif;font-size:44px;font-weight:400;line-height:44px}@media (min-width:768px){.insta_section .top_part p{max-width:1000px;font-size:66px;line-height:66px}}.insta_section .insta_block{flex-direction:column;align-items:center;display:flex}.insta_section .insta_block .images_mobile{width:100%;max-width:345px;margin:30px auto 40px;position:relative!important}.insta_section .insta_block .images_mobile .shim_insta_mobile{width:100%;height:auto;display:block}.insta_section .insta_block .images_mobile .insta_1{width:65%;height:auto;display:block;position:absolute;top:0;right:0}.insta_section .insta_block .images_mobile .insta_2{width:65%;height:auto;display:block;position:absolute;bottom:0;left:0}.insta_section .insta_block .images_desktop{grid-template-columns:1fr 1fr 1fr;gap:10px;margin:50px 0;display:grid}@media (min-width:768px){.insta_section .insta_block .images_desktop{gap:20px}}.insta_section .insta_block .images_desktop img{width:100%;height:auto}.insta_section .insta_block p{color:#383838;text-align:center;padding:0 10px 15px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:24px;line-height:27px}@media (min-width:768px){.insta_section .insta_block p{padding:0 0 25px;font-size:36px;line-height:44px}}.insta_section .btn{color:#fdf7c9;background:#383838;border:2px solid #fdc42e;padding:18px 30px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:18px;font-weight:800;line-height:1em}.insta_section .btn:hover{color:#383838;border:2px solid #383838;background:#fdf7c9!important}@media (min-width:768px){.insta_section .btn{padding:25px 54px;font-size:25px;font-weight:800;line-height:1em}}.insta_section .tip{letter-spacing:.48px;font-size:16px;font-style:normal;font-weight:400;line-height:140%}@media (min-width:768px){.insta_section .tip{letter-spacing:.54px;font-size:18px;font-weight:400;line-height:150%}}.insta_section .tip{color:#bf5304;text-align:center;margin:50px 0}@media (min-width:768px){.insta_section .tip{text-align:left}}.where_to_buy{background:url(/images/bg_where_to_buy.jpg) 50%/cover no-repeat;padding:50px 0}@media (min-width:1024px){.where_to_buy{padding:80px 0 130px}}.where_to_buy .top_part{color:#fdf7c9;text-align:center;padding-bottom:50px}.where_to_buy .top_part h2{max-width:185px;margin:0 auto 15px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:21px;font-weight:400;line-height:110%}@media (min-width:768px){.where_to_buy .top_part h2{max-width:350px;margin:0 auto 20px;font-size:36px;line-height:44px}}.where_to_buy .top_part p{max-width:1000px;margin:0 auto;font-family:citrus-gothic,sans-serif;font-size:44px;font-weight:400;line-height:44px}@media (min-width:768px){.where_to_buy .top_part p{font-size:66px;line-height:66px}}.where_to_buy .loading_spinner,.where_to_buy .no_locations{text-align:center;letter-spacing:6.5px;justify-content:center;align-items:center;height:100%;font-size:13px;font-style:normal;font-weight:400;line-height:150%;display:flex}@media (min-width:768px){.where_to_buy .loading_spinner,.where_to_buy .no_locations{letter-spacing:7.2px;font-size:18px;line-height:150%}}.where_to_buy .loading_spinner,.where_to_buy .no_locations{color:#fdc42e}.where_to_buy .map_section{text-align:center;margin-top:20px}@media (min-width:768px){.where_to_buy .map_section{margin-top:20px}}.where_to_buy .map_section .search_controls{flex-direction:column;gap:12px;width:100%;max-width:100%;margin:0 auto;display:flex}@media (min-width:768px){.where_to_buy .map_section .search_controls{flex-direction:row;gap:24px;max-width:calc(50% - 15px);margin:0 auto 12px 0}}.where_to_buy .map_section .search_controls select,.where_to_buy .map_section .search_controls input{letter-spacing:.48px;font-size:16px;font-style:normal;font-weight:400;line-height:140%}@media (min-width:768px){.where_to_buy .map_section .search_controls select,.where_to_buy .map_section .search_controls input{letter-spacing:.54px;font-size:18px;font-weight:400;line-height:150%}}.where_to_buy .map_section .search_controls select,.where_to_buy .map_section .search_controls input{color:#fdf7c9;background:0 0;border:0;border-bottom:1.34px solid #fdf7c9;height:60px;padding:0 18px;font-family:myriad-pro,sans-serif;font-size:21px;line-height:110%;outline:none!important}.where_to_buy .map_section .search_controls select::placeholder,.where_to_buy .map_section .search_controls input::placeholder{color:#fdf7c9;opacity:.8}.where_to_buy .map_section .search_controls .btn{color:#fdc42e;white-space:nowrap;background:0 0;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:21px}.where_to_buy .map_section .search_controls .product_select{display:none}.where_to_buy .map_section .search_controls .search_box{flex-direction:row;justify-content:space-between;gap:24px;width:100%;display:flex}.where_to_buy .map_section .search_controls .search_box input{width:100%}.where_to_buy .map_section .search_controls .search_box.search_box_mobile{gap:10px;margin-top:25px}.where_to_buy .map_section .search_controls .search_box.search_box_mobile .btn{width:100%;max-width:200px;padding:0;font-size:15px}.where_to_buy .map_section .search_controls .search_box.search_box_mobile select,.where_to_buy .map_section .search_controls .search_box.search_box_mobile input{height:48px;padding:0 18px;font-size:16px}.where_to_buy .map_section .error_message{letter-spacing:.48px;font-size:16px;font-style:normal;font-weight:400;line-height:140%}@media (min-width:768px){.where_to_buy .map_section .error_message{letter-spacing:.54px;font-size:18px;font-weight:400;line-height:150%}}.where_to_buy .map_section .error_message{color:#8b0000;text-align:left}.where_to_buy .map_section .map_container{flex-direction:column;gap:20px;padding-top:0;display:flex}@media (min-width:768px){.where_to_buy .map_section .map_container{flex-direction:row;gap:26px;padding-top:10px}}.where_to_buy .map_section .map_container .location_marker{padding-top:3px}.where_to_buy .map_section .map_container .search_panel{flex:1;order:1;width:100%;max-width:100%}@media (min-width:768px){.where_to_buy .map_section .map_container .search_panel{order:0;max-width:50%}}.where_to_buy .map_section .map_container .search_panel .locations_list{flex-direction:column;align-items:center;gap:10px;max-height:420px;padding-right:20px;display:flex}.where_to_buy .map_section .map_container .search_panel .locations_list .location_item{justify-content:space-between;align-items:center;width:100%;padding:10px 0;display:flex}.where_to_buy .map_section .map_container .search_panel .locations_list .location_item .left{text-align:left;gap:6px;display:flex}.where_to_buy .map_section .map_container .search_panel .locations_list .location_item .left .location_details .location_name{color:#fdf7c9;padding-bottom:8px;font-size:18px;font-weight:700;line-height:110%}.where_to_buy .map_section .map_container .search_panel .locations_list .location_item .left .location_details .location_address{letter-spacing:.48px;font-size:16px;font-style:normal;font-weight:400;line-height:140%}@media (min-width:768px){.where_to_buy .map_section .map_container .search_panel .locations_list .location_item .left .location_details .location_address{letter-spacing:.54px;font-size:18px;font-weight:400;line-height:150%}}.where_to_buy .map_section .map_container .search_panel .locations_list .location_item .left .location_details .location_address{color:#fdf7c9;opacity:.4;padding-bottom:4px;font-size:18px;font-weight:400;line-height:120%}.where_to_buy .map_section .map_container .search_panel .locations_list .location_item .left .location_details .location_distance{letter-spacing:.48px;font-size:16px;font-style:normal;font-weight:400;line-height:140%}@media (min-width:768px){.where_to_buy .map_section .map_container .search_panel .locations_list .location_item .left .location_details .location_distance{letter-spacing:.54px;font-size:18px;font-weight:400;line-height:150%}}.where_to_buy .map_section .map_container .search_panel .locations_list .location_item .left .location_details .location_distance{color:#fdc42e;opacity:.8;font-size:18px;font-weight:400;line-height:110%}.where_to_buy .map_section .map_container .search_panel .locations_list .location_item .right button{cursor:pointer;background:0 0;border:none}.where_to_buy .map_section .map_container .directions_icon{background-color:#fdc42e;margin-left:20px;padding:13px 13px 14px;display:inline-block}.where_to_buy .map_section .map_container .directions_icon svg{display:block}.where_to_buy .map_section .map_container .map_display{flex:1;order:0;width:100%;max-width:100%}@media (min-width:768px){.where_to_buy .map_section .map_container .map_display{order:1;max-width:50%}}.intro{color:#fdf7c9;text-align:center;background:url(/images/bg_intro.jpg) 50%/cover no-repeat;padding:60px 20px;position:relative}@media (min-width:768px){.intro{padding:60px}}.intro .intro_inner h1{max-width:185px;margin:0 auto 15px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:21px;font-weight:400;line-height:110%}@media (min-width:768px){.intro .intro_inner h1{max-width:350px;margin:0 auto 20px;font-size:36px;line-height:44px}}.intro .intro_inner p{max-width:1000px;margin:0 auto;font-family:citrus-gothic,sans-serif;font-size:44px;font-weight:400;line-height:44px}@media (min-width:768px){.intro .intro_inner p{font-size:66px;line-height:66px}}.hero{justify-content:center;align-items:flex-end;padding:14.5vh 0 0;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.hero{min-height:90vh;padding:185px 0 0}}.hero.hero_desktop{background:url(/images/bg_hero_desktop.jpg) 50%/cover no-repeat}.hero.hero_mobile{background:url(/images/bg_hero_mobile.jpg) 50%/cover no-repeat}.hero .hero_inner img{z-index:98;align-self:flex-end;width:auto;max-height:85vh;display:block;position:relative}@media (min-width:768px){.hero .hero_inner img{max-height:80vh}}.productoptions{background:url(/images/bg_productoptions.jpg) 0 100%/cover no-repeat;padding:40px 0;position:relative}@media (min-width:1024px){.productoptions{background-size:cover;padding:85px 0}}.productoptions .top_part{color:#383838;text-align:center}.productoptions .top_part h2{text-transform:uppercase;max-width:210px;margin:0 auto 15px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:21px;font-weight:400;line-height:110%}@media (min-width:768px){.productoptions .top_part h2{max-width:350px;margin:0 auto 20px;font-size:36px;line-height:44px}}.productoptions .top_part p{max-width:300px;margin:0 auto;font-family:citrus-gothic,sans-serif;font-size:44px;font-weight:400;line-height:44px}@media (min-width:768px){.productoptions .top_part p{max-width:800px;font-size:66px;line-height:66px}}.productoptions .products.products_desktop{justify-content:center;gap:24px;margin:0 auto;display:flex}.productoptions .products.products_mobile{margin:0 auto;position:relative}.productoptions .products .swiper-button-prev,.productoptions .products .swiper-button-next{color:#000;opacity:1;z-index:9999;top:50%;transform:translateY(-50%)}.productoptions .products .swiper-button-prev{left:10px}.productoptions .products .swiper-button-next{z-index:999;right:10px}.productoptions .products .product{max-width:342px;margin:0 auto;padding-top:20px;position:relative;overflow:hidden}@media (min-width:1040px){.productoptions .products .product{margin:0}}.productoptions .products .product img.shim_product{background:url(/images/bg_product.png) 0 0/100% 100% no-repeat;width:100%;height:auto;display:block}.productoptions .products .product h3{color:#383838;text-align:center;text-transform:uppercase;width:100%;font-family:citrus-gothic,sans-serif;font-size:33px;font-weight:500;line-height:33px;position:absolute;bottom:120px;left:0}.productoptions .products .product .product_volume{text-align:center;background:url(/images/bg_volume.png) 0 0/100% 100% no-repeat;width:67.5px;height:78px;font-family:citrus-gothic,sans-serif;font-size:20px;line-height:20.5px;display:flex;position:absolute;top:120px;right:30px}.productoptions .products .product .product_volume p{align-self:center;width:100%}.productoptions .products .product .product_image{text-align:center;display:block;position:absolute;top:43%;left:50%}.productoptions .products .product .product_image.product_image_1{width:177.143px;height:416px;margin-top:-173.714px;margin-left:-88.5714px}.productoptions .products .product .product_image.product_image_2{width:123.5px;height:471px;margin-top:-235.5px;margin-left:-61.75px}.productoptions .products .product .product_image.product_image_3{width:354px;height:231.5px;margin-top:-80px;margin-left:-180px}.productoptions .products_mobile-wrapper{max-width:342px;margin:0 auto;position:relative}.productoptions .custom-prev,.productoptions .custom-next{cursor:pointer;z-index:10;top:43%;position:absolute!important}.productoptions .custom-prev img,.productoptions .custom-next img{width:51px;height:118px}.productoptions .custom-prev{left:0}.productoptions .custom-next{right:0}.outro{color:#383838;text-align:center;padding:30px;position:relative}@media (min-width:768px){.outro{padding:65px}}.outro .outro_inner{flex-direction:column;align-items:center;gap:40px;display:flex}@media (min-width:768px){.outro .outro_inner{gap:50px}}.outro .outro_inner img{width:260px;height:100%;margin:0 auto;display:block}@media (min-width:768px){.outro .outro_inner img{width:405px}}.outro .outro_inner .links{color:#fdc42e;flex-direction:row;align-items:center;gap:10px;font-size:14px;display:flex}@media (min-width:768px){.outro .outro_inner .links{gap:15px}}.outro .outro_inner .links a{color:#383838;text-transform:uppercase;white-space:nowrap;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:100%;text-decoration:none}@media (min-width:768px){.outro .outro_inner .links a{font-size:24px}}.outro .outro_inner .links button{cursor:pointer;font-family:avenir-next-lt-pro-condensed,sans-serif;font-style:normal;font-weight:500;line-height:100%;text-decoration:none;color:#383838!important;white-space:nowrap!important;text-transform:uppercase!important;background:0 0!important;border:none!important;padding:0!important;font-size:16px!important}@media (min-width:768px){.outro .outro_inner .links button{font-size:24px!important}}.outro .outro_inner .links .divider_dot{width:8px;height:8px}.outro .outro_inner .btn{color:#fdf7c9;background:#383838;border:2px solid #383838;padding:18px 30px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:18px;font-weight:800;line-height:1em}.outro .outro_inner .btn:hover{color:#383838;border:2px solid #383838;background:#fdf7c9!important}@media (min-width:768px){.outro .outro_inner .btn{padding:25px 74px;font-size:25px;font-weight:800;line-height:1em}}.outro .outro_inner .copyright{color:#383838;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:16px}@media (min-width:768px){.outro .outro_inner .copyright{font-size:24px}}.faq{color:#fdf7c9;text-align:center;padding:35px 10px;position:relative}@media (min-width:768px){.faq{padding:45px}}.faq .faq_top{padding-bottom:60px}.faq .faq_top h2{text-transform:uppercase;max-width:185px;margin:0 auto 15px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:21px;font-weight:400;line-height:110%}@media (min-width:768px){.faq .faq_top h2{max-width:350px;font-size:36px;line-height:44px}}.faq .faq_top p{max-width:1000px;margin:0 auto;font-family:citrus-gothic,sans-serif;font-size:44px;font-weight:400;line-height:44px}@media (min-width:768px){.faq .faq_top p{font-size:66px;line-height:66px}}.faq .faq_container{margin:40px auto 0}.faq .faq_container .faq_container_in{color:#383838;width:100%}.faq .faq_container.faq_mobile{background:url(/images/bg_faq_bottom_mobile.png) 0 100%/100% no-repeat;width:334px}.faq .faq_container.faq_mobile .faq_container_in{background:url(/images/bg_faq_top_mobile.png) 0 0/100% no-repeat;padding:95px 20px 55px}.faq .faq_container.faq_desktop{background:url(/images/bg_faq_bottom_desktop.png) 0 100%/100% no-repeat;width:708px}.faq .faq_container.faq_desktop .faq_container_in{background:url(/images/bg_faq_top_desktop.png) 0 0/100% no-repeat;padding:145px 120px}.faq .faq_container .faq_items{padding-bottom:10px}.faq .faq_container .faq_items .faq_item_q{color:#fdc42e;text-transform:uppercase;padding-bottom:8px;font-family:avenir-next-lt-pro-condensed,sans-serif;font-size:27px;font-weight:800;line-height:100%}@media (min-width:768px){.faq .faq_container .faq_items .faq_item_q{padding-bottom:15px;font-size:39px}}.faq .faq_container .faq_items .faq_item_a{color:#000;padding-bottom:30px;font-family:myriad-pro,sans-serif;font-size:14px;font-weight:400;line-height:120%}@media (min-width:768px){.faq .faq_container .faq_items .faq_item_a{padding-bottom:50px;font-size:18px}}.faq .faq_container .faq_items .faq_item_a a{color:#000}.faq .faq_container .faq_items .faq_item_a a:hover{text-decoration:none}.faq .faq_container .icon_bird{width:90px;height:65px}@media (min-width:768px){.faq .faq_container .icon_bird{width:167px;height:122px}}.age_gate{z-index:999;background:#383838;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.age_gate .age_gate_content{text-align:center}.age_gate .age_gate_content h1{letter-spacing:-2.2%;color:#fdf7c9;text-transform:uppercase;margin-top:40px;margin-bottom:40px;font-family:citrus-gothic,sans-serif;font-size:50px;font-weight:400;line-height:110%}@media (min-width:768px){.age_gate .age_gate_content h1{font-size:90px}}.age_gate .age_gate_content img{width:184px;height:auto;margin:0 auto 80px;display:block}@media (min-width:768px){.age_gate .age_gate_content img{width:234px;margin:0 auto 70px}}.age_gate .age_gate_content .age_buttons{flex-flow:column wrap;justify-content:center;gap:10px;display:flex}@media (min-width:768px){.age_gate .age_gate_content .age_buttons{flex-flow:row;gap:20px}}.age_gate .age_gate_content .age_buttons button{color:#fdc42e;font-size:18px;width:160px!important;min-width:70px!important}@media (max-width:768px){.age_gate .age_gate_content .age_buttons button{margin:0 auto 10px}}.age_gate .age_gate_content .age_buttons button:hover{color:#383838}
