:root {
  --highlight-sky: #ceedf6;
  --neutral-grey: #e1e1de;
  --dark-grey: #8a8a8a;
  --primary-blue: #00196e;
  --white: #ffffff;
  --black: #222;
  --background-banner: var(--Highlight-Sky, #ceedf6);
  --secondary-gold: #ffad1d;
}

@font-face {
  font-family: "Halyard Display Book";
  src: url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff2) format("woff2"),
    url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.error-allow {
  color: red;
  padding-left: 44px;
}

.error {
  color: red;
}

.james__touch .title_block {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}
.hero .hero__banner .hero__banner-dk {
  max-width: 1280px;
  height: 400px;
  padding: 56px 0;
  background-color: var(--background-banner);
}

.hero .hero__banner::after {
  display: none;
}

.hero .hero__content {
  max-width: 740px;
  min-height: 288px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.hero .hero__content .hero__title {
  color: var(--primary-blue);
  text-align: center;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero .hero__content .hero__heading {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Garamond Premier Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}

.hero .hero__content .hero__post-date {
  color: var(--Black, #222);
  text-align: center;
  font-family: "Halyard Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-variant-numeric: lining-nums proportional-nums;
}

#main-content .content__container {
  max-width: 776px;
  padding: 0 18px;
  margin: 80px auto;
}

.article-content .article__content-wrapper .article__introduce img {
  width: 100%;
}

.article__content-wrapper .article__content-paragraph {
  color: var(--Primary-Blue, #00196e);
  font-family: "halyard-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 32px;
  margin: 36px 0;
}

.article__detail-maintitle {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 80px;
}

.article__content-wrapper .article__introduce p {
  color: #000;
  font-family: "Halyard Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 16px 0;
}

.article__detail-wrapper .article__detail-title {
  color: var(--Primary-Blue, #00196e);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "halyard-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 16px;
}

.article__detail-wrapper .article__detail-title:nth-child(3) {
  margin: 80px 0 16px;
}

.article__detail-wrapper .article__detail-date h3 {
  color: var(--Primary-Blue, #00196e);
  font-family: "Halyard Display Book", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 32px;
  font-variant-numeric: lining-nums proportional-nums;
  margin-bottom: 12px;
  max-width: 100%;
}

.article__detail-wrapper p {
  color: #000;
  font-family: "Halyard Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.article__detail-wrapper .article__detail-line {
  background: linear-gradient(
    270deg,
    rgba(0, 25, 110, 0) 0,
    #00196e 52.08%,
    rgba(0, 25, 110, 0) 100%
  );
  height: 1px;
  margin: 80px 0 60px;
}

.article__detail-wrapper .article__detail-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article__detail-form h1 {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "garamond-premier-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin: 0;
}

.article__detail-form h2 {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-family: "halyard-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 32px;
  margin: 12px 0 60px;
}

#booking {
  padding: 0px 0px 60px;
}

.contact__wrapper-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  max-width: 618px;
}

.contact__wrapper-info .contact__col-full {
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__wrapper-info .contact__touch--form {
  height: auto;
}

.contact__wrapper-info .contact__touch--form .contact__form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  justify-content: center;
}

.contact__form-row .contact__col-stack {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__form-row .contact__col-stack--full {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__form-row .contact__col-stack--full .contact_mb-3 {
  margin-bottom: 60px;
}

.contact__form-row .contact__col-stack .contact__checkbox-group {
  margin-bottom: 16px;
}

.contact__form-row
  .contact__col-stack
  .contact__checkbox-group
  input[type="checkbox"] {
  display: none;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label {
  display: block;
  position: relative;
  color: var(--dark-grey);
  font-family: "Halyard Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  padding-left: 30px;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid var(--dark-grey);
  top: 3px;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  top: 0;
  left: 6px;
  -webkit-transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.contact__form-row
  .contact__checkbox-group
  input[type="checkbox"]:checked
  + label::before {
  background: #00196e;
  border-color: #00196e;
}

.contact__form-row
  .contact__checkbox-group
  input[type="checkbox"]:checked
  + label::after {
  opacity: 1;
  top: 4px;
}

.contact__form-term {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding: 0 18px;
  margin: 60px 0;
}

.contact__form-term input[type="checkbox"] {
  display: none;
}

.contact__form-term label {
  display: block;
  position: relative;
  color: #8a8a8a;
  font-family: "Halyard Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  padding-left: 30px;
  letter-spacing: 0.4px;
}

.contact__form-term label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid var(--dark-grey);
  top: 3px;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.contact__form-term label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  top: 0;
  left: 6px;
  -webkit-transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.contact__form-term input[type="checkbox"]:checked + label::before {
  background: #00196e;
  border-color: #00196e;
}

.contact__form-term input[type="checkbox"]:checked + label::after {
  opacity: 1;
  top: 4px;
}

.contact__form-row .contact__col-stack .contact__select-field {
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #8a8a8a;
  color: #8a8a8a;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  font-family: "Halyard Text";
}

.contact__form-row .contact__col-stack .contact__input-field {
  margin-bottom: 1rem;
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #8a8a8a;
  color: #8a8a8a;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  font-family: "Halyard Text";
  font-size: 16px;
}

.contact__form-row .contact__col-stack .contact__input-field::placeholder {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.contact__form-row
  .contact__col-stack
  .contact__input-field:focus::placeholder {
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  opacity: 0;
}

.contact__form-submit {
  display: flex;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 18px;
  justify-content: center;
}

.contact__form-submit:hover input[type="submit"] {
  background-color: var(--primary-blue);
  color: var(--secondary-gold);
}

.contact__form-submit input[type="submit"] {
  background: 0 0;
  border: 1px solid #00196e;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 20px;
  color: #00196e;
  font-weight: 500;
  font-family: "halyard-display", sans-serif;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.james__touch .james__touch--form .checkbox_group {
  margin-top: 44px;
}

.article__detail-wrapper .article__detail-line:last-child {
  margin: 60px 0 0;
}

.amount {
  margin-top: 120px;
  padding: 0;
}

.events {
  padding: 80px 0;
}

.events .box__container {
  display: flex;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
  gap: 60px;
}

.events .container__heading,
.events .container__box-content,
.events .see__all {
  padding: 0 15px;
}

.events .container__heading .container__heading-text {
  color: var(--primary-blue, #00196e);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.events .container__heading .container__heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.events .container__heading .container__heading-wrap .container__wrap-icon {
  display: flex;
  gap: 16px;
}

.events .container__heading .container__heading-wrap .container__wrap-icon img {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.5s ease;
  filter: invert(0%) sepia(1000%) saturate(200%) hue-rotate(61deg)
    brightness(100%) contrast(200%);
}

.events
  .container__heading
  .container__heading-wrap
  .container__wrap-icon
  img:hover {
  opacity: 1;
}

.events .container__box-content {
  width: 100%;
  overflow: hidden;
}

.events .slick-slide {
  margin: 0 18px;
}

/* .slick-list {
    margin: 0 -18px;
    padding-right: 50px;
} */

.events .container__content .content__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: #fff;
  max-width: 352px;
  height: max-content;
  border: 1px solid var(--Neutral-Grey, #e1e1de);
}

.events .container__content .content__box-img img {
  width: 100%;
  height: auto;
}

.events .container__content .content__box-title .content__box-heading {
  color: var(--primary-blue, #00196e);
  font-size: 22px;
  font-weight: 490;
  line-height: 28px;
  margin-bottom: 8px;
}

.events .container__content .content__box-title .content__box-date,
.events .container__content .content__box-title .content__box-address {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.events .container__content .content__box-desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.events .container__content .content__box-title .content__box-icon img {
  width: 100%;
  height: auto;
}

.title {
  color: var(--Primary-Blue, #00196e);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "garamond-premier-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin: 0;
}

.see__all {
  width: max-content;
  margin-top: 16px;
}

.see__all .wrap-contact {
  display: flex;
  align-items: center;
}

.see__all .wrap-contact .cta {
  font-size: 18px;
  font-weight: 490;
  line-height: 16px;
  color: var(--primary-blue, #00196e);
  font-family: Halyard Text;
}

.see__all .wrap-contact .icon {
  margin-left: 8px;
}

.see__all .wrap-contact .icon {
  transform: translateX(0);
  transition: all 0.5s linear;
}

.see__all .wrap-contact:hover .icon {
  transform: translateX(6px);
}

.happening {
  padding-bottom: 20px;
}

.happening .james_container .title_block {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "garamond-premier-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}

.happening .james__news {
  padding: 0;
}

.happening .james__news .james__news--item figure {
  margin: 0;
}

.type-block.teaser .block-inner h2 {
  font-size: 48px;
  margin-bottom: 16px;
}

.james__connect {
  padding: 0 0 80px;
}

@media (max-width: 991px) {
  .hero .hero__banner .hero__banner-tl {
    height: 320px;
    padding: 0 123px 36px 123px;
    background-color: var(--background-banner);
  }

  .hero .hero__content {
    max-width: 522px;
    min-height: 284px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }

  .hero .hero__content .hero__title {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "halyard-display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .hero .hero__content .hero__heading {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "garamond-premier-pro";
    font-size: 40px;
    margin: 0 auto;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }

  .content__container .article__content-wrapper img {
    margin: 0;
  }

  .content__container .article__content-wrapper .article__introduce img {
    width: 100%;
  }

  .content__container
    .article__content-wrapper
    .article__introduce
    img:first-child {
    width: 100%;
    margin: 0;
  }

  #main-content .content__container {
    max-width: 558px;
    padding: 0 18px;
    margin: 60px auto;
  }

  .article__content-wrapper .article__introduce p {
    margin: 48px 0;
  }

  .article__detail-wrapper .article__detail-date h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .article__detail-wrapper .article__detail-title:nth-child(3) {
    margin: 48px 0 16px;
  }

  .article__detail-wrapper .article__detail-line {
    background: linear-gradient(
      270deg,
      rgba(0, 25, 110, 0) 0,
      #00196e 52.08%,
      rgba(0, 25, 110, 0) 100%
    );
    height: 1px;
    margin: 48px 0 60px;
  }

  .article__detail-wrapper .article__detail-line:last-child {
    margin: 70px 0 0;
  }

  .events {
    padding: 40px 0 0;
  }

  .events .container__heading .container__heading-text {
    font-size: 16px;
    line-height: 20px;
  }

  .title {
    font-size: 40px;
    line-height: 48px;
  }

  .events .container__content .content__box {
    max-width: 100%;
  }

  .slick-list {
    padding: 0 51%0 0 !important;
  }

  .events .container__heading {
    padding: 0 14px;
  }

  .events .container__content .content__box-title .content__box-heading {
    font-size: 16px;
    line-height: 24px;
  }

  .events .container__heading .container__heading-wrap .title {
    font-size: 40px;
    line-height: 48px;
  }

  .events .container__heading .container__heading-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .events .container__box-content {
    padding-left: 14px;
    padding-right: 0;
    overflow: visible;
  }

  .events .box__container {
    margin: 0;
    gap: 36px;
  }

  .events .see__all {
    padding: 0 14px;
  }

  .slick-list {
    margin: 0-18px;
  }

  .slick-slide {
    margin: 0 18px;
  }

  .amount {
    margin-top: 100px;
    padding: 0 0 100px;
  }

  .happening .james_container .title_block {
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto 60px;
  }

  .happening {
    padding-bottom: 0;
  }

  .happening .james_row .james_col-4:nth-child(3) {
    display: none;
  }

  .happening .james__news .james__news--list {
    max-width: 85%;
    margin: 0 auto;
  }

  .happening .james__news--list .james_col-4 {
    max-width: 50%;
    width: 50%;
  }

  .happening .james__news--list .james_row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .happening .james__news--list .james_row > * {
    padding-left: 12px;
    padding-right: 12px;
  }

  .james__connect .james__connect--list {
    max-width: 85%;
    margin: 0 auto;
  }

  .james__connect {
    padding: 100px 0;
  }

  .type-block.teaser .block-inner h2 {
    font-size: 40px;
  }

  .james__connect .james__connect--list .james_col-4 {
    width: 50%;
    max-width: 50%;
  }

  .james_col-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (max-width: 576px) {
  .hero .hero__banner .hero__banner-mb {
    height: 320px;
    padding: 0 16px 36px;
    background-color: var(--background-banner);
  }

  .hero .hero__content {
    max-width: 393px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }

  .hero .hero__content .hero__title {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "halyard-display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .hero .hero__content .hero__heading {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "garamond-premier-pro";
    font-size: 36px;
    margin: 0 auto;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }

  #main-content .content__container {
    margin: 48px auto;
    padding: 0 16px;
  }

  .article__content-wrapper .article__introduce p {
    margin: 36px 0;
  }

  .article__detail-wrapper .article__detail-date h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .article__detail-wrapper .article__detail-title:nth-child(3) {
    margin: 36px 0 16px;
  }

  .article__detail-wrapper .article__detail-line {
    margin: 36px 0 48px;
  }

  .article__detail-form h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .article__detail-form h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 12px 0 48px;
    width: 50%;
  }

  .contact__form-row .contact__col-stack .contact__input-field:last-child {
    margin-bottom: 0;
  }

  .contact__form-row .contact__col-stack {
    width: 100%;
  }

  .contact__wrapper-info .contact__touch--form .contact__form-row {
    max-width: 291px;
    margin: 0 auto;
  }

  .contact__form-row .contact__col-stack--full .contact_mb-3 {
    margin-bottom: 48px;
  }

  .contact__form-row .contact__col-stack .contact__select-field {
    margin-bottom: 16px;
  }

  .contact__form-term {
    margin: 48px 0;
  }

  .article__detail-wrapper .article__detail-line:last-child {
    margin: 48px 0 0;
  }

  .events {
    padding: 0;
  }

  .events .container__heading .container__heading-text {
    font-size: 14px;
    line-height: 18px;
  }

  .events .container__heading .container__heading-wrap .title {
    font-size: 36px;
    line-height: 40px;
  }

  .events .box__container {
    gap: 36px;
  }

  .events .container__heading {
    padding: 0;
  }

  .events .container__box-content {
    padding: 0;
  }

  .events .container__content {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .events .container__content .content__box {
    display: none;
  }

  .events .container__content .content__box:nth-child(1),
  .events .container__content .content__box:nth-child(2) {
    display: flex;
  }

  .events .container__heading .container__heading-wrap .container__wrap-icon {
    display: none;
  }

  .events .container__heading .container__heading-wrap .title {
    font-size: 36px;
    line-height: 40px;
  }

  .events .container__heading .container__heading-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .events .see__all {
    padding: 0;
    margin: 0;
  }

  .amount {
    margin-top: 88px;
    padding: 0 0 88px;
  }

  .happening .james__news--list .james_col-4 {
    max-width: 100%;
    width: 100%;
  }

  .james__connect .james__connect--list .james_col-4 {
    width: 100%;
    max-width: 100%;
  }

  .happening .james_container .title_block {
    font-size: 36px;
    line-height: 40px;
    margin: 0 auto 24px;
  }

  .happening .james__news .james__news--item .meta_info h4 {
    font-variant-numeric: normal;
    margin: 16px 0 8px;
  }

  .happening .james__news .james__news--list .james__news--item {
    margin-bottom: 0;
  }

  .see-more .j_btn-explore {
    margin: 24px auto 0;
  }

  .james__connect {
    padding: 48px 0;
  }

  .happening .james__news--list .james__news--item .meta_info {
    margin-bottom: 36px;
  }
}

:root {
  --highlight-sky: #ceedf6;
  --neutral-grey: #e1e1de;
  --dark-grey: #8a8a8a;
  --primary-blue: #00196e;
  --white: #ffffff;
  --black: #222;
  --background-banner: var(--Highlight-Sky, #ceedf6);
  --secondary-gold: #ffad1d;
}

@font-face {
  font-family: "Halyard Display Book";
  src: url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff2) format("woff2"),
    url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.hero .hero__banner .hero__banner-dk {
  max-width: 1280px;
  height: 400px;
  padding: 56px 0;
  background-color: var(--background-banner);
}

.hero .hero__banner::after {
  display: none;
}

.hero .hero__content {
  max-width: 740px;
  min-height: 288px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.hero .hero__content .hero__title {
  color: var(--primary-blue);
  text-align: center;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero .hero__content .hero__heading {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Garamond Premier Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}

.hero .hero__content .hero__post-date {
  color: var(--Black, #222);
  text-align: center;
  font-family: "Halyard Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-variant-numeric: lining-nums proportional-nums;
}

#main-content .content__container {
  max-width: 776px;
  padding: 0 18px;
  margin: 80px auto;
}

.article__content-wrapper .article__content-paragraph {
  color: var(--Primary-Blue, #00196e);
  font-family: "halyard-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 32px;
  margin: 36px 0;
}

.article__content-wrapper .article__introduce .article__introduce-text {
  margin: 80px 0;
}

.article__content-wrapper .article__introduce .article__introduce-text p {
  color: #000;
  font-family: "Halyard Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px !important;
}

.article__content-wrapper .article__introduce .article__introduce-list {
  color: #000;
  font-family: "Halyard Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
}

.article__detail-wrapper .article__detail-title {
  color: var(--Primary-Blue, #00196e);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "halyard-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 16px;
}

.article__detail-wrapper .article__detail-title:nth-child(3) {
  margin: 80px 0 16px;
}

.article__detail-wrapper .article__detail-title:nth-child(5) {
  margin: 80px 0 16px;
}

.article__detail-wrapper .article__detail-date h3 {
  color: var(--Primary-Blue, #00196e);
  font-family: "Halyard Display Book", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 32px;
  font-variant-numeric: lining-nums proportional-nums;
  margin-bottom: 12px;
  max-width: 100%;
}

.article__detail-wrapper p {
  color: #000;
  font-family: " Halyard Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.article__detail-wrapper .article__detail-line {
  background: linear-gradient(
    270deg,
    rgba(0, 25, 110, 0) 0,
    #00196e 52.08%,
    rgba(0, 25, 110, 0) 100%
  );
  height: 1px;
  margin: 80px 0 60px;
}

.article__detail-wrapper .article__detail-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article__detail-form h1 {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "garamond-premier-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin: 0;
}

.article__detail-form h2 {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-family: "halyard-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 32px;
  margin: 12px 0 60px;
}

.contact__wrapper-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  max-width: 618px;
}

.contact__wrapper-info .contact__col-full {
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__wrapper-info .contact__touch--form {
  height: auto;
}

.contact__wrapper-info .contact__touch--form .contact__form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  justify-content: center;
}

.contact__form-row .contact__col-stack {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__form-row .contact__col-stack--full {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__form-row .contact__col-stack--full .contact_mb-3 {
  margin-bottom: 60px;
}

.contact__form-row .contact__col-stack .contact__checkbox-group {
  margin-bottom: 16px;
}

.contact__form-row
  .contact__col-stack
  .contact__checkbox-group
  input[type="checkbox"] {
  display: none;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label {
  display: block;
  position: relative;
  color: var(--dark-grey);
  font-family: Halyard Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  padding-left: 30px;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid var(--dark-grey);
  top: 3px;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  top: 0;
  left: 6px;
  -webkit-transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.contact__form-row
  .contact__checkbox-group
  input[type="checkbox"]:checked
  + label::before {
  background: #00196e;
  border-color: #00196e;
}

.contact__form-row
  .contact__checkbox-group
  input[type="checkbox"]:checked
  + label::after {
  opacity: 1;
  top: 4px;
}

.contact__form-term {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 60px 0;
}

.contact__form-term input[type="checkbox"] {
  display: none;
}

.contact__form-term label {
  display: block;
  position: relative;
  color: var(--dark-grey);
  font-family: Halyard Text;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  padding-left: 30px;
  letter-spacing: 0.4px;
}

.contact__form-term label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid var(--dark-grey);
  top: 3px;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.contact__form-term label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  top: 0;
  left: 6px;
  -webkit-transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.contact__form-term input[type="checkbox"]:checked + label::before {
  background: #00196e;
  border-color: #00196e;
}

.contact__form-term input[type="checkbox"]:checked + label::after {
  opacity: 1;
  top: 4px;
}

.contact__form-row .contact__col-stack .contact__select-field {
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #8a8a8a;
  color: #8a8a8a;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  font-family: "halyard-display", sans-serif;
  font-size: 16px;
}

.contact__form-row .contact__col-stack .contact__input-field {
  margin-bottom: 1rem;
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #8a8a8a;
  color: #8a8a8a;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  font-family: "halyard-display", sans-serif;
  font-size: 16px;
}

.contact__form-row .contact__col-stack .contact__input-field::placeholder {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.contact__form-row
  .contact__col-stack
  .contact__input-field:focus::placeholder {
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  opacity: 0;
}

.contact__form-submit {
  display: flex;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 18px;
  justify-content: center;
}

.contact__form-submit:hover input[type="submit"] {
  background-color: var(--primary-blue);
  color: var(--secondary-gold);
}

.contact__form-submit input[type="submit"] {
  background: 0 0;
  border: 1px solid #00196e;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 20px;
  color: #00196e;
  font-weight: 500;
  font-family: "halyard-display", sans-serif;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.article__detail-wrapper .article__detail-line:last-child {
  margin: 60px 0 0;
}

.amount {
  margin-top: 120px;
  padding: 0;
}

.events {
  padding: 80px 0;
}

.events .box__container {
  display: flex;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
  gap: 60px;
}

.events .container__heading,
.events .container__box-content,
.events .see__all {
  padding: 0 15px;
}

.article__detail-btnsignup {
  margin-top: 16px;
}

.article__detail-btnsignup .article__detail-btnsignup {
  width: max-content;
  margin-top: 16px;
}

.article__detail-btnsignup .wrap-contact {
  display: flex;
  align-items: center;
}

.article__detail-btnsignup .wrap-contact .cta {
  font-size: 18px;
  font-weight: 490;
  line-height: 16px;
  color: var(--primary-blue, #00196e);
}

.article__detail-btnsignup .wrap-contact .icon {
  margin-left: 8px;
}

.article__detail-btnsignup .wrap-contact .icon {
  transform: translateX(0);
  transition: all 0.5s linear;
}

.article__detail-btnsignup .wrap-contact:hover .icon {
  transform: translateX(6px);
}

.events .container__heading .container__heading-text {
  color: var(--primary-blue, #00196e);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.events .container__heading .container__heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.events .container__heading .container__heading-wrap .container__wrap-icon {
  display: flex;
  gap: 16px;
}

.events .container__heading .container__heading-wrap .container__wrap-icon img {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.5s ease;
  filter: invert(0%) sepia(1000%) saturate(200%) hue-rotate(61deg)
    brightness(100%) contrast(200%);
}

.events
  .container__heading
  .container__heading-wrap
  .container__wrap-icon
  img:hover {
  opacity: 1;
}

.events .container__box-content {
  width: 100%;
  overflow: hidden;
}

/* .slick-slide {
    margin: 0 18px
}

.slick-list {
    margin: 0-18px
} */

.events .container__content .content__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: #fff;
  max-width: 352px;
  height: max-content;
  border: 1px solid var(--Neutral-Grey, #e1e1de);
}

.events .container__content .content__box-img img {
  width: 100%;
  height: auto;
}

.events .container__content .content__box-title .content__box-heading {
  color: var(--primary-blue, #00196e);
  font-size: 22px;
  font-weight: 490;
  line-height: 28px;
  margin-bottom: 8px;
}

.events .container__content .content__box-title .content__box-date,
.events .container__content .content__box-title .content__box-address {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.events .container__content .content__box-desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.events .container__content .content__box-title .content__box-icon img {
  width: 100%;
  height: auto;
}

.title {
  color: var(--Primary-Blue, #00196e);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "garamond-premier-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin: 0;
}

.see__all {
  width: max-content;
  margin-top: 16px;
}

.see__all .wrap-contact {
  display: flex;
  align-items: center;
}

.see__all .wrap-contact .cta {
  font-size: 18px;
  font-weight: 490;
  line-height: 16px;
  color: var(--primary-blue, #00196e);
}

.see__all .wrap-contact .icon {
  margin-left: 8px;
}

.see__all .wrap-contact .icon {
  transform: translateX(0);
  transition: all 0.5s linear;
}

.see__all .wrap-contact:hover .icon {
  transform: translateX(6px);
}

.happening {
  padding-bottom: 20px;
}

.happening .james_container .title_block {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "garamond-premier-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}

.happening .james__news {
  padding: 0;
}

.happening .james__news .james__news--item figure {
  margin: 0;
}

.type-block.teaser .block-inner h2 {
  font-size: 48px;
  margin-bottom: 16px;
}

.james__connect {
  padding: 0 0 80px;
}

@media (max-width: 991px) {
  .hero .hero__banner .hero__banner-tl {
    height: 320px;
    padding: 0 123px 36px 123px;
    background-color: var(--background-banner);
  }

  .hero .hero__content {
    max-width: 522px;
    min-height: 284px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }

  .hero .hero__content .hero__title {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "halyard-display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .hero .hero__content .hero__heading {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "garamond-premier-pro";
    font-size: 40px;
    margin: 0 auto;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }

  .content__container
    .article__content-wrapper
    .article__introduce
    img:first-child {
    width: 100%;
    margin: 0;
  }

  #main-content .content__container {
    max-width: 558px;
    padding: 0 18px;
    margin: 60px auto;
  }

  .article__detail-wrapper .article__detail-date h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .article__detail-wrapper .article__detail-title:nth-child(3) {
    margin: 48px 0 16px;
  }

  .article__detail-wrapper .article__detail-line {
    background: linear-gradient(
      270deg,
      rgba(0, 25, 110, 0) 0,
      #00196e 52.08%,
      rgba(0, 25, 110, 0) 100%
    );
    height: 1px;
    margin: 48px 0 60px;
  }

  .article__detail-wrapper .article__detail-line:last-child {
    margin: 70px 0 0;
  }

  .events {
    padding: 40px 0 0;
  }

  .events .container__heading .container__heading-text {
    font-size: 16px;
    line-height: 20px;
  }

  .title {
    font-size: 40px;
    line-height: 48px;
  }

  .events .container__content .content__box {
    max-width: 100%;
  }

  .slick-list {
    padding: 0 51%0 0 !important;
  }

  .events .container__heading {
    padding: 0 14px;
  }

  .events .container__content .content__box-title .content__box-heading {
    font-size: 16px;
    line-height: 24px;
  }

  .events .container__heading .container__heading-wrap .title {
    font-size: 40px;
    line-height: 48px;
  }

  .events .container__heading .container__heading-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .events .container__box-content {
    padding-left: 14px;
    padding-right: 0;
    overflow: visible;
  }

  .events .box__container {
    margin: 0;
    gap: 36px;
  }

  .events .see__all {
    padding: 0 14px;
  }

  .slick-list {
    margin: 0-18px;
  }

  .slick-slide {
    margin: 0 18px;
  }

  .amount {
    margin-top: 100px;
    padding: 0 0 100px;
  }

  .happening .james_container .title_block {
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto 60px;
  }

  .happening {
    padding-bottom: 0;
  }

  .happening .james_row .james_col-4:nth-child(3) {
    display: none;
  }

  .happening .james__news .james__news--list {
    max-width: 85%;
    margin: 0 auto;
  }

  .happening .james__news--list .james_col-4 {
    max-width: 50%;
    width: 50%;
  }

  .happening .james__news--list .james_row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .happening .james__news--list .james_row > * {
    padding-left: 12px;
    padding-right: 12px;
  }

  .james__connect .james__connect--list {
    max-width: 85%;
    margin: 0 auto;
  }

  .james__connect {
    padding: 100px 0;
  }

  .type-block.teaser .block-inner h2 {
    font-size: 40px;
  }

  .james__connect .james__connect--list .james_col-4 {
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .hero .hero__banner .hero__banner-mb {
    height: 320px;
    padding: 0 16px 36px;
    background-color: var(--background-banner);
  }

  .hero .hero__content {
    max-width: 393px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }

  .hero .hero__content .hero__title {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "halyard-display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .hero .hero__content .hero__heading {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "garamond-premier-pro";
    font-size: 36px;
    margin: 0 auto;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }

  #main-content .content__container {
    margin: 48px auto;
    padding: 0 16px;
  }

  .article__detail-wrapper .article__detail-date h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .article__detail-wrapper .article__detail-title:nth-child(3) {
    margin: 36px 0 16px;
  }

  .article__detail-wrapper .article__detail-line {
    margin: 36px 0 48px;
  }

  .article__detail-form h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .article__detail-form h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 12px 0 48px;
    width: 50%;
  }

  .contact__form-row .contact__col-stack .contact__input-field:last-child {
    margin-bottom: 0;
  }

  .contact__form-row .contact__col-stack {
    width: 100%;
  }

  .contact__wrapper-info .contact__touch--form .contact__form-row {
    max-width: 291px;
    margin: 0 auto;
  }

  .contact__form-row .contact__col-stack--full .contact_mb-3 {
    margin-bottom: 48px;
  }

  .contact__form-row .contact__col-stack .contact__select-field {
    margin-bottom: 16px;
  }

  .contact__form-term {
    margin: 48px 0;
  }

  .article__detail-wrapper .article__detail-line:last-child {
    margin: 48px 0 0;
  }

  .events {
    padding: 0;
  }

  .events .container__heading .container__heading-text {
    font-size: 14px;
    line-height: 18px;
  }

  .events .container__heading .container__heading-wrap .title {
    font-size: 36px;
    line-height: 40px;
  }

  .events .box__container {
    gap: 36px;
  }

  .events .container__heading {
    padding: 0;
  }

  .events .container__box-content {
    padding: 0;
  }

  .events .container__content {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .events .container__content .content__box {
    display: none;
  }

  .events .container__content .content__box:nth-child(1),
  .events .container__content .content__box:nth-child(2) {
    display: flex;
  }

  .events .container__heading .container__heading-wrap .container__wrap-icon {
    display: none;
  }

  .events .container__heading .container__heading-wrap .title {
    font-size: 36px;
    line-height: 40px;
  }

  .events .container__heading .container__heading-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .events .see__all {
    padding: 0;
    margin: 0;
  }

  .amount {
    margin-top: 88px;
    padding: 0 0 88px;
  }

  .happening .james__news--list .james_col-4 {
    max-width: 100%;
    width: 100%;
  }

  .james__connect .james__connect--list .james_col-4 {
    width: 100%;
    max-width: 100%;
  }

  .happening .james_container .title_block {
    font-size: 36px;
    line-height: 40px;
    margin: 0 auto 24px;
  }

  .happening .james__news .james__news--item .meta_info h4 {
    font-variant-numeric: normal;
    margin: 16px 0 8px;
  }

  .happening .james__news .james__news--list .james__news--item {
    margin-bottom: 0;
  }

  .see-more .j_btn-explore {
    margin: 24px auto 0;
  }

  .james__connect {
    padding: 48px 0;
  }

  .happening .james__news--list .james__news--item .meta_info {
    margin-bottom: 36px;
  }
}

:root {
  --highlight-sky: #ceedf6;
  --neutral-grey: #e1e1de;
  --dark-grey: #8a8a8a;
  --primary-blue: #00196e;
  --white: #ffffff;
  --black: #222;
  --background-banner: var(--Highlight-Sky, #ceedf6);
  --secondary-gold: #ffad1d;
}

@font-face {
  font-family: "Halyard Display Book";
  src: url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff2) format("woff2"),
    url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.hero .hero__banner .hero__banner-dk {
  /* max-width: 1280px; */
  max-width: 100%;
  height: 400px;
  padding: 56px 0;
  background-color: var(--background-banner);
}

.hero .hero__banner::after {
  display: none;
}

.hero .hero__content {
  max-width: 740px;
  min-height: 288px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.hero .hero__content .hero__title {
  color: var(--primary-blue);
  text-align: center;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero .hero__content .hero__heading {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Garamond Premier Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  text-shadow: none;
}

.hero .hero__content .hero__post-date {
  color: var(--Black, #222);
  text-align: center;
  font-family: "Halyard Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-variant-numeric: lining-nums proportional-nums;
}

#main-content .content__container {
  max-width: 776px;
  padding: 0 18px;
  margin: 80px auto;
}

.article__content-wrapper .article__content-paragraph {
  color: var(--Primary-Blue, #00196e);
  font-family: "halyard-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 32px;
  margin: 36px 0;
}

.article__content-wrapper .article__introduce p {
  color: #000;
  font-family: "Halyard Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 16px 0;
}

.article__introduce p:empty,
.article__introduce p:only-child:empty {
  margin: 0px;
  display: none;
}

.article__introduce p:empty::before {
  display: none;
  content: "\200B";
  /* Zero-width space */
}

.article__introduce p:empty {
  display: none;
  margin: 0;
}

.article__detail-maintitle {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 80px;
}

.article__detail-wrapper .article__detail-title {
  color: var(--Primary-Blue, #00196e);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "halyard-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 16px;
}

.article__detail-wrapper .article__detail-title:nth-child(3) {
  margin: 80px 0 16px;
}

.article__detail-wrapper .article__detail-date h3 {
  color: var(--Primary-Blue, #00196e);
  font-family: "Halyard Display Book", "sans-serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 32px;
  font-variant-numeric: lining-nums proportional-nums;
  margin-bottom: 12px;
  max-width: 100%;
}

.article__detail-wrapper .article__detail-date h3:last-child {
  margin-bottom: 0;
}

.article__detail-wrapper p {
  color: #000;
  font-family: "Halyard Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.article__detail-wrapper .article__detail-line {
  background: linear-gradient(
    270deg,
    rgba(0, 25, 110, 0) 0,
    #00196e 52.08%,
    rgba(0, 25, 110, 0) 100%
  );
  height: 1px;
  margin: 80px 0 60px;
}

.article__detail-wrapper .article__detail-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article__detail-form h1 {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "garamond-premier-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin: 0;
}

.article__detail-form h2 {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-family: "halyard-display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 32px;
  margin: 12px 0 60px;
}

.contact__wrapper-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  max-width: 618px;
}

.contact__wrapper-info .contact__col-full {
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__wrapper-info .contact__touch--form {
  height: auto;
}

.contact__wrapper-info .contact__touch--form .contact__form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  justify-content: center;
}

.contact__form-row .contact__col-stack {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__form-row .contact__col-stack--full {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__form-row .contact__col-stack--full .contact_mb-3 {
  margin-bottom: 60px;
}

.contact__form-row .contact__col-stack .contact__checkbox-group {
  margin-bottom: 16px;
}

.contact__form-row
  .contact__col-stack
  .contact__checkbox-group
  input[type="checkbox"] {
  display: none;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label {
  display: block;
  position: relative;
  color: var(--dark-grey);
  font-family: Halyard Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  padding-left: 30px;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid var(--dark-grey);
  top: 3px;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  top: 0;
  left: 6px;
  -webkit-transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.contact__form-row
  .contact__checkbox-group
  input[type="checkbox"]:checked
  + label::before {
  background: #00196e;
  border-color: #00196e;
}

.contact__form-row
  .contact__checkbox-group
  input[type="checkbox"]:checked
  + label::after {
  opacity: 1;
  top: 4px;
}

.contact__form-term {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding: 0 18px;
  margin: 60px 0;
}

.contact__form-term input[type="checkbox"] {
  display: none;
}

.contact__form-term label {
  display: block;
  position: relative;
  color: var(--dark-grey);
  font-family: Halyard Text;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  padding-left: 30px;
  letter-spacing: 0.4px;
}

.contact__form-term label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid var(--dark-grey);
  top: 3px;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.contact__form-term label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  top: 0;
  left: 6px;
  -webkit-transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.contact__form-term input[type="checkbox"]:checked + label::before {
  background: #00196e;
  border-color: #00196e;
}

.contact__form-term input[type="checkbox"]:checked + label::after {
  opacity: 1;
  top: 4px;
}

.contact__form-row .contact__col-stack .contact__select-field {
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #8a8a8a;
  color: #8a8a8a;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  font-family: "Halyard Text", "sans-serif";
  font-size: 16px;
}

.contact__form-row .contact__col-stack .contact__input-field {
  margin-bottom: 1rem;
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #8a8a8a;
  color: #8a8a8a;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  font-family: "Halyard Text", "sans-serif";
  font-size: 16px;
}

.contact__form-row .contact__col-stack .contact__input-field::placeholder {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.contact__form-row
  .contact__col-stack
  .contact__input-field:focus::placeholder {
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  opacity: 0;
}

.contact__form-submit {
  display: flex;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 18px;
  justify-content: center;
}

.contact__form-submit:hover input[type="submit"] {
  background-color: var(--primary-blue);
  color: var(--secondary-gold);
}

.contact__form-submit input[type="submit"] {
  background: 0 0;
  border: 1px solid #00196e;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 20px;
  color: #00196e;
  font-weight: 500;
  font-family: "halyard-display", sans-serif;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.article__detail-wrapper .article__detail-line:last-child {
  margin: 60px 0 0;
}

.amount {
  margin-top: 120px;
  padding: 0;
}

.events {
  padding: 80px 0;
}

.events .box__container {
  display: flex;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
  gap: 60px;
}

.events .container__heading,
.events .container__box-content,
.events .see__all {
  padding: 0 15px;
}

.events .container__heading {
  padding: 0px 24px;
}

.events .container__heading .container__heading-text {
  color: var(--primary-blue, #00196e);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.events .container__heading .container__heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.events .container__heading .container__heading-wrap .container__wrap-icon {
  display: flex;
  gap: 16px;
}

.events .container__heading .container__heading-wrap .container__wrap-icon img {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.5s ease;
  filter: invert(0%) sepia(1000%) saturate(200%) hue-rotate(61deg)
    brightness(100%) contrast(200%);
}

.events
  .container__heading
  .container__heading-wrap
  .container__wrap-icon
  img:hover {
  opacity: 1;
}

.events .container__box-content {
  width: 100%;
  overflow: hidden;
}

.slick-slide {
  margin: 0 18px;
}

/* .slick-list {
    margin: 0 -18px
} */

.events .container__content .content__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: #fff;
  max-width: 352px;
  height: max-content;
  border: 1px solid var(--Neutral-Grey, #e1e1de);
}

.events .container__content .content__box-img img {
  width: 100%;
  height: auto;
}

.events .container__content .content__box-title .content__box-heading {
  color: var(--primary-blue, #00196e);
  font-size: 22px;
  font-weight: 490;
  line-height: 28px;
  margin-bottom: 8px;
}

.events .container__content .content__box-title .content__box-date,
.events .container__content .content__box-title .content__box-address {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.events .container__content .content__box-desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.events .container__content .content__box-title .content__box-icon img {
  width: 100%;
  height: auto;
}

.title {
  color: var(--Primary-Blue, #00196e);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "garamond-premier-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin: 0;
}

.see__all {
  width: max-content;
  margin-top: 16px;
}

.see__all .wrap-contact {
  display: flex;
  align-items: center;
}

.see__all .wrap-contact .cta {
  font-size: 18px;
  font-weight: 490;
  line-height: 16px;
  color: var(--primary-blue, #00196e);
}

.see__all .wrap-contact .icon {
  margin-left: 8px;
}

.see__all .wrap-contact .icon {
  transform: translateX(0);
  transition: all 0.5s linear;
}

.see__all .wrap-contact:hover .icon {
  transform: translateX(6px);
}

.happening {
  padding-bottom: 20px;
}

.happening .james_container .title_block {
  color: var(--Primary-Blue, #00196e);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "garamond-premier-pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}

.happening .james__news {
  padding: 0;
}

.happening .james__news .james__news--item figure {
  margin: 0;
}

.type-block.teaser .block-inner h2 {
  font-size: 48px;
  margin-bottom: 16px;
}

.james__connect {
  padding: 0 0 80px;
}

@media (max-width: 991px) {
  .hero .hero__banner .hero__banner-tl {
    height: 320px;
    padding: 0 123px 36px 123px;
    background-color: var(--background-banner);
  }

  .hero .hero__content {
    max-width: 522px;
    min-height: 284px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }

  .hero .hero__content .hero__title {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "halyard-display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .hero .hero__content .hero__heading {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "garamond-premier-pro";
    font-size: 40px;
    margin: 0 auto;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }

  .content__container .article__content-wrapper img {
    margin: 0;
  }

  .content__container
    .article__content-wrapper
    .article__introduce
    img:first-child {
    width: 100%;
    margin: 0;
  }

  #main-content .content__container {
    max-width: 558px;
    padding: 0 18px;
    margin: 60px auto;
  }

  .article__content-wrapper .article__introduce p {
    margin: 48px 0;
  }

  .article__detail-wrapper .article__detail-date h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .article__detail-wrapper .article__detail-title:nth-child(3) {
    margin: 48px 0 16px;
  }

  .article__detail-wrapper .article__detail-line {
    background: linear-gradient(
      270deg,
      rgba(0, 25, 110, 0) 0,
      #00196e 52.08%,
      rgba(0, 25, 110, 0) 100%
    );
    height: 1px;
    margin: 48px 0 60px;
  }

  .article__detail-wrapper .article__detail-line:last-child {
    margin: 70px 0 0;
  }

  .events {
    padding: 40px 0 0;
  }

  .events .container__heading .container__heading-text {
    font-size: 16px;
    line-height: 20px;
  }

  .title {
    font-size: 40px;
    line-height: 48px;
  }

  .events .container__content .content__box {
    max-width: 100%;
  }

  .slick-list {
    padding: 0 51%0 0 !important;
  }

  .events .container__heading {
    padding: 0 14px;
  }

  .events .container__content .content__box-title .content__box-heading {
    font-size: 16px;
    line-height: 24px;
  }

  .events .container__heading .container__heading-wrap .title {
    font-size: 40px;
    line-height: 48px;
  }

  .events .container__heading .container__heading-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .events .container__box-content {
    padding-left: 14px;
    padding-right: 0;
    overflow: visible;
  }

  .events .box__container {
    margin: 0;
    gap: 36px;
  }

  .events .see__all {
    padding: 0 14px;
  }

  .slick-list {
    margin: 0-18px;
  }

  .slick-slide {
    margin: 0 18px;
  }

  .amount {
    margin-top: 100px;
    padding: 0 0 100px;
  }

  .happening .james_container .title_block {
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto 60px;
  }

  .happening {
    padding-bottom: 0;
  }

  .happening .james_row .james_col-4:nth-child(3) {
    display: none;
  }

  .happening .james__news .james__news--list {
    max-width: 85%;
    margin: 0 auto;
  }

  .happening .james__news--list .james_col-4 {
    max-width: 50%;
    width: 50%;
  }

  .happening .james__news--list .james_row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .happening .james__news--list .james_row > * {
    padding-left: 12px;
    padding-right: 12px;
  }

  .james__connect .james__connect--list {
    max-width: 85%;
    margin: 0 auto;
  }

  .james__connect {
    padding: 100px 0;
  }

  .type-block.teaser .block-inner h2 {
    font-size: 40px;
  }

  .james__connect .james__connect--list .james_col-4 {
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .hero .hero__banner .hero__banner-mb {
    height: 320px;
    padding: 0 16px 36px;
    background-color: var(--background-banner);
  }

  .hero .hero__content {
    max-width: 393px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }

  .hero .hero__content .hero__title {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "halyard-display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .hero .hero__content .hero__heading {
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-family: "garamond-premier-pro";
    font-size: 36px;
    margin: 0 auto;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }

  #main-content .content__container {
    margin: 48px auto;
    padding: 0 16px;
  }

  .article__content-wrapper .article__introduce p {
    margin: 12px 0;
  }

  .article__detail-wrapper .article__detail-date h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .article__detail-wrapper .article__detail-title:nth-child(3) {
    margin: 36px 0 16px;
  }

  .article__detail-wrapper .article__detail-line {
    margin: 36px 0 48px;
  }

  .article__detail-form h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .article__detail-form h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 12px 0 48px;
    width: 50%;
  }

  .contact__form-row .contact__col-stack .contact__input-field:last-child {
    margin-bottom: 0;
  }

  .contact__form-row .contact__col-stack {
    width: 100%;
  }

  .contact__wrapper-info .contact__touch--form .contact__form-row {
    max-width: 291px;
    margin: 0 auto;
  }

  .contact__form-row .contact__col-stack--full .contact_mb-3 {
    margin-bottom: 48px;
  }

  .contact__form-row .contact__col-stack .contact__select-field {
    margin-bottom: 16px;
  }

  .contact__form-term {
    margin: 48px 0;
  }

  .article__detail-wrapper .article__detail-line:last-child {
    margin: 48px 0 0;
  }

  .events {
    padding: 0;
  }

  .events .container__heading .container__heading-text {
    font-size: 14px;
    line-height: 18px;
  }

  .events .container__heading .container__heading-wrap .title {
    font-size: 36px;
    line-height: 40px;
  }

  .events .box__container {
    gap: 36px;
  }

  .events .container__heading {
    padding: 0;
  }

  .events .container__box-content {
    padding: 0;
  }

  .events .container__content {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .events .container__content .content__box {
    display: none;
  }

  .events .container__content .content__box:nth-child(1),
  .events .container__content .content__box:nth-child(2) {
    display: flex;
  }

  .events .container__heading .container__heading-wrap .container__wrap-icon {
    display: none;
  }

  .events .container__heading .container__heading-wrap .title {
    font-size: 36px;
    line-height: 40px;
  }

  .events .container__heading .container__heading-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .events .see__all {
    padding: 0;
    margin: 0;
  }

  .amount {
    margin-top: 88px;
    padding: 0 0 88px;
  }

  .happening .james__news--list .james_col-4 {
    max-width: 100%;
    width: 100%;
  }

  .james__connect .james__connect--list .james_col-4 {
    width: 100%;
    max-width: 100%;
  }

  .happening .james_container .title_block {
    font-size: 36px;
    line-height: 40px;
    margin: 0 auto 24px;
  }

  .happening .james__news .james__news--item .meta_info h4 {
    font-variant-numeric: normal;
    margin: 16px 0 8px;
  }

  .happening .james__news .james__news--list .james__news--item {
    margin-bottom: 0;
  }

  .see-more .j_btn-explore {
    margin: 24px auto 0;
  }

  .james__connect {
    padding: 48px 0;
  }

  .happening .james__news--list .james__news--item .meta_info {
    margin-bottom: 36px;
  }
}

.james__touch .title_block {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
