#top-menu {
  background: #1A1E25;
}

#start {
  overflow: hidden;
  background: no-repeat center/cover #1A1E25;
  color: #fff;
}
#start .flex {
  display: flex;
  flex-flow: row nowrap;
  gap: 0 100px;
}
#start .flex-content {
  padding: 45px 0;
  flex: 0 0 595px;
  font-size: 23px;
  line-height: 1.4;
}
#start .flex-content h1 {
  font-size: 52px;
  line-height: 1.35;
  margin: 30px 0;
}
#start .flex-content p {
  max-width: 830px;
  margin: 30px auto;
}
#start .flex-content p b {
  color: #FFB200;
}
#start .flex-content ul {
  margin: 30px 0;
  padding: 0;
}
#start .flex-content ul > li {
  display: block;
  color: #FFF;
  font-size: 15px;
  line-height: 1.6;
  padding: 4px 0 4px 30px;
  background: no-repeat left center/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9.34483L6.82759 14.1724L16 5' stroke='%23B9C1CD' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
#start .flex-content .actions {
  margin: 60px auto 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 30px 0;
}
#start .flex-content .actions .btn {
  width: 100%;
  max-width: 320px;
}
#start .flex-content .actions .btn.link {
  background: transparent;
  color: #C9E2F0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-transform: initial;
  padding: 0;
}
#start .flex-content .actions .btn.link span {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  text-decoration: underline;
}
#start .flex-content .actions .btn.link:hover span, #start .flex-content .actions .btn.link:active span {
  color: #FFB200;
}
#start .flex-gallery {
  position: relative;
  overflow: hidden;
  flex: 0 0 790px;
  aspect-ratio: 790/760;
  display: flex;
  flex-flow: row nowrap;
  gap: 22px;
}
#start .flex-gallery::before, #start .flex-gallery::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 130px;
  background: no-repeat bottom center/cover;
  background-image: url("data:image/svg+xml,%3Csvg width='787' height='132' viewBox='0 0 787 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='787' y='132' width='787' height='132' transform='rotate(-180 787 132)' fill='url(%23paint0_linear_5065_28326)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5065_28326' x1='1180.5' y1='132' x2='1180.5' y2='264' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231A1E25' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%231A1E25'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
#start .flex-gallery::before {
  top: -1px;
}
#start .flex-gallery::after {
  transform: rotate(180deg);
  bottom: -1px;
}
#start .plexy {
  display: flex;
  flex-flow: column;
  width: 33.3333333333%;
  gap: 22px;
}
@media (max-width: 991px) {
  #start .flex-content {
    flex: 0 0 405px;
    font-size: 18px;
    line-height: 1.37;
  }
  #start .flex-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  #start .flex-content ul {
    text-align: left;
    max-width: 320px;
  }
  #start .flex-content .actions {
    margin: 30px 0 0;
  }
  #start .flex-gallery {
    flex: 0 0 500px;
    gap: 15px;
  }
  #start .plexy {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  #start .flex {
    flex-flow: column;
  }
  #start .flex-content {
    padding: 0 0 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.37;
  }
  #start .flex-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  #start .flex-content ul {
    text-align: left;
    max-width: 320px;
    margin: 30px auto;
  }
  #start .flex-content .actions {
    justify-content: center;
    margin: 30px 0 0;
  }
  #start .flex-content .actions .btn {
    max-width: 290px;
  }
  #start .flex-content .actions .btn.link {
    max-width: 250px;
    text-align: center;
  }
  #start .flex-content .actions .btn.link span {
    display: block;
  }
  #start .plexy {
    width: 50%;
  }
  #start .plexy:last-child {
    display: none;
  }
}

#how-it-works {
  background: #1A1E25;
  color: #fff;
  padding: 100px 0;
}
#how-it-works h2 {
  text-align: center;
  margin: 0 auto 60px;
}
#how-it-works .cols {
  display: flex;
  flex-flow: column;
  gap: 75px;
  max-width: 930px;
  margin: 0 auto;
}
#how-it-works .cols-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: 70px;
  transition: all 0.5s ease-in-out;
  transform: scale(0.95);
}
#how-it-works .cols-item-label {
  display: flex;
  flex-flow: row;
  flex: none;
  margin: 0;
  color: #1A1E25;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 2px #fff;
  transition: all 0.8s ease-in-out;
}
#how-it-works .cols-item-label::after {
  content: "/";
  display: inline;
}
#how-it-works .cols-item-text {
  font-size: 30px;
  line-height: 1.4;
}
#how-it-works .cols-item-text b {
  transition: all 0.5s ease-in-out;
}
#how-it-works .cols-item.active {
  transform: scale(1);
}
#how-it-works .cols-item.active .cols-item-text b {
  color: #FFB200;
}
#how-it-works .cols-item.active .cols-item-label {
  color: #fff;
  text-shadow: unset;
}
#how-it-works .hint {
  margin: 60px auto 0;
  text-align: center;
}
#how-it-works .hint a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
  padding: 0 25px 0 0;
  background: no-repeat center right 5px/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 0.40381L10.1699 9.39502C10.3281 9.55322 10.4072 9.74658 10.4072 9.9751C10.4072 10.186 10.3281 10.3794 10.1699 10.5552L1.44238 19.5464C1.28418 19.687 1.09961 19.7573 0.888674 19.7573C0.677736 19.7573 0.493166 19.6782 0.334963 19.52C0.17676 19.3618 0.0976581 19.1772 0.0976581 18.9663C0.0976581 18.7554 0.17676 18.5708 0.334963 18.4126L8.56152 9.9751L0.334961 1.5376C0.176758 1.3794 0.0976565 1.19483 0.0976565 0.983888C0.0976565 0.772951 0.176758 0.58838 0.334961 0.430177C0.493164 0.271974 0.677735 0.192873 0.888672 0.192873C1.09961 0.192873 1.28418 0.263185 1.44238 0.40381Z' fill='%23e4e4e4'/%3E%3C/svg%3E%0A");
  transition: 0.15s ease-in-out;
}
#how-it-works .hint a.active, #how-it-works .hint a:hover, #how-it-works .hint a:active {
  color: #FFB200;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 0.40381L10.1699 9.39502C10.3281 9.55322 10.4072 9.74658 10.4072 9.9751C10.4072 10.186 10.3281 10.3794 10.1699 10.5552L1.44238 19.5464C1.28418 19.687 1.09961 19.7573 0.888674 19.7573C0.677736 19.7573 0.493166 19.6782 0.334963 19.52C0.17676 19.3618 0.0976581 19.1772 0.0976581 18.9663C0.0976581 18.7554 0.17676 18.5708 0.334963 18.4126L8.56152 9.9751L0.334961 1.5376C0.176758 1.3794 0.0976565 1.19483 0.0976565 0.983888C0.0976565 0.772951 0.176758 0.58838 0.334961 0.430177C0.493164 0.271974 0.677735 0.192873 0.888672 0.192873C1.09961 0.192873 1.28418 0.263185 1.44238 0.40381Z' fill='%23FFB200'/%3E%3C/svg%3E%0A");
}
#how-it-works .hint a:hover, #how-it-works .hint a:active {
  background-position: center right 0;
}
@media (max-width: 991px) {
  #how-it-works {
    padding: 60px 0;
  }
  #how-it-works h2 {
    margin: 0 0 40px;
  }
  #how-it-works .cols {
    gap: 40px;
  }
  #how-it-works .cols-item {
    align-items: flex-start;
    gap: 20px;
    max-width: 460px;
    margin: 0 auto;
  }
  #how-it-works .cols-item-label {
    font-size: 54px;
  }
  #how-it-works .cols-item-text {
    font-size: 19px;
  }
  #how-it-works .hint {
    margin-top: 40px;
  }
}

#secret {
  padding: 100px 0;
  background: #F6FAFF;
}
#secret .head {
  max-width: 945px;
  margin: 0 auto 70px;
  text-align: center;
  color: #4B5159;
  font-size: 23px;
  line-height: 1.4;
}
#secret .head h2 {
  color: #1A1E25;
  line-height: 1.35;
  max-width: 745px;
  margin: 0 auto 20px;
}
#secret .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 70px;
  max-width: 1020px;
  margin: 0 auto;
}
#secret .item {
  border-radius: 20px;
  background: #FFF;
  padding: 50px 80px;
}
#secret .item h3 {
  color: #50A632;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 25px;
}
#secret .item ul {
  display: flex;
  flex-flow: column;
  gap: 15px;
  margin: 0;
  padding: 0;
}
#secret .item ul li {
  display: block;
  padding: 0 0 0 30px;
  color: #1A1E25;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  background: no-repeat top 2px left/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23E0EADD'/%3E%3Cpath d='M4.82812 9.99993L8.2764 13.4482L14.8281 6.89648' stroke='%2350A632' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
#secret .item-danger h3 {
  color: #CE263A;
}
#secret .item-danger ul li {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23FACFD4'/%3E%3Crect x='4.82764' y='5.72388' width='1.46298' height='13.1669' rx='0.731492' transform='rotate(-45 4.82764 5.72388)' fill='%23CE263A'/%3E%3Crect x='14.1379' y='4.5271' width='1.46298' height='13.1669' rx='0.731492' transform='rotate(45 14.1379 4.5271)' fill='%23CE263A'/%3E%3C/svg%3E%0A");
}
#secret .hint {
  max-width: 945px;
  margin: 70px auto 0;
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
  font-style: italic;
}
#secret .hint h2 {
  color: #1A1E25;
  max-width: 745px;
  margin: 20px auto 0;
}
#secret .hint .actions {
  margin: 40px auto 0;
  font-style: normal;
}
@media (max-width: 991px) {
  #secret {
    padding: 60px 0;
  }
  #secret .head {
    font-size: 19px;
    margin: 0 auto 40px;
  }
  #secret .grid {
    gap: 20px;
  }
  #secret .item {
    padding: 30px;
  }
  #secret .item ul li {
    font-size: 17px;
  }
  #secret .hint {
    margin: 40px auto 0;
  }
  #secret .hint h3 {
    font-size: inherit;
    line-height: inherit;
  }
  #secret .hint .actions {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  #secret .grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 320px;
  }
  #secret .item h3 {
    text-align: center;
  }
}

#special {
  padding: 100px 0;
  background: #232F3E;
  color: #C9E2F0;
}
#special .flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px 100px;
}
#special .flex > picture {
  display: block;
}
#special .flex-content {
  font-size: 23px;
  max-width: 640px;
}
#special .flex-content strong {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  border-radius: 100px;
  color: #fff;
  background: #50A632;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 3px 15px 2px;
}
#special .flex-content h2 {
  color: #fff;
  margin: 20px 0;
}
#special .flex-content > picture {
  display: none;
}
#special .flex-content > picture img {
  max-width: 390px;
}
#special .flex-content ul {
  margin: 50px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#special .flex-content ul li {
  display: block;
  color: #C9E2F0;
  font-size: 15px;
  line-height: 1.6;
}
#special .flex-content ul li b {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.35;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  #special {
    padding: 40px 0 60px;
  }
  #special .flex {
    flex-flow: column;
  }
  #special .flex > picture {
    display: none;
  }
  #special .flex-content {
    text-align: center;
  }
  #special .flex-content > picture {
    display: block;
  }
  #special .flex-content ul {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  #special .flex-content ul {
    grid-template-columns: repeat(1, 1fr);
    max-width: 290px;
    margin: 20px auto 0;
  }
}

#store-value {
  padding: 100px 0;
  text-align: center;
}
#store-value h2 {
  font-size: 38px;
  line-height: 1.4;
  margin: 0 0 30px;
}
#store-value strong {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #1971C2;
  padding: 20px 40px;
  color: #1A1E25;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
