.owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: rgba(25, 113, 194, 0.2);
  transition: 0.2s;
}
.owl-carousel .owl-dots .owl-dot.active span {
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background: #1971C2;
}

#head {
  padding: 75px 0 0;
  background: #141E33;
}
#head .flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#head .content {
  max-width: 550px;
}
#head .content h1 {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
}
#head .content p {
  font-size: 23px;
  line-height: 1.4;
  color: #C9E2F0;
}
#head .content .actions {
  margin-top: 40px;
}
#head .content .actions .btn {
  width: 260px;
  max-width: 100%;
  font-size: 17px;
  padding: 12px 35px;
}
#head .preview .img-responsive {
  width: 515px;
}
@media (max-width: 991px) {
  #head {
    padding: 50px 0;
  }
  #head .content {
    max-width: 380px;
  }
  #head .content h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #head .content p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #head .flex {
    flex-flow: column;
  }
  #head .content {
    text-align: center;
  }
  #head .content .actions .btn {
    width: 290px;
    height: 60px;
    line-height: 35px;
  }
}

#main-featured {
  padding: 80px 0 0;
  background: #141E33;
}
#main-featured .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 40px 0;
  max-width: 1055px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#main-featured .featured-on {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #F6F6F9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #main-featured {
    padding: 0;
    margin-top: -1px;
  }
  #main-featured .wrapper {
    max-width: 290px;
  }
  #main-featured .wrapper img:nth-of-type(3),
  #main-featured .wrapper img:nth-of-type(4) {
    display: none;
  }
  #main-featured .wrapper img:not(:last-child) {
    margin-right: 16px;
    width: 100%;
    height: auto;
  }
  #main-featured .wrapper img:first-of-type {
    max-width: 78px;
  }
  #main-featured .wrapper img:nth-of-type(2) {
    max-width: 30px;
  }
  #main-featured .wrapper img:nth-of-type(5) {
    max-width: 48px;
  }
  #main-featured .wrapper img:nth-of-type(6) {
    max-width: 86px;
  }
  #main-featured .wrapper img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #main-featured .featured-on {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-right: 0;
  }
}

#all-need .head {
  text-align: center;
  margin-bottom: 60px;
}
#all-need .head h2 {
  font-weight: 500;
  font-size: 30px;
  color: #1A1E25;
  margin-bottom: 20px;
}
#all-need .head p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}
#all-need .list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
#all-need .item {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 40px 45px 30px;
  width: 370px;
  max-width: 100%;
  text-align: center;
}
#all-need .item svg, #all-need .item img {
  margin-bottom: 15px;
}
#all-need .item h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #464646;
  margin-bottom: 10px;
}
#all-need .item p {
  font-size: 14px;
  line-height: 1.3;
}
#all-need .actions {
  text-align: center;
  margin-top: 60px;
}
#all-need .actions .btn {
  width: 260px;
}
@media (max-width: 1280px) {
  #all-need .list {
    gap: 25px;
  }
}
@media (max-width: 991px) {
  #all-need {
    padding: 50px 0;
  }
  #all-need .head {
    margin-bottom: 40px;
  }
  #all-need .head h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #all-need .head p {
    font-size: 20px;
  }
  #all-need .item {
    padding: 30px;
  }
  #all-need .item h3 {
    font-size: 20px;
  }
  #all-need .actions {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #all-need .list {
    flex-flow: column;
  }
}

