section.events-module{overflow:hidden;position:relative;z-index:1}section.events-module .container{display:flex;flex-direction:column;gap:45px}section.events-module .container .select-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:15px 30px}section.events-module .container .select-wrapper select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 13.364 18.222 7 20 8.818 12 17 4 8.818 5.778 7z'/%3E%3C/svg%3E");background-position:top 13px right 15px;background-repeat:no-repeat;border:1px solid #d9d7d1;border-radius:10px;cursor:pointer;font-family:Roboto,sans-serif;font-size:20px;font-weight:300;line-height:140%;max-width:100%;outline:3px solid transparent;padding:10px 45px 10px 15px;transition:.3s ease;width:290px}section.events-module .container .select-wrapper select:focus{outline:3px solid #f2f2f2}section.events-module .container .select-wrapper select::-ms-expand{display:none}section.events-module .container .wrapper{display:grid;gap:30px;grid-template-columns:1fr 1fr 1fr 1fr}@media screen and (max-width:1390px){section.events-module .container .wrapper{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:1080px){section.events-module .container .wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:540px){section.events-module .container .wrapper{grid-template-columns:1fr}}section.events-module .container .wrapper .card{background-color:#f2f2f2;border-radius:10px;display:flex;flex-direction:column;gap:30px;justify-content:space-between;padding:20px 30px}section.events-module .container .wrapper .card.temp{animation:toggleOpacity 1s infinite alternate;height:215px;transition:.3s ease}@keyframes toggleOpacity{0%{opacity:1}to{opacity:.5}}section.events-module .container .wrapper .card:not(.temp){animation:fade 1s}@keyframes fade{0%{opacity:0}to{opacity:1}}section.events-module .container .wrapper .card:hover .arrow-ctn{display:flex;height:15px;transform:rotate(45deg);width:15px}section.events-module .container .wrapper .card:hover .arrow-ctn svg path.one{fill:#000}section.events-module .container .wrapper .card:hover .arrow-ctn svg path.two{stroke:#000}section.events-module .container .wrapper .card .h4{display:-webkit-box;font-family:ISLSemi;line-height:1.4;text-decoration:underline;text-decoration-color:#f3e200;text-underline-offset:4px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}section.events-module .container .wrapper .card .regular{align-items:center;display:flex;gap:10px}section.events-module .container .wrapper .card .regular p{display:-webkit-box;width:100%;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}section.events-module .container .wrapper .card .regular .arrow-ctn{display:flex;height:15px;transition:transform .3s ease-in-out;width:15px}section.events-module .container .wrapper .card .regular .arrow-ctn svg path{transition:.3s ease}section.events-module .container #show-more{margin:auto}