@charset "UTF-8";
@layer reset, base, page, custom;
:root {
  --l-H-hero: 680px;
  --l-header: 80px;
  --l-header-: -80px;
  --l-header--mobile: 56px;
  --l-header--mobile-: -56px;
  --l-services-logo: 44px;
  --l-btnH: 36px;
  --c-text: #344867;
  --c-heading: #1e1e1e;
  --c-nav: #494949;
  --c-brand-text: #848492;
  --c-primary: #baa35b;
  --c-secondary: #1e3659;
  --c-hightlight: #ec4e00;
  --c-primary-start: #f0da98;
  --c-primary-stop: #cfab3b;
  --c-secondary-start: #ffdc23;
  --c-secondary-stop: #ffe972;
  --f-services-title: 18px;
  --f-services-title-lh: 20px;
  --f-services-title--ch: 13px;
  --f-services-title--ch-lh: 16px;
  --z-nav: 10;
  --z-hero: 8;
  --z-main: 9;
  --c-sdg1: #c74140;
  --c-sdg2: #cfa94d;
  --c-sdg3: #6b9e47;
  --c-sdg4: #aa3433;
  --c-sdg5: #df5330;
  --c-sdg6: #71b8e0;
  --c-sdg7: #edc843;
  --c-sdg8: #8d2c44;
  --c-sdg9: #df7538;
  --c-sdg10: #bf3767;
  --c-sdg11: #e6a441;
  --c-sdg12: #b28f40;
  --c-sdg13: #567c4b;
  --c-sdg14: #5794d5;
  --c-sdg15: #7fbc45;
  --c-sdg16: #3d669a;
  --c-sdg17: #2f4768;
  --c-zdg1: #a47903;
  --c-zdg2: #be9115;
  --c-zdg3: #d7aa2d;
}

:root {
  --l-inner: 1024px;
}

