#hello-bar-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
}

@keyframes gradient2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#hello-bar.hello {
  background: linear-gradient(-45deg, #FF876B, #FF9B41, #FFBD28, #FF8845);
  text-decoration: underline;
  animation: gradient2 10s ease infinite;
  background-size: 400% 400%;
}
#hello-bar.hello:before {
  content: "Special Offer";
  color: #fff;
  background: #1A1E25;
  border-radius: 100px;
  padding: 4px 10px;
  margin-right: 15px;
  text-align: center;
}
#hello-bar.hello:after {
  content: url(../../img/main/arrow.svg);
  margin-left: 12px;
  margin-top: 3px;
}

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

#head {
  background: #007972;
  color: #fff;
}
#head .section {
  display: flex;
  align-items: center;
  padding-bottom: 90px;
  gap: 44px;
  padding-top: 60px;
}
#head .section .limited {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFF27A;
  margin-bottom: 10px;
}
#head .section .left {
  max-width: 700px;
}
#head .section .left picture img {
  margin-bottom: 45px;
}
#head .section .right {
  text-align: right;
}
#head .section h1 {
  margin-bottom: 30px;
}
#head .section .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 50px;
  max-width: 600px;
}
#head .section .plan {
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #D3D5E4;
}
#head .section .group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#head .section .btn {
  width: 360px;
  margin-bottom: 13px;
}
#head .section .link {
  color: #fff;
  font-weight: bold;
  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 .section .link:hover {
  opacity: 0.8;
}
#head .features {
  display: flex;
  padding-bottom: 50px;
}
#head .features img {
  margin-bottom: 10px;
}
#head .features .item {
  width: 250px;
  margin-right: 40px;
}
#head .features .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 10px;
}
#head .features .text {
  font-size: 15px;
  line-height: 23px;
  color: #C9E2F0;
}
@media (max-width: 1200px) {
  #head .section .left {
    width: 60%;
    padding-right: 30px;
  }
  #head .section .right {
    width: 40%;
  }
}
@media (max-width: 991px) {
  #head .section {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  #head .section .left {
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #head .section .right {
    width: 100%;
    text-align: center;
  }
  #head .features {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  #head .features .item {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #head .section {
    padding-bottom: 54px;
  }
  #head .section .left picture img {
    margin-bottom: 40px;
  }
  #head .title {
    display: flex;
    justify-content: center;
  }
  #head .title img {
    margin-right: 10px;
  }
  #head .features {
    padding-bottom: 10px;
  }
  #head .features .item {
    margin: 0 0 40px 0;
  }
  #head .btn {
    max-width: 290px;
  }
}
@media (max-width: 600px) {
  #head .section .btn {
    width: 100%;
  }
  #head .section .group {
    flex-direction: column;
  }
  #head .section .info {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #head .section .link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

#bonus-block {
  padding: 145px 0;
  color: #FFF;
  position: relative;
  background-image: url(../../img/pages/free-ecommerce-store-plus-amazon-package/point.svg), radial-gradient(50% 50% at 50% 50%, #001B4F 0%, #0E1623 100%);
}
#bonus-block .container {
  position: relative;
  z-index: 1;
}
#bonus-block .bonus-img {
  margin: 0 auto 10px auto;
  display: block;
}
#bonus-block h2 {
  color: #FFF;
  font-size: 52px;
  font-weight: 700;
  line-height: 70px;
  max-width: 865px;
  margin: 0 auto 40px auto;
  text-align: center;
}
#bonus-block h2 b {
  color: #FFB200;
}
#bonus-block .btn {
  margin: 0 auto;
  display: block;
  max-width: 360px;
}
#bonus-block:before {
  content: "";
  background: url(../../img/pages/free-ecommerce-store-plus-amazon-package/bonus-text.png);
  width: 100%;
  display: block;
  height: 50%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.6;
}
#bonus-block:after {
  content: "";
  background: url(../../img/pages/free-ecommerce-store-plus-amazon-package/bonus-text.png);
  width: 100%;
  display: block;
  height: 28%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.6;
}
@media (max-width: 991px) {
  #bonus-block {
    padding: 60px 0;
  }
  #bonus-block:before {
    display: none;
  }
  #bonus-block:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #bonus-block {
    padding-bottom: 60px;
  }
  #bonus-block h2 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }
  #bonus-block .btn {
    max-width: 290px;
  }
}

