@charset "UTF-8";
@font-face {
  font-family: "Plain";
  src: url("../font/Plain-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plain";
  src: url("../font/Plain-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plain";
  src: url("../font/Plain-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Plain", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: "Plain";
}

a {
  text-decoration: none;
  font-family: "Plain";
  padding: 0;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent !important;
}

:focus-visible {
  outline: none;
}

textarea {
  font-family: "Plain";
}

a,
button,
div,
span {
  font-family: "Plain";
  -webkit-tap-highlight-color: transparent;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4684f8;
  cursor: pointer;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "plain";
  z-index: 2;
}
.btn:hover {
  background-color: #303030;
  color: #fff;
}
@media (max-width: 768px) {
  .btn:hover {
    background-color: #4684f8;
  }
}
.btn--md {
  height: 56px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 32px;
}
.btn--sm {
  height: 48px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 24px;
}
.btn--lg {
  height: 108px;
  border-radius: 12px;
  font-size: 39px;
  font-weight: 500;
  padding: 0 56px;
}
@media (max-width: 768px) {
  .btn--lg {
    height: 56px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 32px;
  }
}

.mt-48px {
  margin-top: 48px;
}

.mt-24px {
  margin-top: 24px;
}

.main-web-header {
  background-color: #fff;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  position: fixed;
  width: 100%;
  z-index: 99;
}
.main-web-header .main-header-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
.main-web-header .main-header-wrapper .main-header-menu-col {
  display: flex;
  align-items: center;
  gap: 72px;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col {
  display: flex;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .header-menu,
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .product-header-menu {
  font-size: 16px;
  color: #303030;
  font-weight: 600;
  line-height: 120%;
  padding: 0 24px;
  cursor: pointer;
  white-space: nowrap;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .product-header-menu {
  position: relative;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .menu-active-dot {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 52px;
  top: 28px;
  background-color: #4684F8;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .product-header-menu.active .menu-active-dot {
  opacity: 1;
  transform: scale(1);
}
.main-web-header .main-header-wrapper .main-header-btn-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.main-web-header .main-header-wrapper .main-header-btn-col .header-menu {
  font-size: 16px;
  color: #303030;
  font-weight: 600;
  line-height: 120%;
  padding: 0 24px;
  cursor: pointer;
  white-space: nowrap;
}
.main-web-header .main-header-wrapper .main-header-btn-col .free-trial-btn {
  display: flex;
  height: 48px;
  padding: 0 24px;
  align-items: center;
  border-radius: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #4684F8;
  white-space: nowrap;
}
.main-web-header .main-header-wrapper .main-header-btn-col .free-trial-btn:hover {
  background-color: #303030;
  color: #fff;
}
@media (max-width: 768px) {
  .main-web-header .main-header-wrapper .main-header-btn-col .free-trial-btn:hover {
    background-color: #4684f8;
  }
}
.main-web-header .product-submenu-container-web {
  border-bottom: 2px solid #D9D9D9;
  background-color: #fff;
  position: absolute;
  top: 78px;
  width: 100%;
  /* ✅ hidden state */
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  pointer-events: none;
  /* ✅ smooth animation */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.main-web-header .product-submenu-container-web.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 32px 0 48px;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item {
  display: flex;
  padding: 24px;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: #F9F9F9;
  /* ✅ added transition */
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col {
  padding-top: 5px;
  position: relative;
  width: 28px;
  min-width: 28px;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col svg {
  width: 28px;
  height: 28px;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col .idle-icon,
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col .active-icon {
  position: absolute;
  top: 5px;
  left: 0;
  transition: opacity 0.3s ease;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col .active-icon {
  opacity: 0;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-content-col .product-menu-h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-content-col .product-menu-p {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #777;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a:hover .product-submenu-item {
  background-color: #F6F9FF;
  border: 1px solid #B5CEFC;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a:hover .product-submenu-item .idle-icon {
  opacity: 0;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a:hover .product-submenu-item .active-icon {
  opacity: 1;
}

.main-mobile-header {
  display: none;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.main-mobile-header .mobile-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  /* Top line */
  /* Bottom line */
  /* ✅ Active state → Cross */
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #303030;
  left: 0;
  transition: all 0.3s ease;
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger span:nth-child(1) {
  top: 4px;
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger span:nth-child(2) {
  bottom: 4px;
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger.active span:nth-child(2) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.main-mobile-header .mobile-header-dropdown-container {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  /* ✅ hidden by default */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
  /* ✅ when open */
}
.main-mobile-header .mobile-header-dropdown-container.active {
  max-height: fit-content;
  opacity: 1;
  transform: translateY(0);
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 1.5rem;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .mobile-menu-col,
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu {
  padding: 24px 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .mobile-menu-col a,
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu a {
  color: #303030;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu .dropdown-img {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu.active .dropdown-img {
  transform: rotate(270deg);
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container {
  margin-top: 12px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container.active {
  opacity: 1;
  transform: translateY(0);
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container .product-mobile-submenu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container .product-mobile-submenu-wrapper .product-mobile-submenu-col {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: #303030;
  font-weight: 400;
  line-height: 120%;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container .product-mobile-submenu-wrapper .product-mobile-submenu-col .svg-col .icon {
  width: 28px;
  height: 28px;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container .product-mobile-submenu-wrapper .product-mobile-submenu-col span {
  margin-top: -5px;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .free-trial-mb-btn {
  display: flex;
  height: 56px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #4684F8;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  margin: 12px 0;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .signin-mb-btn {
  display: flex;
  height: 56px;
  padding: 21.58px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #4684F8;
  font-size: 16px;
  color: #4684F8;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 80px;
}

.main-footer-conatiner {
  padding: 152px 0;
  background-color: #1C1F26;
}
.main-footer-conatiner .main-footer-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper {
  margin: 80px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .footer-menu-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin-bottom: 40px;
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper .footer-menu {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #9F9F9F;
}
.main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
.main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-content-col {
  flex: 1;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 120%;
}
.main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-icon-col {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

@media (max-width: 768px) {
  .main-web-header {
    display: none;
  }
  .main-mobile-header {
    display: block;
  }
  .main-footer-conatiner {
    padding: 48px 24px;
  }
  .main-footer-conatiner .main-footer-wrapper {
    width: 100%;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper {
    margin: 0;
    grid-template-columns: 1fr;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .footer-menu-heading {
    margin: 48px 0 40px;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper {
    flex-direction: column-reverse;
    gap: 48px;
    margin-top: 48px;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-icon-col {
    justify-content: space-between;
    gap: 12px;
  }
}
.main-hero-section {
  padding: 0 0 208px;
}
.main-hero-section .hero-section-container {
  overflow: hidden;
  position: relative;
}
.main-hero-section .hero-section-container .bg-shade {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: -1;
  width: 1412px;
  height: 613px;
  border-radius: 252px;
  transform: rotate(44deg);
  opacity: 0.6;
  background: linear-gradient(90deg, rgba(255, 148, 43, 0.5) 0%, rgba(33, 107, 246, 0.6) 100%);
  filter: blur(150px);
  backface-visibility: hidden;
}
.main-hero-section .hero-section-container .btn-container {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 208px;
}
.main-hero-section .hero-section-container .btn-container .agentic-ai {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 56px;
  gap: 8px;
  padding: 16px 24px 16px 16px;
  border-radius: 6px;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.main-hero-section .hero-section-container .btn-container .agentic-ai p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.main-hero-section .hero-section-container .btn-container .agentic-ai .ai-img {
  width: 24px;
  height: 24px;
}
.main-hero-section .hero-section-container .text-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 32px;
  gap: 16px;
}
.main-hero-section .hero-section-container .text-wrapper .left-side {
  width: 740px;
}
.main-hero-section .hero-section-container .text-wrapper .left-side h1 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.main-hero-section .hero-section-container .text-wrapper .left-side h1 .text-rotator {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1.2;
}
.main-hero-section .hero-section-container .text-wrapper .left-side h1 .text-rotator .words {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
  will-change: transform;
}
.main-hero-section .hero-section-container .text-wrapper .left-side h1 .text-rotator .words span {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
.main-hero-section .hero-section-container .text-wrapper .left-side h1 .anime-text {
  background: linear-gradient(82deg, #ff482c, #6a00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.main-hero-section .hero-section-container .text-wrapper .right-side {
  width: 516px;
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
}
.main-hero-section .hero-section-container .text-wrapper .right-side .btn-hero {
  margin-top: 32px;
  width: fit-content;
}
.main-hero-section .hero-section-container .dashboard-img {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-hero-section .hero-section-container .dashboard-img .dashboard-web {
  max-width: 1378px;
  width: 90%;
  height: auto;
}
.main-hero-section .hero-section-container .dashboard-img .dashboard-mb {
  display: none;
}
.main-hero-section .hero-section-container .bg-image-section {
  position: relative;
}
.main-hero-section .hero-section-container .bg-image-section .platform-section {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 120px;
}
.main-hero-section .hero-section-container .bg-image-section .platform-section .quality-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  width: 58%;
}
.main-hero-section .hero-section-container .bg-image-section .platform-section .quality-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin: 48px 0;
  width: 58%;
}
.main-hero-section .hero-section-container .bg-image-section .platform-section .btn-hero {
  margin-top: 48px;
  width: fit-content;
}
.main-hero-section .hero-section-container .bg-image-section .quality-img {
  max-width: 1280px;
  margin: auto;
  width: 90%;
  z-index: 2;
}
.main-hero-section .hero-section-container .bg-image-section .quality-img img {
  margin-top: 120px;
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  width: 100%;
}
.main-hero-section .hero-section-container .bg-image-section .bg-gradient-hero {
  position: absolute;
  width: 1356px;
  height: 613px;
  left: 15%;
  top: 44%;
  transform: rotate(31.45deg);
  border-radius: 251.96px;
  opacity: 1;
  background: linear-gradient(90deg, rgba(33, 107, 246, 0.2) 0%, rgba(255, 148, 43, 0.2) 100%);
  filter: blur(150px);
  z-index: -1;
}
@media (max-width: 768px) {
  .main-hero-section {
    padding: 0 0 48px;
  }
  .main-hero-section .hero-section-container .btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
  .main-hero-section .hero-section-container .text-wrapper {
    flex-direction: column;
    margin-top: 24px;
    gap: 24px;
    padding: 0 24px;
    width: 100%;
  }
  .main-hero-section .hero-section-container .text-wrapper .left-side {
    width: 100%;
  }
  .main-hero-section .hero-section-container .text-wrapper .left-side h1 {
    font-size: 49px;
    text-align: center;
  }
  .main-hero-section .hero-section-container .text-wrapper .left-side h1 br {
    display: none;
  }
  .main-hero-section .hero-section-container .text-wrapper .left-side h1 .text-rotator {
    width: 100%;
  }
  .main-hero-section .hero-section-container .text-wrapper .left-side h1 .words span {
    text-align: center;
    justify-content: center;
  }
  .main-hero-section .hero-section-container .text-wrapper .right-side {
    width: 100%;
    font-size: 16px;
  }
  .main-hero-section .hero-section-container .text-wrapper .right-side p {
    text-align: center;
    font-size: 16px;
  }
  .main-hero-section .hero-section-container .text-wrapper .right-side .btn-hero {
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 24px;
  }
  .main-hero-section .hero-section-container .dashboard-img {
    margin-top: 40px;
    padding: 0 24px;
  }
  .main-hero-section .hero-section-container .dashboard-img .dashboard-web {
    display: none;
  }
  .main-hero-section .hero-section-container .dashboard-img .dashboard-mb {
    display: block;
    width: 100%;
    height: auto;
  }
  .main-hero-section .hero-section-container .bg-image-section .platform-section {
    width: 100%;
    padding: 0 24px;
    margin-top: 104px;
  }
  .main-hero-section .hero-section-container .bg-image-section .platform-section .quality-h2 {
    width: 100%;
    font-size: 31px;
  }
  .main-hero-section .hero-section-container .bg-image-section .platform-section .quality-p {
    width: 100%;
    font-size: 16px;
    margin: 24px 0 32px;
  }
  .main-hero-section .hero-section-container .bg-image-section .platform-section .quality-p br {
    display: none;
  }
  .main-hero-section .hero-section-container .bg-image-section .quality-img {
    padding: 0 16px;
    width: 100%;
  }
  .main-hero-section .hero-section-container .bg-image-section .quality-img img {
    margin-top: 48px;
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
  .main-hero-section .hero-section-container .bg-image-section .bg-gradient-hero {
    width: 567px;
    height: 237px;
    left: -20%;
    top: 44%;
    filter: blur(40px);
    background: linear-gradient(90deg, rgba(33, 107, 246, 0.2) 0%, rgba(255, 148, 43, 0.2) 100%);
  }
  .main-hero-section .hero-section-container .bg-shade {
    top: 30%;
    left: -20%;
    width: 567px;
    height: 237px;
    filter: blur(100px);
  }
}

.animation-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: none;
}
.animation-section.active {
  display: flex;
}
.animation-section .left-animation-col {
  flex: 1;
  background-color: #f4f4f4;
  padding-bottom: 308px;
}
.animation-section .left-animation-col .agentic-ai {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 208px 0 0 17%;
  height: 56px;
  width: fit-content;
  gap: 8px;
  padding: 16px 24px 16px 16px;
  border-radius: 6px;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.animation-section .left-animation-col .agentic-ai p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.animation-section .left-animation-col .agentic-ai .ai-img {
  width: 24px;
  height: 24px;
}
@media (max-width: 1550px) {
  .animation-section .left-animation-col .agentic-ai {
    margin: 208px 0 0 12.5%;
  }
}
.animation-section .left-animation-col .left-animation-section {
  padding: 32px 124px 0 17%;
}
@media (max-width: 1550px) {
  .animation-section .left-animation-col .left-animation-section {
    padding: 32px 124px 0 12.5%;
  }
}
.animation-section .left-animation-col .left-animation-section .heading-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.animation-section .left-animation-col .left-animation-section .desc-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin: 48px 0 40px;
}
.animation-section .left-animation-col .left-animation-section .animation-menu-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 48px;
  cursor: pointer;
}
.animation-section .left-animation-col .left-animation-section .animation-menu-wrapper .inactive-line {
  width: 4px;
  min-width: 4px;
  background-color: #e3e3e3;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  align-self: stretch;
}
.animation-section .left-animation-col .left-animation-section .animation-menu-wrapper .inactive-line .active-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #303030;
  border-radius: 4px;
}
.animation-section .left-animation-col .left-animation-section .animation-menu-wrapper .animation-menu-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
}
.animation-section .left-animation-col .left-animation-section .animation-menu-wrapper .animation-menu-content .animation-h3 {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.animation-section .left-animation-col .left-animation-section .animation-menu-wrapper .animation-menu-content .animation-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
}
.animation-section .right-animation-col {
  flex: 1;
  background-color: #f9f9f9;
  overflow: hidden;
}
.animation-section .right-animation-col .animation-images {
  position: relative;
}
.animation-section .right-animation-col .animation-images .bug-report-image {
  border-radius: 28px;
  margin: 300px 0 0 24%;
}
@media (max-width: 1550px) {
  .animation-section .right-animation-col .animation-images .bug-report-image {
    margin: 300px 0 0 12.5%;
  }
}
.animation-section .right-animation-col .animation-images .sentiment-image {
  margin: 276px 0 0 100px;
  right: 0 !important;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
@media (max-width: 1550px) {
  .animation-section .right-animation-col .animation-images .sentiment-image {
    width: 90%;
    height: auto;
  }
}
.animation-section .right-animation-col .animation-images img {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  box-shadow: 0px 5px 100px 30px rgba(0, 0, 0, 0.1);
}
.animation-section .right-animation-col .animation-images img.active {
  opacity: 1;
}
.animation-section .right-animation-col .animation-images .netstat-image {
  margin: 232px 0 0 100px;
  right: 0 !important;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
@media (max-width: 1550px) {
  .animation-section .right-animation-col .animation-images .netstat-image {
    width: 90%;
    height: auto;
  }
}
.animation-section.animation-paused .active-line {
  animation-play-state: paused;
}

.animation-container {
  position: relative;
}

.arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 12.5%;
  left: 37%;
  transform: translateX(-50%);
}
.arrow-wrapper .left-arrow,
.arrow-wrapper .right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  cursor: pointer;
}
.arrow-wrapper .left-arrow.disable,
.arrow-wrapper .right-arrow.disable {
  opacity: 0.4;
  cursor: not-allowed;
  border: solid 1px #303030;
}
.arrow-wrapper .left-arrow.disable #right-arrow-active,
.arrow-wrapper .right-arrow.disable #right-arrow-active {
  display: none;
}
.arrow-wrapper .left-arrow.disable #right-arrow-disable,
.arrow-wrapper .right-arrow.disable #right-arrow-disable {
  transform: rotate(180deg);
}
.arrow-wrapper .left-arrow.disable #left-arrow-active,
.arrow-wrapper .right-arrow.disable #left-arrow-active {
  display: none;
}
.arrow-wrapper .left-arrow.active,
.arrow-wrapper .right-arrow.active {
  background-color: #303030;
  border: solid 1px #303030;
}
.arrow-wrapper .left-arrow.active #right-arrow-disable,
.arrow-wrapper .right-arrow.active #right-arrow-disable {
  display: none;
}
.arrow-wrapper .left-arrow.active #left-arrow-disable,
.arrow-wrapper .right-arrow.active #left-arrow-disable {
  display: none;
}
.arrow-wrapper .left-arrow.active #left-arrow-active,
.arrow-wrapper .right-arrow.active #left-arrow-active {
  transform: rotate(180deg);
}
.arrow-wrapper .left-arrow svg,
.arrow-wrapper .right-arrow svg {
  width: 25px;
  height: 24px;
}

.animation-container-mb {
  display: none;
}

@media (max-width: 768px) {
  .crash-report-animation-section {
    display: none;
  }
  .animation-container {
    display: none !important;
  }
  .linefill-animation-container {
    display: none;
  }
  .animation-container-mb {
    display: block;
    padding: 104px 24px;
    background-color: #f4f4f4;
  }
  .animation-container-mb .agentic-ai {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    width: fit-content;
    gap: 8px;
    padding: 16px 24px 16px 16px;
    border-radius: 6px;
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-bottom: 24px;
  }
  .animation-container-mb .agentic-ai p {
    font-family: "Plain";
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
  }
  .animation-container-mb .agentic-ai .ai-img {
    width: 24px;
    height: 24px;
  }
  .animation-container-mb .animation-main-heading-h2 {
    font-family: "Plain";
    font-size: 31px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 80px;
  }
  .animation-container-mb .mtop-104px {
    margin-top: 104px;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section {
    width: 100%;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .swipe-h2 {
    font-family: "Plain";
    font-size: 31px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .swipe-h2.center-text {
    text-align: center;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .swipe-p {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    margin-top: 24px;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images {
    position: relative;
    background-color: #f9f9f9;
    margin: 48px 0;
    width: 100%;
    min-height: 464px;
    padding: 24px 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images.bug-report {
    background-color: transparent;
    margin: 0;
    min-height: 500px;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images.crash-reporting {
    background-color: #fff;
    border-radius: 16px;
    min-height: 500px;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images.sentiment-height {
    min-height: 254px !important;
    background-color: #fff;
    border-radius: 16px;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images.sentiment-height .image-sentiment-2 {
    height: 192px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images.sentiment-height .image-sentiment {
    height: 100%;
    width: 100%;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .landing-img {
    position: absolute;
    top: 24px;
    bottom: 24px;
    max-height: calc(100% - 48px);
    opacity: 0;
    transition: opacity 0.5s ease;
    will-change: opacity;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    /* alignment modifiers */
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .landing-img.active {
    opacity: 1;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .landing-img.align-center {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 13px;
    height: 416px;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .landing-img.align-right {
    right: 0;
    height: 416px;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .landing-img.align-left {
    left: 0;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .bug-report-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    will-change: opacity;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .bug-report-img.active {
    opacity: 1;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .crash-reporting-img {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    will-change: opacity;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .crash-reporting-img.active {
    opacity: 1;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-animation-images .crash-reporting-img.img-4 {
    left: 20%;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-menu-wrapper .mobile-inactive-line {
    width: 2px;
    min-width: 2px;
    background-color: #e3e3e3;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    align-self: stretch;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-menu-wrapper .mobile-inactive-line .mobile-active-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #303030;
    border-radius: 4px;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-menu-wrapper .animation-menu-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-menu-wrapper .animation-menu-content .animation-h3 {
    font-family: "Plain";
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
  }
  .animation-container-mb .swipe-sections-wrapper .swipe-section .mobile-menu-wrapper .animation-menu-content .animation-p {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #777;
  }
  .animation-container-mb .aniamtion-progress-wrapper {
    margin-top: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .animation-container-mb .aniamtion-progress-wrapper .mobile-progress-bar {
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .animation-container-mb .aniamtion-progress-wrapper .mobile-progress-bar.mobile-progress-active {
    width: 28px;
    background-color: #000;
  }
  .google-apple-btn {
    display: none !important;
  }
  .mobile-btn-wrapper {
    display: block;
  }
  .mobile-btn-wrapper .mobile-btn {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mobile-btn-wrapper .mobile-btn a img {
    width: 100%;
  }
  .customer-feedback-section {
    display: none;
  }
  .customer-feedback-section-mb {
    display: block !important;
    padding: 104px 0;
    background: #FFF;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .customer-feedback-h2-mb {
    font-family: "Plain";
    font-size: 39px;
    line-height: 1.2;
    font-weight: 600;
    color: #303030;
    text-align: center;
    padding: 0 24px;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .customer-feedback-p-mb {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    margin-top: 24px;
    padding: 0 24px;
    text-align: center;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .customer-profile-container-mb {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 24px;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .customer-profile-container-mb .customer-profile-col {
    border-radius: 20px;
    background: #F6F9FF;
    padding-top: 48px;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .customer-profile-container-mb .customer-profile-col .customer-profile-name-mb {
    font-family: "Plain";
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    color: #303030;
    padding: 0 24px;
    text-align: center;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .customer-profile-container-mb .customer-profile-col .customer-profile-feedback-mb {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    padding: 0 24px;
    margin-top: 16px;
    text-align: center;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .customer-profile-container-mb .customer-profile-col img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .arrow-image-mb {
    margin-top: 104px;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .arrow-image-mb img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .arrow-image-mb .arrow-img-content {
    padding: 0 24px;
    margin-top: 48px;
  }
  .customer-feedback-section-mb .customer-feedback-wrapper-mb .arrow-image-mb .arrow-img-content .arrow-img-content-p {
    font-family: "Plain";
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    margin-top: 24px;
  }
  .tab-circular-animation-wrapper {
    padding: 48px 24px !important;
  }
  .tab-circular-animation-wrapper .tab-analyze-h2 {
    font-size: 25px !important;
    width: 100% !important;
  }
  .tab-circular-animation-wrapper .tab-analyze-h2.netstas-tab-h2 {
    padding: 0 !important;
  }
  .tab-circular-animation-wrapper .progress-ring-inactive {
    display: none;
  }
  .tab-circular-animation-wrapper .progress-ring-active__circle {
    display: none;
  }
  .tab-circular-animation-wrapper .tab-inactive-line {
    width: 0;
    height: 2px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width linear;
  }
  .tab-circular-animation-wrapper .tab-line-animation {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
  }
  .tab-circular-animation-wrapper .tab-line-animation.netstats-tab-line {
    background-color: #4f4f4f;
    opacity: 0.3;
  }
  .tab-circular-animation-wrapper .tab-line-fill {
    width: 0%;
    height: 100%;
    background-color: #303030;
    transition: width linear;
    border-radius: 8px;
  }
  .tab-circular-animation-wrapper .tab-image-wrapper {
    height: 250px !important;
    margin-top: 42px !important;
  }
  .tab-circular-animation-wrapper .tab-image-wrapper.netstats-img-wrapper {
    height: 180px !important;
  }
  .tab-circular-animation-wrapper .tab-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .tab-circular-animation-wrapper .tab-image-wrapper img.active-image {
    opacity: 1;
  }
  .tab-circular-animation-wrapper .tab-image-wrapper .tab-image-1 {
    width: 100% !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
  .tab-circular-animation-wrapper .tab-image-wrapper .netstats-tab-img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
  .tab-circular-animation-wrapper .tab-image-wrapper .tab-image-2 {
    height: 180px;
    width: auto !important;
    object-fit: contain;
  }
  .tab-circular-animation-wrapper .tab-image-wrapper .tab-image-3 {
    height: 180px;
    width: auto !important;
    object-fit: contain;
  }
  .tab-circular-animation-wrapper .tab-analyzer-menu-content {
    flex-direction: column !important;
    gap: 32px !important;
    margin-top: 42px !important;
  }
  .tab-circular-animation-wrapper .tab-analyzer-menu-content.netstats-tab-content {
    padding: 0 !important;
  }
}
.carousal-container {
  padding: 320px 0;
  background-color: #1b1b1b;
}
.carousal-container .app-life-wrapper {
  max-width: 880px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousal-container .app-life-wrapper .agentic-ai {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 56px;
  gap: 8px;
  padding: 16px 24px 16px 16px;
  border-radius: 6px;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.1);
}
.carousal-container .app-life-wrapper .agentic-ai p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
.carousal-container .app-life-wrapper .agentic-ai .ai-img {
  width: 24px;
  height: 24px;
}
.carousal-container .app-life-wrapper .app-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin: 32px 0 48px;
  text-align: center;
}
.carousal-container .app-life-wrapper .app-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  width: 88%;
  margin: auto;
  text-align: center;
}
.carousal-container .carousal-wrapper {
  max-width: 1440px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: 112px auto 0;
  overflow: hidden;
}
.carousal-container .carousal-wrapper .slider .slick-slide {
  margin-right: 40px;
}
.carousal-container .carousal-wrapper .slider-wrapper {
  width: 1032px;
}
.carousal-container .carousal-wrapper .slider-wrapper .slider-img {
  height: 501px;
  background-color: #202020;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.carousal-container .carousal-wrapper .slider-wrapper .slider-img .slider-web {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousal-container .carousal-wrapper .slider-wrapper .slider-img .slider-mb {
  display: none;
}
.carousal-container .carousal-wrapper .slider-wrapper .slider-content {
  background-color: #000;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 48px;
}
.carousal-container .carousal-wrapper .slider-wrapper .slider-content .developer-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.carousal-container .carousal-wrapper .slider-wrapper .slider-content .developer-text .line {
  width: 24px;
  height: 2px;
  border-radius: 8px;
  background-color: #fa5;
}
.carousal-container .carousal-wrapper .slider-wrapper .slider-content .developer-text .text {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #fa5;
}
.carousal-container .carousal-wrapper .slider-wrapper .slider-content .developer-h3 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  margin: 24px 0 16px;
}
.carousal-container .carousal-wrapper .slider-wrapper .slider-content .developer-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
}
.carousal-container .carousal-wrapper .slick-list {
  overflow: visible;
}
.carousal-container .progress-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 112px 0 0;
}
.carousal-container .progress-container .progress-bar {
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.2);
}
.carousal-container .progress-container .progress-bar.progress-active {
  width: 28px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .carousal-container {
    padding: 104px 24px;
  }
  .carousal-container .app-life-wrapper {
    width: 100%;
  }
  .carousal-container .ai-img {
    width: 18px;
    height: 18px;
  }
  .carousal-container .app-h2 {
    font-size: 31px !important;
    margin: 24px 0 !important;
  }
  .carousal-container .app-p {
    font-size: 16px !important;
    width: 100% !important;
  }
  .carousal-container .carousal-wrapper {
    margin-top: 48px !important;
    width: 100%;
  }
  .carousal-container .carousal-wrapper .slider .slick-slide {
    margin-right: 0 !important;
  }
  .carousal-container .carousal-wrapper .slider-wrapper .slider-img {
    height: 367px;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }
  .carousal-container .carousal-wrapper .slider-wrapper .slider-img .slider-web {
    display: none;
  }
  .carousal-container .carousal-wrapper .slider-wrapper .slider-img .slider-mb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .carousal-container .carousal-wrapper .slider-wrapper .text {
    font-size: 16px !important;
  }
  .carousal-container .carousal-wrapper .slider-wrapper .developer-h3 {
    font-size: 20px !important;
  }
  .carousal-container .carousal-wrapper .slider-wrapper .developer-p {
    font-size: 16px !important;
  }
  .carousal-container .progress-container {
    margin: 48px 0 0;
  }
}

.integration-section {
  padding: 208px 0;
  background-color: #fff;
}
.integration-section .integration-wrapper-new {
  max-width: 878px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-direction: column;
}
.integration-section .integration-wrapper-new .integration-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  text-align: center;
  width: 80%;
  margin: auto;
}
.integration-section .integration-wrapper-new .integration-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  width: 85%;
  margin: auto;
  text-align: center;
}
.integration-section .integration-wrapper-new .btn-hero {
  width: fit-content;
}
@media (max-width: 768px) {
  .integration-section {
    padding: 104px 24px;
  }
  .integration-section .integration-wrapper-new {
    gap: 32px;
    width: 100%;
  }
  .integration-section .integration-wrapper-new .integration-h2 {
    font-size: 49px !important;
    width: 100%;
  }
  .integration-section .integration-wrapper-new .integration-p {
    font-size: 16px !important;
    width: 100%;
    margin-top: -8px !important;
  }
}

.performance-section {
  padding: 312px 0 208px;
  background-color: #f9f9f9;
}
.performance-section .performance-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
}
.performance-section .performance-wrapper .agentic-ai {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 56px;
  gap: 8px;
  padding: 16px 24px 16px 16px;
  border-radius: 6px;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.performance-section .performance-wrapper .agentic-ai p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.performance-section .performance-wrapper .agentic-ai .ai-img {
  width: 24px;
  height: 24px;
}
.performance-section .performance-wrapper .performance-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 124px;
  margin-top: 32px;
}
.performance-section .performance-wrapper .performance-flex .performance-content {
  width: 41%;
}
.performance-section .performance-wrapper .performance-flex .performance-content .performance-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #9f9f9f;
}
.performance-section .performance-wrapper .performance-flex .performance-content .performance-h2 span {
  color: #303030;
}
.performance-section .performance-wrapper .performance-flex .performance-content .performance-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin: 48px 0;
}
.performance-section .performance-wrapper .performance-flex .performance-stats {
  width: 49.4%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 12px;
}
.performance-section .performance-wrapper .performance-flex .performance-stats .performance-col:first-child {
  grid-column: span 2;
  background-color: #303030;
}
.performance-section .performance-wrapper .performance-flex .performance-stats .performance-col:first-child .device-stats {
  color: #fff;
}
.performance-section .performance-wrapper .performance-flex .performance-stats .performance-col:first-child .stats-number {
  color: #fff;
}
.performance-section .performance-wrapper .performance-flex .performance-stats .performance-col {
  padding: 32px;
  border-radius: 16px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.performance-section .performance-wrapper .performance-flex .performance-stats .performance-col .device-stats {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.performance-section .performance-wrapper .performance-flex .performance-stats .performance-col .device-stats svg {
  width: 24px;
  height: 24px;
}
.performance-section .performance-wrapper .performance-flex .performance-stats .performance-col .stats-number {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
}
.performance-section .quality-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
  margin-top: 208px;
  display: flex;
  align-items: center;
  gap: 156px;
}
.performance-section .quality-wrapper .quality-bug-img-web {
  box-shadow: 0px 5px 100px 30px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
}
.performance-section .quality-wrapper .quality-bug-img-mb {
  display: none;
}
.performance-section .quality-wrapper .quality-content .quality-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  width: 80%;
}
.performance-section .quality-wrapper .quality-content .quality-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin: 48px 0 128px;
  width: 80%;
}
@media (max-width: 768px) {
  .performance-section {
    padding: 104px 24px;
  }
  .performance-section .performance-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .performance-section .performance-wrapper .performance-flex {
    gap: 32px;
    flex-direction: column;
  }
  .performance-section .performance-wrapper .performance-flex .performance-content {
    width: 100%;
  }
  .performance-section .performance-wrapper .performance-flex .performance-content .performance-h2 {
    font-size: 31px !important;
    text-align: center;
  }
  .performance-section .performance-wrapper .performance-flex .performance-content .performance-p {
    font-size: 16px !important;
    margin: 24px 0 0 !important;
    text-align: center;
  }
  .performance-section .performance-wrapper .performance-flex .performance-stats {
    width: 100%;
    grid-template-columns: 1fr !important;
    row-gap: 16px;
    column-gap: 16px;
  }
  .performance-section .performance-wrapper .performance-flex .performance-stats .performance-col:first-child {
    grid-column: span 1;
  }
  .performance-section .quality-wrapper {
    width: 100%;
    margin-top: 208px;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .performance-section .quality-wrapper .quality-bug-img-mb {
    display: block;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    height: auto;
  }
  .performance-section .quality-wrapper .quality-bug-img-web {
    display: none;
  }
  .performance-section .quality-wrapper .quality-content .quality-h2 {
    font-size: 31px !important;
    width: 100%;
  }
  .performance-section .quality-wrapper .quality-content .quality-p {
    font-size: 16px !important;
    margin: 24px 0 40px;
    width: 100%;
  }
  .performance-section .google-apple-btn {
    display: none !important;
  }
  .performance-section .mobile-btn-wrapper {
    display: block;
  }
  .performance-section .mobile-btn-wrapper .mobile-btn {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .performance-section .mobile-btn-wrapper .mobile-btn a img {
    width: 100%;
  }
}

.google-apple-btn {
  display: flex;
  gap: 14.5px;
}
.google-apple-btn.fusion-app-crash-report {
  margin-top: 128px;
}
.google-apple-btn a:hover #google-play-icon {
  display: none;
}
.google-apple-btn a:hover #google-play-icon-active {
  display: block;
}
.google-apple-btn a:hover #app-store-icon {
  display: none;
}
.google-apple-btn a:hover #app-store-icon-active {
  display: block;
}
.google-apple-btn #google-play-icon,
.google-apple-btn #app-store-icon {
  width: 196px;
  height: 54px;
}
.google-apple-btn #google-play-icon-active,
.google-apple-btn #app-store-icon-active {
  display: none;
  width: 196px;
  height: 54px;
}

.mobile-btn-wrapper {
  display: none;
}

.get-started-section {
  padding: 208px 0;
  background-color: #fff;
}
.get-started-section.bg-f4f4f4 {
  background-color: #F4F4F4;
}
.get-started-section.bg-303030 {
  background: #303030;
}
.get-started-section .get-started-wrapper {
  max-width: 760px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-direction: column;
}
.get-started-section .get-started-wrapper .get-started-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  text-align: center;
  margin: auto;
}
.get-started-section .get-started-wrapper .get-started-h2.white-text {
  color: #FFF;
}
.get-started-section .get-started-wrapper .get-started-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin: auto;
  text-align: center;
}
.get-started-section .get-started-wrapper .get-started-p a {
  color: #4684f8;
}
.get-started-section .get-started-wrapper .get-started-p.white-text {
  color: #E3E3E3;
}
.get-started-section .get-started-wrapper .btn-hero {
  width: fit-content;
}
@media (max-width: 768px) {
  .get-started-section {
    padding: 104px 24px;
  }
  .get-started-section .get-started-wrapper {
    width: 100%;
    gap: 32px;
  }
  .get-started-section .get-started-wrapper img {
    width: 60px;
    height: 60px;
  }
  .get-started-section .get-started-wrapper .get-started-h2 {
    font-size: 31px !important;
  }
  .get-started-section .get-started-wrapper .get-started-p {
    font-size: 16px !important;
    margin-top: -8px !important;
  }
}

.bug-report-hero-seciton {
  background-color: #f0f5fe;
  padding: 208px 0;
}
.bug-report-hero-seciton .bug-reporting-wrapper {
  max-width: 1440px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bug-report-hero-seciton .bug-reporting-wrapper .bug-report-content-col {
  width: 49.5%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 48px;
}
.bug-report-hero-seciton .bug-reporting-wrapper .bug-report-content-col .bug-report-h1 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.bug-report-hero-seciton .bug-reporting-wrapper .bug-report-content-col .bug-report-p {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
}
.bug-report-hero-seciton .bug-reporting-wrapper .bug-report-img-col {
  width: 41%;
}
.bug-report-hero-seciton .bug-reporting-wrapper .bug-report-img-col .bug-reporting-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.bug-report-hero-seciton .bug-reporting-wrapper .bug-report-img-col .bug-reporting-img-mb {
  display: none;
}
@media (max-width: 768px) {
  .bug-report-hero-seciton {
    padding: 48px 0 0;
  }
  .bug-report-hero-seciton .bug-reporting-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .bug-report-hero-seciton .bug-reporting-wrapper .bug-report-content-col {
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 32px;
    padding: 0 24px;
  }
  .bug-report-hero-seciton .bug-reporting-wrapper .bug-report-content-col .bug-report-h1 {
    font-size: 49px;
    text-align: center;
  }
  .bug-report-hero-seciton .bug-reporting-wrapper .bug-report-content-col .bug-report-p {
    font-size: 16px;
    margin-top: -8px;
    text-align: center;
  }
  .bug-report-hero-seciton .bug-reporting-wrapper .bug-report-img-col {
    width: 100%;
  }
  .bug-report-hero-seciton .bug-reporting-wrapper .bug-report-img-col .bug-reporting-img-mb {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .bug-report-hero-seciton .bug-reporting-wrapper .bug-report-img-col .bug-reporting-img {
    display: none;
  }
}

.ai-bug-reporting-section {
  padding: 240px 0;
  background-color: #1b1b1b;
}
.ai-bug-reporting-section .ai-bug-reporting-wrapper {
  max-width: 1440px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.ai-bug-reporting-section .ai-bug-reporting-wrapper .ai-bug-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  width: 848px;
  text-align: center;
}
.ai-bug-reporting-section .ai-bug-reporting-wrapper .ai-bug-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  margin: 48px 0;
  width: 848px;
  text-align: center;
}
.ai-bug-reporting-section .ai-bug-reporting-wrapper .bug-report-dashboard-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .ai-bug-reporting-section {
    padding: 104px 24px;
  }
  .ai-bug-reporting-section .ai-bug-reporting-wrapper {
    width: 100%;
  }
  .ai-bug-reporting-section .ai-bug-reporting-wrapper .ai-bug-h2 {
    font-size: 31px;
    width: 100%;
  }
  .ai-bug-reporting-section .ai-bug-reporting-wrapper .ai-bug-p {
    font-size: 16px;
    margin: 24px 0 48px;
    width: 100%;
  }
  .ai-bug-reporting-section .ai-bug-reporting-wrapper img {
    border-radius: 12px;
    margin-top: 48px;
  }
}

.linefill-animation-container {
  padding: 320px 0;
  background-color: #f4f4f4;
}

.linefill-animation-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.linefill-animation-wrapper .bug-main-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  width: 848px;
  text-align: center;
  margin: auto;
}

.main-animation-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 124px;
}
.main-animation-container .main-animation-left-col {
  flex: 1;
}
.main-animation-container .main-animation-left-col .left-col-h2 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.main-animation-container .main-animation-left-col .left-col-menu-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 48px;
  margin-top: 80px;
}
.main-animation-container .main-animation-left-col .left-col-menu-container .left-col-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px;
  cursor: pointer;
}
.main-animation-container .main-animation-left-col .left-col-menu-container .left-col-menu-wrapper .line-progress {
  position: relative;
  width: 4px;
  min-width: 4px;
  border-radius: 4px;
  background-color: #e3e3e3;
  align-self: stretch;
}
.main-animation-container .main-animation-left-col .left-col-menu-container .left-col-menu-wrapper .line-progress .line-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #303030;
  border-radius: 4px;
}
.main-animation-container .main-animation-left-col .left-col-menu-container .left-col-menu-wrapper .animation-menu-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
}
.main-animation-container .main-animation-left-col .left-col-menu-container .left-col-menu-wrapper .animation-menu-content .animation-h3 {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.main-animation-container .main-animation-left-col .left-col-menu-container .left-col-menu-wrapper .animation-menu-content .animation-p {
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #777;
}
.main-animation-container .main-animation-right-col {
  width: 49.375%;
  height: 927px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.main-animation-container .main-animation-right-col.crash-report-animaton-col {
  background-color: #fff;
  border-radius: 32px;
  display: block;
}
.main-animation-container .main-animation-right-col.sentiment-height {
  background-color: #fff;
  border-radius: 32px;
  display: block;
  height: 490px;
}
.main-animation-container .main-animation-right-col.sentiment-height .image-sentiment-2 {
  height: 342px;
}
.main-animation-container .main-animation-right-col.sentiment-height .image-sentiment {
  height: 100%;
  width: 100%;
}
.main-animation-container .main-animation-right-col img {
  height: 642px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.main-animation-container .main-animation-right-col img.active {
  opacity: 1;
  pointer-events: auto;
}
.main-animation-container .main-animation-right-col .metadata-img {
  height: 288px;
}
.main-animation-container .main-animation-right-col .code-img {
  height: 451px;
}
.main-animation-container .main-animation-right-col .crash-report-animation-img {
  height: 354px;
  transform: translate(-100%, -50%);
  left: 100%;
}
.main-animation-container .main-animation-right-col .crash-report-animation-img-318 {
  height: 318px;
  transform: translate(-100%, -50%);
  left: 100%;
}
.main-animation-container .main-animation-right-col .crash-report-animation-img-718 {
  height: 718px;
  transform: translate(-100%, -50%);
  left: 100%;
}
.main-animation-container .main-animation-right-col .crash-metadata-animation {
  height: 452px;
}
.main-animation-container .main-animation-right-col .crash-metadata-animation-2 {
  height: 288px;
}

.extension-section {
  background-color: #1b1b1b;
  padding: 320px 0;
}
.extension-section .extension-wrapper {
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.extension-section .extension-wrapper .fusion-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.extension-section .extension-wrapper .fusion-h3 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 120px;
}
.extension-section .extension-wrapper .fusion-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  text-align: center;
  margin: 32px auto 56px;
  width: 606px;
}
.extension-section .extension-wrapper .apple-google-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14.5px;
  margin-bottom: 72px;
}
.extension-section .extension-wrapper .apple-google-btn img {
  width: 188px;
}
.extension-section .extension-wrapper .apple-google-btn-mb {
  display: none;
}
.extension-section .extension-wrapper .web-store-btn-mb {
  display: none;
}
.extension-section .extension-wrapper .annotate-screenshot {
  width: 524px;
}
.extension-section .extension-wrapper .extension-h2 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin-top: 160px;
}
.extension-section .extension-wrapper .extension-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  text-align: center;
  margin: 32px auto 56px;
  width: 606px;
}
.extension-section .extension-wrapper .extension-img {
  margin-top: 72px;
  width: 976px;
}
@media (max-width: 768px) {
  .extension-section {
    padding: 104px 24px;
  }
  .extension-section .extension-wrapper {
    width: 100%;
  }
  .extension-section .extension-wrapper .fusion-h2 {
    font-size: 31px;
  }
  .extension-section .extension-wrapper .fusion-h3 {
    font-size: 31px;
    margin-top: 80px;
  }
  .extension-section .extension-wrapper .fusion-p {
    font-size: 16px;
    margin: 24px auto 40px;
    width: 100%;
  }
  .extension-section .extension-wrapper .apple-google-btn-mb {
    display: block;
    margin-bottom: 56px;
  }
  .extension-section .extension-wrapper .apple-google-btn-mb a {
    display: block;
  }
  .extension-section .extension-wrapper .apple-google-btn-mb img {
    width: 100%;
  }
  .extension-section .extension-wrapper .apple-google-btn {
    display: none;
  }
  .extension-section .extension-wrapper .web-store-btn-mb {
    display: block;
    width: 100%;
  }
  .extension-section .extension-wrapper .web-store-btn {
    display: none;
  }
  .extension-section .extension-wrapper .extension-h2 {
    font-size: 31px;
    margin-top: 80px;
    text-align: center;
  }
  .extension-section .extension-wrapper .extension-p {
    font-size: 16px;
    margin: 24px auto 40px;
    width: 100%;
  }
  .extension-section .extension-wrapper .extension-img {
    margin-top: 56px;
    width: 100%;
  }
  .extension-section .extension-wrapper .annotate-screenshot {
    width: 100%;
  }
}

.survey-hero-section {
  background: #1c1f26;
  min-height: 1464px;
  height: fit-content;
  position: relative;
  padding: 220px 0 0;
}
.survey-hero-section .survey-hero-wrapper {
  max-width: 1100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}
.survey-hero-section .survey-hero-wrapper .survey-hero-h1 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  width: 924px;
  margin: auto;
  text-align: center;
}
.survey-hero-section .survey-hero-wrapper .survey-hero-p {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 300;
  color: #e3e3e3;
  text-align: center;
}
.survey-hero-section .survey-hero-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.survey-hero-section .survey-hero-img-mb {
  display: none;
}
.survey-hero-section .survey-bg-shade {
  position: absolute;
  bottom: 20%;
  left: 15%;
  width: 1231px;
  height: 611px;
  background: linear-gradient(90deg, rgb(175, 33, 156) 0%, rgba(52, 109, 255, 0.5) 100%);
  filter: blur(250px);
  -webkit-filter: blur(250px);
  z-index: 0;
}
@media (max-width: 1500px) {
  .survey-hero-section .survey-bg-shade {
    bottom: 10%;
    left: 15%;
    width: 800px;
  }
}
@media (max-width: 768px) {
  .survey-hero-section {
    padding: 48px 0 0 0;
    min-height: fit-content;
  }
  .survey-hero-section .survey-hero-wrapper {
    gap: 32px;
    width: 100%;
    padding: 0 24px;
  }
  .survey-hero-section .survey-hero-wrapper .survey-hero-h1 {
    font-size: 49px;
    width: 100%;
  }
  .survey-hero-section .survey-hero-wrapper .survey-hero-p {
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
  }
  .survey-hero-section .survey-hero-img {
    display: none;
  }
  .survey-hero-section .survey-hero-img-mb {
    z-index: 2 !important;
    display: block;
    padding: 0 12.111px 0 22.109px;
    margin-top: 64px;
  }
  .survey-hero-section .survey-hero-img-mb img {
    width: 100%;
  }
  .survey-hero-section .survey-bg-shade {
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 100%;
    height: 300px;
    filter: blur(100px);
    background: linear-gradient(90deg, rgba(175, 33, 156, 0.4) 0%, rgba(52, 255, 255, 0.2) 100%);
    z-index: 0;
  }
}

.feedback-analyze-section {
  padding: 240px 0;
  background-color: #f4f4f4;
}
.feedback-analyze-section .feedback-analyze-wrapper {
  max-width: 1064px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.feedback-analyze-section .feedback-analyze-wrapper .user-heading-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  text-align: center;
  width: 80%;
  margin: auto;
}
.feedback-analyze-section .feedback-analyze-wrapper .user-heading-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  text-align: center;
  width: 80%;
  margin: 48px auto 120px;
}
.feedback-analyze-section .feedback-analyze-wrapper .capture-survey-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  text-align: center;
  width: 80%;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .feedback-analyze-section {
    padding: 104px 24px;
  }
  .feedback-analyze-section .feedback-analyze-wrapper {
    width: 100%;
  }
  .feedback-analyze-section .feedback-analyze-wrapper .user-heading-h2 {
    font-size: 31px;
    width: 100%;
  }
  .feedback-analyze-section .feedback-analyze-wrapper .user-heading-p {
    font-family: "Plain";
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    text-align: center;
    width: 100%;
    margin: 24px auto 48px;
  }
  .feedback-analyze-section .feedback-analyze-wrapper .capture-survey-p {
    font-size: 16px;
    width: 100%;
    margin: 48px auto 0;
  }
}

.tab-circular-animation-wrapper {
  background-color: #1c1f26;
  padding: 120px 120px 104px;
  position: relative;
}
.tab-circular-animation-wrapper.netstats-tab-animation {
  background-color: #fff;
  padding: 0px;
}
.tab-circular-animation-wrapper .tab-analyze-h2 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  width: 50%;
}
.tab-circular-animation-wrapper .tab-analyze-h2.netstas-tab-h2 {
  color: #303030;
  padding: 107px 0 0 120px;
}
.tab-circular-animation-wrapper .progress-ring-inactive {
  position: absolute;
  top: 56px;
  right: 56px;
}
.tab-circular-animation-wrapper .progress-ring-active__circle {
  position: absolute;
  top: 56px;
  right: 56px;
}
.tab-circular-animation-wrapper .progress-ring-active__circle circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 4;
  stroke-dasharray: 176;
  stroke-dashoffset: 176;
  transform-origin: center;
  transform: rotate(-90deg);
}
.tab-circular-animation-wrapper .progress-ring-active__circle circle.netstats-circle {
  stroke: #303030;
}
.tab-circular-animation-wrapper .tab-image-wrapper {
  height: 540px;
  margin-top: 65px;
  position: relative;
}
.tab-circular-animation-wrapper .tab-image-wrapper.netstats-img-wrapper {
  height: 560px;
}
.tab-circular-animation-wrapper .tab-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.tab-circular-animation-wrapper .tab-image-wrapper img.active-image {
  opacity: 1;
}
.tab-circular-animation-wrapper .tab-image-wrapper .tab-image-1 {
  width: 676px;
  top: 45px;
}
.tab-circular-animation-wrapper .tab-image-wrapper .tab-image-2 {
  width: 673px;
}
.tab-circular-animation-wrapper .tab-image-wrapper .tab-image-3 {
  width: 535px;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content {
  display: flex;
  gap: 18px;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content.netstats-tab-content {
  padding: 0 120px 102px;
  justify-content: space-between;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper {
  flex: 1;
  cursor: pointer;
  display: flex;
  gap: 16px;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper.active-tab-menu .tab-analyzer-left-col {
  background-color: #fff;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper.active-tab-menu .tab-analyzer-left-col.netstats-tab-analyzer-left-col {
  opacity: 1 !important;
  background-color: #4f4f4f !important;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper.active-tab-menu .tab-menu-h3 {
  color: #fff !important;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper.active-tab-menu .tab-menu-h3.netstats-menu-h3 {
  opacity: 1 !important;
  color: #303030 !important;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper.active-tab-menu .tab-menu-p {
  color: #fff !important;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper.active-tab-menu .tab-menu-p.netstats-menu-p {
  opacity: 1 !important;
  color: #303030 !important;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-left-col {
  min-width: 2px;
  width: 2px;
  border-radius: 4px;
  align-self: stretch;
  background-color: #4f4f4f;
  transition: background-color 0.3s ease;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-left-col.netstats-tab-analyzer-left-col {
  opacity: 0.3;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-right-col {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-right-col .tab-menu-h3 {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #4f4f4f;
  transition: color 0.3s ease;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-right-col .tab-menu-h3.netstats-menu-h3 {
  color: #303030;
  opacity: 0.3;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-right-col .tab-menu-p {
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  transition: color 0.3s ease;
}
.tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-right-col .tab-menu-p.netstats-menu-p {
  color: #303030;
  opacity: 0.3;
}

.answer-section {
  padding: 240px 0;
  background-color: #1b1b1b;
}
.answer-section .answer-section-wrapper {
  position: relative;
}
.answer-section .answer-section-wrapper .survey-dashboard-img {
  display: flex;
  justify-content: end;
}
.answer-section .answer-section-wrapper .survey-dashboard-img img {
  height: 1100px;
}
.answer-section .answer-section-wrapper .answer-content-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: absolute;
  top: 9.5rem;
  left: 16.5%;
}
.answer-section .answer-section-wrapper .answer-content-wrapper .answer-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin-top: 32px;
  width: 601px;
}
.answer-section .answer-section-wrapper .answer-content-wrapper .answer-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  margin-top: 48px;
  width: 601px;
}
@media (max-width: 1500px) {
  .answer-section .answer-content-wrapper {
    left: 5% !important;
  }
  .answer-section .answer-content-wrapper .answer-h2 {
    width: 38% !important;
  }
  .answer-section .answer-content-wrapper .answer-p {
    width: 38% !important;
  }
}
@media (max-width: 768px) {
  .answer-section {
    padding: 104px 0;
  }
  .answer-section .answer-section-wrapper .survey-dashboard-img {
    padding-left: 24px;
  }
  .answer-section .answer-section-wrapper .survey-dashboard-img img {
    width: 100%;
    height: auto;
  }
  .answer-section .answer-section-wrapper .answer-content-wrapper {
    width: 100%;
    position: static;
    padding: 48px 24px 0;
  }
  .answer-section .answer-section-wrapper .answer-content-wrapper .answer-h2 {
    font-size: 31px;
    margin-top: 24px;
    width: 100% !important;
  }
  .answer-section .answer-section-wrapper .answer-content-wrapper .answer-p {
    font-size: 16px;
    margin-top: 24px;
    width: 100% !important;
  }
}

.ai-feedback-section {
  padding: 320px 0;
  background-color: #f4f4f4;
}
.ai-feedback-section .ai-feedback-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.ai-feedback-section .ai-feedback-wrapper .ai-feedback-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  width: 848px;
  margin: auto;
  text-align: center;
}
.ai-feedback-section .ai-feedback-wrapper .qa-test-hub-ai {
  margin-bottom: 160px;
}
.ai-feedback-section .ai-feedback-wrapper .ai-feedback-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  width: 848px;
  margin: 48px auto 220px;
  text-align: center;
}
.ai-feedback-section .ai-feedback-wrapper .ai-feedback-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}
.ai-feedback-section .ai-feedback-wrapper .ai-feedback-content-wrapper:not(:last-child) {
  margin-bottom: 120px;
}
.ai-feedback-section .ai-feedback-wrapper .ai-feedback-content-wrapper .ai-fedback-left-col {
  flex: 1;
}
.ai-feedback-section .ai-feedback-wrapper .ai-feedback-content-wrapper .ai-fedback-left-col .ai-feedback-h3 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  width: 90%;
}
.ai-feedback-section .ai-feedback-wrapper .ai-feedback-content-wrapper .ai-fedback-left-col .ai-feedback-left-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin-top: 40px;
}
.ai-feedback-section .ai-feedback-wrapper .ai-feedback-content-wrapper .ai-fedback-right-col {
  width: 50%;
}
.ai-feedback-section .ai-feedback-wrapper .ai-feedback-content-wrapper .ai-fedback-right-col img {
  width: 100%;
}

.ai-feedback-section-mb {
  display: none;
}

@media (max-width: 768px) {
  .ai-feedback-section {
    display: none;
  }
  .ai-feedback-section-mb {
    display: block !important;
    padding: 104px 24px;
    background-color: #f4f4f4;
  }
  .ai-feedback-section-mb .ai-feedback-h2-mb {
    font-family: "Plain";
    font-size: 31px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
  .ai-feedback-section-mb .ai-feedback-p-mb {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    text-align: center;
    margin-top: 24px;
  }
  .ai-feedback-swipe-wrapper {
    margin-top: 80px;
  }
  .ai-feedback-swipe-wrapper .ai-feedback-swipe-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .ai-feedback-swipe-wrapper .ai-feedback-swipe-col .ai-swipe-h3 {
    font-family: "Plain";
    font-size: 31px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
    text-align: center;
  }
  .ai-feedback-swipe-wrapper .ai-feedback-swipe-col img {
    width: 100%;
  }
  .ai-feedback-swipe-wrapper .ai-feedback-swipe-col .ai-swipe-p {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    text-align: center;
  }
  .aniamtion-progress-wrapper {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .aniamtion-progress-wrapper .mobile-progress-bar {
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .aniamtion-progress-wrapper .mobile-progress-bar.mobile-progress-active {
    width: 28px;
    background-color: #000;
  }
}
.feedback-rating-section {
  background-color: #1b1b1b;
}
.feedback-rating-section .feedback-rating-img {
  width: 100%;
}
.feedback-rating-section .feedback-rating-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .feedback-rating-section .feedback-rating-img {
    display: none;
  }
  .feedback-rating-section .feedback-rating-wrapper {
    display: block;
    padding: 104px 24px;
  }
  .feedback-rating-section .feedback-rating-wrapper img {
    width: 100%;
  }
  .feedback-rating-section .feedback-rating-wrapper .feedback-rating-h3 {
    font-family: "Plain";
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin: 48px 0 24px;
    text-align: center;
  }
  .feedback-rating-section .feedback-rating-wrapper .feedback-rating-p {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    text-align: center;
  }
}

.crash-reporting-hero-section {
  padding: 240px 0 160px;
  background-color: #000;
}
.crash-reporting-hero-section .crash-report-hero-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}
.crash-reporting-hero-section .crash-report-hero-wrapper .crash-report-hero-h1 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  width: 90%;
  text-align: center;
  margin: auto;
}
.crash-reporting-hero-section .crash-report-hero-wrapper .crash-report-hero-p {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  text-align: center;
  width: 67%;
}
.crash-reporting-hero-section .crash-hero-bg-img {
  position: relative;
  margin-top: 48px;
  width: 100%;
}
.crash-reporting-hero-section .crash-hero-bg-img .crash-report-hero-img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
}
.crash-reporting-hero-section .crash-hero-bg-img .crash-report-hero-img-mb {
  display: none;
}
.crash-reporting-hero-section .crash-hero-bg-img .crash-hero-bg-shade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 556px;
  height: 556px;
  z-index: 0;
  background-color: #ff4040;
  filter: blur(400px);
  opacity: 0.8;
}
.crash-reporting-hero-section .crash-item-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 120px;
}
.crash-reporting-hero-section .crash-item-wrapper .crash-item-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  width: 755px;
  margin-top: 16px;
}
.crash-reporting-hero-section .crash-item-wrapper .crash-report-dashboard-img {
  margin: 72px 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.crash-reporting-hero-section .crash-item-wrapper .crash-item-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #c6c6c6;
  width: 755px;
}
@media (max-width: 768px) {
  .crash-reporting-hero-section {
    padding: 48px 0 104px 0;
  }
  .crash-reporting-hero-section .crash-report-hero-wrapper {
    width: 100%;
    gap: 32px;
    padding: 0 24px;
  }
  .crash-reporting-hero-section .crash-report-hero-wrapper .crash-report-hero-h1 {
    font-size: 49px;
    width: 100%;
  }
  .crash-reporting-hero-section .crash-report-hero-wrapper .crash-report-hero-p {
    font-size: 16px;
    width: 90%;
    margin-top: -8px;
  }
  .crash-reporting-hero-section .crash-item-wrapper {
    width: 100%;
    padding: 0 24px;
    margin-top: 104px;
  }
  .crash-reporting-hero-section .crash-item-wrapper .crash-item-h2 {
    width: 100%;
    font-size: 31px;
    margin-top: 32px;
  }
  .crash-reporting-hero-section .crash-item-wrapper .crash-report-dashboard-img {
    margin: 48px 0;
    width: 100%;
  }
  .crash-reporting-hero-section .crash-item-wrapper .crash-item-p {
    font-size: 16px;
    width: 100%;
  }
  .crash-reporting-hero-section .crash-hero-bg-img {
    position: relative;
    margin-top: 0;
    width: 100%;
  }
  .crash-reporting-hero-section .crash-hero-bg-img .crash-report-hero-img {
    display: none;
  }
  .crash-reporting-hero-section .crash-hero-bg-img .crash-report-hero-img-mb {
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
  }
  .crash-reporting-hero-section .crash-hero-bg-img .crash-hero-bg-shade {
    width: 293.017px;
    height: 293.017px;
    filter: blur(200px);
  }
}

.crash-report-animation-section {
  background-color: #f4f4f4;
  padding: 320px 0;
}
.crash-report-animation-section .crash-report-animation-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.crash-report-animation-section .crash-report-animation-wrapper .crash-report-animation-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  width: 50%;
  margin: auto;
  text-align: center;
}
.crash-report-animation-section .crash-report-animation-wrapper .crash-report-animation-container {
  margin-top: 104px;
  display: flex;
  flex-direction: column;
  gap: 104px;
}
.crash-report-animation-section .crash-report-animation-wrapper .crash-report-animation-h3 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 208px;
}

.fusion-app-section {
  padding: 320px 0;
  background-color: #f9f9f9;
}
.fusion-app-section .fusion-app-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fusion-app-section .fusion-app-wrapper .fusion-app-right-col {
  width: 58%;
}
.fusion-app-section .fusion-app-wrapper .fusion-app-right-col .fusion-app-h3 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}
.fusion-app-section .fusion-app-wrapper .fusion-app-right-col .fusion-app-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin-top: 48px;
}
.fusion-app-section .fusion-app-wrapper .fusion-app-right-col .fusion-app-p span {
  font-weight: 600;
  color: #000;
}
.fusion-app-section .fusion-app-wrapper .fusion-app-left-col img {
  height: 780px;
}
@media (max-width: 768px) {
  .fusion-app-section {
    padding: 104px 24px;
  }
  .fusion-app-section .fusion-app-wrapper {
    width: 100%;
    flex-direction: column-reverse;
  }
  .fusion-app-section .fusion-app-wrapper .fusion-app-right-col {
    width: 100%;
  }
  .fusion-app-section .fusion-app-wrapper .fusion-app-right-col .fusion-app-h3 {
    font-size: 31px;
    text-align: center;
  }
  .fusion-app-section .fusion-app-wrapper .fusion-app-right-col .fusion-app-p {
    font-size: 16px;
    margin-top: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
  .fusion-app-section .fusion-app-wrapper .fusion-app-left-col {
    margin-top: 40px;
  }
  .fusion-app-section .fusion-app-wrapper .fusion-app-left-col img {
    height: 514px;
  }
}

.app-crash-section {
  background-color: #1B1B1B;
  padding: 316px 0 320px;
  position: relative;
}
.app-crash-section .app-crash-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 16%;
  left: 0;
}
.app-crash-section .app-crash-img-mb {
  display: none;
}
.app-crash-section .app-crash-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 14%;
}
.app-crash-section .app-crash-wrapper .crash-percentage {
  display: flex;
  gap: 8px;
}
.app-crash-section .app-crash-wrapper .crash-percentage .h3-62 {
  font-size: 240px;
  font-weight: 700;
  line-height: 80%;
  color: #9F9F9F;
}
.app-crash-section .app-crash-wrapper .crash-percentage .h3-percentage {
  font-size: 56px;
  font-weight: 300;
  line-height: 120%;
  color: #9F9F9F;
}
.app-crash-section .app-crash-wrapper .app-crash-h3 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 700;
  color: #9f9f9f;
  margin-top: 16px;
  width: 656px;
  line-height: 120%;
}
.app-crash-section .app-crash-wrapper .app-crash-p {
  width: 709px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  margin-top: 24px;
  color: #e3e3e3;
}
@media (max-width: 768px) {
  .app-crash-section {
    padding: 104px 0;
    min-height: auto;
  }
  .app-crash-section .app-crash-img {
    display: none;
  }
  .app-crash-section .app-crash-img-mb {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .app-crash-section .app-crash-wrapper {
    width: 100%;
    margin-top: 16px;
    padding: 0 24px;
  }
  .app-crash-section .app-crash-wrapper .crash-percentage {
    gap: 4px;
  }
  .app-crash-section .app-crash-wrapper .crash-percentage .h3-62 {
    font-size: 144px;
    line-height: 80%;
  }
  .app-crash-section .app-crash-wrapper .crash-percentage .h3-percentage {
    font-size: 30px;
  }
  .app-crash-section .app-crash-wrapper .app-crash-h3 {
    font-size: 49px;
    width: 100%;
  }
  .app-crash-section .app-crash-wrapper .app-crash-p {
    width: 100%;
    font-size: 16px;
    margin-top: 8px;
  }
}

.version-control-hero-section {
  background-color: #F0F5FE;
  padding: 200px 0 0;
}
.version-control-hero-section .version-control-hero-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}
.version-control-hero-section .version-control-hero-wrapper .version-control-hero-h1 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  width: 80%;
  text-align: center;
  margin: auto;
}
.version-control-hero-section .version-control-hero-wrapper .version-control-hero-p {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  text-align: center;
  width: 90%;
  margin: auto;
}
.version-control-hero-section .version-control-hero-img-mb {
  display: none;
}
@media (max-width: 768px) {
  .version-control-hero-section {
    padding: 48px 0;
  }
  .version-control-hero-section .version-control-hero-wrapper {
    width: 100%;
    gap: 32px;
    padding: 0 24px;
  }
  .version-control-hero-section .version-control-hero-wrapper .version-control-hero-h1 {
    font-size: 49px;
    width: 100%;
  }
  .version-control-hero-section .version-control-hero-wrapper .version-control-hero-p {
    font-size: 16px;
    width: 100%;
    margin-top: -8px;
  }
  .version-control-hero-section .version-control-hero-img {
    display: none;
  }
  .version-control-hero-section .version-control-hero-img-mb {
    display: block;
    width: 100%;
    margin: 48px 0 0;
  }
  .version-control-hero-section .version-control-hero-img-mb img {
    width: 100%;
  }
}

.version-control-overlapping-wrapper {
  position: relative;
  min-height: 200vh;
  height: auto;
  background-color: #F0F5FE;
  isolation: isolate;
}
.version-control-overlapping-wrapper .version-control-hero-img {
  padding: 40px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: visible;
  z-index: 0;
}
.version-control-overlapping-wrapper .version-control-hero-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 1;
}
.version-control-overlapping-wrapper .overlay-content {
  position: relative;
  min-height: 200vh;
  height: auto;
  z-index: 3;
  background: #0f1115;
  transform: translateZ(0);
  will-change: transform;
}
.version-control-overlapping-wrapper .release-control {
  background: #0f1115;
  padding: 208px 0;
  transform: translateZ(0);
}
.version-control-overlapping-wrapper .release-control .release-control-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 208px;
}
.version-control-overlapping-wrapper .release-control .release-control-wrapper.bottom-wrapper {
  justify-content: flex-start;
  margin-top: 320px;
}
.version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content {
  max-width: 1600px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content.bottom-wrapper-content {
  flex-direction: row-reverse;
}
.version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col {
  width: 660px;
}
.version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
.version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  margin-top: 48px;
}
.version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col img {
  height: 470px;
}
.version-control-overlapping-wrapper .critical-updates-section {
  padding: 240px 0;
  background-color: #f4f4f4;
}
.version-control-overlapping-wrapper .critical-updates-section .critical-updates-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.version-control-overlapping-wrapper .critical-updates-section .critical-updates-wrapper .critical-updates-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  width: 65%;
  margin: auto;
  text-align: center;
}
.version-control-overlapping-wrapper .critical-updates-section .critical-updates-wrapper .critical-updates-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  width: 66%;
  margin: 48px auto 140px;
  text-align: center;
}
.version-control-overlapping-wrapper .critical-updates-section .force-update-img {
  width: 90%;
  max-width: 1592px;
  margin: auto;
  position: relative;
}
.version-control-overlapping-wrapper .critical-updates-section .force-update-img .force-update-img-overlay {
  position: absolute;
  top: 120px;
  left: 0;
}
.version-control-overlapping-wrapper .critical-updates-section .force-update-img-mb {
  display: none;
}
.version-control-overlapping-wrapper .fast-deployment-section {
  padding: 240px 0;
  background-color: #1B1B1B;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .release-fast-h3 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  width: 65%;
  margin: 32px auto 0;
  text-align: center;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .release-fast-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  width: 66%;
  margin: 48px auto;
  text-align: center;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper {
  width: 785px;
  margin: 36px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper .fast-deployment-content-left-col .fast-deployment-content-percentage-col {
  display: flex;
  gap: 12px;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper .fast-deployment-content-left-col .fast-deployment-content-percentage-col .perctentage-h3 {
  font-size: 306.378px;
  font-weight: 700;
  line-height: 60%;
  color: #ECECEC;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper .fast-deployment-content-left-col .fast-deployment-content-percentage-col .perctentage-sign {
  font-size: 64px;
  font-weight: 300;
  line-height: 100%;
  color: #ECECEC;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper .fast-deployment-content-left-col .faster-deployment-h2 {
  font-family: "Plain";
  font-size: 49px;
  line-height: 1.2;
  font-weight: 400;
  color: #ECECEC;
  margin-top: 80px;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper .fast-deployment-content-right-col {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  width: 235px;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-img {
  width: 90%;
  max-width: 1440px;
  margin: 120px auto 138px;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-img img {
  width: 100%;
}
.version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-img-mb {
  display: none;
}
@media (max-width: 1500px) {
  .version-control-overlapping-wrapper .release-control {
    padding: 160px 0;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper.bottom-wrapper {
    margin-top: 220px;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content {
    max-width: 1440px;
    width: 90%;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col {
    width: 520px;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-h2 {
    font-size: 48px;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-p {
    font-size: 20px;
    margin-top: 32px;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col img {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .version-control-overlapping-wrapper {
    z-index: 1;
    position: static;
  }
  .version-control-overlapping-wrapper .version-control-hero-img {
    display: none;
  }
  .version-control-overlapping-wrapper .release-control {
    padding: 104px 0;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper {
    justify-content: flex-start;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper.bottom-wrapper {
    margin-top: 88px;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content {
    width: 100%;
    flex-direction: column-reverse;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content.bottom-wrapper-content {
    flex-direction: column-reverse;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col {
    width: 100%;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-h2 {
    font-size: 31px;
    margin-top: 42px;
    padding: 0 24px;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-p {
    font-size: 16px;
    margin-top: 24px;
    padding: 0 24px;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col {
    display: flex;
    justify-content: end;
    padding-left: 24px;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col.mb-col {
    justify-content: flex-start;
    padding-right: 24px;
    padding-left: 0;
  }
  .version-control-overlapping-wrapper .release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col img {
    max-width: 100%;
    height: auto;
    max-height: 230px;
    object-fit: contain;
  }
  .version-control-overlapping-wrapper .critical-updates-section {
    padding: 104px 0;
  }
  .version-control-overlapping-wrapper .critical-updates-section .critical-updates-wrapper {
    width: 100%;
    padding: 0 24px;
  }
  .version-control-overlapping-wrapper .critical-updates-section .critical-updates-wrapper .critical-updates-h2 {
    font-size: 49px;
    width: 100%;
  }
  .version-control-overlapping-wrapper .critical-updates-section .critical-updates-wrapper .critical-updates-p {
    font-size: 16px;
    width: 100%;
    margin: 24px auto 48px;
  }
  .version-control-overlapping-wrapper .critical-updates-section .force-update-img {
    display: none;
  }
  .version-control-overlapping-wrapper .critical-updates-section .force-update-img-mb {
    display: block;
  }
  .version-control-overlapping-wrapper .critical-updates-section .force-update-img-mb img {
    width: 100%;
  }
  .version-control-overlapping-wrapper .fast-deployment-section {
    padding: 104px 0;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper {
    width: 100%;
    padding: 0 24px;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .release-fast-h3 {
    font-size: 31px;
    width: 100%;
    margin-top: 24px;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .release-fast-p {
    font-size: 16px;
    width: 100%;
    margin: 24px auto 48px;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .release-graph-img {
    width: 100%;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper {
    width: 100%;
    margin: 24px auto 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper .fast-deployment-content-left-col .fast-deployment-content-percentage-col .perctentage-h3 {
    font-size: 150px;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper .fast-deployment-content-left-col .fast-deployment-content-percentage-col .perctentage-sign {
    font-size: 33px;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper .fast-deployment-content-left-col .faster-deployment-h2 {
    font-size: 31px;
    margin-top: 40px;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-wrapper .fast-deployment-content-wrapper .fast-deployment-content-right-col {
    font-size: 16px;
    margin-top: 24px;
    width: 100%;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-img-mb {
    display: block;
    width: 100%;
    margin: 48px auto;
    padding: 0 24px;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-img-mb img {
    width: 100%;
  }
  .version-control-overlapping-wrapper .fast-deployment-section .fast-deployment-img {
    display: none;
  }
}

.csm-hero-section {
  padding: 200px 0 100px;
  background-color: #F6F9FF;
  position: relative;
}
.csm-hero-section .ccm-hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.csm-hero-section .ccm-hero-image-mb {
  display: none;
}
.csm-hero-section .csm-hero-content-wrapper {
  max-width: 1280px;
  width: 90%;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.csm-hero-section .csm-hero-content-wrapper .csm-hero-h1 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
  width: 85%;
  text-align: center;
  margin: auto;
}
.csm-hero-section .csm-hero-content-wrapper .csm-hero-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  text-align: center;
  width: 55%;
  margin: auto;
}
@media (min-width: 1280px) and (max-width: 1500px) {
  .csm-hero-section .csm-hero-content-wrapper {
    gap: 36px;
  }
  .csm-hero-section .csm-hero-content-wrapper .csm-hero-h1 {
    font-size: 56px;
  }
  .csm-hero-section .csm-hero-content-wrapper .csm-hero-p {
    font-size: 20px;
  }
}
.csm-hero-section .customer-service-wrapper {
  max-width: 1064px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.csm-hero-section .customer-service-wrapper .customer-service-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
  text-align: center;
}
.csm-hero-section .customer-service-wrapper .customer-service-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  text-align: center;
  margin-top: 48px;
}
.csm-hero-section .csm-wrapper-img {
  display: flex;
  justify-content: center;
}
.csm-hero-section .csm-wrapper-img img {
  width: 100%;
  max-width: 1657px;
  height: auto;
  object-fit: contain;
}
.csm-hero-section .csm-wrapper-img-mb {
  display: none;
}
@media (max-width: 768px) {
  .csm-hero-section {
    padding: 48px 0 0;
  }
  .csm-hero-section .ccm-hero-image {
    display: none;
  }
  .csm-hero-section .ccm-hero-image-mb {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .csm-hero-section .csm-hero-content-wrapper {
    width: 100%;
    position: static;
    gap: 32px;
    transform: none;
    padding: 0 24px;
  }
  .csm-hero-section .csm-hero-content-wrapper .csm-hero-h1 {
    font-size: 49px;
    width: 100%;
  }
  .csm-hero-section .csm-hero-content-wrapper .csm-hero-p {
    font-size: 16px;
    width: 100%;
  }
  .csm-hero-section .customer-service-wrapper {
    width: 100%;
    padding: 0 24px;
    margin-top: 24px;
  }
  .csm-hero-section .customer-service-wrapper .customer-service-h2 {
    font-size: 31px;
  }
  .csm-hero-section .customer-service-wrapper .customer-service-p {
    font-size: 16px;
    margin-top: 24px;
  }
  .csm-hero-section .csm-wrapper-img {
    display: none;
  }
  .csm-hero-section .csm-wrapper-img-mb {
    display: block;
  }
  .csm-hero-section .csm-wrapper-img-mb img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.csm-work-section {
  padding: 208px 0;
  background-color: #1A1A1A;
}
.csm-work-section .csm-work-wrapper {
  max-width: 1440px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.csm-work-section .csm-work-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.csm-work-section .csm-work-content-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.csm-work-section .csm-work-content-wrapper .csm-work-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.csm-work-section .csm-work-content-wrapper .csm-work-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  text-align: center;
  margin: 24px 0 208px;
}
.csm-work-section .csm-work-content-wrapper .csm-work-col {
  display: flex;
  gap: 16px;
}
.csm-work-section .csm-work-content-wrapper .csm-work-left-col {
  flex: 1;
  border-radius: 40px;
  border: 1px solid #333;
  background-color: #1F1F1F;
  padding: 80px 0 0;
}
.csm-work-section .csm-work-content-wrapper .csm-work-left-col .csm-work-col-h3 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  padding: 0 48px;
  text-align: center;
}
.csm-work-section .csm-work-content-wrapper .csm-work-left-col .csm-work-col-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  margin: 24px 0 80px;
  padding: 0 48px;
  text-align: center;
}
.csm-work-section .csm-work-content-wrapper .csm-work-left-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.csm-work-section .csm-work-content-wrapper .csm-work-left-col .csm-col-3-img-mb {
  display: none;
}
.csm-work-section .csm-work-content-wrapper .col-3-spacing {
  margin: 16px 0 80px;
}
.csm-work-section .csm-work-content-wrapper .btn-csm-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 208px;
}
@media (max-width: 768px) {
  .csm-work-section {
    padding: 104px 24px;
  }
  .csm-work-section .csm-work-wrapper {
    width: 100%;
  }
  .csm-work-section .csm-work-content-wrapper {
    width: 100%;
  }
  .csm-work-section .csm-work-content-wrapper .csm-work-h2 {
    font-size: 49px;
  }
  .csm-work-section .csm-work-content-wrapper .csm-work-p {
    font-size: 16px;
    margin: 48px 0 64px;
  }
  .csm-work-section .csm-work-content-wrapper .csm-work-col {
    flex-direction: column;
    gap: 24px;
  }
  .csm-work-section .csm-work-content-wrapper .csm-work-left-col {
    padding: 48px 0 0;
  }
  .csm-work-section .csm-work-content-wrapper .csm-work-left-col .csm-work-col-h3 {
    font-size: 25px;
    padding: 0 24px;
  }
  .csm-work-section .csm-work-content-wrapper .csm-work-left-col .csm-work-col-p {
    font-size: 13px;
    margin: 16px 0 24px;
    padding: 0 24px;
  }
  .csm-work-section .csm-work-content-wrapper .csm-work-left-col .csm-col-3-img-mb {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-bottom-left-radius: 40px;
  }
  .csm-work-section .csm-work-content-wrapper .csm-work-left-col .csm-col-3-img {
    display: none;
  }
  .csm-work-section .csm-work-content-wrapper .csm-work-left-col .border-mobile {
    border-radius: 38px;
  }
  .csm-work-section .csm-work-content-wrapper .col-3-spacing {
    margin: 24px 0 48px;
  }
  .csm-work-section .csm-work-content-wrapper .btn-csm-wrapper {
    margin-bottom: 128px;
  }
}

.customer-feedback-section-mb {
  display: none;
}

.customer-feedback-section {
  padding: 208px 0;
  background-color: #fff;
}
.customer-feedback-section .customer-feedback-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.customer-feedback-section .customer-feedback-wrapper .customer-feedback-h2 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
  text-align: center;
  width: 1064px;
  margin: auto;
}
.customer-feedback-section .customer-feedback-wrapper .customer-feedback-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  text-align: center;
  margin: 24px auto 208px;
  width: 1064px;
}
.customer-feedback-section .customer-feedback-wrapper .customer-profile-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.customer-feedback-section .customer-feedback-wrapper .customer-profile-container .customer-profile-row {
  display: flex;
  justify-content: flex-end;
  position: relative;
  border-radius: 40px;
  background-color: #F6F9FF;
}
.customer-feedback-section .customer-feedback-wrapper .customer-profile-container .customer-profile-row.profile-row-start {
  justify-content: flex-start;
}
.customer-feedback-section .customer-feedback-wrapper .customer-profile-container .customer-profile-row .customer-profile-content {
  position: absolute;
  top: 64px;
  left: 64px;
  width: 365px;
}
.customer-feedback-section .customer-feedback-wrapper .customer-profile-container .customer-profile-row .customer-profile-content.profile-content-end {
  right: 64px;
  left: auto;
}
.customer-feedback-section .customer-feedback-wrapper .customer-profile-container .customer-profile-row .customer-profile-content .customer-profile-name {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
}
.customer-feedback-section .customer-feedback-wrapper .customer-profile-container .customer-profile-row .customer-profile-content .customer-profile-feedback {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #777;
  margin-top: 24px;
}
.customer-feedback-section .retain-user-wrapper {
  padding: 368px 0 0;
  display: flex;
  justify-content: flex-end;
}
.customer-feedback-section .retain-user-wrapper .retain-user-wrapper-content {
  max-width: 1600px;
  width: 90%;
  display: flex;
  gap: 100px;
}
.customer-feedback-section .retain-user-wrapper .retain-user-wrapper-content .retain-img-col {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.customer-feedback-section .retain-user-wrapper .retain-user-wrapper-content .retain-img-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.customer-feedback-section .retain-user-wrapper .retain-user-wrapper-content .retain-user-content-col {
  width: 37%;
}
.customer-feedback-section .retain-user-wrapper .retain-user-wrapper-content .retain-user-content-col .retain-user-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin-top: 24px;
}
.customer-feedback-section .retain-user-wrapper .retain-user-wrapper-content .retain-user-content-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sentiment-insights-hero-section {
  padding: 200px 0 208px;
  background-color: #000;
  position: relative;
  min-height: 1300px;
}
.sentiment-insights-hero-section .ai-insight-bg-img-new {
  position: absolute;
  left: 0;
  bottom: 2rem;
}
.sentiment-insights-hero-section .ai-insight-bg-img-new img {
  width: 100%;
  height: auto;
  margin: auto;
}
.sentiment-insights-hero-section .sentiment-insight-wrapper {
  max-width: 1700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-image: url(https://d1nv9h8wn6zf2g.cloudfront.net/images/ai-insight/ai-insight.webp);
  background-repeat: no-repeat;
  background-size: 768px 481px;
  background-position: right top;
}
.sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper .sentiment-hero-h1 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  width: 632px;
}
.sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper .sentiment-hero-p {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  width: 632px;
}
.sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper .btn-wrapper {
  display: flex;
}
.sentiment-insights-hero-section .sentiment-insight-wrapper .image-wrapper {
  display: none;
}
@media (min-width: 1280px) and (max-width: 1550px) {
  .sentiment-insights-hero-section .sentiment-insight-wrapper {
    max-width: 1440px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background-size: 55% auto;
  }
  .sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper {
    width: 100% !important;
  }
  .sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper .sentiment-hero-h1 {
    font-size: 61px !important;
    width: 40% !important;
  }
  .sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper .sentiment-hero-p {
    font-size: 24px !important;
    width: 40% !important;
  }
}
.sentiment-insights-hero-section .sentiment-hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .sentiment-insights-hero-section {
    padding: 48px 0 104px;
    min-height: auto;
  }
  .sentiment-insights-hero-section .sentiment-insight-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 100%;
    background-image: none;
  }
  .sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper {
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 0 24px;
  }
  .sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper .sentiment-hero-h1 {
    font-size: 49px;
    width: 100%;
    font-weight: 400;
  }
  .sentiment-insights-hero-section .sentiment-insight-wrapper .contnet-text-wrapper .sentiment-hero-p {
    font-size: 16px;
    width: 100%;
  }
  .sentiment-insights-hero-section .sentiment-insight-wrapper .image-wrapper {
    display: block;
    margin-top: 40px;
  }
  .sentiment-insights-hero-section .sentiment-insight-wrapper .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .sentiment-insights-hero-section .ai-insight-bg-img-new {
    display: none;
  }
}

.sentiment-insight-thousands-section {
  padding: 240px 0;
  background-color: #e3e3e3;
}
.sentiment-insight-thousands-section .sentiment-thousands-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.sentiment-insight-thousands-section .sentiment-thousands-wrapper .title-insight-h1 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
  width: 755px;
}
.sentiment-insight-thousands-section .sentiment-thousands-wrapper .description-insight-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #777;
  width: 755px;
  margin-top: 24px;
}
.sentiment-insight-thousands-section .sentiment-thousands-wrapper .sentiment-insight-thousands-img {
  margin-top: 72px;
  max-width: 100%;
  height: auto;
}
.sentiment-insight-thousands-section .sentiment-thousands-wrapper .semtiment-insight-info-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #777;
  width: 755px;
  margin-top: 72px;
}
@media (max-width: 768px) {
  .sentiment-insight-thousands-section {
    padding: 104px 24px;
  }
  .sentiment-insight-thousands-section .sentiment-thousands-wrapper {
    width: 100%;
  }
  .sentiment-insight-thousands-section .sentiment-thousands-wrapper .title-insight-h1 {
    font-size: 39px;
    width: 100%;
  }
  .sentiment-insight-thousands-section .sentiment-thousands-wrapper .description-insight-p {
    width: 100%;
    font-size: 16px;
    margin-top: 24px;
  }
  .sentiment-insight-thousands-section .sentiment-thousands-wrapper .sentiment-insight-thousands-img {
    margin-top: 48px;
    max-width: 100%;
    height: auto;
  }
  .sentiment-insight-thousands-section .sentiment-thousands-wrapper .semtiment-insight-info-p {
    font-size: 16px;
    width: 100%;
    margin-top: 48px;
  }
}

.sentiment-reduction-section {
  padding: 208px 0;
  background-color: #1b1b1b;
}
.sentiment-reduction-section .line-bars-img {
  display: none;
}
.sentiment-reduction-section .customer-complaint-bg-img-new {
  height: 1112px;
  background-image: url("./../images/sentiment-insights/line-bars.png");
  background-position: right;
  background-size: 908px 1112px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sentiment-reduction-section .customer-complaint-bg-img-new {
    background-image: none !important;
    height: auto;
  }
}
.sentiment-reduction-section .sentiment-reduction-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper {
  padding-top: 14.5rem;
  height: 100%;
}
.sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .text-content-wrapper {
  display: flex;
}
.sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .text-content-wrapper .percentage-text {
  font-family: "Plain";
  font-size: 240px;
  line-height: 1.2;
  font-weight: 600;
  color: #e3e3e3;
}
.sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .text-content-wrapper .percentage-text sup {
  font-family: "Plain";
  font-size: 56px;
  line-height: 1.2;
  font-weight: 300;
  color: #e3e3e3;
  vertical-align: super;
  top: -1.2em;
}
.sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .text-content-wrapper .percentage-text span {
  line-height: 0;
}
.sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .sentiment-reduction-in-customer-h2 {
  margin-top: 16px;
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 700;
  color: #e3e3e3;
  width: 632px;
}
.sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .sentiment-reduction-p {
  margin-top: 24px;
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #e3e3e3;
  width: 632px;
}
@media (max-width: 768px) {
  .sentiment-reduction-section {
    padding: 104px 24px;
  }
  .sentiment-reduction-section .line-bars-img {
    display: flex;
  }
  .sentiment-reduction-section .sentiment-reduction-wrapper {
    width: 100%;
  }
  .sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper {
    padding-top: 0px;
    height: 100%;
  }
  .sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .text-content-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .text-content-wrapper .percentage-text {
    font-size: 144px;
  }
  .sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .text-content-wrapper .percentage-text sup {
    font-size: 30px;
    top: -0.8em;
  }
  .sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .sentiment-reduction-in-customer-h2 {
    font-size: 49px;
    width: 100%;
  }
  .sentiment-reduction-section .sentiment-reduction-wrapper .combine-text-wrapper .sentiment-reduction-p {
    font-size: 16px;
    width: 100%;
  }
}

.netstas-hero-section {
  background-color: #F6F9FF;
  padding-top: 80px;
}
.netstas-hero-section .netstats-hero-wrapper {
  min-height: 1586px;
  height: auto;
  background-image: url(https://d1nv9h8wn6zf2g.cloudfront.net/images/net-stats/hero-section.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 280px;
}
.netstas-hero-section .netstats-hero-wrapper .netstats-hero-content {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.netstas-hero-section .netstats-hero-wrapper .netstats-hero-content .netstats-hero-h1 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  width: 62%;
}
.netstas-hero-section .netstats-hero-wrapper .netstats-hero-content .netstats-hero-p {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  width: 62%;
}
.netstas-hero-section .netstats-hero-wrapper .netstats-hero-content .btn-div {
  width: fit-content;
}
.netstas-hero-section .netstats-hero-wrapper .netstats-hero-img-mb {
  display: none;
}
@media (max-width: 768px) {
  .netstas-hero-section {
    padding: 48px 0;
  }
  .netstas-hero-section .netstats-hero-wrapper {
    background-image: none;
    padding-top: 0;
    min-height: auto;
  }
  .netstas-hero-section .netstats-hero-wrapper .netstats-hero-content {
    width: 100%;
    padding: 0 24px;
    gap: 32px;
    align-items: center;
  }
  .netstas-hero-section .netstats-hero-wrapper .netstats-hero-content .netstats-hero-h1 {
    font-size: 49px;
    width: 100%;
    text-align: center;
  }
  .netstas-hero-section .netstats-hero-wrapper .netstats-hero-content .netstats-hero-p {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .netstas-hero-section .netstats-hero-wrapper .netstats-hero-img-mb {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.netstats-network-section {
  background-color: #F6F9FF;
  padding: 104px 0 208px;
}
.netstats-network-section .netstats-network-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.netstats-network-section .netstats-network-wrapper .netstats-network-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  text-align: center;
  margin-bottom: 24px;
}
.netstats-network-section .netstats-network-wrapper .netstats-network-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.netstats-network-section .netstats-network-wrapper .netstats-network-img-wrapper .netstats-dashboard-img-mb {
  display: none;
}
.netstats-network-section .netstats-network-wrapper .netstats-network-img-wrapper .netstats-dashboard-img {
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.1);
  margin-top: 104px;
  border-radius: 32px;
}
.netstats-network-section .netstats-network-wrapper .netstats-info-wrapper {
  margin-top: 104px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.netstats-network-section .netstats-network-wrapper .netstats-info-wrapper .netstats-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9.3%;
}
.netstats-network-section .netstats-network-wrapper .netstats-info-wrapper .netstats-info-row .netstats-info-content-col {
  width: 41%;
}
.netstats-network-section .netstats-network-wrapper .netstats-info-wrapper .netstats-info-row .netstats-info-content-col .netstats-info-h3 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.netstats-network-section .netstats-network-wrapper .netstats-info-wrapper .netstats-info-row .netstats-info-content-col .netstats-info-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin-top: 40px;
}
.netstats-network-section .netstats-network-wrapper .netstats-info-wrapper .netstats-info-row .netstats-info-img-col {
  flex: 1;
}
.netstats-network-section .netstats-network-wrapper .netstats-info-wrapper .netstats-info-row .netstats-info-img-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.netstats-network-section .netstats-network-wrapper .netstats-carousal-mobile {
  display: none;
}
@media (max-width: 768px) {
  .netstats-network-section {
    padding: 48px 24px 104px;
  }
  .netstats-network-section .netstats-network-wrapper {
    width: 100%;
  }
  .netstats-network-section .netstats-network-wrapper .netstats-info-wrapper {
    display: none;
  }
  .netstats-network-section .netstats-network-wrapper .netstats-network-h2 {
    font-size: 31px;
  }
  .netstats-network-section .netstats-network-wrapper .netstats-network-img-wrapper .netstats-dashboard-img-mb {
    display: block !important;
    box-shadow: 0 1.059px 21.18px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .netstats-network-section .netstats-network-wrapper .netstats-network-img-wrapper .netstats-dashboard-img {
    display: none;
  }
  .netstats-network-section .netstats-network-wrapper .netstats-carousal-mobile {
    display: block;
  }
  .netstats-network-section .netstats-network-wrapper .ai-feedback-swipe-wrapper {
    margin-top: 80px;
  }
  .netstats-network-section .netstats-network-wrapper .ai-feedback-swipe-wrapper .ai-feedback-swipe-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .netstats-network-section .netstats-network-wrapper .ai-feedback-swipe-wrapper .ai-feedback-swipe-col .ai-swipe-h3 {
    font-family: "Plain";
    font-size: 31px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
    text-align: center;
  }
  .netstats-network-section .netstats-network-wrapper .ai-feedback-swipe-wrapper .ai-feedback-swipe-col img {
    width: 100%;
  }
  .netstats-network-section .netstats-network-wrapper .ai-feedback-swipe-wrapper .ai-feedback-swipe-col .ai-swipe-p {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    text-align: center;
  }
  .netstats-network-section .netstats-network-wrapper .aniamtion-progress-wrapper {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .netstats-network-section .netstats-network-wrapper .aniamtion-progress-wrapper .mobile-progress-bar {
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .netstats-network-section .netstats-network-wrapper .aniamtion-progress-wrapper .mobile-progress-bar.mobile-progress-active {
    width: 28px;
    background-color: #000;
  }
}

.network-performance-section {
  background-color: #1B1B1B;
  padding: 240px 0;
}
.network-performance-section .network-perofrmance-wrapper {
  max-width: 1064px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.network-performance-section .network-perofrmance-wrapper .network-performance-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 80%;
  margin: auto;
}
.network-performance-section .network-perofrmance-wrapper .network-performance-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  text-align: center;
  width: 80%;
  margin: 24px auto 120px;
}
@media (max-width: 768px) {
  .network-performance-section {
    padding: 104px 24px;
  }
  .network-performance-section .network-perofrmance-wrapper {
    width: 100%;
  }
  .network-performance-section .network-perofrmance-wrapper .network-performance-h2 {
    font-size: 31px;
    width: 100%;
  }
  .network-performance-section .network-perofrmance-wrapper .network-performance-p {
    font-size: 16px;
    width: 100%;
    margin: 24px auto 48px;
  }
}

.network-data-section {
  background-color: #f9f9f9;
  padding: 208px 0;
}
.network-data-section .network-data-wrapper {
  max-width: 1285px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  /* Tabs Component */
}
.network-data-section .network-data-wrapper .network-data-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  width: 848px;
  margin: auto;
  text-align: center;
}
.network-data-section .network-data-wrapper .network-data-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin: 48px auto 64px;
  width: 848px;
  text-align: center;
}
.network-data-section .network-data-wrapper .fusion-tabs {
  position: relative;
  /* Circle */
  /* Line */
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-nav {
  width: fit-content;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 8px;
  margin: 0 auto 64px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.03);
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-tab {
  padding: 16.8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #4f4f4f;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-tab.is-active {
  background: #fff;
  color: #000;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content {
  display: none;
  width: fit-content;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content.is-active {
  display: block;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper {
  border-radius: 48px;
  background: #EAEAEA;
  display: flex;
  padding: 20px 80px 20px 20px;
  align-items: center;
  gap: 80px;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-img-col {
  width: 56%;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-img-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-right-col {
  flex: 1;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-right-col .fusion-tab-content-h3 {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-right-col .fusion-tab-content-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #303030;
  margin-top: 20px;
  text-align: center;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-circle {
  position: absolute;
  top: 164px;
  right: 30px;
  width: 32px;
  height: 32px;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-circle svg {
  position: absolute;
  top: 0;
  left: 0;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-circle .fusion-tabs-circle-progress circle {
  stroke: #303030;
  stroke-width: 3;
  fill: none;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-line {
  width: 58px;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 auto 10px;
  overflow: hidden;
  display: none;
  border-radius: 2px;
  position: absolute;
  top: 347px;
  left: 50%;
  transform: translateX(-50%);
}
.network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-line .fusion-tabs-line-fill {
  width: 0%;
  height: 100%;
  background: #303030;
}
@media (max-width: 768px) {
  .network-data-section {
    padding: 104px 24px;
  }
  .network-data-section .network-data-wrapper {
    width: 100%;
    /* Tabs Component */
  }
  .network-data-section .network-data-wrapper .network-data-h2 {
    font-size: 31px;
    width: 100%;
  }
  .network-data-section .network-data-wrapper .network-data-p {
    font-size: 16px;
    width: 100%;
    margin: 24px auto 48px;
  }
  .network-data-section .network-data-wrapper .fusion-tabs {
    /* Circle */
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-nav {
    width: 100%;
    margin: 0 auto 48px;
    border-radius: 12px;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-tab {
    padding: 8px;
    border-radius: 6px;
    font-size: 13px;
    text-align: center;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper {
    border-radius: 22px;
    flex-direction: column;
    padding: 24px 12px;
    gap: 50px;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-img-col {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-img-col img {
    width: auto;
    height: 173px;
    object-fit: contain;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-right-col {
    width: 100%;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-right-col .fusion-tab-content-h3 {
    font-size: 25px;
    text-align: center;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-content .fusion-tabs-content-wrapper .fusion-tabs-content-right-col .fusion-tab-content-p {
    font-size: 16px;
    margin-top: 16px;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-circle {
    position: absolute;
    top: 164px;
    right: 30px;
    width: 32px;
    height: 32px;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-circle svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-circle .fusion-tabs-circle-progress circle {
    stroke: #303030;
    stroke-width: 3;
    fill: none;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-circle {
    display: none;
  }
  .network-data-section .network-data-wrapper .fusion-tabs .fusion-tabs-line {
    display: block;
  }
}

.user-leads-section {
  padding: 160px 0;
  background-color: #1B1B1B;
  display: flex;
  justify-content: flex-end;
}
.user-leads-section .user-leads-wrapper {
  max-width: 1578px;
  width: 90%;
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
.user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col {
  width: 626px;
}
.user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col .crash-percentage {
  display: flex;
  gap: 8px;
}
.user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col .crash-percentage .h3-62 {
  font-size: 280px;
  font-weight: 700;
  line-height: 80%;
  color: #d0d0d0;
}
.user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col .crash-percentage .h3-percentage {
  font-size: 58px;
  font-weight: 300;
  line-height: 190%;
  color: #d0d0d0;
}
.user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col .user-lead-h2 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 700;
  color: #D0D0D0;
  margin-top: 32px;
}
.user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col .user-lead-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #9f9f9f;
  margin-top: 32px;
}
.user-leads-section .user-leads-wrapper .user-leads-wrapper-img-col {
  flex: 1;
}
.user-leads-section .user-leads-wrapper .user-leads-wrapper-img-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .user-leads-section {
    padding: 104px 0;
    justify-content: flex-start;
  }
  .user-leads-section .user-leads-wrapper {
    width: 100%;
    flex-direction: column-reverse;
    gap: 48px;
    align-items: flex-start;
  }
  .user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col {
    width: 100%;
    padding: 0 24px;
  }
  .user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col .crash-percentage .h3-62 {
    font-size: 150px;
  }
  .user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col .crash-percentage .h3-percentage {
    font-size: 33px;
  }
  .user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col .user-lead-h2 {
    font-weight: 400;
    font-size: 31px;
    margin-top: 16px;
  }
  .user-leads-section .user-leads-wrapper .user-leads-wrapper-content-col .user-lead-p {
    font-size: 16px;
    margin-top: 24px;
  }
  .user-leads-section .user-leads-wrapper .user-leads-wrapper-img-col {
    padding-left: 24px;
  }
}

.pricing-hero-section {
  padding: 240px 0 0;
  background-color: #F4F4F4;
}
.pricing-hero-section .pricing-hero-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-hero-h1 {
  font-family: "Plain";
  font-size: 95px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  width: 801px;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-hero-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  color: #9f9f9f;
  width: 722px;
  margin: 48px 0 64px;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-menu-wrapper {
  padding: 8px;
  border-radius: 70px;
  background: rgba(0, 0, 0, 0.05);
  width: fit-content;
  display: flex;
  gap: 8px;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-menu-wrapper .pricing-tab-menu {
  cursor: pointer;
  display: flex;
  height: 48px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: transparent;
  border-radius: 54px;
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-menu-wrapper .pricing-tab-menu.pricing-active-tab {
  background-color: #fff;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-menu-wrapper .pricing-tab-menu .save-30 {
  padding: 5px 8px;
  border-radius: 29px;
  background-color: #33D490;
  font-family: "Plain";
  font-size: 10px;
  line-height: 0.9;
  font-weight: 400;
  color: #fff;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper {
  display: flex;
  gap: 16px;
  padding-left: 10%;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col {
  flex: 1;
  padding: 32px;
  border-radius: 24px 24px 0 0;
  border: 1px solid #ececec;
  background-color: #FCFCFC;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col.pricing-tab-team-col {
  border-top: 3px solid #4684F8;
  border-left: 3px solid #4684F8;
  border-right: 3px solid #4684F8;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .package-name-wrapper {
  display: flex;
  gap: 8px;
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .package-name-wrapper .popular {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #DAE6FD;
  font-family: "Plain";
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .package-desc {
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
  margin: 8px 0 41.5px;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .package-value {
  font-family: "Plain";
  font-size: 49px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .package-value span {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
  color: #9f9f9f;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .billing-detail {
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #777;
  margin-top: 8px;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .billing-divider {
  height: 2px;
  background-color: #E3E3E3;
  margin: 24px 0;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .package-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .package-details-wrapper .package-details-row {
  display: flex;
  gap: 8px;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .package-details-wrapper .package-details-row .package-details-desc {
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #303030;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .pricing-get-started-btn {
  margin-top: 43px;
  display: flex;
  height: 48px;
  padding: 0 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #4684F8;
  border: 1px solid #4684F8;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .pricing-get-started-btn:hover {
  background-color: #4684F8;
  color: #fff;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .pricing-get-started-btn.pricing-active-btn {
  background-color: #4684F8;
  color: #fff;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper .pricing-tab-content-wrapper .pricing-tab-content-col .pricing-get-started-btn.pricing-active-btn:hover {
  background-color: transparent;
  color: #4684F8;
}
.pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container {
  display: none;
}

@media (max-width: 768px) {
  .pricing-hero-section {
    padding: 48px 0 104px;
  }
  .pricing-hero-section .pricing-hero-wrapper {
    width: 100%;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-hero-h1 {
    font-size: 49px;
    width: 100%;
    padding: 0 24px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-hero-p {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    margin: 24px 0 48px;
    padding: 0 24px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-tab-wrapper {
    display: none;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-header {
    display: flex;
    padding: 8px;
    border-radius: 70px;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 24px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-header .pricing-mobile-tab-menu {
    width: fit-content;
    flex: 1;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    white-space: nowrap;
  }
}
@media (max-width: 768px) and (max-width: 388px) {
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-header .pricing-mobile-tab-menu {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-header .pricing-mobile-tab-menu.mobile-tab-active {
    border-radius: 54px;
    background-color: #fff;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-header .pricing-mobile-tab-menu .save30 {
    height: 22px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 120%;
    background-color: #33D490;
    border-radius: 29px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card {
    width: 100%;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card {
    max-width: 276px;
    min-width: 276px;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #ececec;
    background-color: #fcfcfc;
    margin: 0 0.75rem;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card.team-pricing-card {
    border: 3px solid #6B9CF9;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .package-name-wrapper {
    display: flex;
    gap: 8px;
    font-family: "Plain";
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    color: #303030;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .package-name-wrapper .popular {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #DAE6FD;
    font-family: "Plain";
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .package-desc {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #303030;
    margin: 8px 0 41.5px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .package-value {
    font-family: "Plain";
    font-size: 49px;
    line-height: 1.2;
    font-weight: 600;
    color: #303030;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .package-value span {
    font-family: "Plain";
    font-size: 31px;
    line-height: 1.2;
    font-weight: 400;
    color: #9f9f9f;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .billing-detail {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #777;
    margin-top: 8px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .billing-divider {
    height: 2px;
    background-color: #E3E3E3;
    margin: 24px 0;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .package-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .package-details-wrapper .package-details-row {
    display: flex;
    gap: 8px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .package-details-wrapper .package-details-row .package-details-desc {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #303030;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .pricing-get-started-btn {
    margin-top: 43px;
    display: flex;
    height: 48px;
    padding: 0 28px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #4684F8;
    border: 1px solid #4684F8;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .pricing-mobile-tab-content-wrapper .slick-carousel-swipe-card .mobile-pricing-card .pricing-get-started-btn.pricing-active-btn {
    background-color: #4684F8;
    color: #fff;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .aniamtion-progress-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 0px;
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .aniamtion-progress-wrapper .mobile-progress-bar {
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .pricing-hero-section .pricing-hero-wrapper .pricing-mobile-tab-container .aniamtion-progress-wrapper .mobile-progress-bar.mobile-progress-active {
    width: 28px;
    background-color: #000;
  }
  .package-features-section {
    display: none;
  }
  .pricing-feature-section {
    display: block !important;
    padding: 48px 24px 104px;
    background-color: #fff;
  }
  .pricing-feature-section .pricing-dropdown-wrapper {
    position: relative;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-header {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-color: #F9F9F9;
    border: 1px solid #e3e3e3;
    transition: border-radius 0.25s ease;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-header.open-header {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-header .package-name-wrapper {
    display: flex;
    gap: 8px;
    font-family: "Plain";
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #303030;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-header .package-name-wrapper .popular {
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 6px;
    border-radius: 2px;
    background-color: #DAE6FD;
    font-family: "Plain";
    font-size: 8px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-header .package-value {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #777;
    margin-top: 4px;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-header .dropdown-img {
    transform: rotate(90deg);
  }
  .pricing-feature-section .pricing-dropdown-wrapper .dropdown-img {
    transition: transform 0.3s ease;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-menu {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #e6e6e6;
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: max-height;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-menu.active {
    display: block;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option {
    height: 59px;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option:first-child {
    margin-top: 12px;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option:last-child {
    margin-bottom: 12px;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option.selective-dropdown-option {
    background-color: rgb(236, 236, 236);
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option .package-name-wrapper {
    display: flex;
    gap: 8px;
    font-family: "Plain";
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #303030;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option .package-name-wrapper .popular {
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 6px;
    border-radius: 2px;
    background-color: #DAE6FD;
    font-family: "Plain";
    font-size: 8px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
  }
  .pricing-feature-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option .package-value {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #777;
  }
  .pricing-feature-section .pricing-package-content-wrapper {
    margin-top: 48px;
  }
  .pricing-feature-section .pricing-package-content-wrapper .basic-feature-wrapper .basic-feature-heading {
    font-size: 31px;
    color: #303030;
    font-weight: 700;
    line-height: 120%;
    height: 80px;
    border-bottom: 2px solid #E3E3E3;
    display: flex;
    align-items: center;
  }
  .pricing-feature-section .pricing-package-content-wrapper .basic-feature-wrapper .basic-feature-col {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #E3E3E3;
    height: 80px;
    align-items: center;
  }
  .pricing-feature-section .pricing-package-content-wrapper .basic-feature-wrapper .basic-feature-col .feature-name,
  .pricing-feature-section .pricing-package-content-wrapper .basic-feature-wrapper .basic-feature-col .feature-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #4F4F4F;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper {
    margin-top: 48px;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-feature-heading {
    font-size: 31px;
    color: #303030;
    font-weight: 700;
    line-height: 120%;
    height: 80px;
    border-bottom: 2px solid #E3E3E3;
    display: flex;
    align-items: center;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-feature-click-col {
    display: flex;
    border-bottom: 2px solid #E3E3E3;
    height: 80px;
    gap: 12px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    cursor: pointer;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-feature-click-col .core-feature-dropdown-img {
    transition: transform 0.3s ease;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-feature-click-col.open .core-feature-dropdown-img {
    transform: rotate(90deg);
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col {
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding-left: 36px;
    border-bottom: 2px solid #E3E3E3;
    align-items: center;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col .core-feature-left-col {
    width: 175px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #4F4F4F;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col .core-feature-img-col {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col .core-feature-img-col .feature-text-value {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #4F4F4F;
  }
  .pricing-feature-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col .core-feature-img-col .cross-icon {
    display: none;
  }
  .pricing-feature-section .integration-mobile-col {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #E3E3E3;
    height: 80px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #303030;
    line-height: 120%;
  }
}
.pricing-feature-section {
  display: none;
}

.package-features-section {
  padding: 120px 0;
  background-color: #fff;
}
.package-features-section .package-feature-wrapper {
  max-width: 1440px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.package-features-section .package-feature-wrapper .pricing-table {
  width: 100%;
  overflow-x: auto;
  /* 🔥 Sticky Header */
}
.package-features-section .package-feature-wrapper .pricing-table .pricing-table-row {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e3e3e3;
  height: 80px;
  box-sizing: content-box;
}
.package-features-section .package-feature-wrapper .pricing-table .pricing-table-row .pricing-table-row-col {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #4f4f4f;
}
.package-features-section .package-feature-wrapper .pricing-table .pricing-table-row .pricing-table-row-col.feature-col {
  width: 210px !important;
  max-width: 210px;
  justify-content: flex-start !important;
}
.package-features-section .package-feature-wrapper .pricing-table .pricing-table-header {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e3e3e3;
  height: 80px;
  box-sizing: content-box;
}
.package-features-section .package-feature-wrapper .pricing-table .pricing-table-header .pricing-table-header-col {
  padding-top: 12px;
  flex: 1;
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #303030;
  text-align: center;
}
.package-features-section .package-feature-wrapper .pricing-table .pricing-table-header .pricing-table-header-col.feature-col {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  text-align: left;
  width: 210px !important;
  max-width: 210px;
}
.package-features-section .package-feature-wrapper .pricing-table .pricing-table-header .pricing-table-header-col .pricing-details {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #9f9f9f;
  margin-top: 4px;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper {
  margin-top: 80px;
  background-color: #fff;
  /* 🔥 Sticky Header */
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .pricing-table-header {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e3e3e3;
  height: 80px;
  box-sizing: content-box;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  background-color: #fff;
  z-index: 10;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .pricing-table-header .pricing-table-header-col {
  padding-top: 12px;
  flex: 1;
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #303030;
  text-align: center;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .pricing-table-header .pricing-table-header-col.feature-col {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  text-align: left;
  width: 210px !important;
  max-width: 210px;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .pricing-table-header .pricing-table-header-col .pricing-details {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #9f9f9f;
  margin-top: 4px;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item {
  border-bottom: 2px solid #e3e3e3;
  /* ================= HEADER ================= */
  /* ================= CONTENT ================= */
  /* ================= ACTIVE STATE ================= */
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-content-row {
  display: flex;
  align-items: center;
  height: 80px;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-content-row .feature-table-accordian-title {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: fit-content;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-content-row .feature-table-accordian-title img {
  transition: transform 0.3s ease;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-content-row .feature-table-accordian-title .feature-name {
  font-family: "Plain";
  font-size: 20px;
  line-height: 0.7;
  font-weight: 600;
  color: #303030;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content .accordian-content-row {
  display: flex;
  gap: 8px;
  border-top: 1px solid #e3e3e3;
  height: 80px;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content .accordian-content-row .accordian-content-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #4f4f4f;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content .accordian-content-row .accordian-content-col.accordian-first-col {
  justify-content: flex-start;
  padding-left: 36px;
  max-width: 210px;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content .accordian-content-row .accordian-content-col img {
  width: 24px;
  height: 24px;
}
.package-features-section .package-feature-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item.active .feature-table-accordian-title img {
  transform: rotate(90deg);
}
.package-features-section .package-feature-wrapper .integration-feature {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e3e3e3;
  height: 80px;
  box-sizing: content-box;
}
.package-features-section .package-feature-wrapper .integration-feature .integration-feature-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
}
.package-features-section .package-feature-wrapper .integration-feature .integration-feature-col.accordian-first-col {
  justify-content: flex-start;
  max-width: 210px;
}

.faq-section {
  padding: 184px 0;
  background-color: #F4F4F4;
}
.faq-section .faq-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.faq-section .faq-wrapper .faq-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  text-align: center;
}
.faq-section .faq-wrapper .faq-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  color: #777;
  text-align: center;
  width: 50%;
  margin: 48px auto 64px;
}
.faq-section .faq-wrapper .faq-accordian-wrapper .faq-accordian-row {
  border-bottom: 2px solid #E3E3E3;
  padding: 24px 0;
}
.faq-section .faq-wrapper .faq-accordian-wrapper .faq-accordian-row .faq-accordian-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  gap: 24px;
}
.faq-section .faq-wrapper .faq-accordian-wrapper .faq-accordian-row .faq-accordian-header .faq-h3 {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
}
.faq-section .faq-wrapper .faq-accordian-wrapper .faq-accordian-row .faq-accordian-header .faq-img-col .minus-icon {
  display: none;
}
.faq-section .faq-wrapper .faq-accordian-wrapper .faq-accordian-row .faq-accordian-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-section .faq-wrapper .faq-accordian-wrapper .faq-accordian-row .faq-accordian-content .faq-accordian-content-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #777;
  width: 82%;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 104px 24px 147px;
  }
  .faq-section .faq-wrapper {
    width: 100%;
  }
  .faq-section .faq-wrapper .faq-h2 {
    font-size: 39px;
  }
  .faq-section .faq-wrapper .faq-p {
    font-size: 16px;
    width: 100%;
    margin: 24px auto 19px;
  }
  .faq-section .faq-wrapper .faq-accordian-wrapper .faq-accordian-row {
    border-bottom: 2px solid #E3E3E3;
    padding: 24px 0;
  }
  .faq-section .faq-wrapper .faq-accordian-wrapper .faq-accordian-row .faq-accordian-header .faq-h3 {
    font-size: 20px;
  }
  .faq-section .faq-wrapper .faq-accordian-wrapper .faq-accordian-row .faq-accordian-content .faq-accordian-content-p {
    font-size: 16px;
    width: 90%;
    padding-top: 24px;
  }
}

.contact-hero-session {
  padding: 184px 0 104px;
  background-color: #f7f7f7;
}
.contact-hero-session .contact-hero-wrapper {
  width: 90%;
  max-width: 920px;
  margin: auto;
}
.contact-hero-session .contact-hero-wrapper .contact-hero-h1 {
  font-size: 76px;
  color: #303030;
  font-weight: 400;
  text-align: center;
  margin-top: 36px;
  line-height: 120%;
}
.contact-hero-session .contact-hero-wrapper .contact-hero-p {
  font-size: 25px;
  color: #777;
  font-weight: 300;
  line-height: 120%;
  margin: 36px auto 80px;
  text-align: center;
  width: 78%;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper {
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-form-heading {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 120%;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 10px;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row.input-row-3 {
  margin-top: 24px;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .input-group {
  position: relative;
  display: inline-block;
  height: 56px;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .input-group .input-field {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #e3e3e3;
  background-color: #fff;
  outline: none;
  height: 56px;
  padding: 12px 22px 0;
  color: #9f9f9f;
  font-size: 1rem;
  transition: border-color 0.2s;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .input-group .input-field:focus {
  border-color: #4684f8;
  color: #000;
  outline: none;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .input-group .input-field:valid {
  color: #000;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .input-group .input-field:focus + .input-label, .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .input-group .input-field:not(:placeholder-shown) + .input-label {
  top: 8px;
  font-size: 12px;
  color: #9F9F9F;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .input-group .input-label {
  position: absolute;
  left: 23px;
  top: 16px;
  color: #9F9F9F;
  pointer-events: none;
  transition: all 0.2s ease;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .input-field.error {
  border: 1px solid #ff3366 !important;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .error-message {
  font-size: 12px;
  line-height: 1.2;
  color: #FF3366;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .error-message.show {
  opacity: 1;
  visibility: visible;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col textarea {
  border-radius: 4px;
  border: solid 1px #e3e3e3;
  background-color: #fff;
  padding: 22px;
  font-size: 1rem;
  resize: none;
  font-family: "Plain";
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col textarea:focus {
  border-color: #4684f8;
  color: #000;
  outline: none;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col textarea:valid {
  color: #000;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col textarea.error {
  border: 1px solid #ff3366 !important;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col .max-character {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #9f9f9f;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row #myCheckbox {
  width: 16px;
  height: 16px;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .checkbox-p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: -2px;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .clicking-p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin: 0;
  padding: 0;
  margin-top: 1.5rem;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-form-btn {
  display: flex;
  justify-content: center;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-form-btn .form-button {
  display: flex;
  height: 48px;
  padding: 0 24px;
  align-items: center;
  border-radius: 6px;
  background-color: #4684f8;
  border: none;
  margin-top: 3rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-form-btn .form-button:hover {
  background-color: #303030;
}
.contact-hero-session .contact-hero-wrapper .contact-us-footer {
  max-width: 638px;
  width: 90%;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 56px;
}
.contact-hero-session .contact-hero-wrapper .contact-us-footer .contact-footer-col {
  flex: 1;
}
.contact-hero-session .contact-hero-wrapper .contact-us-footer .contact-footer-col .need-suppot {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.contact-hero-session .contact-hero-wrapper .contact-us-footer .contact-footer-col .need-support-p {
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-weight: 4000;
  text-align: center;
  color: #4f4f4f;
  margin-top: 12px;
}
.contact-hero-session .contact-hero-wrapper .contact-us-footer .contact-footer-col .need-support-p .need-support-span {
  color: #4684f8;
}
.contact-hero-session .contact-hero-wrapper .contact-us-footer .contact-footer-col .need-support-p .need-support-span a {
  text-decoration: underline !important;
}
.contact-hero-session .contact-hero-wrapper .contact-us-footer .contact-footer-divider {
  height: 32px;
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  border-radius: 8px;
  background-color: #E3E3E3;
}
@media (max-width: 768px) {
  .contact-hero-session {
    padding: 48px 24px;
  }
  .contact-hero-session .contact-hero-wrapper {
    width: 1000%;
    max-width: 100%;
  }
  .contact-hero-session .contact-hero-wrapper .contact-hero-h1 {
    font-size: 49px;
    margin-top: 32px;
  }
  .contact-hero-session .contact-hero-wrapper .contact-hero-p {
    font-size: 16px;
    margin: 24px auto 48px;
    width: 90%;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper {
    padding: 24px;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-form-heading.mt-48px {
    margin-top: 24px !important;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row.input-row-3 {
    margin-top: 16px;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row.checkbox-row {
    flex-direction: row;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .contact-input-col {
    width: 100%;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-input-row .checkbox-p {
    margin-top: -6px;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .clicking-p {
    margin-top: 1rem;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-form-btn {
    justify-content: flex-start;
  }
  .contact-hero-session .contact-hero-wrapper .contact-form-wrapper .contact-form-btn .form-button:hover {
    background-color: #4684f8;
  }
  .contact-hero-session .contact-hero-wrapper .contact-us-footer {
    max-width: 263px;
    width: 100%;
    margin: 48px auto 0;
    flex-direction: column;
    gap: 36px;
  }
  .contact-hero-session .contact-hero-wrapper .contact-us-footer .contact-footer-col {
    width: 100%;
  }
  .contact-hero-session .contact-hero-wrapper .contact-us-footer .contact-footer-divider {
    width: 32px;
    height: 2px;
    min-width: 32px;
    max-width: 32px;
  }
}

.thank-you-hero-session {
  padding: 184px 0 104px;
  background-color: #f7f7f7;
}
.thank-you-hero-session .thank-you-hero-wrapper {
  width: 90%;
  max-width: 818px;
  margin: auto;
}
.thank-you-hero-session .thank-you-hero-wrapper .contact-hero-h1 {
  font-size: 76px;
  color: #303030;
  font-weight: 400;
  text-align: center;
  margin-top: 36px;
  line-height: 120%;
}
.thank-you-hero-session .thank-you-hero-wrapper .contact-hero-p {
  font-size: 25px;
  color: #777;
  font-weight: 300;
  line-height: 120%;
  margin: 36px auto 80px;
  text-align: center;
  width: 89%;
}
.thank-you-hero-session .thank-you-hero-wrapper .contact-hero-p .need-support-span {
  color: #4684f8;
}
.thank-you-hero-session .thank-you-hero-wrapper .contact-hero-p .need-support-span a {
  text-decoration: none !important;
}
.thank-you-hero-session .thank-you-hero-wrapper .thank-you-wrapper {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thank-you-hero-session .thank-you-hero-wrapper .thank-you-wrapper .thank-you-h2 {
  font-size: 39px;
  color: #303030;
  font-weight: 400;
  line-height: 120%;
}
.thank-you-hero-session .thank-you-hero-wrapper .thank-you-wrapper .thank-you-p {
  font-size: 20px;
  color: #777;
  font-weight: 300;
  line-height: 120%;
  margin: 24px 0 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .thank-you-hero-session {
    padding: 48px 24px;
  }
  .thank-you-hero-session .thank-you-hero-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .thank-you-hero-session .thank-you-hero-wrapper .contact-hero-h1 {
    font-size: 749x;
    margin-top: 32px;
  }
  .thank-you-hero-session .thank-you-hero-wrapper .contact-hero-p {
    font-size: 16px;
    margin: 24px auto 48px;
    text-align: center;
    width: 89%;
  }
  .thank-you-hero-session .thank-you-hero-wrapper .thank-you-wrapper {
    padding: 24px;
  }
  .thank-you-hero-session .thank-you-hero-wrapper .thank-you-wrapper .thank-you-h2 {
    font-size: 25px;
  }
  .thank-you-hero-session .thank-you-hero-wrapper .thank-you-wrapper .thank-you-p {
    font-size: 16px;
    margin: 16px 0 32px;
  }
}

.privacy-policy-main-section {
  padding: 208px 0 312px;
  background-color: #f7f7f7;
  width: 100%;
}
.privacy-policy-main-section .privacy-policy-main-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-h1 {
  font-size: 95px;
  font-weight: 600;
  line-height: 120%;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-p {
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 56px;
  color: #777;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-anchor-tag {
  color: #216BF6;
  text-decoration: none;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container {
  margin-top: 40px;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-header-accordian {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 25px;
  color: #303030;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
  gap: 24px;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-header-accordian .privacy-dropdown-img {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-header-accordian.active .privacy-dropdown-img {
  transform: rotate(270deg);
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-body-content-p {
  padding: 40px 0;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-p-tag {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-p-tag .privacy-policy-strong-tag {
  color: #303030 !important;
  font-weight: 600 !important;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-anchor-tag {
  color: #216BF6;
  text-decoration: none;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-bold-tag {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #303030;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-bold-tag-count {
  color: #4F4F4F;
  font-weight: 600;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-list-tag {
  font-size: 1rem;
  line-height: 1.6;
  color: #4f4f4f;
  letter-spacing: 0.32px;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-ul-tag {
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-left: 2rem;
  color: #4f4f4f;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-ul-tag .privacy-policy-strong-tag {
  color: #303030 !important;
  font-weight: 600 !important;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-ol-tag {
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-left: 4rem;
}
.privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .policy-ul-tag {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.32px;
  list-style-type: disc !important;
}
@media (max-width: 768px) {
  .privacy-policy-main-section {
    padding: 104px 24px;
  }
  .privacy-policy-main-section .privacy-policy-main-wrapper {
    width: 100%;
  }
  .privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-h1 {
    font-size: 49px;
  }
  .privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-header-accordian {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 24px 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 25px;
    color: #303030;
    font-weight: 700;
    line-height: 120%;
    cursor: pointer;
  }
  .privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-header-accordian .privacy-dropdown-img {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-header-accordian.active .privacy-dropdown-img {
    transform: rotate(270deg);
  }
  .privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-body-content-p {
    padding: 40px 0 !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #4f4f4f;
  }
  .privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-anchor-tag {
    color: #216BF6;
    text-decoration: none;
  }
  .privacy-policy-main-section .privacy-policy-main-wrapper .privacy-policy-accordian-container .privacy-policy-accordian-wrapper .privacy-policy-body-content .privacy-policy-list-tag {
    font-size: 1rem;
    line-height: 1.2;
    color: #4f4f4f;
    letter-spacing: 0.32px;
  }
}

.integrations-hero-section {
  padding: 28.25rem 0 23.25rem;
  background-image: url("../images/integrations/web.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.integrations-hero-section .integrations-hero-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  gap: 48px;
  flex-direction: column;
}
.integrations-hero-section .integrations-hero-wrapper .integrations-hero-h1 {
  font-size: 76px;
  font-weight: 500;
  line-height: 1.09;
  color: #fff;
  width: 524px;
}
.integrations-hero-section .integrations-hero-wrapper .integrations-hero-p {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  color: #9f9f9f;
  width: 460px;
}
.integrations-hero-section .integrations-hero-wrapper .btn--sm {
  width: fit-content;
}
@media (max-width: 768px) {
  .integrations-hero-section {
    padding: 48px 24px 0;
    height: 950px;
    background-image: url(../images/integrations/mobile.webp);
  }
  .integrations-hero-section .integrations-hero-wrapper {
    width: 100%;
    align-items: center;
  }
  .integrations-hero-section .integrations-hero-wrapper .integrations-hero-h1 {
    font-size: 49px;
    text-align: center;
    width: 100%;
  }
  .integrations-hero-section .integrations-hero-wrapper .integrations-hero-p {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
}

.integrations-details-section {
  padding: 208px 0;
  background-color: #f6f9ff;
}
.integrations-details-section .integrations-details-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.integrations-details-section .integrations-details-wrapper .integration-details-h2 {
  font-size: 76px;
  font-weight: bold;
  color: #303030;
  line-height: 1.2;
}
.integrations-details-section .integrations-details-wrapper .integration-details-p {
  font-size: 25px;
  font-weight: 300;
  width: 790px;
  color: #777;
  margin-top: 36px;
  line-height: 1.2;
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 104px;
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col {
  padding: 48px;
  border-radius: 40px;
  border: 1.5px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(56.7871627808px);
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col:hover {
  background: rgba(255, 255, 255, 0.7);
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .icon-col {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .integration-heading {
  font-family: "Plain";
  font-size: 1.938rem;
  font-weight: 500;
  line-height: 1.09;
  color: #303030;
  margin-top: 48px;
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .integration-description {
  font-family: "Plain";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
  color: #777;
  margin-top: 24px;
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .integration-link {
  font-family: "Plain";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #777;
  margin-top: 40px;
  display: inline-flex;
  gap: 6.8px;
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .url-redirect-icon {
  margin-top: 5px;
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .link-wrapper {
  position: relative;
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .integration-linkline {
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 0.8px;
  background-color: #777;
  width: 101px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .link-wrapper:hover .integration-linkline {
  opacity: 1;
}
@media (max-width: 768px) {
  .integrations-details-section {
    padding: 104px 24px;
  }
  .integrations-details-section .integrations-details-wrapper {
    width: 100%;
  }
  .integrations-details-section .integrations-details-wrapper .integration-details-h2 {
    font-size: 49px;
  }
  .integrations-details-section .integrations-details-wrapper .integration-details-p {
    font-size: 16px;
    width: 100%;
  }
  .integrations-details-section .integrations-details-wrapper .integration-grid-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 48px;
  }
  .integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col {
    padding: 40px;
    border-radius: 32px;
  }
  .integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .icon-col {
    width: 64px;
    border-radius: 12.8px;
    height: 64px;
  }
  .integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .integration-heading {
    font-size: 25px;
    margin-top: 40px;
  }
  .integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .integration-description {
    font-size: 1rem;
    margin-top: 20px;
  }
  .integrations-details-section .integrations-details-wrapper .integration-grid-wrapper .integration-type-col .integration-link {
    font-size: 13px;
    margin-top: 32px;
    gap: 4.5px;
  }
}

.qa-test-hub-hero-section {
  background-color: #1C1F26;
  position: relative;
  padding: 220px 0 0;
}
.qa-test-hub-hero-section .qa-test-hub-hero-wrapper {
  max-width: 1100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  z-index: 10;
}
.qa-test-hub-hero-section .qa-test-hub-hero-wrapper .qa-test-hub-hero-h1 {
  font-size: 76px;
  color: #fff;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  z-index: 10;
}
.qa-test-hub-hero-section .qa-test-hub-hero-wrapper .qa-test-hub-hero-p {
  font-size: 31px;
  color: #E3E3E3;
  font-weight: 300;
  text-align: center;
  line-height: 120%;
  z-index: 10;
}
.qa-test-hub-hero-section .qa-test-hub-hero-img-wrapper {
  display: flex;
  justify-content: center;
}
.qa-test-hub-hero-section .qa-test-hub-hero-img-wrapper .qa-test-hub-hero-img {
  max-width: 1560px;
  height: auto;
  width: 90%;
  object-fit: contain;
}
.qa-test-hub-hero-section .qa-test-hub-hero-img-wrapper .qa-test-hub-hero-img-mb {
  display: none;
}
.qa-test-hub-hero-section .qa-test-hub-gradient {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1549px;
  width: 90%;
  height: 769px;
  background: linear-gradient(90deg, rgba(70, 132, 248, 0.7) 0, rgba(146, 105, 210, 0.7) 100%);
  filter: blur(350px);
  -webkit-filter: blur(350px);
  z-index: 0;
}
@media (max-width: 768px) {
  .qa-test-hub-hero-section {
    padding: 48px 24px 0;
  }
  .qa-test-hub-hero-section .qa-test-hub-hero-wrapper {
    width: 100%;
    gap: 32px;
  }
  .qa-test-hub-hero-section .qa-test-hub-hero-wrapper .qa-test-hub-hero-h1 {
    font-size: 49px;
  }
  .qa-test-hub-hero-section .qa-test-hub-hero-wrapper .qa-test-hub-hero-p {
    font-size: 16px;
    width: 82%;
    margin: -8px auto 0;
  }
  .qa-test-hub-hero-section .qa-test-hub-hero-wrapper .btn {
    height: 56px;
    padding: 0 32px;
    font-size: 16px;
    margin-bottom: 48px;
  }
  .qa-test-hub-hero-section .qa-test-hub-hero-img-wrapper .qa-test-hub-hero-img-mb {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .qa-test-hub-hero-section .qa-test-hub-hero-img-wrapper .qa-test-hub-hero-img {
    display: none;
  }
  .qa-test-hub-hero-section .qa-test-hub-gradient {
    width: 100%;
  }
}

.test-case-section {
  background-color: #fff;
  padding: 208px 0;
}
.test-case-section .test-case-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.test-case-section .test-case-wrapper .test-case-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}
.test-case-section .test-case-wrapper .test-case-slider .test-case-h2 {
  font-size: 61px;
  color: #000;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.test-case-section .test-case-wrapper .test-case-slider .test-case-h2 .test-case-span {
  font-weight: 300 !important;
  color: #303030 !important;
}
.test-case-section .test-case-wrapper .progress-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 112px 0 0;
}
.test-case-section .test-case-wrapper .progress-container .progress-bar {
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.2);
}
.test-case-section .test-case-wrapper .progress-container .progress-bar.progress-active {
  width: 28px;
  background-color: #000;
}
@media (max-width: 768px) {
  .test-case-section {
    padding: 104px 24px;
  }
  .test-case-section .test-case-wrapper {
    width: 100%;
  }
  .test-case-section .test-case-wrapper .test-case-slider {
    gap: 48px;
  }
  .test-case-section .test-case-wrapper .test-case-slider .test-case-h2 {
    font-size: 31px;
  }
  .test-case-section .test-case-wrapper .test-case-slider .qa-slider-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .test-case-section .test-case-wrapper .progress-container {
    margin: 48px 0 0;
  }
}

.qa-team-section {
  padding: 240px 0;
  background-color: #1B1B1B;
}
.qa-team-section .qa-team-wrapper {
  max-width: 924px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.qa-team-section .qa-team-wrapper .qa-team-h2 {
  font-size: 61px;
  color: #fff;
  font-weight: 400;
  line-height: 120%;
  margin-top: -16px;
  text-align: center;
}
.qa-team-section .qa-team-wrapper .qa-team-desc {
  font-size: 25px;
  color: #C6C6C6;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
}
.qa-team-section .qa-team-wrapper .btn {
  width: fit-content;
}
.qa-team-section .qa-dashboard-img-wrapper {
  max-width: 1440px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.qa-team-section .qa-dashboard-img-wrapper .qa-dashboard-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 120px;
}
.qa-team-section .qa-dashboard-img-wrapper .qa-lifecycle-h2 {
  font-size: 61px;
  color: #fff;
  font-weight: 400;
  line-height: 120%;
  width: 75%;
  margin: 240px auto 208px;
  text-align: center;
}
.qa-team-section .qa-control-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 208px;
}
.qa-team-section .qa-control-wrapper.bottom-wrapper {
  justify-content: flex-start;
  margin-top: 320px;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content {
  max-width: 1600px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content.bottom-wrapper-content {
  flex-direction: row-reverse;
  gap: 50px;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col {
  width: 41.25%;
  min-width: 41.25%;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col.qa-control-content-bottom-col {
  width: 34.37%;
  min-width: 34.37%;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col .qa-control-content-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col .qa-control-content-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  margin-top: 48px;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-img-col {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-img-col.qa-img-bottom {
  justify-content: flex-start;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-img-col .test-suite-img {
  max-width: 835px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-img-col .test-case-img {
  width: 90%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1500px) {
  .qa-team-section .qa-control-wrapper.bottom-wrapper {
    margin-top: 160px;
    gap: 50px;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content {
    max-width: 1440px;
    width: 90%;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content.bottom-wrapper-content {
    gap: 50px;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col .qa-control-content-h2 {
    font-size: 48px;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col .qa-control-content-p {
    font-size: 20px;
    margin-top: 32px;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-img-col img {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .qa-team-section {
    padding: 104px 0;
  }
  .qa-team-section .qa-team-wrapper {
    width: 100%;
    padding: 0 24px;
    gap: 24px;
  }
  .qa-team-section .qa-team-wrapper .qa-team-h2 {
    font-size: 31px;
    margin-top: 0;
  }
  .qa-team-section .qa-team-wrapper .qa-team-desc {
    font-size: 16px;
  }
  .qa-team-section .qa-team-wrapper .btn {
    width: fit-content;
    margin-top: 24px;
  }
  .qa-team-section .qa-dashboard-img-wrapper {
    width: 100%;
    padding: 0 24px;
  }
  .qa-team-section .qa-dashboard-img-wrapper .qa-dashboard-img {
    margin-top: 48px;
  }
  .qa-team-section .qa-dashboard-img-wrapper .qa-lifecycle-h2 {
    font-size: 31px;
    width: 100%;
    margin: 104px auto 64px;
  }
  .qa-team-section .qa-control-wrapper {
    justify-content: flex-start;
    margin-top: 0px;
  }
  .qa-team-section .qa-control-wrapper.bottom-wrapper {
    margin-top: 88px;
    overflow: hidden;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content {
    width: 100%;
    flex-direction: column-reverse;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content.bottom-wrapper-content {
    flex-direction: column-reverse;
    gap: 0;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col {
    width: 100%;
    min-width: 100%;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col.qa-control-content-bottom-col {
    width: 100%;
    min-width: 100%;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col .qa-control-content-h2 {
    font-size: 25px;
    margin-top: 42px;
    padding: 0 24px;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-content-col .qa-control-content-p {
    font-size: 16px;
    margin-top: 24px;
    padding: 0 24px;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-img-col {
    display: flex;
    justify-content: end;
    padding-left: 24px;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-img-col.mb-col {
    justify-content: flex-start;
    padding-right: 24px;
    padding-left: 0;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-img-col .test-suite-img {
    max-width: auto;
    width: 100%;
    height: 219px;
    object-fit: contain;
  }
  .qa-team-section .qa-control-wrapper .qa-control-wrapper-content .qa-control-img-col .test-case-img {
    width: 100%;
    height: auto;
    margin-left: -1%;
  }
}

.qa-defects-section {
  background-color: #fff;
  padding: 144px 0;
  display: flex;
  justify-content: flex-end;
}
.qa-defects-section .qa-defects-wrapper {
  max-width: 1680px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa-defects-section .qa-defects-wrapper .qa-defects-content-col {
  min-width: 656px;
  width: 656px;
}
@media (max-width: 1500px) {
  .qa-defects-section .qa-defects-wrapper .qa-defects-content-col {
    min-width: 40%;
    width: 40%;
  }
}
.qa-defects-section .qa-defects-wrapper .qa-defects-content-col .qa-defects-h2 {
  font-size: 76px;
  color: #303030;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -3.04px;
}
.qa-defects-section .qa-defects-wrapper .qa-defects-content-col .qa-defects-p {
  font-size: 20px;
  color: #9f9f9f;
  font-weight: 400;
  line-height: 120%;
  margin-top: 32px;
}
.qa-defects-section .qa-defects-wrapper .qa-defects-img-col {
  flex: 1;
}
.qa-defects-section .qa-defects-wrapper .qa-defects-img-col .qa-defects-img-mb {
  display: none;
}
.qa-defects-section .qa-defects-wrapper .qa-defects-img-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .qa-defects-section {
    justify-content: flex-start;
    padding: 104px 0 104px;
  }
  .qa-defects-section .qa-defects-wrapper {
    max-width: 100%;
    width: 100%;
    flex-direction: column-reverse;
  }
  .qa-defects-section .qa-defects-wrapper .qa-defects-content-col {
    min-width: 100%;
    width: 100%;
    padding: 0 24px;
    margin-top: 24px;
  }
  .qa-defects-section .qa-defects-wrapper .qa-defects-content-col .eighty-percent {
    max-width: 211px !important;
    width: auto !important;
    height: auto;
    object-fit: contain;
  }
  .qa-defects-section .qa-defects-wrapper .qa-defects-content-col .qa-defects-h2 {
    font-size: 39px;
    margin-top: -16px;
  }
  .qa-defects-section .qa-defects-wrapper .qa-defects-content-col .qa-defects-p {
    font-size: 16px;
    margin-top: 36px;
  }
  .qa-defects-section .qa-defects-wrapper .qa-defects-img-col {
    flex: 1;
  }
  .qa-defects-section .qa-defects-wrapper .qa-defects-img-col .qa-defects-img-mb {
    display: block;
    max-width: 390px !important;
  }
  .qa-defects-section .qa-defects-wrapper .qa-defects-img-col .qa-defects-img {
    display: none;
  }
  .qa-defects-section .qa-defects-wrapper .qa-defects-img-col img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.push-notifications-hero-section {
  background-color: #000000;
  padding: 300px 0 220px;
  position: relative;
}
.push-notifications-hero-section .push-notifications-hero-img {
  position: absolute;
  right: 75px;
  top: 255px;
  width: 41%;
  z-index: 0;
}
.push-notifications-hero-section .push-notifications-hero-img img {
  width: 100%;
  height: auto;
  z-index: 0;
  object-fit: contain;
}
.push-notifications-hero-section .push-notifications-hero-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  gap: 48px;
  flex-direction: column;
  z-index: 10;
}
.push-notifications-hero-section .push-notifications-hero-wrapper .push-notifications-hero-h1 {
  font-size: 76px;
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  width: 50%;
}
.push-notifications-hero-section .push-notifications-hero-wrapper .push-notifications-hero-p {
  font-size: 25px;
  color: #c6c6c6;
  font-weight: 300;
  line-height: 120%;
  width: 50%;
}
.push-notifications-hero-section .push-notifications-hero-wrapper .btn {
  width: fit-content;
}
.push-notifications-hero-section .push-notifications-bg-shape {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1549px;
  width: 90%;
  height: 769px;
  background: linear-gradient(90deg, rgba(33, 107, 246, 0.5) 0, rgba(255, 127, 0, 0.5) 100%);
  filter: blur(350px);
  -webkit-filter: blur(350px);
  z-index: 0;
}
.push-notifications-hero-section .notification-img-mb {
  display: none;
}
@media (max-width: 768px) {
  .push-notifications-hero-section {
    padding: 48px 0 104px 0;
  }
  .push-notifications-hero-section .push-notifications-hero-img {
    display: none;
  }
  .push-notifications-hero-section .push-notifications-hero-wrapper {
    width: 100%;
    gap: 32px;
    padding: 0 24px;
    align-items: center;
  }
  .push-notifications-hero-section .push-notifications-hero-wrapper .push-notifications-hero-h1 {
    font-size: 49px;
    width: 100%;
    text-align: center;
  }
  .push-notifications-hero-section .push-notifications-hero-wrapper .push-notifications-hero-p {
    font-size: 16px;
    width: 82%;
    margin-top: -8px;
    text-align: center;
  }
  .push-notifications-hero-section .notification-img-mb {
    display: block;
    margin-top: 80px;
    z-index: 99;
  }
  .push-notifications-hero-section .notification-img-mb img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .push-notifications-hero-section .push-notifications-bg-shape {
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
    height: 480px;
    background: linear-gradient(90deg, rgba(33, 107, 246, 0.3) 0, rgba(255, 127, 0, 0.3) 100%);
    filter: blur(68px);
    -webkit-filter: blur(68px);
  }
}

.notifications-dashboard-section {
  padding: 208px 0;
  background-color: #E3E3E3;
}
.notifications-dashboard-section .notifications-dashboard-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  gap: 72px;
  flex-direction: column;
}
.notifications-dashboard-section .notifications-dashboard-wrapper .notifications-dashboard-h2 {
  font-size: 61px;
  font-weight: 400;
  line-height: 120%;
  color: #303030;
  width: 740px;
  margin-top: -56px;
}
.notifications-dashboard-section .notifications-dashboard-wrapper .notifications-dashboard-p {
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  color: #4f4f4f;
  width: 740px;
}
.notifications-dashboard-section .notifications-dashboard-wrapper .notification-dashbaord-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .notifications-dashboard-section {
    padding: 104px 24px;
  }
  .notifications-dashboard-section .notifications-dashboard-wrapper {
    width: 100%;
    gap: 48px;
  }
  .notifications-dashboard-section .notifications-dashboard-wrapper .notifications-dashboard-h2 {
    font-size: 31px;
    width: 100%;
    margin-top: -32px;
  }
  .notifications-dashboard-section .notifications-dashboard-wrapper .notifications-dashboard-p {
    font-size: 16px;
    width: 100%;
  }
  .notifications-dashboard-section .notifications-dashboard-wrapper .notification-dashbaord-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.notification-count-section {
  padding: 208px 0;
  background-color: #1A1A1A;
}
.notification-count-section .notification-count-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.notification-count-section .notification-count-wrapper .notification-count-h2 {
  font-size: 61px;
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  width: 848px;
  margin: auto;
  text-align: center;
}
.notification-count-section .notification-count-wrapper .notification-msg-wrapper {
  display: flex;
  gap: 16px;
  margin: 104px 0 0;
}
.notification-count-section .notification-count-wrapper .notification-msg-wrapper.mb-208 {
  margin-bottom: 208px;
}
.notification-count-section .notification-count-wrapper .notification-msg-col {
  flex: 1;
  border-radius: 40px;
  border: 1px solid #333;
  background: #1F1F1F;
}
.notification-count-section .notification-count-wrapper .notification-msg-col.fifth-col {
  margin-top: 16px;
}
.notification-count-section .notification-count-wrapper .notification-msg-col .msg-h3 {
  font-size: 39px;
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  padding: 80px 48px 24px;
  text-align: center;
}
.notification-count-section .notification-count-wrapper .notification-msg-col .msg-p {
  font-size: 20px;
  color: #c6c6c6;
  font-weight: 300;
  line-height: 120%;
  padding: 0 48px 80px;
  text-align: center;
}
.notification-count-section .notification-count-wrapper .notification-msg-col .msg-p.fifth-msg-p {
  padding: 0 48px 32px;
}
.notification-count-section .notification-count-wrapper .notification-msg-col .notification-msg-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 40px;
}
.notification-count-section .notification-count-wrapper .notification-msg-col .notification-col-img-5-mb {
  display: none;
}
@media (max-width: 768px) {
  .notification-count-section {
    padding: 64px 24px 104px;
  }
  .notification-count-section .notification-count-wrapper {
    width: 100%;
  }
  .notification-count-section .notification-count-wrapper .notification-count-h2 {
    font-size: 49px;
    width: 100%;
  }
  .notification-count-section .notification-count-wrapper .notification-msg-wrapper {
    gap: 24px;
    margin: 64px 0 0;
    flex-direction: column;
  }
  .notification-count-section .notification-count-wrapper .notification-msg-wrapper.mb-208 {
    margin-bottom: 64px;
  }
  .notification-count-section .notification-count-wrapper .notification-msg-col.fifth-col {
    margin-top: 24px;
  }
  .notification-count-section .notification-count-wrapper .notification-msg-col .msg-h3 {
    font-size: 25px;
    padding: 48px 24px 16px;
  }
  .notification-count-section .notification-count-wrapper .notification-msg-col .msg-p {
    font-size: 13px;
    padding: 0 24px 24px;
  }
  .notification-count-section .notification-count-wrapper .notification-msg-col .msg-p.fifth-msg-p {
    padding: 0 24px 24px;
  }
  .notification-count-section .notification-count-wrapper .notification-msg-col .notification-col-img-5 {
    display: none;
  }
  .notification-count-section .notification-count-wrapper .notification-msg-col .notification-col-img-5-mb {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50px;
  }
}

.notification-app-section {
  background-color: #ECECEC;
  padding: 208px 0;
}
.notification-app-section .notification-app-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.notification-app-section .notification-app-wrapper .notification-app-h2 {
  font-size: 49px;
  font-weight: 700;
  line-height: 120%;
  color: #303030;
  width: 632px;
  margin-bottom: 120px;
}
.notification-app-section .notification-app-wrapper .notification-app-h2 span {
  font-size: 135px;
}
.notification-app-section .notification-app-wrapper .notification-app-img,
.notification-app-section .notification-app-wrapper .notification-app-img-mb {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.notification-app-section .notification-app-wrapper .notification-app-img-mb {
  display: none;
}
.notification-app-section .notification-app-wrapper .notification-app-p {
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  color: #777;
  width: 632px;
}
@media (max-width: 768px) {
  .notification-app-section {
    padding: 104px 24px;
  }
  .notification-app-section .notification-app-wrapper {
    width: 100%;
  }
  .notification-app-section .notification-app-wrapper .notification-app-h2 {
    font-size: 31px;
    width: 100%;
    margin-bottom: 45px;
  }
  .notification-app-section .notification-app-wrapper .notification-app-h2 span {
    font-size: 61px;
  }
  .notification-app-section .notification-app-wrapper .notification-app-img {
    display: none;
  }
  .notification-app-section .notification-app-wrapper .notification-app-img-mb {
    display: block;
  }
  .notification-app-section .notification-app-wrapper .notification-app-p {
    font-size: 16px;
    width: 100%;
  }
}

.free-trial-hero-section {
  background-color: #F4F4F4;
  background-image: url("../images/start-free-trial/start-free-trial-main.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.free-trial-hero-section .free-trial-hero-wrapper {
  max-width: 1088px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-top: 12%;
  padding-bottom: 204px;
}
.free-trial-hero-section .free-trial-hero-wrapper .free-trial-h1 {
  font-size: 95px;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  margin-top: 24px;
  text-align: center;
}
.free-trial-hero-section .free-trial-hero-wrapper .free-trial-h1 .free-trial-span {
  background: linear-gradient(110deg, #FF2C09 26.62%, #7500FF 73.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.free-trial-hero-section .free-trial-hero-wrapper .free-trial-desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  color: #777;
  margin: 40px auto 32px;
  width: 85%;
  text-align: center;
}
.free-trial-hero-section .free-trial-hero-wrapper .btn-marketing {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #303030;
  cursor: pointer;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "plain";
  z-index: 2;
  height: 56px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 32px;
  border: 1px solid #303030;
}
.free-trial-hero-section .free-trial-hero-wrapper .btn-marketing:hover {
  background-color: transparent;
  color: #303030;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .free-trial-hero-section .free-trial-hero-wrapper .btn-marketing:hover {
    background-color: #303030;
  }
}
@media (max-width: 768px) {
  .free-trial-hero-section {
    background-image: url("../images/start-free-trial/start-free-trial-main-mb.png");
    background-position: top center;
    background-attachment: scroll;
  }
  .free-trial-hero-section .free-trial-hero-wrapper {
    width: 100%;
    padding: 50% 24px 100px;
    min-height: auto;
    min-height: auto;
  }
  .free-trial-hero-section .free-trial-hero-wrapper .free-trial-fusion-img {
    width: 90px !important;
    height: 23px !important;
  }
  .free-trial-hero-section .free-trial-hero-wrapper .free-trial-h1 {
    font-size: 49px;
    margin-top: 32px;
  }
  .free-trial-hero-section .free-trial-hero-wrapper .free-trial-desc {
    font-size: 16px;
    margin: 24px auto 32px;
    width: 100%;
  }
}

.fusion-selection-section {
  padding: 180px 0;
  background-color: #fff;
}
.fusion-selection-section .fusion-selection-wrapper {
  max-width: 1656px;
  width: 90%;
  margin: auto;
}
.fusion-selection-section .fusion-selection-wrapper .impact-p {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #777;
  text-align: center;
}
.fusion-selection-section .fusion-selection-wrapper .choose-fusion-h2 {
  font-size: 61px;
  margin-top: 8px;
  text-align: center;
  font-weight: 300;
  line-height: 120%;
  color: #303030;
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 88px;
  /* Keep different heights */
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-1,
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-2,
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-3 {
  display: flex;
  gap: 32px;
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-1 {
  height: 550px;
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-2 {
  height: 400px;
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-3 {
  height: 250px;
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-border {
  min-width: 6px;
  width: 6px;
  align-self: stretch;
  border-radius: 72px;
  background-color: #F4F4F4;
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-content-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-content-col .fusion-value-h3 {
  font-size: 61px;
  font-weight: 400;
  line-height: 120%;
  color: #303030;
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-content-col .fusion-value-desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  color: #777;
}
.fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-content-col .fusion-value-desc .fusion-value-span {
  font-weight: 600 !important;
  color: #303030 !important;
}
.fusion-selection-section .fusion-selection-wrapper .quality-ship-text {
  display: flex;
  justify-content: flex-end;
  font-size: 39px;
  font-weight: 300;
  line-height: 120%;
  color: #777;
  margin-top: 80px;
}
.fusion-selection-section .fusion-selection-wrapper .quality-ship-text p {
  width: 316px;
}
.fusion-selection-section .fusion-selection-wrapper .quality-ship-text .ship-span {
  background: linear-gradient(110deg, color(display-p3 1 0.2824 0.172) 26.62%, color(display-p3 0.4157 0 1) 73.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .fusion-selection-section {
    padding: 104px 24px;
  }
  .fusion-selection-section .fusion-selection-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .fusion-selection-section .fusion-selection-wrapper .impact-p {
    text-align: left;
  }
  .fusion-selection-section .fusion-selection-wrapper .choose-fusion-h2 {
    font-size: 49px;
    text-align: left;
  }
  .fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper {
    margin-top: 48px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    column-gap: 24px;
    row-gap: 48px;
    /* Keep different heights */
  }
  .fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-1,
  .fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-2,
  .fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-3 {
    gap: 16px;
  }
  .fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-1 {
    height: 266px;
  }
  .fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-2 {
    height: 198px;
  }
  .fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-col-3 {
    height: 162px;
  }
  .fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-content-col .fusion-value-h3 {
    font-size: 31px;
  }
  .fusion-selection-section .fusion-selection-wrapper .fusion-comparison-wrapper .fusion-content-col .fusion-value-desc {
    font-size: 16px;
  }
  .fusion-selection-section .fusion-selection-wrapper .quality-ship-text {
    font-size: 25px;
    margin-top: 56px;
  }
  .fusion-selection-section .fusion-selection-wrapper .quality-ship-text p {
    width: 203px;
  }
}

.free-trial-pricing-section {
  padding: 240px 0;
  background-color: #F4F4F4;
}
.free-trial-pricing-section .free-trial-pricing-wrapper {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-pricing {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #777;
  text-align: center;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-h2 {
  font-size: 61px;
  font-weight: 300;
  line-height: 120%;
  color: #303030;
  margin-top: 8px;
  text-align: center;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper {
  display: flex;
  gap: 8px;
  margin: 120px 0;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card {
  flex: 1;
  padding: 24px 24px 160px;
  border-radius: 36px;
  background-color: rgb(255, 255, 255);
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .free-trial-card-header {
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%), linear-gradient(0deg, rgba(255, 44, 9, 0.02) 0%, rgba(255, 44, 9, 0.02) 100%), linear-gradient(0deg, rgba(117, 0, 255, 0.01) 0%, rgba(117, 0, 255, 0.01) 100%);
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .free-trial-card-header.team-card-header {
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(255, 44, 9, 0.2) 26.62%, rgba(117, 0, 255, 0.2) 73.38%);
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .free-trial-card-header .card-upper-heading {
  width: fit-content;
  display: flex;
  height: 28px;
  padding: 0 16px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.8);
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .free-trial-card-header .pricing-card-value {
  font-size: 49px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  margin: 36px 0 8px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .free-trial-card-header .pricing-card-value .pricing-card-span {
  font-size: 31px;
  color: #777;
  font-weight: 400;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .free-trial-card-header .pricing-card-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #4f4f4f;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .card-package-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  color: #000;
  padding: 16px 0 24px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .card-btn {
  display: flex;
  height: 48px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #303030;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .card-btn.team-card-btn {
  background-color: #303030;
  color: #fff;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .card-btn.team-card-btn:hover {
  background-color: transparent;
  color: #303030;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .card-btn:hover {
  background-color: #303030;
  color: #fff;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .card-divider {
  border-radius: 72px;
  height: 2px;
  background-color: #F4F4F4;
  margin: 24px 0;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .card-fetaure-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .card-fetaure-details .card-fetaure-col {
  display: flex;
  gap: 8px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .free-trial-card-wrapper .free-trial-card .enterprise-package {
  font-size: 16px;
  color: #303030;
  font-weight: 600;
  line-height: 120%;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .pricing-table {
  width: 100%;
  overflow-x: auto;
  /* 🔥 Sticky Header */
}
.free-trial-pricing-section .free-trial-pricing-wrapper .pricing-table .pricing-table-row {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e3e3e3;
  height: 80px;
  box-sizing: content-box;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .pricing-table .pricing-table-row .pricing-table-row-col {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #4f4f4f;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .pricing-table .pricing-table-row .pricing-table-row-col.feature-col {
  width: 210px !important;
  max-width: 210px;
  justify-content: flex-start !important;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .pricing-table .pricing-table-header {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e3e3e3;
  height: 80px;
  box-sizing: content-box;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .pricing-table .pricing-table-header .pricing-table-header-col {
  padding-top: 12px;
  flex: 1;
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #303030;
  text-align: center;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .pricing-table .pricing-table-header .pricing-table-header-col.feature-col {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  text-align: left;
  width: 210px !important;
  max-width: 210px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .pricing-table .pricing-table-header .pricing-table-header-col .pricing-details {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #9f9f9f;
  margin-top: 4px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper {
  margin-top: 120px;
  /* 🔥 Sticky Header */
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .pricing-table-header {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e3e3e3;
  height: 80px;
  box-sizing: content-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #F4F4F4;
  z-index: 10;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .pricing-table-header .pricing-table-header-col {
  padding-top: 12px;
  flex: 1;
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #303030;
  text-align: center;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .pricing-table-header .pricing-table-header-col.feature-col {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  text-align: left;
  width: 210px !important;
  max-width: 210px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .pricing-table-header .pricing-table-header-col .pricing-details {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #9f9f9f;
  margin-top: 4px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item {
  border-bottom: 2px solid #e3e3e3;
  /* ================= HEADER ================= */
  /* ================= CONTENT ================= */
  /* ================= ACTIVE STATE ================= */
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-content-row {
  display: flex;
  align-items: center;
  height: 80px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-content-row .feature-table-accordian-title {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: fit-content;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-content-row .feature-table-accordian-title img {
  transition: transform 0.3s ease;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-content-row .feature-table-accordian-title .feature-name {
  font-family: "Plain";
  font-size: 20px;
  line-height: 0.7;
  font-weight: 600;
  color: #303030;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content .accordian-content-row {
  display: flex;
  gap: 8px;
  border-top: 1px solid #e3e3e3;
  height: 80px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content .accordian-content-row .accordian-content-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #4f4f4f;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content .accordian-content-row .accordian-content-col.accordian-first-col {
  justify-content: flex-start;
  padding-left: 36px;
  max-width: 210px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item .feature-table-accordian-content .accordian-content-row .accordian-content-col img {
  width: 24px;
  height: 24px;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .core-fetaures-wrapper .feature-table-content-wrapper .fetaure-table-accordian-item.active .feature-table-accordian-title img {
  transform: rotate(90deg);
}
.free-trial-pricing-section .free-trial-pricing-wrapper .integration-feature {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e3e3e3;
  height: 80px;
  box-sizing: content-box;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .integration-feature .integration-feature-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #303030;
}
.free-trial-pricing-section .free-trial-pricing-wrapper .integration-feature .integration-feature-col.accordian-first-col {
  justify-content: flex-start;
  max-width: 210px;
}

.free-trial-footer {
  padding: 180px 0;
  background-color: #1A1A1A;
}
.free-trial-footer .free-trial-footer-wrapper {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.free-trial-footer .free-trial-footer-wrapper .footer-left-col {
  flex: 1;
}
.free-trial-footer .free-trial-footer-wrapper .footer-left-col .footer-get-started {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.9);
}
.free-trial-footer .free-trial-footer-wrapper .footer-left-col .footer-h2 {
  font-size: 61px;
  font-weight: 300;
  line-height: 120%;
  color: #fff;
  margin-top: 8px;
}
.free-trial-footer .free-trial-footer-wrapper .footer-left-col .footer-h2 .footer-h2-span {
  color: #FF7F00;
}
.free-trial-footer .free-trial-footer-wrapper .footer-right-col {
  width: 35%;
}
.free-trial-footer .free-trial-footer-wrapper .footer-right-col .footer-right-started {
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}
.free-trial-footer .free-trial-footer-wrapper .footer-right-col .btn {
  width: fit-content;
}
@media (max-width: 768px) {
  .free-trial-footer {
    padding: 104px 24px;
  }
  .free-trial-footer .free-trial-footer-wrapper {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .free-trial-footer .free-trial-footer-wrapper .footer-left-col {
    flex: 1;
  }
  .free-trial-footer .free-trial-footer-wrapper .footer-left-col .footer-get-started {
    font-size: 13px;
  }
  .free-trial-footer .free-trial-footer-wrapper .footer-left-col .footer-h2 {
    font-size: 49px;
  }
  .free-trial-footer .free-trial-footer-wrapper .footer-right-col {
    width: 100%;
  }
  .free-trial-footer .free-trial-footer-wrapper .footer-right-col .footer-right-started {
    font-size: 16px;
  }
}

.free-trial-pricing-mb-section {
  display: none;
}

@media (max-width: 768px) {
  .free-trial-pricing-section {
    display: none;
  }
  .free-trial-pricing-mb-section {
    display: block;
    padding: 104px 0;
    background-color: #F4F4F4;
  }
  .free-trial-pricing-mb-section .free-trial-pricing-p {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #777;
    padding: 0 24px;
  }
  .free-trial-pricing-mb-section .free-trial-pricing-h2 {
    font-size: 49px;
    font-weight: 300;
    line-height: 120%;
    color: #303030;
    margin-top: 8px;
    padding: 0 24px;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper {
    margin: 48px 0 104px;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider {
    width: 100%;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card {
    width: 90.75%;
    padding: 24px 24px 160px;
    border-radius: 36px;
    background-color: #fff;
    margin: 0 4px;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .free-trial-card-header {
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%), linear-gradient(0deg, rgba(255, 44, 9, 0.02) 0%, rgba(255, 44, 9, 0.02) 100%), linear-gradient(0deg, rgba(117, 0, 255, 0.01) 0%, rgba(117, 0, 255, 0.01) 100%);
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .free-trial-card-header.team-card-header {
    border-radius: 16px;
    background: linear-gradient(110deg, rgba(255, 44, 9, 0.2) 26.62%, rgba(117, 0, 255, 0.2) 73.38%);
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .free-trial-card-header .card-upper-heading {
    width: fit-content;
    display: flex;
    height: 28px;
    padding: 0 16px;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
    color: #303030;
    border-radius: 48px;
    background: rgba(255, 255, 255, 0.8);
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .free-trial-card-header .pricing-card-value {
    font-size: 49px;
    font-weight: 600;
    line-height: 120%;
    color: #303030;
    margin: 36px 0 8px;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .free-trial-card-header .pricing-card-value .pricing-card-span {
    font-size: 31px;
    color: #777;
    font-weight: 400;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .free-trial-card-header .pricing-card-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #4f4f4f;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .card-package-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    color: #000;
    padding: 16px 0 24px;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .card-btn {
    display: flex;
    height: 48px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #303030;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #303030;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .card-btn.team-card-btn {
    background-color: #303030;
    color: #fff;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .card-btn.team-card-btn:hover {
    background-color: transparent;
    color: #303030;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .card-btn:hover {
    background-color: #303030;
    color: #fff;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .card-divider {
    border-radius: 72px;
    height: 2px;
    background-color: #F4F4F4;
    margin: 24px 0;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .card-fetaure-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .card-fetaure-details .card-fetaure-col {
    display: flex;
    gap: 8px;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .pricing-card-slider .free-trial-card .enterprise-package {
    font-size: 16px;
    color: #303030;
    font-weight: 600;
    line-height: 120%;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .aniamtion-progress-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .aniamtion-progress-wrapper .mobile-progress-bar {
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .free-trial-pricing-mb-section .pricing-card-slider-wrapper .aniamtion-progress-wrapper .mobile-progress-bar.mobile-progress-active {
    width: 28px;
    background-color: #000;
  }
  .free-trial-pricing-mb-section .free-trial-dropdown-content {
    padding: 0 24px;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper {
    position: relative;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #F4F4F4;
    z-index: 2;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-header {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-color: #F9F9F9;
    border: 1px solid #e3e3e3;
    transition: border-radius 0.25s ease;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-header.open-header {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-header .package-name-wrapper {
    display: flex;
    gap: 8px;
    font-family: "Plain";
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #303030;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-header .package-name-wrapper .popular {
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 6px;
    border-radius: 2px;
    background-color: #DAE6FD;
    font-family: "Plain";
    font-size: 8px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-header .package-value {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #777;
    margin-top: 4px;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-header .dropdown-img {
    transform: rotate(90deg);
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .dropdown-img {
    transition: transform 0.3s ease;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-menu {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #e6e6e6;
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: max-height;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-menu.active {
    display: block;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option {
    height: 59px;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option:first-child {
    margin-top: 12px;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option:last-child {
    margin-bottom: 12px;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option.selective-dropdown-option {
    background-color: rgb(236, 236, 236);
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option .package-name-wrapper {
    display: flex;
    gap: 8px;
    font-family: "Plain";
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #303030;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option .package-name-wrapper .popular {
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 6px;
    border-radius: 2px;
    background-color: #DAE6FD;
    font-family: "Plain";
    font-size: 8px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
  }
  .free-trial-pricing-mb-section .pricing-dropdown-wrapper .pricing-dropdown-menu .pricing-dropdown-option .package-value {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #777;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper {
    margin-top: 48px;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .basic-feature-wrapper .basic-feature-heading {
    font-size: 31px;
    color: #303030;
    font-weight: 700;
    line-height: 120%;
    height: 80px;
    border-bottom: 2px solid #E3E3E3;
    display: flex;
    align-items: center;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .basic-feature-wrapper .basic-feature-col {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #E3E3E3;
    height: 80px;
    align-items: center;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .basic-feature-wrapper .basic-feature-col .feature-name,
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .basic-feature-wrapper .basic-feature-col .feature-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #4F4F4F;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper {
    margin-top: 48px;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-feature-heading {
    font-size: 31px;
    color: #303030;
    font-weight: 700;
    line-height: 120%;
    height: 80px;
    border-bottom: 2px solid #E3E3E3;
    display: flex;
    align-items: center;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-feature-click-col {
    display: flex;
    border-bottom: 2px solid #E3E3E3;
    height: 80px;
    gap: 12px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    cursor: pointer;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-feature-click-col .core-feature-dropdown-img {
    transition: transform 0.3s ease;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-feature-click-col.open .core-feature-dropdown-img {
    transform: rotate(90deg);
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col {
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding-left: 36px;
    border-bottom: 2px solid #E3E3E3;
    align-items: center;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col .core-feature-left-col {
    width: 175px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #4F4F4F;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col .core-feature-img-col {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col .core-feature-img-col .feature-text-value {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #4F4F4F;
  }
  .free-trial-pricing-mb-section .pricing-package-content-wrapper .core-feature-wrapper .core-fetaure-col-wrapper .core-fetaure-child-content-col .core-feature-content-col .core-feature-img-col .cross-icon {
    display: none;
  }
  .free-trial-pricing-mb-section .integration-mobile-col {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #E3E3E3;
    height: 80px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #303030;
    line-height: 120%;
  }
}
.dsp-flex {
  display: flex;
}

.cookies-consent-section {
  position: fixed;
  bottom: 56px;
  left: 50%;
  padding: 24px;
  max-width: 1280px;
  width: 90%;
  padding: 24px;
  border-radius: 24px;
  border: 2.5px solid #ECECEC;
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.1), 0 4px 80px 0 rgba(0, 0, 0, 0.12), 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  transform: translateX(-50%);
}
.cookies-consent-section .cookies-consent-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookies-consent-section .cookies-flex {
  display: flex;
  align-items: center;
}
.cookies-consent-section .cookie-icon {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #FFF6EC;
  margin-right: 16px;
}
.cookies-consent-section .cookies-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #4F4F4F;
}
.cookies-consent-section .cookies-btn-wrapper {
  display: flex;
  align-items: center;
}
.cookies-consent-section .cookies-btn-wrapper .manage-preference-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #303030;
  cursor: pointer;
  order: 1;
}
.cookies-consent-section .cookies-btn-wrapper .reject-all-btn {
  display: flex;
  width: fit-content;
  height: 56px;
  padding: 0 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #4684F8;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #4684F8;
  margin: 0 12px 0 24px;
  cursor: pointer;
  order: 2;
}
.cookies-consent-section .cookies-btn-wrapper .accept-all-btn {
  display: flex;
  height: 56px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #4684F8;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  border: 1px solid #4684F8;
  cursor: pointer;
  order: 3;
}
@media (max-width: 768px) {
  .cookies-consent-section {
    bottom: 32px;
    max-width: calc(100% - 48px);
    width: calc(100% - 48px);
  }
  .cookies-consent-section .cookies-consent-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .cookies-consent-section .cookies-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookies-consent-section .cookie-icon {
    width: 40px;
    height: 40px;
    border-radius: 4.286px;
    margin-bottom: 12px;
  }
  .cookies-consent-section .cookies-text {
    font-size: 13px;
  }
  .cookies-consent-section .cookies-btn-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .cookies-consent-section .cookies-btn-wrapper .reject-all-btn,
  .cookies-consent-section .cookies-btn-wrapper .accept-all-btn,
  .cookies-consent-section .cookies-btn-wrapper .manage-preference-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .cookies-consent-section .cookies-btn-wrapper .reject-all-btn {
    order: 2;
    margin: 0;
  }
  .cookies-consent-section .cookies-btn-wrapper .accept-all-btn {
    order: 1;
  }
  .cookies-consent-section .cookies-btn-wrapper .manage-preference-btn {
    order: 3;
    text-align: center;
  }
}

.cookie-preference-section {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100dvh;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
}
.cookie-preference-section .cookie-preference-wrapper {
  width: 960px;
  padding: 48px;
  border-radius: 24px;
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.1), 0 4px 80px 0 rgba(0, 0, 0, 0.12), 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  border: 2.5px solid #ececec;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header .cookie-icon {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #FFF6EC;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header .cookie-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-cross-icon {
  cursor: pointer;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #F9F9F9;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col .cookie-heading-type {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #000;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col .cookie-desc-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #777;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch {
  position: relative;
  width: 44px;
  height: 24px;
  padding: 0 2px;
  border-radius: 48px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.active {
  background-color: #ff7f00;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.active::before {
  transform: translateX(20px);
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.active-disable {
  background-color: #ff7f00;
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.active-disable::before {
  transform: translateX(20px);
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.inactive {
  background-color: #C6C6C6;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.inactive::before {
  transform: translateX(0);
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch:hover::before {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .manage-preference-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: none;
  color: #303030;
  cursor: pointer;
  order: 1;
}
.cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .reject-all-btn {
  display: flex;
  width: fit-content;
  height: 56px;
  padding: 0 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #4684F8;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #4684F8;
  margin: 0 12px 0 24px;
  cursor: pointer;
  order: 2;
}
.cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .accept-all-btn {
  display: flex;
  height: 56px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #4684F8;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  border: 1px solid #4684F8;
  cursor: pointer;
  order: 3;
}
@media (max-width: 768px) {
  .cookie-preference-section .cookie-preference-wrapper {
    max-width: calc(100% - 48px);
    width: calc(100% - 48px);
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    /* Hide scrollbar - Chrome, Safari */
    /* Hide scrollbar - Firefox */
    scrollbar-width: none;
    /* Hide scrollbar - IE/Edge */
    -ms-overflow-style: none;
    padding: 24px;
    border-radius: 12px;
    border: 1.5px solid #ececec;
  }
  .cookie-preference-section .cookie-preference-wrapper::-webkit-scrollbar {
    display: none;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header .cookie-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header .cookie-heading {
    font-size: 16px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-header .cross-icon {
    cursor: pointer;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper {
    gap: 8px;
    margin-bottom: 32px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type {
    padding: 16px;
    gap: 32px;
    border-radius: 12px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col .cookie-heading-type {
    font-size: 16px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col .cookie-desc-type {
    font-size: 10px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .reject-all-btn,
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .accept-all-btn,
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .manage-preference-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .reject-all-btn {
    order: 2;
    margin: 0;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .accept-all-btn {
    order: 1;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .manage-preference-btn {
    order: 3;
    text-align: center;
  }
}

.cookies-consent-section,
.cookie-preference-section {
  display: none;
}

/*# sourceMappingURL=style.css.map */
