<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Noto Sans TC", sans-serif;
}

sup {
  display: inline;
}

.w960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hide767 {
  display: block !important;
}

.show787 {
  display: none !important;
}

.hide767-flex {
  display: flex !important;
}

.show787-flex {
  display: none !important;
}

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

  .show787 {
    display: block !important;
  }

  .hide767-flex {
    display: none !important;
  }
  
  .show787-flex {
    display: flex !important;
  }  
}

h1 {
  font-size: 18px !important;
  line-height: 1.5;
}

h2 {
  font-size: 14px !important;
  line-height: 1.5;
}

h3 {
  font-size: 12px !important;
  line-height: 1.5 ;
}

p {
  font-size: 12px;
  line-height: 1.5 ;
  padding: 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  p {
    font-size: 20px;
  }
}

#footer {
  transition: margin 0.3s ease;
}

.header-container {
  transition: all 0.2s ease;
}

.header-container.hide-up {
  transform: translateY(-100%);
}

.btm-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgb(92, 198, 235);
  background: linear-gradient(180deg, #0066cc 0%, #002c8e 100%);
  padding: 15px 0;
}

.btm-sticky-bar-wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 10px;
  padding: 0 5px;
}

.btm-sticky-bar-content {
  margin-top: 14px;
  width: 100%;
  padding-right: 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.btm-sticky-bar-txt a {
  color: #fff;
  text-decoration: underline;
}

.btm-sticky-bar-txt img {
  max-width: 100%;
}

.btm-sticky-bar p {
  color: #fff;
  font-size: 12px;
}

.btm-sticky-bar h1 {
  color: #fff;
  font-size: 14px !important;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
.btm-sticky-bar-img img{
  width: 60px;
}

.btm-sticky-bar .rounded-btn {
  margin-top: 10px;
  background: #fff;
  padding: 5px;
  flex-shrink: 0;
  margin-left: auto;
}

.btm-sticky-bar .rounded-btn img {
  margin-left: 6px;
  object-fit: cover;
  height: 18px;
  width: 18px;
}

.btm-sticky-bar .rounded-btn p {
  color: #0066b3 !important;
  font-size: 12px !important;
  text-align: center;
}

.btm-sticky-bar-content span {
  font-size: 130%;
}

@media (min-width: 768px) {
  .btm-sticky-bar .wrapper {
    padding: 0;
  }

  .btm-sticky-bar h1 {
    margin-bottom: 15px;
    font-size: 28px !important;
  }

  .btm-sticky-bar-wrapper {
    justify-content: space-between;
    /* padding-right: 50px; */
  }

  .btm-sticky-bar-content {
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .btm-sticky-bar p {
    font-size: 18px !important;
    font-weight: 400;
  }

  .btm-sticky-bar-img img {
    display: block;
    width: 114px;
    height: 114px;
  }

  .btm-sticky-bar .rounded-btn {
    padding-left: 15px;
  }

  .btm-sticky-bar .rounded-btn p {
    font-size: 20px !important;
  }

  .btm-sticky-bar .rounded-btn img {
    margin-left: 12px;
    height: 32px;
    width: 32px;
  }

  .btm-sticky-bar-txt {
    margin-right: 5px;
  }
}

.rounded-btn {
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 32px;
  background: rgb(49, 139, 205);
  background: linear-gradient(180deg, rgba(49, 139, 205, 1) 0%, rgba(9, 84, 188, 1) 100%);
  padding: 10px;
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
  transition: transform 0.3s ease;
}

.rounded-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.rounded-btn p {
  flex: 1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .rounded-btn {
    padding: 8px 32px;
  }

  .rounded-btn p {
    font-size: 24px;
  }
}

.close-sticky {
  position: absolute;
  top: -10px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("./us-stock/icon_white_cross.svg");
}

.close-sticky:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .close-sticky {
    top: 2px;
    right: 0;
  }
}

.page-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.page-title h1 {
  padding: 5px 0;
}

.page-title-rect {
  height: 40px;
  width: 10px;
  background-color: #cccccc;
  margin-right: 12px;
}

.top-main-content {
  margin-top: 10px;
}


.top-main-content .section-desc{
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .top-main-content {
    margin-top: 40px;
  }
}

.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  overflow: hidden;
}

.banner img {
  min-width: 100%;
  position: absolute;
  right: 0;
  object-fit: cover;
  height: 126px;
}

.banner .caption {
  margin-top: 126px;
  background: #fafafa;
  padding: 15px 20px;
  width: 100%;
  border-top: solid 1px #cccccc;
}

.banner .caption h2 {
  font-size: 16px !important;
  color: #e6740a;
  font-weight: 500;
  margin-bottom: 0;
}

.banner .caption p {
  font-size: 12px !important;
  color: #0066b3;
  font-weight: 500;
}

@media (min-width: 768px) {
  .banner {
    align-items: start;
    height: 250px;
  }

  .banner img {
    top: 0;
    width: 100%;
    height: 250px;
  }

  .banner .caption {
    border: 0;
    margin: auto 0;
    padding: 35px 40px 35px;
    width: 50%;
    z-index: 1;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 20.06%, #ffffff 100%);
  }

  .banner .caption h2 {
    font-size: 24px !important;
  }

  
  .banner .caption p {
    font-size: 18px !important;
  }
}

.leadin-img {
  margin: 0 auto 50px;
  width: 70%;
}

.leadin-img img {
  width: 100%;
}


@media (min-width: 768px) {
  .leadin-img {
    width: 40%;
  }
}

.section-subtitle {
  text-align: center; 
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #0B3C5E;
}

.section-desc {
  color: #0b3c5e;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 18px;
}

.section-desc span {
  color: #0066b3;
  font-size: 130%;
  font-weight: bold;
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 24px;
  }

  .section-desc {
    font-size: 24px;
  }
}

