.splash-new{display:flex;width:100vw;height:100vh}@media screen and (max-width:768px){.splash-new{flex-direction:column;height:90vh}}.splash-new .image{display:flex;background:black;flex-basis:50%;background-size:cover;background-position:top center}@media screen and (max-width:768px){.splash-new .image{justify-content:center}}.splash-new .image IMG{width:40%;margin:0 10%}@media screen and (max-width:768px){.splash-new .image IMG{width:50%}}.splash-new .form{background:white;flex-basis:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:768px){.splash-new .form .language-select ul{bottom:40px;top:auto}}.splash-new .form P{font-size:1.2rem}.splash-new .form P B{color:black;font-weight:400}.splash-new .form DIV.field{margin-bottom:2rem}.splash-new .form LABEL{font-size:.9rem;text-transform:uppercase;color:var(--color-paragraph);margin-bottom:0}.splash-new .form DIV.email{display:none;width:100%;padding-bottom:0}.splash-new .wrap{max-width:36rem;width:100%}