#store-value ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 70px;
  max-width: 980px;
  margin: 70px auto;
  padding: 0;
}
#store-value ul li {
  display: block;
  padding: 0;
  margin: 0;
  color: #4B5159;
  font-size: 23px;
  line-height: 1.4;
}
#store-value ul li b {
  display: block;
  color: #000;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.35;
}
#store-value .actions a {
  display: inline-block;
  color: #1A1E25;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
  padding: 0 25px 0 0;
  background: no-repeat center right 5px/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 0.40381L10.1699 9.39502C10.3281 9.55322 10.4072 9.74658 10.4072 9.9751C10.4072 10.186 10.3281 10.3794 10.1699 10.5552L1.44238 19.5464C1.28418 19.687 1.09961 19.7573 0.888674 19.7573C0.677736 19.7573 0.493166 19.6782 0.334963 19.52C0.17676 19.3618 0.0976581 19.1772 0.0976581 18.9663C0.0976581 18.7554 0.17676 18.5708 0.334963 18.4126L8.56152 9.9751L0.334961 1.5376C0.176758 1.3794 0.0976565 1.19483 0.0976565 0.983888C0.0976565 0.772951 0.176758 0.58838 0.334961 0.430177C0.493164 0.271974 0.677735 0.192873 0.888672 0.192873C1.09961 0.192873 1.28418 0.263185 1.44238 0.40381Z' fill='%231A1E25'/%3E%3C/svg%3E%0A");
  transition: 0.15s ease-in-out;
}
#store-value .actions a.active, #store-value .actions a:hover, #store-value .actions a:active {
  color: #FFB200;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 0.40381L10.1699 9.39502C10.3281 9.55322 10.4072 9.74658 10.4072 9.9751C10.4072 10.186 10.3281 10.3794 10.1699 10.5552L1.44238 19.5464C1.28418 19.687 1.09961 19.7573 0.888674 19.7573C0.677736 19.7573 0.493166 19.6782 0.334963 19.52C0.17676 19.3618 0.0976581 19.1772 0.0976581 18.9663C0.0976581 18.7554 0.17676 18.5708 0.334963 18.4126L8.56152 9.9751L0.334961 1.5376C0.176758 1.3794 0.0976565 1.19483 0.0976565 0.983888C0.0976565 0.772951 0.176758 0.58838 0.334961 0.430177C0.493164 0.271974 0.677735 0.192873 0.888672 0.192873C1.09961 0.192873 1.28418 0.263185 1.44238 0.40381Z' fill='%23FFB200'/%3E%3C/svg%3E%0A");
}
#store-value .actions a:hover, #store-value .actions a:active {
  background-position: center right 0;
}
#store-value .pyro {
  position: fixed;
  top: 500px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
}
#store-value .pyro.in {
  animation: 1.4s bang ease-out backwards, 1.4s gravity ease-in backwards;
}
@keyframes bang {
  to {
    box-shadow: -223.3333333333px 79.3333333333px hsl(87, 100%, 50%), -277.3333333333px 47.3333333333px hsl(46, 100%, 50%), -194.3333333333px -398.6666666667px hsl(345, 100%, 50%), -27.3333333333px -19.6666666667px hsl(359, 100%, 50%), -82.3333333333px -72.6666666667px hsl(20, 100%, 50%), -332.3333333333px 68.3333333333px hsl(83, 100%, 50%), -72.3333333333px 54.3333333333px hsl(270, 100%, 50%), -84.3333333333px -296.6666666667px hsl(44, 100%, 50%), -59.3333333333px -52.6666666667px hsl(27, 100%, 50%), 30.6666666667px -335.6666666667px hsl(215, 100%, 50%), -38.3333333333px -98.6666666667px hsl(156, 100%, 50%), 145.6666666667px 73.3333333333px hsl(203, 100%, 50%), -48.3333333333px -159.6666666667px hsl(141, 100%, 50%), 12.6666666667px 34.3333333333px hsl(94, 100%, 50%), -146.3333333333px -181.6666666667px hsl(191, 100%, 50%), -220.3333333333px -373.6666666667px hsl(167, 100%, 50%), -27.3333333333px -322.6666666667px hsl(88, 100%, 50%), -315.3333333333px 80.3333333333px hsl(216, 100%, 50%), -266.3333333333px 70.3333333333px hsl(97, 100%, 50%), -293.3333333333px -344.6666666667px hsl(54, 100%, 50%), -51.3333333333px -131.6666666667px hsl(21, 100%, 50%), 119.6666666667px -39.6666666667px hsl(338, 100%, 50%), -248.3333333333px 22.3333333333px hsl(340, 100%, 50%), -114.3333333333px -323.6666666667px hsl(4, 100%, 50%), -93.3333333333px 19.3333333333px hsl(66, 100%, 50%), 102.6666666667px -193.6666666667px hsl(266, 100%, 50%), 109.6666666667px -274.6666666667px hsl(44, 100%, 50%), 58.6666666667px 40.3333333333px hsl(84, 100%, 50%), -85.3333333333px -309.6666666667px hsl(150, 100%, 50%), 161.6666666667px 46.3333333333px hsl(116, 100%, 50%), -327.3333333333px 74.3333333333px hsl(14, 100%, 50%), 138.6666666667px -196.6666666667px hsl(196, 100%, 50%), -332.3333333333px -51.6666666667px hsl(50, 100%, 50%), -136.3333333333px -236.6666666667px hsl(13, 100%, 50%), 103.6666666667px -261.6666666667px hsl(355, 100%, 50%), 120.6666666667px -401.6666666667px hsl(141, 100%, 50%), 140.6666666667px -247.6666666667px hsl(71, 100%, 50%), 125.6666666667px -121.6666666667px hsl(27, 100%, 50%), 143.6666666667px -107.6666666667px hsl(125, 100%, 50%), 160.6666666667px -290.6666666667px hsl(106, 100%, 50%), -208.3333333333px -285.6666666667px hsl(216, 100%, 50%), -49.3333333333px -365.6666666667px hsl(76, 100%, 50%), -100.3333333333px -195.6666666667px hsl(250, 100%, 50%), 35.6666666667px -129.6666666667px hsl(233, 100%, 50%), 147.6666666667px -92.6666666667px hsl(296, 100%, 50%), -221.3333333333px -192.6666666667px hsl(155, 100%, 50%), -225.3333333333px -406.6666666667px hsl(83, 100%, 50%), -54.3333333333px -247.6666666667px hsl(340, 100%, 50%), 120.6666666667px -75.6666666667px hsl(85, 100%, 50%), 136.6666666667px -7.6666666667px hsl(113, 100%, 50%), -14.3333333333px -169.6666666667px hsl(306, 100%, 50%);
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  #store-value {
    padding: 60px 0;
  }
  #store-value h2 {
    font-size: 26px;
    margin: 0 auto 30px;
  }
  #store-value strong {
    display: block;
    font-size: 40px;
    padding: 35px 20px;
    margin: 0 auto;
    max-width: 290px;
  }
  #store-value ul {
    gap: 10px;
    margin: 40px auto;
  }
  #store-value ul li b {
    font-size: 32px;
  }
  #store-value .btn {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  #store-value ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

#ticket {
  background: no-repeat center/99% auto #E6EDFA;
  margin: 0;
  padding: 100px 0;
  transition: all 0.3s ease-in-out;
}
#ticket .head {
  margin: 0 auto 0;
  max-width: 720px;
  text-align: center;
  color: #4B5159;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
}
#ticket .head h2 {
  color: #1A1E25;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 auto 20px;
}
#ticket .head p {
  margin: 20px auto 0;
}
#ticket.item-active-0 {
  background-image: url("../../img/pages/high-ticket-dropshipping-products/item-style-00.svg");
}
#ticket.item-active-1 {
  background-color: #E4E1DE;
  background-image: url("../../img/pages/high-ticket-dropshipping-products/item-style-01.svg");
}
#ticket.item-active-2 {
  background-color: #C9DBDA;
  background-image: url("../../img/pages/high-ticket-dropshipping-products/item-style-02.svg");
}
#ticket .item {
  padding: 60px 50px 50px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px 60px;
}
#ticket .item-title {
  display: none;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 200px;
  margin: 0 auto;
}
#ticket .item h3 {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px;
}
#ticket .item-gallery {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
}
#ticket .item-gallery-list {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#ticket .item-gallery-list > picture {
  display: block;
}
#ticket .item-gallery-list > picture > img {
  cursor: pointer;
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 16px;
}
#ticket .item-gallery-list > picture > img.active {
  box-shadow: 0 0 0 1px #fff;
}
#ticket .item-gallery-view picture {
  display: block;
}
#ticket .item-gallery-view picture > img {
  border-radius: 35px;
  max-width: 470px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#ticket .item-content {
  flex: 1;
  max-width: 520px;
  padding: 40px;
  border-radius: 40px;
  background: linear-gradient(155deg, #FFF -8.29%, rgba(255, 255, 255, 0.4) 97.9%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
#ticket .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
}
#ticket .item-grid a {
  color: inherit;
  text-decoration: none;
}
#ticket .item-grid a:hover {
  text-decoration: underline;
}
#ticket .item-price {
  border-radius: 30px;
  border: 1px solid rgba(164, 200, 255, 0.3);
  background: #FFF;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  padding: 25px 40px 20px;
}
#ticket .item-price b {
  display: block;
  font-size: 30px;
  line-height: 1.4;
}
#ticket .item-profit {
  grid-area: 2/1/3/3;
  border-radius: 30px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  padding: 32px 20px;
  text-align: center;
}
#ticket .item-profit b {
  font-size: 44px;
  line-height: 1.35;
  margin-left: 10px;
}
#ticket .item-hint {
  text-align: center;
}
#ticket .item-hint span {
  display: inline-block;
  background: no-repeat left center/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6029 15.375H7.76957M13.4362 6.16663C13.4362 5.03946 12.9885 3.95845 12.1914 3.16142C11.3944 2.36439 10.3134 1.91663 9.18624 1.91663C8.05907 1.91663 6.97807 2.36439 6.18104 3.16142C5.38401 3.95845 4.93624 5.03946 4.93624 6.16663C4.93624 8.35551 4.38407 9.85418 3.76725 10.8455C3.24696 11.6816 2.98681 12.0997 2.99635 12.2163C3.00691 12.3455 3.03427 12.3947 3.13833 12.4719C3.23232 12.5416 3.65599 12.5416 4.50335 12.5416H13.8691C14.7165 12.5416 15.1402 12.5416 15.2341 12.4719C15.3382 12.3947 15.3656 12.3455 15.3761 12.2163C15.3857 12.0997 15.1255 11.6816 14.6052 10.8455C13.9884 9.85418 13.4362 8.35551 13.4362 6.16663Z' stroke='%231A1E25' stroke-width='1.41667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  padding-left: 25px;
}
#ticket .item-hint b {
  color: #1971C2;
}
#ticket .hint {
  text-align: center;
  margin: 55px auto 0;
  max-width: 595px;
  color: #4B5159;
  font-size: 23px;
  line-height: 1.4;
}
#ticket .hint p {
  margin: 30px 0 0;
}
#ticket .hint .btn {
  max-width: 290px;
}
#ticket .owl-carousel {
  overflow: initial;
}
#ticket .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
#ticket .owl-carousel .owl-nav button.owl-prev,
#ticket .owl-carousel .owl-nav button.owl-next {
  background-size: 20px;
  position: absolute;
  top: calc(50% - 50px);
}
#ticket .owl-carousel .owl-nav button.owl-prev {
  right: 100%;
}
#ticket .owl-carousel .owl-nav button.owl-next {
  left: 100%;
}
#ticket .owl-carousel .owl-dots {
  margin: 0 auto;
}
#ticket .owl-carousel .owl-dots button.owl-dot {
  background: transparent;
  padding: 5px !important;
  margin: 0;
  width: auto;
  height: auto;
}
#ticket .owl-carousel .owl-dots button.owl-dot span {
  display: block;
  width: 20px;
  height: 5px;
  border-radius: 100px;
  background: rgba(25, 113, 194, 0.2);
  transition: 0.15s ease-in-out;
}
#ticket .owl-carousel .owl-dots button.owl-dot.active span {
  background: #1971C2;
  width: 50px;
}
@media (min-width: 1920px) {
  #ticket {
    background-size: 1920px auto;
  }
}
@media (max-width: 991px) {
  #ticket {
    margin: 0 0;
    padding: 60px 0;
  }
  #ticket .container {
    padding: 0;
  }
  #ticket .head {
    padding: 0 15px;
    font-size: 19px;
    margin-bottom: 10px;
  }
  #ticket .head h2 {
    font-size: 26px;
    line-height: 1.45;
  }
  #ticket .item {
    flex-flow: column;
    padding: 30px 15px;
    border-radius: 0;
  }
  #ticket .item-title {
    display: block;
  }
  #ticket .item-gallery {
    flex-flow: column-reverse;
  }
  #ticket .item-gallery-list {
    flex-flow: row;
    justify-content: center;
  }
  #ticket .item-gallery-list > picture > img {
    width: 50px;
    border-radius: 11px;
  }
  #ticket .item-gallery-view picture > img {
    border-radius: 20px;
  }
  #ticket .item h3 {
    display: none;
  }
  #ticket .item-grid {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin: 0 0;
    padding: 20px;
    background: linear-gradient(155deg, #FFF -8.29%, rgba(255, 255, 255, 0.4) 97.9%);
    border-radius: 20px;
  }
  #ticket .item-content {
    background: transparent;
    padding: 0;
  }
  #ticket .item-price {
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    border: none;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
  }
  #ticket .item-price b {
    font-size: 19px;
    line-height: 1.35;
  }
  #ticket .item-profit {
    border-radius: 0;
    border: none;
    border-top: 1px solid #D9D9D9;
    background: transparent;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    padding: 20px 10px 0;
    font-size: 19px;
  }
  #ticket .item-profit b {
    font-size: 26px;
    line-height: 1.35;
  }
  #ticket .item-hint {
    background: transparent;
    padding: 0;
    text-align: center;
    margin: 20px 0 0;
  }
  #ticket .hint {
    margin: 45px auto 0;
    padding: 0 15px;
    font-size: 19px;
    line-height: 1.35;
  }
  #ticket .hint .btn {
    max-width: 290px;
  }
  #ticket .owl-carousel {
    overflow: initial;
  }
  #ticket .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  #ticket .owl-carousel .owl-nav button.owl-prev,
  #ticket .owl-carousel .owl-nav button.owl-next {
    background-size: 12px;
    top: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 0.403688C1.28418 0.263063 1.09961 0.19275 0.888672 0.19275C0.677735 0.19275 0.493164 0.271852 0.334961 0.430055C0.176758 0.588258 0.0976565 0.772829 0.0976565 0.983766C0.0976565 1.1947 0.176758 1.37927 0.334961 1.53748L8.56152 9.97498L0.334963 18.4125C0.17676 18.5707 0.0976581 18.7553 0.0976581 18.9662C0.0976581 19.1771 0.17676 19.3617 0.334963 19.5199C0.493166 19.6781 0.677736 19.7572 0.888674 19.7572C1.09961 19.7572 1.28418 19.6869 1.44238 19.5463L10.1699 10.5551C10.3281 10.3793 10.4072 10.1859 10.4072 9.97498C10.4072 9.74646 10.3281 9.5531 10.1699 9.3949L1.44238 0.403688Z' fill='%231A1E25'/%3E%3C/svg%3E%0A");
  }
  #ticket .owl-carousel .owl-nav button.owl-prev {
    right: calc(100% - 70px);
  }
  #ticket .owl-carousel .owl-nav button.owl-next {
    left: calc(100% - 70px);
  }
  #ticket .owl-carousel .owl-dots {
    margin: 0 auto;
  }
}