.content-nav {
  margin-left: -15px;
  margin-right: -15px;
  height: fit-content;
  display: flex;
  margin-bottom: 80px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.content-nav .content-nav-item {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 10px 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #e5eff8 100%);
  transition: background 0.2s ease;
}

.content-nav .content-nav-item.with-divider:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 1px;
  background: #a5c3cc;
  transition: opacity 0.2s ease;
}

.content-nav .content-nav-item::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0066b3;
  transition: opacity 0.2s ease;
}

.content-nav .content-nav-item.active {
  background-color: #dff4ff;
}

.content-nav .content-nav-item.active::before {
  opacity: 1;
}

.content-nav .content-nav-item.active::after {
  opacity: 0;
}

.content-nav .content-nav-item h3 {
  color: #0066b3;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  font-size: 10px !important;
}

.content-nav.fixed {
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 960px;
  position: fixed;
  z-index: 200;
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
}

@media (min-width: 768px) {
  .content-nav {
    height: 90px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content-nav.fixed {
    top: 20px;
  }

  .content-nav .content-nav-item {
    padding: 14px 5px;
  }

  .content-nav .content-nav-item h3 {
    font-size: 18px !important;
  }

  .content-nav .content-nav-item:hover,
  .content-nav .content-nav-item.active {
    background-color: #dff4ff;
  }

  .content-nav .content-nav-item:hover::before,
  .content-nav .content-nav-item.active::before {
    opacity: 1;
  }

  .content-nav .content-nav-item:hover.with-divider::after,
  .content-nav .content-nav-item.active::after {
    opacity: 0;
  }
}

.mid-main-content {
  width: 100%;
}

.mid-main-content .section-desc {
  margin-bottom: 0;
}

.section {
  position: relative;
  padding: 60px 0 80px;
}

.section-heading {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-62%);
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}

.section-heading-star {
  position: absolute;
  background-image: url(./us-stock/img_star.png);
  background-position: 0 -7px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 52px;
  height: 52px;
  right: 28px;
  top: 0px;
}

.section-heading .section-heading-txt {
  background-color: #002D62;
  padding: 15px 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.section-heading .heading-right {
  flex-shrink: 0;
  display: block;
  /* position: absolute; */
  width: 64px;
  height: inherit;
  background-image: url(./us-stock/img_title_right.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -1px;
}

.section-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(50vw - 48%);
  height: 1px;
  left: 98%;
  background: #d21242;
  top: 65%;
}

.section-heading .heading-left {
  flex-shrink: 0;
  display: block;
  /* position: absolute; */
  width: 64px;
  height: inherit;
  background-image: url(./us-stock/img_title_left.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -1px;
}

.section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(50vw - 48%);
  height: 1px;
  right: 98%;
  background: #d21242;
  top: 65%;
}


.section-remark ol {
  counter-reset: item;
  padding: 0;
  list-style: none;
}

.section-remark li:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: -4px;
  font-size: 8px;
  left: 2px;
}

.section-remark li {
  color: #0b3c5e;
  position: relative;
  display: block;
  padding-left: 12px;
  font-size: 12px;
}

