:root {
  --d54315: #d54315;
  --gbg-v3-2: #14264b;
  --gbg-v3-1: #255aa7;
  --808080: grey;
  --ffffff: white;
  --e6e6e6: #e6e6e6;
  --text: #1a1a1a;
  --2258c5: #2258c5;
  --1a7784: #1a7784;
  --f8f8f4: #f8f8f4;
  --cccccc: #ccc;
  --f2f2f2: #f2f2f2;
  --ed6a00: #ed6a00;
  --0e5d6e\<deleted\|variable-6fb8d436-722c-84cf-eaf0-78cd84a8c86d\>: #0e5d6e;
  --e6cea8: #e6cea8;
  --black: black;
  --transparent: #0000;
  --cca65c: #cca65c;
  --b7872f: #b7872f;
  --points-blue: #193565;
  --e5e5e5: #e5e5e5;
  --white: white;
  --gbg-v9-2: #f4bb18;
  --points-red: #d5373e;
  --fcf7ee: #fcf7ee;
  --42210b: #42210b;
  --ffe9b1: #ffe9b1;
  --e6f0ff: #e6f0ff;
  --b3b3b3: #b3b3b3;
  --f49700: #f49700;
  --67bfa4: #67bfa4;
  --ddebfb: #ddebfb;
  --eaf5f4: #eaf5f4;
  --f6f8e7: #f6f8e7;
  --c94340: #c94340;
  --main-color-v1: #e95513;
  --ff6a14: #ff6a14;
  --e18911: #e18911;
  --gbg-v1-1: #c94340;
  --gbg-v1-2: #e95513;
  --gbg-v1-3: #972936;
  --gbg-v1-4: #c94340;
  --gbg-v2-1: #fff7c2;
  --gbg-v2-2: #bf8310;
  --gbg-v2-3: #fff7c2;
  --gbg-v2-4: #bf842c;
  --ffe6b4: #ffe6b4;
  --ffcd7f: #ffcd7f;
  --ffe7ae: #ffe7ae;
  --f29906: #f29906;
  --gbg-v4-1: #c03229;
  --gbg-v4-2: #d21e1d;
  --gbg-v4-3: #e28a12;
  --gbg-v5-1: #f4d028;
  --gbg-v5-2: #f7de7e;
  --gbg-v5-3: #feedb2;
  --gbg-v5-4: #f0f5dc;
  --ffff00: yellow;
  --gbg-v6-1: #502512;
  --gbg-v6-2: #73311b;
  --gbg-v6-3: #aa4e23;
  --gbg-v6-4: #c0621c;
  --gbg-v7-1: #c03229;
  --color: #dc6b59;
  --gbg-v8-1: #fcfbf5;
  --gbg-v8-2: #fef7e5;
  --62a6f2: #62a6f2;
  --gbg-v9-1: #f7d273;
  --gbg-v9-3: #eb6916;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.navbar {
  z-index: 998;
  background-color: #fff;
  border-bottom: 1px #e0e0e0;
  position: sticky;
  top: 0;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans TC;
  font-size: 18px;
  display: flex;
}

.kv-section {
  z-index: 1;
  position: relative;
}

.section-video {
  padding-top: 120px;
}

.section-1 {
  padding-top: 120px;
  padding-bottom: 140px;
  transition: all .5s;
}

