﻿@import"vendor/swiper-bundle.min.css"layer;@layer{/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}}:root{--baseFontSize: 16px;--baseColor: #333;--bodyBgColor: #fff;--bodyMaxWidth: 1920px;--containerWidth: 1200px;--primaryColor: #0086ff}html{font-size:var(--baseFontSize);scroll-behavior:smooth}html[lang=en] .base-menubar{column-gap:.5em}html[lang=en] .base-menubar__item{margin-inline:.2em}html[lang=en] .base-menubar__item .o-alink{font-weight:500}body{display:flow-root;margin:auto;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";max-width:var(--bodyMaxWidth);color:var(--baseColor);background-color:var(--bodyBgColor);caret-color:#e00;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none !important}body:has([popover]:popover-open){overflow:hidden}body.is-stick{position:fixed;width:100%}body.is-stick.is-stick-scroll{overflow-y:scroll}h1,h2,h3,h4,p,figure{margin:0}ul,ol,dl,dd{margin:0;padding:0}ul,ol{list-style:none}*,::after,::before{box-sizing:border-box}:any-link{color:var(--baseColor);text-decoration:none;cursor:pointer;transition:color .4s}:any-link:hover{color:var(--primaryColor);text-decoration:none}::selection{color:#fff;background-color:#36c}input::placeholder,textarea::placeholder{color:#aaa}.rui-imgover{display:block;position:relative}.rui-imgover:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.95) 100%);transition:opacity .4s ease-in-out}.rui-imgover:hover:after{opacity:.2}.rui-gotop{display:flex;justify-content:center;align-items:center;position:fixed;bottom:1rem;right:.5rem;z-index:999;margin-bottom:0;width:2.2rem;height:2.2rem;text-decoration:none;background-color:rgba(32,28,43,.6);border-radius:50%;opacity:0;visibility:hidden;transition:background-color .3s,opacity .3s,visibility .3s,bottom .3s}html.ios .rui-gotop{-webkit-tap-highlight-color:rgba(0,0,0,0)}.rui-gotop.icon-gotop::before{content:"";font-size:1.1em;color:hsla(0,0%,100%,.9)}.rui-gotop.is-visible{opacity:1;visibility:visible}@keyframes bounceIn{0%{opacity:0;scale:.8}100%{opacity:1;scale:1}}@keyframes bounceOut{0%{scale:1}30%{scale:1.05}100%{opacity:0;scale:.8}}.rui-popover{--minWidth: 750px;--maxWH: 98%;--duration: .3s;--backdropColor: rgba(32, 28, 43, .5);padding:0;min-width:var(--minWidth);max-width:var(--maxWH);max-height:var(--maxWH);border-width:0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:display var(--duration) allow-discrete,overlay var(--duration) allow-discrete;animation:bounceOut var(--duration)}.rui-popover:popover-open{animation:bounceIn var(--duration)}.rui-popover.is-backdrop::backdrop{background-color:rgba(0,0,0,0);backdrop-filter:blur(3px);transition:1s allow-discrete}.rui-popover.is-backdrop:popover-open::backdrop{background-color:var(--backdropColor)}@starting-style{.rui-popover.is-backdrop:popover-open::backdrop{background-color:rgba(0,0,0,0)}}.rui-popover__headbar{display:flex;justify-content:space-between;padding:10px 1em;border-bottom:1px solid #eee;background-color:#f8f8f8;border-radius:inherit}.rui-popover__headtitle{flex:1;min-width:0;font-size:1.1em;font-weight:400;color:#666;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rui-popover__headwidget{display:flex;column-gap:.5em}.rui-popover__headwidget .o-icon{font-size:1em;text-decoration:none;color:#999}.rui-popover__headwidget .o-icon:hover{color:var(--primaryColor, #36c)}.rui-popover__headwidget .o-icon::before{font-size:1em}.rui-popover__headwidget .icon-close::before{content:""}.popover-form__textarea,.rui-textarea,.rui-input{border:1px solid #ccc;background-color:#fff;border-radius:3px;transition:border-color .4s,background-color .4s,box-shadow .4s}.popover-form__textarea:focus,.rui-textarea:focus,.rui-input:focus{border-color:rgba(51,102,204,.8);box-shadow:0 0 0 3px rgba(46,122,247,.2)}.popover-form__textarea:focus:not(:focus-visible),.rui-textarea:focus:not(:focus-visible),.rui-input:focus:not(:focus-visible){outline:0}.popover-form__textarea:not(:required):invalid,.rui-textarea:not(:required):invalid,.rui-input:not(:required):invalid{--color: #e33 border-color: rgb(from var(--color) r g b / .8);box-shadow:0 0 0 3px rgb(from var(--color) r g b/0.2)}.rui-input{padding:4px 8px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rui-textarea{padding:8px}.rui-button__gray{position:relative;color:initial;text-align:center;text-decoration:none;border:0;border-radius:3px;cursor:pointer;transition:.4s}.rui-button__gray:focus:not(:focus-visible){outline:0}.rui-button__gray:after{content:"";position:absolute;top:0;left:0;width:200%;height:200%;border:1px solid rgba(0,0,0,.2);border-radius:6px;transform:scale(0.5);transform-origin:0 0}.rui-button__gray:disabled{cursor:not-allowed}.rui-button__blue{color:#fff;text-decoration:none;border:0;background-color:#4b8df8;border-radius:3px;cursor:pointer;transition:.4s}.rui-button__blue:hover{color:hsla(0,0%,100%,.8);background-color:#2e7af7}.rui-button__gray{color:var(--baseColor);background-color:#f5f5f5}.rui-button__gray:hover{color:rgba(var(--baseColor), 0.6);background-color:#ececec}.rui-button__gray:disabled{color:rgba(var(--baseColor), 0.6);background-color:#f8f8f8}@font-face{font-family:"iconfont";font-display:swap;src:url("../fonts/iconfont.woff2") format("woff2")}[class^=icon-]:after,[class*=" icon-"]:after,[class^=icon-]:before,[class*=" icon-"]:before{line-height:1;font-family:iconfont,sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*:disabled{border-color:rgba(0,0,0,0) !important;background-color:#eee !important;color:#ababab !important;cursor:not-allowed !important}img.lazyload:not([src]){visibility:hidden}img.lazyload--blur{filter:blur(5px);transition:filter .5s}img.lazyload--blur.lazyloaded{filter:blur(0)}.icon-spin-rotate{font-style:normal}.icon-spin-rotate:before{content:"";display:inline-block;animation:spin-rotate 1.2s linear 0s infinite}@keyframes spin-rotate{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}.base-wrapper{margin:0 auto;min-width:320px;max-width:var(--containerWidth)}.base-header{position:sticky;top:0;z-index:99;background-color:hsla(0,0%,100%,.88);text-shadow:0 2px 4px rgba(0,0,0,.075);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.base-headbar{display:flex;justify-content:space-between;align-items:center;position:relative;padding:0 .5em;height:80px}.base-logo{display:block;transition:scale .6s ease-in-out}.base-logo:hover{scale:1.05}.base-logo__image{display:block;width:auto;max-height:55px}.base-logo__title{display:block;width:0;height:0;overflow:hidden}.base-menubar{display:flex;justify-content:flex-end;column-gap:.8em;margin:0 1em;height:100%;list-style:none}.base-menubar__item{margin-inline:.4em}.base-menubar__item:hover .o-alink{font-weight:500;color:var(--primaryColor)}.base-menubar__item:hover .o-alink:before{left:0;width:100%}.base-menubar__item.is-current .o-alink{font-weight:500;color:var(--primaryColor);pointer-events:none}.base-menubar__item .o-alink{display:flex;align-items:center;position:relative;padding:0 .5em;height:100%;font-size:1.15em;font-weight:400}.base-menubar__item .o-alink:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background-color:var(--primaryColor);transition:.5s cubic-bezier(0.23, 1, 0.32, 1)}.base-widget{display:flex}.base-widget .o-icon{font-style:normal}.base-widget__alink{margin-inline:.6em;color:#888;text-align:center}.base-widget__alink .icon-locale::before{content:"";font-size:1.5em}.base-widget__alink .icon-email::before{content:"";font-size:1.5em}.base-widget__alink .o-label{margin-top:3px;font-size:.85em}.banner-swiper{position:relative;z-index:2;max-width:var(--bodyMaxWidth)}.banner-swiper:not(:has(.swiper-slide)){display:none}.banner-swiper__slide{position:relative;aspect-ratio:1920/580}.banner-swiper__slide .o-source{display:block;width:100%;height:100%;object-fit:cover}.banner-swiper__body{position:absolute;inset:0;z-index:1;padding-left:2em;line-height:1.3;font-weight:600;align-content:center;color:#fff}.banner-swiper__body[href="javascript:;"]{pointer-events:none}.banner-swiper__body .o-title{max-width:45%;font-size:2.3em}.banner-swiper__body .o-title:empty{display:none}.banner-swiper__body .o-subtitle{margin-top:.5em;max-width:45%;font-size:1.8em}.banner-swiper__body .o-subtitle:empty{display:none}.banner-swiper__pagination{bottom:15px}.banner-swiper__pagination .swiper-pagination-bullet{width:1.5em;height:10px;background-color:var(--primaryColor);transition:.3s;border-radius:20px}.banner-swiper__pagination .swiper-pagination-bullet-active{width:2.5em}.the-section{display:flow-root;position:relative;padding-bottom:3em}.section-hgroup{position:relative;margin:3em auto;width:fit-content;text-align:center}.section-hgroup__header{line-height:1.5;font-size:1.8em;font-weight:500}.section-hgroup__header--white{color:#fff}.section-hgroup__header--underline:after{content:"";display:block;margin:.5em auto 0;width:1.5em;height:2px;background-color:currentColor}.section-hgroup__subtitle{margin-top:1em;margin-inline:auto;width:80%;font-size:1.06em;font-weight:normal;line-height:1.5;color:#888;text-wrap:balance}.section-hgroup__subtitle:empty{display:none}.section-hgroup__subtitle--white{color:#fff}.section-online{background-color:#eee}.section-online__container{display:grid;grid-template-columns:2.5fr 1fr;column-gap:3em;padding-top:3.5em}.section-online__content{height:400px;padding:3em 18em 3em 2em}.section-online__content .o-title{font-size:1.8em;font-weight:500}.section-online__content .o-subtitle{margin-top:.5em;font-size:1.2em;line-height:1.5;color:#666}.section-online__content{background:url(../images/online-service-girl.png) no-repeat right}.section-online .o-button{align-self:flex-start;margin-top:4em;padding:.88em 2em;width:fit-content;text-align:center;border-radius:5px}.base-pagination{display:flex;margin:3em 1em 0;font-size:1rem}.base-pagination__context{margin-top:2em}.base-pagination.is-center{justify-content:center}.base-pagination.is-right{justify-content:flex-end}.base-pagination>a{padding:9px 15px;line-height:1;font-size:1.15em;color:#666;text-decoration:none !important;background-color:#fff;border:1px solid #ddd;transition:color .3s,background-color .3s,border-color .3s;cursor:default}.base-pagination>a:not(:first-child){margin-left:-1px}.base-pagination>a[href]{cursor:pointer}.base-pagination>a[href]:hover{color:var(--primaryColor);background-color:#f4f7fd;border-color:#ddd}.base-pagination>a:first-child{border-radius:4px 0 0 4px}.base-pagination>a:last-child{border-radius:0 4px 4px 0}.base-pagination>a.is-current{color:#fff;background-color:var(--primaryColor);border-color:var(--primaryColor);cursor:default}.base-pagination>a.is-disabled{color:#bbb;cursor:not-allowed;background-color:rgba(0,0,0,0)}.popover-form{--bgcolor: #e9edf5;min-width:640px;max-width:640px;border-radius:15px;background-color:var(--bgcolor);background-size:45%}@media only screen and (max-width: 640px){.popover-form{min-width:98dvw;max-width:98dvw}}.popover-form__container{padding:2em 4em}.popover-form__header{font-size:1.3em;color:var(--primaryColor);text-align:center}.popover-form{--height: 2.8em;--iconsize: 1.4em;--left: .7em;--paddingleft: calc(var(--left) * 2 + var(--iconsize))}.popover-form__form{margin-top:2.5em}.popover-form__form>*+*{margin-top:1.8em}.popover-form__item{position:relative;display:flex;align-items:center}.popover-form__item .o-inputctl{flex:1;padding-left:var(--paddingleft);height:var(--height);font-size:1.1em;background-color:rgba(247,250,252,.5);outline:0}.popover-form__item .o-inputctl[type=email]{text-transform:lowercase}.popover-form__item .o-inputctl:focus~.o-label,.popover-form__item .o-inputctl:not(:placeholder-shown)~.o-label{padding-inline:4px;color:#36c;background-color:var(--bgcolor);transform:scale(1) translate(-1.9em, -1.96em)}.popover-form__item .o-inputctl:placeholder-shown::placeholder{color:rgba(0,0,0,0)}.popover-form__item .icon-name::before{content:""}.popover-form__item .icon-email::before{content:""}.popover-form__item .icon-phone::before{content:""}.popover-form__item .icon-content::before{content:""}.popover-form__item .o-icon{position:absolute;left:var(--left);font-size:var(--iconsize);font-style:normal;line-height:1;color:#ddd}.popover-form__item .o-label{display:block;position:absolute;left:var(--paddingleft);top:50%;line-height:1;font-size:1.1em;color:#aaa;background-color:rgba(0,0,0,0);pointer-events:none;transform-origin:0 0;transform:translateY(-50%);transition:.4s}.popover-form{--countlablesize: 1.1em}.popover-form__textarea{display:flex;align-items:center;position:relative;padding-bottom:calc(var(--countlablesize) + 2px);width:100%;background-color:rgba(247,250,252,.5)}.popover-form__textarea:focus-within{border-color:rgba(51,102,204,.8);box-shadow:0 0 0 3px rgba(46,122,247,.2)}.popover-form__textarea:focus-within:not(:focus-visible){outline:0}.popover-form__textarea .o-icon{top:10px}.popover-form__textarea .o-inputctl{width:100%;height:7em;line-height:1.5;border:0;outline:0;resize:none}.popover-form__textarea .o-inputctl:focus{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);box-shadow:initial}.popover-form__textarea .o-inputctl:focus~.o-label,.popover-form__textarea .o-inputctl:not(:placeholder-shown)~.o-label{transform:scale(1) translate(-1.9em, -1.8em)}.popover-form__textarea .o-label{top:20px}.popover-form__textarea .o-countlabel{position:absolute;right:5px;bottom:0;font-size:var(--countlablesize);color:#999}.popover-form__submitbtn{display:block;margin-inline:auto;width:90%;height:2.6em;font-size:1.1em}.popover-form__content{line-height:1.5;font-size:.95em;color:#888}.popover-form .o-cancel{display:block;margin-top:1em;margin-inline:auto;font-size:1.1em;width:fit-content}.base-footer{padding:3em .5em;color:#fff;background-color:#0a1e65}.base-footer a{color:#fff;transition:opacity .4s}.base-footer a:hover{color:#fff;opacity:.7}.base-footer__container{display:grid;grid-template-columns:repeat(3, 1fr) 2fr;column-gap:1.5em;max-width:95%;line-height:1.5}.base-footer__menucolumn{min-width:0}.base-footer__menucolumn .o-title{margin-bottom:1.2em;font-size:1.1em;font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.base-footer__menucolumn .o-item{margin-bottom:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.base-footer__menucolumn .o-item--wrap{text-overflow:initial;white-space:initial;overflow:initial}.base-footer__menucolumn .o-item:last-of-type{margin-bottom:0}.base-footer__copyright{margin-top:3em}.base-footer__beian{margin-top:10px}@keyframes hvr-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.hvr-wobble-horizontal{vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hvr-wobble-horizontal:hover,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:active{animation-name:hvr-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes hvr-pulse-grow{to{transform:scale(1.1)}}.hvr-pulse-grow{transform:perspective(1px) translateZ(0);vertical-align:middle;box-shadow:0 0 1px rgba(0,0,0,0)}.hvr-pulse-grow:hover,.hvr-pulse-grow:focus,.hvr-pulse-grow:active{animation-name:hvr-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}.headroom{transition:transform .4s ease-in-out;will-change:transform}.headroom--pinned{transform:translateY(0%)}.headroom--unpinned{transform:translateY(-100%)}.desktop .pace{pointer-events:none;user-select:none}.desktop .pace.pace-inactive{display:none}.desktop .pace .pace-progress{position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px;background:rgba(51,102,204,.8)}.desktop .pace .pace-progress-inner{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px rgba(51,102,204,.8),0 0 5px rgba(51,102,204,.8);opacity:1;transform:rotate(3deg) translate(0px, -4px)}.desktop .pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:15px;width:14px;height:14px;border:solid 2px rgba(0,0,0,0);border-top-color:rgba(51,102,204,.8);border-left-color:rgba(51,102,204,.8);border-radius:10px;animation:pace-spinner 400ms linear infinite}@keyframes pace-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}.desktop:not(.macos) ::-webkit-scrollbar{width:8px;height:8px}.desktop:not(.macos) ::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,0)}.desktop:not(.macos) ::-webkit-scrollbar-track:hover{box-shadow:inset 0 0 6px rgba(0,0,0,.4);background-color:rgba(0,0,0,.01)}.desktop:not(.macos) ::-webkit-scrollbar-track:active{box-shadow:inset 0 0 6px rgba(0,0,0,.4);background-color:rgba(0,0,0,.05)}.desktop:not(.macos) ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.1);border-radius:10px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1)}.desktop:not(.macos) ::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);box-shadow:inset 1px 1px 0 rgba(0,0,0,.1)}.desktop:not(.macos) ::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,.6)}.desktop:not(.macos){scrollbar-width:auto;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,0)}.section-service{color:#fff;background-color:#0a1e65}.section-service__container{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2em}.section-service__alink{aspect-ratio:520/345;border-radius:5px;overflow:hidden}.section-service__alink:hover .o-imagesrc{scale:1.1}.section-service__alink .o-imagesrc{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover;transition:scale .6s}.section-service__content{margin-top:.8em;padding-inline:5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.section-service__content a{color:currentColor;transition:opacity .4s}.section-service__content a:hover{color:#fff;opacity:.7}.section-service__content .o-title{font-size:1.2em;font-weight:500}.section-service__content .o-desc{margin-top:1.2em}.section-service .o-more{display:block;margin:auto;margin-top:3.5em;padding:.88em 2em;min-width:11.25em;width:fit-content;text-align:center;align-content:center;background-color:hsla(0,0%,100%,.88);border-radius:5px}.section-case__container{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2em}.section-case__cover{aspect-ratio:400/265;border-radius:5px;overflow:hidden}.section-case__cover .o-imagesrc{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;transition:scale .6s}.section-case__cover:hover .o-imagesrc{scale:1.1}.section-case .o-title{margin-top:.5em;line-height:1.5;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.section-case .o-more{display:block;margin:3.5em auto 0;padding:.88em 2em;min-width:11.25em;width:fit-content;text-align:center;align-content:center;border-radius:5px}.section-news{background-color:#f2f2f2}.section-news__container{display:flex;column-gap:2em}.section-news__alink{flex:1;min-width:0;padding-bottom:1.5em;background-color:#fff;border-radius:5px;transition:flex .4s}.section-news__alink:hover{flex:1.5 !important}.section-news__cover{height:250px;border-radius:inherit}.section-news__cover .o-imagesrc{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0}.section-news__content{padding:1.5em}.section-news__content .o-date{color:#888}.section-news__content .o-title,.section-news__content .o-desc{line-height:1.5}.section-news__content .o-title{margin-block:1em;height:4.5em;font-weight:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section-news__content .o-desc{height:7.5em;color:#888;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.section-news .o-more{display:block;margin:auto;margin-top:3.5em;padding:.88em 2em;min-width:11.25em;width:fit-content;text-align:center;align-content:center;border-radius:5px}.section-subscribe{display:grid;grid-template-columns:repeat(2, 1fr);margin-block:3.5em;background-color:#e9edf5;border-radius:10px}.section-subscribe__cover{aspect-ratio:4/3}.section-subscribe__cover .o-imagesrc{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;border-top-right-radius:0;border-bottom-right-radius:0}.section-subscribe__content{padding:2.5em;align-content:center;background:url(../images/email-subscribe-bg.png) no-repeat bottom right #e9edf5;background-size:60%;border-radius:inherit;border-top-left-radius:0;border-bottom-left-radius:0}.section-subscribe__content .o-title{font-size:1.8em}.section-subscribe__content .o-subtitle{margin-top:.8em;font-size:1.2em;font-weight:normal}.section-subscribe__content .o-button{display:block;margin-top:4em;padding:.88em 2em;width:fit-content;text-align:center;border-radius:5px}.email-subscribe{background-image:url(../images/email-subscribe-bg.png);background-repeat:no-repeat;background-position:bottom right}.section-outline{color:#fff;background-color:#0a1e65}.section-outline__container{padding:5em 2em;height:400px;background:url(../images/bg-map.png) no-repeat}.section-outline__header{font-size:1.5em}.section-outline__content{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:2em;margin-top:5em}.section-outline__content>*{min-width:0}.section-outline__content .o-title{margin-top:5px;font-size:1.2em}.section-outline__score{line-height:1;font-size:7em}@font-face{font-family:BebasNeue;font-display:swap;src:url(../fonts/BebasNeue.woff2) format("woff2")}.section-outline__score [data-score]{line-height:1;font-family:BebasNeue,sans-serif;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.section-outline__score .o-unit{margin-left:5px;font-size:.5em}/*# sourceMappingURL=index.css.map */