:root{--dark-white:#000;--white-dark:#fff;--background-color:#f6f6f6;--text-color-primary:#222831;--text-color-secondary:#222831;--text-color-secondary-mobile:#222831;--text-color-secondary-notfocus:#5d5f63;--text-orange-green:#ff9442;--text-grey:#6b6b6b;--text-grey-2:#6b6b6b;--sidebar-line:#ccc;--button-outline-background:#222831;--button-solid-background:#222831;--button-solid-background-2:#fff;--button-solid-background-3:#222831;--button-outline-hover-bg:#222831;--button-text:#fff;--button-text-2:#222831;--button-text-3:#eee;--scroll-color:#222831;--input-outline-color:#0072ff;--white-black2:#fff}[data-theme=darkMode]{--dark-white:#fff;--white-dark:#000;--background-color:#000;--text-color-primary:#eee;--text-color-secondary:#4ecca3;--text-color-secondary-mobile:#23866b;--text-color-secondary-notfocus:#2ba57d;--text-orange-green:#4ecca3;--text-grey:#eee;--text-grey-2:#ccc;--sidebar-line:#2ba57d;--button-outline-background:#4ecca3;--button-solid-background:#23866b;--button-solid-background-2:#23866b;--button-solid-background-3:#23866b;--button-outline-hover-bg:#23866b;--button-text:#fff;--button-text-2:#fff;--button-text-3:#eee;--scroll-color:#23866b;--input-outline-color:#4ecca3;--white-black2:#202020}.mobile-home-connection__content{display:inline-block;margin:50px 30px 80px}.mobile-home-connection__content .content-container .left-column{justify-content:center;display:flex;align-items:center}.mobile-home-connection__content .content-container .left-column .animation-loader__image{width:100%!important}.mobile-home-connection__content .content-container .right-column{padding:20px}.mobile-home-connection__content .content-container .title{font-size:1.5rem;font-weight:700;color:var(--text-color-primary)}.mobile-home-connection__content .content-container .subtitle{margin-top:10px;font-size:.875rem;color:var(--text-grey);font-weight:500}.mobile-home-connection__content .content-container .sub-content{margin-top:30px}.mobile-home-connection__content .content-input{width:100%;padding:10px 15px;border-radius:4px;border:2px solid #e1e4e8;font-weight:500;font-size:.8125rem;color:#000;margin:0;outline:0;box-sizing:border-box;margin-bottom:15px}.mobile-home-connection__content .content-input:focus{border-color:var(--input-outline-color)}.mobile-home-connection__content .content-input.input--textarea{resize:none}.mobile-home-connection__content .connection-button{padding:12px 20px;color:var(--button-text);background:var(--button-solid-background);transition:background .2s,color .2s;font-size:.8125rem;font-weight:500;border-radius:4px;margin:10px 0;cursor:pointer;border:0;outline:0;float:right}@media screen and (max-width:375px){.mobile-home-connection__content{margin:50px 15px 80px}}@media screen and (min-width:600px) and (max-width:1024px){.mobile-home-connection__content{display:block;max-width:650px;margin:50px auto 100px;width:90%}.mobile-home-connection__content .left-column{max-width:500px;margin:0 auto}}