@charset "UTF-8";
@layer reset, base, page, custom;
:root {
  --l-H-hero: 580px;
  --l-header: 80px;
  --l-header-: -80px;
  --l-header--mobile: 56px;
  --l-header--mobile-: -56px;
  --l-services-logo: 44px;
  --l-btnH: 36px;
  --l-h-sec-footer: 150px;
  --c-text: #3a3a3d;
  --c-heading: #1e1e1e;
  --c-nav: #494949;
  --c-brand-text: #8b8bac;
  --c-primary: #EA3F9A;
  --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;
    }
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang TC", "Microsoft JhengHei", "Noto Sans", Arial, sans-serif;
}

.font-en,
.heading-en {
  font-family: "Raleway", "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.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;
}
.l-inner.--mid-side {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.l-inner.--mid-side .content.--left {
  flex: 1 1 auto;
}
.l-inner.--mid-side .content.--right {
  flex: 0 0 auto;
}

.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: 370px;
  position: relative;
}

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

.p-register, .p-sigin {
  background: url(../images/user-bg.avif) no-repeat center/cover;
}
.p-register .title, .p-sigin .title {
  font-size: 1.25rem;
  color: #EA3F9A;
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.p-register .title:after, .p-sigin .title:after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 5px;
}
.p-register fieldset legend, .p-sigin fieldset legend {
  font-size: 1.25rem;
  color: #EA3F9A;
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.p-register fieldset legend:after, .p-sigin fieldset legend:after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 5px;
}
.p-register .controls, .p-sigin .controls {
  display: flex;
  padding-block: 5px;
}

.km:has(.s-nav) {
  padding-top: var(--l-header);
}
@media only screen and (max-width: 768px) {
  .km:has(.s-nav) {
    padding-top: var(--l-header--mobile);
  }
}
.km:has(.s-nav) .hero {
  margin-top: var(--l-header-);
}
@media only screen and (max-width: 768px) {
  .km: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 (.km) {
  .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: #EA3F9A;
  }
}
.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;
}

.km .control-label {
  padding: 10px 0 5px;
  font-size: 1rem;
}
.km .control-label .form-control-feedback {
  font-size: 0.75rem;
  color: #0a4194;
  margin-inline-start: 5px;
}
.km .controls,
.km .formBody {
  padding-bottom: 16px;
}
.km .controls .input-group,
.km .formBody .input-group {
  display: flex;
  align-items: center;
}
.km .controls input.form-control,
.km .controls input.rsform-input-box,
.km .controls input.rsform-password-box,
.km .formBody input.form-control,
.km .formBody input.rsform-input-box,
.km .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%;
}
.km .controls input.form-control:focus,
.km .controls input.rsform-input-box:focus,
.km .controls input.rsform-password-box:focus,
.km .formBody input.form-control:focus,
.km .formBody input.rsform-input-box:focus,
.km .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);
}
.km .controls input.form-control + .btn-secondary,
.km .controls input.rsform-input-box + .btn-secondary,
.km .controls input.rsform-password-box + .btn-secondary,
.km .formBody input.form-control + .btn-secondary,
.km .formBody input.rsform-input-box + .btn-secondary,
.km .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;
}
.km .controls input.form-control + .btn-secondary .icon-eye-slash,
.km .controls input.rsform-input-box + .btn-secondary .icon-eye-slash,
.km .controls input.rsform-password-box + .btn-secondary .icon-eye-slash,
.km .formBody input.form-control + .btn-secondary .icon-eye-slash,
.km .formBody input.rsform-input-box + .btn-secondary .icon-eye-slash,
.km .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;
}
.km .controls input.form-control + .btn-secondary .icon-eye,
.km .controls input.rsform-input-box + .btn-secondary .icon-eye,
.km .controls input.rsform-password-box + .btn-secondary .icon-eye,
.km .formBody input.form-control + .btn-secondary .icon-eye,
.km .formBody input.rsform-input-box + .btn-secondary .icon-eye,
.km .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;
}

