.home-top-header{width:100%;height:60px;position:fixed;top:0;z-index:1000;padding:10px 0 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:#fff;border-bottom:1px solid hsla(0,0%,45%,.233)}@media only screen and (max-width:767px){.home-top-header{height:60px!important;border-bottom:none!important;padding:0 10px!important}}.home-top-header .top{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:100px;margin-bottom:10px}@media only screen and (max-width:767px){.home-top-header .top .hide-in-mobile{display:none!important}.home-top-header .top .logo-and-menu{margin-left:0!important}.home-top-header .top .logo-and-menu .nav-menu-icon{display:block!important;font-size:20px!important;cursor:pointer}.home-top-header .top .logo-and-menu .logo{width:50%!important;height:35px!important}.home-top-header .top .top-nav-items{padding:0!important}.home-top-header .top .top-nav-items ul{gap:20px!important}.home-top-header .top .top-nav-items ul li .nav-link .nav-link-text{display:none!important}.home-top-header .top .top-nav-items ul li .nav-link .nav-icon{font-size:20px!important}.home-top-header .top .top-nav-items .current-date,.home-top-header .top .top-nav-items .separator{display:none!important}}.home-top-header .top .logo-and-menu{display:flex;align-items:center;gap:20px}@media only screen and (max-width:767px){.home-top-header .top .logo-and-menu{gap:10px!important}}.home-top-header .top .logo-and-menu .nav-menu-icon{font-size:20px;display:none}.home-top-header .top .logo-and-menu .logo{height:40px;display:flex;margin-left:20px;justify-content:flex-start}@media only screen and (max-width:767px){.home-top-header .top .logo-and-menu .logo{margin-left:0!important}}.home-top-header .top .logo-and-menu .logo .logo-image{height:40px;width:auto}@media only screen and (max-width:767px){.home-top-header .top .logo-and-menu .logo .logo-image{height:35px;width:auto}}.home-top-header .top .top-nav-items{width:60%;display:flex;justify-content:flex-end;align-items:center;gap:40px;padding:0 40px 0 0}.home-top-header .top .top-nav-items ul{display:flex;list-style:none;gap:50px}.home-top-header .top .top-nav-items ul li{font-size:18px;font-weight:700}.home-top-header .top .top-nav-items ul li .nav-link{display:flex;align-items:center;gap:10px}.home-top-header .top .top-nav-items ul li .nav-link .nav-icon{font-size:18px;vertical-align:middle}.home-top-header .top .top-nav-items ul li .nav-link.search-button{background:transparent;border:none;cursor:pointer;font-size:18px;font-weight:700;color:inherit;padding:0;transition:color .3s ease}.home-top-header .top .top-nav-items ul li .nav-link.search-button:hover{color:#4285f4}.home-top-header .top .top-nav-items .separator{width:1px;height:20px;background-color:hsla(0,0%,45%,.233);content:""}.home-top-header .top .top-nav-items .current-date{width:20%;font-weight:700;white-space:nowrap;display:flex;justify-content:flex-start}@media only screen and (max-width:767px){.home-top-header .top .top-nav-items .current-date{font-size:16px;width:-moz-fit-content;width:fit-content}}.home-top-header .navigation-list{display:flex;align-items:center;gap:60px}.home-top-header .navigation-list .nav-link{font-size:20px;font-weight:700;display:flex;align-items:center;gap:5px}.home-top-header .navigation-list .nav-link span{white-space:nowrap}.home-top-header .navigation-list .nav-link span.profile-menu-icon{font-size:14px}.categories-drawer{-ms-overflow-style:none;scrollbar-width:none;width:280px;height:calc(100vh - 60px);overflow-y:scroll;display:flex;flex-direction:column;background-color:#fff;border-right:1px solid hsla(0,0%,45%,.233);position:fixed;top:60px;left:0;z-index:1000;padding-bottom:40px}.categories-drawer::-webkit-scrollbar{display:none}@media only screen and (max-width:767px){.categories-drawer{height:calc(100vh - 45px)!important;border-right:none!important;top:45px!important;width:100%!important;transition:.15s!important}.categories-drawer.inactive{width:0!important;overflow:hidden!important}}.categories-drawer .categories-list{width:100%;position:relative}@media only screen and (max-width:767px){.categories-drawer .categories-list{width:100%}}.categories-drawer .categories-list .list{-ms-overflow-style:none;scrollbar-width:none;width:100%;overflow-y:scroll;display:flex;flex-direction:column;padding:30px 20px 0}.categories-drawer .categories-list .list::-webkit-scrollbar{display:none}.categories-drawer .categories-list .list .category{display:flex;align-items:center;gap:10px;padding:10px 15px;transition:.15s;position:relative}@media only screen and (max-width:767px){.categories-drawer .categories-list .list .category{padding:8px 10px}}.categories-drawer .categories-list .list .category .sub-categories-list{position:absolute}.categories-drawer .categories-list .list .category.active{background-color:#f6f6f6}.categories-drawer .categories-list .list .category:hover{background-color:#f2f2f2;cursor:pointer}.categories-drawer .categories-list .list .category .label{display:flex;align-items:center;gap:15px}.categories-drawer .categories-list .list .category .label .category-icon{height:22px;width:22px;position:relative}.categories-drawer .categories-list .list .category .label .category-name{font-size:18px;font-weight:700;white-space:nowrap;text-transform:capitalize}@media only screen and (max-width:767px){.categories-drawer .categories-list .list .category .label{font-size:15px}}.categories-drawer .app-links{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:40px}.categories-drawer .app-links .caption{font-size:14px;font-weight:700;color:rgba(89,92,90,.408)}.categories-drawer .app-links .app-link{width:80%;height:45px;position:relative;display:block}.categories-drawer .social-links-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:40px}.categories-drawer .social-links-container .caption{font-size:14px;font-weight:700;color:rgba(89,92,90,.408)}.categories-drawer .social-links-container .social-links{display:flex;align-items:center;gap:15px}.categories-drawer .social-links-container .social-links .social-link{font-size:20px}.app-footer{-ms-overflow-style:none;scrollbar-width:none}.app-footer::-webkit-scrollbar{display:none}@media only screen and (min-width:767px){.app-footer{width:420px;height:calc(100vh - 60px);position:fixed;right:0;top:60px;z-index:1000;overflow-y:scroll}}.app-footer .ad-vertical-banner{width:90%;height:60vh;background-color:#003e7b;display:flex;align-items:center;justify-content:center;color:#fff;margin:20px 5%}.app-footer .footer-content{width:100%;display:flex;flex-direction:column;gap:20px;justify-content:space-between;background-color:#1d2437;padding:30px 40px}@media only screen and (max-width:767px){.app-footer .footer-content{align-items:center;padding:20px 25px}}.app-footer .logo-social-links{display:flex;flex-direction:column;gap:20px;justify-content:space-between;padding:15px 30px;border-bottom:1px solid #fff}@media only screen and (max-width:767px){.app-footer .logo-social-links{flex-direction:column;gap:15px;justify-content:flex-start}.app-footer .logo-social-links .left-side{display:flex;justify-content:center}}.app-footer .logo-social-links .left-side .logo{height:50px;width:auto}.app-footer .logo-social-links .right-side{display:flex;align-items:center;gap:20px;font-size:20px}.app-footer .logo-social-links .right-side .caption{color:#fff;white-space:nowrap}.app-footer .logo-social-links .right-side .social-accounts{display:flex;gap:12px;font-size:25px;color:#fff}.app-footer .info{color:#fff;display:flex;flex-wrap:wrap;gap:30px;padding:3px 0}@media only screen and (max-width:767px){.app-footer .info{text-align:center}}.app-footer .copyright{color:#fff;opacity:.5}