@charset "utf-8";@media only screen and (min-width:767px){.marquee-section{font-family:Anton,sans-serif;padding:5px 20px;height:38px}.index-row{display:grid;grid-template-columns:18% 1fr 18%;gap:clamp(15px,1.4vw,30px)}.index-row .left{grid-column:1/2;grid-row:1/2;padding-bottom:20px}.index-row .main{grid-column:2/3;grid-row:1/2}.index-row .right{grid-column:3/4;grid-row:1/2;padding-bottom:20px}.sticky{position:sticky;top:20px}}.marquee-section{padding:5px;background-color:rgba(255,255,255,.8);margin-bottom:clamp(10px,1vw,20px);box-shadow:inset 0 5px 10px var(--primary-color-100);border-bottom:1px solid var(--primary-color-100);overflow:hidden}@media only screen and (max-width:500px){.marquee-section{font-size:12px;height:26px}}.marquee-section a{color:var(--primary-color-600);font-weight:500;background-image:linear-gradient(to top,var(--primary-color-800),var(--primary-color-300));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 3px rgb(0,0,0,.1);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.marquee-section a::before{content:"❯❯❯";font-size:80%}.marquee-section a::after{content:""}.index-owl-carousel{padding:0 20px;min-height:13vw;overflow:hidden}@media only screen and (max-width:1000px){.index-owl-carousel{min-height:20vw}}@media only screen and (max-width:767px){.index-owl-carousel{padding:0 10px;width:100%;aspect-ratio:auto 6/2.1;display:block;min-height:40vw}.owl-theme .owl-dots .owl-dot span{width:6px!important;height:6px!important}}.nav-tabs{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:18px 5px;margin:0 0 10px!important;padding:0 0 10px!important}.nav-tabs li a{padding:5px 10px;background-color:#fff;color:var(--primary-color-600);border:1px solid var(--primary-color-600);border-radius:50px}.nav-tabs li a.active,.nav-tabs li a:hover{background-color:var(--primary-color-600);color:#fff}.tab-content>.tab-pane{display:none;position:relative}.tab-content>.active{display:block}