#faq {
  padding: 20px 0 100px;
}
#faq .flex {
  display: flex;
  flex-flow: row wrap;
  margin-left: -70px;
}
#faq .w-50\@md {
  width: 50%;
  padding-left: 70px;
}
#faq h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}
#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: #464646;
}
#faq details > summary::-webkit-details-marker {
  display: none;
}
#faq details > summary::after {
  content: "";
  background: no-repeat center/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.69727 4.6416H11.0586V6.52148H6.69727V11.4629H4.69922V6.52148H0.337891V4.6416H4.69922V0.0761719H6.69727V4.6416Z' fill='%23464646'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 11px;
  margin: 0 10px;
}
#faq details > summary + p {
  margin-top: 0;
}
#faq details p {
  margin: 15px 0;
  padding-right: 50px;
  padding-left: 25px;
}
#faq details p:last-of-type {
  margin-bottom: 20px;
}
#faq details[open] > summary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.19043 3.07715H0.0419922V0.865234H7.19043V3.07715Z' fill='%23464646'/%3E%3C/svg%3E%0A");
}
#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);
}
#faq .action {
  margin: 50px auto 0;
  text-align: center;
}
#faq .action a {
  text-decoration: underline;
  color: inherit;
}
@media (max-width: 991px) {
  #faq {
    padding: 0 0 50px;
  }
  #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: 18px;
    line-height: 21px;
  }
  #faq details > summary::after {
    background-color: #F6F6F9;
    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);
  }
}

#faq {
  padding: 0 0 80px;
}

.how-it-works-v1 h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  color: #464646;
  margin-bottom: 60px;
}
.how-it-works-v1 p {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #464646;
  max-width: 990px;
  margin: -40px auto 60px;
}
.how-it-works-v1 .cols {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 40px;
}
.how-it-works-v1 .cols-item {
  position: relative;
  width: 270px;
  max-width: 100%;
  text-align: center;
}
.how-it-works-v1 .cols-item:not(:last-child)::after {
  content: url(../../img/pages/custom-new/arrow.svg);
  position: absolute;
  top: 22px;
  right: calc(-50% + 50px);
}
.how-it-works-v1 .cols-item:not(:last-child):nth-child(even)::after {
  transform: rotateX(180deg);
}
.how-it-works-v1 .cols-item-label {
  font-weight: 700;
  font-size: 30px;
  line-height: 60px;
  width: 64px;
  margin: 0 auto 20px;
  border: 2px solid #F57F17;
  border-radius: 15px;
}
.how-it-works-v1 .cols-item-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #464646;
}
@media (max-width: 1200px) {
  .how-it-works-v1 .cols-item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .how-it-works-v1 {
    padding: 50px 0 !important;
  }
  .how-it-works-v1 h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .how-it-works-v1 p {
    margin-top: -20px;
  }
  .how-it-works-v1 .cols {
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto;
  }
  .how-it-works-v1 .cols-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: auto;
    text-align: left;
  }
  .how-it-works-v1 .cols-item-label {
    flex: 0 0 35px;
    font-size: 19px;
    line-height: 33px;
    border-width: 1px;
    border-radius: 10px;
    margin: 0 15px 0 0;
    text-align: center;
  }
}

.how-it-works-v1 {
  background: #F7F7F7;
}

