@charset "UTF-8";
/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

header, footer, section, nav {
  display: block;
}

@font-face {
  font-family: "Inter";
  font-weight: 100;
  src: url("../fonts/Inter-Thin.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.ttf") format("truetype"), url("../fonts/Inter-Thin.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 200;
  src: url("../fonts/Inter-ExtraLight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  src: url("../fonts/Inter-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../fonts/Inter-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../fonts/Inter-Medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../fonts/Inter-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  src: url("../fonts/Inter-ExtraBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  src: url("../fonts/Inter-Black.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Black.svg#svgFontName") format("svg"); /* Legacy iOS */
}
html, body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  .container {
    padding: 0 15px;
  }
}

.bgsplit {
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(50% - 100px);
  background: #ebebeb;
}

.pagecont {
  position: relative;
}

header {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  top: 0;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  z-index: -1;
}
header .container {
  display: flex;
  height: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 999px) {
  header .container {
    height: 70px;
  }
}
header .logo a {
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  background: url("../img/logo.svg") no-repeat 50% 50%/contain;
  width: 300px;
  height: 130px;
}
@media screen and (max-width: 999px) {
  header .logo a {
    width: 150px;
    height: 65px;
  }
}
header .navc {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  header .navc {
    display: none;
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    border-top: 2px solid #fab20a;
    display: flex;
    flex-direction: column-reverse;
  }
}
header .socc {
  display: flex;
  align-items: center;
}
header .socc > a {
  margin-right: 8px;
  font-size: 14px;
}
header .socc > a:last-child {
  margin-right: 0;
}
header .socc > ul + a {
  margin-left: 8px;
}
@media screen and (max-width: 999px) {
  header .socc {
    flex-direction: column;
    margin: 6px auto;
  }
  header .socc a {
    margin: 3px 0;
  }
}
header .hsoc {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media screen and (max-width: 999px) {
  header .hsoc {
    flex-wrap: wrap;
  }
  header .hsoc > a {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
header .hsoc > a {
  margin: 0 4px;
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  header .hsoc > li:first-of-type {
    margin-left: auto;
  }
  header .hsoc > li:last-of-type {
    margin-right: auto;
  }
}
header .hsoc > li > a {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -10000px;
}
header .hsoc > li > a.fb {
  background-image: url("../img/soc-fb.svg");
}
header .hsoc > li > a.ig {
  background-image: url("../img/soc-ig.svg");
}
header .hsoc > li > a.x {
  background-image: url("../img/soc-x.svg");
}
header .hsoc > li > a.yt {
  background-image: url("../img/soc-yt.svg");
}
header nav {
  margin-top: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  header nav {
    margin: 8px 0;
    flex-direction: column;
    width: 100%;
  }
}
header nav .donate {
  margin-left: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  background: #e00808;
  color: #ffffff;
  padding: 0 18px;
  border-radius: 18px;
}
@media screen and (max-width: 999px) {
  header nav .donate {
    margin-left: 0;
  }
}
header nav > ul {
  display: flex;
}
@media screen and (max-width: 999px) {
  header nav > ul {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin: 12px 0;
  }
}
header nav > ul > li {
  margin-left: 18px;
}
@media screen and (max-width: 999px) {
  header nav > ul > li {
    margin: 0;
  }
}

.home-intro {
  padding-top: 20px;
}
.home-intro .hi-container {
  position: relative;
}
.home-intro .hi-container .hi-items {
  display: flex;
  overflow: hidden;
  margin-top: -60px;
}
.home-intro .hi-container .hi-items > li {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .home-intro .hi-container .hi-items > li {
    flex-direction: column;
  }
}
.home-intro .hi-container .hi-items > li .img {
  height: 480px;
  width: 58%;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .home-intro .hi-container .hi-items > li .img {
    width: 100%;
    height: 260px;
  }
}
.home-intro .hi-container .hi-items > li .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-intro .hi-container .hi-items > li .content {
  width: calc(42% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  .home-intro .hi-container .hi-items > li .content {
    width: 100%;
    font-size: 14px;
  }
}
.home-intro .hi-container .hi-items > li .content .ic {
  color: #808080;
  line-height: 24px;
}
.home-intro .hi-container .hi-items > li .content .title {
  color: #4372c2;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .home-intro .hi-container .hi-items > li .content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.home-intro .hi-container .hi-items > li .content .btn {
  width: 240px;
  height: 48px;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  background: #e00808;
  color: #ffffff;
  font-weight: 500;
  margin-top: 10px;
}
.home-intro .hi-container .hi-progress {
  position: absolute;
  bottom: 0;
  right: 58%;
  margin-right: 40px;
  display: flex;
  align-items: center;
  height: 48px;
  color: #808080;
  gap: 8px;
}
@media screen and (max-width: 999px) {
  .home-intro .hi-container .hi-progress {
    right: 0;
    margin-right: 0;
  }
}
.home-intro .hi-container .hi-progress a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 20px;
  display: block;
}
.home-intro .hi-container .hi-progress a.prev {
  background-image: url("../img/arrowl.svg");
}
.home-intro .hi-container .hi-progress a.next {
  background-image: url("../img/arrowr.svg");
}

.projects {
  margin: 40px 0;
}
.projects .pr-container {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 999px) {
  .projects .pr-container {
    flex-direction: column;
  }
}
.projects .pr-content {
  width: 50%;
  height: 440px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .projects .pr-content {
    width: 100%;
    height: 280px;
  }
}
.projects .pr-content li {
  position: relative;
  width: 100%;
  height: 440px;
}
@media screen and (max-width: 999px) {
  .projects .pr-content li {
    height: 280px;
  }
}
.projects .pr-content .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.projects .pr-content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects .pr-content .pr-contenti {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34, 34, 59, 0.8);
  padding: 12px;
}
.projects .pr-content .pr-contenti .prc {
  font-size: 14px;
  line-height: 18px;
  margin-top: 6px;
}
@media screen and (max-width: 999px) {
  .projects .pr-content .pr-contenti .prc {
    display: none;
  }
}
.projects .pr-content .pr-contenti .title {
  font-size: 18px;
  font-weight: 500;
}
.projects .pr-list {
  width: 50%;
  height: 440px;
  background: linear-gradient(to right, #33487a 0%, #22223b 100%);
  color: #ffffff;
  box-sizing: border-box;
  padding: 20px 40px;
}
@media screen and (max-width: 999px) {
  .projects .pr-list {
    width: 100%;
    padding: 20px;
  }
}
.projects .pr-list .sect-title {
  color: #ffffff;
}
.projects .pr-list .sect-title::before {
  background: #4372c2;
}
.projects .pr-list ul {
  margin-top: 16px;
}
.projects .pr-list ul > li {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.projects .pr-list ul > li a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.projects .pr-list ul > li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .projects .pr-list ul > li span {
    font-size: 16px;
  }
}
.projects .pr-list ul > li em {
  display: block;
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}

.sect-title {
  display: flex;
  align-items: baseline;
  position: relative;
}
.sect-title::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fab20a;
  content: "";
}
.sect-title h2 {
  font-size: 30px;
  position: relative;
}
.sect-title a {
  margin-left: auto;
  position: relative;
}

.home-news {
  margin: 40px 0;
}
.home-news .hn-list {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .home-news .hn-list {
    flex-direction: column;
  }
}
.home-news .hn-list > li {
  width: calc(33.33% - 20px);
}
.home-news .hn-list > li .img {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.home-news .hn-list > li .img img {
  display: block;
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-news .hn-list > li .content {
  border: 1px solid #c9cacb;
  border-top: 0;
  padding: 12px;
  border-radius: 0 0 12px 12px;
  background: #ffffff;
}
.home-news .hn-list > li .content .intro {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}
.home-news .hn-list > li .content .title {
  font-weight: 500;
  margin-bottom: 6px;
  color: #22223b;
}
.home-news .hn-list > li .actions {
  display: flex;
  justify-content: flex-end;
}
.home-news .hn-list > li .actions a {
  display: block;
  margin-top: -4px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 12px;
  margin-right: 30px;
  color: #ffffff;
  background: #e00808;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 999px) {
  .home-news .hn-list > li {
    width: 100%;
  }
}

.home-media {
  margin: 40px 0;
}
.home-media .hm-split {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .home-media .hm-split {
    flex-direction: column-reverse;
  }
}
.home-media .hm-split .hm-list {
  background: gray;
  width: 44%;
  height: 360px;
  border-radius: 16px 0 0 16px;
  color: #ffffff;
  background: linear-gradient(to right, #4272c1 0%, #2a3356 100%);
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .home-media .hm-split .hm-list {
    width: calc(100% - 20px);
    border-radius: 0 0 10px 10px;
    padding: 10px;
  }
}
.home-media .hm-split .hm-list ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.home-media .hm-split .hm-list ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  padding-right: 28px;
  margin-right: -20px;
  border-radius: 6px 0 0 6px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .home-media .hm-split .hm-list ul li {
    margin-right: 0;
    border-radius: 6px;
  }
}
.home-media .hm-split .hm-list ul li img {
  display: block;
  width: 100px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.home-media .hm-split .hm-list ul li .content {
  flex-grow: 1;
}
.home-media .hm-split .hm-list ul li .content .title {
  font-weight: 500;
  margin-bottom: 4px;
}
.home-media .hm-split .hm-list ul li .content .intro {
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .home-media .hm-split .hm-list ul li .content .intro {
    display: none;
  }
}
.home-media .hm-split .hm-list ul li.active {
  background: rgba(0, 0, 0, 0.5);
}
.home-media .hm-split .hm-content {
  height: 400px;
  background: yellow;
  width: 56%;
  border-radius: 20px;
  color: #ffffff;
  background: #22223b;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .home-media .hm-split .hm-content {
    width: 100%;
    height: 260px;
    padding: 10px;
    border-radius: 10px;
  }
  .home-media .hm-split .hm-content iframe {
    height: 240px !important;
  }
}

.wlink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

footer {
  margin-top: 40px;
  border-top: 2px solid #fab20a;
  padding: 40px 0 20px;
  background: #22223b;
  color: #ffffff;
}
footer .ftop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  footer .ftop {
    align-items: center;
    flex-direction: column;
    gap: 6px;
  }
}
footer .ftl {
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  footer .ftl {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
footer .logo {
  width: 170px;
  height: 70px;
  background: url("../img/logo.svg") no-repeat 50% 50%/contain;
  margin-bottom: 8px;
  filter: brightness(0) invert(1);
}
footer .finfo {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 12px;
}
footer .finfo address, footer .finfo span, footer .finfo a {
  margin-right: 12px;
}
@media screen and (max-width: 999px) {
  footer .finfo {
    gap: 8px;
  }
}
footer .euzatebe {
  flex-grow: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 20px;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  footer .euzatebe {
    max-width: 100%;
    align-items: center;
    flex-direction: column;
  }
}
footer .euzatebe p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  max-width: 500px;
}
@media screen and (max-width: 999px) {
  footer .euzatebe p {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }
}
footer .euzatebe .euzlogo {
  display: block;
  width: 250px;
  height: 70px;
  background: url("../img/euzatebe.png") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 999px) {
  footer .euzatebe .euzlogo {
    width: 180px;
  }
}
footer .fbot {
  margin-top: 12px;
  padding-top: 8px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
}
@media screen and (max-width: 999px) {
  footer .fbot {
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }
}
footer .fbot ul {
  margin: 0 auto 0 16px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 999px) {
  footer .fbot ul {
    margin: 0;
  }
}
footer .fbot .dev {
  opacity: 0.5;
}

.mob-handle {
  display: none;
}
@media screen and (max-width: 999px) {
  .mob-handle {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    right: 20px;
  }
  .mob-handle span, .mob-handle span::before, .mob-handle span::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    background: #22223b;
    height: 2px;
    content: "";
  }
  .mob-handle span::before {
    top: -8px;
  }
  .mob-handle span::after {
    top: 8px;
  }
}

.page-intro .pi-split, .listpage-intro .pi-split {
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .page-intro .pi-split, .listpage-intro .pi-split {
    flex-direction: column-reverse;
  }
}
.page-intro .pi-split .img, .listpage-intro .pi-split .img {
  height: 360px;
  width: 58%;
  border-radius: 18px;
  overflow: hidden;
  margin-top: -15px;
}
@media screen and (max-width: 999px) {
  .page-intro .pi-split .img, .listpage-intro .pi-split .img {
    width: 100%;
    height: 240px;
  }
}
.page-intro .pi-split .img img, .listpage-intro .pi-split .img img {
  display: block;
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999px) {
  .page-intro .pi-split .img img, .listpage-intro .pi-split .img img {
    height: 240px;
  }
}
.page-intro .pi-split .content, .listpage-intro .pi-split .content {
  width: calc(42% - 20px);
  padding: 10px 0;
}
@media screen and (max-width: 999px) {
  .page-intro .pi-split .content, .listpage-intro .pi-split .content {
    width: 100%;
    padding-top: 24px;
  }
}
.page-intro h1, .listpage-intro h1 {
  color: #4372c2;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
.page-intro .ic, .listpage-intro .ic {
  line-height: 24px;
  color: #404040;
}

.listpage-intro {
  margin: 30px 0;
}
.listpage-intro .ic {
  max-width: 680px;
}

.page-content {
  margin: 30px 0;
}

.rt-content {
  max-width: 680px;
  color: #404040;
}
.rt-content p {
  line-height: 24px;
  margin: 24px 0;
}
.rt-content blockquote {
  line-height: 24px;
  margin: 24px 0;
  border-left: 4px solid #fab20a;
  padding: 4px 0 4px 16px;
}
.rt-content h2 {
  font-size: 24px;
  line-height: 30px;
  color: #4372c2;
}
.rt-content h3 {
  font-size: 20px;
  line-height: 24px;
  color: #4372c2;
}
.rt-content ul, .rt-content ol {
  margin: 24px 0;
}
.rt-content ul > li, .rt-content ol > li {
  padding-left: 8px;
  line-height: 24px;
  position: relative;
}
.rt-content ul > li::before {
  content: "•";
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 4px;
  pointer-events: none;
}
.rt-content ol {
  counter-reset: ol1;
}
.rt-content ol > li {
  counter-increment: ol1;
}
.rt-content ol > li::before {
  content: counter(ol1) ".";
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 4px;
  pointer-events: none;
}
.rt-content img {
  display: block;
  border-radius: 16px;
  max-width: 110%;
  margin-left: 16px;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-info {
  margin: 30px 0;
}
.contact-info .contactinfo-box {
  max-width: 680px;
}
.contact-info .contactinfo-box h2 {
  font-size: 24px;
  line-height: 30px;
  color: #4372c2;
}
.contact-info .contactinfo-box ul {
  margin: 30px 0;
  line-height: 24px;
  color: #404040;
}
.contact-info .contactinfo-box ul a {
  color: #4372c2;
}
.contact-info .contactinfo-box ul > li {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  align-items: center;
}
.contact-info .contactinfo-box ul > li i {
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  filter: brightness(0);
}
.contact-info .contactinfo-box ul > li.web i {
  background-image: url("../img/soc-web.svg");
}
.contact-info .contactinfo-box ul > li.email i {
  background-image: url("../img/soc-email.svg");
}
.contact-info .contactinfo-box ul > li.fb i {
  background-image: url("../img/soc-fb.svg");
}
.contact-info .contactinfo-box ul > li.yt i {
  background-image: url("../img/soc-yt.svg");
}
.contact-info .contactinfo-box ul > li.insta i {
  background-image: url("../img/soc-ig.svg");
}
.contact-info .contactinfo-box ul > li.x i {
  background-image: url("../img/soc-x.svg");
}
.contact-info .contactinfo-box ul > li.address i {
  background-image: url("../img/soc-mail.svg");
}

.contact-map {
  margin: 30px 0 50px;
}
.contact-map .mapc {
  max-width: 800px;
  border-radius: 18px;
  overflow: hidden;
}
.contact-map .mapc img {
  display: block;
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-list {
  margin: 30px 0 30px;
}
.media-list .ml-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.media-list .ml-items > li {
  width: calc(25% - 15px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  position: relative;
}
.media-list .ml-items > li .img {
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.media-list .ml-items > li .img img {
  display: block;
  width: 100%;
}
.media-list .ml-items > li .content {
  padding: 12px 8px 12px;
  border-radius: 0 0 6px 6px;
  margin: 0 12px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  flex-grow: 1;
}
.media-list .ml-items > li .content::before {
  content: "";
  background: linear-gradient(to right, #33487a 0%, #22223b 100%);
  position: absolute;
  bottom: -1px;
  left: 8px;
  right: 8px;
  height: 2px;
}
.media-list .ml-items > li .content .title {
  font-weight: 500;
  color: #4372c2;
}
.media-list .ml-items > li .content .details {
  font-size: 12px;
  line-height: 18px;
  color: #404040;
}
.media-list .ml-items > li .wplay {
  position: absolute;
  overflow: hidden;
  text-indent: -10000px;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
}
.media-list .ml-items > li .wplay::after {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  background: url("../img/play.svg") no-repeat 50% 50%;
  background-size: 32px;
  top: 4px;
  right: 4px;
  filter: invert(1);
}
.media-list .ml-items > li .wplay::before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 4px;
  right: 4px;
  border-radius: 20px;
  transition: 0.3s;
}
.media-list .ml-items > li .wplay:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 999px) {
  .media-list .ml-items > li {
    width: 100%;
  }
}

.list-pg {
  margin: 20px 0;
}
.list-pg ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1px;
}
.list-pg ul > li {
  background: rgba(248, 248, 248, 0.8);
}
.list-pg ul > li a, .list-pg ul > li span {
  padding: 10px 8px;
  display: block;
  font-size: 14px;
}
.list-pg ul > li:first-of-type {
  border-radius: 8px 0 0 8px;
}
.list-pg ul > li:last-of-type {
  border-radius: 0px 8px 8px 0px;
}
.list-pg ul > li.active {
  background: #fab20a;
}

.donpar {
  margin: 30px 0;
}
.donpar .dp-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.donpar .dp-list > li {
  width: calc(33% - 20px);
  box-sizing: border-box;
  border: 1px solid #c9cacb;
  border-radius: 12px;
  background: #ffffff;
}
@media screen and (max-width: 999px) {
  .donpar .dp-list > li {
    width: 100%;
  }
}
.donpar .dp-list > li .img {
  padding: 12px;
  position: relative;
}
.donpar .dp-list > li .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 12px;
  right: 12px;
  background: #c9cacb;
}
.donpar .dp-list > li .img img {
  display: block;
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.donpar .dp-list > li .content {
  padding: 12px;
}
.donpar .dp-list > li .content .title {
  color: #404040;
  font-weight: 600;
  margin-bottom: 4px;
}
.donpar .dp-list > li .content .intro {
  color: #808080;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  height: 72px;
}
.donpar .dp-list > li .actions {
  padding: 0 12px 12px;
  text-align: center;
  color: #4372c2;
}

.iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.iframe-wrapper > iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TODO */
.home-intro .hi-container {
  overflow: hidden;
  margin-top: -60px;
  padding-top: 60px;
}

.home-intro .hi-container .hi-items {
  padding-bottom: 25px;
  margin-bottom: -25px;
  overflow: auto;
}

.projects .pr-content {
  overflow: hidden;
}

.home-media .hm-split .hm-content ul {
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  header .navc {
    height: 0;
    overflow: hidden;
    transition: 0.4s height;
  }
  header .navc.open {
    height: 390px;
  }
}

/*# sourceMappingURL=app.css.map*/