@font-face{font-family:Roboto_LOCAL;src:url(/resources/fonts/Roboto-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto_LOCAL;src:url(/resources/fonts/Roboto-Bold.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto_LOCAL;src:url(/resources/fonts/Roboto-Italic.ttf)format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto_LOCAL;src:url(/resources/fonts/Roboto-Light.ttf)format("truetype");font-weight:lighter;font-style:normal}.coursesPageOuter{justify-content:center;width:100%;min-height:60vh;font-family:Roboto,Arial,sans-serif;display:flex}.coursesPageOuter .courses-status{justify-content:center;align-items:center;width:100%;padding:80px 20px;display:flex}.coursesPageOuter .courses-status span{color:#707070;text-align:center;font-size:15px}.coursesPageOuter .coursesPage{width:100%;max-width:1200px;margin-top:8rem;padding-bottom:60px}.coursesPageOuter .coursesPage h1{text-align:center;color:#2c2c2c;margin:40px 50px 20px;font-size:30px;font-weight:700}@media (max-width:712px){.coursesPageOuter .coursesPage h1{margin:30px 20px 15px;font-size:18px}}.coursesPageOuter .coursesPage .mainCourses{flex-flow:wrap;justify-content:space-around;gap:0;width:100%;padding:0 10px 20px;display:flex}.courseCard{box-sizing:border-box;background-color:#fff;border-radius:20px;flex-direction:column;width:350px;height:450px;margin:20px 10px;padding:0;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:2px 4px 16px 5px #00000026}@media (max-width:425px){.courseCard{width:100%;max-width:350px;height:auto;min-height:420px}}.courseCard:hover{transform:translateY(-3px);box-shadow:2px 4px 20px 6px #00000047}.courseCard .image{flex-shrink:0;width:100%;height:45%;overflow:hidden}.courseCard .image img{object-fit:cover;width:100%;height:100%;display:block}.courseCard .image .img-placeholder{background:linear-gradient(135deg,#e0e0e0 0%,#c8c8c8 100%);width:100%;height:100%}.courseCard .content{box-sizing:border-box;flex-direction:column;flex:1;justify-content:space-between;width:100%;padding:14px 20px 20px;display:flex}.courseCard .content .type-time{justify-content:space-between;align-items:center;display:flex}.courseCard .content .type-time .type-badge{color:#454545;font-size:15px}.courseCard .content .type-time .time{color:#454545;align-items:center;gap:4px;font-size:15px;display:flex}.courseCard .content .title-short{flex-direction:column;gap:6px;margin:12px 0;display:flex}.courseCard .content .title-short .course-title{color:#1a1a1a;font-size:18px;font-weight:600;line-height:1.3}.courseCard .content .title-short .course-short{color:#454545;font-size:15px;line-height:1.4}.courseCard .content .card-footer{justify-content:flex-end;display:flex}.courseCard .content .card-footer .see-more{color:#0077ed;cursor:pointer;font-size:15px;font-weight:700}
