#hello-bar.hello {
  background: linear-gradient(-45deg, #FF876B, #FF9B41, #FFBD28, #FF8845);
  text-decoration: underline;
}
#hello-bar.hello:before {
  content: "Special Offer";
  color: #fff;
  background: #1A1E25;
  border-radius: 100px;
  padding: 4px 10px;
  margin-right: 15px;
  text-align: center;
}

#top-menu.white-links .level-1 > li:before {
  background: #fff;
}

#top-menu.white-links {
  background: transparent;
}

@media (max-width: 1000px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}
@media (max-width: 1000px) {
  .show-mobile {
    display: inline-block !important;
    width: 100%;
  } 
}

section .container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}
section .container.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
section .container .owl-carousel button.owl-dot {
  width: 20px;
  height: 5px;
  background: #1971C2;
  opacity: 0.2;
  border-radius: 100px;
}
section .container .owl-carousel button.owl-dot.active {
  opacity: 1;
  width: 50px;
}
@media (max-width: 1290px) {
  section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  section .container {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: unset;
  }
}

.btn-anim-orange {
  width: 360px;
  padding: 15px 15px 18px 15px;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  background: #FFB200;
  border: solid 1px #FFB200;
}
.btn-anim-orange:hover {
  border: solid 1px #1A1E25;
  background: transparent;
  color: #1A1E25;
}
@media (max-width: 1000px) {
  .btn-anim-orange {
    width: 360px;
    font-size: 18px;
  }
}
@media (max-width: 389px) {
  .btn-anim-orange {
    width: 290px;
  }
}

.btn-anim-orange-white {
  width: 360px;
  padding: 15px 15px 18px 15px;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  background: #FFB200;
  border: solid 1px #FFB200;
}
.btn-anim-orange-white:hover {
  border: solid 1px #FFF;
  background: transparent;
  color: #FFF;
}
@media (max-width: 1000px) {
  .btn-anim-orange-white {
    width: 360px;
    font-size: 18px;
  }
}
@media (max-width: 389px) {
  .btn-anim-orange-white {
    width: 290px;
  }
}

.btn-white {
  width: 360px;
  padding: 15px 15px 18px 15px;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  background: transparent;
  border: 1px solid #fff;
  margin-top: 40px;
}
.btn-white:hover {
  background: transparent;
  border: 1px solid #FFB200;
  color: #FFB200;
}
@media (max-width: 1000px) {
  .btn-white {
    width: 360px;
    font-size: 18px;
  }
}
@media (max-width: 389px) {
  .btn-white {
    width: 290px;
  }
}

.btn-anim-black {
  width: 360px;
  padding: 15px 15px 18px 15px;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  background: #1A1E25;
  border: solid 1px #1A1E25;
}
.btn-anim-black:hover {
  border: solid 1px #FFF;
  background: transparent;
  color: #FFF;
}
@media (max-width: 1000px) {
  .btn-anim-black {
    width: 360px;
    font-size: 18px;
  }
}
@media (max-width: 389px) {
  .btn-anim-black {
    width: 290px;
  }
}

.after-btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-top: 15px;
}

.bonus {
  border-radius: 23px;
  background: #1A1E25;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  width: 138px;
  text-align: center;
}

.bonus-orange {
  border-radius: 23px;
  background: #FFB200;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  width: 138px;
  text-align: center;
}

