#top-menu.white-links .level-1 > li:before {
  background: #fff;
}
.content-wrap .cell > div > * {
  padding: unset;
}
.owl-carousel .owl-item img {
  width: unset;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  max-width: 300px;
  font-size: 17px;
  margin: 0;
}
img.flex {
  width: 100%;
  height: auto;
}
.embed-responsive-16by9 {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embed-responsive-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal__container {
  background-color: #fff;
  padding: 40px;
  max-width: 500px;
  max-height: 92vh;
  border-radius: 10px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  position: relative;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}
.modal__close {
  background: rgba(0, 0, 0, 0);
  border: 0;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
.modal__header .modal__close:before {
  content: "✕";
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__body .result-message {
  display: none;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.modal__body .result-message.success {
  background: #49b67f;
  display: block;
}
.modal__body .result-message.error {
  background: #b64949;
  display: block;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.modal__container.contact {
  text-align: center;
  max-width: 540px;
}
.modal__container.contact form {
  text-align: left;
}
.modal__container.contact .btn {
  width: 100%;
}
.modal__container.contact textarea {
  height: 120px;
}
.modal__container.contact input,
.modal__container.contact select {
  height: 60px;
}
.modal__container.contact h3 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 9px;
}
.modal__container.contact .info {
  margin-bottom: 30px;
}
.modal__container.contact .fb-contact {
  margin-top: 25px;
  font-size: 15px;
  line-height: 18px;
}
.modal__container.contact .fb-contact a {
  padding: 2px 0 2px 25px;
  background-size: 20px;
  text-decoration: none;
}
#modal-video .modal__container {
  width: 90%;
  max-width: 1000px;
  padding: 10px;
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .btn {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
#head {
  background: #007e58;
  color: #fff;
}
#head .section {
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}
#head .section .limited {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff27a;
  margin-bottom: 26px;
}
#head .section .left {
  width: 51%;
}
#head .section .right {
  text-align: right;
  width: 49%;
}
#head .section h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 20px;
}
#head .section .info {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
}
#head .section .plan {
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #d3d5e4;
}
#head .section .btn-group {
  margin-right: 20px;
}
#head .section .group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#head .section .btn {
  margin-bottom: 13px;
  margin-left: unset;
}
#head .section .link {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 15px;
  height: 60px;
  width: 100%;
  max-width: 260px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 40px;
  background: none;
  text-transform: uppercase;
}
#head .section .link:hover {
  opacity: 0.8;
}
#head h1 {
  color: #fff;
}
#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;
    margin-bottom: 50px;
    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 h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  #head .section .group {
    display: block;
    flex-direction: column;
  }
  #head .section .btn {
    margin: 0 auto 10px auto;
  }
  #head .section .plan {
    margin-bottom: 10px;
  }
  #head .section .link {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #head .section .btn {
    width: 100%;
  }
  #head .section .info {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  #head .section .btn-group {
    margin-right: 0;
  }
  #head .section .right {
    display: none;
  }
  #head .section .left {
    margin-bottom: 0;
  }
  #head .title {
    display: flex;
    justify-content: center;
  }
  #head .title img {
    margin-right: 10px;
  }
  #head .right img {
    width: 100%;
    height: auto;
  }
  #head .features {
    padding-bottom: 10px;
  }
  #head .features .item {
    margin: 0 0 40px 0;
  }
}
#top-menu.white-links {
  background: #007e58;
}
#three-items {
  background: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}
#three-items .container {
  display: flex;
}
#three-items img {
  margin-bottom: 10px;
}
#three-items .title {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}
#three-items .text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
#three-items .item {
  max-width: 372px;
  padding-left: 10px;
  padding-right: 10px;
  color: #464646;
}
@media (max-width: 767px) {
  #three-items .container {
    display: block;
  }
  #three-items .item {
    padding-left: unset;
    padding-right: unset;
  }
  #three-items .item:not(:last-child) {
    margin-bottom: 45px;
  }
}
#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: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}
#independence h2 {
  font-size: 30px;
  line-height: 35px;
  max-width: 660px;
  margin-bottom: 60px;
}
@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;
  }
}
#main-featured {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #464646;
}
#main-featured .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  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;
}
@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 {
  text-align: center;
  margin-bottom: 20px;
}
#how-get .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #464646;
  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(./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: #464646;
  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: 14px;
  line-height: 18px;
  color: #464646;
}
@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 {
    margin-left: auto;
    margin-right: auto;
    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%, #464646 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 .right img {
  max-width: 640px;
}
#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: #464646;
  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(./arrow.svg) no-repeat right center;
  background-size: 11px;
}
#start-business .section .get-link:hover {
  opacity: 0.8;
}
#start-business .section .btn {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  max-width: 250px;
  height: 50px;
}
#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: #464646;
}
@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: #464646;
    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: #464646;
}
#can-sell .container {
  position: relative;
  width: 1500px;
}
#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;
  color: #fff;
}
#can-sell .info {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
  max-width: 637px;
}
#can-sell .info2 {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  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: 30px;
  left: 19px;
}
#can-sell .owl-carousel .owl-nav button.owl-next,
#can-sell .owl-carousel .owl-nav button.owl-prev {
  background: url(./arrow-w.svg) no-repeat right center;
  background-size: 16px;
}
#can-sell .owl-carousel .owl-nav button.owl-next {
  left: 40px;
  top: -23px;
}
#can-sell .owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
  left: -11px;
}
#can-sell img {
  width: 100%;
  height: auto;
}
#can-sell .get-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  padding-right: 25px;
  background: url(./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 .btn {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  #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: 17px;
    left: 10px;
  }
  #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;
}
@media (max-width: 991px) {
  #niches {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #niches .owl-dots {
    margin-top: 20px;
  }
}
@media (max-width: 340px) {
  #niches img {
    width: 90px;
    height: 90px;
  }
}
#list h2 {
  margin-bottom: 20px;
  text-align: center;
}
#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: #fff;
  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;
  color: #464646;
}
#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;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
}
#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;
  font-size: 14px;
  height: 50px;
}
#list .details .plan {
  font-size: 12px;
  line-height: 16px;
  color: #989898;
}
#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 .btn {
  max-width: 250px;
  width: 100%;
  height: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