.section-remark li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section {
    padding: 103px 0 120px;
  }

  .section-remark li {
    font-size: 14px;
  }

  .section-heading .section-heading-txt {
    font-size: 32px;
    line-height: 32px;
    padding: 15px 30px;
  }

  /* .section-heading .heading-right,
  .section-heading .heading-left {
    width: 78px;
  } */

  .section-heading::before {
    background: linear-gradient(90deg, #d21242 20%, transparent 100%);
    top: 39px;
  }

  .section-heading::after {
    background: linear-gradient(270deg, #d21242 20%, transparent 100%);
    top: 39px;
  }

  
  .section-heading-star { 
  background-position: 0 -9px;
  width: 64px;
  }
}

.services {
  padding-top: 80px;
  background: linear-gradient(180deg, #ffffff 50%, #f3f8fc 100%);
}

.services .section-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.expand-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100%);
  border-radius: 16px;
  background: linear-gradient(0deg, #eaf7ff 0%, #ffffff 50%);
  background-size: 100% 200%;
  box-shadow: 0 0 10px 0 rgba(13, 45, 90, 0.1);
  padding: 20px;
  transition: all 0.3s ease;
  margin-bottom: 50px;
  cursor: pointer;
}

.expand-box:last-child {
  margin-bottom: 0;
}

.expand-box .box-num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-60%);
  font-size: 40px;
  font-weight: 800;
  color: #184c9e;
}

.expand-box .box-img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 12px;
}

.expand-box .box-img img {
  object-fit: cover;
  width: 100%;
}

.expand-box .box-content {
  display: flex;
  justify-content: start;
  /* align-items: center; */
  transition: all 0.3s ease;
}

.expand-box .box-title {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.expand-box .box-title h1 {
  font-size: 20px !important;
  font-weight: bold;
  color: #194999;
}

.expand-box .box-desc {
  opacity: 0;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
}

.expand-box .box-desc p {
  font-size: 16px !important;
  color: #0b3c5e;
}

.expand-box .box-arrow {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  background-color: #0066b3;
  border-radius: 999px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.expand-box .box-arrow::before{
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/us-stock/icon_white_arrow_collapse.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity .3s ease;
}

.expand-box .box-arrow::after{
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/us-stock/icon_white_arrow_expand.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .3s ease;
}

.expand-box.active {
  background-position-y: 100%;
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
}

.expand-box.active .box-desc {
  opacity: 1;
  height: 420px;
  margin-top: 15px;
}

.box-desc-img {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.box-desc-img img {
  object-fit: cover;
  width: 100%;
}

.expand-box.active .box-arrow {
  background-color: #d21242;
}

.expand-box.active .box-arrow::before {
  opacity: 0;
}

.expand-box.active .box-arrow::after {
  opacity: 1;
}

@media (min-width: 768px) {
  .services {
    padding-top: 140px;
  }

  .expand-box .box-num {
    font-size: 56px;
  }

  .expand-box .box-title h1 {
    font-size: 28px !important;
  }

  .expand-box {
    width: calc(50% - 16px);
    margin-bottom: 100px;
    padding: 30px;
  }

  .expand-box .box-img {
    width: 104px;
    height: 104px;
    /* margin-right: 38px; */
  }

  .expand-box:nth-child(odd) {
    margin-right: 32px;
  }

  .expand-box:hover {
    box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
  }

  .expand-box .box-desc {
    margin-top: 0;
    padding-bottom: 0;
  }

  .expand-box .box-desc p {
    font-size: 20px !important;
  }

  .expand-box.active .box-desc {
    opacity: 1;
    height: 500px;
  }
}

#advertisement-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

#advertisement-player .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

#advertisement-player .plyr__control--overlaid {
  display: none !important;
}

#advertisement p {
  font-size: 8px;
}

#advertisement p strong{
  font-size: 18px;
}

#advertisement .video-link {
  margin: 0 auto;
  width: 250px;
}

#advertisement .video-link img {
  width: 100%;
}

@media (min-width: 768px) {
  #advertisement p {
    font-size: 14px;
  }  

  #advertisement p strong{
    font-size: 20px;
  }

  #advertisement .video-link {
    width: 350px;
  }
}

.advertisement .section-content{
  width: 100%;
  max-width: 857px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .advertisement .section-content {
    padding: 0;
  }
}

.stock-teachings .shortcut-link {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  margin-bottom: 8px;
}

@media (min-width: 768px) { 
  .stock-teachings .shortcut-link {
    font-size: 20px;
  }
}

.transcript-row, .btn-pdf {
  background-color: #eee;
  width: 100%;
}

.btn-pdf {
  display: block;
  padding: 10px 10px;
}

.btn-pdf:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/us-stock/icon-pdf.png) no-repeat;
  background-size: cover;
  vertical-align: sub;
  margin-right: 5px;
}

.advantages {
  position: relative;
  background-color: #f3f8fc;
}

/* .advantages::after {
  content: "";
  position: absolute;
  height: calc(100% - 110px);
  width: 1px;
  background: linear-gradient(180deg, #b2d8f7 95%, transparent 100%);
  top: 0;
  left: 50%;
} */

