.grecaptcha-badge {
  display: none !important;
}

.hero.without-input .sub-title {
  color: rgba(0, 0, 0, 0.7) !important;
}

.tabs_section h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 16px;
}

#primary .business_name_container {
  padding: 60px 0;
  background-color: #000;
}
#primary .business_name_container .business_name_container_title {
  text-align: center;
  margin-bottom: 64px;
}
#primary .business_name_container .business_name_container_title h2 {
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
#primary .business_name_container .section_description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 48px;
  text-align: center;
}
#primary .business_name_container .items_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
#primary .business_name_container .items_container .business_name_item a {
  text-decoration: none;
  padding: 8px 24px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 24px;
  display: inline-block;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.1);
}
#primary .business_name_container .items_container .business_name_item a:hover {
  opacity: 0.5;
}
#primary .posts_section {
  padding: 152px 0 0 0;
}
#primary .posts_section h2 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 64px;
}
#primary .posts_section .posts_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#primary .posts_section .posts_grid .post_card {
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
#primary .posts_section .posts_grid .post_card:visited {
  color: #000000;
}
#primary .posts_section .posts_grid .post_card .tag {
  padding: 8px 12px;
  border-radius: 9999px;
  background: rgba(51, 57, 241, 0.1);
  color: rgba(51, 57, 241, 0.8);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
  display: inline-block;
}
#primary .posts_section .posts_grid .post_card h5 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  height: 120px;
  color: #000000;
}
#primary .posts_section .posts_grid .post_card p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 24px;
}
#primary .posts_section .posts_grid .post_card .card_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#primary .posts_section .posts_grid .post_card .card_footer .date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
#primary .posts_section .posts_grid .post_card .card_footer .link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px -3px 4px -2px rgba(0, 0, 0, 0.04);
}
#primary .posts_section .posts_grid .post_card .card_footer .link a {
  display: block;
}
#primary .posts_section .posts_grid .post_card .card_footer .link a img {
  width: 24px;
  height: 24px;
}
#primary .benefits {
  padding: 80px 0;
  background-color: #f5f5f6;
}
#primary .benefits h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 52px;
}
#primary .benefits p.subtitle {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 48px;
  text-align: center;
}
#primary .benefits .btn_holder {
  text-align: center;
  margin-bottom: 64px;
}
#primary .benefits .benefits_grid_holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}
#primary .benefits .benefits_grid_holder .item {
  padding: 32px;
  text-align: left !important;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
#primary .benefits .benefits_grid_holder .item img {
  width: 34px;
  height: 27px;
}
#primary .benefits .benefits_grid_holder .item h3 {
  margin: 24px 0 16px 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