#ai-store-list {
  padding: 100px 0;
  background-color: #fff;
  color: #4B5159;
}
#ai-store-list .head {
  text-align: center;
  margin-bottom: 60px;
}
#ai-store-list .head h2 {
  font-weight: 500;
  font-size: 30px;
  color: #1A1E25;
  margin-bottom: 20px;
}
#ai-store-list .head p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}
#ai-store-list .filter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #4B5159;
}
#ai-store-list .filter .total {
  flex: 1;
  margin-bottom: 20px;
}
#ai-store-list .filter .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
#ai-store-list .filter .selectric-wrapper {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}
#ai-store-list .filter .selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
#ai-store-list .filter .selectric-open {
  z-index: 9999;
}
#ai-store-list .filter .selectric-open .selectric-items {
  display: block;
}
#ai-store-list .filter .selectric-items {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
}
#ai-store-list .filter .selectric .label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  font-size: 15px;
  line-height: 1.3;
  color: #1A1E25;
  text-align: left;
  padding: 4px 25px 4px 0;
  font-weight: 400;
}
#ai-store-list .filter .selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  text-align: center;
  padding: 0;
  width: 27px;
  height: 27px;
  font-size: 0;
  color: #89929f;
  background-color: transparent;
}
#ai-store-list .filter .selectric .button:after {
  content: " ";
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #464646;
  border-bottom: 2px solid #464646;
  transform: rotate(45deg);
}
#ai-store-list .filter .selectric-open .selectric .button:after {
  transform: rotate(-135deg);
  top: 0;
}
#ai-store-list .filter .selectric-items .selectric-scroll {
  height: 100%;
  overflow-y: auto;
}
#ai-store-list .filter .selectric-items ul, #ai-store-list .filter .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
  color: #969594 !important;
}
#ai-store-list .filter .selectric-items li {
  padding: 8px;
  white-space: pre;
}
#ai-store-list .filter .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
#ai-store-list .filter .selectric-items li:hover {
  background: #D5D5D5;
}
#ai-store-list .filter .selectric-items li:hover {
  background-color: #eeeff0;
}
#ai-store-list .filter fieldset {
  position: relative;
  color: #4B5159;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#ai-store-list .filter fieldset label {
  font: inherit;
  margin: 0;
}
#ai-store-list .filter fieldset, #ai-store-list .filter fieldset select {
  font-size: 15px;
  line-height: 1.6;
}
#ai-store-list .list {
  display: flex;
  flex-flow: column;
  gap: 25px;
}
#ai-store-list .item {
  display: flex;
  flex-flow: row nowrap;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#ai-store-list .item-media {
  flex: 0 0 300px;
  padding: 25px 20px;
}
#ai-store-list .item-content {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 25px 40px 10px 10px;
  font-size: 17px;
  line-height: 1.5;
  color: #464646;
}
#ai-store-list .item-content-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 22px;
  margin-bottom: 20px;
}
#ai-store-list .item-content-head h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}
#ai-store-list .item-content-head h3 a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #464646;
}
#ai-store-list .item-content-head h3 a::after {
  content: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.37032 3.20361H3.25921C2.71895 3.20361 2.20082 3.41823 1.8188 3.80025C1.43678 4.18227 1.22217 4.70039 1.22217 5.24065V15.4258C1.22217 15.9661 1.43678 16.4842 1.8188 16.8662C2.20082 17.2483 2.71895 17.4629 3.25921 17.4629H13.4444C13.9846 17.4629 14.5028 17.2483 14.8848 16.8662C15.2668 16.4842 15.4814 15.9661 15.4814 15.4258V9.31472' stroke='%23464646' stroke-width='1.42361' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.35205 10.3332L17.5187 1.1665' stroke='%23464646' stroke-width='1.42361' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4258 1.1665H17.5184V6.2591' stroke='%23464646' stroke-width='1.42361' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#ai-store-list .item-content-head .tag-dropshipping,
