@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--yellow: #f9a91a;--blue: #3f59a7;--pink: #d54e9a;--text: #1d2a52;--gray: #939598;--bg-gray: #f8f9fb;--black: #111111;--white: #ffffff}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll;overflow-x:hidden;scroll-behavior:smooth}body,button,input,textarea{font-family:Poppins,sans-serif;outline:none!important;border:transparent}body{background-color:var(--bg-gray);display:grid;align-items:center;justify-content:center;grid-template-columns:100%;color:#090d18}body .modal-open{overflow:hidden}::selection{background-color:var(--pink)}.container{max-width:1600px;width:100%;margin:0 auto;padding:0 5%}.product-card .btn{margin:1rem 0 0;width:100%;padding:.5rem 1rem}.btn{display:inline;font-size:1rem;font-weight:500;padding:1rem 2rem;border-radius:5px;text-decoration:none;margin:.5rem;cursor:pointer;transition:all .5s ease}.btn:hover{scale:102%;transition:all .5s ease}.btn-white{background-color:var(--white);border:1px solid var(--white);border-color:var(--white);color:var(--yellow)}.btn-blue{background-color:var(--blue);border:1px solid var(--blue);color:var(--white)!important}.btn-outlined{background-color:transparent;border:1px solid var(--white);color:var(--white)!important}.btn-gradient{border-color:transparent;background:#3f59a7;background:-moz-linear-gradient(90deg,rgb(63,89,167) 0%,rgb(213,78,154) 100%);background:-webkit-linear-gradient(90deg,rgb(63,89,167) 0%,rgb(213,78,154) 100%);background:linear-gradient(90deg,#3f59a7,#d54e9a);color:var(--white)}.text-light{color:#d3deff}.text-dark{color:#1d2a52}.bg-blue{background-color:var(--blue)}.bg-white{background-color:var(--white)}.img-responsive{width:100%}.section-title{color:var(--yellow);font-size:2rem;line-height:2rem;margin-bottom:1rem}.section-sub-title{font-size:1.5rem;line-height:1.7rem}.text{margin-top:1rem;margin-bottom:2rem}section .section-grid{display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.section-col{padding:5%}.card{box-shadow:0 4px 8px #0000000f;margin:1rem}.card-body{text-align:left;padding:2rem}.card-footer{display:flex;justify-content:space-between;padding:1rem 2rem}.card-title a{text-decoration:none}header{position:relative;z-index:999}.top-notif{display:flex;align-items:center;justify-content:center;grid-template-columns:100%;background-color:var(--blue);text-align:center;height:50px;color:var(--white)}.navbar{display:flex;align-content:center;height:140px;align-items:center;justify-content:center}.navbar .container{display:flex;align-content:center;height:120px;align-items:center;justify-content:space-between;flex:1;flex-wrap:wrap}.navbar-logo{display:flex;align-items:center;justify-content:start;order:0}.navbar-logo svg{width:200px;text-align:left}.navbar-toggler{width:10%;display:block;text-align:left;margin-right:1rem;order:-1}.navbar-toggler i{font-size:30px;color:var(--text);cursor:pointer}.navbar-search{display:flex;align-content:center;justify-content:center;margin-right:1rem;width:100%;order:2;margin-right:0}.navbar-search input{width:100%;height:100%;padding:1rem;flex-flow:column;box-sizing:border-box;margin:0;border-width:2px 0px 2px 2px;border-style:solid;border-color:var(--blue);border-radius:5px 0 0 5px;outline:none;color:var(--blue)}.navbar-search input:focus{outline:none}.navbar-search button{width:50px;margin:0;border-width:2px 2px 2px 0px;border-style:solid;border-color:var(--blue);border-top-right-radius:5px;border-bottom-right-radius:5px;font-size:1.2rem;cursor:pointer;outline:none;background-color:var(--white);color:var(--text)}.navbar-user-actions{display:flex;align-items:center;justify-content:end;order:1}.navbar-user-actions a{font-size:16px;font-weight:600;color:var(--text);padding:.5rem .6rem;text-decoration:none;cursor:pointer}.navbar-user-actions a i{font-size:24px}.navbar-user-actions a.navbar-icon-menu{position:relative}.navbar-user-actions a.navbar-icon-menu .cart-count{position:absolute;top:-10px;color:var(--text)}.tooltiptext{visibility:hidden;width:auto;background-color:var(--blue);color:#fff;text-align:center;border-radius:6px;padding:5px 10px;font-size:12px;position:absolute;z-index:1;top:100%;left:50%;margin-left:-20px}.navbar-icon-menu:hover .tooltiptext{visibility:visible}.navbar-menu{display:none;transition:all .5s ease}.navbar-menu .main-menu{display:flex;align-items:center;justify-content:end}.navbar-menu .main-menu .menu-item{text-decoration:none;padding:.5rem .6rem;align-items:center;display:inline}.navbar-menu .main-menu .menu-item:hover{background-color:#ccd9ff;border-radius:5px}.navbar-menu .main-menu .menu-item.active{border-bottom:2px solid var(--text);border-width:2px}.navbar-menu .menu-item a{text-decoration:none;font-weight:600;color:var(--text)}.navbar-menu.active{display:block;position:absolute;top:0;left:0;right:0;width:100%;margin-top:7rem;opacity:1;background-color:#fff;padding:2rem;box-shadow:0 5px 5px #8c8c8cbf;-webkit-box-shadow:0px 5px 5px 0px rgba(140,140,140,.75);-moz-box-shadow:0px 5px 5px 0px rgba(140,140,140,.75);z-index:999;transition:all .5s ease}.navbar-menu.active .main-menu{flex-direction:column;text-align:left}.navbar-products-menu{box-shadow:0 2px 4px #00000013;padding:1rem 0}.navbar-products-menu .container{position:relative;width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center}.navbar-products-menu ul{white-space:nowrap;list-style-type:none;z-index:2}.navbar-products-menu ul li{display:inline-block;padding:5px 20px;background-color:#e9edf8;margin:auto .5rem;border-radius:5px;position:relative}.navbar-products-menu ul li:hover>.sub-nav{opacity:1;pointer-events:auto}.navbar-products-menu ul li>.sub-nav{transition:all .2s;opacity:0;pointer-events:none;position:absolute;z-index:9999;top:100%;left:0;background-color:#fff;padding:5px 20px;border-radius:5px;box-shadow:0 0 2px #0003}.navbar-products-menu ul li>.sub-nav li{display:block;margin:10px 0}.navbar-products-menu ul li:hover{background-color:#dce6ff}.navbar-products-menu ul li a{text-decoration:none;color:var(--text);font-weight:500}.arrow{position:absolute;display:inline-block;z-index:4;cursor:pointer;color:var(--text);border-radius:50px;height:40px;width:40px;background-color:var(--bg-gray);padding:10px;text-align:center}.arrow:hover{color:var(--yellow)}.arrow:first-of-type{left:0;padding-left:5%}.arrow:nth-of-type(2){right:0;padding-right:5%}.hero{position:relative;background-color:var(--black);background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/hero-bg-2-DzpjLhs4.png);z-index:0;display:flex;align-items:center;justify-content:center}.frontpage-hero{height:60vh}.page-hero{height:40vh}.hero .container{z-index:1}.hero-content{width:90%;margin:0 auto;text-align:center;color:var(--white)}.hero-content h1{font-size:2.5rem;line-height:2.5rem;margin-bottom:1rem}.hero-content h1 span{color:var(--yellow)}.hero-content p{margin-bottom:2rem}.hero-content .hero-btn{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.img-overlay .bottom-curve,.img-overlay .stickers-float{position:absolute;bottom:0;left:0;width:100%;z-index:0}.product-section{margin:5rem auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:2px solid #e9e9e9}.section-header h3 a{font-weight:700;color:var(--text);font-size:1rem}.product-section .container .section-body{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-content:center;align-content:center}.product-section .container .section-body .product-card{position:relative;background-color:var(--white);border-radius:5px;margin:.8rem;transition:all .5s ease}.product-section .container .section-body .product-card:hover{scale:102%;transition:all .5s ease}.product-section .container .section-body .product-card a{text-decoration:none}.product-section .container .section-body .product-card .product-card-img{padding:2rem;position:relative}.product-section .container .section-body .product-card .product-card-img img{width:100%}.product-section .container .section-body .product-card .product-card-img img:nth-child(2){width:100%;position:absolute;padding:2rem;top:0;left:0;opacity:0;pointer-events:none;transition:opacity .3s}.product-section .container .section-body .product-card .product-card-img:hover img:nth-child(2){opacity:1;pointer-events:all}.product-section .container .section-body .product-card .product-card-body{padding:0 2rem 2rem}.product-section .container .section-body .product-card .product-card-body h3{font-size:1rem;line-height:1.2rem;min-height:2.4rem;color:var(--text);text-decoration:none;font-weight:600}.product-section .container .section-body .product-card .product-card-body h4{color:var(--yellow);text-decoration:none;font-weight:600}.add-wishlist-btn{position:absolute;height:20px;width:20px;top:5%;right:12%;color:var(--text)}.add-wishlist-btn:hover{cursor:pointer;color:var(--blue)}.add-wishlist-btn i{padding:.7rem;border-radius:50px;background-color:var(--bg-gray);filter:drop-shadow(0px 0px 10px rgba(0,0,0,.1764705882))}.about-section{background-color:var(--blue);background-image:url(https://www.transparenttextures.com/patterns/arches.png);color:var(--white)}.about-section .container{display:grid;grid-template-columns:repeat(1,1fr);align-items:center;justify-content:center;padding:5%}.about-section .section-col img{width:100%;transition:all .5s ease}.about-section .section-col img:hover{scale:102%;transition:all .5s ease}.about-section .section-col:first-of-type{padding:2rem}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1;text-align:center;opacity:0;transition:opacity .3s ease,transform .3s ease;transform:scale(.8)}.modal-video{display:inline-block;width:90vw;max-width:100%;margin:10% auto;position:relative}.close-button{position:absolute;top:10px;right:10px;cursor:pointer}.open-modal-button{cursor:pointer}.contact-section{color:var(--black)}.contact-section .container{display:grid;grid-template-columns:1fr;align-items:center;justify-content:center}.contact-section .section-col img{width:100%}.contact-section .section-col{padding:3rem 1rem}.contact-form{margin:0 auto;border-radius:5px}.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form textarea{width:100%;padding:10px;margin:15px 0;border:2px solid rgba(204,204,204,.6431372549);border-radius:5px}.contact-form label{font-weight:600;color:var(--text)}.contact-form .row{display:flex;flex-wrap:wrap;justify-content:space-between}.contact-form .row .column{flex:1;margin-right:10px}.call-action{margin:5rem auto}.call-action-content{padding:10%;border-radius:5px}.blog-listing-section{margin:5rem auto}.blog-listing-section .section-body{display:grid;grid-template-columns:repeat(1,1fr)}.contact-info ul{list-style:none;color:#1d2a52}.contact-info ul li{padding:1rem 0;margin:.5rem 0}.contact-info ul li i{margin-right:10px;padding:1rem;border-radius:5px;border:1px solid #c0cae7}.contact-info ul li strong{margin-right:5px}.footer{background-color:var(--black);background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/shop-new-assets/hero-bg-2.png);color:#fff;text-align:center}.footer-columns{margin:0 auto;padding:5% 0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}.footer-column{flex:1;text-align:left;padding:10px}.footer-column ul li{list-style:none;margin:15px 0}.footer-column ul li a{text-decoration:none;color:var(--white)}.footer-column svg{width:100%;max-width:200px;margin-bottom:20px}.footer-column .footer-icons{width:100%;max-width:200px}.footer-column .footer-icons a{color:var(--white);font-size:1.5rem;text-decoration:none;margin-right:20px}.footer-column h3{font-size:1.2rem;margin-bottom:10px}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:8px}.footer-icons{font-size:1.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2470588235);width:100%}.footer-bottom p{padding:20px 0}.product-pagination{text-align:center;display:flex;gap:1rem;flex-wrap:wrap;padding:.8rem}@media screen and (min-width: 1024px){.product-pagination{justify-content:right}}.product-pagination a{display:block;width:50px;height:50px;line-height:50px;background-color:#e9e9ed;text-decoration:none;color:#000;border-radius:5px}.product-pagination a.active{background:-moz-linear-gradient(90deg,rgb(63,89,167) 0%,rgb(213,78,154) 100%);background:-webkit-linear-gradient(90deg,rgb(63,89,167) 0%,rgb(213,78,154) 100%);background:linear-gradient(90deg,#3f59a7,#d54e9a);color:#fff}@media only screen and (max-width: 600px){.btn{font-size:.8rem;padding:.8rem 1.8rem}.navbar{height:150px}.navbar .container{flex-wrap:wrap}.navbar-logo{order:0;margin-left:0rem}.navbar-logo svg{width:180px}.navbar-toggler{width:10%;margin-right:1rem;order:-1}.navbar-search{width:100%;order:2;margin-right:0}.navbar-user-actions{order:1}.hero-content{width:100%}.hero-content h1{text-align:left;font-size:2rem;line-height:2.2rem}.hero-content p{text-align:left;font-size:1rem;line-height:1rem}.hero-content .hero-btn{justify-content:start}.product-section .container .section-body{grid-template-columns:1fr 1fr}.product-section .container .section-body .card .card-img{padding:1rem}.product-section .container .section-body .card{margin:.5rem;padding:1rem}.about-section .container{grid-template-columns:repeat(1,1fr)}.contact-form{padding:5%}.contact-form .row{flex-direction:column}.contact-form .row .column{margin-right:0}section .section-grid{display:grid;grid-template-columns:repeat(1,1fr);align-items:center}}@media only screen and (min-width: 600px){.contact-section .container{grid-template-columns:1fr}section .section-grid{display:grid;grid-template-columns:repeat(1,1fr);align-items:center}}@media only screen and (min-width: 768px){.contact-section .container{grid-template-columns:1fr 1fr}section .section-grid{display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.section-title{color:var(--yellow);font-size:2.5rem;line-height:2.5rem;margin-bottom:1rem}.call-action-content{padding:5%}.blog-listing-section .section-body{display:grid;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 992px){.navbar{height:100px}.navbar .container{flex-wrap:nowrap}.navbar-logo{order:-1;margin-right:1rem;margin-left:0rem}.navbar-logo svg{max-width:220px;width:100%}.navbar-search{order:0;margin-right:1rem;width:100%;flex:1 1 0%}.navbar-menu{display:block;z-index:9999;opacity:1}.navbar-user-actions{order:2}.navbar-toggler{display:none}.hero-content{width:80%}.hero-content h1{text-align:center;font-size:3rem;line-height:3rem}.hero-content p{text-align:center;font-size:1rem;line-height:1rem}.hero-content .hero-btn{justify-content:center}.product-section .container .section-body{grid-template-columns:repeat(3,1fr)}.about-section .container{grid-template-columns:2fr 3fr}.contact-section .container{grid-template-columns:3fr 2fr}.footer-columns{grid-template-columns:repeat(5,1fr)}.blog-listing-section .section-body{display:grid;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 1200px){.hero-content{width:50%}.product-section .container .section-body{grid-template-columns:repeat(4,1fr)}.blog-listing-section .section-body{display:grid;grid-template-columns:repeat(3,1fr)}.card{margin:2rem}}@media only screen and (min-width: 1289px){.product-section .container .section-body{grid-template-columns:repeat(5,1fr)}}.single-product .product-images-wrap .product-images>div:first-child{position:relative}.single-product .product-images-wrap .product-images>div:first-child a.prev{position:absolute;top:50%;bottom:50%;left:5px;transform:translateY(-50%)}.single-product .product-images-wrap .product-images>div:first-child a.next{position:absolute;top:50%;bottom:50%;right:5px;transform:translateY(-50%)}.single-product .product-images-wrap .product-slide{display:none}.single-product .product-images-wrap .product-slide img,.single-product .product-images-wrap .product-slide iframe{display:block;width:100%}.single-product .product-images-wrap .product-slide.active{display:block}.single-product a.next,.single-product a.prev{cursor:pointer;margin-right:10px}.single-product .gallery-row{display:flex;gap:1rem;align-items:center;margin-top:1rem}.single-product .gallery-row .gallery-column{width:50px;height:50px;cursor:pointer}.single-product .gallery-row .gallery-column.active{border:1px solid var(--blue)}.single-product .gallery-row img{width:100%;height:100%;object-fit:cover;display:block;margin:0 auto}.single-product .btn{margin:.5rem 0}.single-product .group-wrapper .btn{margin-right:.5rem}.single-product .quantity-input{margin:.5rem 0;display:grid;width:100%;grid-template-columns:1fr 2fr 1fr}.single-product .quantity-input button{padding:.8rem 1.8rem;cursor:pointer}.single-product .quantity-input button:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.single-product .quantity-input button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.single-product .quantity-input input{padding:.4rem .9rem;width:100%}.single-product table img{display:block;width:100%;height:auto}@media screen and (min-width: 1000px){.single-product main.container{display:grid;grid-template-columns:50% 50%;gap:4rem;margin:2rem auto}.single-product .quantity-input{grid-template-columns:75px auto 75px}.single-product .quantity-input button{padding:1rem 2rem}}.modifier-wrapper{margin:.5rem 0}.modifier-wrapper label{display:block}.modifier-wrapper input,.modifier-wrapper select{width:100%;padding:10px;border:2px solid rgba(204,204,204,.6431372549);border-radius:5px;background-color:#fff}.login-container{margin:2rem auto}.login-container .auth-error{padding:.5rem;border-width:2px;border-style:solid;border-color:var(--yellow);border-radius:5px;width:100%;margin:.5rem 0}.login-container .form-toggle{display:flex;justify-content:center;gap:.5rem}.login-container .login-form-body{max-width:500px;margin:0 auto}.login-container .form-group{gap:.5rem;margin:.5rem 0}.login-container .form-group label{margin-bottom:.5rem;display:block}.login-container .form-group input{padding:.5rem;border-width:2px;border-style:solid;border-color:var(--blue);border-radius:5px;width:100%}.login-container .form-group.checkbox label,.login-container .form-group.checkbox input{display:inline;width:unset}.login-container form{display:none}.login-container form.active{display:block}.login-container #signup-submit,.login-container button[type=submit]{margin:.5rem 0}.shopping-cart .section-header{margin:1rem 0}.shopping-cart .cart-item-description span{display:block}.shopping-cart .cart-item-wrapper{display:flex;gap:1rem;margin:1.5rem 0}.shopping-cart .cart-item-wrapper:first-child{margin-top:0}.shopping-cart .cart-item-wrapper img{width:130px;height:auto}.shopping-cart .cart-item-wrapper .cart-item-image{flex-grow:1;display:flex;align-items:center}.shopping-cart .cart-item-wrapper .cart-item-image img{margin:0 auto}.shopping-cart .cart-item-info{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.shopping-cart .quantity-input{width:100%;display:flex;margin:.5rem 0}.shopping-cart .quantity-input button.btn{margin:0}.shopping-cart .quantity-input input{padding:10px;width:130px}.shopping-cart .quantity-input button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.shopping-cart .quantity-input button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.shopping-cart button{margin:0}.shopping-cart .btn{background-color:#e9e9ed;color:#000}.shopping-cart .btn.btn-gradient{color:#fff}.shopping-cart a.btn{display:inline-block;margin:0}.shopping-cart .order-summary-table,.shopping-cart .order-summary-table table{width:100%}.shopping-cart .order-summary-table table,.shopping-cart .order-summary-table th,.shopping-cart .order-summary-table td{border:1px solid rgba(0,0,0,.04);border-collapse:collapse}.shopping-cart .order-summary-table th{background-color:#0000000a;text-align:right}.shopping-cart .order-summary-table th,.shopping-cart .order-summary-table td{padding:.5rem}.shopping-cart .order-summary-table .btn{margin:1rem 0}@media screen and (min-width: 1024px){.shopping-cart .cart .section-body{display:grid;grid-template-columns:auto 400px}.shopping-cart .cart .section-body.empty-cart{display:block;text-align:center;margin:7rem 0}.shopping-cart .cart .section-body.empty-cart .btn{margin-top:1rem}.shopping-cart .cart-item-wrapper{display:grid;grid-template-columns:200px 1fr}.shopping-cart .cart-item-image{flex-grow:unset;width:200px}.shopping-cart .cart-item-image img{width:200px}.shopping-cart .cart-item-description span{display:inline-block}.shopping-cart .cart-item-description span:after{display:inline-block;content:" "}}.notification-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999999;display:flex;align-items:center;background-color:#00000080;opacity:0;pointer-events:none;transition:opacity .3s}.notification-wrapper.active{opacity:1;pointer-events:all}.notification-wrapper .notification-box{background-color:var(--bg-gray);padding:1rem;margin:0 auto;width:calc(100% - 2rem)}.notification-wrapper .button-wrapper{display:flex;gap:1rem}@media screen and (min-width: 1024px){.notification-wrapper .notification-box{max-width:500px}}.thank-you .thankyou-section{margin:2rem 0;padding:0 1rem}.thank-you .thankyou-section p{margin:.5rem 0}.thank-you .btn{display:inline-block;margin:0}@media screen and (min-width: 1024px){.thank-you .thankyou-section{width:100%;max-width:500px;margin:2rem auto}}.about #page-about{margin:1rem 0;padding:0 1rem}.about #page-about img{display:block;width:100%;margin-bottom:1rem}.about #page-about p{margin:1rem 0}@media screen and (min-width: 1024px){.about #page-about{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:1rem;align-items:center;margin:3rem 0}}.privacy main>div.container{margin:1rem 0}.privacy main>div.container p{margin:1rem 0}.customer-profile{margin:2rem 0}.customer-profile .address-wrapper>div{margin:1rem 0}.customer-profile .order{margin:1rem 0;background-color:#fff;padding:1rem;border:1px solid rgba(0,0,0,.1);border-radius:5px}.customer-profile .btn{margin:0;display:inline-block}@media screen and (min-width: 1024px){.customer-profile .orders-wrapper{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr}.customer-profile .address-wrapper{display:grid;gap:1rem;grid-template-columns:1fr 1fr}}.customer-address{margin:2rem 0}.customer-address input,.customer-address select{display:block;width:100%;margin:.5rem 0;padding:1rem;border:2px solid var(--blue);border-radius:5px;background-color:#fff}.customer-address .btn{margin:0;display:inline-block}@media screen and (min-width: 1024px){.customer-address{max-width:1000px;margin:2rem auto}.customer-address .form-row{display:grid;width:100%;grid-template-columns:1fr 1fr;gap:1rem}.customer-address .form-row.three{grid-template-columns:1fr 1fr 1fr}}.upload-sticker .title-wrapper{margin:1rem auto;max-width:600px}.upload-sticker form{margin:0 auto;max-width:600px;background-color:#fff;padding:1rem;border:1px solid rgba(0,0,0,.1);border-radius:5px}.upload-sticker form .btn{display:inline-block;margin-top:1rem}.hero-section-wrapper{position:relative}.hero-section-wrapper #hero-section-arrows{position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:99999;padding:0 1rem;width:100%;display:flex;justify-content:space-between}.hero-section-wrapper #hero-section-arrows button{width:3rem;height:3rem;line-height:3rem;text-align:center;font-size:2rem;cursor:pointer;color:#fff;background-color:#0006}.hero-section-wrapper #hero-section-dots{position:absolute;bottom:0;left:0;z-index:99999;width:100%;display:flex;justify-content:center}.hero-section-wrapper .dot{width:.75rem;height:.75rem;background-color:#0003;border-radius:50%;margin:0 .25rem;cursor:pointer}.hero-section-wrapper .dot.active{background-color:#000000b3}.frontpage-hero{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none;transition:opacity .5s}.frontpage-hero.active{opacity:1;pointer-events:all}
