:root {
  --d54315: #d54315;
  --gbg-v3-2: #14264b;
  --gbg-v3-1: #255aa7;
  --808080: grey;
  --ffffff: white;
  --e6e6e6: #e6e6e6;
  --text: #1a1a1a;
  --points-blue: #193565;
  --1a7784: #1a7784;
  --f8f8f4: #f8f8f4;
  --cccccc: #ccc;
  --points-red: #d5373e;
  --gbg-v1-3: #972936;
  --b7872f: #b7872f;
  --ffe9b1: #ffe9b1;
  --42210b: #42210b;
  --f2f2f2: #f2f2f2;
  --ed6a00: #ed6a00;
  --0e5d6e\<deleted\|variable-6fb8d436-722c-84cf-eaf0-78cd84a8c86d\>: #0e5d6e;
  --gbg-v1-1: #c94340;
  --cca65c: #cca65c;
  --ffe6b4: #ffe6b4;
  --f49700: #f49700;
  --e18911: #e18911;
  --transparent: #0000;
  --gbg-v9-2: #f4bb18;
  --gbg-v9-3: #eb6916;
  --62a6f2: #62a6f2;
  --black: black;
  --gbg-v6-3: #aa4e23;
  --gbg-v6-4: #c0621c;
  --gbg-v4-1: #c03229;
  --e5e5e5: #e5e5e5;
  --white: white;
  --gbg-v8-1: #fcfbf5;
  --gbg-v8-2: #fef7e5;
  --ffff00: yellow;
  --gbg-v9-1: #f7d273;
  --gbg-v2-2: #bf8310;
  --gbg-v2-3: #fff7c2;
  --gbg-v2-4: #bf842c;
  --fcf7ee: #fcf7ee;
  --e6f0ff: #e6f0ff;
  --b3b3b3: #b3b3b3;
  --67bfa4: #67bfa4;
  --e6cea8: #e6cea8;
  --ddebfb: #ddebfb;
  --eaf5f4: #eaf5f4;
  --f6f8e7: #f6f8e7;
  --c94340: #c94340;
  --main-color-v1: #e95513;
  --ff6a14: #ff6a14;
  --gbg-v1-2: #e95513;
  --gbg-v1-4: #c94340;
  --gbg-v2-1: #fff7c2;
  --ffcd7f: #ffcd7f;
  --ffe7ae: #ffe7ae;
  --f29906: #f29906;
  --gbg-v4-2: #d21e1d;
  --gbg-v4-3: #e28a12;
  --gbg-v5-1: #f4d028;
  --gbg-v5-2: #f7de7e;
  --gbg-v5-3: #feedb2;
  --gbg-v5-4: #f0f5dc;
  --gbg-v6-1: #502512;
  --gbg-v6-2: #73311b;
  --gbg-v7-1: #c03229;
  --color: #dc6b59;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
  }
}

.menu-button .icon svg {
  display: block;
  width: 23px;
  height: 20px;
  margin-top: 7px;
  margin-left: 6px;
}

.menu-button {
  color: #606060;
}


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, sans-serif;
  font-size: 18px;
  display: flex;
}

