:root{--white:#FDFDFE;--blue:#8AA0EC;--lightblue:#CED6F2;--midnightBlue:#4D5A86;--buttonBlue:#B2C0F0;--titleColor:#4e5b87;--manufaturer:#8c8c8c;--productRef:#000000;--red:#ea8685;--deepred:#c0392b;--grey:#ced6e0;--warning:#ffda79}body{margin:0;padding:0}.title-text{color:var(--white);font-family:'Open Sans',sans-serif;font-weight:lighter;padding-right:5px;padding-left:5px}.errorMsg{color:var(--white);background-color:var(--red);width:600px;height:100px;border-radius:10px;display:flex;flex-direction:column;justify-content:center}.wrapper{width:1080px;height:1793px;background-color:var(--blue);display:flex;flex-direction:column;justify-content:center;align-items:center}.wrapper-v2{width:1080px;height:1920px;background-color:var(--lightblue);display:flex;flex-direction:column;justify-content:center;align-items:center}.footer{width:1080px;height:127px;background-color:var(--midnightBlue);display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin:0;padding:0}.wrapper h1,.wrapper h3{margin:3px}.wrapper h1{font-size:79px;text-align:center}.wrapper h3{font-size:45px;text-align:center}.leftWrapper{width:707px;height:1920px;background-color:var(--lightblue);display:inline-flex;float:left}.rightWrapper{width:373px;height:1920px;display:inline-block}.smallWrapper{width:373px;height:1703px;padding-top:40px;background-color:var(--blue);display:flex;flex-direction:column;align-items:center}.smallFooter{width:373px;height:127px;background-color:var(--midnightBlue);text-align:center}button{outline:0}.disableButton{visibility:hidden}.btn_clicked{background-color:var(--grey)!important}.rightWrapperHeader{height:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--midnightBlue);color:var(--white);font-family:'Open Sans',sans-serif}.toUppercase{text-transform:uppercase}.hidden{display:none}