#ai-store-list .item-content-head .tag-dropshipping-us-warehouse,
#ai-store-list .item-content-head .tag-print-on-demand-best-sellers,
#ai-store-list .item-content-head .tag-print-on-demand-unique {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #3CD555;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px 1px;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}
#ai-store-list .item-content-head .tag-dropshipping::before,
#ai-store-list .item-content-head .tag-dropshipping-us-warehouse::before,
#ai-store-list .item-content-head .tag-print-on-demand-best-sellers::before,
#ai-store-list .item-content-head .tag-print-on-demand-unique::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7368 7.26305L8.47363 4.10516L13.7368 0.947266L18.9999 4.10516V9.89463L13.7368 13.0525V7.26305Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.47363 4.10522V9.8947L13.7368 13.0526' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.7368 7.31032L19 4.12085' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.26316 3.57886H1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.26336 6.73682H3.10547' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.26308 9.89453H5.21045' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#ai-store-list .item-content-head .tag-dropshipping {
  background-color: #FFB800;
}
#ai-store-list .item-content-head .tag-dropshipping::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.625 9.25C2.625 9.68098 2.7962 10.0943 3.10095 10.399C3.4057 10.7038 3.81902 10.875 4.25 10.875C4.68098 10.875 5.0943 10.7038 5.39905 10.399C5.70379 10.0943 5.875 9.68098 5.875 9.25C5.875 8.81902 5.70379 8.4057 5.39905 8.10095C5.0943 7.79621 4.68098 7.625 4.25 7.625C3.81902 7.625 3.4057 7.79621 3.10095 8.10095C2.7962 8.4057 2.625 8.81902 2.625 9.25Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.125 9.25C9.125 9.68098 9.29621 10.0943 9.60095 10.399C9.9057 10.7038 10.319 10.875 10.75 10.875C11.181 10.875 11.5943 10.7038 11.899 10.399C12.2038 10.0943 12.375 9.68098 12.375 9.25C12.375 8.81902 12.2038 8.4057 11.899 8.10095C11.5943 7.79621 11.181 7.625 10.75 7.625C10.319 7.625 9.9057 7.79621 9.60095 8.10095C9.29621 8.4057 9.125 8.81902 9.125 9.25Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.05263 9.25H1.68421V6.54167M1 1.125H8.52632V9.25M5.78947 9.25H9.89474M12.6316 9.25H14V5.1875M14 5.1875H8.52632M14 5.1875L11.9474 1.80208H8.52632' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.375H4.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#ai-store-list .item-content-head .tag-print-on-demand-best-sellers {
  background-color: #40A1FA;
}
#ai-store-list .item-content-head .tag-print-on-demand-best-sellers::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.16667 1.68799H11.8333L14 5.2991L7.86111 12.1602C7.81404 12.2083 7.75785 12.2464 7.69585 12.2725C7.63384 12.2985 7.56726 12.312 7.5 12.312C7.43274 12.312 7.36616 12.2985 7.30415 12.2725C7.24214 12.2464 7.18596 12.2083 7.13889 12.1602L1 5.2991L3.16667 1.68799Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.05577 6.74397L4.61133 5.15508L5.04466 4.43286' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#ai-store-list .item-content-head .tag-print-on-demand-unique {
  background-color: #A975FF;
}
#ai-store-list .item-content-head .tag-print-on-demand-unique::before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.43469 4.89119C2.44037 5.91017 2.61635 6.61409 2.69298 7.55927C1.50654 7.15338 1.57466 4.90823 1.45829 4.67548C1.26244 4.72941 1.42423 4.62155 1.26812 4.80321L0.856552 5.45036C-1.31765 9.20269 0.873583 13.4972 4.88137 13.5C7.60338 13.5028 9.76622 11.3882 9.76622 8.56406C9.76622 6.42108 8.65074 5.26586 7.5239 4.41151C6.60711 3.71327 5.53136 3.06044 5.27023 1.89103C5.15953 1.40567 5.34403 0.528607 5.33835 0.511577C5.32984 0.5059 5.31281 0.494547 5.30997 0.503062H5.21914C4.79338 0.608082 3.66938 1.6299 3.32878 2.0812C2.80084 2.77944 2.42901 3.75868 2.43469 4.89119Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.53955 10.8518C2.65592 11.1158 3.21225 11.5274 3.51879 11.6863C6.0932 13.0317 8.98835 10.4374 7.92112 7.73813C7.60606 6.93487 6.7062 6.12283 5.96547 5.92725C6.20835 6.97211 6.70913 8.5641 5.87181 9.75622C4.75916 11.3372 3.0533 10.7014 2.53955 10.8518Z' fill='%23A975FF'/%3E%3C/svg%3E%0A");
}
#ai-store-list .item-content-more {
  display: none;
  text-align: center;
  font-size: 14px;
  color: #3E76B0;
  margin-bottom: 20px;
}
#ai-store-list .item-content-more a {
  display: inline-block;
  background: no-repeat left center/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2.00001' height='14' transform='matrix(-3.15319e-07 1 1 -3.5903e-07 0 6.09766)' fill='%233E76B0'/%3E%3Crect x='6' y='0.0976562' width='1.99999' height='14' fill='%233E76B0'/%3E%3C/svg%3E%0A");
  color: inherit;
  padding-left: 20px;
}
#ai-store-list .item-content-meta {
  display: flex;
  flex-flow: row wrap;
  gap: 5px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #969594;
}
#ai-store-list .item-content-meta span span {
  color: #464646;
}
#ai-store-list .item-actions {
  flex: 0 0 280px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #FBFBFB;
  font-size: 14px;
  padding: 20px 40px;
}
#ai-store-list .item-actions .btn {
  width: 100%;
  margin-top: 10px;
}
#ai-store-list .item-actions-price {
  font-size: 17px;
  line-height: 1.2;
}
#ai-store-list .item-actions-price b {
  font-weight: 500;
  font-size: 22px;
  color: #464646;
}
#ai-store-list .item-actions-interest {
  border: 1px solid #E8EDEF;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: #464646;
}
#ai-store-list .item-actions-interest::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 8.8457C15.5 12.9883 12.1413 16.3457 8 16.3457C3.85669 16.3457 0.5 12.9884 0.5 8.8457C0.5 4.70303 3.85669 1.3457 8 1.3457C12.1413 1.3457 15.5 4.70312 15.5 8.8457Z' stroke='%23464646' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.95312 6.79206C3.95312 6.15689 4.09177 5.68616 4.36905 5.37986C4.64955 5.07356 5.0284 4.92041 5.50558 4.92041C5.99888 4.92041 6.38418 5.07356 6.66146 5.37986C6.94196 5.68293 7.08222 6.15367 7.08222 6.79206C7.08222 7.42723 6.94196 7.89796 6.66146 8.20426C6.38418 8.51056 6.00694 8.66371 5.52976 8.66371C5.03646 8.66371 4.64955 8.51218 4.36905 8.2091C4.09177 7.9028 3.95312 7.43045 3.95312 6.79206ZM5.01228 6.78239C5.01228 7.24345 5.06548 7.55297 5.17188 7.71096C5.25248 7.82703 5.36372 7.88507 5.50558 7.88507C5.65067 7.88507 5.76352 7.82703 5.84412 7.71096C5.9473 7.55297 5.99888 7.24345 5.99888 6.78239C5.99888 6.32133 5.9473 6.01342 5.84412 5.85865C5.76352 5.73936 5.65067 5.67971 5.50558 5.67971C5.36372 5.67971 5.25248 5.73775 5.17188 5.85382C5.06548 6.0118 5.01228 6.32133 5.01228 6.78239ZM6.54055 12.4022H5.5346L9.31176 4.92041H10.2887L6.54055 12.4022ZM8.73624 10.5402C8.73624 9.90503 8.87488 9.4343 9.15216 9.128C9.43266 8.8217 9.81473 8.66855 10.2984 8.66855C10.7852 8.66855 11.1673 8.8217 11.4446 9.128C11.7251 9.4343 11.8653 9.90503 11.8653 10.5402C11.8653 11.1786 11.7251 11.6509 11.4446 11.9572C11.1673 12.2635 10.7901 12.4167 10.3129 12.4167C9.81957 12.4167 9.43266 12.2635 9.15216 11.9572C8.87488 11.6509 8.73624 11.1786 8.73624 10.5402ZM9.79539 10.5354C9.79539 10.9964 9.84859 11.3043 9.95499 11.4591C10.0356 11.5784 10.1468 11.638 10.2887 11.638C10.4338 11.638 10.545 11.58 10.6224 11.4639C10.7288 11.306 10.782 10.9964 10.782 10.5354C10.782 10.0743 10.7304 9.76478 10.6272 9.60679C10.5466 9.49072 10.4338 9.43269 10.2887 9.43269C10.1436 9.43269 10.0324 9.49072 9.95499 9.60679C9.84859 9.76478 9.79539 10.0743 9.79539 10.5354Z' fill='%23464646'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
}
#ai-store-list .item.active .item-content-more a {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='3' viewBox='0 0 14 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2.00001' height='14' transform='matrix(-3.15319e-07 1 1 -3.5903e-07 0 0.0976562)' fill='%233E76B0'/%3E%3C/svg%3E%0A");
}
#ai-store-list .action {
  text-align: center;
}
#ai-store-list .action .btn {
  margin-top: 25px;
}
@media (max-width: 1280px) {
  #ai-store-list .item-content-head, #ai-store-list .item-content-meta {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #ai-store-list {
    padding: 50px 0;
  }
  #ai-store-list .head {
    margin-bottom: 40px;
  }
  #ai-store-list .head h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #ai-store-list .head p {
    font-size: 20px;
  }
  #ai-store-list .filter {
    display: none;
  }
  #ai-store-list .list {
    flex-flow: column;
    align-items: center;
    gap: 20px;
  }
  #ai-store-list .item {
    flex-flow: column;
    width: 100%;
    max-width: 390px;
    box-shadow: 0px 4px 15px rgba(26, 70, 112, 0.15);
    border-radius: 15px;
  }
  #ai-store-list .item:not(.active) .item-content-more-content {
    display: none;
  }
  #ai-store-list .item-media {
    padding: 18px 18px 0;
  }
  #ai-store-list .item-content {
    padding: 20px;
  }
  #ai-store-list .item-content-head {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
  }
  #ai-store-list .item-content-more {
    display: block;
  }
  #ai-store-list .item-content-meta {
    flex-flow: column;
    font-size: 15px;
  }
  #ai-store-list .item-content-meta > span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  #ai-store-list .item-content-meta > span > span {
    flex: 1;
    text-align: right;
  }
  #ai-store-list .item-content p {
    font-size: 15px;
  }
  #ai-store-list .item-actions {
    flex: 0;
    padding: 25px;
  }
  #ai-store-list .item-actions .btn {
    width: 200px;
  }
  #ai-store-list .action .btn {
    margin-top: 20px;
  }
}
#why-buy {
  background: #464646;
  color: #fff;
}
#why-buy h2 {
  color: inherit;
  text-align: center;
  margin: 0 auto 60px;
}
#why-buy .list {
  display: flex;
  flex-flow: row nowrap;
  gap: 45px;
}
#why-buy .item {
  background: #414141;
  border: 2px solid #4B4B4B;
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  border-radius: 5px;
  padding: 42px 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: #C9E2F0;
}
#why-buy .item h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  #why-buy .list {
    gap: 25px;
  }
}
@media (max-width: 991px) {
  #why-buy {
    padding: 50px 0;
  }
  #why-buy h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #why-buy .item {
    padding: 30px;
  }
  #why-buy .item h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #why-buy .list {
    flex-flow: column;
    gap: 20px;
  }
}

