.bgLogo{content:"";position:absolute;top:50%;left:0%;width:100%;-webkit-transform:translate(-20%, -50%);transform:translate(-20%, -50%);z-index:-1;opacity:.05;pointer-events:none}.bgLogo img{width:100%}#list{padding-top:80px;padding-bottom:80px;position:relative;margin-inline:10px}#list .listRow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:20px}@media only screen and (min-width: 992px){#list .listRow{gap:50px}}@media only screen and (min-width: 1200px){#list .listRow{gap:70px}}#list .listRow .articleCol{-webkit-box-flex:0;-webkit-flex:0 0 900px;-ms-flex:0 0 900px;flex:0 0 900px;max-width:100%}#list .listRow .articleCol .newsArticleWrapper{background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;border-radius:20px;color:#262933;overflow:hidden;position:relative;margin-bottom:20px}@media only screen and (min-width: 768px){#list .listRow .articleCol .newsArticleWrapper{padding:10px 10px 10px 10px}}#list .listRow .articleCol .newsArticleWrapper:last-child{margin-bottom:0}#list .listRow .articleCol .newsArticleWrapper .thumbWrapper{width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;border-radius:10px;overflow:hidden;margin-bottom:8px}@media only screen and (min-width: 768px){#list .listRow .articleCol .newsArticleWrapper .thumbWrapper{width:230px;-webkit-box-flex:0;-webkit-flex:0 0 230px;-ms-flex:0 0 230px;flex:0 0 230px;margin-right:20px}}@media only screen and (min-width: 992px){#list .listRow .articleCol .newsArticleWrapper .thumbWrapper{width:260px;-webkit-box-flex:0;-webkit-flex:0 0 260px;-ms-flex:0 0 260px;flex:0 0 260px;margin-right:40px}}#list .listRow .articleCol .newsArticleWrapper .thumbWrapper .thumbImg{padding-top:66.67%;background-position:center center;background-size:cover;background-repeat:no-repeat;background-color:#e7f2ff;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}#list .listRow .articleCol .newsArticleWrapper .bar{width:100%;height:5px;left:0;bottom:0px;background-image:-webkit-linear-gradient(315deg, #0d5ba5, #43d0ff);background-image:linear-gradient(135deg, #0d5ba5, #43d0ff);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;position:absolute;-webkit-transform-origin:left center;transform-origin:left center}#list .listRow .articleCol .newsArticleWrapper .dscWrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:500px}@media only screen and (min-width: 768px){#list .listRow .articleCol .newsArticleWrapper .dscWrapper{max-width:400px}}@media only screen and (min-width: 992px){#list .listRow .articleCol .newsArticleWrapper .dscWrapper{max-width:500px}}#list .listRow .articleCol .newsArticleWrapper .date{color:#003370;font-size:1.2rem;margin-bottom:5px;font-weight:bold;line-height:1.35}@media only screen and (min-width: 768px){#list .listRow .articleCol .newsArticleWrapper .date{font-size:1.4rem}}#list .listRow .articleCol .newsArticleWrapper .title{font-size:1.4rem;line-height:1.35;font-weight:bold;margin-bottom:0;margin-right:10px}@media only screen and (min-width: 768px){#list .listRow .articleCol .newsArticleWrapper .title{margin-right:30px;font-size:1.6rem;line-height:1.5}}#list .listRow .articleCol .newsArticleWrapper .arrow{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}#list .listRow .articleCol .newsArticleWrapper .arrow svg{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;transition-delay:0s;width:30px}@media only screen and (min-width: 768px){#list .listRow .articleCol .newsArticleWrapper .arrow svg{width:auto}}#list .listRow .articleCol .newsArticleWrapper .arrow svg .hoverStroke{stroke-dasharray:120;stroke-dashoffset:120;-webkit-transition:stroke-dashoffset .5s ease-in-out;transition:stroke-dashoffset .5s ease-in-out;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media(hover: hover){#list .listRow .articleCol .newsArticleWrapper:hover{color:inherit}#list .listRow .articleCol .newsArticleWrapper:hover .arrow{-webkit-transform:translateX(10px);transform:translateX(10px)}#list .listRow .articleCol .newsArticleWrapper:hover .arrow svg path{fill:url(#gradient)}#list .listRow .articleCol .newsArticleWrapper:hover .arrow svg .hoverStroke{stroke-dashoffset:0}#list .listRow .articleCol .newsArticleWrapper:hover .bar{-webkit-transform:scaleX(1);transform:scaleX(1)}#list .listRow .articleCol .newsArticleWrapper:hover .thumbWrapper .thumbImg{-webkit-transform:scale(1.05);transform:scale(1.05)}}#single-wrapper #postContent{margin-top:20px;margin-inline:10px}@media only screen and (min-width: 768px){#single-wrapper #postContent{margin-top:60px}}#single-wrapper #postContent>.inner{max-width:900px;margin:0 auto;background-color:#fff;padding:10px;border-radius:20px}@media only screen and (min-width: 576px){#single-wrapper #postContent>.inner{padding:20px}}@media only screen and (min-width: 992px){#single-wrapper #postContent>.inner{padding:50px}}#single-wrapper #postContent>.inner>img{width:100%}#single-wrapper #postContent>.inner .date{font-size:1.4rem;font-weight:bold}#single-wrapper #postContent>.inner .title{font-size:2rem;font-weight:bold;margin-bottom:0}@media only screen and (min-width: 768px){#single-wrapper #postContent>.inner .title{font-size:2.4rem}}@media only screen and (min-width: 992px){#single-wrapper #postContent>.inner .title{font-size:3rem}}#single-wrapper #postContent>.inner hr{margin-block:15px}@media only screen and (min-width: 992px){#single-wrapper #postContent>.inner hr{margin-block:30px}}#single-wrapper #postContent>.inner .postContentWrapper a{color:#003370;text-decoration:underline;font-weight:bold}#single-wrapper #postContent>.inner .postContentWrapper img{overflow:hidden;border-radius:8px}#single-wrapper #postContent>.inner .postContentWrapper .wp-block-heading{margin-bottom:15px}@media only screen and (min-width: 768px){#single-wrapper #postContent>.inner .postContentWrapper .wp-block-heading{margin-bottom:25px}}#single-wrapper #postContent>.inner .postContentWrapper h2.wp-block-heading{background-color:#003370;color:#fff;font-size:2rem;font-weight:bold;padding:5px 10px;line-height:1.5}@media only screen and (min-width: 768px){#single-wrapper #postContent>.inner .postContentWrapper h2.wp-block-heading{font-size:2.4rem}}#single-wrapper #postContent>.inner .postContentWrapper h3.wp-block-heading{background-color:#e7f2ff;border:2px solid #003370;border-left-width:10px;color:#003370;font-size:1.8rem;font-weight:bold;padding:8px 10px;line-height:1.5}@media only screen and (min-width: 768px){#single-wrapper #postContent>.inner .postContentWrapper h3.wp-block-heading{font-size:2rem}}#single-wrapper #postContent>.inner .postContentWrapper h4.wp-block-heading{border-bottom:3px solid #003370;color:#003370;font-size:1.8rem;font-weight:bold;padding:5px 0px;line-height:1.5}@media only screen and (min-width: 768px){#single-wrapper #postContent>.inner .postContentWrapper h4.wp-block-heading{font-size:2rem}}#single-wrapper #postContent>.inner .postContentWrapper h5.wp-block-heading{background-color:#e7f2ff;color:#003370;font-size:1.6rem;font-weight:bold;padding:12px 20px;border-radius:8px;line-height:1.5}@media only screen and (min-width: 768px){#single-wrapper #postContent>.inner .postContentWrapper h5.wp-block-heading{font-size:1.8rem}}#single-wrapper #postContent>.inner .postContentWrapper h6.wp-block-heading{color:#003370;font-size:1.4rem;font-weight:bold;line-height:1.5}@media only screen and (min-width: 768px){#single-wrapper #postContent>.inner .postContentWrapper h6.wp-block-heading{font-size:1.6rem}}#single-wrapper #postContent>.inner .postContentWrapper p{line-height:1.75;margin-bottom:1em}/*# sourceMappingURL=custom.css.map */