#manager {
  margin-bottom: 100px;
}
#manager .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: #454EE0;
  padding: 14px 40px 14px 20px;
  border-radius: 100px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#manager .title {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
#manager .contact {
  border-radius: 5px;
  border: 1px solid #FFF;
  color: #fff;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}
#manager .contact:hover {
  opacity: 0.8;
}
#manager .avatar {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  border: 1px solid #DFE5EB;
}
@media (max-width: 767px) {
  #manager {
    margin-bottom: 40px;
  }
  #manager .inner {
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 14px;
  }
  #manager .title {
    text-align: center;
  }
}

#watch-video {
  text-align: center;
  background: #1A1E25;
}
#watch-video .container {
  padding-bottom: 60px;
  padding-top: 16px;
}
#watch-video .logo {
  margin-bottom: 60px;
}
#watch-video h1 {
  margin: 0 auto 30px auto;
  color: #fff;
  max-width: 970px;
}
#watch-video .watch-iframe-wrapper {
  display: none;
}
#watch-video .info {
  color: #C9E2F0;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto 60px auto;
  max-width: 890px;
}
#watch-video .info2 {
  color: #FFF;
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 auto 30px auto;
  max-width: 890px;
}
#watch-video .info2 b {
  color: #FFE6AB;
  font-weight: 700;
}
#watch-video .watch {
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
}
#watch-video .watch:hover .w-btn {
  transform: scale(1.1);
}
#watch-video .watch .w-btn {
  position: absolute;
  content: url(../../img/pages/startup/watch.png);
  top: calc(50% - 57px);
  left: calc(50% - 57px);
  transition: all 0.4s;
}
#watch-video .back img {
  border-radius: 30px;
}
#watch-video .items {
  color: #C9E2F0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
#watch-video .items .item {
  padding-left: 30px;
  background: url(../../img/pages/startup/list.svg) no-repeat left center;
}
@media (max-width: 767px) {
  #watch-video .items {
    flex-direction: column;
    width: 210px;
    margin: 0 auto;
    text-align: left;
  }
  #watch-video .container.section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #watch-video .back img {
    border-radius: 12px;
  }
  #watch-video .info {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #watch-video .info2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
  }
  #watch-video .watch {
    margin-bottom: 30px;
  }
  #watch-video .watch .w-btn {
    width: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
}

#footer-mini {
  color: #4B5159;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #E4EDF8;
}

#faq a {
  color: #1971C2;
  text-decoration-line: underline;
}
#faq .container.section {
  padding-top: 100px;
}
#faq h2 {
  margin-bottom: 62px;
  max-width: 670px;
}
#faq .items {
  display: flex;
  flex-direction: column;
  max-width: 595px;
  margin: 0 auto;
  width: 100%;
}
#faq .item {
  cursor: pointer;
  border-bottom: 1px solid #DADADA;
}
#faq .item:last-child {
  border-bottom: unset;
}
#faq .item:hover .arrow {
  background-color: rgb(236.82, 236.82, 242.88);
}
#faq .open .description {
  display: block;
}
#faq .open .arrow {
  transform: rotate(180deg);
}
#faq .title {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq .title h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-left: 0;
  margin-bottom: 0;
}
#faq .arrow {
  width: 50px;
  height: 50px;
  background: #F6F6F9;
  background-size: 24px;
  border-radius: 10px;
  transition: 0.25s;
  margin-left: 15px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .arrow:hover {
  background-color: rgb(236.82, 236.82, 242.88);
}
#faq .description {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 18px;
  padding-right: 70px;
}
@media (max-width: 991px) {
  #faq .cols {
    flex-direction: column;
  }
  #faq .items:first-child {
    padding-right: 0 !important;
  }
  #faq .items:first-child .item:last-child {
    border-bottom: 1px solid #DADADA;
  }
}
@media (max-width: 767px) {
  #faq .container {
    padding-top: 60px !important;
  }
  #faq .title h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  #faq h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #faq .title {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
  }
  #faq .arrow {
    width: 42px;
    height: 42px;
  }
  #faq .description {
    line-height: 26px;
    padding-right: 0;
  }
}