#head {
  background: url("../../img/pages/free-online-store-plus-instagram-and-tiktok-store/header_bg.webp");
  color: #FFF;
  margin-top: -75px;
  padding-top: 55px;
  background-size: cover;
  background-position: center;
}
#head h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 30px;
}
#head .info {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}
#head .container {
  position: relative;
  overflow: visible;
  padding-top: 40px;
}
#head .blink-coupon {
  position: relative;
  display: inline-block;
}
#head .blink-coupon .coupon-over {
  position: absolute;
  width: 360px;
  height: 125px;
  top: 30px;
  background: linear-gradient(-43deg, transparent 40.55%, rgba(255, 255, 255, 0.6) 47.07%, rgba(255, 255, 255, 0.6901960784) 40.94%, transparent 50.45%, transparent 52.45%);
  animation: gradient 8s ease infinite;
  background-size: 300% !important;
}
@media (max-width: 1000px) {
  #head .blink-coupon .coupon-over {
    left: calc(50% - 180px);
    top: 20px;
  }
}
@media (max-width: 360px) {
  #head .blink-coupon .coupon-over {
    width: 100%;
    left: 0;
  }
}
#head .left {
  width: 42%;
}
#head .left picture img {
  margin: 30px 0 30px 0;
  cursor: pointer;
}
#head .left .link {
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  margin-left: 30px;
  margin-top: 15px;
  background: url(../../img/main/play-w.svg) no-repeat left center;
  padding-left: 40px;
}
#head .right {
  min-width: 50%;
  width: 58%;
  transform: translate(180px, 0px);
  display: flex;
  background-size: contain;
  background-position: center;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  padding-top: 0px;
}
#head .right .over {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  background: url(../../img/pages/start-dropshipping-business-free/play.svg) center center no-repeat;
}
#head .right .over:hover {
  animation-delay: 0.25s;
  animation: anm1 0.3s ease forwards;
}
#head .right video {
  height: 460px;
  max-width: none;
  border-radius: 26px;
}
@media (max-width: 1750px) {
  #head .right {
    min-width: 50%;
    transform: translate(65px, 0px);
  }
}
@media (max-width: 1441px) {
  #head {
    background: url("../../img/pages/free-online-store-plus-instagram-and-tiktok-store/header_1100_bg.webp");
    background-position: center;
    background-size: cover;
  }
  #head .right {
    min-width: 50%;
    transform: translate(0px, 0px);
    padding-top: 0;
    padding-bottom: 0;
    background-size: contain;
  }
  #head .right video {
    height: auto;
  }
  #head .left {
    width: 49%;
  }
}
@media (max-width: 1000px) {
  #head {
    background: url("../../img/pages/free-online-store-plus-instagram-and-tiktok-store/header_bg-m.webp");
    background-size: cover;
    margin-top: -75px;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  #head .show-mobile {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #head .show-mobile video {
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #head .show-mobile img {
    margin: 20px auto 15px auto !important;
    display: block;
  }
  #head h1 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;
  }
  #head .container {
    flex-direction: column;
    padding-top: 25px;
  }
  #head .info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  #head .left {
    width: 100%;
  }
  #head .left div {
    text-align: center;
  }
  #head .left .btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #head .left .link {
    order: 2;
    margin-left: 0;
    margin-top: 30px;
  }
  #head .left .show-mobile img {
    max-width: 290px;
  }
  #head .right {
    display: none;
    margin: 0 auto;
    background-size: cover;
    padding-top: 100px;
    width: 100%;
    padding-bottom: 100px;
    margin-top: 30px;
  }
  #head .right .over {
    display: none;
  }
}

#how-it-works {
  background: #EEF7FF;
}
#how-it-works .gears {
  text-align: center;
  width: 105px;
  height: 105px;
  margin: 0 auto 15px auto;
}
#how-it-works .container {
  flex-direction: column;
}
#how-it-works .container h2 {
  margin: 0 auto 15px auto;
}
#how-it-works .container .after-title {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px auto;
}
#how-it-works .container .steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#how-it-works .container .steps .step {
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  border-radius: 48px;
  border: 2px #E2EBF6;
  background: #FFF;
  width: 31%;
}
#how-it-works .container .steps .step:hover {
  box-shadow: 0px 20px 46.4px 0px rgba(0, 0, 0, 0.15);
}
#how-it-works .container .steps .step .step-top {
  color: #298cff;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  border-radius: 112px;
  background: #eef7ff;
  padding: 10px 0;
  width: 200px;
  margin: 0 auto;
}
#how-it-works .container .steps .step .step-top svg {
  position: relative;
  top: 2px;
  margin-right: 0;
  height: 20px;
  width: 20px;
}
#how-it-works .container .steps .step h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
#how-it-works .container .steps .step p {
  margin: 0;
  font-size: 15px;
  color: #4B5159;
  font-weight: 400;
  line-height: 24px;
}
#how-it-works .container .btn-anim-orange {
  margin: 40px auto 0 auto;
}
@media (max-width: 1000px) {
  #how-it-works h2 {
    font-size: 26px;
    line-height: 38px;
  }
  #how-it-works .container .after-title {
    font-size: 16px;
    line-height: 24px;
  }
  #how-it-works .container .steps {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #how-it-works .container .steps .step {
    width: 100%;
    margin-bottom: 30px;
    padding: 40px 20px;
  }
  #how-it-works .container .steps .step h4 {
    font-size: 19px;
    line-height: 26px;
  }
  #how-it-works .container .btn-anim-orange {
    margin-top: 10px;
    padding: 15px 10px 18px 10px;
  }
}