.timer {
  justify-self: center;
  margin-bottom: 60px;
}
.timer-inrow {
  display: flex;
  justify-content: center;
}
.timer-title {
  text-align: center;
  color: #FF8181;
  font-size: 19px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 7.22px;
  margin-bottom: 20px;
}
.timer-number {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 6px;
  border-radius: 7.852px;
  width: 46px;
  height: 46px;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timer-label {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: #C9E2F0;
  text-align: center;
}
.timer-semicolon {
  font-style: normal;
  font-weight: 700;
  font-size: 24.0591px;
  line-height: 41px;
  color: #fff;
  margin-left: 9px;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .timer {
    margin-bottom: 50px;
  }
}
@media (max-width: 370px) {
  .timer-semicolon {
    margin-left: 0;
    margin-right: 0;
  }
  .timer-number {
    width: 40px;
    height: 40px;
  }
}

#top-menu.white-links {
  background: #007972 !important;
  position: static;
}

#independence {
  background: #EFEFF4;
  padding-top: 100px;
  padding-bottom: 60px;
}
#independence h2 {
  font-weight: normal;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 60px;
}
#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;
}
#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;
  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 {
  display: none;
}
@media (max-width: 991px) {
  #independence .owl-dot.active {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #1971C2;
  }
  #independence .owl-dot {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background: rgba(25, 113, 194, 0.2);
    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: 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 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #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;
  }
}

#main-featured {
  background: #1A1E25;
}
#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;
  }
}

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

#how-get h2 {
  margin-bottom: 20px;
}
#how-get .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #4B5159;
  margin-bottom: 70px;
  text-align: center;
}
#how-get .info span {
  font-weight: bold;
}
#how-get .items {
  display: flex;
  justify-content: space-between;
}
#how-get .items .item {
  width: 25%;
  text-align: center;
  max-width: 270px;
  position: relative;
}
#how-get .items .item:after {
  content: url(../../img/pages/custom-new/arrow.svg);
  position: absolute;
  right: -110px;
  top: 22px;
}
#how-get .items .item.second:after {
  transform: rotateX(180deg);
}
#how-get .items .item.last:after {
  display: none;
}
#how-get .items .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#how-get .items .number {
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  color: #4B5159;
  border: 2px solid #FFB200;
  border-radius: 15px;
  margin-bottom: 20px;
}
#how-get .items .title {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 20px;
}
#how-get .items .text {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #4B5159;
}
@media (max-width: 1280px) {
  #how-get .items .item:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  #how-get .items .item {
    width: 24%;
  }
}
@media (max-width: 991px) {
  #how-get .items {
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
  #how-get .items .item {
    width: 270px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #how-get .info {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #how-get .items .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #how-get .items .item.last {
    margin-bottom: 0;
  }
  #how-get .items .group {
    flex-direction: row;
  }
  #how-get .items .number {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    font-size: 19px;
    border-radius: 10px;
  }
}

