.App{display:flex;flex-direction:column;align-items:center}.blur{filter:blur(8px);pointer-events:none;user-select:none;-webkit-user-select:none;cursor:not-allowed}.main-content{background-color:#ffd2e6;min-height:55vh;width:75%;outline-offset:5px;background-clip:padding-box;display:flex;flex-direction:column;align-items:center;margin-top:9px;margin-bottom:12px;position:relative}.iv-bag{position:absolute;top:-69px;left:-100px;width:182px;height:440px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bandage{position:absolute;width:22px;height:22px;top:10px;right:10px;vertical-align:middle}.bandage:hover{animation:rotate 15s ease-in-out infinite}.bandage.playing{animation:rotate 50s ease-in-out infinite;cursor:not-allowed}.bandage:not(.playing):not(:hover){animation:none}@media (max-width: 768px){.main-content{width:90%}.iv-bag{width:150px;height:360px;left:-50px;top:-56px}}@media (max-width: 500px){.iv-bag{width:100px;height:240px;left:0;top:-34px;opacity:0}}.navbar-master{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:0;gap:8px;background:linear-gradient(#faabc5 30%,transparent);position:relative;z-index:1}.meltdown-container{display:flex;justify-content:space-between;flex-direction:row;width:100%}.meltdown-text{margin-left:auto;margin-right:5px;background:transparent;border:none}.login-text{margin-right:auto;margin-left:5px;background:transparent;border:none}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.heart-icon{width:20px;height:20px;margin-left:5px;vertical-align:middle}.heart-icon:hover{opacity:75%;animation:pulse .8s ease-in-out infinite}@keyframes glide{0%{left:-30%}to{left:100%}}.giffy{position:absolute;z-index:20;width:30%;max-width:350px;height:auto;top:50vh;transform:translateY(-50%);left:-30%;animation:glide 10s linear forwards}.nav-title{font-family:Times New Roman,Times,serif;color:#d6137b;font-size:36px;text-align:center}.nav-search{display:flex;flex-direction:row;align-items:center;position:relative;gap:6px;padding:8px 8px 8px 50px}.bear{position:absolute;width:40px;height:40px;left:5px;top:50%;transform:translateY(-50%);z-index:2}.nav-input{border:1px solid #343a40;height:20px}.nav-button-menu{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px;width:80%;gap:5%}.nav-button{padding:2px 4px;border:1px solid #d6137b;color:#d6137b;font-weight:600;background-color:#ffd2e6;text-decoration:none;font-size:16px}.nav-button:hover{box-shadow:var(--box-shadow);cursor:pointer;border:3px solid red}@media (max-width: 450px){.login-text,.meltdown-text{font-size:smaller}.nav-title{font-size:20px}.giffy{width:60%;top:50vh;transform:translateY(-50%);left:-60%;animation:glide 5s linear forwards}}@media (min-width: 451px) and (max-width: 1200px){.giffy{width:30%;top:50vh;transform:translateY(-50%);left:-30%;animation:glide 7s linear forwards}}@media (min-width: 1201px){.giffy{width:30%;top:50vh;transform:translateY(-50%);left:-30%;animation:glide 10s linear forwards}}@media (max-width: 630px){.nav-button-menu{display:grid;grid-template-columns:1fr 1fr;gap:5px}.nav-button{font-size:12px;width:75%;padding:8px;text-align:center}}@media (max-width: 800px){.nav-text{width:75%}}.home{color:#333}.home-group{display:flex;flex-direction:column;align-items:center;padding-top:6px;width:100%}.open-container,.close-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.open-text,.close-text{width:60%;text-align:center}.open-image,.close-image{width:300px;height:auto}.home-report-text{max-width:70%;font-size:14px;text-align:center;margin-bottom:7px;color:#00f}.home-report-form{display:flex;flex-direction:column;gap:16px;width:80%;margin:auto;padding:20px;background-color:#ffffffe6;border:2px dashed grey;box-shadow:0 4px 8px #0000001a}.home-report-label{font-size:16px;font-weight:700;margin-bottom:8px;color:#333}.home-report-input{width:97%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px;background-color:#fff;box-shadow:inset 0 1px 3px #0000001a}.home-report-input:focus{outline:none;border-color:#4fa94d;box-shadow:0 0 5px #4fa94d80}textarea.home-report-input{resize:vertical;min-height:100px;font-family:Arial,Helvetica,sans-serif}.home-report-submit-button{margin-top:16px;padding:10px 20px;color:#fff;border:none;border-radius:5px;font-size:16px;transition:background-color .3s}.home-report-submit-button.valid{background-color:#4fa94d;cursor:pointer}.home-report-submit-button.valid:hover{background-color:#3e8b3a}.home-report-submit-button.invalid{background-color:gray;cursor:not-allowed}.about{text-align:center;color:#333;margin-bottom:10px}.about-group{display:flex;flex-direction:column;align-items:center;padding-top:6px}.about-text-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:space-around;gap:20px;width:90%;min-width:800px;max-width:1200px}.about-col-1{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:300px;margin-bottom:10px}.about-col-2{display:flex;flex-direction:column;padding:10px;align-items:center;min-width:300px}.about-image{width:200px;max-width:300px;height:auto}.links{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.about-link{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px;width:100%;max-width:200px;background-color:transparent;transition:background-color .3s ease}.about-link:hover{text-decoration:underline;color:#d6137b}.about-link h5{margin:0;color:#d6137b;font-size:.9em}.about-link a{color:inherit;text-decoration:none;display:block;height:100%;width:100%;text-align:center}.about-link a:hover,.about-link a:active{text-decoration:none}.about-textarea{width:100%;padding:10px;font-size:16px;border:1px solid #ccc;resize:vertical;margin-bottom:8px}.about-text{color:#333;font-size:1.2em;text-align:center;line-height:1.6;margin:0;width:80%}.edit-button{display:block;margin:10px auto;width:fit-content;padding:8px 16px;background-color:#2a9d8f;color:#fff;border:none;cursor:pointer;font-size:1em;text-align:center}.edit-button:hover{background-color:#e76f51}@media (max-width: 700px){.about-text-container{display:flex;flex-direction:column;align-items:center;min-width:0;gap:15px}.about-col-1,.about-col-2{width:100%;min-width:0;align-items:center}.about-text{width:95%;text-align:center}.links{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;width:90%}.about-link{max-width:100%;margin:5px 0}.about-image{max-width:250px}.edit-button{width:90%;max-width:200px}}.shop{color:#333;margin-bottom:10px}.shop-group{position:relative;display:flex;flex-direction:column;align-items:center;padding-top:6px;padding-bottom:6px;width:100%}.shop-options{display:grid;grid-template-columns:1fr;align-items:center;justify-content:space-evenly;gap:20px;padding:0;margin:0;width:95%}.shop-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px;margin:8px;border:2px solid transparent;text-decoration:none}.shop-container:hover{border:2px solid #ff86c8}.shop-image{width:50%;height:auto;object-fit:cover;max-width:500px}.shop-cart-button{position:absolute;top:16px;right:16px;z-index:10;text-decoration:none;pointer-events:none;opacity:0%}.shop-cart-button:hover{font-size:24px}@media (min-width: 600px){.shop-options{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.shop-options{grid-template-columns:repeat(3,1fr)}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.keychain-section-master{position:relative;padding-top:16px;padding-bottom:16px;width:100%}.keychain-iterations{display:grid;justify-content:center;align-items:center;column-gap:100px;row-gap:50px}.keychain-product-div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:2px solid #d6137b;padding:8px;margin-left:auto;margin-right:auto;position:relative}.keychain-product-div:hover{border:2px solid #ff86c8;cursor:pointer}.keychain-product-div.out-of-stock{opacity:.5;pointer-events:none}.keychain-product-div.out-of-stock:before{content:"SOLD OUT";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-10deg);font-size:1em;color:#ff0000b3;background-color:#fffc;padding:10px 20px;border:2px solid rgba(255,0,0,.7);border-radius:2px;z-index:5;pointer-events:none;font-weight:700}.keychain-product-image{width:250px;height:200px}.keychain-product-price{font-size:1.1em;color:#333}.keychain-product-error{grid-column:1 / -1;text-align:center}.keychain-cart-button{position:absolute;top:16px;right:16px;z-index:10;text-decoration:none;pointer-events:none;opacity:0%}.keychain-cart-button:hover{font-size:24px}@media (min-width: 600px){.keychain-iterations{grid-template-columns:repeat(2,1fr);column-gap:25px}}@media (min-width: 900px){.keychain-iterations{grid-template-columns:repeat(3,1fr)}}@media (max-width: 400px){.keychain-product-div{width:90%;height:auto;margin-top:10px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s}.popup-content{background-color:#fff;padding:20px;border:2px solid #d6137b;box-shadow:0 4px 8px #0000001a;max-width:90%;min-width:40%;max-height:80vh;display:flex;position:relative;overflow-y:auto;transition:transform .3s ease-in-out}.popup-content[data-layout=single-column]{flex-direction:column;align-items:center;justify-content:flex-start;gap:15px}.popup-content[data-layout=two-column]{flex-direction:row;align-items:center;justify-content:space-evenly;gap:20px}.popup-content.edit-mode{flex-direction:column;align-items:stretch}.popup-info-container{width:50%;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:12px}.popup-view-container{display:flex;flex-direction:column;align-items:center;width:100%;gap:15px}.popup-name,.popup-description,.popup-price,.popup-details{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup-details{font-size:18px}.popup-description{white-space:normal;width:80%}.popup-content img{max-width:100%;height:auto}@media (max-width: 600px){.popup-content{width:95%;padding:10px;flex-direction:column}.popup-info-container{max-width:100%;margin:10px;padding:10px;align-items:center}.popup-content img{width:100%;height:auto}.popup-content[data-layout=single-column] .popup-view-container{gap:10px}.popup-content[data-layout=two-column]{flex-direction:column}.popup-content[data-layout=two-column] .popup-sticker-container{flex-direction:column;gap:15px}.popup-content[data-layout=two-column] .popup-info-container{width:100%;max-width:100%;margin:0}.popup-gallery-title,.popup-name{font-size:20px}.popup-gallery-description,.popup-description{font-size:16px;max-width:90%}.popup-gallery-tags,.popup-price,.popup-details h5,.popup-details h6,.popup-details h4{font-size:14px}.popup-cart-button,.calculate-shipping-button{font-size:14px;padding:6px 12px}}.popup-content{transition:transform .3s ease-in-out}.popup-overlay{animation:fadeIn .3s}@media (max-width: 375px){.popup-details{display:flex;flex-direction:column;gap:5px}.popup-gallery-title,.popup-name{font-size:18px}.popup-gallery-description,.popup-description{font-size:14px}.popup-gallery-tags,.popup-price,.popup-details h5,.popup-details h6,.popup-details h4{font-size:12px}.popup-cart-button,.calculate-shipping-button{font-size:12px;padding:5px 10px}}.slideshow-container{position:relative;display:flex;justify-content:center;align-items:center;width:50%;height:100%;padding:10px}.slideshow-image{max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain;display:block;margin:auto;border:2px solid #ff86c8;padding:6px}.prev-button,.next-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;cursor:pointer;z-index:2}.prev-button{left:0;margin-left:16px}.next-button{right:0;margin-right:16px}@media (max-width: 768px){.slideshow-image{width:90%;height:auto}}.stickers-section-master{position:relative;padding-top:16px;padding-bottom:16px;width:100%}.sticker-iterations{display:grid;align-items:center;justify-content:center;row-gap:50px}.sticker-product-div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:2px solid #d6137b;padding:8px;margin-left:auto;margin-right:auto;position:relative}.many-image-icon{position:absolute;top:10px;right:10px;font-size:16px;color:#fff;background-color:#00000080;border-radius:50%;padding:5px}.sticker-product-div:hover{border:2px solid #ff86c8;cursor:pointer}.sticker-product-div.out-of-stock{opacity:.5;pointer-events:none}.sticker-product-div.out-of-stock:before{content:"SOLD OUT";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-10deg);font-size:2em;color:#ff0000b3;background-color:#fffc;padding:10px 20px;border:2px solid rgba(255,0,0,.7);border-radius:2px;z-index:5;pointer-events:none;font-weight:700}.sticker-product-image{width:250px;height:200px}.sticker-product-error{grid-column:1 / -1;text-align:center}.popup-name{text-align:center;font-size:24px}.popup-description{text-align:center;max-width:70%}.sticker-cart-button{position:absolute;top:16px;right:16px;z-index:10;text-decoration:none;pointer-events:none;opacity:0%}.sticker-cart-button:hover{font-size:24px}.sticker-product-price{font-size:1.1em;color:#333}.quantity-selector{margin:10px 0}.quantity-selector label{margin-right:10px;font-size:.75rem;font-weight:600}.quantity-selector select{padding:2px;border-radius:4px;font-size:.9rem}.calculate-shipping-button{margin-left:10px;padding:2px 8px;font-size:14px;background-color:#dc0da5;color:#fff;border:1px solid #d6137b;cursor:pointer}.calculate-shipping-button:hover{background-color:#ff3dbb}@media (min-width: 800px){.sticker-iterations{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.sticker-iterations{grid-template-columns:repeat(3,1fr)}}.offcanvas{position:fixed;bottom:0;z-index:1060;display:flex;flex-direction:column;max-width:100%;color:#212529;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out;box-shadow:0 4px 8px #0000001a}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.1);transform:translate(100%)}.offcanvas-bottom{right:0;left:0;height:50vh;max-height:100%;border-top:1px solid rgba(0,0,0,.1);transform:translateY(100%)}.offcanvas.show{transform:none;visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1055;width:100vw;height:100vh;background-color:#00000080;transition:opacity .3s ease-in-out}.offcanvas-backdrop.show{opacity:1}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(0,0,0,.1);background-color:#f8f9fa}.offcanvas-title{margin-bottom:0;line-height:1.5;font-size:1.25rem;font-weight:600;color:#333}.offcanvas-body{flex-grow:1;padding:1rem;overflow-y:auto;background-color:#f4c3c3}.offcanvas-body form{display:flex;flex-direction:column;gap:1rem}.offcanvas-body form div{display:flex;flex-direction:column}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707A1 1 0 01.293.293z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5;transition:opacity .2s ease-in-out}.btn-close:hover{opacity:.75}.form-group{margin-bottom:1rem;width:100%}.form-group label{flex:0 0 auto}.form-label{margin-bottom:.5rem;font-weight:600;font-size:.875rem;color:#333}.form-control{display:block;width:95%;padding:.5rem .75rem;font-size:1rem;line-height:1.5;color:#212529;background-color:#fff;border:1px solid #ced4da;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.form-control:focus{border-color:#007bff;box-shadow:0 0 0 .25rem #007bff40;outline:0}.form-control.is-invalid{border-color:#dc3545}.invalid-feedback{display:none;color:#dc3545;font-size:.75rem}.form-control.is-invalid~.invalid-feedback{display:block}.unitedstates{cursor:not-allowed;background-color:#cfd0d2}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff;padding:.5rem 1rem;font-size:1rem;font-weight:500;line-height:1.5;border-radius:.375rem;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;cursor:pointer}.btn-primary:hover{background-color:#0056b3;border-color:#004085}.btn-primary:focus{box-shadow:0 0 0 .25rem #007bff40;outline:0}@media (max-width: 767.98px){.offcanvas-bottom{height:60vh}}@media (min-width: 768px){.offcanvas-end{width:450px}}.poster-section-master{position:relative;padding-top:16px;padding-bottom:16px;width:100%}.poster-iterations{display:grid;justify-content:center;align-items:center;column-gap:100px;row-gap:50px}.poster-product-div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;border:2px solid #d6137b;padding:8px;margin-left:auto;margin-right:auto;position:relative}.poster-product-div:hover{border:2px solid #ff86c8;cursor:pointer}.poster-product-div.out-of-stock{opacity:.5;pointer-events:none}.poster-product-div.out-of-stock:before{content:"SOLD OUT";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-10deg);font-size:2em;color:#ff0000b3;background-color:#fffc;padding:10px 20px;border:2px solid rgba(255,0,0,.7);border-radius:2px;z-index:5;pointer-events:none;font-weight:700}.poster-images-icon{position:absolute;top:10px;right:10px;font-size:16px;color:#fff;background-color:#00000080;border-radius:50%;padding:5px}.poster-product-image{width:250px;height:200px}.poster-product-price{font-size:1.1em;color:#333}.sale{font-weight:700;position:relative;animation:gradient-strobe 1.5s linear infinite;background:linear-gradient(45deg,#00f,#f0f,#f51,red);background-clip:text;-webkit-background-clip:text;color:transparent;background-size:400% 400%}@keyframes gradient-strobe{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.original-price{text-decoration:line-through;color:#666;font-size:.8em;margin-right:8px}.sale:after{content:"SALE";color:#d6137b;font-weight:700;position:absolute;top:100%;left:50%;transform:translate(-50%) rotate(0);font-size:.9em;background:#ffd2e6;padding:0 5px;border:#d6137b dashed 1px}.poster-product-error{grid-column:1 / -1;text-align:center}.popup-buttons{display:flex;flex-direction:row;align-items:center;gap:12px}.popup-cart-button{border:1px solid #d6137b;background:transparent;font-size:18px;padding:8px;cursor:pointer;margin-top:20px}.popup-close-button{position:absolute;background:transparent;top:0;right:-4px;padding:0;font-size:36px;border:none;margin-right:14px}.popup-close-button:hover{color:#6c757d;cursor:pointer}.popup-cart-button:hover{text-decoration:underline;color:#fff;background:#dc3545}.popup-info-container{display:flex;flex-direction:column;align-items:center;gap:12px}.popup-description{text-align:center;max-width:90%}.poster-cart-button{position:absolute;top:16px;right:16px;z-index:10;text-decoration:none}.poster-cart-button:hover{font-size:24px}@media (min-width: 850px){.poster-iterations{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.poster-iterations{grid-template-columns:repeat(3,1fr)}}.cart-container{display:flex;flex-direction:column;gap:12px;max-width:90%;width:80%;margin:12px;padding:20px;background:#f9f9f9;box-shadow:0 4px 8px #0000001a}.cart-container h1{text-align:center;color:#333}.list-container{margin-top:20px}.cart-items-list{list-style-type:none;padding:0}.cart-item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding:10px 0}.cart-image{width:40%;height:auto;object-fit:cover;margin-right:20px;border:2px solid #db2e7f;padding:4px}.cart-image:hover{cursor:pointer;border:2px solid #f771b0}.cart-item-details{flex-grow:1;text-align:right}.cart-item-title{margin:0;color:#555}.cart-item-price{margin:5px 0}.cart-remove-button{background-color:#dc3545;color:#fff;padding:10px 15px;border:none;cursor:pointer}.cart-remove-button:hover{background-color:#c82333}.cart-button-container{display:flex;flex-direction:row;flex-grow:1;align-items:center}.cart-clear-button{background-color:#007bff;color:#fff;padding:10px 15px;border:none;cursor:pointer;display:block;width:fit-content;margin:20px auto}.cart-clear-button:hover{background-color:#0056b3}.cart-checkout-button{background:linear-gradient(to right,#db2e7f,#f771b0);color:#fff;padding:10px 15px;border:none;cursor:pointer;display:block;width:fit-content;margin:20px auto}.cart-checkout-button:hover{background:linear-gradient(to right,#f771b0,#db2e7f)}.empty-cart{text-align:center;color:#666}.shipping-form{display:flex;flex-direction:column;gap:15px;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a}.form-group{display:flex;align-items:center}.form-group label{flex:0 0 150px;margin-right:10px;font-weight:700}.form-group input,.form-group select{flex:1;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px;transition:border-color .3s,box-shadow .3s;width:calc(100% - 160px)}.form-group input:focus,.form-group select:focus{border-color:#4fa94d;box-shadow:0 0 5px #4fa94d80;outline:none}.form-group input.invalid{border-color:#c82333;box-shadow:0 0 5px #d9030380}.shipping-save-button{align-self:center;padding:10px 15px;background-color:#fc1983;color:#fff;border:none;width:300px;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.shipping-save-button:hover{background-color:#ff69af}.error{color:red;font-size:14px;margin-top:5px;margin-left:10px;flex:0 0 200px}@media (min-width: 768px){.cart-image{width:30%;height:auto}}@media (max-width: 768px){.form-group label{margin-bottom:3px}.form-group{display:unset;flex-direction:column;align-items:flex-start}.form-group input,.form-group select{width:95%}.error{margin-left:0;margin-top:5px;flex:none}.cart-container h1{font-size:24px}}@media (max-width: 450px){.cart-image{width:125px;height:auto}.cart-container h1{font-size:16px}}@media (max-width: 500px){.cart-item-title,.cart-item-price,.cart-item-quantity{font-size:3vw}.cart-item-price{font-weight:600}.cart-remove-button{width:20vw;font-size:3vw}.cart-checkout-button,.cart-clear-button{font-size:12px}}.pay-success-master{display:flex;flex-direction:column;align-items:center;justify-content:center;height:90%}.pay-success-text{font-size:16px;padding:8px}.pay-success-image{width:300px;height:auto}@media (min-width: 600px){.pay-success-text{font-size:24px}}.modal-backdrop{display:flex;align-items:center;justify-content:center;z-index:5000;position:fixed;inset:0;background-color:#00000080;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{width:80%;height:70%;background-color:#f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 8px #0000001a;padding:20px;text-align:center;max-width:600px;border:2px solid #db489e;overflow-y:auto;transition:transform .3s ease-in-out}.modal-title{width:80%;text-align:center}.modal-button{padding:18px;background-color:violet;color:#000;font-size:large}.modal-button:hover{cursor:pointer;background-color:#ee82ee99}.modal-button-group{display:flex;flex-direction:row;justify-content:center;gap:24px;margin-top:17px;flex-wrap:wrap}.modal-image{width:180px;height:auto;margin-top:20px}@media (max-width: 600px){.modal-content{width:90%;padding:10px}.modal-title{font-size:1.2em}.modal-button{padding:8px;font-size:.7em}.modal-button-group{gap:16px;margin-top:20px}.modal-image{width:120px}}@media (max-width: 768px){.modal-title{font-size:1.5em}.modal-button{padding:12px;font-size:1em}}.errorpage-container{display:flex;flex-direction:column;width:100%;align-items:center;padding:12px;gap:8px}.errorpage-text{text-align:center}.errorpage-image{width:300px;height:auto}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;padding:16px;gap:12px;background-color:#f0f0f0;border:4px double transparent;border-radius:2px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:6000;animation:strobe 2s infinite;width:85%}@keyframes strobe{0%{border-color:transparent}50%{border-color:#9932cc}to{border-color:transparent}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:5999}.login-form,.secret-question-form{display:flex;flex-direction:column;width:90%;height:min(37vh,350px);justify-content:center;gap:12px;padding:20px;border:1px solid #ccc;border-radius:4px;background-color:#fff}.login-form label,.secret-question-form label{margin-bottom:5px}.secret-label{font-size:16px;text-align:center}.login-form input,.secret-question-form input{margin-bottom:15px;padding:10px;border:1px solid #ccc;border-radius:5px}.submit-login-button,.submit-secret-button{padding:10px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.submit-login-button:hover,.submit-secret-button:hover{background-color:#0056b3}.login-close-button{background-color:#ff5c5c;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;transition:background-color .3s,transform .3s;font-size:12px;font-weight:700;position:absolute;top:20px;right:20px}.login-close-button:hover{background-color:#ff1a1a;transform:scale(1.05)}.login-close-button:focus{outline:none;box-shadow:0 0 0 3px #ff5a5a80}._container_p90mt_4{max-width:800px;margin:0 auto;padding:6px}._title_p90mt_11{text-align:center;color:#333;margin-bottom:30px;font-weight:700}._toggleSection_p90mt_19{margin-bottom:15px;border:1px solid #e0e0e0;background-color:#f9f9f9;overflow:hidden}._toggleHeader_p90mt_27{width:100%;padding:15px;background-color:#d6137b;color:#fff;font-size:1.2rem;font-weight:600;font-family:Times New Roman,Times,serif;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}._toggleHeader_p90mt_27:hover{background-color:#3b5998}._toggleHeader_p90mt_27._open_p90mt_48{background-color:#34495e}._toggleIcon_p90mt_53{font-size:1.2rem;font-weight:700}._toggleContent_p90mt_59{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out}._toggleContent_p90mt_59._open_p90mt_48{max-height:500px;padding:20px;overflow-y:auto}._adminToggleHeader_p90mt_71{background-color:#7f8c8d}._adminToggleHeader_p90mt_71:hover{background-color:#95a5a6}._adminToggleHeader_p90mt_71._open_p90mt_48{background-color:#6c7a89}._sectionContent_p90mt_84{background-color:#fff;color:#333;font-size:1rem;line-height:1.6}._adminSectionContent_p90mt_92{background-color:#fff;color:#333;font-size:1rem;line-height:1.6;max-height:400px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;width:100%;padding-right:10px}._faqItem_p90mt_106{margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}._faqItem_p90mt_106:last-child{border-bottom:none}._faqItemHeader_p90mt_116{display:flex;justify-content:space-between;align-items:center;gap:10px}._form_p90mt_124{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;width:100%}._textarea_p90mt_133{width:100%;max-width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem;resize:vertical;box-sizing:border-box}._submitButton_p90mt_145{padding:10px 20px;background-color:#2c3e50;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease;margin-top:10px;width:auto;max-width:100%;box-sizing:border-box}._submitButton_p90mt_145:hover:enabled{background-color:#3b5998}._submitButton_p90mt_145:disabled{background-color:#95a5a6;cursor:not-allowed}._deleteButton_p90mt_169{padding:8px;background-color:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;box-sizing:border-box}._deleteButton_p90mt_169:hover{background-color:#c0392b}._loading_p90mt_190,._empty_p90mt_191{color:#666;font-style:italic}@media (max-width: 600px){._container_p90mt_4{padding:15px}._title_p90mt_11{font-size:2rem}._toggleHeader_p90mt_27{font-size:1.1rem;padding:12px}._toggleContent_p90mt_59._open_p90mt_48{padding:15px}._adminSectionContent_p90mt_92{max-height:300px}._deleteButton_p90mt_169{width:32px;height:32px;padding:6px}}:root{background-image:url(data:image/gif;base64,R0lGODlhUAA8ALMNAP9wt/+32/////+Uyf8Af/9MpbIAWQCqNQLLAP//AP//GQKJAABhHv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFMgANACwAAAAAUAA8AEAE/zDIIAS4+NbJqRhgCFZZVoni1klkqQkra7mAKiFIgCzIgKMt1wk1gsWCJVsHaYIRFIUoVBotKAhFWu1DHCg5TMx3En5xCNU0NjUTcokCRsyjHcvqxtUQ3k5yDQSBgoOCBnQ0doduc3tAfU0ogIQEhmSPYnlLl2ZHb454XV6ZYJtbjKWJjWygXamoo5Z4p6FlW7Swd4i4in4SaGnABWuirHynsp3Iv8FVw7WqIa7Ieq+zra8iBgfbgtsHlbxNx7rWfMWACYLpgemVz7vv5Z+6oQb2yeT4i523xY7j+6hN09SP3jWAvfQlXLHA0yqDxhSKk4jpDI6LOIZlgfiPIieB5P+WMWu20c0thBNBLhI5UlhJPyc9mpJp49cUK1E0voupcqGmgb5ImuMIwhsDbz/z9UxJ8BorSesIRF1nKB5NeA6jYRsgaRKhqtWuyntoMkTXSeCsLq3IzylRruwCgcsVMGldUgXLRlz70a5PvG71duQ7k7CrvDAPil1MDTEkxYaxArXkGBNPv0xJTZZR+cVlzUoxs20cOPFe0X1B353QsLMtyKgLx/5ykcePeYLZoBw9Ow+Bi1Uu6tx6WvXfWCGpKMfpktjbIrtTI1/ZUs3Lx8WnH6fbi+XINTthG8+sfSKam+ibO8+tNbrs8aO9C71uWXx53vD7yte43jQQOYz11oG3TTkNlds2AxxwVADb5PfefdIFIIhrqmjjjTdzqSVgWwaadpZX7oQV2VhaPeUVWuHgB+GDnJX2mAFTqaMOWJulGKEHFP5x4lc2stjjYS7WB9eOlHBHnpEqttghdkPGWCSSN2oI2JJCgvChXA5KE9qUuPlnViEjBsglWV62J+aKQFLpmX1Q+iglZUGumV2bWq6mZJdM6nYmnVjl+Bmakm0Jp5qvzfljoHbiGGehg20YJmmEQgNdgBEAACH5BAUyAA0ALBEABgAuACcAQATUsMnZGL04a22I/+BnbGQ5dUTyqcRovnC8EUWh1DZ+F4Ts07gg72I4GI8Hly+GCjmVS6YoikFYF1YENQYUenvbF3AHvhgbB8YBvQ6bmk4P1E1kpVarOf0UB+n3FHBTewuAMARZOFllhhNdXkGMjTQ7OTU3ko0SjziZmhcfLxafJUdqZ6RERx9Hf4AodrFypIJ9rm61cbe4dx6yu3S5s6l8T4CFJLDDW1YNCFjOWhwGwIdZ156TkJGpnNvZbgSV4zrgYd6Q5ufbncQNYzo16nvo84ZdkhEAOw==);padding:0;--primary-color: #007bff;--secondary-color: #6c757d;--success-color: #28a745;--info-color: #17a2b8;--warning-color: #ffc107;--danger-color: #dc3545;--light-color: #f8f9fa;--dark-color: #343a40;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--base-font-size: 16px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 3rem;--border-radius: .25rem;--box-shadow: 0 .5rem 1rem rgba(188, 75, 75, .5);--transition: all .2s ease-in-out}body,h1,h2,h3,h4,h5,h6,ul,li{margin:0}body{position:relative}
