.style_searchBar__Yex40{width:100%;margin:0 auto;max-width:500px;position:relative;border-radius:5rem;background:transparent;border:2px solid hsla(0,0%,50%,.65);box-shadow:var(--box-shadow);transition:all .3s;background:var(--bg-1)}.style_searchBar__Yex40:focus-within{border-color:var(--accent-primary)}.style_searchBar__Yex40:focus-within button{background:var(--accent-primary)}.style_searchBar__Yex40:focus-within button:hover{background:var(--accent-hover)}.style_searchBar__Yex40:focus-within button svg{fill:#000}.style_searchBar__open__gCKmA:focus-within{border-radius:1rem 1rem 0 0}.style_searchBar__open__gCKmA:focus-within button{border-radius:.125rem .75rem .125rem .125rem}.style_searchBar__container__9b3HM{display:flex;flex-direction:row;justify-content:space-evenly}.style_searchBar__container__9b3HM input{width:100%;font-size:1.5rem;color:var(--color);padding:.65rem .65rem .65rem 2rem;background:transparent;border:none}@media screen and (max-width:800px){.style_searchBar__container__9b3HM input{font-size:1.125rem;padding:.5rem .5rem .5rem 1.5rem}}.style_searchBar__container__9b3HM input:focus{outline:none}.style_searchBar__container__9b3HM button{border:none;border-radius:5rem;display:flex;justify-content:center;align-items:center;background:transparent;overflow:hidden;margin:.1rem;transition:all .3s;cursor:pointer}.style_searchBar__container__9b3HM button svg{width:3rem;height:1.25rem;fill:var(--color-3)}@media screen and (max-width:800px){.style_searchBar__container__9b3HM button svg{width:2.8rem;height:1.15rem}}.style_searchBar__Yex40 .style_suggestionsContainer__ZtqJJ{background:var(--bg-1);max-height:14rem;overflow:hidden scroll;position:absolute;top:101%;width:100%;left:0;border-radius:0 0 .5rem .5rem;z-index:2;box-shadow:var(--box-shadow-hover);transition:all .2s}.style_searchBar__Yex40 .style_suggestionsContainer__ZtqJJ::-webkit-scrollbar-track{background:transparent}.style_searchBar__Yex40 .style_suggestionsContainer__open__hNAIw{border:1px solid var(--border-color)}.style_searchBar__Yex40 .style_suggestionsContainer__ZtqJJ .style_suggestion__aeQFy{font-size:1.2rem;padding:.5rem 1rem;text-align:left;cursor:pointer;color:var(--color-2)}@media screen and (max-width:800px){.style_searchBar__Yex40 .style_suggestionsContainer__ZtqJJ .style_suggestion__aeQFy{font-size:1rem}}.style_searchBar__Yex40 .style_suggestionsContainer__ZtqJJ .style_suggestion__aeQFy .style_searchIcon__x6SkD{font-size:1rem;fill:var(--color-3);margin-right:.5rem}.style_searchBar__Yex40 .style_suggestionsContainer__ZtqJJ .style_suggestionHighlighted__6_0d6{background:#000;color:var(--link-color)}.style_orientationWrapper__WRzOP{position:relative;display:inline-block}.style_orientationButton__Vbn_K{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--red-primary),var(--red-secondary));border:none;border-radius:20px;padding:8px 16px;cursor:pointer;color:#fff;font-weight:600;font-size:.85rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(178,0,0,.3);white-space:nowrap;min-width:max-content;text-shadow:0 1px 2px rgba(0,0,0,.5);position:relative;overflow:hidden}.style_orientationButton__Vbn_K:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.style_orientationButton__Vbn_K:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(178,0,0,.4);background:linear-gradient(135deg,var(--red-hover),var(--red-primary))}.style_orientationButton__Vbn_K:hover:before{left:100%}.style_orientationButton__Vbn_K:active{transform:translateY(0);box-shadow:0 2px 8px rgba(178,0,0,.3)}@media screen and (max-width:800px){.style_orientationButton__Vbn_K{padding:8px;font-size:.8rem;gap:0;border-radius:50%;min-width:44px;height:44px}}.style_orientationIcon__63MXd{font-size:1.1rem;display:flex;align-items:center}@media screen and (max-width:800px){.style_orientationIcon__63MXd{font-size:1.2rem}}.style_orientationLabel__FIUPK{font-family:Railway,sans-serif;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width:800px){.style_orientationLabel__FIUPK{display:none}}.categoryModal_overlay__rJmpH{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:center;align-items:center;padding:1rem}@media screen and (max-width:800px){.categoryModal_overlay__rJmpH{align-items:flex-start;padding:2rem .5rem .5rem}}.categoryModal_modal__RbPRl{background:var(--bg-1);border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid var(--border-color);animation:categoryModal_modalSlideIn__2uOpX .3s ease-out}@media screen and (max-width:800px){.categoryModal_modal__RbPRl{max-width:100%;max-height:95vh;border-radius:12px;margin:0}}@keyframes categoryModal_modalSlideIn__2uOpX{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.categoryModal_modalHeader__BLj_6{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);background:var(--bg-2)}@media screen and (max-width:800px){.categoryModal_modalHeader__BLj_6{padding:1rem 1.5rem}}.categoryModal_modalTitle__13WsC{font-size:1.5rem;font-weight:700;color:#fff;margin:0}@media screen and (max-width:800px){.categoryModal_modalTitle__13WsC{font-size:1.25rem}}.categoryModal_closeButton__4Rf4l{background:none;border:none;color:var(--color-2);font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.categoryModal_closeButton__4Rf4l:hover{background:var(--bg-1);color:var(--accent-primary);transform:scale(1.1)}.categoryModal_modalContent__o_VV_{padding:2rem;overflow-y:auto;max-height:calc(90vh - 100px)}@media screen and (max-width:800px){.categoryModal_modalContent__o_VV_{padding:1.5rem}}.categoryModal_categoriesGrid__23Y1T{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}@media screen and (max-width:800px){.categoryModal_categoriesGrid__23Y1T{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (max-width:480px){.categoryModal_categoriesGrid__23Y1T{grid-template-columns:1fr;gap:1rem}}.categoryModal_categoryCard__ro352{background:none;border:none;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column}.categoryModal_categoryCard__ro352:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(178,0,0,.3)}.categoryModal_categoryCard__ro352:hover .categoryModal_categoryImage__431Ej{transform:scale(1.05)}.categoryModal_imageContainer__HEouo{position:relative;width:100%;height:200px;overflow:hidden;border-radius:12px}@media screen and (max-width:800px){.categoryModal_imageContainer__HEouo{height:150px}}.categoryModal_categoryImage__431Ej{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.categoryModal_categoryInfo__UzfaN{padding:1rem .5rem;text-align:center}.categoryModal_categoryName__jjbE9{font-size:1.1rem;font-weight:600;color:#fff;display:block}@media screen and (max-width:800px){.categoryModal_categoryName__jjbE9{font-size:1rem}}.categoryButton_categoryButton__BX8Xg{background:transparent;border:1px solid var(--border-color);border-radius:8px;padding:.6rem;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;white-space:nowrap}.categoryButton_categoryButton__BX8Xg:hover{background:var(--bg-2);border-color:var(--accent-primary);transform:translateY(-1px);box-shadow:0 4px 12px rgba(178,0,0,.3)}@media screen and (max-width:800px){.categoryButton_categoryButton__BX8Xg{padding:.5rem;font-size:.8rem;gap:0}}.categoryButton_iconWrapper__evx4Y{display:flex;align-items:center;justify-content:center}.categoryButton_categoryIcon__0gloF{width:18px;height:18px;color:#fff;transition:color .3s ease}.categoryButton_categoryButton__BX8Xg:hover .categoryButton_categoryIcon__0gloF{color:var(--accent-primary)}@media screen and (max-width:800px){.categoryButton_categoryIcon__0gloF{width:16px;height:16px}.categoryButton_buttonText__qjAOL{display:none}.categoryButton_categoryButton__BX8Xg{gap:0}}.page_homePage__asd7c{min-height:100vh;display:flex;flex-direction:column;position:relative;padding:1rem 0 0}@media screen and (max-width:800px){.page_homePage__asd7c{padding-top:.75rem}}.page_orientationWrapper__ueQW1{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width:800px){.page_orientationWrapper__ueQW1{top:.75rem;right:.75rem}}.page_categoryWrapper__Xz7fq{position:fixed;top:1rem;left:1rem;z-index:1000;display:flex;align-items:center;justify-content:flex-start}@media screen and (max-width:800px){.page_categoryWrapper__Xz7fq{top:.75rem;left:.75rem}}.page_tagsWrapper__w7oSy{position:fixed;top:1rem;left:1rem;z-index:1000;display:flex;align-items:center;justify-content:flex-start}@media screen and (max-width:800px){.page_tagsWrapper__w7oSy{top:1rem;left:1rem}}.page_homeHeader__w8hz6{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem 2rem;margin-top:1rem}@media screen and (max-width:800px){.page_homeHeader__w8hz6{padding:3rem 1rem 1.5rem;margin-top:.75rem}}.page_logoContainer__EOIYn{position:relative;display:inline-block;width:200px;height:65px;margin-bottom:.5rem;transition:all .3s}.page_logoContainer__EOIYn:hover{transform:scale(1.05)}@media screen and (max-width:800px){.page_logoContainer__EOIYn{width:160px;height:52px}}.page_logoGoon__SMdsf{position:absolute;width:150px;height:65px;font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:45px;line-height:55px;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center;left:0;top:0}@media screen and (max-width:800px){.page_logoGoon__SMdsf{width:120px;height:52px;font-size:36px;line-height:44px}}.page_logoGle__tfL1t{position:absolute;width:95px;height:65px;font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:45px;line-height:55px;text-align:center;color:#b20000;transform:rotate(49.77deg);display:flex;align-items:center;justify-content:center;right:-15px;top:-8px}@media screen and (max-width:800px){.page_logoGle__tfL1t{width:75px;height:52px;font-size:36px;line-height:44px;right:-12px;top:-6px}}.page_tagline__vdxWV{color:#fff;font-family:Railway,sans-serif;font-size:1.1rem;font-weight:500;margin:.5rem 0 0;opacity:.8;white-space:nowrap}@media screen and (max-width:800px){.page_tagline__vdxWV{font-size:1rem}}.page_searchSection__HhbtN{display:flex;justify-content:center;padding:0 1rem 3rem}@media screen and (max-width:800px){.page_searchSection__HhbtN{padding:0 1rem 2rem}}.page_searchSection__HhbtN .page_searchDesktop__PGkz4{width:100%;max-width:600px}.page_videosSection__6Ixz9{flex:1 1;padding:0;width:100%;margin-top:2rem}@media screen and (max-width:800px){.page_videosSection__6Ixz9{margin-top:1.5rem}}.page_logoText__2fWc_{margin-top:.25rem;font-size:5rem}.page_logoText__2fWc_,.page_smallLogoText__pSbCo{color:transparent;-webkit-text-fill-color:transparent;background:var(--gradient-1);background-clip:text;-webkit-background-clip:text;display:inline-block;font-family:Railway,sans-serif}.page_smallLogoText__pSbCo{font-size:1.5rem;margin-left:1rem;transition:all .3s;margin-bottom:2rem}