#start-business {
  background: linear-gradient(90deg, #F6F6F9 50%, #1971C2 50%);
}
#start-business .section {
  display: flex;
  align-items: center;
  width: 1500px;
}
#start-business .section > div {
  width: 50%;
}
#start-business .section .right {
  text-align: right;
}
#start-business .section h2 {
  margin: 0 0 20px 0;
  text-align: left;
  max-width: 630px;
}
#start-business .section .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #4B5159;
  margin-bottom: 50px;
  max-width: 630px;
}
#start-business .section .get-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  padding-right: 25px;
  background: url(../../img/main/arrow.svg) no-repeat right center;
  background-size: 11px;
}
#start-business .section .get-link:hover {
  opacity: 0.8;
}
#start-business .section .items {
  display: flex;
  flex-wrap: wrap;
}
#start-business .section .items .item {
  max-width: 300px;
  margin-bottom: 40px;
  margin-right: 40px;
}
#start-business .section .items .title {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
}
#start-business .section .items .text {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #4B5159;
}
@media (max-width: 1530px) {
  #start-business .section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #start-business .section .items {
    justify-content: space-between;
  }
  #start-business .section .items .item {
    margin-right: 0;
    max-width: 47%;
  }
  #start-business .section .left {
    padding-right: 15px;
  }
  #start-business .section .right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #start-business {
    background: #F6F6F9;
  }
  #start-business .section {
    flex-direction: column;
    padding: 0;
  }
  #start-business .section > div {
    width: 100%;
  }
  #start-business .section .right {
    order: -1;
    background: #1971C2;
    text-align: center;
    padding: 50px 15px;
  }
  #start-business .section .left {
    padding: 60px 15px;
  }
}
@media (max-width: 600px) {
  #start-business {
    text-align: center;
  }
  #start-business .section h2 {
    text-align: center;
  }
  #start-business .section .info {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #start-business .section .items {
    flex-direction: column;
  }
  #start-business .section .items .item {
    max-width: 100%;
  }
}

#can-sell {
  color: #fff;
  background: #1A1E25;
}
#can-sell .container {
  position: relative;
  width: 1500px;
}
#can-sell .container:after {
  content: "";
  position: absolute;
  width: 1200px;
  height: 890px;
  top: 0;
  left: -300px;
  background: radial-gradient(41.35% 55.48% at 46.92% 21.08%, #1971C2 0%, rgba(25, 113, 194, 0) 100%);
  opacity: 0.2;
  z-index: 0;
}
@media (max-width: 991px) {
  #can-sell .container:after {
    display: none;
  }
}
#can-sell .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
#can-sell .wrapper > div {
  width: 50%;
}
#can-sell .wrapper .right {
  margin-left: 100px;
}
#can-sell h2 {
  margin: 0 0 20px 0;
  text-align: left;
}
#can-sell .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #C9E2F0;
  margin-bottom: 20px;
  max-width: 637px;
}
#can-sell .info2 {
  font-size: 17px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 637px;
}
#can-sell .item {
  position: relative;
}
#can-sell .number {
  color: #C9E2F0;
  position: absolute;
  bottom: 15px;
  left: 40px;
}
#can-sell .number span {
  font-size: 23px;
  color: #fff;
}
#can-sell .owl-carousel .owl-nav {
  position: absolute;
  bottom: 5px;
  left: 2px;
}
#can-sell .owl-carousel .owl-nav button.owl-next,
#can-sell .owl-carousel .owl-nav button.owl-prev {
  background: url(../../img/main/arrow-w.svg) no-repeat right center;
}
#can-sell .get-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  padding-right: 25px;
  background: url(../../img/main/arrow-w.svg) no-repeat right center;
  background-size: 11px;
  color: #fff;
}
#can-sell .get-link:hover {
  opacity: 0.8;
}
#can-sell .top-slider {
  width: 647px;
}
@media (max-width: 1530px) {
  #can-sell .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #can-sell .wrapper .right {
    margin-left: 30px;
  }
}
@media (max-width: 1290px) {
  #can-sell .top-slider {
    width: 100%;
  }
  #can-sell .top-slider.owl-item img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #can-sell .container {
    max-width: 600px;
    margin: 0 auto;
  }
  #can-sell h2 {
    margin: 0 auto 20px auto;
    text-align: center;
  }
  #can-sell .wrapper {
    flex-direction: column;
  }
  #can-sell .wrapper > div {
    width: 100%;
  }
  #can-sell .wrapper .left {
    order: 1;
    margin-top: 38px;
  }
  #can-sell .wrapper .right {
    text-align: center;
  }
}
@media (max-width: 600px) {
  #can-sell .wrapper {
    margin-bottom: 60px;
  }
  #can-sell .wrapper .right {
    margin: 0;
  }
  #can-sell .info {
    font-size: 19px;
    line-height: 26px;
  }
  #can-sell .info2 {
    text-align: center;
  }
  #can-sell .owl-carousel .owl-nav {
    bottom: -8px;
  }
  #can-sell .owl-carousel .owl-nav button {
    width: 40px;
  }
  #can-sell .number {
    bottom: 1px;
    left: 29px;
  }
}