#bonus-block {
  background: url("../../img/pages/free-online-store-plus-instagram-and-tiktok-store/bonus_bg.webp");
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#bonus-block h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #1A1E25;
}
#bonus-block .after-title {
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  color: #1A1E25;
}
#bonus-block .price {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 0 16px;
  border-radius: 100px;
  margin-top: 30px;
}
#bonus-block .price span {
  font-weight: 700;
  line-height: 32px;
  text-decoration-line: line-through;
  font-size: 23px;
  text-decoration-thickness: 2px;
}
#bonus-block ul {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
#bonus-block ul li {
  list-style: none;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#bonus-block ul li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="28" viewBox="0 0 25 28" fill="none"><path d="M2.77734 13.7015L9.48232 20.4065L22.2218 7.66699" stroke="white" stroke-width="2.77778" stroke-linecap="round"/></svg>');
  position: relative;
  top: 6px;
  margin-right: 10px;
}
#bonus-block .left {
  max-width: 626px;
}
#bonus-block .left svg {
  transform: translate(0px, 22px);
}
#bonus-block .right {
  background: url("../../img/pages/free-online-store-plus-instagram-and-tiktok-store/bonus-right.webp");
  min-width: 50%;
  position: absolute;
  height: 100%;
  background-size: 65%;
  right: 0;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 1750px) {
  #bonus-block .right {
    background-size: contain;
    background-position: center;
    height: 85%;
  }
}
@media (max-width: 1000px) {
  #bonus-block .container {
    flex-direction: column;
    text-align: center;
  }
  #bonus-block ul {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #bonus-block ul li {
    font-weight: 400;
  }
  #bonus-block .left {
    max-width: 100%;
    padding-left: 0;
  }
  #bonus-block .left .bonus {
    margin-left: auto;
    margin-right: auto;
  }
  #bonus-block .left h2 {
    font-size: 32px;
    line-height: 42px;
  }
  #bonus-block .left h2 svg {
    height: 43px;
    margin-left: -10px;
    margin-right: -10px;
    transform: translate(0px, 20px);
  }
  #bonus-block .left .after-title {
    font-size: 19px;
    line-height: 26px;
  }
  #bonus-block .left .price {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #bonus-block .left .price span {
    font-size: 19px;
  }
  #bonus-block .right {
    display: none;
  }
  #bonus-block .after-title, #bonus-block .price {
    display: none;
  }
}
@media (max-width: 680px) {
  #bonus-block {
    background: url("../../img/pages/free-online-store-plus-instagram-and-tiktok-store/bonus-bg-m.webp");
    background-size: cover;
  }
  #bonus-block ul li {
    text-align: left;
    position: relative;
    padding-left: 35px;
  }
  #bonus-block ul li:before {
    position: absolute;
    top: -3px;
    left: 0;
  }
}

#why-new .why-items {
  display: flex;
  gap: 100px;
}
#why-new .why-items.owl-carousel.off {
  display: flex;
  flex-direction: row;
}
#why-new .why-items.owl-carousel {
  flex-direction: column;
}
#why-new .why-items .why-title {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
#why-new .why-items svg {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: text-top;
}
#why-new .why-items .why-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  #why-new .why-items {
    gap: 0;
    text-align: center;
  }
}

#what-do h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
#what-do .after-title {
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px auto;
}
#what-do .container {
  flex-direction: column;
}
#what-do .container .what-blocks {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
  margin-bottom: 40px;
}
#what-do .container .what-blocks .what-block {
  max-width: 30%;
  padding: 30px;
  border-radius: 48px;
  border: 2px solid #E2EBF6;
  text-align: center;
}
#what-do .container .what-blocks .what-block:hover {
  box-shadow: 0px 20px 46.4px 0px rgba(0, 0, 0, 0.15);
}
#what-do .container .what-blocks .what-block svg {
  display: block;
  width: 21px;
  height: 21px;
  position: relative;
  top: 1px;
  margin: 0 auto 10px;
}
#what-do .container .what-blocks .what-block h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  margin: 10px auto 10px auto;
}
#what-do .container .what-blocks .what-block p {
  color: #4B5159;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