.pack {
  position: relative;
  padding: 100px 0;
}
.pack h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 95px 0;
}
.pack h3 {
  color: #4B5159;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}
.pack .btn {
  display: block;
  min-width: unset;
  font-size: 17px;
  margin: 0 auto;
  max-width: 200px;
  padding: 5px 25px;
}
.pack .pack-manager {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  padding: 0 20px 10px 20px;
  max-width: 280px;
}
.pack .pack-manager-item {
  display: flex;
  flex-flow: row nowrap;
}
.pack .pack-manager-text {
  text-align: left;
  margin: 40px 0 0 20px;
}
.pack .pack-manager img {
  max-width: 140px;
}
.pack .pack-manager-position {
  white-space: nowrap;
}
.pack .pack-manager-name {
  font-weight: 700;
  font-size: 15px;
}
.pack .pack-manager-index {
  margin: 25px 0 0 20px;
  font-size: 13px;
}
.pack .pack-manager-index span {
  font-size: 17px;
}
.pack .pack-manager .owl-nav {
  position: absolute;
  left: 140px;
  bottom: 0;
}
.pack .pack-manager .owl-nav button.owl-prev,
.pack .pack-manager .owl-nav button.owl-next {
  background-size: 8px;
  width: 55px;
  height: 33px;
}
.pack .pack-head {
  padding: 25px 25px 30px;
  border-radius: 20px;
  background: #F6FAFF;
}
.pack .pack-head h3 span {
  padding-left: 25px;
  background: no-repeat left center/auto;
}
.pack .pack-head-bronze h3 span {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 7.66606C0.25 6.3338 0.956847 5.10156 2.10688 4.42899L7.10688 1.50485C8.27631 0.82094 9.72369 0.820941 10.8931 1.50486L15.8931 4.42899C17.0432 5.10156 17.75 6.3338 17.75 7.66606V12.9816C17.75 14.3381 17.0174 15.5889 15.8343 16.2524L10.8343 19.0565C9.69491 19.6955 8.30509 19.6955 7.1657 19.0565L2.1657 16.2524C0.982569 15.5889 0.25 14.3381 0.25 12.9816V7.66606Z' fill='%23D0AD8C'/%3E%3Cpath d='M9 5L10.6667 8.33333L14 10L10.6667 11.6667L9 15L7.33333 11.6667L4 10L7.33333 8.33333L9 5Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pack .pack-head-silver h3 span {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 7.66606C0.25 6.3338 0.956847 5.10156 2.10688 4.42899L7.10688 1.50485C8.27631 0.82094 9.72369 0.820941 10.8931 1.50486L15.8931 4.42899C17.0432 5.10156 17.75 6.3338 17.75 7.66606V12.9816C17.75 14.3381 17.0174 15.5889 15.8343 16.2524L10.8343 19.0565C9.69491 19.6955 8.30509 19.6955 7.1657 19.0565L2.1657 16.2524C0.982569 15.5889 0.25 14.3381 0.25 12.9816V7.66606Z' fill='%23A2D3F8'/%3E%3Cpath d='M9.00399 13.3611L5.84928 14.9806L6.4519 11.5504L3.89624 9.12135L7.42305 8.62226L9.00041 5.50146L10.5778 8.62226L14.1046 9.12135L11.5489 11.5504L12.1515 14.9806L9.00399 13.3611Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pack .pack-head-gold h3 span {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 7.66606C0.75 6.3338 1.45685 5.10156 2.60688 4.42899L7.60688 1.50485C8.77631 0.82094 10.2237 0.820941 11.3931 1.50486L16.3931 4.42899C17.5432 5.10156 18.25 6.3338 18.25 7.66606V12.9816C18.25 14.3381 17.5174 15.5889 16.3343 16.2524L11.3343 19.0565C10.1949 19.6955 8.80509 19.6955 7.6657 19.0565L2.6657 16.2524C1.48257 15.5889 0.75 14.3381 0.75 12.9816V7.66606Z' fill='%23FAD13D'/%3E%3Cpath d='M9.5 6.49146L11.7222 10.2415L14.5 7.74146L13.3889 13.9915H5.61111L4.5 7.74146L7.27778 10.2415L9.5 6.49146Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pack .pack-head-platinum h3 {
  position: relative;
}
.pack .pack-head-platinum h3 span {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 7.66606C0.25 6.3338 0.956847 5.10156 2.10688 4.42899L7.10688 1.50485C8.27631 0.82094 9.72369 0.82094 10.8931 1.50485L15.8931 4.42899C17.0432 5.10156 17.75 6.33379 17.75 7.66605V12.9816C17.75 14.3381 17.0174 15.5889 15.8343 16.2524L10.8343 19.0565C9.69491 19.6955 8.30509 19.6955 7.1657 19.0565L2.16569 16.2524C0.982563 15.5889 0.25 14.3381 0.25 12.9816V7.66606Z' fill='%23B1B0FC'/%3E%3Cpath d='M7.00049 14.5295H10.7651' stroke='white' stroke-width='0.705868' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12.6472V14.5295' stroke='white' stroke-width='0.705868' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 10.6472C6.32843 10.6472 7 9.97564 7 9.14722C7 8.31879 6.32843 7.64722 5.5 7.64722C4.67157 7.64722 4 8.31879 4 9.14722C4 9.97564 4.67157 10.6472 5.5 10.6472Z' stroke='white' stroke-width='0.705868' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4995 10.6472C13.3279 10.6472 13.9995 9.97564 13.9995 9.14722C13.9995 8.31879 13.3279 7.64722 12.4995 7.64722C11.6711 7.64722 10.9995 8.31879 10.9995 9.14722C10.9995 9.97564 11.6711 10.6472 12.4995 10.6472Z' stroke='white' stroke-width='0.705868' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.99951 6.64771H11.9995V10.6477C11.9995 12.3046 10.6564 13.6477 8.99951 13.6477C7.34266 13.6477 5.99951 12.3046 5.99951 10.6477V6.64771Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pack .pack-head-platinum h3::before {
  content: url("../../img/pages/high-ticket-dropshipping-products/best-value.svg");
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-65%, 10%);
}
.pack .pack-deal {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  margin: 10px 0 0;
}
.pack .pack-deal-price {
  font-weight: 700;
  font-size: 22px;
  line-height: 23px;
  text-decoration-line: line-through;
  margin-left: 6px;
}
.pack .pack-deal-price-sale {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
.pack .pack-deal-price-sale .sale-color {
  color: #d70000;
}
.pack .pack-deal-price-sale .sign {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #4B5159;
  margin-right: 5px;
  vertical-align: text-top;
}
.pack .pack-deal-price-sale .per {
  font-weight: 400;
  font-size: 23px;
  color: #4B5159;
}
.pack .pack-deal-text {
  margin: 30px 0 0;
  text-align: center;
}
.pack .pack-deal-hint {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #4B5159;
  text-align: center;
  margin: 10px 0 0;
}
.pack .pack-deal-action {
  margin: 20px 0 0;
}
.pack .pack-deal-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #4B5159;
  text-align: center;
  margin: 30px 0 0;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .pack .pack-deal-desc {
    font-size: 18px;
    line-height: 1.4;
    margin: 20px 0;
  }
}
.pack [rel=tooltip] {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
  color: #7E8B9C;
  width: 18px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #7E8B9C;
  border-radius: 50px;
  margin-left: 5px;
}
.pack [rel=tooltip] .tooltip {
  width: 150px;
}
.pack-contact {
  margin: 70px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #1A1E25;
}
.pack-contact a {
  color: #1971C2;
  text-decoration: underline;
}
.pack table {
  width: 100%;
  border: none;
  border-spacing: 0;
  color: #1A1E25;
}
.pack table thead tr > th {
  text-align: center;
  padding: 0 7px;
}
.pack table thead tr > th:not(:first-child) {
  max-width: 220px;
}
.pack table tbody tr td {
  position: relative;
  font-size: 19px;
  line-height: 1.3;
  border-right: 1px solid #E9E9E9;
  padding: 16px 23px 15px;
}
.pack table tbody tr td b {
  font-size: 23px;
}
.pack table tbody tr td:first-child {
  font-weight: 700;
  font-size: 15px;
  padding-right: 20px;
  border-left: 1px solid #E9E9E9;
}
.pack table tbody tr td:first-child span {
  font-weight: normal;
}
.pack table tbody tr td:not(:first-child) {
  border-bottom: 1px solid rgba(233, 233, 233, 0.3);
}
.pack table tbody tr td[colspan] {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #4B5159;
  border: none;
  padding: 20px 25px;
}
.pack table tbody tr td[colspan] span {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  background: #C688EC;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  padding: 4px 5px;
}
.pack table tbody tr td:not(:first-child) {
  text-align: center;
  width: 230px;
}
.pack table tbody tr td:not(:first-child) span {
  vertical-align: inherit;
}
.pack table tbody tr td:not(:first-child) span.check-0::before {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='15.4146' width='2' height='21.0007' transform='rotate(45 15.4146 0)' fill='%23A63932'/%3E%3Crect width='2' height='21.0007' transform='matrix(-0.707107 0.707107 0.707107 0.707107 1.41431 0)' fill='%23A63932'/%3E%3C/svg%3E%0A");
}
.pack table tbody tr td:not(:first-child) span.check-1::before {
  content: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 14.0331L10.9722 21.1818L24.8 7' stroke='%2325C151' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.pack table tbody tr:nth-child(2) td {
  border-top: 1px solid rgb(233, 233, 233);
}
.pack table tbody tr:last-child td {
  border-bottom: 1px solid rgb(233, 233, 233);
}
.pack table tbody.tbody-amazon-bonus tr td[colspan] {
  background: no-repeat center left 25px/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='130' height='28' viewBox='0 0 130 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4614_587)'%3E%3Cpath d='M6 9L5.34925 11.603C5.22227 12.1109 5.15878 12.3649 5.02654 12.5715C4.90958 12.7543 4.75434 12.9096 4.57154 13.0265C4.36489 13.1588 4.11092 13.2223 3.603 13.3493L1 14L3.60299 14.6507C4.11092 14.7777 4.36489 14.8412 4.57154 14.9735C4.75434 15.0904 4.90958 15.2457 5.02654 15.4285C5.15878 15.6351 5.22227 15.8891 5.34925 16.397L6 19L6.65075 16.397C6.77773 15.8891 6.84122 15.6351 6.97346 15.4285C7.09042 15.2457 7.24566 15.0904 7.42846 14.9735C7.63511 14.8412 7.88908 14.7777 8.397 14.6507L11 14L8.39701 13.3493C7.88908 13.2223 7.63511 13.1588 7.42846 13.0265C7.24566 12.9096 7.09042 12.7543 6.97346 12.5715C6.84122 12.3649 6.77773 12.1109 6.65075 11.603L6 9Z' stroke='%23FF9900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Crect width='60' height='27' transform='translate(18 0.5)' fill='white'/%3E%3Cg clip-path='url(%23clip1_4614_587)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.2211 23.0769C51.7474 25.6365 46.6947 27.0001 42.3368 27.0001C36.2316 27.0001 30.7579 24.7553 26.5895 21.0211C26.2737 20.7274 26.5474 20.3288 26.9473 20.5595C31.4316 23.1609 36.9684 24.7134 42.6947 24.7134C46.5474 24.7134 50.7999 23.9162 54.7157 22.2588C55.305 22.028 55.7894 22.6574 55.221 23.0769H55.2211Z' fill='%23FF9900'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6739 21.4197C56.2319 20.8532 53.7265 21.1469 52.6108 21.2938C52.2739 21.3357 52.2107 21.0421 52.5265 20.8322C54.5265 19.4267 57.7897 19.8462 58.1686 20.3078C58.5476 20.7693 58.0634 24.0418 56.1894 25.5945C55.8947 25.8252 55.621 25.6993 55.7474 25.3846C56.1686 24.3357 57.116 22.0069 56.6739 21.4197Z' fill='%23FF9900'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.6738 10.9723V9.60836C52.6714 9.56365 52.6784 9.51894 52.6945 9.47714C52.7106 9.43533 52.7353 9.39736 52.7671 9.3657C52.7989 9.33405 52.837 9.3094 52.8789 9.29338C52.9209 9.27735 52.9658 9.2703 53.0106 9.27268H59.1159C59.2078 9.27075 59.2968 9.30484 59.3637 9.36762C59.4307 9.43039 59.4702 9.51684 59.4738 9.60836V10.7622C59.4738 10.951 59.3054 11.2026 59.0107 11.6224L55.8528 16.1119C57.0318 16.0909 58.274 16.2587 59.3265 16.846C59.5581 16.9718 59.6212 17.1816 59.6423 17.3704V18.818C59.6423 19.0278 59.4318 19.2584 59.2003 19.1327C57.3266 18.1466 54.8214 18.0417 52.7583 19.1537C52.5477 19.2585 52.3163 19.0488 52.3163 18.839V17.4545C52.3163 17.2447 52.3163 16.8673 52.5478 16.5315L56.211 11.3077H53.0317C52.9399 11.3096 52.8509 11.2756 52.784 11.2129C52.7171 11.1502 52.6775 11.0638 52.6738 10.9723ZM30.4212 19.4265H28.5685C28.4855 19.4182 28.4076 19.3829 28.3467 19.326C28.2858 19.2691 28.2454 19.1939 28.2317 19.1119V9.62936C28.2353 9.53785 28.2748 9.45141 28.3418 9.38864C28.4087 9.32587 28.4977 9.29177 28.5896 9.29368H30.3159C30.4012 9.29497 30.4831 9.32792 30.5454 9.38611C30.6076 9.44431 30.6459 9.52355 30.6527 9.60836V10.8461H30.6948C31.1368 9.65036 32.0001 9.08394 33.1369 9.08394C34.2948 9.08394 35.0316 9.65036 35.5369 10.8461C35.9789 9.65036 37.0106 9.08394 38.1055 9.08394C38.8845 9.08394 39.7266 9.39862 40.2529 10.1329C40.8422 10.9301 40.7161 12.0839 40.7161 13.1119V19.1119C40.7124 19.2034 40.6729 19.2899 40.606 19.3526C40.5391 19.4154 40.4501 19.4495 40.3582 19.4476H38.5264C38.3369 19.4266 38.1895 19.2798 38.1895 19.1119V14.0769C38.1895 13.6783 38.2316 12.6713 38.1475 12.2937C38.0001 11.6643 37.6001 11.4755 37.0527 11.4755C36.811 11.4824 36.5766 11.5595 36.3784 11.6974C36.1801 11.8353 36.0267 12.028 35.9369 12.2517C35.7474 12.7342 35.7685 13.5315 35.7685 14.0769V19.1119C35.7649 19.2034 35.7253 19.2899 35.6584 19.3526C35.5915 19.4154 35.5025 19.4495 35.4106 19.4476H33.558C33.3685 19.4266 33.2211 19.2798 33.2211 19.1119V14.0769C33.2211 13.0279 33.3895 11.4545 32.0843 11.4545C30.758 11.4545 30.8001 12.965 30.8001 14.0769V19.1119C30.7869 19.2016 30.7409 19.2834 30.671 19.3414C30.6011 19.3995 30.5121 19.4298 30.4212 19.4266V19.4265ZM64.7369 9.08394C67.4948 9.08394 68.9896 11.4336 68.9896 14.4336C68.9896 17.3287 67.3475 19.6363 64.7369 19.6363C62.0422 19.6363 60.5685 17.2867 60.5685 14.3496C60.5474 11.3916 62.0422 9.08368 64.7369 9.08368V9.08394ZM64.7369 11.035C63.3685 11.035 63.2843 12.9021 63.2843 14.056C63.2843 15.2098 63.2633 17.6853 64.7159 17.6853C66.1475 17.6853 66.2317 15.6923 66.2317 14.4755C66.2317 13.6783 66.1896 12.7133 65.958 11.958C65.7475 11.2866 65.3264 11.035 64.7369 11.035ZM72.5475 19.4265H70.6948C70.5054 19.4055 70.358 19.2587 70.358 19.0909V9.58723C70.3696 9.5006 70.4122 9.42106 70.4779 9.36324C70.5437 9.30542 70.6282 9.27322 70.7159 9.27255H72.4422C72.5205 9.2753 72.5958 9.30342 72.6565 9.35265C72.7173 9.40187 72.7604 9.46951 72.7791 9.5453V10.9928H72.8212C73.3475 9.69211 74.0633 9.08374 75.3475 9.08374C76.1686 9.08374 76.9896 9.37736 77.5159 10.1957C78.0001 10.9509 78.0001 12.2306 78.0001 13.1537V19.1327C77.9874 19.2171 77.9438 19.2938 77.8777 19.348C77.8116 19.4022 77.7277 19.4301 77.6422 19.4263H75.7894C75.621 19.4053 75.4736 19.2795 75.4526 19.1327V13.972C75.4526 12.923 75.5789 11.4124 74.2947 11.4124C73.8527 11.4124 73.4315 11.7061 73.221 12.1677C72.9684 12.7549 72.9263 13.3215 72.9263 13.9719V19.091C72.9146 19.1832 72.8697 19.268 72.8 19.3297C72.7304 19.3914 72.6406 19.4259 72.5474 19.4267L72.5475 19.4265ZM47.8107 14.8951C47.8107 15.6084 47.8318 16.2168 47.4739 16.8675C47.1792 17.392 46.716 17.7066 46.1897 17.7066C45.4739 17.7066 45.0528 17.1612 45.0528 16.364C45.0528 14.7906 46.4634 14.4968 47.8107 14.4968V14.8951ZM49.6844 19.4056C49.6244 19.4578 49.5495 19.4899 49.4702 19.4974C49.3909 19.505 49.3113 19.4875 49.2425 19.4475C48.632 18.944 48.5058 18.6923 48.1688 18.2097C47.1583 19.2374 46.4214 19.5524 45.1162 19.5524C43.5583 19.5524 42.3372 18.5874 42.3372 16.6783C42.3372 15.1678 43.1583 14.1608 44.3165 13.6573C45.327 13.2169 46.7377 13.1328 47.8112 13.0069V12.7762C47.8112 12.3357 47.8533 11.8111 47.5796 11.4335C47.3481 11.0978 46.927 10.951 46.5484 10.951C45.8326 10.951 45.201 11.3076 45.0536 12.0629C45.0115 12.2307 44.9063 12.3986 44.7378 12.3986L42.9484 12.2098C42.801 12.1679 42.6326 12.063 42.6747 11.8322C43.0957 9.65036 45.0536 9 46.822 9C47.7273 9 48.9062 9.23074 49.622 9.92304C50.5273 10.7622 50.443 11.8954 50.443 13.1119V15.986C50.443 16.8461 50.8009 17.2238 51.1378 17.7063C51.2641 17.8741 51.2851 18.0839 51.1378 18.1887C50.7377 18.5034 50.0641 19.0908 49.6851 19.4055L49.6844 19.4056ZM23.4948 14.8951C23.4948 15.6084 23.5159 16.2168 23.158 16.8675C22.8633 17.392 22.4001 17.7066 21.8738 17.7066C21.158 17.7066 20.7369 17.1612 20.7369 16.364C20.7369 14.7906 22.1475 14.4968 23.4948 14.4968V14.8951ZM25.3475 19.4056C25.2875 19.4578 25.2125 19.4899 25.1333 19.4974C25.054 19.505 24.9743 19.4875 24.9055 19.4475C24.295 18.944 24.1689 18.6923 23.8318 18.2097C22.8213 19.2374 22.0844 19.5524 20.7792 19.5524C19.2213 19.5524 18.0002 18.5874 18.0002 16.6783C18.0002 15.1678 18.8213 14.1608 19.9795 13.6573C20.99 13.2169 22.4007 13.1328 23.4742 13.0069V12.7762C23.4742 12.3357 23.5163 11.8111 23.2427 11.4335C23.0111 11.0978 22.59 10.951 22.2114 10.951C21.4956 10.951 20.864 11.3076 20.7166 12.0629C20.6746 12.2307 20.5693 12.3986 20.4009 12.3986L18.6114 12.2098C18.4641 12.1679 18.2956 12.063 18.3377 11.8322C18.7587 9.65036 20.7166 9 22.485 9C23.3903 9 24.5692 9.23074 25.285 9.92304C26.1903 10.7622 26.1061 11.8954 26.1061 13.1119V15.986C26.1061 16.8461 26.4639 17.2238 26.8008 17.7063C26.9271 17.8741 26.9481 18.0839 26.8008 18.1887C26.4008 18.5034 25.7271 19.0908 25.3482 19.4055L25.3475 19.4056Z' fill='%231A1E25'/%3E%3C/g%3E%3Cpath d='M81.9521 9.69434H85.6719C86.4082 9.69434 86.9562 9.72607 87.3159 9.78955C87.6799 9.8488 88.0036 9.97575 88.2871 10.1704C88.5749 10.3651 88.814 10.6253 89.0044 10.9512C89.1948 11.2728 89.29 11.6346 89.29 12.0366C89.29 12.4725 89.1715 12.8724 88.9346 13.2363C88.7018 13.6003 88.3844 13.8732 87.9824 14.0552C88.5495 14.2202 88.9854 14.5016 89.29 14.8994C89.5947 15.2972 89.7471 15.7648 89.7471 16.3022C89.7471 16.7254 89.6476 17.138 89.4487 17.54C89.2541 17.9378 88.9854 18.2573 88.6426 18.4985C88.304 18.7355 87.8851 18.8815 87.3857 18.9365C87.0726 18.9704 86.3172 18.9915 85.1196 19H81.9521V9.69434ZM83.8311 11.2432V13.395H85.0625C85.7946 13.395 86.2495 13.3844 86.4272 13.3633C86.7489 13.3252 87.0007 13.2152 87.1826 13.0332C87.3688 12.847 87.4619 12.6037 87.4619 12.3032C87.4619 12.0155 87.3815 11.7827 87.2207 11.605C87.0641 11.423 86.8293 11.313 86.5161 11.2749C86.3299 11.2537 85.7946 11.2432 84.9102 11.2432H83.8311ZM83.8311 14.9438V17.4321H85.5703C86.2474 17.4321 86.6769 17.4131 86.8589 17.375C87.1382 17.3242 87.3646 17.2015 87.5381 17.0068C87.7158 16.8079 87.8047 16.5435 87.8047 16.2134C87.8047 15.9341 87.737 15.6971 87.6016 15.5024C87.4661 15.3078 87.2694 15.166 87.0112 15.0771C86.7573 14.9883 86.203 14.9438 85.3481 14.9438H83.8311ZM91.2195 14.4043C91.2195 13.4564 91.3612 12.6608 91.6448 12.0176C91.8564 11.5436 92.1441 11.1183 92.508 10.7417C92.8762 10.3651 93.2782 10.0858 93.7141 9.90381C94.2939 9.65837 94.9625 9.53564 95.72 9.53564C97.0911 9.53564 98.1871 9.96094 99.008 10.8115C99.8332 11.6621 100.246 12.8449 100.246 14.3599C100.246 15.8621 99.8375 17.0386 99.0207 17.8892C98.204 18.7355 97.1122 19.1587 95.7454 19.1587C94.3616 19.1587 93.2613 18.7376 92.4446 17.8955C91.6278 17.0492 91.2195 15.8854 91.2195 14.4043ZM93.1555 14.3408C93.1555 15.3945 93.3988 16.1943 93.8855 16.7402C94.3721 17.2819 94.99 17.5527 95.739 17.5527C96.488 17.5527 97.1016 17.284 97.5798 16.7466C98.0622 16.2049 98.3035 15.3945 98.3035 14.3154C98.3035 13.249 98.0686 12.4535 97.5989 11.9287C97.1334 11.404 96.5134 11.1416 95.739 11.1416C94.9646 11.1416 94.3404 11.4082 93.8664 11.9414C93.3925 12.4704 93.1555 13.2702 93.1555 14.3408ZM101.998 19V9.69434H103.826L107.634 15.9087V9.69434H109.38V19H107.495L103.743 12.9316V19H101.998ZM111.62 9.69434H113.499V14.7344C113.499 15.5342 113.523 16.0526 113.569 16.2896C113.649 16.6704 113.84 16.9772 114.14 17.21C114.445 17.4385 114.86 17.5527 115.384 17.5527C115.918 17.5527 116.32 17.4448 116.591 17.229C116.861 17.009 117.024 16.7402 117.079 16.4229C117.134 16.1055 117.162 15.5786 117.162 14.8423V9.69434H119.041V14.582C119.041 15.6992 118.99 16.4884 118.888 16.9497C118.787 17.411 118.599 17.8003 118.323 18.1177C118.053 18.4351 117.689 18.689 117.232 18.8794C116.775 19.0656 116.178 19.1587 115.442 19.1587C114.553 19.1587 113.878 19.0571 113.417 18.854C112.96 18.6466 112.598 18.38 112.331 18.0542C112.065 17.7241 111.889 17.3792 111.804 17.0195C111.682 16.4863 111.62 15.6992 111.62 14.6582V9.69434ZM120.811 15.9722L122.64 15.7944C122.75 16.408 122.972 16.8587 123.306 17.1465C123.645 17.4342 124.1 17.5781 124.671 17.5781C125.276 17.5781 125.731 17.4512 126.036 17.1973C126.345 16.9391 126.499 16.6387 126.499 16.2959C126.499 16.0758 126.433 15.8896 126.302 15.7373C126.175 15.5807 125.951 15.4453 125.629 15.3311C125.409 15.2549 124.908 15.1195 124.125 14.9248C123.118 14.6751 122.411 14.3683 122.005 14.0044C121.434 13.4924 121.148 12.8682 121.148 12.1318C121.148 11.6579 121.281 11.2157 121.548 10.8052C121.819 10.3905 122.206 10.0752 122.709 9.85938C123.217 9.64355 123.829 9.53564 124.544 9.53564C125.712 9.53564 126.59 9.79167 127.178 10.3037C127.771 10.8158 128.082 11.4992 128.111 12.354L126.232 12.4365C126.152 11.9583 125.978 11.6156 125.712 11.4082C125.45 11.1966 125.054 11.0908 124.525 11.0908C123.979 11.0908 123.552 11.203 123.243 11.4272C123.044 11.5711 122.944 11.7637 122.944 12.0049C122.944 12.2249 123.037 12.4132 123.224 12.5698C123.461 12.7687 124.036 12.9761 124.95 13.1919C125.864 13.4077 126.539 13.632 126.975 13.8647C127.415 14.0933 127.758 14.4085 128.003 14.8105C128.253 15.2083 128.378 15.7013 128.378 16.2896C128.378 16.8228 128.23 17.3221 127.934 17.7876C127.637 18.2531 127.218 18.6001 126.677 18.8286C126.135 19.0529 125.46 19.165 124.652 19.165C123.475 19.165 122.572 18.8942 121.941 18.3525C121.311 17.8066 120.934 17.0132 120.811 15.9722Z' fill='%23FF9900'/%3E%3Cdefs%3E%3CclipPath id='clip0_4614_587'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 8)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_4614_587'%3E%3Crect width='60' height='18' fill='white' transform='translate(18 9)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  padding: 20px 45px 17px;
  color: transparent;
  font-size: 0.00001px;
  line-height: 30px;
}
.pack table tbody.tbody-amazon-bonus tr + tr {
  background: #FFF6ED;
}
.pack table tbody.tbody-amazon-bonus tr + tr td:first-child {
  border-left: 1px solid #F90;
}
.pack table tbody.tbody-amazon-bonus tr + tr td:last-child {
  border-right: 1px solid #F90;
}
.pack table tbody.tbody-amazon-bonus tr + tr:nth-child(2) td {
  border-top: 1px solid #F90;
}
.pack table tbody.tbody-amazon-bonus tr + tr:last-child td {
  border-bottom: 1px solid #F90;
}
.pack table tbody.tbody-bonus tr td[colspan] {
  background: no-repeat center left 25px/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='67' height='28' viewBox='0 0 67 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4717_658)'%3E%3Cpath d='M6 9.00024L5.34925 11.6032C5.22227 12.1112 5.15878 12.3651 5.02654 12.5718C4.90958 12.7546 4.75434 12.9098 4.57154 13.0268C4.36489 13.159 4.11092 13.2225 3.603 13.3495L1 14.0002L3.60299 14.651C4.11092 14.778 4.36489 14.8415 4.57154 14.9737C4.75434 15.0907 4.90958 15.2459 5.02654 15.4287C5.15878 15.6354 5.22227 15.8893 5.34925 16.3972L6 19.0002L6.65075 16.3972C6.77773 15.8893 6.84122 15.6354 6.97346 15.4287C7.09042 15.2459 7.24566 15.0907 7.42846 14.9737C7.63511 14.8415 7.88908 14.778 8.397 14.651L11 14.0002L8.39701 13.3495C7.88908 13.2225 7.63511 13.159 7.42846 13.0268C7.24566 12.9098 7.09042 12.7546 6.97346 12.5718C6.84122 12.3651 6.77773 12.1112 6.65075 11.6032L6 9.00024Z' stroke='%231F86E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M18.9521 9.69458H22.6719C23.4082 9.69458 23.9562 9.72632 24.3159 9.78979C24.6799 9.84904 25.0036 9.97599 25.2871 10.1707C25.5749 10.3653 25.814 10.6256 26.0044 10.9514C26.1948 11.273 26.29 11.6348 26.29 12.0369C26.29 12.4727 26.1715 12.8726 25.9346 13.2366C25.7018 13.6005 25.3844 13.8735 24.9824 14.0554C25.5495 14.2205 25.9854 14.5019 26.29 14.8997C26.5947 15.2974 26.7471 15.7651 26.7471 16.3025C26.7471 16.7257 26.6476 17.1383 26.4487 17.5403C26.2541 17.9381 25.9854 18.2576 25.6426 18.4988C25.304 18.7358 24.8851 18.8818 24.3857 18.9368C24.0726 18.9706 23.3172 18.9918 22.1196 19.0002H18.9521V9.69458ZM20.8311 11.2434V13.3953H22.0625C22.7946 13.3953 23.2495 13.3847 23.4272 13.3635C23.7489 13.3254 24.0007 13.2154 24.1826 13.0334C24.3688 12.8472 24.4619 12.6039 24.4619 12.3035C24.4619 12.0157 24.3815 11.783 24.2207 11.6052C24.0641 11.4233 23.8293 11.3132 23.5161 11.2751C23.3299 11.254 22.7946 11.2434 21.9102 11.2434H20.8311ZM20.8311 14.9441V17.4324H22.5703C23.2474 17.4324 23.6769 17.4133 23.8589 17.3752C24.1382 17.3245 24.3646 17.2017 24.5381 17.0071C24.7158 16.8082 24.8047 16.5437 24.8047 16.2136C24.8047 15.9343 24.737 15.6973 24.6016 15.5027C24.4661 15.308 24.2694 15.1663 24.0112 15.0774C23.7573 14.9885 23.203 14.9441 22.3481 14.9441H20.8311ZM28.2195 14.4045C28.2195 13.4566 28.3612 12.6611 28.6448 12.0178C28.8564 11.5439 29.1441 11.1186 29.508 10.7419C29.8762 10.3653 30.2782 10.086 30.7141 9.90405C31.2939 9.65861 31.9625 9.53589 32.72 9.53589C34.0911 9.53589 35.1871 9.96118 36.008 10.8118C36.8332 11.6624 37.2458 12.8451 37.2458 14.3601C37.2458 15.8624 36.8375 17.0388 36.0207 17.8894C35.204 18.7358 34.1122 19.1589 32.7454 19.1589C31.3616 19.1589 30.2613 18.7379 29.4446 17.8958C28.6278 17.0494 28.2195 15.8857 28.2195 14.4045ZM30.1555 14.3411C30.1555 15.3948 30.3988 16.1946 30.8855 16.7405C31.3721 17.2821 31.99 17.553 32.739 17.553C33.488 17.553 34.1016 17.2843 34.5798 16.7468C35.0622 16.2052 35.3035 15.3948 35.3035 14.3157C35.3035 13.2493 35.0686 12.4537 34.5989 11.929C34.1334 11.4042 33.5134 11.1418 32.739 11.1418C31.9646 11.1418 31.3404 11.4084 30.8664 11.9417C30.3925 12.4706 30.1555 13.2704 30.1555 14.3411ZM38.9975 19.0002V9.69458H40.8257L44.6343 15.9089V9.69458H46.3799V19.0002H44.4946L40.7431 12.9319V19.0002H38.9975ZM48.6203 9.69458H50.4992V14.7346C50.4992 15.5344 50.5225 16.0528 50.5691 16.2898C50.6495 16.6707 50.8399 16.9775 51.1404 17.2102C51.445 17.4387 51.8598 17.553 52.3845 17.553C52.9177 17.553 53.3197 17.4451 53.5905 17.2292C53.8614 17.0092 54.0243 16.7405 54.0793 16.4231C54.1343 16.1057 54.1618 15.5789 54.1618 14.8425V9.69458H56.0407V14.5823C56.0407 15.6995 55.99 16.4887 55.8884 16.95C55.7868 17.4112 55.5985 17.8005 55.3235 18.1179C55.0526 18.4353 54.6887 18.6892 54.2317 18.8796C53.7746 19.0658 53.1779 19.1589 52.4416 19.1589C51.5529 19.1589 50.878 19.0574 50.4167 18.8542C49.9597 18.6469 49.5979 18.3803 49.3313 18.0544C49.0647 17.7244 48.8891 17.3795 48.8044 17.0198C48.6817 16.4866 48.6203 15.6995 48.6203 14.6584V9.69458ZM57.8115 15.9724L59.6396 15.7947C59.7496 16.4083 59.9718 16.859 60.3061 17.1467C60.6447 17.4345 61.0996 17.5784 61.6709 17.5784C62.276 17.5784 62.7309 17.4514 63.0356 17.1975C63.3445 16.9394 63.499 16.6389 63.499 16.2961C63.499 16.0761 63.4334 15.8899 63.3022 15.7375C63.1753 15.581 62.951 15.4456 62.6294 15.3313C62.4093 15.2551 61.9078 15.1197 61.125 14.925C60.1178 14.6754 59.4111 14.3686 59.0048 14.0046C58.4336 13.4926 58.1479 12.8684 58.1479 12.1321C58.1479 11.6581 58.2812 11.2159 58.5478 10.8054C58.8186 10.3907 59.2059 10.0754 59.7094 9.85962C60.2172 9.6438 60.8287 9.53589 61.5439 9.53589C62.7119 9.53589 63.59 9.79191 64.1782 10.304C64.7706 10.816 65.0817 11.4994 65.1113 12.3542L63.2324 12.4368C63.152 11.9586 62.9785 11.6158 62.7119 11.4084C62.4495 11.1969 62.0538 11.0911 61.5249 11.0911C60.979 11.0911 60.5516 11.2032 60.2426 11.4275C60.0437 11.5714 59.9443 11.7639 59.9443 12.0051C59.9443 12.2252 60.0374 12.4135 60.2236 12.5701C60.4606 12.769 61.0361 12.9763 61.9502 13.1921C62.8642 13.408 63.5392 13.6322 63.9751 13.865C64.4152 14.0935 64.7579 14.4088 65.0034 14.8108C65.2531 15.2086 65.3779 15.7016 65.3779 16.2898C65.3779 16.823 65.2298 17.3223 64.9336 17.7878C64.6373 18.2533 64.2184 18.6003 63.6767 18.8289C63.1351 19.0531 62.4601 19.1653 61.6518 19.1653C60.4754 19.1653 59.5719 18.8944 58.9414 18.3528C58.3108 17.8069 57.9342 17.0134 57.8115 15.9724Z' fill='%231F86E6'/%3E%3Cdefs%3E%3CclipPath id='clip0_4717_658'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 8.00024)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  padding: 20px 45px 17px;
  color: transparent;
  font-size: 0.00001px;
  line-height: 30px;
}
.pack table tbody.tbody-bonus tr + tr {
  background: #F6FAFF;
}
.pack table tbody.tbody-bonus tr + tr td:first-child {
  border-left: 1px solid #1F86E5;
}
.pack table tbody.tbody-bonus tr + tr td:last-child {
  border-right: 1px solid #1F86E5;
}
.pack table tbody.tbody-bonus tr + tr:nth-child(2) td {
  border-top: 1px solid #1F86E5;
}
.pack table tbody.tbody-bonus tr + tr:last-child td {
  border-bottom: 1px solid #1F86E5;
}
.pack table tfoot tr > td {
  text-align: center;
  padding: 30px 10px 0;
}
.pack table tfoot tr > td .btn {
  display: block;
  width: 100%;
  min-width: unset;
}
.pack-xs {
  display: none;
}
.pack-xs-item {
  background: #F6FAFF;
  box-shadow: 0px 4px 15px rgba(26, 70, 112, 0.2);
  padding: 40px 20px 0;
  margin: 30px auto 40px auto;
  border-radius: 20px;
  max-width: 360px;
}
.pack-xs-item h3 {
  font-size: 23px;
  text-align: center;
  position: relative;
}
.pack-xs-item.bronze .title-amazon-bonus,
.pack-xs-item.bronze .title-bonus {
  display: none;
}
.pack-xs-item.gold {
  margin-bottom: 90px;
}
.pack-xs-item.platinum {
  margin-bottom: 30px;
}
.pack-xs-item.platinum h3::before {
  content: url(../../img/pages/turnkey-amazon-business/best-value.svg);
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translate(-60%, 10%);
}
.pack-xs-item-action {
  text-align: center;
  margin: 20px 0 0;
}
.pack-xs-item-feature {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0;
  padding: 30px 20px 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.pack-xs-item-feature:not(.is-active) span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pack-xs-item-feature span {
  position: relative;
  margin-right: 15px;
}
.pack-xs-item-feature span::before, .pack-xs-item-feature span::after {
  display: block;
  background: #000;
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.15s ease-in-out;
}
.pack-xs-item-feature-list {
  padding: 0 0 35px 0;
}
.pack-xs-item-feature-list h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 0;
}
.pack-xs-item-feature-list h4.title-amazon-bonus, .pack-xs-item-feature-list h4.title-bonus {
  background: no-repeat center left 0/auto;
  margin: 30px 0 0;
  padding: 5px 20px 2px;
  color: transparent;
  font-size: 0.00001px;
  line-height: 30px;
}
.pack-xs-item-feature-list h4.title-amazon-bonus {
  background-image: url("data:image/svg+xml,%3Csvg width='130' height='28' viewBox='0 0 130 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4614_587)'%3E%3Cpath d='M6 9L5.34925 11.603C5.22227 12.1109 5.15878 12.3649 5.02654 12.5715C4.90958 12.7543 4.75434 12.9096 4.57154 13.0265C4.36489 13.1588 4.11092 13.2223 3.603 13.3493L1 14L3.60299 14.6507C4.11092 14.7777 4.36489 14.8412 4.57154 14.9735C4.75434 15.0904 4.90958 15.2457 5.02654 15.4285C5.15878 15.6351 5.22227 15.8891 5.34925 16.397L6 19L6.65075 16.397C6.77773 15.8891 6.84122 15.6351 6.97346 15.4285C7.09042 15.2457 7.24566 15.0904 7.42846 14.9735C7.63511 14.8412 7.88908 14.7777 8.397 14.6507L11 14L8.39701 13.3493C7.88908 13.2223 7.63511 13.1588 7.42846 13.0265C7.24566 12.9096 7.09042 12.7543 6.97346 12.5715C6.84122 12.3649 6.77773 12.1109 6.65075 11.603L6 9Z' stroke='%23FF9900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Crect width='60' height='27' transform='translate(18 0.5)' fill='white'/%3E%3Cg clip-path='url(%23clip1_4614_587)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.2211 23.0769C51.7474 25.6365 46.6947 27.0001 42.3368 27.0001C36.2316 27.0001 30.7579 24.7553 26.5895 21.0211C26.2737 20.7274 26.5474 20.3288 26.9473 20.5595C31.4316 23.1609 36.9684 24.7134 42.6947 24.7134C46.5474 24.7134 50.7999 23.9162 54.7157 22.2588C55.305 22.028 55.7894 22.6574 55.221 23.0769H55.2211Z' fill='%23FF9900'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6739 21.4197C56.2319 20.8532 53.7265 21.1469 52.6108 21.2938C52.2739 21.3357 52.2107 21.0421 52.5265 20.8322C54.5265 19.4267 57.7897 19.8462 58.1686 20.3078C58.5476 20.7693 58.0634 24.0418 56.1894 25.5945C55.8947 25.8252 55.621 25.6993 55.7474 25.3846C56.1686 24.3357 57.116 22.0069 56.6739 21.4197Z' fill='%23FF9900'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.6738 10.9723V9.60836C52.6714 9.56365 52.6784 9.51894 52.6945 9.47714C52.7106 9.43533 52.7353 9.39736 52.7671 9.3657C52.7989 9.33405 52.837 9.3094 52.8789 9.29338C52.9209 9.27735 52.9658 9.2703 53.0106 9.27268H59.1159C59.2078 9.27075 59.2968 9.30484 59.3637 9.36762C59.4307 9.43039 59.4702 9.51684 59.4738 9.60836V10.7622C59.4738 10.951 59.3054 11.2026 59.0107 11.6224L55.8528 16.1119C57.0318 16.0909 58.274 16.2587 59.3265 16.846C59.5581 16.9718 59.6212 17.1816 59.6423 17.3704V18.818C59.6423 19.0278 59.4318 19.2584 59.2003 19.1327C57.3266 18.1466 54.8214 18.0417 52.7583 19.1537C52.5477 19.2585 52.3163 19.0488 52.3163 18.839V17.4545C52.3163 17.2447 52.3163 16.8673 52.5478 16.5315L56.211 11.3077H53.0317C52.9399 11.3096 52.8509 11.2756 52.784 11.2129C52.7171 11.1502 52.6775 11.0638 52.6738 10.9723ZM30.4212 19.4265H28.5685C28.4855 19.4182 28.4076 19.3829 28.3467 19.326C28.2858 19.2691 28.2454 19.1939 28.2317 19.1119V9.62936C28.2353 9.53785 28.2748 9.45141 28.3418 9.38864C28.4087 9.32587 28.4977 9.29177 28.5896 9.29368H30.3159C30.4012 9.29497 30.4831 9.32792 30.5454 9.38611C30.6076 9.44431 30.6459 9.52355 30.6527 9.60836V10.8461H30.6948C31.1368 9.65036 32.0001 9.08394 33.1369 9.08394C34.2948 9.08394 35.0316 9.65036 35.5369 10.8461C35.9789 9.65036 37.0106 9.08394 38.1055 9.08394C38.8845 9.08394 39.7266 9.39862 40.2529 10.1329C40.8422 10.9301 40.7161 12.0839 40.7161 13.1119V19.1119C40.7124 19.2034 40.6729 19.2899 40.606 19.3526C40.5391 19.4154 40.4501 19.4495 40.3582 19.4476H38.5264C38.3369 19.4266 38.1895 19.2798 38.1895 19.1119V14.0769C38.1895 13.6783 38.2316 12.6713 38.1475 12.2937C38.0001 11.6643 37.6001 11.4755 37.0527 11.4755C36.811 11.4824 36.5766 11.5595 36.3784 11.6974C36.1801 11.8353 36.0267 12.028 35.9369 12.2517C35.7474 12.7342 35.7685 13.5315 35.7685 14.0769V19.1119C35.7649 19.2034 35.7253 19.2899 35.6584 19.3526C35.5915 19.4154 35.5025 19.4495 35.4106 19.4476H33.558C33.3685 19.4266 33.2211 19.2798 33.2211 19.1119V14.0769C33.2211 13.0279 33.3895 11.4545 32.0843 11.4545C30.758 11.4545 30.8001 12.965 30.8001 14.0769V19.1119C30.7869 19.2016 30.7409 19.2834 30.671 19.3414C30.6011 19.3995 30.5121 19.4298 30.4212 19.4266V19.4265ZM64.7369 9.08394C67.4948 9.08394 68.9896 11.4336 68.9896 14.4336C68.9896 17.3287 67.3475 19.6363 64.7369 19.6363C62.0422 19.6363 60.5685 17.2867 60.5685 14.3496C60.5474 11.3916 62.0422 9.08368 64.7369 9.08368V9.08394ZM64.7369 11.035C63.3685 11.035 63.2843 12.9021 63.2843 14.056C63.2843 15.2098 63.2633 17.6853 64.7159 17.6853C66.1475 17.6853 66.2317 15.6923 66.2317 14.4755C66.2317 13.6783 66.1896 12.7133 65.958 11.958C65.7475 11.2866 65.3264 11.035 64.7369 11.035ZM72.5475 19.4265H70.6948C70.5054 19.4055 70.358 19.2587 70.358 19.0909V9.58723C70.3696 9.5006 70.4122 9.42106 70.4779 9.36324C70.5437 9.30542 70.6282 9.27322 70.7159 9.27255H72.4422C72.5205 9.2753 72.5958 9.30342 72.6565 9.35265C72.7173 9.40187 72.7604 9.46951 72.7791 9.5453V10.9928H72.8212C73.3475 9.69211 74.0633 9.08374 75.3475 9.08374C76.1686 9.08374 76.9896 9.37736 77.5159 10.1957C78.0001 10.9509 78.0001 12.2306 78.0001 13.1537V19.1327C77.9874 19.2171 77.9438 19.2938 77.8777 19.348C77.8116 19.4022 77.7277 19.4301 77.6422 19.4263H75.7894C75.621 19.4053 75.4736 19.2795 75.4526 19.1327V13.972C75.4526 12.923 75.5789 11.4124 74.2947 11.4124C73.8527 11.4124 73.4315 11.7061 73.221 12.1677C72.9684 12.7549 72.9263 13.3215 72.9263 13.9719V19.091C72.9146 19.1832 72.8697 19.268 72.8 19.3297C72.7304 19.3914 72.6406 19.4259 72.5474 19.4267L72.5475 19.4265ZM47.8107 14.8951C47.8107 15.6084 47.8318 16.2168 47.4739 16.8675C47.1792 17.392 46.716 17.7066 46.1897 17.7066C45.4739 17.7066 45.0528 17.1612 45.0528 16.364C45.0528 14.7906 46.4634 14.4968 47.8107 14.4968V14.8951ZM49.6844 19.4056C49.6244 19.4578 49.5495 19.4899 49.4702 19.4974C49.3909 19.505 49.3113 19.4875 49.2425 19.4475C48.632 18.944 48.5058 18.6923 48.1688 18.2097C47.1583 19.2374 46.4214 19.5524 45.1162 19.5524C43.5583 19.5524 42.3372 18.5874 42.3372 16.6783C42.3372 15.1678 43.1583 14.1608 44.3165 13.6573C45.327 13.2169 46.7377 13.1328 47.8112 13.0069V12.7762C47.8112 12.3357 47.8533 11.8111 47.5796 11.4335C47.3481 11.0978 46.927 10.951 46.5484 10.951C45.8326 10.951 45.201 11.3076 45.0536 12.0629C45.0115 12.2307 44.9063 12.3986 44.7378 12.3986L42.9484 12.2098C42.801 12.1679 42.6326 12.063 42.6747 11.8322C43.0957 9.65036 45.0536 9 46.822 9C47.7273 9 48.9062 9.23074 49.622 9.92304C50.5273 10.7622 50.443 11.8954 50.443 13.1119V15.986C50.443 16.8461 50.8009 17.2238 51.1378 17.7063C51.2641 17.8741 51.2851 18.0839 51.1378 18.1887C50.7377 18.5034 50.0641 19.0908 49.6851 19.4055L49.6844 19.4056ZM23.4948 14.8951C23.4948 15.6084 23.5159 16.2168 23.158 16.8675C22.8633 17.392 22.4001 17.7066 21.8738 17.7066C21.158 17.7066 20.7369 17.1612 20.7369 16.364C20.7369 14.7906 22.1475 14.4968 23.4948 14.4968V14.8951ZM25.3475 19.4056C25.2875 19.4578 25.2125 19.4899 25.1333 19.4974C25.054 19.505 24.9743 19.4875 24.9055 19.4475C24.295 18.944 24.1689 18.6923 23.8318 18.2097C22.8213 19.2374 22.0844 19.5524 20.7792 19.5524C19.2213 19.5524 18.0002 18.5874 18.0002 16.6783C18.0002 15.1678 18.8213 14.1608 19.9795 13.6573C20.99 13.2169 22.4007 13.1328 23.4742 13.0069V12.7762C23.4742 12.3357 23.5163 11.8111 23.2427 11.4335C23.0111 11.0978 22.59 10.951 22.2114 10.951C21.4956 10.951 20.864 11.3076 20.7166 12.0629C20.6746 12.2307 20.5693 12.3986 20.4009 12.3986L18.6114 12.2098C18.4641 12.1679 18.2956 12.063 18.3377 11.8322C18.7587 9.65036 20.7166 9 22.485 9C23.3903 9 24.5692 9.23074 25.285 9.92304C26.1903 10.7622 26.1061 11.8954 26.1061 13.1119V15.986C26.1061 16.8461 26.4639 17.2238 26.8008 17.7063C26.9271 17.8741 26.9481 18.0839 26.8008 18.1887C26.4008 18.5034 25.7271 19.0908 25.3482 19.4055L25.3475 19.4056Z' fill='%231A1E25'/%3E%3C/g%3E%3Cpath d='M81.9521 9.69434H85.6719C86.4082 9.69434 86.9562 9.72607 87.3159 9.78955C87.6799 9.8488 88.0036 9.97575 88.2871 10.1704C88.5749 10.3651 88.814 10.6253 89.0044 10.9512C89.1948 11.2728 89.29 11.6346 89.29 12.0366C89.29 12.4725 89.1715 12.8724 88.9346 13.2363C88.7018 13.6003 88.3844 13.8732 87.9824 14.0552C88.5495 14.2202 88.9854 14.5016 89.29 14.8994C89.5947 15.2972 89.7471 15.7648 89.7471 16.3022C89.7471 16.7254 89.6476 17.138 89.4487 17.54C89.2541 17.9378 88.9854 18.2573 88.6426 18.4985C88.304 18.7355 87.8851 18.8815 87.3857 18.9365C87.0726 18.9704 86.3172 18.9915 85.1196 19H81.9521V9.69434ZM83.8311 11.2432V13.395H85.0625C85.7946 13.395 86.2495 13.3844 86.4272 13.3633C86.7489 13.3252 87.0007 13.2152 87.1826 13.0332C87.3688 12.847 87.4619 12.6037 87.4619 12.3032C87.4619 12.0155 87.3815 11.7827 87.2207 11.605C87.0641 11.423 86.8293 11.313 86.5161 11.2749C86.3299 11.2537 85.7946 11.2432 84.9102 11.2432H83.8311ZM83.8311 14.9438V17.4321H85.5703C86.2474 17.4321 86.6769 17.4131 86.8589 17.375C87.1382 17.3242 87.3646 17.2015 87.5381 17.0068C87.7158 16.8079 87.8047 16.5435 87.8047 16.2134C87.8047 15.9341 87.737 15.6971 87.6016 15.5024C87.4661 15.3078 87.2694 15.166 87.0112 15.0771C86.7573 14.9883 86.203 14.9438 85.3481 14.9438H83.8311ZM91.2195 14.4043C91.2195 13.4564 91.3612 12.6608 91.6448 12.0176C91.8564 11.5436 92.1441 11.1183 92.508 10.7417C92.8762 10.3651 93.2782 10.0858 93.7141 9.90381C94.2939 9.65837 94.9625 9.53564 95.72 9.53564C97.0911 9.53564 98.1871 9.96094 99.008 10.8115C99.8332 11.6621 100.246 12.8449 100.246 14.3599C100.246 15.8621 99.8375 17.0386 99.0207 17.8892C98.204 18.7355 97.1122 19.1587 95.7454 19.1587C94.3616 19.1587 93.2613 18.7376 92.4446 17.8955C91.6278 17.0492 91.2195 15.8854 91.2195 14.4043ZM93.1555 14.3408C93.1555 15.3945 93.3988 16.1943 93.8855 16.7402C94.3721 17.2819 94.99 17.5527 95.739 17.5527C96.488 17.5527 97.1016 17.284 97.5798 16.7466C98.0622 16.2049 98.3035 15.3945 98.3035 14.3154C98.3035 13.249 98.0686 12.4535 97.5989 11.9287C97.1334 11.404 96.5134 11.1416 95.739 11.1416C94.9646 11.1416 94.3404 11.4082 93.8664 11.9414C93.3925 12.4704 93.1555 13.2702 93.1555 14.3408ZM101.998 19V9.69434H103.826L107.634 15.9087V9.69434H109.38V19H107.495L103.743 12.9316V19H101.998ZM111.62 9.69434H113.499V14.7344C113.499 15.5342 113.523 16.0526 113.569 16.2896C113.649 16.6704 113.84 16.9772 114.14 17.21C114.445 17.4385 114.86 17.5527 115.384 17.5527C115.918 17.5527 116.32 17.4448 116.591 17.229C116.861 17.009 117.024 16.7402 117.079 16.4229C117.134 16.1055 117.162 15.5786 117.162 14.8423V9.69434H119.041V14.582C119.041 15.6992 118.99 16.4884 118.888 16.9497C118.787 17.411 118.599 17.8003 118.323 18.1177C118.053 18.4351 117.689 18.689 117.232 18.8794C116.775 19.0656 116.178 19.1587 115.442 19.1587C114.553 19.1587 113.878 19.0571 113.417 18.854C112.96 18.6466 112.598 18.38 112.331 18.0542C112.065 17.7241 111.889 17.3792 111.804 17.0195C111.682 16.4863 111.62 15.6992 111.62 14.6582V9.69434ZM120.811 15.9722L122.64 15.7944C122.75 16.408 122.972 16.8587 123.306 17.1465C123.645 17.4342 124.1 17.5781 124.671 17.5781C125.276 17.5781 125.731 17.4512 126.036 17.1973C126.345 16.9391 126.499 16.6387 126.499 16.2959C126.499 16.0758 126.433 15.8896 126.302 15.7373C126.175 15.5807 125.951 15.4453 125.629 15.3311C125.409 15.2549 124.908 15.1195 124.125 14.9248C123.118 14.6751 122.411 14.3683 122.005 14.0044C121.434 13.4924 121.148 12.8682 121.148 12.1318C121.148 11.6579 121.281 11.2157 121.548 10.8052C121.819 10.3905 122.206 10.0752 122.709 9.85938C123.217 9.64355 123.829 9.53564 124.544 9.53564C125.712 9.53564 126.59 9.79167 127.178 10.3037C127.771 10.8158 128.082 11.4992 128.111 12.354L126.232 12.4365C126.152 11.9583 125.978 11.6156 125.712 11.4082C125.45 11.1966 125.054 11.0908 124.525 11.0908C123.979 11.0908 123.552 11.203 123.243 11.4272C123.044 11.5711 122.944 11.7637 122.944 12.0049C122.944 12.2249 123.037 12.4132 123.224 12.5698C123.461 12.7687 124.036 12.9761 124.95 13.1919C125.864 13.4077 126.539 13.632 126.975 13.8647C127.415 14.0933 127.758 14.4085 128.003 14.8105C128.253 15.2083 128.378 15.7013 128.378 16.2896C128.378 16.8228 128.23 17.3221 127.934 17.7876C127.637 18.2531 127.218 18.6001 126.677 18.8286C126.135 19.0529 125.46 19.165 124.652 19.165C123.475 19.165 122.572 18.8942 121.941 18.3525C121.311 17.8066 120.934 17.0132 120.811 15.9722Z' fill='%23FF9900'/%3E%3Cdefs%3E%3CclipPath id='clip0_4614_587'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 8)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_4614_587'%3E%3Crect width='60' height='18' fill='white' transform='translate(18 9)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pack-xs-item-feature-list h4.title-bonus {
  background-image: url("data:image/svg+xml,%3Csvg width='67' height='29' viewBox='0 0 67 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4702_8400)'%3E%3Cpath d='M6 9.73047L5.34925 12.3335C5.22227 12.8414 5.15878 13.0954 5.02654 13.302C4.90958 13.4848 4.75434 13.64 4.57154 13.757C4.36489 13.8892 4.11092 13.9527 3.603 14.0797L1 14.7305L3.60299 15.3812C4.11092 15.5082 4.36489 15.5717 4.57154 15.7039C4.75434 15.8209 4.90958 15.9761 5.02654 16.1589C5.15878 16.3656 5.22227 16.6195 5.34925 17.1275L6 19.7305L6.65075 17.1275C6.77773 16.6195 6.84122 16.3656 6.97346 16.1589C7.09042 15.9761 7.24566 15.8209 7.42846 15.7039C7.63511 15.5717 7.88908 15.5082 8.397 15.3812L11 14.7305L8.39701 14.0797C7.88908 13.9527 7.63511 13.8892 7.42846 13.757C7.24566 13.64 7.09042 13.4848 6.97346 13.302C6.84122 13.0954 6.77773 12.8414 6.65075 12.3335L6 9.73047Z' stroke='%231F86E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M18.9521 10.4248H22.6719C23.4082 10.4248 23.9562 10.4565 24.3159 10.52C24.6799 10.5793 25.0036 10.7062 25.2871 10.9009C25.5749 11.0955 25.814 11.3558 26.0044 11.6816C26.1948 12.0033 26.29 12.3651 26.29 12.7671C26.29 13.203 26.1715 13.6029 25.9346 13.9668C25.7018 14.3307 25.3844 14.6037 24.9824 14.7856C25.5495 14.9507 25.9854 15.2321 26.29 15.6299C26.5947 16.0277 26.7471 16.4953 26.7471 17.0327C26.7471 17.4559 26.6476 17.8685 26.4487 18.2705C26.2541 18.6683 25.9854 18.9878 25.6426 19.229C25.304 19.466 24.8851 19.612 24.3857 19.667C24.0726 19.7008 23.3172 19.722 22.1196 19.7305H18.9521V10.4248ZM20.8311 11.9736V14.1255H22.0625C22.7946 14.1255 23.2495 14.1149 23.4272 14.0938C23.7489 14.0557 24.0007 13.9456 24.1826 13.7637C24.3688 13.5775 24.4619 13.3341 24.4619 13.0337C24.4619 12.7459 24.3815 12.5132 24.2207 12.3354C24.0641 12.1535 23.8293 12.0435 23.5161 12.0054C23.3299 11.9842 22.7946 11.9736 21.9102 11.9736H20.8311ZM20.8311 15.6743V18.1626H22.5703C23.2474 18.1626 23.6769 18.1436 23.8589 18.1055C24.1382 18.0547 24.3646 17.932 24.5381 17.7373C24.7158 17.5384 24.8047 17.2739 24.8047 16.9438C24.8047 16.6646 24.737 16.4276 24.6016 16.2329C24.4661 16.0382 24.2694 15.8965 24.0112 15.8076C23.7573 15.7188 23.203 15.6743 22.3481 15.6743H20.8311ZM28.2195 15.1348C28.2195 14.1868 28.3612 13.3913 28.6448 12.748C28.8564 12.2741 29.1441 11.8488 29.508 11.4722C29.8762 11.0955 30.2782 10.8162 30.7141 10.6343C31.2939 10.3888 31.9625 10.2661 32.72 10.2661C34.0911 10.2661 35.1871 10.6914 36.008 11.542C36.8332 12.3926 37.2458 13.5754 37.2458 15.0903C37.2458 16.5926 36.8375 17.769 36.0207 18.6196C35.204 19.466 34.1122 19.8892 32.7454 19.8892C31.3616 19.8892 30.2613 19.4681 29.4446 18.626C28.6278 17.7796 28.2195 16.6159 28.2195 15.1348ZM30.1555 15.0713C30.1555 16.125 30.3988 16.9248 30.8855 17.4707C31.3721 18.0124 31.99 18.2832 32.739 18.2832C33.488 18.2832 34.1016 18.0145 34.5798 17.4771C35.0622 16.9354 35.3035 16.125 35.3035 15.0459C35.3035 13.9795 35.0686 13.1839 34.5989 12.6592C34.1334 12.1344 33.5134 11.8721 32.739 11.8721C31.9646 11.8721 31.3404 12.1387 30.8664 12.6719C30.3925 13.2008 30.1555 14.0007 30.1555 15.0713ZM38.9975 19.7305V10.4248H40.8257L44.6343 16.6392V10.4248H46.3799V19.7305H44.4946L40.7431 13.6621V19.7305H38.9975ZM48.6203 10.4248H50.4992V15.4648C50.4992 16.2646 50.5225 16.783 50.5691 17.02C50.6495 17.4009 50.8399 17.7077 51.1404 17.9404C51.445 18.1689 51.8598 18.2832 52.3845 18.2832C52.9177 18.2832 53.3197 18.1753 53.5905 17.9595C53.8614 17.7394 54.0243 17.4707 54.0793 17.1533C54.1343 16.8359 54.1618 16.3091 54.1618 15.5728V10.4248H56.0407V15.3125C56.0407 16.4297 55.99 17.2189 55.8884 17.6802C55.7868 18.1414 55.5985 18.5308 55.3235 18.8481C55.0526 19.1655 54.6887 19.4194 54.2317 19.6099C53.7746 19.7961 53.1779 19.8892 52.4416 19.8892C51.5529 19.8892 50.878 19.7876 50.4167 19.5845C49.9597 19.3771 49.5979 19.1105 49.3313 18.7847C49.0647 18.4546 48.8891 18.1097 48.8044 17.75C48.6817 17.2168 48.6203 16.4297 48.6203 15.3887V10.4248ZM57.8115 16.7026L59.6396 16.5249C59.7496 17.1385 59.9718 17.5892 60.3061 17.877C60.6447 18.1647 61.0996 18.3086 61.6709 18.3086C62.276 18.3086 62.7309 18.1816 63.0356 17.9277C63.3445 17.6696 63.499 17.3691 63.499 17.0264C63.499 16.8063 63.4334 16.6201 63.3022 16.4678C63.1753 16.3112 62.951 16.1758 62.6294 16.0615C62.4093 15.9854 61.9078 15.8499 61.125 15.6553C60.1178 15.4056 59.4111 15.0988 59.0048 14.7349C58.4336 14.2228 58.1479 13.5986 58.1479 12.8623C58.1479 12.3883 58.2812 11.9461 58.5478 11.5356C58.8186 11.1209 59.2059 10.8057 59.7094 10.5898C60.2172 10.374 60.8287 10.2661 61.5439 10.2661C62.7119 10.2661 63.59 10.5221 64.1782 11.0342C64.7706 11.5462 65.0817 12.2297 65.1113 13.0845L63.2324 13.167C63.152 12.6888 62.9785 12.346 62.7119 12.1387C62.4495 11.9271 62.0538 11.8213 61.5249 11.8213C60.979 11.8213 60.5516 11.9334 60.2426 12.1577C60.0437 12.3016 59.9443 12.4941 59.9443 12.7354C59.9443 12.9554 60.0374 13.1437 60.2236 13.3003C60.4606 13.4992 61.0361 13.7065 61.9502 13.9224C62.8642 14.1382 63.5392 14.3625 63.9751 14.5952C64.4152 14.8237 64.7579 15.139 65.0034 15.541C65.2531 15.9388 65.3779 16.4318 65.3779 17.02C65.3779 17.5532 65.2298 18.0526 64.9336 18.5181C64.6373 18.9836 64.2184 19.3306 63.6767 19.5591C63.1351 19.7834 62.4601 19.8955 61.6518 19.8955C60.4754 19.8955 59.5719 19.6247 58.9414 19.083C58.3108 18.5371 57.9342 17.7437 57.8115 16.7026Z' fill='%231F86E6'/%3E%3Cdefs%3E%3CclipPath id='clip0_4702_8400'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 8.73047)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pack-xs-item-feature-list h4 span {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  background: #C688EC;
  vertical-align: middle;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  padding: 4px 5px;
}
.pack-xs-item-feature-list .btn {
  display: block;
  margin-top: 20px;
}
.pack-xs-item-feature-item {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin: 7px 0 0;
  padding: 0 60px 0 40px;
}
.pack-xs-item-feature-item-block {
  display: block;
}
.pack-xs-item-feature-item-pre {
  white-space: pre-line;
}
.pack-xs-item-feature-item-text {
  display: block;
}
.pack-xs-item-feature-item-check::before {
  position: absolute;
  top: 17px;
  left: 3px;
  transform: translateY(-50%);
  content: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='16.0934' y='0.25' width='2.31663' height='15.361' rx='1.15831' transform='rotate(45 16.0934 0.25)' fill='%2326AA11'/%3E%3Crect width='2.31663' height='8.66393' rx='1.15831' transform='matrix(-0.707107 0.707107 0.707107 0.707107 2.20972 4.8833)' fill='%2326AA11'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
  margin-right: 5px;
}
.pack-xs-item-feature-item-check.empty::before {
  position: absolute;
  top: 17px;
  left: 3px;
  transform: translateY(-50%);
  vertical-align: middle;
  margin-right: 5px;
}
@media (min-width: 1290px) {
  .pack .container {
    width: 1260px;
  }
}
@media (max-width: 991px) {
  .pack {
    background: #FAFAFA;
    padding: 50px 0 40px;
  }
  .pack::before {
    height: 260px;
  }
  .pack h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 35px;
  }
  .pack .btn {
    padding: 5px 25px;
    max-width: 290px;
  }
  .pack [rel=tooltip] {
    right: 0;
  }
  .pack [rel=tooltip] .tooltip {
    left: unset;
    right: calc(100% + 5px);
  }
  .pack [rel=tooltip] .tooltip-arrow {
    left: unset;
    right: -10px;
    margin-left: -5px;
    transform: rotate(-180deg);
  }
  .pack .pack-manager {
    padding: 0 0 20px;
    margin: 0 auto;
  }
  .pack .pack-manager-text {
    margin: 20px 0 0 20px;
  }
  .pack .pack-manager img {
    max-width: 120px;
  }
  .pack .pack-manager .owl-nav {
    left: 120px;
  }
  .pack table {
    display: none;
  }
  .pack-contact {
    margin: 30px auto 0;
    font-size: 17px;
    line-height: 28px;
    color: #1A1E25;
    max-width: 450px;
  }
  .pack-contact span {
    display: block;
  }
  .pack-contact a {
    font-size: 20px;
    line-height: 32px;
  }
  .pack-xs {
    display: block;
  }
}

#more-details {
  margin: 40px 0 100px;
}
#more-details .content {
  background: #DEF8FF;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
}
#more-details .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 13px;
  text-align: center;
}
#more-details .link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  text-decoration-line: underline;
  text-align: center;
  padding-right: 32px;
  background: no-repeat right center/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='21' viewBox='0 0 11 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 1.1626L10.1699 10.1538C10.3281 10.312 10.4072 10.5054 10.4072 10.7339C10.4072 10.9448 10.3281 11.1382 10.1699 11.314L1.44238 20.3052C1.28418 20.4458 1.09961 20.5161 0.888674 20.5161C0.677736 20.5161 0.493166 20.437 0.334963 20.2788C0.17676 20.1206 0.0976581 19.936 0.0976581 19.7251C0.0976581 19.5142 0.17676 19.3296 0.334963 19.1714L8.56152 10.7339L0.334961 2.29639C0.176758 2.13819 0.0976565 1.95361 0.0976565 1.74268C0.0976565 1.53174 0.176758 1.34717 0.334961 1.18897C0.493164 1.03076 0.677735 0.951662 0.888672 0.951662C1.09961 0.951662 1.28418 1.02197 1.44238 1.1626Z' fill='%231A1E25'/%3E%3C/svg%3E%0A");
  display: block;
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
}
#more-details .link:hover, #more-details .link:active {
  color: #1971C2;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='21' viewBox='0 0 11 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 1.1626L10.1699 10.1538C10.3281 10.312 10.4072 10.5054 10.4072 10.7339C10.4072 10.9448 10.3281 11.1382 10.1699 11.314L1.44238 20.3052C1.28418 20.4458 1.09961 20.5161 0.888674 20.5161C0.677736 20.5161 0.493166 20.437 0.334963 20.2788C0.17676 20.1206 0.0976581 19.936 0.0976581 19.7251C0.0976581 19.5142 0.17676 19.3296 0.334963 19.1714L8.56152 10.7339L0.334961 2.29639C0.176758 2.13819 0.0976565 1.95361 0.0976565 1.74268C0.0976565 1.53174 0.176758 1.34717 0.334961 1.18897C0.493164 1.03076 0.677735 0.951662 0.888672 0.951662C1.09961 0.951662 1.28418 1.02197 1.44238 1.1626Z' fill='%231971C2'/%3E%3C/svg%3E%0A");
}
#more-details .left {
  position: relative;
}
#more-details .left img {
  position: absolute;
  bottom: 0;
  left: 0;
}
#more-details .right {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 125px;
}
@media (max-width: 1250px) {
  #more-details .right {
    padding-right: 60px;
  }
  #more-details .left img {
    width: 383px;
    height: auto;
  }
}
@media (max-width: 1080px) {
  #more-details .left img {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 991px) {
  #more-details {
    margin: 0;
    padding: 0 0 60px 0;
  }
  #more-details .content {
    flex-direction: column-reverse;
  }
  #more-details .left img {
    width: 100%;
    max-width: 400px;
    position: unset;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #more-details .right {
    padding: 60px 0 0 0;
  }
  #more-details .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  #more-details .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  #more-details .link {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 450px) {
  #more-details {
    padding-bottom: 60px;
  }
  #more-details .link {
    max-width: 244px;
    background-position-y: 89%;
    background-position-x: 85%;
    padding: 0;
  }
}