.advantages .section-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 857px;
  margin-left: auto;
  margin-right: auto;
}

.adv-item {
  display: flex;
  align-items: start;
}

.adv-item h1 {    
  font-weight: bold;
  color: #194999;
  margin-bottom: 10px;
}

.adv-item img {
  margin-top: 4.5px;
  width: 18px;
  margin-right: 20px;
}

.adv-item:not(:last-child) {
  margin-bottom: 40px;
}

.adv-item-content p {
  color: #0B3C5E;
}

/* .advantages .section-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  max-width: 857px;
  margin-left: auto;
  margin-right: auto;
}

.advantages .section-content .left-section,
.advantages .section-content .right-section {
  display: flex;
  flex-direction: column;
  width: calc(50% - 30px);
}

.advantages .section-content .right-section {
  margin-top: 300px;
} */

.advantages .section-remark {
  position: relative;
  max-width: 857px;
  padding: 0 15px;
  margin: 40px auto 0;
  z-index: 2;
}

/* .adv-item:not(:last-child) {
  margin-bottom: 70px;
} */

/* .adv-item {
  width: calc(50% - 30px);
}

.adv-item:nth-child(even) {
  margin-top: 60px;
}

.adv-item:nth-child(odd) {
  margin-right: 60px;
}

.adv-item:nth-last-child(n+3) {
  margin-bottom: 40px;
} */

/* .advantages .section-content .right-section .adv-item:not(:last-child) {
  margin-bottom: 130px;
} */

/* .adv-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 14px;
}

.adv-item-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 8px;
}

.adv-item h1 {
  font-weight: bold;
  color: #194999;
  margin-bottom: 8px;
}

.adv-item p {
  font-size: 16px;
  color: #0b3c5e;
} */

@media (min-width: 768px) {
  .advantages .section-remark {
    margin-top: 60px;
    padding: 0;
  }
  
  .adv-item img {    
    margin-top: 7px;
    width: 28px;
    margin-right: 20px;
  }

  /* .adv-item-heading img {
    margin-right: 26px;
    margin-bottom: 0;
  }

  .adv-item {
    width: calc(50% - 80px);
  }

  .adv-item:nth-child(odd) {
    margin-right: 160px;
  }

  .adv-item:nth-last-child(n+3) {
    margin-bottom: 70px;
  }

  .adv-item h1 {
    margin-bottom: 0;
  }

  .adv-item p {
    font-size: 20px;
  }

  .adv-item-heading {
    flex-direction: row;
    align-items: center;
  }

  .advantages .section-content .right-section {
    margin-top: 190px;
  }  

  .advantages .section-content .left-section,
  .advantages .section-content .right-section {
    width: calc(50% - 80px);
  }
  
  .advantages::after {
    height: 100%;
    background: #b2d8f7;
  } */
}

@media (max-width: 768px) {
  .advantages .section-content {
    width: 100%;
    padding: 0 15px;
  }
}

.arrangements {
}

.arrangement-table {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
  margin-bottom: 40px;
}

.arrangement-table tr {
  border-bottom: 1px solid #c8d6e0;
}

.arrangement-table tr:nth-child(odd) {
  background-color: #e4eef8;
}

.arrangement-table tr:nth-child(even) {
  background-color: #ffffff;
}

.arrangement-table td {
  padding: 10px;
  font-size: 14px;
}

.arrangement-table td:first-child {
  width: 20%;
  background-color: #0066b3;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.arrangement-table td:nth-child(2) {
  text-align: center;
  color: #0b3c5e;
}

.channels {
  display: flex;
  gap: 15px;
}

.channel {
  border: 1px solid #0066b3;
  border-radius: 8px;
  width: calc(100% / 3 - 10px);
  padding: 5px;
}

.channel img {
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
}

.channel p {
  color: #0066b3;
  font-weight: bold;
}

.mobile-no {
  font-size: 8px;
}

@media (min-width: 768px) {
  .arrangement-table td {
    padding: 34px;
  }

  .arrangement-table td:first-child {
    width: 28%;
    font-size: 24px;
  }

  .arrangement-table td:nth-child(2) {
    font-size: 20px;
  }

  .channel {
    padding: 15px 0;
  }

  .channel img {
    height: 45px;
    width: 45px;
    margin-bottom: 15px;
  }

  .channel p {
    font-size: 24px;
  }

  .mobile-no {
    font-size: 18px;
  }
}

.platform-features {
  background-color: #f5fcfe;
}

.platform-features .section-content {
  position: relative;
}

.swiper {
  position: relative;
}

