.match-card-wrapper{align-items:center;border-radius:10px;display:flex;flex-direction:column;height:25vh;justify-items:center;margin:10px 2vw;text-align:center;width:100%}.match-card-wrapper .match-card-header{border-bottom:1px solid var(--cream);display:flex;flex:1;flex-direction:row;width:85%}.match-card-wrapper .match-card-header .match-card-header-logo{height:30px;margin:auto 10px auto auto;width:30px}.match-card-wrapper .match-card-header .match-card-header-text{display:inline-flex;font-size:25px;margin:auto auto auto 5px}.match-card-wrapper .match-card-body{display:flex;flex:3;flex-direction:row;margin:auto;overflow:clip;overflow:hidden;padding:10px;width:100%}.match-card-wrapper .match-card-body .match-card-name-away,.match-card-wrapper .match-card-body .match-card-name-home{flex:2;font-size:25px;margin:auto;overflow:hidden}.match-card-wrapper .match-card-body .match-card-score-away,.match-card-wrapper .match-card-body .match-card-score-home{flex:1;font-size:40px;margin:auto 5px}.match-card-wrapper .match-card-body p{color:var(--red1);flex:1;font-size:30px;font-weight:700;margin:auto}.match-card-wrapper .match-card-footer{border-top:1px solid var(--cream);display:flex;flex:1;flex-direction:row;width:75%}.match-card-wrapper .match-card-footer .match-card-footer-circle{border-radius:50%;height:20px;margin:auto 5px auto auto;width:20px}.match-card-wrapper .match-card-footer .match-card-footer-circle.-finished{background-color:var(--cream)}.match-card-wrapper .match-card-footer .match-card-footer-circle.-live{background-color:#00dc82}.match-card-wrapper .match-card-footer .match-card-footer-circle.-upcoming{background-color:var(--red2)}.match-card-wrapper .match-card-footer .match-card-footer-status{font-size:30px;margin:auto auto auto 5px}.match-card-wrapper .match-card-footer .match-card-footer-status.-finished{color:var(--cream);font-size:15px}.match-card-wrapper .match-card-footer .match-card-footer-status.-live{color:#00dc82;font-size:20px}.match-card-wrapper .match-card-footer .match-card-footer-status.-upcoming{color:var(--red2);font-size:15px}@font-face{font-family:helvetica world;src:local("../app/assets/fonts/helvetica-world-regular.woff2");font-display:swap}.homepage{display:flex;flex-direction:column;height:100%;margin:auto;overflow:auto}.homepage .homepage-description{align-items:center;background-color:var(--blue2);border-radius:10px;display:flex;flex:auto;flex-direction:row;margin:3vh auto;padding:20px;width:85%}.homepage .homepage-description .homepage-description-image{align-items:center;display:inline-flex;flex:auto;height:15%;max-width:500px;width:15%}.homepage .homepage-description .homepage-description-image .homepage-description-image-logo{margin:0 auto;max-height:300px;max-width:300px}.homepage .homepage-description .homepage-description-text{flex:2;font-family:helvetica world,helvetica,arial,sans-serif;margin:auto 15px;width:45%}.homepage .homepage-description .homepage-description-text h5{font-size:30px;font-weight:bolder;margin:10px}.homepage .homepage-description .homepage-description-text h3{font-size:20px;font-weight:700;margin:10px}.homepage .homepage-description .homepage-description-text p{margin:10px;text-align:justify}.homepage .homepage-description .homepage-description-infos{flex:1;margin:auto 10px;width:25%}.homepage .homepage-description .homepage-description-infos .homepage-infos-date,.homepage .homepage-description .homepage-description-infos .homepage-infos-instagram,.homepage .homepage-description .homepage-description-infos .homepage-infos-location{display:flex;flex-direction:row;margin:15px 0}.homepage .homepage-description .homepage-description-infos .homepage-infos-date-icon,.homepage .homepage-description .homepage-description-infos .homepage-infos-instagram-icon,.homepage .homepage-description .homepage-description-infos .homepage-infos-location-icon{height:20px;margin:auto 0}.homepage .homepage-description .homepage-description-infos .homepage-infos-date-text,.homepage .homepage-description .homepage-description-infos .homepage-infos-instagram-text,.homepage .homepage-description .homepage-description-infos .homepage-infos-location-text{display:inline-flex;margin:0 10px}.homepage .homepage-schedule-cards-wrapper{flex:auto;width:100%}.homepage .homepage-schedule-cards-wrapper .homepage-schedule-cards-title{display:flex;flex-direction:row;justify-content:space-between;width:100%}.homepage .homepage-schedule-cards-wrapper .homepage-schedule-cards-title .homepage-schedule-cards-title-text{display:inline-block;font-size:30px;font-weight:bolder;margin:0 10vw}.homepage .homepage-schedule-cards-wrapper .homepage-schedule-cards-title .homepage-schedule-cards-redirect{display:inline-block;font-size:20px;font-weight:bolder;margin:0 10vw;position:relative;right:0}.homepage .homepage-schedule-cards-wrapper .homepage-schedule-cards{border:2px solid var(--cream);border-radius:10px;margin:auto;padding:40px 0 10px;width:85%}.homepage .homepage-schedule-cards-wrapper .homepage-schedule-cards .homepage-schedule-coming-soon{font-size:30px;font-weight:bolder;height:15vh;text-align:center}@media(max-width:768px){.homepage{flex-direction:column-reverse}.homepage .homepage-description{flex-direction:column}.homepage .homepage-description .homepage-description-image,.homepage .homepage-description .homepage-description-infos,.homepage .homepage-description .homepage-description-text{width:100%}}