#awards {
  padding: 100px 0;
  background: #F6F6F9;
  text-align: center;
}
#awards .head {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 23px;
  line-height: 1.3;
  color: #000;
}
#awards .head h2 {
  margin-bottom: 20px;
}
#awards .items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: -20px;
}
#awards .items img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #awards {
    padding: 50px 0;
  }
  #awards .head {
    font-size: 19px;
    margin-bottom: 40px;
  }
  #awards .head h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #awards .items img {
    width: 45%;
  }
}

.journal {
  padding: 0 !important;
  background: #223E72;
  color: #C9E2F0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.journal-item {
  width: 50%;
  padding: 80px 0;
  text-align: center;
}
.journal-item h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 20px;
  color: #FFFFFF;
}
.journal-item p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
}
.journal-item img {
  display: block;
  margin: 50px auto 0;
}
.journal-item-inner {
  max-width: 490px;
  margin: 0 100px 0 auto;
}
.journal-item:nth-child(even) {
  background: #464646;
}
.journal-item:nth-child(even) img {
  margin-top: 40px;
}
.journal-item:nth-child(even) .journal-item-inner {
  margin: 0 auto 0 100px;
}
@media (max-width: 991px) {
  .journal {
    flex-flow: column;
  }
  .journal-item {
    width: 100%;
    padding: 60px 0;
    font-size: 19px;
    line-height: 26px;
  }
  .journal-item h2 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .journal-item img {
    display: block;
    margin: 40px auto 0;
  }
  .journal-item-inner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .journal-item:nth-child(even) img {
    margin-top: 40px;
  }
  .journal-item:nth-child(even) .journal-item-inner {
    margin: 0 auto;
  }
}

