:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-container-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:var(--toastify-toast-left);top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:var(--toastify-toast-right);top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 auto;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-overlay{align-items:flex-end;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:rgba(0,0,0,.5);display:flex;inset:0;justify-content:center;overflow-y:auto;padding-top:16px;position:fixed;z-index:100}@media (min-width:1024px){.modal-overlay{align-items:center;padding:16px}}.modal-overlay .modal-style{background:#fff;max-height:calc(100dvh - 16px);min-height:300px;overflow:hidden;position:relative;width:100%}@media (min-width:1024px){.modal-overlay .modal-style{border-radius:20px;max-height:calc(100dvh - 32px);max-width:400px;min-width:400px}}.modal-overlay .modal-style .modal-scroll{height:100%;max-height:inherit;overflow-y:auto;scrollbar-color:rgba(29,66,138,.45) transparent;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.modal-overlay .modal-style .modal-scroll::-webkit-scrollbar{width:10px}.modal-overlay .modal-style .modal-scroll::-webkit-scrollbar-track{background:transparent}.modal-overlay .modal-style .modal-scroll::-webkit-scrollbar-thumb{background:rgba(29,66,138,.45);background-clip:content-box;border:2px solid transparent;border-radius:999px}.app-wrapper{display:flex;flex-direction:column;justify-content:space-between;min-width:100%}.app-wrapper .main-content{align-self:flex-start;margin-top:65px;min-height:85vh;width:100%}@media (min-width:1024px){.app-wrapper .main-content{margin-top:70px}}.app-wrapper .main-content.app{margin-top:0}.header-public{align-items:center;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.2);display:flex;height:65px;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}@media (min-width:1024px){.header-public{height:70px}}.header-public .logo-container img{max-width:145px}.footer-public{align-items:center;background-color:#1928a8;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:32px 64px;text-align:center;width:100%}@media (min-width:768px){.footer-public .consent-list{display:flex}}.footer-public .consent-list .footer-link{font-size:12px;line-height:1.4;line-height:21px}@media (min-width:768px){.footer-public .consent-list .footer-link{padding:0 5px;position:relative}.footer-public .consent-list .footer-link:after{background-color:#fff;bottom:3px;content:"";position:absolute;right:0;top:3px;width:1px}.footer-public .consent-list li:last-child .footer-link:after{display:none}}.footer-public .footer-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center}.footer-public .footer-bottom span{margin-bottom:16px;margin-top:32px}.footer-public .footer-bottom img{margin-bottom:16px;max-width:160px}.footer-public .footer-bottom p{font-size:12px;line-height:1.4;line-height:21px}@media (min-width:768px){.footer-public{padding:32px 64px}}.login-button-container{align-items:center;background-color:#fff;bottom:0;box-shadow:4px 0 10px rgba(0,0,0,.2);display:flex;height:80px;justify-content:center;left:0;margin-top:auto;padding:0 16px;position:-webkit-sticky;position:sticky;right:0;width:100%;z-index:1}.login-button-container .login-button{background-color:#f1c400;border-radius:32px;color:#1928a8;cursor:pointer;font-size:16px;font-weight:700;line-height:1.5;padding:8px 32px;text-transform:uppercase}.header-private{align-items:center;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;height:70px;justify-content:center;left:0;padding:0 80px;position:fixed;top:0;width:100%;z-index:10}.header-private .logo-container img{max-width:145px}.header-private .main-navigation__list{align-items:center;display:flex;font-size:12px;font-weight:400;gap:16px;height:100%;justify-content:center;line-height:20px;margin:0 auto;width:100%}.header-private .main-navigation__list .main-navigation__link{color:#1928a8;text-transform:uppercase}.header-private .popovers-container{align-items:center;display:flex;gap:32px;height:100%;justify-content:center}.header-private .popovers-container .notification-icon-container{cursor:pointer;padding:0}.header-private .popovers-container .notification-icon-container img{height:auto;max-width:24px;min-width:24px}.header-private .popovers-container .notification-icon-container.has-unviewed{position:relative}.header-private .popovers-container .notification-icon-container.has-unviewed:after{background-color:#ff96a8;border-radius:50%;content:"";height:8px;position:absolute;right:3px;top:0;width:8px;z-index:2}.header-private .popovers-container .profile-icon-container{align-items:center;color:#1928a8;cursor:pointer;display:flex;flex-direction:column;font-size:12px;font-weight:700;gap:4px;height:100%;justify-content:flex-end;margin-bottom:12px;padding:0}.header-private .popovers-container .profile-icon-container img{max-width:21px;min-width:21px}.popover-profile{padding:16px 40px}@media (min-width:1024px){.popover-profile{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1000px}}.popover-profile .left-side{display:flex;flex-direction:column;gap:8px}@media (min-width:1024px){.popover-profile .left-side{align-items:center;flex-direction:row}}.popover-profile .left-side .balance{align-items:center;background-color:#ff96a8;border-radius:10px;display:flex;gap:16px;padding:4px}.popover-profile .left-side .balance p{color:#1928a8;font-size:26px;font-weight:600;line-height:28px}.popover-profile .left-side .balance img{height:auto;width:22px}.popover-profile .left-side .fedelty-card{align-items:center;display:flex;gap:12px}.popover-profile .left-side .fedelty-card img{max-height:28px;min-height:28px}.popover-profile .left-side .fedelty-card .card-info{color:#1928a8;display:flex;flex-direction:column}.popover-profile .left-side .fedelty-card .card-info p{font-size:12px;font-weight:700;line-height:1.4}.popover-profile .left-side .fedelty-card .card-info span{font-size:16px;line-height:1.5}.popover-profile .right-side{margin-top:20px}@media (min-width:1024px){.popover-profile .right-side{align-items:center;display:flex;margin-top:0}}.popover-profile .right-side a{background-color:#f1c400;border-radius:32px;color:#1928a8;cursor:pointer;display:block;font-size:16px;font-weight:700;line-height:1.5;padding:8px 32px;text-align:center;text-transform:uppercase}@media (min-width:1024px){.popover-profile .right-side a{min-width:300px}}.popover-notifications{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:16px;width:100%}@media (min-width:1024px){.popover-notifications{margin:0 auto;max-width:1000px}}.popover-notifications .notification-item{border:2px solid #f1c400;color:#1928a8;margin:-1px 0;padding:16px 8px;width:100%}.popover-notifications .notification-item h5{display:inline;font-size:16px;font-weight:700;line-height:1.5;margin-bottom:4px}.popover-notifications .notification-item .notification-icon{display:inline;height:19px;margin-right:4px;width:19px}@media (min-width:1024px){.popover-notifications .notification-item{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.popover-notifications .notification-item h5{margin-bottom:0}.popover-notifications .notification-item .cta-link{margin-right:30px;margin-top:0}}.popover-notifications .notification-item.unread{background-color:#f1c400}.popover-notifications .notification-item.empty-state{background-color:transparent;text-align:center}.popover-notifications .cta-link{font-size:16px;font-weight:700;line-height:1.5;margin-top:4px;position:relative;text-decoration:underline}.popover-notifications .cta-link:after{border-right:2px solid;border-top:2px solid;content:"";height:10px;position:absolute;right:-15px;top:50%;transform:translateY(-50%) rotate(45deg);width:10px}.footer-private{align-items:center;background-color:#1928a8;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:32px 64px;text-align:center;width:100%}@media (min-width:768px){.footer-private .consent-list{display:flex}}.footer-private .consent-list .footer-link{font-size:12px;line-height:1.4;line-height:21px}@media (min-width:768px){.footer-private .consent-list .footer-link{padding:0 5px;position:relative}.footer-private .consent-list .footer-link:after{background-color:#fff;bottom:3px;content:"";position:absolute;right:0;top:3px;width:1px}.footer-private .consent-list li:last-child .footer-link:after{display:none}}.footer-private .footer-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center}.footer-private .footer-bottom span{margin-bottom:16px;margin-top:32px}.footer-private .footer-bottom img{margin-bottom:16px;max-width:160px}.footer-private .footer-bottom p{font-size:12px;line-height:1.4;line-height:21px}.header-private-mobile{align-items:center;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;height:65px;justify-content:center;justify-content:space-between;left:0;padding:0 16px;position:absolute;top:0;width:100%;z-index:10}.header-private-mobile button{cursor:pointer}.header-private-mobile .left-side{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;justify-content:flex-end;padding:0}.header-private-mobile .left-side img{margin-bottom:4px;max-height:22px;min-width:22px}.header-private-mobile .left-side span{color:#1928a8;font-size:12px;font-weight:600;line-height:1.4;margin-bottom:4px}.header-private-mobile .right-side{align-items:center;display:flex;gap:24px;justify-content:center}.header-private-mobile .right-side .notification-icon-container{padding:0}.header-private-mobile .right-side .notification-icon-container img{max-height:24px;min-width:24px}.header-private-mobile .right-side .notification-icon-container.has-unviewed{position:relative}.header-private-mobile .right-side .notification-icon-container.has-unviewed:after{background-color:#ff96a8;border-radius:50%;content:"";height:8px;position:absolute;right:3px;top:0;width:8px;z-index:2}.header-private-mobile .logo-container img{max-width:145px}.header-popup{background:#fff;border-top:1px solid #d2d2d2;box-shadow:0 8px 16px rgba(0,0,0,.2);overflow:hidden;position:absolute;top:65px;width:100%;z-index:12}@media (min-width:1024px){.header-popup{top:70px}}.burger-menu .burger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:20px;justify-content:space-between;padding:0;width:27px}.burger-menu .burger span{background-color:#f4c400;border-radius:2px;height:3px;width:100%}.burger-menu .overlay{background:rgba(0,0,0,.4);inset:0;opacity:0;position:fixed;transition:.3s ease;visibility:hidden;z-index:999}.burger-menu .overlay.active{opacity:1;visibility:visible}.burger-menu .sideMenu{background:#f3f3f3;box-shadow:-4px 0 15px rgba(0,0,0,.15);display:flex;flex-direction:column;height:100vh;left:0;padding:24px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;z-index:1000}.burger-menu .sideMenu.open{transform:translateX(0)}.burger-menu .menuHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.burger-menu .closeBtn{background:none;border:none;cursor:pointer;font-size:22px}.burger-menu .links-list{display:flex;flex-direction:column;gap:32px}.burger-menu .link{color:#1928a8;font-size:18px;font-weight:700;line-height:1.5}.burger-menu .yellow-line{background-color:#f1c400;height:1px;margin:32px 0;width:100%}.header-app{align-items:center;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;height:65px;justify-content:center;justify-content:space-between;left:0;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}@media (min-width:1024px){.header-app{height:70px}}.header-app .left-side{margin-left:16px}.header-app .left-side a{position:relative}.header-app .left-side a:after{border-right:1.5px solid;border-top:1.5px solid;content:"";height:16px;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(-135deg);width:16px}.header-app .right-side{align-items:center;display:flex;gap:24px;justify-content:center}.header-app .right-side .notification-icon-container{align-items:center;display:flex;justify-content:center;padding:0;width:24px}.header-app .right-side .notification-icon-container img{max-height:24px}.header-app .right-side .notification-icon-container.has-unviewed{position:relative}.header-app .right-side .notification-icon-container.has-unviewed:after{background-color:#ff96a8;border-radius:50%;content:"";height:8px;position:absolute;right:3px;top:0;width:8px;z-index:2}.header-app .logo-container{margin-left:auto;margin-right:auto}.header-app .logo-container img{max-width:145px}.header-app .header-popup{background:#fff;border-top:1px solid #d2d2d2;box-shadow:0 8px 16px rgba(0,0,0,.2);left:0;overflow:hidden;position:absolute;top:65px;width:100%;z-index:12}@media (min-width:1024px){.header-app .header-popup{top:70px}}.footer-app{background-color:#1928a8;color:#fff;padding:32px 64px;text-align:center;width:100%}.footer-app,.footer-app .footer-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center}.footer-app .footer-bottom span{margin-bottom:16px}.footer-app .footer-bottom img{margin-bottom:16px;max-width:160px}.popup-navigation-menu{align-items:flex-end;bottom:24px;display:flex;flex-direction:column;position:fixed;right:24px;z-index:5}.popup-navigation-menu .toggle{box-shadow:0 4px 4px rgba(0,0,0,.2);color:#1928a8;cursor:pointer;font-size:48px;font-weight:200;height:64px;overflow:hidden;position:relative;width:64px}.popup-navigation-menu .toggle,.popup-navigation-menu .toggle p{align-items:center;background-color:#f1c400;border-radius:50%;display:flex;justify-content:center;transition:.3s ease-in-out}.popup-navigation-menu .toggle p{height:50px;width:50px;z-index:1}.popup-navigation-menu .toggle span{background-color:#f1c400;height:120%;left:-2px;position:absolute;top:-20px;transition:.3s ease-in-out;width:65%}.popup-navigation-menu .toggle.active{background-color:#fff;transform:rotate(45deg)}.popup-navigation-menu .toggle.active p{background-color:#fff}.popup-navigation-menu .toggle.active span{transform:rotate(45deg)}.popup-navigation-menu .navigation-menu{opacity:0;pointer-events:none;transform:translateY(10px);transition:.5s ease;visibility:hidden}.popup-navigation-menu .navigation-menu ul{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.popup-navigation-menu .navigation-menu ul .navigation__item{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.05);box-shadow:0 4px 4px rgba(0,0,0,.2);color:#1928a8;display:flex;font-size:16px;font-weight:700;gap:16px;justify-content:center;justify-content:flex-end;line-height:1.5;overflow:hidden;padding:4px}.popup-navigation-menu .navigation-menu ul .navigation__item button{cursor:pointer;padding:0}.popup-navigation-menu .navigation-menu ul .navigation__item .icon img{max-height:42px;max-width:42px;min-height:42px;min-width:42px}.popup-navigation-menu .navigation-menu ul .navigation__link{margin-left:16px}.popup-navigation-menu .navigation-menu.active{opacity:1;pointer-events:auto;transform:translateY(-10px);visibility:visible}.global-loader{animation:loading 1s linear infinite;background:linear-gradient(90deg,#4f46e5,#22d3ee);height:4px;left:0;position:fixed;top:0;width:100%;z-index:9999}.page-loader-wrapper{align-items:center;display:flex;justify-content:center;min-height:85vh;width:100%}.page-loader-wrapper .loader{animation:spin 2s linear infinite;border:3px solid transparent;border-radius:50%;border-top-color:#3498db;display:block;height:150px;position:relative;text-align:center;width:150px}.page-loader-wrapper .loader:before{animation:spin 3s linear infinite;border:3px solid transparent;border-radius:50%;border-top-color:#e74c3c;bottom:5px;content:"";left:5px;position:absolute;right:5px;top:5px}.page-loader-wrapper .loader:after{animation:spin 1.5s linear infinite;border:3px solid transparent;border-radius:50%;border-top-color:#f1c40f;bottom:15px;content:"";left:15px;position:absolute;right:15px;top:15px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-group-modal{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-height:100%;overflow-y:auto;padding:32px 10px;width:100%}.modal-group-modal .closeBtn{align-self:flex-end;background:none;border:none;color:#444;cursor:pointer;flex-shrink:0;font-size:22px}.modal-group-modal .content{min-height:0;text-align:center;width:100%}.modal-group-modal .content,.modal-group-modal .content .header-section{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.modal-group-modal .content .header-section .title{font-size:24px;font-weight:700;line-height:1.3}@media (min-width:768px){.modal-group-modal .content .header-section .title{font-size:32px}}.modal-group-modal .content .header-section .title{color:#1928a8}.modal-group-modal .content .header-section .subtitle{color:#444;font-size:16px;line-height:1.5}.modal-group-modal .content .rewards-container{align-items:center;align-items:stretch;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;width:100%}.modal-group-modal .content .rewards-container .reward{text-wrap-style:balance;align-items:center;background-color:rgba(29,66,138,.102);border-radius:10px;display:flex;flex:1 1 calc(50% - 16px);flex-direction:column;gap:8px;justify-content:center;min-width:0;padding:16px}.modal-group-modal .content .rewards-container .reward .image-container{align-items:center;display:flex;height:62px;justify-content:center;width:62px}.modal-group-modal .content .rewards-container .reward .image-container img{height:100%;width:auto}.modal-group-modal .content .rewards-container .reward p{color:#1928a8;font-size:18px;font-weight:700;line-height:1.5}.modal-group-modal .content .rewards-container .reward.extra{flex-direction:row;gap:4px;min-width:100%;padding:16px 6px}.modal-group-modal .content .rewards-container .reward.extra .image-container{max-height:43px;min-height:43px;min-width:43px;width:auto}.modal-group-modal .content .rewards-container .reward.extra p{font-size:22px;font-weight:600;line-height:29px}.modal-group-modal .content button{background-color:#f1c400;border-radius:32px;color:#1928a8;cursor:pointer;font-size:16px;font-weight:700;line-height:1.5;padding:8px 32px;text-transform:uppercase}.modal-group-modal .content .pointsBox{align-items:center;background-color:#ff96a8;border-radius:10px;color:#1928a8;display:flex;font-size:16px;font-weight:700;gap:4px;justify-content:center;line-height:1.5;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:8px 16px}.modal-group-modal .content .pointsBox .img-container{width:24px}.modal-group-modal .content .pointsBox .img-container img{height:100%;width:100%}.modal-group-modal .content .additional-text{text-wrap-style:pretty;color:#444;font-size:16px;line-height:1.5}.modal-group-modal .content .termsCondition{color:#1928a8;cursor:pointer;font-size:14px;font-weight:700;line-height:1.4;margin-top:8px;text-decoration:underline}.modal-group-modal .content .subtitle{color:#444;font-size:16px;line-height:1.5}*,:after,:before{box-sizing:border-box}*{margin:0}body,html{height:100%}body{-webkit-font-smoothing:antialiased;line-height:1.5;min-height:100vh}ol,ul{list-style:none;padding:0}a{color:inherit;text-decoration:none}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{background:none;border:none;font:inherit;outline:none}input,textarea{width:100%}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth}@font-face{font-family:Degular_Variable;src:url(/assets/fonts/Degular_Variable.97159e0c.otf) format("opentype")}body{background:#fff;color:#171717;font-family:Degular_Variable,sans-serif}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #f1c400;outline-offset:2px}