.finance{flex-direction:column;justify-content:center;padding:154px;height:90vh}.finance,.finance .finance-top{display:flex;align-items:center;width:100%}.finance .finance-top{flex-direction:row;justify-content:space-between;gap:18px;margin-bottom:22px}.finance .finance-top .title{font-size:34px;font-weight:300;color:rgb(0,0,60)}.finance .finance-top .finance-line{flex:1 1;height:1px;background-color:rgba(0,0,60,.308)}.finance .finance-top .view{font-size:20px;color:#263beb;cursor:pointer}.finance .finance-bottom{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;width:100%}.finance .finance-bottom .article-link{width:32%}.finance .finance-bottom .article-link .finance-card{width:100%;height:490px;border-radius:2px;margin-bottom:44px;box-shadow:0 0 20px 10px rgba(0,0,0,.08)}.finance .finance-bottom .article-link .finance-card .finance-image-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:65%;width:100%;border-top-left-radius:2px;border-top-right-radius:2px}.finance .finance-bottom .article-link .finance-card .finance-image-container .finance-image{object-fit:cover;width:100%;height:100%;border-top-left-radius:2px;border-top-right-radius:2px}.finance .finance-bottom .article-link .finance-card .finance-card-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:22px;height:35%;background-color:white;border-bottom-left-radius:2px;border-bottom-right-radius:2px}.finance .finance-bottom .article-link .finance-card .finance-card-info .tag{background-color:#263beb;padding:4px;border-radius:2px;color:white;letter-spacing:1px;font-size:12px}.finance .finance-bottom .article-link .finance-card .finance-card-info .title{font-weight:500;font-size:18px}.finance .finance-bottom .article-link .finance-card .finance-card-info .date{display:flex;flex-direction:row;align-items:center;font-size:12px}.finance .finance-bottom .article-link .finance-card .finance-card-info .date .calendar{margin-right:4px}@media screen and (max-width:1300px){.finance{padding:44px;height:100%}}@media screen and (max-width:900px){.finance .finance-bottom .article-link{width:45%}}@media screen and (max-width:800px){.finance .finance-bottom .article-link{width:100%}}@media screen and (max-width:400px){.finance{padding:18px}}.hero-banner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:100vh}.hero-banner .hero-banner-left{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#060823;width:60%;height:100%}.hero-banner .hero-banner-left .text-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:80%}.hero-banner .hero-banner-left h1{font-size:78px;font-weight:300;color:white;margin-bottom:34px}.hero-banner .hero-banner-left h2{font-size:22px;font-weight:600;color:white}.hero-banner .hero-banner-right{display:flex;flex-direction:column;align-items:center;justify-content:center;width:40%;height:100%}.hero-banner .hero-banner-right .hero-banner-image{object-fit:cover;width:100%;height:100%}@media screen and (max-width:800px){.hero-banner{display:flex;flex-direction:column;width:100%;height:100%}.hero-banner .hero-banner-left{background-color:#060823;padding:70px;height:100%}.hero-banner .hero-banner-left,.hero-banner .hero-banner-right{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.hero-banner .hero-banner-right{height:400px}.hero-banner .hero-banner-right .hero-banner-image{object-fit:cover;width:100%;height:100%}}@media screen and (max-width:600px){.hero-banner .hero-banner-left{padding:40px}.hero-banner .hero-banner-left h1{font-size:48px;width:100%}}