@keyframes slideOutIn{0%{margin-right:0}25%{margin-right:-80px;margin-left:0}26%{margin-left:-180px;margin-right:0}50%{margin-right:0;margin-left:0}}.hero{display:flex;flex-direction:column;position:relative}.hero__content{max-width:calc(100vw - calc(((100vw - 1440px) / 2) + 120px) * 2);margin-right:24px;margin-left:24px;margin-top:71px}@media(min-width:768px){.hero__content{margin-right:60px;margin-left:60px}}@media(min-width:1176px){.hero__content{margin-right:120px;margin-left:120px}}@media(min-width:1440px){.hero__content{margin-right:auto;margin-left:auto}}.hero__content__title{line-height:44px;font-family:var(--font-afacad);font-weight:400;font-size:32px;line-height:42px;text-align:center;margin:0 auto;color:var(--black-3);max-width:540px}@media(min-width:1176px){.hero__content__title{font-size:40px;line-height:54px;max-width:640px}}.hero__content__title span{position:relative}.hero__content__title span:before{content:"";position:absolute;width:calc(100% + 10px);height:40px;top:20px;background-color:var(--yellow-1);z-index:-1;width:0;animation:expandLeft .6s forwards;animation-delay:1s;height:28px}@media(min-width:1176px){.hero__content__title span:before{height:40px}.hero__content__title{font-size:40px;line-height:52px}}.hero__content__text{font-size:16px;line-height:32px;text-align:center;max-width:700px;margin:30px auto;color:var(--black-3)}.hero__content__buttons{display:flex;flex-direction:row;column-gap:22px;justify-content:center;margin-bottom:34px}.hero__image{position:relative;margin:0 auto;max-width:80%}@media(min-width:768px){.hero__image{max-width:600px}}@media(min-width:1176px){.hero__image{max-width:843px}}.hero__image:before{content:"";height:calc(100% - 20px);width:100%;top:24px;right:20px;background-color:var(--grey-5);position:absolute;display:block;border-radius:20px;z-index:-2;animation:slideRight .6s forwards;animation-delay:.6s}@media(min-width:768px){.hero__image:before{top:64px;height:calc(100% - 50px)}}.hero__image:after{content:"";height:calc(100% - 20px);width:100%;left:20px;top:24px;background-color:var(--black-3);position:absolute;border-radius:20px;z-index:-1;animation:slideLeft .6s forwards;animation-delay:.6s}@media(min-width:768px){.hero__image:after{top:64px;left:-18px;height:calc(100% - 50px);margin:0 auto}}.hero__image img{top:0;width:100%;position:relative;margin:0 auto}@media(min-width:1176px){.hero__image img{max-width:843px}}.hero__wave-bg{z-index:-1;position:absolute;width:100%;top:400px;left:0;right:0;bottom:0}.hero__wave-bg img{width:100%;opacity:.1}.hero .log-in-button a{background-color:transparent;transition:background-color 0s ease-in}.hero .log-in-button a:hover{background-color:#eaeaea}@keyframes slideRight{0%{right:0}to{right:-18px}}@keyframes slideLeft{0%{left:0}to{left:-18px}}@keyframes expandLeft{0%{width:0}to{width:calc(100% + 10px)}}