@keyframes profile-fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){@keyframes profile-fadeUp{0%{opacity:1;transform:none}to{opacity:1;transform:none}}}body{--popup-max-width:560px;--popup-viewport-gutter:32px;--popup-max-height:calc(100dvh - 48px);--popup-border-radius:var(--radius-10);--popup-box-shadow:0 24px 60px #0000008c;--popup-animation-duration:.28s;--popup-backdrop-background:var(--color-overlay);--popup-backdrop-blur:3px;--popup-close-hit-area:44px;--popup-close-inset:var(--spacing-8);--popup-close-background:#00000073;--popup-close-background-hover:#000000b3;--popup-close-ring:#ffffff4d;--popup-close-blur:6px;--popup-close-color:#fff;--popup-cms-h1-font-size:22px;--popup-cms-h2-font-size:20px;--popup-cms-h3-font-size:17px;--popup-cms-heading-margin:0 0 6px;--popup-cms-p-font-size:14px;--popup-cms-p-line-height:1.55;--popup-cms-p-margin:0 0 10px;--mobile-popup-viewport-gutter:24px;--mobile-popup-max-height:calc(100dvh - 32px)}.popup.shown{z-index:8999;width:max-content;max-width:min(var(--popup-max-width), 100vw - var(--popup-viewport-gutter));animation:showPopup var(--popup-animation-duration) cubic-bezier(.16, 1, .3, 1) forwards;--cms-h1-font-size:var(--popup-cms-h1-font-size);--cms-h1-margin:var(--popup-cms-heading-margin);--cms-h2-font-size:var(--popup-cms-h2-font-size);--cms-h2-margin:var(--popup-cms-heading-margin);--cms-h2-padding-bottom:0;--cms-h2-border-bottom:0;--cms-h3-font-size:var(--popup-cms-h3-font-size);--cms-h3-margin:var(--popup-cms-heading-margin);--cms-p-font-size:var(--popup-cms-p-font-size);--cms-p-line-height:var(--popup-cms-p-line-height);--cms-p-margin:var(--popup-cms-p-margin);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.popup.shown{max-width:min(var(--popup-max-width), 100vw - var(--mobile-popup-viewport-gutter))}}@media only screen and (min-width:768px) and (max-width:1024px){.popup.shown{max-width:min(var(--popup-max-width), 100vw - var(--mobile-popup-viewport-gutter))}}@media only screen and (max-width:767px){.popup.shown{max-width:min(var(--popup-max-width), 100vw - var(--mobile-popup-viewport-gutter))}}.popup.shown .popup-content{max-height:var(--popup-max-height);scrollbar-width:none;border-radius:var(--popup-border-radius);box-shadow:var(--popup-box-shadow);overflow:auto}.popup.shown .popup-content::-webkit-scrollbar{display:none}@media only screen and (min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.popup.shown .popup-content{max-height:var(--mobile-popup-max-height)}}@media only screen and (min-width:768px) and (max-width:1024px){.popup.shown .popup-content{max-height:var(--mobile-popup-max-height)}}@media only screen and (max-width:767px){.popup.shown .popup-content{max-height:var(--mobile-popup-max-height)}}.popup.shown .popup-content.clickable{cursor:pointer}.popup.shown .close-button{top:var(--popup-close-inset);right:var(--popup-close-inset);z-index:2;width:var(--popup-close-hit-area);height:var(--popup-close-hit-area);color:var(--popup-close-color);background:0 0;position:absolute}.popup.shown .close-button:before{content:"";width:var(--close-button-filled-size);height:var(--close-button-filled-size);border-radius:var(--close-button-radius);background:var(--popup-close-background);box-shadow:inset 0 0 0 var(--border-width-1) var(--popup-close-ring);-webkit-backdrop-filter:blur(var(--popup-close-blur));backdrop-filter:blur(var(--popup-close-blur));transition:background .15s,transform .15s;position:absolute}.popup.shown .close-button .icon-wrapper{position:relative}.popup.shown .close-button:hover:before{background:var(--popup-close-background-hover);transform:scale(1.06)}.popup.shown .close-button:focus-visible{outline:var(--border-width-2) solid var(--popup-close-color);outline-offset:-6px;border-radius:var(--close-button-radius)}.popup-backdrop{z-index:8998;background:var(--popup-backdrop-background);-webkit-backdrop-filter:blur(var(--popup-backdrop-blur));backdrop-filter:blur(var(--popup-backdrop-blur));position:fixed;inset:0}@keyframes showPopup{0%{opacity:0;transform:translate(-50%,-46%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}