#what-do .container .what-price {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 20px auto;
  text-decoration-line: line-through;
  text-decoration-thickness: 3px;
}
#what-do .container .what-price span {
  color: #FFB200;
  font-size: 23px;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: line-through;
  text-decoration-thickness: 3px;
}
#what-do .container .actions {
  text-align: center;
}
@media (max-width: 1000px) {
  #what-do h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  #what-do .after-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #what-do .container .what-blocks {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
  }
  #what-do .container .what-blocks .what-block {
    width: 100%;
    max-width: 100%;
  }
  #what-do .container .what-blocks .what-block:nth-child(4), #what-do .container .what-blocks .what-block:nth-child(5), #what-do .container .what-blocks .what-block:nth-child(6) {
    display: none;
  }
  #what-do .container .what-blocks .what-block h4 {
    font-size: 19px;
    line-height: 26px;
  }
}

#bonus-two {
  background: #1A1E25;
  color: #fff;
  position: relative;
}
#bonus-two h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 15px;
  margin-bottom: 30px;
}
#bonus-two h2 svg {
  transform: translate(0px, 22px);
}
#bonus-two .after-title {
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
}
#bonus-two .right {
  min-width: 50%;
  margin-left: 50%;
}
#bonus-two .left {
  background: url("../../img/pages/custom-store/bonus-left.webp");
  min-width: 50%;
  position: absolute;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
#bonus-two .price {
  color: #C9E2F0;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 16px;
  border-radius: 100px;
  margin-top: 30px;
}
#bonus-two .price span {
  color: #FFB200;
  font-weight: 700;
  line-height: 32px;
  text-decoration-line: line-through;
  font-size: 23px;
  text-decoration-thickness: 2px;
}
#bonus-two ul {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
#bonus-two ul li {
  list-style: none;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#bonus-two ul li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="28" viewBox="0 0 25 28" fill="none"><path d="M2.77734 13.7015L9.48232 20.4065L22.2218 7.66699" stroke="white" stroke-width="2.77778" stroke-linecap="round"/></svg>');
  position: relative;
  top: 6px;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  #bonus-two h2 {
    font-size: 32px;
    line-height: 42px;
  }
  #bonus-two h2 svg {
    height: 43px;
    margin-left: -10px;
    margin-right: -10px;
    transform: translate(0px, 20px);
  }
  #bonus-two .after-title {
    font-size: 19px;
    line-height: 26px;
  }
  #bonus-two .price {
    font-size: 19px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #bonus-two .price span {
    font-size: 19px;
  }
  #bonus-two .container {
    flex-direction: column;
  }
  #bonus-two .bonus-orange {
    margin-left: auto;
    margin-right: auto;
  }
  #bonus-two .left {
    display: none;
  }
  #bonus-two .right {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  #bonus-two ul {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  #bonus-two ul li {
    font-weight: 400;
  }
  #bonus-two .after-title, #bonus-two .price {
    display: none;
  }
  #bonus-two .show-mobile a {
    margin-top: 20px;
  }
}
@media (max-width: 680px) {
  #bonus-two ul li {
    text-align: left;
    position: relative;
    padding-left: 35px;
  }
  #bonus-two ul li:before {
    position: absolute;
    top: -3px;
    left: 0;
  }
}

#award {
  background: #EEF7FF;
}
#award .container {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#award .container h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
#award .container .subtitle {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
#award .container .awards-items .awards-item {
  display: flex;
  flex-direction: row;
  text-align: left;
  max-width: 392px;
  padding: 30px;
  border-radius: 48px;
  border: 2px solid #E2EBF6;
  background: #FFF;
}
#award .container .awards-items .awards-item .left {
  max-width: 183px;
}
#award .container .awards-items .awards-item .left img {
  max-width: 100%;
}
#award .container .awards-items .awards-item .left .gold-win {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  border-radius: 5px;
  background: #EBAF23;
  height: 24px;
  padding: 0 5px;
  max-width: 133px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#award .container .awards-items .awards-item .left .platinum-win {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  border-radius: 5px;
  background: #C0C0C0;
  height: 24px;
  padding: 0 5px;
  max-width: 171px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#award .container .awards-items .awards-item .left .award-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 1350px) {
  #award .container .awards-items .awards-item {
    justify-self: center;
  }
  #award .container .show-mobile {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #award .container h2 {
    margin-bottom: 15px;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
  }
  #award .container .right {
    width: 137px;
  }
  #award .container .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #award .container .awards-items .awards-item {
    padding: 20px;
    justify-self: center;
  }
  #award .container .show-mobile {
    margin-top: 30px;
  }
  #award .container .owl-carousel .owl-dots {
    margin-top: 20px;
  }
}

