.AvatarCircle{border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.AvatarCircle-x-large{width:146px;height:146px}.AvatarCircle-large{width:100px;height:100px}@media (max-width:767.98px){.AvatarCircle-large{width:80px;height:80px}}.AvatarCircle-medium{width:80px;height:80px}.AvatarCircle-small{width:30px;height:30px}.AvatarCircle--image,.AvatarCircle--placeholder{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.AvatarCircle-warning{border-color:var(--Alert-warning)}
.HeaderMobile{border-top:1px solid var(--border-default);width:100%;height:var(--mobile-header-height);background-color:var(--bg-dark-green);z-index:2;padding:12px 16px;position:fixed;bottom:0}.HeaderMobile--container{z-index:7;flex-direction:row;justify-content:space-between;align-items:flex-start;max-width:500px;margin:auto;display:flex}@media (min-width:768px){.HeaderMobile{display:none}}.HeaderMobile--btn-highlighted-fill svg path{fill:#ffb929}.HeaderMobile--btn-highlighted-fill p{color:#ffb929}.HeaderMobile--btn-highlighted-stroke svg path{stroke:#ffb929}.HeaderMobile--btn-highlighted-stroke p{color:#ffb929}
.UserProfile{grid-template-columns:1fr;justify-items:center;display:grid}.UserProfile--editing-wrapper{grid-template-rows:auto 1fr;height:100%}.UserProfile--close-button{justify-self:flex-start;margin-bottom:20px}@media (max-width:767.98px){.UserProfile--close-button{margin-bottom:40px}}.UserProfile--content{grid-template-columns:1fr;justify-items:left;row-gap:30px;width:100%;display:grid}.UserProfile--line{background:#364f50;width:100%;height:1px}.UserProfile--name-block{grid-template-columns:auto 1fr;align-items:center;column-gap:10px;display:grid}.UserProfile--info-block{grid-template-columns:1fr;row-gap:12px;width:100%;display:grid}.UserProfile--info-block--title{margin-bottom:20px}.UserProfile--info-block--content{grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:16px;display:grid}.UserProfile--info-block--content-no-location p{color:var(--text-input-default)}.UserProfile--info-block--content-no-location path{fill:var(--text-input-default)}.UserProfile--info-block--location{grid-template-columns:auto 1fr;align-items:center;column-gap:12px;display:grid}.UserProfile--info-block--location--none p{color:var(--text-input-default)}.UserProfile--info-block--location--none path{fill:var(--text-input-default)}.UserProfile--editing{flex-direction:column;justify-content:space-between;width:100%;display:flex}.UserProfile--editing--avatar-block{grid-template-columns:1fr;justify-items:center;row-gap:30px;margin-bottom:40px;display:grid}.UserProfile--editing--avatar-block--buttons{grid-template-columns:1fr auto;gap:10px;width:100%;display:grid}.UserProfile--editing--info-block{grid-template-columns:1fr;row-gap:20px;width:100%;display:grid}.UserProfile--editing--buttons-block{grid-template-columns:1fr 1fr;column-gap:10px;display:grid}
.HeaderMenu{background:var(--bg-green-light);border-left:1px solid var(--border-default);width:400px;height:100vh;position:fixed;top:0;right:0}@media (max-width:767.98px){.HeaderMenu{border-left:unset;width:100vw}}.HeaderMenu__wrapper{flex-direction:column;justify-content:space-between;height:100%;padding:40px 30px 30px;display:flex}@media (max-width:767.98px){.HeaderMenu__wrapper{padding:20px 30px 30px}}.HeaderMenu--line{background:var(--border-light);width:100%;height:1px;margin:30px 0}.HeaderMenu__top{grid-template-columns:1fr;display:grid}.HeaderMenu__top--close{justify-self:flex-start;margin-bottom:20px}@media (max-width:767.98px){.HeaderMenu__top--close{margin-bottom:40px}}.HeaderMenu__personal-info{grid-template-columns:auto 1fr auto;column-gap:10px;padding:10px 16px;display:grid}.HeaderMenu__personal-info--sign-in-margin{margin:16px 0 0 50px}.HeaderMenu__personal-info--email{grid-column:2}.HeaderMenu__bottom--copyright{text-align:center;font-size:10px;font-weight:500}
.Header{width:100%;height:var(--header-height);background-color:var(--bg-dark-green);border-bottom:1px solid var(--border-default);z-index:7;flex-direction:row;justify-content:space-between;align-items:center;padding:26px 70px;display:flex;position:relative}.Header--logo-small{display:none}@media (max-width:767.98px){.Header--logo-small{display:block}}.Header--logo-big{display:block}@media (max-width:767.98px){.Header--logo-big{display:none}}.Header--custom-logo{object-fit:contain;width:auto;max-width:180px;height:70px}@media (max-width:767.98px){.Header{height:auto;padding:21px 16px}}.Header__right{grid-template-columns:repeat(6,auto);column-gap:20px;display:grid}@media (max-width:767.98px){.Header__right{grid-template-columns:auto}.Header__right #guessing-game-button{display:none}}@media (max-width:1199.98px){.Header__right{column-gap:16px}}.Header__right--not-logged{grid-template-columns:repeat(6,auto);gap:20px;display:grid}.Header__right--not-logged #burger-menu{display:none}@media (max-width:1199.98px){.Header__right--not-logged{column-gap:6px}}@media (max-width:991.98px){.Header__right--not-logged{grid-template-columns:auto}.Header__right--not-logged #become-chaperone-button,.Header__right--not-logged #about-us-button,.Header__right--not-logged #tutorials-button,.Header__right--not-logged #sign-in-button,.Header__right--not-logged #faq-button,.Header__right--not-logged #guessing-game-button{display:none}.Header__right--not-logged #burger-menu{display:block}}@media (max-width:1199.98px){.Header--no-text-laptop{column-gap:16px}.Header--no-text-laptop p{display:none}}@media (max-width:767.98px){.Header--no-text-laptop{display:none}}.Header--log-in-share-btn{max-width:100px}.Header--explore-share-btn{max-height:50px}@media (max-width:767.98px){.Header--create-experience-btn,.Header--explore-btn{display:none}}
.Message{background:var(--brand-secondary-default);border-radius:16px;flex-direction:row;justify-content:space-between;align-items:center;gap:40px;margin-left:16px;margin-right:16px;padding:20px;display:flex}.Message--yellow{background:var(--Alert-warning)}.Message--red{background:var(--Alert-error)}@media (max-width:767.98px){.Message{gap:20px}}.Message__wrapper{z-index:90;align-self:center;position:fixed;top:110px}@media (max-width:767.98px){.Message__wrapper{top:20px}}.Message__container{flex-direction:row;align-items:center;display:flex}.Message__text{color:var(--bg-dark-green);font-family:var(--font-mulish),sans-serif;margin-left:8px;font-size:14px;font-style:normal;font-weight:700;line-height:132%}