:root{--gerne-red: hsla(0, 100%, 66%, 1);--gerne-blue: hsla(221, 65%, 68%, 1);--gerne-yellow: hsla(31, 58%, 43%, 1);--gerne-green: hsla(42, 99%, 56%, 1)}.playsnow-card{display:flex;align-items:start;flex-direction:column;padding:20px;background-color:#d3d7e0;border-radius:10px;color:#00091e}.playsnow-card:hover .arrow-btn-white{background-color:#0f5bff}.playsnow-card__content{display:flex;align-items:center;justify-content:space-between;width:100%}.playsnow-card__content-ctab{margin-left:auto;flex:0 0 auto;cursor:pointer}.playsnow-card__content-more{width:1100px;gap:25px;display:flex;align-items:start;justify-content:space-between}.playsnow-card__content-more-title{width:262px;text-align:start}.playsnow-card__content-more-text{width:500px}.playsnow-card__content-more-time .m-text{font-weight:500;font-size:18px;line-height:28px}@media(max-width:992px){.playsnow-card__content-more{display:grid;grid-template-columns:auto 1fr;gap:0;column-gap:25px}.playsnow-card__content-more-time{order:1}.playsnow-card__content-more-title{order:3}.playsnow-card__content-more-text{order:2;grid-row:span 2;width:auto}}@media(max-width:768px){.playsnow-card__content-more{display:flex;justify-content:flex-start}}@media(max-width:768px)and (max-width:576px){.playsnow-card__content-more{flex-direction:column}}@media(max-width:768px){.playsnow-card__content-more-title{width:auto}.playsnow-card__content-more-text{display:none}}body{background-color:#e9ecf1}.program-schedule{padding-top:150px;padding-bottom:150px}.program-schedule__title{margin-bottom:50px}.program-schedule__days{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:50px;padding:5px;margin-bottom:30px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory}.program-schedule__days::-webkit-scrollbar{display:none}.program-schedule__days .day-btn{scroll-snap-align:start end;flex:1;padding:6px 20.5px;border-radius:40px;color:#00091e;font-weight:700;font-size:14px;line-height:18px;cursor:pointer;display:flex;align-items:center;flex-direction:column;text-align:center;transition:background-color .3s ease}.program-schedule__days .day-btn:hover:not(.active){background-color:#0000001a}.program-schedule__days .day-btn.active{background-color:#00091e;color:#fff}.program-schedule__list{display:flex;flex-direction:column;gap:10px}.program-schedule .program-item{display:flex;align-items:center;background-color:#0e1629;border-radius:10px;padding:50px 25px;gap:40px}.program-schedule .program-item__content{max-width:1100px;width:100%;display:flex;align-items:start;justify-content:space-between}.program-schedule .program-item__time{font-weight:500;font-size:18px;line-height:28px}.program-schedule .program-item__info{width:250px}.program-schedule .program-item__title{font-weight:700}.program-schedule .program-item__desc{max-width:500px}.program-schedule .program-item__action{margin-left:auto}