#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: #464646;
  margin-bottom: 50px;
  max-width: 630px;
}
#ecosystem .section .get-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  padding-right: 25px;
  background: url(./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: 400;
  font-size: 14px;
  line-height: 18px;
  color: #464646;
}
@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: 50px;
}
#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: #464646;
  margin-bottom: 50px;
  max-width: 630px;
}
#grow .section .get-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  padding-right: 25px;
  background: url(./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: 400;
  font-size: 14px;
  line-height: 18px;
  color: #464646;
}
@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: 22px;
  line-height: 26px;
  color: #464646;
  max-width: 900px;
  margin: 0 auto 60px auto;
}
#awards .items {
  margin-bottom: -20px;
}
#awards img {
  margin: 0 18px;
}
@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%;
  }
}
#reviews .section {
  width: 1500px;
}
#reviews h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#reviews .left img {
  width: 100%;
}
#reviews .right {
  width: 100%;
}
#reviews .btn {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1530px) {
  #reviews .section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#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;
  flex-shrink: 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: #fff;
  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;
  }
  #single-review > div {
    width: 100%;
  }
}
#video-reviews {
  text-align: center;
}
#video-reviews h2 {
  margin-bottom: 80px;
  max-width: 900px;
}
#video-reviews .plan {
  font-size: 12px;
  line-height: 16px;
  color: #989898;
  display: block;
  margin: 0 auto;
}
#video-reviews .btn {
  width: 360px;
  margin-bottom: 13px;
}
@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 {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
  margin-bottom: 25px;
}
#video-reviews .items .item {
  width: 390px;
  margin: 0 22px 45px 22px;
}
#video-reviews .items .info {
  font-size: 22px;
  line-height: 26px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #video-reviews {
    max-width: 600px;
    margin: 0 auto;
  }
  #video-reviews .items {
    display: block;
    margin-bottom: 40px;
  }
  #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: 15px;
    line-height: 24px;
    color: #4b5159;
  }
  #video-reviews .items iframe {
    margin-bottom: 15px;
  }
  #video-reviews .owl-carousel .owl-dots {
    margin-top: 20px;
  }
}
#we-help {
  background: #1971c2;
  color: #fff;
  text-align: center;
}
#we-help .owl-dots {
  margin-top: 20px;
}
#we-help .section {
  padding-bottom: 20px;
}
#we-help h2 {
  max-width: 820px;
  margin-bottom: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
#we-help h3 {
  font-weight: 500;
  font-size: 22px;
  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;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
@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;
  }
}
@media (max-width: 600px) {
  #we-help h2 {
    margin-bottom: 40px;
  }
  #we-help .section {
    padding-bottom: 60px;
  }
}
#ready-start {
  background: #464646;
}
#ready-start .section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
#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;
  color: #fff;
}
#ready-start .left .info {
  margin-bottom: 50px;
  font-size: 23px;
  line-height: 32px;
}
#ready-start .left .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 360px;
  margin-bottom: 13px;
}
@media (max-width: 600px) {
  #ready-start .left .btn {
    width: 100%;
  }
}
#ready-start .left .plan {
  font-size: 12px;
  line-height: 16px;
  color: #989898;
  margin: 0 auto;
}
@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;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#personal-support .items {
  display: flex;
  justify-content: space-between;
}
#personal-support .item {
  width: 390px;
  background: #fff;
  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: #464646;
}
@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: #fff;
}
#faq .container {
  padding-top: 0;
}
#faq .cols {
  display: flex;
}
#faq h2 {
  margin-bottom: 62px;
  text-align: center;
}
#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: #ededf3;
}
#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: #fff url(./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: #ededf3;
}
#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;
  }
}
#consult {
  text-align: center;
  background: #f7f7f7;
}
#consult .team {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
#consult .item {
  margin: 0 22px;
}
#consult h3 {
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
#consult .btn {
  width: 217px;
  margin: 0 auto;
}
#consult .name {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 4px;
}
#consult .position {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #969594;
}
@media (max-width: 767px) {
  #consult .owl-dots {
    margin-top: 15px;
  }
  #consult .team {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #consult .item img {
    margin: 0 auto;
    width: 187px;
  }
  #consult h3 {
    margin-bottom: 40px;
  }
}
#owl-managers {
  flex: 1;
  width: 100%;
}
#owl-managers .owl-carousel .owl-item .item {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 15px 35px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
#owl-managers .owl-carousel .owl-item .item img {
  max-width: 165px;
}
#owl-managers .owl-carousel .owl-item .item-name {
  display: block;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px;
}
#owl-managers .owl-carousel .owl-dots {
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  #owl-managers .owl-carousel .owl-item .item {
    flex-flow: column;
    text-align: center;
  }
  #owl-managers .owl-carousel .owl-item .item-name {
    margin: 0 0 5px;
  }
  #owl-managers .owl-carousel .owl-item .item img {
    max-width: 120px;
  }
}
