@charset "UTF-8";
/*@import "old-main.css";*/
/* break points */
/* fonts-sizes */
/* line-height */
/* color */
@-webkit-keyframes chartbar {
  0% {
    height: 0px;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@keyframes chartbar {
  0% {
    height: 0px;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}

@-webkit-keyframes chartname {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes chartname {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mask {
  0% {
    height: 68%;
  }
  100% {
    height: 0;
  }
}

@keyframes mask {
  0% {
    height: 68%;
  }
  100% {
    height: 0;
  }
}

@-webkit-keyframes chartpie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes chartpie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes moveup {
  0% {
    top: 30px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes moveup {
  0% {
    top: 30px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

body {
  margin: 0;
}

.text-bold {
  font-weight: 900;
}

a.hyper-link {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid #00a758;
}

a.hyper-link:hover {
  color: #00a758;
  text-decoration: none;
  border-bottom: none;
}

.container :lang(en) {
  font-family: 'Manulife JH Sans Regular', sans-serif;
}

.container :lang(zh) {
  font-family: 'Noto Sans TC Regular', sans-serif;
}

.container :lang(ja) {
  font-family: 'Noto Sans CJK JP Light', sans-serif;
}

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

.container p {
  margin: 0;
}

.container ul {
  margin: 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding-left: 80px;
}

.header :lang(en) {
  font-family: 'Manulife JH Sans Regular', sans-serif;
}

.header :lang(zh) {
  font-family: 'Noto Sans TC Regular', sans-serif;
}

.header :lang(ja) {
  font-family: 'Noto Sans CJK JP Light', sans-serif;
}

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

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .header {
    background: #34384b;
  }
}

.logo {
  background: #00a758;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .logo {
    width: 60px;
    height: 60px;
  }
}

.logo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  padding: 17px 0;
  padding-left: 40px;
}

.logo-name img {
  height: 36px;
  width: auto;
  margin: auto 0;
}

.logo-name img:lang(en) {
  height: 23px;
}

.logo-name img:lang(zh) {
  height: 36px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .logo-name {
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
  }
  .logo-name img {
    width: 90%;
  }
}

.lang-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
  font-size: 16px;
}

.lang-bar :lang(en) {
  font-family: 'Noto Sans TC Regular', sans-serif;
}

.lang-bar :lang(zh) {
  font-family: 'Manulife JH Sans Regular', sans-serif;
}

.lang-bar :lang(ja) {
  font-family: 'Noto Sans CJK JP Light', sans-serif;
}

.lang-bar span:hover {
  border-bottom: 2px solid #00a758;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .lang-bar {
    padding-right: 20px;
    color: #ffffff;
  }
  .lang-bar span:hover {
    border-bottom: none;
  }
}

.collapse-section {
  padding-top: 30px;
}

.footer {
  background: #292b3d;
  color: #8E90A2;
  padding-top: 30px;
  font-size: 14px;
}

.footer :lang(en) {
  font-family: 'Manulife JH Sans Regular', sans-serif;
}

.footer :lang(zh) {
  font-family: 'Noto Sans TC Regular', sans-serif;
}

.footer :lang(ja) {
  font-family: 'Noto Sans CJK JP Light', sans-serif;
}

.footer .note {
  padding: 30px 30px 0px 120px;
  line-height: 1.4;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .footer .note {
    padding-left: 15px;
    font-size: small;
  }
}

.footer .note ul {
  padding: 0px;
  padding-left: 25px;
  list-style-type: circle;
  list-style: disc;
}

.footer .note ul li {
  display: list-item;
}

.footer span, .footer p {
  font-size: small;
  line-height: 1.4;
}

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

.footer ul {
  margin: 0;
  list-style-type: none;
  padding: 30px 0 60px 120px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .footer ul {
    padding-left: 15px;
  }
}

.footer ul li {
  display: inline-block;
  padding-right: 20px;
}

.footer .copyright {
  background: #252737;
  padding: 30px 30px 30px 120px;
  margin: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .footer .copyright {
    padding-left: 20px;
  }
}

.tab-btns {
  font-size: 0;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 60px);
}

.tab-btns .tab-btn {
  width: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 20px;
  border: 2px solid #DBDBDB;
  color: #8E90A2;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .tab-btns .tab-btn {
    font-size: 18px;
    line-height: 22px;
  }
}

.tab-btns .tab-btn:first-child {
  margin-right: 10px;
}

.tab-btns .tab-btn.active {
  border-color: #00a758;
  color: #000000;
}

.tab-btns .tab-btn:hover {
  border-color: #00a758;
  background: #00a758;
  color: #ffffff;
}

.tab-btns.sticky {
  position: fixed;
  top: 0;
  background: #ffffff;
  padding: 15px 40px;
  z-index: 100;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .tab-btns {
    display: none;
  }
}

.tab-btn-mb {
  position: fixed;
  right: 0;
  bottom: -5px;
  z-index: 100;
  width: 25%;
}

.tab-btn-mb img {
  width: 100%;
}

.mobile {
  display: none !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .mobile {
    display: block !important;
  }
}

.desktop {
  display: block !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .desktop {
    display: none !important;
  }
}

.remark-mobile {
  display: none !important;
  font-size: 15px;
  line-height: 22px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .remark-mobile {
    display: inline-block !important;
  }
}

.remark-desktop {
  display: inline-block !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .remark-desktop {
    display: none !important;
  }
}

.clicklink {
  cursor: pointer;
}

/* noto-sans-tc-regular - latin_chinese-traditional */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://test.client.asia.manulifeam.com/campaign/fonts/zh/NotoSansTC-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Manulife JH Sans Light';
  src: url("../fonts/manulife-jh-sans-light.woff2") format("woff2"), url("https://test.client.asia.manulifeam.com/campaign/fonts/en/manulife-jh-sans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Manulife JH Sans Regular';
  src: url("../fonts/manulife-jh-sans-regular.woff2") format("woff2"), url("../fonts/manulife-jh-sans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Manulife JH Sans Bold';
  src: url("../fonts/manulife-jh-sans-bold.woff2") format("woff2"), url("../fonts/manulife-jh-sans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Manulife JH Serif Italic';
  src: url("../fonts/manulife-jh-serif-italic.woff2") format("woff2"), url("../fonts/manulife-jh-serif-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Noto Sans CJK JP Thin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://test.client.asia.manulifeam.com/campaign/fonts/ja/noto-sans-cjk-jp-thin.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans CJK JP Light';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://test.client.asia.manulifeam.com/campaign/fonts/ja/noto-sans-cjk-jp-light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans CJK JP Bold';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://test.client.asia.manulifeam.com/campaign/fonts/ja/noto-sans-cjk-jp-bold.otf") format("opentype");
}

/*----------- Start: main navigation ----------------*/
/* import navigation styles */
/* Skip Content */
a.skip-main {
  left: -999px;
  clip: rect(1px, 1px, 1px, 1px);
  position: fixed !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

a.skip-main:focus,
a.skip-main:active {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Navigation default styling */
.cmp-navigation-main,
.leftnavbar.navigation {
  position: fixed;
  height: 100%;
  width: 80px;
  top: 0;
  left: 0;
  background-color: #34384b;
  overflow: hidden;
  z-index: 1002;
}

.cmp-navigation-main .cmp-navigation__logo,
.leftnavbar.navigation .cmp-navigation__logo {
  height: 80px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00a758;
}

.cmp-navigation-main .cmp-navigation__item--active > a,
.leftnavbar.navigation .cmp-navigation__item--active > a,
.cmp-navigation-main .cmp-navigation__item--hover > a,
.leftnavbar.navigation .cmp-navigation__item--hover > a,
.cmp-navigation-main .cmp-navigation__item:hover > a,
.leftnavbar.navigation .cmp-navigation__item:hover > a {
  opacity: 1 !important;
}

.cmp-navigation-main .cmp-navigation__item--faded > a,
.leftnavbar.navigation .cmp-navigation__item--faded > a {
  opacity: .4;
}

.cmp-navigation-main .cmp-navigation__item--level-0:nth-child(n+8),
.leftnavbar.navigation .cmp-navigation__item--level-0:nth-child(n+8) {
  display: none;
}

@media (min-width: 768px) {
  .cmp-navigation-main > .cmp-navigation > .cmp-navigation__group > .cmp-navigation__item > a:focus,
  .leftnavbar.navigation > .cmp-navigation > .cmp-navigation__group > .cmp-navigation__item > a:focus {
    background-color: #282b3e;
    color: #ffffff;
    opacity: 1 !important;
    outline: 0;
  }
}

.cmp-navigation {
  -webkit-transition: opacity 250ms ease 0s;
  -o-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}

.cmp-navigation .cmp-navigation__group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cmp-navigation .cmp-navigation__group {
  position: relative;
}

.cmp-navigation .cmp-navigation__item {
  text-align: center;
  border-bottom: solid 1px #2f3246;
  height: 80px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .cmp-navigation-main > .cmp-navigation > .cmp-navigation__group > .cmp-navigation__item--hover,
  .cmp-navigation-main > .cmp-navigation > .cmp-navigation__group > .cmp-navigation__item:hover {
    background-color: #282b3e;
    color: #ffffff;
  }
  .cmp-navigation-main > .cmp-navigation > .cmp-navigation__group > .cmp-navigation__item--active {
    background-color: #1a1c28;
    color: #ffffff;
  }
}

.cmp-navigation .cmp-navigation__item--level-0 .cmp-navigation__group {
  display: none;
}

.cmp-navigation .cmp-navigation__item-link {
  padding: 10px 0;
  color: #ffffff;
  font-size: 0.75rem;
  display: block;
  text-decoration: none;
}

.cmp-navigation .cmp-navigation__item-link :lang(en) {
  font-family: 'Manulife JH Sans Regular', sans-serif;
}

.cmp-navigation .cmp-navigation__item-link :lang(zh) {
  font-family: 'Noto Sans TC Regular', sans-serif;
}

.cmp-navigation .cmp-navigation__item-link :lang(ja) {
  font-family: 'Noto Sans CJK JP Light', sans-serif;
}

.cmp-navigation .cmp-navigation__item-link img,
.cmp-navigation .cmp-navigation__item-link svg {
  display: block;
  margin: 0 auto 10px;
}

.cmp-navigation .cmp-navigation__item-link .cmp-navigation__nav-icon--mob {
  display: none;
}

/* Phone breakpoint */
@media (max-width: 768px) {
  .cmp-navigation-main,
  .cmp-navigation-main .cmp-navigation__logo {
    display: none;
  }
  .cmp-navigation .cmp-navigation__item-link .cmp-navigation__nav-icon {
    display: none;
  }
  .cmp-navigation .cmp-navigation__item-link .cmp-navigation__nav-icon--mob {
    display: inline-block;
  }
}

.cmp-navigation__sub- {
  position: fixed;
  top: 0;
  left: -310px;
  width: 310px;
  height: 100%;
  border-right: 1px solid #ededed;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  padding-bottom: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cmp-navigation__submenu.is-openMenu {
  left: 80px !important;
}

.cmp-navigation__submenu .cmp-navigation__submenu-logo {
  position: fixed;
  width: 310px;
  height: 80px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  background: #fff;
  z-index: 1000;
}

.cmp-navigation__submenu .cmp-navigation__submenu-logo:before {
  content: '';
  /*  background: url('../fonts/manulife-logo.svg') no-repeat center; */
  background-size: 100%;
  background-position: 0 center;
  width: 114px;
  height: 26px;
  display: block;
}

.cmp-navigation__submenu .cmp-navigation__submenu-logo.has-logo::before {
  display: none;
}

.cmp-navigation__submenu .cmp-navigation > .cmp-navigation__group {
  display: block;
  margin-top: 80px;
}

.cmp-navigation__submenu .cmp-navigation > .cmp-navigation__group ~ .cmp-navigation__group {
  display: none;
}

.cmp-navigation__submenu .cmp-navigation__group {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item {
  text-align: left;
  padding: 0 40px;
  border-bottom: 1px solid #ededed;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  min-height: 80px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item:before {
  content: '';
  height: 100%;
  width: 0;
  background-color: #fafafa;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--active {
  border-left: 8px solid #00A758;
  border-bottom: 0;
  padding-left: 32px;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--active:before {
  border-bottom: 1px solid #ededed;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--active {
  background-color: #ffffff;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--active:before {
  width: 100%;
}

@media (min-width: 1025px) {
  .cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item:hover {
    background-color: #ffffff;
  }
  .cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item:hover:before {
    width: 100%;
  }
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--custom {
  border: 0;
  height: auto;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--custom:hover:before {
  width: 0 !important;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--custom--content p {
  margin-top: 20px;
  font-size: 26px !important;
  font-weight: 300 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #34384b;
  position: relative;
  white-space: normal;
  text-align: left;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--custom--content a {
  min-width: 150px;
  height: 60px;
  padding: 17px 20px 17px 20px;
  background-color: rgba(255, 93, 85, 0);
  font-size: 0.875rem;
  line-height: 1.43;
  border: solid 2px #dc5a44;
  color: #202336;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--custom--content a:hover {
  background-color: #dc5a44;
  color: #ffffff;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--custom--content a[href^=tel] {
  text-align: left;
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  line-height: 1.46;
  font-size: 26px;
  font-weight: bold;
  border: 0;
  outline: 0;
  width: 100%;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item-link {
  color: #34384b;
  font-size: 1rem;
  line-height: 24px;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item-link img,
.cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item-link svg {
  display: none;
}

/* Phone breakpoint */
@media (max-width: 768px) {
  .cmp-navigation .cmp-navigation__group {
    margin-top: 0 !important;
  }
}

/* Desktop breakpoint */
@media (min-width: 1025px) {
  .cmp-navigation__submenu .has-secondary {
    top: 80px;
  }
  .cmp-navigation__submenu .has-secondary .cmp-navigation__submenu-logo {
    display: none;
  }
}

/* Large Desktop breakpoint */
@media (min-width: 1920px) {
  .cmp-navigation__submenu {
    left: -350px;
    width: 350px;
  }
  .cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item {
    padding: 0 60px;
  }
  .cmp-navigation__submenu .cmp-navigation__group .cmp-navigation__item--active {
    padding-left: 52px;
  }
  .cmp-navigation__submenu .cmp-navigation__submenu-logo {
    padding-left: 60px;
    width: 350px;
  }
}

/* Tablet breakpoint */
@media (min-width: 769px) {
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group {
    display: none;
    width: 100%;
    position: fixed;
    top: 80px;
    left: 80px;
    width: 310px;
    height: 100%;
    border-right: 1px solid #ededed;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    padding-bottom: 160px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item {
    border-bottom: 1px solid #ededed;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item:before {
    content: '';
    height: 100%;
    width: 0;
    background-color: #fafafa;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--active {
    border-left: 8px solid #00A758;
    border-bottom: 0;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--active:before {
    border-bottom: 1px solid #ededed;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--active > a {
    padding-left: 32px;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--active,
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item:hover {
    background-color: #ffffff;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--active:before,
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item:hover:before {
    width: 100%;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item-link {
    color: #34384b;
    font-size: 1rem;
    line-height: 24px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    padding: 0 40px;
    outline: 0;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item-link:before {
    content: '';
    height: 100%;
    width: 0;
    background-color: #fafafa;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item-link:focus {
    color: #34384b;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item-link:focus:before {
    width: 100%;
  }
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item-link img,
  .cmp-navigation-main .cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item-link svg {
    display: none;
  }
  .cmp-navigation-main .cmp-navigation__item--level-1 .cmp-navigation__group {
    left: 0 !important;
    top: 0;
    overflow: hidden;
  }
}

.cmp-navigation__secondary {
  padding: 0;
  position: fixed;
  top: 0;
  left: 80px;
  bottom: 0;
  width: 310px !important;
  border-right: solid 1px #ededed;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}

.cmp-navigation__secondary.cq-Editable-dom {
  padding: 0 !important;
}

.cq-Editable-dom .cmp-navigation__secondary {
  padding: 0 12px 1.25rem 0;
  top: 30px;
}

.cmp-navigation__secondary .navigation {
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  margin-left: 0 !important;
  padding: 0;
  overflow-y: auto;
}

.cmp-navigation__secondary .cmp-navigation.cmp-navigation--withback {
  margin-top: -80px;
}

.cmp-navigation__secondary .cmp-navigation > .cmp-navigation__group {
  display: block;
  overflow: auto;
}

.cmp-navigation__secondary .cmp-navigation > .cmp-navigation__group ~ .cmp-navigation__group {
  display: none;
}

.cmp-navigation__secondary .cmp-navigation__submenu-logo {
  position: fixed;
  top: 0;
  width: 310px;
  height: 80px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  background: #ffffff;
  z-index: 1000;
}

.cmp-navigation__secondary .cmp-navigation__submenu-logo:before {
  content: '';
  /*  background: url('../fonts/manulife-logo.svg') no-repeat center; */
  background-size: 84%;
  background-position: 0 center;
  width: 114px;
  height: 22px;
  display: block;
}

.cmp-navigation__secondary .cmp-navigation__submenu-logo.has-logo::before {
  display: none;
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group,
.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group {
  position: relative;
  background-color: white;
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item {
  padding: 0 40px;
  text-align: left;
  border-bottom: 1px solid #ededed;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item:before {
  content: '';
  height: 100%;
  width: 0;
  background-color: #fafafa;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item--active {
  border-left: 8px solid #00a758;
  border-bottom: 0;
  padding-left: 32px;
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item--active:before {
  border-bottom: 1px solid #ededed;
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item--active {
  background-color: #ffffff;
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item--active:before {
  width: 100%;
}

@media (min-width: 1025px) {
  .cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item:hover {
    background-color: #ffffff;
  }
  .cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item:hover:before {
    width: 100%;
  }
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item-link {
  color: #34384b;
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item-link img,
.cmp-navigation__secondary .cmp-navigation__single .cmp-navigation__group .cmp-navigation__item-link svg {
  display: none;
}

.cmp-navigation__secondary .cmp-navigation__multi > .cmp-navigation__group {
  margin-top: 80px;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group {
  width: 100%;
  height: 100%;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item {
  padding: 0;
  display: block;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  /* ensure .cmp-navigation__item-link has position: relative, and is the same size as the parent li */
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item:before {
  content: '';
  height: 100%;
  width: 0;
  background-color: #fafafa;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 {
  border-bottom: 1px solid #ededed;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item:not(.cmp-navigation__item--level-0) {
  border: none;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item:not(.cmp-navigation__item--level-0) .cmp-navigation__item-link::before,
.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--active .cmp-navigation__item-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: '';
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item:not(.cmp-navigation__item--level-0) .cmp-navigation__item-link::before {
  content: "\25AA";
  left: 40px;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--active > .cmp-navigation__item-link::after {
  content: '';
  background: url("../fonts/arrow-right-green.svg") no-repeat center/6px 10px;
  right: 15px;
  width: 10px;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--active {
  border-left: 8px solid #00a758;
  border-bottom: 0;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--active:not(.cmp-navigation__item--level-0) .cmp-navigation__item-link::before {
  color: #00bf66;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--active.cmp-navigation__item--level-0:before {
  border-bottom: 1px solid #ededed;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--hover:not(.cmp-navigation__item--level-0) > .cmp-navigation__item-link::before {
  color: inherit;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--active {
  background-color: #ffffff;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--active:before {
  width: 100%;
}

@media (min-width: 1025px) {
  .cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--hover {
    background-color: #ffffff;
  }
  .cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--hover:before {
    width: 100%;
  }
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--active.cmp-navigation__item--active-parent.cmp-navigation__item--level-0:before {
  width: 0;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--active.cmp-navigation__item--active-parent.cmp-navigation__item--level-0 > .cmp-navigation__item-link::after {
  display: none;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--hover:before {
  width: 100% !important;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--level-0.cmp-navigation__item {
  height: 100%;
  min-height: 80px;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__group {
  display: block;
  height: 100%;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item-link {
  color: #34384b;
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item-link img,
.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item-link svg {
  display: none;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item-link {
  padding-left: 60px;
  padding-right: 40px;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--level-0 > .cmp-navigation__item-link {
  height: 80px;
  padding-left: 40px;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--level-0.cmp-navigation__item--haschildren > .cmp-navigation__item-link {
  height: 50px;
}

.cmp-navigation__secondary .cmp-navigation__multi .cmp-navigation__group .cmp-navigation__item--level-0.cmp-navigation__item--active > .cmp-navigation__item-link {
  padding-left: 32px;
}

.cmp-navigation__secondary .cmp-navigation__item--back {
  margin-top: 80px;
  height: 60px;
  padding-left: 40px;
}

.cmp-navigation__secondary .cmp-navigation__item--back a {
  display: block;
}

/* Tablet breakpoint */
@media (max-width: 1024px) {
  .cmp-navigation__secondary {
    display: none !important;
  }
}

/* Large Desktop breakpoint */
@media (min-width: 1920px) {
  .cmp-navigation__secondary {
    width: 350px !important;
  }
  .cmp-navigation__secondary .cmp-navigation__group .cmp-navigation__item {
    padding: 0 60px;
  }
  .cmp-navigation__secondary .cmp-navigation__group .cmp-navigation__item--active {
    padding-left: 52px;
  }
  .cmp-navigation__secondary .cmp-navigation__group .cmp-navigation__item:before {
    background-position: 60px;
  }
  .cmp-navigation__secondary .cmp-navigation__submenu-logo {
    padding-left: 60px;
    width: 350px;
  }
}

#cmp-navigation__mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #34384b;
  min-width: 320px;
  z-index: 1005;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}

#cmp-navigation__mobile .cmp-navigation__mobile-home img {
  max-width: none;
}

#cmp-navigation__mobile .cmp-navigation__mobile-logo {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  height: auto;
}

#cmp-navigation__mobile .cmp-navigation__mobile-logo .mobile-logo {
  margin-left: 20px;
  display: none;
  height: 19px;
}

#cmp-navigation__mobile .cmp-navigation__mobile-logo:lang(en):before {
  content: '';
  float: left;
  height: 25px;
  width: 100%;
  background: url("../fonts/name_white.svg") no-repeat center;
  background-position: 20px;
  margin-left: 0;
  background-size: 240px;
}

#cmp-navigation__mobile .cmp-navigation__mobile-logo:lang(zh):before {
  content: '';
  float: left;
  height: 32px;
  width: 100%;
  background: url("../fonts/name_white.svg") no-repeat center;
  background-position: 20px;
  margin-left: 0;
  background-size: 220px;
  margin-top: -5px;
}

#cmp-navigation__mobile .cmp-navigation__mobile-logo:lang(ja):before {
  content: '';
  float: left;
  height: 32px;
  width: 100%;
  background: url("../fonts/name_white.svg") no-repeat center;
  background-position: 20px;
  margin-left: 0;
  background-size: 220px;
  margin-top: -5px;
}

#cmp-navigation__mobile .cmp-navigation__mobile-logo.has-logo:before {
  display: none;
}

#cmp-navigation__mobile .cmp-navigation__mobile-logo .mobile-logo {
  height: auto;
  max-width: 160px;
}

#cmp-navigation__mobile .cmp-navigation__mobile-logo.has-logo .mobile-logo {
  display: inline-block;
}

#cmp-navigation__mobile .cmp-navigation__mobile-icons {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

#cmp-navigation__mobile .cmp-navigation__mobile-user,
#cmp-navigation__mobile .cmp-navigation__mobile-menu {
  width: 20px;
  height: 20px;
  border-left: solid 1px #282b3e;
}

#cmp-navigation__mobile .cmp-navigation__mobile-user {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#cmp-navigation__mobile .cmp-navigation__mobile-user img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cmp-navigation__mobile .cmp-navigation__mobile-menu {
  margin: 0px;
  padding: 20px;
  text-align: center;
}

#cmp-navigation__mobile .cmp-navigation__mobile-menu span {
  position: relative;
  display: block;
  height: 2px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: #ffffff;
  -webkit-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  top: 9px;
}

#cmp-navigation__mobile .cmp-navigation__mobile-menu span:before,
#cmp-navigation__mobile .cmp-navigation__mobile-menu span:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 0px;
  left: 0px;
  display: block;
  height: 2px;
  background: #ffffff;
  -webkit-transition: top 500ms ease 500ms, transform 500ms ease;
  -o-transition: top 500ms ease 500ms, transform 500ms ease;
  -webkit-transition: top 500ms ease 500ms, -webkit-transform 500ms ease;
  transition: top 500ms ease 500ms, -webkit-transform 500ms ease;
  transition: top 500ms ease 500ms, transform 500ms ease;
  transition: top 500ms ease 500ms, transform 500ms ease, -webkit-transform 500ms ease;
}

#cmp-navigation__mobile .cmp-navigation__mobile-menu span:before {
  top: -7px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

#cmp-navigation__mobile .cmp-navigation__mobile-menu span:after {
  top: 7px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.cmp-navigation--mob {
  min-height: 60px;
  height: auto;
  background: #fafafa;
  display: block;
  padding: 0;
}

.cmp-navigation--mob ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cmp-navigation--mob__listItem {
  display: block;
  padding-top: 20px;
  min-height: 60px;
  font-size: 13px;
  line-height: 18px;
  color: #282b3e;
  padding: 20px;
}

.cmp-navigation--mob__listItem:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group {
  width: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group > li {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group .cmp-languagenavigation--mob__items {
  width: 69px;
  line-height: 13px;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group .cmp-languagenavigation--mob__items a {
  color: #282b3e;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group .cmp-languagenavigation--mob__items .cmp-languagenavigation__item > .cmp-languagenavigation__group {
  display: none;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group .cmp-languagenavigation--mob__items .cmp-languagenavigation__group {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group .cmp-languagenavigation--mob__items .cmp-languagenavigation__group li {
  width: 50%;
  position: relative;
  text-align: right;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group .cmp-languagenavigation--mob__items .cmp-languagenavigation__group li a {
  color: #282b3e;
  text-transform: capitalize;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group .cmp-languagenavigation--mob__items .cmp-languagenavigation__group li:first-child {
  text-align: left;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group .cmp-languagenavigation--mob__items .cmp-languagenavigation__group li:first-child:after {
  content: '';
  height: 13px;
  width: 3px;
  position: absolute;
  border-right: 1px solid #8E90A2;
  right: 0;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__group .cmp-languagenavigation--mob__items .cmp-languagenavigation__group li:nth-child(n+3) {
  display: none;
}

.cmp-navigation--mob .cmp-languagenavigation--mob__item-dropdown {
  margin-left: 0;
}

.cmp-navigation--mob .icon-dropdown::before {
  content: '';
  background: url("../fonts/arrow-right-navy.svg") no-repeat center;
  background-size: 6px;
  width: 6px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 5px;
}

@media (min-width: 769px) {
  #cmp-navigation__mobile,
  .cmp-navigation--mob {
    display: none;
  }
  .root.container-inner-full {
    padding: 80px 0 0;
  }
}

/* Phone breakpoint */
@media (max-width: 768px) {
  .cmp-navigation-main,
  .cmp-navigation__submenu {
    height: 100%;
    width: 100%;
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(100vw, 0px, 0px);
            transform: translate3d(100vw, 0px, 0px);
    visibility: hidden;
    padding-bottom: 60px;
    background-color: #ffffff;
  }
  .cmp-navigation-main:before,
  .cmp-navigation__submenu:before,
  .cmp-navigation-main .cmp-navigation__submenu-logo,
  .cmp-navigation__submenu .cmp-navigation__submenu-logo {
    display: none;
  }
  .cmp-navigation-main .cmp-navigation,
  .cmp-navigation__submenu .cmp-navigation {
    border-top: 1px solid #ededed;
  }
  .cmp-navigation-main {
    display: block;
    z-index: 1003;
    margin-top: 60px;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item {
    height: 70px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
    position: relative;
    padding: 0;
    text-align: left;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item:after {
    content: '';
    height: 100%;
    width: 0;
    background-color: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item--active {
    border-left: 8px solid #00a758;
    border-bottom: 0;
    background-color: #ffffff;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item--active:after {
    border-bottom: 1px solid #ededed;
    width: 100%;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item--active .cmp-navigation__item-link svg,
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item--active .cmp-navigation__item-link img {
    margin-left: 12px;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item-link {
    color: #34384b;
    font-size: 1rem;
    line-height: 16px;
    opacity: 1;
    z-index: 1;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item-link img,
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item-link svg {
    margin: 25px 20px;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item-link span {
    position: absolute;
    padding: 27px 0;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item--level-0 > .cmp-navigation__group {
    display: block;
    z-index: 1;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item--level-0 > .cmp-navigation__group:before {
    content: '';
    height: 10px;
    width: 6px;
    position: absolute;
    top: 30px;
    right: 20px;
    background: url("../fonts/arrow-right-dark.svg") no-repeat center;
    background-size: 6px;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item--level-0 > .cmp-navigation__group li {
    display: none;
  }
  .cmp-navigation-main .cmp-navigation .cmp-navigation__item--level-0.cmp-navigation__item--active .cmp-navigation__group::before {
    background: url("../fonts/arrow-right-green.svg") no-repeat center;
  }
  .cmp-navigation__submenu {
    z-index: 1004;
    padding-top: 60px;
  }
  .cmp-navigation__submenu > div {
    display: block;
    height: 70px;
    width: 100%;
  }
  .cmp-navigation__submenu > div:before {
    content: 'Back';
    /*    background: url('../fonts/icon-back.svg') no-repeat center; */
    background-size: 20px;
    height: 70px;
    background-position: 20px;
    cursor: pointer;
    color: #202336;
    font-size: 1rem;
    font-weight: 600;
    line-height: 29px;
    display: block;
    padding: 22px 50px;
  }
  .cmp-navigation__submenu .cmp-navigation .cmp-navigation__item {
    padding-left: 50px;
    min-height: 70px;
  }
  .cmp-navigation__submenu .cmp-navigation .cmp-navigation__item--active {
    padding-left: 42px;
  }
  .cmp-navigation__submenu .cmp-navigation .cmp-navigation__item-link {
    color: #34384b;
    font-size: 1rem;
    line-height: 16px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  body.isOpenMenu {
    overflow: hidden;
  }
  body.isOpenMenu .cmp-navigation-main,
  body.isOpenMenu .cmp-navigation__submenu {
    -webkit-transition: transform 1000ms ease, visibility 1000ms linear;
    -o-transition: transform 1000ms ease, visibility 1000ms linear;
    -webkit-transition: visibility 1000ms linear, -webkit-transform 1000ms ease;
    transition: visibility 1000ms linear, -webkit-transform 1000ms ease;
    transition: transform 1000ms ease, visibility 1000ms linear;
    transition: transform 1000ms ease, visibility 1000ms linear, -webkit-transform 1000ms ease;
  }
  body.isOpenMenu.activeSubmenu .cmp-navigation-main {
    visibility: hidden;
  }
  body.isOpenMenu.activeSubmenu .cmp-navigation__submenu {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    visibility: visible;
  }
  body.isOpenMenu #cmp-navigation__mobile .cmp-navigation__mobile-menu {
    background-color: #1a1c28;
  }
  body.isOpenMenu #cmp-navigation__mobile .cmp-navigation__mobile-menu span {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: transform 500ms ease 500ms;
    -o-transition: transform 500ms ease 500ms;
    -webkit-transition: -webkit-transform 500ms ease 500ms;
    transition: -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  body.isOpenMenu #cmp-navigation__mobile .cmp-navigation__mobile-menu span:before,
  body.isOpenMenu #cmp-navigation__mobile .cmp-navigation__mobile-menu span:after {
    top: 0px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 500ms ease, transform 500ms ease 500ms;
    -o-transition: top 500ms ease, transform 500ms ease 500ms;
    -webkit-transition: top 500ms ease, -webkit-transform 500ms ease 500ms;
    transition: top 500ms ease, -webkit-transform 500ms ease 500ms;
    transition: top 500ms ease, transform 500ms ease 500ms;
    transition: top 500ms ease, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  body.isOpenMenu .cmp-navigation-main {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    visibility: visible;
  }
  body.closingMenu .cmp-navigation-main,
  body.closingMenu .cmp-navigation__submenu {
    -webkit-transform: translate3d(100vw, 0px, 0px);
            transform: translate3d(100vw, 0px, 0px);
    visibility: hidden;
  }
  .root.container-inner-full {
    padding: 60px 0px 0px;
  }
}

.nav-body-text {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #34384b;
}

.nav-body-text-itallic {
  font-weight: normal;
  font-style: italic;
}

.goal-nav-body-container {
  z-index: 1;
  padding: 30px 0;
}

.goal-nav-body-container p {
  margin: 0 0 10px 0;
}

.goal-nav-body-container p:last-of-type {
  margin: 0 0;
}

.goal-link {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #333333;
  padding-left: 5px;
}

@media (min-width: 1024px) {
  .nav-sub-menu {
    display: table-cell !important;
  }
}

.nav-sub-menu div {
  position: relative;
}

/*----------- End: main navigation ------------------*/
/*------------ Start: header ------------------------*/
.header {
  height: 80px;
}

@media only screen and (max-width: 768px) {
  .header {
    opacity: 0;
    height: 60px;
  }
}

/*------------ End: header --------------------------*/
@media only screen and (max-width: 768px) {
  .invest-mobile-lang-selector {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .invest-mobile-lang-selector li {
    display: block;
    min-height: 60px;
    padding: 20px;
    font-size: 1rem;
    line-height: 16px;
    color: #34384b;
  }
  .invest-mobile-lang-selector .mobile-languages {
    cursor: pointer;
    outline: 0;
  }
  #mobile-language-dropdown {
    margin: 0;
    border: 0;
    background-color: inherit;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    color: #2f3246;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

.home-bgcolor {
  background-color: #f6f6f6;
}

.mim-home-green {
  background-color: #03a658;
  color: #fff;
}

.mim-white {
  background-color: #fff;
  color: #000000;
}

.mim-white-dim {
  background-color: #fafafa;
  color: #000000;
}

.mim-white-footer {
  background-color: #ededed;
  color: #000000;
}

.mim-green {
  background-color: #03a756;
  color: #fff;
}

.mim-green a:link, .mim-green a:visited {
  color: #fff;
}

.mim-green .mim-section-color {
  color: #03a756;
}

.mim-green .mim-white a:link, .mim-green .mim-white a:visited, .mim-green .mim-white-dim a:link, .mim-green .mim-white-dim a:visited, .mim-green .mim-white-footer a:link, .mim-green .mim-white-footer a:visited {
  color: #03a756;
}

.mim-blue {
  background-color: #0000c1;
  color: #fff;
}

.mim-blue a:link, .mim-blue a:visited {
  color: #fff;
}

.mim-blue .mim-section-color {
  color: #0000c1;
}

.mim-blue .mim-white a:link, .mim-blue .mim-white a:visited, .mim-blue .mim-white-dim a:link, .mim-blue .mim-white-dim a:visited, .mim-blue .mim-white-footer a:link, .mim-blue .mim-white-footer a:visited {
  color: #0000c1;
}

.mim-cyan {
  background-color: #06C7BA;
  color: #fff;
}

.mim-cyan a:link, .mim-cyan a:visited {
  color: #fff;
}

.mim-cyan .mim-section-color {
  color: #06C7BA;
}

.mim-cyan .mim-white a:link, .mim-cyan .mim-white a:visited, .mim-cyan .mim-white-dim a:link, .mim-cyan .mim-white-dim a:visited, .mim-cyan .mim-white-footer a:link, .mim-cyan .mim-white-footer a:visited {
  color: #06C7BA;
}

.mim-purple {
  background-color: #361558;
  color: #fff;
}

.mim-purple a:link, .mim-purple a:visited {
  color: #fff;
}

.mim-purple .mim-section-color {
  color: #361558;
}

.mim-purple .mim-white a:link, .mim-purple .mim-white a:visited, .mim-purple .mim-white-dim a:link, .mim-purple .mim-white-dim a:visited, .mim-purple .mim-white-footer a:link, .mim-purple .mim-white-footer a:visited {
  color: #361558;
}

.mim-orange {
  background-color: #f49800;
  color: #fff;
}

.mim-orange a:link, .mim-orange a:visited {
  color: #fff;
}

.mim-orange .mim-section-color {
  color: #f49800;
}

.mim-orange .mim-white a:link, .mim-orange .mim-white a:visited, .mim-orange .mim-white-dim a:link, .mim-orange .mim-white-dim a:visited, .mim-orange .mim-white-footer a:link, .mim-orange .mim-white-footer a:visited {
  color: #f49800;
}

.mim-pink {
  background-color: #ff7769;
  color: #fff;
}

.mim-pink a:link, .mim-pink a:visited {
  color: #fff;
}

.mim-pink .mim-section-color {
  color: #ff7769;
}

.mim-pink .mim-white a:link, .mim-pink .mim-white a:visited, .mim-pink .mim-white-dim a:link, .mim-pink .mim-white-dim a:visited, .mim-pink .mim-white-footer a:link, .mim-pink .mim-white-footer a:visited {
  color: #ff7769;
}

.mim-navy {
  background-color: #1b2634;
  color: #fff;
}

.mim-navy a:link, .mim-navy a:visited {
  color: #fff;
}

.mim-navy .mim-section-color {
  color: #ff7769;
}

.mim-navy .mim-white a:link, .mim-navy .mim-white a:visited, .mim-navy .mim-white-dim a:link, .mim-navy .mim-white-dim a:visited, .mim-navy .mim-white-footer a:link, .mim-navy .mim-white-footer a:visited {
  color: #ff7769;
}

.mim-turquoise {
  background-color: #9DF3ED;
  color: #fff;
}

.mim-turquoise a:link, .mim-turquoise a:visited {
  color: #fff;
}

.mim-turquoise .mim-section-color {
  color: #ff7769;
}

.mim-turquoise .mim-white a:link, .mim-turquoise .mim-white a:visited, .mim-turquoise .mim-white-dim a:link, .mim-turquoise .mim-white-dim a:visited, .mim-turquoise .mim-white-footer a:link, .mim-turquoise .mim-white-footer a:visited {
  color: #ff7769;
}

.mim-violet {
  background-color: #8877AB;
  color: #fff;
}

.mim-violet a:link, .mim-violet a:visited {
  color: #fff;
}

.mim-violet .mim-section-color {
  color: #ff7769;
}

.mim-violet .mim-white a:link, .mim-violet .mim-white a:visited, .mim-violet .mim-white-dim a:link, .mim-violet .mim-white-dim a:visited, .mim-violet .mim-white-footer a:link, .mim-violet .mim-white-footer a:visited {
  color: #ff7769;
}

.mim-inverse {
  background-color: #212434;
  color: #fff;
}

.mim-inverse a:link, .mim-inverse a:visited {
  color: #fff;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content .content-container {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  body > .content {
    position: relative;
    padding-left: 0;
  }
  body > .content .content-container {
    width: 100%;
  }
  .display-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .display-mobile {
    display: none !important;
  }
}

.mim-overview-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 850px;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
}

.mim-overview-inner-block {
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .mim-overview-inner-block {
    padding: 0;
  }
}

.mim-overview-section__heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.77px;
  margin-top: 80px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section__heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 30px 0px 10px;
    width: auto;
  }
}

.mim-overview-section__heading i {
  font-style: italic;
  font-size: 100%;
  font-weight: 400;
}

.mim-overview-section__heading i:lang(en) {
  font-family: 'Manulife JH Serif Italic', sans-serif;
}

.mim-overview-section__heading i:lang(zh) {
  font-family: 'Noto Sans TC Regular', sans-serif;
}

.mim-overview-section__heading i:lang(ja) {
  font-family: 'Noto Sans CJK JP Light', sans-serif;
}

.mim-overview-section__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% / 1.25);
      flex-basis: calc(100% / 1.25);
  background-color: #c2c3c9;
  max-width: calc(100% / 1.25);
  height: 660px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section__hero {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: none;
    max-height: 480px;
    width: 100%;
    height: 60vw;
  }
  .mim-overview-section__hero img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
  .mim-overview-section__hero .object-fit-polyfill-replaced {
    background-position: 50% 30%;
  }
  .mim-overview-section__hero .object-fit-polyfill {
    position: relative;
    height: 0;
    padding-bottom: 51.25%;
  }
}

.mim-overview-section__hero > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.mim-overview-section__hero > iframe {
  height: 100%;
}

.mim-overview-section__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mim-overview-section__hero .object-fit-polyfill-replaced {
  width: 100%;
  height: 100%;
}

.mim-overview-section__text {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -ms-flex-preferred-size: calc(100% * 2 / 3);
      flex-basis: calc(100% * 2 / 3);
  max-width: calc(100% * 2 / 3);
  padding-top: 100px;
  padding-right: 15px;
}

.mim-overview-section__text small {
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0px;
    padding-top: 0;
    max-width: 70%;
    padding-right: 0px;
  }
  .mim-overview-section__text small {
    font-size: 18px;
  }
}

.mim-overview-section__text a:link, .mim-overview-section__text a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}

.mim-overview-section {
  padding-left: 4vw;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mim-overview-section__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mim-overview-section--short .mim-overview-section__body {
    height: 474px;
  }
}

@media only screen and (max-width: 768px) {
  .mim-overview-section--short .mim-overview-section__hero {
    height: 474px;
  }
}

.mim-overview-section__icon {
  display: block;
  margin-bottom: 30px;
  font-size: 64px;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section__icon {
    margin: 30px 0;
    font-size: 36px;
  }
}

.mim-overview-section__description {
  font-size: 16px;
  line-height: 26px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 800px;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section__description {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    padding-top: 20px;
    margin: 30px 0 40px;
    width: auto;
  }
}

.mim-overview-section__link {
  font-size: 18px;
  line-height: 1.44;
  margin: 30px 0 40px;
}

.mim-overview-section__link a:link, .mim-overview-section__link a:visited {
  text-decoration: none;
  border-bottom: 0;
}

.mim-overview-section__link i {
  position: relative;
  top: 1px;
  font-size: 24px;
  margin-right: -4px;
}

a:hover .mim-overview-section__link-text, a:active .mim-overview-section__link-text, a:visited .mim-overview-section__link-text {
  border-bottom: 1px dashed #fff;
}

.mim-overview-section sup {
  vertical-align: super;
  font-size: smaller;
}

.mim-section-feature {
  margin-left: -4vw;
  padding: 0 4vw 60px;
  color: #34384b;
}

.mim-section-feature__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -120px;
  margin-bottom: -120px;
  padding: 35px 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mim-section-feature__stat {
  -webkit-box-flex: 4;
      -ms-flex: 4 4 40%;
          flex: 4 4 40%;
  padding: 0 35px;
  border-right: 1px solid #dfdfdd;
  margin: 0;
}

.mim-section-feature__stat:last-child {
  border-right: none;
}

.mim-section-feature__desc {
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.44;
}

.mim-section-feature__desc i {
  font-style: italic;
  font-weight: 400;
}

.mim-section-feature__desc i:lang(en) {
  font-family: 'Manulife JH Serif Italic';
}

.mim-section-feature__desc i:lang(zh) {
  font-family: 'Noto Sans TC Regular';
}

.mim-section-feature__desc i:lang(ja) {
  font-family: 'Noto Sans CJK JP Light', sans-serif;
}

.mim-section-feature__icons {
  -webkit-box-flex: 6;
      -ms-flex: 6 6 60%;
          flex: 6 6 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 16px;
}

.mim-section-feature__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.mim-section-feature__icon-image {
  font-size: 64px;
  margin-bottom: 15px;
}

.mim-section-feature__learnmore {
  display: block;
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
}

.mim-section-feature__learnmore a {
  text-decoration: none;
  color: #34384b !important;
}

@media only screen and (max-width: 768px) {
  .mim-section-feature {
    margin: 0;
    margin-top: 330px;
    margin-bottom: 40px;
    padding: 20px 8vw 0px;
  }
  .mim-section-feature__box {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: -300px;
    max-width: 630px;
    min-height: 300px;
    margin-bottom: -300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 30px;
  }
  .mim-section-feature__stat {
    padding: 0;
    border: 0;
    margin-bottom: 30px;
  }
  .mim-section-feature__desc {
    text-align: left;
    font-size: 18px;
    width: 100%;
    padding: 0 0 0 25px;
    line-height: 1.5;
  }
  .mim-section-feature__desc .desc_details {
    width: calc(100% - 20px);
  }
  .mim-section-feature__icons {
    display: block;
    padding-left: 0;
  }
  .mim-section-feature__icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    margin-top: 32px;
  }
  .mim-section-feature__icon-image {
    font-size: 60px;
    margin: 7.5px 0;
    /* margin-bottom:15px;*/
  }
  .mim-section-feature__learnmore {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    float: right;
  }
}

.mim-section-inner-block {
  padding: 60px 6vw 60px 0;
  font-size: 16px;
  line-height: 1.44;
}

@media only screen and (max-width: 768px) {
  .mim-section-inner-block {
    padding: 60px 6vw 60px;
  }
}

.bg-grey {
  background-color: #f6f6f6;
}

.chart-base {
  display: block;
  position: relative;
}

.chart-base img {
  width: 100%;
}

.header-green {
  color: #00a758;
  font-weight: bold;
  padding: 10px 0px;
}

.chart-title {
  font-weight: 700;
}

.chart-title-pos-abs {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .chart-title-pos-abs {
    position: relative;
  }
}

.shadow-box {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  padding: 25px;
  margin: 20px 0px;
}

.header-grey {
  color: #282d3c;
  font-weight: bold;
  padding: 10px 0px;
}

.header-dark-blue {
  color: #304398;
  font-weight: bold;
  padding: 10px 0px;
}

.footnote, .footnote li {
  color: #657a8e;
  font-size: 12px;
  line-height: 1.45;
}

.learnmore-download {
  color: #19ab5f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: text-bottom;
}

.learnmore-download span.txt-learnmore-download {
  padding: 10px 0px;
}

.learnmore-download a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-download {
  background-color: #19ab5f;
  margin: 0px 0px 0px 30px;
  padding: 10px 40px 10px 30px;
  position: relative;
}

.btn-download .icon-download {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .learnmore-download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-download {
    margin: 20px 0px 0px;
  }
}

.mim-kv-section__hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% / 1.25);
      flex-basis: calc(100% / 1.25);
  max-width: calc(100% / 1.25);
  height: 560px;
  overflow: hidden;
}

.mim-kv-section__hero > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 1900px) {
  .mim-kv-section__hero > * {
    position: relative;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mim-kv-section__hero {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: none;
    max-height: 440px;
    width: 100%;
    margin-top: -1px;
    background-color: transparent;
    position: relative;
    height: 440px;
  }
  .mim-kv-section__hero img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
  .mim-kv-section__hero > * {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
  }
}

.mim-overview-section-left {
  padding-left: 0;
}

.mim-overview-section-left .mim-overview-section__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: c alc(100%/2.1);
      flex-basis: c alc(100%/2.1);
  background-color: #c2c3c9;
  max-width: calc(100% / 2.45);
  height: 550px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section-left .mim-overview-section__hero {
    height: 54.6875vw;
    max-width: 100%;
  }
}

.mim-overview-section-left .mim-overview-section__text {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -ms-flex-preferred-size: calc(100% * 2 / 3);
      flex-basis: calc(100% * 2 / 3);
  max-width: calc(100% * 2 / 3);
  padding-top: 50px;
  margin-left: 6vw;
  margin-right: 4vw;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section-left .mim-overview-section__text {
    margin-bottom: 75px;
  }
}

.mim-overview-section-left .mim-overview-section__heading {
  margin-top: 0px;
}

.mim-overview-section-left .mim-overview-section__body {
  height: 550px;
  font-size: 18px;
  line-height: 1.44;
}

@media only screen and (max-width: 768px) {
  .mim-overview-section-left .mim-overview-section__body {
    height: auto;
    font-size: 16px;
  }
}

.mastersection .mim-overview-section__body, .mastersection .mim-overview-section__hero {
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .mastersection .mim-overview-section__body {
    height: auto !important;
  }
  .mastersection .mim-overview-section__hero {
    height: 300px;
  }
}

.mastersection .mim-overview-section__heading {
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .mastersection .mim-overview-section__heading {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.mastersection .mim-overview-section__text.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 75px;
}

@media only screen and (max-width: 768px) {
  .mastersection .mim-overview-section__text.vcenter {
    padding-top: 15px;
    width: 100%;
  }
  .mastersection .mim-section-inner-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.icon-image-float {
  float: left;
  padding-right: 40px;
  overflow: hidden;
}

.mim-section-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-wrap: break-word;
  padding: 45px 15px;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 25%;
}

.box-2 .mim-section-feature__content:nth-child(1) {
  border-right: 1px solid #dfdfdd;
}

@media only screen and (max-width: 768px) {
  .box-2 .mim-section-feature__content:nth-child(1) {
    border-right: none;
  }
}

.box-6 .mim-section-feature__content:nth-child(3n+2) {
  border-right: 1px solid #dfdfdd;
  border-left: 1px solid #dfdfdd;
}

@media only screen and (max-width: 768px) {
  .box-6 .mim-section-feature__content:nth-child(3n+2) {
    border-right: none;
    border-left: none;
  }
}

.box-6 .mim-section-feature__content:nth-child(-n+3) {
  border-bottom: 1px solid #dfdfdd;
}

@media only screen and (max-width: 768px) {
  .mim-section-feature__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-right: none;
    border-bottom: 1px solid #dfdfdd;
    margin: 0;
    width: 100%;
    padding: 45px 0px;
  }
  .mim-section-feature__content .mim-section-feature__icon-image {
    font-size: 30px;
    width: 30px;
  }
  .mim-section-feature__content .icon-learn_more {
    font-size: 14px;
    width: 14px;
  }
  .mim-section-feature__content .mim-section-feature__learnmore {
    padding-top: 0px;
  }
  .mim-section-feature__content .mim-section-feature__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .mim-section-feature__content:last-child {
    border-bottom: none;
  }
  .fund-overview .mim-overview-inner-block {
    padding: 0px;
  }
}

.collapse-section input {
  display: none;
  visibility: hidden;
  float: right;
}

.collapse-section label {
  display: block;
  padding-bottom: 0.5em;
  text-align: center;
  color: #282b3e;
  float: left;
}

.collapse-section label:hover {
  color: #000;
}

.collapse-section label span.icon-dynamiccontent::before {
  content: "\e90D";
}

.collapse-section #expand {
  clear: both;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.collapse-section #toggle:checked ~ #expand {
  height: 100%;
}

#toggle:checked ~ label span.icon-dynamiccontent::before {
  content: "\e90E";
}

.collapse-section ol {
  display: block;
  list-style-type: decimal;
  margin: 0;
  padding-left: 20px;
}

.collapse-section li {
  padding-bottom: 5px;
}

.bg-global-markets {
  background-color: #fff;
  background-size: contain;
  background: #fff url("../images/bg_global_market.png") no-repeat right;
}

.bg-global-markets p {
  padding: 20px 20vw 20px 4vw;
}

@media only screen and (max-width: 768px) {
  .bg-global-markets p {
    padding: 20px 10px;
  }
}

.home-overview .mim-section-feature__box {
  padding: 50px 0px;
}

@media only screen and (max-width: 768px) {
  .home-overview .mim-section-feature__box {
    padding: 6vw;
  }
}

.home-overview .mim-section-feature__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .home-overview .mim-section-feature__stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-overview .icon-image-float {
  padding-bottom: 40px;
  padding-right: 100px;
}

.carousel {
  position: relative;
  width: 100%;
  min-height: 350px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.carousel .gallery {
  position: relative;
  background-color: #fff;
  min-height: 350px !important;
}

@media only screen and (max-width: 768px) {
  .carousel .gallery {
    min-height: 820px !important;
  }
}

.carousel .gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel .gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 350px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.carousel .gallery-slide:first-child {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.carousel .gallery-slide .slide-left {
  position: absolute;
  width: calc(100% - (100% / 1.695));
  height: 100%;
}

.carousel .gallery-slide .slide-left .wrapper {
  padding: 20px 6vw 0 4vw;
  font-size: 16px;
  line-height: 1.4;
}

.carousel .gallery-slide .slide-left .text-snapshot {
  color: #131d29;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px;
}

.carousel .gallery-slide .slide-left .text-header {
  font-size: 26px;
  line-height: 1.21;
  padding: 10px 0px;
}

.carousel .gallery-slide .slide-left .btn-learnmore {
  background-color: #ff7769;
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .carousel .gallery-slide .slide-left {
    width: calc(100% - 12vw);
    height: 340px;
    top: 340px;
    padding: 0 6vw;
  }
}

.carousel .gallery-slide .slide-right {
  position: absolute;
  width: calc(100% / 1.695);
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .carousel .gallery-slide .slide-right {
    width: 100%;
    height: 340px;
    top: 0;
  }
}

.carousel .gallery-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}

.carousel .gallery-container .slider-control {
  position: absolute;
  top: 0;
  right: 0;
  min-width: calc(100% * 0.5895);
}

.carousel .gallery-container .slider-control .progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  min-height: 550px;
}

.carousel .gallery-container .slider-control .progress-bar .bar {
  position: relative;
  width: 100%;
  min-height: 550px;
  background-color: #03a756;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  -o-transition: transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.carousel .gallery-container .slider-control .video-frame {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 350px;
}

.carousel .gallery-container .slider-control .video-frame img {
  padding-left: 35px;
  width: 90%;
}

.carousel .gallery-container .slider-control .video-frame img.abs-top {
  position: absolute;
  top: 20px;
}

.carousel .gallery-container .slider-control .video-frame img.abs-btm {
  position: absolute;
  bottom: 20px;
}

.carousel .gallery-container .slider-control .slide-count {
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  font-size: 16px;
  padding: 15px 0px;
  opacity: 0.5;
  pointer-events: auto;
}

@media only screen and (max-width: 768px) {
  .carousel .gallery-container {
    height: auto;
  }
  .carousel .gallery-container .slider-control {
    min-width: 100%;
  }
  .carousel .gallery-container .slider-control .progress-bar {
    min-height: auto;
  }
  .carousel .gallery-container .slider-control .video-frame {
    min-height: 340px;
  }
}

.fund-table {
  width: 100%;
}

.fund-table tr:nth-child(even) {
  background: #ebf1e9;
}

.fund-table tr:nth-child(odd) {
  background: #FFF;
}

.fund-table th {
  text-align: left;
  vertical-align: top;
}

.fund-table th, .fund-table td {
  padding: 10px;
  border-bottom: 1px solid #82b75e;
}

.section-title {
  font-weight: 700;
  text-align: left;
}

.box-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-section .box {
  width: 20%;
  text-align: left;
  padding: 8px 8px;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.box-section .box b {
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  .box-section .box {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .box-section .box {
    width: calc(23.5% - 15px);
  }
}

.p2-section1 {
  font-size: 20px;
  line-height: 26px;
  width: 100%;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .p2-section1 {
    font-size: 18px;
    line-height: 22px;
  }
}

.p2-section1 .section-title {
  color: #00a758;
  padding-bottom: 8px;
}

.p2-section1 .box-section {
  color: #ffffff;
  opacity: 0;
  position: relative;
  top: 30px;
}

.p2-section1 .box-section .box-1 {
  background: #004a2c;
}

.p2-section1 .box-section .box-2 {
  background: #007136;
}

.p2-section1 .box-section .box-3 {
  background: #00ac5b;
}

.p2-section1 .box-section .box-4 {
  background: #82c99c;
}

.p2-section1 .box-section.active {
  -webkit-animation: moveup 1.5s infinite;
  animation: moveup 1.5s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.p2-section2 {
  font-size: 20px;
  line-height: 26px;
  width: 100%;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .p2-section2 {
    font-size: 18px;
    line-height: 22px;
  }
}

.p2-section2 .section-title {
  color: #034ea1;
  padding-bottom: 8px;
}

.p2-section2 .box-section {
  color: #ffffff;
  opacity: 0;
  position: relative;
  top: 30px;
}

.p2-section2 .box-section .box-1 {
  background: #034ea1;
}

.p2-section2 .box-section .box-2 {
  background: #707cbc;
}

.p2-section2 .box-section .box-3 {
  background: #97a4d3;
}

@media screen and (max-width: 1024px) {
  .p2-section2 .box-section .box-4 {
    /*display: none;*/
  }
}

.p2-section2 .box-section.active {
  -webkit-animation: moveup 1.5s infinite;
  animation: moveup 1.5s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.high {
  background: #034ea1;
}

.middle {
  background: #f3716d;
}

.low {
  background: #00ac5b;
}

.table-remark {
  font-weight: 500;
  padding: 20px 0;
  position: relative;
  top: 30px;
  opacity: 0;
}

.table-remark.active {
  -webkit-animation: moveup 1.5s infinite;
  animation: moveup 1.5s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.table-remark .box {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) {
  .table-remark .box {
    width: 14px;
    height: 14px;
  }
}

.table-remark .remark-name {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding-right: 15px;
}

.table-remark .low-remark {
  display: inline-block;
}

.table-remark .low-remark .box {
  background: #00ac5b;
}

.table-remark .middle-remark {
  display: inline-block;
}

.table-remark .middle-remark .box {
  background: #f3716d;
}

.table-remark .high-remark {
  display: inline-block;
}

.table-remark .high-remark .box {
  background: #034ea1;
}

@media only screen and (max-width: 768px) {
  .table-remark .remark-name {
    font-size: 13px;
    line-height: 18px;
  }
}

#stick-to-top {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  float: right;
  right: 0px;
  bottom: 12vh;
  z-index: 1000;
  color: white;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  margin-top: -48px;
}

#stick-to-top .icon-container {
  padding: 20px 20px 10px 10px;
  border-radius: 10px;
  margin-right: -10px;
  background-color: #ff7769;
}

#stick-to-top span {
  font-size: 12px;
  line-height: 12px;
}

#stick-to-top .mim-section-feature__icon-image {
  font-size: 26px;
  width: 26px;
}

/* break points */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.temp-container__wrap {
  text-align: center;
  margin: 1.5rem -40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.temp-container__wrap:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .temp-container__wrap {
    margin: 1.5rem -20px;
  }
}

.temp-container__wrap .temp-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.temp-container-3 {
  display: inline-block;
  width: 30%;
  padding: 0 20px;
  float: left;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .temp-container-3 {
    padding: 20px 0;
    width: 100%;
  }
}

.temp-container-4 {
  display: inline-block;
  width: 25%;
  padding: 0 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .temp-container-4 {
    padding: 20px 0;
    width: 100%;
  }
}

.temp-container-7 {
  display: inline-block;
  width: 70%;
  padding: 0 20px;
  float: left;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .temp-container-7 {
    padding: 20px 0;
    width: 100%;
  }
}

.temp-container-5 {
  display: inline-block;
  width: 50%;
  padding: 0 20px;
  float: left;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .temp-container-5 {
    padding: 20px 0;
    width: 100%;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .display-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .display-mobile {
    display: none;
  }
}

.text-bold {
  font-weight: 700;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

sup {
  font-size: .7em;
  position: relative;
  top: -.5em;
}

p {
  margin: 1.5rem 0;
  line-height: 1.2;
}

p strong {
  font-weight: 700;
}

#cmp-navigation__mobile .cmp-navigation__mobile-user,
#cmp-navigation__mobile .cmp-navigation__mobile-menu {
  width: 60px;
  height: 60px;
}

.footer {
  font-size: 14px;
}

/* Color */
.style-pink [class$='__body'] {
  background-color: #ff7769;
}

.style-pink [class$='__body'] > * {
  color: white;
}

.style-pink .heading,
.style-pink .copy,
.style-pink .img-icon {
  color: white;
}

.style-green div[class$='__body'] {
  background-color: #00a758;
}

.style-green div[class$='__body'] > * {
  color: white;
}

.style-green .heading,
.style-green .copy,
.style-green .img-icon {
  color: white;
}

.style-blue div[class$='__body'] {
  background-color: #034ea1;
}

.style-blue div[class$='__body'] > * {
  color: white;
}

.style-blue .heading,
.style-blue .copy,
.style-blue .img-icon {
  color: white;
}

.style-yellow div[class$='__body'] {
  background-color: #f49600;
}

.style-yellow div[class$='__body'] > * {
  color: white;
}

.style-yellow .heading,
.style-yellow .copy,
.style-yellow .img-icon {
  color: white;
}

.style-water div[class$='__body'] {
  background-color: #08a298;
}

.style-water div[class$='__body'] > * {
  color: white;
}

.style-water .heading,
.style-water .copy,
.style-water .img-icon {
  color: white;
}

.style-cyan div[class$='__body'] {
  background-color: #06C7BA;
}

.style-cyan div[class$='__body'] > * {
  color: white;
}

.style-cyan .heading,
.style-cyan .copy,
.style-cyan .img-icon {
  color: white;
}

.style-violet div[class$='__body'] {
  background-color: #0000c1;
}

.style-violet div[class$='__body'] > * {
  color: white;
}

.style-violet .heading,
.style-violet .copy,
.style-violet .img-icon {
  color: white;
}

.style-bg-grey div[class$='__body'] {
  background-color: #efefef;
  margin: 0 auto;
  padding: 2vw 4vw;
}

.style-bg-grey .heading,
.style-bg-grey .copy,
.style-bg-grey .img-icon {
  color: white;
}

.style-list__green-1 {
  background-color: #004a2c;
  color: #ffffff;
}

.style-list__green-2 {
  background-color: #007136;
  color: #ffffff;
}

.style-list__green-3 {
  background-color: #00ac5b;
  color: #ffffff;
}

.style-list__green-4 {
  background-color: #82c99c;
  color: #ffffff;
}

.style-list__blue-1 {
  background-color: #034ea1;
  color: #ffffff;
}

.style-list__blue-2 {
  background-color: #707cbc;
  color: #ffffff;
}

.style-list__blue-3 {
  background-color: #97a4d3;
  color: #ffffff;
}

.color-green {
  color: #00a758;
}

.color-blue {
  color: #034ea1;
}

h2 {
  font-size: 35px;
  line-height: 1.2;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.2;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  h3 {
    font-size: 22px;
  }
}

h5 {
  font-size: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 14px;
}

.text-small.remark {
  font-size: 14px;
}

.break-wrap {
  display: inline-block;
}

/* break points */
/* break points */
.section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
  -ms-flex-preferred-size: calc(100% / 7 * 3);
      flex-basis: calc(100% / 7 * 3);
  max-width: calc(100% / 7 * 3);
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
    max-width: 100% !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .section-kv__visual[class$='__content'], .section-key-inner__visual[class$='__content'], .section-slider .campaign-gallery-slide .slide-right[class$='__content'], .section-text-image__visual[class$='__content'], .section-text-video__visual[class$='__content'], .is-reverse div[class$='__content'][class$='__visual'] {
    max-width: 100% !important;
  }
}

.section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
  -ms-flex-preferred-size: calc(100% / 7 * 4);
      flex-basis: calc(100% / 7 * 4);
  max-width: calc(100% / 7 * 4);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none !important;
  }
  .section-kv__content[class$='__visual'], .section-key-inner__content[class$='__visual'], .section-slider .campaign-gallery-slide .slide-left[class$='__visual'], .section-text-image__content[class$='__visual'], .section-text-video__content[class$='__visual'], .is-reverse div[class$='__visual'][class$='__content'] {
    max-width: none !important;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
.section-content-box__body {
  padding: 0 4vw;
}

.section-content-box__content {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  padding: 25px;
  margin: 20px 0px;
  background-color: #ffffff;
}

.section-content-box__content-heading {
  font-weight: 700;
}

/* break points */
/* break points */
.section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
  -ms-flex-preferred-size: calc(100% / 7 * 3);
      flex-basis: calc(100% / 7 * 3);
  max-width: calc(100% / 7 * 3);
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
    max-width: 100% !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .section-kv__visual[class$='__content'], .section-key-inner__visual[class$='__content'], .section-slider .campaign-gallery-slide .slide-right[class$='__content'], .section-text-image__visual[class$='__content'], .section-text-video__visual[class$='__content'], .is-reverse div[class$='__content'][class$='__visual'] {
    max-width: 100% !important;
  }
}

.section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
  -ms-flex-preferred-size: calc(100% / 7 * 4);
      flex-basis: calc(100% / 7 * 4);
  max-width: calc(100% / 7 * 4);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none !important;
  }
  .section-kv__content[class$='__visual'], .section-key-inner__content[class$='__visual'], .section-slider .campaign-gallery-slide .slide-left[class$='__visual'], .section-text-image__content[class$='__visual'], .section-text-video__content[class$='__visual'], .is-reverse div[class$='__visual'][class$='__content'] {
    max-width: none !important;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
.section-kv {
  padding-bottom: 40px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.section-kv.no-feature {
  min-height: 700px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv.no-feature {
    height: auto;
  }
}

.section-kv.no-feature .block-feature {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.section-kv.no-feature .section-kv__body {
  margin-bottom: 0;
}

.section-kv.no-feature .section-kv__content {
  padding-bottom: 50px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv {
    height: auto;
  }
}

.section-kv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  margin-bottom: 40px;
  min-height: 500px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}

.section-kv__content {
  padding: 50px 0;
  padding-bottom: 70px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 40px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content {
    padding: 50px 15px;
    width: 100%;
    height: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
}

.section-kv__content-heading {
  font-size: 35px;
  line-height: 1.2;
  line-height: 1.25;
  letter-spacing: -0.77px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 2vw;
  letter-spacing: normal;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content-heading {
    font-size: 30px;
  }
}

.section-kv__content-heading > * {
  margin: 0 0 20px 0;
}

.section-kv__content-heading p {
  margin: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content-heading {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

.section-kv__content-icon {
  max-width: 60px;
  width: 100%;
  margin-left: 40px;
  margin-right: 2vw;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content-icon {
    margin-left: 0;
    margin-right: 0;
    max-width: 40px;
    height: auto;
  }
}

.section-kv__content-icon img {
  max-width: 100%;
}

.section-kv__content > * {
  margin-left: 40px;
  margin-right: 2vw;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content > * {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-kv__visual {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual {
    min-height: 70vw;
    height: 70vw;
    width: 100%;
  }
}

.section-kv__visual > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

@media (max-width: 1650px) {
  .section-kv__visual > * {
    width: auto;
    height: 100%;
  }
}

.section-kv__visual .visual-img.visual-align-right {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: auto;
  right: 0;
}

.section-kv__visual .visual-img.visual-align-left {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual .visual-img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.section-kv__visual .video-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #000;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual .video-container {
    padding: 0;
    height: 100%;
  }
}

.section-kv__visual .video-container iframe,
.section-kv__visual .video-container video,
.section-kv__visual .video-container source {
  height: 100%;
  border: 0;
}

.section-kv .block-feature {
  padding: 0 40px;
  margin-top: -140px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv .block-feature {
    padding: 0 15px;
  }
}

.section-kv .block-feature__body {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  padding: 45px 40px;
  background-color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  min-height: auto !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv .block-feature__body {
    padding: 8vw 6vw;
    display: block;
  }
}

.section-kv .block-feature__item {
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv .block-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.section-kv .block-feature__item-icon {
  width: 60px;
  height: 60px;
  margin: 0 40px 0 0;
  display: block;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv .block-feature__item-icon {
    margin-bottom: 6vw;
  }
}

.section-kv .block-feature__item-icon img {
  width: 60px;
  height: 60px;
}

.section-kv .block-feature__item-content {
  width: 100%;
  font-size: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv .block-feature__item-content {
    font-size: 20px;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv .block-feature__item-content {
    margin: 0;
  }
}

.section-kv .block-feature__item-content p {
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv .video-container {
    display: none;
  }
}

.section-kv .video-poster {
  display: none;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv .video-poster {
    display: block;
  }
}

/* break points */
/* break points */
.section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
  -ms-flex-preferred-size: calc(100% / 7 * 3);
      flex-basis: calc(100% / 7 * 3);
  max-width: calc(100% / 7 * 3);
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
    max-width: 100% !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .section-kv__visual[class$='__content'], .section-key-inner__visual[class$='__content'], .section-slider .campaign-gallery-slide .slide-right[class$='__content'], .section-text-image__visual[class$='__content'], .section-text-video__visual[class$='__content'], .is-reverse div[class$='__content'][class$='__visual'] {
    max-width: 100% !important;
  }
}

.section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
  -ms-flex-preferred-size: calc(100% / 7 * 4);
      flex-basis: calc(100% / 7 * 4);
  max-width: calc(100% / 7 * 4);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none !important;
  }
  .section-kv__content[class$='__visual'], .section-key-inner__content[class$='__visual'], .section-slider .campaign-gallery-slide .slide-left[class$='__visual'], .section-text-image__content[class$='__visual'], .section-text-video__content[class$='__visual'], .is-reverse div[class$='__visual'][class$='__content'] {
    max-width: none !important;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
.section-key-inner {
  padding-bottom: 40px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.section-key-inner.no-feature {
  min-height: 700px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner.no-feature {
    height: auto;
  }
}

.section-key-inner.no-feature .block-feature {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.section-key-inner.no-feature .section-kv__body {
  margin-bottom: 0;
}

.section-key-inner.no-feature .section-kv__content {
  padding-bottom: 50px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner {
    height: auto;
  }
}

.section-key-inner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  margin-bottom: 40px;
  min-height: 500px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}

.section-key-inner__content {
  padding: 50px 0;
  padding-bottom: 70px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 40px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner__content {
    padding: 50px 15px;
    width: 100%;
    height: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
}

.section-key-inner__content-heading {
  font-size: 35px;
  line-height: 1.2;
  line-height: 1.25;
  letter-spacing: -0.77px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 2vw;
  letter-spacing: normal;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner__content-heading {
    font-size: 30px;
  }
}

.section-key-inner__content-heading > * {
  margin: 0 0 20px 0;
}

.section-key-inner__content-heading p {
  margin: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner__content-heading {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

.section-key-inner__content-icon {
  max-width: 60px;
  width: 100%;
  margin-left: 40px;
  margin-right: 2vw;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner__content-icon {
    margin-left: 0;
    margin-right: 0;
    max-width: 40px;
    height: auto;
  }
}

.section-key-inner__content-icon img {
  max-width: 100%;
}

.section-key-inner__content > * {
  margin-left: 40px;
  margin-right: 2vw;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner__content > * {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-key-inner__visual {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner__visual {
    min-height: 70vw;
    height: 70vw;
    width: 100%;
  }
}

.section-key-inner__visual > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

@media (max-width: 1650px) {
  .section-key-inner__visual > * {
    width: auto;
    height: 100%;
  }
}

.section-key-inner__visual .visual-img.visual-align-right {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: auto;
  right: 0;
}

.section-key-inner__visual .visual-img.visual-align-left {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner__visual .visual-img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.section-key-inner__visual .video-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #000;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner__visual .video-container {
    padding: 0;
    height: 100%;
  }
}

.section-key-inner__visual .video-container iframe,
.section-key-inner__visual .video-container video,
.section-key-inner__visual .video-container source {
  height: 100%;
  border: 0;
}

.section-key-inner .block-feature {
  padding: 0 40px;
  margin-top: -140px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner .block-feature {
    padding: 0 15px;
  }
}

.section-key-inner .block-feature__body {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  padding: 45px 15px;
  background-color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner .block-feature__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}

.section-key-inner .block-feature__item {
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 35px 6vw;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .section-key-inner .block-feature__item {
    padding: 35px 2vw;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner .block-feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 35px 15px;
  }
}

.section-key-inner .block-feature__item + .block-feature__item {
  border-left: 1px solid #dfdfdd;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner .block-feature__item + .block-feature__item {
    border-left: 0;
    border-top: 1px solid #dfdfdd;
  }
}

.section-key-inner .block-feature__item-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner .block-feature__item-icon {
    width: 30px;
    height: 30px;
    margin-right: 25px;
  }
  .section-key-inner .block-feature__item-icon img {
    max-width: 100%;
  }
}

.section-key-inner .block-feature__item-content {
  text-align: left;
  width: 100%;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner .block-feature__item-content {
    margin: 0;
    text-align: left;
  }
}

.section-key-inner .block-feature__item-content p {
  color: #000000;
  margin: 1.5rem 0;
  font-size: 28px;
  line-height: 1.2;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner .block-feature__item-content p {
    font-size: 24px;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner .block-feature__item-content p {
    margin-top: 0;
  }
}

.section-key-inner .block-feature__item-content .item-button {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  font-size: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner .block-feature__item-content .item-button {
    font-size: 20px;
  }
}

.section-key-inner .block-feature__item-content .item-button:before {
  display: inline-block;
  content: '';
  background: url("../fonts/icon-circle-arrow.svg") center center no-repeat;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.section-key-inner-feature {
  /* Block feature: 4 items */
}

.section-key-inner-feature-4 .block-feature__body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-key-inner-feature-4 .block-feature__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

.section-key-inner-feature-4 .block-feature__item:nth-child(3n) {
  border-left: 0;
}

.section-key-inner-feature-4 .block-feature__item:nth-child(3n), .section-key-inner-feature-4 .block-feature__item:nth-child(4n) {
  border-top: 1px solid #dfdfdd;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner-feature-4 .block-feature__item {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.section-key-inner-feature-5 .block-feature__body, .section-key-inner-feature-6 .block-feature__body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-key-inner-feature-5 .block-feature__item, .section-key-inner-feature-6 .block-feature__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3333333333%;
          flex: 1 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.section-key-inner-feature-5 .block-feature__item:nth-child(3n), .section-key-inner-feature-6 .block-feature__item:nth-child(3n) {
  border-bottom: 1px solid #dfdfdd;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner-feature-5 .block-feature__item:nth-child(3n), .section-key-inner-feature-6 .block-feature__item:nth-child(3n) {
    border-bottom: 0;
  }
}

.section-key-inner-feature-5 .block-feature__item:nth-child(4n), .section-key-inner-feature-5 .block-feature__item:nth-child(5n), .section-key-inner-feature-6 .block-feature__item:nth-child(4n), .section-key-inner-feature-6 .block-feature__item:nth-child(5n) {
  border-top: 1px solid #dfdfdd;
}

.section-key-inner-feature-5 .block-feature__item:nth-child(4n), .section-key-inner-feature-6 .block-feature__item:nth-child(4n) {
  border-left: 0;
}

.section-key-inner-feature-5 .block-feature__item:nth-child(5n), .section-key-inner-feature-6 .block-feature__item:nth-child(5n) {
  border-right: 1px solid #dfdfdd;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner-feature-5 .block-feature__item:nth-child(5n), .section-key-inner-feature-6 .block-feature__item:nth-child(5n) {
    border-right: 0;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-key-inner-feature-5 .block-feature__item, .section-key-inner-feature-6 .block-feature__item {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

/* break points */
/* break points */
.section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
  -ms-flex-preferred-size: calc(100% / 7 * 3);
      flex-basis: calc(100% / 7 * 3);
  max-width: calc(100% / 7 * 3);
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
    max-width: 100% !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .section-kv__visual[class$='__content'], .section-key-inner__visual[class$='__content'], .section-slider .campaign-gallery-slide .slide-right[class$='__content'], .section-text-image__visual[class$='__content'], .section-text-video__visual[class$='__content'], .is-reverse div[class$='__content'][class$='__visual'] {
    max-width: 100% !important;
  }
}

.section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
  -ms-flex-preferred-size: calc(100% / 7 * 4);
      flex-basis: calc(100% / 7 * 4);
  max-width: calc(100% / 7 * 4);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none !important;
  }
  .section-kv__content[class$='__visual'], .section-key-inner__content[class$='__visual'], .section-slider .campaign-gallery-slide .slide-left[class$='__visual'], .section-text-image__content[class$='__visual'], .section-text-video__content[class$='__visual'], .is-reverse div[class$='__visual'][class$='__content'] {
    max-width: none !important;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
.section-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  min-height: 350px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider {
    min-height: auto;
  }
}

.section-slider.section-height-tall .campaign-gallery-slider {
  min-height: 660px !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider.section-height-tall .campaign-gallery-slider {
    min-height: auto !important;
  }
}

.section-slider.section-height-mid .campaign-gallery-slider {
  min-height: 500px !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider.section-height-mid .campaign-gallery-slider {
    min-height: auto !important;
  }
}

.section-slider.section-height-short .campaign-gallery-slider {
  min-height: 350px !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider.section-height-short .campaign-gallery-slider {
    min-height: auto !important;
  }
}

.section-slider .campaign-gallery {
  position: relative;
  background-color: #fff;
  margin-right: 0;
  color: #000000;
  min-height: 350px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery {
    min-height: auto;
  }
}

.section-slider .campaign-gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.section-slider .campaign-gallery-slider[data-slide='1'] .campaign-gallery-slide[data-slide-index='1'] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.section-slider .campaign-gallery-slider[data-slide='1'] .campaign-gallery-slide[data-slide-index='2'],
.section-slider .campaign-gallery-slider[data-slide='1'] .campaign-gallery-slide[data-slide-index='3'],
.section-slider .campaign-gallery-slider[data-slide='1'] .campaign-gallery-slide[data-slide-index='4'],
.section-slider .campaign-gallery-slider[data-slide='1'] .campaign-gallery-slide[data-slide-index='5'] {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.section-slider .campaign-gallery-slider[data-slide='2'] .campaign-gallery-slide[data-slide-index='1'] {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.section-slider .campaign-gallery-slider[data-slide='2'] .campaign-gallery-slide[data-slide-index='2'] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.section-slider .campaign-gallery-slider[data-slide='2'] .campaign-gallery-slide[data-slide-index='3'],
.section-slider .campaign-gallery-slider[data-slide='2'] .campaign-gallery-slide[data-slide-index='4'],
.section-slider .campaign-gallery-slider[data-slide='2'] .campaign-gallery-slide[data-slide-index='5'] {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.section-slider .campaign-gallery-slider[data-slide='3'] .campaign-gallery-slide[data-slide-index='1'],
.section-slider .campaign-gallery-slider[data-slide='3'] .campaign-gallery-slide[data-slide-index='2'] {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.section-slider .campaign-gallery-slider[data-slide='3'] .campaign-gallery-slide[data-slide-index='3'] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.section-slider .campaign-gallery-slider[data-slide='3'] .campaign-gallery-slide[data-slide-index='4'],
.section-slider .campaign-gallery-slider[data-slide='3'] .campaign-gallery-slide[data-slide-index='5'] {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.section-slider .campaign-gallery-slider[data-slide='4'] .campaign-gallery-slide[data-slide-index='1'],
.section-slider .campaign-gallery-slider[data-slide='4'] .campaign-gallery-slide[data-slide-index='2'],
.section-slider .campaign-gallery-slider[data-slide='4'] .campaign-gallery-slide[data-slide-index='3'] {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.section-slider .campaign-gallery-slider[data-slide='4'] .campaign-gallery-slide[data-slide-index='4'] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.section-slider .campaign-gallery-slider[data-slide='4'] .campaign-gallery-slide[data-slide-index='5'] {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.section-slider .campaign-gallery-slider[data-slide='5'] .campaign-gallery-slide[data-slide-index='1'],
.section-slider .campaign-gallery-slider[data-slide='5'] .campaign-gallery-slide[data-slide-index='2'],
.section-slider .campaign-gallery-slider[data-slide='5'] .campaign-gallery-slide[data-slide-index='3'],
.section-slider .campaign-gallery-slider[data-slide='5'] .campaign-gallery-slide[data-slide-index='4'] {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.section-slider .campaign-gallery-slider[data-slide='5'] .campaign-gallery-slide[data-slide-index='5'] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.section-slider .campaign-gallery-slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  min-height: 350px;
  position: absolute;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-slider .campaign-gallery-slide.slide-active {
  z-index: 3;
  position: relative;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.section-slider .campaign-gallery-slide.slide-before {
  z-index: 2;
}

.section-slider .campaign-gallery-slide .slide-left {
  height: 100%;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-slide .slide-left {
    width: 100%;
    min-height: 350px;
    padding: 0 8vw;
    max-width: none;
  }
}

.section-slider .campaign-gallery-slide .slide-left .wrapper {
  display: block;
  padding: 20px 0 30px;
  margin-left: 4vw;
  margin-right: 4vw;
  font-size: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-slide .slide-left .wrapper {
    font-size: 20px;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-slide .slide-left .wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-slider .campaign-gallery-slide .slide-left .wrapper p {
  max-width: 100%;
}

.section-slider .campaign-gallery-slide .slide-left .text-snapshot {
  color: #131d29;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px;
  margin: 0;
}

.section-slider .campaign-gallery-slide .slide-left .text-header {
  font-size: 28px;
  line-height: 1.2;
  margin: 1em 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-slide .slide-left .text-header {
    font-size: 24px;
  }
}

.section-slider .campaign-gallery-slide .slide-left .text-header p {
  margin: 0;
}

.section-slider .campaign-gallery-slide .slide-left .slide-button-wrap {
  display: block;
  margin-top: 2em;
}

.section-slider .campaign-gallery-slide .slide-left .slide-button-wrap .slide-button {
  display: inline-block;
}

.section-slider .campaign-gallery-slide .slide-left .slide-button-wrap .btn-learnmore {
  font-size: 20px;
  background-color: #ff7769;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-slide .slide-left .slide-button-wrap .btn-learnmore {
    font-size: 20px;
  }
}

.section-slider .campaign-gallery-slide .slide-right {
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-slide .slide-right {
    width: 100%;
    height: 350px;
    min-height: 350px;
    top: 0;
  }
}

.section-slider .campaign-gallery-container {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-container {
    width: 100%;
    height: 350px;
  }
}

.section-slider .campaign-gallery-container .slider-control {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(100% / 7 * 3);
      flex-basis: calc(100% / 7 * 3);
  max-width: calc(100% / 7 * 3);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-container .slider-control {
    min-width: 100%;
  }
}

.section-slider .campaign-gallery-container .slider-control .progress-bar {
  top: 0px;
  left: 0px;
  width: 10px;
  height: auto;
  background: transparent;
  max-height: 230px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-container .slider-control .progress-bar {
    min-height: auto;
  }
}

.section-slider .campaign-gallery-container .slider-control .progress-bar .bar {
  position: relative;
  width: 100%;
  background-color: #03a756;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  -o-transition: transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.section-slider .campaign-gallery-container .slider-control .video-frame {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-container .slider-control .video-frame {
    min-height: 350px;
  }
}

.section-slider .campaign-gallery-container .slider-control .video-frame img {
  padding-left: 35px;
  width: 90%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.section-slider .campaign-gallery-container .slider-control .video-frame img.abs-top {
  top: 40px;
}

.section-slider .campaign-gallery-container .slider-control .video-frame img.abs-btm {
  bottom: 40px;
}

.section-slider .campaign-gallery-container .slider-control .slide-count {
  margin: 0 0 0 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  font-size: 16px;
  padding: 15px 0px;
  opacity: 0.5;
  pointer-events: auto;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-slider .campaign-gallery-container .slider-control .slide-count {
    width: 46px;
  }
}

.section-slider .campaign-gallery-container .slider-control .slide-count.slider-control-active {
  pointer-events: none;
}

/* break points */
/* break points */
.section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
  -ms-flex-preferred-size: calc(100% / 7 * 3);
      flex-basis: calc(100% / 7 * 3);
  max-width: calc(100% / 7 * 3);
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
    max-width: 100% !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .section-kv__visual[class$='__content'], .section-key-inner__visual[class$='__content'], .section-slider .campaign-gallery-slide .slide-right[class$='__content'], .section-text-image__visual[class$='__content'], .section-text-video__visual[class$='__content'], .is-reverse div[class$='__content'][class$='__visual'] {
    max-width: 100% !important;
  }
}

.section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
  -ms-flex-preferred-size: calc(100% / 7 * 4);
      flex-basis: calc(100% / 7 * 4);
  max-width: calc(100% / 7 * 4);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none !important;
  }
  .section-kv__content[class$='__visual'], .section-key-inner__content[class$='__visual'], .section-slider .campaign-gallery-slide .slide-left[class$='__visual'], .section-text-image__content[class$='__visual'], .section-text-video__content[class$='__visual'], .is-reverse div[class$='__visual'][class$='__content'] {
    max-width: none !important;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
.section-text-image__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  min-height: 500px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-text-image__content {
  padding: 50px 0;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__content {
    padding: 40px 15px;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-text-image__content-heading {
  font-size: 35px;
  line-height: 1.2;
  line-height: 1.25;
  letter-spacing: -0.77px;
  margin-bottom: 20px;
  margin-right: 2vw;
  margin-left: 40px;
  letter-spacing: normal;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__content-heading {
    font-size: 30px;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__content-heading {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-text-image__content-heading > * {
  margin: 0 0 20px 0;
}

.section-text-image__content-icon {
  max-width: 60px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 2vw;
  margin-left: 40px;
  line-height: 1;
  font-size: 0;
}

.section-text-image__content-icon img {
  max-width: 100%;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__content-icon {
    margin-left: 0;
    margin-right: 0;
    max-width: 40px;
    height: auto;
  }
}

.section-text-image__content .copy {
  margin-right: 2vw;
  margin-left: 40px;
  display: block;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__content .copy {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-text-image__content-button {
  margin-right: 2vw;
  margin-left: 40px;
  margin-top: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__content-button {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-text-image__visual {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-position: center center;
  background-size: cover;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  min-height: 500px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__visual {
    height: auto;
    min-height: auto;
  }
}

.section-text-image__visual .visual-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

@media (max-width: 1650px) {
  .section-text-image__visual .visual-img {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__visual .visual-img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.section-text-image__visual .visual-img.visual-align-right {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: auto;
  right: 0;
}

.section-text-image__visual .visual-img.visual-align-left {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}

.section-text-image__visual .video-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #000;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image__visual .video-container {
    padding: 0;
    height: 100%;
  }
}

.section-text-image__visual .video-container iframe,
.section-text-image__visual .video-container video,
.section-text-image__visual .video-container source {
  height: 100%;
  border: 0;
}

.section-text-image.is-shadow {
  padding: 1.5vw;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image.is-shadow {
    padding: 3vw 4vw;
  }
}

.section-text-image.is-shadow .section-text-image__content {
  -ms-flex-negative: 3;
      flex-shrink: 3;
}

.section-text-image.is-shadow .section-text-image__body {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.section-text-image.is-shadow .section-text-image__visual {
  -ms-flex-preferred-size: calc(100% * 2 / 2.65 - 2.5vw);
      flex-basis: calc(100% * 2 / 2.65 - 2.5vw);
  max-width: calc(100% * 2 / 2.65 - 2.5vw);
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image.is-shadow .section-text-image__visual {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }
}

.section-text-image.is-shadow.is-reverse .section-text-image__visual {
  -ms-flex-preferred-size: calc(100% * 2 / 4.35);
      flex-basis: calc(100% * 2 / 4.35);
  max-width: calc(100% * 2 / 4.35);
}

.section-text-image a.anchor-point {
  padding-top: 80px;
  display: block;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-image a.anchor-point {
    padding-top: 59px;
  }
}

/* break points */
/* break points */
.section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
  -ms-flex-preferred-size: calc(100% / 7 * 3);
      flex-basis: calc(100% / 7 * 3);
  max-width: calc(100% / 7 * 3);
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
    max-width: 100% !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .section-kv__visual[class$='__content'], .section-key-inner__visual[class$='__content'], .section-slider .campaign-gallery-slide .slide-right[class$='__content'], .section-text-image__visual[class$='__content'], .section-text-video__visual[class$='__content'], .is-reverse div[class$='__content'][class$='__visual'] {
    max-width: 100% !important;
  }
}

.section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
  -ms-flex-preferred-size: calc(100% / 7 * 4);
      flex-basis: calc(100% / 7 * 4);
  max-width: calc(100% / 7 * 4);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none !important;
  }
  .section-kv__content[class$='__visual'], .section-key-inner__content[class$='__visual'], .section-slider .campaign-gallery-slide .slide-left[class$='__visual'], .section-text-image__content[class$='__visual'], .section-text-video__content[class$='__visual'], .is-reverse div[class$='__visual'][class$='__content'] {
    max-width: none !important;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
.section-text-video__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  min-height: 500px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-text-video__content {
  padding: 50px 0;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__content {
    padding: 40px 15px;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-text-video__content-heading {
  font-size: 35px;
  line-height: 1.2;
  line-height: 1.25;
  letter-spacing: -0.77px;
  margin-bottom: 20px;
  margin-right: 2vw;
  margin-left: 40px;
  letter-spacing: normal;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__content-heading {
    font-size: 30px;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__content-heading {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-text-video__content-heading > * {
  margin: 0 0 20px 0;
}

.section-text-video__content-icon {
  max-width: 60px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 2vw;
  margin-left: 40px;
  line-height: 1;
  font-size: 0;
}

.section-text-video__content-icon img {
  max-width: 100%;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__content-icon {
    margin-left: 0;
    margin-right: 0;
    max-width: 40px;
    height: auto;
  }
}

.section-text-video__content .copy {
  margin-right: 2vw;
  margin-left: 40px;
  display: block;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__content .copy {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-text-video__content-button {
  margin-right: 2vw;
  margin-left: 40px;
  margin-top: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__content-button {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-text-video__visual {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-position: center center;
  background-size: cover;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  min-height: 500px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__visual {
    height: auto;
    min-height: auto;
  }
}

.section-text-video__visual .visual-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

@media (max-width: 1650px) {
  .section-text-video__visual .visual-img {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__visual .visual-img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.section-text-video__visual .visual-img.visual-align-right {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: auto;
  right: 0;
}

.section-text-video__visual .visual-img.visual-align-left {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}

.section-text-video__visual .video-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #000;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-text-video__visual .video-container {
    padding: 0;
    height: 100%;
  }
}

.section-text-video__visual .video-container iframe,
.section-text-video__visual .video-container video,
.section-text-video__visual .video-container source {
  height: 100%;
  border: 0;
}

.section-text-video__visual {
  background-color: #000000;
}

/* break points */
/* break points */
.section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
  -ms-flex-preferred-size: calc(100% / 7 * 3);
      flex-basis: calc(100% / 7 * 3);
  max-width: calc(100% / 7 * 3);
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__visual, .section-key-inner__visual, .section-slider .campaign-gallery-slide .slide-right, .section-text-image__visual, .section-text-video__visual, .is-reverse div[class$='__visual'] {
    max-width: 100% !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .section-kv__visual[class$='__content'], .section-key-inner__visual[class$='__content'], .section-slider .campaign-gallery-slide .slide-right[class$='__content'], .section-text-image__visual[class$='__content'], .section-text-video__visual[class$='__content'], .is-reverse div[class$='__content'][class$='__visual'] {
    max-width: 100% !important;
  }
}

.section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
  -ms-flex-preferred-size: calc(100% / 7 * 4);
      flex-basis: calc(100% / 7 * 4);
  max-width: calc(100% / 7 * 4);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv__content, .section-key-inner__content, .section-slider .campaign-gallery-slide .slide-left, .section-text-image__content, .section-text-video__content, .is-reverse div[class$='__content'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none !important;
  }
  .section-kv__content[class$='__visual'], .section-key-inner__content[class$='__visual'], .section-slider .campaign-gallery-slide .slide-left[class$='__visual'], .section-text-image__content[class$='__visual'], .section-text-video__content[class$='__visual'], .is-reverse div[class$='__visual'][class$='__content'] {
    max-width: none !important;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
.section-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.section-lightbox.lightbox-active {
  opacity: 1;
  visibility: visible;
}

.section-lightbox__open, .section-lightbox__close {
  cursor: pointer;
}

.section-lightbox__body {
  background-color: #ffffff;
  width: 70%;
  height: 75%;
  overflow: hidden;
  padding: 50px 30px 100px;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-lightbox__body {
    width: 80%;
    padding: 30px 30px 80px;
  }
}

.section-lightbox__content {
  overflow: auto;
  height: 100%;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
}

.section-lightbox__content-buttons {
  text-align: center;
  padding: 20px 0;
}

.section-lightbox .section-button {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 10px 30px;
  text-align: center;
  background: #FF7769;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-lightbox .section-button {
    font-size: 14px;
  }
}

.section-lightbox ul li,
.section-lightbox ol li {
  line-height: 1.5;
  font-size: 14px;
}

.section-lightbox ul li + li,
.section-lightbox ol li + li {
  margin-top: 0.5em;
}

.section-lightbox ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 1em 0;
}

/* Sections */
[class$='__body'] {
  color: #000000;
  font-size: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  [class$='__body'] {
    font-size: 20px;
  }
}

[class$='__body'] p {
  font-size: 20px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  [class$='__body'] p {
    font-size: 20px;
  }
}

.icon-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-img img {
  width: 100%;
  height: 100%;
}

.img-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .img-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.img-wrap.img-left img {
  margin-left: 0;
}

.img-wrap img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.color-space-top {
  border-top: 40px solid #f6f6f6;
}

.color-space-bottom {
  border-bottom: 40px solid #f6f6f6;
}

.space-left {
  padding-left: 4vw !important;
}

.space-right {
  padding-right: 4vw !important;
}

.is-reverse > div[class$='__body'] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .is-reverse > div[class$='__body'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-height-tall {
  min-height: 630px !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-height-tall {
    min-height: auto !important;
  }
}

.section-height-tall div[class$='__body'],
.section-height-tall div[class$='__visual'] {
  min-height: 630px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-height-tall div[class$='__body'] {
    min-height: auto !important;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-height-tall div[class$='__visual'] {
    min-height: 60vw !important;
  }
}

.section-height-mid {
  min-height: 550px !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-height-mid {
    min-height: auto !important;
  }
}

.section-height-mid div[class$='__body'],
.section-height-mid div[class$='__visual'] {
  min-height: 550px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-height-mid div[class$='__body'] {
    min-height: auto !important;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-height-mid div[class$='__visual'] {
    min-height: 60vw !important;
  }
}

.section-height-short {
  min-height: 500px !important;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-height-short {
    min-height: auto !important;
  }
}

.section-height-short div[class$='__body'],
.section-height-short div[class$='__visual'] {
  min-height: 500px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-height-short div[class$='__body'] {
    min-height: auto !important;
  }
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-height-short div[class$='__visual'] {
    min-height: 60vw !important;
  }
}

.section-key-inner .block-feature__item-content .item-button:before {
  display: inline-block;
  content: '';
  background: url("../images/icon-circle-arrow.svg") center center no-repeat;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.section-center-content {
  background-color: #ffffff;
  overflow: hidden;
}

.section-center-content__body {
  margin: 4vw auto;
  padding: 0 4vw;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-center-content__body {
    margin: 50px auto;
    padding: 0 6vw;
  }
}

.section-center-content__title {
  font-weight: 700;
  margin: 1.5rem 0;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-center-content__title {
    margin: 20px auto;
  }
}

.block-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-left: -1vw;
  margin-right: -1vw;
  margin-bottom: 50px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .block-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -1vw;
    margin-bottom: 20px;
  }
}

.block-box__title {
  margin-bottom: 10px;
  font-weight: 700;
}

.block-box__item {
  padding: 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1vw;
  margin-right: 1vw;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .block-box__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}

.js-toggle {
  margin: 20px 0;
}

.js-toggle .toggle-head {
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .js-toggle .toggle-head {
    margin-bottom: 5px;
  }
}

.js-toggle .toggle-trigger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.js-toggle .toggle-trigger.toggle-active .icon-close {
  display: inline-block;
}

.js-toggle .toggle-trigger.toggle-active .icon-open {
  display: none;
}

.js-toggle .toggle-trigger .icon-img {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}

.js-toggle .toggle-trigger .icon-close {
  display: none;
}

.js-toggle .toggle-trigger .icon-label {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .js-toggle .toggle-trigger .icon-label {
    margin-left: 0;
  }
}

.js-toggle .toggle-content {
  display: none;
  padding-left: 30px;
}

.js-toggle .toggle-content ol {
  list-style-type: decimal;
  margin: 0 0 0 1em;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .js-toggle .toggle-content ol {
    padding-left: 1em;
    margin: 0;
  }
}

.js-toggle .toggle-content ul {
  margin-left: 0;
}

.js-toggle .toggle-content * {
  font-size: 14px;
}

#stick-to-top .icon-container {
  padding: 10px 20px 10px 10px;
  border-radius: 10px;
  margin-right: -10px;
  background-color: #ff7769;
}

#stick-to-top .icon-container .icon-img {
  font-size: 26px;
  line-height: 1;
}

.section-source__body {
  margin: 2vw auto;
  padding: 0 4vw;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-source__body {
    margin: 50px auto;
    padding: 0 20px;
  }
}

@font-face {
  font-family: "campaign-icon";
  src: url("../fonts/campaign-icon.ttf") format("truetype"), url("../fonts/campaign-icon.woff") format("woff"), url("../fonts/campaign-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-img {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "campaign-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-open:before {
  content: "";
  color: #ec6453;
}

.icon-close:before {
  content: "";
  color: #ec6453;
}

.icon-learn-more:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-collapse:before {
  content: "";
}

.icon-top-arrow:before {
  content: "";
}

/* ************************* */
.kv-container {
  width: 100%;
  display: block;
  height: calc(100vh - 0px);
}

/*------------------------------------*\
  #INNER PAGE - SECTION HEADER
\*------------------------------------*/
.hero-banner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hero-banner .contents {
  color: #ffffff;
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (min-width: 969px) {
  .hero-banner .contents {
    width: 25rem;
  }
}

/*---------- Start: main body "root" -----------*/
.root {
  margin-left: 80px;
  width: calc(100% - 80px);
  font-family: 'Manulife JH Sans Regular', sans-serif;
  padding-top: 80px;
}

.root:lang(en) {
  font-family: 'Manulife JH Sans Regular', sans-serif;
}

.root:lang(zh) {
  font-family: 'Noto Sans TC', sans-serif;
}

.root:lang(ja) {
  font-family: 'Noto Sans CJK JP Light', sans-serif;
}

@media (max-width: 768px) {
  .root {
    width: 100%;
    margin: 0px !important;
    padding-top: 60px;
  }
}

/*---------- End: main body "root" -----------*/
/*------------------------------------*\
  #CONTAINER
\*------------------------------------*/
.container {
  max-width: calc(100% - 11vw);
  width: calc(100% - 11vw);
  margin: 0 auto;
  position: relative;
}

.container.-full {
  padding: 0 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 900px) {
  .container {
    max-width: calc(100% - 16vw);
    width: calc(100% - 16vw);
  }
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: calc(100% - 10vw);
    width: calc(100% - 10vw);
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.618rem;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/
.background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.background-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .25;
  background-color: #000000;
}

.img-responsive {
  width: 100%;
  height: auto;
}

/*------------------------------------*\
  #Video
\*------------------------------------*/
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

/*------------------------------------*\
  #GENERIC
\*------------------------------------*/
img, video {
  display: block;
}

.divider-block {
  background-color: #fff;
  padding: 3.75rem 0;
}

.divider-block > .divider-callout {
  font-weight: lighter;
  color: #000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  margin: 0 auto;
}

.divider-callout > p:last-child {
  margin-bottom: 0;
}

.divider-callout .big-text {
  font-size: 2rem;
}

.divider-callout .small-text {
  font-size: 0.8rem;
  display: block;
  margin-top: 1.4rem;
}

.divider-block a {
  text-decoration: underline;
}

.divider-block a,
.divider-block a:hover .divider-block a:focus {
  color: #ffffff !important;
}

/*------------------------------------*\
  #hybrid
\*------------------------------------*/
.image-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
}

@media only screen and (max-width: 768px) {
  .image-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.image-text-box .chart-base {
  width: 42%;
}

@media only screen and (max-width: 768px) {
  .image-text-box .chart-base {
    width: 100%;
  }
}

.image-text-box .details {
  width: calc(58% - 120px);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .image-text-box .details {
    width: calc(100% - 30px);
    padding: 15px;
  }
}

/*------------------------------------*\
  #bannerteaser
\*------------------------------------*/
.section-bannerteaser__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
  background-color: #0000c1;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-bannerteaser__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 30px 20px;
  }
}

.section-bannerteaser__content {
  color: #FFFFFF;
}

.section-bannerteaser__content p {
  font-size: 1.375rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0;
}

.section-bannerteaser__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.section-bannerteaser__action-link {
  min-height: 60px;
  min-width: 152px;
  background-color: #FFFFFF;
  font-size: .875rem;
  line-height: 1.43;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #282b3e;
  padding: 15px 20px;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .section-bannerteaser__action-link {
    margin-top: 20px;
  }
}