#following {
  background: radial-gradient(209% 208.8% at 49.48% 0.02%, #3044E6 0%, #0C69D6 100%);
  color: #fff;
  padding: 100px 0;
  font-size: 23px;
  line-height: 1.4;
  text-align: center;
}
#following h2 {
  font-size: 52px;
  line-height: 1.35;
  font-weight: 400;
  margin: 0 auto 20px;
  max-width: 820px;
}
#following .actions {
  margin: 50px auto 0;
  max-width: 290px;
}
@media (max-width: 991px) {
  #following {
    padding: 60px 0;
  }
  #following h2 {
    font-size: 32px;
  }
}

#why {
  background: #1A1E25;
  color: #fff;
  padding: 100px 0;
}
#why h2 {
  text-align: center;
  line-height: 1.35;
  margin: 0 auto 70px;
  max-width: 1010px;
}
#why .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
#why .item {
  border-radius: 20px;
  color: #C9E2F0;
  border: 2px solid #3E5176;
  background: rgba(36, 65, 113, 0.2);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  padding: 40px;
  font-size: 15px;
  line-height: 1.55;
}
#why .item h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
}
#why .item p {
  margin: 10px 0 0;
}
@media (max-width: 991px) {
  #why {
    padding: 60px 0;
  }
  #why h2 {
    margin-bottom: 40px;
  }
  #why .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #why .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #why .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #why .item:nth-child(n+4) {
    display: none;
  }
}