.km .s-wrapper .dropfiles-content {
  padding: 0 !important;
  margin: 10px 0 !important;
  width: min(600px, 90%) !important;
  display: flex;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link {
  background-color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  display: flex;
  flex: 1;
  overflow: hidden;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link:hover {
  background-color: #fff !important;
  box-shadow: none !important;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .downloadlink,
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .openlink {
  transition: background-color 300ms;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .downloadlink:hover,
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .openlink:hover {
  background-color: rgba(234, 63, 154, 0.05) !important;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .downloadlink {
  display: flex;
  gap: 5px;
  flex-direction: column;
  padding: 7px 55px 7px 15px;
  position: relative;
  flex: 1;
  overflow: hidden;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .downloadlink br {
  display: none;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .downloadlink::before {
  content: "";
  position: absolute;
  display: flex;
  width: 20px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../images/ic_download.png) no-repeat center/contain;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .openlink {
  border-left: 1px solid #c3c3c3;
  width: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .openlink::before {
  content: "";
  display: flex;
  width: 18px;
  height: 15px;
  background: url(../images/ic_preview.png) no-repeat center/contain;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .droptitle {
  color: #333 !important;
  font-size: 15px;
  line-height: 1.2;
  font-family: "noto sans";
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .droptitle:hover {
  color: #333 !important;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .dropinfos {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "noto sans";
  flex-wrap: wrap;
  gap: 7px;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .dropinfos b {
  display: none;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .dropinfos .size {
  font-size: 12px;
  line-height: 1;
  color: #555;
  display: inline-block;
}
.km .s-wrapper .dropfiles-single-file .dropfiles-file-link .dropinfos .format {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  background-color: #EA3F9A;
  display: inline-block;
  display: flex;
  align-items: center;
}

.sec-title.--space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.sec-title-text {
  display: inline-block;
  font-size: 35px;
  font-weight: 800;
  background: linear-gradient(90deg, #112463 0%, #112463 65%, #0000E8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-title-text.--reverse {
  background: linear-gradient(90deg, #E6ECFE 0%, #E6ECFE 65%, #96EFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 551px) {
  .sec-title-text {
    font-size: 25px;
  }
}

.sec-title-en {
  color: #DBDFF0;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  align-self: flex-end;
  font-family: "Raleway", "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
@media only screen and (max-width: 678px) {
  .sec-title-en {
    font-size: 35px;
    opacity: 0.75;
  }
}
@media only screen and (max-width: 431px) {
  .sec-title-en {
    font-size: 27px;
    opacity: 0.75;
  }
}

.sec-title-caption {
  font-size: 15px;
  color: #515151;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 10px;
}
.sec-title-caption.--reverse {
  color: rgba(255, 255, 255, 0.75);
}
.sec-title-caption.--reverse .sec-title-caption-text::after {
  background-color: rgba(188, 188, 188, 0.5);
}
.sec-title-caption-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.sec-title-caption-text::after {
  content: "";
  width: 95px;
  height: 1px;
  display: inline-block;
  background-color: #bcbcbc;
}

.pd-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 24px;
  align-items: center;
  justify-content: center;
}
.pd-modal.is-open {
  display: flex;
}
.pd-modal-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(15px);
}
.pd-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(900px, 92vw);
  margin: 0;
  display: grid;
  gap: 14px;
}
.pd-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(20, 20, 20, 0.75);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.pd-modal-close::before, .pd-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
}
.pd-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pd-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pd-modal-media {
  background: transparent;
  border-radius: 6px;
  padding: 16px;
  box-shadow: none;
  display: grid;
  place-items: center;
}
.pd-modal-img {
  width: 100%;
  max-height: 60vh;
  object-fit: contain;
  display: block;
  background: transparent;
}
.pd-modal-meta {
  color: #fff;
  display: grid;
  gap: 8px;
  justify-items: start;
  text-align: left;
}
.pd-modal-category {
  display: inline-flex;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.92);
}
.pd-modal-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 431px) {
  .pd-modal {
    padding: 14px;
  }
  .pd-modal-dialog {
    width: min(96vw, 680px);
    gap: 6px;
    grid-template-areas: "media" "meta" "close";
  }
  .pd-modal-media {
    grid-area: media;
    padding: 14px;
  }
  .pd-modal-meta {
    grid-area: meta;
    display: grid;
    justify-items: center;
    row-gap: 10px;
    margin-top: 15px;
    text-align: center;
  }
  .pd-modal-title {
    text-align: center;
  }
  .pd-modal-img {
    max-height: 52vh;
  }
  .pd-modal-close {
    grid-area: close;
    justify-self: center;
    align-self: start;
    position: relative;
    top: 15px;
    right: 0;
  }
}

.contact {
  padding: 70px 0 35px;
  background: url(../images/bg_contact.avif) no-repeat top center/cover;
}
.contact_text {
  font-size: 18px;
  padding: 15px 0;
  color: #555555;
}
@media only screen and (max-width: 768px) {
  .contact_text {
    font-size: 15px;
  }
}
.contact .l-inner.--mid-side {
  gap: 100px;
}
@media only screen and (max-width: 768px) {
  .contact .l-inner.--mid-side {
    flex-direction: column;
    gap: 10px;
  }
}
.contact .contact_info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact .contact_info_item {
  font-size: 25px;
  color: #686868;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  transition: transform 300ms;
}
@media only screen and (max-width: 768px) {
  .contact .contact_info_item {
    font-size: 18px;
  }
}
.contact .contact_info_item:hover {
  transform: translateY(-2px);
}
.contact .contact_info_item:hover .ic {
  transform: translateY(-1px);
  box-shadow: 0 5px 25px rgba(152, 197, 239, 0.95);
}
.contact .contact_info_item .ic {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(-45deg, #0000CD 0%, #222255 37%);
  border: 2px solid #738FFF;
  box-shadow: 0 5px 15px rgba(152, 197, 239, 0.75);
  transition: transform 300ms, box-shadow 300ms;
  position: relative;
}
.contact .contact_info_item .ic::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact .contact_info_item.--tele .ic::before {
  background: url(../images/ic_tele.png) no-repeat center center/contain;
}
.contact .contact_info_item.--email .ic::before {
  background: url(../images/ic_mail.png) no-repeat center center/contain;
}
.contact .content.--right {
  padding-top: 30px;
}

.pd-thumb {
  transition: transform 300ms;
}
.pd-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 25px rgba(28, 44, 62, 0.15);
}

.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;
  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: #fff;
  backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.s-nav:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background: #E5E5E5;
  bottom: 0;
}
.s-nav li {
  list-style: none;
}
.s-nav .main-nav {
  flex: 1 1 100%;
  height: 100%;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 7px;
}
@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: 55px 0 0 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
}
.s-nav .main-nav .mainnav::after {
  content: "";
  margin-left: auto;
}
.s-nav .main-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 .main-nav .mainnav .parent:hover .mod-menu__sub {
    transform: none;
  }
}
.s-nav .side-nav {
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.s-nav .mod-login-logout {
  display: flex;
  align-items: center;
}
.s-nav .logout-button {
  display: flex;
}
.s-nav .logout-button .btn-primary {
  background: #0a4194;
  font-size: 14px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
}
@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 .nav-item__url {
  color: #fff;
}
.s-nav .btn-toggle:checked ~ .main-nav .nav-item.deeper .nav-item__url {
  transition: color 300ms;
}
.s-nav .btn-toggle:checked ~ .main-nav .nav-item.deeper .nav-item__url:hover {
  color: #EA3F9A;
}
.s-nav .btn-toggle:checked ~ .main-nav .nav-item .mod-menu__heading {
  color: #fff;
  opacity: 0.5;
}
.s-nav .btn-toggle:checked ~ .main-nav .nav-item:has(.logo) {
  transform: none;
  min-width: 100px;
  display: flex;
}
.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: #aaa;
  position: relative;
  top: 1px;
}
.s-nav .btn-burger b:before {
  content: "";
  position: absolute;
  inset: -8px 0 auto 0;
  height: 3px;
  background: #aaa;
  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: #aaa;
  transform-origin: 50%;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@scope (.s-nav .mainnav) to (.mod-menu__sub) {
  :scope {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 768px) {
    :scope {
      flex-direction: column;
      height: auto;
      width: max-content;
      margin: 50px auto;
      place-content: center;
      padding-top: var(--l-header--mobile);
      gap: 30px;
    }
  }
  .nav-item {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    transition: background-color 300ms;
  }
  .nav-item::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 0;
    bottom: 0;
    background: linear-gradient(to right, #5ab1fd, #3672ff);
    transition: width 300ms;
  }
  .nav-item.deeper::before {
    display: none;
  }
  .nav-item.deeper .nav-item__url:hover {
    color: #EA3F9A !important;
  }
  .nav-item:hover {
    background-color: rgba(231, 231, 231, 0.35);
  }
  .nav-item:hover::before {
    width: 100%;
  }
  .nav-item.current::before {
    width: 100%;
  }
  @media only screen and (max-width: 768px) {
    .nav-item {
      height: auto;
      flex-direction: column;
      align-items: center;
      opacity: 0;
      pointer-events: none;
      transform: translate3d(0, 15px, 0);
      transition: 0.4s;
      display: none;
    }
    .nav-item:hover {
      background-color: rgba(231, 231, 231, 0);
    }
  }
  .nav-item__url,
  .nav-item .mod-menu__heading {
    display: flex;
    color: #626866;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 15px;
    align-items: center;
    cursor: pointer;
  }
  @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;
    font-size: 0;
    color: transparent;
    margin-right: auto;
  }
  @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: flex;
      position: fixed;
    }
  }
  .nav-item:has(.logo)::before {
    display: none;
  }
  .nav-item:has(.logo):hover {
    background-color: rgba(231, 231, 231, 0);
  }
  .nav-item .logo {
    display: flex;
    height: 35px;
    padding: 20px;
    background: url(../images/logo.png) no-repeat center center/contain;
    aspect-ratio: 150/35;
    text-indent: -9999px;
    color: transparent;
    font-size: 0;
    overflow: clip;
  }
  @media only screen and (max-width: 768px) {
    .nav-item .logo {
      position: fixed;
      inset: 10px auto auto auto;
      z-index: 1;
      padding: 0;
    }
  }
}
@scope (.s-nav .mod-menu__sub) {
  :scope {
    position: absolute;
    inset: 100% 0 auto 0;
    padding-block: 10px;
    width: 150px;
    background: rgba(234, 63, 154, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px rgba(234, 63, 154, 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) {
    :scope {
      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(255, 255, 255, 0.5);
    }
    :scope:hover {
      background: transparent;
    }
  }
  .nav-item {
    display: block !important;
  }
  .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) {
    .nav-item__url {
      color: #EA3F9A;
      padding: 6px 10px;
      font-size: 0.875rem;
    }
  }
  .nav-item__url:hover {
    background: #fff;
    color: #EA3F9A;
  }
  @media only screen and (max-width: 768px) {
    .nav-item__url:hover {
      background: none;
      color: #EA3F9A;
    }
  }
}
.btn-normal {
  appearance: none;
  background: linear-gradient(to right, #FFFFFF 75%, #EBEBFF 100%);
  color: #5E5E71;
  border-radius: 999px;
  padding: 10px 26px;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(152, 197, 239, 0.25);
  transition: all 0.25s ease;
  border: 2px solid #ffffff;
}
.btn-normal:hover {
  color: #203c7a;
  box-shadow: 0 5px 15px rgba(152, 197, 239, 0.5);
  transform: translateY(-1px);
}
.btn-normal.is-active {
  background: linear-gradient(120deg, #0000CD 0%, #222255 37%);
  color: #fff;
  border: 2px solid #738FFF;
  box-shadow: 0 5px 15px rgba(152, 197, 239, 0.75);
}
@media only screen and (max-width: 551px) {
  .btn-normal {
    font-size: 15px;
    padding: 8px 18px;
  }
}

.btn-primary {
  border: 0;
  border-radius: 999px;
  padding: 10px 25px;
  min-width: 140px;
  background: linear-gradient(90deg, #222255 50%, #0000CD 100%);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: all 300ms;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #222255 15%, #0000CD 100%);
  box-shadow: 0 5px 15px rgba(47, 47, 209, 0.35);
}
.btn-primary.is-deco {
  padding: 10px 55px;
  position: relative;
}
.btn-primary.is-deco::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../images/ic_arrow_w.png) no-repeat center center/20px 20px;
  inset: 5px 5px 5px auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

nav.side-nav #login-form-175 .mod-login__userdata {
  display: flex;
  align-items: center;
  gap: 10px;
}
nav.side-nav #login-form-175 .mod-login__username {
  display: none;
}
nav.side-nav #login-form-175 .mod-login__password {
  display: none;
}
nav.side-nav #login-form-175 .mod-login__remember {
  display: none;
}
nav.side-nav #login-form-175 .mod-login__options {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
nav.side-nav #login-form-175 .mod-login__options li a {
  padding: 8px 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: transform 300ms;
}
nav.side-nav #login-form-175 .mod-login__options li a:hover {
  transform: translateY(-2px);
}
nav.side-nav #login-form-175 .mod-login__options li:not(:last-child) {
  display: none;
}
nav.side-nav #login-form-175 .mod-login__submit {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
nav.side-nav #login-form-175 .mod-login__submit .btn-primary {
  padding: 8px 20px;
}
nav.side-nav .mod-login-logout {
  display: flex;
  gap: 10px;
}
nav.side-nav .mod-login-logout .login-greeting {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 5px 20px 5px 5px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
@media only screen and (max-width: 431px) {
  nav.side-nav .mod-login-logout .login-greeting {
    padding: 8px 10px;
  }
}
nav.side-nav .mod-login-logout .login-greeting .name-first-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #EA3F9A;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 431px) {
  nav.side-nav .mod-login-logout .login-greeting .name-first-text {
    display: none;
  }
}
nav.side-nav .mod-login-logout .login-greeting .user-name {
  max-width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
nav.side-nav .mod-login-logout .btn-primary {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: transform 300ms;
}
nav.side-nav .mod-login-logout .btn-primary:hover {
  transform: translateY(-2px);
}
nav.side-nav #jtl {
  display: flex;
  gap: 10px;
}
nav.side-nav #jtl .login {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
nav.side-nav #jtl .login .hide-mobile {
  pointer-events: none;
}
nav.side-nav #jtl .login:hover {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 15px rgba(58, 58, 61, 0.35);
  transform: translateY(-1px);
}
@media only screen and (max-width: 768px) {
  nav.side-nav #jtl .login {
    padding: 6px 12px !important;
  }
}
nav.side-nav #jtl .login:before {
  content: "";
  display: inline-block;
  background: url(../images/login.webp) no-repeat center/contain;
  width: 16px;
  height: 16px;
}
nav.side-nav #jtl .register {
  background: #EA3F9A;
  border: 1px solid rgba(89, 172, 126, 0.75);
  display: none;
}
nav.side-nav #jtl .register:hover {
  box-shadow: 0 5px 15px rgba(234, 63, 154, 0.85);
  transform: translateY(-1px);
}
nav.side-nav #jtl .register:before {
  content: "";
  display: inline-block;
  background: url(../images/register.webp) no-repeat center/contain;
  width: 16px;
  height: 16px;
}
nav.side-nav #jtl > div {
  width: 260px;
  inset: 100% 0 auto auto;
  height: auto !important;
  border-radius: 5px;
}
nav.side-nav #jtl .jtl-content-login160 {
  margin-top: 10px !important;
}
nav.side-nav #jtl .jtl-content-login160 .input-group-text {
  display: none !important;
}
nav.side-nav #jtl .jtl-content-login160 #modlgn-passwd-160 {
  border-radius: 3px 0 0 3px !important;
}
nav.side-nav #jtl .jtl-content-login160 .input-password-toggle {
  border-radius: 0 3px 3px 0 !important;
  margin-left: -1px !important;
}
nav.side-nav #jtl .jtl-content-login160 .mod-login__submit .akeeba-sociallogin-link-button-google {
  width: 100%;
  border: 1px solid rgba(58, 58, 61, 0.25);
  box-shadow: 0 3px 5px rgba(58, 58, 61, 0.1);
}
nav.side-nav #jtl .jtl-content-register160 {
  margin-top: 10px !important;
}
nav.side-nav #jtl form input {
  border-radius: 3px !important;
}
nav.side-nav #jtl form .jtl-note {
  padding-bottom: 10px;
}
nav.side-nav #jtl form .jtl-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
nav.side-nav #jtl form .btn-blockjt {
  background-color: #EA3F9A;
  border: none;
}
nav.side-nav #jtl form .input-info {
  font-size: 14px;
  color: rgba(58, 58, 61, 0.85);
  padding-top: 5px;
}
nav.side-nav #jtl button {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  white-space: nowrap;
  color: #fff;
  border-radius: 50px !important;
  padding: 10px 18px !important;
  margin: 0 !important;
  transition: all 250ms !important;
}
nav.side-nav #jtl a {
  color: #EA3F9A !important;
}
nav.side-nav #jtl .registerlink {
  position: relative;
  border: none !important;
  border-radius: 0 !important;
  transition: all 250ms;
}
nav.side-nav #jtl .registerlink a::after {
  content: "";
  position: absolute;
  inset: 0;
}
nav.side-nav #jtl .registerlink .icon-arrow-icon {
  transform: translateX(0) !important;
}
nav.side-nav #jtl .registerlink:hover {
  background-color: rgba(234, 63, 154, 0.15);
}
nav.side-nav #jtl .registerlink:hover .icon-arrow-icon {
  transform: translateX(2px) !important;
}
nav.side-nav .dropmenu {
  position: absolute;
  display: flex;
  flex-direction: column;
  inset: 100% auto auto 0;
  border-radius: 5px;
  background-color: #fff;
  min-width: 200px;
  margin-top: 10px;
  border: 1px solid rgba(58, 58, 61, 0.1);
  box-shadow: 0 5px 15px rgba(58, 58, 61, 0.15);
  padding: 10px 0;
  max-height: 70vh;
  overflow-y: auto;
}
nav.side-nav .dropmenu.is-closed {
  display: none;
}
nav.side-nav .dropmenu ul.mainnav {
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
nav.side-nav .dropmenu ul.mainnav .nav-item {
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) !important;
}
nav.side-nav .dropmenu ul.mainnav .nav-item__url {
  display: flex;
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  color: #3a3a3d;
}
nav.side-nav .dropmenu ul.mainnav .nav-item__url:hover {
  background-color: rgba(234, 63, 154, 0.1);
}
nav.side-nav .dropmenu ul.mainnav .nav-item.divider {
  border-top: 1px solid rgba(58, 58, 61, 0.1);
}
nav.side-nav .dropmenu ul.mainnav .nav-item.divider .nav-item__url {
  font-size: 13px;
  opacity: 0.55;
}
nav.side-nav .dropmenu ul.mainnav .nav-item.divider .nav-item__url:hover {
  background-color: rgba(234, 63, 154, 0);
}
nav.side-nav #login-form-160 {
  display: flex;
  gap: 10px;
}
nav.side-nav #login-form-160 .login-greeting {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 6px 15px 6px 6px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  transition: box-shadow 300ms, background-color 300ms;
}
nav.side-nav #login-form-160 .login-greeting:hover {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 10px rgba(58, 58, 61, 0.15);
}
nav.side-nav #login-form-160 .login-greeting .default-greeting {
  display: none;
}
nav.side-nav #login-form-160 .login-greeting .user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
nav.side-nav #login-form-160 .login-greeting .user-avatar__inner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #EA3F9A;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 0 10px #6fd9ff;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
nav.side-nav #login-form-160 .login-greeting .user-avatar::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 32px;
  background-color: #fff;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
