:root{--main-color:#000;--secondary-color:#fff;--link:#000;--gray-2:#4e4e4e;--gray-3:#888;--gray-6:#f5f5f5;--link-hover:#000;--cta-color:#ffd900;--cta-color-hover:#fff01a;--green:#2ea44f;--fontsize:16px;--link:#f80;--link-hover:#e76800}*,body,html{box-sizing:border-box;margin:0;outline:none;padding:0}body{background-color:var(--secondary-color);font-family:Inter,sans-serif;font-size:var(--fontsize)}h3{font-size:1.2rem}ol,ul{margin:0;padding:0}ul li{list-style:none}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}a:active,a:focus,a:hover{border:none;outline:none}.wrapper{display:flex;flex-direction:column;font-size:var(--fontsize);height:100%;overflow-x:hidden;overflow-y:auto;position:relative}@media only screen and (min-width:375px){.wrapper{--fontsize:18px}}@media only screen and (min-width:530px){.wrapper{--fontsize:20px}}.content{flex:1 0 auto}.footer{flex:0 0 auto}.contain{position:relative}.center,.contain{align-items:center;display:flex;flex-direction:column;width:100%}.center{justify-content:center;max-width:1440px;padding:0 1rem}.btn,.item__button{background:var(--cta-color);border-radius:.6rem;cursor:pointer;font-size:.9rem;font-weight:700;padding:.7rem 1rem;text-align:center;transition:background .2s ease-out}.btn:hover,.item__button:hover{background:var(--cta-color-hover)}body.modal-open{overflow:hidden}.custom-page__container{background-color:#fff;border:1px solid #ebebeb;border-radius:1rem;box-shadow:0 15px 30px #0000001a;margin:2rem auto 3.4rem;max-width:1440px;padding:20px;width:100%}@media (min-width:530px){.custom-page__container{padding:3rem}}.custom-page__container h1{font-size:1.6rem;letter-spacing:-1px;margin-bottom:2rem}.custom-page__container h1 span{display:block;font-size:1.2rem;margin-top:.4rem}@media (min-width:720px){.custom-page__container h1{font-size:2rem}}.custom-page__container h3{color:var(--gray-2);margin-top:2rem}.custom-page__container h1,.custom-page__container h3{color:var(--gray-2);margin-bottom:1rem}.custom-page__container p{font-size:1rem;line-height:1.6;margin-bottom:10px}.custom-page__container ul li{font-size:1rem;list-style-type:disc;margin-bottom:10px;margin-left:3rem}