.independence {
  padding: 0;
}

.independence-head {
  margin: 0 auto;
}

.journal-new .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .journal-new .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#independence {
  background: #EFEFF4;
}
#independence .container {
  flex-direction: column;
}
#independence .container .action {
  text-align: center;
  margin-top: 50px;
}
#independence h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  max-width: 1000px;
  margin-bottom: 70px;
}
#independence .best-rated-label {
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #959595;
  text-align: center;
  margin-bottom: 33px;
  display: none;
}
#independence .items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
#independence .items .item {
  max-width: 287px;
}
#independence .items .item:nth-child(2) {
  max-width: 301px;
}
#independence .items .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#independence .items .row {
  display: flex;
  align-items: center;
  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: 19px;
  line-height: 26px;
  margin-bottom: 9px;
}
#independence .owl-carousel {
  display: flex;
  flex-direction: column;
}
#independence .owl-item {
  display: flex;
  justify-content: center;
}
#independence .owl-nav button.owl-prev,
#independence .owl-nav button.owl-next {
  background-size: 13px;
  position: absolute;
  top: calc(50% - 50px);
}
#independence .owl-nav button.owl-prev {
  right: 90%;
}
#independence .owl-nav button.owl-next {
  left: 90%;
}
@media (max-width: 991px) {
  #independence .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #independence .container .owl-dots {
    margin-top: 0;
  }
  #independence .container .action {
    margin-top: 30px;
  }
  #independence .owl-dot.active {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #1971C2;
  }
  #independence .owl-dot {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background: rgb(25, 113, 194);
    transition: 0.2s;
  }
  #independence .items {
    display: block;
  }
  #independence .items .item {
    max-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #independence .owl-item {
    height: 145px;
  }
  #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 {
    padding: 0;
  }
  #independence h2 {
    font-weight: normal;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  #independence .best-rated-label {
    display: none;
  }
  #independence .items .item {
    max-width: unset;
  }
}

#reviews {
  overflow: hidden;
}
#reviews .container {
  padding-bottom: 40px;
}

#video-reviews {
  text-align: center;
  overflow: visible;
  width: 100%;
  display: block;
}
#video-reviews .owl-carousel {
  overflow: visible;
}
#video-reviews .owl-carousel .owl-prev {
  position: absolute;
  right: 100%;
  top: calc(50% - 50px);
}
#video-reviews .owl-carousel .owl-next {
  position: absolute;
  left: 100%;
  top: calc(50% - 50px);
}
#video-reviews .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
#video-reviews h2 {
  margin-bottom: 30px;
  max-width: 900px;
}
#video-reviews .plan {
  font-size: 12px;
  line-height: 19px;
}
#video-reviews .btn {
  width: 360px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  #video-reviews .btn {
    width: 100%;
  }
}
#video-reviews .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#video-reviews .items iframe {
  border-radius: 48px 48px 0 0;
  margin-bottom: 10px;
}
#video-reviews .items .item {
  width: 100%;
  border-radius: 48px;
  border: 2px solid #E2EBF6;
  padding-bottom: 15px;
}
#video-reviews .items .item video {
  border-top-right-radius: 48px;
  border-top-left-radius: 48px;
  width: 394px;
  height: 393px;
  object-fit: cover;
}
@media (max-width: 1290px) {
  #video-reviews .items .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#video-reviews .items .info {
  font-size: 22px;
  line-height: 32px;
  max-width: 336px;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 100px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 991px) {
  #video-reviews {
    max-width: 600px;
    margin: 0 auto;
  }
  #video-reviews .items {
    display: block;
    margin-bottom: 40px;
  }
  #video-reviews .items .owl-item {
    max-width: 50%;
  }
  #video-reviews .items .item {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #video-reviews .items .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  #video-reviews h2 {
    margin-bottom: 40px;
  }
  #video-reviews .items .info {
    font-size: 19px;
    line-height: 26px;
    color: #4B5159;
    min-height: 90px;
    text-align: center;
  }
  #video-reviews .items iframe {
    margin-bottom: 15px;
  }
  #video-reviews .owl-carousel .owl-dots {
    margin-top: 20px;
  }
}

