.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.hero-section{width:100%;min-height:100vh;justify-content:center;margin-top:-64px}.hero-content,.hero-section{position:relative;display:flex;align-items:center}.hero-content{z-index:10;flex-direction:column;transform:translateY(-32px)}.hero-content h2{margin-top:-.7em}.main-content{position:relative;z-index:10;background-image:url(https://static.wixstatic.com/media/d5800b_360e5c85e3fa48e4ba672e3ca2928f16~mv2.png);background-size:cover;background-position:50%;background-attachment:fixed;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.animate-fade-in{animation:fadeIn 1s ease-out}.animate-glow{animation:glow 2s ease-in-out infinite alternate}.animate-slide-up{animation:slideUp 1s ease-out,glow 2s ease-in-out infinite alternate}.btn-main{display:inline-block;border-width:2px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));background-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-main:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));box-shadow:0 0 15px hsla(0,0%,100%,.7);transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glow{0%{text-shadow:0 0 4px #fff,0 0 8px #fff}to{text-shadow:0 0 8px #fff,0 0 16px #fff,0 0 24px #fff}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body,html{overscroll-behavior-y:none}body{position:relative;min-height:100vh;overflow-x:hidden}.hover\:animate-glow:hover{animation:glow 2s ease-in-out infinite alternate}