#video-reviews {
  padding: 100px 0 0;
}
#video-reviews .container {
  overflow: hidden;
}
#video-reviews h2 {
  text-align: center;
  margin: 0 auto 70px;
}
#video-reviews .list {
  max-width: 1020px;
  margin: 70px auto 100px;
}
#video-reviews .item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: 40px 160px;
}
#video-reviews .item-play {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 9px 30px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
#video-reviews .item-play span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#video-reviews .item-play span::before {
  content: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.894052 1.13286C0.894052 0.340627 1.77141 -0.137017 2.4368 0.292967L10.5161 6.16011C11.1258 6.55408 11.1258 7.44592 10.5161 7.83989L2.4368 13.707C1.77141 14.137 0.894052 13.6594 0.894052 12.8671L0.894052 1.13286Z' fill='white'/%3E%3C/svg%3E%0A");
}
#video-reviews .item-play:hover {
  background: rgba(255, 255, 255, 0.4);
}
#video-reviews .item-media {
  position: relative;
  overflow: hidden;
  flex: 0 0 280px;
  border-radius: 40px;
  border: 7px solid #000;
  background: lightgray -216.392px 0px/352.28% 100% no-repeat;
  box-shadow: 0px 35px 52px 0px rgba(0, 0, 0, 0.3);
}
#video-reviews .item-media img, #video-reviews .item-media iframe {
  display: block;
  width: 100%;
  height: auto;
}
#video-reviews .item-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#video-reviews .item-content {
  color: #000;
  padding-bottom: 115px;
}
#video-reviews .item-content h3 {
  font-weight: 700;
  margin: 0 0 30px;
}
#video-reviews .item-content h3::before {
  content: url("data:image/svg+xml,%3Csvg width='40' height='34' viewBox='0 0 40 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4004 33.3264C29.7436 33.3264 28.2972 33.0439 27.0611 32.4788C25.8514 31.8868 24.8521 31.1065 24.0631 30.1378C23.2742 29.1691 22.6824 28.0389 22.288 26.7474C21.8935 25.4558 21.6963 24.0834 21.6963 22.6304C21.6963 19.7243 22.117 17.1008 22.9586 14.7598C23.8264 12.3918 24.9441 10.3065 26.3116 8.50362C27.6792 6.67386 29.1913 5.11319 30.8481 3.8216C32.5312 2.5031 34.188 1.45368 35.8185 0.67334L36.9625 2.24747C34.6483 4.48085 32.8074 6.47205 31.4398 8.22108C30.0723 9.9432 29.3886 11.3828 29.3886 12.5398C29.3886 13.2395 29.6778 13.8045 30.2564 14.2351C30.835 14.6656 31.545 15.0558 32.3866 15.4056C33.2018 15.7285 34.0565 16.0917 34.9507 16.4953C35.8448 16.899 36.6601 17.4371 37.3965 18.1098C38.1591 18.7556 38.7771 19.5763 39.2505 20.5719C39.7502 21.5675 40 22.8322 40 24.366C40 25.2809 39.8159 26.263 39.4477 27.3124C39.1059 28.3618 38.5667 29.3305 37.8304 30.2185C37.1203 31.1065 36.2262 31.8464 35.1479 32.4384C34.0697 33.0304 32.8205 33.3264 31.4004 33.3264ZM9.70414 33.3264C8.04734 33.3264 6.60092 33.0439 5.36489 32.4788C4.15516 31.8868 3.15582 31.1065 2.36686 30.1378C1.57791 29.1691 0.986193 28.0389 0.591716 26.7474C0.197239 25.4558 0 24.0834 0 22.6304C0 19.7243 0.420776 17.1008 1.26233 14.7598C2.13018 12.3918 3.24786 10.3065 4.61539 8.50362C5.98291 6.67386 7.49507 5.11319 9.15187 3.8216C10.835 2.5031 12.4918 1.45368 14.1223 0.67334L15.2663 2.24747C12.952 4.48085 11.1111 6.47205 9.74359 8.22108C8.37607 9.9432 7.69231 11.3828 7.69231 12.5398C7.69231 13.2395 7.98159 13.8045 8.56016 14.2351C9.13873 14.6656 9.84878 15.0558 10.6903 15.4056C11.5056 15.7285 12.3603 16.0917 13.2544 16.4953C14.1486 16.899 14.9638 17.4371 15.7002 18.1098C16.4629 18.7556 17.0809 19.5763 17.5542 20.5719C18.0539 21.5675 18.3037 22.8322 18.3037 24.366C18.3037 25.2809 18.1197 26.263 17.7515 27.3124C17.4096 28.3618 16.8705 29.3305 16.1341 30.2185C15.4241 31.1065 14.5299 31.8464 13.4517 32.4384C12.3734 33.0304 11.1243 33.3264 9.70414 33.3264Z' fill='%231971C2'/%3E%3C/svg%3E%0A");
  display: block;
  margin: 0 0 25px;
}
#video-reviews .item-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  margin: 30px 0;
}
#video-reviews .item-name {
  color: #4B5159;
  font-size: 15px;
  line-height: 1.6;
}
#video-reviews .item-label {
  margin: 40px 0 0;
  padding: 0 45px;
  color: #4B5159;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
