@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";body{display:flex;flex-direction:column;margin:0 auto;max-width:100%;min-height:100vh}html{height:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:auto}}*{box-sizing:border-box;list-style:none;margin:0;outline:none;padding:0;scroll-behavior:smooth;text-decoration:none}img{height:auto;width:100%}ul{list-style:none;margin:0;padding:0}.PhoneInput .PhoneInputInput{background-color:initial;border:none;box-sizing:border-box;outline:none;padding:0;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400;font-size:16px;border-radius:16px;color:#000;width:100%}.PhoneInput .PhoneInputInput::placeholder{color:#b7b7b7}.animation{opacity:0;transform:translateY(-50%);transition:1s}.animation_show{opacity:1;transform:translateY(0)}