*{margin:0;padding:0}.app-container{display:flex;flex-direction:column;min-height:100vh}main{flex:1;display:flex;flex-direction:column}body{line-height:1.2;font-family:Avenir,Helvetica,Arial,sans-serif;color:#2c3e50;-webkit-font-smoothing:antialiased;text-align:center}body header,body footer{padding-left:20px;padding-right:20px;box-sizing:border-box}body h1,body h2,body h3,body h4,body h5,body h6{font-family:Avenir,Helvetica,Arial,sans-serif;font-weight:700;color:#2c3e50}body img{object-fit:cover}body header,body main{margin:0 auto;width:100%}body button{cursor:pointer}.sr-only{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.home__features{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem}@media screen and (min-width: 920px){.home__features{flex-direction:row}}.home .feature__icon{width:100px;border:10px solid #00bc77;border-radius:50%;padding:1rem}.home .feature__item{flex:1;padding:2.5rem}.home .feature__title{color:#2c3e50;font-size:1.25rem;font-weight:700;margin:20px 0 8px}.hero{background-image:url(/assets/bank-tree-Bq3LVFJH.jpeg);background-position:0 -50px;background-size:cover;background-repeat:no-repeat;height:300px;position:relative}.hero__content{position:relative;top:2rem;width:200px;background:#fff;padding:2rem;text-align:left;margin:0 auto}.hero__content-subtitle{font-weight:700;font-size:1rem}@media screen and (min-width: 920px){.hero__content-subtitle{font-size:1.5rem}}.hero__content-text{margin-bottom:0;font-size:.9rem}@media screen and (min-width: 920px){.hero__content-text{font-size:1.2rem}}.hero{background-image:url(/assets/bank-tree-Bq3LVFJH.jpeg);background-position:0 -50px;background-size:cover;background-repeat:no-repeat;height:300px;position:relative}@media screen and (min-width: 920px){.hero{height:400px;background-position:0% 33%}}.hero__content{position:relative;top:2rem;width:200px;background:#fff;padding:2rem;text-align:left;margin:0 auto;box-sizing:content-box}@media screen and (min-width: 920px){.hero__content{position:absolute;top:50px;right:50px;width:300px;margin:2rem}}.hero__subtitle{font-size:1rem;color:#2c3e50;font-weight:700}@media screen and (min-width: 920px){.hero__subtitle{font-size:1.5rem}}.hero__text{margin-top:19px;margin-bottom:0;font-size:.9rem}@media screen and (min-width: 920px){.hero__text{font-size:1.2rem}}.feature{flex:1;padding:2.5rem}.feature__icon{width:100px;border:10px solid #00bc77;border-radius:50%;padding:1rem}.feature__title{color:#2c3e50;font-size:1.25rem;font-weight:700;margin:20px 0 8px}.feature__text{margin:16px 0}.form__input-wrapper{display:flex;flex-direction:column;text-align:left;margin-bottom:1rem}.form__label{font-weight:700}.form__input{padding:.5rem;border:1px solid #ccc;border-radius:4px;margin-top:.5rem;font-size:1.2rem}.form__input-remember{display:flex;align-items:center}.form__checkbox{margin-right:.25rem}.form__checkbox-label{margin-left:.25rem}.form__sign-in-button{width:100%;padding:8px;font-size:1.1rem;font-weight:700;margin-top:1rem;border:none;background-color:#00bc77;color:#fff;cursor:pointer}.sign-in{background-color:#12002b;display:flex;align-items:center}.sign-in__content{background-color:#fff;width:300px;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;margin-top:3rem}.sign-in__icon{width:48px;height:48px;margin-bottom:1rem}.sign-in__title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1.5rem}.sign-in__loading{color:#666;font-size:.9rem;margin-top:1rem;animation:fadeIn .5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sign-in__error{color:red;font-size:.9rem;margin-top:1rem}.profile{background-color:#12002b}.profile__header{color:#fff;margin-bottom:2rem}.profile__title{margin:21px 0;color:#fff}.account{display:flex;justify-content:space-between;align-items:center;border:1px solid #ccc;background-color:#fff;width:80%;margin:0 auto;flex-direction:column;padding:1.5rem;box-sizing:border-box;text-align:left;margin-bottom:2rem}@media (min-width: 720px){.account{flex-direction:row}}.account__content-wrapper{width:100%;flex:1}.account__title{font-size:1rem;font-weight:400}.account__amount{font-size:2.5rem;font-weight:700}.account__cta{flex:0}.account__transaction-button{display:block;width:100%;padding:8px;font-size:1.1rem;font-weight:700;margin-top:1rem;border:none;background-color:#00bc77;color:#fff;cursor:pointer}@media (min-width: 720px){.account__transaction-button{width:200px}}.profile__edit-button{border:1px solid #00bc77;background-color:#00bc77;color:#fff;font-weight:700;padding:10px 15px;transition:background-color .3s}.profile__edit-button:hover{background-color:#00995c}.profile__edit-form{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.profile__edit-inputs{display:flex;gap:.5rem}.profile__input{width:120px;padding:.5rem;border:1px solid #ccc;border-radius:4px;transition:border-color .3s}.profile__input:focus{border-color:#00bc77;outline:none}.profile__edit-actions{display:flex;gap:.5rem}.profile__save-button,.profile__cancel-button{padding:.5rem 1rem;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s,color .3s;border:none}.profile__save-button{background-color:#00bc77;color:#fff}.profile__save-button:hover{background-color:#00995c}.error-message{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:80px;text-align:center;margin-top:100px;margin-bottom:100px}@media screen and (min-width: 920px){.error-message{gap:40px;margin-bottom:80px}}.error-message__number{color:red;font-size:clamp(4rem,10vw,14rem)}.error-message__number,.error-message__text,.error-message__link{text-shadow:1px 1px 4px rgba(0,0,0,.5)}.error-message__text{color:#00bc77;font-size:clamp(.7rem,2vw,2rem);margin:0 auto;color:#000;font-size:clamp(.7rem,1vw + .5rem,1.25rem);text-decoration:none;font-weight:700}.error-message__text:hover{color:red}.error-message__link{color:#000;font-size:clamp(.7rem,1vw + .5rem,1.25rem);text-decoration:none;font-weight:700}.error-message__link:hover{color:#00bc77}.header{display:flex;justify-content:center;align-items:center;justify-content:space-between;padding:5px 20px}.header__logo-link{text-decoration:none}.header__logo-img{height:54px;max-width:200px;object-fit:contain}@media screen and (min-width: 920px){.header__logo-img{height:47px}}.header__nav{display:flex;align-items:center}.header__nav-list{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-end;list-style:none;padding:0;margin:0}.header__nav-item{margin-right:1rem}.header__nav-link{display:flex;align-items:center;text-decoration:none;color:#2c3e50;margin:0 .5rem;font-size:1rem;font-weight:700;transition:color .3s}@media screen and (max-width: 720px){.header__nav-link{font-size:.875rem}}.header__nav-link:hover{color:#00bc77;text-decoration:underline}.header__nav-link-icon{margin-right:.5rem;width:20px}@media screen and (max-width: 720px){.header__nav-link-icon{width:16px}}.header__nav-text{font-size:1rem}@media screen and (max-width: 720px){.header__nav-text{font-size:.875rem}}.footer{display:flex;justify-content:center;border-top:2px solid #ccc;padding:2rem 0 1.5rem}.footer-text{font-weight:500}