#high-ticket {
  background: #1A1E25;
}
#high-ticket .container {
  padding-top: 0;
}
#high-ticket .items {
  display: flex;
  justify-content: center;
  gap: 32px;
}
#high-ticket .items .item {
  border-radius: 30px;
  border: 1px solid #434D5F;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
}
#high-ticket .items .type {
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 3.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FFF;
}
#high-ticket .items .description {
  color: #C9E2F0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
#high-ticket .items .price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 20px;
}
#high-ticket .items .price .info {
  color: #6A717B;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  width: 70px;
  text-align: left;
  padding-bottom: 3px;
}
#high-ticket .items .price .value {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #FFF;
}
#high-ticket .items .price .value span {
  position: relative;
  color: #C9E2F0;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  top: -14px;
  left: 3px;
}
#high-ticket .items .save {
  color: #C9E2F0;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 100px;
  background: #1A1E25;
  padding: 0 10px;
  margin-bottom: 30px;
  display: inline-block;
}
#high-ticket .items .wrapper-top {
  background: #252A32;
  padding: 50px 60px 30px 60px;
}
#high-ticket .items .wrapper-top.middle {
  background: #153E3B;
}
#high-ticket .items .wrapper-top.middle .save {
  background: #072C29;
}
#high-ticket .items .btn {
  min-width: auto;
  width: 100%;
}
#high-ticket .items .wrapper-bottom {
  background: #1A1E25;
  padding: 30px 60px 50px 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
#high-ticket .items .wrapper-bottom .list-item {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 40px;
  background: url(../../img/pages/startup/list.svg) no-repeat left center;
}
@media (max-width: 991px) {
  #high-ticket .items {
    flex-direction: column;
  }
  #high-ticket .items .wrapper-bottom,
  #high-ticket .items .wrapper-top {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@keyframes slidein {
  from {
    left: -1200px;
  }
  to {
    left: 800px;
  }
}
#gift {
  background: #F2F8FF;
}
#gift h2 {
  text-align: center;
  margin-bottom: 70px;
}
#gift .wrapper {
  background: url(../../img/pages/startup/coupon.svg) no-repeat center top;
  height: 325px;
  width: 920px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
}
#gift .line {
  position: absolute;
  top: -200px;
  height: 800px;
  background: linear-gradient(90deg, rgba(9, 9, 121, 0) 0%, rgb(255, 255, 255) 50%, rgba(9, 9, 121, 0) 100%);
  width: 200px;
  transition: 0.4s all;
  transform: rotate(45deg);
  opacity: 0.3;
  animation: 1s infinite alternate slidein;
}
#gift .row-1 {
  color: #FFF;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 6px;
  font-weight: 700;
}
#gift .row-1 span {
  font-size: 94px;
}
#gift .row-2 {
  color: #FFF;
  font-size: 37px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
#gift .use {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
#gift .use span {
  color: #1A1E25;
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
}
#gift .copy {
  color: #C9E2F0;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-left: 24px;
  background: url(../../img/pages/startup/copy.svg) no-repeat left center;
}
#gift .copy.clicked {
  background: url(../../img/pages/startup/check.svg) no-repeat left center;
}
@media (max-width: 950px) {
  #gift .wrapper {
    width: 100%;
    border-radius: 16px;
  }
  #gift h2 {
    margin-bottom: 40px;
  }
  #gift .row-1 {
    font-size: 30px;
    line-height: 40px;
  }
  #gift .row-1 span {
    font-size: 34px;
  }
  #gift .row-2 {
    font-size: 28px;
  }
  #gift .use {
    font-size: 15px;
  }
  #gift .use span {
    font-size: 22px;
  }
}

#choice {
  background: #F2F8FF;
}
#choice .container {
  padding-top: 0;
}
#choice h2 {
  margin-bottom: 20px;
  text-align: center;
}
#choice .title-info {
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 70px;
  text-align: center;
}
#choice .buy-now {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  border-radius: 7px;
  background: #FFB800;
  padding: 11px 20px;
}
#choice .products-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
#choice .products-block .item {
  display: flex;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
