@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap);.Hype-Button{cursor:pointer;border-radius:4px;border:none;color:#fff}.Hype-Button-loading{cursor:no-drop!important}.Hype-Button-icon,.Hype-Button-loading{display:flex;align-items:center;justify-content:center}.Hype-Button-icon-left--icon{margin-right:6px;display:inline-flex;align-items:center}.Hype-Button-icon-right--icon{margin-left:6px;display:inline-flex;align-items:center}.Hype-Button-icon-primary-disable svg{fill:rgba(223,52,88,.2)}.Hype-Button-icon-secondary-disable svg{fill:rgba(30,31,36,.2)}.Hype-Button-text{cursor:pointer;border-radius:4px;border:none;color:#1e1f24;background:transparent;transition:all .3s;font-weight:500!important}.Hype-Button-text:hover{color:#1e1f24;background:#f3f3f3}.Hype-Button-outline{cursor:pointer;border-radius:4px;background:transparent;font-weight:500!important}.Hype-Button-outline-primary{color:#df3458;border:1px solid rgba(223,52,88,.2);transition:all .3s}.Hype-Button-outline-primary:hover{border:1px solid rgba(223,52,88,.5);color:#df3458}.Hype-Button-text-primary{color:#df3458;transition:all .2s}.Hype-Button-text-primary:hover{color:#cb2649}.Hype-Button-text-secondary{color:#1e1f24;transition:all .2s}.Hype-Button-text-secondary:hover{color:#000}.Hype-Button-outline-secondary{color:#1e1f24;border:1px solid rgba(30,31,36,.2);transition:all .3s}.Hype-Button-outline-secondary:hover{border:1px solid rgba(30,31,36,.5);color:#1e1f24}.Hype-Button-primary{background:#df3458;box-shadow:0 8px 10px rgba(223,52,88,.15);transition:all .3s}.Hype-Button-primary:hover{background:#cb2649;color:#fff}.Hype-Button-primary-disabled{background:#df8196;color:#efc0cb;cursor:no-drop}.Hype-Button-primary-disabled:hover{background:#df8196}.Hype-Button-secondary-disabled{background:#c6c6ca;color:#e3e3e5;cursor:no-drop}.Hype-Button-secondary-disabled:hover{background:#c6c6ca}.Hype-Button-outline-primary-disabled{cursor:no-drop;border:1px solid rgba(223,52,88,.2);color:rgba(223,52,88,.2)}.Hype-Button-outline-primary-disabled:hover{border:1px solid rgba(223,52,88,.2)}.Hype-Button-outline-secondary-disabled{cursor:no-drop;border:1px solid rgba(30,31,36,.2);color:rgba(30,31,36,.2)}.Hype-Button-outline-secondary-disabled:hover{border:1px solid rgba(30,31,36,.2)}.Hype-Button-text-primary-disabled{color:rgba(223,52,88,.2);cursor:no-drop}.Hype-Button-text-secondary-disabled{color:rgba(30,31,36,.2);cursor:no-drop}.Hype-Button-secondary{background:#1e1f24;box-shadow:0 8px 10px rgba(0,0,0,.15);transition:all .3s}.Hype-Button-secondary:hover{background:#000}.Hype-Button-fluid{display:flex;align-items:center;justify-content:center;width:100%}.Hype-Button-small{padding:5px 15px;font-size:12px}.Hype-Button-medium,.Hype-Button-small{font-weight:700;line-height:26px;letter-spacing:.5px}.Hype-Button-medium{padding:10px 20px;font-size:14px}.Hype-Button-big{padding:15px 50px;font-weight:700;font-size:16px;line-height:26px;letter-spacing:.5px}.btn-loader-primary{border-radius:50%;border:2px solid #f3f3f3;border-top-color:#f0a2b3}.btn-loader-primary,.btn-loader-secondary{display:inline-block;width:20px;height:20px;margin:3px;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.btn-loader-secondary{border-radius:50%;border:2px solid #f3f3f3;border-top-color:#585b6a}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.bubble{width:40px;height:40px;position:absolute;border-radius:50%;pointer-events:none;-webkit-animation:anim .4s linear forwards;animation:anim .4s linear forwards;background:hsla(0,0%,81.2%,.623)}@-webkit-keyframes anim{0%{opacity:.7;width:0;height:0;-webkit-transform:translate(0);transform:translate(0)}to{opacity:0;width:250px;height:250px;-webkit-transform:translate(-100px,-100px);transform:translate(-100px,-100px)}}@keyframes anim{0%{opacity:.7;width:0;height:0;-webkit-transform:translate(0);transform:translate(0)}to{opacity:0;width:250px;height:250px;-webkit-transform:translate(-100px,-100px);transform:translate(-100px,-100px)}}.Toast{width:100%;height:64px;display:grid;grid-gap:15px;gap:15px;grid-template-columns:64px auto;align-items:center;justify-content:flex-start}.Toast_success{background:rgba(12,214,110,.12)}.Toast_error,.Toast_success{height:100%;display:flex;align-items:center;justify-content:center}.Toast_error{background:rgba(255,72,66,.12)}.Toast_warning{background:rgba(255,193,7,.12)}.Toast_info,.Toast_warning{height:100%;display:flex;align-items:center;justify-content:center}.Toast_info{background:rgba(0,177,237,.12)}.Toast_Text{font-family:"Inter";font-weight:500;font-size:14px;line-height:20px;color:#212b36}.AuthModal{align-items:center;flex-direction:column;justify-content:center;display:flex!important;background-color:#fff!important;padding:25px!important;border-radius:20px!important}@media screen and (max-width:460px){.AuthModal{padding:20px}}.AuthModal--close{width:100%;display:flex;cursor:pointer;justify-content:flex-end}.AuthModal--header{width:100%;display:flex;margin-top:-25px;align-items:center;flex-direction:column;justify-content:center}.AuthModal--header h2{margin:0!important;font-size:24px!important;font-weight:600!important}.AuthModal--header p{margin:15px 0 40px!important;font-size:18px!important;font-weight:400!important}.AuthModal--form{width:100%}.AuthModal--form .label{font-size:14px;font-weight:500;color:#13263c;margin-bottom:10px}.AuthModal--form .accounts-input:last-of-type{margin-bottom:0}.AuthModal--form .accounts-input:first-of-type{margin-bottom:30px}.AuthModal--form .accounts-input>.ui.input>input{border:1px solid #dededf}.AuthModal--form .ui.input input{border-radius:6px!important;padding-block:17px!important}.AuthModal--form .forgotPass{margin-top:5px;text-align:end}.AuthModal--form .forgotPass a{color:#e1394b;font-size:14px;font-weight:500}.AuthModal--form .terms{margin-block:30px;font-size:14px;font-weight:400;color:rgba(30,31,36,.7)}.AuthModal--form .terms span>a{font-weight:600;margin-inline:5px;color:#1e1f24}.AuthModal--form .ui.button{font-size:16px!important;font-weight:700!important;color:#fff!important;border-radius:6px!important;background:#1e1f24!important}.AuthModal .signup{font-size:15px;font-weight:400;margin-top:20px;text-align:center}.AuthModal .signup span>a{color:#e1394b;font-weight:600;margin-inline:5px}.PromotionalModal{padding:25px;border-radius:20px!important}@media screen and (max-width:460px){.PromotionalModal{padding:20px}}.PromotionalModal .content{align-items:center;flex-direction:column;justify-content:center;display:flex!important}.PromotionalModal .content img{width:100%;max-height:80vh;cursor:pointer;object-fit:contain;border-radius:20px!important}.CustomContainer{width:100%;padding-inline:0;max-width:1290px;margin-inline:auto}@media screen and (max-width:1289px){.CustomContainer{padding-inline:5%}}@media screen and (max-width:576px){.CustomContainer{padding-inline:3%}}.Footer-v2{margin-top:0;background:#000;color:#fff!important}@media only screen and (max-width:460px){.Footer-v2{padding-bottom:70px}}.Footer-v2 .footer-item-group--header{margin-bottom:20px;font-weight:600;font-size:16px}.Footer-v2 .footer-item-group--header-connect{font-weight:600;font-size:20px}.Footer-v2 .footer-item-group--link{margin-bottom:20px;font-weight:400!important}@media only screen and (max-width:460px){.Footer-v2 .footer-item-group--link{font-size:14px!important}}.Footer-v2 .footer-item-group--light-link{color:#ababab!important}.Footer-v2 .footer-item-group--light-link:hover{color:#7d7d8a!important}@media only screen and (max-width:460px){.Footer-v2 .footer-item-group{margin-bottom:20px}}.Footer-v2--wrap{padding:60px 20px 30px}@media only screen and (max-width:460px){.Footer-v2--wrap{padding:40px 5px}}@media only screen and (max-width:460px){.Footer-v2--wrap .first-column{margin-bottom:40px!important}}@media only screen and (max-width:460px){.Footer-v2--wrap--logo{text-align:center}}.Footer-v2--wrap--logo img{height:40px}.Footer-v2--wrap--logo--flags{margin-top:15px}.Footer-v2--wrap--text{font-weight:500;font-size:14px;line-height:24px;color:#ababab;margin-top:21px;margin-bottom:30px}@media only screen and (max-width:460px){.Footer-v2--wrap--text{margin-top:10px;text-align:center;margin-bottom:24px}}.Footer-v2--wrap .contact-icons{display:flex;justify-content:flex-start;align-items:center}.Footer-v2--wrap .contact-icons--box{margin-right:10px;cursor:pointer;border-radius:50px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#3d3d3d}@media only screen and (max-width:460px){.Footer-v2--wrap .contact-icons--box{width:30px;height:30px}}@media only screen and (max-width:460px){.Footer-v2--wrap .contact-icons{justify-content:center}}.Footer-v2--wrap--bottom{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding-top:15px}@media only screen and (max-width:460px){.Footer-v2--wrap--bottom{flex-direction:column-reverse}}.Footer-v2--wrap--bottom p{font-size:14px;font-weight:400}.Footer-v2--wrap--bottom p span{font-weight:600}.Footer-v2--wrap--bottom--terms{font-size:14px;font-weight:400}@media only screen and (max-width:460px){.Footer-v2--wrap--bottom--terms{margin-bottom:15px}}.Footer-v2--wrap--bottom--terms--first-child{margin-right:20px}.Footer-v2--wrap .light-color-hover{color:#ababab;font-weight:400}.Footer-v2--wrap .light-color-hover:hover{color:#7d7d8a}.SidebarMenu-custom{display:flex;flex-direction:column;border-radius:4px;margin-bottom:5px}.SidebarMenu-custom .active{color:#e1394b}.SidebarMenu-custom .active svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.SidebarMenu-custom--btn{background:#fff;border:none;color:#1e1f24;cursor:pointer;display:flex;align-items:center;justify-content:space-between;outline:none;transition:background-color .4s ease;padding:10px;position:relative;-webkit-tap-highlight-color:transparent!important}@media only screen and (max-width:460px){.SidebarMenu-custom--btn{padding:10px 15px}}.SidebarMenu-custom--btn--title{font-weight:500;font-size:16px;text-align:start;margin:0}.SidebarMenu-custom--btn svg{transition:all .3s}.SidebarMenu-custom--content{background-color:#fff;overflow:hidden;transition:max-height .4s ease}.SidebarMenu-custom--text{font-size:16px;font-weight:400;padding:0 18px 18px}@media only screen and (max-width:460px){.SidebarMenu-custom--text{font-size:14px}}.SidebarMenu-custom[aria-expanded=true] .SidebarMenu-custom--content{opacity:1}.SidebarMenu-custom[aria-expanded=true] .SidebarMenu-custom--btn:before{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.NewSideBar .ui.overlay.sidebar{z-index:2000;width:305px}.NewSideBar .ui.sidebar{overflow-y:hidden!important}.NewSideBar--sidebar{padding:0!important}.NewSideBar--sidebar--wrap{padding:13px 15px;border-bottom:1px solid rgba(34,35,38,.1);display:flex;justify-content:space-between;align-items:center}.NewSideBar--sidebar__menu{overflow-y:auto;height:100%;padding-block:30px}.NewSideBar--contents-wrap--item{display:flex;align-items:center;padding:15px 6px 15px 10px;margin:5px 0;border-radius:4px}.NewSideBar--contents-wrap--item:hover{background:#f9fafb}.NewSideBar--contents-wrap--item--texts{padding:0 10px}.NewSideBar--contents-wrap--item--texts h2{font-weight:700;font-size:14px;color:#1e1f24;margin-bottom:7px}.NewSideBar--contents-wrap--item--texts p{font-weight:400;font-size:12px;line-height:15px;color:#888}.NewSideBar--link{font-weight:500;font-size:16px;color:#1e1f24;padding:10px 15px}.mega-menu{background:#fff;padding:30px 20px;box-shadow:0 10px 16px rgba(0,0,0,.05);border-radius:30px;display:block}.mega-menu .avatar-content{display:flex;flex-direction:column;grid-gap:25px;gap:25px}.mega-menu .avatar-content .line{width:50px;height:3px;background:#2f3043;border-radius:100px;margin:0 auto}.mega-menu .avatar-content .profile{display:flex;align-items:center;justify-content:flex-start;grid-gap:20px;gap:20px;padding:15px 20px;border-radius:5px;background:#f9f9ff}.mega-menu .avatar-content .profile h3{margin-bottom:6px;font-weight:600;font-size:16px;line-height:24px;color:#1e1f24}.mega-menu .avatar-content .profile p{font-weight:400;font-size:14px;line-height:17px;color:#1e1f24}.mega-menu .avatar-content .profile img{width:70px;height:70px;object-fit:cover;border-radius:50px}.mega-menu .avatar-content .information h4{font-weight:400;font-size:16px;line-height:19px;color:rgba(30,31,36,.7)}.mega-menu .avatar-content .information ul{display:flex;flex-direction:column;justify-content:center;grid-gap:20px;gap:20px;padding:0 10px}.mega-menu .avatar-content .information ul .item{display:flex;align-items:center;justify-content:flex-start;grid-gap:16px;gap:16px;cursor:pointer;color:#1e1f24}.mega-menu .avatar-content .information ul .item p{font-weight:500;font-size:16px;line-height:19px;color:#1e1f24}.mega-menu .avatar-content .information ul .item:hover p,.mega-menu .avatar-content .information ul .item:hover svg{color:#e1394b!important}.BottomNavbar{z-index:99;height:70px;bottom:10px;overflow:none;position:fixed;padding:8px 0;background:#fff;border-radius:100px;width:calc(100% - 20px);border-top:1px solid rgba(0,0,0,.1);box-shadow:0 10px 80px rgba(0,0,0,.1);display:flex;justify-content:center;margin:0 auto;left:0;right:0}.BottomNavbar--container{width:350px;z-index:20;height:100%;display:flex;position:relative;align-items:center;padding-inline:20px;justify-content:space-between}.BottomNavbar--container--item{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;text-align:center;-webkit-tap-highlight-color:transparent!important}.BottomNavbar--container--item svg{transition:50s}.BottomNavbar--container--item--selected svg{-webkit-transform:translateY(-22px);transform:translateY(-22px);z-index:1}.BottomNavbar--container--item--selected p{font-weight:600!important}.BottomNavbar--container--item a,.BottomNavbar--container--item div{display:flex;align-items:center;color:#1e1f24;flex-direction:column;justify-content:center}.BottomNavbar--container--item a i,.BottomNavbar--container--item div i{font-size:18px!important;margin-bottom:2px;color:rgba(0,0,0,.8)!important;display:block!important}.BottomNavbar--container--item a span,.BottomNavbar--container--item div span{font-size:12px;display:block!important}.BottomNavbar--container--item p{margin:5px 0 0;color:#1e1f24;transition:.5s;font-size:10px;font-weight:400}.BottomNavbar--container--item--avatar{width:20px;height:20px;object-fit:cover;border-radius:50%}.BottomNavbar--sheet{left:0;bottom:0;z-index:99;width:100vw;display:flex;height:100vh;position:fixed;flex-direction:column;justify-content:flex-end}.BottomNavbar--sheet--bg{top:0;left:0;z-index:98;width:100%;height:100%;position:absolute;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.5);-webkit-animation:sheet-bg .2s ease-in-out;animation:sheet-bg .2s ease-in-out}.BottomNavbar--sheet--content{width:100%;z-index:99;padding:40px 20px 0;background:#fff;border-radius:30px 30px 0 0;-webkit-animation:sheet-content .1s ease-in-out;animation:sheet-content .1s ease-in-out}.BottomNavbar--sheet--content .basic{grid-gap:15px;gap:15px;display:flex;padding:15px 20px;border-radius:5px;align-items:center;background-color:#f9f9ff}.BottomNavbar--sheet--content .basic img{width:70px;height:70px;object-fit:cover;border-radius:50%}.BottomNavbar--sheet--content .basic div{display:flex;flex-direction:column;justify-content:center;width:calc(100% - 100px)}.BottomNavbar--sheet--content .basic div p{margin:0;overflow:hidden;white-space:nowrap;color:#1e1f24;text-overflow:ellipsis}.BottomNavbar--sheet--content .basic div .name{font-size:16px;font-weight:600}.BottomNavbar--sheet--content .basic div .contact{font-size:14px;font-weight:400}.BottomNavbar--sheet--content .title{font-size:16px;font-weight:400;margin-block:30px;color:#646777}.BottomNavbar--sheet--content .item{grid-gap:15px;gap:15px;display:flex;margin-block:25px;align-items:center}.BottomNavbar--sheet--content .item p{font-size:16px;font-weight:500}.BottomNavbar--sheet--content .item:last-child{color:#e1394b}@-webkit-keyframes sheet-bg{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}@keyframes sheet-bg{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}@-webkit-keyframes sheet-content{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes sheet-content{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.indicator{position:absolute;top:-65%;width:60px;height:60px;background:linear-gradient(36.75deg,#b0397f 4.72%,#dc324f 42.03%,#ff4040 66.63%,#fcb24d 95.28%);border-radius:50%;transition:.5s}.BottomNavbar--container--item:first-child.BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(0);transform:translateX(0)}.BottomNavbar--container--item:nth-child(2).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(63px);transform:translateX(63px)}.BottomNavbar--container--item:nth-child(3).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(126px);transform:translateX(126px)}@media only screen and (max-width:368px){.BottomNavbar--container--item:nth-child(3).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(124.6px);transform:translateX(124.6px)}}@media only screen and (max-width:363px){.BottomNavbar--container--item:nth-child(3).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(121.8px);transform:translateX(121.8px)}}.BottomNavbar--container--item:nth-child(4).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(187.6px);transform:translateX(187.6px)}@media only screen and (max-width:363px){.BottomNavbar--container--item:nth-child(4).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(184.8px);transform:translateX(184.8px)}}.BottomNavbar--container--item:nth-child(5).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(247.8px);transform:translateX(247.8px)}@media only screen and (max-width:368px){.BottomNavbar--container--item:nth-child(5).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(246.4px);transform:translateX(246.4px)}}@media only screen and (max-width:367px){.BottomNavbar--container--item:nth-child(5).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(245px);transform:translateX(245px)}}@media only screen and (max-width:363px){.BottomNavbar--container--item:nth-child(5).BottomNavbar--container--item--selected~.indicator{-webkit-transform:translateX(242.2px);transform:translateX(242.2px)}}.LastChatsSheet{padding:20px;max-height:400px}.LastChatsSheet--title{text-align:center}.LastChatsSheet--messages{height:350px;overflow-y:auto}.LastChatsSheet--messages .list-item{grid-gap:15px;gap:15px;display:flex;cursor:pointer;padding-block:20px;border-bottom:1px solid #d9d9d9}.LastChatsSheet--messages .list-item:last-child{border-bottom:none}.LastChatsSheet--messages .list-item--logo{width:35px;height:35px;border-radius:50%}.LastChatsSheet--messages .list-item--content{width:calc(100% - 60px)}.LastChatsSheet--messages .list-item--content .active-text{color:#1e1f24!important}.LastChatsSheet--messages .list-item--content .name-and-time{display:flex;align-items:center;justify-content:space-between}.LastChatsSheet--messages .list-item--content .name-and-time .name{margin:0;width:50%;font-size:16px;font-weight:600;color:#888;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.LastChatsSheet--messages .list-item--content .name-and-time .timestamp{font-size:14px;font-weight:400;color:#888}.LastChatsSheet--messages .list-item--content .text{width:90%;font-size:14px;font-weight:400;margin:10px 0 0;color:#888;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.LastChatsSheet--empty{text-align:center;display:flex;flex-direction:column;align-items:center;justify-self:center;font-size:16px;font-weight:400;min-height:200px}.LastChatsSheet--empty svg{margin-bottom:10px}.bell-icon{position:relative;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;cursor:pointer}@media only screen and (max-width:460px){.bell-icon{box-shadow:0 0 12px -8px rgba(0,0,0,.6)}}.bell-icon svg{margin:auto;position:relative;right:2%;width:80%;height:80%;stroke:rgba(0,0,0,.75)}.bell-icon .bell-icon__group{-webkit-transform-origin:50% 2px;transform-origin:50% 2px;-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}.bell-icon .bell-icon__ball,.bell-icon .bell-icon__group{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.bell-icon .bell-icon__ball{-webkit-transform-origin:50% 2px;transform-origin:50% 2px;-webkit-transform:translateX(-6.5%);transform:translateX(-6.5%)}.bell-active-notification{outline:none;box-shadow:0 0 12px -8px rgba(0,0,0,.6)}.bell-active-notification .bell-icon__group{-webkit-animation:animateGroup 2.3s infinite;animation:animateGroup 2.3s infinite}.bell-active-notification .bell-icon__ball{-webkit-animation:animateBall 2.3s infinite;animation:animateBall 2.3s infinite}.bell-active-notification .notification-amount{opacity:1;visibility:visible}.bell-active-notification .notification-amount:before{-webkit-animation-name:bounce;animation-name:bounce;-webkit-animation-delay:.45s;animation-delay:.45s}.notification-amount{opacity:0;visibility:hidden;position:absolute;top:1px;right:-6%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff!important;font-weight:600;padding:1px 5px;background-color:#e1394b;border-radius:5px;line-height:1.4}@-webkit-keyframes animateGroup{0%,to{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}17.542%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}35.084%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}48.2405%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}57.0115%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}64.9054%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}74.5535%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}78.939%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}}@keyframes animateGroup{0%,to{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}17.542%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}35.084%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}48.2405%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}57.0115%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}64.9054%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}74.5535%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}78.939%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}}@-webkit-keyframes animateBall{0%,to{-webkit-transform:translateX(-6.5%);transform:translateX(-6.5%)}17.542%{-webkit-transform:translateX(0);transform:translateX(0)}21.9275%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}35.084%{-webkit-transform:translateX(11%);transform:translateX(11%)}48.2405%{-webkit-transform:translateX(-11%);transform:translateX(-11%)}52.626%{-webkit-transform:translateX(0);transform:translateX(0)}59.6428%{-webkit-transform:translateX(10%);transform:translateX(10%)}68.4138%{-webkit-transform:translateX(-11%);transform:translateX(-11%)}78.939%{-webkit-transform:translateX(11%);transform:translateX(11%)}85.9558%{-webkit-transform:translateX(-11%);transform:translateX(-11%)}}@keyframes animateBall{0%,to{-webkit-transform:translateX(-6.5%);transform:translateX(-6.5%)}17.542%{-webkit-transform:translateX(0);transform:translateX(0)}21.9275%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}35.084%{-webkit-transform:translateX(11%);transform:translateX(11%)}48.2405%{-webkit-transform:translateX(-11%);transform:translateX(-11%)}52.626%{-webkit-transform:translateX(0);transform:translateX(0)}59.6428%{-webkit-transform:translateX(10%);transform:translateX(10%)}68.4138%{-webkit-transform:translateX(-11%);transform:translateX(-11%)}78.939%{-webkit-transform:translateX(11%);transform:translateX(11%)}85.9558%{-webkit-transform:translateX(-11%);transform:translateX(-11%)}}@-webkit-keyframes bounce{0%{-webkit-transform:scale(0);transform:scale(0)}14%{-webkit-transform:scale(1.15);transform:scale(1.15)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.15);transform:scale(1.15)}70%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%{-webkit-transform:scale(0);transform:scale(0)}14%{-webkit-transform:scale(1.15);transform:scale(1.15)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.15);transform:scale(1.15)}70%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}.NavBarV2-fixed{position:fixed!important;top:0;width:100%;background:#fff;box-shadow:0 10px 80px rgba(0,0,0,.02);padding:18px 0;z-index:999}@media screen and (max-width:460px){.NavBarV2-fixed{padding:8px 0}}.NavBarV2{display:flex;align-items:center;justify-content:space-between;margin:0 auto;position:relative}@media screen and (max-width:460px){.NavBarV2{padding:0 5px}}.NavBarV2--links{display:flex;align-items:center;justify-content:center;grid-gap:35px;gap:35px}@media screen and (max-width:460px){.NavBarV2--links{display:none;flex-direction:column}}.NavBarV2--links__link{cursor:pointer;list-style:none}.NavBarV2--links__link .nav--link{display:flex;align-items:center;justify-content:space-between;grid-gap:5px;gap:5px;font-size:14px;font-weight:500;color:#1e1f24}.NavBarV2--links__link .nav--icon{transition:all .6s ease}.NavBarV2--links__link:hover .nav--link{color:#e1394b}.NavBarV2--links__link:hover .nav--icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.NavBarV2--links__link:hover .mega-menu{opacity:1;visibility:visible;transition:all .5s ease-out}.NavBarV2--links__link .active-nav-item{color:#e1394b}.NavBarV2--links__link .active-menu{display:block}.NavBarV2--links__link .mega-menu{left:20%;width:60%;opacity:0;margin-top:32px;padding:20px 25px;position:absolute;border-radius:5px;visibility:hidden;background:#fff;box-shadow:0 10px 16px rgba(0,0,0,.05)}.NavBarV2--links__link .mega-menu--content{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:10px;row-gap:10px}.NavBarV2--links__link .mega-menu--content .mega-menu-item{display:flex;align-items:center;justify-content:flex-start;grid-gap:15px;gap:15px;cursor:pointer;border-radius:4px;padding:12px 15px;background:transparent;transition:all .4s ease}.NavBarV2--links__link .mega-menu--content .mega-menu-item .title{font-size:14px;font-weight:700;line-height:17px;color:#1e1f24;margin-bottom:8px!important}.NavBarV2--links__link .mega-menu--content .mega-menu-item .subtitle{font-size:12px;color:#888;font-weight:400;line-height:15px}.NavBarV2--links__link .mega-menu--content .mega-menu-item:hover{background:#f9fafb}.NavBarV2--links__link .mega-menu--extra-space{width:100%;height:65px;margin-top:-60px;background:transparent}.NavBarV2--links__link .logged-user-menu{margin-top:34px}.NavBarV2--btns{display:flex;align-items:center;justify-content:space-between;grid-gap:15px;gap:15px}.NavBarV2--chats-menu{position:relative}.NavBarV2--chats-menu .mega-menu-active{opacity:1!important;visibility:visible!important;transition:all .2s ease-out}.NavBarV2--chats-menu .mega-menu{width:400px;top:30px;right:-100%;margin-top:32px;padding:10px;position:absolute;border-radius:5px;background:#fff;opacity:0;visibility:hidden;transition:all .3s ease-out;box-shadow:0 10px 16px rgba(0,0,0,.05)}.NavBarV2--chats-menu .bellIcon{cursor:pointer;position:relative;display:flex;align-items:center}.NavBarV2--chats-menu .bellIcon--counter{top:-3px;right:-2px;font-size:10px;color:#fff;font-weight:600;padding:1px 5px;border-radius:5px;position:absolute;transition:all .3s;background-color:#e1394b}.NavBarV2 .avatar-wrapper .extra-space{width:100%;height:65px;margin-top:-60px;background:transparent}.NavBarV2 .avatar-wrapper .mega-menu{background:#fff;padding:20px 25px;position:absolute;margin-top:23px;border-radius:5px;width:30%;left:60%;-webkit-transform-origin:top;transform-origin:top;transition:-webkit-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out;opacity:0;visibility:hidden;box-shadow:0 10px 16px rgba(0,0,0,.05)}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content{display:flex;flex-direction:column;grid-gap:25px;gap:25px}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .profile{display:flex;align-items:center;justify-content:flex-start;grid-gap:20px;gap:20px;cursor:pointer;padding:15px 20px;border-radius:5px;background:#f9f9ff}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .profile h3{margin-bottom:6px;font-weight:600;font-size:16px;line-height:24px;color:#1e1f24}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .profile p{font-weight:400;font-size:14px;line-height:17px;color:#1e1f24}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .profile img{width:70px;height:70px;border-radius:50px}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .information h4{font-weight:400;font-size:16px;line-height:19px;color:rgba(30,31,36,.7)}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .information ul{display:flex;flex-direction:column;justify-content:center;grid-gap:20px;gap:20px;padding:0 10px}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .information ul .item{grid-gap:16px;gap:16px;cursor:pointer}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .information ul .item p{font-weight:500;font-size:16px;line-height:19px;color:#1e1f24}.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .information ul .item:hover p,.NavBarV2 .avatar-wrapper .mega-menu .avatar-content .information ul .item:hover span>svg{color:#e1394b}.NavBarV2 .avatar-wrapper:hover .mega-menu{opacity:1;visibility:visible;transition:all .5s ease-out}.NavBarV2 .user-avatar{width:40px;height:40px;cursor:pointer;object-fit:cover;border-radius:100%}.FooterAfterLogin{background:#000;padding-block:80px}@media only screen and (max-width:460px){.FooterAfterLogin{padding-bottom:120px;padding-top:50px}}.FooterAfterLogin--wrap{text-align:center}.FooterAfterLogin--wrap .contact-icons{display:flex;justify-content:center;margin-top:20px}.FooterAfterLogin--wrap .contact-icons--box{margin-right:10px;cursor:pointer;border-radius:50px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#3d3d3d}@media only screen and (max-width:460px){.FooterAfterLogin--wrap .contact-icons--box{width:30px;height:30px}}.FooterAfterLogin--wrap--links{font-size:16px;font-weight:400}@media only screen and (max-width:460px){.FooterAfterLogin--wrap--links{margin-block:0;text-align:left;display:unset}}.FooterAfterLogin--wrap--links--mobile{display:flex;justify-content:center;grid-gap:40px;gap:40px;margin-block:30px}.FooterAfterLogin--wrap--links--desktop{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;grid-gap:20px;gap:20px;margin-block:40px}.FooterAfterLogin--wrap--links p{color:#fff;margin:0;cursor:pointer}@media only screen and (max-width:460px){.FooterAfterLogin--wrap--links p{margin-bottom:20px}}.FooterAfterLogin--wrap--links p:hover{color:#a5a5a5}.FooterAfterLogin--wrap--text{color:#ababab;font-size:14px}.Layout{height:100%}.Layout--body{height:100%;min-height:100vh;padding-top:62px;padding-bottom:60px}@media screen and (min-width:768px){.Layout--body{padding-top:82px}}.Layout--mobile-nav .ui.overlay.sidebar{z-index:2000;border-top-right-radius:15px!important;border-top-left-radius:15px!important}.Layout--mobile-nav .ui.segment{padding-top:0!important}*,:after,:before{box-sizing:border-box;padding:0;margin:0}::-webkit-scrollbar{width:12px;height:12px;background-color:#eff1f5}::-webkit-scrollbar-track{background-color:initial!important}::-webkit-scrollbar-thumb{border-radius:5px;border:2px solid #eff1f5;background-color:#5a6072!important}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:"Inter",sans-serif}::-webkit-input-placeholder{font-family:"Inter",sans-serif!important}.header,.ui.accordion .title,.ui.button,.ui.header,.ui.menu .item,::placeholder,a,h1,h2,h3,h4,input{font-family:"Inter",sans-serif!important}.input-field-error-custom{color:#e0102b;font-size:13px;font-weight:700;margin-top:6px}.ui.input.error>input{border-color:#e0102b!important;background-color:#fff!important;color:#000!important}.input-field-error{color:#dc143c;font-size:13px;font-weight:700;margin-top:2px}.ui.input{width:100%}.ui.search .prompt{border-radius:.28571429rem}.accounts-input{margin-bottom:20px}.accounts-input label{display:inline-block;margin-bottom:5px}.accounts-input-radio{margin-right:20px;display:inline-block}.util-bold{font-weight:700}.image-preview--container{display:flex;align-items:center;margin-top:8px}.image-preview--container--file-preview{display:flex;align-items:center;position:relative;margin-right:10px}.image-preview--container--file-preview--cross{position:absolute;right:-8px;top:-10px;color:#dc143c;font-size:10px;cursor:pointer}.image-preview--container .img-upload--preview{display:inline-block;height:25px;width:25px;margin-right:5px;object-fit:cover;object-position:center}.image-preview--container .preview-large{height:40px;width:40px;border-radius:5px}.task-content{color:#1e90ff!important}.task-content:hover{color:#51a9ff!important}.accounts-privacy{margin-bottom:10px;font-size:12px;color:#7f8898;text-align:center}.accounts-privacy p{line-height:1.7}.accounts-privacy a{text-decoration:underline}.btn-primary{background:#000!important;box-shadow:1px 4px 10px rgba(0,0,0,.25)!important;border-radius:4px!important}.btn-primary:hover{background:#343434!important}.btn-primary-violet{background:#5e83e2!important;color:#fff!important}.btn-primary-violet:hover{background:#3362da!important}.btn-primary{background:#1e1f24!important;color:#fff!important}.btn-primary:hover{background:#2a2b32!important}.insta-grad-label{background:linear-gradient(#b0377f,#ff3554 75.96%)!important;color:#fff!important}.cool-blue-label{background:linear-gradient(90deg,#2c3e50,#3498db)!important;color:#fff!important}.colorful-grad-label{background:linear-gradient(90deg,#7b4397,#dc2430)!important;color:#fff!important}.Toastify__toast{border-radius:6px;right:0;padding:0 15px 0 0!important;margin-bottom:1em!important;z-index:9999}@media only screen and (min-width:992px){.Toastify__toast{width:340px;right:25px}}.Toastify__toast-body{padding:0!important}.Toastify__close-button{margin-left:10px!important;align-self:center!important}.btn-outline-black{border:2px solid #333!important;background:transparent!important;color:#000!important;transition:all .2s!important}.btn-outline-black:hover{background:#333!important;color:#fff!important}.underline-shadhow{box-shadow:inset 0 -12px 0 rgba(250,227,178,.6)}.text-highlight{box-shadow:inset 0 -18px 0 #fae3b2}.RootSheet{z-index:10!important}.RootSheet .react-modal-sheet-container{height:100%!important}.RootSheet .react-modal-sheet-content{overflow:hidden!important}.react-modal-sheet-backdrop{border:none!important}hr{width:100%;opacity:.6;margin-block:10px;border-image:initial;border:solid rgba(30,31,36,.1);border-width:0 0 1px}.row-div{display:flex;align-items:center}.row-div--justify-between{justify-content:space-between}.row-div--justify-center{justify-content:center}.close-icon-modal,.row-div--justify-end{justify-content:flex-end}.close-icon-modal{width:100%;display:flex;cursor:pointer}.ui.active.transition.visible.dimmer{z-index:1000!important}