.platform-features .swiper {
  background-color: #ffffff;
  border-radius: 24px;
  /* overflow: hidden; */
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
  background-image: url(./us-stock/img_platform_feature_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

/* .platform-features .swiper::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff 55%, transparent 100%);
  z-index: 1;
}

.platform-features .swiper::after {
  content: "";
  position: absolute;R
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 480px solid transparent;
  border-right: 480px solid transparent;
  border-bottom: 295px solid #f0f6fe;
  z-index: 0;
} */

.platform-features .swiper-slide {
  width: 60% !important;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding: 40px 0;
  /* overflow: visible; */
}

.platform-features .swiper-button-next {
  right: 15px;
  background-image: url(./us-stock/icon_white_arrow_right.svg);
}

.platform-features .swiper-button-prev {
  left: 15px;
  background-image: url(./us-stock/icon_white_arrow_left.svg);
}

.platform-features .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.platform-features .feature-item .feature-img {
  flex-shrink: 0;
  height: 400px;
  /* box-shadow: 0 9px 17px 0 rgba(13, 45, 90, 0.2); */
  margin-bottom: 40px;
}

.platform-features .feature-item .feature-img img {
  object-fit: cover;
  height: 100%;
}

.platform-features .feature-item .feature-detail {
  transition: all 0.5s ease;
  text-align: center;
  opacity: 0;
}

.platform-features .feature-item .feature-title {
  font-weight: bold;
  color: #0066b3;
  margin-bottom: 4px;
  font-size: 20px;
}

.platform-features .feature-item .feature-subtitle {
  font-size: 16px;
  color: #0b3c5e;
}

.platform-features .swiper-slide-active .feature-detail,
.platform-features .swiper-slide-duplicate-active .feature-detail {
  opacity: 1;
}

@media (min-width: 768px) {
  .platform-features .feature-item .feature-img {
    height: 500px;  
  }

  .platform-features .feature-item .feature-title {
    font-size: 28px;
  }

  .platform-features .feature-item .feature-subtitle {
    font-size: 20px;
  }  
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #0066b3;
  color: #fff;
  border-radius: 999px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev {
  background-image: url(./us-stock/icon_blue_arrow_left.svg);
  left: -20px;
}

.swiper-button-next {
  background-image: url(./us-stock/icon_blue_arrow_right.svg);
  right: -20px;
}

.swiper-pagination {
  z-index: 2;
  top: calc(100% + 32px);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 13px !important;
  background-color: #0066b3;
}

@media (min-width: 768px) {
  .swiper-button-prev {
    left: -80px !important;
  }

  .swiper-button-next {
    right: -80px !important;
  }
}

.service-demo {
}

.tab-btns-wrapper {
  display: flex;
  background-color: #0066b3;
  box-shadow: 0 8px 16px 0 rgba(13, 45, 90, 0.2);
  width: fit-content;
  margin: 0 auto 32px;
  border-radius: 8px;
  outline: 1px solid #a1c2ec;
  cursor: pointer;
}

.tab-btn {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 9px 20px;
  transition: all 0.2s ease;
}

.tab-btn.active {
  background-color: #fff;
  border-radius: 8px;
}

.tab-btn {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.tab-btn.active {
  color: #0066b3;
}

@media (min-width: 768px) {
  .tab-btn {
    font-size: 24px;
    padding: 13px 60px;
  }
}

.accordion {
  margin-bottom: 24px;
}

.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 15px 30px;
  border-radius: 40px;
  background-color: #0066cc;
  box-shadow: 0 8px 16px 0 rgba(13, 45, 90, 0.2);
}

.accordion-header h1 {
  font-weight: bold;
  color: #fff;
}

.accordion-arrow {
  flex-shrink: 0;
  margin: auto 0;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  background-color: #fff;
  background-image: url(../images/us-stock/icon_blue_arrow_collapse.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}

.accordion-arrow img {
  width: 100%;
}

.accordion.expanded .accordion-arrow {
  background-image: url(../images/us-stock/icon_blue_arrow_expand.svg);
}

@media (min-width: 768px) {
  .accordion-header {
    padding: 20px 32px 20px 40px;
  }

  .accordion-arrow {
    width: 40px;
    height: 40px;
  }
}

.steps-swiper {
  max-width: 656px;
  margin: 12px auto 0;
  padding-bottom: 32px;
  overflow: visible;
}

#app-tab .swiper-slide {
  flex-direction: column;
}

.service-demo .swiper-slide {
  flex-direction: column;
  align-items: start;
}

.service-demo .steps-instructions {
  margin: 10px 0;
}

#ebanking-tab .swiper-button-next {
  right: -35px;
}

#ebanking-tab .swiper-button-prev {
  left: -35px;
}

.steps-swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.steps-swiper .swiper-pagination {
  top: calc(100% - 16px);
}

.steps-swiper .swiper-button-next,
.steps-swiper .swiper-button-prev {
  background-color: transparent;
  color: #132fac;
  font-weight: bold;
}

#app-tab .steps-img {
  width: 80%;
}