.kv-section {
  z-index: 1;
  background-image: url('../images/kv-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.section-video {
  background-image: url('../images/video-bg-top.png'), url('../images/video-bg-bottom.png');
  background-position: 0 284px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1920px, 1920px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-1 {
  background-image: url('../images/s1-bg-blue.png'), url('../images/s1-bg-red_1.png');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 120px;
  padding-bottom: 60px;
  transition: all .5s;
}

.section-profile {
  background-image: url('../images/profile-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  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;
}

@media screen and (max-width: 991px){
  .brand{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.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(--points-blue);
}

.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 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.s1-title-text-pc {
  color: var(--ffffff);
  text-align: center;
  padding-bottom: 40px;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.profile-block {
  background-image: url('../images/profile-bg-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  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 {
  background-color: #f0f0f0;
  background-image: linear-gradient(90deg, var(--gbg-v3-2), var(--gbg-v3-1));
  color: var(--ffffff);
  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;
  border: 1px solid var(--cccccc);
  background-color: var(--ffffff);
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.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 {
  background-image: url('../images/video-icon-1_1video-icon-1.png'), linear-gradient(180deg, var(--points-red), var(--gbg-v1-3));
  color: var(--ffffff);
  text-align: center;
  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-style: none solid solid;
  border-width: 1px;
  border-color: var(--cccccc);
  background-color: var(--ffffff);
  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 {
  background-color: var(--ffffff);
  margin-left: auto;
  margin-right: auto;
}

.howbuy-tab-content {
  color: var(--text);
  font-size: 18px;
}

.howbuy-tab-content-title {
  color: var(--points-red);
  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;
}

.text-block-14 {
  text-align: center;
  font-weight: 500;
  line-height: 150%;
}

.button-style-1 {
  border: 1px solid var(--points-red);
  background-color: var(--points-red);
  color: var(--ffffff);
  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-color: var(--b7872f);
  background-color: var(--ffe9b1);
  color: var(--42210b);
}

.howbuy-text-block-dot {
  background-image: url('../images/dot-1_1dot-1.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-bottom: 6px;
  padding-left: 22px;
  font-size: 18px;
  line-height: 24px;
}

.copyright-link {
  color: var(--ffffff);
  text-decoration: none;
}

.font-highlight {
  color: var(--points-red);
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.body {
  color: var(--text);
  font-family: Noto Sans TC, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.section-hotline {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hotline-block {
  background-color: #a52023;
  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;
}

.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: Rubik, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 48px;
  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, sans-serif;
  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;
}

.button-style-2 {
  border: 1px solid var(--points-red);
  background-color: var(--points-red);
  color: #fff;
  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-2:hover {
  border-color: var(--b7872f);
  background-color: var(--ffe9b1);
  color: var(--42210b);
}

.button-style-3 {
  border: 1px solid var(--points-red);
  background-color: var(--points-red);
  color: #fff;
  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-3:hover {
  border-color: var(--b7872f);
  background-color: var(--ffe9b1);
  color: var(--42210b);
}

.howbuy-font-style-1 {
  text-align: left;
  font-weight: 500;
  line-height: 24px;
}

.button-style-4 {
  border: 1px solid var(--points-red);
  background-color: var(--points-red);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-top: 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-4:hover {
  border-color: var(--b7872f);
  background-color: var(--ffe9b1);
  color: var(--42210b);
}

.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-style: solid;
  border-width: 1px;
  border-color: var(--points-red) var(--points-red) var(--gbg-v1-1);
  background-color: var(--points-red);
  color: #fff;
  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: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.doc-link:hover {
  border-color: var(--cca65c);
  background-color: var(--ffe9b1);
  color: var(--42210b);
}

.button-style-6 {
  border: 1px solid var(--cca65c);
  background-color: var(--ffe6b4);
  color: #42210b;
  background-image: url('../images/icon-002-a_1icon-002-a.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 24px;
  text-decoration: none;
  transition: all 1s;
  display: flex;
}

.button-style-6:hover {
  border-color: var(--gbg-v3-2);
  background-color: var(--points-red);
  color: var(--ffffff);
  background-image: url('../images/icon-002-b_1icon-002-b.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.button-style-7 {
  border: 1px solid var(--cca65c);
  background-color: var(--ffe9b1);
  color: #42210b;
  background-image: url('../images/icon-002-a_1icon-002-a.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 35px;
  font-size: 24px;
  text-decoration: none;
  transition: all 1s;
  display: flex;
}

.button-style-7:hover {
  border-color: var(--gbg-v3-2);
  background-color: var(--points-red);
  color: var(--f8f8f4);
  background-image: url('../images/icon-002-b_1icon-002-b.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.button-style-8 {
  border: 1px solid var(--cca65c);
  background-color: var(--ffe9b1);
  color: #42210b;
  background-image: url('../images/icon-002-a_1icon-002-a.png');
  background-position: 32%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 35px;
  font-size: 24px;
  text-decoration: none;
  transition: all 1s;
  display: flex;
}

.button-style-8:hover {
  border-color: var(--f49700);
  background-color: var(--points-red);
  color: var(--f8f8f4);
  background-image: url('../images/icon-002-b_1icon-002-b.png');
  background-position: 32%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.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: 1100px;
  min-height: 680px;
  margin-left: auto;
  margin-right: auto;
}

.s1-chart-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.video-content {
  max-width: 1000px;
  position: relative;
}

.video-tab-pane-1 {
  width: 100%;
}

.video-tabs-content {
  width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.section-video-title-block {
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-tab-link-1 {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--e18911) var(--ffffff) var(--e18911) var(--e18911);
  background-image: linear-gradient(180deg, var(--ffffff), var(--ffffff) 55%, var(--points-blue));
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-top-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  transform: skew(-20deg);
}

.video-tab-link-1.w--current {
  border-style: none solid none none;
  border-width: 0 1px 0 0;
  border-right-color: var(--ffffff);
  background-color: var(--transparent);
  background-image: linear-gradient(180deg, var(--ffffff), var(--ffffff) 50%, #f9d97e 70%, var(--gbg-v9-2) 85%, var(--gbg-v9-3));
  color: var(--ffffff);
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  transform: skew(-20deg);
}

.video-tab-link-1.short.no-boder {
  border-right-style: none;
}

.youtube-content {
  background-image: url('../images/commingsoon.png');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fefefe;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 900px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.youtube-content.short {
  width: 360px;
  min-height: 640px;
}

.kv-block {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1300px;
  height: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.kv-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.fund-slogan {
  justify-content: center;
  align-items: center;
  max-width: 580px;
  padding-bottom: 30px;
}

.fund-name {
  color: var(--1a7784);
  text-align: center;
  text-shadow: 0 10px 20px #0000001a;
  padding-bottom: 70px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.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 var(--points-red);
}

.top-menu.w--current {
  border-bottom: 8px solid var(--points-red);
  color: var(--black);
  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-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 81px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 430px;
  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(to bottom, var(--ed6a00), var(--d54315));
  border-radius: 40px;
  padding: 10px;
}

.fixed-menu-2 {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.fixed-link-b {
  color: var(--42210b);
  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 {
  background-image: url('../images/tabs-menu-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 855px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.video-tabs {
  width: 100%;
}

.section-title-block {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-profile-title-block {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  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 {
  width: 70%;
}

.profile-table-b {
  width: 60%;
}

.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(--points-red);
  text-decoration: none;
}

.chart-img-pc._02 {
  margin-top: 20px;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.cell-6 {
  background-image: linear-gradient(270deg, var(--gbg-v3-1), var(--gbg-v3-2));
  color: var(--ffffff);
  border-bottom: 1px solid #dce4f1;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 0 15px 20px;
  font-weight: 700;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  font-weight: 500;
}

.cell-7.cell-color1-background {
  background-color: #dce4f1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
}

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.cell-9 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

.cell-14 {
  background-color: var(--gbg-v3-2);
  color: var(--ffffff);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: 700;
}

.cell-15 {
  background-color: var(--gbg-v3-1);
  background-image: linear-gradient(90deg, var(--gbg-v3-2), var(--gbg-v3-1));
  color: var(--ffffff);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-weight: 700;
}

.howbuy-highlight {
  color: var(--points-red);
  font-weight: 700;
}

.fixed-link1 {
  padding-top: 5px;
}

.cell-7-1 {
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  font-weight: 500;
}

.cell-7-2 {
  background-color: #dce4f1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 15px;
  font-weight: 500;
}

.chart-img-mb {
  display: none;
}

.footer-contact-links {
  color: var(--points-red);
  text-decoration: none;
}

.popup-block-pc {
  background-color: #fff;
  border: 5px solid #d5373e;
  border-radius: 20px;
}

.popup-title {
  color: #d5373e;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.popup-block-text-pc {
  padding: 20px;
  font-size: 16px;
}

.popup-item {
  width: 700px;
  height: auto;
  margin: auto;
  position: relative;
}

.popup-block {
  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 {
  cursor: pointer;
  max-width: 80%;
  position: absolute;
  inset: 10px 10px auto auto;
}

.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(--gbg-v3-1), #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: #d5373e;
  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;
}

.anchor-video {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -90px;
}

.footer-disclaimer {
  text-align: justify;
  padding-left: 20px;
  font-size: 15px;
}

.anchor-howbuy {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -80px;
}

.profile-blcok-2-1 {
  width: 50%;
}

.profile-tracking-index {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.profile-blcok-2-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.cell-16 {
  background-color: var(--e6e6e6);
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

.cell-17 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.cell-18 {
  background-color: var(--e6e6e6);
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.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;
  border: 1px solid var(--cccccc);
  background-color: var(--ffffff);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  position: relative;
}

.howbuy-top-blcok-a {
  width: 60%;
}

.howbuy-top-blcok-b {
  width: 40%;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--cccccc);
  border-radius: 17px;
  padding: 0;
  font-size: 20px;
  overflow: hidden;
}

.cell-19 {
  background-image: linear-gradient(270deg, var(--gbg-v3-1), var(--gbg-v3-2));
  color: var(--ffffff);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  display: flex;
}

.cell-20 {
  justify-content: center;
  align-items: flex-start;
  padding: 15px 10px;
}

.cell-22 {
  border-top: 1px solid var(--cccccc);
  border-bottom: 1px solid var(--cccccc);
  justify-content: center;
  align-items: flex-start;
  padding: 15px 10px;
}

.cell-21 {
  border-top: 1px solid var(--808080);
  border-bottom: 1px solid var(--808080);
  background-image: linear-gradient(270deg, var(--gbg-v3-1), var(--gbg-v3-2));
  color: var(--ffffff);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  display: flex;
}

.text-span-9, .text-span-10 {
  color: var(--d54315);
}

.chart-img-pad {
  display: none;
}

.points-2 {
  color: var(--points-red);
  font-weight: 700;
}

.fund-date {
  max-width: 480px;
}

.kv-hero {
  position: absolute;
  inset: auto -10% -3% auto;
}

.intro-section {
  z-index: 1;
  background-image: url('../images/intro-bg.png'), linear-gradient(180deg, var(--gbg-v8-1), var(--gbg-v8-2));
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1920px, auto;
  margin-top: -70px;
  padding-top: 220px;
  padding-bottom: 80px;
}

.container {
  max-width: 1110px;
}

.intro-title-text {
  color: var(--points-red);
  text-align: center;
  padding-bottom: 100px;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.intro-img {
  padding-bottom: 40px;
}

.intro-note {
  text-align: center;
}

.s1-sub-text {
  border-top: 1px solid var(--ffe6b4);
  border-bottom: 1px solid var(--ffe6b4);
  color: var(--ffffff);
  justify-content: center;
  align-items: center;
  width: 710px;
  height: 55px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.points-1 {
  color: var(--ffe6b4);
}

.s1-chart-sources {
  color: var(--ffffff);
  text-align: justify;
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
}

.s2-tab-menu {
  z-index: 2;
  background-image: url('../images/s2-tabs-menu-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1200px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 79px;
}

.s1-chart-note {
  color: var(--ffff00);
  font-weight: 500;
}

.tabs-menu-btn {
  border-right: 1px solid var(--ffffff);
  background-color: var(--transparent);
  background-image: linear-gradient(0deg, var(--62a6f2), var(--ffffff) 30%, white);
  color: var(--ffffff);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
  transform: skew(-20deg);
}

.tabs-menu-btn.w--current {
  border-right: 1px solid var(--white);
  background-color: var(--transparent);
  background-image: linear-gradient(0deg, var(--gbg-v9-3), var(--gbg-v9-2) 15%, var(--gbg-v9-1) 30%, var(--ffffff) 50%, white);
  color: var(--ffffff);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
  transform: skew(-20deg);
}

.tabs-menu-btn.no-border {
  border-right-style: none;
}

.section-2 {
  padding-top: 120px;
}

.s2-title-text-pc {
  color: var(--points-blue);
  text-align: center;
  padding-bottom: 40px;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.s2-sub-text {
  border-top: 1px solid var(--points-blue);
  border-bottom: 1px solid var(--points-blue);
  color: var(--text);
  justify-content: center;
  align-items: center;
  width: 710px;
  height: 55px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.s2-tabs-menu-btn {
  border-right: 1px solid var(--ffffff);
  background-color: var(--transparent);
  background-image: linear-gradient(0deg, var(--62a6f2), var(--ffffff) 30%, white);
  color: var(--ffffff);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 300px;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
  transform: skew(-20deg);
}

.s2-tabs-menu-btn.w--current {
  border-right: 1px solid var(--white);
  background-color: var(--transparent);
  background-image: linear-gradient(0deg, var(--gbg-v9-3), var(--gbg-v9-2) 15%, var(--gbg-v9-1) 30%, var(--ffffff) 50%, white);
  color: var(--ffffff);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 300px;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
  transform: skew(-20deg);
}

.s2-tabs-menu-btn.no-border {
  border-right-style: none;
}

.points-3 {
  color: var(--points-red);
}

.s2-chart-sources {
  color: var(--text);
  text-align: justify;
  width: 94%;
  font-size: 14px;
  line-height: 20px;
}

.s2-chart-note {
  color: var(--points-red);
  font-weight: 500;
}

.s2-chart-1-block {
  background-image: url('../images/s2-tabs-menu-bg-repeat.png');
  background-position: 50% 0;
  background-size: 1200px;
  width: 1200px;
  min-height: 1460px;
}

.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 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.s2-chart-block {
  margin-left: auto;
  margin-right: auto;
}

.chart-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.s2-chart-2-block {
  background-image: url('../images/s2-tabs-menu-bg-repeat.png');
  background-position: 50% 0;
  background-size: 1200px;
  width: 1200px;
  min-height: 1320px;
}

.s2-chart-3-block {
  background-image: url('../images/slide-b-03.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1200px;
  width: 1200px;
  min-height: 1400px;
}

.chart-content-block {
  background-image: url('../images/s2-chart-4-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 725px;
  display: flex;
}

.video-title-text {
  color: var(--points-blue);
  text-align: center;
  background-image: url('../images/title-text-icon1.png');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 46px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 40px;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.profile-title-text {
  color: var(--ffffff);
  text-align: center;
  background-image: url('../images/title-text-icon4.png');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 46px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 40px;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.profile-sub-text {
  border-top: 1px solid var(--ffffff);
  border-bottom: 1px solid var(--ffffff);
  color: var(--ffffff);
  justify-content: center;
  align-items: center;
  width: 710px;
  height: 55px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.sub-title {
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.red-blod {
  color: var(--points-red);
}

.cell-23 {
  background-color: var(--gbg-v3-1);
  color: var(--ffffff);
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.text-block-67 {
  color: var(--points-red);
}

.hotline-hero {
  max-width: 27%;
  position: absolute;
  inset: -10% 0% auto auto;
}

.subscription-block {
  background-image: linear-gradient(0deg, #d5e3f1, var(--ffffff) 50%, white);
}

.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;
  background-image: url('../images/tabs-menu-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 980px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  top: 80px;
}

.chart-foot {
  background-image: url('../images/s2-chart-2-bg.png');
  background-position: 50% 100%;
  background-size: auto;
  width: 1200px;
  max-width: 1200px;
  height: 30px;
}

.tabs {
  width: 100%;
}

.tabs-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.long-background {
  background-image: url('../images/s2-bg.png');
  background-position: 50% 550px;
  background-repeat: no-repeat;
  background-size: auto;
}

.tab-prev {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/arrow-left.png');
  background-position: 50%;
  background-size: 60px;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 280px auto auto -30px;
}

.tab-prev.s2 {
  display: none;
  top: 800px;
  left: 10px;
}

.tab-next {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/arrow-right.png');
  background-position: 50%;
  background-size: 60px;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 280px -30px auto auto;
}

.tab-next.s2 {
  display: none;
  top: 800px;
  right: 10px;
}

.intro-img-mb {
  display: none;
}

.intro-title-text-mb {
  color: var(--points-red);
  text-align: center;
  padding-bottom: 100px;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  display: none;
  position: relative;
}

.subscription-title-text {
  color: var(--points-blue);
  text-align: center;
  background-image: url('../images/title-text-icon3.png');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 43px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 40px;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.s1-title-text-mb {
  color: var(--ffffff);
  text-align: center;
  padding-bottom: 40px;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.s2-title-text-mb {
  color: var(--points-blue);
  text-align: center;
  padding-bottom: 40px;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.youtube-code {
  width: 900px;
  height: 500px;
}

.short-code {
  width: 42%;
  height: 720px;
}

.img-mb {
  display: none;
}

.anchor-s1-tab {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -80px;
}

.s-h1-main {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#255aa8, #14264b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 60px;
  line-height: 1;
  transform: skew(-10deg);
}

.s-h1-red {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#be1926, #931116);
  -webkit-background-clip: text;
  background-clip: text;
}

.code-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.fixed-menu-2-copy {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.fixed-link2-copy {
  color: var(--42210b);
  padding-top: 5px;
  font-weight: 700;
}

.none {
  display: none;
}

.fixed-menu-icon {
  width: 30px;
}

.fixed-link-a {
  color: var(--ffffff);
  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;
}

.short-video-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-around;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.short-video-code {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  width: 360px;
  height: 640px;
}

.lottie-effect {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: soft-light;
  width: 80%;
  margin-bottom: -500px;
  margin-right: -362px;
  position: absolute;
  inset: 0% 313px 0% auto;
}

@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-position: 50% 220px, 100% 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .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%;
  }

  .s1-title-text-pc {
    padding-bottom: 40px;
  }

  .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-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    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%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hotline-content-2 {
    justify-content: flex-start;
  }

  .hotline-content-3 {
    font-size: 36px;
  }

  .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 {
    background-image: none;
    border-radius: 10px;
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .doc-link:hover {
    background-size: 20px, auto;
  }

  .button-style-6 {
    background-position: 10%, 0 0;
    background-size: 20px, auto;
    border-radius: 10px;
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 18px;
  }

  .button-style-6:hover {
    background-size: 20px, auto;
  }

  .button-style-7 {
    background-position: 28%, 0 0;
    background-size: 20px, auto;
    border-radius: 10px;
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 18px;
  }

  .button-style-7:hover {
    background-position: 28%, 0 0;
    background-size: 20px, auto;
  }

  .button-style-8 {
    background-position: 30%, 0 0;
    background-size: 20px, auto;
    border-radius: 10px;
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 18px;
  }

  .button-style-8:hover {
    background-position: 30%, 0 0;
    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;
  }

  .section-video-title-block {
    padding-bottom: 25px;
  }

  .video-tab-link-1, .video-tab-link-1.w--current {
    font-size: 3svw;
  }

  .youtube-content {
    border-radius: 0;
    width: 100%;
    max-width: 768px;
    min-height: 435px;
  }

  .kv-block {
    justify-content: center;
    align-items: flex-start;
    max-width: 768px;
    height: 910px;
    padding-top: 0;
  }

  .kv-content {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    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-image: linear-gradient(0deg, var(--gbg-v6-3), var(--gbg-v6-4));
    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-image: linear-gradient(0deg, #96221c, var(--gbg-v4-1));
    border-bottom-style: none;
    border-right: 1px #887a7a;
    width: 50%;
    height: 50px;
  }

  .icon {
    font-size: 40px;
  }

  .video-tab-menu {
    width: 100%;
    padding-top: 10px;
  }

  .section-title-block, .section-profile-title-block {
    width: 96%;
  }

  .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-b {
    width: 50%;
  }

  .chart-img-pc {
    display: block;
  }

  .chart-img-pc.pad-hide {
    display: none;
  }

  .cell-6 {
    padding-left: 15px;
    padding-right: 5px;
    font-size: 14px;
  }

  .cell-7 {
    font-size: 14px;
  }

  .cell-9 {
    padding-left: 10px;
    font-size: 15px;
  }

  .cell-14 {
    padding-left: 10px;
    font-size: 16px;
  }

  .cell-15 {
    font-size: 16px;
  }

  .fixed-link-text {
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 10px;
  }

  .fixed-link1 {
    padding-top: 0;
    padding-left: 10px;
  }

  .text-block-61 {
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    display: flex;
  }

  .cell-7-1, .cell-7-2 {
    font-size: 14px;
  }

  .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;
  }

  .cell-16 {
    padding-left: 10px;
    font-size: 15px;
  }

  .cell-17, .cell-18 {
    font-size: 13px;
  }

  .howbuy-top-blcok {
    border-radius: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-9 {
    border-radius: 0;
  }

  .cell-19, .cell-20 {
    font-size: 17px;
  }

  .cell-22 {
    font-size: 16px;
  }

  .cell-21 {
    font-size: 17px;
  }

  .text-span-9, .text-span-10 {
    color: var(--d54315);
  }

  .text-block-64, .text-block-65 {
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    display: flex;
  }

  .chart-img-pad {
    display: block;
  }

  .kv-hero {
    max-width: 63vw;
    bottom: 0%;
    right: auto;
  }

  .intro-title-text {
    padding-bottom: 50px;
    font-size: 50px;
  }

  .s1-sub-text {
    font-size: 3svw;
  }

  .s1-chart-sources {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .s2-tab-menu {
    width: 100%;
    max-width: 100%;
  }

  .tabs-menu-btn, .tabs-menu-btn.w--current {
    font-size: 3svw;
  }

  .s2-title-text-pc {
    padding-bottom: 40px;
  }

  .s2-sub-text, .s2-tabs-menu-btn, .s2-tabs-menu-btn.w--current {
    font-size: 3svw;
  }

  .s2-chart-sources {
    font-size: 13px;
    line-height: 16px;
  }

  .s2-chart-1-block {
    border-left-style: none;
    border-right-style: none;
    width: auto;
    max-width: 1200px;
    min-height: auto;
    padding-bottom: 40px;
  }

  .s2-chart-content {
    background-image: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .chart-content {
    width: 96%;
  }

  .s2-chart-2-block {
    border-left-style: none;
    border-right-style: none;
    width: auto;
    min-height: auto;
    padding-bottom: 20px;
  }

  .s2-chart-3-block {
    width: auto;
    min-height: auto;
    padding-bottom: 20px;
  }

  .chart-content-block {
    min-height: auto;
  }

  .video-title-text {
    padding-bottom: 20px;
  }

  .profile-title-text {
    padding-bottom: 40px;
  }

  .profile-sub-text {
    font-size: 3svw;
  }

  .cell-23 {
    font-size: 16px;
  }

  .fixed-menu-3 {
    border-top: 1px solid var(--cca65c);
    background-image: linear-gradient(0deg, #012345, #005da7);
    width: 50%;
    height: 50px;
  }

  .s1-tab-menu {
    background-position: 50% 100%;
    background-size: 100%;
    width: 100%;
    max-width: 700px;
    height: 50px;
  }

  .chart-foot {
    display: none;
  }

  .long-background {
    background-image: url('../images/s2-bg.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .tab-prev {
    width: 40px;
    height: 40px;
    display: none;
    left: 10px;
  }

  .tab-next {
    width: 40px;
    height: 40px;
    display: none;
    right: 10px;
  }

  .intro-title-text-mb {
    padding-bottom: 50px;
    font-size: 50px;
  }

  .subscription-title-text {
    padding-bottom: 20px;
  }

  .s1-title-text-mb, .s2-title-text-mb {
    padding-bottom: 40px;
  }

  .youtube-code {
    width: 100%;
    height: 435px;
  }

  .short-code {
    width: 52%;
  }

  .fixed-menu-2-copy {
    border-top: 1px solid var(--cca65c);
    border-right: 1px solid var(--b7872f);
    background-image: linear-gradient(0deg, var(--e18911), var(--gbg-v2-2) 20%, var(--gbg-v2-3) 80%, var(--gbg-v2-4));
    width: 50%;
    height: 50px;
  }

  .fixed-link2-copy {
    padding-top: 0;
    padding-left: 10px;
  }

  .fixed-menu-icon {
    width: 26px;
  }

  .fixed-link-a {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .short-video-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .kv-section {
    background-color: #fcfbf4;
    background-image: url('../images/kv-bg-mb.png');
    background-position: 50% 170%;
    background-size: auto;
    max-width: 428px;
  }

  .section-video {
    background-position: 50% 180px, 100% 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-1 {
    background-image: url('../images/s1-bg-blue.png'), url('../images/s1-bg-red.png'), url('../images/s1-bg-red.png');
    background-position: 50% 0, 50% 100%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, 960px;
    padding-top: 60px;
  }

  .section-profile {
    padding-top: 60px;
    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-title-text-pc {
    justify-content: center;
    align-items: center;
    font-size: 36px;
    display: none;
  }

  .profile-block {
    width: 100%;
    padding-top: 20px;
  }

  .how-buy {
    overflow: visible;
  }

  .how-buy-title {
    justify-content: center;
    align-items: flex-start;
    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;
  }

  .text-block-14 {
    font-size: 5vw;
  }

  .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: 0;
  }

  .hotline-block {
    background-image: linear-gradient(#0000, #0000);
    border-radius: 0;
    height: 240px;
    padding: 40px 20px 0;
    overflow: visible;
  }

  .hotline-content-2 {
    display: block;
  }

  .hotline-content-3 {
    background-position: 100% 19px;
    width: 46%;
    margin-right: 0;
    padding-right: 0;
    font-size: 6vw;
  }

  .hotline-content-4 {
    font-size: 12vw;
  }

  .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;
  }

  .button-style-2 {
    background-image: none;
    justify-content: center;
    font-size: 20px;
  }

  .button-style-2:hover {
    background-position: 17%, 0 0;
  }

  .button-style-3 {
    background-image: none;
    justify-content: center;
    font-size: 20px;
  }

  .howbuy-font-style-1 {
    line-height: 24px;
  }

  .button-style-4 {
    background-image: none;
    justify-content: center;
    font-size: 20px;
  }

  .button-style-4:hover {
    background-position: 15%, 0 0;
  }

  .profile-content {
    overflow: visible;
  }

  .profile-buttom-block {
    display: block;
  }

  .doc-link, .button-style-6, .button-style-7, .button-style-8 {
    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-tab-pane-1 {
    width: 360px;
  }

  .video-tabs-content {
    box-shadow: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-video-title-block {
    padding-bottom: 0;
  }

  .video-tab-link-1 {
    background-image: linear-gradient(180deg, var(--ffffff), var(--ffffff) 74%, var(--62a6f2));
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 4.5svw;
    line-height: 1;
  }

  .video-tab-link-1.w--current {
    text-align: center;
    border-top-left-radius: 15px;
    padding: 0;
    font-size: 4.5svw;
  }

  .video-tab-link-1.short {
    width: 80%;
  }

  .video-tab-link-1.short.no-boder {
    flex-flow: column;
  }

  .youtube-content {
    width: 360px;
    min-height: 200px;
    margin-top: 20px;
  }

  .youtube-content.short {
    width: 100%;
    max-width: 360px;
  }

  .kv-block {
    max-width: 360px;
    height: 650px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
  }

  .kv-content {
    width: 96%;
  }

  .fund-slogan {
    padding-bottom: 10px;
  }

  .fund-slogan.mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .fund-name {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    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;
    background-size: auto;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: sticky;
    top: 49px;
    overflow: hidden;
  }

  .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;
  }

  .intro-img-pc, .chart-img-pc {
    display: none;
  }

  .cell-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: .9rem;
  }

  .cell-7 {
    text-align: justify;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9rem;
  }

  .cell-7.cell-color1-background {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cell-9 {
    padding-left: 10px;
  }

  .cell-15 {
    padding-left: 0;
  }

  .fixed-link-text {
    padding-left: 5px;
  }

  .text-block-61 {
    height: auto;
  }

  .cell-7-1 {
    background-color: var(--f2f2f2);
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9rem;
  }

  .cell-7-2 {
    background-color: var(--white);
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9rem;
  }

  .chart-img-mb {
    display: block;
  }

  .chart-img-mb.padding-20 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .popup-block-pc {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .popup-title {
    text-align: right;
    font-size: 18px;
    line-height: 1.5;
    margin-right: 17px;
  }

  .popup-block-text-pc {
    padding: 10px 7px;
    font-size: 15px;
  }

  .popup-item {
    width: 96%;
  }

  .popup-block {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .close-btn {
    top: 20px;
    right: unset;
    left: 10px;
  }

  .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;
  }

  .kv-img {
    max-width: 100%;
  }

  .footer-disclaimer {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .profile-blcok-2-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .profile-tracking-index {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .profile-blcok-2-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .cell-16 {
    padding-left: 10px;
    font-size: 15px;
  }

  .cell-17, .cell-18 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9rem;
  }

  .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;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .howbuy-top-blcok-a, .howbuy-top-blcok-b {
    width: 100%;
  }

  .quick-stack-9 {
    border-radius: 15px;
  }

  .cell-19 {
    font-size: 16px;
  }

  .cell-20 {
    padding: 5px 5px 5px 10px;
    font-size: 16px;
  }

  .cell-22 {
    padding: 5px 5px 5px 10px;
  }

  .text-block-64, .text-block-65 {
    height: auto;
  }

  .chart-img-pad {
    display: inline-block;
  }

  .text-span-11 {
    display: inline-flex;
  }

  .fund-date {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .kv-hero {
    max-width: 90%;
    bottom: 40px;
  }

  .intro-section {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .intro-title-text {
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 130%;
    display: none;
  }

  .intro-note {
    font-size: 12px;
  }

  .s1-sub-text {
    background-image: none;
    flex-flow: column;
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    font-size: 5svw;
    line-height: 7svw;
  }

  .s1-chart-sources {
    text-align: justify;
    max-width: 96%;
    font-size: 13px;
    line-height: 16px;
  }

  .s2-tab-menu {
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-bottom: 30px;
    padding-top: 0;
    top: 49px;
    overflow: hidden;
  }

  .tabs-menu-btn {
    border-right-color: #64698a;
    padding: 0 4px;
    font-size: 4.5svw;
    line-height: 5svw;
  }

  .tabs-menu-btn.w--current {
    border-right-color: #64698a;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 4.5svw;
    line-height: 5svw;
  }

  .section-2 {
    padding-top: 60px;
  }

  .s2-title-text-pc {
    justify-content: center;
    align-items: center;
    font-size: 36px;
    display: none;
  }

  .s2-sub-text {
    background-image: none;
    flex-flow: column;
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    font-size: 5svw;
    line-height: 7svw;
  }

  .s2-tabs-menu-btn {
    border-right-color: #64698a;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4.5svw;
    line-height: 5svw;
  }

  .s2-tabs-menu-btn.w--current {
    border-right-color: #64698a;
    font-size: 4.5svw;
  }

  .s2-tabs-menu-btn.no-border {
    padding-top: 0;
    padding-bottom: 0;
  }

  .s2-chart-sources {
    text-align: justify;
    padding-top: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .s2-chart-3-block {
    background-image: url('../images/s2-chart-3-2-bg-mb.png');
    border-left-style: none;
    border-right-style: none;
  }

  .chart-content-block {
    background-image: url('../images/s2-chart-4-bg-mb.png');
    background-position: 50% 0;
    background-size: cover;
    padding-top: 2px;
    padding-bottom: 25px;
  }

  .video-title-text {
    background-image: url('../images/title-text-icon1.png');
    background-position: 0 0;
    justify-content: center;
    align-items: center;
    width: 210px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 36px;
    display: flex;
  }

  .profile-title-text {
    justify-content: center;
    align-items: center;
    width: 210px;
    padding-top: 10px;
    font-size: 36px;
    display: flex;
  }

  .profile-sub-text {
    background-image: none;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 5svw;
    line-height: 7svw;
  }

  .img-pc {
    display: none;
  }

  .hotline-hero {
    max-width: 57%;
  }

  .fixed-menu-3 {
    width: 50%;
    height: 50px;
  }

  .anchor-s2-tab {
    top: -50px;
  }

  .s1-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-size: cover;
    height: 70px;
    position: sticky;
    top: 49px;
    overflow: hidden;
  }

  .long-background {
    background-position: 50% 100%;
  }

  .tab-prev, .tab-prev.s2 {
    left: 0;
  }

  .tab-next, .tab-next.s2 {
    right: 0;
  }

  .intro-img-mb {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .intro-title-text-mb {
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 130%;
    display: block;
  }

  .subscription-title-text {
    background-image: url('../images/title-text-icon3.png');
    background-position: 0 0;
    justify-content: center;
    align-items: center;
    width: 210px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 36px;
    display: flex;
  }

  .s1-title-text-mb {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 125%;
    display: flex;
  }

  .s2-title-text-mb {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 125%;
    display: flex;
  }

  .break {
    flex-flow: column;
    display: flex;
  }

  .youtube-code {
    width: 360px;
    height: 200px;
  }

  .short-code {
    width: 100%;
  }

  .img-mb {
    display: block;
  }

  .fixed-icon-mb {
    width: 20px;
  }

  .anchor-s1-tab {
    top: -50px;
  }

  .s-h1-main {
    text-align: center;
    font-size: 2.7em;
    line-height: 1.2;
  }

  .fixed-menu-2-copy {
    width: 50%;
    height: 50px;
  }

  .fixed-link2-copy {
    padding-left: 5px;
    font-size: 18px;
  }

  .fixed-link-a {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .short-video-block {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }

  .short-video-code {
    width: 100%;
    max-width: 360px;
  }

  .text-span-12 {
    font-size: 4.5svw;
  }
}

#w-node-a545b750-6599-65df-944c-d635a59ffe8a-36ce48db {
  grid-template-rows: auto 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px;
  grid-template-columns: 180px 1fr 100px;
}

#w-node-_84b9b84b-e193-ebde-425e-204ae214896d-36ce48db, #w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-36ce48db {
  grid-template-rows: auto auto auto auto 70px 70px;
  grid-template-columns: 200px 1fr;
}

#w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-36ce48db, #w-node-_90a3549b-089e-6745-ee30-b7c2ae6f9e1a-36ce48db {
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr;
}

#w-node-_6897d5f8-eff6-01b2-a8c9-21947045a73e-36ce48db {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: minmax(200px, .25fr) 1fr;
}

#w-node-fe238f60-1f5d-7647-8522-111416b47935-36ce48db, #w-node-_4465f35d-ecd5-0b34-730e-26c0482b6f0a-36ce48db {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, .25fr) 1fr;
}

#w-node-bd2136ff-3b7a-f978-4e4e-872734b1f1b9-36ce48db {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c510f965-b974-4984-8763-98da0e826ef9-36ce48db {
  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-36ce48db {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 35% 45% 20%;
  }

  #w-node-_84b9b84b-e193-ebde-425e-204ae214896d-36ce48db, #w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-36ce48db {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 150px 1fr;
  }

  #w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-36ce48db {
    grid-template-rows: auto auto;
    grid-template-columns: 150px 1fr;
  }

  #w-node-_90a3549b-089e-6745-ee30-b7c2ae6f9e1a-36ce48db {
    grid-template-rows: auto auto auto;
    grid-template-columns: 140px 1fr;
  }

  #w-node-bd2136ff-3b7a-f978-4e4e-872734b1f1b9-36ce48db {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-c510f965-b974-4984-8763-98da0e826ef9-36ce48db {
    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-36ce48db {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 135px 1fr 60px;
  }

  #w-node-_84b9b84b-e193-ebde-425e-204ae214896d-36ce48db, #w-node-ecbc3586-49ed-5075-9138-4f67d59a8f80-36ce48db {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-fe7d7570-bec5-f70e-d5e7-ccf57643b4c5-36ce48db {
    grid-template-rows: auto auto;
    grid-template-columns: 80px 1fr;
  }

  #w-node-_6897d5f8-eff6-01b2-a8c9-21947045a73e-36ce48db {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: minmax(100px, .25fr) 1fr;
  }

  #w-node-fe238f60-1f5d-7647-8522-111416b47935-36ce48db, #w-node-_4465f35d-ecd5-0b34-730e-26c0482b6f0a-36ce48db {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(100px, .25fr) 1fr;
  }

  #w-node-bd2136ff-3b7a-f978-4e4e-872734b1f1b9-36ce48db {
    display: none;
  }

  #w-node-c510f965-b974-4984-8763-98da0e826ef9-36ce48db {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}