#video-reviews .item-label b {
  color: #1A1E25;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.15;
}
#video-reviews .owl-carousel {
  overflow: initial;
}
#video-reviews .owl-carousel .owl-stage-outer {
  overflow: initial;
}
#video-reviews .owl-carousel .owl-nav,
#video-reviews .owl-carousel .owl-dots {
  position: absolute;
  left: 440px;
}
#video-reviews .owl-carousel .owl-nav {
  bottom: 115px;
}
#video-reviews .owl-carousel .owl-nav button.owl-prev,
#video-reviews .owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 35px;
}
#video-reviews .owl-carousel .owl-nav button.owl-next {
  margin-left: 65px;
}
#video-reviews .owl-carousel .owl-dots {
  margin: 0;
  bottom: 65px;
}
#video-reviews .owl-carousel .owl-dots .owl-dot {
  width: 47px;
  height: 5px;
}
#video-reviews .owl-carousel .owl-dots .owl-dot.active {
  width: 117px;
}
@media (max-width: 991px) {
  #video-reviews {
    padding: 60px 0;
  }
  #video-reviews h2 {
    margin-bottom: 40px;
  }
  #video-reviews .list {
    margin: 0 auto;
  }
  #video-reviews .item {
    flex-flow: column;
    align-items: center;
  }
  #video-reviews .item-media {
    flex: 1;
  }
  #video-reviews .item-content {
    max-width: 450px;
    text-align: center;
    padding: 0;
  }
  #video-reviews .item-label {
    display: none;
  }
  #video-reviews .owl-carousel .owl-nav {
    display: none;
  }
  #video-reviews .owl-carousel .owl-dots {
    position: relative;
    margin: 40px auto 0;
    left: unset;
    bottom: unset;
  }
}

