*{margin:0;padding:0;font-family:sans-serif;font-size:16px}html,body,#root{height:100vh}: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.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{-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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Navbar-module-navbar___leYn1{display:flex;min-height:3.5rem;justify-content:flex-start;align-items:center;background-color:#fff;padding:0 2rem}.Navbar-module-logo___i-UP1{height:1.5rem}.Navbar-module-grow___VvsoN{flex-grow:1}.Navbar-module-avatar___zzp9f{border-radius:50%;width:30px;min-width:30px;height:30px;overflow:hidden}.Navbar-module-menu___c07-3{width:50px;min-width:50px;height:30px;overflow:hidden}.Navbar-module-avatarImage___-FMMI{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.Navbar-module-navbar___leYn1>a{text-transform:uppercase;color:#000;font-weight:400;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem}.Navbar-module-dropdown___rZokN{position:relative;display:flex;align-items:center}.Navbar-module-dropdownContent___uojZ1{display:none;position:absolute;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px #0003;z-index:500;right:0px;top:30px;border-radius:5px}.Navbar-module-dropdown___rZokN:hover .Navbar-module-dropdownContent___uojZ1{display:flex;flex-direction:column}.Navbar-module-dropdownContent___uojZ1>button{border:none;background-color:none;min-height:40px;text-align:left;cursor:pointer;padding:12px 16px;color:#000;font-size:1em}.Navbar-module-dropdownContent___uojZ1>button:hover{background-color:#e2e2e2}.Navbar-module-languageFlag___X-83v{display:flex;align-items:center}.Navbar-module-languageFlag___X-83v>img{width:2em;margin-right:.5em}.App-module-App___4GqKx{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;font-size:16px}.App-module-content___hfVsk{width:95%;max-width:600px;margin:0 auto}.button-module-button___yM-3B{font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;border:0;border-radius:5px;cursor:pointer;display:inline-block;line-height:1;font-size:14px;padding:15px;transition:all .3s cubic-bezier(.215,.61,.355,1);letter-spacing:2px;box-shadow:0 0 5px #ccc;margin:.3rem 0;background-color:#e2e2e2;color:#000;text-decoration:none;text-align:center}.button-module-button___yM-3B:hover{background-color:#bdbdbd;box-shadow:2px 2px 5px #9e9e9e}.button-module-button___yM-3B.button-module-primary___MxrxR:hover{background-color:#476079;box-shadow:2px 2px 5px #ccc}.button-module-primary___MxrxR{color:#fff;background:rgb(52,73,94)}.button-module-small___FlGBf{padding:10px;letter-spacing:normal}.Input-module-input___srBvR{padding:5px;border:0px;color:#000;height:1.5rem;background-color:#ededed;border-radius:5px;width:100%}.Input-module-input___srBvR:disabled{color:gray}.Input-module-label___eZTSQ{color:#3498db;font-size:.8rem}.Input-module-inputGroup___Bd8dl{display:flex;flex-direction:column}.Input-module-inputGroup___Bd8dl>.Input-module-input___srBvR{width:auto}.SocialLinkIcon-module-icon___Re5Y1{text-decoration:none;color:#fff;padding:.4em;border-radius:.3em;width:1.8em;min-width:1.8em;height:1.8em;display:flex;justify-content:center;align-items:center;font-size:1.4em;cursor:pointer}.SocialLinkIcon-module-small___b79XO{font-size:.9em;padding:.2em}.SocialLinkIcon-module-medium___0jE9g{font-size:1em;padding:.4em}.SocialLinkIcon-module-large___qRMc2{font-size:1.5em;padding:.5em}.SocialLinkIcon-module-black___cfSYw{color:#000;background:transparent}.SocialLinkIcon-module-instagram___ubcQj{background-color:#c13584}.SocialLinkIcon-module-facebook___LVKyq{background-color:#1877f2}.SocialLinkIcon-module-twitter___0Sw5C{background-color:#1da1f2}.SocialLinkIcon-module-linkedin___OWCoA{background-color:#0077b5}.SocialLinkIcon-module-codepen___3CtST{background-color:#0ebeff}.SocialLinkIcon-module-couchsurfing___XDL9Y{background-color:#d4490c}.SocialLinkIcon-module-discord___G6ebp{background-color:#7289da}.SocialLinkIcon-module-dribbble___ljHTk{background-color:#444}.SocialLinkIcon-module-flickr___xW3ZQ{background-color:#0063dc}.SocialLinkIcon-module-github___u92-J{background-color:#333}.SocialLinkIcon-module-pinterest___1qpma{background-color:#e60023}.SocialLinkIcon-module-reddit___XiFFU{background-color:#ff4500}.SocialLinkIcon-module-skype___z8yDo{background-color:#00aff0}.SocialLinkIcon-module-snapchat___Q-1Bv{background-color:#fffc00;color:#000}.SocialLinkIcon-module-soundcloud___CaZp0{background-color:#f80}.SocialLinkIcon-module-spotify___mA9QP{background-color:#1db954;color:#000}.SocialLinkIcon-module-squarespace___-yDw5{background-color:#222}.SocialLinkIcon-module-tiktok___SUBFA{background-color:#fb2c55}.SocialLinkIcon-module-tumblr___3p-dy{background-color:#35465c}.SocialLinkIcon-module-twitch___XQX9R{background-color:#9146ff}.SocialLinkIcon-module-vimeo___JJx8c{background-color:#1ab7ea}.SocialLinkIcon-module-website___0Emb6{background-color:#7552cc}.SocialLinkIcon-module-xing___R05Q9{background-color:#026466}.SocialLinkIcon-module-youtube___ifAWT{background-color:red}.SocialLinkIcon-module-other___n8vLK{background-color:#8f8f8f}.SocialLinkIcon-module-hard-link___iNCOn{background-color:#272727}.EditProfile-module-row___aKH8w{display:flex;flex-direction:column;margin-bottom:.2em;width:100%}.EditProfile-module-row___aKH8w>label,.EditProfile-module-label___Ss0t6{color:#3498db;font-size:.8rem}.EditProfile-module-input___rbiNo{margin-bottom:10px}.EditProfile-module-hr___WlNC6{border-color:#666;border-width:1px 0 0 0;margin:1em 0}.EditProfile-module-mb___1hlbu{margin-bottom:1.5em}.EditProfile-module-form___-p-P-{margin:1em;background-color:#fff;border-radius:.5em;padding:1em 2em}.EditProfile-module-heading___1qfMO{border-bottom:1px solid #cccccc;padding-bottom:.2em;margin-bottom:1em}.EditProfile-module-help___XZcKk{color:#444;font-size:.9em;padding:0 0 1em}.EditProfile-module-accordion___Bt5en{display:flex;flex-direction:column;margin:0 0 1em}.EditProfile-module-accordionTitle___xF-op,.EditProfile-module-accordionTitleActive___B0q1M{display:flex;justify-content:space-between;align-items:baseline;background-color:#3498db;padding:.75em .75em .75em .5em;color:#fff;font-weight:700;border-radius:5px}.EditProfile-module-accordionTitleActive___B0q1M{border-bottom-left-radius:0;border-bottom-right-radius:0}.EditProfile-module-accordionContent___Kzx69{border:1px solid #cccccc;padding:.75em .5em;border-bottom-left-radius:5px;border-bottom-right-radius:5px}input{border-radius:0}.EditProfile-module-avatar___gRu-l{border-radius:50%;width:10rem;min-width:10rem;height:10rem;box-shadow:#999 0 0 10px;overflow:hidden;margin-right:2em}.EditProfile-module-avatarImage___XmKpG{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.EditProfile-module-profilePictureRow___-djQS{display:flex;flex-direction:column;margin-bottom:.5em;align-items:center}@media only screen and (min-width : 1025px){.EditProfile-module-profilePictureRow___-djQS{flex-direction:row}}.EditProfile-module-newLinkRow___o1vhU{display:flex;align-items:center;position:relative}.EditProfile-module-newLinkInput___v4cZI{flex-grow:1;margin:0 10px;width:100%}.EditProfile-module-socialTypeSelect___chhGR{display:flex;flex-wrap:wrap;border:1px solid #cccccc;border-radius:5px;margin:.3em;background-color:#fff;padding:5px}.EditProfile-module-openedSelect___TTTj8{display:flex;align-items:center;border:1px solid #cccccc;padding:5px;border-top-left-radius:5px;border-top-right-radius:5px;margin:0 -6px}.EditProfile-module-closedSelect___4BSXR{display:flex;align-items:center}.EditProfile-module-imageInput___zxhaA{display:none}.EditProfile-module-addImageLabel___uTLkt{font-weight:700;border:0;border-radius:5px;cursor:pointer;display:inline-block;line-height:1;font-size:14px;padding:15px;transition:all .3s cubic-bezier(.215,.61,.355,1);letter-spacing:2px;box-shadow:0 0 5px #ccc;margin:.3rem 0;background-color:#e2e2e2;color:#000!important}.EditProfile-module-downloadButton___E3tvG{font-weight:700;border:0;border-radius:5px;cursor:pointer;display:inline-block;line-height:1;font-size:14px;padding:15px;transition:all .3s cubic-bezier(.215,.61,.355,1);letter-spacing:2px;box-shadow:0 0 5px #ccc;margin:.3rem 0;color:#000;background:#e2e2e2;text-decoration:none;width:calc(100% - 30px);text-align:center}.EditProfile-module-confirmDialog___r-zz6{width:100%;max-width:300px;background-color:#fff;border:1px solid #cccccc;border-radius:5px;padding:10px}.EditProfile-module-confirmButtons___QEV2k{display:flex;justify-content:space-between;margin-top:1em}.EditProfile-module-confirmButtons___QEV2k>button{min-height:40px;padding:0 1em}.EditProfile-module-shortLinkInput___IIFRg{flex-grow:1;margin-right:1em}.EditProfile-module-flexRow___MOA3y{display:flex;flex-direction:row;justify-content:space-between}.EditProfile-module-logo___hylk4 img{max-height:6em;max-width:100%}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:rgba(255,255,255,.9);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;-moz-animation:react-confirm-alert-fadeIn .5s .2s forwards;-o-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.LinkInput-module-linkInput___waMCo{display:flex;align-items:flex-end;margin-bottom:1em}.LinkInput-module-input___T2CW6{margin-left:10px;flex-grow:1}.LinkInput-module-deleteButton___uG-ah{border:1px solid #e77777;border-radius:3px;background-color:transparent;color:#e77777;display:flex;justify-content:center;align-items:center;margin-left:.5em;min-width:28px;min-height:28px}.LinkInput-module-confirmDialog___u5KSU{width:100%;max-width:300px;background-color:#fff;border:1px solid #cccccc;border-radius:5px;padding:10px}.LinkInput-module-confirmButtons___9eoft{display:flex;justify-content:space-between;margin-top:1em}.LinkInput-module-confirmButtons___9eoft>button{min-height:40px;padding:0 1em}.TextArea-module-textarea___j4Oa6{padding:5px;border:0px;color:#000;height:1.5rem;background-color:#ededed;border-radius:5px;width:100%;resize:vertical;min-height:5em}.TextArea-module-textarea___j4Oa6:disabled{color:gray}.TextArea-module-label___-Kvve{color:#3498db;font-size:.8rem}.TextArea-module-inputGroup___0FF-K{display:flex;flex-direction:column}.TextArea-module-inputGroup___0FF-K>.TextArea-module-textarea___j4Oa6{width:auto}.LinkTree-module-page___U--gq{display:flex;flex-direction:column;padding:2rem 0;align-items:center}.LinkTree-module-avatar___cdE2c{border-radius:50%;width:10rem;height:10rem;position:relative;z-index:100;box-shadow:#999 0 0 10px;overflow:hidden}.LinkTree-module-avatarImage___PAhiL{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}@media only screen and (min-width : 1025px){.LinkTree-module-avatar___cdE2c{width:20rem;height:20rem}.LinkTree-module-profile___3OoU-{width:33%;padding-top:10rem}}.LinkTree-module-profile___3OoU-{border-radius:2rem;background-color:#fff;max-width:30rem;padding:5rem 1rem 1rem;margin:1rem 1rem -4rem;position:relative;top:-5rem;box-shadow:#aaa 1px 3px 10px;display:flex;flex-direction:column;width:80%}.LinkTree-module-profile___3OoU->div{padding:.5rem .3rem;transition:all .5s ease;border-radius:5px}.LinkTree-module-profile___3OoU->div>.LinkTree-module-label___2zuqb{color:#3498db;font-size:.8rem}.LinkTree-module-name___eW7nR{text-align:center}.LinkTree-module-textBold___2ImQ8{font-weight:700}.LinkTree-module-socialLinks___s1Cek>.LinkTree-module-content___gJ6eQ{display:flex;flex-wrap:wrap;padding-top:.2em}.LinkTree-module-socialLinks___s1Cek>.LinkTree-module-content___gJ6eQ>*{margin-right:.2em;margin-bottom:.2em}.LinkTree-module-emptyPage___1lloE{display:flex;flex-direction:column;justify-content:center;text-align:center}.LinkTree-module-emptyPage___1lloE>*{margin:1em 0 0}.LinkTree-module-webLink___scPgu{display:flex;align-items:center;flex-grow:1;font-size:.9em;margin-bottom:.5em;border:1px solid #3498db;border-radius:5px;padding:15px 10px;color:#3498db;text-decoration:none;font-size:1.1em;font-weight:700}.LinkTree-module-webLink___scPgu:hover{background-color:#f8fcff}.LinkTree-module-webLink___scPgu>span{margin-right:.5em}.LinkTree-module-contentWeblinks___miXaQ{display:flex;flex-direction:column;align-content:stretch}.Login-module-form___9r8Ph{margin:0 1em;background:#fff;border-radius:.625rem;color:#212529;padding:3rem;display:flex;flex-direction:column}.Login-module-form___9r8Ph>h2{font-size:1.3rem;margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}.Login-module-form___9r8Ph>h3{font-size:1rem;margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}.Login-module-form___9r8Ph>hr{margin:.3rem 0;border:0;border-top:1px solid #ccc}.Login-module-form___9r8Ph>input{width:100%;padding:5px;margin-bottom:10px;border:0px;border-bottom:2px solid #ccc;background:#fff;color:#000;height:1.5rem;border-radius:0}.Login-module-form___9r8Ph>input:focus{outline:none;border-bottom-color:#333}.Login-module-page___dyhOM{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 58px)}.Login-module-error___1mP2E{font-size:.95rem;color:#dc3545;font-weight:700;letter-spacing:.05rem;border:1px solid #dc3545;border-left:.3rem solid #dc3545;border-radius:.25rem;padding:.5rem;background-color:#fcfcfc;margin-bottom:1rem}.Login-module-forgotLink___Uhqvp{font-size:12px;color:#000}.Login-module-register___gtQAP{font-size:.875em;line-height:1.5}.Card-module-card___YhC5Z{min-height:50px;max-width:200px;width:100%;border-radius:.3em;background-size:contain;display:flex;flex-direction:column;font-size:1.2em;font-weight:700;justify-content:center;align-items:center}.Card-module-cardImage___yD5hX{width:100%}.Card-module-cardWrapper___91geG{display:flex;flex-direction:column;align-items:center;width:100%}.Card-module-editionName___Fp1NP{font-size:.8em;font-weight:700;text-align:center;margin-top:.2em}.Card-module-coin___PojV4{aspect-ratio:1.05;width:auto;max-width:200px}.Card-module-small___h0C0f{max-width:80px}.Card-module-smallCoin___ZgszS{aspect-ratio:1.05;width:auto;max-width:50px}.Card-module-firsteditioncoin___xt89n{background:rgb(189,184,178);background:linear-gradient(208deg,rgba(189,184,178,1) 0%,rgba(242,238,235,1) 100%);aspect-ratio:1.05;width:100px;background-image:url(/assets/coin.89cb8304.png);background-size:contain}.Card-module-classic___DckUt{background:rgb(116,112,112);background:linear-gradient(100deg,rgb(116,112,112) 0%,rgb(146,144,144) 100%);background-image:url(/assets/dark.b602a326.png);background-size:contain}.Card-module-rose___02ROC,.Card-module-rosedemo___VOhnC{background:#d8a894;background:linear-gradient(100deg,#d8a894 0%,#f2cebc 100%);background-image:url(/assets/rose.2d3bad04.png);background-size:contain}.Card-module-silver___XkMnL{background:#c2bbb4;background:linear-gradient(100deg,#c2bbb4 0%,#d7d4cf 100%);background-image:url(/assets/silver.bcd0cf1a.png);background-size:contain}.Card-module-kingofthemomentedition___DaRF4,.Card-module-koenigedition___4qbGN{background:#242424;background:linear-gradient(100deg,#242424 0%,#3c3c3c 100%);background-image:url(/assets/king.8c82bc00.png);background-size:contain;color:#fff}.Card-module-rainbow___-OJth{background:rgb(51,120,120);background:linear-gradient(100deg,#3378cd 0%,#a583dd 20%,#e9aafa 40%,#feae8c 60%,#efc862 80%,#d4a047 100%);border:2px solid #2869b8}.MyCard-module-wrapper___dEXlN{margin:1em;background-color:#fff;border-radius:.5em;padding:2em;display:flex;flex-direction:column}.MyCard-module-card___W51v4{display:flex;justify-content:center;margin-bottom:1em}.MyCard-module-descriptionText___fmHKe{margin:1em 0}.MyCard-module-heading___8zM8N{border-bottom:1px solid #cccccc;padding-bottom:.2em;margin-bottom:1em}select.MyCard-module-profiles___sUO2f{border-radius:5px;padding:.5em 5px;margin:0 0 1em;color:#000;min-height:40px}@media screen and (-webkit-min-device-pixel-ratio:0){select.MyCard-module-profiles___sUO2f{height:48px}}.MyCard-module-confirmDialog___spbob{width:100%;max-width:300px;background-color:#fff;border:1px solid #cccccc;border-radius:5px;padding:10px}.MyCard-module-confirmButtons___KbcNj{display:flex;justify-content:space-between;margin-top:1em}.MyCard-module-confirmButtons___KbcNj>button{min-height:40px;padding:0 1em}.MyCard-module-fullWidthImage___RbqM6{max-width:18.75em;margin:auto;width:100%}.MyCard-module-row___vuylO{display:grid;grid-template-columns:50% 50%;justify-content:stretch;gap:1rem;padding-left:1em;padding-right:1em}.MyCard-module-row___vuylO>*{flex-grow:1}.MyCard-module-walletbutton___wmnxc{width:100%;height:auto;margin:.2em 0;cursor:pointer}.CardListItem-module-listItem___weCcL{border-top:1px solid #cccccc;margin-right:.3em;margin-bottom:.3em;padding:.25em 0;display:flex;justify-content:space-between;align-items:center}.CardListItem-module-listItem___weCcL:last-of-type{border-bottom:1px solid #cccccc}.CardListItem-module-listItem___weCcL>div:first-child{width:80px;min-width:75px}.CardListItem-module-firstEditionCoin___RZdKn>div:first-child{width:55px!important;margin-right:25px}.CardListItem-module-profileName___9L4sU{flex-grow:1;margin-left:2.7em}.CardListItem-module-profileItemContainer___1Dh0x{display:flex;flex-direction:row;width:100%;align-items:center}@media screen and (max-width: 549px){.CardListItem-module-profileName___9L4sU{flex-grow:1;margin-left:0;padding-bottom:.5em}.CardListItem-module-profileItemContainer___1Dh0x{flex-direction:column;margin-left:2.7em}.CardListItem-module-profileItemContainer___1Dh0x>Button{min-width:100%}}.ProfileListItem-module-profileItem___TlHsw{border-top:1px solid #cccccc;padding:.25em 0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr;align-items:center;align-content:center;gap:1em}@media screen and (max-width: 600px){.ProfileListItem-module-profileItem___TlHsw{grid-template-columns:1fr 1fr;grid-template-rows:.5fr 1fr;gap:.5em}.ProfileListItem-module-inactiveBadge___C1rhd,.ProfileListItem-module-activeBadge___Um-dI{grid-column:2 / 2;grid-row:1 / 1}.ProfileListItem-module-profileName___l1Wu5{grid-column:1 / 1;grid-row:1 / 1}.ProfileListItem-module-profileViews___5ciae{grid-column:1 / 1;grid-row:2 / 2}}.ProfileListItem-module-profileItem___TlHsw:last-of-type{border-bottom:1px solid #cccccc}.ProfileListItem-module-activeBadge___Um-dI{background-color:#489248;border-radius:5px;text-transform:uppercase;padding:5px 10px;font-size:.7em;font-weight:700;color:#fff}.ProfileListItem-module-inactiveBadge___C1rhd{background-color:#d8d8d8;border-radius:5px;text-transform:uppercase;padding:2px 10px;font-size:.8em;font-weight:700;color:#1f1f1f}.MyProfile-module-wrapper___f3RlV{margin:1em;background-color:#fff;border-radius:.5em;padding:1em}.MyProfile-module-heading___rXzP6{padding-bottom:.2em;display:flex;justify-content:space-between;align-items:baseline}.MyProfile-module-cardList___VH9BT{display:flex;padding-top:1em;flex-wrap:wrap;flex-direction:column}.MyProfile-module-welcome___ZpeQ6{font-size:1.3em;font-weight:700}.MyProfile-module-wallet___YlCBS{display:flex;align-items:center;justify-content:flex-end;gap:.5em;padding:5px}.MyProfile-module-wallet___YlCBS img{flex:1 1 30%;min-width:70px;max-width:150px;max-height:50px;cursor:pointer}@media (max-width: 800px){.MyProfile-module-wallet___YlCBS img{max-height:40px}}body,html{margin:0;padding:0;width:100%;height:100%}.Profile-module-container___4x-ov{width:50%;margin:0 auto}.Profile-module-avatar___xjS3-,.Profile-module-avatarnologo___f2r4Y{padding:0;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.Profile-module-avatarImage___J8YJi{width:150px;height:150px;border-radius:50%;object-fit:cover;margin:0 auto;padding:5px;z-index:2}.Profile-module-avatar___xjS3- img:nth-child(1){max-height:20vh;max-width:70%;transform:translateY(25%);z-index:1}.Profile-module-profileName___A-Dfk{font-size:2em;font-weight:700;text-align:center;margin-top:.1rem}.Profile-module-profileTitle___eird6{font-size:1.1em;text-align:center;margin-top:.3rem}.Profile-module-profileCompany___EIb3p,.Profile-module-profileUnit___em9Sf,.Profile-module-profileWebsite___27hFR,.Profile-module-profileContactInfo___JhcpW{text-align:center;margin-top:10px}.Profile-module-privateInfoHeader___E5Tdk{font-size:32px;font-weight:700;text-align:left;margin-top:20px;margin-bottom:10px;opacity:.15}hr{margin-top:10px;margin-bottom:5px;opacity:.15}.Profile-module-BlockComponent___OBztD{border-radius:10px;transition:box-shadow .3s ease,transform .3s ease}.Profile-module-blockComponent___LiBws:hover{box-shadow:0 5px 15px #0000004d;transform:translateY(-5px)}.Profile-module-unclickable___tiyvU{pointer-events:none;opacity:.5}.Profile-module-profile-page___Pc1-Q{position:relative}.Profile-module-modal-overlay___-6uxT{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}.Profile-module-modal-content___3BwDP{max-width:90%;max-height:80vh;overflow-y:auto}.Profile-module-block-component___Z9HPN{width:75%;margin:10px auto;height:60px}.Profile-module-socialLinks___1h0Ih>.Profile-module-content___fsmXa{display:flex;flex-wrap:wrap;padding-top:.2em;justify-content:center}.Profile-module-socialLinks___1h0Ih>.Profile-module-content___fsmXa>*{margin-bottom:.2em;background-color:#ff5722;border-radius:50%;margin-left:10px;margin-right:10px}.Profile-module-socialLinkss___ssHGI:hover{opacity:.8}.Profile-module-webLinks___B5ejz>.Profile-module-content___fsmXa{display:flex;flex-wrap:wrap;justify-content:center;text-overflow:ellipsis;padding:0 30px}.Profile-module-webLinks___B5ejz>.Profile-module-content___fsmXa>*{background-color:#ff5722;border-radius:5px;text-overflow:ellipsis}.Profile-module-webLink___kdBaS:hover{opacity:.8}.Profile-module-webLink___kdBaS{display:flex;align-items:center;height:40px;width:100%;gap:5px;background-color:#ff5722;border-radius:15px;padding:0 10px;cursor:pointer;color:#fff;box-shadow:0 1px 2px #0003;overflow:hidden;margin:4px 0;font-size:10px}.Profile-module-webLinkText___zhtwY{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Profile-module-socialIcon___th-X-{fill:#fff;color:#fff}.Profile-module-businessNote___C1F25{font-size:1.1em;text-align:justify;margin-top:1rem;padding:0 10px;color:#616161;opacity:.8}.floating-menu-container{justify-content:center;display:flex;flex-direction:column;align-items:stretch;padding:0 30px}.menu{visibility:hidden;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease,max-height .5s ease-out;flex-direction:column;bottom:60px;min-width:150px;max-height:0}.menu.open{visibility:visible;opacity:1;transform:translateY(0);position:static;max-height:20em}.menu.closing{visibility:visible;opacity:1;transform:translateY(0);position:static;max-height:0}.menu-item{display:flex;align-items:center;margin:30px 0;cursor:pointer;width:100%;background-color:transparent}.menu.open .menu-item{transform:translateY(0);opacity:1;position:static}.menu.open .menu-item:nth-child(1){transition-delay:.1s}.menu.open .menu-item:nth-child(2){transition-delay:.1s}.menu.open .menu-item:nth-child(3){transition-delay:.1s}.menu-item-icon{display:flex;justify-content:center;align-items:center;width:1.25em;height:1.25em;border-radius:50%;background-color:#464646;color:#fff;padding:.625em;margin-right:.9375em}.menu-item-text{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .75em;background-color:#464646;color:#fff;font-size:14px;font-weight:700;transition:all .3s ease;border-radius:5px;text-align:left;height:40px;display:flex;align-items:center;justify-content:flex-start}.menu-toggle{position:relative;background-color:#464646;color:#fff;font-weight:700;border-radius:5px;height:2.5em;margin-top:1em;margin-bottom:1em;cursor:pointer;box-sizing:border-box;text-align:center;display:flex;align-items:center;justify-content:center}.icon-wrapper{position:absolute;left:60px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.text-wrapper{pointer-events:none;font-size:14px;height:100%;align-content:center;padding-bottom:.1em}.menu-toggle:hover,.menu-item:hover .menu-item-text,.menu-item:hover .menu-item-icon{opacity:.8}.menu.closing{opacity:0;transform:translateY(20px);transition:opacity .1s ease,transform .1s ease,max-height .5s ease-out}.CardListItem-module-listItem___FWkli{border-top:1px solid #cccccc;margin-right:.3em;margin-bottom:.3em;padding:.25em 0;display:flex;justify-content:space-between;align-items:center}.CardListItem-module-listItem___FWkli:last-of-type{border-bottom:1px solid #cccccc}.CardListItem-module-listItem___FWkli>div:first-child{width:80px;min-width:75px}.CardListItem-module-firstEditionCoin___z8ddv>div:first-child{width:55px!important;margin-right:25px}.CardListItem-module-profileName___8FPAF{flex-grow:1;margin-left:2.7em}.CardListItem-module-profileItemContainer___-Qgxm{display:flex;flex-direction:row;width:100%;align-items:center}@media screen and (max-width: 549px){.CardListItem-module-profileName___8FPAF{flex-grow:1;margin-left:0;padding-bottom:.5em}.CardListItem-module-profileItemContainer___-Qgxm{flex-direction:column;margin-left:2.7em}.CardListItem-module-profileItemContainer___-Qgxm>Button{min-width:100%}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:80%;max-width:500px;position:relative}.modal-content h2{font-size:1.5em}.modal-content p{font-style:italic;font-size:.9em}select{padding:.5em;margin-top:1em;margin-bottom:1em;border:1px solid #cccccc;border-radius:4px;width:100%;box-sizing:border-box}.modal-actions{display:flex;justify-content:space-between;margin-top:20px}.modal-close-btn,.modal-save-btn{padding:10px 20px;border-radius:20px;cursor:pointer;transition:background-color .3s ease;border:none}.modal-close-btn{background-color:transparent;color:#ff5722;margin-left:0}.modal-save-btn{background-color:#ff5722;color:#fff;margin-right:0}.modal-close-btn:hover,.modal-save-btn:hover{filter:brightness(85%)}@media screen and (max-width: 549px){.modal-content{width:90%}.modal-actions{flex-direction:column-reverse;align-items:stretch}.modal-close-btn,.modal-save-btn{width:100%;margin-top:10px}}.contact-exchange-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1050}.contact-exchange-content h2{font-size:24px;margin-bottom:20px;color:#333}span{font-size:18px}.contact-exchange-content{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:auto;max-width:500px;z-index:1051}.contact-exchange-content input{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.error-message{color:#d9534f;margin-bottom:20px}.actions{display:flex;justify-content:space-between}.actions button{padding:10px 20px;border:none;border-radius:20px;cursor:pointer;font-size:16px;transition:background-color .2s;color:#fff}.actions button:first-child{background-color:transparent;color:#ff5722}.actions button:last-child{background-color:#ff5722}.contact-exchange-content{margin:20px}.contact-exchange-content input,.error-message{margin-bottom:30px}.actions{margin-top:30px}.actions button{margin-left:10px}.actions button:first-child{margin-left:0}.web-link-modal-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.web-link-modal-link-text{font-size:18px;text-align:center;margin:20px 0;color:#272727}.web-link-modal-actions{display:flex;justify-content:center;gap:10px}.RegisterCard-module-page___8mKaR{margin:1em;background-color:#fff;border-radius:.5em;padding:2em}.RegisterCard-module-loading___mfgQm{text-align:center;margin:1em 0}.RegisterPage-module-form___0RFIX{margin:0 1em;background:#fff;border-radius:.625rem;color:#212529;padding:3rem;display:flex;flex-direction:column}.RegisterPage-module-form___0RFIX>h2{font-size:1.3rem;margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}.RegisterPage-module-form___0RFIX>h3{font-size:1rem;margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}.RegisterPage-module-form___0RFIX>hr{margin:.3rem 0;border:0;border-top:1px solid #ccc}.RegisterPage-module-input___1NgYA{margin-bottom:10px}.RegisterPage-module-page___mvd75{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 58px)}.ResetPassword-module-form___lFhqC{margin:0 1em;background:#fff;border-radius:.625rem;color:#212529;padding:3rem;display:flex;flex-direction:column}.ResetPassword-module-form___lFhqC>h2{font-size:1.3rem;margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}.ResetPassword-module-form___lFhqC>h3{font-size:1rem;margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}.ResetPassword-module-form___lFhqC>hr{margin:.3rem 0;border:0;border-top:1px solid #ccc}.ResetPassword-module-input___wnTSA{margin-bottom:10px}.ResetPassword-module-page___4pMDt{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 58px)}.ResetPassword-module-error___OwaCu{font-size:.95rem;color:#dc3545;font-weight:700;letter-spacing:.05rem;border:1px solid #dc3545;border-left:.3rem solid #dc3545;border-radius:.25rem;padding:.5rem;background-color:#fcfcfc;margin-bottom:1rem}.ResetPassword-module-forgotLink___1KNaT{font-size:12px;color:#000}.ResetPassword-module-register___HN4xL{font-size:.875em;line-height:1.5}.ResetPassword-module-descriptionText___2KtyG{margin-bottom:1em}.UpdatePassword-module-form___g2vXn{margin:1em;background-color:#fff;border-radius:.5em;padding:1em 2em;display:flex;flex-direction:column}.UpdatePassword-module-heading___V5xFX{border-bottom:1px solid #cccccc;padding-bottom:.2em;margin-bottom:1em}.UpdatePassword-module-help___ApCxc{color:#444;font-size:.9em;padding:0 0 1em}.UpdatePassword-module-inputRow___YPRMv{margin-bottom:1em}
