@charset "UTF-8";.app-container{width:100%;background-color:#f9fdff;min-height:100vh}.app-container .return-btn:hover{cursor:pointer}.app-container h3{font-size:20px}.app-container .continue-loading-button{max-width:370px}.dedication{width:100%;max-width:1200px;margin:0 auto}.dedication .return-btn{width:fit-content}.dedication .dedication-options .btn-outline-secondary{max-width:none!important}@media (max-width: 768px){.dedication .dedication-options{display:flex;flex-direction:column;justify-content:center}}.dedication .textarea-container{position:relative;display:inline-block;width:100%;max-width:500px}.dedication .textarea-container textarea{width:100%;box-sizing:border-box;max-width:500px;height:200px;padding:15px;border-radius:10px;border:1px solid #ccc;box-shadow:0 2px 5px #0000001a;resize:none;background-color:#fff}.dedication .char-counter{position:absolute;right:10px;bottom:10px;font-size:.8em;color:#999;pointer-events:none}.book-preview{width:100%;max-width:1200px;margin:0 auto;justify-content:center}.book-preview__cover{max-width:450px}.cover-choice{align-items:center;max-width:1200px;margin:0 auto}.cover-choice__container{flex-direction:column;gap:1rem;align-items:center}.cover-choice__card{box-shadow:0 2px 5px #0000001a;overflow:hidden;background-color:#fff;text-align:center;max-width:350px;max-height:470px;min-height:300px}.cover-choice__card:hover{cursor:pointer}.cover-choice__card__image{width:100%;object-fit:cover;height:200px}.cover-choice__card__button{padding:10px;border-radius:5px;justify-self:center;margin:1rem;min-width:230px;font-size:14px;text-align:center}.cover-choice__card__button.selected{background-color:#2c7693;color:#fff;border:1px solid #2c7693}.cover-choice__card__button.select{background-color:#fff;color:#333;border:1px solid #ccc}@media (min-width: 768px){.cover-choice__container{flex-direction:row;gap:1rem;flex-wrap:wrap}.cover-choice__card{width:270px;min-height:300px;height:500px;max-height:100%}}.custom-progress-container{width:100%;padding:10px 20px;position:relative;background-color:#f9fdff}.custom-progress-bar{position:relative;max-width:1200px;margin:0 auto;width:100%;height:6px;background:#ddd;border-radius:4px;overflow:visible}.custom-progress-fill{height:100%;background:linear-gradient(to right,#d4ecec,#2c7693);transition:width .4s ease-in-out;position:absolute;left:0;top:0;border-radius:4px}.custom-progress-dot{position:absolute;top:50%;width:17px;height:17px;background-color:#ccc;border-radius:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;transition:background .3s}.custom-progress-dot.active{background-color:#2c7693}.custom-progress-dot .dot-number{color:#fff;font-size:10px}.cart{background-color:#f9fdff;max-width:1200px;margin:0 auto}.cart .cart-wrapper{display:flex;flex-direction:column}.cart .cart-wrapper .card-items-container{max-width:600px;width:inherit}.cart .cart-wrapper .card-items-container .card-item{display:flex;background-color:#fff;box-shadow:0 2px 5px #0000001a;border-radius:5px;max-width:800px}.cart .cart-wrapper .card-items-container .card-item p{margin-bottom:.5rem}.cart .cart-wrapper .card-items-container .card-item .cart-card-book-cover{border-radius:5px;object-fit:cover;height:100px}.cart .cart-wrapper .card-items-container .card-item .delete-button{background-color:transparent;color:gray;border:none;font-size:14px;padding:0 5px;align-self:flex-start}.cart .cart-wrapper .card-items-container .card-item .edit-button{background-color:transparent;border:none;font-size:14px;align-self:flex-start;padding:0;text-align:start}.cart .cart-wrapper .card-items-container .card-item .item-details{margin-left:5px;text-align:left;margin-top:5px}.cart .cart-wrapper .card-items-container .card-item .item-details .item-price{font-size:14px;font-weight:700;color:#2c7693}.cart .cart-wrapper .card-items-container .card-item .character-personalization-preview{display:flex;gap:2px;max-height:375px;overflow-y:auto}.cart .cart-wrapper .coupon-container{display:flex;align-items:center;border:1px solid #ccc;border-radius:4px;overflow:hidden;width:fit-content}.cart .cart-wrapper .coupon-group{justify-content:space-between}.cart .cart-wrapper .coupon-input{border:none;padding:10px;flex:1;font-size:14px;color:#777;outline:none;max-width:200px}.cart .cart-wrapper .apply-button{background:none;border:none;padding:10px 15px;font-size:14px;color:#777;cursor:pointer}.cart .cart-wrapper .apply-button:hover{color:#000}.cart .cart-wrapper .order-summary{max-width:550px;height:fit-content;border-radius:5px;box-shadow:0 2px 5px #0000001a;background-color:#fff;margin-top:.5rem}.cart .cart-wrapper .order-summary .payment-button{margin-top:10px;width:100%;padding:10px;justify-content:center;font-weight:700;border:none}.cart .cart-wrapper .order-summary .paypal{background-color:#ffc439}.cart .cart-wrapper .order-summary .checkout{background-color:#222;color:#fff}.cart .cart-wrapper .add-button{max-width:250px}@media (min-width: 768px){.cart .cart-wrapper{flex-direction:row;gap:1rem;width:100%;justify-content:space-around}.cart .cart-wrapper .order-summary{max-width:650px;height:fit-content;margin-top:0}}.cart .cart-wrapper .cursor-pointer{cursor:pointer}.cart .book-details-header{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;cursor:pointer}.cart .book-details-header .book-details-checkbox{width:16px;height:16px;accent-color:#2c7693;cursor:pointer}.cart .book-details-header label{cursor:pointer}.cart .toggle-icon{font-size:14px;transition:transform .2s ease}.book-details-body p{font-size:12px;text-align:left}.shipping-page-wrapper{padding:20px}.shipping-page-wrapper .container{display:flex;gap:20px}.shipping-page-wrapper .container .form{flex:1.5;padding:20px;border-radius:8px}.shipping-page-wrapper .phone-input-wrapper .PhoneInputInput{width:100%;padding:12px;border:1px solid #ced4da;border-radius:5px;font-size:16px;background-color:#fff}.shipping-page-wrapper .coupon-error{color:red;font-size:12px;margin:auto;text-align:center}.shipping-page-wrapper .form-check{text-align:left;padding-left:10px!important}.shipping-page-wrapper .order-summary{flex:1;padding:20px;border:1px solid #ced4da;border-radius:8px;height:min-content}.shipping-page-wrapper .order-summary .title{text-align:left}.shipping-page-wrapper .order-summary .apply-button{max-width:150px!important;min-width:100px!important}.shipping-page-wrapper .order-summary .cart-card-book-cover{width:100px}.shipping-page-wrapper .coupon-container{display:flex;border:1px solid #ccc;border-radius:4px;overflow:hidden}.shipping-page-wrapper .coupon-container .coupon-group{justify-content:space-between}.shipping-page-wrapper .coupon-container .coupon-input{border:none;padding:10px;flex:1;font-size:14px;color:#777;outline:none;max-width:200px}.shipping-page-wrapper .coupon-container .apply-button{background:none;border:none;padding:10px 15px;font-size:14px;color:#777;cursor:pointer}.shipping-page-wrapper .apply-button:hover{color:#000}@media (max-width: 768px){.shipping-page-wrapper{padding:10px}.shipping-page-wrapper .container{flex-direction:column;padding:0}.shipping-page-wrapper .container .form{padding:10px}.shipping-page-wrapper .coupon-container .apply-button{min-width:100px!important}}.character-personalisation{padding:20px}.character-personalisation__header{position:relative;width:100%;max-width:1200px;min-height:32px;margin-bottom:1rem}.character-personalisation__header .return-btn{width:fit-content}.character-personalisation__header h3{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;text-align:center;width:max-content;max-width:calc(100% - 220px)}.character-personalisation .character-container{background-color:#fff;max-width:1200px;border-radius:10px}.character-personalisation .character-container .zoom-buttons{width:300px;justify-content:center}.character-menu-container{display:flex;flex-direction:column;align-items:center;border-radius:15px;width:50%}.character-menu-container .customization-panel{width:100%;padding:1rem 0 0 1rem}.character-menu-container .customization-panel .form-control{min-height:50px!important;height:50px!important}.character-menu-container .customization-panel .form-floating>label{padding:.75rem}.character-menu-container .customization-panel .form-floating>.form-control:not(:placeholder-shown)~label:after,.character-menu-container .customization-panel .form-floating>.form-select~label:after{content:"";top:.6rem;right:.375rem;bottom:.6rem;left:.375rem}.category{margin-bottom:5px;flex-wrap:wrap}.category h3{margin-bottom:10px;font-size:1.2em;color:#333}.options{display:flex;gap:6px;margin-bottom:.5rem}.option-button{background-color:#fff;border:0px solid #ccc;padding:5px 10px;border-radius:50%;cursor:pointer;transition:background-color .2s,transform .2s;width:45px;height:45px}.option-size{width:60px;height:60px}.option-button.gender{border-radius:50px;width:100px;height:auto;padding:5px 10px;border:1px solid #ccc}.option-button img{width:100%}.option-button.active{background-color:#2c7693;color:#fff}.option-button:hover{transform:scale(1.05)}.save-reset-panel{display:flex;gap:20px;justify-content:center}.save-reset-panel button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s}.save-reset-panel button:hover{background-color:#e0e0e0}@media (max-width: 768px){.character-personalisation{overflow:hidden}.character-personalisation__header{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;min-height:auto}.character-personalisation__header h3{position:static;transform:none;width:100%;max-width:none}.character-personalisation .character-container{display:flex;flex-direction:column}.character-personalisation .character-container .zoom-buttons{display:flex;justify-content:center}.character-personalisation .character-container .customization-panel{padding:.5rem}.character-personalisation .character-container .customization-panel .nav-link{padding:5px;color:#2c7693}.character-personalisation .character-container .customization-panel .nav-tabs{border-color:#2c7693}.character-personalisation .character-container .customization-panel .nav-link.active{color:#fff;border-left:1px solid #2c7693;border-top:#2c7693 solid 1px;border-right:#2c7693 solid 1px}.character-personalisation .character-container .customization-panel .tab-pane.active.show{padding:5px;background-color:#fff}.character-personalisation .hair,.character-personalisation .eye-color-options{display:flex;flex-wrap:wrap;overflow:hidden;height:auto;padding-top:5px;padding-bottom:5px}.character-personalisation .option-size{width:40px;height:40px;padding:2px 7px}.character-personalisation .color{width:35px;height:35px}}.characters-in-home-page{position:relative}.characters-in-home-page .loading-overlay-home-page{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background:#fff;z-index:10;pointer-events:all}.characters-page .loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}.characters-page .wave-background{background-image:url('data:image/svg+xml,<svg viewBox="0 115 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffff" fill-opacity="1" d="M0,160L30,170C60,180,120,190,180,185C240,180,300,160,360,145C420,130,480,120,540,135C600,150,660,190,720,195C780,200,840,170,900,165C960,160,1020,180,1080,185C1140,190,1200,180,1260,175C1320,170,1380,180,1410,170L1440,160L1440,0L1410,0C1380,0,1320,0,1260,0C1200,0,1140,0,1080,0C1020,0,960,0,900,0C840,0,780,0,720,0C660,0,600,0,540,0C480,0,420,0,360,0C300,0,240,0,180,0C120,0,60,0,30,0L0,0Z"></path></svg>');background-size:cover;background-repeat:no-repeat;height:130px;background-color:#fff6e2}@media (max-width: 768px){.characters-page .wave-background{height:40px}}.contest-page{--brand-blue: #2c7693;--brand-blue-hover: #1e6784;--brand-accent: #f8a53b;--brand-soft: #f8be72;--brand-light-green: #d4ecec;--text-dark: #1f2937;--text-muted: #6b7280;--radius-lg: 28px;--radius-md: 20px}.contest-page .contest-container{max-width:1100px;margin:0 auto}.contest-page .contest-narrow{max-width:820px;margin:0 auto}.contest-page .contest-hero{border-radius:var(--radius-lg);margin:20px auto 0}.contest-page .contest-hero .contest-hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}.contest-page .contest-hero .contest-hero__title{margin-bottom:18px}.contest-page .contest-hero .contest-hero__highlight{color:var(--brand-blue);font-weight:600}.contest-page .contest-hero .contest-hero__lead{font-size:1.15rem;color:var(--text-dark);margin-bottom:14px}.contest-page .contest-hero p{color:var(--text-muted);text-align:left}.contest-page .contest-hero .contest-hero__actions{margin-top:22px;display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-start}.contest-page .contest-hero .contest-btn{border-radius:999px;font-weight:500}.contest-page .contest-hero .contest-hero__bullets{margin-top:18px;padding:0;text-align:left}.contest-page .contest-hero .contest-hero__bullets li{padding-left:22px;position:relative;margin:10px 0;color:var(--text-dark);opacity:.9}.contest-page .contest-hero .contest-hero__bullets li:before{content:"";position:absolute;left:0;top:9px;width:10px;height:10px;border-radius:999px;background:var(--brand-accent)}.contest-page .contest-hero .contest-hero__media img{width:100%;display:block;border-radius:var(--radius-lg);box-shadow:0 16px 40px #00000014}.contest-page .contest-hero .contest-hero__media .contest-hero__caption{margin-top:12px;font-size:.9rem;color:var(--text-muted);text-align:left}.contest-page .contest-block{text-align:left}.contest-page .contest-block h2{text-align:center}.contest-page .contest-block--soft{background:#fff6e2;margin:0 auto}.contest-page .contest-block--green{background-color:var(--brand-light-green);margin:0 auto}.contest-page .contest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.contest-page .contest-card{background:#fff;border-radius:var(--radius-md);padding:22px;box-shadow:0 14px 35px #0000000f}.contest-page .contest-card h3{font-size:1.1rem;font-weight:500;margin-bottom:10px;color:var(--text-dark)}.contest-page .contest-card p{margin:0;color:var(--text-muted)}.contest-page .contest-info{margin-top:24px;background:#fff;border-radius:var(--radius-md);padding:22px;box-shadow:0 14px 35px #0000000f}.contest-page .contest-info .contest-info__row{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:10px 0}.contest-page .contest-info .contest-info__row:not(:last-child){border-bottom:1px solid rgba(31,41,55,.08)}.contest-page .contest-info .contest-info__note{margin-top:14px;font-size:.95rem;color:var(--text-muted)}.contest-page .contest-submit-actions{margin-top:18px;text-align:center}.contest-page .contest-rules{margin-top:26px;display:grid;gap:14px}.contest-page .contest-rule{background:#fff;border-radius:var(--radius-md);padding:22px;box-shadow:0 14px 35px #0000000f}.contest-page .contest-rule h3{margin-bottom:8px;font-size:1.1rem;font-weight:500}.contest-page .contest-rule p{margin:0;color:var(--text-muted)}.contest-page .contest-final{margin-top:34px;text-align:center}.contest-page .contest-final p{max-width:760px;margin:0 auto;color:var(--text-muted)}.contest-page .contest-final .contest-btn{margin-top:20px;border-radius:999px;font-weight:500}@media (max-width: 768px){.contest-page .contest-hero{border-radius:0;margin-top:0}.contest-page .contest-hero .contest-hero__grid{grid-template-columns:1fr;gap:22px}.contest-page .contest-hero p{text-align:center}.contest-page .contest-hero .contest-hero__actions{justify-content:center}.contest-page .contest-hero .contest-hero__bullets{text-align:left}.contest-page .contest-grid,.contest-page .contest-info .contest-info__row{grid-template-columns:1fr}}#root{margin:0 auto;text-align:center;font-family:Poppins,sans-serif}#root html,#root body{height:100%;margin:0}#root h1{font-size:2.7rem;font-weight:500;margin-bottom:40px}#root h2{font-size:2rem;font-weight:500;margin-bottom:40px}#root ul{list-style:none;margin:0}#root ul li{list-style:none}#root ul li a{text-decoration:none}#root ul button{cursor:pointer}#root .section{padding:60px 20px 40px;line-height:1.7}#root .btn-primary{background-color:#2c7693;border-color:#2c7693;max-width:250px;min-width:200px}#root .btn-primary:hover{background-color:#1e6784;border-color:#1e6784}#root .long{max-width:100%!important}#root .custom-btn{border-color:#2c7693;color:#2c7693;width:fit-content}#root .custom-btn:hover{background-color:#1e6784;border-color:#1e6784;color:#fff}#root .btn-outline-secondary{border-color:#2c7693;color:#2c7693}#root .btn-outline-secondary:hover{background-color:#f8be72;border-color:#f8be72;color:#fff}#root .modal-btn{padding:10px 21px;width:auto}#root .empty-input-error{color:red!important;font-size:12px!important}@media (max-width: 768px){#root .section{padding:10px 20px 15px;line-height:1.5}#root h1{font-size:1.5rem;line-height:2rem;text-align:center;margin-bottom:20px;font-weight:500}#root h2{font-size:1.4rem;line-height:1.8rem;margin-bottom:20px}#root p{font-size:1rem;line-height:1.5rem}#root .btn-primary,#root .btn-outline-secondary{padding:7px 12px;max-width:200px}#root .btn-outline-primary{padding:10px 15px}#root .floating-button{font-size:12px}}.prefix{color:#f8a53b;margin-bottom:10px;margin-top:5px;text-align:center;font-weight:500}@media (max-width: 768px){.prefix{text-align:center}}.prefix-left{text-align:left;font-weight:500}.floating-button{position:fixed;bottom:40px;right:20px;background-color:transparent;color:#2c7693;border:1px solid #2c7693;border-radius:25%;width:40px;height:40px;font-size:20px;text-align:center;cursor:pointer;z-index:1000;transition:background-color .3s ease}.floating-button:hover{background-color:#1e6784;color:#fff}.header{background-color:#f9f7f79e;padding:1rem}.header .fa-icon{color:#f1a84c}.header .youniqly-logo{width:200px}.header nav{max-width:1280px;margin:0 auto;position:relative}.header .nav-links{list-style:none;justify-content:center;gap:1.5rem;margin:0;padding:0;display:flex}.header .nav-links .nav-items{display:flex;margin:auto;gap:1.2rem}.header .nav-links a{text-decoration:none;color:#333}.header .flag-icon{width:25px;height:25px;border-radius:50%;transition:transform .3s ease;cursor:pointer}.header .flag-icon:hover{transform:scale(1.05)}.header .dropdown-responsive{right:0;left:auto;transform:none}.header .header-cart{display:flex;align-items:center;font-size:1.5rem}.header .header-cart-count{position:absolute;top:0;right:-10px;background-color:#f8a53b;color:#fff;border-radius:50%;width:22px;height:22px;padding:.1rem;font-size:.8rem}@media (max-width: 768px){.header{padding:.5rem}.header .nav-links{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#f9f7f7;padding:1rem;flex-direction:column;align-items:center}.header .nav-links.nav-active{display:flex;padding-left:1rem}.header .nav-links .nav-items{flex-direction:column;gap:1rem}.header .nav-links .burger-menu{cursor:pointer}.header .language-switcher{margin:auto}.header .dropdown-responsive{inset:40px 0 auto 30px!important;right:auto!important;transform:translate(-50%)!important}.header .youniqly-logo{width:150px}}.first-edition{background-color:#d4ecec;background-position:center;background-size:cover}.first-edition .content{max-width:600px;text-align:start}.first-edition .content .prefix{text-align:left}.first-edition .image-container{width:550px;max-width:600px;min-width:300px;background-position:center;background-size:cover}@media (max-width: 768px){.first-edition{flex-direction:column;justify-content:center}.first-edition .image-container{height:350px;margin:auto;width:100%}.first-edition .content{order:2;align-items:center!important;padding-bottom:40px;margin:auto}.first-edition .content .prefix{text-align:center}}.special-features{align-items:center;margin-inline:3rem}.features-list{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;max-width:1200px}.feature-item{position:relative;max-width:260px;min-width:200px;height:350px;overflow:hidden}.feature-item:hover .feature-background{filter:brightness(.5)}.feature-item:hover .feature-title{transform:translateY(-20px)}.feature-item:hover .feature-text{opacity:1;transform:translateY(0)}.feature-background{position:absolute;width:100%;height:100%;background-position:center;background-size:cover;transition:filter .5s ease}.feature-background.visible{filter:brightness(.5)}.feature-content{z-index:1;color:#fff}.feature-title{transition:transform .4s ease;justify-content:center}.feature-text{opacity:0;transform:translateY(30px);transition:opacity .4s ease,transform .3s ease}.feature-text.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.special-features{margin-inline:1rem}.special-features .features-list{flex-direction:column;gap:20px}.special-features .feature-content{padding-inline:5px}}.learning-section{background-color:#fff6e2}.learning-section .learning-list{margin:0 auto;color:#424242;max-width:1400px}.learning-section .learning-item__image{width:100px;height:100px}.learning-section .btn-outline-secondary{width:200px}.learning-section-wrapper .wave-background{background-image:url('data:image/svg+xml,<svg viewBox="0 115 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%23fff6e2" fill-opacity="1" d="M0,160L30,180C60,200,120,220,180,215C240,210,300,180,360,160C420,140,480,130,540,145C600,160,660,200,720,205C780,210,840,180,900,175C960,170,1020,190,1080,195C1140,200,1200,190,1260,185C1320,180,1380,190,1410,205L1440,220L1440,0L1410,0C1380,0,1320,0,1260,0C1200,0,1140,0,1080,0C1020,0,960,0,900,0C840,0,780,0,720,0C660,0,600,0,540,0C480,0,420,0,360,0C300,0,240,0,180,0C120,0,60,0,30,0L0,0Z"></path></svg>');background-repeat:no-repeat;height:130px;background-size:cover}@media (max-width: 768px){.learning-list{flex-direction:column}.learning-section-wrapper .learning-section .learning-item__image{width:80px;height:80px}.learning-section-wrapper .wave-background{height:50px!important}}.inspiration-story .image-container{width:550px;height:570px;background-position:center;background-size:cover}.inspiration-story .content{max-width:550px;text-align:left}.inspiration-story .content .prefix{text-align:left}.inspiration-story .inspiration-description-2{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.inspiration-wrapper .wave-background{background-image:url('data:image/svg+xml,<svg viewBox="0 115 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%23fff" fill-opacity="1" d="M0,160L30,170C60,180,120,190,180,185C240,180,300,160,360,145C420,130,480,120,540,135C600,150,660,190,720,195C780,200,840,170,900,165C960,160,1020,180,1080,185C1140,190,1200,180,1260,175C1320,170,1380,180,1410,170L1440,160L1440,0L1410,0C1380,0,1320,0,1260,0C1200,0,1140,0,1080,0C1020,0,960,0,900,0C840,0,780,0,720,0C660,0,600,0,540,0C480,0,420,0,360,0C300,0,240,0,180,0C120,0,60,0,30,0L0,0Z"></path></svg>');background-size:cover;background-repeat:no-repeat;height:110px;background-color:#d4ecec}@media (max-width: 768px){.inspiration-wrapper .inspiration-story{flex-direction:column;padding-top:0!important}.inspiration-wrapper .inspiration-story .image-container{width:100%;height:300px}.inspiration-wrapper .inspiration-story .content{justify-content:center;margin-inline:auto}.inspiration-wrapper .inspiration-story .content .prefix{text-align:center}.inspiration-wrapper .inspiration-story .content a{margin-inline:auto}.inspiration-wrapper .wave-background{height:50px}}.testimonials{background-color:#d4ecec}.testimonials .testimonial-list{display:flex;justify-content:space-between;gap:80px}.testimonials .testimonial-item{width:300px;text-align:start}.adventure-community{background-color:#d4ecec}.adventure-community .join-us-text{padding-inline:2rem;text-align:center;max-width:1000px}@media (max-width: 768px){.adventure-community .join-us-text{padding:0;text-align:left}.adventure-community .adventure-community{padding-top:0!important}}.footer{font-size:14px;color:#666;padding-left:3rem;padding-right:3rem;background-color:#f9f7f79e}.footer .footer-links a{color:#666}.footer .footer-links a:hover{color:#333}.footer .payment-logo{height:100%}.footer .footer-item{border:1px solid #bcbcbc;width:50px;border-radius:10px;padding:.3rem;height:30px}.footer .social-media{align-items:center;gap:10px}.footer .social-media a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(102,102,102,.4);border-radius:50%;text-decoration:none;transition:transform .3s,background-color .3s}.footer .social-media a i{font-size:small}@media (max-width: 768px){.footer{padding:0}.footer ul{padding:0;flex-wrap:wrap;order:1}.footer .follow-us{display:none}.footer .social-media{align-items:center;gap:10px;order:2}.footer .social-media div{display:none}.footer .copyrights{order:3}.footer .liaa-support{width:100%;justify-content:center;order:3}}.about-section{padding-top:40px}.about-section .wave-background{background-image:url('data:image/svg+xml,<svg viewBox="0 115 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%23fff" fill-opacity="1" d="M0,160L30,170C60,180,120,190,180,185C240,180,300,160,360,145C420,130,480,120,540,135C600,150,660,190,720,195C780,200,840,170,900,165C960,160,1020,180,1080,185C1140,190,1200,180,1260,175C1320,170,1380,180,1410,170L1440,160L1440,0L1410,0C1380,0,1320,0,1260,0C1200,0,1140,0,1080,0C1020,0,960,0,900,0C840,0,780,0,720,0C660,0,600,0,540,0C480,0,420,0,360,0C300,0,240,0,180,0C120,0,60,0,30,0L0,0Z"></path></svg>');background-size:cover;background-repeat:no-repeat;height:110px;background-color:#ffecc5}.about-section .about .heading{max-width:500px}.about-section .about .about-us-description{text-align:left;max-width:600px}.values{gap:30px;background-color:#ffecc5;align-items:center}.values .description-believe{width:50%}.values .value-item{padding:20px 10px;max-width:300px;width:250px;border-radius:40px;display:flex;flex-direction:column;background-color:#f0b86b}.values .value-item p{margin:auto}@media (max-width: 768px){.about-section .about{flex-direction:column}.about-section .about .description-believe{width:100%}.about-section .values{flex-direction:column;gap:20px}.about-section .values .value-item,.about-section .description-believe{width:100%}}.contact-us-wrapper .contact-us{margin:40px auto}.contact-us-wrapper .contact-us .contact-form{width:100%}.contact-us-wrapper .contact-us .thank-you-message{max-width:450px}@media (max-width: 768px){.contact-us-wrapper .contact-us .section{flex-direction:column}.contact-us-wrapper .contact-us .contact-form{width:100%}.contact-us-wrapper .contact-us h2{max-width:100%}}.icons{font-size:large}.icons .fa-facebook-f{color:#4267b2}.icons .fa-facebook-f:hover{color:#3b5998}.icons .fa-threads{color:#333}.icons .fa-threads:hover{color:#000}.icons .fa-instagram{color:#e4405f}.icons .fa-instagram:hover{color:#c13584}.modal-content{max-width:600px!important}.modal-content .modal-header{background-color:#2c7693;color:#fff}.not-found{width:100%}.not-found img{width:100%;max-width:300px;margin:0 auto;display:block}.faq-page{background-color:#f9f9f9}.faq-search{display:block;width:100%;max-width:600px;margin:0 auto 20px;padding:10px 15px;border:1px solid #ddd;border-radius:8px;outline:none;transition:border-color .3s ease}.faq-search:focus{border-color:#f39c12}.faq-list{max-width:800px;margin:0 auto}.faq-item{cursor:pointer;border:1px solid #ddd;border-radius:8px;transition:background-color .3s ease,box-shadow .3s ease;padding:20px;background-color:#fff}.faq-item:hover{background-color:#f9f1e6;box-shadow:0 4px 8px #0000001a}.faq-question{margin:0;font-size:16px;font-weight:500}.faq-answer{margin-top:10px;font-size:16px;color:#666;line-height:1.6}.faq-header{display:flex;justify-content:space-between;align-items:center}.faq-icon{font-size:16px;min-width:16px;min-height:16px;color:#555;transition:transform .3s ease}.active .faq-icon{transform:rotate(180deg)}.active{background-color:#fff4e3;border-color:#f1c40f}.active .faq-question{color:#f39c12}.faq-cta p{font-size:18px;margin-bottom:10px}.faq-cta .btn{background-color:#f39c12;border:none;padding:10px 20px;font-size:16px}.faq-cta .btn:hover{background-color:#d87d06}.survey-page{padding:40px 20px;background-color:#f9f9f9}.survey-page .survey-prefix{color:#2c7693;font-weight:500}.survey-page .survey-form{max-width:650px;margin:0 auto}.survey-page .survey-question h5{margin:0 0 10px;font-size:16px;font-weight:500;color:#333}.survey-page .option{padding:.65rem .8rem;width:100%;border-radius:8px;text-align:start}.survey-page .option:hover{box-shadow:0 4px 8px #0000001a;background-color:#d4ecec;cursor:pointer}.survey-page .option input[type=radio]:checked+.option{background-color:#d4ecec}.survey-page label{font-size:14px;color:#666;display:block;margin-bottom:0}.survey-page .option.selected{background-color:#d4ecec;box-shadow:0 4px 8px #0000001a;border-color:#2c7693}.survey-question .option{font-size:14px;color:#666;display:block;margin-bottom:0}.custom-select{width:50px;font-size:12px;padding-right:10px;background-size:7px 7px}.custom-select:focus{outline:none;border-color:#888}.disabled{background-color:#f0eded}.tooltip-children{width:fit-content}.reward-page h1{font-size:2rem;margin-bottom:10px;color:#f8a53b}.reward-page p{font-size:1rem;margin-bottom:20px;color:#666}.reward-page .video-wrapper{margin:20px auto;max-width:560px;position:relative;padding-bottom:30.25%;height:0}.reward-page .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;max-height:315px;height:100%;border-radius:10px}@media (max-width: 768px){.reward-page h1{font-size:1.8rem;margin-bottom:8px}.reward-page p{font-size:.7rem;margin-bottom:15px}.reward-page .video-wrapper{padding-bottom:75%}}@media (max-width: 480px){.reward-page h1{font-size:1.2rem}.reward-page p{font-size:.7rem}}.privacy-policy{font-size:14px}.privacy-policy .section-privacy{padding:20px 40px 40px;max-width:1200px;text-align:justify;margin:0 auto}.privacy-policy .section-privacy ul li{list-style:auto!important}.privacy-policy footer{margin-left:40px;margin-bottom:3rem}.privacy-policy h5{margin-top:1rem}.transitionStep{width:15px;height:15px;border-radius:50%;background-color:#ddd;display:flex;justify-content:center;align-items:center;font-size:10px;color:#fff;transition:all .3s ease-in-out}.transitionStep.accomplished{background-color:#2c7693;transform:scale(1.1)}.cookie-banner{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:16px 24px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 10px #0003;z-index:9999;width:90%;max-width:600px}.cookie-banner p{margin:0;flex:1}.cookie-banner button{background:#fc0;border:none;padding:8px 12px;font-size:14px;font-weight:700;color:#000;border-radius:4px;cursor:pointer;transition:.2s;width:150px}.cookie-banner button:hover{background:#e6b800}.cookie-banner .customize-btn{background-color:#292727;color:#fc0}.cookie-banner .customize-btn:hover{background:#1a1818}.cookie-banner .essential-btn{background-color:#000;color:#fc0}.cookie-banner .essential-btn:hover{background:#1a1818}@media (max-width: 768px){.cookie-banner .button-group{flex-direction:column;width:100%}.cookie-banner button{width:100%}}.modal-overlay{position:fixed;bottom:0;top:0;left:0;width:100%;height:auto;background:#00000080;z-index:10000}.modal{display:inline-block;background:#fff;padding:20px;border-radius:8px;width:100%;height:auto;text-align:center;box-shadow:0 4px 10px #0003}.modal h2{font-size:18px;margin-bottom:10px}.modal p{font-size:14px;margin-bottom:20px}.modal label{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:14px;cursor:pointer;width:fit-content}.modal .button-group{display:flex;justify-content:center;gap:10px;margin-top:20px}.modal button{background:#fc0;border:none;padding:8px 12px;font-size:14px;font-weight:700;color:#000;border-radius:4px;cursor:pointer;transition:.2s}.modal button:hover{background:#e6b800}.modal .close-btn{background:#d9534f;color:#fff}.modal .close-btn:hover{background:#c9302c}.how-it-works-section-wrapper{padding:0 40px}.how-it-works-section-wrapper .HIW-item{min-width:250px;max-width:260px;width:100%}.how-it-works-section-wrapper .HIW-item__image{width:100px;height:100px;object-fit:contain}@media (max-width: 768px){.how-it-works-section-wrapper{padding:0}.how-it-works-section-wrapper .HIW-item__image{width:80px;height:80px}}.order-status-container{max-width:800px;margin:2rem auto;padding:0 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.os-steps-container{display:flex;justify-content:space-between;position:relative;margin-top:1rem;margin-bottom:2rem}.os-step-wrapper{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;padding-bottom:2.5rem}.os-step-line{position:absolute;top:16px;left:50%;right:-50%;height:2px;background-color:#e0e0e0;z-index:1}.os-step-line.os-step-line-completed{background-color:#3b59ff}.os-step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.9rem;background-color:#f0f0f0;color:#999;z-index:2}.os-step-circle.os-step-completed,.os-step-circle.os-step-active{background-color:#3b59ff;color:#fff}.os-step-circle.os-step-pending{background-color:#f0f0f0;color:#999}.os-step-text{margin-top:.5rem;text-align:center;font-size:.85rem;line-height:1.2}@media (max-width: 768px){.os-step-circle{width:28px;height:28px;font-size:.8rem}.os-step-line{top:14px}.os-step-text{font-size:.75rem}}.product-wrappper .wave-background{background-image:url('data:image/svg+xml,<svg viewBox="0 115 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffff" fill-opacity="1" d="M0,160L30,170C60,180,120,190,180,185C240,180,300,160,360,145C420,130,480,120,540,135C600,150,660,190,720,195C780,200,840,170,900,165C960,160,1020,180,1080,185C1140,190,1200,180,1260,175C1320,170,1380,180,1410,170L1440,160L1440,0L1410,0C1380,0,1320,0,1260,0C1200,0,1140,0,1080,0C1020,0,960,0,900,0C840,0,780,0,720,0C660,0,600,0,540,0C480,0,420,0,360,0C300,0,240,0,180,0C120,0,60,0,30,0L0,0Z"></path></svg>');background-size:cover;background-repeat:no-repeat;height:130px;background-color:#fff6e2}@media (max-width: 768px){.product-wrappper .wave-background{height:40px}}.product-page{max-width:1440px;width:100%}.product-page__row{margin-bottom:2rem;justify-content:center;margin-top:1rem}.product-page .image-gallery{max-width:450px}.product-page .book-image,.product-page .book-video{max-height:500px}.product-page .book-video{object-fit:cover}.product-page .product-description .media-wrapper{margin-bottom:1rem}.product-page .carousel-control-prev,.product-page .carousel-control-next{position:absolute;top:50%;transform:translateY(-50%);font-size:1.5rem}.product-page .carousel-control-prev{left:10px}.product-page .carousel-control-next{right:10px}.product-page .thumbnail-gallery .thumbnail-container{width:50px;height:50px;flex:0 0 50px;aspect-ratio:1/1;overflow:hidden;cursor:pointer}.product-page .thumbnail-gallery .thumbnail-container img{cursor:pointer;border-radius:5px;transition:transform .3s ease}.product-page .thumbnail-gallery .thumbnail-container img:hover{transform:scale(1.05)}.product-page .thumbnail-gallery .thumbnail-container picture{display:block;width:100%;height:100%}.product-page .tab-content{font-weight:300}.product-page .tab-content>.tab-pane{background-color:transparent;border-radius:5px}.product-page .icon{margin-right:.5rem}.product-page-stable-media .main-image{width:100%;max-width:450px;aspect-ratio:9/10}.product-page-stable-media .main-image>picture.main-media-picture{display:block;width:100%;height:100%}.product-page-stable-media .main-image .product-badge-stack{position:absolute;top:.55rem;right:.1rem;z-index:2;display:flex;flex-direction:column;pointer-events:none;align-items:flex-end}.product-page-stable-media .main-image .product-badge{width:clamp(100px,1%,100px);height:auto;display:block}.product-page-stable-media .main-image .product-badge img{width:100%;height:auto;display:block}.product-page-stable-media .book-image,.product-page-stable-media .book-video{width:100%;height:100%;max-height:none;object-fit:contain}.product-page-stable-media .thumbnail-gallery .thumbnail-container img,.product-page-stable-media .thumbnail-gallery .thumbnail-container video{width:100%;height:100%;object-fit:cover}@media (min-width: 992px){.product-page-stable-media .thumbnail-gallery{width:58px;height:100%;align-self:stretch;flex-wrap:nowrap!important;justify-content:space-between;flex:0 0 58px}.product-page-stable-media .thumbnail-gallery .thumbnail-container{width:58px;height:58px;min-height:58px;flex:0 0 58px}}.nav-tabs{border-color:#2c7693}.nav-tabs .nav-link.active{background-color:#2c7693;color:#fff;border-color:#2c7693}.nav-link{color:#333;color:#2c7693}.nav-link:hover{color:#333}ul li{padding-top:5px}@media (max-width: 768px){.product-page{max-width:90%}.product-page__row{margin-bottom:1rem}.product-page__row .heading{margin-inline:.5rem;flex-shrink:unset;margin-top:1rem;margin-bottom:1rem;padding-top:2rem;padding-bottom:1rem}.product-page__row .product-description{padding-right:0;padding-left:0;font-size:.9rem}.product-page__row .product-description .media-wrapper{margin-bottom:1rem}.product-page .book-image,.product-page .book-video{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}.product-page .thumbnail-gallery .thumbnail-container{width:48px;height:48px;flex:0 0 48px;aspect-ratio:1/1;cursor:pointer;max-width:none}.product-page .thumbnail-gallery .thumbnail-container img{width:100%;height:100%;object-fit:cover}.product-page .learning-value-text{display:none}.product-page .nav-link{padding:.3rem .5rem}.product-page-stable-media .main-image{max-width:100%;aspect-ratio:4/5}.product-page-stable-media .main-image .product-badge-stack{right:.25rem;top:2.25rem}.product-page-stable-media .main-image .product-badge{width:clamp(90px,26vw,110px)}.product-page-stable-media .book-image,.product-page-stable-media .book-video{object-fit:contain}}.payment-result-page{min-height:70vh;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:20px;font-family:Poppins,sans-serif}.payment-result-page .card{background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 6px 18px #0000001a;max-width:420px;text-align:center}.payment-result-page .card .icon{font-size:48px;margin-bottom:20px}.payment-result-page .card .heading{font-size:24px;font-weight:600;margin-bottom:10px}.payment-result-page .card .message{font-size:16px;color:#555;margin-bottom:30px}.payment-result-page .card .button{padding:12px 24px;background-color:#2c7693;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.payment-result-page .card .button:hover{background-color:#1f5a6b}@media (max-width: 768px){.payment-result-page{min-height:100%;padding:40px}.payment-result-page .card{padding:24px}.payment-result-page .card .icon{font-size:36px;margin-bottom:16px}.payment-result-page .card .heading{font-size:20px}.payment-result-page .card .message{font-size:14px;margin-bottom:24px}.payment-result-page .card .button{font-size:14px;padding:10px 20px}}.banner_desktop{display:block}.banner_mobile{display:none}@media (max-width: 768px){.banner_desktop{display:none}.banner_mobile{display:flex;justify-content:center}}