#niches {
  display: flex;
  justify-content: space-between;
}
#niches .niche {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #C9E2F0;
  align-items: center;
}
#niches img {
  margin-bottom: 5px;
  width: 100px;
  height: 100px;
}
#niches button.owl-dot {
  background: #fff;
}
@media (max-width: 991px) {
  #niches {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 340px) {
  #niches img {
    width: 90px;
    height: 90px;
  }
}

#list h2 {
  margin-bottom: 20px;
}
#list .info-title {
  color: #4B5159;
  text-align: center;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 80px;
}
#list .show-description {
  display: none;
}
#list .item {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 4px 15px rgba(26, 70, 112, 0.15);
  border-radius: 15px;
  margin-bottom: 42px;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
}
#list .item:hover {
  box-shadow: 0 4px 15px rgba(26, 70, 112, 0.25);
}
#list .item:last-child {
  margin-bottom: 0;
}
#list .img-wrapper {
  flex-shrink: 0;
  padding: 23px 30px;
}
#list .info {
  padding: 35px 35px 35px 5px;
}
#list .info .store-title {
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 20px;
}
#list .info .description {
  margin-bottom: 25px;
}
#list .info .values-item {
  display: flex;
  align-items: baseline;
}
#list .info .values-title {
  margin-right: 7px;
}
#list .info .value {
  font-weight: bold;
  font-size: 23px;
}
#list .info .value span {
  font-weight: normal;
  font-size: 17px;
}
#list .details {
  flex-shrink: 0;
  padding: 28px;
  width: 270px;
  text-align: center;
  background: #F6F6F9;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#list .details .btn {
  width: 100%;
  min-width: 100%;
  margin-bottom: 11px;
}
#list .details .plan {
  font-size: 12px;
  line-height: 19px;
  color: #4B5159;
}
#list .details .have {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 40px;
  max-width: 165px;
  align-items: center;
}
@media (max-width: 1200px) {
  #list .img-wrapper {
    width: 35%;
  }
}
@media (max-width: 991px) {
  #list .img-wrapper {
    display: none;
  }
  #list .info {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  #list .section {
    max-width: 474px;
  }
  #list .item {
    flex-direction: column;
  }
  #list .img-wrapper {
    display: block;
    padding: 20px;
    width: 100%;
  }
  #list .info {
    padding: 0 20px 30px 20px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #list .info .values-item {
    justify-content: center;
    margin-bottom: 20px;
  }
  #list .info .store-title {
    font-size: 19px;
    line-height: 26px;
  }
  #list .info .description {
    font-size: 15px;
    line-height: 24px;
    display: none;
    order: 2;
  }
  #list .info .show-description {
    display: block;
    order: 1;
    font-weight: bold;
    padding-left: 20px;
    background: url(../../img/pages/custom-new/plus.svg) no-repeat left center;
    width: 178px;
  }
  #list .info.shown .description {
    display: block;
    margin: 20px 0 0 0;
  }
  #list .info.shown .show-description {
    background: url(../../img/pages/custom-new/minus.svg) no-repeat left center;
  }
  #list .details {
    width: 100%;
    border-radius: 15px;
    padding: 25px 35px;
  }
  #list .details .have {
    margin-bottom: 20px;
    max-width: 100%;
  }
  #list .info-title {
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 26px;
  }
}

