@charset "UTF-8";@keyframes opacity-in{from{opacity:0}to{opacity:1}}@keyframes fade-in-element{from{opacity:0;transform:translate(10px,10px)}to{opacity:1;transform:translate(0,0)}}@keyframes Rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes opacity-in{from{opacity:0}to{opacity:1}}@keyframes fade-in-element{from{opacity:0;transform:translate(10px,10px)}to{opacity:1;transform:translate(0,0)}}.card-spot-wrapper{background-color:#f0f0eb;padding:16px 24px 16px 24px}.card-spot-wrapper .card-spot{margin:0 auto;padding:0;align-items:center;width:960px;height:auto;background-color:#fff}.card-spot-wrapper .card-spot-inner{display:flex;align-items:center}.card-spot-wrapper .card-spot-inner.image-left{flex-direction:row;align-items:normal;padding:16px 24px 16px 24px;gap:32px}.card-spot-wrapper .card-spot-inner.image-right{flex-direction:row;align-items:normal;padding:16px 24px 16px 24px;gap:32px}.card-spot-wrapper .card-spot-image img{-o-object-fit:cover;object-fit:cover;width:280px;max-height:360px;height:-webkit-fill-available}.card-spot-wrapper .card-spot-content{flex:1;width:600px;padding:0}.card-spot-wrapper .card-spot-content p{font-size:1.1rem;line-height:1.6;margin-bottom:15px}.card-spot-wrapper .card-spot-content .card-spot-btn{display:inline-block;padding:11px 16px;font-size:17px;line-height:22px;text-decoration:none;font-weight:500;height:44px;margin-top:8px}@media (max-width:768px){.card-spot-wrapper .card-spot-inner{flex-direction:column!important;text-align:left;padding:16px}.card-spot-wrapper .card-spot-inner .card-spot-image{order:-1;margin-bottom:16px;text-align:center;margin:0}.card-spot-wrapper .card-spot-image img{width:310px;max-height:240px;height:-webkit-fill-available;-o-object-fit:cover;object-fit:cover}.card-spot-wrapper .card-spot{width:345px}.card-spot-wrapper .card-spot-content{width:313px}}.card-spot-wrapper .card-spot-content ul.card-spot-check-list{margin:0 0 18px;padding:0;display:grid;gap:5px}.card-spot-wrapper .card-spot-content ul.card-spot-check-list>li{background:url(/resources/gfx/bg/bg-icon-checkmark-blue-small.png) no-repeat 0 5px;color:#000;display:flex;font-size:16px;font-weight:400;list-style:none;line-height:24px;padding:0 0 0 32px}.card-spot-wrapper .card-spot-content .card-spot-header{font-weight:500;font-size:32px;line-height:36px;letter-spacing:-1.3px;vertical-align:middle}.card-spot-wrapper .card-spot-content .card-spot-text{font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;margin-bottom:16px}