*{box-sizing:border-box}:root{--header-height: 60px;--footer-height: 75px;--flow: 1rem;--primary-color: #38af74;--secondary-color: #fff}*:focus-visible{outline:2px solid var(--primary-color)}*:focus:not(:focus-visible){outline:none}html{height:100%;font-family:Inter,Arial,Helvetica,sans-serif,"system-ui"}body{padding:0;margin:0;height:100%}p,h3,h2{margin:0;font-weight:500}p{font-size:.8rem}button{border:none;background:transparent;cursor:pointer;padding:0}img{display:block}ul{padding:0;margin:0}li{list-style:none}.uppercase{text-transform:uppercase}.title{font-size:2.5rem;font-weight:500;line-height:50px}.title-sm{font-size:1.5rem;font-weight:500}.text{font-size:1.2rem}.text-sm{font-size:.9rem}.text-grey{color:#949494}.light{font-weight:300}.bold{font-weight:600}.underline{text-decoration:underline}.flex{display:flex}.flex-y-center{align-items:center}.flex-x-center{justify-content:center}.gap-half{gap:.5rem}.gap-1{gap:1rem}.gap-2{gap:2rem}.divider{height:1px;width:100%;background:#949494}.divider.vertical{width:1px;height:100%}.relative{position:relative}.subtitle{color:#131313;text-align:center;font-size:1.5rem;font-style:normal;font-weight:500;line-height:27.5px}.flow>*+*{margin-top:var(--flow)}.error-wrapper{padding:0 2rem}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}[data-main-header]{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;justify-items:center;height:var(--header-height, 60px);padding:0 2rem;background:#fff}.header{box-shadow:0 2px 8px #00000026;position:relative;z-index:5}.main{margin-bottom:75px}.main-content{width:100%;min-height:850px;height:calc(100vh - var(--header-height));display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row}.center{align-items:center;justify-content:center}.home-content{width:75%;height:100%;padding:4rem 0;display:flex;flex-direction:row;gap:1rem}.basic-header .right{justify-self:end;display:flex;align-items:center;gap:1rem}.text-center{text-align:center}.basic-header .left{justify-self:start}.basic-header .right>.profile{display:flex;align-items:center;gap:.5rem}.logged-in-header .profile img{width:40px;height:40px;border-radius:50%}.card-header{color:#848484;text-transform:uppercase}.dark-grey-txt{color:#848484}@media (max-width: 900px){:root{--header-height: 50px}.main-content{flex-direction:column}[data-main-header]{height:var(--header-height, 50px)}}.hidden{display:none}.spinner-container{position:relative;margin:0 auto;width:20px}.spinner-container:before{content:"";display:block;padding-top:100%}.circular{animation:rotate 1.2s linear infinite;height:100%;transform-origin:center center;width:100%;position:relative;inset:0;margin:auto}.path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke:var(--primary-color);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.spinner{height:80px;width:80px;display:flex}.dialog-content{background-color:#fff;border-radius:6px;box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:450px;max-height:85vh;padding:25px;animation:contentShow .15s cubic-bezier(.16,1,.3,1)}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width: 700px){.core-logo-container>svg{max-width:150px}}
