:root {
  --beige: #fbf9f5;
  --grey: #47443f;
  --brown: #5a4638;
  --transparent: #0000;
  --gold: #af9635;
  --white: white;
  --burgundy: #7c3549;
  --grape: #e8e0e6;
  --light_gold: #b29d8d;
  --black: #000;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--beige);
  color: var(--grey);
  font-family: Barlow, "Microsoft JhengHei","微軟正黑體", "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, "Microsoft JhengHei","微軟正黑體", "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 69px;
}

p {
  margin-bottom: 0;
  padding-top: 18px;
}

a {
  color: var(--brown);
  cursor: pointer;
  text-decoration: none;
  transition: all .36s;
}

.home_banner_slider {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
}

.home_banner_slider_mask {
  width: 100%;
  height: auto;
}

.home_banner_slider_nav {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 843px;
  height: 46px;
  padding: 0 0 0 45px;
  display: flex;
  inset: auto 50% 0% auto;
}

.home_banner_slide {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.home_banner_slide_in {
  width: 100%;
  display: flex;
}

.home_banner_slide_left {
  width: 50%;
  padding-bottom: 90px;
  padding-left: 48px;
  display: flex;
}

.home_banner_slide_right {
  width: 50%;
  max-width: 1280px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.home_banner_slide_right_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home_banner_slide_right_img.arts_culture {
  background-image: url('../images/home_banner_img_01.jpg');
}

.home_banner_slide_right_img.community {
  background-image: url('../images/home_banner_img_02.jpg');
  background-position: 60% 90%;
}

.home_banner_slide_right_img.education {
  background-image: url('../images/home_banner_img_03.jpg');
}

.home_banner_slide_right_img.heritage {
  background-image: url('../images/home_banner_img_04.jpg');
  background-position: 50% 0;
}

.home_banner_slide_right_img.emergency_relief {
  background-image: url('../images/home_banner_img_05.jpg');
}

.underline_title {
  border-bottom: 1px solid var(--gold);
  letter-spacing: .6px;
  text-transform: uppercase;
  padding-bottom: 4.8px;
  font-size: 26px;
  line-height: 30px;
}

.home_banner_slide_left_in {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 795px;
  min-height: 600px;
  margin-top: auto;
  margin-left: auto;
  padding-top: 132px;
  padding-right: 48px;
  display: flex;
}

.home_banner_slide_title {
  max-width: 690px;
  padding-top: 24px;
}

.home_banner_slide_text {
  width: 100%;
  max-width: 480px;
  padding-top: 18px;
}

.home_banner_slider_arrow {
  opacity: .67;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100px;
  transition: all .36s;
  display: flex; 
}

.home_banner_slider_arrow:hover {
  opacity: 1;
}

.home_banner_slider_arrow_icon {
  position: relative;
}

.home_banner_slider_arrow_icon_img {
  width: 16px;
  display: block;
}

.home_banner_slider_arrow_icon_brown {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.text_together {
  display: inline-block;
}

.page_container {
  width: 100%;
  position: relative;
}

.header_container {
  z-index: 33;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  position: absolute;
  inset: 0% 0% auto;
}

.header_container_in {
  justify-content: space-between;
  width: 100%;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header_container_in.in_menu {
  padding-right: 93px;
}

.header_left {
  max-width: calc(50vw - 96px);
  padding-top: 24px;
  padding-bottom: 24px;
}

.header_logo_block {
  display: block;
  position: relative;
}

.header_logo_img {
  width: 450px;
  display: block;
}

.header_right_up {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.header_right_up_btn {
  color: var(--white);
  font-size: 13.8px;
  line-height: 19.8px;
}

.header_right_up_btn:hover {
  color: #ffffffb3;
}

.header_right_up_btn.color_revert {
  color: var(--grey);
}

.header_right_up_btn.color_revert:hover {
  color: var(--burgundy);
}

.header_right_up_line {
  background-color: var(--white);
  opacity: .33;
  width: 1px;
  height: 18px;
}

.header_right_up_line.color_revert {
  background-color: var(--brown);
}

.header_right_down {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 9px;
  display: flex;
}

.header_right_down_btn {
  color: var(--white);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.header_right_down_btn:hover {
  color: #ffffffb3;
}

.header_right_down_btn.color_revert {
  color: var(--grey);
}

.header_right_down_btn.color_revert:hover {
  color: var(--burgundy);
}

.header_right_down_btn_line_hover {
  background-color: var(--beige);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-101%);
}

.header_right_down_btn_line_hover.color_revert {
  background-color: var(--gold);
}

.header_right_down_btn_line_current {
  background-color: var(--beige);
  opacity: 0;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.header_right_down_btn_line_current.color_revert {
  background-color: var(--gold);
}

.menu_trigger_btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 132px;
  margin-right: -48px;
  padding-left: 48px;
  padding-right: 48px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu_trigger_btn.in_menu {
  display: flex;
}

.menu_trigger_btn_line1 {
  background-color: var(--gold);
  width: 100%;
  height: 1.5px;
  margin-bottom: 6px;
}

.menu_trigger_btn_line1.white {
  background-color: var(--white);
}

.menu_trigger_btn_line3 {
  background-color: var(--gold);
  width: 100%;
  height: 1.5px;
}

.menu_trigger_btn_line3.white {
  background-color: var(--white);
}

.menu_trigger_btn_line4 {
  background-color: var(--gold);
  width: 100%;
  height: 1.5px;
  margin-top: 6px;
}

.menu_trigger_btn_line4.white {
  background-color: var(--white);
}

.menu_trigger_btn_line2 {
  background-color: var(--gold);
  width: 100%;
  height: 1.5px;
  margin-bottom: -1.5px;
}

.menu_trigger_btn_line2.white {
  background-color: var(--white);
}

.home_banner_slide_right_shadow {
  opacity: .33;
  background-image: linear-gradient(#000, #0000);
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.section_container {
  background-color: var(--white);
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.section_container.for_latest_news {
  background-image: url('../images/burgundy_bg.jpg');
  background-position: 50% 0;
  background-size: 100vw;
  padding-left: 30px;
  padding-right: 30px;
}

.section_container.burgundy_bg {
  color: var(--white);
  background-image: url('../images/burgundy_bg.jpg');
  background-position: 50% 0;
  background-size: 100vw;
}

.section_container.beige_bg {
  background-color: var(--beige);
}

.section_container.for_press_release, .section_container.for_gallery, .section_container.for_gallery {
  color: var(--white);
  background-image: url('../images/burgundy_bg.jpg');
  background-position: 50% 0;
  background-size: 100vw;
  padding-right: 27px;
}

.section_container_in {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 120px;
  display: flex;
}

.section_container_in.for_latest_news {
  max-width: 1626px;
}

.section_container_in.no_top_padding {
  padding-top: 0;
}

.section_container_in.for_grid {
  max-width: 1611px;
}

.home_intro_text {
  text-align: center;
  max-width: 720px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 27px;
  line-height: 45px;
}

.rounded_btn {
  background-color: var(--gold);
  color: var(--white);
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  min-width: 150px;
  padding: 9px 19.2px 12px 24px;
  display: flex;
}

.rounded_btn:hover {
  background-color: var(--grey);
  color: var(--white);
}

.rounded_btn.revert_color {
  background-color: var(--beige);
  color: var(--grey);
}

.rounded_btn.revert_color:hover {
  background-color: var(--grey);
  color: var(--white);
}

.rounded_btn_arrow {
  margin: 0 0 -3px 12px;
  font-size: 12px;
  font-weight: 700;
}

.home_news_title {
  color: var(--white);
  font-family: EB Garamond, "Microsoft JhengHei","微軟正黑體", "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

.header_logo_btn_sino {
  z-index: 1;
  width: 40.9%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header_logo_btn_ntfcf {
  z-index: 1;
  width: 48.1%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home_news_grid_container {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 36px;
  display: flex;
}

.generic_card_block {
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.generic_card_block:hover {
  color: var(--burgundy);
}

.generic_card_block.for_home {
  flex-flow: row;
}

.generic_card_block.larger {
  color: var(--white);
  justify-content: flex-end;
  /*   min-height: 480px; */
  min-height: 500px;
}

.generic_card_block.larger:hover {
  color: #ffffffd9;
}

.generic_card_block.gold {
  background-color: var(--gold);
  color: var(--white);
  /* padding-top: 36px; */
  /* padding-bottom: 36px; */
}

.generic_card_block.gold:hover {
  background-color: var(--brown);
  color: var(--beige);
}

.generic_card_block.grey {
  background-color: #eee;
  padding-top: 36px;
  padding-bottom: 36px;
}

.generic_card_block.grey:hover {
  background-color: var(--grape);
}

.generic_card_block.light_gold {
  background-color: var(--light_gold);
  color: var(--white);
  /* padding-top: 36px; */
  /* padding-bottom: 36px; */
}

.generic_card_block.light_gold:hover {
  background-color: var(--brown);
  color: var(--beige);
}

.generic_card_block.beige {
  background-color: var(--beige);
  padding-top: 36px;
  padding-bottom: 36px;
}

.generic_card_block.beige:hover {
  background-color: var(--grape);
}

.generic_card_img {
  width: 100%;
  overflow: hidden;
}

.home_news_grid_block {
  width: 100%;
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
}

.img100 {
  width: 100%;
  display: block;
}

.generic_card_content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 27px 18px;
  display: flex;
  position: relative;
}

.generic_card_info_row {
  grid-column-gap: 36px;
  grid-row-gap: 3.6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
}

.generic_card_cate {
  text-transform: uppercase;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 24px;
}

.generic_card_info_row_in {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14.4px;
  line-height: 20.4px;
  display: flex;
}

.generic_card_info_line {
  background-color: var(--grey);
  opacity: .33;
  width: 1px;
  height: 14.4px;
}

.generic_card_info_line.white {
  background-color: var(--white);
}

.generic_card_btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 1px solid var(--burgundy);
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 3.6px;
  font-size: 15px;
  line-height: 21px;
  display: flex;
}

.generic_card_btn.white {
  border-bottom-color: var(--beige);
}

.generic_card_btn_arrow {
  color: var(--burgundy);
  width: 7.5px;
  height: 7.5px;
  margin-top: 0;
  margin-bottom: -3.6px;
  margin-right: 3px;
  font-size: 7.5px;
  font-weight: 700;
  line-height: 7.5px;
}

.generic_card_btn_arrow.white {
  color: var(--beige);
}

.home_news_card_img {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 390px;
  padding-right: 18px;
  display: flex;
}

.home_stat_row {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.home_stat_block {
  text-align: center;
}

.home_stat_number {
  color: var(--gold);
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

.home_quote_container {
  width: 100%;
  padding: 90px 30px;
  overflow: hidden;
}

.home_quote_slider {
  background-color: var(--transparent);
  width: 100%;
  max-width: 1626px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.home_quote_slider_nav {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50vw;
  height: 27px;
  margin-right: 150px;
  padding-top: 0;
  display: flex;
  inset: 100% 0% auto auto;
}

.home_quote_slider_mask {
  width: 100%;
  height: auto;
  overflow: visible;
}

.home_quote_slide {
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
}

.home_quote_block {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 510px;
  padding: 48px;
  transition: all .36s;
  display: flex;
  position: relative;
  overflow: auto;
}

.home_quote_block:hover {
  box-shadow: 0 0 18px #5a46384d;
}

.home_quote_text {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  font-family: EB Garamond, "Microsoft JhengHei","微軟正黑體", "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}

.home_quote_person_block {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 18px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.home_quote_person_name {
  font-weight: 600;
}

.home_quote_mark_start {
  opacity: .5;
  width: 90px;
  margin-top: 24px;
  margin-left: 24px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home_quote_person_block_in {
  margin-right: auto;
  padding-right: 30px;
}

.home_quote_mark_end {
  flex: none;
  width: 30px;
  margin-bottom: 9px;
  display: block; 
}

.home_quote_slider_arrow {
  width: 54px;
  margin-top: 6px;
  margin-right: 18px;
  padding: 12px;
  transition: all .36s;
  inset: 100% 0% auto auto;
}

.home_quote_slider_arrow:hover {
  opacity: .67;
}

.home_quote_slider_arrow.left {
  margin-right: 72px;
}

.home_quote_slider_arrow_icon {
  width: 30px;
  display: block;
}

.footer_container {
  background-color: var(--white);
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.footer_container_in {
  width: 100%;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 120px;
}

.footer_up {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_up_left {
  margin-right: auto;
  display: flex;
}

.footer_up_right {
  flex: none;
  padding-left: 60px;
  font-size: 15px;
  line-height: 27px;
}

.footer_up_right.shortcut {
  padding-right: 18px;
}

.footer_up_right_btn {
  display: block;
}

.footer_up_right_btn:hover {
  color: var(--burgundy);
}

.footer_up_right_btn.address {
  max-width: 150px;
}

.burgundy_text {
  color: var(--burgundy);
}

.footer_down {
  grid-column-gap: 24px;
  grid-row-gap: 6px;
  color: #47443f99;
  flex-flow: wrap;
  width: 100%;
  padding-top: 48px;
  font-size: 13.2px;
  line-height: 19.2px;
  display: flex;
}

.footer_down_btn {
  color: #47443f99;
}

.footer_down_btn:hover {
  color: var(--burgundy);
}

.footer_down_in {
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_down_line {
  opacity: .5;
  background-color: #47443f80;
  flex: none;
  width: 1px;
  height: 12.6px;
}

.back_to_top_btn {
  z-index: 22;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  margin-right: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 6px #47443f26;
}

.back_to_top_btn:hover {
  background-color: var(--beige);
}

.back_to_top_btn_arrow {
  width: 16.2px;
  display: block;
}

.back_to_top_btn_trigger_line {
  width: 0;
  position: absolute;
  inset: 150vh auto 0% 0%;
}

.page_top_anchor {
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu_container {
  z-index: 99;
  background-color: var(--white);
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.menu_container_in {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 91vw;
  max-width: 660px;
  min-height: 100%;
  padding: 120px 48px 60px;
  display: flex;
  position: relative;
}

.menu_close_area {
  z-index: 66;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #00000026;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu_lang_row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.menu_lang_btn:hover {
  color: var(--burgundy);
}

.menu_btn_block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.menu_btn {
  border-bottom: 1px solid var(--transparent);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 30px;
  line-height: 39px;
}

.menu_btn:hover {
  color: var(--burgundy);
}

.inner_banner_container {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  overflow: hidden;
}

.inner_banner_container_in {
  z-index: 11;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1590px;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.inner_banner_title {
  color: var(--white);
  font-size: 72px;
  line-height: 81px;
}

.inner_banner_img {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 67% 67%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.inner_banner_img.about_us {
  background-image: url('../images/inner_banner_img_01_about_us.jpg');
}

.inner_banner_img.our_initiatives {
  background-image: url('../images/inner_banner_img_02_our_initiatives.jpg');
}

.inner_banner_img.media_library {
  background-image: url('../images/inner_banner_img_03_media_library_00_v3.jpg');
  background-position: 60% 30%;
}

.inner_banner_img.press_release {
  background-image: url('../images/inner_banner_img_03_media_library_01_v3.jpg');
  background-position: 33%;
}

.inner_banner_img.gallery {
  background-image: url('../images/inner_banner_img_03_media_library_02_v3.jpg');
  background-position: 50%;
}

.about_paragraph_container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 30px;
}

.about_paragraph {
  text-align: center;
  padding-top: 36px;
  font-family: EB Garamond, "Microsoft JhengHei","微軟正黑體", "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.inner_banner_shadow {
  z-index: 1;
  background-image: linear-gradient(180deg, black, var(--transparent));
  opacity: .45;
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.inner_banner_text {
  opacity: .75;
  color: var(--white);
  width: 100%;
  max-width: 570px;
}

.our_initiatives_filter_row {
  grid-column-gap: 30px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22.8px;
  padding-bottom: 30px;
  display: flex;
}

.our_initiatives_filter_row_in {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our_initiatives_filter_row_in.first {
  z-index: 11;
  position: relative;
}

.our_initiatives_filter_dropdown_arrow {
  color: var(--burgundy);
  margin: 0 6px -3px auto;
  font-size: 14.4px;
  font-weight: 300;
  position: relative;
}

.our_initiatives_filter_left {
  color: var(--burgundy);
  flex: none;
  padding-bottom: 3px;
  padding-right: 12px;
}

.our_initiatives_filter_dropdown {
  z-index: 3;
  width: 300px;
  padding: 0;
  display: block;
}

.our_initiatives_filter_dropdown_toggle {
  z-index: 0;
  border-bottom: 1px solid #47443f80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px 0 9px;
  display: flex;
}

.our_initiatives_filter_dropdown_toggle.w--open {
  border-bottom-color: var(--transparent);
}

.our_initiatives_filter_line {
  background-color: var(--grey);
  opacity: .3;
  flex: none;
  width: 1px;
  height: 45px;
}

.our_initiatives_filter_dropdown_list {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fbf9f5e6;
  border: 1px solid #bfbfbf;
  border-radius: 9px;
  overflow: hidden;
}

.our_initiatives_filter_dropdown_list.w--open {
  flex-flow: wrap;
  max-height: 360px;
  margin-top: -1px;
  display: flex;
  overflow: auto;
}

.header_right_dropdown_link {
  color: var(--white);
  text-align: center;
  background-color: #af9635e6;
  border-radius: 99px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 12px 12px;
  display: block;
}

.header_right_dropdown_link:hover {
  background-color: var(--grey);
}

.header_right_dropdown_link.for_years {
  width: 25%;
}

.our_initiatives_title_row {
  grid-column-gap: 30px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: -30px;
  display: flex;
}

.our_initiatives_title_text {
  color: var(--white);
  font-family: EB Garamond, "Microsoft JhengHei","微軟正黑體", "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

.our_initiatives_title_location {
  letter-spacing: .75px;
  text-transform: uppercase;
  border-bottom: 1px solid #fbf9f580;
  margin-bottom: 9px;
  margin-right: auto;
  padding-bottom: 3.6px;
  font-size: 15px;
  line-height: 21px;
}

.our_initiatives_grid_container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.our_initiatives_grid_left {
  flex: none;
  padding-top: 30px;
  padding-right: 24px;
  position: sticky;
  top: 0;
}

.our_initiatives_grid_left_btn {
  z-index: 1;
  color: #ffffff80;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: relative;
}

.our_initiatives_grid_left_btn:hover {
  color: var(--gold);
}

.our_initiatives_grid_left_btn.w--current {
  color: var(--beige);
}

.our_initiatives_grid_left_btn.same_year {
  z-index: 0;
  color: var(--transparent);
  margin-top: -30px;
}

.our_initiatives_grid_left_btn.same_year.w--current {
  color: var(--white);
}

.our_initiatives_grid_container_in {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 18px;
  display: grid;
}

.our_initiatives_grid_block {
  width: 100%;
  padding-top: 18px;
  padding-left: 18px;
  display: flex;
  position: relative;
}

.generic_card_larger_img {
  z-index: 0;
  object-fit: cover;
  background-image: url('../images/burgundy_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  object-fit: contain;
  background: #58181F;
}

.generic_card_larger_shadow {
  z-index: -1;
  background-color: #00000073;
  position: absolute;
  inset: 48px -18px -18px;
}

.generic_card_larger_shadow_in {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--transparent), var(--black));
  opacity: .45;
  height: 120px;
  position: absolute;
  inset: auto 0% 100%;
}

.generic_card_larger_text {
  font-size: 24px;
  line-height: 36px;
}

.our_initiatives_year_anchor {
  position: absolute;
  inset: 0% auto -50% 0%;
}

.our_initiatives_tabs_menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-top: 6px;
  display: flex;
}

.our_initiatives_tab_link {
  color: var(--white);
  background-color: #e8e0e62e;
  border-radius: 9px;
  padding: 4.2px 15px 6px;
  font-size: 15px;
  line-height: 21px;
}

.our_initiatives_tab_link:hover {
  background-color: var(--grey);
}

.our_initiatives_tab_link.w--current {
  background-color: var(--grape);
  color: var(--grey);
}

.third_lv_title {
  font-size: 42px;
  line-height: 48.6px;
}

.third_lv_banner_container_in {
  z-index: 11;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.third_lv_breadcrumb_row {
  grid-column-gap: 6px;
  border-bottom: 1px solid var(--gold);
  letter-spacing: .6px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6px;
  line-height: 24px;
  display: flex;
}

.third_lv_breadcrumb_btn:hover {
  color: var(--burgundy);
}

.third_lv_gallery_tabs {
  width: 100%;
}

.third_lv_gallery_tabs_menu {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  padding-top: 18px;
  display: flex;
}

.third_lv_gallery_tabs_menu.hidden {
  display: none;
}

.third_lv_gallery_tab_link {
  opacity: .5;
  width: 72px;
  height: 72px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.third_lv_gallery_tab_link:hover {
  opacity: 1;
}

.third_lv_gallery_tab_link.w--current {
  border: 6px solid var(--burgundy);
  opacity: 1;
}

.third_lv_content {
  width: 100%;
  margin-right: auto;
  font-size: 19.2px;
  line-height: 31.2px;
}

.point_form_row {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.point_form_dot {
  background-color: var(--gold);
  border-radius: 99px;
  flex: none;
  width: 7.2px;
  height: 7.2px;
  margin-top: 31.2px;
  margin-right: 10.8px;
}

.third_lv_info_row {
  grid-column-gap: 24px;
  grid-row-gap: 3.6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 9px;
  display: flex;
}

.third_lv_gallery_thumbnail {
  width: 100%;
  display: block;
}

.third_lv_gallery_tabs_content {
  padding-top: 18px;
  padding-bottom: 30px;
}

.generic_tab_pane {
  width: 100%;
  height: auto;
}

.third_lv_gallery_tab_pane_in {
  background-color: #af96351a;
  width: 100%;
  position: relative;
}

.third_lv_gallery_img_block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.third_lv_gallery_img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.third_lv_gallery_img_text {
  border-bottom: 1px solid #47443f2e;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 18px;
  font-size: 15px;
  line-height: 22.2px;
}

.third_lv_gallery_img_text.hidden {
  display: none;
}

.third_lv_table_container {
  width: 100%;
  padding-top: 18px;
}

.third_lv_table_row {
  border-bottom: 1px solid #7c35494d;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 15px;
  line-height: 25.2px;
  display: flex;
}

.third_lv_table_row.title {
  color: var(--burgundy);
  font-weight: 600;
}

.third_lv_table_left {
  flex: none;
  width: 40%;
  padding-right: 30px;
}

.third_lv_logo_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.third_lv_logo_title {
  color: var(--burgundy);
  width: 100%;
  padding-top: 36px;
  font-weight: 600;
}

.third_lv_logo_img {
  height: 60px;
  display: block;
}

.media_library_listing_container {
  width: 100%;
  margin-top: -42px;
}

.media_library_listing_block {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.media_library_listing_trigger_btn {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 30px;
  font-size: 36px;
  line-height: 42px;
  display: flex;
}

.media_library_listing_trigger_btn:hover {
  color: var(--gold);
}

.media_library_listing_trigger_btn_icon {
  flex: none;
  width: 42px;
  height: 42px;
  margin-bottom: -2.4px;
  margin-right: 15px;
  position: relative;
}

.media_library_listing_trigger_btn_icon_line1 {
  background-color: var(--white);
  height: 2.4px;
  margin-top: -1.2px;
  position: absolute;
  top: 50%;
  left: 9px;
  right: 9px;
}

.media_library_listing_trigger_btn_icon_line2 {
  background-color: var(--white);
  width: 2.4px;
  margin-left: -1.2px;
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 50%;
}

.media_library_listing_trigger_btn_icon_line2.first {
  opacity: 0;
}

.media_library_listing_line_corner {
  background-color: var(--beige);
  width: 42px;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.media_library_listing_line_base {
  background-color: var(--beige);
  opacity: .33;
  height: 1px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.media_library_listing_line_hover {
  z-index: 1;
  background-color: var(--gold);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-101%);
}

.media_library_listing_line_opened {
  z-index: 2;
  background-color: var(--beige);
  opacity: 0;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.media_library_listing_line_opened.first {
  opacity: 1;
}

.media_library_listing_trigger_btn_icon_line_in {
  background-color: var(--gold);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.media_library_listing_block_in {
  flex-flow: wrap;
  padding-left: 36px;
  display: flex;
}

.media_library_listing_block_in.first {
  display: flex;
}

.press_release_listing_item_block {
  width: 33.33%;
  padding-right: 21px;
  display: flex;
}

.press_release_listing_item_btn {
  color: var(--white);
  background-color: #ffffff0f;
  width: 100%;
  padding: 18px 18px 36px;
  display: block;
}

.press_release_listing_item_btn:hover {
  background-color: var(--white);
  color: var(--burgundy);
}

.press_release_listing_item_text {
  grid-column-gap: 2.4px;
  grid-row-gap: 2.4px;
  width: 100%;
  padding-top: 24px;
  padding-left: 18px;
  padding-right: 18px;
}

.press_release_listing_item_text_in {
  display: inline;
}

.press_release_listing_item_arrow {
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  display: inline-block;
}

.third_lv_gallery_thumbnail_video_block {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.third_lv_gallery_thumbnail_video_icon {
  width: 32px;
  display: block;
}

.press_release_filter_left {
  color: var(--burgundy);
  flex: none;
  padding-bottom: 3px;
  padding-right: 12px;
}

.press_release_listing_container {
  grid-row-gap: 21px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.media_library_section_title_row {
  width: 100%;
  display: flex;
}

.media_library_section_title {
  color: var(--gold);
  font-size: 36px;
  line-height: 42px;
}

.media_library_section_title.white {
  color: var(--white);
}

.latest_press_release_container {
  width: 100%;
  padding-top: 30px;
  position: relative;
}

.latest_press_release_btn {
  color: var(--white);
  background-color: #ffffff0f;
  width: calc(33.33% - 14px);
  padding: 18px 18px 36px;
  display: block;
}

.latest_press_release_btn:hover {
  background-color: var(--white);
  color: var(--burgundy);
}

.latest_press_release_container_in {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.latest_press_release_more_btn_row {
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  display: flex;
}

.latest_press_release_btn_text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.gallery_intro_container {
  width: 100%;
  display: flex;
}

.gallery_intro_left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 48px;
  display: flex;
}

.gallery_intro_right {
  flex: none;
  width: 50%;
}

.gallery_intro_text {
  text-align: left;
  padding-top: 18px;
  font-family: EB Garamond, "Microsoft JhengHei","微軟正黑體", "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.gallery_intro_btn_row {
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.header_right_down_btn_block {
  position: relative;
}

.header_right_dropdown_list_in {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.header_right_dropdown_list {
  padding-top: 9px;
  display: none;
  position: absolute;
  inset: 100% -24px auto;
}

.menu_2nd_lv_block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3px;
  display: flex;
}

.menu_2nd_lv_btn {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 19.2px;
  line-height: 31.2px;
  display: flex;
}

.menu_2nd_lv_btn:hover {
  color: var(--burgundy);
}

.menu_2nd_lv_dot {
  background-color: var(--gold);
  border-radius: 99px;
  flex: none;
  width: 7.2px;
  height: 7.2px;
  margin-right: 10.8px;
}

.gallery_grid_container {
  grid-column-gap: 0px;
  grid-row-gap: 10.5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-right: 10.5px;
  display: grid;
}

.gallery_grid_block {
  width: 100%;
  padding-right: 10.5px;
  display: flex;
}

.gallery_grid_lightbox {
  color: var(--white);
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery_grid_btn_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gallery_grid_text_block {
  z-index: 2;
  opacity: 0;
  background-color: #5a4638e6;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.gallery_grid_text_block_in {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 24px 24px 30px;
  display: flex;
}

.our_initiatives_filter_dropdown_link {
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  margin-bottom: -1px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
  line-height: 24px;
  display: block;
}

.our_initiatives_filter_dropdown_link:hover {
  background-color: var(--gold);
  color: var(--white);
}

.our_initiatives_filter_dropdown_link.for_years {
  width: 25%;
}

.our_initiatives_filter_dropdown_list_in {
  width: 100%;
  overflow: hidden;
}

.header_right_dropdown_link_opt2 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  line-height: 24px;
  display: block;
}

.header_right_dropdown_link_opt2:hover {
  color: #ffffffb3;
}

.header_right_dropdown_link_opt2.for_years {
  width: 25%;
}

.header_right_dropdown_link_opt2.on_light_bg {
  color: var(--grey);
}

.header_right_dropdown_link_opt2.on_light_bg:hover {
  color: var(--burgundy);
}

.header_right_dropdown_list_in_v2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_right_dropdown_list_v2 {
  padding-top: 12px;
  display: none;
  position: absolute;
  inset: 100% -24px auto;
}

html.w-mod-js [data-ix="inner-banner-img-loading"] {
  transform: scale(1.1);
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 19.5px;
    line-height: 33px;
  }

  h1 {
    font-size: 66px;
    line-height: 75px;
  }

  p {
    padding-top: 19.5px;
  }

  .home_banner_slider_nav {
    height: 53.5px;
  }

  .home_banner_slide_left {
    padding-bottom: 105px;
  }

  .underline_title {
    letter-spacing: .66px;
    padding-bottom: 5.4px;
    font-size: 26px;
    line-height: 30px;
  }

  .home_banner_slide_left_in {
    min-height: 660px;
    padding-top: 144px;
  }

  .header_left {
    max-width: none;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .header_logo_img {
    width: 486px;
  }

  .header_right_up {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 16.5px;
  }

  .header_right_up_btn {
    font-size: 14.4px;
    line-height: 20.4px;
  }

  .header_right_up_line {
    height: 19.5px;
  }

  .header_right_down {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 10.5px;
  }

  .header_right_down_btn {
    font-size: 21px;
    line-height: 27px;
  }

  .home_banner_slide_right_shadow {
    height: 210px;
  }

  .section_container.for_press_release, .section_container.for_gallery, .section_container.for_gallery {
    padding-right: 25.5px;
  }

  .section_container_in {
    padding-top: 105px;
    padding-bottom: 135px;
  }

  .section_container_in.for_grid {
    max-width: 1612.5px;
  }

  .home_intro_text {
    max-width: 840px;
    padding-top: 42px;
    padding-bottom: 54px;
    font-size: 31.5px;
    line-height: 51px;
  }

  .rounded_btn {
    min-width: 165px;
    padding: 10.5px 21.6px 13.5px 27px;
  }

  .rounded_btn_arrow {
    margin-left: 12.9px;
    font-size: 12.9px;
  }

  .home_news_title {
    font-size: 54px;
    line-height: 60px;
  }

  .home_news_grid_container {
    flex-flow: row;
    padding: 24px 4.5px 48px;
  }

  .generic_card_block.for_home {
    flex-flow: column;
  }

  .generic_card_block.larger {
    /*     min-height: 510px;
 */
    min-height: 540px;
  }

  .home_news_grid_block {
    width: 33.333%;
    padding-left: 13.5px;
    padding-right: 13.5px;
    display: flex;
  }

  .generic_card_cate {
    font-size: 21px;
    line-height: 26.4px;
  }

  .generic_card_info_row_in {
    font-size: 15.3px;
    line-height: 21.3px;
  }

  .generic_card_info_line {
    height: 15.3px;
  }

  .generic_card_btn {
    font-size: 16.5px;
    line-height: 22.5px;
  }

  .generic_card_btn_arrow {
    width: 8.25px;
    height: 8.25px;
    font-size: 8.25px;
    line-height: 8.25px;
  }

  .home_news_card_img {
    width: 100%;
    padding-right: 0;
  }

  .home_stat_row {
    grid-column-gap: 66px;
    margin-top: -21px;
  }

  .home_stat_number {
    font-size: 54px;
    line-height: 60px;
  }

  .home_quote_container {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .home_quote_block {
    height: 480px;
    padding: 54px;
  }

  .home_quote_text {
    font-size: 27px;
    line-height: 40.5px;
  }

  .home_quote_person_block {
    line-height: 27px;
  }

  .home_quote_mark_start {
    width: 105px;
    margin-top: 27px;
    margin-left: 27px;
  }

  .footer_container_in {
    padding-top: 66px;
  }

  .footer_up_right {
    padding-left: 66px;
    font-size: 16.5px;
    line-height: 30px;
  }

  .footer_up_right_btn.address {
    max-width: 162px;
  }

  .footer_down {
    font-size: 14.1px;
    line-height: 20.1px;
  }

  .footer_down_line {
    height: 13.8px;
  }

  .menu_container_in {
    max-width: 720px;
  }

  .inner_banner_container_in {
    min-height: 480px;
    padding-bottom: 72px;
  }

  .inner_banner_title {
    font-size: 81px;
    line-height: 90px;
  }

  .about_paragraph_container {
    max-width: 990px;
  }

  .about_paragraph {
    padding-top: 40.5px;
    font-size: 27px;
    line-height: 40.5px;
  }

  .inner_banner_shadow {
    height: 210px;
  }

  .inner_banner_text {
    max-width: 612px;
  }

  .our_initiatives_filter_row {
    grid-column-gap: 33px;
  }

  .our_initiatives_filter_dropdown_arrow {
    font-size: 15.6px;
  }

  .our_initiatives_filter_left {
    width: 108px;
  }

  .our_initiatives_filter_dropdown {
    width: 330px;
  }

  .our_initiatives_filter_line {
    height: 48px;
  }

  .our_initiatives_filter_dropdown_list.w--open {
    max-height: 375px;
  }

  .header_right_dropdown_link {
    padding-top: 10.5px;
    padding-bottom: 13.5px;
  }

  .our_initiatives_title_text {
    font-size: 54px;
    line-height: 60px;
  }

  .our_initiatives_title_location {
    letter-spacing: .825px;
    font-size: 16.5px;
    line-height: 22.5px;
  }

  .our_initiatives_grid_left_btn {
    height: 33px;
    font-size: 19.5px;
    line-height: 19.5px;
  }

  .our_initiatives_grid_left_btn.same_year {
    margin-top: -33px;
  }

  .our_initiatives_grid_container_in {
    padding-top: 9px;
  }

  .our_initiatives_grid_block {
    padding-top: 27px;
    padding-left: 27px;
  }

  .generic_card_larger_shadow_in {
    height: 135px;
  }

  .generic_card_larger_text {
    font-size: 27px;
    line-height: 42px;
  }

  .our_initiatives_tab_link {
    padding-left: 16.5px;
    padding-right: 16.5px;
    font-size: 16.5px;
    line-height: 22.5px;
  }

  .third_lv_title {
    font-size: 48px;
    line-height: 55.2px;
  }

  .third_lv_banner_container_in {
    padding-top: 144px;
    padding-bottom: 54px;
  }

  .third_lv_breadcrumb_row {
    grid-column-gap: 6.6px;
    letter-spacing: .66px;
    padding-bottom: 6.6px;
    line-height: 26.1px;
  }

  .third_lv_gallery_tab_link {
    width: 81px;
    height: 81px;
  }

  .third_lv_content {
    font-size: 20.7px;
    line-height: 34.2px;
  }

  .point_form_dot {
    margin-top: 34.2px;
  }

  .third_lv_gallery_img_text {
    font-size: 16.5px;
    line-height: 24.6px;
  }

  .third_lv_table_row {
    line-height: 27.6px;
  }

  .third_lv_logo_container {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .third_lv_logo_img {
    height: 62px;
  }

  .media_library_listing_container {
    margin-top: -45px;
  }

  .media_library_listing_trigger_btn {
    font-size: 39px;
    line-height: 45px;
  }

  .media_library_listing_trigger_btn_icon {
    width: 45px;
    height: 45px;
    margin-bottom: -2.7px;
    margin-right: 16.5px;
  }

  .media_library_listing_trigger_btn_icon_line1 {
    height: 2.7px;
    margin-top: -1.35px;
    left: 10.5px;
    right: 10.5px;
  }

  .media_library_listing_trigger_btn_icon_line2 {
    width: 2.7px;
    margin-left: -1.35px;
    top: 10.5px;
    bottom: 10.5px;
  }

  .media_library_listing_line_corner {
    width: 45px;
  }

  .media_library_listing_block_in {
    padding-left: 39px;
  }

  .press_release_listing_item_block {
    padding-right: 22.5px;
  }

  .press_release_listing_item_text {
    grid-column-gap: 2.7px;
    grid-row-gap: 2.7px;
  }

  .press_release_listing_item_arrow {
    font-size: 13px;
  }

  .third_lv_gallery_thumbnail_video_icon {
    width: 36px;
  }

  .press_release_listing_container {
    grid-row-gap: 22.5px;
  }

  .media_library_section_title {
    font-size: 39px;
    line-height: 45px;
  }

  .latest_press_release_btn {
    width: calc(33.33% - 15px);
  }

  .latest_press_release_container_in {
    grid-column-gap: 22.5px;
    grid-row-gap: 22.5px;
  }

  .latest_press_release_btn_text {
    grid-column-gap: 2.7px;
    grid-row-gap: 2.7px;
    padding-top: 16.5px;
    padding-right: 16.5px;
  }

  .gallery_intro_text {
    padding-top: 19.5px;
    font-size: 27px;
    line-height: 40.5px;
  }

  .gallery_intro_btn_row {
    padding-top: 33px;
  }

  .header_right_dropdown_list_in {
    grid-column-gap: 10.5px;
    grid-row-gap: 10.5px;
  }

  .header_right_dropdown_list {
    padding-top: 10.5px;
    left: -27px;
    right: -27px;
  }

  .menu_2nd_lv_block {
    grid-column-gap: 10.5px;
    grid-row-gap: 10.5px;
  }

  .gallery_grid_container {
    grid-row-gap: 11.25px;
    padding-right: 11.25px;
  }

  .gallery_grid_block {
    padding-right: 11.25px;
  }

  .our_initiatives_filter_dropdown_link, .header_right_dropdown_link_opt2 {
    line-height: 25.5px;
  }

  .header_right_dropdown_list_in_v2 {
    grid-column-gap: 10.5px;
    grid-row-gap: 10.5px;
  }

  .header_right_dropdown_list_v2 {
    padding-top: 15px;
    left: -27px;
    right: -27px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 21px;
    line-height: 36px;
  }

  h1 {
    font-size: 72px;
    line-height: 81px;
  }

  p {
    padding-top: 21px;
  }

  .home_banner_slider_nav {
    height: 61px;
  }

  .home_banner_slide_left {
    padding-bottom: 120px;
  }

  .underline_title {
    letter-spacing: .72px;
    padding-bottom: 6px;
    font-size: 26px;
    line-height: 30px;
  }

  .home_banner_slide_left_in {
    min-height: 720px;
    padding-top: 150px;
  }

  .header_left {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header_logo_img {
    width: 522px;
  }

  .header_right_up {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    padding-top: 18px;
  }

  .header_right_up_btn {
    font-size: 15px;
    line-height: 21px;
  }

  .header_right_up_line {
    height: 21px;
  }

  .header_right_down {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 12px;
  }

  .header_right_down_btn {
    font-size: 24px;
    line-height: 30px;
  }

  .home_banner_slide_right_shadow {
    height: 240px;
  }

  .section_container.for_press_release, .section_container.for_gallery, .section_container.for_gallery {
    padding-right: 24px;
  }

  .section_container_in {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .section_container_in.for_grid {
    max-width: 1614px;
  }

  .home_intro_text {
    max-width: 960px;
    padding-top: 48px;
    padding-bottom: 60px;
    font-size: 36px;
    line-height: 57px;
  }

  .rounded_btn {
    min-width: 180px;
    padding: 12px 24px 15px 30px;
  }

  .rounded_btn_arrow {
    margin-left: 13.8px;
    font-size: 13.8px;
  }

  .home_news_title {
    font-size: 60px;
    line-height: 66px;
  }

  .home_news_grid_container {
    padding: 30px 0 60px;
  }

  .generic_card_block.larger {
    min-height: 540px;
  }

  .home_news_grid_block {
    padding-left: 18px;
    padding-right: 18px;
  }

  .generic_card_cate {
    font-size: 22.8px;
    line-height: 28.8px;
  }

  .generic_card_info_row_in {
    font-size: 16.2px;
    line-height: 22.2px;
  }

  .generic_card_info_line {
    height: 16.2px;
  }

  .generic_card_btn {
    font-size: 18px;
    line-height: 24px;
  }

  .generic_card_btn_arrow {
    width: 9px;
    height: 9px;
    font-size: 9px;
    line-height: 9px;
  }

  .home_stat_row {
    grid-column-gap: 72px;
    margin-top: -24px;
  }

  .home_stat_number {
    font-size: 60px;
    line-height: 66px;
  }

  .home_quote_container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home_quote_block {
    height: 525px;
    padding: 60px;
  }

  .home_quote_text {
    font-size: 30px;
    line-height: 45px;
  }

  .home_quote_person_block {
    line-height: 30px;
  }

  .home_quote_mark_start {
    width: 120px;
    margin-top: 30px;
    margin-left: 30px;
  }

  .footer_container_in {
    padding-top: 72px;
  }

  .footer_up_right {
    padding-left: 72px;
    font-size: 18px;
    line-height: 33px;
  }

  .footer_up_right_btn.address {
    max-width: 174px;
  }

  .footer_down {
    font-size: 15px;
    line-height: 21px;
  }

  .footer_down_line {
    height: 15px;
  }

  .menu_container_in {
    max-width: 780px;
  }

  .inner_banner_container_in {
    min-height: 540px;
    padding-bottom: 84px;
  }

  .inner_banner_title {
    font-size: 90px;
    line-height: 99px;
  }

  .about_paragraph_container {
    max-width: 1080px;
  }

  .about_paragraph {
    padding-top: 45px;
    font-size: 30px;
    line-height: 45px;
  }

  .inner_banner_shadow {
    height: 240px;
  }

  .inner_banner_text {
    max-width: 660px;
  }

  .our_initiatives_filter_row {
    grid-column-gap: 36px;
  }

  .our_initiatives_filter_dropdown_arrow {
    font-size: 16.8px;
  }

  .our_initiatives_filter_left {
    width: 120px;
  }

  .our_initiatives_filter_dropdown {
    width: 360px;
  }

  .our_initiatives_filter_line {
    height: 51px;
  }

  .our_initiatives_filter_dropdown_list.w--open {
    max-height: 390px;
  }

  .header_right_dropdown_link {
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .our_initiatives_title_text {
    font-size: 60px;
    line-height: 66px;
  }

  .our_initiatives_title_location {
    letter-spacing: .9px;
    font-size: 18px;
    line-height: 24px;
  }

  .our_initiatives_grid_left_btn {
    height: 36px;
    font-size: 21px;
    line-height: 21px;
  }

  .our_initiatives_grid_left_btn.same_year {
    margin-top: -36px;
  }

  .our_initiatives_grid_container_in {
    padding-top: 0;
  }

  .our_initiatives_grid_block {
    padding-top: 36px;
    padding-left: 36px;
  }

  .generic_card_larger_shadow_in {
    height: 150px;
  }

  .generic_card_larger_text {
    font-size: 30px;
    line-height: 48px;
  }

  .our_initiatives_tab_link {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    line-height: 24px;
  }

  .third_lv_title {
    font-size: 54px;
    line-height: 61.8px;
  }

  .third_lv_banner_container_in {
    padding-top: 168px;
    padding-bottom: 60px;
  }

  .third_lv_breadcrumb_row {
    grid-column-gap: 7.2px;
    letter-spacing: .72px;
    padding-bottom: 7.2px;
    line-height: 28.2px;
  }

  .third_lv_gallery_tab_link {
    width: 90px;
    height: 90px;
  }

  .third_lv_content {
    font-size: 22.2px;
    line-height: 37.2px;
  }

  .point_form_dot {
    margin-top: 37.2px;
    margin-right: 12px;
  }

  .third_lv_gallery_img_text {
    font-size: 18px;
    line-height: 27px;
  }

  .third_lv_table_row {
    line-height: 30px;
  }

  .third_lv_logo_container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .third_lv_logo_img {
    /* height: 72px; */
    height: 62px;
  }

  .media_library_listing_container {
    margin-top: -48px;
  }

  .media_library_listing_trigger_btn {
    font-size: 42px;
    line-height: 48px;
  }

  .media_library_listing_trigger_btn_icon {
    width: 48px;
    height: 48px;
    margin-bottom: -3px;
    margin-right: 18px;
  }

  .media_library_listing_trigger_btn_icon_line1 {
    height: 3px;
    margin-top: -1.5px;
    left: 12px;
    right: 12px;
  }

  .media_library_listing_trigger_btn_icon_line2 {
    width: 3px;
    margin-left: -1.5px;
    top: 12px;
    bottom: 12px;
  }

  .media_library_listing_line_corner {
    width: 48px;
  }

  .media_library_listing_block_in {
    padding-left: 42px;
  }

  .press_release_listing_item_block {
    padding-right: 24px;
  }

  .press_release_listing_item_text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .press_release_listing_item_arrow {
    width: 14px;
    font-size: 14px;
  }

  .third_lv_gallery_thumbnail_video_icon {
    width: 40px;
  }

  .press_release_listing_container {
    grid-row-gap: 24px;
  }

  .media_library_section_title {
    font-size: 42px;
    line-height: 48px;
  }

  .latest_press_release_btn {
    width: calc(33.33% - 16px);
  }

  .latest_press_release_container_in {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .latest_press_release_btn_text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-top: 18px;
    padding-right: 18px;
  }

  .gallery_intro_text {
    padding-top: 21px;
    font-size: 30px;
    line-height: 45px;
  }

  .gallery_intro_btn_row {
    padding-top: 36px;
  }

  .header_right_dropdown_list_in {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .header_right_dropdown_list {
    padding-top: 12px;
    left: -30px;
    right: -30px;
  }

  .menu_2nd_lv_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .menu_2nd_lv_dot {
    margin-right: 12px;
  }

  .gallery_grid_container {
    grid-row-gap: 12px;
    padding-right: 12px;
  }

  .gallery_grid_block {
    padding-right: 12px;
  }

  .our_initiatives_filter_dropdown_link, .header_right_dropdown_link_opt2 {
    line-height: 27px;
  }

  .header_right_dropdown_list_in_v2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .header_right_dropdown_list_v2 {
    padding-top: 18px;
    left: -30px;
    right: -30px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16.2px;
    line-height: 26.7px;
  }

  h1 {
    font-size: 48px;
    line-height: 55.5px;
  }

  p {
    padding-top: 16.2px;
  }

  .home_banner_slider_nav {
    width: 100%;
    max-width: none;
    height: 38px;
    padding-left: 33px;
    right: 0%;
  }

  .home_banner_slide_in {
    flex-flow: column;
  }

  .home_banner_slide_left {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 50vh;
    max-height: 960px;
    padding-bottom: 48px;
    padding-left: 36px;
  }

  .home_banner_slide_right {
    width: 100%;
    height: 50vh;
    min-height: 480px;
    max-height: 960px;
  }

  .underline_title {
    letter-spacing: .54px;
    padding-bottom: 4.2px;
    font-size: 24px;
    line-height: 28px;
  }

  .home_banner_slide_left_in {
    min-height: 420px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 120px;
    padding-right: 36px;
  }

  .home_banner_slide_title {
    max-width: 600px;
    padding-top: 18px;
  }

  .home_banner_slide_text {
    max-width: 660px;
  }

  .home_banner_slider_arrow {
    opacity: 1;
    width: 42px;
    height: 100px;
    margin-top: 0;
    margin-bottom: -75px;
    top: auto;
    bottom: 8vh;
  }

  .home_banner_slider_arrow_icon_img {
    width: 15.6px;
  }

  .home_banner_slider_arrow_icon_brown {
    display: none;
  }

  .header_container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .header_container_in {
    padding-right: 87px;
  }

  .header_container_in.in_menu {
    padding-right: 79.5px;
  }

  .header_left {
    max-width: none;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .header_logo_img {
    width: 345px;
  }

  .header_right {
    display: none;
  }

  .menu_trigger_btn {
    width: 108px;
    margin-right: -36px;
    padding-left: 36px;
    padding-right: 36px;
    display: flex;
  }

  .home_banner_slide_right_shadow {
    display: none;
  }
  .home_banner_slider_arrow {
    position: absolute;
    top: auto !important;
    right: auto !important;
    bottom: 0;
    display: flex !important;
    height: 50vh;
    min-height: 480px;
    max-height: 960px;
    margin-bottom: 0;
    filter: brightness(0) invert(1);
  }
  .home_banner_slider_arrow.w-slider-arrow-left {
    bottom: 0;
    left: 0;
  }
  .home_banner_slider_arrow.w-slider-arrow-right {
    right: 0 !important;
    bottom: 0;
  }

  .section_container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .section_container.for_latest_news {
    padding-left: 21px;
    padding-right: 21px;
  }

  .section_container.for_press_release {
    padding-right: 19.5px;
  }

  .section_container.for_gallery {
    padding-right: 16.5px;
  }

  .section_container_in {
    padding-top: 75px;
    padding-bottom: 99px;
  }

  .home_intro_text {
    max-width: 600px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 22.5px;
    line-height: 37.5px;
  }

  .rounded_btn {
    min-width: 126px;
    padding: 7.5px 16.8px 9.9px 21px;
  }

  .rounded_btn_arrow {
    margin-bottom: -1.8px;
    margin-left: 10.5px;
    font-size: 10.5px;
  }

  .home_news_title {
    font-size: 39px;
    line-height: 43.8px;
  }

  .home_news_grid_container {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .generic_card_block {
    padding: 15px;
  }

  .generic_card_block.larger {
    min-height: 390px;
  }

  .generic_card_block.gold, .generic_card_block.grey, .generic_card_block.light_gold, .generic_card_block.beige {
    /* padding-top: 30px;
    padding-bottom: 30px; */
  }

  .home_news_grid_block {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .generic_card_content {
    padding: 22.5px 13.5px 21px;
  }

  .generic_card_info_row {
    grid-column-gap: 27px;
    grid-row-gap: 3px;
    padding-bottom: 10.5px;
  }

  .generic_card_cate {
    font-size: 17.4px;
    line-height: 21.6px;
  }

  .generic_card_info_row_in {
    grid-column-gap: 10.5px;
    grid-row-gap: 10.5px;
    font-size: 13.5px;
    line-height: 18.3px;
  }

  .generic_card_info_line {
    height: 13.5px;
  }

  .generic_card_btn {
    padding-top: 15px;
    padding-bottom: 3px;
    font-size: 14.1px;
    line-height: 18.9px;
  }

  .generic_card_btn_arrow {
    width: 7.05px;
    height: 7.05px;
    margin-bottom: -3px;
    margin-right: 2.4px;
    font-size: 7.05px;
    line-height: 7.05px;
  }

  .home_news_card_img {
    width: 300px;
    padding-right: 15px;
  }

  .home_stat_row {
    grid-column-gap: 48px;
    grid-row-gap: 15px;
    padding-bottom: 24px;
  }

  .home_stat_number {
    font-size: 39px;
    line-height: 43.8px;
  }

  .home_quote_container {
    padding: 75px 21px;
  }

  .home_quote_slider_nav {
    height: 22.8px;
    margin-right: 129px;
  }

  .home_quote_slider_mask {
    width: 80%;
  }

  .home_quote_slide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home_quote_block {
    height: 330px;
    padding: 36px;
  }

  .home_quote_block:hover {
    box-shadow: 0 0 15px #5a46384d;
  }

  .home_quote_text {
    font-size: 21px;
    line-height: 31.5px;
  }

  .home_quote_person_block {
    padding-top: 15px;
    line-height: 21px;
  }

  .home_quote_mark_start {
    width: 75px;
    margin-top: 21px;
    margin-left: 21px;
  }

  .home_quote_person_block_in {
    padding-right: 24px;
  }

  .home_quote_mark_end {
    width: 24px;
    margin-bottom: 7.5px;
  }

  .home_quote_slider_arrow {
    width: 45px;
    margin-top: 4.8px;
    margin-right: 15px;
    padding: 10.5px;
  }

  .home_quote_slider_arrow.left {
    margin-right: 60px;
  }

  .home_quote_slider_arrow_icon {
    width: 24px;
  }

  .footer_container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer_container_in {
    padding-top: 48px;
    padding-bottom: 105px;
  }

  .footer_up_right {
    padding-left: 48px;
    font-size: 13.5px;
    line-height: 24px;
  }

  .footer_up_right.shortcut {
    display: none;
  }

  .footer_up_right_btn.address {
    max-width: 138px;
  }

  .footer_down {
    grid-column-gap: 21px;
    grid-row-gap: 4.8px;
    padding-top: 39px;
    font-size: 12.3px;
    line-height: 17.1px;
  }

  .footer_down_in {
    grid-column-gap: 10.5px;
    grid-row-gap: 4.8px;
  }

  .footer_down_line {
    height: 11.4px;
  }

  .back_to_top_btn {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    margin-right: 24px;
  }

  .back_to_top_btn_arrow {
    width: 14.1px;
  }

  .menu_container_in {
    max-width: 540px;
    padding: 96px 36px 48px;
    position: relative;
  }

  .menu_close_area {
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
  }

  .menu_lang_row {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-top: 21px;
  }

  .menu_btn_block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .menu_btn {
    padding-top: 4.8px;
    padding-bottom: 4.8px;
    font-size: 27px;
    line-height: 34.5px;
  }

  .inner_banner_container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .inner_banner_container_in {
    min-height: 360px;
    padding-bottom: 48px;
  }

  .inner_banner_title {
    font-size: 60px;
    line-height: 67.5px;
  }

  .about_paragraph_container {
    padding-top: 15px;
    padding-bottom: 24px;
  }

  .about_paragraph {
    text-align: left;
    padding-top: 31.5px;
    font-size: 21px;
    line-height: 31.5px;
  }

  .inner_banner_shadow {
    height: 150px;
  }

  .inner_banner_text {
    max-width: 510px;
  }

  .our_initiatives_filter_row {
    grid-column-gap: 24px;
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .our_initiatives_filter_dropdown_arrow {
    margin-bottom: -2.4px;
    margin-right: 4.8px;
    font-size: 12px;
  }

  .our_initiatives_filter_left {
    padding-bottom: 2.4px;
    padding-right: 10.5px;
  }

  .our_initiatives_filter_dropdown {
    width: 240px;
  }

  .our_initiatives_filter_dropdown_toggle {
    padding-top: 4.8px;
    padding-bottom: 7.2px;
  }

  .our_initiatives_filter_line {
    height: 36px;
  }

  .our_initiatives_filter_dropdown_list {
    border-radius: 7.5px;
  }

  .our_initiatives_filter_dropdown_list.w--open {
    max-height: 315px;
  }

  .header_right_dropdown_link {
    padding: 10.5px;
    line-height: 19.8px;
  }

  .our_initiatives_title_row {
    grid-column-gap: 24px;
    grid-row-gap: 10.5px;
    margin-top: -24px;
  }

  .our_initiatives_title_text {
    font-size: 39px;
    line-height: 43.8px;
  }

  .our_initiatives_title_location {
    letter-spacing: .705px;
    margin-bottom: 7.5px;
    padding-bottom: 3px;
    font-size: 14.1px;
    line-height: 18.9px;
  }

  .our_initiatives_grid_left {
    padding-top: 24px;
    padding-right: 12px;
  }

  .our_initiatives_grid_left_btn {
    height: 27px;
    font-size: 16.5px;
    line-height: 16.5px;
  }

  .our_initiatives_grid_left_btn.same_year {
    margin-top: -27px;
  }

  .our_initiatives_grid_container_in {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    padding-top: 12px;
  }

  .generic_card_larger_shadow {
    inset: 36px -15px -15px;
  }

  .generic_card_larger_shadow_in {
    height: 90px;
  }

  .generic_card_larger_text {
    font-size: 21px;
    line-height: 31.5px;
  }

  .our_initiatives_tabs_menu {
    grid-column-gap: 5.4px;
    grid-row-gap: 5.4px;
    padding-top: 5.4px;
  }

  .our_initiatives_tab_link {
    border-radius: 7.5px;
    padding: 3.9px 13.5px 5.4px;
    font-size: 14.1px;
    line-height: 18.9px;
  }

  .third_lv_title {
    font-size: 36px;
    line-height: 42px;
  }

  .third_lv_banner_container_in {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 108px;
    padding-bottom: 36px;
  }

  .third_lv_breadcrumb_row {
    grid-column-gap: 5.4px;
    letter-spacing: .54px;
    padding-bottom: 5.4px;
    line-height: 21.6px;
  }

  .third_lv_gallery_tabs_menu {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    padding-top: 15px;
  }

  .third_lv_gallery_tab_link {
    width: 63px;
    height: 63px;
  }

  .third_lv_gallery_tab_link.w--current {
    border-width: 4.8px;
  }

  .third_lv_content {
    font-size: 16.8px;
    line-height: 27.3px;
  }

  .point_form_dot {
    width: 6px;
    height: 6px;
    margin-top: 27.6px;
    margin-right: 9px;
  }

  .third_lv_info_row {
    grid-column-gap: 21px;
    grid-row-gap: 3px;
    padding-top: 15px;
    padding-bottom: 7.5px;
  }

  .third_lv_gallery_tabs_content {
    padding-top: 15px;
    padding-bottom: 24px;
  }

  .third_lv_gallery_img_text {
    padding-top: 12.6px;
    padding-bottom: 15px;
    font-size: 14.1px;
    line-height: 20.4px;
  }

  .third_lv_table_container {
    padding-top: 15px;
  }

  .third_lv_table_row {
    padding-top: 10.5px;
    padding-bottom: 12.9px;
    line-height: 22.5px;
  }

  .third_lv_table_left {
    width: 50%;
    padding-right: 24px;
  }

  .third_lv_logo_container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .third_lv_logo_title {
    padding-top: 30px;
  }

  .third_lv_logo_img {
    height: 54px;
  }

  .media_library_listing_container {
    margin-top: -39px;
  }

  .media_library_listing_trigger_btn {
    padding-top: 19.5px;
    padding-bottom: 24.3px;
    font-size: 31.5px;
    line-height: 36.9px;
  }

  .media_library_listing_trigger_btn_icon {
    width: 36px;
    height: 36px;
    margin-bottom: -2.1px;
    margin-right: 13.5px;
  }

  .media_library_listing_trigger_btn_icon_line1 {
    height: 2.1px;
    margin-top: -1.05px;
    left: 7.5px;
    right: 7.5px;
  }

  .media_library_listing_trigger_btn_icon_line2 {
    width: 2.1px;
    margin-left: -1.05px;
    top: 7.5px;
    bottom: 7.5px;
  }

  .media_library_listing_line_corner {
    width: 36px;
  }

  .media_library_listing_block_in {
    padding-left: 30px;
  }

  .press_release_listing_item_block {
    width: 50%;
    padding-right: 16.5px;
  }

  .press_release_listing_item_btn {
    padding: 15px 15px 30px;
  }

  .press_release_listing_item_text {
    padding-top: 21px;
    padding-left: 13.5px;
    padding-right: 13.5px;
  }

  .press_release_listing_item_arrow {
    font-size: 10.8px;
  }

  .third_lv_gallery_thumbnail_video_icon {
    width: 28px;
  }

  .press_release_filter_left {
    padding-bottom: 2.4px;
    padding-right: 10.5px;
  }

  .press_release_listing_container {
    grid-row-gap: 16.5px;
  }

  .media_library_section_title {
    font-size: 31.5px;
    line-height: 36.9px;
  }

  .latest_press_release_container {
    padding-top: 24.3px;
  }

  .latest_press_release_btn {
    width: 100%;
    padding: 15px;
    display: flex;
  }

  .latest_press_release_container_in {
    grid-column-gap: 16.5px;
    grid-row-gap: 16.5px;
  }

  .latest_press_release_more_btn_row {
    padding-top: 30px;
  }

  .latest_press_release_btn_text {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 72%;
    padding: 0 6px 5.4px 21px;
  }

  .latest_press_release_btn_text_in {
    width: 100%;
  }

  .gallery_intro_left {
    padding-right: 36px;
  }

  .gallery_intro_text {
    text-align: left;
    padding-top: 16.2px;
    font-size: 21px;
    line-height: 31.5px;
  }

  .gallery_intro_btn_row {
    padding-top: 27px;
  }

  .menu_2nd_lv_block {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    padding-left: 2.4px;
  }

  .menu_2nd_lv_btn {
    font-size: 16.8px;
    line-height: 27.3px;
  }

  .menu_2nd_lv_dot {
    width: 6px;
    height: 6px;
    margin-right: 9px;
  }

  .gallery_grid_container {
    grid-row-gap: 9.75px;
    padding-right: 9.75px;
  }

  .gallery_grid_block {
    padding-right: 9.75px;
  }

  .gallery_grid_text_block {
    display: none;
  }

  .our_initiatives_filter_dropdown_link, .header_right_dropdown_link_opt2 {
    padding: 10.5px;
    line-height: 19.8px;
  }
}

@media screen and (max-width: 767px) {
  .home_banner_slide_right,
  .home_banner_slider_arrow {
    height: 70vw;
    min-height: auto;
    max-height: none;
  }

  .home_news_card_img {
    width: 50%;
  }

  .home_quote_slider_mask {
    width: 85%;
  }

  .home_quote_block {
    height: 510px;
  }

  .footer_up {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: wrap;
  }

  .footer_up_left {
    width: 100%;
  }

  .footer_up_right {
    grid-column-gap: 24px;
    flex-flow: wrap;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .footer_up_right.address {
    max-width: 360px;
    margin-bottom: -21px;
  }

  .footer_up_right_btn.address {
    width: 100%;
    max-width: none;
  }

  .our_initiatives_filter_row {
    grid-row-gap: 4.8px;
  }

  .third_lv_title {
    font-size: 30px;
    line-height: 35.4px;
  }

  .third_lv_gallery_tab_link {
    width: 54px;
    height: 54px;
  }

  .third_lv_gallery_thumbnail_video_icon {
    width: 24px;
  }

  .latest_press_release_btn_text {
    width: 60%;
  }

  .gallery_intro_container {
    display: block;
  }

  .gallery_intro_left {
    padding-bottom: 36px;
    padding-right: 0;
  }

  .gallery_intro_right {
    width: 100%;
  }

  .gallery_intro_btn_row {
    padding-top: 24px;
  }

  .gallery_grid_container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14.4px;
    line-height: 23.4px;
  }

  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  p {
    padding-top: 14.4px;
  }

  .home_banner_slider_nav {
    height: 26px;
    padding-left: 21px;
  }

  .home_banner_slide_left {
    min-height: 90vw;
    padding-bottom: 36px;
    padding-left: 24px;
  }

  .home_banner_slide_right,
  .home_banner_slider_arrow {
    height: 85vw;
  }

  .underline_title {
    letter-spacing: .48px;
    padding-bottom: 4.8px;
    font-size: 20px;
    line-height: 23px;
  }

  .home_banner_slide_left_in {
    min-height: 360px;
    padding-top: 108px;
    padding-right: 24px;
  }

  .home_banner_slide_title, .home_banner_slide_text {
    padding-top: 12px;
  }

  .home_banner_slider_arrow {
    width: 36px;
    /* height: 120px; */
    /* margin-bottom: -60px; */
    /* bottom: 42.5vw; */
  }

  .home_banner_slider_arrow_icon_img {
    width: 13.2px;
  }

  .header_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header_container_in {
    padding-right: 63px;
  }

  .header_container_in.in_menu {
    padding-right: 57px;
  }

  .header_left {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header_logo_img {
    width: 300px;
  }

  .menu_trigger_btn {
    width: 75px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu_trigger_btn_line1 {
    height: 1px;
    margin-bottom: 4.8px;
  }

  .menu_trigger_btn_line3 {
    height: 1px;
  }

  .menu_trigger_btn_line4 {
    height: 1px;
    margin-top: 4.8px;
  }

  .menu_trigger_btn_line2 {
    height: 1px;
    margin-bottom: -1px;
  }

  .section_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_container.for_latest_news {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section_container.for_press_release {
    padding-right: 24px;
  }

  .section_container.for_gallery {
    padding-right: 6px;
  }

  .section_container_in {
    padding-top: 60px;
    padding-bottom: 78px;
  }

  .home_intro_text {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    line-height: 30px;
  }

  .rounded_btn {
    min-width: 102px;
    padding: 6px 14.4px 7.8px 18px;
  }

  .rounded_btn_arrow {
    margin-bottom: -.9px;
    margin-left: 9px;
    font-size: 9px;
  }

  .home_news_title {
    font-size: 30px;
    line-height: 33.6px;
  }

  .home_news_grid_container {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .generic_card_block {
    padding: 12px;
  }

  .generic_card_block.for_home {
    flex-flow: column;
  }

  .generic_card_block.larger {
    min-height: 300px;
  }

  .generic_card_block.gold, .generic_card_block.grey, .generic_card_block.light_gold, .generic_card_block.beige {
    /* padding-top: 24px;
    padding-bottom: 24px; */
  }

  .home_news_grid_block {
    width: 100%;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .generic_card_content {
    padding: 18px 9px 15px;
  }

  .generic_card_info_row {
    grid-column-gap: 18px;
    grid-row-gap: 2.4px;
    padding-bottom: 9px;
  }

  .generic_card_cate {
    font-size: 15.6px;
    line-height: 19.2px;
  }

  .generic_card_info_row_in {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    font-size: 12.6px;
    line-height: 16.2px;
  }

  .generic_card_info_line {
    height: 12.6px;
  }

  .generic_card_btn {
    padding-top: 12px;
    padding-bottom: 2.4px;
    font-size: 13.2px;
    line-height: 16.8px;
  }

  .generic_card_btn_arrow {
    width: 6.6px;
    height: 6.6px;
    margin-bottom: -2.4px;
    margin-right: 1.8px;
    font-size: 6.6px;
    line-height: 6.6px;
  }

  .home_news_card_img {
    width: 100%;
    padding-right: 0;
  }

  .home_stat_row {
    grid-column-gap: 36px;
    grid-row-gap: 12px;
    padding-bottom: 18px;
  }

  .home_stat_number {
    font-size: 30px;
    line-height: 33.6px;
  }

  .home_quote_container {
    padding: 60px 12px;
  }

  .home_quote_slider_nav {
    height: 18.6px;
    margin-right: 102px;
  }

  .home_quote_slider_mask {
    width: 90%;
  }

  .home_quote_slide {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home_quote_block {
    height: 411px;
    padding: 24px;
  }

  .home_quote_block:hover {
    box-shadow: 0 0 12px #5a46384d;
  }

  .home_quote_text {
    font-size: 18px;
    line-height: 27px;
  }

  .home_quote_person_block {
    padding-top: 12px;
    line-height: 18px;
  }

  .home_quote_mark_start {
    width: 60px;
    margin-top: 18px;
    margin-left: 18px;
  }

  .home_quote_person_block_in {
    padding-right: 18px;
  }

  .home_quote_mark_end {
    width: 18px;
    margin-bottom: 6px;
  }

  .home_quote_slider_arrow {
    width: 36px;
    margin-top: 3.6px;
    margin-right: 12px;
    padding: 9px;
  }

  .home_quote_slider_arrow.left {
    margin-right: 48px;
  }

  .home_quote_slider_arrow_icon {
    width: 18px;
  }

  .footer_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_container_in {
    padding-top: 36px;
    padding-bottom: 90px;
  }

  .footer_up {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer_up_right {
    grid-column-gap: 18px;
    font-size: 12px;
    line-height: 21px;
  }

  .footer_up_right.address {
    max-width: 300px;
    margin-bottom: -18px;
  }

  .footer_down {
    grid-column-gap: 18px;
    grid-row-gap: 3.6px;
    padding-top: 30px;
    font-size: 11.4px;
    line-height: 15px;
  }

  .footer_down_in {
    grid-column-gap: 9px;
    grid-row-gap: 3.6px;
  }

  .footer_down_line {
    height: 10.2px;
  }

  .back_to_top_btn {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    margin-right: 18px;
  }

  .back_to_top_btn_arrow {
    width: 12px;
  }

  .menu_container_in {
    padding: 72px 24px 36px;
  }

  .menu_close_area {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
  }

  .menu_lang_row {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-top: 18px;
  }

  .menu_btn_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .menu_btn {
    padding-top: 3.6px;
    padding-bottom: 3.6px;
    font-size: 24px;
    line-height: 30px;
  }

  .inner_banner_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .inner_banner_container_in {
    min-height: 300px;
    padding-bottom: 36px;
  }

  .inner_banner_title {
    font-size: 48px;
    line-height: 54px;
  }

  .about_paragraph_container {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .about_paragraph {
    padding-top: 27px;
    font-size: 18px;
    line-height: 27px;
  }

  .inner_banner_shadow {
    height: 120px;
  }

  .inner_banner_text {
    max-width: 360px;
  }

  .our_initiatives_filter_row {
    grid-column-gap: 18px;
    grid-row-gap: 3.6px;
    padding-top: 13.2px;
    padding-bottom: 18px;
  }

  .our_initiatives_filter_row_in {
    width: 100%;
  }

  .our_initiatives_filter_dropdown_arrow {
    margin-bottom: -1.8px;
    margin-right: 3.6px;
    font-size: 9.6px;
  }

  .our_initiatives_filter_left {
    width: 75px;
    padding-bottom: 1.8px;
    padding-right: 9px;
  }

  .our_initiatives_filter_dropdown {
    width: 100%;
  }

  .our_initiatives_filter_dropdown_toggle {
    padding-top: 3.6px;
    padding-bottom: 5.4px;
  }

  .our_initiatives_filter_line {
    display: none;
  }

  .our_initiatives_filter_dropdown_list {
    border-radius: 6px;
  }

  .our_initiatives_filter_dropdown_list.w--open {
    max-height: 270px;
  }

  .header_right_dropdown_link {
    padding: 9px;
    line-height: 15.6px;
  }

  .our_initiatives_title_row {
    grid-column-gap: 18px;
    grid-row-gap: 9px;
    margin-top: -18px;
  }

  .our_initiatives_title_text {
    font-size: 30px;
    line-height: 33.6px;
  }

  .our_initiatives_title_location {
    letter-spacing: .66px;
    margin-bottom: 6px;
    padding-bottom: 2.4px;
    font-size: 13.2px;
    line-height: 16.8px;
  }

  .our_initiatives_grid_left {
    padding-top: 18px;
    padding-right: 0;
  }

  .our_initiatives_grid_left_btn {
    height: 24px;
    font-size: 15px;
    line-height: 15px;
  }

  .our_initiatives_grid_left_btn.same_year {
    margin-top: -24px;
  }

  .our_initiatives_grid_container_in {
    padding-top: 6px;
    display: block;
  }

  .generic_card_larger_shadow {
    inset: 24px -12px -12px;
  }

  .generic_card_larger_shadow_in {
    height: 60px;
  }

  .generic_card_larger_text {
    font-size: 18px;
    line-height: 27px;
  }

  .our_initiatives_tabs_menu {
    grid-column-gap: 4.8px;
    grid-row-gap: 4.8px;
    padding-top: 4.8px;
  }

  .our_initiatives_tab_link {
    border-radius: 6px;
    padding: 3.6px 12px 4.8px;
    font-size: 13.2px;
    line-height: 16.8px;
  }

  .third_lv_title {
    font-size: 24px;
    line-height: 28.8px;
  }

  .third_lv_banner_container_in {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 90px;
    padding-bottom: 24px;
  }

  .third_lv_breadcrumb_row {
    grid-column-gap: 4.8px;
    letter-spacing: .48px;
    padding-bottom: 4.8px;
    line-height: 19.2px;
  }

  .third_lv_gallery_tabs_menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 12px;
  }

  .third_lv_gallery_tab_link {
    width: 45px;
    height: 45px;
  }

  .third_lv_gallery_tab_link.w--current {
    border-width: 3.6px;
  }

  .third_lv_content {
    font-size: 14.4px;
    line-height: 23.4px;
  }

  .point_form_dot {
    width: 4.8px;
    height: 4.8px;
    margin-top: 24px;
    margin-right: 7.2px;
  }

  .third_lv_info_row {
    grid-column-gap: 18px;
    grid-row-gap: 2.4px;
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .third_lv_gallery_tabs_content {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .third_lv_gallery_img_text {
    padding-top: 10.2px;
    padding-bottom: 12px;
    font-size: 13.2px;
    line-height: 18.6px;
  }

  .third_lv_table_container {
    padding-top: 12px;
  }

  .third_lv_table_row {
    padding-top: 9px;
    padding-bottom: 10.8px;
    line-height: 19.8px;
  }

  .third_lv_table_left {
    width: 60%;
    padding-right: 18px;
  }

  .third_lv_logo_container {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .third_lv_logo_title {
    padding-top: 24px;
  }

  .third_lv_logo_img {
    height: 48px;
  }

  .media_library_listing_container {
    margin-top: -36px;
  }

  .media_library_listing_trigger_btn {
    padding-top: 15px;
    padding-bottom: 18.6px;
    font-size: 27px;
    line-height: 31.8px;
  }

  .media_library_listing_trigger_btn_icon {
    width: 30px;
    height: 30px;
    margin-bottom: -1.8px;
    margin-right: 12px;
  }

  .media_library_listing_trigger_btn_icon_line1 {
    height: 1.8px;
    margin-top: -.9px;
    left: 6px;
    right: 6px;
  }

  .media_library_listing_trigger_btn_icon_line2 {
    width: 1.8px;
    margin-left: -.9px;
    top: 6px;
    bottom: 6px;
  }

  .media_library_listing_line_corner {
    width: 30px;
  }

  .media_library_listing_block_in {
    padding-left: 24px;
  }

  .press_release_listing_item_block {
    width: 100%;
    padding-right: 0;
  }

  .press_release_listing_item_btn {
    padding: 12px 12px 24px;
  }

  .press_release_listing_item_text {
    padding-top: 18px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .press_release_listing_item_arrow {
    font-size: 9.6px;
  }

  .third_lv_gallery_thumbnail_video_icon {
    width: 20px;
  }

  .press_release_filter_left {
    padding-bottom: 1.8px;
    padding-right: 9px;
  }

  .press_release_listing_container {
    grid-row-gap: 12px;
  }

  .media_library_section_title {
    font-size: 27px;
    line-height: 31.8px;
  }

  .latest_press_release_container {
    padding-top: 18.6px;
  }

  .latest_press_release_btn {
    padding: 12px 12px 24px;
    display: block;
  }

  .latest_press_release_container_in {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .latest_press_release_more_btn_row {
    padding-top: 24px;
  }

  .latest_press_release_btn_text {
    width: 100%;
    padding: 18px 9px 0;
  }

  .gallery_intro_left {
    padding-bottom: 24px;
  }

  .gallery_intro_text {
    padding-top: 14.4px;
    font-size: 18px;
    line-height: 27px;
  }

  .gallery_intro_btn_row {
    padding-top: 21px;
  }

  .menu_2nd_lv_block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 1.8px;
  }

  .menu_2nd_lv_btn {
    font-size: 14.4px;
    line-height: 23.4px;
  }

  .menu_2nd_lv_dot {
    width: 4.8px;
    height: 4.8px;
    margin-right: 7.2px;
  }

  .gallery_grid_container {
    grid-row-gap: 9px;
    padding-right: 9px;
  }

  .gallery_grid_block {
    padding-right: 9px;
  }

  .our_initiatives_filter_dropdown_link, .header_right_dropdown_link_opt2 {
    padding: 9px;
    line-height: 15.6px;
  }
}

#w-node-_54fa7773-8e1a-bfad-0030-48b75583a0a2-fe1e1614, #w-node-_3d02105a-9d22-c701-c73c-659b6c60c23a-fe1e1614, #w-node-_54fa7773-8e1a-bfad-0030-48b75583a0a2-02ec90f0, #w-node-_3d02105a-9d22-c701-c73c-659b6c60c23a-02ec90f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b0884f5-0e00-969a-5386-80acaba416b3-7717cb85 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_772893c0-d88b-1af3-66ae-757bc2310392-7717cb85, #w-node-_381f1cb5-2dfd-a09f-8b2c-fe5b7757ef48-7717cb85, #w-node-_7b624c97-fb71-f47c-de8e-5c8ed2a3e6a5-7717cb85, #w-node-d0a7de79-aaa9-6aed-a455-ac9fec411887-7717cb85, #w-node-b9ee7795-088f-2a2a-f442-028ea3bd7a2a-7717cb85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64e67e0c-9568-90ec-c56d-21b63cd45e8a-7717cb85 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_59777c1b-dbe2-5e0f-2b54-6393027b9c3f-7717cb85, #w-node-_1f08506d-8bda-d72a-0551-d021386a1846-7717cb85, #w-node-_1b8ee146-9509-2715-9481-0fca59e30948-7717cb85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_772893c0-d88b-1af3-66ae-757bc2310392-7717cb85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_772893c0-d88b-1af3-66ae-757bc2310392-7717cb85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


table {
  width: 100%;
  padding-top: 18px;
}

/* Apply styles to all table rows */
table td {
  border-bottom: 1px solid #7c35494d;
  padding-top: 12px;
  padding-bottom: 15px;
  line-height: 25.2px;
}

/* Apply styles to the first row of each table */
/* table tr:first-child {
  color: var(--burgundy);
  font-weight: 600;
} */


table.no-border, table.no-border td {
  border: 0 !important;
}

table.vertical_border, table.vertical_border td{
  border-right: 1px solid #7c35494d;
}

table td.border-left{
  border-left: 1px solid #7c35494d;
  padding-left: 0.5rem;
}
table td.border-left-bold{
  border-left: 3px solid #7c35494d;
  padding-left: 0.5rem;
}
table td.border-top{
  border-top: 1px solid #7c35494d;
}
table td.border-top-bold{
  border-top: 3px solid #7c35494d;
}
table td.border-right{
  border-right: 1px solid #7c35494d;
  padding-right: 0.5rem;
}
table td.border-right-bold{
  border-right: 3px solid #7c35494d;
  padding-right: 0.5rem;
}
table td.border-right +td,
table td.border-right-bold +td{
  padding-left: 0.5rem;
}
table td.border-bottom{
  border-bottom: 1px solid #7c35494d;
}
table td.border-bottom-bold{
  border-bottom: 3px solid #7c35494d;
}
table td.border-bottom-none{
  border-bottom: 0!important;
}

.our_initiatives_grid_block.large_card.init_card{
  grid-area: span 1 / span 2 / span 1 / span 2;
}