nav.side-nav #login-form-160 .login-greeting .user-avatar::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, #80cda3, #62ccf3);
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
nav.side-nav #login-form-160 .login-greeting .user-name {
  display: flex;
  max-width: 135px;
  align-items: center;
  gap: 5px;
}
nav.side-nav #login-form-160 .login-greeting .user-name__text {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
nav.side-nav #login-form-160 .login-greeting .user-name:after {
  content: "";
  display: flex;
  width: 15px;
  height: 15px;
  background: url(../images/ic-arrow.png) no-repeat center/contain;
}
nav.side-nav #login-form-160 .logout-button button {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(58, 58, 61, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
nav.side-nav #login-form-160 .logout-button button:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 5px 15px rgba(58, 58, 61, 0.25);
}

.com_users .registration .control-group .controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.com_users .registration .control-group .controls .btn {
  color: #EA3F9A;
}
.com_users .registration .control-group .controls .btn-primary {
  color: #fff;
}
.com_users .registration .control-group .controls .password-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.com_users .registration .control-group .controls .input-password-toggle {
  white-space: nowrap;
  cursor: pointer;
}
.com_users .registration .control-group .controls .input-password-toggle .visually-hidden {
  flex-wrap: nowrap;
  color: #3a3a3d;
}

.com_easysocial #es.es-main .si-theme-foundry {
  display: none;
}
.com_easysocial #es.es-main .es-content {
  max-width: 900px;
  margin: 30px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.com_easysocial #es.es-main .es-content .o-media__body a {
  font-size: 20px;
  color: #EA3F9A;
}
.com_easysocial #es.es-main .es-content .t-fs--sm, .com_easysocial #es.es-main .es-content .es-avatar-list {
  display: none;
}
.com_easysocial #es.es-main .es-content .es-snackbar2 {
  display: none;
}