.section-profile {
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-howbuy {
  padding-top: 100px;
}

.footer {
  background-color: #f6f7f7;
  border-top: 1px solid #e4e4e4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-info {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-navbar {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-copyright-1 {
  border-bottom: 1px solid var(--808080);
  color: var(--ffffff);
  text-align: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
  display: flex;
}

.footer-copyright-2 {
  color: var(--ffffff);
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  display: flex;
}

.footer-company-name {
  border-bottom: 1px solid var(--e6e6e6);
  color: var(--text);
  padding-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
}

.footer-copyright {
  background-color: var(--2258c5);
}

.footer-contact-block {
  border-right: 1px solid var(--e6e6e6);
  min-width: 380px;
  line-height: 24px;
}

.footer-note {
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.footer-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-contact-1 {
  border-bottom: 1px solid var(--e6e6e6);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 23px;
}

.footer-contact-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.s1-content {
  background-image: url('../images/slider-menu-bg-a.png');
  background-position: 50% 110px;
  background-repeat: no-repeat;
  background-size: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.profile-block {
  position: relative;
}

.how-buy {
  max-width: 1100px;
}

.how-buy-title {
  color: var(--1a7784);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
}

.how-buy-block {
  position: relative;
}

.accordion-open {
  background-color: #0000;
  padding: 30px 20px;
  display: block;
  position: static;
}

.how-buy-tab-block {
  z-index: 2;
  color: var(--f8f8f4);
  position: relative;
}

.how-buy-items {
  color: var(--text);
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
}

.toggle-icon {
  margin-right: 30px;
}

.how-buy-articles {
  color: var(--ffffff);
  background-color: #f0f0f0;
  background-image: linear-gradient(90deg, #243a8c, #2256c2);
  border-radius: 99px;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 5px 4px #eeedea;
}

.howbuy-tab-menu {
  z-index: 51;
  background-color: var(--ffffff);
  border-radius: 20px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 80px;
  overflow: hidden;
  box-shadow: 0 2px 5px #cbd3e7;
}

.howbuy-tab-link {
  border-right: 1px solid var(--e6e6e6);
  background-color: var(--ffffff);
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 24px;
  display: flex;
}

.howbuy-tab-link.w--current {
  color: var(--ffffff);
  text-align: center;
  background-image: url('../images/video-icon-1_1video-icon-1.png'), linear-gradient(270deg, #2256c2, #243a8c);
  background-position: 50% 85%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 14px, auto;
  align-items: center;
  width: 25%;
  height: 80px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.howbuy-tab-link.no-right-boder {
  border-right-style: none;
}

.howbuy-tabs-content {
  border-radius: 0 0 20px 20px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-style: normal;
}

.howbuy-tab-pane-1 {
  margin-left: auto;
  margin-right: auto;
}

.howbuy-tab-content {
  color: var(--text);
  font-size: 18px;
}

.howbuy-tab-content-title {
  color: var(--2258c5);
  border: 1px #ccc;
  border-bottom-style: solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.howbuy-tab-content-block {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.button-style-1 {
  border: 1px solid var(--2258c5);
  background-color: var(--ffffff);
  color: var(--2258c5);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-style-1:hover {
  border: 1px solid var(--2258c5);
  background-color: var(--2258c5);
  color: var(--ffffff);
}

.button-style-1.m-top-30 {
  margin-top: 30px;
}

.howbuy-text-block-dot {
  background-image: url('../images/howbuy-list-icon.png');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-bottom: 6px;
  padding-left: 22px;
  font-size: 18px;
  line-height: 24px;
}

.copyright-link {
  color: var(--ffffff);
  text-decoration: none;
}

.font-highlight {
  color: var(--2258c5);
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.body {
  color: var(--text);
  font-family: Noto Sans TC;
  font-weight: 400;
  line-height: 150%;
}

.section-hotline {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hotline-block {
  background-image: url('../images/tel-bn.jpg');
  background-position: 0 0;
  background-size: 1110px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1110px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #cbd3e7;
}

.hotline-content-2 {
  align-items: center;
  display: flex;
}

.hotline-content-3 {
  color: var(--f8f8f4);
  background-image: url('../images/dot-05_1dot-05.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.hotline-content-4 {
  color: var(--f8f8f4);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.hotline-font-style-1 {
  color: #ffffffa8;
  border: 1px solid #ffffffa8;
  border-radius: 10px;
  width: 130px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 12px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--cccccc);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.howbuy-cell-2-4 {
  border: 1px #000;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 700;
}

.howbuy-cell-2-3 {
  background-color: var(--f2f2f2);
  border: 1px #000;
  justify-content: center;
  padding: 10px 20px;
}

.number-highlight {
  background-color: var(--ed6a00);
  color: var(--f8f8f4);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 23px;
  margin-right: 3px;
  font-family: Rubik;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  display: inline-block;
}

.text-block-16 {
  border-left: 1px solid var(--cccccc);
  color: var(--0e5d6e\<deleted\|variable-6fb8d436-722c-84cf-eaf0-78cd84a8c86d\>);
  margin-left: 10px;
  padding-left: 10px;
}

.howbuy-chart-style {
  border-bottom: 1px solid var(--cccccc);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.howbuy-chart-style.no-boder-bottom {
  border-bottom-style: none;
}

.howbuy-font-style-1 {
  text-align: left;
  font-weight: 500;
  line-height: 24px;
}

.howbuy-font-style-3 {
  text-align: left;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.howbuy-font-style-2 {
  text-align: left;
  font-weight: 400;
  line-height: 24px;
}

.profile-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.profile-buttom-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-link {
  border: 1px solid var(--e6cea8);
  color: var(--black);
  background-color: #fd8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.doc-link:hover {
  border-color: var(--gbg-v3-1);
  background-color: var(--2258c5);
  color: var(--ffffff);
}

.profile-chart-note {
  text-align: justify;
  width: 100%;
  max-width: 1110px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.profile-table-content {
  border: 1px solid var(--cccccc);
  background-color: var(--ffffff);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.s1-chart-block {
  max-width: 1110px;
  min-height: 680px;
  margin-left: auto;
  margin-right: auto;
}

.s1-chart-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 20px;
  display: flex;
  position: relative;
}

.video-content {
  max-width: 1200px;
  position: relative;
}

.video-tab-pane {
  border-radius: 20px;
}

.video-tabs-content {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.video-tab-link-1 {
  background-color: var(--transparent);
  color: var(--ffffff);
  background-image: url('../images/hr-w.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1px 50px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.video-tab-link-1.w--current {
  background-color: var(--transparent);
  color: #ff0;
  background-image: url('../images/slider-tab-menu-arrow-a.png'), url('../images/hr-w.svg');
  background-position: 50% 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 55px, 1px 50px;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.video-tab-link-1.short.no-boder {
  background-image: none;
  border-right-style: none;
}

.youtube-content {
  background-image: url('../images/video-border.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1030px;
  border-radius: 20px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.kv-block {
  justify-content: space-around;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.kv-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.fund-slogan {
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.fund-name {
  text-shadow: 0 10px 20px #0000001a;
}

.top-menu {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  transition: all .2s;
  display: flex;
}

.top-menu:hover {
  border-bottom: 8px solid #0275db;
}

.top-menu.w--current {
  color: var(--black);
  border-bottom: 8px solid #1574f4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80px;
  padding: 0 20px;
  display: flex;
}

.fixed-menu {
  display: flex;
}

.fixed-menu-block {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/fixed-bar-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 81px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 441px;
  display: flex;
  position: fixed;
  inset: 25% 2% 0% auto;
}

.fixed-gotop {
  z-index: 998;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.gotop-icon {
  background-image: linear-gradient(0deg, var(--2258c5), #488ef4);
  border-radius: 40px;
  padding: 10px;
}

.fixed-menu-2 {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.fixed-link-b {
  color: #010e5c;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.fixed-menu-1 {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.video-tab-menu {
  width: 580px;
  height: 60px;
  margin-top: 20px;
  margin-left: 70px;
  padding-bottom: 20px;
  display: flex;
}

.video-tabs {
  background-image: url('../images/video-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1100px;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.section-title-block {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.howbuy-2-setp3-a {
  color: var(--points-blue);
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.howbuy-2-setp3-b {
  width: 80%;
  line-height: 24px;
}

.howbuy-cell-2-1 {
  background-color: #e5e5e5;
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  line-height: 24px;
}

.howbuy-cell-2-2 {
  background-color: var(--f2f2f2);
  border: 1px #000;
  border-top-right-radius: 10px;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 24px;
}

.howbuy-cell-3-1 {
  background-color: var(--f2f2f2);
  border: 1px #000;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding: 15px 20px;
  font-weight: 700;
}

.howbuy-cell-3-2 {
  background-color: var(--ffffff);
  border: 1px #000;
  border-top-right-radius: 10px;
  justify-content: center;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 24px;
}

.howbuy-cell-3-3 {
  background-color: var(--e5e5e5);
  border: 1px #000;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: flex-end;
  padding: 15px 20px;
  font-weight: 700;
}

.howbuy-cell-3-4 {
  background-color: var(--f2f2f2);
  border: 1px #000;
  justify-content: center;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 23px;
}

.howbuy-quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--cccccc);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.howbuy-cell-4-1 {
  background-color: var(--f2f2f2);
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  font-weight: 700;
}

.howbuy-cell-4-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.howbuy-quick-stack-4-m {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--cccccc);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.howbuy-cell-4-1-m {
  background-color: var(--f2f2f2);
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
}

.howbuy-cell-4-2-m {
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
}

.profile-buttom-block-a {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.how-buy-setp-m {
  display: none;
}

.fixed-menu-block-m {
  z-index: 999;
  background-color: var(--ffffff);
  border-radius: 60px;
  width: 100px;
  height: 300px;
  display: none;
  position: fixed;
  inset: 35% 1% 0% auto;
  box-shadow: 0 0 10px #0003;
}

.profile-table-1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.profile-table-a, .profile-table-b {
  width: 100%;
}

.profile-table-2 {
  background-color: var(--ffffff);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-note-highlight {
  color: var(--2258c5);
  text-decoration: none;
}

.fund-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
  font-size: 16px;
}

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.th {
  background-color: var(--2258c5);
  color: var(--ffffff);
  border-right: 1px solid #e6eaf4;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.th.left {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.th.left.last {
  border-bottom-width: 0;
}

.th.last {
  border-right-width: 0;
}

.howbuy-highlight {
  color: var(--2258c5);
  font-weight: 700;
}

.chart-img-mb {
  display: none;
}

.footer-contact-links {
  color: var(--2258c5);
  text-decoration: none;
}

.popup-block-pc {
  background-color: #fff;
  border-radius: 20px;
  width: 700px;
}

.popup-title {
  color: var(--2258c5);
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.popup-block-text-pc {
  border: 2px solid #2258c5;
  border-radius: 20px;
  padding: 20px;
  font-size: 16px;
}

.popup-item {
  margin: auto;
  position: relative;
}

.popup-block-warning {
  z-index: 999;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#ffffffb3, #ffffffb3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.close-btn {
  background-color: var(--2258c5);
  color: var(--ffffff);
  cursor: pointer;
  border-radius: 99px;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-btn.card {
  background-color: var(--2258c5);
  color: var(--ffffff);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  padding: 10px;
  top: -50px;
  right: -50px;
}

.popup-note {
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.allstar-popup-close-btn {
  z-index: 20;
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  background-image: linear-gradient(90deg, var(--2258c5), #3e5493);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 20px 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px #0003;
}

.sc-main-btn-bg-animation {
  z-index: 2;
  background-color: var(--points-blue);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 0;
}

.button-text {
  z-index: 5;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.sc-btn-icon {
  z-index: 5;
  width: 35px;
  height: 40px;
  font-size: 3.6em;
  position: relative;
}

.howbuy-2-setp3-d {
  line-height: 24px;
}

.howbuy-2-setp3-e {
  padding-top: 5px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-63 {
  line-height: 1;
}

.anchor-video {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -90px;
}

.anchor-howbuy {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -80px;
}

.profile-tracking-index {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.profile-table-3 {
  border: 1px solid var(--cccccc);
  background-color: var(--ffffff);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.howbuy-top-blcok {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--ffffff);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px #cbd3e7;
}

.howbuy-top-blcok-a {
  width: 60%;
}

.howbuy-top-blcok-b {
  width: 40%;
}

.buy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  font-size: 20px;
  overflow: hidden;
}

.buy-grid-th {
  color: var(--2258c5);
  border-bottom: 1px solid #d6d6d6;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  display: flex;
}

.buy-grid-th.last {
  border-bottom-width: 0;
}

.buy-grid-td {
  border-bottom: 1px solid #d6d6d6;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 10px;
}

.buy-grid-td.last {
  border-bottom-width: 0;
}

.blue {
  color: var(--2258c5);
}

.kv-hero-img {
  transform-origin: 50% 0;
}

.slider-subtext {
  color: var(--ffffff);
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.s2-tab-menu {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabs-menu-btn {
  background-color: var(--transparent);
  color: var(--ffffff);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hr-w.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1px 50px;
  background-clip: border-box;
  width: 25%;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.tabs-menu-btn.w--current {
  background-color: var(--transparent);
  color: #fbfb12;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hr-w.svg'), url('../images/slider-tab-menu-arrow-a.png');
  background-position: 100% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1px 50px, 55px;
  background-clip: border-box;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.tabs-menu-btn.no-border {
  background-image: none;
}

.tabs-menu-btn.no-border.w--current {
  background-image: url('../images/slider-tab-menu-arrow-a.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 55px;
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 180px;
}

.s2-chart-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
  position: relative;
}

.s2-content {
  background-image: url('../images/slider-menu-bg-b.png');
  background-position: 50% 110px;
  background-repeat: no-repeat;
  background-size: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.s2-chart-block {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.chart-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fdfbf6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-title-text {
  color: #243888;
  text-align: left;
  background-image: url('../images/title-video-icon.png');
  background-position: 0 5%;
  background-repeat: no-repeat;
  background-size: 60px;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.profile-title-text {
  color: #243888;
  text-align: center;
  background-image: url('../images/title-dl-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.sub-title {
  background-image: url('../images/fund-hr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1109px;
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.blue-bold {
  color: #2258c5;
  font-weight: 700;
}

.text-block-67 {
  color: var(--2258c5);
}

.subscription-block {
  background-image: linear-gradient(0deg, #e6eaf4 73%, #fff);
}

.fixed-menu-3 {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.anchor-s2-tab {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -79px;
}

.s1-tab-menu {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 980px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-pane-tab-1 {
  background-color: #fdfbf5;
}

.s2-tabs-block {
  width: 100%;
  margin-top: 30px;
}

.tabs-content {
  border-radius: 20px;
  box-shadow: 0 2px 10px #cfb074;
}

.l-bg-01 {
  background-image: url('../images/slider-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.tab-prev {
  z-index: 2;
  cursor: pointer;
  background-image: linear-gradient(90deg, #017de9, #314fdb);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 50% auto auto -30px;
}

.tab-next {
  z-index: 2;
  cursor: pointer;
  background-image: linear-gradient(90deg, #2a55dd, #047ae8);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 5px;
  display: flex;
  position: absolute;
  inset: 50% -30px auto auto;
}

.subscription-title-text {
  color: var(--points-blue);
  background-image: url('../images/title-buy-icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.anchor-s1-tab {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -80px;
}

.code-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.none {
  display: none;
}

.fixed-menu-icon {
  width: 30px;
}

.fixed-link-a {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.kv-cards {
  margin-top: 100px;
}

.card-content {
  flex-flow: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-h1 {
  color: var(--ffffff);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.card-h1-big {
  font-size: 46px;
  font-weight: 700;
  line-height: 70px;
}

.cards-block {
  justify-content: space-between;
  display: flex;
}

.card-popup {
  cursor: pointer;
}

.slider-subtitle-block {
  background-image: url('../images/slider-subtitle-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 610px;
  width: 610px;
  height: 60px;
}

.slider-subtitle-block.fund {
  margin-top: 20px;
}

.s1-tabs-block {
  margin-top: 30px;
}

.slider-arrow {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.tabs-menu-btn-2 {
  background-color: var(--transparent);
  color: var(--black);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hr-b.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1px 50px;
  background-clip: border-box;
  width: 25%;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.tabs-menu-btn-2.w--current {
  background-color: var(--transparent);
  color: #027ce8;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hr-b.svg'), url('../images/slider-tab-menu-arrow-b.png');
  background-position: 100% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1px 50px, 55px;
  background-clip: border-box;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.tabs-menu-btn-2.no-border {
  background-image: none;
}

.tabs-menu-btn-2.no-border.w--current {
  background-image: url('../images/slider-tab-menu-arrow-b.png');
  background-position: 50% 100%;
  background-size: 55px;
}

.l-bg-02 {
  background-image: url('../images/data-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.youtube {
  border-radius: 20px;
  padding-top: 14px;
  display: flex;
  overflow: hidden;
}

.youtube.hide {
  display: none;
}

.fund-h2 {
  color: var(--2258c5);
  background-image: url('../images/fund-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 25px;
}

.fund-img-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.fund-img-item.mb {
  display: none;
}

.item-a {
  border-right: 1px solid #e6eaf4;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.item-a.left {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.item-a.left.bold {
  font-weight: 700;
}

.item-a.bold-big {
  border-right-width: 0;
  font-size: 18px;
  font-weight: 700;
}

.item-b {
  background-color: #e6eaf4;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.item-b.left {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.item-b.left.bold {
  font-weight: 700;
}

.item-b.bold-big {
  border-right-width: 0;
  font-size: 18px;
  font-weight: 700;
}

.popup-card-block {
  z-index: 999;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-block-card {
  background-color: #fff;
}

.popup-card-item {
  margin: auto;
  position: relative;
}

.video-bg {
  z-index: -2;
  height: 1080px;
  position: absolute;
  inset: 0%;
}

.kv-alpha-bg {
  z-index: -1;
  background-image: url('../images/kv-bg-alpha.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
  position: absolute;
  inset: 0% 0% 180px;
}

.go-top-img {
  color: var(--white);
  width: 30px;
  height: 30px;
}

.kv-slogan-mb, .popup-card-mb {
  display: none;
}

.coming-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.fund-msger-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fund-msger-right {
  border-left: 1px solid #acacac;
  padding-left: 10px;
}

.fund-msger-left {
  min-width: 60px;
  font-weight: 700;
}

.buy-blue, .mb-nav-y {
  color: var(--2258c5);
  font-weight: 700;
}

.red-bold-big {
  color: #c52225;
  font-size: 16px;
  font-weight: 700;
}

.swiper.myswiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  justify-content: space-around;
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: center;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  height: 544px;
  min-height: 544px;
  max-height: 544px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.yt {
  background-color: #000;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--d54315);
    background-image: linear-gradient(180deg, var(--gbg-v3-2), var(--gbg-v3-1));
  }

  .kv-section {
    overflow: hidden;
  }

  .section-video {
    background-image: none;
    padding-top: 60px;
  }

  .section-1 {
    min-height: auto;
    padding-bottom: 30px;
  }

  .section-howbuy {
    padding-top: 60px;
  }

  .top-navbar {
    padding-right: 0;
  }

  .footer-copyright-1, .footer-copyright-2 {
    width: 96%;
  }

  .footer-copyright {
    padding-bottom: 50px;
  }

  .footer-contact-block {
    min-width: 300px;
  }

  .footer-content {
    width: 96%;
  }

  .profile-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .how-buy-title {
    padding-bottom: 25px;
  }

  .accordion-open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .howbuy-tab-menu {
    border-radius: 0;
    margin-bottom: 0;
    top: 80px;
  }

  .howbuy-tabs-content {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .howbuy-text-block-dot {
    font-size: 17px;
  }

  .section-hotline {
    padding-bottom: 0;
  }

  .hotline-block {
    background-position: 75%;
    width: 94%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hotline-content-2 {
    justify-content: flex-start;
  }

  .hotline-content-3 {
    font-size: 3vw;
  }

  .hotline-content-4 {
    font-size: 50px;
  }

  .profile-content {
    overflow: hidden;
  }

  .profile-buttom-block {
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .doc-link {
    border-radius: 10px;
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2vw;
  }

  .doc-link:hover {
    background-size: 20px, auto;
  }

  .s1-chart-block {
    min-height: auto;
  }

  .s1-chart-content {
    background-image: none;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .video-tabs-content {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .video-tab-link-1 {
    height: 50px;
    font-size: 2.3svw;
  }

  .video-tab-link-1.w--current {
    font-size: 2.3svw;
  }

  .youtube-content {
    width: 90vw;
    max-width: 768px;
    min-height: 50vw;
  }

  .kv-block {
    justify-content: center;
    align-items: flex-start;
    max-width: 768px;
    padding-top: 0;
  }

  .kv-content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    display: flex;
  }

  .fund-name {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
    display: flex;
  }

  .top-menu {
    color: var(--f8f8f4);
    text-align: center;
    border-bottom: 1px solid #f5f5f54d;
    font-size: 20px;
  }

  .top-menu:hover {
    color: var(--text);
    background-color: #fff;
    border-bottom-width: 0;
  }

  .top-menu.w--current {
    background-color: #fff;
    border-bottom-width: 0;
  }

  .fixed-menu-block, .fixed-gotop {
    display: none;
  }

  .fixed-menu-2 {
    border-top: 1px solid var(--cca65c);
    border-right: 1px solid var(--b7872f);
    background-color: #e8962f;
    width: 50%;
    height: 50px;
  }

  .fixed-link-b {
    color: var(--ffffff);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fixed-menu-1 {
    background-color: var(--2258c5);
    border-bottom-style: none;
    border-right: 1px #887a7a;
    width: 50%;
    height: 50px;
  }

  .icon {
    font-size: 40px;
  }

  .video-tab-menu {
    width: 56%;
    margin-left: 40px;
    padding-top: 10px;
  }

  .video-tabs {
    background-position: 50% 20px;
    background-size: contain;
  }

  .howbuy-2-setp3-a {
    justify-content: flex-end;
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .howbuy-2-setp3-b {
    width: 80%;
  }

  .menu-button {
    height: 80px;
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: var(--gbg-v3-2);
    height: 80px;
    padding: 20px;
  }

  .fixed-menu-block-m {
    border-radius: 0;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50px;
    display: flex;
    inset: auto 0% 0% 0;
  }

  .profile-table-1 {
    flex-flow: column;
  }

  .profile-table-b {
    width: 100%;
  }

  .chart-img-pc {
    display: block;
  }

  .quick-stack-8 {
    width: 100%;
  }

  .th {
    font-size: 16px;
  }

  .fixed-link-text {
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 10px;
  }

  .close-btn.card {
    width: 40px;
    height: 40px;
    top: -2.6vw;
    right: -2.5vw;
  }

  .popup-note {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .sc-btn-icon {
    width: .8em;
  }

  .howbuy-2-setp3-e {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .profile-tracking-index {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .howbuy-top-blcok {
    border-radius: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .buy-grid {
    border-radius: 0;
  }

  .buy-grid-th, .buy-grid-td {
    font-size: 17px;
  }

  .text-block-64, .text-block-65 {
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    display: flex;
  }

  .kv-hero {
    width: 100%;
    max-width: 63vw;
    bottom: -5%;
    right: auto;
  }

  .slider-subtext {
    font-size: 3svw;
  }

  .s2-tab-menu {
    width: 100%;
    max-width: 100%;
  }

  .tabs-menu-btn, .tabs-menu-btn.w--current {
    font-size: 3svw;
  }

  .s2-chart-content {
    background-image: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .chart-content {
    width: 96%;
  }

  .video-title-text {
    width: 37vw;
    font-size: 7vw;
  }

  .profile-title-text {
    width: 75%;
    padding-left: 60px;
    font-size: 7vw;
    display: flex;
  }

  .blue-bold {
    color: var(--2258c5);
  }

  .fixed-menu-3 {
    border-top: 1px solid var(--cca65c);
    background-color: #50945d;
    width: 50%;
    height: 50px;
  }

  .s1-tab-menu {
    background-position: 50% 100%;
    background-size: 100%;
    width: 100%;
    max-width: 700px;
    height: 50px;
  }

  .l-bg-01 {
    background-size: cover;
  }

  .tab-prev {
    width: 40px;
    height: 40px;
    display: none;
    left: 10px;
  }

  .tab-next {
    width: 40px;
    height: 40px;
    display: none;
    right: 10px;
  }

  .subscription-title-text {
    width: 38vw;
    font-size: 7vw;
  }

  .fixed-menu-icon {
    width: 26px;
  }

  .fixed-link-a {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    width: 26px;
  }

  .tabs-menu-btn-2, .tabs-menu-btn-2.w--current {
    font-size: 3svw;
  }

  .fund-img-block {
    flex-flow: column;
  }

  .item-a, .item-b {
    font-size: 15px;
  }

  .item-b.left {
    padding-right: 10px;
  }

  .popup-card-item {
    max-width: 90%;
  }

  .mb-nav-y {
    color: var(--gbg-v9-2);
    font-weight: 700;
  }

  .red-bold-big {
    color: var(--2258c5);
  }

  .swiper-slide {
    width: 29vw;
    min-width: 29vw;
    max-width: 29vw;
    height: 52vw;
    min-height: 52vw;
    max-height: 52vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .kv-section {
    background-image: url('../images/kv-bg-mb.png');
    background-position: 50% 100%;
    background-size: cover;
    max-width: 428px;
    min-height: auto;
  }

  .section-video, .section-1 {
    padding-top: 60px;
  }

  .section-profile {
    padding-top: 40px;
    padding-bottom: 0;
    overflow: visible;
  }

  .section-howbuy {
    padding-top: 60px;
  }

  .footer {
    padding-bottom: 0;
    overflow: hidden;
  }

  .footer-info {
    display: block;
  }

  .top-navbar {
    height: 50px;
    padding-left: 10px;
  }

  .footer-copyright-1 {
    font-size: 13px;
  }

  .footer-copyright-2 {
    display: block;
  }

  .footer-copyright-2-1 {
    font-size: 13px;
  }

  .footer-contact-block {
    border-right-style: none;
  }

  .footer-note {
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-contact-1 {
    border-bottom-color: var(--e6e6e6);
  }

  .footer-contact-2 {
    border-bottom: 1px solid var(--e6e6e6);
  }

  .s1-content {
    background-image: none;
  }

  .profile-block {
    width: 100%;
    padding-top: 20px;
  }

  .how-buy {
    overflow: visible;
  }

  .how-buy-title {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .accordion-open {
    text-align: left;
    padding: 20px 0 0;
  }

  .how-buy-items {
    font-size: 16px;
    line-height: 26px;
  }

  .toggle-icon {
    margin-right: 15px;
  }

  .how-buy-articles {
    height: 70px;
    padding-left: 20px;
    font-size: 18px;
  }

  .howbuy-tab-menu {
    z-index: 50;
    position: sticky;
    top: 50px;
  }

  .howbuy-tab-link, .howbuy-tab-link.w--current {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 4.9vw;
  }

  .howbuy-tabs-content {
    padding: 20px 10px;
  }

  .howbuy-tab-content-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 32px;
  }

  .howbuy-tab-content-block {
    width: 100%;
    font-size: 16px;
  }

  .button-style-1 {
    background-position: 29%, 0 0;
    font-size: 20px;
  }

  .button-style-1:hover {
    background-position: 29%, 0 0;
  }

  .howbuy-text-block-dot {
    text-align: justify;
    background-position: 0 1svw;
    font-size: 4svw;
    line-height: 5.5svw;
  }

  .section-hotline {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hotline-block {
    background-color: #126399;
    background-position: -500px 0;
    background-repeat: no-repeat;
    background-size: 980px;
    border-radius: 20px;
    height: 180px;
    padding: 40px 20px 0;
    overflow: visible;
  }

  .hotline-content-2 {
    padding-bottom: 40px;
    display: block;
  }

  .hotline-content-3 {
    background-position: 100% 9px;
    width: 129px;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .hotline-content-4 {
    font-size: 35px;
  }

  .hotline-font-style-1 {
    width: 111px;
    font-size: 10px;
  }

  .howbuy-cell-2-4, .howbuy-cell-2-3 {
    padding: 5px;
  }

  .number-highlight {
    width: 20px;
    margin-right: 3px;
    line-height: 20px;
  }

  .text-block-16 {
    border-top: 1px none var(--cccccc);
    color: var(--1a7784);
    text-align: center;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 10px;
    display: flex;
  }

  .howbuy-chart-style {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .howbuy-chart-style.no-boder-bottom {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .howbuy-font-style-1 {
    line-height: 24px;
  }

  .profile-content {
    overflow: visible;
  }

  .profile-buttom-block {
    display: block;
  }

  .doc-link {
    width: 45vw;
    font-size: 16px;
  }

  .profile-chart-note {
    width: 96%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 16px;
  }

  .profile-table-content {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .video-content {
    position: relative;
  }

  .video-tabs-content {
    box-shadow: none;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .video-tab-link-1 {
    text-align: center;
    background-position: 100% 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0;
    font-size: 16px;
    line-height: 5svw;
  }

  .video-tab-link-1.w--current {
    text-align: center;
    background-position: 50% 100%, 100% 5px;
    background-size: 40px, 1px 50px;
    border-top-left-radius: 15px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .video-tab-link-1.short {
    width: 80%;
  }

  .video-tab-link-1.short.no-boder.w--current {
    background-image: url('../images/slider-tab-menu-arrow-a.png');
    background-position: 50% 100%;
    background-size: 40px;
  }

  .youtube-content {
    width: 95vw;
  }

  .kv-block {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    position: relative;
    overflow: hidden;
  }

  .kv-content {
    padding-top: 0;
  }

  .fund-name {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 27px;
  }

  .top-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fixed-gotop {
    display: none;
  }

  .fixed-menu-2 {
    width: 50%;
    height: 50px;
  }

  .fixed-link-b {
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
  }

  .fixed-menu-1 {
    border-bottom-style: none;
    justify-content: center;
    width: 50%;
    height: 50px;
  }

  .icon {
    font-size: 36px;
  }

  .video-tab-menu {
    z-index: 3;
    justify-content: space-around;
    width: 260px;
    margin-left: 10px;
    margin-right: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .video-tabs {
    background-position: -30px 15px;
    background-size: 580px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-title-block {
    text-align: center;
  }

  .howbuy-2-setp3-a {
    justify-content: flex-start;
    align-items: center;
    width: 34%;
    padding: 10px 0;
  }

  .howbuy-2-setp3-b {
    text-align: justify;
    width: 100%;
    font-size: 4svw;
    font-weight: 500;
    line-height: 5.5svw;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 7px 0 0 7px;
  }

  .menu-button.w--open {
    height: 50px;
    padding: 7px 0 0 7px;
  }

  .howbuy-cell-2-1, .howbuy-cell-2-2 {
    padding: 5px;
  }

  .howbuy-cell-3-1 {
    align-items: flex-start;
    padding: 5px 10px;
    line-height: 22px;
  }

  .howbuy-cell-3-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .howbuy-cell-3-3 {
    justify-content: center;
    align-items: flex-start;
    padding: 5px 10px;
    line-height: 22px;
  }

  .howbuy-cell-3-4 {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .howbuy-cell-4-1, .howbuy-cell-4-2 {
    padding: 5px;
  }

  .howbuy-quick-stack-4-m {
    font-size: 16px;
    overflow: hidden;
  }

  .howbuy-cell-4-1-m, .howbuy-cell-4-2-m {
    padding: 15px 5px;
    font-weight: 700;
  }

  .profile-buttom-block-a {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    display: flex;
  }

  .text-block-33 {
    font-size: 15px;
  }

  .text-block-34 {
    font-size: 16px;
  }

  .text-block-35 {
    font-size: 17px;
  }

  .how-buy-setp {
    display: none;
  }

  .how-buy-setp-m {
    display: inline-block;
  }

  .fixed-menu-block-m {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
    display: flex;
    inset: auto 0 0;
  }

  .how-buy-setp-block-m {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .profile-table-1 {
    flex-flow: column;
    width: 100%;
    min-width: auto;
    font-size: 16px;
  }

  .profile-table-a, .profile-table-b {
    width: 100%;
  }

  .profile-table-2 {
    flex-flow: column;
    width: 100%;
    min-width: auto;
  }

  .chart-img-pc {
    display: none;
  }

  .th {
    padding-left: 5px;
    font-size: 14px;
  }

  .th.left {
    padding-left: 10px;
  }

  .th.nation, .th.industry {
    display: none;
  }

  .fixed-link-text {
    padding-left: 5px;
  }

  .chart-img-mb {
    display: block;
  }

  .popup-block-pc {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .popup-title {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
  }

  .popup-block-text-pc {
    padding: 10px 7px;
    font-size: 15px;
  }

  .popup-item {
    width: 96%;
  }

  .popup-block-warning {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .close-btn {
    width: 30px;
    height: 30px;
    padding: 5px;
    top: 20px;
    right: 10px;
  }

  .close-btn.card {
    inset: 0% 0% auto auto;
  }

  .popup-note {
    font-size: 13px;
    line-height: 1.1;
  }

  .sc-btn-icon {
    width: 35px;
  }

  .text-line-break-mb {
    display: inline-block;
  }

  .howbuy-2-setp3-d {
    text-align: justify;
    width: 100%;
    font-size: 4svw;
    font-weight: 500;
    line-height: 5.5svw;
  }

  .howbuy-2-setp3-e {
    text-align: justify;
    width: 100%;
    font-size: 3.6svw;
    font-weight: 500;
    line-height: 4.6svw;
  }

  .text-block-63 {
    text-shadow: 0 2px 4px #331a01cc;
  }

  .anchor-video {
    top: 0;
  }

  .profile-tracking-index {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .profile-table-3 {
    border-left-style: none;
    border-right-style: none;
    flex-flow: column;
    width: 100%;
    min-width: auto;
  }

  .howbuy-top-blcok {
    flex-flow: column;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .howbuy-top-blcok-a, .howbuy-top-blcok-b {
    width: 100%;
  }

  .buy-grid {
    border-radius: 15px;
  }

  .buy-grid-th {
    font-size: 16px;
  }

  .buy-grid-td {
    padding: 5px 5px 5px 10px;
    font-size: 16px;
  }

  .text-block-64, .text-block-65 {
    height: auto;
  }

  .text-span-11 {
    display: inline-flex;
  }

  .kv-hero {
    max-width: 53vw;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    bottom: 40px;
  }

  .slider-subtext {
    flex-flow: column;
    width: 100%;
    height: 60px;
    font-size: 4.2svw;
    line-height: 7svw;
  }

  .s2-tab-menu {
    background-image: linear-gradient(#f7ea9e 54%, #ffda3e);
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    position: sticky;
    top: 50px;
    overflow: hidden;
  }

  .tabs-menu-btn {
    background-position: 100% 5px;
    border-right-color: #64698a;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    font-size: 16px;
    line-height: 5svw;
    display: flex;
  }

  .tabs-menu-btn.w--current {
    background-position: 100% 5px, 50% 100%;
    background-size: 1px 50px, 40px;
    border-right-color: #64698a;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
  }

  .tabs-menu-btn.no-border.w--current {
    background-size: 40px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .s2-content {
    background-image: none;
  }

  .chart-content {
    width: 100%;
  }

  .video-title-text {
    background-position: 0%;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 70px;
    font-size: 30px;
    display: flex;
  }

  .video-tab-pane-h {
    width: 100%;
  }

  .profile-title-text {
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 70px;
    font-size: 30px;
    display: flex;
  }

  .sub-title {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-title.first {
    margin-top: 0;
  }

  .fixed-menu-3 {
    width: 50%;
    height: 50px;
  }

  .anchor-s2-tab {
    top: -50px;
  }

  .s1-tab-menu {
    background-image: linear-gradient(#013ad8, #000e62);
    border-top: 2px solid #f9e58f;
    height: 60px;
    position: sticky;
    top: 50px;
    overflow: hidden;
  }

  .s2-tabs-block {
    margin-top: 10px;
  }

  .tabs-content {
    border-radius: 12px;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .l-bg-01 {
    background-position: 50% 100%;
    background-size: 1820px;
  }

  .tab-prev {
    left: 0;
  }

  .tab-next {
    right: 0;
  }

  .subscription-title-text {
    background-position: 0%;
    justify-content: center;
    align-items: center;
    width: 190px;
    font-size: 30px;
    line-height: 70px;
  }

  .mb-br {
    flex-flow: column;
    display: block;
  }

  .fixed-icon-mb {
    width: 20px;
  }

  .anchor-s1-tab {
    top: -50px;
  }

  .fixed-link-a {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kv-cards {
    margin-top: 60px;
  }

  .card-h1 {
    font-size: 20px;
  }

  .card-h1-big {
    font-size: 40px;
    line-height: 1;
  }

  .cards-block {
    justify-content: space-between;
    width: 100%;
    max-width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }

  .card-popup {
    width: 46vw;
  }

  .slider-subtitle-block {
    background-size: contain;
    width: 100%;
    max-width: 360px;
  }

  .slider-subtitle-block.fund {
    margin-top: 0;
  }

  .s1-tabs-block {
    margin-top: 10px;
  }

  .tabs-menu-btn-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 100% 5px;
    border-right-color: #64698a;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 5svw;
    display: flex;
  }

  .tabs-menu-btn-2.w--current {
    background-position: 100% 5px, 50% 100%;
    background-size: 1px 50px, 40px;
    border-right-color: #64698a;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
    line-height: 5svw;
  }

  .tabs-menu-btn-2.no-border.w--current {
    background-image: url('../images/slider-tab-menu-arrow-b.png'), linear-gradient(to bottom, null, null);
    background-size: 40px, auto;
  }

  .l-bg-02 {
    background-size: contain;
  }

  .fund-h2 {
    margin-top: 10px;
    font-size: 25px;
  }

  .fund-img-item.mb {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fund-img-item.mb-none {
    display: none;
  }

  .item-a {
    font-size: 14px;
  }

  .item-a.left {
    padding: 10px 5px;
  }

  .item-a.bold-big {
    font-size: 15px;
  }

  .item-a.nation, .item-a.industry {
    display: none;
  }

  .item-b {
    padding-left: 0;
    font-size: 14px;
  }

  .item-b.left {
    padding: 10px 5px;
  }

  .item-b.bold-big {
    font-size: 15px;
  }

  .item-b.nation, .item-b.industry {
    display: none;
  }

  .popup-card-block {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .popup-block-card {
    width: 360px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .popup-card-item {
    max-width: 100%;
  }

  .video-bg {
    height: 760px;
    left: -110%;
  }

  .kv-alpha-bg {
    bottom: 0;
  }

  .kv-slogan-mb {
    display: block;
  }

  .kv-slogan, .popup-card-pc {
    display: none;
  }

  .popup-card-mb {
    display: block;
  }

  .fund-msger-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fund-msger-right {
    border-left-width: 0;
    padding-left: 0;
  }

  .swiper-wrapper {
    justify-content: flex-start;
  }

  .swiper-slide {
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw;
    height: 125vw;
    min-height: 125vw;
    max-height: 125vw;
  }
}

#w-node-a545b750-6599-65df-944c-d635a59ffe8a-0032e70d {
  grid-template-rows: 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px;
  grid-template-columns: 218px .25fr .35fr 1fr .35fr;
}

#w-node-_84b9b84b-e193-ebde-425e-204ae214896d-0032e70d, #w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-0032e70d {
  grid-template-rows: 60px 60px 60px 60px;
  grid-template-columns: 150px 1fr;
}

#w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-0032e70d {
  grid-template-rows: 60px 60px 100px;
  grid-template-columns: 150px 1fr;
}

#w-node-_90a3549b-089e-6745-ee30-b7c2ae6f9e1a-0032e70d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_6897d5f8-eff6-01b2-a8c9-21947045a73e-0032e70d {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: minmax(200px, .25fr) 1fr;
}

#w-node-fe238f60-1f5d-7647-8522-111416b47935-0032e70d, #w-node-_4465f35d-ecd5-0b34-730e-26c0482b6f0a-0032e70d {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, .25fr) 1fr;
}

#w-node-bd2136ff-3b7a-f978-4e4e-872734b1f1b9-0032e70d {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c510f965-b974-4984-8763-98da0e826ef9-0032e70d {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  display: none;
}

@media screen and (max-width: 991px) {
  #w-node-a545b750-6599-65df-944c-d635a59ffe8a-0032e70d {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: .75fr .25fr .5fr 1.5fr .25fr;
  }

  #w-node-a545b750-6599-65df-944c-d635a59ffe8b-0032e70d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84b9b84b-e193-ebde-425e-204ae214896d-0032e70d, #w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-0032e70d {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 150px 1fr;
  }

  #w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-0032e70d {
    grid-template-rows: minmax(60px, 1fr) 60px;
    grid-template-columns: 150px 1fr;
  }

  #w-node-_90a3549b-089e-6745-ee30-b7c2ae6f9e1a-0032e70d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 140px 1fr;
  }

  #w-node-bd2136ff-3b7a-f978-4e4e-872734b1f1b9-0032e70d {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-c510f965-b974-4984-8763-98da0e826ef9-0032e70d {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a545b750-6599-65df-944c-d635a59ffe8a-0032e70d {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 100px 1fr 50px;
  }

  #w-node-_84b9b84b-e193-ebde-425e-204ae214896d-0032e70d, #w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-0032e70d {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 130px 1fr;
  }

  #w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-0032e70d {
    grid-template-rows: auto auto;
    grid-template-columns: 130px 1fr;
  }

  #w-node-_6897d5f8-eff6-01b2-a8c9-21947045a73e-0032e70d {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: minmax(100px, .25fr) 1fr;
  }

  #w-node-fe238f60-1f5d-7647-8522-111416b47935-0032e70d, #w-node-_4465f35d-ecd5-0b34-730e-26c0482b6f0a-0032e70d {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(100px, .25fr) 1fr;
  }

  #w-node-bd2136ff-3b7a-f978-4e4e-872734b1f1b9-0032e70d {
    display: none;
  }

  #w-node-c510f965-b974-4984-8763-98da0e826ef9-0032e70d {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}