.subscribe-v1 {
  padding: 70px 0 0 !important;
  background: linear-gradient(180deg, #25569F 0%, #3072B6 100%);
  color: #fff;
  text-align: center;
}
.subscribe-v1 h2 {
  color: white !important;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 17px;
}
.subscribe-v1 .content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.subscribe-v1 .content .left {
  width: 100%;
  max-width: 460px;
  margin: 0 50px 75px;
}
.subscribe-v1 .content .right img {
  width: 600px;
}
.subscribe-v1 option {
  background: #225088;
}
.subscribe-v1 #contact-form .close {
  display: none;
}
.subscribe-v1 #contact-form .modal-content {
  background: unset;
  box-shadow: unset;
  border: unset;
}
.subscribe-v1 #contact-form .modal-body {
  padding: unset;
  margin-top: 25px;
}
.subscribe-v1 .get-started {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.subscribe-v1 .phone-group .code {
  color: white;
  border: unset;
  background: rgba(0, 0, 0, 0.2) url(../../img/main/arrow-w-b-90.svg) no-repeat center right 12px;
}
.subscribe-v1 input {
  border: unset;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
.subscribe-v1 .store-form .btn {
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}
.subscribe-v1 input::-moz-placeholder {
  color: white;
}
.subscribe-v1 input::placeholder {
  color: white;
}
.subscribe-v1 .fb-messenger {
  text-align: center;
  margin-top: 20px;
}
.subscribe-v1 .success-message {
  display: none;
}
.subscribe-v1 textarea.form-control {
  border: unset;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
.subscribe-v1 .phone-group {
  justify-content: unset;
}
.subscribe-v1 .form-group input {
  height: unset;
  padding: 12px 14px 14px 14px;
}
@media (max-width: 991px) {
  .subscribe-v1 {
    padding: 50px 0 0 !important;
  }
  .subscribe-v1 h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .subscribe-v1 .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .subscribe-v1 .content .left {
    margin: 0 auto 40px;
  }
  .subscribe-v1 .content .right {
    max-width: 390px;
  }
}
@media (max-width: 767px) {
  .subscribe-v1 .content .left {
    margin-bottom: 50px;
  }
}

#ready-start {
  padding: 35px 0 40px;
  background: #1A1E25;
}
#ready-start .content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  /*&:after {
  	background: radial-gradient(41.35% 55.48% at 46.92% 21.08%, #1971C2 0%, rgba(25, 113, 194, 0) 100%);
  	opacity: 0.2;
  	content: '';
  	position: absolute;
  	width: 800px;
  	height: 800px;
  	top: 0;
  	right: 0;
  	z-index: 0;
  }*/
}
#ready-start .media {
  margin-right: 15px;
}
#ready-start .text {
  max-width: 480px;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
