.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 50px;
  line-height: 40px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.hero-heading-center {
  background-color: #fff0;
  border-bottom: 0 solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 80px 30px 62px;
  display: flex;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  filter: drop-shadow(0 3px 5px #000000b3);
  color: #fff;
  margin-top: 3%;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: 275.781px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 20px;
}

.shadow-two {
  font-size: 20px;
  line-height: 26px;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading {
  text-align: center;
  width: 500px;
  height: 60px;
  font-size: 30px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-2 {
  filter: drop-shadow(0 3px 5px #000000b3);
  color: #fff;
  text-align: center;
  text-shadow: 7px 7px 5px #0003;
  word-break: normal;
  mix-blend-mode: normal;
  border: 0 solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.grid---featured-items {
  grid-column-gap: 49px;
  grid-row-gap: 142px;
  background-color: #fff0;
  grid-template: "Area" 280px
                 "." 280px
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-top: 80px;
  margin-left: 220px;
  margin-right: 220px;
}

.heading-3 {
  filter: drop-shadow(0 3px 5px #000000b3);
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

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

.dropdown-toggle {
  text-align: left;
  font-size: 200px;
  line-height: 30px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.dropdown-link {
  position: static;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: 75px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 60%;
  margin-top: 0;
  margin-left: 160px;
  margin-right: 160px;
  display: grid;
}

.button {
  opacity: .85;
  color: #000;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  text-decoration: none;
  transition: filter .3s ease-out, transform .3s ease-out, opacity .3s ease-out, transform .3s ease-out;
  display: flex;
  position: static;
  transform: translate(0);
}

.button:hover {
  z-index: 9999;
  opacity: 1;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.05);
}

.button:active {
  transform: scale(.9)scale(1.1);
}

.button-2 {
  opacity: .85;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/download.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  transition: filter .3s ease-out, transform .3s ease-out, transform .3s, opacity .3s ease-out;
  display: flex;
}

.button-2:hover {
  z-index: 9999;
  opacity: 1;
  filter: drop-shadow(7px 7px 6px #000000b3);
  mix-blend-mode: normal;
  position: relative;
  transform: scale(1.05);
}

.button-2:active {
  transform: scale(.9)scale(1.1);
}

.button-3, .button-4 {
  font-size: 35px;
}

.button-5 {
  opacity: .85;
  color: #000;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/download-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  transition: filter .3s ease-out, transform .3s, transform .3s ease-out, opacity .3s ease-out;
  display: flex;
  position: relative;
}

.button-5:hover {
  z-index: 9999;
  opacity: 1;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.button-5:active {
  transform: scale(.9)scale(1.1);
}

.button-6, .button-7 {
  text-align: center;
}

.button-8 {
  opacity: .85;
  color: #000;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/download-2.png');
  background-position: 98%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 35px;
  transition: filter .3s ease-out, transform .3s, transform .3s ease-out, opacity .3s ease-out;
  display: flex;
}

.button-8:hover {
  z-index: 9999;
  opacity: 1;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.button-8:active {
  transform: scale(.9)scale(1.1);
}

.image {
  filter: drop-shadow(7px 7px 6px #000000b3);
  width: 70%;
  margin-left: -2%;
}

.image-2 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  margin-left: 159px;
}

.image-2.leftheaderimagemobile {
  width: 30%;
  margin-left: 60px;
  margin-right: -2%;
}

.link {
  font-size: 30px;
}

.button-9 {
  line-height: 10px;
}

.grid-box-1 {
  opacity: 1;
  background-color: #4a4a4abf;
  border: 2px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 380px;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
  position: relative;
}

.grid-box-1:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.1);
}

.grid-box-2, .grid-box-3, .grid-box-4, .grid-box-5, .grid-box-6, .grid-box-7, .grid-box-8, .grid-box-9, .grid-box-10 {
  background-color: #c4c4c4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 380px;
  display: flex;
}

.text-block, .text-block-2, .text-block-3 {
  font-size: 20px;
}

.text-block-4 {
  color: #000;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.text-block-5 {
  color: #000;
  justify-content: center;
  align-items: stretch;
  width: 1454px;
  margin-top: 18px;
  margin-left: 0;
  font-size: 35px;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  margin-top: 1px;
  margin-left: 7px;
  display: flex;
}

.image-3 {
  color: #000;
  text-align: left;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: -35px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.heading-4.heading-4---moblile {
  width: 100%;
  height: 100%;
}

.navbar-middle---site-name {
  background-color: #4a4a4a00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 100%;
  margin-left: 0;
  margin-right: 10%;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.text-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 26%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  display: flex;
}

.bold-text {
  opacity: 1;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
  font-size: 20px;
}

.text-span {
  outline-offset: 0px;
  color: #fff200;
  outline: 3px #fff200;
}

.body {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/Untitled-design-6-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

.navbar---main {
  z-index: 100;
  opacity: .8;
  mix-blend-mode: normal;
  background-color: #4a4a4a;
  border-bottom: 0 solid #4a4a4a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.navbar-right---docs {
  margin-right: 16px;
}

.navbar-left---idk-yet {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-left: 1%;
  display: flex;
}

.link-2 {
  font-size: 16px;
}

.link-3 {
  color: #fff;
  font-size: 16px;
}

.dropdown-toggle-2 {
  position: static;
}

.dropdown-toggle-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-toggle-4, .dropdown-toggle-5, .dropdown-list-2 {
  position: static;
}

.dropdown-list-3 {
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-list-4, .dropdown-list-5 {
  position: static;
}

.icon {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: static;
}

.yeezy-sweatpants-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.yeezy-sweatpants-button:hover {
  transform: scale(1.1);
}

.yeezy-sweatpants-button:active {
  transform: scale(.9)scale(1.1);
}

.button-11 {
  background-color: #ff3030;
  border-radius: 10px;
  width: 47.1643%;
}

.button-12, .button-13, .button-14, .button-15, .button-16, .button-17, .button-18, .button-19 {
  background-color: #ff3030;
  border-radius: 10px;
}

.text-block-7 {
  color: #000;
  text-align: center;
  margin-bottom: 11px;
  font-size: 18px;
}

.div-block---cards {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.j4-img {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border-radius: 0;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: -45px;
}






.j4-img.j1 {
  width: 90%;
  height: 100%;
}

.j4-img.iphone {
  width: 100%;
  height: 80%;
  margin-bottom: -13px;
}

.j4-img.yeezy-sweatpants {
  width: 100%;
  height: 90%;
  margin-bottom: -45px;
}

.j4-img.designer-rugs {
  height: 90%;
}

.j4-img.burberry-zip-up-img {
  width: 100%;
  height: 90%;
  margin-bottom: -40px;
}

.div-block-7 {
  background-color: #fff0;
  border: 0 solid #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  margin-top: -40px;
  margin-bottom: 19px;
  display: flex;
}

.bold-text-2 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.bold-text-7 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.bold-text-8 {
  background-color: #4a4a4a00;
  border: 0 solid #000;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
}

.bold-text-9 {
  font-family: Montserrat, sans-serif;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -90px;
  display: flex;
}

.image-5 {
  filter: drop-shadow(5px 5px 5px #000000b3);
  width: 3%;
  height: 37.1804%;
  margin-top: 10px;
  margin-left: 1%;
}

.agent-menu-div-block {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50px;
}

.div-block-bg---j1-ts {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---j1-ts.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---j1-ts.j4, .div-block-bg---j1-ts.j1-travis-scott {
  display: none;
}

.agent-menu {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .95;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 60%;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 20%;
  left: 35%;
}

.agent-menu.div-block-bg---j4 {
  opacity: .95;
  border-width: 2px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 60%;
  display: flex;
  top: 20%;
  left: 35%;
}

.grid-3 {
  grid-column-gap: 5%;
  grid-row-gap: 2%;
  color: #fff;
  grid-template-rows: 15% 15% 15% 15% 15% 15%;
  grid-template-columns: 48% 48%;
  width: 90%;
  height: 90%;
  margin-top: -5%;
  margin-bottom: 0;
  font-size: 20px;
  overflow: visible;
}

.link-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.button-20 {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-20.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.button-20.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.button-20.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.button-20.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.button-20.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.button-20.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.button-20.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.button-20.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.button-20.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.button-20.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.button-20.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.button-20.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.button-20.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.button-20.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.button-20.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.bold-text-10 {
  color: #fff;
  margin-top: -60px;
  font-size: 22px;
  display: none;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  margin-top: 4%;
  margin-bottom: 2%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.lagent-close {
  z-index: 9998;
  opacity: .25;
  color: #4a4a4a;
  cursor: default;
  background-color: #4a4a4a;
  width: 37.5%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
}

.tagent-close {
  z-index: 9998;
  opacity: .25;
  cursor: default;
  background-color: #4a4a4a;
  width: 25%;
  height: 22%;
  display: block;
  position: fixed;
  top: 0%;
  left: 37.5%;
}

.bagent-close {
  z-index: 9998;
  opacity: .25;
  cursor: default;
  background-color: #4a4a4a;
  width: 25%;
  height: 22%;
  display: block;
  position: fixed;
  top: 78%;
  left: 37.5%;
}

.ragent-close {
  z-index: 9998;
  opacity: .25;
  cursor: default;
  background-color: #4a4a4a;
  width: 37.5%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0%;
  left: 62.5%;
}

.image-6 {
  width: 20%;
  height: 15%;
  margin-top: -60px;
  margin-bottom: 0;
  margin-left: 0;
}

.image-7 {
  border: 0 solid #000;
  width: 20%;
  height: 10%;
  margin-top: 5px;
  margin-left: 127px;
  margin-right: -25px;
}

.image-7.sa, .image-7.dhgate {
  margin-left: 120px;
}

.button-21 {
  color: #fff;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 91%;
  padding-left: 15px;
  font-size: 14px;
  transition: transform .3s ease-out, filter .3s ease-out;
  display: none;
}

.button-21:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.bold-text-11 {
  margin-bottom: 15px;
  font-size: 22px;
}

.bold-text-12 {
  color: #fff;
}

.bold-text-12.x-button {
  color: red;
  font-size: 18px;
  font-weight: 700;
}

.text-span-2 {
  color: #fff;
}

.j4-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.j4-button:hover {
  transform: scale(1.1);
}

.j4-button:active {
  transform: scale(.9)scale(1.1);
}

.j1-ts-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.j1-ts-button:hover {
  transform: scale(1.1);
}

.j1-ts-button:active {
  transform: scale(.9)scale(1.1);
}

.div-block-bg---j4 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---j4.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---j4.j4, .div-block-bg---j4.j1-travis-scott {
  display: none;
}

.div-block-bg---iphone-supplier {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---iphone-supplier.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---iphone-supplier.j4, .div-block-bg---iphone-supplier.j1-travis-scott {
  display: none;
}

.div-block-bg---yeezy-sweatpants {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---yeezy-sweatpants.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---yeezy-sweatpants.j4, .div-block-bg---yeezy-sweatpants.j1-travis-scott {
  display: none;
}

.iphone-supplier-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.iphone-supplier-button:hover {
  transform: scale(1.1);
}

.iphone-supplier-button:active {
  transform: scale(.9)scale(1.1);
}

.div-block-bg---designer-rugs {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---designer-rugs.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---designer-rugs.j4, .div-block-bg---designer-rugs.j1-travis-scott {
  display: none;
}

.designer-rugs-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.designer-rugs-button:hover {
  transform: scale(1.1);
}

.designer-rugs-button:active {
  transform: scale(.9)scale(1.1);
}

.div-block-bg---burberry-hoodie {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---burberry-hoodie.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---burberry-hoodie.j4, .div-block-bg---burberry-hoodie.j1-travis-scott {
  display: none;
}

.burberry-hoodie-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.burberry-hoodie-button:hover {
  transform: scale(1.1);
}

.burberry-hoodie-button:active {
  transform: scale(.9)scale(1.1);
}

.bal-tracks-img {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border-radius: 0;
  width: 90%;
  height: 60%;
  margin-top: 0;
  margin-bottom: -50px;
}

.bal-tracks-img.j1 {
  width: 90%;
  height: 100%;
}

.bal-tracks-img.iphone {
  width: 100%;
  height: 80%;
  margin-bottom: -13px;
}

.bal-tracks-img.yeezy-sweatpants {
  width: 100%;
  height: 90%;
  margin-bottom: -45px;
}

.bal-tracks-img.designer-rugs {
  height: 90%;
}

.bal-tracks-img.burberry-zip-up-img {
  width: 100%;
  height: 90%;
  margin-bottom: -40px;
}

.div-block-bg---balenci-tracks {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---balenci-tracks.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---balenci-tracks.j4, .div-block-bg---balenci-tracks.j1-travis-scott {
  display: none;
}

.balenci-tracks-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.balenci-tracks-button:hover {
  transform: scale(1.1);
}

.balenci-tracks-button:active {
  transform: scale(.9)scale(1.1);
}

.basketball-shorts-img {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border-radius: 0;
  width: 80%;
  height: 90%;
  margin-top: 0;
  margin-bottom: -25px;
}

.basketball-shorts-img.j1 {
  width: 90%;
  height: 100%;
}

.basketball-shorts-img.iphone {
  width: 100%;
  height: 80%;
  margin-bottom: -13px;
}

.basketball-shorts-img.yeezy-sweatpants {
  width: 100%;
  height: 90%;
  margin-bottom: -45px;
}

.basketball-shorts-img.designer-rugs {
  height: 90%;
}

.basketball-shorts-img.burberry-zip-up-img {
  width: 100%;
  height: 90%;
  margin-bottom: -40px;
}

.basketball-shorts-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.basketball-shorts-button:hover {
  transform: scale(1.1);
}

.basketball-shorts-button:active {
  transform: scale(.9)scale(1.1);
}

.div-block-bg---basketball-shorts {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---basketball-shorts.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---basketball-shorts.j4, .div-block-bg---basketball-shorts.j1-travis-scott {
  display: none;
}

.ow-tee-img {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border-radius: 0;
  width: 70%;
  height: 70%;
  margin-top: 0;
  margin-bottom: -30px;
}

.ow-tee-img.j1 {
  width: 90%;
  height: 100%;
}

.ow-tee-img.iphone {
  width: 100%;
  height: 80%;
  margin-bottom: -13px;
}

.ow-tee-img.yeezy-sweatpants {
  width: 100%;
  height: 90%;
  margin-bottom: -45px;
}

.ow-tee-img.designer-rugs {
  height: 90%;
}

.ow-tee-img.burberry-zip-up-img {
  width: 100%;
  height: 90%;
  margin-bottom: -40px;
}

.div-block-bg---ow-tee {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---ow-tee.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---ow-tee.j4, .div-block-bg---ow-tee.j1-travis-scott {
  display: none;
}

.ow-tee-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.ow-tee-button:hover {
  transform: scale(1.1);
}

.ow-tee-button:active {
  transform: scale(.9)scale(1.1);
}

.casablanca-tees-img {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border-radius: 0;
  width: 85%;
  height: 90%;
  margin-top: 0;
  margin-bottom: -20px;
}

.casablanca-tees-img.j1 {
  width: 90%;
  height: 100%;
}

.casablanca-tees-img.iphone {
  width: 100%;
  height: 80%;
  margin-bottom: -13px;
}

.casablanca-tees-img.yeezy-sweatpants {
  width: 100%;
  height: 90%;
  margin-bottom: -45px;
}

.casablanca-tees-img.designer-rugs {
  height: 90%;
}

.casablanca-tees-img.burberry-zip-up-img {
  width: 100%;
  height: 90%;
  margin-bottom: -40px;
}

.casablance-tees-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.casablance-tees-button:hover {
  transform: scale(1.1);
}

.casablance-tees-button:active {
  transform: scale(.9)scale(1.1);
}

.div-block-bg---casablanca-tee {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---casablanca-tee.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---casablanca-tee.j4, .div-block-bg---casablanca-tee.j1-travis-scott {
  display: none;
}

.gd-tee-img {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border-radius: 0;
  width: 85%;
  height: 90%;
  margin-top: 0;
  margin-bottom: -50px;
}

.gd-tee-img.j1 {
  width: 90%;
  height: 100%;
}

.gd-tee-img.iphone {
  width: 100%;
  height: 80%;
  margin-bottom: -13px;
}

.gd-tee-img.yeezy-sweatpants {
  width: 100%;
  height: 90%;
  margin-bottom: -45px;
}

.gd-tee-img.designer-rugs {
  height: 90%;
}

.gd-tee-img.burberry-zip-up-img {
  width: 100%;
  height: 90%;
  margin-bottom: -40px;
}

.div-block-bg---gd-tees {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---gd-tees.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---gd-tees.j4, .div-block-bg---gd-tees.j1-travis-scott {
  display: none;
}

.gd-tees-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.gd-tees-button:hover {
  transform: scale(1.1);
}

.gd-tees-button:active {
  transform: scale(.9)scale(1.1);
}

.amiri-tees-img {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border-radius: 0;
  width: 80%;
  height: 90%;
  margin-top: 0;
  margin-bottom: -40px;
}

.amiri-tees-img.j1 {
  width: 90%;
  height: 100%;
}

.amiri-tees-img.iphone {
  width: 100%;
  height: 80%;
  margin-bottom: -13px;
}

.amiri-tees-img.yeezy-sweatpants {
  width: 100%;
  height: 90%;
  margin-bottom: -45px;
}

.amiri-tees-img.designer-rugs {
  height: 90%;
}

.amiri-tees-img.burberry-zip-up-img {
  width: 100%;
  height: 90%;
  margin-bottom: -40px;
}

.designer-rugs-img {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border-radius: 0;
  width: 80%;
  height: 80%;
  margin-top: 0;
  margin-bottom: -40px;
}

.designer-rugs-img.j1 {
  width: 90%;
  height: 100%;
}

.designer-rugs-img.iphone {
  width: 100%;
  height: 80%;
  margin-bottom: -13px;
}

.designer-rugs-img.yeezy-sweatpants {
  width: 100%;
  height: 90%;
  margin-bottom: -45px;
}

.designer-rugs-img.designer-rugs {
  height: 90%;
}

.designer-rugs-img.burberry-zip-up-img {
  width: 100%;
  height: 90%;
  margin-bottom: -40px;
}

.j1-ts-img {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border-radius: 0;
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-bottom: -30px;
}

.j1-ts-img.j1 {
  width: 90%;
  height: 100%;
}

.j1-ts-img.iphone {
  width: 100%;
  height: 80%;
  margin-bottom: -13px;
}

.j1-ts-img.yeezy-sweatpants {
  width: 100%;
  height: 90%;
  margin-bottom: -45px;
}

.j1-ts-img.designer-rugs {
  height: 90%;
}

.j1-ts-img.burberry-zip-up-img {
  width: 100%;
  height: 90%;
  margin-bottom: -40px;
}

.div-block-bg---amiri-tees {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---amiri-tees.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---amiri-tees.j4, .div-block-bg---amiri-tees.j1-travis-scott {
  display: none;
}

.amiri-tees-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ff3030;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12%;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.amiri-tees-button:hover {
  transform: scale(1.1);
}

.amiri-tees-button:active {
  transform: scale(.9)scale(1.1);
}

.div-block-9 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.image-8 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  margin-top: 0;
  margin-left: 20px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 5%;
  margin-bottom: 4%;
  display: flex;
}

.dropdown {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.dropdown-2 {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-size: 20px;
}

.icon-2 {
  color: #fff;
}

.dropdown-list-6, .dropdown-list-6.w--open {
  display: none;
}

.dropdown-toggle-6 {
  display: flex;
}

.dropdown-toggle-6.w--open {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.dropdown-3 {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.dropdown-toggle-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.dropdown-list-7 {
  background-color: #4a4a4a;
  border: 0 solid #fff;
  border-radius: 0 0 20px 20px;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.div-block-11 {
  height: 1000px;
}

.dropdown-link-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.div-block-12 {
  width: 70%;
  height: 16%;
}

.faq-item-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 16%;
  padding-top: 0;
  display: flex;
}

.div-block-12-copy {
  width: 70%;
  height: 16%;
}

.faq-item-2, .faq-item-3, .faq-item-4, .faq-item-5, .faq-item-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 16%;
  display: flex;
}

.faq-title-1 {
  z-index: 0;
  opacity: .85;
  color: #fff;
  background-color: #4a4a4a;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: static;
}

.faq-title-1:hover {
  opacity: .85;
}

.faq-title-2 {
  opacity: .85;
  background-color: #4a4a4a;
  border: 0 solid #fff;
  border-width: 0 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.faq-title-3, .faq-title-4, .faq-title-5 {
  opacity: .85;
  background-color: #4a4a4a;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.faq-title-6 {
  opacity: .85;
  color: #fff;
  background-color: #4a4a4a;
  border-bottom: 0 solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.faq-title-6.faq-title-6-opened {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.faq-content-1 {
  opacity: .85;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  border-bottom: 0 solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.faq-content-1.faq-content {
  color: #fff;
  font-size: 18px;
}

.faq-content-2, .faq-content-3, .faq-content-4, .faq-content-5, .faq-content-6 {
  opacity: .85;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.faq-title-wrapper-1 {
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-inner-wrapper {
  width: 100%;
  height: 80px;
}

.div-block-13 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  margin-top: 60px;
  display: flex;
}

.div-block-14 {
  border-top: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-15 {
  opacity: .85;
  background-color: #4a4a4a;
  border-top: 0 solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
}

.navbar---site-name {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-in;
  display: flex;
}

.navbar---site-name:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
}

.text-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-content-1-copy {
  opacity: .85;
  background-color: #4a4a4a;
  border-bottom: 0 solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.text-block-13 {
  justify-content: center;
  align-items: center;
  margin-left: 1200px;
  font-size: 70px;
  display: flex;
  position: absolute;
}

.faq-item-plus-1 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 900px;
  font-size: 70px;
  display: flex;
  position: absolute;
}

.image-9 {
  z-index: 9999;
  width: 4%;
  height: 6%;
  margin-left: 900px;
  display: block;
  position: absolute;
}

.faq-item-1-image {
  z-index: 9999;
  width: 3%;
  height: 5%;
  margin-left: 900px;
  display: block;
  position: absolute;
}

.heading-3-copy {
  filter: drop-shadow(7px 7px 6px #000000b3);
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 50px;
  text-decoration: none;
}

.utility-page-wrap {
  background-image: url('../images/Untitled-design-6-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.hero-heading-center-2 {
  background-color: #1c1e2200;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.body-2 {
  background-image: url('../images/Untitled-design-6-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-16 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.heading-5 {
  color: #fff;
  width: 28%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5%;
  font-family: Montserrat, sans-serif;
}

.bold-text-13 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 42px;
  display: flex;
}

.sa-title {
  background-color: #4a4a4a00;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.search-menu {
  background-color: #4a4a4a00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-top: 0;
  display: flex;
}

.form-block {
  background-color: #e4bdbd00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 2%;
  margin-bottom: 1%;
  display: flex;
}

.form {
  opacity: .8;
  color: #3330;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.text-field {
  opacity: .8;
  pointer-events: auto;
  color: #fff;
  cursor: auto;
  background-color: #fff0;
  border: 0 solid #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.image-10 {
  margin-top: 0;
}

.div-block---select-item-type {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-top: 0%;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.button-22 {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: transform .3s ease-in;
}

.button-22:hover {
  transform: scale(1.2);
}

.form-select {
  opacity: .8;
  color: #3330;
  background-color: #cc939300;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.form-block-select {
  background-color: #e4bdbd00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 0%;
  margin-bottom: 1%;
  display: flex;
}

.select-field {
  opacity: .9;
  color: #fff;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.link-5 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-size: 16px;
  text-decoration: underline;
}

.div-block---select-shipping-agent {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50px;
  margin-top: .5%;
  display: flex;
}

.button-22-copy {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 20%;
  height: 100%;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: transform .3s ease-in;
}

.shoes {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index ease-in, opacity .3s ease-in, transform .3s ease-in;
}

.shoes:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.shoes:active {
  transform: scale(.9)scale(1.1);
}

.tops {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index ease-in, opacity .3s ease-in, transform .3s ease-in;
}

.tops:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.hats {
  z-index: 1;
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index, opacity .3s ease-in, transform .3s ease-in;
  position: relative;
}

.hats:hover {
  opacity: 1;
  transform: scale(1.1);
}

.hats:active {
  transform: scale(.9)scale(1.1);
}

.tees {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index, opacity .3s ease-in, transform .3s ease-in;
}

.tees:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.tees:active {
  transform: scale(.9)scale(1.1);
}

.jackets {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index, opacity .3s ease-in, transform .3s ease-in;
}

.jackets:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.jackets:active {
  transform: scale(.9)scale(1.1);
}

.bottoms {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index, opacity .3s ease-in, transform .3s ease-in;
}

.bottoms:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.bottoms:active {
  transform: scale(.9)scale(1.1);
}

.accessories {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index, opacity .3s ease-in, transform .3s ease-in;
}

.accessories:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.accessories:active {
  transform: scale(.9)scale(1.1);
}

.div-block---select-shipping-agent-row-2 {
  width: 45%;
  height: 8%;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.image-11 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  height: 40px;
  margin-top: 5px;
  margin-left: 10px;
}

.all-agents-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 20%;
  height: 100%;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: transform .3s ease-in;
}

.all-agents-button:hover {
  transform: scale(1.2);
}

.cnfans-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 20%;
  height: 100%;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: transform .3s ease-in;
}

.cnfans-button:hover {
  transform: scale(1.2);
}

.acbuy-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.acbuy-products-button:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.acbuy-products-button:active {
  transform: scale(.9)scale(1.1);
}

.acbuy-products-button.saselectbutton:hover {
  opacity: 1;
}

.cnfans-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.cnfans-products-button:hover {
  z-index: 9999;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(1.1);
}

.cnfans-products-button:active {
  transform: scale(.9)scale(1.1);
}

.cnfans-products-button.selectedbutton, .cnfans-products-button.saselectbutton:hover, .cnfans-products-button.saselectbutton.saselected {
  opacity: 1;
}

.all-agents-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/7893979.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 20%;
  height: 100%;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: transform .3s ease-in;
}

.all-agents-products-button:hover {
  transform: scale(1.2);
}

.heading-6 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  color: #fff;
  text-align: center;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
}

.div-block---select-shipping-agent-copy {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 8%;
  margin-top: 10px;
  display: flex;
}

.div-block---select-item-type-heading {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.link-6 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  color: #fff;
  height: 100%;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
}

.button-22-copy {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 20%;
  height: 100%;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: transform .3s ease-in;
}

.button-22-copy:hover {
  transform: scale(1.2);
}

.loongbuy-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.loongbuy-products-button:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.loongbuy-products-button:active {
  transform: scale(.9)scale(1.1);
}

.mulebuy-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 50px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.mulebuy-products-button:hover {
  opacity: 1;
  transform: scale(1.1);
}

.mulebuy-products-button:active {
  transform: scale(.9)scale(1.1);
}

.kakobuy-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.kakobuy-products-button:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.kakobuy-products-button:active {
  transform: scale(.9)scale(1.1);
}

.div-block---select-shipping-agent-2nd-row, .div-block---select-shipping-agent-3rd-row {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50px;
  margin-top: 5px;
  display: none;
}

.joyabuy-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.joyabuy-products-button:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.joyabuy-products-button:active {
  transform: scale(.9)scale(1.1);
}

.superbuy-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.superbuy-products-button:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.superbuy-products-button:active {
  transform: scale(.9)scale(1.1);
}

.ootdbuy-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 50px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.ootdbuy-products-button:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.ootdbuy-products-button:active {
  transform: scale(.9)scale(1.1);
}

.oopbuy-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.oopbuy-products-button:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.oopbuy-products-button:active {
  transform: scale(.9)scale(1.1);
}

.orientdig-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.orientdig-products-button:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.orientdig-products-button:active {
  transform: scale(.9)scale(1.1);
}

.sugargoo-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.sugargoo-products-button:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.sugargoo-products-button:active {
  transform: scale(.9)scale(1.1);
}

.eastmallbuy-products-button {
  opacity: .8;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 50px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, z-index .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
  display: flex;
}

.eastmallbuy-products-button:hover {
  opacity: 1;
  transform: scale(1.1);
}

.eastmallbuy-products-button:active {
  transform: scale(.9)scale(1.1);
}

.select-shipping-agent {
  opacity: .9;
  color: #fff;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.hoodies {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index ease-in, opacity .3s ease-in, transform .3s ease-in;
}

.hoodies:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.hoodies:active {
  transform: scale(.9)scale(1.1);
}

.decoration {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index, opacity .3s ease-in, transform .3s ease-in;
}

.decoration:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.decoration:active {
  transform: scale(.9)scale(1.1);
}

.other {
  opacity: .8;
  color: #fff;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: z-index, opacity .3s ease-in, transform .3s ease-in;
}

.other:hover {
  z-index: 9999;
  opacity: 1;
  position: relative;
  transform: scale(1.1);
}

.other:active {
  transform: scale(.9)scale(1.1);
}

.sa-cards-title {
  background-color: #4a4a4a00;
  justify-content: center;
  align-items: center;
  height: 220px;
  margin-top: 20px;
  display: flex;
}

.text-block-14 {
  color: #fff;
  width: 30%;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-17 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-12 {
  filter: drop-shadow(5px 5px 5px #000000b3);
  margin-top: 0;
  margin-left: 1%;
}

.div-block-18 {
  height: 700px;
}

.div-block---yt-videos-heading {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
}

.div-block---yt-videos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.youtube {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 20%;
  display: flex;
}

.youtube-2 {
  width: 11.25%;
  height: 20%;
}

.text-block-15 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  color: #fff;
  text-align: center;
  width: 30%;
  height: 100%;
  margin-right: 10px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.div-block---middle-bottom-disclaimer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.image-13 {
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 0;
}

.div-block---bottom-navbar {
  z-index: 9998;
  opacity: .85;
  background-color: #4a4a4a;
  border-top: 0 solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-top: 40px;
  display: flex;
  position: sticky;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block---bottom-info-disclaimer {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 3%;
  margin-top: 150px;
  margin-bottom: 20px;
  margin-left: 35%;
  display: flex;
}

.div-block---yt-vid-4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.div-block---1st-row-yt-vids {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.div-block---yt-vid-1 {
  background-color: #ca3d3d;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.div-block---yt-vid-2, .div-block---yt-vid-3 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.div-block-20 {
  width: 50%;
  height: 50px;
}

.video {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border: 0 solid #4a4a4a;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  margin-right: 0;
}

.video-copy {
  width: 900px;
  height: 200px;
}

.yt-vid-1 {
  border: 0 solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 20%;
  margin-right: 20%;
  display: block;
}

.yt-vid-2 {
  border: 0 solid #fff;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 300px;
  margin-left: 1.5%;
  margin-right: 8%;
  display: block;
}

.div-block---1st-row-yt-vids-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block---2nd-row-yt-vid {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 20px;
  display: flex;
}

.div-block---youtube-video {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 0%;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.text-block-17 {
  filter: drop-shadow(5px 3px 5px #000000b3);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-18 {
  filter: drop-shadow(0 3px 5px #000000b3);
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.div-block---need-help {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 100px;
  display: flex;
}

.div-block---discord-button {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 30px;
  display: flex;
}

.button-23 {
  background-color: #4a4a4a00;
  background-image: url('../images/image-removebg-preview-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180% 140%;
  width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
}

.div-block---telegram-button {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 30px;
  display: flex;
}

.div-block---platform-buttons {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-bottom: 0;
  display: flex;
}

.discord-button {
  background-color: #4a4a4a00;
  background-image: url('../images/image-removebg-preview-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180% 140%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  font-family: Merriweather, serif;
  transition: filter .3s ease-in, transform .3s ease-in;
  display: flex;
}

.discord-button:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.telegram-button {
  background-color: #4a4a4a00;
  background-image: url('../images/Control-V__56_-removebg-preview.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  transition: filter .3s ease-in, transform .3s ease-in;
}

.telegram-button:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.div-block-22 {
  width: .5%;
  height: 0%;
}

.text-span-3 {
  color: #ff4500;
}

.text-span-4 {
  text-align: left;
  margin-top: -2%;
  margin-left: 2%;
}

.text-span-5 {
  color: #f45000;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: #ff4500;
}

.div-block---navbar-right-tools {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 36%;
  height: 100%;
  margin-right: 1%;
  display: flex;
}

.declaration-link-text {
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  transition: filter .3s ease-in;
}

.declaration-link-text:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
}

.report-dead-link {
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  transition: filter .3s ease-in;
}

.report-dead-link:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  font-weight: 400;
}

.free-coupons {
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  transition: filter .3s ease-in;
}

.free-coupons:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
}

.image-14 {
  margin-top: 0%;
  margin-left: 0%;
}

.select-shipping-agent-heading {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  text-align: center;
  width: 100%;
  height: 50px;
  margin-top: 1%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.text-block-19 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.image-15 {
  margin-bottom: 20px;
}

.button-24 {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 7%;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  transition: transform .3s ease-in, filter .3s ease-in;
  display: flex;
}

.button-24:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.how-to {
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  transition: filter .3s ease-in;
}

.how-to:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
}

.bypass-risk-reminders {
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  transition: filter .3s ease-in;
}

.bypass-risk-reminders:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
}

.discord-button---navbar {
  background-color: #4a4a4a00;
  background-image: url('../images/image-removebg-preview-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 46%;
  height: 100%;
  margin-right: 0%;
  font-family: Merriweather, serif;
  transition: filter .3s ease-in, transform .3s ease-in;
  display: flex;
}

.discord-button---navbar:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.image-16 {
  margin-top: 4px;
  margin-left: 15px;
  margin-right: 10px;
}

.telegram-button---navbar {
  background-color: #4a4a4a00;
  background-image: url('../images/Control-V__56_-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 24%;
  height: 100%;
  margin-left: 0;
  font-family: Lato, sans-serif;
  transition: filter .3s ease-in, transform .3s ease-in;
  display: flex;
}

.telegram-button---navbar:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.youtube-button---navbar {
  background-color: #4a4a4a00;
  background-image: url('../images/174883.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-right: 10%;
  font-family: Merriweather, serif;
  transition: filter .3s ease-in, transform .3s ease-in;
  display: flex;
}

.youtube-button---navbar:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #ff3030;
  background-clip: border-box;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 65%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.cnfans-signup:hover {
  transform: scale(1.1);
}

.cnfans-signup:active {
  transform: scale(.9)scale(1.1);
}

.div-block-23 {
  justify-content: space-between;
  align-items: center;
  width: 10%;
  height: 8%;
  display: flex;
  position: fixed;
  top: 91%;
  left: 89%;
}

.navbar---socials {
  z-index: 9999;
  justify-content: flex-end;
  align-items: center;
  width: 10%;
  height: 8%;
  display: flex;
  position: fixed;
  top: 91%;
  left: 89%;
}

.text-block-20 {
  width: 30%;
}

.free-coupons-button---navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #ff3030;
  background-clip: border-box;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 65%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform .3s ease-out, transform .3s ease-out;
  display: flex;
}

.free-coupons-button---navbar:hover {
  transform: scale(1.1);
}

.free-coupons-button---navbar:active {
  transform: scale(.9)scale(1.1);
}

.div-block---free-coupons {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.body-3 {
  background-image: url('../images/Untitled-design-6-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.div-block---declaration {
  background-color: #4a4a4a00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  margin-top: 5%;
  display: flex;
}

.declaration-title-text {
  filter: drop-shadow(3px 3px 4px #000000b3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2%;
  margin-right: 0%;
  font-size: 55px;
  display: flex;
}

.text-block-21 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.div-block-24 {
  width: 100%;
  height: 20px;
}

.div-block---delcaration-subtitle-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-top: 0%;
  display: flex;
}

.subtitle-text---declaration {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.div-block---declaration-guide-pinboard {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 600px;
  margin-top: 2%;
  padding-right: 0;
  display: flex;
}

.div-block---declaration-guide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ff878700;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 1800px;
  margin-top: 5%;
  display: flex;
}

.div-block---europe-title {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
}

.div-block---titles-row-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33%;
  margin-top: -5%;
  display: flex;
}

.div-block---usa-title, .div-block---canada-title {
  width: 33%;
  height: 100%;
}

.text-block-22 {
  width: 100%;
  height: 100%;
}

.text-block---europe-title-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  display: flex;
}

.div-block---europe-decleration-card {
  border: 2px solid #4a4a4a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

.div-block---europe-declaration {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 95%;
  margin-left: 0%;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.div-block---europe-declaration:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.05);
}

.text-block---europe-title {
  color: #000;
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  font-size: 38px;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 15%;
  display: flex;
}

.image---europe-logo {
  vertical-align: middle;
}

.div-block-25-copy {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 15%;
  display: flex;
}

.div-block---europe-eu-title {
  opacity: 1;
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #333;
  background-color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.text---europe-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  display: flex;
}

.div-block---europe-card-description {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 85%;
  margin-top: 2%;
  display: flex;
}

.text-block-23 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text---europe-card-description {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.text-block-24 {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
}

.text---uk-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: flex;
}

.image---uk-logo {
  vertical-align: middle;
}

.text---uk-card-description {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block---uk-declaration {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 95%;
  margin-left: 3%;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.div-block---uk-declaration:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.05);
}

.div-block---canada-declaration {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 95%;
  margin-left: 3%;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.div-block---canada-declaration:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.05);
}

.text---canada-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: flex;
}

.image---canada-logo {
  vertical-align: middle;
}

.text---canada-card-description {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block---canada-card-description {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 85%;
  margin-top: 2%;
  display: flex;
}

.div-block---usa-declaration {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 95%;
  margin-left: 0%;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.div-block---usa-declaration:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.05);
}

.text---usa-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: flex;
}

.image---usa-logo {
  vertical-align: middle;
}

.div-block---europe-eu-title-copy, .div-block---europe-eu-title-copy-copy, .div-block---usa-america-eu-title {
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 15%;
  display: flex;
}

.text---usa-card-description {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block---usa-card-description {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 85%;
  margin-top: 2%;
  display: flex;
}

.text---oceana-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: flex;
}

.div-block---oceana-declaration {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 95%;
  margin-left: 3%;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.div-block---oceana-declaration:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.05);
}

.text---oceana-card-description {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block---oceana-card-description {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 85%;
  margin-top: 2%;
  display: flex;
}

.image---oceana-logo {
  vertical-align: middle;
}

.div-block---oceana-title {
  opacity: 1;
  filter: drop-shadow(0 2px 2px #000000b3);
  background-color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.div-block---titles-row-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33%;
  margin-top: 0%;
  display: flex;
}

.text---asia-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: flex;
}

.image---asia-logo {
  vertical-align: middle;
}

.text---asia-card-description {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block---asia-declaration {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 95%;
  margin-left: 3%;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.div-block---asia-declaration:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.05);
}

.div-block---asia-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  background-color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.div-block---titles-row-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33%;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
}

.text---sa-title-copy {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: flex;
}

.image---sa-logo {
  vertical-align: middle;
}

.text---sa-description {
  direction: ltr;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-decoration-thickness: 0;
  display: flex;
}

.s {
  opacity: 1;
  background-color: #4a4a4abf;
  border: 2px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 95%;
  margin-left: 3%;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.s:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.1);
}

.div-block---sa-declaration {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 95%;
  margin-left: 0%;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.div-block---sa-declaration:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.05);
}

.div-block---sa-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  background-color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.div-block---usa-america-title {
  opacity: 1;
  filter: drop-shadow(0 2px 2px #000000b3);
  background-color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.text-block---sa-title {
  color: #000;
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  font-size: 38px;
}

.image-17, .sa-logo, .sa-logo-copy, .image---sa-logo-copy {
  vertical-align: middle;
}

.text---africa-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: flex;
}

.image---africa-logo {
  vertical-align: middle;
}

.div-block---africa-title {
  filter: drop-shadow(0 2px 2px #000000b3);
  background-color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.text---africa-card-description {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block---africa-declaration {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 95%;
  margin-left: 3%;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.div-block---africa-declaration:hover {
  filter: drop-shadow(7px 7px 7px #000000b3);
  transform: scale(1.05);
}

.image-18 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  vertical-align: middle;
  width: 4%;
  margin-bottom: 1.5%;
  margin-left: -5px;
}

.body-4 {
  background-image: url('../images/Untitled-design-6-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block---bypass-risk-reminders-title {
  background-color: #4a4a4a00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 5%;
  display: flex;
}

.heading---bypass-risk-reminders-title {
  color: #fff;
  width: 36%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
}

.text---bypass-risk-reminders-title {
  filter: drop-shadow(3px 3px 4px #000000b3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-right: 0%;
  font-size: 55px;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.image---bypass-risk-reminders-icon {
  filter: drop-shadow(4px 4px 4px #000000b3);
  vertical-align: top;
  margin-bottom: 1%;
}

.div-block---bypass-risk-reminders {
  opacity: .85;
  background-color: #4a4a4a;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 95%;
  margin-top: 1%;
  display: flex;
}

.div-block---bypass-risk-reminders:hover {
  opacity: .85;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 250px;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.text-block-27 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  color: #fff;
  text-align: center;
  margin-top: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-span-10 {
  color: #ff4500;
}

.image-19 {
  filter: drop-shadow(7px 7px 6px #000000b3);
  width: 40%;
  margin-top: 2%;
}

.div-block---row-1-bypass-risk-reminders {
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 400px;
  margin-top: -1%;
  display: flex;
}

.div-block---left-side-bypass-risk-reminders {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 65%;
  margin-top: 1%;
  display: flex;
}

.image---cnfans-risk-reminder {
  border: 0 solid #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0%;
}

.text---bypass-risk-reminders-description {
  filter: drop-shadow(3px 3px 4px #000000b3);
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: red;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 1%;
  margin-bottom: 0%;
  margin-left: 1%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.text-block-28 {
  width: 100%;
  height: 100%;
  font-size: 28px;
  line-height: 40px;
}

.div-block---cnfans-example---risk-reminder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 30%;
  margin-top: 5%;
  display: flex;
}

.text-block-29 {
  color: #fff;
  margin-top: -2%;
  margin-bottom: 2%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.faq-navbar-button {
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  transition: filter .3s ease-in;
}

.faq-navbar-button:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
}

.div-block---faq {
  width: 100%;
}

.div-block---bypass-risk-reminders---tutorial {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 650px;
  margin-top: 1%;
  margin-bottom: 0%;
  display: flex;
}

.div-block---bypass-risk-reminders-title---tutorial {
  background-color: #4a4a4a00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 2%;
  display: flex;
}

.text---bypass-risk-reminders-title---tutorial {
  filter: drop-shadow(0 3px 4px #000000b3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 0;
  margin-right: 0%;
  font-size: 50px;
  display: flex;
}

.image---bypass-risk-reminders-icon---tutorial {
  filter: drop-shadow(0 3px 4px #000000b3);
  vertical-align: top;
  width: 4.5%;
  height: 85%;
  margin-bottom: .5%;
  margin-left: 0%;
}

.heading---bypass-risk-reminders-title---tutorial {
  color: #fff;
  width: 21%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
}

.text-block-30 {
  color: #fff;
  text-align: center;
  width: 35%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block---youtube-video---bypass-risk-reminders {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 0%;
  display: flex;
}

.video---bypass-risk-reminders {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border: 0 solid #4a4a4a;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  margin-right: 0;
}

.yt-vid---bypass-risk-reminders {
  border: 0 solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 20%;
  margin-right: 20%;
  display: block;
}

.text---bypass-risk-reminders-subtitle {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: red;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -2%;
  margin-bottom: 0%;
  margin-left: 0%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 23px;
  display: flex;
}

.div-block---home-images {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-heading {
  filter: drop-shadow(0 3px 5px #000000b3);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

.background {
  display: none;
  position: fixed;
}

.container-4 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.main-navbar {
  opacity: .8;
  background-color: #4a4a4a;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: 0;
  display: block;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  width: 36%;
  height: 100%;
  margin-right: 1%;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 12%;
  margin-left: 0;
  display: flex;
}

.main-navbar-desktop {
  opacity: 1;
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(2px);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(2px);
  background-color: #4a4a4a80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  display: block;
  position: fixed;
  top: 0;
}

.main-navbar-mobile {
  opacity: .8;
  background-color: #4a4a4a;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: 0;
  display: none;
}

.bold-text-14 {
  font-size: 20px;
  line-height: 20px;
}

.bold-text-15 {
  font-size: 20px;
}

.bold-text-15.chroma-text {
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
}

.bold-text-15.chroma-text.span-fix {
  font-weight: 700;
}

.bold-text-16 {
  font-size: 20px;
}

.bold-text-16.span-fix {
  font-size: 16px;
  line-height: 16px;
}

.bold-text-17 {
  margin-left: 10px;
  font-size: 20px;
  display: block;
}

.bold-text-17.chroma-text.span-fix {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.bold-text-18 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.bold-text-18.span-fix.chroma-text {
  margin-left: 10px;
  font-weight: 700;
}

.bold-text-19, .bold-text-20 {
  font-size: 20px;
}

.bold-text-21 {
  font-size: 20px;
  display: block;
}

.bold-text-22 {
  font-size: 20px;
}

.bold-text-23 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.bold-text-23.span-fix.chroma-text {
  font-weight: 700;
}

.bold-text-24 {
  font-size: 20px;
}

.bold-text-25 {
  font-size: 20px;
  display: block;
}

.bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62 {
  font-size: 20px;
}

.dhgate-title-text {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 55px;
  display: flex;
}

.dhgate-heading {
  color: #fff;
  width: 23%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
}

.cnfans-title-text {
  filter: drop-shadow(7px 7px 6px #000000b3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 55px;
  display: flex;
}

.cnfans-heading {
  color: #fff;
  width: 35%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
}

.dhgate-title {
  background-color: #4a4a4a00;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.dhgate-title-logo {
  margin-top: 0%;
  margin-left: 0%;
}

.text-block-31 {
  color: #fff;
  text-align: center;
  margin-top: -3%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81, .bold-text-82, .bold-text-83, .bold-text-84, .bold-text-85, .bold-text-86, .bold-text-87, .bold-text-88, .bold-text-89, .bold-text-90, .bold-text-91, .bold-text-92, .bold-text-93, .bold-text-94, .bold-text-95, .bold-text-96, .bold-text-97, .bold-text-98, .bold-text-99, .bold-text-100, .bold-text-101, .bold-text-102, .bold-text-103, .bold-text-104, .bold-text-105, .bold-text-106, .bold-text-107, .bold-text-108 {
  font-size: 20px;
}

.bold-text-109 {
  font-size: 20px;
  display: flex;
}

.bold-text-110, .bold-text-111, .bold-text-112, .bold-text-113, .bold-text-114, .bold-text-115, .bold-text-116, .bold-text-117, .bold-text-118, .bold-text-119, .bold-text-120, .bold-text-121, .bold-text-122, .bold-text-123, .bold-text-124, .bold-text-125, .bold-text-126, .bold-text-127, .bold-text-128, .bold-text-129, .bold-text-130, .bold-text-131, .bold-text-132, .bold-text-133, .bold-text-134, .bold-text-135, .bold-text-136, .bold-text-137, .bold-text-138, .bold-text-139, .bold-text-140, .bold-text-141, .bold-text-142, .bold-text-143 {
  font-size: 20px;
}

.grid---shipping-agent-product-cards, .grid---featured-items-copy, .grid---dhgate-product-cards {
  grid-column-gap: 49px;
  grid-row-gap: 142px;
  background-color: #fff0;
  grid-template: "Area" 280px
                 "." 280px
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-top: 80px;
  margin-left: 220px;
  margin-right: 220px;
}

.div-block-28 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block---sa-pagination {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2%;
  display: flex;
}

.button-25 {
  width: 3%;
  height: 3%;
  margin-left: .1%;
  margin-right: .1%;
}

.button---sa-pagination-1 {
  opacity: .8;
  background-color: #4a4a4a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: .1%;
  margin-right: .1%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: opacity .3s ease-in;
  display: flex;
}

.button---sa-pagination-1:hover {
  opacity: 1;
}

.button-25-copy {
  width: 3%;
  height: 3%;
  margin-left: .1%;
  margin-right: .1%;
}

.button---sa-pagination-2 {
  opacity: .85;
  background-color: #4a4a4a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: .1%;
  margin-right: .1%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: opacity .3s ease-in;
  display: flex;
}

.button---sa-pagination-2:hover {
  opacity: 1;
}

.button---sa-pagination-3 {
  opacity: .85;
  background-color: #4a4a4a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: .1%;
  margin-right: .1%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: opacity .3s ease-in;
  display: flex;
}

.button---sa-pagination-3:hover {
  opacity: 1;
}

.button---sa-pagination-4 {
  opacity: .85;
  background-color: #4a4a4a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: .1%;
  margin-right: .1%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: opacity .3s ease-in;
  display: flex;
}

.button---sa-pagination-4:hover {
  opacity: 1;
}

.button---sa-pagination-5 {
  opacity: .85;
  background-color: #4a4a4a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: .1%;
  margin-right: .1%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: opacity .3s ease-in;
  display: flex;
}

.button---sa-pagination-5:hover {
  opacity: 1;
}

.button-26, .button-26-copy {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.agent-toggle-button {
  opacity: .8;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-left: 2.5px;
  margin-right: 2.5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s ease-in, filter .3s ease-in, transform .3s ease-in;
  display: flex;
  position: relative;
}

.agent-toggle-button:hover {
  z-index: 9999;
  opacity: 1;
  transform: scale(1.05);
}

.agent-toggle-button.cnfans-agent-toggle-button {
  background-image: none;
}

.agent-toggle-button.mainagenttogglebuttoncnfans {
  opacity: 1;
  height: 100%;
}

.agent-toggle-button.mainagenttogglebuttoncnfans:hover {
  filter: none;
}

.div-block---free-coupons-menu {
  z-index: 9999;
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 30%;
  height: 60%;
  position: fixed;
  top: 20%;
  left: 35%;
}

.div-block-bg---free-coupons-menu {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-bg---free-coupons-menu.agent-menu-background {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  cursor: auto;
  background-color: #ffc1c100;
  border: 0 solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.div-block-bg---free-coupons-menu.j4, .div-block-bg---free-coupons-menu.j1-travis-scott {
  display: none;
}

.signup-menu {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .95;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 20%;
  left: 35%;
}

.signup-menu.div-block-bg---j4 {
  opacity: 1;
  border-width: 2px;
  border-radius: 10px;
  width: 30%;
  height: 60%;
  display: flex;
  top: 20%;
  left: 35%;
}

.grid---sa-signup {
  z-index: 9999;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  color: #fff;
  grid-template-rows: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
  grid-template-columns: 90%;
  width: 95%;
  height: 90%;
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: 20px;
  position: relative;
  overflow: auto;
}

.text-span-11 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-11.chroma-text {
  font-size: 20px;
}

.code-embed {
  display: none;
}

.cnfans-signup-benefit {
  text-align: center;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.text-span-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  display: none;
}

.loongbuy-signup-bonus {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
}

.loongbuy-signup-bonus.span-fix {
  font-size: 16px;
  line-height: 16px;
}

.loongbuy-signup-bonus.span-fix.chroma-text {
  vertical-align: middle;
}

.loongbuy-signup-bonus.chroma-text {
  font-weight: 700;
}

.text-span-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kakobuy-signup-benefit {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: block;
}

.kakobuy-signup-benefit.span-fix.chroma-text {
  margin-left: 10px;
  font-weight: 700;
}

.joyabuy-signup-benefit {
  font-size: 16px;
  line-height: 16px;
}

.joyabuy-signup-benefit.span-fix.chroma-text {
  font-weight: 700;
  display: block;
}

.superbuy-signup-benefit {
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.superbuy-signup-benefit.span-fix.chroma-text {
  margin-left: 10px;
  font-weight: 700;
}

.text-span-14 {
  margin-left: 10px;
}

.ootdbuy-signup-benefit {
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.ootdbuy-signup-benefit.span-fix.chroma-text {
  font-weight: 700;
}

.oopbuy-signup-benefit {
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.oopbuy-signup-benefit.span-fix.chroma-text {
  margin-left: 10px;
  font-weight: 700;
}

.orientdig-signup-benefit {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.orientdig-signup-benefit.span-fix.chroma-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.sugargoo-signup-benefit {
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.sugargoo-signup-benefit.span-fix.chroma-text {
  margin-left: 10px;
  font-weight: 700;
}

.eastmall-signup-benefit {
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.eastmall-signup-benefit.span-fix.chroma-text {
  margin-left: 10px;
  font-weight: 700;
}

.cnfans-agent-select {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cnfans-agent-select.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.cnfans-agent-select.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.cnfans-agent-select.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-agent-select.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-agent-select.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-agent-select.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-agent-select.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-agent-select.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-agent-select.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-agent-select.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-agent-select.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-agent-select.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-agent-select.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-agent-select.eastmallbuy {
  cursor: pointer;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-agent-select.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.loongbuy-agent-select.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.loongbuy-agent-select.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.loongbuy-agent-select.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-agent-select.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-agent-select.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-agent-select.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-agent-select.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-agent-select.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-agent-select.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-agent-select.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-agent-select.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-agent-select.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-agent-select.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-agent-select.eastmallbuy {
  cursor: pointer;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-agent-select.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.kakobuy-agent-select.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.kakobuy-agent-select.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.kakobuy-agent-select.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-agent-select.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-agent-select.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-agent-select.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-agent-select.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-agent-select.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-agent-select.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-agent-select.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-agent-select.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-agent-select.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-agent-select.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-agent-select.eastmallbuy {
  cursor: pointer;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-agent-select.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.superbuy-agent-select.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.superbuy-agent-select.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.superbuy-agent-select.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-agent-select.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-agent-select.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-agent-select.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-agent-select.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-agent-select.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-agent-select.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-agent-select.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-agent-select.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-agent-select.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-agent-select.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-agent-select.eastmallbuy {
  cursor: pointer;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-agent-select.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.oopbuy-agent-select.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.oopbuy-agent-select.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.oopbuy-agent-select.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-agent-select.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-agent-select.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-agent-select.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-agent-select.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-agent-select.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-agent-select.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-agent-select.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-agent-select.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-agent-select.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-agent-select.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-agent-select.eastmallbuy {
  cursor: pointer;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-agent-select.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.sugargoo-agent-select.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.sugargoo-agent-select.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.sugargoo-agent-select.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-agent-select.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-agent-select.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-agent-select.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-agent-select.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-agent-select.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-agent-select.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-agent-select.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-agent-select.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-agent-select.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-agent-select.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-agent-select.eastmallbuy {
  cursor: pointer;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-agent-select.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cnfans-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.cnfans-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.cnfans-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.cnfans-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.cnfans-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.cnfans-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.acbuy-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.acbuy-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.acbuy-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.acbuy-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.acbuy-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.acbuy-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.acbuy-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.acbuy-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.acbuy-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.acbuy-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.acbuy-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.acbuy-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.acbuy-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.acbuy-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.acbuy-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.loongbuy-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.loongbuy-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.loongbuy-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.loongbuy-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.loongbuy-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.loongbuy-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.mulebuy-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.mulebuy-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.mulebuy-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.mulebuy-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.mulebuy-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.mulebuy-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.mulebuy-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.mulebuy-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.mulebuy-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.mulebuy-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.mulebuy-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.mulebuy-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.mulebuy-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.mulebuy-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.mulebuy-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.kakobuy-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.kakobuy-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.kakobuy-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.kakobuy-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.kakobuy-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.kakobuy-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.joyabuy-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.joyabuy-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.joyabuy-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.joyabuy-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.joyabuy-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.joyabuy-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.joyabuy-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.joyabuy-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.joyabuy-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.joyabuy-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.joyabuy-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.joyabuy-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.joyabuy-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.joyabuy-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.joyabuy-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.superbuy-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.superbuy-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.superbuy-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.superbuy-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.superbuy-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.superbuy-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.ootdbuy-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.ootdbuy-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.ootdbuy-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.ootdbuy-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.ootdbuy-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.ootdbuy-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.ootdbuy-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.ootdbuy-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.ootdbuy-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s;
}

.ootdbuy-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.ootdbuy-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.ootdbuy-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.ootdbuy-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.ootdbuy-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.ootdbuy-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.oopbuy-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.oopbuy-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.oopbuy-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.oopbuy-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.oopbuy-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.oopbuy-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.orientdig-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.orientdig-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.orientdig-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.orientdig-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.orientdig-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.orientdig-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.orientdig-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.orientdig-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.orientdig-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.orientdig-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.orientdig-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.orientdig-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.orientdig-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.orientdig-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.orientdig-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.sugargoo-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.sugargoo-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.sugargoo-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.sugargoo-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.sugargoo-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.sugargoo-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  background-image: url('../images/Untitled_design__16_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.eastmallbuy-signup-button.cnfans {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
  display: flex;
}

.eastmallbuy-signup-button.cnfans:hover {
  z-index: 9999;
  filter: drop-shadow(7px 7px 6px #000000b3);
  position: relative;
  transform: scale(1.1);
}

.eastmallbuy-signup-button.allchinabuy {
  cursor: pointer;
  background-image: url('../images/allchinabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 20px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.eastmallbuy-signup-button.allchinabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.loongbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__11_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.eastmallbuy-signup-button.loongbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.mulebuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__12_-removebg-preview-1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.eastmallbuy-signup-button.mulebuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.kakobuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__3_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.eastmallbuy-signup-button.kakobuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.joyabuy {
  cursor: pointer;
  background-image: url('../images/joyabuy-logo.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.eastmallbuy-signup-button.joyabuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.superbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__13_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.eastmallbuy-signup-button.superbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.ootdbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__14_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s;
}

.eastmallbuy-signup-button.ootdbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.oopbuy {
  cursor: pointer;
  background-image: url('../images/Untitled_design__15_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.eastmallbuy-signup-button.oopbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.orientdig {
  cursor: pointer;
  background-image: url('../images/Untitled_design__4_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.eastmallbuy-signup-button.orientdig:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.sugargoo {
  cursor: pointer;
  background-image: url('../images/Untitled_design__2_-removebg-preview.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  margin-left: 0;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.eastmallbuy-signup-button.sugargoo:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.eastmallbuy-signup-button.eastmallbuy {
  cursor: pointer;
  margin-left: 25px;
  transition: filter .3s ease-out, transform .3s ease-out;
}

.eastmallbuy-signup-button.eastmallbuy:hover {
  filter: drop-shadow(7px 7px 6px #000000b3);
  transform: scale(1.1);
}

.free-coupons-menu-heading {
  color: #fff;
  text-align: center;
  margin-top: 4%;
  margin-bottom: -1%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.free-coupons-menu-subheading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.free-coupons-menu-subheading.chroma-text {
  font-size: 16px;
  font-weight: 700;
}

.home-cta {
  filter: drop-shadow(0 3px 5px #000000b3);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.home-cta.margin-bottom-32px {
  filter: drop-shadow(7px 7px 6px #000000b3);
  color: #fff;
  margin-top: 3%;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
}

.div-block---home-cta {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.text-block-32 {
  color: #fff;
  margin-left: 20px;
  font-size: 50px;
  font-weight: 700;
}

.image-20 {
  margin-left: 10px;
}

.arrowimagecta {
  filter: drop-shadow(0 3px 5px #000000b3);
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-29 {
  width: 75%;
  height: 600px;
  display: flex;
}

.div-block---bypass-risk-reminders-1 {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 95%;
  margin-top: 1%;
  margin-left: 0%;
  transition: opacity .3s ease-in, filter .3s ease-in, transform .3s ease-in;
  display: flex;
}

.div-block---bypass-risk-reminders-1:hover {
  opacity: .85;
  filter: drop-shadow(5px 5px 5px #000000b3);
  mix-blend-mode: normal;
  transform: scale(1.05);
}

.div-block---bypass-risk-reminders-2 {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 95%;
  margin-top: 1%;
  margin-left: 3%;
  transition: filter .3s ease-in, transform .3s ease-in;
  display: flex;
}

.div-block---bypass-risk-reminders-2:hover {
  opacity: .85;
  filter: drop-shadow(5px 5px 5px #000000b3);
  transform: scale(1.05);
}

.div-block---bypass-risk-reminders-3 {
  opacity: .85;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 95%;
  margin-top: 1%;
  margin-left: 3%;
  transition: filter .3s ease-in, transform .3s ease-in;
  display: flex;
}

.div-block---bypass-risk-reminders-3:hover {
  opacity: .85;
  filter: drop-shadow(5px 5px 5px #000000b3);
  transform: scale(1.05);
}

.text-span-15 {
  text-decoration: underline;
}

.text-span-16 {
  color: #ff4500;
  font-size: 28px;
}

.text---brr-1-heading {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.text---brr-1-p1 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 100%;
  height: auto;
  margin-top: 5%;
  margin-bottom: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.text---brr-1-p2 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  max-width: 100%;
  height: 250px;
  margin-top: 0%;
  margin-bottom: 4%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.text-block-33 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-34 {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-34-copy {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  text-align: center;
  background-color: #3330;
  border-radius: 15px 15px 0 0;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-top: 0%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.text-block-35 {
  color: #fff;
  text-align: center;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.text---brr-2-heading {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 0%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-36, .text---brr-2-p1 {
  color: #fff;
  text-align: left;
  width: 90%;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.text---cnfansexampleabove {
  color: #fff;
  margin-top: -5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.image-21 {
  width: 45%;
  max-width: none;
  height: 80%;
  margin-top: 5%;
}

.text---brr-2-p2 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  max-width: 100%;
  height: 250px;
  margin-top: 0%;
  margin-bottom: 4%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.text---brr-3-heading {
  filter: drop-shadow(0 2px 2px #000000b3);
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 0%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.text---brr-3-p1 {
  color: #fff;
  text-align: left;
  width: 90%;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.text---brr-3-subheading {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.text-span-17 {
  text-decoration: underline;
}

.text---brr-3-p2 {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  max-width: 100%;
  height: 70%;
  margin-top: 0%;
  margin-bottom: 4%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.image-22 {
  width: 90%;
  margin-top: 10%;
  display: block;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text---cnfansexampleabove-copy {
  color: #fff;
  margin-top: -5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.text---selectelementtool {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.text---brr-1-p2-mobile, .text---brr-2-p2-mobile {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  max-width: 100%;
  height: 250px;
  margin-top: 0%;
  margin-bottom: 4%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: none;
}

.text---brr-3-p2-mobile {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  max-width: 100%;
  height: 70%;
  margin-top: 0%;
  margin-bottom: 4%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: none;
}

.heading---bypass-risk-reminders-title---tutorial-mobile {
  color: #fff;
  width: 43%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
  display: none;
}

.div-block-32 {
  width: 100%;
}

.div-blcok---what-are-risk-reminders {
  filter: drop-shadow(0 2px 2px #000000b3);
  background-color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.image-23 {
  width: 15%;
}

.div-block-33 {
  background-color: #333;
}

.div-block---why-do-they-show-up {
  filter: drop-shadow(0 2px 2px #000000b3);
  background-color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-24 {
  width: 15%;
}

.imagewhatareriskreminders {
  filter: drop-shadow(0 2px 2px #000000b3);
  width: 60px;
  height: 60px;
  margin-left: 5px;
}

.imagewhydotheyshowup {
  filter: drop-shadow(0 2px 2px #000000b3);
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block---how-can-i-bypass-them {
  filter: drop-shadow(0 2px 2px #000000b3);
  background-color: #333;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-25 {
  width: 60px;
  height: 60px;
}

.imagehowcanibypassthem {
  filter: drop-shadow(0 2px 2px #000000b3);
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-34 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.text-block-37 {
  filter: drop-shadow(3px 3px 4px #000000b3);
  color: #fff;
  margin-top: -18px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block---bypass-risk-reminders-video-tutorial {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.text-block-38 {
  filter: drop-shadow(4px 4px 4px #000000b3);
  color: #fff;
  text-align: center;
  margin-top: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.imagewhytheyshowupexample {
  width: 80%;
  max-width: none;
  height: 80%;
  margin-top: 5%;
}

.image-26 {
  width: 20%;
}

.europe-flag {
  width: 20%;
  margin-right: 10px;
}

.code-embed-3 {
  display: none;
}

.ukflag, .canadaflag, .usaflag, .ausflag, .asiaflag, .brazilflag, .africaflag {
  width: 20%;
  margin-right: 10px;
}

.div-block---declaration---tutorial {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 650px;
  margin-top: 1%;
  margin-bottom: 0%;
  display: flex;
}

.heading---declaration-title {
  color: #fff;
  width: 36%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
}

.div-block---declaration-video-tutorial {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.div-block---youtube-video---declaration {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 0%;
  display: flex;
}

.yt-vid---declaration {
  border: 0 solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 20%;
  margin-right: 20%;
  display: block;
}

.video---declaration {
  filter: drop-shadow(7px 7px 6px #000000b3);
  border: 0 solid #4a4a4a;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  margin-right: 0;
}

.declaration-heading-subtitle {
  filter: drop-shadow(0 3px 4px #000000b3);
  color: #fff;
  text-align: center;
  margin-top: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-35 {
  filter: drop-shadow(0 -2px 2px #000000b3);
  background-color: #333;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.text-span-18 {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.image-27, .kilogramicon {
  width: 20%;
}

.div-block-36 {
  filter: drop-shadow(0 -2px 2px #000000b3);
  background-color: #333;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.image-28 {
  width: 20%;
}

.text-block-39 {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
}

.text-block-40 {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.div-block-38 {
  width: 20%;
  height: 100%;
}

.text-block-41 {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.saselectbuttonicon {
  background-image: url('../images/cnfans_logo-removebg-preview.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 20%;
  height: 100%;
}

.image-29 {
  height: 100%;
  margin-right: 3px;
}

.satogglebuttonicon {
  height: 100%;
  margin-bottom: 0;
  margin-right: 5px;
}

.testsatogglebutton {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.satogglebuttontext {
  color: #fff;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.code-embed-4 {
  display: none;
}

.button-27 {
  margin-right: 5px;
}

.all {
  opacity: 1;
  color: #fff;
  background-color: #4a4a4a;
  border: 2px solid #fff;
  border-radius: 20px;
  width: auto;
  height: 100%;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: filter .3s ease-in, transform .3s ease-in, opacity .3s ease-in;
}

.all:hover {
  transform: scale(1.05);
}

.divsatitle {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 100px;
  display: flex;
}

.sacategory {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.satitle {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.satitledivider, .dhgatetitle {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.grid---dhgate-cards {
  grid-column-gap: 49px;
  grid-row-gap: 142px;
  background-color: #fff0;
  grid-template: "Area" 280px
                 "." 280px
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-top: 80px;
  margin-left: 220px;
  margin-right: 220px;
}

.imagedhgatecard {
  border: 0 solid #000;
  width: 20%;
  height: 10%;
  margin-top: 10px;
  margin-left: 127px;
  margin-right: -10px;
}

.div-block---home-desc {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-42 {
  filter: drop-shadow(0 3px 5px #000000b3);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.homeimage {
  filter: drop-shadow(0 10px 5px #000000b3);
  margin-top: 80px;
  margin-left: 10px;
}

.homesupportedagents {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  margin-top: -10px;
  display: flex;
  position: relative;
}

.text-block-43 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.homesupportagentstext {
  filter: drop-shadow(0 3px 5px #000000b3);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.homesupportedagentsimages {
  opacity: .8;
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 120%;
  height: 100px;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.image-30 {
  width: 7%;
}

.cnfanssupport {
  filter: drop-shadow(0 3px 5px #000000b3);
  width: 7%;
  margin-left: 0;
}

.acbuysupport, .loongbuysupport, .mulebuysupport, .kakobuysupport, .joyabuysupport, .superbuysupport, .ootdbuysupport {
  filter: drop-shadow(0 3px 5px #000000b3);
  width: 7%;
}

.oopbuysupport, .orientdigsupport, .sugargoosupport {
  filter: drop-shadow(0 3px 5px #000000b3);
  width: 7%;
}

.image-30-copy {
  width: 7%;
}

.eastmallsupport, .dhgatesupport {
  filter: drop-shadow(0 3px 5px #000000b3);
  width: 7%;
}

.text-block-44 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block---homesubtitle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.texthomesubtitle {
  filter: drop-shadow(0 3px 5px #000000b3);
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.image-31 {
  margin-left: 10px;
  margin-right: 10px;
}

.imagesubtitle {
  filter: drop-shadow(0 3px 5px #000000b3);
  margin-left: 5px;
  margin-right: 5px;
}

.slider {
  width: 60%;
  height: 28%;
}

.divsupportsa {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.text-block-45 {
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.div-block-39 {
  position: absolute;
}

.divblur {
  width: 1%;
  height: 6%;
  position: absolute;
  inset: 0%;
}

.div-block-40 {
  width: 1%;
  height: 50%;
  position: absolute;
  left: 30%;
}

.divleftblur {
  z-index: 9998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 2%;
  height: 100%;
  position: absolute;
  left: 30%;
}

.leftimagesubtitle, .rightimagesubtitle {
  filter: drop-shadow(0 3px 5px #000000b3);
  margin-left: 5px;
  margin-right: 5px;
}

.rightimagesubtitle.shield-pulse {
  margin-left: 0;
  margin-right: 0;
}

.text-block-46 {
  color: #fff;
  background-color: #00ff94;
  padding: 5px 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: static;
  inset: 0% auto auto 0%;
  transform: rotate(-30deg);
}

.divblockgreenbadge {
  position: absolute;
  inset: 0% auto auto 0%;
}

.textbadge {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  letter-spacing: 0;
  background-color: #00ff94;
  border-radius: 10px;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  position: static;
  inset: 0% auto auto 0%;
  transform: translate(-30%)rotate(-30deg);
}

.code-embed-5, .code-embed-6, .code-embed-7, .code-embed-8, .coderedpulse, .codesearchbar {
  display: none;
}

.image-32, .imageselectedsa {
  height: 100%;
  margin-left: 10px;
}

.codeselectsafunctionality {
  display: none;
}

.div-block---select-item-type---mobile {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.divselectitemtypemobile {
  display: none;
}

.div-block---select-item-type1, .div-block---select-item-type2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.divselectitemtypemobilemin {
  display: none;
}

.div-block---select-item-type3 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block---select-shipping-agentmobile {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50px;
  margin-top: 1%;
  display: none;
}

.div-block---select-shipping-agent-4th-row {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50px;
  margin-top: 5px;
  display: none;
}

.codeshieldpulse, .codegoldpulse, .codepulsebadgegreen {
  display: none;
}

.centered-headingmobile {
  text-align: center;
  margin-bottom: 16px;
}

.centered-headingmobile.margin-bottom-32px {
  filter: drop-shadow(0 3px 5px #000000b3);
  color: #fff;
  margin-top: 3%;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: none;
}

.text-block-47, .codedarkthememobile {
  display: none;
}

.imagedhgatelogo {
  filter: drop-shadow(0 3px 5px #000000b3);
  height: 100%;
  margin-left: 10px;
}

.dhcategory {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.dhtitle {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.dhtitledivider {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.divdhtitle {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 100px;
  display: flex;
}

.griddhproductcards {
  grid-column-gap: 49px;
  grid-row-gap: 142px;
  background-color: #fff0;
  grid-template: "Area" 280px
                 "." 280px
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-top: 120px;
  margin-left: 220px;
  margin-right: 220px;
}

.divselectitemtypedh {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-top: 0%;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.codeselectdhcategory {
  display: none;
}

.heading---declaration {
  color: #fff;
  width: 28%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5%;
  font-family: Montserrat, sans-serif;
}

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .centered-heading.margin-bottom-32px {
    width: 80%;
    margin-top: 5%;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .grid---featured-items {
    grid-column-gap: 50px;
    grid-row-gap: 250px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 1fr 1fr;
    margin-left: 10%;
    margin-right: 10%;
  }

  .heading-3 {
    font-size: 40px;
  }

  .grid-2 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    grid-template-rows: 75px 75px;
    grid-template-columns: 100%;
    width: 85%;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image {
    width: 55%;
    height: 100%;
  }

  .image-2.leftheaderimagemobile {
    width: 40%;
    height: 100%;
    margin-left: 5%;
  }

  .grid-box-1 {
    height: 480px;
  }

  .heading-4 {
    display: none;
  }

  .bold-text-7 {
    font-size: 26px;
    line-height: 26px;
  }

  .bold-text-8 {
    font-size: 20px;
  }

  .bold-text-9 {
    font-size: 26px;
  }

  .image-5 {
    width: 10%;
    height: 50%;
    margin-left: 20px;
  }

  .div-block-bg---j1-ts {
    display: none;
  }

  .agent-menu, .agent-menu.div-block-bg---j4 {
    width: 85%;
    left: 7.5%;
  }

  .image-7.sa {
    margin-left: 190px;
  }

  .j4-button {
    border-radius: 15px;
  }

  .div-block-bg---j4 {
    display: none;
  }

  .div-block-10 {
    margin-top: 0%;
  }

  .faq-title-1 {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }

  .faq-title-2, .faq-title-3, .faq-title-4, .faq-title-5 {
    font-size: 14px;
  }

  .faq-title-6 {
    font-size: 14px;
    line-height: 14px;
  }

  .faq-content-1, .faq-content-2, .faq-content-3 {
    height: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .faq-content-4, .faq-content-5 {
    text-align: center;
    height: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .faq-content-6 {
    border-left: 2px solid #fff;
    height: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-5 {
    width: 65%;
  }

  .form {
    width: 50%;
  }

  .div-block---select-item-type {
    flex-flow: row;
    height: 40px;
    margin-bottom: 2%;
    display: none;
  }

  .form-select {
    width: 60%;
  }

  .form-block-select {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .div-block---select-shipping-agent {
    width: 80%;
    display: none;
  }

  .hats {
    z-index: 1;
  }

  .bottoms {
    height: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block---select-shipping-agent-2nd-row {
    width: 80%;
    display: flex;
  }

  .div-block---select-shipping-agent-3rd-row {
    width: 80%;
    height: 50px;
    display: flex;
  }

  .sa-cards-title {
    height: 220px;
  }

  .div-block-17 {
    width: 90%;
  }

  .image-12 {
    margin-left: 1%;
  }

  .div-block---yt-videos-heading {
    margin-top: 280px;
  }

  .text-block-16 {
    display: none;
  }

  .video {
    width: 150%;
    height: 130%;
    margin-left: -25%;
  }

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

  .discord-button---navbar {
    width: 46%;
  }

  .navbar---socials {
    width: 30%;
    top: 92%;
    left: 69%;
  }

  .div-block---declaration {
    margin-top: 12%;
  }

  .declaration-title-text {
    filter: drop-shadow(0 3px 3px #000000b3);
    font-size: 50px;
  }

  .subtitle-text---declaration {
    width: 80%;
  }

  .div-block---declaration-guide {
    width: 100%;
  }

  .div-block---titles-row-1 {
    width: 90%;
    height: 600px;
    margin-top: 0%;
  }

  .div-block---europe-declaration {
    width: 35%;
  }

  .text---europe-title {
    font-size: 20px;
    line-height: 20px;
  }

  .text---europe-card-description {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-24 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 21px;
  }

  .text---uk-title {
    font-size: 17px;
    line-height: 17px;
  }

  .text---uk-card-description {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block---uk-declaration, .div-block---canada-declaration {
    width: 35%;
  }

  .text---canada-title {
    font-size: 20px;
    line-height: 20px;
  }

  .text---canada-card-description {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block---usa-declaration {
    width: 35%;
  }

  .text---usa-title {
    font-size: 20px;
    line-height: 20px;
  }

  .text---usa-card-description {
    font-size: 16px;
    line-height: 16px;
  }

  .text---oceana-title {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block---oceana-declaration {
    width: 35%;
  }

  .text---oceana-card-description {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block---titles-row-2 {
    width: 90%;
  }

  .text---asia-title {
    font-size: 20px;
    line-height: 20px;
  }

  .text---asia-card-description {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block---asia-declaration {
    width: 35%;
  }

  .div-block---titles-row-3 {
    width: 90%;
  }

  .text---sa-title-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .text---sa-description {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block---sa-declaration {
    width: 35%;
  }

  .text---africa-title {
    font-size: 20px;
    line-height: 20px;
  }

  .text---africa-card-description {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block---africa-declaration {
    width: 35%;
  }

  .image-18 {
    filter: drop-shadow(0 3px 3px #000000b3);
    width: 7%;
  }

  .div-block---bypass-risk-reminders-title {
    margin-top: 10%;
    margin-bottom: 0%;
  }

  .heading---bypass-risk-reminders-title {
    width: 80%;
  }

  .text---bypass-risk-reminders-title {
    font-size: 50px;
  }

  .image---bypass-risk-reminders-icon {
    margin-bottom: 3%;
  }

  .image---cnfans-risk-reminder {
    margin-top: 5%;
  }

  .text---bypass-risk-reminders-description {
    filter: drop-shadow(0 3px 3px #000000b3);
    margin-top: 0%;
  }

  .div-block---bypass-risk-reminders-title---tutorial {
    justify-content: center;
    align-items: center;
  }

  .text---bypass-risk-reminders-title---tutorial {
    filter: drop-shadow(0 3px 3px #000000b3);
    font-size: 50px;
    line-height: 38px;
  }

  .image---bypass-risk-reminders-icon---tutorial {
    filter: drop-shadow(0 3px 3px #000000b3);
    width: 9%;
    height: 70%;
    margin-bottom: 0%;
  }

  .heading---bypass-risk-reminders-title---tutorial {
    width: 50%;
  }

  .div-block---youtube-video---bypass-risk-reminders {
    margin-top: -1%;
  }

  .video---bypass-risk-reminders {
    width: 150%;
    height: 300%;
    margin-left: -25%;
  }

  .icon-6 {
    filter: drop-shadow(7px 7px 6px #000000b3);
    color: #fff;
    margin-top: -25%;
    font-size: 28px;
  }

  .menu-button-4.w--open {
    background-color: #4a4a4a;
  }

  .main-navbar-desktop {
    display: none;
  }

  .main-navbar-mobile {
    width: 100%;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-nav-link---faq, .mobile-nav-link---declaration, .mobile-nav-link---bypass-risk-reminders-copy-copy, .mobile-nav-link---report-dead-link {
    color: #fff;
    text-align: center;
    background-color: #4a4a4a;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .grid---shipping-agent-product-cards {
    grid-column-gap: 50px;
    grid-row-gap: 250px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 1fr 1fr;
    margin: 120px 10% 240px;
  }

  .div-block-bg---free-coupons-menu {
    display: none;
  }

  .signup-menu, .signup-menu.div-block-bg---j4 {
    width: 85%;
    left: 7.5%;
  }

  .mobile-nav-link---free-coupons {
    color: #fff;
    text-align: center;
    background-color: #4a4a4a;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .home-cta {
    font-size: 40px;
    line-height: 40px;
  }

  .home-cta.margin-bottom-32px {
    margin-top: 0%;
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-29 {
    width: 90%;
  }

  .text---brr-1-p1 {
    font-size: 14px;
    line-height: 14px;
  }

  .text---brr-1-p2 {
    text-align: center;
    width: 95%;
    font-size: 13px;
    line-height: 15px;
    display: none;
  }

  .text-block-34-copy {
    text-align: center;
    margin-left: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .text---brr-2-heading {
    width: 90%;
    font-size: 20px;
    line-height: 20px;
  }

  .text---brr-2-p1 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-21 {
    margin-top: 10%;
  }

  .text---brr-2-p2 {
    text-align: center;
    width: 95%;
    line-height: 15px;
    text-decoration: none;
    display: none;
  }

  .text---brr-3-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .text---brr-3-p1 {
    font-size: 14px;
    line-height: 14px;
  }

  .text---brr-3-subheading {
    font-size: 10px;
    line-height: 10px;
  }

  .text---brr-3-p2 {
    width: 95%;
    line-height: 15px;
    display: none;
  }

  .div-block-30 {
    flex-flow: row;
    margin-top: 5%;
  }

  .div-block-31 {
    margin-top: 15%;
  }

  .text---cnfansexampleabove-copy {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .text---selectelementtool {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
  }

  .text---brr-1-p2-mobile {
    text-align: center;
    width: 95%;
    font-size: 13px;
    line-height: 16px;
    display: flex;
  }

  .text---brr-2-p2-mobile {
    text-align: center;
    width: 95%;
    line-height: 16px;
    text-decoration: none;
    display: flex;
  }

  .text---brr-3-p2-mobile {
    text-align: center;
    width: 95%;
    line-height: 16px;
    display: flex;
  }

  .heading---bypass-risk-reminders-title---tutorial-mobile {
    width: 85%;
  }

  .imagewhydotheyshowup, .imagehowcanibypassthem {
    margin-right: 5px;
  }

  .text-block-37 {
    margin-top: -20px;
  }

  .text-block-38 {
    filter: drop-shadow(0 3px 3px #000000b3);
    margin-top: -20px;
  }

  .imagewhytheyshowupexample {
    width: 90%;
    height: 45px;
    margin-top: 10%;
  }

  .heading---declaration-title {
    width: 80%;
  }

  .div-block---youtube-video---declaration {
    margin-top: -1%;
  }

  .video---declaration {
    width: 150%;
    height: 300%;
    margin-left: -25%;
  }

  .declaration-heading-subtitle {
    margin-top: -25px;
  }

  .div-block-35 {
    height: 50px;
  }

  .text-span-18 {
    font-size: 21px;
    line-height: 21px;
  }

  .satogglebuttontext {
    width: 61.0094%;
    font-size: 14px;
    line-height: 14px;
  }

  .satogglebuttontext.smallertexteastmallbuy {
    font-size: 12px;
    line-height: 12px;
  }

  .divsatitle {
    margin-top: 100px;
  }

  .homeimage {
    margin-top: 80px;
    margin-left: 20px;
  }

  .homesupportedagents {
    width: 210%;
  }

  .homesupportedagentsimages {
    width: 120%;
  }

  .div-block---select-item-type---mobile {
    flex-flow: row;
    width: 80%;
    height: 40px;
    margin-bottom: 2%;
    display: flex;
  }

  .divselectitemtypemobile {
    display: block;
  }

  .div-block---select-item-type1, .div-block---select-item-type2, .div-block---select-item-type3 {
    flex-flow: row;
    width: 100%;
    height: 40px;
    margin-bottom: 2%;
    display: flex;
  }

  .div-block---select-shipping-agentmobile {
    width: 80%;
    display: flex;
  }

  .div-block---select-shipping-agent-4th-row {
    width: 80%;
    height: 50px;
    display: flex;
  }

  .centered-headingmobile.margin-bottom-32px {
    width: 80%;
    margin-top: 5%;
    font-size: 40px;
    line-height: 40px;
  }

  .divdhtitle {
    margin-top: 100px;
  }

  .griddhproductcards {
    grid-column-gap: 50px;
    grid-row-gap: 250px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 1fr 1fr;
    margin: 120px 10% 240px;
  }

  .divselectitemtypedh {
    flex-flow: row;
    height: 40px;
    margin-bottom: 2%;
    display: none;
  }

  .heading---declaration {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .centered-heading.margin-bottom-32px {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
  }

  .hero-subscribe-left, .hero-subscribe-right {
    padding: 60px 15px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .grid---featured-items {
    grid-column-gap: 40px;
    grid-row-gap: 250px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin-top: 70px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .heading-3 {
    width: 90%;
    font-size: 35px;
    line-height: 35px;
  }

  .grid-2 {
    grid-column-gap: 7%;
    grid-row-gap: 7%;
    grid-template-rows: 70px 70px;
    grid-template-columns: 100%;
    margin-top: -10px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image {
    width: 60%;
    height: 100%;
    margin-left: -4%;
  }

  .image-2 {
    font-size: 14px;
  }

  .image-2.leftheaderimagemobile {
    width: 45%;
    height: 100%;
    margin-left: 7%;
    margin-right: -4%;
  }

  .heading-4 {
    margin-top: -20px;
    font-size: 19px;
    line-height: 20px;
  }

  .navbar-right---docs {
    font-size: 14px;
  }

  .yeezy-sweatpants-button {
    border-radius: 15px;
    height: 10%;
  }

  .text-block-7 {
    width: 80%;
  }

  .div-block---cards {
    margin-top: 0;
  }

  .j4-img {
    height: 55%;
  }

  .bold-text-2 {
    display: none;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 30px;
  }

  .bold-text-7 {
    width: 100%;
    font-size: 22px;
    line-height: 22px;
  }

  .bold-text-8 {
    font-size: 16px;
    line-height: 16px;
  }

  .bold-text-9 {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-8 {
    margin-top: 100px;
  }

  .image-5 {
    width: 10%;
    height: 40%;
  }

  .div-block-bg---j1-ts {
    display: none;
  }

  .agent-menu, .agent-menu.div-block-bg---j4 {
    width: 85%;
    left: 7.5%;
  }

  .image-7.sa, .image-7.dhgate {
    margin-left: 125px;
  }

  .bold-text-11 {
    font-size: 22px;
  }

  .j4-button, .j1-ts-button {
    border-radius: 15px;
    height: 10%;
  }

  .div-block-bg---j4 {
    display: none;
  }

  .iphone-supplier-button, .designer-rugs-button, .burberry-hoodie-button, .balenci-tracks-button, .basketball-shorts-button, .ow-tee-button, .casablance-tees-button, .gd-tees-button, .amiri-tees-button {
    border-radius: 15px;
    height: 10%;
  }

  .div-block-10 {
    margin-top: -30%;
  }

  .faq-content-4, .faq-content-5 {
    text-align: center;
  }

  .faq-content-6 {
    text-align: center;
    border-left-color: #fff;
  }

  .div-block-14 {
    background-color: #fff;
    height: 2px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .body-2 {
    background-image: none;
  }

  .heading-5 {
    width: 80%;
  }

  .div-block---select-item-type {
    display: none;
  }

  .div-block---select-shipping-agent {
    width: 95%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .div-block---select-shipping-agent-2nd-row, .div-block---select-shipping-agent-3rd-row {
    width: 95%;
  }

  .text-block-14 {
    width: 40%;
  }

  .div-block-17 {
    width: 95%;
    margin-top: 8%;
  }

  .image-12 {
    width: 15%;
    height: 50%;
    margin-left: 1%;
    display: inline-flex;
  }

  .div-block---yt-videos-heading {
    margin-top: 40%;
  }

  .text-block-16 {
    font-size: 8.5px;
    line-height: 8.5px;
    display: none;
  }

  .video {
    width: 150%;
    height: 95%;
    margin-left: -25%;
  }

  .div-block---youtube-video {
    margin-top: 7%;
  }

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

  .text-block-18 {
    font-size: 20px;
    line-height: 20px;
  }

  .discord-button {
    margin-left: -5px;
  }

  .telegram-button {
    margin-right: -5px;
  }

  .discord-button---navbar {
    margin-left: 0%;
  }

  .image-16 {
    margin-left: 5px;
  }

  .telegram-button---navbar {
    margin-left: 0%;
    margin-right: 10%;
  }

  .navbar---socials {
    width: 35%;
    height: 10%;
    top: 91%;
    left: 67%;
  }

  .div-block---declaration {
    margin-top: 15%;
  }

  .declaration-title-text {
    filter: drop-shadow(0 2px 2px #000000b3);
    font-size: 45px;
  }

  .subtitle-text---declaration {
    width: 100%;
  }

  .div-block---europe-eu-title {
    height: 75px;
    max-height: 75px;
  }

  .text---europe-title {
    font-size: 20px;
    line-height: 20px;
  }

  .text---europe-card-description {
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-24 {
    font-size: 16px;
    line-height: 16px;
  }

  .text---uk-title {
    font-size: 20px;
    line-height: 18px;
  }

  .text---uk-card-description {
    font-size: 14px;
    line-height: 14px;
  }

  .text---canada-title {
    font-size: 20px;
    line-height: 18px;
  }

  .text---canada-card-description {
    font-size: 14px;
    line-height: 14px;
  }

  .text---usa-title {
    font-size: 20px;
    line-height: 18px;
  }

  .text---usa-card-description {
    font-size: 14px;
    line-height: 14px;
  }

  .text---oceana-title {
    font-size: 20px;
    line-height: 18px;
  }

  .text---oceana-card-description {
    font-size: 14px;
    line-height: 14px;
  }

  .text---asia-title {
    font-size: 20px;
    line-height: 18px;
  }

  .text---asia-card-description {
    font-size: 14px;
    line-height: 14px;
  }

  .text---sa-title-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .text---sa-description, .text---africa-card-description {
    font-size: 14px;
    line-height: 14px;
  }

  .image-18 {
    filter: drop-shadow(0 2px 2px #000000b3);
    width: 10%;
    margin-bottom: 3%;
    margin-left: -15px;
  }

  .text---bypass-risk-reminders-title {
    text-align: center;
    font-size: 37px;
  }

  .image---bypass-risk-reminders-icon {
    width: 10%;
    height: 55%;
    margin-left: 1%;
  }

  .image---cnfans-risk-reminder {
    margin-top: 0%;
  }

  .text---bypass-risk-reminders-description {
    filter: drop-shadow(0 2px 2px #000000b3);
    margin-top: -4%;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block---cnfans-example---risk-reminder {
    margin-top: 20%;
  }

  .text---bypass-risk-reminders-title---tutorial {
    text-align: center;
    font-size: 37px;
    line-height: 29px;
  }

  .image---bypass-risk-reminders-icon---tutorial {
    height: 50%;
    margin-bottom: 0%;
    margin-left: 1%;
  }

  .div-block---youtube-video---bypass-risk-reminders {
    margin-top: -3%;
  }

  .video---bypass-risk-reminders {
    height: 300%;
  }

  .faq-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .background {
    background-image: url('../images/Untitled-design-6-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    display: block;
    inset: 0% 0% auto;
  }

  .icon-6 {
    filter: drop-shadow(7px 7px 6px #000000b3);
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: -25%;
    font-size: 28px;
    display: flex;
  }

  .menu-button-4 {
    justify-content: center;
    align-items: flex-start;
    width: 11%;
    height: 100%;
    display: block;
  }

  .menu-button-4.w--open {
    background-color: #4a4a4a;
  }

  .main-navbar-desktop {
    display: none;
  }

  .main-navbar-mobile {
    display: block;
  }

  .mobile-nav-link---faq, .mobile-nav-link---declaration, .mobile-nav-link---bypass-risk-reminders-copy-copy, .mobile-nav-link---report-dead-link {
    color: #fff;
    text-align: center;
    background-color: #4a4a4a;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25 {
    font-size: 20px;
  }

  .grid---shipping-agent-product-cards {
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    margin-top: 120px;
  }

  .div-block-bg---free-coupons-menu {
    display: none;
  }

  .signup-menu {
    width: 85%;
    height: 60%;
    top: 20%;
    left: 7.5%;
  }

  .signup-menu.div-block-bg---j4 {
    width: 85%;
    left: 7.5%;
  }

  .grid---sa-signup {
    grid-template-columns: 88%;
  }

  .cnfans-signup-benefit {
    font-size: 16px;
  }

  .loongbuy-signup-bonus, .kakobuy-signup-benefit {
    font-size: 20px;
  }

  .kakobuy-signup-benefit.span-fix.chroma-text {
    font-size: 16px;
  }

  .joyabuy-signup-benefit {
    font-size: 20px;
  }

  .joyabuy-signup-benefit.span-fix.chroma-text {
    font-size: 16px;
  }

  .superbuy-signup-benefit {
    font-size: 20px;
  }

  .superbuy-signup-benefit.span-fix.chroma-text {
    font-size: 16px;
  }

  .ootdbuy-signup-benefit {
    font-size: 20px;
  }

  .ootdbuy-signup-benefit.span-fix.chroma-text {
    font-size: 16px;
  }

  .oopbuy-signup-benefit {
    font-size: 20px;
  }

  .oopbuy-signup-benefit.span-fix.chroma-text {
    font-size: 16px;
  }

  .orientdig-signup-benefit, .sugargoo-signup-benefit {
    font-size: 20px;
  }

  .sugargoo-signup-benefit.span-fix.chroma-text {
    font-size: 16px;
  }

  .eastmall-signup-benefit {
    font-size: 20px;
  }

  .eastmall-signup-benefit.span-fix.chroma-text {
    font-size: 16px;
  }

  .mobile-nav-link---free-coupons {
    color: #fff;
    text-align: center;
    background-color: #4a4a4a;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .free-coupons-menu-heading {
    line-height: 24px;
  }

  .home-cta {
    font-size: 35px;
    line-height: 35px;
  }

  .home-cta.margin-bottom-32px {
    width: 100%;
    margin-top: 5%;
    font-size: 50px;
    line-height: 50px;
  }

  .div-block---home-cta {
    margin-top: 80px;
  }

  .arrowimagecta {
    margin-right: 20px;
  }

  .div-block---bypass-risk-reminders-1, .div-block---bypass-risk-reminders-2, .div-block---bypass-risk-reminders-3 {
    height: 85%;
  }

  .text---brr-1-p1 {
    margin-top: 10%;
    font-size: 11px;
    line-height: 11px;
  }

  .text---brr-1-p2 {
    font-size: 12px;
    line-height: 12px;
    display: none;
  }

  .text-block-34-copy, .text---brr-2-heading {
    width: 80%;
    font-size: 14px;
    line-height: 14px;
  }

  .text---brr-2-p1 {
    margin-top: 10%;
    font-size: 11px;
    line-height: 11px;
  }

  .image-21 {
    margin-top: 20%;
  }

  .text---brr-2-p2 {
    font-size: 12px;
    line-height: 12px;
  }

  .text---brr-3-heading {
    width: 80%;
    font-size: 14px;
    line-height: 14px;
  }

  .text---brr-3-p1 {
    margin-top: 10%;
    font-size: 11px;
    line-height: 11px;
  }

  .text---brr-3-subheading {
    margin-top: 4%;
  }

  .text---brr-3-p2 {
    font-size: 12px;
    line-height: 12px;
  }

  .image-22 {
    margin-top: 20%;
  }

  .div-block-30 {
    flex-flow: row;
  }

  .text---cnfansexampleabove-copy {
    font-size: 10px;
    line-height: 10px;
  }

  .text---selectelementtool {
    height: 27%;
    font-size: 10px;
    line-height: 10px;
  }

  .text---brr-1-p2-mobile {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    display: flex;
  }

  .text---brr-2-p2-mobile, .text---brr-3-p2-mobile {
    font-size: 12px;
    line-height: 12px;
  }

  .div-blcok---what-are-risk-reminders {
    max-height: 60px;
  }

  .text-block-37 {
    text-align: center;
    margin-top: -25px;
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-38 {
    margin-top: -25px;
    font-size: 16px;
    line-height: 16px;
  }

  .imagewhytheyshowupexample {
    margin-top: 20%;
  }

  .div-block---youtube-video---declaration {
    margin-top: -3%;
  }

  .video---declaration {
    height: 300%;
  }

  .declaration-heading-subtitle {
    margin-top: -30px;
    font-size: 16px;
    line-height: 16px;
  }

  .text-span-18 {
    font-size: 16px;
    line-height: 16px;
  }

  .satogglebuttonicon {
    height: 80%;
    margin-right: 5px;
  }

  .satogglebuttontext {
    margin-left: 10px;
  }

  .homesupportedagents {
    margin-top: -10px;
  }

  .div-block---homesubtitle {
    width: 60%;
    display: inline-flex;
  }

  .texthomesubtitle {
    text-align: center;
    margin-right: 0;
  }

  .leftimagesubtitle {
    margin-top: -15px;
    margin-right: 0;
  }

  .rightimagesubtitle {
    margin-top: -15px;
    margin-left: 0;
  }

  .textbadge.pulse-badge {
    font-size: 14px;
    line-height: 14px;
  }

  .divselectitemtypemobile {
    display: block;
  }

  .divselectitemtypemobilemin {
    display: none;
  }

  .div-block---select-shipping-agentmobile, .div-block---select-shipping-agent-4th-row {
    width: 95%;
  }

  .centered-headingmobile.margin-bottom-32px {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
  }

  .griddhproductcards {
    grid-column-gap: 50px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    margin-top: 120px;
  }

  .divselectitemtypedh, .code-embed-9, .codetighttextfix {
    display: none;
  }

  .heading---declaration {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-heading-center {
    width: 100%;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 3%;
    font-size: 25px;
    line-height: 25px;
    display: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading-2 {
    margin-bottom: 20px;
    margin-left: 0%;
    font-size: 25px;
    line-height: 25px;
  }

  .grid---featured-items {
    grid-column-gap: 24px;
    grid-row-gap: 100px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 45% 45%;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
  }

  .heading-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 27px;
  }

  .grid-2 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    flex-flow: column;
    grid-template: "." 50px
                   "." 50px
                   / 100%;
    grid-auto-rows: 0;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    margin: -20px 5% 0%;
    display: grid;
  }

  .button {
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 15px;
  }

  .button-2, .button-5, .button-8 {
    background-position: 98%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 15px;
  }

  .image {
    width: 180px;
    height: 200px;
  }

  .image-2.leftheaderimagemobile {
    width: 140px;
    height: 160px;
    margin-right: -2%;
  }

  .grid-box-1 {
    height: 340px;
  }

  .heading-4 {
    font-size: 25px;
    display: none;
  }

  .heading-4.heading-4---moblile {
    font-size: 10px;
  }

  .text-span {
    width: 12.026%;
  }

  .body {
    object-fit: fill;
    background-image: none;
    overflow: visible;
  }

  .navbar---main {
    display: none;
  }

  .yeezy-sweatpants-button {
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block---cards {
    width: 100%;
    margin-bottom: 2%;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .bold-text-4, .bold-text-5 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-6 {
    text-align: center;
    font-size: 20px;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 16px;
    line-height: 16px;
  }

  .bold-text-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    display: flex;
  }

  .div-block-8 {
    width: 100%;
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .image-5 {
    vertical-align: baseline;
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .div-block-bg---j1-ts {
    display: none;
  }

  .agent-menu {
    opacity: .95;
    border-width: 2px;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 80%;
    display: flex;
    top: 10%;
    left: 10%;
  }

  .agent-menu.div-block-bg---j4 {
    width: 80%;
    height: 80%;
    display: flex;
    top: 10%;
    left: 10%;
  }

  .grid-3 {
    grid-row-gap: 14px;
    border: 0 solid #000;
    border-radius: 0;
    grid-template-rows: 12% 12% 12% 12% 12% 12% 12% 12% 12% 12% 12% 12%;
    grid-template-columns: 100%;
    place-items: center;
    width: 95%;
    height: 100%;
    margin-top: 7%;
    margin-bottom: 0;
    font-size: 16px;
    overflow: auto;
  }

  .button-20.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .button-20.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .button-20.loongbuy, .button-20.mulebuy, .button-20.kakobuy, .button-20.joyabuy, .button-20.superbuy, .button-20.ootdbuy, .button-20.oopbuy, .button-20.orientdig, .button-20.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .button-20.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .bold-text-10 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    font-size: 20px;
  }

  .text-block-9 {
    display: none;
  }

  .lagent-close {
    width: 10%;
  }

  .tagent-close {
    width: 80%;
    height: 10%;
    left: 10%;
  }

  .bagent-close {
    width: 80%;
    height: 10%;
    top: 90%;
    left: 10%;
  }

  .ragent-close {
    width: 10%;
    left: 90%;
  }

  .image-7, .image-7.sa, .image-7.dhgate {
    margin-left: 60px;
  }

  .button-21 {
    display: none;
  }

  .bold-text-11 {
    text-align: center;
    width: 100%;
    margin-bottom: 5%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .j4-button {
    opacity: 1;
    border-radius: 15px;
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .j1-ts-button {
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-bg---j4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-bg---yeezy-sweatpants {
    display: none;
  }

  .iphone-supplier-button {
    border-radius: 15px;
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-bg---designer-rugs {
    display: none;
  }

  .designer-rugs-button {
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-bg---burberry-hoodie {
    display: none;
  }

  .burberry-hoodie-button {
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-bg---balenci-tracks {
    display: none;
  }

  .balenci-tracks-button, .basketball-shorts-button {
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-bg---basketball-shorts, .div-block-bg---ow-tee {
    display: none;
  }

  .ow-tee-button, .casablance-tees-button {
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-bg---casablanca-tee, .div-block-bg---gd-tees {
    display: none;
  }

  .gd-tees-button {
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-bg---amiri-tees {
    display: none;
  }

  .amiri-tees-button {
    width: 85%;
    height: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    display: none;
  }

  .div-block-10 {
    height: 700px;
    margin-top: 0%;
  }

  .faq-item-4 {
    text-align: center;
  }

  .faq-title-1 {
    text-align: center;
    width: 110%;
    height: 100%;
    padding-left: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .faq-title-2, .faq-title-3, .faq-title-4, .faq-title-5, .faq-title-6 {
    text-align: center;
    width: 110%;
    font-size: 12px;
    line-height: 12px;
  }

  .faq-content-1 {
    width: 110%;
    height: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .faq-content-2 {
    width: 110%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .faq-content-3 {
    width: 110%;
    height: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .faq-content-4 {
    text-align: center;
    width: 110%;
    height: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .faq-content-5 {
    text-align: center;
    width: 110%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .faq-content-6 {
    text-align: center;
    border-left-color: #fff;
    width: 110%;
    height: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-14 {
    width: 77%;
  }

  .navbar---site-name {
    font-size: 18px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .body-2 {
    background-image: none;
  }

  .heading-5 {
    width: 90%;
    margin-right: 0%;
    font-size: 20px;
  }

  .form-block {
    height: 45px;
    margin-top: 4%;
  }

  .form {
    width: 70%;
    height: 100%;
  }

  .text-field.search-bar {
    font-size: 16px;
  }

  .div-block---select-item-type {
    display: none;
  }

  .form-select {
    width: 90%;
  }

  .form-block-select {
    height: 50px;
    margin-top: 4%;
    margin-bottom: 10%;
  }

  .select-field {
    font-size: 12px;
  }

  .div-block---select-shipping-agent {
    height: 45px;
    display: none;
  }

  .shoes, .hats, .tees, .jackets, .bottoms, .accessories {
    font-size: 12px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .div-block---select-shipping-agent-2nd-row, .div-block---select-shipping-agent-3rd-row {
    height: 45px;
  }

  .hoodies, .decoration, .other {
    font-size: 12px;
  }

  .text-block-14 {
    width: 100%;
    margin-left: 5px;
    font-size: 16px;
  }

  .image-12 {
    display: none;
  }

  .div-block---yt-videos-heading {
    margin-top: 100px;
    margin-bottom: -60px;
  }

  .div-block---yt-videos {
    width: 100%;
    height: 200px;
    margin-bottom: 150px;
  }

  .text-block-16 {
    font-size: 6px;
    line-height: 6px;
    display: none;
  }

  .div-block---bottom-navbar {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .video {
    width: 160%;
    height: 190%;
    margin-top: 50px;
    margin-left: -30%;
  }

  .div-block---youtube-video {
    margin-top: 7%;
  }

  .text-block-17 {
    text-align: center;
    font-size: 40px;
  }

  .text-block-18 {
    text-align: center;
    width: 80%;
    margin-top: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block---need-help {
    margin-top: 80px;
  }

  .div-block---discord-button {
    width: 60px;
    height: 60px;
    margin-left: 31%;
  }

  .div-block---telegram-button {
    width: 60px;
    height: 60px;
    margin-right: 0%;
  }

  .div-block---platform-buttons {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
    margin-top: -15px;
  }

  .discord-button {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .telegram-button {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block---navbar-right-tools {
    justify-content: flex-end;
    align-items: center;
  }

  .declaration-link-text, .report-dead-link, .bypass-risk-reminders {
    display: none;
  }

  .image-16 {
    margin-left: 0;
    margin-right: 5px;
  }

  .youtube-button---navbar {
    position: static;
  }

  .navbar---socials {
    width: 55%;
    margin-right: 0%;
    top: 91%;
    left: 48%;
  }

  .free-coupons-button---navbar {
    display: none;
  }

  .div-block---declaration {
    margin-top: 20%;
  }

  .declaration-title-text {
    filter: drop-shadow(0 2px 2px #000000b3);
    font-size: 28px;
  }

  .subtitle-text---declaration {
    width: 100%;
  }

  .div-block---declaration-guide {
    width: 80%;
    height: 4200px;
  }

  .div-block---titles-row-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 1800px;
  }

  .div-block---europe-declaration {
    width: 100%;
    height: 30%;
  }

  .text---europe-title {
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-23 {
    width: auto;
    height: auto;
  }

  .text---europe-card-description {
    height: 100%;
    margin-top: 5%;
    font-size: 15px;
    line-height: 15px;
  }

  .text-block-24 {
    font-size: 24px;
    line-height: 24px;
  }

  .text---uk-card-description {
    height: 100%;
    font-size: 15px;
    line-height: 15px;
  }

  .div-block---uk-declaration, .div-block---canada-declaration {
    width: 100%;
    height: 30%;
    margin-top: 10%;
    margin-left: 0%;
  }

  .text---canada-title {
    font-size: 22px;
    line-height: 22px;
  }

  .text---canada-card-description {
    height: 100%;
    font-size: 15px;
    line-height: 15px;
  }

  .div-block---usa-declaration {
    width: 100%;
    height: 30%;
  }

  .text---usa-title {
    font-size: 22px;
    line-height: 22px;
  }

  .text---usa-card-description {
    font-size: 15px;
    line-height: 15px;
  }

  .text---oceana-title {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block---oceana-declaration {
    width: 100%;
    height: 30%;
    margin-top: 10%;
    margin-left: 0%;
  }

  .text---oceana-card-description {
    font-size: 15px;
    line-height: 15px;
  }

  .div-block---oceana-card-description {
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .div-block---titles-row-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 1800px;
    margin-top: -40%;
  }

  .text---asia-title {
    font-size: 22px;
    line-height: 22px;
  }

  .text---asia-card-description {
    height: 100%;
    font-size: 15px;
    line-height: 15px;
  }

  .div-block---asia-declaration {
    width: 100%;
    height: 30%;
    margin-top: 10%;
    margin-left: 0%;
  }

  .div-block---titles-row-3 {
    flex-flow: column;
    width: 100%;
    height: 1200px;
    margin-top: -40%;
  }

  .text---sa-title-copy {
    font-size: 22px;
    line-height: 22px;
  }

  .text---sa-description {
    font-size: 15px;
    line-height: 15px;
  }

  .div-block---sa-declaration {
    width: 100%;
  }

  .text---africa-title {
    font-size: 22px;
    line-height: 22px;
  }

  .text---africa-card-description {
    font-size: 15px;
    line-height: 15px;
  }

  .div-block---africa-declaration {
    width: 100%;
    margin-top: 10%;
    margin-left: 0%;
  }

  .image-18 {
    filter: drop-shadow(0 0 2px #000000b3);
    width: 12%;
    margin-bottom: 4%;
    margin-left: -10px;
    margin-right: 5px;
  }

  .div-block---bypass-risk-reminders-title {
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-bottom: 0%;
  }

  .heading---bypass-risk-reminders-title {
    width: auto;
  }

  .text---bypass-risk-reminders-title {
    filter: drop-shadow(0 3px 3px #000000b3);
    width: auto;
    font-size: 22px;
    line-height: 22px;
  }

  .image---bypass-risk-reminders-icon {
    filter: drop-shadow(0 3px 3px #000000b3);
    width: 12%;
    height: 40%;
    margin-bottom: 5%;
    margin-left: 0%;
  }

  .image---cnfans-risk-reminder {
    margin-top: 5%;
  }

  .text---bypass-risk-reminders-description {
    filter: drop-shadow(0 2px 2px #000000b3);
    text-align: center;
    margin-top: -8%;
    font-size: 11px;
    line-height: 11px;
  }

  .div-block---cnfans-example---risk-reminder {
    margin-top: 5%;
  }

  .faq-navbar-button {
    display: none;
  }

  .div-block---bypass-risk-reminders---tutorial {
    height: 300px;
  }

  .div-block---bypass-risk-reminders-title---tutorial {
    height: 33%;
    margin-bottom: -3%;
  }

  .text---bypass-risk-reminders-title---tutorial {
    filter: drop-shadow(0 3px 3px #000000b3);
    font-size: 24px;
    line-height: 24px;
  }

  .image---bypass-risk-reminders-icon---tutorial {
    filter: drop-shadow(0 3px 3px #000000b3);
    width: 15%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 1%;
    margin-left: 0%;
  }

  .heading---bypass-risk-reminders-title---tutorial {
    width: 80%;
    font-size: 30px;
    line-height: 24px;
    display: flex;
  }

  .div-block---youtube-video---bypass-risk-reminders {
    margin-top: 0%;
  }

  .video---bypass-risk-reminders {
    width: 160%;
    height: 220%;
    margin-left: -30%;
  }

  .div-block---home-images {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-left: -1%;
  }

  .faq-heading {
    filter: drop-shadow(0 3px 3px #000000b3);
    font-size: 30px;
    line-height: 27px;
  }

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

  .link-8 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .div-block-27 {
    z-index: -1;
    background-image: url('../images/Untitled-design-19.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
  }

  .menu-button-3 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navbar {
    background-color: #ddd0;
  }

  .icon-3 {
    color: #fff;
    font-size: 30px;
  }

  .navbar-2 {
    background-color: #ddd0;
  }

  .nav-menu {
    color: #fff;
  }

  .icon-4 {
    color: #fff;
    font-size: 30px;
  }

  .background {
    z-index: -1;
    background-image: url('../images/Untitled-design-6-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-3 {
    opacity: .85;
    background-color: #4a4a4a;
  }

  .icon-5 {
    color: #fff;
    font-size: 34px;
  }

  .main-navbar {
    opacity: .8;
    color: #4a4a4a;
    width: 100%;
    position: fixed;
  }

  .nav-menu-2 {
    display: none;
  }

  .icon-6 {
    filter: drop-shadow(7px 7px 6px #000000b3);
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    font-size: 28px;
    display: flex;
  }

  .menu-button-4 {
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    padding: 3% 0 0;
    display: flex;
  }

  .menu-button-4.w--open {
    opacity: 1;
    background-color: #4a4a4a;
  }

  .main-navbar-desktop {
    opacity: .8;
    color: #4a4a4a;
    width: 100%;
    display: none;
    position: fixed;
  }

  .main-navbar-mobile {
    opacity: .8;
    color: #4a4a4a;
    width: 100%;
    display: block;
    position: fixed;
  }

  .nav-link-3, .nav-link-4 {
    color: #fff;
    background-color: #4a4a4a;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .nav-link-5 {
    color: #fff;
    text-align: center;
    background-color: #4a4a4a;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .mobile-nav-link---faq, .mobile-nav-link---declaration {
    color: #fff;
    background-color: #4a4a4a;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .mobile-nav-link---bypass-risk-reminders, .mobile-nav-link---bypass-risk-reminders-copy, .mobile-nav-link---bypass-risk-reminders-copy-copy, .mobile-nav-link---report-dead-link {
    color: #fff;
    text-align: center;
    background-color: #4a4a4a;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .bold-text-14, .bold-text-15 {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-15.chroma-text.span-fix {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .bold-text-16 {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-17 {
    margin-left: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-17.chroma-text.span-fix {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22 {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-23 {
    margin-left: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-24, .bold-text-25 {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-26 {
    display: block;
  }

  .bold-text-27 {
    font-size: 20px;
    display: block;
  }

  .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57 {
    font-size: 20px;
  }

  .bold-text-58 {
    display: block;
  }

  .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62 {
    font-size: 20px;
  }

  .dhgate-heading, .cnfans-heading {
    width: 80%;
    margin-right: 0%;
    font-size: 20px;
  }

  .grid---shipping-agent-product-cards {
    grid-column-gap: 24px;
    grid-row-gap: 100px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 45% 45%;
    margin: 200px 10% 120px;
  }

  .grid---featured-items-copy, .grid---dhgate-product-cards {
    grid-column-gap: 24px;
    grid-row-gap: 100px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 45% 45%;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
  }

  .agent-toggle-button {
    width: 33%;
  }

  .bold-text-144 {
    font-size: 20px;
  }

  .div-block-bg---free-coupons-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .signup-menu {
    opacity: .95;
    border-width: 2px;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 80%;
    display: flex;
    top: 10%;
    left: 10%;
  }

  .signup-menu.div-block-bg---j4 {
    width: 80%;
    height: 80%;
    display: flex;
    top: 10%;
    left: 10%;
  }

  .grid---sa-signup {
    grid-row-gap: 10px;
    border: 0 solid #000;
    border-radius: 0;
    grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-template-columns: 100%;
    place-items: center;
    width: 95%;
    height: 80%;
    margin-top: 0%;
    margin-bottom: 7%;
    font-size: 16px;
    overflow: auto;
  }

  .cnfans-signup-benefit {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .loongbuy-signup-bonus {
    font-size: 20px;
  }

  .loongbuy-signup-bonus.chroma-text.span-fix {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .kakobuy-signup-benefit {
    font-size: 20px;
  }

  .kakobuy-signup-benefit.span-fix.chroma-text {
    width: 100%;
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
    overflow: visible;
  }

  .joyabuy-signup-benefit {
    font-size: 20px;
  }

  .joyabuy-signup-benefit.span-fix.chroma-text {
    font-size: 12px;
    line-height: 12px;
  }

  .superbuy-signup-benefit {
    font-size: 20px;
  }

  .superbuy-signup-benefit.span-fix.chroma-text {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .text-span-14 {
    margin-left: 0;
  }

  .ootdbuy-signup-benefit {
    font-size: 20px;
  }

  .ootdbuy-signup-benefit.span-fix.chroma-text {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .oopbuy-signup-benefit {
    font-size: 20px;
  }

  .oopbuy-signup-benefit.span-fix.chroma-text {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .orientdig-signup-benefit {
    font-size: 20px;
  }

  .orientdig-signup-benefit.span-fix.chroma-text {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .sugargoo-signup-benefit {
    font-size: 20px;
  }

  .sugargoo-signup-benefit.span-fix.chroma-text {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .eastmall-signup-benefit {
    font-size: 20px;
  }

  .eastmall-signup-benefit.span-fix.chroma-text {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .mobile-nav-link---free-coupons {
    color: #fff;
    text-align: center;
    background-color: #4a4a4a;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .cnfans-agent-select.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .cnfans-agent-select.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .cnfans-agent-select.loongbuy, .cnfans-agent-select.mulebuy, .cnfans-agent-select.kakobuy, .cnfans-agent-select.joyabuy, .cnfans-agent-select.superbuy, .cnfans-agent-select.ootdbuy, .cnfans-agent-select.oopbuy, .cnfans-agent-select.orientdig, .cnfans-agent-select.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .cnfans-agent-select.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .loongbuy-agent-select.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .loongbuy-agent-select.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .loongbuy-agent-select.loongbuy, .loongbuy-agent-select.mulebuy, .loongbuy-agent-select.kakobuy, .loongbuy-agent-select.joyabuy, .loongbuy-agent-select.superbuy, .loongbuy-agent-select.ootdbuy, .loongbuy-agent-select.oopbuy, .loongbuy-agent-select.orientdig, .loongbuy-agent-select.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .loongbuy-agent-select.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .kakobuy-agent-select.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .kakobuy-agent-select.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .kakobuy-agent-select.loongbuy, .kakobuy-agent-select.mulebuy, .kakobuy-agent-select.kakobuy, .kakobuy-agent-select.joyabuy, .kakobuy-agent-select.superbuy, .kakobuy-agent-select.ootdbuy, .kakobuy-agent-select.oopbuy, .kakobuy-agent-select.orientdig, .kakobuy-agent-select.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .kakobuy-agent-select.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .superbuy-agent-select.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .superbuy-agent-select.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .superbuy-agent-select.loongbuy, .superbuy-agent-select.mulebuy, .superbuy-agent-select.kakobuy, .superbuy-agent-select.joyabuy, .superbuy-agent-select.superbuy, .superbuy-agent-select.ootdbuy, .superbuy-agent-select.oopbuy, .superbuy-agent-select.orientdig, .superbuy-agent-select.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .superbuy-agent-select.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .oopbuy-agent-select.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .oopbuy-agent-select.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .oopbuy-agent-select.loongbuy, .oopbuy-agent-select.mulebuy, .oopbuy-agent-select.kakobuy, .oopbuy-agent-select.joyabuy, .oopbuy-agent-select.superbuy, .oopbuy-agent-select.ootdbuy, .oopbuy-agent-select.oopbuy, .oopbuy-agent-select.orientdig, .oopbuy-agent-select.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .oopbuy-agent-select.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .sugargoo-agent-select.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .sugargoo-agent-select.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .sugargoo-agent-select.loongbuy, .sugargoo-agent-select.mulebuy, .sugargoo-agent-select.kakobuy, .sugargoo-agent-select.joyabuy, .sugargoo-agent-select.superbuy, .sugargoo-agent-select.ootdbuy, .sugargoo-agent-select.oopbuy, .sugargoo-agent-select.orientdig, .sugargoo-agent-select.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .sugargoo-agent-select.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .cnfans-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
  }

  .cnfans-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .cnfans-signup-button.loongbuy, .cnfans-signup-button.mulebuy, .cnfans-signup-button.kakobuy, .cnfans-signup-button.joyabuy, .cnfans-signup-button.superbuy, .cnfans-signup-button.ootdbuy, .cnfans-signup-button.oopbuy, .cnfans-signup-button.orientdig, .cnfans-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .cnfans-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .acbuy-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .acbuy-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 20px;
  }

  .acbuy-signup-button.loongbuy, .acbuy-signup-button.mulebuy, .acbuy-signup-button.kakobuy, .acbuy-signup-button.joyabuy, .acbuy-signup-button.superbuy, .acbuy-signup-button.ootdbuy, .acbuy-signup-button.oopbuy, .acbuy-signup-button.orientdig, .acbuy-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .acbuy-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .loongbuy-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .loongbuy-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .loongbuy-signup-button.loongbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
  }

  .loongbuy-signup-button.mulebuy, .loongbuy-signup-button.kakobuy, .loongbuy-signup-button.joyabuy, .loongbuy-signup-button.superbuy, .loongbuy-signup-button.ootdbuy, .loongbuy-signup-button.oopbuy, .loongbuy-signup-button.orientdig, .loongbuy-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .loongbuy-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .mulebuy-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .mulebuy-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .mulebuy-signup-button.loongbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .mulebuy-signup-button.mulebuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
  }

  .mulebuy-signup-button.kakobuy, .mulebuy-signup-button.joyabuy, .mulebuy-signup-button.superbuy, .mulebuy-signup-button.ootdbuy, .mulebuy-signup-button.oopbuy, .mulebuy-signup-button.orientdig, .mulebuy-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .mulebuy-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .kakobuy-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .kakobuy-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .kakobuy-signup-button.loongbuy, .kakobuy-signup-button.mulebuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .kakobuy-signup-button.kakobuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
  }

  .kakobuy-signup-button.joyabuy, .kakobuy-signup-button.superbuy, .kakobuy-signup-button.ootdbuy, .kakobuy-signup-button.oopbuy, .kakobuy-signup-button.orientdig, .kakobuy-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .kakobuy-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .joyabuy-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .joyabuy-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .joyabuy-signup-button.loongbuy, .joyabuy-signup-button.mulebuy, .joyabuy-signup-button.kakobuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .joyabuy-signup-button.joyabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
  }

  .joyabuy-signup-button.superbuy, .joyabuy-signup-button.ootdbuy, .joyabuy-signup-button.oopbuy, .joyabuy-signup-button.orientdig, .joyabuy-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .joyabuy-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .superbuy-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .superbuy-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .superbuy-signup-button.loongbuy, .superbuy-signup-button.mulebuy, .superbuy-signup-button.kakobuy, .superbuy-signup-button.joyabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .superbuy-signup-button.superbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
  }

  .superbuy-signup-button.ootdbuy, .superbuy-signup-button.oopbuy, .superbuy-signup-button.orientdig, .superbuy-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .superbuy-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .ootdbuy-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .ootdbuy-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .ootdbuy-signup-button.loongbuy, .ootdbuy-signup-button.mulebuy, .ootdbuy-signup-button.kakobuy, .ootdbuy-signup-button.joyabuy, .ootdbuy-signup-button.superbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .ootdbuy-signup-button.ootdbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
  }

  .ootdbuy-signup-button.oopbuy, .ootdbuy-signup-button.orientdig, .ootdbuy-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .ootdbuy-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .oopbuy-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .oopbuy-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .oopbuy-signup-button.loongbuy, .oopbuy-signup-button.mulebuy, .oopbuy-signup-button.kakobuy, .oopbuy-signup-button.joyabuy, .oopbuy-signup-button.superbuy, .oopbuy-signup-button.ootdbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .oopbuy-signup-button.oopbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
  }

  .oopbuy-signup-button.orientdig, .oopbuy-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .oopbuy-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .orientdig-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .orientdig-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .orientdig-signup-button.loongbuy, .orientdig-signup-button.mulebuy, .orientdig-signup-button.kakobuy, .orientdig-signup-button.joyabuy, .orientdig-signup-button.superbuy, .orientdig-signup-button.ootdbuy, .orientdig-signup-button.oopbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .orientdig-signup-button.orientdig {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
  }

  .orientdig-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .orientdig-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .sugargoo-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .sugargoo-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .sugargoo-signup-button.loongbuy, .sugargoo-signup-button.mulebuy, .sugargoo-signup-button.kakobuy, .sugargoo-signup-button.joyabuy, .sugargoo-signup-button.superbuy, .sugargoo-signup-button.ootdbuy, .sugargoo-signup-button.oopbuy, .sugargoo-signup-button.orientdig {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .sugargoo-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
  }

  .sugargoo-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
    display: flex;
  }

  .eastmallbuy-signup-button.cnfans {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    font-size: 16px;
  }

  .eastmallbuy-signup-button.allchinabuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 20px;
  }

  .eastmallbuy-signup-button.loongbuy, .eastmallbuy-signup-button.mulebuy, .eastmallbuy-signup-button.kakobuy, .eastmallbuy-signup-button.joyabuy, .eastmallbuy-signup-button.superbuy, .eastmallbuy-signup-button.ootdbuy, .eastmallbuy-signup-button.oopbuy, .eastmallbuy-signup-button.orientdig, .eastmallbuy-signup-button.sugargoo {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    font-size: 16px;
  }

  .eastmallbuy-signup-button.eastmallbuy {
    background-position: 99%;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    font-size: 16px;
    display: flex;
  }

  .free-coupons-menu-heading {
    width: 92%;
    margin-top: 7%;
    margin-bottom: 0%;
    font-size: 20px;
    display: block;
  }

  .free-coupons-menu-subheading.chroma-text {
    text-align: center;
    width: 90%;
    margin-top: -10px;
    font-weight: 700;
  }

  .home-cta {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .home-cta.margin-bottom-32px {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 37px;
    line-height: 35px;
  }

  .div-block---home-cta {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .arrowimagecta {
    width: 6%;
    height: 10%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-29 {
    flex-flow: column;
    width: 80%;
    height: 1500px;
  }

  .div-block---bypass-risk-reminders-1 {
    width: 100%;
    height: 30%;
    margin-top: 0%;
  }

  .div-block---bypass-risk-reminders-2, .div-block---bypass-risk-reminders-3 {
    width: 100%;
    height: 30%;
    margin-top: 10%;
    margin-left: 0%;
  }

  .text---brr-1-p1 {
    margin-top: 5%;
    font-size: 12px;
    line-height: 12px;
  }

  .text---brr-1-p2 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    font-size: 8px;
    line-height: 8px;
    display: flex;
  }

  .text-block-34-copy {
    text-align: center;
    width: 100%;
    margin-top: 0%;
    font-size: 22px;
    line-height: 22px;
  }

  .text---brr-2-heading {
    width: 80%;
    margin-top: 0%;
    font-size: 22px;
    line-height: 22px;
  }

  .text---brr-2-p1 {
    height: 44%;
    margin-top: 5%;
    font-size: 12px;
    line-height: 12px;
  }

  .image-21 {
    margin-top: 5%;
  }

  .text---brr-2-p2 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    font-size: 8px;
    line-height: 8px;
    display: flex;
  }

  .text---brr-3-heading {
    width: 80%;
    margin-top: 0%;
    font-size: 22px;
    line-height: 22px;
  }

  .text---brr-3-p1 {
    margin-top: 5%;
    font-size: 12px;
    line-height: 12px;
  }

  .text---brr-3-subheading {
    margin-top: 2%;
  }

  .text---brr-3-p2 {
    width: 100%;
    font-size: 8px;
    line-height: 8px;
    display: flex;
  }

  .image-22 {
    margin-top: 5%;
  }

  .div-block-30 {
    flex-flow: row;
    margin-top: 5%;
  }

  .text---cnfansexampleabove-copy {
    margin-top: -5px;
    font-size: 12px;
    line-height: 12px;
  }

  .text---selectelementtool {
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .text---brr-1-p2-mobile, .text---brr-2-p2-mobile {
    text-align: center;
    font-size: 9px;
    line-height: 12px;
    display: none;
  }

  .text---brr-3-p2-mobile {
    margin-bottom: 5%;
    font-size: 9px;
    line-height: 12px;
    display: none;
  }

  .heading---bypass-risk-reminders-title---tutorial-mobile {
    margin-right: -2%;
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-32 {
    width: 100%;
    height: 200px;
  }

  .div-blcok---what-are-risk-reminders {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block---why-do-they-show-up {
    height: auto;
  }

  .imagewhatareriskreminders {
    margin-left: 0;
    margin-right: 5px;
  }

  .imagewhydotheyshowup {
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-37 {
    filter: drop-shadow(0 3px 3px #000000b3);
    margin-top: -35px;
    font-size: 10px;
    line-height: 10px;
  }

  .div-block---bypass-risk-reminders-video-tutorial {
    margin-top: -80px;
    margin-bottom: -15px;
  }

  .text-block-38 {
    margin-top: 5px;
    font-size: 10px;
    line-height: 10px;
    display: none;
  }

  .imagewhytheyshowupexample {
    margin-top: 5%;
  }

  .div-block---declaration---tutorial {
    height: 300px;
    margin-bottom: 10%;
  }

  .heading---declaration-title {
    width: 85%;
  }

  .div-block---declaration-video-tutorial {
    margin-top: 0;
    margin-bottom: -15px;
  }

  .div-block---youtube-video---declaration {
    margin-top: 0%;
  }

  .video---declaration {
    width: 160%;
    height: 220%;
    margin-left: -30%;
  }

  .declaration-heading-subtitle {
    margin-top: 5px;
    font-size: 10px;
    line-height: 10px;
    display: none;
  }

  .text-span-18 {
    font-size: 24px;
    line-height: 24px;
  }

  .satogglebuttontext {
    font-size: 12px;
    line-height: 12px;
  }

  .all {
    opacity: 1;
    font-size: 12px;
  }

  .divsatitle {
    height: 70px;
    margin-top: 70px;
  }

  .sacategory, .satitle {
    font-size: 24px;
    line-height: 24px;
  }

  .satitledivider {
    flex: none;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    position: static;
  }

  .grid---dhgate-cards {
    grid-column-gap: 24px;
    grid-row-gap: 100px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 45% 45%;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
  }

  .imagedhgatecard, .imagedhgatecard.sa, .imagedhgatecard.dhgate {
    margin-left: 60px;
  }

  .div-block---home-desc {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-left: -1%;
  }

  .homesupportedagents {
    margin-top: -20px;
  }

  .homesupportedagentsimages {
    width: 250%;
  }

  .div-block---homesubtitle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 5px;
    display: inline-flex;
  }

  .texthomesubtitle {
    text-align: center;
    background-color: #f000;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 16px;
    display: flex;
  }

  .texthomesubtitle.tighttextfix {
    height: auto;
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
  }

  .imagesubtitle, .leftimagesubtitle {
    width: 8%;
    margin-top: -15px;
    margin-left: 0;
    margin-right: 0;
  }

  .rightimagesubtitle {
    width: 8%;
    margin-top: 0;
    margin-left: -30px;
    margin-right: 0%;
  }

  .rightimagesubtitle.shield-pulse {
    width: 8%;
    margin-left: 0;
  }

  .textbadge.pulse-badge {
    font-size: 12px;
    line-height: 12px;
  }

  .imageselectedsa {
    height: 50px;
  }

  .divselectitemtypemobile {
    display: none;
  }

  .divselectitemtypemobilemin {
    width: 100%;
    max-width: 139.683%;
    display: block;
  }

  .div-block---select-item-type3 {
    margin-bottom: 10%;
  }

  .div-block---select-shipping-agentmobile, .div-block---select-shipping-agent-4th-row {
    height: 45px;
  }

  .centered-headingmobile {
    margin-bottom: 24px;
  }

  .centered-headingmobile.margin-bottom-32px {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 110%;
    margin-top: 10%;
    margin-bottom: 3%;
    font-size: 25px;
    line-height: 25px;
    display: flex;
  }

  .text-block-47 {
    filter: drop-shadow(0 3px 5px #000000b3);
    text-align: center;
    margin-top: -8px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    display: block;
  }

  .hometitlemobile {
    margin-left: -25px;
  }

  .codedarkthememobile {
    display: none;
  }

  .imagedhgatelogo {
    height: 50px;
  }

  .dhcategory, .dhtitle {
    font-size: 24px;
    line-height: 24px;
  }

  .dhtitledivider {
    flex: none;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    position: static;
  }

  .divdhtitle {
    height: 70px;
    margin-top: 70px;
  }

  .griddhproductcards {
    grid-column-gap: 24px;
    grid-row-gap: 100px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 45% 45%;
    margin: 180px 10% 120px;
  }

  .divselectitemtypedh {
    display: none;
  }

  .heading---declaration {
    width: 90%;
    margin-right: 0%;
    font-size: 20px;
  }
}

#w-node-_4435d62f-3e34-45c7-2c62-d3a3530d1c01-bd800575, #w-node-dca00850-7978-37ad-d1b3-c812fb7bf9de-bd800575, #w-node-d59c88d0-e2ba-dbb8-3632-721fa9cc6b07-bd800575, #w-node-e3e6a459-6bce-6b44-6936-9e6a64d7ef2a-bd800575, #w-node-_15d7314f-cd4e-6d20-74b8-3e35e7a8714b-bd800575, #w-node-_9c79b485-282f-c211-f946-b7d4001e327a-bd800575, #w-node-f767448d-5079-c9de-e44d-a1dd62699935-bd800575, #w-node-_100fc5d2-6fe6-ad2d-099e-b3f0a4837cb2-bd800575, #w-node-b93cfceb-ff2a-33b1-81db-c7f362b7ca0e-bd800575, #w-node-_990a03f6-b235-82d7-6b07-5fdd7dd31efb-bd800575, #w-node-b1960125-9a5c-bb9c-adbd-83427e994ab4-bd800575, #w-node-_2b68a37c-6c7c-3b1d-5f2a-f4125c575a69-bd800575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_8c441a15-6a43-bd25-16f4-875d3b89ee32-bd800575 {
  order: 0;
  place-self: auto;
}

#w-node-f00c339c-4d03-e7a0-361e-4be56d69435a-3267c183, #w-node-d1099445-30d9-356f-db04-ef01733c1d1a-4e52b80b, #w-node-d4e1b51b-e87b-9d05-9d61-a30496aab5f7-c029b5cb, #w-node-f00c339c-4d03-e7a0-361e-4be56d69435a-8cd6ccdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_8c441a15-6a43-bd25-16f4-875d3b89ee32-bd800575 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

@media (min-width: 768px) and (max-width: 991px) {
  .div-block---bottom-navbar {
    height: 100px !important;
    min-height: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-layout-grid.grid---shipping-agent-product-cards {
    row-gap: 240px !important;
  }

  /* Remove ALL margins from items 15 onwards */
  .w-layout-grid.grid---shipping-agent-product-cards > :nth-child(n+15) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-layout-grid.grid---shipping-agent-product-cards {
    grid-template-rows: repeat(auto-fill, 480px) !important;  /* All rows same height */
    row-gap: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid---shipping-agent-product-cards {
    margin-bottom: 50px !important;  /* Change just the bottom margin */
  }
}

@media screen and (max-width: 767px) {
  /* Reset everything - KEEP THIS, IT'S ESSENTIAL */
  #saProductGrid.mobile-2col,
  #saProductGrid.mobile-2col * {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }

  /* Grid container */
  #saProductGrid.mobile-2col {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 15px !important;
  }

  /* Cards - exact DHGate dimensions */
  #saProductGrid.mobile-2col .grid-box-1 {
    width: 162px !important;
    height: 340px !important;
    margin: 0 !important;
    background-color: rgba(74, 74, 74, 0.75) !important;
    border: 2px solid #fff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Image container - match DHGate exactly */
  #saProductGrid.mobile-2col .div-block-7 {
    width: 100% !important;
    height: 201px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-radius: 18px 18px 0 0 !important;
  }

  /* Image - fill container like DHGate */
  #saProductGrid.mobile-2col .j4-img {
    width: 80% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  /* Product name */
  #saProductGrid.mobile-2col .text-block-7 {
    padding: 15px 10px 5px !important;
    font-size: 14px !important;
    text-align: center !important;
    min-height: 40px !important;
  }

  /* Price */
  #saProductGrid.mobile-2col .text-block-8 {
    padding: 5px 10px 10px !important;
    font-size: 16px !important;
    text-align: center !important;
  }

  /* Keep text white */
  #saProductGrid.mobile-2col .bold-text-7,
  #saProductGrid.mobile-2col .bold-text-8,
  #saProductGrid.mobile-2col .bold-text-9 {
    color: #ffffff !important;
  }

  /* Button - exact DHGate style */
  #saProductGrid.mobile-2col .j4-button {
    /* Sizing */
    width: 85% !important;
    height: 12% !important;

    /* Spacing - matching DHGate exactly */
    margin: 16.0938px 20px 20px 20px !important;
    padding: 9px 0px !important;

    /* Style */
    background-color: #ff3030 !important;
    border: 2px solid #ffffff !important;
    border-radius: 15px !important;

    /* Text */
    font-size: 24px !important;
    line-height: 24px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #ffffff !important;
    text-align: center !important;

    /* Flexbox for centering */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    /* Other */
    cursor: pointer !important;
    position: relative !important;
  }

  /* The text inside button - matching DHGate */
  #saProductGrid.mobile-2col .j4-button .bold-text-9 {
    font-size: 16px !important;
    font-family: Montserrat, sans-serif !important;
    color: #ffffff !important;
  }
}

@media screen and (max-width: 767px) {
  /* Remove all height constraints to see natural size */
  body[data-wf-page="67d33a22d79eb5d93267c183"] #saProductGrid.mobile-2col .div-block-7 {
    width: 158px !important;
    height: auto !important;
    min-height: 201px !important;
    background: red !important; /* Temporary - to see the actual container */
  }

  /* Also check the image */
  body[data-wf-page="67d33a22d79eb5d93267c183"] #saProductGrid.mobile-2col .div-block-7 .j4-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  /* Using the exact selector that's working */
  #saProductGrid.mobile-2col .div-block-7 {
    width: 158px !important;
    height: 60% !important;
    background-color: transparent !important;
    margin: -40px 0px 19px !important; /* top, left/right, bottom */
  }
}

@media screen and (max-width: 767px) {
  /* Update the existing button rule with new dimensions and margin */
  #saProductGrid.mobile-2col .j4-button {
    /* New dimensions */
    width: 134px !important;
    height: 40px !important;
    min-width: 134px !important;
    max-width: 134px !important;
    min-height: 40px !important;
    max-height: 40px !important;

    /* Specific margin: top, left/right, bottom */
    margin: 16px 0px 20px !important;

    /* Keep all other existing styles */
    padding: 9px 0px !important;
    background-color: #ff3030 !important;
    border: 2px solid #ffffff !important;
    border-radius: 15px !important;
    font-size: 24px !important;
    line-height: 24px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #ffffff !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    position: relative !important;
  }
}

@media screen and (max-width: 767px) {
  /* Row gap for mobile */
  #saProductGrid.mobile-2col {
    row-gap: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .image-7 {
    margin-left: 190px !important;
  }
}

@media screen and (max-width: 991px) {
  .div-block-10 {
    margin-top: -100px !important;
  }
}

@media screen and (max-width: 991px) {
  .div-block---yt-videos {
    max-height: 600px !important;
  }
}

.bold-text-17 {
  margin-left: 0px !important;
}

.bold-text-17.chroma-text.span-fix {
  margin-left: 10px !important;
}

@media screen and (max-width: 991px) {
  .image-7 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .div-block-10 {
    margin-top: 80px !important;
  }
}


@media screen and (max-width: 767px) {
  .image-18 {
    margin-right: 20px !important;
    margin-left: -80px !important;
    margin-top: -10px !important;
  }
}


@media screen and (max-width: 767px) {
    .declaration-title-text {
    margin-left: -20px !important;
  }
}

@media screen and (max-width: 767px) {
    .text---bypass-risk-reminders-description {
    margin-top: -20px !important;
  }
}



@media screen and (max-width: 767px) {
    .div-block---titles-row-2 {
    margin-top: -22% !important;
  }
}

@media screen and (max-width: 767px) {
    .div-block---titles-row-3 {
    margin-top: -22% !important;
  }
}


@media screen and (max-width: 767px) {
    .image---bypass-risk-reminders-icon---tutorial {
    margin-left: -17% !important;
    height: 125% !important;
    width: 10% !important;
  }
}

@media screen and (max-width: 767px) {
    .div-block---bypass-risk-reminders-title---tutorial {
    margin-left: -15% !important;
  }
}

@media screen and (max-width: 991px) {
  #saProductGrid.mobile-2col .grid-box-1 {
    overflow: visible !important;
  }

  #saProductGrid.mobile-2col .div-block-7 {
    overflow: visible !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .image-7.sa {
    margin-left: 200px !important;
  }

  .image-7 {
    margin-left: 200px !important;
  }
}


@media (max-width: 991px) and (min-width: 767px) {
  [data-wf-page="67d33a22d79eb5d93267c183"] .textbadge.pulse-text,
  body[data-wf-page="67d33a22d79eb5d93267c183"] * .textbadge.pulse-text {
    top: -2px !important;
    margin-left: 15px !important;
  }
}



@media screen and (max-width: 767px) {
    .texthomesubtitle.tighttextfix {
    line-height: 18px !important;
  }
}


@media screen and (max-width: 767px) {
    .rightimagesubtitle.shield-pulse {
      margin-left: -10px !important;
      margin-bottom: 15px !important;
  }
}


@media screen and (max-width: 767px) {
  .text---bypass-risk-reminders-title {
    font-size: 26px !important;
  }
}


@media screen and (max-width: 767px) {
  .text-block-37 {
    margin-top: -32px !important;

  }
}



@media screen and (max-width: 767px) {
  .text---europe-title {
    font-size: 24px !important;
  }

  .text---uk-title {
    font-size: 24px !important;
  }

  .text---canada-title {
    font-size: 24px !important;
  }

  .text---usa-title {
    font-size: 24px !important;
  }

  .text---oceana-title {
    font-size: 24px !important;
  }

    .text---asia-title {
    font-size: 24px !important;
  }

  .text---sa-title-copy {
    font-size: 24px !important;
  }

  .text---uk-title {
    font-size: 24px !important;
  }

  .text---africa-title {
    font-size: 24px !important;
  }
}






@media screen and (max-width: 776px) {
  /* Using the exact selector that's working */

  .j4-img {
    height: 90% !important;
  }
}


@media screen and (max-width: 991px) {
  /* Using the exact selector that's working */

  .j4-img {
    width: 80% !important;
    height: auto !important;
  }
}



.bold-text-7 {
  z-index: 15 !important;
}










}