.steps-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.steps-instructions {
  padding: 0 20px;
  width: 100%;
}

.steps-title {
  margin-bottom: 15px;
}

.steps-title h1 {
  font-weight: bold;
  color: #0066b3;
}

.steps-desc p {
  font-size: 16px;
  color: #0b3c5e;
}

.steps-desc span {
  font-weight: bold;
}

@media (min-width: 768px) {
  #app-tab .swiper-slide {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
  }

  #ebanking-tab .swiper-slide {
    flex-direction: column;
  }

  #app-tab .steps-instructions {
    padding: 0;
    max-width: 360px;
  }

  #ebanking-tab .steps-instructions {
    padding: 0;
    margin: 40px auto;
    max-width: 80%;
  }

  #ebanking-tab .steps-instructions h1 {
    text-align: center;
  }

  #ebanking-tab .swiper-button-prev {
    left: -20px;
  }

  #ebanking-tab .swiper-button-next {
    right: -20px;
  }

  .steps-desc p {
    font-size: 20px;
  }

  #app-tab .steps-img {
    width: 50%;
    flex-shrink: 0;
    margin-right: 20px;
  }
}

.stock-teachings {
  background-color: #f3f8fc;
  padding-bottom: 150px;
}

.video-container {
  min-height: 300px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  column-gap: 2px;
}
.video-container .left-side {
  height: 100%;
}
.video-container .left-side .main-video-feed .video {
  width: 100%;
  padding-top: calc(9 / 16 * 100%);
  position: relative;
}
.video-container .left-side .main-video-feed .video iframe, 
.video-container .left-side .main-video-feed .video img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.video-container .left-side .main-video-feed .video-caption {
  padding: 16px 16px 16px 24px;
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
}

.video-container .left-side .main-video-feed .video-caption &gt; p {
  color: #000;
  font-size: 16px;
  text-align: left;
}

.video-container .left-side .main-video-feed .video-caption .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  text-align: left;
}
.video-container .left-side .main-video-feed .video-caption .date {
  font-size: 16px;
  color: #0b3c5e;
  text-align: left;
}
.video-container .left-side .main-video-feed .video-caption .title-row span {
  font-size: 20px;
  color: #0066b3;
  font-weight: bold;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden; */
}

.video-container .left-side .main-video-feed .thumbnail {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.video-container .left-side .main-video-feed.is-playing .thumbnail {
  display: none;
}

.video-container .left-side .main-video-feed .plyr__control--overlaid {
  display: none !important;
}  

.video-container .video-list {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2px) / 3);
  grid-auto-rows: 80px;
  overflow-y: hidden;
  overflow-x: scroll;
  gap: 2px;
  padding-bottom: 15px;
}

.video-container .video-list .thumbnail {
  display: block;
  height: 96px;
  width: 100%;

  /* padding-top: calc(9 / 16 * 100%); */
  position: relative;
  overflow: hidden;
}
.video-container .video-list .thumbnail.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: #000;
  opacity: 0.4;
}

.video-container .video-list .thumbnail img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.video-container .video-list .thumbnail .video-caption-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 84px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
}
.table-sec {
  margin: 40px auto;
}