#ready-start .text h2 {
  margin-bottom: 30px;
  color: inherit;
}
#ready-start .text .action {
  margin-top: 50px;
}
#ready-start .text .action .btn {
  width: 260px;
}
@media (max-width: 600px) {
  #ready-start .text .action .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #ready-start {
    padding: 50px 0;
  }
  #ready-start .content {
    flex-direction: column;
    gap: 25px;
    padding: 0;
  }
  #ready-start .text {
    margin: 0 auto;
    font-size: 20px;
  }
  #ready-start .text h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #ready-start .text .action {
    margin-top: 40px;
  }
  #ready-start .media img {
    width: 420px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  #ready-start .text .info {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 50px;
  }
  #ready-start .text .plan {
    color: #D3D5E4;
  }
}

#ready-start {
  background-color: #464646;
}

#video-reviews {
  padding-bottom: 30px;
}
#video-reviews .items {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}
#video-reviews h2 {
  margin-bottom: 50px;
  text-align: center;
}
#video-reviews .owl-nav .owl-next {
  right: -90px;
}
#video-reviews .owl-nav .owl-prev {
  left: -90px;
}
#video-reviews .owl-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: 0;
}
#video-reviews iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
#video-reviews .info {
  margin-top: 25px;
  padding: 30px;
  background: #F7F7F7;
}
#video-reviews .info img {
  width: auto;
  margin-bottom: 10px;
}
#video-reviews .info .text {
  font-weight: normal;
  font-size: 17px;
  line-height: 160%;
  margin-bottom: 19px;
}
#video-reviews .info .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
#video-reviews .info .name span {
  font-weight: 300;
}
#video-reviews .owl-carousel .owl-nav .owl-next,
#video-reviews .owl-carousel .owl-nav .owl-prev {
  background: url(../../img/main/slider-arrow.svg) no-repeat center center transparent;
  background-size: cover;
  font-size: 0;
  width: 45px;
  height: 45px;
  top: calc(50% - 22px);
  position: absolute;
}
#video-reviews .owl-carousel .owl-nav .owl-next {
  right: -95px;
}
#video-reviews .owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  left: -95px;
}
#video-reviews .owl-carousel .owl-nav > *:hover {
  opacity: 0.5;
}
@media (max-width: 1280px) {
  #video-reviews .info {
    min-height: auto;
  }
  #video-reviews .owl-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  #video-reviews h2 {
    margin-bottom: 30px;
  }
  #video-reviews .info {
    padding: 20px;
    margin-top: 15px;
  }
  #video-reviews .owl-carousel .owl-dots {
    margin-top: 10px;
  }
  #video-reviews .owl-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
  }
}