#choice .item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
  padding: 30px 25px;
  font-size: 15px;
  border-right: 2px dashed #6586A5;
  min-width: 52%;
}
#choice .item-content h3 {
  margin: 0;
}
#choice .item-content h3 .new, #choice .item-content .new-m {
  background: #1971C2;
  border-radius: 4px;
  padding: 2px 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  top: -5px;
  margin-left: 10px;
}
#choice .item-content h3 .hot, #choice .item-content .hot-m {
  background: #FF773C;
  border-radius: 4px;
  padding: 2px 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  top: -5px;
  margin-left: 10px;
}
#choice .item-content .new-m, #choice .item-content .hot-m {
  display: none;
}
#choice .item-content span {
  color: #4B5159;
}
#choice .item-content ul {
  color: #4B5159;
  padding-left: 15px;
  margin: 0;
}
#choice .item-price {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 30px;
  margin: 0 auto;
  min-width: 200px;
}
#choice .item-image {
  padding: 30px 25px 30px 30px;
  max-width: 36%;
}
#choice .item-image img {
  border-radius: 16px;
}
#choice .item-price .regular {
  display: flex;
  line-height: 42px;
  font-size: 24px;
  align-items: center;
  flex-direction: column;
}
#choice .item-price .regular div {
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
#choice .item-price .regular b {
  text-decoration-line: line-through;
  font-weight: 400;
}
#choice .item-price .offer {
  display: flex;
  padding: 5px 15px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #84D271;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
}
#choice .item-link {
  color: #1A1E25;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
#choice .item-link > span {
  text-decoration: underline;
}
#choice .item-link:hover a {
  color: #616470;
}
#choice .item-link:hover::after {
  content: url('data:image/svg+xml,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.94238 0.403688L10.6699 9.3949C10.8281 9.5531 10.9072 9.74646 10.9072 9.97498C10.9072 10.1859 10.8281 10.3793 10.6699 10.5551L1.94238 19.5463C1.78418 19.6869 1.59961 19.7572 1.38867 19.7572C1.17774 19.7572 0.993166 19.6781 0.834963 19.5199C0.67676 19.3617 0.597658 19.1771 0.597658 18.9662C0.597658 18.7553 0.67676 18.5707 0.834963 18.4125L9.06152 9.97498L0.834961 1.53748C0.676758 1.37927 0.597657 1.1947 0.597657 0.983766C0.597656 0.772829 0.676758 0.588258 0.834961 0.430055C0.993164 0.271852 1.17773 0.19275 1.38867 0.19275C1.59961 0.19275 1.78418 0.263063 1.94238 0.403688Z" fill="%23616470"/></svg>');
}
#choice .item-link::after {
  content: url('data:image/svg+xml,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.94238 0.403688L10.6699 9.3949C10.8281 9.5531 10.9072 9.74646 10.9072 9.97498C10.9072 10.1859 10.8281 10.3793 10.6699 10.5551L1.94238 19.5463C1.78418 19.6869 1.59961 19.7572 1.38867 19.7572C1.17774 19.7572 0.993166 19.6781 0.834963 19.5199C0.67676 19.3617 0.597658 19.1771 0.597658 18.9662C0.597658 18.7553 0.67676 18.5707 0.834963 18.4125L9.06152 9.97498L0.834961 1.53748C0.676758 1.37927 0.597657 1.1947 0.597657 0.983766C0.597656 0.772829 0.676758 0.588258 0.834961 0.430055C0.993164 0.271852 1.17773 0.19275 1.38867 0.19275C1.59961 0.19275 1.78418 0.263063 1.94238 0.403688Z" fill="%231A1E25"/></svg>');
  position: relative;
  top: 3px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #choice .products-block .item {
    flex-direction: column;
  }
  #choice .products-block {
    padding-bottom: 10px;
  }
  #choice .item-content {
    border-bottom: 2px dashed #6586A5;
    border-right: 0;
  }
  #choice .title-info {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #choice .item-image {
    max-width: 100%;
    padding: 20px 10px 0px 10px;
  }
  #choice .item-content h3 {
    font-size: 24px;
  }
  #choice .item-content h3 .new, #choice .item-content h3 .hot {
    display: none;
  }
  #choice .item-content .new-m, #choice .item-content .hot-m {
    display: inline-block;
  }
  #choice .mobile-hn {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 500px) {
  #choice .item-content {
    padding: 30px 10px;
  }
  #choice .products-block {
    margin-top: 22px;
  }
}