.s-footer {
  background-color: #151515;
  padding: 55px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .s-footer {
    padding: 50px 15px 0;
  }
}
.s-footer .l-inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: auto;
  max-width: 1024px;
  padding: 50px 0;
}
.s-footer .l-inner::after {
  content: "";
  margin-left: auto;
}
@media only screen and (max-width: 678px) {
  .s-footer .l-inner {
    flex-direction: column;
    gap: 50px;
  }
}
.s-footer__logo {
  padding-right: 30px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s-footer__logo .f-logo {
  width: auto;
  width: min(250px, 100%);
  aspect-ratio: 266/30;
  background: url(../images/logo_w.png) no-repeat left center/contain;
}
.s-footer__logo .f-logo-text {
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
}
.s-footer__logo .logo_unit {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.s-footer__logo .logo_moc {
  width: 150px;
  height: 23px;
  background: url(../images/logo_moc.png) no-repeat left center/contain;
}
.s-footer__logo .logo_ntnu {
  width: 150px;
  height: 25px;
  background: url(../images/logo_ntnu.png) no-repeat left center/contain;
}
.s-footer__logo img {
  width: 200px;
  height: auto;
}
.s-footer__logo h3 {
  font-size: 32px;
  font-weight: 700;
}
.s-footer__logo h5 {
  font-size: 12px;
}
.s-footer__count {
  padding-top: 30px;
  display: none;
}
.s-footer__count .jsvisitcounter {
  padding-top: 10px;
}
.s-footer__count .jsvisitcounter .table {
  margin: 0;
}
.s-footer__count .jsvisitcounter .table .counter {
  display: flex;
  width: auto;
  text-align: left;
}
.s-footer__count .jsvisitcounter .table .counter .digit-0, .s-footer__count .jsvisitcounter .table .counter .digit-1, .s-footer__count .jsvisitcounter .table .counter .digit-2, .s-footer__count .jsvisitcounter .table .counter .digit-3, .s-footer__count .jsvisitcounter .table .counter .digit-4, .s-footer__count .jsvisitcounter .table .counter .digit-5, .s-footer__count .jsvisitcounter .table .counter .digit-6, .s-footer__count .jsvisitcounter .table .counter .digit-7, .s-footer__count .jsvisitcounter .table .counter .digit-8, .s-footer__count .jsvisitcounter .table .counter .digit-9 {
  background: none;
  text-indent: 0;
  width: 15px;
}
.s-footer__count .jsvisitcounter .boxed {
  display: none !important;
}
.s-footer__count .jsvisitcounter .table:first-of-type {
  display: none;
}
.s-footer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-footer__info h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
.s-footer__info .unit_social {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 25px;
}
.s-footer__info .unit_social .social_link {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #aaa;
  transition: box-shadow 300ms;
}
.s-footer__info .unit_social .social_link.fb_link {
  background: url(../images/ic_fb.png) no-repeat center/contain;
}
.s-footer__info .unit_social .social_link.fb_link:hover {
  box-shadow: 0 3px 15px #3a3eff;
}
.s-footer__info .unit_social .social_link.ig_link {
  background: url(../images/ic_ig.png) no-repeat center/contain;
}
.s-footer__info .unit_social .social_link.ig_link:hover {
  box-shadow: 0 3px 15px #3f75f1;
}
.s-footer .mainnav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 431px) {
  .s-footer .mainnav {
    flex-direction: column;
  }
}
.s-footer .mainnav li {
  list-style: none;
}
.s-footer .mainnav .nav-item {
  font-size: 15px;
  color: #ffffff;
}
.s-footer .mainnav .nav-item a {
  text-decoration: none;
  color: #ffffff;
  transition: color 300ms;
}
.s-footer .mainnav .nav-item a:hover {
  color: #3f75f1;
}
.s-footer .mainnav .nav-child {
  padding-top: 20px;
}
.s-footer .mainnav .nav-child .nav-item {
  color: #ffffff;
  padding: 5px 0;
}
.s-footer .mainnav .nav-child .nav-item a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  transition: color 300ms;
}
.s-footer .mainnav .nav-child .nav-item a:hover {
  color: #ea3f9a;
}
.s-footer .p__btm {
  padding: 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
}

@scope (.content-body) {
  .summary {
    display: none;
  }
  .big {
    font-size: 1.25rem;
  }
  .stron {
    font-weight: bold;
  }
  h2 {
    color: #EA3F9A;
    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(234, 63, 154, 0.7);
    transform: translate(50%, 0);
  }
  b {
    color: #EA3F9A;
  }
  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(234, 63, 154, 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(234, 63, 154, 0.4);
  }
  ul li {
    margin-block-end: 0.75rem;
  }
  .content-section {
    padding: 20px 40px;
    background: rgba(234, 63, 154, 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 */