#independence {
  background: #EFEFF4;
}
#independence h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #464646;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}
#independence .best-rated-label {
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #464646;
  text-align: center;
  margin-bottom: 30px;
}
#independence .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1095px;
  margin: 0 auto;
}
#independence .items .item {
  max-width: 287px;
}
#independence .items .item:nth-child(2) {
  max-width: 301px;
}
#independence .items .logo {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#independence .items .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 11px;
}
#independence .items .rate {
  padding-left: 13px;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
}
#independence .items .rate span {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #4B5159;
}
#independence .items .based-on-reviews {
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #4B5159;
  text-align: center;
}
#independence .items .our-customers-trustpilot {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 9px;
}
#independence .owl-carousel {
  display: block;
}
#independence .owl-item {
  display: flex;
  justify-content: center;
}
#independence .owl-nav {
  display: none;
}
@media (max-width: 991px) {
  #independence {
    padding: 50px 0;
  }
  #independence h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  #independence .best-rated-label {
    margin-bottom: 20px;
    color: #959595;
  }
  #independence .items .item {
    max-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #independence .owl-item {
    height: 183px;
  }
  #independence .row {
    justify-content: center;
  }
  #independence .logo {
    margin-bottom: 8px;
  }
  #independence .our-customers-trustpilot {
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #independence h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #independence .items .item {
    max-width: unset;
  }
}

#independence {
  background: transparent;
}
#independence h2 {
  max-width: 490px;
}
#independence h2 b {
  display: block;
}

#personal-support {
  padding: 100px 0 85px;
}
#personal-support .container {
  overflow: hidden;
  padding-bottom: 15px;
}
#personal-support .owl-carousel .owl-stage-outer {
  overflow: unset;
}
#personal-support h2 {
  text-align: center;
  margin: 0 auto 70px;
  max-width: 900px;
}
#personal-support .item {
  width: 390px;
  max-width: 100%;
  background: #FFF;
  box-shadow: 0px 4px 15px rgba(26, 70, 112, 0.1);
  border-radius: 15px;
  margin: 0 auto;
}
#personal-support .item img {
  position: relative;
  top: -15px;
  max-width: 100%;
  height: auto;
}
#personal-support .item .inner {
  padding: 25px 40px 40px;
  text-align: center;
}
#personal-support .item .title {
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 10px;
}
#personal-support .item .info {
  color: #000;
}
@media (max-width: 991px) {
  #personal-support {
    padding: 50px 0 35px;
  }
  #personal-support h2 {
    margin-bottom: 40px;
  }
  #personal-support .item .inner {
    padding: 40px 25px;
  }
}
@media (max-width: 600px) {
  #personal-support .inner .title {
    font-size: 19px;
    line-height: 26px;
  }
  #personal-support .inner .info {
    line-height: 26px;
  }
}