.mess_box ol {
  display: block;
  padding-left: 22px;
  list-style: decimal outside;
}
.mess_box ol li {
  color: #666;
}
.mess_box ol li.nonDecimal {
  text-indent: -12px;
  list-style: none;
}
.mess_box ol li.nonDecimal::before {
  content: "^";
  margin-right: 5px;
}

[data-toggle=tooltip] {
  cursor: pointer;
}

.tooltip > .tooltip-inner {
  background-color: #005bac;
  text-align: left;
  color: white;
}
.tooltip > .tooltip-inner p {
  margin: 16px 0;
}
.tooltip > .tooltip-inner p:first-child {
  margin-top: 0;
}
.tooltip > .tooltip-inner p:last-child {
  margin-bottom: 0;
}

.bs-tooltip-left .arrow::before {
  border-left-color: #005bac !important;
}

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #005bac !important;
}

.remarktxt {
  position: relative;
}
.remarktxt [data-toggle] {
  cursor: pointer;
}
.remarktxt #collapseNote {
  line-height: 2;
  font-size: 14px;
  color: #666;
}
.remarktxt > p {
  padding-right: 30px;
}
.remarktxt > li {
  margin-left: 22px;
  list-style: disc outside;
}
.remarktxt__trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../images/arrow-n.png) center center/12px auto no-repeat;
  font-weight: bold;
  text-align: left;
}
.remarktxt__trigger.collapsed {
  background-image: url(../images/arrow-s.png);
}
.remarktxt__icon {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 12px;
  background: #333;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: white;
}

.mess_box__trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../images/arrow-n.png) center center/12px auto no-repeat;
  font-weight: bold;
  text-align: left;
}
.mess_box__trigger.collapsed {
  background-image: url(../images/arrow-s.png);
}

.mess_box__icon {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 12px;
  background: #333;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: white;
}

.video {
  position: relative;
}
.video-border {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 0;
}
.video img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.video span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
}

.collapse,
.collapsing {
  position: static;
  z-index: 1;
  background: none;
  border: none;
  border-bottom: none;
}

.topBanner {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  background-position: top right;
  min-height: 250px;
}