.journal {
  background: #223E72;
  color: #C9E2F0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.journal-item {
  width: 50%;
  padding: 100px 0 95px;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
}
.journal-item h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 20px;
  color: #FFFFFF;
}
.journal-item picture {
  display: block;
  margin: 60px auto 0;
}
.journal-item-inner {
  max-width: 530px;
  margin: 0 100px 0 auto;
}
.journal-item:nth-child(even) {
  background: #262F3E;
}
.journal-item:nth-child(even) picture {
  margin-top: 50px;
}
.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: 26px;
    line-height: 38px;
    margin: 0 0 20px;
  }
  .journal-item picture {
    display: block;
    margin: 40px auto 0;
  }
  .journal-item-inner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .journal-item:nth-child(even) picture {
    margin-top: 40px;
  }
  .journal-item:nth-child(even) .journal-item-inner {
    margin: 0 auto;
  }
}

#main-featured {
  background: #1A1E25;
}
#main-featured .container {
  display: block;
  padding: 0;
}
#main-featured .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 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 .wrapper {
    max-width: 290px;
  }
  #main-featured .wrapper img {
    margin: 10px;
  }
  #main-featured .featured-on {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-right: 0;
  }
}

#ready-to {
  color: #fff;
  background: url("../../img/pages/custom-store/ready-bg.webp") no-repeat;
  background-size: cover;
  background-position-y: -1px !important;
}
#ready-to .container {
  padding-top: 0px;
  position: relative;
}
#ready-to h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 auto 30px auto;
}
#ready-to p {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 auto 40px auto;
}
#ready-to .left {
  width: 45%;
  padding-top: 50px;
}
#ready-to .right {
  background: url("../../img/pages/custom-store/ready-right.webp");
  width: 55%;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  height: 90%;
  right: -150px;
  background-repeat: no-repeat;
  bottom: 0px;
}
@media (max-width: 1750px) {
  #ready-to .right {
    width: 55%;
    right: 0;
    background-size: contain;
  }
}
@media (max-width: 1000px) {
  #ready-to {
    background: url("../../img/pages/custom-store/ready-bg-m.webp") no-repeat;
    text-align: center;
    background-size: cover;
  }
  #ready-to .container {
    flex-direction: column;
    padding-bottom: 0;
  }
  #ready-to .show-mobile {
    margin-top: 15px;
    position: relative;
    bottom: -10px;
  }
  #ready-to .left {
    width: 100%;
    padding-top: 60px;
  }
  #ready-to .left h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 auto 15px auto;
  }
  #ready-to .left p {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 auto 40px auto;
  }
  #ready-to .right {
    display: none;
  }
}

#what-will {
  background: linear-gradient(180deg, #001C4D 0%, #1A1E25 53.8%, #1A1E25 99.01%);
  padding: 50px 0;
}
#what-will h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
}
#what-will .subtitle {
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#what-will .btn-anim-orange-white {
  margin: 0 auto;
  display: block;
}
#what-will .flex-gallery {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  gap: 22px;
  margin-top: 70px;
  margin-bottom: 70px;
}
#what-will .flex-gallery .flex-gallery::before, #what-will .flex-gallery #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");
}
#what-will .flex-gallery .flex-gallery::before {
  top: -1px;
}
#what-will .flex-gallery .flex-gallery::after {
  transform: rotate(180deg);
  bottom: -1px;
}
#what-will .flex-gallery .plexy {
  display: flex;
  flex-flow: row;
  width: 100%;
  gap: 22px;
}
#what-will .flex-gallery .plexy picture {
  min-width: 280px;
}
@media (max-width: 991px) {
  #what-will .flex-gallery {
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #what-will .flex-gallery .plexy {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  #what-will h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
  }
  #what-will .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    max-width: 360px;
    margin: 0 auto;
  }
  #what-will .flex-gallery .plexy {
    width: 600%;
  }
}

#ticket {
  background: no-repeat center/99% auto #E6EDFA;
  margin: 0;
  padding: 50px 0;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  overflow: hidden;
}
#ticket .container {
  max-width: 1050px;
}
#ticket .thint {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ticket .thint > p {
  max-width: 595px;
  font-size: 23px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