.video-list-container {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

@media (min-width: 540px) {
  .video-container {
    min-height: 820px;
  }
  .video-container .video-list {
    height: 40%;
  }
}

@media (min-width: 768px) {
  .video-list-container {
    overflow-y: scroll;
  }

  .video-container {
    min-height: 400px;
    grid-template-columns: 1fr 240px;
  }

  .video-container .video-list {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    /* grid-auto-rows: calc(25% - 1px); */
    grid-auto-rows: unset;
    /* overflow-y: scroll; */
    overflow-x: unset;
    gap: 1px;
    max-width: 240px;
    height: unset;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
  }
  .video-container .video-list .thumbnail {
    height: 116px;
  }

  .video-container .left-side .main-video-feed .video-caption {
    padding: 24px 24px 50px 40px;
  }
}

.share-container {
  position: relative;
}

.share-container img {
  width: 24px;
}

.share-container:hover .share-btn-list {
  opacity: 1;
  pointer-events: all;
}

.share-btn img {
  width: 20px;
}

.share-btn-list {
  position: absolute;
  right: 0;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.share-btn-list a {
  display: block;
  border: 1px solid #0066b3;
  border-radius: 100%;
  padding: 6px;
  margin-bottom: 3px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.share-btn-list a:hover {
  transform: scale(1.05);
}

.share-btn-list img {
  width: 20px;
}

.share-btn {
  border: 1px solid #0066b3;
  border-radius: 100%;
  padding: 9px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .share-btn img {
    width: 18px;
  }

  .share-btn {
    padding: 9px;
  }

  .share-btn-list img {
    width: 24px;
  }
}

.faq-accordion {
  background-color: #fff;
  box-shadow: 0 6px 16px 0 rgba(13, 45, 90, 0.1);
  border-radius: 16px;
  margin-bottom: 24px;
  transition: all 0.2s ease;
}

.faq-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 32px;
  cursor: pointer;
}

.faq-accordion-title h2 {
  padding-right: 10px;
  color: #0066b3;
  margin: 0;
  /* transition: color 0.2s ease; */
  font-size: 18px !important;
}

.faq-accordion-content {
  display: none;
  padding: 0 32px 25px 32px;
  margin-top: 8px;
}

.faq-accordion-content p {
  color: #0b3c5e;
  font-size: 16px !important;
}

.faq-accordion-content a {
  text-decoration: underline;
}

.ml-50 {
  margin-left: 20px;
}

.faq-accordion-expand-btn {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #0066b3;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: start;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.faq-accordion-expand-btn::before {
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./us-stock/icon_white_plus.svg);
  transition: opacity .3s ease;
}

.faq-accordion-expand-btn::after {
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./us-stock/icon_white_minus.svg);
  transition: opacity .3s ease;
}

.faq-accordion.expanded {
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
}

/* .faq-accordion.expanded h2 {
  color: #0066b3;
} */

.faq-accordion.expanded .faq-accordion-expand-btn::before {
  opacity: 0;
}

.faq-accordion.expanded .faq-accordion-expand-btn::after {
  opacity: 1;
}

@media (min-width: 768px) {
  .faq-accordion-title {
    padding: 25px 32px;
  }

  .faq-accordion-title h2 {
    font-size: 20px !important;
  }

  .faq-accordion-content p {
    font-size: 20px !important;
  }

  .faq-accordion-content {
    margin-top: 16px;
  }

  .faq-accordion-content {
    padding-right: 98px;
  }
 
  .ml-50 {
    margin-left: 50px;
  }
}

.stock-news {
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .stock-news {
    padding-bottom: 120px;
  }
}

.stock-row {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
}

.stock-card {
  position: relative;
  display: flex;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
  transition: box-shadow 0.3s ease;
  aspect-ratio: 2;
}

.stock-card:hover {
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.4);
}

.stock-card:not(:last-child) {
  margin-bottom: 24px;
}

.stock-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px;
  text-align: left;
  z-index: 2;
}

.stock-card-content .stock-card-txt {
  /* display: flex; */
  align-items: end;
  margin: 20px 0;
}

.stock-card-content .stock-card-txt span {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 1 !important;
}

.stock-card-content .stock-card-txt h1 {
  color: #fff;
  font-weight: bold;
  line-height: 1 !important;
}

.market-info-btns {
  display: flex;
}

.stock-card-content .rounded-btn {
  align-self: flex-start;
  background: #0066b3;
  font-size: 16px;
  color: #fff;
  padding: 5px 24px;
}

.stock-card-content .rounded-btn:hover {
  transform: scale(1.05);
}

.stock-card-content p {
  color: #0b3c5e;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.stock-card-background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.stock-card-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #002235 0%, rgba(0, 34, 53, 0) 100%);
}