@keyframes slide-f-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-top {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-up-20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  body {
    margin: 0;
  }
  button,
  input,
  textarea,
  select {
    font: inherit;
  }
  img,
  picture,
  svg,
  canvas {
    display: block;
    max-inline-size: 100%;
    block-size: auto;
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
.l-inner {
  width: min(100%, var(--l-inner));
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .l-inner {
    padding-inline: 20px;
  }
}
.l-inner.--smallWidth {
  --l-inner: 860px;
}

.s-wrapper {
  position: relative;
  z-index: var(--z-main);
  overflow-x: clip;
}

.l-flex {
  display: flex;
}
.l-flex .--pull-right {
  margin-left: auto;
}

.l-grid {
  display: grid;
}

.hero {
  height: var(--l-H-hero);
  position: relative;
}

.poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.poster source[src="/"] {
  display: none;
}

.zdalc:has(.s-nav) {
  padding-top: var(--l-header);
}
@media only screen and (max-width: 768px) {
  .zdalc:has(.s-nav) {
    padding-top: var(--l-header--mobile);
  }
}
.zdalc:has(.s-nav) .hero {
  padding-top: var(--l-header);
  margin-top: var(--l-header-);
}
@media only screen and (max-width: 768px) {
  .zdalc:has(.s-nav) .hero {
    padding-top: var(--l-header--mobile);
    margin-top: var(--l-header--mobile-);
  }
}

@media only screen and (max-width: 551px) {
  #ampz_sidebar {
    display: none !important;
  }
}

.map-item {
  height: 600px !important;
  max-height: 100dvh;
}

@scope (.zdalc) {
  .breadcrumb {
    display: flex;
    list-style: none;
  }
  .breadcrumb-item {
    padding-inline-start: 5px;
    font-size: 0.875rem;
    color: rgba(30, 54, 89, 0.7);
  }
  .breadcrumb-item:after {
    content: "/";
    padding-inline-start: 5px;
  }
  .breadcrumb-item .pathway {
    color: #baa35b;
  }
}
.sdg1 {
  background-image: url(../images/sdg1.webp);
  background-color: var(--c-sdg1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg2 {
  background-image: url(../images/sdg2.webp);
  background-color: var(--c-sdg2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg3 {
  background-image: url(../images/sdg3.webp);
  background-color: var(--c-sdg3);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg4 {
  background-image: url(../images/sdg4.webp);
  background-color: var(--c-sdg4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg5 {
  background-image: url(../images/sdg5.webp);
  background-color: var(--c-sdg5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg6 {
  background-image: url(../images/sdg6.webp);
  background-color: var(--c-sdg6);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg7 {
  background-image: url(../images/sdg7.webp);
  background-color: var(--c-sdg7);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg8 {
  background-image: url(../images/sdg8.webp);
  background-color: var(--c-sdg8);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg9 {
  background-image: url(../images/sdg9.webp);
  background-color: var(--c-sdg9);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg10 {
  background-image: url(../images/sdg10.webp);
  background-color: var(--c-sdg10);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg11 {
  background-image: url(../images/sdg11.webp);
  background-color: var(--c-sdg11);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg12 {
  background-image: url(../images/sdg12.webp);
  background-color: var(--c-sdg12);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg13 {
  background-image: url(../images/sdg13.webp);
  background-color: var(--c-sdg13);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg14 {
  background-image: url(../images/sdg14.webp);
  background-color: var(--c-sdg14);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg15 {
  background-image: url(../images/sdg15.webp);
  background-color: var(--c-sdg15);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg16 {
  background-image: url(../images/sdg16.webp);
  background-color: var(--c-sdg16);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sdg17 {
  background-image: url(../images/sdg17.webp);
  background-color: var(--c-sdg17);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zdg1 {
  background-image: url(../images/zdg1.webp);
  background-color: var(--c-zdg1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zdg2 {
  background-image: url(../images/zdg2.webp);
  background-color: var(--c-zdg2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zdg3 {
  background-image: url(../images/zdg3.webp);
  background-color: var(--c-zdg3);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zdalc .control-label {
  padding: 10px 0 5px;
  font-size: 1rem;
}
.zdalc .control-label .form-control-feedback {
  font-size: 0.75rem;
  color: #0a4194;
  margin-inline-start: 5px;
}
.zdalc .controls,
.zdalc .formBody {
  padding-bottom: 16px;
}
.zdalc .controls .input-group,
.zdalc .formBody .input-group {
  display: flex;
  align-items: center;
}
.zdalc .controls input.form-control,
.zdalc .controls input.rsform-input-box,
.zdalc .controls input.rsform-password-box,
.zdalc .formBody input.form-control,
.zdalc .formBody input.rsform-input-box,
.zdalc .formBody input.rsform-password-box {
  font-size: 1rem;
  padding: 10px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 0 1px rgba(10, 65, 148, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.1);
  border: none;
  max-width: 100%;
}
.zdalc .controls input.form-control:focus,
.zdalc .controls input.rsform-input-box:focus,
.zdalc .controls input.rsform-password-box:focus,
.zdalc .formBody input.form-control:focus,
.zdalc .formBody input.rsform-input-box:focus,
.zdalc .formBody input.rsform-password-box:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 65, 148, 0.9), 0px 5px 12px rgba(10, 65, 148, 0.7);
}
.zdalc .controls input.form-control + .btn-secondary,
.zdalc .controls input.rsform-input-box + .btn-secondary,
.zdalc .controls input.rsform-password-box + .btn-secondary,
.zdalc .formBody input.form-control + .btn-secondary,
.zdalc .formBody input.rsform-input-box + .btn-secondary,
.zdalc .formBody input.rsform-password-box + .btn-secondary {
  height: 42px;
  font-size: 0.875rem;
  padding: 10px 15px;
  border: none;
  background: none;
  color: #333;
  display: inline-flex;
  align-items: center;
}
.zdalc .controls input.form-control + .btn-secondary .icon-eye-slash,
.zdalc .controls input.rsform-input-box + .btn-secondary .icon-eye-slash,
.zdalc .controls input.rsform-password-box + .btn-secondary .icon-eye-slash,
.zdalc .formBody input.form-control + .btn-secondary .icon-eye-slash,
.zdalc .formBody input.rsform-input-box + .btn-secondary .icon-eye-slash,
.zdalc .formBody input.rsform-password-box + .btn-secondary .icon-eye-slash {
  margin-inline-end: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/icon-eye-slash.svg) no-repeat center/contain;
}
.zdalc .controls input.form-control + .btn-secondary .icon-eye,
.zdalc .controls input.rsform-input-box + .btn-secondary .icon-eye,
.zdalc .controls input.rsform-password-box + .btn-secondary .icon-eye,
.zdalc .formBody input.form-control + .btn-secondary .icon-eye,
.zdalc .formBody input.rsform-input-box + .btn-secondary .icon-eye,
.zdalc .formBody input.rsform-password-box + .btn-secondary .icon-eye {
  margin-inline-end: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/icon-eye.svg) no-repeat center/contain;
}

.formResponsive {
  text-align: left;
}
.formResponsive h2 {
  text-align: left;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
}
.formResponsive h2:after {
  left: 0;
  right: auto;
  transform: none;
}
.formResponsive .formDescription:empty {
  display: none;
}
.formResponsive .rsform-password-hint {
  font-size: 0.75rem;
  color: #1e3659;
  margin: 5px 0;
}

#userForm.formResponsive button[type=submit].rsform-submit-button {
  font-size: 1.125rem;
  padding: 12px 30px;
  border-radius: 6px;
  display: inline-block;
  background: #cfab3b;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #userForm.formResponsive button[type=submit].rsform-submit-button {
    padding: 6px;
  }
}
#userForm.formResponsive button[type=submit].rsform-submit-button:after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  transform: translate3d(0, 35px, 0);
  background: radial-gradient(#fae6a8 0%, rgba(207, 171, 59, 0) 100%);
  filter: blur(10px);
  transition: 0.3s;
}
#userForm.formResponsive button[type=submit].rsform-submit-button:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-position: 0 0;
  background-image: inherit;
}
#userForm.formResponsive button[type=submit].rsform-submit-button:hover:after {
  transform: translate3d(0, 26px, 0);
  mix-blend-mode: multiply;
}

.member_wrapper .header {
  display: flex;
}
.member_wrapper .header .l-col {
  flex: 0 1 50%;
  position: relative;
}
.member_wrapper .header .l-col img {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.member_wrapper .header .l-col.image {
  width: 50%;
  aspect-ratio: 1/1;
}
.member_wrapper .header .l-col.intro {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.member_wrapper .body .content {
  padding: 20px 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #1e3659;
}

.icon-arrow-down {
  background: url(../images/icon-arrow-down.svg) no-repeat center/contain;
  aspect-ratio: 15/9;
  display: inline-block;
}

.s-nav {
  position: fixed;
  height: var(--l-header);
  inset: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  z-index: var(--z-nav);
  align-items: center;
  justify-content: flex-start;
  padding-block: 0;
  padding-inline: 90px;
}
@media only screen and (max-width: 1024px) {
  .s-nav {
    padding-inline: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .s-nav {
    height: var(--l-header--mobile);
  }
}
.s-nav:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}
.s-nav li {
  list-style: none;
}

@scope (.s-nav .mainnav) to (.mod-menu__sub) {
  :scope {
    display: flex;
    height: 100%;
  }
  @media only screen and (max-width: 768px) {
    :scope {
      flex-direction: column;
      height: auto;
      width: max-content;
      margin: 50px auto;
      align-items: flex-start;
      justify-content: flex-start;
      padding-top: var(--l-header--mobile);
      overflow: auto;
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
    }
    :scope::-webkit-scrollbar {
      display: none; /* Safari and Chrome */
    }
  }
  .nav-item {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
  }
  .nav-item:last-child {
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 768px) {
    .nav-item {
      height: auto;
      flex-direction: column;
      align-items: flex-start;
      opacity: 0;
      pointer-events: none;
      transform: translate3d(0, 15px, 0);
      transition: 0.4s;
      display: none;
    }
  }
  .nav-item__url,
  .nav-item .mod-menu__heading {
    display: block;
    color: #baa35b;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 1rem;
  }
  @media only screen and (max-width: 1024px) {
    .nav-item__url,
    .nav-item .mod-menu__heading {
      padding: 6px 10px;
      font-size: 0.875rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .nav-item__url,
    .nav-item .mod-menu__heading {
      padding: 6px 0;
      font-size: 1.125rem;
    }
  }
  .nav-item:has(.logo) {
    padding-inline-end: 20px;
  }
  @media only screen and (max-width: 768px) {
    .nav-item:has(.logo) {
      padding-inline-end: 0;
      height: 0;
      opacity: 1;
      pointer-events: auto;
      transform: none;
      display: block;
    }
  }
  .nav-item .logo {
    background: url(../images/nav-logo.webp) no-repeat center/contain;
    width: 260px;
    aspect-ratio: 648/129;
    text-indent: -9999px;
    color: transparent;
    font-size: 0;
    overflow: clip;
  }
  @media only screen and (max-width: 1024px) {
    .nav-item .logo {
      width: 200px;
    }
  }
  @media only screen and (max-width: 768px) {
    .nav-item .logo {
      width: 100%;
      height: var(--l-header--mobile);
      background: url(../images/nav-logo-mobile.webp) no-repeat center/45px;
      position: fixed;
      inset: 0 0 auto 0;
      z-index: 1;
    }
  }
}
.s-nav .mainnav .parent:hover .mod-menu__sub {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -9px, 0);
}
@media only screen and (max-width: 768px) {
  .s-nav .mainnav .parent:hover .mod-menu__sub {
    transform: none;
  }
}

.s-nav .mod-menu__sub {
  position: absolute;
  inset: 100% 0 auto 0;
  padding-block: 10px;
  width: 150px;
  background: rgba(186, 163, 91, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 30px rgba(186, 163, 91, 0.8), 0 5px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  transform: translate3d(0, -5px, 0);
}
@media only screen and (max-width: 768px) {
  .s-nav .mod-menu__sub {
    position: static;
    inset: 0;
    transform: none;
    width: 100%;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 1;
    pointer-events: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.s-nav .mod-menu__sub .nav-item {
  display: block;
}
.s-nav .mod-menu__sub .nav-item__url {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 1rem;
  transition: background 0.3s, color 0.2s;
}
@media only screen and (max-width: 768px) {
  .s-nav .mod-menu__sub .nav-item__url {
    color: #baa35b;
    padding: 6px 10px;
    font-size: 0.875rem;
  }
}
.s-nav .mod-menu__sub .nav-item__url:hover {
  background: #fff;
  color: #1e3659;
}
@media only screen and (max-width: 768px) {
  .s-nav .mod-menu__sub .nav-item__url:hover {
    background: none;
  }
}
.s-nav .main-nav {
  flex: 1 1 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .s-nav .main-nav {
    position: fixed;
    inset: 0;
    display: flex;
    place-content: center;
    pointer-events: none;
  }
  .s-nav .main-nav:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
}
.s-nav .side-nav {
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.s-nav #jtl .login {
  background: #0a4194;
  font-size: 0.875rem;
  white-space: nowrap;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(10, 65, 148, 0.3);
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .s-nav #jtl .login {
    padding: 6px !important;
  }
}
.s-nav #jtl .login:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/login.webp) no-repeat center/contain;
  margin-inline-end: 5px;
}
.s-nav #jtl > div {
  width: 260px;
  inset: 100% 0 auto auto;
  height: auto !important;
}
.s-nav .mod-login-logout {
  display: flex;
}
.s-nav .logout-button {
  display: flex;
}
.s-nav .logout-button .btn-primary {
  background: #0a4194;
  font-size: 0.875rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .s-nav .logout-button .btn-primary {
    padding: 6px;
  }
}
.s-nav .logout-button .btn-primary:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/logout.webp) no-repeat center/contain;
  margin-inline-end: 5px;
}
.s-nav .btn-toggle,
.s-nav .btn-burger {
  position: absolute;
  inset: 0 auto 0 0;
  aspect-ratio: 1;
  width: var(--l-header--mobile);
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .s-nav .btn-toggle,
  .s-nav .btn-burger {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
  }
}
.s-nav .btn-toggle {
  height: var(--l-header--mobile);
  opacity: 0;
  z-index: 99;
}
.s-nav .btn-toggle:checked + .btn-burger b {
  background: rgba(0, 0, 0, 0);
}
.s-nav .btn-toggle:checked + .btn-burger b:before {
  inset: 0;
  transform: rotate(45deg);
}
.s-nav .btn-toggle:checked + .btn-burger b:after {
  inset: 0;
  transform: rotate(-45deg);
}
.s-nav .btn-toggle:checked ~ .main-nav {
  pointer-events: auto;
}
.s-nav .btn-toggle:checked ~ .main-nav:before {
  opacity: 1;
  pointer-events: auto;
}
.s-nav .btn-toggle:checked ~ .main-nav .nav-item {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  display: flex;
}
.s-nav .btn-toggle:checked ~ .main-nav .nav-item:has(.logo) {
  transform: none;
}
.s-nav .btn-burger {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .s-nav .btn-burger {
    opacity: 1;
  }
}
.s-nav .btn-burger b {
  display: block;
  width: 50%;
  height: 3px;
  background: #1e3659;
  position: relative;
  top: 1px;
}
.s-nav .btn-burger b:before {
  content: "";
  position: absolute;
  inset: -8px 0 auto 0;
  height: 3px;
  background: #1e3659;
  transform-origin: 50%;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.s-nav .btn-burger b:after {
  content: "";
  position: absolute;
  inset: auto 0 -8px 0;
  height: 3px;
  background: #1e3659;
  transform-origin: 50%;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-more {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: var(--c-primary);
  text-decoration: none;
  margin-block: 16px;
}
.btn-more [class^=icon] {
  margin-left: 5px;
}

.icon-more {
  display: inline-flex;
  position: relative;
  width: 20px;
}
.icon-more:before {
  content: "";
  width: 14px;
  aspect-ratio: 1/2;
  transition: 0.3s;
  background: url(../images/icon-arrow-next.svg) no-repeat center/contain;
}
.icon-more:after {
  content: "";
  position: absolute;
  inset: 50% 8px auto 1px;
  border-radius: 3px;
  height: 1.9px;
  background: #1773ea;
  transform: translate3d(0, -0.8px, 0);
  transition: 0.3s;
}
*:hover > .icon-more:before {
  transform: translateX(5px);
}
*:hover > .icon-more:after {
  right: 3px;
}

.btn-primary {
  padding: 6px 20px;
  border-radius: 5px;
  display: inline-block;
  background: #cfab3b;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .btn-primary {
    padding: 6px;
  }
}
.btn-primary.--big {
  margin-top: 40px;
  padding: 16px 48px;
  font-weight: 600;
  font-size: 1.25rem;
  border-radius: 100px;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.25);
}
.btn-primary.--big:hover {
  box-shadow: 0px 4px 34px #eed588;
}
.btn-primary:after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  transform: translate3d(0, 35px, 0);
  background: radial-gradient(#fae6a8 0%, rgba(207, 171, 59, 0) 100%);
  filter: blur(10px);
  transition: 0.3s;
}
.btn-primary:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn-primary:hover:after {
  transform: translate3d(0, 26px, 0);
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

.s-footer {
  background: url(/images/section/s-bg-impact.webp) no-repeat center center/cover;
  position: relative;
}
.s-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(22, 37, 60, 0.55);
}
.s-footer::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background-color: #baa35b;
}
.s-footer .l-inner {
  display: flex;
  flex-direction: row;
  gap: 95px;
  padding: 50px 25px;
}
@media only screen and (max-width: 678px) {
  .s-footer .l-inner {
    flex-direction: column;
  }
}
.s-footer .l-inner .p__left .footer-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-footer .l-inner .p__left .footer-logo {
  max-width: 250px;
}
.s-footer .l-inner .p__left .footer-social {
  display: flex;
  gap: 15px;
}
.s-footer .l-inner .p__left .footer-social__item {
  display: flex;
  padding: 3px;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(237, 211, 124, 0.9);
  border-radius: 50%;
  opacity: 0.75;
  transition: background-color 300ms, border-color 300ms, opacity 300ms;
}
.s-footer .l-inner .p__left .footer-social__item:hover {
  opacity: 1;
}
.s-footer .l-inner .p__left .footer-social__item.line:hover {
  background-color: #00b900;
  border-color: #00b900;
}
.s-footer .l-inner .p__left .footer-social__item.fb:hover {
  background-color: #1877f2;
  border-color: #1877f2;
}
.s-footer .l-inner .p__left .footer-social__item.apple:hover {
  background-color: #ae53e0;
  border-color: #ae53e0;
}
.s-footer .l-inner .p__left .footer-social__item.spotify:hover {
  background-color: #1DB954;
  border-color: #1DB954;
}
.s-footer .l-inner .p__left .footer-social__item.kkbox:hover {
  background-color: #09CEF6;
  border-color: #09CEF6;
}
.s-footer .l-inner .p__left .footer-social__item.fm:hover {
  background-color: #C78E33;
  border-color: #C78E33;
}
.s-footer .l-inner .p__left .footer-social__item.firstory:hover {
  background-color: #F4345B;
  border-color: #F4345B;
}
.s-footer .l-inner .p__left .footer-social.podcast {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s-footer .l-inner .p__left .footer-social.podcast .podcast-sec {
  font-size: 13px;
  color: #edd37c;
  opacity: 0.7;
}
.s-footer .l-inner .p__left .footer-social.podcast .podcast-sec_sub {
  color: #fff;
  opacity: 0.75;
}
.s-footer .l-inner .p__left .footer-social.podcast .footer-podcast-logo img {
  width: 65px;
  height: 65px;
  border-radius: 5px;
}
.s-footer .l-inner .p__left .footer-podcast-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(237, 211, 124, 0.35);
}
.s-footer .l-inner .p__left .footer-podcast-title {
  display: flex;
  gap: 3px;
  flex-direction: column;
}
.s-footer .l-inner .p__left .footer-podcast-link {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.s-footer .l-inner .p__main .mainnav {
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap: wrap;
}
.s-footer .l-inner .p__main .mainnav li {
  list-style: none;
}
.s-footer .l-inner .p__main .mainnav .nav-item, .s-footer .l-inner .p__main .mainnav .nav-item__url {
  color: #baa35b;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-footer .l-inner .p__main .mainnav .nav-item__url {
  transition: color 300ms;
}
.s-footer .l-inner .p__main .mainnav .nav-item__url:hover {
  color: #edd37c;
}
.s-footer .l-inner .p__main .mainnav .mod-menu__sub {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s-footer .l-inner .p__main .mainnav .mod-menu__sub .nav-item__url {
  color: #fff;
  font-size: 13px;
  opacity: 0.65;
  transition: opacity 300ms, color 300ms;
}
.s-footer .l-inner .p__main .mainnav .mod-menu__sub .nav-item__url:hover {
  opacity: 1;
  color: #edd37c;
}
.s-footer .p__btm {
  padding: 10px 25px;
}
.s-footer .p__btm .s-footer__copyright {
  display: flex;
  justify-content: center;
  color: #edd37c;
  font-size: 13px;
  border-top: 1px solid rgba(237, 211, 124, 0.5);
  padding: 10px 20px 0;
}

@scope (.content-body) {
  .summary {
    display: none;
  }
  .big {
    font-size: 1.25rem;
  }
  .stron {
    font-weight: bold;
  }
  h2 {
    color: #baa35b;
    font-size: 1.25rem;
    text-align: center;
    padding: 20px 0;
    margin-block-end: 50px;
    position: relative;
  }
  h2:after {
    content: "";
    position: absolute;
    inset: auto 50% 0 auto;
    width: 150px;
    height: 1px;
    background: rgba(186, 163, 91, 0.7);
    transform: translate(50%, 0);
  }
  b {
    color: #baa35b;
  }
  p {
    line-height: 1.9;
    margin-block-end: 2.25rem;
  }
  ol {
    margin-inline-start: 5px;
    padding-inline-start: 2.25rem;
    line-height: 1.9;
    border-inline-start: 3px solid rgba(186, 163, 91, 0.4);
  }
  ol li {
    margin-block-end: 0.75rem;
  }
  ul {
    margin-inline-start: 5px;
    padding-inline-start: 2.25rem;
    line-height: 1.9;
    list-style: disc;
    border-inline-start: 3px solid rgba(186, 163, 91, 0.4);
  }
  ul li {
    margin-block-end: 0.75rem;
  }
  .content-section {
    padding: 20px 40px;
    background: rgba(186, 163, 91, 0.15);
    margin: 20px 0;
    font-size: 0.875rem;
    border-radius: 6px;
  }
  .content-section h2 {
    font-size: 1.125rem;
    margin: 6px 0 20px;
    padding: 0;
    text-align: left;
  }
  .content-section h2:after {
    display: none;
  }
  @media only screen and (max-width: 431px) {
    .content-section h2 {
      display: block;
    }
  }
  .content-section h2 .sq-item {
    width: 25px;
  }
  @media only screen and (max-width: 431px) {
    .content-section h2 .sq-item {
      margin-top: 10px;
    }
  }
  .content-section h2 .zdg .sq-item {
    aspect-ratio: auto;
    width: auto;
    padding-inline: 16px;
    font-size: 0.75rem;
  }
  .content-section .content {
    font-size: 0.875rem;
    color: #4a4a4a;
  }
}
/*
ap：application level
s：site wide level
l：layout
u：utility
btn：button
*/

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