.eli__font {
  font-size: 18px;
}
.eli__font--s {
  font-size: 14px;
}
.eli__font--l {
  font-size: 24px;
}
.eli__blue {
  color: #005bac;
}
.eli__blueSection {
  padding: 16px 0;
  background: #e6f9ff;
}
.eli__linkArrow {
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(../images/link-arrow.png) center center/100% 100% no-repeat;
}
.eli__polygonFrame {
  overflow: hidden;
  position: relative;
  max-width: none;
}
@media screen and (min-width: 960px) {
  .eli__polygonFrame {
    width: 80%;
  }
}
.eli__polygonFrame::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c2eafc;
  transform: translateX(60%) rotateZ(60deg);
}
@media screen and (min-width: 960px) {
  .eli__polygonFrame::before {
    content: "";
  }
}
.eli__polygonFrame--right::before {
  transform: translateX(-60%) rotateZ(-60deg);
}
.eli__polygonFrame img {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .eli__polygonFrame img {
    height: 190px;
  }
}
.eli__w960 {
  margin-top: 20px;
}
.eli__withRect {
  position: relative;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 4px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #005bac;
}
.eli__withRect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #005bac;
}
.eli__alignHeading {
  padding-left: 12px;
}
.eli__accordion .card-header {
  border: none;
}
.eli__accordionCard {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.eli__accordionCard:last-child {
  margin-bottom: 60px;
}
.eli__accordionsIcon {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  flex-basis: max-content;
  margin-right: 16px;
}
.eli__accordionsIcon img {
  max-width: 100%;
}
.eli__accordionHeader button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #005bac;
  background: url(../images/arrow-n.png) right center/12px auto no-repeat;
}
.eli__accordionHeader button:focus {
  box-shadow: none !important;
}
.eli__accordionHeader button.collapsed {
  color: #787878;
  background-image: url(../images/arrow-s.png);
}
.eli__accordionHeader button.collapsed img.normal {
  display: inline;
}
.eli__accordionHeader button.collapsed img.active {
  display: none;
}
.eli__accordionHeader button:hover {
  color: #005bac;
}
.eli__accordionHeader button:hover img.normal {
  display: none;
}
.eli__accordionHeader button:hover img.active {
  display: inline;
}
.eli__accordionHeader button img.normal {
  display: none;
}
.eli__accordionHeader button img.active {
  display: inline;
}
.eli__accordionBody {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 59px;
  padding-bottom: 10px;
}
.eli__accordionBody ul {
  display: block;
}
.eli__accordionBody li {
  margin-left: 22px;
  list-style: disc outside;
}
.eli__accordionBody td {
  vertical-align: top;
}
.eli__accordionBody td:last-child {
  padding-left: 16px;
  text-indent: -16px;
}
.eli__contactUs {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .eli__contactUs:first-child {
    flex-basis: 230px;
  }
}
.eli__contactUs:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .eli__contactUs:not(:first-child) {
    margin-left: 16px;
    margin-top: 0;
  }
}
.eli__contactUs .eli__iconWrapper {
  display: inline-block;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  flex-basis: 47px;
  margin-right: 8px;
}
.eli__contactUs .eli__iconWrapper img {
  max-width: 100%;
}
.eli__contactUs .eli__txtWrapper {
  display: inline-block;
  white-space: pre-line;
}
.eli__fxInfo {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px;
  background: #f2f2f2;
  border: 1px solid #787878;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .eli__fxInfo {
    width: 33%;
  }
}
.eli__fxInfo:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .eli__fxInfo:not(:first-child) {
    margin-top: 0;
    margin-left: 16px;
  }
}
.eli__fxInfo .eli__iconWrapper {
  display: inline-block;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  flex-basis: 65px;
  margin-right: 8px;
}
.eli__fxInfo .eli__iconWrapper img {
  max-width: 100%;
}
.eli__fxInfo .eli__txtWrapper {
  display: inline-block;
  flex-grow: 1;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  color: #787878;
}
@media screen and (min-width: 960px) {
  .eli__fxInfo .eli__txtWrapper {
    white-space: pre-line;
  }
}
.eli__nav {
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .eli__nav {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.eli__nav .nav-item {
  display: flex;
  flex: 1;
  align-items: stretch;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .eli__nav .nav-item {
    text-align: center;
    white-space: pre-line;
  }
}
.eli__nav .nav-item:first-child a {
  border-left: 1px solid #787878;
}
.eli__nav .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e5f7ff;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  border-left: 1px solid #787878;
  border-radius: 0;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .eli__nav .nav-item a {
    border-left: none;
  }
}
.eli__nav .nav-item a.active {
  background: #005bac;
  border-color: #005bac;
  color: white;
}
.eli__nav .nav-item a:hover {
  background: #005bac;
  border-color: #005bac;
  color: white;
}
.eli__nav .nav-item a br {
  display: none;
}
@media screen and (min-width: 960px) {
  .eli__nav .nav-item a br {
    display: inline;
  }
}
.eli__tabContent {
  position: relative;
  padding: 30px 30px 40px;
  border: 1px solid #787878;
}
@media screen and (min-width: 960px) {
  .eli__tabContent {
    padding: 30px 30px 15px;
    background-size: auto 80px;
  }
}
.eli__tabContent::after {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  bottom: -1px;
  width: 80px;
  height: 80px;
  background: url(../images/principal_protected_deposit/FXLD_icons_2.png) center/auto 100% no-repeat;
}
.eli__tabContent p {
  margin-bottom: 16px;
}
.eli__tabBody {
  margin-bottom: 16px;
}
@media screen and (min-width: 400px) and (max-width: 959px) {
  .eli__tabBody {
    height: auto !important;
  }
}
.eli__modal .modal-dialog {
  max-width: 1024px;
}
.eli__modal .modal-header {
  background: #005bac;
}
.eli__modal .modal-header button {
  padding: 4px;
  margin: 0;
  opacity: 1;
  background: none;
  border: none;
  color: white;
}
.eli__modal .modal-header button:focus {
  box-shadow: none !important;
}
.eli__modal .modal-title {
  margin: auto;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .eli__modal .modal-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .eli__modal .eli__modalContent {
    padding: 20px;
  }
}
.eli__modal .eli__modalContent--left {
  flex: 1;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 960px) {
  .eli__modal .eli__modalContent--left {
    flex: 0 1 max-content;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
}
.eli__modal .eli__modalContent--left dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .eli__modal .eli__modalContent--left dl {
    display: block;
    list-style: disc outside;
  }
}
.eli__modal .eli__modalContent--left dl dd {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  flex: 0 0 50%;
  margin-bottom: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 400px) and (max-width: 959px) {
  .eli__modal .eli__modalContent--left dl dd {
    flex: 0 0 33%;
  }
}
@media (min-width: 768px) {
  .eli__modal .eli__modalContent--left dl dd {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 960px) {
  .eli__modal .eli__modalContent--left dl dd {
    display: block;
    padding-right: 0;
    min-width: 0;
  }
}
.eli__modal .eli__modalContent--left span {
  display: block;
  color: #787878;
}
.eli__modal .eli__modalContent--left span:first-child {
  font-weight: bold;
}
.eli__modal .eli__modalContent--right {
  display: flex;
  flex: 2;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
}
.eli__modal .eli__modalContent--right > p img {
  max-width: 100%;
  width: 100%;
}
.eli__modal .eli__modalContent--right img {
  max-width: 100%;
}
.eli__modal .eli__modalContent--bottom {
  margin-top: 16px;
}
.eli__modal .eli__modalContent--bottom ol {
  display: block;
  padding-left: 22px;
  margin-bottom: 16px;
  list-style: decimal outside;
}
.eli__modal .eli__scenario {
  width: 100%;
  padding: 10px 20px;
  margin: 10px auto 30px;
  text-align: center;
  border-radius: 40px;
  background: #ee7800;
  font-size: 25px;
  color: white;
}
.eli__modal .eli__scenario:first-child {
  margin-top: 0;
}
.eli__modal .eli__price--highlight {
  color: #ee7800;
  font-weight: bold;
}
.eli__modal .eli__formula {
  font-size: 12px;
}
.eli__modal .eli__equation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
  margin-bottom: 16px;
}
.eli__modal .eli__equation:not(:first-child) {
  position: relative;
  padding-left: 30px;
}
.eli__modal .eli__equation:not(:first-child):before {
  content: url('data:image/svg+xml;utf8,<svg stroke="currentColor" fill="currentColor" stroke-width="2" viewBox="0 0 448 512" height="14px" width="14px" xmlns="http://www.w3.org/2000/svg"><path d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
  position: absolute;
  top: 40px;
  left: 12px;
}
.eli__modal .eli__equation .eli__txtWrapper {
  color: #ee7800;
  font-weight: bold;
}
.eli__modal .eli__modalScenarioAccordion {
  width: 100%;
}
.eli__modal .eli__modalScenarioAccordion button {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.eli__modal .eli__modalScenarioAccordion button:focus {
  box-shadow: none !important;
}
.eli__modal .eli__modalScenarioAccordion button.collapsed .eli__scenario {
  background-image: url(../images/principal_protected_deposit/arrow-s-w.png);
}
.eli__modal .eli__modalScenarioAccordion button .eli__scenario {
  padding: 10px 40px;
  background: url(../images/principal_protected_deposit/arrow-n-w.png) right 20px center/12px auto no-repeat #ee7800;
  font-size: 20px;
}
.eli__modal .eli__externalLink {
  color: royalblue;
}
.eli__modal .eli__externalLink:after {
  content: url('data:image/svg+xml;utf8,<svg stroke="royalblue" fill="none" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true" height="16px" width="16px" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.eli__hasCornerTopRight {
  position: relative;
}
.eli__hasCornerTopRight::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent white transparent transparent;
  transform: rotate(0deg);
}
@media screen and (min-width: 960px) {
  .eli__hasCornerTopRight::before {
    content: "";
  }
}
.eli__hasCornerTopLeft {
  position: relative;
}
.eli__hasCornerTopLeft::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent white transparent transparent;
  transform: rotate(-90deg);
}
@media screen and (min-width: 960px) {
  .eli__hasCornerTopLeft::before {
    content: "";
  }
}
.eli__leadInTitle {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: center;
  font-size: 28px;
  color: #ee7800;
}
@media screen and (min-width: 960px) {
  .eli__leadInTitle {
    font-size: 28px;
  }
}
.eli__leadInTitle span {
  width: calc(100% - 80px);
}
@media screen and (min-width: 960px) {
  .eli__leadInTitle span {
    width: calc(100% - 60px);
  }
}
.eli__leadInTitle::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 12px;
  background-image: url(../images/hook.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .eli__leadInTitle::before {
    width: 60px;
    height: 60px;
  }
}
.eli__leadInTitle--ranking::before {
  background-image: url(../images/rank.png);
}
.eli__latestDiscount {
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 16px auto;
  background-color: #c2eafc;
}
.eli__latestDiscount--reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 960px) {
  .eli__latestDiscount {
    flex-direction: row;
    max-width: 800px;
  }
}
@media screen and (min-width: 960px) {
  .eli__latestDiscount__image {
    max-width: 100%;
  }
}
.eli__latestDiscount__image img {
  max-width: 100%;
}
.eli__latestDiscount__text {
  flex-grow: 1;
  margin: 16px 0;
  padding: 8px 12px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .eli__latestDiscount__text {
    padding-right: 24px;
    margin: 0 0;
    max-width: 400px;
    min-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .eli__latestDiscount__text--reverse {
    padding-right: 12px;
    padding-left: 24px;
  }
}
.eli__latestDiscount__text h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #005bac;
}
.eli__latestDiscount__text p {
  margin-bottom: 8px;
}
.eli__example {
  position: relative;
  margin: 32px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eli__example::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 220px;
  left: 50%;
  top: 0;
  bottom: 0;
  background: white;
  transform: translateX(-50%);
}
.eli__example::after {
  content: "";
  position: absolute;
  z-index: -2;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(90deg, white 10%, #0066b3 50%, white 90%);
}
.eli__example__icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 70px;
  padding: 12px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0066b3 0%, #00b4ff 100%);
  border-radius: 50%;
}
.eli__example__icon img {
  max-width: 100%;
}
.eli__example__text {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(90deg, #0066b3 0%, #00b4ff 100%);
  border-radius: 24px;
  padding: 8px 16px 8px 40px;
  margin-left: -32px;
  font-size: 24px;
  font-weight: bold;
  color: white;
}
.eli__card {
  width: 29%;
  min-width: 200px;
  max-width: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  margin: 8px;
  background: linear-gradient(90deg, #85d6f9 0%, #c2eafc 100%);
}
.eli__card::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 4px;
  bottom: 0;
  width: 4px;
  background: white;
}
@media screen and (min-width: 960px) {
  .eli__card:nth-child(2n) {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 960px) {
  .eli__card:nth-child(2n-1) {
    margin-top: 32px;
  }
}
.eli__card--full {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.eli__card__icon {
  width: 72px;
  height: 72px;
}
.eli__card__icon img {
  max-width: 100%;
}
.eli__card__text {
  margin: 16px auto;
  text-align: center;
  font-size: 18px;
  color: #005bac;
}
.eli__card__button {
  display: inline;
  margin-top: auto;
  border: none;
  background: none;
}
.eli__sceneTabs {
  display: flex !important;
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
  margin: 32px 0 24px;
}
.eli__sceneTabs__tab {
  width: 30%;
}
.eli__sceneTabs__tab button {
  width: 100%;
  height: 100%;
  border: none;
  border-right: 1px solid white;
}
.eli__sceneTabs__tab--1 button.active {
  background: #00b4ff;
  color: white;
}
.eli__sceneTabs__tab--2 button.active {
  background: #ee7800;
  color: white;
}
.eli__sceneTabs__tab--3 button.active {
  background: #ff0000;
  color: white;
}
.eli__title {
  margin: 24px auto 16px;
  text-align: center;
  font-size: 24px;
  color: #ee7800;
}
.eli__tips {
  color: #005bac;
  cursor: pointer;
}
.eli__iframeContainer {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}
.eli__iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}