#ecosystem {
  background: #F4FAFF;
}
#ecosystem .section {
  display: flex;
  align-items: center;
  width: 1500px;
}
#ecosystem .section > div {
  width: 50%;
}
#ecosystem .section .right {
  text-align: right;
}
#ecosystem .section h2 {
  margin: 0 0 20px 0;
  text-align: left;
  max-width: 630px;
}
#ecosystem .section .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #4B5159;
  margin-bottom: 50px;
  max-width: 630px;
}
#ecosystem .section .get-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  padding-right: 25px;
  background: url(../../img/main/arrow.svg) no-repeat right center;
  background-size: 11px;
}
#ecosystem .section .get-link:hover {
  opacity: 0.8;
}
#ecosystem .section .items {
  display: flex;
  flex-wrap: wrap;
}
#ecosystem .section .items .item {
  max-width: 300px;
  margin-bottom: 40px;
  margin-right: 40px;
}
#ecosystem .section .items .title {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
}
#ecosystem .section .items .text {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #4B5159;
}
@media (max-width: 1530px) {
  #ecosystem .section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #ecosystem .section .items {
    justify-content: space-between;
  }
  #ecosystem .section .items .item {
    margin-right: 0;
    max-width: 47%;
  }
  #ecosystem .section .left {
    padding-right: 15px;
  }
  #ecosystem .section .right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #ecosystem .section {
    flex-direction: column;
  }
  #ecosystem .section .left {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  #ecosystem .section .right {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  #ecosystem .section {
    text-align: center;
  }
  #ecosystem .section h2 {
    text-align: center;
  }
  #ecosystem .section .info {
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 26px;
  }
  #ecosystem .section .items {
    flex-direction: column;
  }
  #ecosystem .section .items .item {
    max-width: 100%;
  }
}

#grow .section {
  display: flex;
  align-items: center;
  width: 1500px;
}
#grow .section > div {
  width: 50%;
}
#grow .section .right {
  padding-left: 66px;
}
#grow .section h2 {
  margin: 0 0 20px 0;
  text-align: left;
  max-width: 630px;
}
#grow .section .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #4B5159;
  margin-bottom: 50px;
  max-width: 630px;
}
#grow .section .get-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  padding-right: 25px;
  background: url(../../img/main/arrow.svg) no-repeat right center;
  background-size: 11px;
}
#grow .section .get-link:hover {
  opacity: 0.8;
}
#grow .section .items {
  display: flex;
  flex-wrap: wrap;
}
#grow .section .items .item {
  max-width: 300px;
  margin-bottom: 40px;
  margin-right: 40px;
}
#grow .section .items .title {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
}
#grow .section .items .text {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #4B5159;
}
@media (max-width: 1530px) {
  #grow .section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #grow .section .items {
    justify-content: space-between;
  }
  #grow .section .items .item {
    margin-right: 0;
    max-width: 47%;
  }
  #grow .section .left {
    padding-right: 15px;
  }
  #grow .section .right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #grow .section {
    flex-direction: column;
  }
  #grow .section .left {
    padding: 0;
    width: 100%;
    margin-top: 60px;
    order: 1;
    text-align: center;
  }
  #grow .section .right {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #grow .section {
    text-align: center;
  }
  #grow .section h2 {
    text-align: center;
  }
  #grow .section .info {
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 26px;
  }
  #grow .section .items {
    flex-direction: column;
  }
  #grow .section .items .item {
    max-width: 100%;
  }
}

#awards {
  background: #F6F6F9;
  text-align: center;
}
#awards h2 {
  margin-bottom: 20px;
}
#awards .info {
  font-size: 23px;
  line-height: 32px;
  color: #4B5159;
  max-width: 900px;
  margin: 0 auto 60px auto;
}
#awards .items {
  margin-bottom: -20px;
}
#awards img {
  margin: 0 20px;
}
@media (max-width: 1290px) {
  #awards img {
    margin: 0;
  }
}
@media (max-width: 600px) {
  #awards .section {
    text-align: center;
  }
  #awards .section .info {
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 26px;
  }
  #awards .section img {
    width: 49%;
  }
}

#single-review {
  display: flex;
  text-align: center;
  margin-bottom: 100px;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
#single-review > div {
  width: 50%;
}
#single-review .left {
  line-height: 0;
}
#single-review .right {
  background: #1A1E25;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
#single-review .right .title {
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  margin: 0 auto 40px auto;
  color: #FFFFFF;
  max-width: 445px;
}
#single-review .right .name {
  color: #C9E2F0;
}
@media (max-width: 991px) {
  #single-review {
    flex-direction: column;
  }
  #single-review .right {
    align-self: center;
  }
  #single-review .right .title {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #single-review {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  #single-review > div {
    width: 100%;
  }
}

