@import url(https://fonts.googleapis.com/css2?family=Sarabun:wght@400;500;600;700&display=swap);.header-menu .MuiMenu-paper{left:auto;position:absolute;right:0;top:0}#contact-us-link{color:#03295f;text-decoration:none}.header-menu-btn{width:2rem}.protege-indicator{background-color:#367fff}.admin-indicator,.protege-indicator{border-radius:50%;color:#fff;display:grid;flex-shrink:0;font-size:.675rem;font-weight:700;height:16px;place-content:center;width:16px}.admin-indicator{background-color:#fd5c36}.backr-indicator{background-color:var(--ion-color-primary);border-radius:50%;color:#fff;display:grid;flex-shrink:0;font-size:.675rem;font-weight:700;height:16px;place-content:center;width:16px}.catchup-card-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:65vh;margin:0 16px 16px;max-height:75vh;min-height:65vh;overflow:hidden;position:relative;transform:translateZ(0);transition:height .3s ease-out}@media screen and (max-height:668px){.catchup-card-container{height:55vh;max-height:65vh;min-height:55vh}}@media screen and (min-height:669px) and (max-height:741px){.catchup-card-container{height:60vh;max-height:60vh;min-height:60vh}}@media screen and (min-width:1024px){.catchup-card-container{height:70vh;max-height:80vh;min-height:70vh}}.catchup-card-author-container{background-color:#f4f4ee;border-radius:8px;flex-shrink:0;padding:15px}.catchup-card-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding-top:20px;transition:padding-bottom .3s ease-out}.response-box,.response-trigger{flex-shrink:0;margin-top:auto}.response-box .response-textarea,.response-trigger{align-items:center;background:#fff;border:1px solid #f4f4ee;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;min-height:48px;padding:12px 16px}.response-box .response-textarea::part(textarea){color:#666;font-size:14px;margin:0;padding:0}.response-box{border-top:1px solid #f4f4ee;padding:16px}.response-textarea-container{display:flex;line-height:1.2;max-height:340px}.response-textarea{--padding-start:0;--padding-end:0;--padding-bottom:0;--padding-top:0;border:none;height:auto;min-height:48px;width:100%}.response-textarea::part(textarea){background:#0000;border:none;color:#666;font-size:14px;margin:0;padding:0}.response-actions{align-items:center;display:flex;gap:24px;padding:0}.media-action-button{--background:#0000;--border-color:#0000;--box-shadow:none;--padding-start:0;--padding-end:0;cursor:pointer;margin:0}.media-action-button ion-icon{background-color:#063d8f0d;border-radius:8px;color:#063d8f;height:24px;width:24px}.response-actions ion-icon[src*=orange-send-button]{background-color:#ff95000d;border-radius:50%;cursor:pointer;height:37px;width:37px}.celebration-animation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 0 60px;position:relative}.celebration-animation img[alt=celebration]{animation:party-cone .5s ease-out;height:75px;width:75px;z-index:2}.celebration-confetti{animation:confetti-burst .8s ease-out forwards;height:110px;position:relative;right:15%;top:20%;transform-origin:center;width:110px}@keyframes party-cone{0%{opacity:0;transform:scale(0) rotate(-45deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes confetti-burst{0%{opacity:0;transform:scale(.3) rotate(-15deg)}40%{opacity:1}to{opacity:.95;transform:scale(1) rotate(0)}}.celebration-response{border-top:2px solid #f4f4ee;display:flex;margin:16px 0 0;padding:1rem 0 0}.next-up-button{--background:#084da8;--color:#fff;font-size:18px;font-weight:600;height:48px;margin:16px 0;width:100%}.ask-media-border-radius::part(image){border-radius:8px}.catchup-card-container.keyboard-open{height:auto;max-height:55vh;min-height:auto}.processing-box{background-color:#c3c3b9;border-radius:.5rem;color:#fff;font-weight:700;margin-top:.5rem;padding:1rem}.video-player-container{align-items:center;border-radius:16px;display:flex;justify-content:center;width:100%}.video-player-container:not(.animation) video{max-height:calc(80vh - 5rem);max-width:100%}.video-player-container video:-ms-fullscreen,.video-player-container video:-webkit-full-screen,.video-player-container video:fullscreen{max-height:none!important}.catchup-container{background-color:#084da8;height:100%;opacity:0}.catchup-header{background-color:#084da8;padding:12px 0;position:sticky;top:0;z-index:1000}.catchup-content{background-color:#084da8;margin-top:1rem;padding-bottom:2rem}.card-container,.catchup-content{display:flex;flex-direction:column}.card-container{padding:0 16px 16px;transition:transform .3s ease-out}.navigation-container{background-color:#084da8;gap:2rem;padding:0 32px 16px;z-index:10}.catchup-button{border-radius:8px;font-size:24px;font-weight:700;min-height:70px;text-transform:none;width:100%}.end-state-container{align-items:center;animation:fadeIn .5s ease-in forwards;color:#fff;display:flex;flex-direction:column;justify-content:space-between;opacity:0;padding:20px 32px 32px}.end-state-image{animation:scaleIn .6s ease-out forwards;width:117px}.cta-button{animation:slideUp .5s ease-out .3s forwards;background-color:#03295f;border-radius:8px;color:#fff;font-size:24px;font-weight:700;min-height:70px;width:100%;width:calc(100% - 64px)}.notification-dot.catchup-unread-dot{height:21px;left:38%;top:55%;width:21px}@keyframes swipeLeft{0%{opacity:1;transform:translateX(0) rotate(0)}to{opacity:0;transform:translateX(-120%) rotate(-5deg)}}@keyframes swipeRight{0%{opacity:1;transform:translateX(0) rotate(0)}to{opacity:0;transform:translateX(120%) rotate(5deg)}}.swipe-left{animation:swipeLeft .5s ease-out forwards}.swipe-right{animation:swipeRight .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.swipe-fade{animation:cardFadeOut .4s ease-out forwards}@keyframes cardFadeOut{0%{opacity:1}to{opacity:0}}.footer-container{background:#fff;display:flex;flex-direction:row;height:90px;justify-content:space-around;padding-bottom:10px;padding-left:20px;padding-right:20px}.footer-container ion-router-link{width:20%}.md .footer-container{padding-bottom:0}.footer-button{color:#03295f;cursor:pointer;font-family:Sarabun,arial,sans-serif;font-size:12px;margin:0 auto;padding:17px 0;text-align:center}.footer-button ion-icon{font-size:27px}.footer-button ion-icon.plus-button{font-size:48px;padding-bottom:7px;padding-top:7px}.disabled{color:#2d2d2d6b}.notification-icon-container{position:relative}.notification-dot{align-items:center;background-color:#f66324;border:.7px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:space-around;position:absolute;right:calc(50% - 19px);top:-6px;width:18px}.footer-button.disabled{opacity:.5}.one-protege-title{text-align:center}.md .protege-goal-container,.protege-goal-container{border-bottom:.0625rem solid #d3d3d3;margin:0 auto;max-width:100%;padding:.4rem .625rem .625rem}.protege-goal-avatar-container{display:grid;float:left;margin-bottom:.5rem;margin-left:-.5rem;margin-top:1.5rem;position:relative}.protege-goal-avatar{float:left;margin-left:.56rem;margin-right:auto}.protege-goal-name{display:flex;float:left;margin-left:.43rem;max-height:-moz-fit-content;max-height:fit-content;max-width:-moz-fit-content;max-width:fit-content}.goal-type{height:25px;margin-bottom:-1.5rem;width:auto}.protege-goal-description{padding-left:7rem}.md .protege-goal-description{padding-left:8rem}.md .protege-goal-status-container,.protege-goal-status-container{margin-bottom:.5rem;margin-top:2.5rem;width:-moz-fit-content;width:fit-content}.md .progress-status,.progress-status{color:#bdbdbd;display:inline;font-weight:550;margin-left:1.5rem;margin-right:6rem;max-width:-moz-fit-content;max-width:fit-content;min-width:-moz-fit-content;min-width:fit-content;padding-top:.5rem}.md .protege-goal-footer,.protege-goal-footer{clear:both;display:inline;width:-moz-fit-content;width:fit-content}.md .protege-goal-footer{margin-left:2rem}.goals-backr-list{margin-top:32px}.goals-backr-item{padding-left:24px;padding-right:24px}.goals-backr-item:not(:first-child){margin-top:16px}.goals-backr-item-description{display:flex}.goals-backr-avatar-wrapper{align-items:center;display:flex;flex-direction:column;margin-right:1rem}.goals-backr-item-text{word-wrap:anywhere;font-size:16px;overflow-wrap:anywhere;white-space:pre-line;word-break:break-word}.goals-backr-item-status{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:.5rem}.user-profile-info-text{font-size:12px}.clr-dark-taupe{color:#c3c3b9}.clr-charcoal{color:#2d2d2d}.whole-me-plus-icon-span{padding-right:5px}#about-backrs-toolbar{--background:#0000;--ion-color-base:#0000!important}.back-button-toolbar{--background:var(--ion-background-color);--padding-start:24px;--padding-end:24px;--padding-top:18px}.back-button-toolbar-blue{--background:#03295f}.back-button-custom{font-size:1rem;font-weight:700}ion-toolbar:last-of-type.back-button-toolbar{--border-width:0}.WIB-icon1{left:20px}.WIB-icon1,.WIB-icon2{display:inline-flex;position:absolute}.WIB-icon2{left:17px}.WIB-icon3,.WIB-icon4{left:18px}.WIB-icon3,.WIB-icon4,.WIB-icon5{display:inline-flex;position:absolute}.WIB-icon5{left:16px}.WIB-icon6{display:inline-flex;left:22px;position:absolute}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper{--bullet-background:var(--ion-color-step-200,#ccc);--bullet-background-active:var(--ion-color-primary,#3880ff);--progress-bar-background:rgba(var(--ion-text-color-rgb,0,0,0),0.25);--progress-bar-background-active:var(--ion-color-primary-shade,#3171e0);--scroll-bar-background:rgba(var(--ion-text-color-rgb,0,0,0),0.1);--scroll-bar-background-active:rgba(var(--ion-text-color-rgb,0,0,0),0.5);display:block;-webkit-user-select:none;user-select:none}.swiper .swiper-pagination-bullet{background:var(--bullet-background)}.swiper .swiper-pagination-bullet-active{background:var(--bullet-background-active)}.swiper .swiper-pagination-progressbar{background:var(--progress-bar-background)}.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--progress-bar-background-active)}.swiper .swiper-scrollbar{background:var(--scroll-bar-background)}.swiper .swiper-scrollbar-drag{background:var(--scroll-bar-background-active)}.swiper .slide-zoom{display:block;text-align:center;width:100%}.swiper .swiper-slide{align-items:center;box-sizing:border-box;display:flex;flex-shrink:0;font-size:18px;height:100%;justify-content:center;position:relative;text-align:center;width:100%}.swiper .swiper-slide img{height:auto;max-height:100%;max-width:100%;width:auto}.carousel{--bullet-background:#d9d9d9;--bullet-background-active:#c3c3b8;--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-bullet-horizontal-gap:10px;height:100%;width:100%}.carousel span.swiper-pagination-bullet{height:17px;width:17px}.carousel .swiper-pagination{bottom:40px}@media screen and (max-height:670px){.carousel{padding-bottom:40px}}.info{align-items:center;display:flex;gap:4px;margin-top:4px;white-space:nowrap}.badge{align-self:center}.highschool{padding-left:.2rem}.meet-proteges-wrapper .carousel .swiper-slide{align-items:flex-start;padding-top:36px;text-align:left;text-align:initial}@media screen and (max-height:670px){.meet-proteges-wrapper .carousel .swiper-pagination{bottom:20px}.meet-proteges-wrapper-alt .carousel{padding-bottom:114px!important}.meet-proteges-wrapper-alt .carousel .swiper-pagination{bottom:10px}}.backing-in-action-wrapper .carousel .swiper-slide{align-items:flex-start;padding-top:16px;text-align:left;text-align:initial}@media screen and (max-height:844px){.backing-in-action-wrapper-alt .carousel .swiper-pagination{bottom:6px}}@media screen and (max-height:670px){.backing-in-action-wrapper .carousel .swiper-pagination{bottom:4px}.backing-in-action-wrapper-alt .carousel{padding-bottom:136px!important}.backing-in-action-wrapper-alt .carousel .swiper-pagination{bottom:10px}}.meet-backrs-wrapper .carousel .swiper-slide{align-items:flex-start;padding-top:36px;text-align:left;text-align:initial}@media screen and (max-height:844px){.meet-backrs-wrapper-alt .carousel .swiper-pagination{bottom:36px}}@media screen and (max-height:670px){.meet-backrs-wrapper .carousel .swiper-pagination{bottom:16px}.meet-backrs-wrapper-alt .carousel{padding-bottom:124px!important}.meet-backrs-wrapper-alt .carousel .swiper-pagination{bottom:10px}}.what-is-backing-wrapper .carousel .swiper-slide{align-items:flex-start;padding-top:12px;text-align:left;text-align:initial}@media screen and (max-height:844px){.what-is-backing-wrapper-alt .carousel .swiper-pagination{bottom:36px}}@media screen and (max-height:670px){.what-is-backing-wrapper .carousel .swiper-pagination{bottom:16px}.what-is-backing-wrapper .carousel{padding-bottom:80px!important}.what-is-backing-wrapper-alt .carousel{padding-bottom:156px!important}.what-is-backing-wrapper-alt .carousel .swiper-pagination{bottom:10px}}.goals-filter-wrapper{-ms-overflow-style:none;display:flex;margin-top:16px;overflow:auto;padding-left:24px;padding-right:24px;scrollbar-width:none;white-space:nowrap}.goals-filter-wrapper::-webkit-scrollbar{display:none}.goals-filter-button{all:unset;align-items:center;cursor:pointer;display:flex;flex-direction:column;opacity:.65}.goals-filter-button-selected{opacity:1}.goals-filter-wrapper button:not(:last-child){margin-right:24px}.goals-filter-icon-wrapper{align-items:center;border-radius:8px;display:flex;height:60px;justify-content:center;position:relative;width:60px}.goals-filter-icon{max-width:40px;width:100%}.goals-filter-icon-shift{left:3px;max-width:32px;position:relative}.goals-type-icon{max-width:36px}.fundamentals-icon{margin-left:2px}.wellness-icon{margin-top:4px}.academics-icon{margin:4px 0 0 2px}.careers-icon{margin:0 0 2px 2px}.goals-type-wrapper{border-radius:50%;display:grid;flex-shrink:0;height:52px;margin-right:1rem;place-items:center;width:52px}.goals-list{margin-top:32px}.goals-item{padding-left:24px;padding-right:24px}.goals-item:not(:first-child){margin-top:16px}.goals-text{word-wrap:anywhere;overflow-wrap:anywhere;white-space:pre-line;word-break:break-word}.goals-text-list{padding-bottom:1.5rem}.goals-item-description{align-items:center;display:flex}.goals-item-description-list{align-items:flex-start;flex-direction:row;gap:1rem}.goals-item-options,.goals-item-status{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.goals-create-card-wrapper{--background:#063d8f;margin-left:24px;margin-right:24px}.goals-create-card{align-items:center;display:flex}.goals-create-card-content{padding:.25rem .5rem}.goals-create-card-message{margin-left:1rem}.goals-trophy{max-width:54px;min-width:40px;object-fit:contain;width:100%}.goals-indicator-all{background-color:#03295f}.goals-indicator-academic{background-color:#2cb669}.goals-indicator-passion{background-color:#f66324}.goals-indicator-health{background-color:#062d8f}.goals-indicator-career{background-color:#2d2d2d}.goals-indicator-fundamentals,.goals-indicator-mindsets{background-color:#367fff}.goals-indicator-finances,.goals-indicator-wellness{background-color:#063d8f}.goals-indicator-academics,.goals-indicator-careers{background-color:#03295f}.goals-post-time{color:#2d2d2d;font-size:8px;margin-top:0}.no-goals-container{display:flex;flex-direction:column;gap:1.5rem;padding:5rem 0 2rem}.no-goals-decoration-wrapper{display:flex;justify-content:center;padding-top:2rem;position:relative}@media (max-width:400px){.no-goals-container{padding:3rem 0 4rem}.no-goals-decoration-wrapper img{max-width:75%}}@media (max-width:376px){.no-goals-container{padding:3rem 1rem 4rem}.no-goals-decoration-wrapper img{max-width:60%}}.goals-type-button{all:unset;align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:1rem 1.5rem;text-align:center}.goals-type-button-icon{width:56px}.goals-smart-wrapper{display:flex;flex-direction:row;justify-content:center}.goals-smart-link{background-color:#f66324;border-radius:50%;color:#fff;font-weight:700;height:25px;text-align:center;width:25px}.goals-type-academic{background:#2cb669;opacity:.7}.goals-type-passion{background:#f66324;opacity:.7}.goals-type-health{background:#062d8f;opacity:.7}.goals-type-career{background:#2d2d2d;opacity:.7}.goals-type-academic-selected{box-shadow:0 0 0 6px #2cb56980;opacity:1}.goals-type-passion-selected{box-shadow:0 0 0 6px #f6622380;opacity:1}.goals-type-health-selected{box-shadow:0 0 0 6px #062c8e80;opacity:1}.goals-type-career-selected{box-shadow:0 0 0 6px #2e2e2e80;opacity:1}.goals-create-submit-btn{font-weight:700;margin-bottom:40px;margin-left:24px;margin-right:24px;min-height:57px}.white{background-color:#fff}.goals-smart-toolbar{--background:#03295f;--border-width:0!important}.goals-smart-item{display:flex}.goals-smart-description{width:78%}.goals-smart-card{--background:#063d8f;padding:0}.goals-smart-card-content{padding:1rem}.goals-celebration-img-wrapper{margin-top:4rem}.goals-celebration-img{display:block;margin-left:auto;margin-right:auto;max-width:200px;width:100%}.goals-celebration-share{margin-bottom:24px;width:100%}.icon-circle{background-color:#e8e8dc;border-radius:50%;height:75px;margin-right:15px;position:relative;width:75px}.step-icon{max-width:40px;position:relative;width:100%}.step-icon-shift{left:3px}.step-title{color:#03295f;font-size:1rem;font-weight:700;margin-bottom:0}.step-description{color:#2d2d2d;font-size:.8125rem;line-height:1.25;max-width:35ch}.step-line{border-left:1px solid #03295f;height:2.813rem;margin-left:37.5px}.b-Check-card{background-color:#fff}.more-info{font-weight:400}.back-to-map,.more-info{display:inline;padding-left:3px;padding-right:3px;text-decoration:underline}.back-to-map{font-weight:500}.checkr-modal{color:#fff;margin:.5rem}.checkr-text{font-weight:600}.checkr-privacy,.checkr-text{display:inline;padding-left:3px;padding-right:3px;text-decoration:underline}.checkr-privacy{font-weight:500}.collapsible-card{color:#2d2d2d}.collapsible-card-title{margin:0}.collapsible-card-duration{color:#6b6868;margin-right:10px}.collapsible-card-content-container{padding:0}.collapsible-card-content{padding-top:10px}.collapsible-card-collapse{font-size:24px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.collapsible-card-collapse-open{transform:rotate(90deg)}.preview-comment-text{color:#2d2d2d;font-size:.8125rem;line-height:1.25;margin-left:6px!important;overflow-wrap:anywhere;white-space:pre-line;word-break:break-word}.post-image-rounded{border-radius:8px}.post-link-preview{flex:1 0 auto;margin-top:.5rem;max-height:250px;overflow:hidden;position:relative}.post-link-preview-image{cursor:pointer;display:block;height:auto;width:100%}.post-link-preview-overlay{background-image:linear-gradient(#0000 30%,#2d343e99);bottom:0;height:100%;pointer-events:none;position:absolute;width:100%}.post-link-icon{color:inherit;cursor:pointer;display:flex;flex-shrink:0;position:relative;top:2px}.link-title-container{align-items:center;display:flex}.link-headline{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;flex:1 1;font-size:13px;overflow:hidden;white-space:pre-wrap;word-break:break-all}.link-footer-container{align-items:center;display:flex;justify-content:space-between;padding:8px}.post-profile,.post-text-box{padding-bottom:16px}.post-text-box{padding-right:16px}.posts-container{margin-top:1.5rem}.post-container{display:flex;flex-direction:column;margin-top:1rem;padding-bottom:1rem;padding-left:1.5rem;padding-right:1.5rem}.post-container:not(:last-child){border-bottom:2px solid #e5e5dd}.post-profile{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:space-between}.post-profile-info p{color:#063d8f;font-size:.9rem;font-weight:700;margin:0;padding:0}.post-profile-info{justify-content:center}.post-actions-container,.post-profile-info{align-content:center;align-items:center;display:flex;flex-direction:row}.post-actions-container{justify-content:space-between;margin-top:.5rem}.post-actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.post-actions ion-icon,.post-bookmark ion-icon{font-size:1.5rem;margin-right:.375rem}.post-add-comment-actions ion-icon{padding-left:.5rem}.post-actions ion-icon:not(:first-child){padding-left:.7rem}.post-actions span{font-size:.875rem;font-weight:700;margin-left:.375rem}.post-actions ion-button,.post-bookmark ion-button{--padding-start:0;--padding-end:0}.post-actions ion-button:not(:first-child){margin-left:.875rem}.post-likes-container{margin-top:.5rem}.post-likes-container p{font-size:.8rem;font-weight:200!important;margin:0;padding:0}.post-liked-name{font-weight:600}.post-caption{display:flex;margin-top:.75rem;padding-right:.75rem}.post-caption ion-avatar{margin-right:.5rem;max-height:30px;max-width:30px}.post-caption p{word-wrap:anywhere;color:#2d2d2d;font-size:.9325rem;font-weight:200!important;margin:0 0 0 .5rem;overflow-wrap:anywhere;padding:0;white-space:pre-line;word-break:break-word}.post-name ion-router-link{color:#063d8f;font-weight:700}.post-comments-preview{margin-top:.5rem}.post-comment{display:flex;font-size:.8125rem;margin-bottom:.1rem;position:relative}.post-comment p{word-wrap:anywhere;color:#2d2d2d;overflow-wrap:anywhere;padding-right:1.25rem;width:100%;word-break:break-word}.post-comment-name{color:#063d8f;font-weight:700;margin-right:4px}.post-comment-like{position:relative;top:4px}.post-add-comment{justify-content:space-between;padding-left:.75rem;padding-right:.75rem}.post-add-comment,.post-add-comment-profile{align-content:center;align-items:center;display:flex;flex-direction:row}.post-add-comment-profile{justify-content:center;margin-top:.5rem}.post-add-comment-profile ion-avatar{height:1.9rem;width:1.9rem}.post-add-comment-profile p{color:#afafaf;font-size:.8rem;padding-left:.75rem}.post-profile-details{display:flex;flex-direction:column;justify-content:center;margin-left:.75rem}.post-profile-username{font-weight:700}.post-time{color:#afafaf;font-size:.625rem;margin-top:0}.post-text-box{word-wrap:anywhere;background-color:#fff;border-radius:.5rem;color:#2d2d2d;margin:.5rem 0 0;overflow-wrap:anywhere;padding:1rem;white-space:pre-line;word-break:break-word}.post-popover-list{background:#fff}.post-popover-item{--background:var(--ion-color-secondary);font-weight:500}.post-popover-item ion-icon{color:#9c9c9c;font-size:20px;margin-right:8px}.verified{color:var(--ion-color-warning)}.unverified{color:var(--ion-color-unverified)}.react-horizontal-scrolling-menu--scroll-container{display:flex;height:max-content;overflow-y:hidden;position:relative;width:100%}.react-horizontal-scrolling-menu--scroll-container.rtl{direction:rtl}.react-horizontal-scrolling-menu--inner-wrapper{display:flex;overflow-y:hidden}.react-horizontal-scrolling-menu--wrapper{display:flex;flex-direction:column}.react-horizontal-scrolling-menu--footer,.react-horizontal-scrolling-menu--header{width:100%}.react-horizontal-scrolling-menu--arrow-left,.react-horizontal-scrolling-menu--arrow-right{display:flex}.react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar{display:none}.react-horizontal-scrolling-menu--scroll-container{-ms-overflow-style:none;scrollbar-width:none}.react-horizontal-scrolling-menu--wrapper{padding-left:16px;padding-right:16px}.react-horizontal-scrolling-menu--inner-wrapper{position:relative}.backr-team-header{text-align:center}.backr-team-photo{position:relative;top:26px}.backr-new-tag{height:22.5px;position:absolute;z-index:2}.backr-team-profile-name{word-wrap:anywhere;background:#03295f;border-radius:15px;color:#fff;font-size:.9rem;font-weight:700;height:-moz-fit-content;height:fit-content;margin:auto auto 0;overflow-wrap:anywhere;padding:5px;position:relative;text-align:center;top:10px;width:120px;word-break:break-word;z-index:2}.protege-header{text-align:center}.protege-photo{position:relative;top:26px}.protege-profile-name{word-wrap:anywhere;background:#2cb669;border-radius:15px;color:#fff;font-weight:700;height:-moz-fit-content;height:fit-content;margin:auto auto 0;overflow-wrap:anywhere;padding:5px;position:relative;text-align:center;top:10px;width:120px;word-break:break-word;z-index:2}.protege-profile-role{font-size:.9rem}.name-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-box{align-items:flex-start;display:flex;flex-direction:row-reverse;gap:20px;justify-content:flex-end}.followed-icon{margin-left:1px;padding-top:17px;width:54%}.followedby-text{color:#1e1d1d;font-size:12px;padding-top:10.5px}.bold-text{font-weight:700}.backedFor{margin-top:4.5px}.matching-celebration-content{--background:#03295f}.matching-celebration-image-1{bottom:39.313rem;left:0;position:absolute}.matching-celebration-image-2{bottom:51%;left:1.563rem;position:absolute}.matching-celebration-image-4{position:absolute;right:0;top:9rem}.matching-celebration-image-5{position:absolute;right:1.5rem;top:14.5rem}@media (min-height:737px) and (max-height:846px){.matching-celebration-image-1{bottom:75%;left:0;position:absolute}.matching-celebration-image-2{bottom:51%;left:1.563rem;position:absolute}.matching-celebration-image-4{position:absolute;right:0;top:25%}.matching-celebration-image-5{position:absolute;right:1.5rem;top:35%}}@media (min-height:667px) and (max-height:736px){.matching-celebration-image-1{bottom:69%;left:0;position:absolute}.matching-celebration-image-2{bottom:40%;left:1.563rem;position:absolute}.matching-celebration-image-4{position:absolute;right:0;top:30%}.matching-celebration-image-5{position:absolute;right:1.5rem;top:43%}}.match-avatar{margin-top:15px}.prot-name{display:inline}.matching-celebration-image-6{padding-left:17%;position:relative}.convos-item-wrapper{align-items:center;display:flex}.convos-item-unread{background-color:#fd5c36}.convos-item-grey,.convos-item-unread{border-radius:50%;height:7px;position:relative;top:2px;width:7px}.convos-item-grey{background-color:grey}.convos-item-msg{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.convos-start-btn-wrapper{bottom:24px;position:fixed;width:100%}.convos-start-btn{margin-left:24px;margin-right:24px}.chat-bubble{position:relative}.chat-msg-wrapper{display:flex}.chat-msg-right{justify-content:flex-end}.bubble-white{background-color:#fff}.bubble-taupe{background-color:#e8e8dc}.chat-input-form{bottom:24px;left:0;right:0}.chat-input-container{background-color:#fff;display:flex;padding:1rem 1.5rem}.chat-input-wrapper{align-items:flex-end;border:2px solid #e5e5dd;border-radius:24px;display:flex;justify-content:flex-end;line-height:.5em;margin-left:12px;max-height:340px;width:100%}.chat-input-bottom{background-color:#fff;bottom:0;height:100%;height:24px;width:100%}.talk-bubble{display:inline-block;position:relative;width:-moz-fit-content;width:fit-content}.border{border:8px solid #666}.round{border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.tri-right.border.left-top:before{border:32px solid #0000;border-top-color:#666;left:-40px;top:-8px}.tri-right.border.left-top:before,.tri-right.left-top:after{bottom:auto;content:" ";height:0;position:absolute;right:auto;width:0}.tri-right.left-top:after{border:12px solid #0000;border-top-color:#fff;left:-8px;top:0}.tri-right.border.left-in:before{border-color:#666 #666 #0000 #0000;border-style:solid;border-width:20px;left:-40px;top:30px}.tri-right.border.left-in:before,.tri-right.left-in:after{bottom:auto;content:" ";height:0;position:absolute;right:auto;width:0}.tri-right.left-in:after{border-color:#ffffe0 #ffffe0 #0000 #0000;border-style:solid;border-width:12px;left:-20px;top:38px}.tri-right.border.btm-left:before{border:32px solid #0000;border-left-color:#666;bottom:-40px;left:-8px}.tri-right.border.btm-left:before,.tri-right.btm-left:after{content:" ";height:0;position:absolute;right:auto;top:auto;width:0}.tri-right.btm-left:after{border:22px solid #0000;border-left-color:#ffffe0;bottom:-20px;left:0}.tri-right.border.btm-left-in:before{border-color:#666 #0000 #0000 #666;border-style:solid;border-width:20px;bottom:-40px;left:30px}.tri-right.border.btm-left-in:before,.tri-right.btm-left-in:after{content:" ";height:0;position:absolute;right:auto;top:auto;width:0}.tri-right.btm-left-in:after{border-color:#ffffe0 #0000 #0000 #ffffe0;border-style:solid;border-width:12px;bottom:-20px;left:38px}.tri-right.border.btm-right-in:before{border-color:#666 #666 #0000 #0000;border-style:solid;border-width:20px;bottom:-40px;content:" ";height:0;left:auto;position:absolute;right:30px;width:0}.tri-right.btm-right-in:after{border-color:#ffffe0 #ffffe0 #0000 #0000;border-style:solid;border-width:12px;bottom:-20px;content:" ";height:0;left:auto;position:absolute;right:38px;width:0}.tri-right.border.btm-right:before{border-color:#666 #666 #0000 #0000;border-style:solid;border-width:20px;bottom:-40px;content:" ";height:0;left:auto;position:absolute;right:-8px;width:0}.tri-right.btm-right:after{border-color:#ffffe0 #ffffe0 #0000 #0000;border-style:solid;border-width:12px;bottom:-20px;content:" ";height:0;left:auto;position:absolute;right:0;width:0}.tri-right.border.right-in:before{border-color:#666 #0000 #0000 #666;border-style:solid;border-width:20px;right:-40px;top:30px}.tri-right.border.right-in:before,.tri-right.right-in:after{bottom:auto;content:" ";height:0;left:auto;position:absolute;width:0}.tri-right.right-in:after{border-color:#ffffe0 #0000 #0000 #ffffe0;border-style:solid;border-width:12px;right:-20px;top:38px}.tri-right.border.right-top:before{border:32px solid #0000;border-top-color:#666;right:-40px;top:-8px}.tri-right.border.right-top:before,.tri-right.right-top:after{bottom:auto;content:" ";height:0;left:auto;position:absolute;width:0}.tri-right.right-top:after{border:12px solid #0000;border-top-color:#e8e8dc;right:-8px;top:0}.talktext{line-height:1.5em;padding:1em;text-align:left}.chat-text{padding:8px 16px}.chat-text p{-webkit-margin-before:0;-webkit-margin-after:0;word-wrap:anywhere;color:#2d2d2d;font-size:14px;line-height:1.25;overflow-wrap:anywhere;white-space:pre-line;word-break:break-word}.ion-card-margin{margin:0 1.5rem -1rem}.create-post-toolbar{--background:var(--ion-background-color);--border-width:0!important;--padding-start:24px;--padding-end:24px;--padding-top:16px}.form-divider{border:0;border-top:2px solid #c3c3b94d;margin-bottom:24px;margin-top:24px}.tag-grid{--min:10ch;--gap:1rem;grid-row-gap:.5rem;grid-column-gap:.5rem;column-gap:.5rem;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:.5rem}.tag-grid>*{min-width:0}.add-tag-button{--padding-start:1.25rem;--padding-end:1.25rem}.add-tag-button,.enabled-tag{font-size:.625rem;font-weight:700}.enabled-tag{border-radius:64px}.add-to-post-title{color:#063d8f;font-size:1.125rem;text-transform:none}.post-photo-thumbnail{max-height:40px;max-width:40px}.post-media-preview{margin-bottom:1rem}.post-option-item{--background:#0000;--padding-start:0}.post-option-text{color:#063d8f;font-weight:700}.post-option-icon{color:#063d8f;margin-right:1.125rem}.connected-to-a-goal{background:#fff;color:#fd5c36;font-size:15px;font-weight:700;margin:20px}.connected-to-a-goal ion-icon{font-size:25px;position:relative;top:3px}.terms-content{background:#f4f4ee;padding:24px}.terms-content,.white-terms-content{color:#2d2d2d;flex-grow:1;overflow-y:scroll}.white-terms-content{background:#fff;padding:15px 0 0}.terms-content li{color:#000!important;font-weight:400}.edit-info-card{margin-left:24px;margin-right:24px}.edit-info-submit-btn{font-size:1.25rem;font-weight:700;margin-bottom:24px;margin-left:90px;margin-right:90px}.md ion-textarea.comment-input{margin-top:0}.comment-avatar-container{margin-right:1rem;position:relative}.comment-avatar{max-height:40px;max-width:40px}.comment-container{font-size:.875rem;list-style:none;margin-top:1rem;padding-bottom:1rem;padding-left:1.5rem;padding-right:1.5rem}.comment-container li{font-weight:400}.comment-wrapper{display:flex;font-size:.75rem;margin-top:10px}.comment-caption-wrapper{margin-top:-5px;width:100%}.comment-post-caption{border-bottom:2px solid #e5e5dd;white-space:pre-line}.comment-unpad{border:none;padding-bottom:0}.comment-like-count,.comment-post-time{color:#afafaf;font-size:.625rem}.comment-like-count{margin-left:.5rem}.comment-name{color:#063d8f;font-weight:700;margin-right:4px}.comment-caption{word-wrap:anywhere;color:#2d2d2d;font-size:.8125rem;line-height:1.25;margin:0;overflow-wrap:anywhere;padding:0;word-break:break-word}.comment-input-container{display:flex;padding:1rem 1rem 40px}.comment-reply{align-items:center;display:flex;flex-direction:row;font-size:14px;justify-content:space-between;padding:1rem 1rem .5rem}.comment-input-wrapper{border:2px solid #e8e8dc;border-radius:25px;display:flex;line-height:.5em;margin-left:12px;max-height:340px;overflow:hidden;padding-right:.5rem;width:100%}.comment-input{--padding-start:0.625rem;--padding-end:0.625rem;--padding-bottom:0.625rem;--padding-top:0.625rem;height:auto;min-height:40px;width:100%}.comment-like-button{margin-top:17px}.reply-to{color:#767676;font-size:16px;font-weight:700}.comment-input .native-textarea{max-height:340px!important;min-height:40px;overflow-y:auto!important;resize:none;scrollbar-width:thin;width:100%!important}.textarea-container{flex:1 1;min-width:0;width:100%}.textarea-container .comment-input{--padding-bottom:calc(var(--has-media, 0)*var(--is-scrollable, 0)*60px)}.textarea-container .post-media-preview{background:#fff;bottom:0;pointer-events:auto;position:sticky;z-index:2}.report-post-card{--background:#fff}.report-title{color:#000}.preview-arrow{top:22px}.accordion-arrow,.preview-arrow{font-size:24px;position:absolute;right:15px}.itsAMatchCont{--background:url(/static/media/its-a-match-bg.cda3c686a0216f263b5a.svg) no-repeat #063d8f;--background-size:auto}.quiz-button-toolbar{--padding-start:24px;--padding-end:24px;--padding-top:18px;--padding-bottom:3px}.doc-wrapper{align-items:center;display:flex;min-height:424px}

/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.cropper-crop-box,.cropper-view-box{border-radius:50%}.cropper-view-box{box-shadow:0 0 0 1px #063d8f;outline:0}.cropper-face{background-color:inherit!important}.cropper-dashed,.cropper-line,.cropper-point.point-ne,.cropper-point.point-nw,.cropper-point.point-se,.cropper-point.point-sw{display:none!important}.cropper-view-box{outline:inherit!important}.newFeatureSplash{--background:url(/static/media/new-feature-overlay.9e227c5bb859442f5ab6.svg) no-repeat #063d8f;--background-size:auto}.logo.register-main{margin-bottom:10px}.register-greeting{margin:12px 0}.register-connected{max-width:295px;object-fit:contain;object-position:center;width:100%}.register-btn{font-size:20px;font-weight:600;height:56px}@media (min-height:706px) and (max-height:820px){.logo.register-connected{width:75%}}@media (min-height:667px) and (max-height:705px){.logo.register-connected{width:60%}}@media (max-height:666px){.logo.register-connected{display:none}}.check-box-register{color:#2d2d2d;font-size:13px;font-weight:400}.form-content{padding:20px}.register-form{background-color:#fff;border-radius:10px;margin-left:12px;margin-right:12px}.black{color:#2d2d2d}.red{color:#d32f2f}.loginPage{margin-top:0!important}.welcomeGrid{margin-top:30px}.login-button-toolbar{--background:var(--ion-background-color);--padding-end:16px}.logo{margin-bottom:30px;margin-top:30px;object-fit:contain;width:100%}.brand-logo{margin-bottom:24px;margin-top:8px;max-width:220px}.register-button{background-color:#fff!important;border-radius:24px}.learn-more-button{letter-spacing:.5px}.md .join-a-team-button,.md .learn-more-button{letter-spacing:.5px;text-transform:none}.connection-img{object-fit:contain;width:100%}.landing-backrs-link{color:#063d8f;font-weight:700;text-decoration:none}@media (min-height:821px) and (max-height:860px){.welcomeGrid{margin-top:15px}.connection-img{width:95%}}@media (min-height:796px) and (max-height:820px){.welcomeGrid{margin-top:0}.connection-img{width:95%}}@media (min-height:751px) and (max-height:795px){.welcomeGrid{margin-top:0}.logo{margin-bottom:20px;margin-top:20px}.connection-img{width:95%}.login-button{margin-top:30px}.learn-more-button{margin-top:8px}}@media (min-height:600px) and (max-height:750px){.welcomeGrid{margin-top:0}.logo{margin-bottom:10px;margin-top:10px}.connection-img{width:85%}.login-button{margin-top:20px}.learn-more-button{margin-top:8px}}@media (max-height:599px){.welcomeGrid{margin-top:0}.logo{margin-bottom:10px;margin-top:10px}.connection-img,.logo{width:75%}.login-button{margin-top:20px}.learn-more-button{margin-top:8px}}.landing-login-cont{padding-left:18.5rem;padding-top:1.5rem;position:absolute}html.ios{--ion-default-font:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Roboto",sans-serif}html.md{--ion-default-font:"Roboto","Helvetica Neue",sans-serif}html{--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal ion-footer ion-toolbar:first-of-type,html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar{padding-left:calc(var(--ion-safe-area-left) + 8px);padding-right:calc(var(--ion-safe-area-right) + 8px)}@media screen and (min-width:768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity:0.18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity:0;--box-shadow:none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base:var(--ion-color-primary,#3880ff)!important;--ion-color-base-rgb:var(--ion-color-primary-rgb,56,128,255)!important;--ion-color-contrast:var(--ion-color-primary-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-primary-contrast-rgb,255,255,255)!important;--ion-color-shade:var(--ion-color-primary-shade,#3171e0)!important;--ion-color-tint:var(--ion-color-primary-tint,#4c8dff)!important}.ion-color-secondary{--ion-color-base:var(--ion-color-secondary,#3dc2ff)!important;--ion-color-base-rgb:var(--ion-color-secondary-rgb,61,194,255)!important;--ion-color-contrast:var(--ion-color-secondary-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-secondary-contrast-rgb,255,255,255)!important;--ion-color-shade:var(--ion-color-secondary-shade,#36abe0)!important;--ion-color-tint:var(--ion-color-secondary-tint,#50c8ff)!important}.ion-color-tertiary{--ion-color-base:var(--ion-color-tertiary,#5260ff)!important;--ion-color-base-rgb:var(--ion-color-tertiary-rgb,82,96,255)!important;--ion-color-contrast:var(--ion-color-tertiary-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-tertiary-contrast-rgb,255,255,255)!important;--ion-color-shade:var(--ion-color-tertiary-shade,#4854e0)!important;--ion-color-tint:var(--ion-color-tertiary-tint,#6370ff)!important}.ion-color-success{--ion-color-base:var(--ion-color-success,#2dd36f)!important;--ion-color-base-rgb:var(--ion-color-success-rgb,45,211,111)!important;--ion-color-contrast:var(--ion-color-success-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-success-contrast-rgb,255,255,255)!important;--ion-color-shade:var(--ion-color-success-shade,#28ba62)!important;--ion-color-tint:var(--ion-color-success-tint,#42d77d)!important}.ion-color-warning{--ion-color-base:var(--ion-color-warning,#ffc409)!important;--ion-color-base-rgb:var(--ion-color-warning-rgb,255,196,9)!important;--ion-color-contrast:var(--ion-color-warning-contrast,#000)!important;--ion-color-contrast-rgb:var(--ion-color-warning-contrast-rgb,0,0,0)!important;--ion-color-shade:var(--ion-color-warning-shade,#e0ac08)!important;--ion-color-tint:var(--ion-color-warning-tint,#ffca22)!important}.ion-color-danger{--ion-color-base:var(--ion-color-danger,#eb445a)!important;--ion-color-base-rgb:var(--ion-color-danger-rgb,235,68,90)!important;--ion-color-contrast:var(--ion-color-danger-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-danger-contrast-rgb,255,255,255)!important;--ion-color-shade:var(--ion-color-danger-shade,#cf3c4f)!important;--ion-color-tint:var(--ion-color-danger-tint,#ed576b)!important}.ion-color-light{--ion-color-base:var(--ion-color-light,#f4f5f8)!important;--ion-color-base-rgb:var(--ion-color-light-rgb,244,245,248)!important;--ion-color-contrast:var(--ion-color-light-contrast,#000)!important;--ion-color-contrast-rgb:var(--ion-color-light-contrast-rgb,0,0,0)!important;--ion-color-shade:var(--ion-color-light-shade,#d7d8da)!important;--ion-color-tint:var(--ion-color-light-tint,#f5f6f9)!important}.ion-color-medium{--ion-color-base:var(--ion-color-medium,#92949c)!important;--ion-color-base-rgb:var(--ion-color-medium-rgb,146,148,156)!important;--ion-color-contrast:var(--ion-color-medium-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-medium-contrast-rgb,255,255,255)!important;--ion-color-shade:var(--ion-color-medium-shade,#808289)!important;--ion-color-tint:var(--ion-color-medium-tint,#9d9fa6)!important}.ion-color-dark{--ion-color-base:var(--ion-color-dark,#222428)!important;--ion-color-base-rgb:var(--ion-color-dark-rgb,34,36,40)!important;--ion-color-contrast:var(--ion-color-dark-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-dark-contrast-rgb,255,255,255)!important;--ion-color-shade:var(--ion-color-dark-shade,#1e2023)!important;--ion-color-tint:var(--ion-color-dark-tint,#383a3e)!important}.ion-page{bottom:0;contain:layout size style;display:flex;flex-direction:column;justify-content:space-between;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}ion-modal>.ion-page{contain:layout style;height:100%;position:relative}.split-pane-visible>.ion-page.split-pane-main{position:relative}.ion-page-hidden,[hidden],ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-menu-controller,ion-modal-controller,ion-nav-controller,ion-picker-controller,ion-popover-controller,ion-route,ion-route-redirect,ion-router,ion-select-option,ion-toast-controller{display:none!important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding:20px}@supports (padding-top:20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top:constant(safe-area-inset-top)){html{--ion-safe-area-top:constant(safe-area-inset-top);--ion-safe-area-bottom:constant(safe-area-inset-bottom);--ion-safe-area-left:constant(safe-area-inset-left);--ion-safe-area-right:constant(safe-area-inset-right)}}@supports (padding-top:env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}ion-card-header.ion-color .ion-inherit-color,ion-card.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translateZ(0)}.menu-content-open{cursor:pointer;pointer-events:none;touch-action:manipulation}.ios .menu-content-reveal{box-shadow:-8px 0 42px #00000014}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px #00000014}.md .menu-content-push,.md .menu-content-reveal{box-shadow:4px 0 16px #0000002e}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width:0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:transform .3s cubic-bezier(.25,.8,.5,1)}@media (prefers-reduced-motion:reduce){ion-accordion .ion-accordion-toggle-icon{transition:none!important}}ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width:0px;--inner-border-width:0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width:fit-content;--height:fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{min-height:320px;width:320px}:root{--ion-background-color:#f3f3ed;--ion-background-color-rgb:232,232,219;--ion-tab-bar-background:#fff;--ion-text-color:#03295f;--ion-text-color-rgb:45,45,45;--ion-font-family:"Sarabun",arial,sans-serif!important;--ion-default-font:"Sarabun",arial,sans-serif!important;--ion-tab-bar-color-selected:#03295f;--ion-toolbar-color:#03295f;--ion-grid-padding:20px;--ion-color-primary:#03295f;--ion-color-primary-rgb:56,128,255;--ion-color-primary-contrast:#fff;--ion-color-primary-contrast-rgb:255,255,255;--ion-color-primary-shade:#3171e0;--ion-color-primary-tint:#4c8dff;--ion-color-secondary:#fff;--ion-color-secondary-rgb:61,194,255;--ion-color-secondary-contrast:#fff;--ion-color-secondary-contrast-rgb:255,255,255;--ion-color-secondary-shade:#36abe0;--ion-color-secondary-tint:#50c8ff;--ion-color-tertiary:#5260ff;--ion-color-tertiary-rgb:82,96,255;--ion-color-tertiary-contrast:#fff;--ion-color-tertiary-contrast-rgb:255,255,255;--ion-color-tertiary-shade:#4854e0;--ion-color-tertiary-tint:#6370ff;--ion-color-success:#2cb669;--ion-color-success-rgb:45,211,111;--ion-color-success-contrast:#fff;--ion-color-success-contrast-rgb:255,255,255;--ion-color-success-shade:#28ba62;--ion-color-success-tint:#42d77d;--ion-color-warning:#fd5c36;--ion-color-warning-rgb:255,196,9;--ion-color-warning-contrast:#fff;--ion-color-warning-contrast-rgb:0,0,0;--ion-color-warning-shade:#e0ac08;--ion-color-warning-tint:#ffca22;--ion-color-danger:#fd5c36;--ion-color-danger-rgb:235,68,90;--ion-color-danger-contrast:#fff;--ion-color-danger-contrast-rgb:255,255,255;--ion-color-danger-shade:#cf3c4f;--ion-color-danger-tint:#ed576b;--ion-color-dark:#222428;--ion-color-dark-rgb:34,36,40;--ion-color-dark-contrast:#fff;--ion-color-dark-contrast-rgb:255,255,255;--ion-color-dark-shade:#1e2023;--ion-color-dark-tint:#383a3e;--ion-color-medium:#92949c;--ion-color-medium-rgb:146,148,156;--ion-color-medium-contrast:#fff;--ion-color-medium-contrast-rgb:255,255,255;--ion-color-medium-shade:#808289;--ion-color-medium-tint:#9d9fa6;--ion-color-light:#fff;--ion-color-light-rgb:244,245,248;--ion-color-light-contrast:#000;--ion-color-light-contrast-rgb:0,0,0;--ion-color-light-shade:#d7d8da;--ion-color-light-tint:#f5f6f9;--ion-color-unverified:#c3c3b9;--ion-color-unverified-rgb:#c3c3b9;--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-right:env(safe-area-inset-right);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left)}.ion-color-unverified{--ion-color-base:var(--ion-color-unverified);--ion-color-base-rgb:var(--ion-color-unverified-rgb);--ion-color-contrast:var(--ion-color-unverified);--ion-color-contrast-rgb:var(--ion-color-unverified-rgb);--ion-color-shade:var(--ion-color-unverified);--ion-color-tint:var(--ion-color-unverified)}body{-webkit-font-smoothing:antialiased;padding:var(--ion-safe-area-top) var(--ion-safe-area-right) var(--ion-safe-area-bottom) var(--ion-safe-area-left)}.plus-button{font-size:64px}.centered{display:block;margin-left:auto;margin-right:auto}.large-button{font-size:20px;font-weight:600;height:56px;padding-left:36px;padding-right:36px}.primary-button{border-radius:150px;font-size:16px;font-weight:600;height:42px;padding-left:30px;padding-right:30px}.small-button{font-size:13px;height:30px;padding-left:26px;padding-right:26px}.btn-bold,.small-button{font-weight:600}.forward-arrow-main{margin-bottom:-.1rem;margin-left:.5rem}.back-arrow{height:24px;margin-bottom:0;padding-left:.5rem;padding-top:.5rem;width:1.375rem}.vertical-center{position:absolute;top:50%;transform:translateY(-50%)}.centered-text{text-align:center}.card-leading-icon{max-width:70px;object-fit:contain;object-position:center center;width:100%}.ios ion-card,.md ion-card{border-radius:8px;margin-left:0;margin-right:0;padding:16px}.ios ion-card-content,.md ion-card-content{padding:0}.ios ion-card-content h2,.md ion-card-content h2{font-size:1rem;font-weight:700}.ios ion-card-content p,.md ion-card-content p{font-size:.8125rem;line-height:1.25}ion-card-title{color:#03295f!important;font-size:20px;font-weight:700}ion-input,ion-input.sc-ion-input-md-h{--background:#f4f4ee;border:1px solid #c3c3b9;border-radius:8px}ion-input.sc-ion-input-md-h:focus{border:1px solid #063d8f}.ios ion-input{--padding-start:8px}ion-select,ion-select.md{background:#f4f4ee;border:1px solid #c3c3b9;border-radius:8px}form ion-select:focus{border:1px solid #063d8f}ion-label{font-weight:700}ion-label.label-stacked{bottom:3px;position:relative}div.ion-page{margin-top:50px}ion-content{padding:5px}.form-group{margin-bottom:15px}.alert-wrapper{background-color:#fff!important}.form-error{color:red}.d-flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.align-items-center{align-items:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.avatar-role-wrapper{height:-moz-fit-content;height:fit-content;position:relative}.avatar-sm{max-height:30px;max-width:30px}.avatar-md{max-height:40px;max-width:40px}.img-modal{--background:#0000;--backdrop-opacity:0.95}.img-modal>div{justify-content:center}.img-modal ion-button{color:#fff;position:absolute;right:16px;top:48px}.img-modal-avatar{border-radius:50%;max-height:390px;max-width:390px;object-fit:cover;padding:24px}.ion-page{margin-top:0!important}.passion-goal{background-color:#fd5c36}.health-goal{background-color:#063d8f}.career-goal{background-color:#2d2d2d}.academic-goal{background-color:#2cb669}.toaster{color:#2d2d2d;font-family:Sarabun,arial,sans-serif}.profile-options,.profile-options-menu{position:absolute;right:0;z-index:1}.ion-accordion-toggle-icon{color:#2d2d2d}.ios ion-card,.md ion-card{box-shadow:none}.no-pointer-events{pointer-events:none}.orange-text{color:#f66324}iframe#webpack-dev-server-client-overlay{display:none}.primary-web-content{max-width:800px!important;min-width:400px}
/*# sourceMappingURL=main.47900dfe.css.map*/