.integrations-container {
  background-color: #fafafa;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .integrations-container {
    padding: 0 0 80px;
  }
}
@media (min-width: 1024px) {
  .integrations-container .integrations {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
.integrations-container .integrations h3 {
  font: 700 20px/30px "Work Sans";
  color: #1F2937;
  text-align: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .integrations-container .integrations h3 {
    text-align: left;
  }
}
.integrations-container .integrations .integrationsBox {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  padding: 0 16px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .integrations-container .integrations .integrationsBox {
    padding: 0;
    justify-content: flex-start;
  }
}
.integrations-container .integrations .integrationsBox .integrations-item {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 12px 33px 0px rgba(42, 42, 42, 0.06);
}

.featuresBox {
  display: flex;
  gap: 16px;
}
@media (min-width: 1024px) {
  .featuresBox.animated .featuresBox-item {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: ease 400ms;
  }
  .featuresBox.animated .featuresBox-item:nth-child(1) {
    transition-delay: 0.5s !important;
  }
  .featuresBox.animated .featuresBox-item:nth-child(2) {
    transition-delay: 1.5s !important;
  }
  .featuresBox.animated .featuresBox-item:nth-child(3) {
    transition-delay: 2s !important;
  }
  .featuresBox.animated .featuresBox-item:nth-child(4) {
    transition-delay: 2.5s !important;
  }
}
.featuresBox-item {
  align-items: center;
  background-color: #fafafa;
  border-radius: 30px;
  box-shadow: 0 12px 33px rgba(42, 42, 42, 0.0588235294);
  display: flex;
  flex-direction: column;
  padding: 24px 18px;
  min-width: 200px;
  gap: 16px;
}
@media (min-width: 1024px) {
  .featuresBox-item {
    opacity: 0;
    transform: perspective(1200px) translateY(50px) scale(0.5);
  }
}
.featuresBox-item__icon img {
  display: block;
}
.featuresBox-item__text {
  color: rgb(31, 41, 55);
  font: 500 20px/30px "Work Sans", sans-serif;
}

.customersBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1024px) {
  .customersBox {
    gap: 16px;
    max-width: 980px;
    margin-right: auto;
  }
}
.customersBox-item {
  background-color: rgba(250, 250, 250, 0.9803921569);
  border-radius: 16px;
  box-shadow: 0 12px 33px rgba(42, 42, 42, 0.0588235294);
  height: 100px;
  flex-basis: calc(50% - 5px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.customersBox-item img {
  width: unset;
}
@media (min-width: 678px) {
  .customersBox-item {
    flex-basis: calc(25% - 7.67px);
  }
}
@media (min-width: 1024px) {
  .customersBox-item {
    max-width: 150px;
  }
}

.contentBox.centered {
  text-align: center;
}
.contentBox-subtitle {
  color: rgb(110, 203, 210);
  font: 400 22px/34px "Work Sans", sans-serif;
}
.contentBox-title {
  color: rgb(31, 41, 55);
  font: 700 32px/40px "Work Sans", sans-serif;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .contentBox-title {
    line-height: 48px;
  }
}
.contentBox-content {
  color: rgb(75, 85, 99);
  font: 400 18px/27px "Work Sans", sans-serif;
}
.contentBox-lastContent {
  color: rgb(75, 85, 99);
  font: 600 18px/27px "Work Sans", sans-serif;
  margin-top: 23px;
}
.contentBox-lastContent.blue {
  color: rgb(108, 203, 210);
}

@media (min-width: 1024px) {
  .compactBox {
    overflow: hidden;
  }
  .compactBox.animated .compactBox-item {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: ease 1.2s;
  }
}
.compactBox-item {
  padding: 16px 0 16px 24px;
}
.compactBox-item:first-child {
  border-left: 4px solid #6dcbd2;
}
@media (min-width: 1024px) {
  .compactBox-item:first-child {
    opacity: 0;
    transform: translateX(-150px);
  }
}
.compactBox-item:nth-child(2) {
  border-left: 4px solid #e5e7eb;
}
@media (min-width: 1024px) {
  .compactBox-item:nth-child(2) {
    opacity: 0;
    transform: translateX(150px);
  }
}
.compactBox-item:nth-child(3) {
  border-left: 4px solid #e5e7eb;
}
@media (min-width: 1024px) {
  .compactBox-item:nth-child(3) {
    opacity: 0;
    transform: translateX(-150px);
  }
}
.compactBox-item__title {
  color: rgb(15, 23, 40);
  font: 600 20px/30px "Work Sans", sans-serif;
  margin-bottom: 8px;
}
.compactBox-item__content {
  color: rgb(71, 84, 102);
  font: 400 16px/24px "Work Sans", sans-serif;
  margin-bottom: 20px;
}

.iconBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.iconBox-item {
  flex-basis: calc(50% - 15px);
}
.iconBox-item__icon {
  margin-bottom: 20px;
}
.iconBox-item__icon img {
  width: 48px;
  display: block;
}
.iconBox-item__title {
  color: rgb(28, 51, 53);
  font: 600 20px/30px "Inter", sans-serif;
  margin-bottom: 8px;
}
.iconBox-item__text {
  color: rgb(75, 85, 99);
  font: 400 16px/24px "Work Sans", sans-serif;
  margin-bottom: 8px;
}

.pricingCards {
  display: flex;
  overflow: scroll;
  -moz-column-gap: 12px;
       column-gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .pricingCards {
    overflow: visible;
    -moz-column-gap: 27px;
         column-gap: 27px;
    justify-content: center;
  }
}
.pricingCards .pricingCard {
  background-color: #fff;
  border: 0.6376068592px solid #f6f7f8;
  border-radius: 8px;
  padding: 23px 13px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 145px;
  flex-basis: calc(50% - 9px);
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard {
    padding: 32px 18px 14px;
    flex-basis: calc(25% - 20.25px);
  }
}
.pricingCards .pricingCard-name {
  color: rgb(31, 41, 55);
  font: 600 22.95px/34px "Work Sans";
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-name {
    font: 600 32px/48px "Work Sans";
    margin-bottom: 11px;
  }
}
.pricingCards .pricingCard-priceRegular {
  color: rgb(156, 163, 175);
  font: 500 15.3px/19px "Work Sans";
  text-decoration: line-through;
  margin-bottom: 1px;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-priceRegular {
    font: 500 21.33px/26.67px "Work Sans";
    margin-bottom: 2px;
  }
}
.pricingCards .pricingCard-agency {
  text-align: center;
  font: 500 16px/20px "Work Sans";
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-agency {
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0 12px;
  }
}
.pricingCards .pricingCard-priceSale {
  color: rgb(31, 41, 55);
  font: 700 23px/26.78px "Work Sans";
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-priceSale {
    font: 700 32.33px/37.33px "Work Sans";
    margin-bottom: 9px;
  }
}
.pricingCards .pricingCard-priceSale span {
  color: rgb(107, 114, 128);
  font: 500 11.5px/26.78px "Work Sans";
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-priceSale span {
    font: 500 16px/37.33px "Work Sans";
  }
}
.pricingCards .pricingCard-priceNote {
  color: rgb(156, 163, 175);
  font: 400 7.65px/11.5px "Work Sans";
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-priceNote {
    font: 400 10.67px/16px "Work Sans";
    margin-bottom: 0px;
  }
}
.pricingCards .pricingCard-cta {
  display: none;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-cta {
    display: flex;
    width: 100%;
    margin: 14px 0 25px;
  }
  .pricingCards .pricingCard-cta.yellow a {
    background-color: rgb(238, 192, 47);
  }
  .pricingCards .pricingCard-cta.yellow a:hover {
    background: rgb(240, 192, 36);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 6px 33px 0px;
  }
  .pricingCards .pricingCard-cta a {
    padding: 14.2222223282px 21.3333339691px;
    width: 100%;
    font: 600 14.22px/21.33px "Work Sans";
  }
  .pricingCards .pricingCard-cta a::after {
    content: none;
  }
}
.pricingCards .pricingCard-desc {
  color: rgb(31, 41, 55);
  font: 600 10.2px/15.3px "Work Sans";
  border-top: 1px solid #f3f4f6;
  margin: 0 -13px;
  padding: 11px 13px;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-desc {
    font: 600 14.22px/21.33px "Work Sans";
    padding: 14px 18px;
    margin: 0 -18px;
  }
}
.pricingCards .pricingCard-features {
  width: 100%;
}
.pricingCards .pricingCard-features__item {
  border-top: 1px solid #f3f4f6;
  margin: 0 -13px;
  padding: 11px 13px;
  color: rgb(55, 65, 81);
  font: 400 10.2px/15.3px "Work Sans";
  display: flex;
  align-items: center;
}
.pricingCards .pricingCard-features__item b {
  font-weight: 500;
  margin: 0 3px;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-features__item {
    font: 400 14.22px/21.33px "Work Sans";
    margin: 0 -24px 0 -18px;
    padding: 14px 18px;
  }
}
.pricingCards .pricingCard-features__item img {
  width: 17px;
  margin-right: 8px;
  display: inline-block;
  margin-top: -2px;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-features__item img {
    width: 23px;
    margin-right: 11px;
  }
}
.pricingCards .pricingCard-badge {
  display: none;
}
@media (min-width: 1024px) {
  .pricingCards .pricingCard-badge {
    display: block;
    position: absolute;
    top: -12.5px;
    background: linear-gradient(111.7126247853deg, #f5c83b 0%, rgb(221, 171, 16) 100%);
    border-radius: 5px;
    padding: 3.555555582px 10.6666669846px;
    font: 600 12.44px/18.67px "Work Sans";
    color: rgb(255, 255, 255);
  }
}
.pricingCards .agencyCard {
  background: linear-gradient(157deg, #CBEAED 0%, #FFF 48%, #CBEAED 100%);
}
.pricingCards .agencyCard .btn {
  background: linear-gradient(96deg, #9CA3AF 2%, #B7B7B7 38%, #374151 97%);
}
.pricingCards .navigation {
  flex: none;
  width: 24px;
  background: rgba(93, 199, 207, 0.15);
  height: 24px;
  border-radius: 40px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
}
@media (min-width: 1024px) {
  .pricingCards .navigation {
    display: none;
  }
}
.pricingCards .navigation.prev {
  right: 320px;
  transform: rotate(180deg) translateY(115%);
}
.pricingCards .navigation.next {
  transform: translateY(-115%);
  right: 0;
}

.customers-stars {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .customers-stars {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
.customers-stars-item {
  margin: 1px;
}
@media (min-width: 1024px) {
  .customers-stars-item {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  .customers-stars-item:nth-child(1) {
    -webkit-animation: star1 2.5s ease infinite forwards;
            animation: star1 2.5s ease infinite forwards;
  }
  .customers-stars-item:nth-child(2) {
    -webkit-animation: star2 2.5s ease infinite forwards;
            animation: star2 2.5s ease infinite forwards;
  }
  .customers-stars-item:nth-child(3) {
    -webkit-animation: star3 2.5s ease infinite forwards;
            animation: star3 2.5s ease infinite forwards;
  }
  .customers-stars-item:nth-child(4) {
    -webkit-animation: star4 2.5s ease infinite forwards;
            animation: star4 2.5s ease infinite forwards;
  }
  .customers-stars-item:nth-child(5) {
    -webkit-animation: star5 2.5s ease infinite forwards;
            animation: star5 2.5s ease infinite forwards;
  }
}
@-webkit-keyframes star1 {
  0% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star1 {
  0% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@-webkit-keyframes star2 {
  16% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  32% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star2 {
  16% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  32% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@-webkit-keyframes star3 {
  32% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  48% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star3 {
  32% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  48% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@-webkit-keyframes star4 {
  48% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  64% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star4 {
  48% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  64% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@-webkit-keyframes star5 {
  64% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  80% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star5 {
  64% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  80% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
.customers-stars-item img {
  width: 17px;
}

.awards-container {
  padding: 40px 0 60px;
  background-color: #FAFAFA;
}
@media (min-width: 1024px) {
  .awards-container {
    padding: 40px 0;
  }
}
.awards-container .awards {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .awards-container .awards {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
.awards-container .awards h3 {
  font: 700 26px/32px "Work Sans";
  color: #1F2937;
  margin: 0;
}
@media (min-width: 1024px) {
  .awards-container .awards h3 {
    font-size: 48px;
    line-height: 48px;
  }
}
.awards-container .awards h3 .block-text {
  display: block;
}
.awards-container .awards h3 .gold-text {
  background: linear-gradient(90deg, #E6DF83 0%, #E0AA3E 35.42%, #E0AA3E 79.69%, #B88A44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.awards-container .awards .awardsBox {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .awards-container .awards .awardsBox {
    display: flex;
    justify-content: flex-start;
    margin-top: 28px;
  }
}
.awards-container .awards .awardsBox .awards-item {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 12px 33px 0px rgba(42, 42, 42, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
}
@media (min-width: 1024px) {
  .awards-container .awards .awardsBox .awards-item {
    padding: 30px 0;
    width: 335px;
  }
}
.awards-container .awards .awardsBox .awards-item:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .awards-container .awards .awardsBox .awards-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .awards-container .awards .awardsBox .awards-item:not(:last-child) img {
    width: 220px;
    height: 66px !important;
  }
}
.awards-container .awards .awardsBox .awards-item:last-child {
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .awards-container .awards .awardsBox .awards-item:last-child {
    padding: 30px 0;
  }
  .awards-container .awards .awardsBox .awards-item:last-child img {
    width: 150px;
    height: 140px !important;
  }
}
.awards-container .awards .awardsBox .awards-item img {
  width: unset;
  max-width: 80%;
}

.integrations-container {
  background-color: #fafafa;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .integrations-container {
    padding: 0 0 80px;
  }
}
@media (min-width: 1024px) {
  .integrations-container .integrations {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
.integrations-container .integrations h3 {
  font: 700 20px/30px "Work Sans";
  color: #1F2937;
  text-align: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .integrations-container .integrations h3 {
    text-align: left;
  }
}
.integrations-container .integrations .integrationsBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .integrations-container .integrations .integrationsBox {
    padding: 0;
    gap: 16px;
  }
}
.integrations-container .integrations .integrationsBox .integrations-item {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 12px 33px 0px rgba(42, 42, 42, 0.06);
  height: 100px;
  flex-basis: calc(50% - 5px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 678px) {
  .integrations-container .integrations .integrationsBox .integrations-item {
    flex-basis: calc(25% - 7.67px);
  }
}
@media (min-width: 1024px) {
  .integrations-container .integrations .integrationsBox .integrations-item {
    max-width: 150px;
  }
}
.integrations-container .integrations .integrationsBox .integrations-item img {
  width: unset;
}

.features {
  background-color: #f1fafb;
  padding: 10px;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1024px) {
  .features {
    background-color: #fafafa;
    padding: 0;
  }
}
.features .featuresBox {
  overflow: scroll;
  padding: 24px 0 64px;
}
@media (min-width: 1024px) {
  .features .featuresBox {
    background-color: #fafafa;
    justify-content: center;
    padding-top: 0;
  }
}

.customers {
  background-color: #f1fafb;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .customers {
    padding: 32px 0;
  }
}
.customers-intro {
  color: rgb(0, 172, 187);
  font: 700 12px/16px "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 36px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .customers-intro {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .customers-intro {
    font-size: 32px;
    line-height: 40px;
  }
}
.customers-intro .regular {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: rgb(6, 7, 32);
  display: block;
  padding-top: 6px;
}
@media (min-width: 1024px) {
  .customers-intro .regular {
    font-size: 48px;
    line-height: 48px;
  }
}
.customers .customersBox {
  margin-top: 36px !important;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .customers .customersBox {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

.dashboard {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .dashboard {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .dashboard {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 160px !important;
    display: grid;
    grid-template-columns: 52.5% 47.5%;
    grid-template-areas: "content hero" "compact hero";
    background-color: transparent;
    padding-right: 0 !important;
    max-width: unset !important;
  }
}
.dashboard .contentBox {
  margin-bottom: 64px;
  grid-area: content;
}
@media (min-width: 1024px) {
  .dashboard .contentBox {
    width: 695px;
  }
}
.dashboard .contentBox img {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .dashboard .contentBox img {
    width: 80%;
  }
}
.dashboard .compactBox {
  grid-area: compact;
}
@media (min-width: 1024px) {
  .dashboard .compactBox {
    max-width: 546px;
  }
}
.dashboard-hero {
  margin: 24px -16px 30px 0;
  overflow: hidden;
  text-align: center;
  grid-area: hero;
}
@media (min-width: 678px) {
  .dashboard-hero {
    height: 100%;
  }
  .dashboard-hero img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .dashboard-hero {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: unset;
  }
  .dashboard-hero img {
    max-width: unset;
    width: 485px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .dashboard-hero img {
    width: 100%;
  }
}

.audit {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
  background-color: #f1fafb;
}
@media (min-width: 1024px) {
  .audit {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .audit {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 50px 150px;
    max-width: 1142px;
  }
}
@media (min-width: 1024px) {
  .audit .contentBox {
    width: 57%;
    text-align: right;
    padding-left: 93px;
  }
}
.audit .contentBox-title {
  margin-bottom: 12px;
}
.audit .contentBox-content p:last-of-type {
  margin-top: 20px;
}
.audit .contentBox-lastContent {
  font: 400 24px/27px "Work Sans";
}
@media (min-width: 1024px) {
  .audit .contentBox-lastContent {
    font-weight: 700;
  }
}
.audit-hero {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .audit-hero {
    width: 43%;
    margin-top: 0;
  }
}

.automation {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 21px !important;
  display: flex;
  flex-direction: column;
  background-color: #f1fafb;
}
@media (min-width: 1024px) {
  .automation {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .automation {
    padding: 50px 150px 0 !important;
    max-width: 1142px;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
  }
}
.automation .contentBox {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .automation .contentBox {
    width: 50%;
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .automation .contentBox-lastContent {
    font-weight: 700;
  }
}
.automation-hero {
  text-align: center;
}
@media (min-width: 678px) {
  .automation-hero {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .automation-hero {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 50%;
    margin-bottom: -120px;
  }
}
.automation-hero img {
  border-radius: 17px 17px 0 0;
  width: calc(100% - 4.56px);
  box-shadow: 0 4px 33px -2px rgba(42, 42, 42, 0.2509803922);
}
@media (min-width: 678px) {
  .automation-hero img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .automation-hero img {
    max-width: unset;
    width: 485px;
  }
}

.performance {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 0.9803921569);
}
@media (min-width: 1024px) {
  .performance {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .performance {
    padding: 50px 150px !important;
    max-width: 1142px;
    display: grid;
    grid-template-columns: 52.5% 47.5%;
    grid-template-areas: "content hero" "icon hero";
  }
}
.performance .contentBox {
  margin-bottom: 64px;
  grid-area: content;
}
.performance .iconBox {
  grid-area: icon;
}
.performance-hero {
  order: -1;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  grid-area: hero;
  margin-right: -16px;
}
@media (min-width: 678px) {
  .performance-hero {
    height: 100%;
    margin-right: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .performance-hero {
    transition: ease-in-out 0.8s;
    display: flex;
    align-items: center;
    opacity: 0;
  }
  .performance-hero.animated {
    opacity: 1;
  }
}
.performance-hero img {
  width: calc(100% - 4.56px);
}
@media (min-width: 678px) {
  .performance-hero img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .performance-hero img {
    max-width: unset;
    width: 485px;
  }
}

.reporting {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 0.9803921569);
}
@media (min-width: 1024px) {
  .reporting {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .reporting {
    padding: 50px 150px !important;
    max-width: 1142px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .reporting .contentBox {
    width: 60%;
    text-align: right;
  }
}
.reporting-hero {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .reporting-hero {
    width: 40%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .reporting-hero img {
    width: 275px;
  }
}

.testimonial {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #060720;
}
@media (min-width: 1024px) {
  .testimonial {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .testimonial {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
}
.testimonial-quote {
  color: rgb(255, 255, 255);
  letter-spacing: -0.72px;
  font: 500 18px/27px "Work Sans", sans-serif;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .testimonial-quote {
    font: 500 32px/48px "Work Sans", sans-serif;
  }
}
.testimonial-logo {
  width: 64px;
  height: 64px;
  background: url(../img/white-frame.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}
.testimonial-logo img {
  display: block;
  width: 79px;
  inset: 1px -8px 6px -7px;
  position: absolute;
}
.testimonial-name {
  color: rgb(255, 255, 255);
  font: 600 16px/24px "Work Sans", sans-serif;
  margin-bottom: 4px;
}
.testimonial-jobtitle {
  color: rgb(156, 163, 175);
  font: 400 16px/24px "Work Sans", sans-serif;
}

.pricing {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
  background-color: #F1FDFF;
}
@media (min-width: 1024px) {
  .pricing {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .pricing {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.pricing .contentBox {
  margin-bottom: 6px;
}
.pricing .price-cards {
  text-align: center;
}
@media (min-width: 1024px) {
  .pricing .price-cards {
    max-width: 1073px;
    margin: 0 auto;
  }
}
.pricing .price-cards .switch {
  position: relative;
  display: inline-flex;
  padding: 2px;
  background: #F3F4F6;
  border-radius: 12px;
  width: 210px;
  margin-bottom: 0;
}
.pricing .price-cards .switch [type=radio] {
  position: absolute;
  left: -9999px;
}
.pricing .price-cards .switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 105px;
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.pricing .price-cards .switch.monthly-active::before {
  transform: translateX(0);
}
.pricing .price-cards .switch.yearly-active::before {
  transform: translateX(100%);
}
.pricing .price-cards .switch::before {
  transform: translateX(100%);
}
.pricing .price-cards .switch label.monthly-active,
.pricing .price-cards .switch label.yearly-active {
  color: #1F2937;
  font-weight: 600;
}
.pricing .price-cards .switch label {
  position: relative;
  padding: 10px 24px;
  font: 500 14px/24px "Work Sans";
  z-index: 1;
  width: 105px;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #9CA3AF;
}
.pricing .price-cards .swiper-wrapper {
  display: flex;
  padding: 40px 0 30px;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper .swiper-slide {
    flex-basis: 25%;
  }
  .pricing .price-cards .swiper-wrapper .swiper-slide.fixed-w {
    max-width: 225px;
  }
  .pricing .price-cards .swiper-wrapper .swiper-slide.wide-w {
    max-width: 255px;
  }
}
.pricing .price-cards .swiper-wrapper .plan-card {
  border-radius: 12px;
  background: #FFF;
  padding: 24px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 6px 36px 0 rgba(103, 202, 209, 0.2);
}
.pricing .price-cards .swiper-wrapper .plan-card.popular::before {
  content: "Most popular";
  position: absolute;
  transform: translateX(-50%);
  top: -12px;
  left: 50%;
  background: linear-gradient(111.71deg, #F5C83B 12.19%, #DDAC11 95.05%);
  color: #fff;
  padding: 4px 0;
  border-radius: 6px;
  font: 600 16px/21px "Work Sans";
  z-index: 10;
  width: 136px;
}
.pricing .price-cards .swiper-wrapper .plan-card.custom {
  background: linear-gradient(157deg, #CBEAED 0%, #FFF 48.5%, #CBEAED 101.05%);
  background-clip: padding-box;
}
.pricing .price-cards .swiper-wrapper .plan-card.custom h2 {
  padding-bottom: 6px;
}
.pricing .price-cards .swiper-wrapper .plan-card.custom .custom-text {
  font: 500 20px/30px "Work Sans";
  padding-bottom: 18px;
  background: linear-gradient(96deg, #959595 2.11%, #868686 37.69%, #373737 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing .price-cards .swiper-wrapper .plan-card-head {
  text-align: center;
}
.pricing .price-cards .swiper-wrapper .plan-card-head h2 {
  color: #374151;
  font: 600 24px/31px "Work Sans";
  margin: 0;
  padding-bottom: 24px;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price.hide {
  display: none;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price.monthly, .pricing .price-cards .swiper-wrapper .plan-card-head .price.yearly {
  transition: opacity 0.3s ease;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price:not(.hide) {
  display: block;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price .yearly-price-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price .yearly-price-wrapper .year-discount {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-right: 12px;
  font: 500 16px/10px "Work Sans";
  color: #9CA3AF;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper .plan-card-head .price .yearly-price-wrapper .year-discount {
    font-size: 24px;
    line-height: 30px;
  }
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price .plan-date {
  color: #9CA3AF;
  font: 500 16px/24px "Work Sans";
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 {
  margin: 0;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 .plan-price {
  font: 500 48px/27px "Work Sans";
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 .plan-price-blue {
  background: linear-gradient(90deg, #6DCBD2 0%, #30B9C3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 .plan-price-yellow {
  background: linear-gradient(112deg, #F5C83B 12.19%, #DDAC11 95.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 span.plan-date {
  font: 500 16px/27px "Work Sans";
  color: #6B7280;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer {
  padding-top: 12px;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E5E7EB;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div p {
  font: 400 16px/24px "Work Sans";
  color: #374151;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div p span {
  font-weight: 600;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-icons {
  text-align: center;
  margin-bottom: 6px;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-icons img {
  width: 100%;
  height: auto;
  padding: 12px 0;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .blue-main {
  width: -webkit-fill-available;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .blue-main::after {
  content: none;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .btn-yellow {
  background: linear-gradient(111.71deg, #F5C83B 12.19%, #DDAC11 95.05%);
  color: #fff;
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper .plan-card-footer .btn-yellow:hover {
    background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
  }
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .btn-grey {
  background: linear-gradient(96deg, #9CA3AF 2.11%, #B7B7B7 37.69%, #374151 97%);
  color: #fff;
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper .plan-card-footer .btn-grey:hover {
    background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
  }
}
.pricing .price-cards .swiper-button-next::after, .pricing .price-cards .swiper-button-prev::after {
  content: none;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-button-next, .pricing .price-cards .swiper-button-prev {
    display: none;
  }
}/*# sourceMappingURL=home-new-bottom.css.map */