@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideFromTop{0%{transform:translateY(-50px)}to{transform:translateY(0)}}@keyframes slideToBottom{0%{transform:translateY(0)}to{transform:translateY(50px)}}.list_top_desti>div,.modal_new{display:flex;align-items:center;justify-content:center}.modal_new{position:fixed;top:0;left:0;width:100%;height:100%;background:#2c3e50bd;animation:fadeIn .3s both;z-index:999}.modal-wrapper{position:relative;overflow:auto;width:750px;max-width:calc(100vw - 30px);max-height:calc(100vh - 30px);padding:20px 0 5px;border-radius:11px;background-color:#fff;animation:slideFromTop .3s both}.modal_new[aria-hidden=true]{animation-name:fadeOut}.modal_new[aria-hidden=true] .modal-wrapper{animation-name:slideToBottom}.modal_new .close{position:absolute;right:0;bottom:104%;cursor:pointer}.modal-type-3{z-index:99999;right:0;left:0;transform:translate3d(0,0,0);padding:60px 0 20px;height:100%;overflow-y:auto}.modal-type-3 .head,.modal-type-3 .list_top_desti{display:flex;flex-wrap:wrap;justify-content:space-between}.modal-type-3,.modal-type-3 .head{background-color:#fff;position:fixed;top:0}.modal-type-3 .head{align-items:center;color:var(--primary-1);font-size:1.1rem;font-weight:700;padding:15px;box-shadow:0 3px 6px #00000029;width:100%;z-index:999}.list_top_desti>div{height:120px;padding:10px 15px;color:#fff;font-size:1.1rem;line-height:1.3em;width:calc(50% - 3px);margin-bottom:5px;text-align:center;text-transform:uppercase;border-radius:5px}.modal-type-3 .body-modal h3{color:#38a7f8;font-weight:700;font-size:1.2rem;text-align:left;margin:15px 0;text-transform:uppercase}.modal-type-3 .list_top_desti{margin-bottom:30px}.modal-type-3 .list_top_desti+h3{margin-bottom:5px}.modal-type-3 .type_filter{font-size:1.1rem;color:var(--primary-1);font-weight:700;padding:12px 10px;margin:2px 5px 2px 0;border-bottom:1px solid #bfbfbf}.modal-type-3 .type_filter.under{padding-left:24px;font-weight:600}.modal-type-3 .body-modal{overflow:auto;padding:10px 20px}.modal-type-3 .year{color:#154e84;text-align:center;width:100%;font-size:1.4rem;font-weight:700;margin:15px 0 2px}.close_modal{position:absolute;top:6px;right:6px;cursor:pointer;z-index:1}.close_modal img{width:32px}body.blocked,html.blocked{overflow:hidden}