#ticket .thint p:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
}
#ticket .head {
  margin: 0 auto 30px;
  max-width: 980px;
  text-align: center;
  color: #FFF;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
}
#ticket .head h2 {
  color: #FFF;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 auto 20px;
}
#ticket .head p {
  color: #FFF;
  margin: 20px auto 0;
}
#ticket.item-active-0 {
  background-color: #DA7609;
  background-size: cover;
}
#ticket.item-active-1 {
  background-color: #003F24;
  background-size: cover;
}
#ticket.item-active-2 {
  background-color: #250D4B;
  background-size: cover;
}
#ticket.item-active-3 {
  background-color: #290D7B;
  background-size: cover;
}
#ticket.item-active-4 {
  background-color: #290D7B;
  background-size: cover;
}
#ticket .hint {
  text-align: center;
  margin: 55px auto 0;
  max-width: 595px;
  color: #FFF;
  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-item {
  padding-left: 15px;
  padding-right: 15px;
}
#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);
  background: url("../../img/main/white-arrow-right.svg") no-repeat center;
}
#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: 1000px) {
  #ticket .owl-nav {
    display: none;
  }
  #ticket.item-active-0 {
    background-color: #DA7609;
    background-size: cover;
  }
  #ticket.item-active-0 img {
    margin: 0 auto;
  }
  #ticket.item-active-1 {
    background-color: #003F24;
    background-size: cover;
  }
  #ticket.item-active-1 img {
    margin: 0 auto;
  }
  #ticket.item-active-2 {
    background-color: #250D4B;
    background-size: cover;
  }
  #ticket.item-active-2 img {
    margin: 0 auto;
  }
  #ticket.item-active-3 {
    background-color: #290D7B;
    background-size: cover;
  }
  #ticket.item-active-3 img {
    margin: 0 auto;
  }
  #ticket.item-active-4 {
    background-color: #290D7B;
    background-size: cover;
  }
  #ticket.item-active-4 img {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  #ticket {
    margin: 0 0;
    padding: 40px 0;
  }
  #ticket .container {
    padding: 0;
  }
  #ticket .head {
    padding: 0 15px;
    font-size: 19px;
    margin-bottom: 15px;
  }
  #ticket .head h2 {
    font-size: 26px;
    line-height: 1.45;
  }
  #ticket .head p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  #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;
  }
  #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: 15px auto 0 auto;
  }
  #ticket .thint > p {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  #ticket .thint > p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #ticket .thint > p:nth-child(2) {
    margin: 0;
  }
  #ticket #ticket .thint > p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#ticket .owl-carousel .owl-dots button.owl-dot span {
  background: rgba(255, 255, 255, 0.2);
}

#ticket .owl-carousel .owl-dots button.owl-dot.active span {
  background: #FFF;
}

#faq-fb {
  background: #F6F6F9;
}
#faq-fb .container {
  flex-direction: column;
}
#faq-fb h3 {
  margin-bottom: 0px;
}
#faq-fb .rubric {
  color: #FFB200;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-top: 30px;
}
#faq-fb .question-block {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  cursor: pointer;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 15px;
}
#faq-fb .question-block.open {
  border: none;
}
#faq-fb .question-block .question {
  color: #1A1E25;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  max-width: 80%;
}
#faq-fb .question-block .lock {
  border-radius: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  position: relative;
  top: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq-fb .question-block .lock img {
  width: 30px;
  position: relative;
  top: 6px;
}
#faq-fb .question-block .lock.open img {
  transform: rotate(180deg);
  top: 0px;
}
#faq-fb .answer {
  color: #1A1E25;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  display: none;
  margin-top: 25px;
  padding-left: 60px;
  padding-right: 60px;
}
#faq-fb .answer.open {
  display: block;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media (max-width: 1000px) {
  #faq-fb h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
  }
  #faq-fb .rubric {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #faq-fb .answer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.show-more {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-decoration-line: underline;
  margin-bottom: 30px;
}
.show-more span {
  content: url("../../img/main/arrow-black-r.svg");
  transform: rotate(90deg);
  top: 5px;
  position: relative;
  margin-left: -5px;
  left: 15px;
}
.show-more span.open {
  transform: rotate(-90deg);
}

/*# sourceMappingURL=free-online-store-plus-instagram-and-tiktok-store.css.map */