#ready-start {
  background: #142BEB;
  color: #C9E2F0;
  padding: 100px 0;
}
#ready-start .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px 80px;
}
#ready-start picture {
  display: block;
}
#ready-start picture img {
  width: 100%;
  max-width: 700px;
  height: auto;
}
#ready-start .content {
  flex: 1;
  max-width: 440px;
}
#ready-start .content h2 {
  color: #fff;
  line-height: 1.35;
  font-weight: 400;
  margin: 0 auto 30px;
}
#ready-start .content .actions {
  margin: 50px 0 0;
}
#ready-start .content .btn {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 991px) {
  #ready-start {
    padding: 60px 0;
  }
  #ready-start .content {
    flex: 0 0 auto;
    font-size: 19px;
    text-align: center;
  }
  #ready-start .content h2 {
    font-size: 32px;
    margin: 0 auto 50px;
  }
  #ready-start .content .btn {
    width: 290px;
  }
  #ready-start .content .btn-link {
    color: #FFF;
    font-size: 17px;
    line-height: 1.5;
    text-decoration: none;
  }
  #ready-start .content .btn-link span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  #ready-start .container {
    flex-flow: column;
  }
}

#faq {
  padding: 100px 0;
}
#personal-support + #faq {
  background: #F6F6F9;
}
#faq .flex {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 0 70px;
}
#faq .w-50\@md {
  width: calc(50% - 35px);
}
#faq h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 51px;
  text-align: center;
  margin: 0 0 70px;
}
#faq details {
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  border-bottom: 1px solid #DADADA;
}
#faq details > summary {
  cursor: pointer;
  list-style: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1A1E25;
}
#faq details > summary::-webkit-details-marker {
  display: none;
}
#faq details > summary::after {
  content: "";
  background: no-repeat center/auto #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 1.72183C-0.0976311 1.3313 -0.0976311 0.698136 0.292893 0.307612C0.683417 -0.0829124 1.31658 -0.0829115 1.70711 0.307612L9.57065 8.17116L17.4343 0.307531C17.8248 -0.0829926 18.458 -0.0829926 18.8485 0.307531C19.239 0.698055 19.239 1.33122 18.8485 1.72175L10.3632 10.207C10.1463 10.4239 9.8546 10.5203 9.57116 10.4963C9.28743 10.5206 8.9953 10.4242 8.77817 10.2071L0.292893 1.72183Z' fill='%231A1E25'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 30px;
  margin: 0 10px;
  border-radius: 4px;
  flex-shrink: 0;
}
#faq details > summary + p {
  margin-top: 0;
}
#faq details p {
  margin: 7px 0;
  padding-right: 50px;
}
#faq details p:last-of-type {
  margin-bottom: 20px;
}
#faq details[open] > summary::after {
  transform: rotateX(180deg);
}
#faq .details-content {
  background: #fff;
  color: #333;
  padding: 20px 20px 100px;
}
#faq .details[open] .details-summary::before,
#faq .details[open] .details-content-inner {
  animation: fadeIn 0.5s forwards;
}
#faq .details[open] .details-summary-icon {
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  #faq {
    padding: 50px 0;
  }
  #faq .flex {
    flex-flow: column;
  }
  #faq .w-50\@md {
    width: 100%;
  }
  #faq h2 {
    font-size: 26px;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  #faq details {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
  }
  #faq details > summary {
    cursor: pointer;
    list-style: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
  }
  #faq details > summary::after {
    background-color: #fff;
    border-radius: 10px;
    flex: 0 0 50px;
    height: 50px;
    margin: 0;
  }
  #faq details > summary + p {
    margin-top: 0;
  }
  #faq details p {
    margin: 7px 0;
    padding-right: 50px;
  }
  #faq details p:last-of-type {
    margin-bottom: 20px;
  }
  #faq details[open] > summary::after {
    transform: rotateX(180deg);
  }
  #faq .details-content {
    background: #fff;
    color: #333;
    padding: 20px 20px 100px;
  }
  #faq .details[open] .details-summary::before,
  #faq .details[open] .details-content-inner {
    animation: fadeIn 0.5s forwards;
  }
  #faq .details[open] .details-summary-icon {
    transform: rotate(-90deg);
  }
}

#no-store-yet {
  background: #1E60D5;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
#no-store-yet h2 {
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
}
#no-store-yet p {
  text-align: center;
  max-width: 960px;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #no-store-yet {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #no-store-yet p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
  }
}