#__next,#root,body{height:100%}body *{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--nav-user-height:0;--side-user-width:calc(var(--bento-space-16) + var(--bento-space-16) + var(--bento-space-16) + var(--bento-space-16) + var(--bento-space-40))}.enable-checkbox-clicable-link label:after{content:none}@media screen and (max-width:1023px){:root{--nav-user-height:64px}}@media screen and (max-width:1000px){:root{--side-user-width:0px}.no-border-radius-mobile-tablet{border-radius:0!important}.no-box-shadow-mobile-tablet{box-shadow:none!important}}.line-clamp{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.clamp-1{-webkit-line-clamp:1}.padding-top-user-page{padding-top:var(--nav-user-height)}.top-user-nav-bar{top:var(--nav-user-height)}.padding-left-user-page{padding-left:var(--side-user-width)}.skeleton{background-color:var(--bento-backgroundColor-backgroundSecondary);background-image:linear-gradient(90deg,var(--bento-backgroundColor-backgroundSecondary),var(--bento-backgroundColor-backgroundPrimary),var(--bento-backgroundColor-backgroundSecondary));background-size:200px 100%;background-repeat:no-repeat;border-radius:4px;display:inline-block;width:100%;animation:skeleton-animation 1.5s ease-in-out infinite}@keyframes skeleton-animation{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.centered-slide-animation-base{left:50%;transform:translateX(-50%);animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0,1,0,1);animation-name:slide-in}.centered-slide-in-animation{animation-name:slide-in}.centered-slide-out-animation{animation-name:slide-out}@keyframes slide-in{0%{transform:translate(-50%,100%)}to{transform:translate(-50%)}}@keyframes slide-out{0%{transform:translate(-50%)}to{transform:translate(-50%,100%)}}input:read-only:not(:disabled):not([disabled]){color:var(--bento-textColor-textSecondary)}.accordion-container{transition:padding .3s ease}.accordion-closed{overflow:hidden;max-height:0;transition:max-height .3s cubic-bezier(0,1,0,1),padding .3s ease}.accordion-open{overflow:hidden;max-height:9999px;transition:max-height .3s cubic-bezier(1,0,1,0),padding .3s ease}[data-ismodal=true]>:nth-child(2):has(.CustomPhoneInput){overflow-y:visible!important}