.stock-card-background img {
  background: linear-gradient(180deg, #002235 0%, rgba(0, 34, 53, 0) 100%);
  object-fit: cover;
  height: 100%;
}

@media (min-width: 768px) {
  .stock-card-content .stock-card-txt span {
    font-size: 56px;
  }

  .stock-card-content {
    padding: 24px 17px;
  }

  .stock-card-thumbnail img {
    max-width: unset;
  }

  .stock-card-content h4 {
    font-size: 20px;
  }

  .stock-card-content p {
    font-size: 18px;
    font-weight: 400;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .stock-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .stock-card {
    width: calc(50% - 24px / 2);
  }

  .stock-card:last-child {
    margin-bottom: 24px;
  }

  .stock-card:not(:nth-child(even)) {
    margin-right: 24px;
  }
}

.stock-news-others {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}

.stock-news-others::before {
  content: "";
  position: absolute;
  width: calc(100% + 50px);
  top: 50%;
  left: -25px;
  height: 20px;
  background-color: #2a82ca;
  transform: skew(-10deg);
  opacity: 0.08;
}

.stock-news-others h1 {
  position: relative;
  color: #0066b3;
  font-weight: bold;
  z-index: 1;
}

@media (min-width: 768px) {
  .stock-news-others::before {
    width: calc(100% + 50px);
    top: 50%;
    left: -25px;
    height: 30px;
  }
}

.market-info {
  margin: 30px auto 0;
  text-align: center;
}

.btns-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.market-info .rounded-btn {
  /* max-width: 340px; */
  /* margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 32px;
  background: rgb(49, 139, 205);
  padding: 12px 32px;
  transition: transform 0.3s ease; */
  padding-left: 20px;
  padding-right: 30px;
  width: fit-content;
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.2);
  background: linear-gradient(180deg, rgba(49, 139, 205, 1) 0%, rgba(9, 84, 188, 1) 100%);
}

html[lang="en"] .other-product-sec .btns-row {
  max-width: 460px;
}

.market-info .rounded-btn:hover {
  transform: scale(1.05);
}

.market-info .rounded-btn:not(:last-child) {
  margin-bottom: 20px;
}

.market-info .rounded-btn img {
  display: block;
  width: 40px;
  margin-right: 12px;
}

.market-info .rounded-btn p {
  flex: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: fit-content;
}

@media (min-width: 768px) {
  .market-info .rounded-btn {
    padding: 8px 32px;
  }

  .market-info .rounded-btn img {
    margin-right: 18px;
    width: 36px;
  }

  .market-info .rounded-btn p {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .btns-row {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 16px;
    max-width: unset;
  }
  html[lang="en"] .other-product-sec .btns-row {
    max-width: unset;
  }
  .market-info {
    margin: 64px auto 0;
    text-align: center;
  }
  .market-info .rounded-btn {
    width: fit-content;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .market-info .rounded-btn:last-child {
    margin-bottom: 20px;
  }
  .market-info .rounded-btn:not(:last-child) {
    margin-right: 20px;
  }

  html[lang="en"] .market-info .rounded-btn p {
    font-size: 22px;
  }
}

.open-account {
  padding-bottom: 40px;
}

.open-account .section-content {
  max-width: 680px;
  display: flex;
}

.open-method {
  flex: 1;
  border-radius: 16px;
  border: 1px solid #0066b3;
  box-shadow: 0 4px 16px 0 rgba(13, 45, 90, 0.2);
  padding: 20px 0;
  transition: box-shadow 0.3s ease;
}

.open-method:hover {
  box-shadow: 0 16px 32px 0 rgba(13, 45, 90, 0.4);
}

.open-method:not(:last-child) {
  margin-right: 20px;
}

.open-method-icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #318bcd 0%, #0954bc 100%);
  border-radius: 999px;
  margin: 0 auto 16px;
  padding: 10px;
}

.open-method-icn img {
  width: 100%;
}

.open-method-name h2 {
  text-align: center;
  font-weight: bold;
  color: #0066b3;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .open-method:not(:last-child) {
    margin-right: 40px;
  }

  .open-method-icn {
    width: 80px;
    height: 80px;
  }
}

.remarks {
  padding-top: 35px;
}

.remarks h2{
  font-weight: bold;
  color: #054c9b;
}

.remarks p {
  font-size: 12px;
  color: #666666;
}

.remarks a {
  color: #0066b3;
}

@media (min-width: 768px) {
  .remarks p {
    font-size: 18px;
  }
}

.chevron-right {
  width: 30px;
  height: 30px;
}

.cfa {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0066b3;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}

.float-cfa {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgb(0, 102, 179);
}


.applynow {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    position: relative;
    /* padding-right: 34px; */
}

@media (max-width: 576px) {
  .applynow {
      font-size: 20px;
  }
}

.contact-row {
  display: flex;
  flex-wrap: nowrap;
  background-color: #eeeeee;
  padding: 10px 20px;
}

.contact-col {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 10px;
  width: 70px;
}

.contact-col span {
  font-size: 1rem;
}

.contact-col2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 70px);
}

html[lang="en"] .contact-col {
  width: 110px;
}

html[lang="en"] .contact-col2 {
  width: calc(100% - 70px);
}

.gg-format-slash {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(20deg) scale(var(--ggs, 1));
  width: 1px;
  height: 48px;
  background: #333333;
  border-radius: 1px;
  margin-left: 15px;
}

.contact-subcol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
}

.contact-col2 a span {
  font-size: 14px !important;
  color: #333 !important;
}

.contact-col2 a:hover span{
  color: #0066b3 !important;
}

@media (max-width: 576px) {
  .contact-col2 {
    flex-wrap: wrap;
    flex-flow: column;
  }
}
</pre></body></html>