#primary .benefits .benefits_grid_holder .item p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0;
}
#primary .intro_container h1 {
  text-align: center;
  font-weight: 800;
}
#primary .intro_container h1 strong {
  color: #3339f0;
  font-weight: 800;
}
#primary .intro_container .btn_holder {
  text-align: center;
  margin-top: 40px;
}
#primary .intro_container .featured_by {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
}
#primary .intro_container .featured_by div {
  height: 60px;
  background-size: contain;
}
#primary .intro_container .featured_by div.techradar {
  width: 186px;
  background-image: url("../../../../../uploads/tenweb-theme/images/featured_by/small/techradar-gray.svg");
}
#primary .intro_container .featured_by div.techradar:hover {
  background-image: url("../../../../../uploads/tenweb-theme/images/featured_by/small/techradar.svg");
}
#primary .intro_container .featured_by div.forbes {
  width: 120px;
  background-image: url("../../../../../uploads/tenweb-theme/images/featured_by/small/forbes-gray.svg");
}
#primary .intro_container .featured_by div.forbes:hover {
  background-image: url("../../../../../uploads/tenweb-theme/images/featured_by/small/forbes.svg");
}
#primary .intro_container .featured_by div.tech_crunch {
  width: 201px;
  background-image: url("../../../../../uploads/tenweb-theme/images/featured_by/small/tech_crunch-gray.svg");
}
#primary .intro_container .featured_by div.tech_crunch:hover {
  background-image: url("../../../../../uploads/tenweb-theme/images/featured_by/small/tech_crunch.svg");
}
#primary .niches_container {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
#primary .niches_container .container {
  position: relative;
  padding: 50px 0 120px 0;
}
#primary .niches_container .visible_sm {
  display: none;
}
#primary .niches_container .image_wrapper {
  position: absolute;
  bottom: 0;
  right: -33%;
  width: 940px;
  height: 545px;
  text-align: right;
  overflow: hidden;
}
#primary .niches_container .image_wrapper img {
  max-width: 100%;
  object-fit: cover;
}
#primary .niches_container * {
  box-sizing: border-box;
  color: #fff;
}
#primary .niches_container h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 20px;
}
#primary .niches_container p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
}
#primary .niches_container .niches_content {
  margin-top: 120px;
  position: relative;
}
#primary .niches_container .niches_content .niche_content {
  display: none;
}
#primary .niches_container .niches_content .niche_content.active {
  display: block;
}
#primary .niches_container .niches_content .niche_content .title {
  font-size: 26px;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 10px;
}
#primary .niches_container .niches_content .niche_content p {
  font-size: 20px;
  line-height: 34px;
  max-width: 520px;
  margin-bottom: 40px;
}
#primary .niches_container .niches_content .niche_content p:empty {
  display: none;
}
#primary .niches_container ul {
  display: flex;
  gap: 30px;
}
#primary .niches_container ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  cursor: pointer;
}
#primary .niches_container ul li.active {
  border-bottom: 4px solid #3339f0;
}
#primary .how_to_container {
  padding: 150px 0;
}
#primary .how_to_container h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: center;
}
#primary .how_to_container p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 50px;
  text-align: center;
}
#primary .how_to_container .how_to_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#primary .how_to_container .how_to_inner .image_wrapper {
  flex: 0 0 520px;
  width: 520px;
}
#primary .how_to_container .how_to_inner .image_wrapper img {
  max-width: 100%;
}
#primary .how_to_container .how_to_inner .item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  opacity: 0.3;
  cursor: pointer;
}
#primary .how_to_container .how_to_inner .item:hover {
  opacity: 1;
}
#primary .how_to_container .how_to_inner .item.active {
  opacity: 1;
}
#primary .how_to_container .how_to_inner .item.active .content {
  display: block;
}
#primary .how_to_container .how_to_inner .item .item_number {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  background-color: #3339f0;
  outline: 5px solid rgba(51, 57, 240, 0.3);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  transform: translateY(4px);
}
#primary .how_to_container .how_to_inner .item .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
#primary .how_to_container .how_to_inner .item .content {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  opacity: 0.7;
  margin-top: 10px;
  display: none;
  width: 480px;
  font-weight: 600;
}
#primary .tips_container {
  padding: 150px 0 0 0;
}
#primary .tips_container .btn_holder {
  text-align: center;
  margin-top: 40px;
}
#primary .tips_container h3 {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 800;
}
#primary .tips_container .tips_outer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
#primary .tips_container .tips_outer .tip_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 0 0 calc(50% - 20px);
}
#primary .tips_container .tips_outer .tip_wrapper .tip_icon {
  flex: 0 0 36px;
}
#primary .tips_container .tips_outer .tip_wrapper .content .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}
#primary .tips_container .tips_outer .tip_wrapper .content .description {
  font-size: 16px;
  line-height: 30px;
  max-width: 476px;
}
#primary .image-slider {
  margin: 0;
  width: 100%;
}
#primary .image-slider .image-slider__container {
  padding: 0;
}
#primary .image-slider .image-slider__container .image-slider__tabs {
  width: 100%;
}
#primary .image-slider .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container p {
  font-weight: 600;
}
#primary .image-slider .image-slider__container .image-slider__tabs .image-slider__item.active h3 {
  opacity: 1;
}
#primary .image-slider .image-slider__container .image-slider__tabs .image-slider__item:last-child {
  margin-bottom: 0;
}
#primary .carousel_section {
  overflow-x: hidden;
  background-color: #f5f5f6;
}
#primary .carousel_section .button_container .tw_button {
  width: auto;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 220px;
}
#primary .carousel_section .carosuel_intro_wrapper {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 64px;
}
#primary .carousel_section .carosuel_intro_wrapper .title_holder h2 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
}
#primary .carousel_section .carosuel_intro_wrapper .title_holder p {
  font-size: 20px;
  line-height: 30px;
}
#primary .carousel_section .carosuel_intro_wrapper .title_holder p a {
  text-decoration: underline;
}
#primary .carousel_section .carosuel_intro_wrapper .title_holder p a:visited {
  color: #000000;
}
#primary .carousel_section .carosuel_intro_wrapper .btn_holder {
  flex: 0 0 200px;
}
#primary .carousel_section .carosuel_intro_wrapper .btn_holder a {
  text-align: center;
  align-self: flex-end;
}
#primary .show_case_outer {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-top: 80px;
}
#primary .show_case_outer .show_case_inner.visible_tablet {
  display: none;
}
#primary .show_case_outer .show_case_inner {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  animation: marquee-inner 90s linear infinite;
  animation-fill-mode: forwards;
}
#primary .show_case_outer .show_case_inner.animate_left {
  animation: marquee-inner-left 90s linear infinite;
  align-self: flex-end;
}
#primary .show_case_outer .show_case_inner .show_case_items {
  width: auto;
  margin-bottom: 30px;
}
#primary .show_case_outer .show_case_inner .show_case_items .items {
  display: flex;
  gap: 24px;
}
#primary .show_case_outer .show_case_inner .show_case_items .items .item img {
  width: 720px;
  height: 480px;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#primary .last_section {
  padding: 0 0 120px 0;
  background-color: #000000;
}
#primary .last_section .breadcrumbs {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#primary .last_section .breadcrumbs img {
  width: 16px;
  height: 16px;
}
#primary .last_section .breadcrumbs a {
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
}
#primary .last_section .breadcrumbs a:hover {
  text-decoration: underline;
}
#primary .last_section .breadcrumbs span {
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#primary .last_section h3 {
  text-align: center;
  font-size: 42px;
  line-height: 62px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}
#primary .last_section p {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
#primary .last_section .btn_holder {
  text-align: center;
}

@keyframes marquee-inner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2740px);
  }
}
@keyframes marquee-inner-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(2740px);
  }
}