#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: 80px;
  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;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1290px) {
  #video-reviews .items .item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       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;
  }
}

#we-help {
  background: #007E58;
  color: #fff;
  text-align: center;
}
#we-help .section {
  padding-bottom: 20px;
}
#we-help h2 {
  max-width: 820px;
  margin-bottom: 80px;
}
#we-help h3 {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 27px;
}
#we-help .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#we-help .item {
  max-width: 270px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  #we-help .item {
    width: 24%;
  }
}
@media (max-width: 991px) {
  #we-help .section {
    padding-bottom: 80px;
  }
  #we-help .items {
    display: block;
  }
  #we-help .items .item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #we-help .items img {
    margin: 0 auto;
  }
  #we-help .owl-carousel .owl-dots button {
    background: #fff;
  }
}
@media (max-width: 600px) {
  #we-help h2 {
    margin-bottom: 40px;
  }
  #we-help .section {
    padding-bottom: 60px;
  }
}

#ready-start {
  background: #1A1E25;
}
#ready-start .section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
#ready-start .section: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 .right {
  padding-top: 50px;
}
#ready-start .left {
  text-align: center;
  color: #fff;
  max-width: 480px;
  position: relative;
  z-index: 1;
  margin-right: 68px;
}
#ready-start .left h2 {
  margin-bottom: 30px;
}
#ready-start .left .info {
  margin-bottom: 50px;
  font-size: 23px;
  line-height: 32px;
}
#ready-start .left .btn {
  width: 360px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  #ready-start .left .btn {
    width: 100%;
  }
}
#ready-start .left .plan {
  color: #C9E2F0;
  font-size: 12px;
  line-height: 19px;
}
@media (max-width: 991px) {
  #ready-start .section {
    flex-direction: column;
    padding-top: 60px;
  }
  #ready-start .left {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  #ready-start .left .info {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 50px;
  }
  #ready-start .left .plan {
    color: #D3D5E4;
  }
}

#personal-support {
  text-align: center;
}
#personal-support h2 {
  margin-bottom: 70px;
  max-width: 900px;
}
#personal-support .items {
  display: flex;
  justify-content: space-between;
}
#personal-support .item {
  width: 390px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(26, 70, 112, 0.1);
  border-radius: 15px;
}
#personal-support .item .inner {
  padding: 40px;
}
#personal-support .item .title {
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 10px;
}
#personal-support .item .info {
  color: #4B5159;
}
@media (max-width: 1290px) {
  #personal-support .item {
    width: 32%;
  }
}
@media (max-width: 991px) {
  #personal-support .items {
    flex-direction: column;
    max-width: 390px;
    margin: 0 auto;
  }
  #personal-support .items .item {
    margin-bottom: 20px;
    width: 100%;
  }
  #personal-support .items .item .inner {
    padding: 40px 25px;
  }
}
@media (max-width: 600px) {
  #personal-support h2 {
    margin-bottom: 40px;
  }
  #personal-support .inner .title {
    font-size: 19px;
    line-height: 26px;
  }
  #personal-support .inner .info {
    line-height: 26px;
  }
  #personal-support .items .item {
    margin-bottom: 40px;
  }
  #personal-support .items .item:last-child {
    margin-bottom: 0;
  }
}

#faq {
  background: #F6F6F9;
}
#faq .cols {
  display: flex;
}
#faq h2 {
  margin-bottom: 62px;
}
#faq .items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#faq .items:first-child {
  padding-right: 40px;
}
#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;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq .arrow {
  width: 50px;
  height: 50px;
  background: #ffffff url(../../img/main/arr-down.svg) no-repeat center;
  background-size: 24px;
  border-radius: 10px;
  transition: 0.25s;
  margin-left: 15px;
  flex-shrink: 0;
}
#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: 600px) {
  #faq h2 {
    font-style: normal;
    font-weight: 900;
    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;
  }
}