.dynamic-title {
  color: #ff6b6b;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 900px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

#BreadcrumbSep {
  margin: 0px 10px;
  font-size: 20px;
}

#BreadcrumbLink.feature-hero-pill {
  background-color: #e7edff;
  border-radius: 4px;
  padding: 10px 10px;
  display: inline-block;
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  color: #ff6b6b;
}

.common-hero-pill {
  background-color: #c1bbf6;
  border-radius: 4px;
  padding: 2px 5px;
  display: inline-block;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  color: #085286;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.faq-row {
    width: 75%;
    margin: auto;
    column-gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    border-radius: 18px;
    padding: 20px 0px;
}

section.faq-row .faq-content {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.faq-row .faq-content .faq-header {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 22px;
}

section.faq-row .faq-content .faq-list {
  width: 100%;
}

section.faq-row .faq-content .faq-list .faq-list-item {
  margin-bottom: 20px;
}

section.faq-row .faq-content .faq-list .faq-list-item .faq-list-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 20px 20px;
  cursor: pointer;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 19px !important;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #000000;
  border-bottom: 1px solid #085286;
}

section.faq-row .faq-content .faq-list .faq-list-item .faq-list-item-header img {
  transform: rotate(-90deg);
}

section.faq-row .faq-content .faq-list .faq-list-item .faq-list-item-header img.notch-rotate {
  transform: rotate(0deg);
}

section.faq-row .faq-content .faq-list .faq-list-item .faq-list-item-body {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #7c7c7c;
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
  display: none;
}

@media only screen and (max-width: 1024px) {
  section.faq-row .faq-content {
    width: 90%;
  }
  section.faq-row .faq-content .faq-header {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }
  section.faq-row .faq-content .faq-list-item-header,
  section.faq-row .faq-content .faq-list-item-body {
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 26px !important;
  }
}

section.feature-header-row .feature-header-content {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  section.feature-header-row .feature-header-content {
     font-family: 'Work Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: #222222;
  }
}

section.feature-header-row .feature-header-subcontent {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  section.feature-header-row .feature-header-subcontent {
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #222222;
  }
}

section.feature-header-row .feature-header-image {
  width: 90%;
  margin: auto;
}

section.feature-header-row .feature-header-image img {
  width: 100%;
}

.feature-hero-row {
  margin: auto;
  padding: 0px 155px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;


}

section.bgfull {
  background-image: url("../png/bg-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
 
}

section.feature-hero-row .feature-hero-header .feature-hero-pill {
  border-radius: 4px;
  padding: 10px 3px;
  display: inline-block;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 10px;
}

section.feature-hero-row .feature-hero-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.feature-hero-row .feature-hero-content .feature-hero-bigtext {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: normal;
  color: #fff;
}

section.feature-hero-row .feature-hero-content .feature-hero-bigtext .dynamic-title {
  color: #fc5e02;
}

section.feature-hero-row .feature-hero-content .feature-hero-bigtext .feature-hero-smalltext {
 font-family: 'Work Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: normal;
  color: #fff;

}

.feature-hero-smalltext{
color: #fff;
font-family: 'Manrope', sans-serif;
font-size: 18px;
line-height: 28px;
padding-left: 10px;
}

section.feature-hero-row .feature-hero-content .feature-hero-bigtext .feature-hero-right {
  position: relative;
  flex-basis: 50%;
}

section.feature-hero-row .feature-hero-content .feature-hero-bigtext .feature-hero-right img {
  width: 90%;
}

section.feature-hero-row .feature-hero-content .feature-hero-bigtext .feature-hero-right video {
  width: 90%;
}

section.feature-hero-row .feature-hero-content .feature-hero-left {
  flex-basis: 50%;
}

section.feature-hero-row .feature-hero-content .feature-hero-right {
  flex-basis: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.feature-hero-row,
  section.solutions-hero-row {
    width: 100%;
    padding: 40px 10px;
    margin: auto;
  }
  section.feature-hero-row .solutions-hero-content,
  section.solutions-hero-row .solutions-hero-content {
    padding-top: 0 !important;
    width: 100%;
  }
  section.feature-hero-row .v-spacer-60,
  section.solutions-hero-row .v-spacer-60 {
    display: none;
  }
  section.feature-hero-row .feature-hero-header,
  section.solutions-hero-row .feature-hero-header {
    text-align: center;
  }
  section.feature-hero-row .feature-hero-content,
  section.solutions-hero-row .feature-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
  }
  section.feature-hero-row .feature-hero-content .feature-hero-left,
  section.solutions-hero-row .feature-hero-content .feature-hero-left {
    flex-basis: 50%;
    padding-bottom: 60px;
  }
  section.feature-hero-row .feature-hero-content .feature-hero-left .feature-hero-bigtext,
  section.solutions-hero-row .feature-hero-content .feature-hero-left .feature-hero-bigtext {
    font-size: 28px !important;
    line-height: 48px !important;
    color: #fff;
  }
  section.feature-hero-row .feature-hero-content .feature-hero-left .feature-hero-smalltext,
  section.solutions-hero-row .feature-hero-content .feature-hero-left .feature-hero-smalltext {
    font-size: 20px;
    line-height: 32px;
  }
  section.feature-hero-row .feature-hero-content .feature-hero-right,
  section.solutions-hero-row .feature-hero-content .feature-hero-right {
    flex-basis: 50%;
  }
  section.feature-hero-row .feature-hero-content .feature-hero-right img,
  section.solutions-hero-row .feature-hero-content .feature-hero-right img {
    width: 100%;
  }
  section.feature-hero-row .hero-main-cta,
  section.solutions-hero-row .hero-main-cta {
    justify-content: space-around;
  }
  section.feature-hero-row .hero-main-cta .hero-cta-button-filled,
  section.solutions-hero-row .hero-main-cta .hero-cta-button-filled {
    margin: 0 auto;
  }
}

section.feature-simple-row.fsr-left {
 /* background-image: url("../assets/images/features/feature_blob_left.png"); */
  background-repeat: no-repeat;
  background-position: left center;
}

section.feature-simple-row.fsr-right {
 /* background-image: url("../assets/images/features/feature_blob_right.png"); */
  background-repeat: no-repeat;
  background-position: right center;
}

section.feature-simple-row .feature-simple-row-content {
  width: 85%;
  margin: auto;
  column-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.feature-simple-row .feature-simple-row-content .feature-text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-basis: 50%;
}

@media only screen and (max-width: 1024px) {
  section.feature-simple-row .feature-simple-row-content .feature-text-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

section.feature-simple-row .feature-simple-row-content .feature-text-column.basis-60 {
  flex-basis: 60%;
}

section.feature-simple-row .feature-simple-row-content .feature-text-column .feature-header {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  /*letter-spacing: 0.5px;*/
  color: #222222;
}

section.feature-simple-row .feature-simple-row-content .feature-text-column .feature-subheader {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #222222;
  width: 100%;
}

section.feature-simple-row .feature-simple-row-content .feature-image-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  position: relative;
}

section.feature-simple-row .feature-simple-row-content .feature-image-column.basis-60 {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

section.feature-simple-row .feature-simple-row-content .feature-image-column .gradient-blur {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(transparent, transparent, transparent, #ffffff);
}

@media only screen and (max-width: 1024px) {
  section.feature-simple-row .feature-simple-row-content {
    width: 90%;
    text-align: center;
  }
  section.feature-simple-row .feature-simple-row-content .feature-header {
    font-size: 24px !important;
    line-height: 36px !important;
    width: 100%;
  }
  section.feature-simple-row .feature-simple-row-content .feature-subheader {
    width: 90% !important;
    margin: auto;
    font-size: 14px !important;
    line-height: 26px !important;
  }
  section.feature-simple-row .feature-simple-row-content .feature-cta {
    align-self: center;
  }
  section.feature-simple-row .feature-simple-row-content .feature-text-column {
    padding-left: 0;
  }
  section.feature-simple-row .feature-simple-row-content .feature-image-column {
    padding-bottom: 20px;
  }
  section.feature-simple-row .feature-simple-row-content .feature-image-column img {
    width: 100%;
  }
}

.page-template-page-template-feature section.feature-simple-row.fsr-left {
  background-size: contain;
}

section.feature-simple-row.simple-row-all-teams .feature-image-column img {
  width: 20em;
}

@media only screen and (max-width: 1024px) {
  section.feature-simple-row:nth-of-type(odd) .feature-simple-row-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media only screen and (max-width: 1024px) {
  section.feature-simple-row:nth-of-type(even) .feature-simple-row-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }
}

/* Products Row */
section.products-row .products-content {
  width: 65%;
  margin: auto;
}

section.products-row .products-content .products-main-bigtext {
 font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}

section.products-row .products-content .products-main-smalltext {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #222222;
}

section.products-row .products-content .products-tiles {
  width: 680px;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 40px;
  row-gap: 40px;
}

section.products-row .products-content .products-tiles .hero-tile {
  position: relative;
  background: #fefeff;
  border: 1px solid #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  height: 200px;
  width: 200px;
  cursor: pointer;
  color: #222222;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0px;
}

section.products-row .products-content .products-tiles .hero-tile .hero-tile-header {
  text-align: center;
}

section.products-row .products-content .products-tiles .hero-tile .hero-tile-hidden {
  position: absolute;
  margin-top: -20px;
  margin-left: 20px;
  padding: 20px 20px;
  background: #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  height: 100%;
  width: 100%;
  animation-name: opGrow;
  animation-duration: 0.5s;
  display: none;
}

@keyframes opGrow {
  from {
    /* opacity: 0; */
    margin-top: 0px;
    margin-left: 0px;
  }
  to {
    /* opacity: 0.9; */
    margin-top: -20px;
    margin-left: 20px;
  }
}

section.products-row .products-content .products-tiles .hero-tile .hero-tile-hidden .hero-tile-header-hidden {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #fefeff;
  opacity: 0.9;
  margin-bottom: 10px;
}

section.products-row .products-content .products-tiles .hero-tile .hero-tile-hidden .hero-tile-text-hidden {
font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #fefeff;
  opacity: 0.9;
  margin-bottom: 10px;
}

section.products-row .products-content .products-tiles .hero-tile .hero-tile-hidden .hidden-arrow {
  position: absolute;
  bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  section.products-row .products-content {
    width: 90%;
  }
  section.products-row .products-content .products-main-bigtext {
    font-size: 18px;
    line-height: 32px;
  }
  section.products-row .products-content .products-main-smalltext {
    font-size: 16px;
    line-height: 26px;
  }
  section.products-row .products-content .products-tiles {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    width: 100%;
  }
  section.products-row .products-content .products-tiles .hero-tile {
    height: 150px;
    width: 100%;
  }
  section.products-row .products-content .products-tiles .product-icon img {
    width: 30px;
    height: 30px;
  }
  section.products-row .products-content .products-tiles .hero-tile-header {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-sm {
    display: none;
  }
}

.show-sm {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .show-sm {
    display: block;
  }
}

.subhero-row.sub-hero-with-hero {
  padding-bottom: 100px;
}

.subhero-grid .subhero-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.feature-simple-row .feature-grid-column {
  width: 85%;
  margin: auto;
  margin-top: -90px;
}

.feature-simple-row .feature-grid-column-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: space-between;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.feature-simple-row .feature-grid-column-content .feature-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fefeff;
  border: 1px solid #ff6b6b;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  height: 200px;
  width: 200px;
  cursor: pointer;
  color: #222222;
  text-decoration: none;
  align-items: center;
}

.feature-simple-row .feature-grid-column-content .feature-tile .feature-tile-text {
  padding-top: 20px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .feature-simple-row .feature-grid-column-content {
    grid-row-gap: 0 !important;
  }
  .feature-simple-row .feature-grid-column-content .feature-tile {
    height: 150px !important;
    width: 100% !important;
  }
  .feature-simple-row .feature-grid-column-content .feature-tile:nth-of-type(even) {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 374px) {
  .feature-simple-row .feature-grid-column-content .feature-tile {
    margin-top: 1em;
  }
}

.feature-simple-list .feature-header {
  font-size: 40px;
  line-height: 56px;
}

.feature-simple-list .feature-list .feature-list-item {
  display: flex;
  align-items: center;

}

@media only screen and (max-width: 425px) {
  .feature-simple-list .feature-list .feature-list-item {
    margin-bottom: 10px;
  }
}

.feature-simple-list .feature-list .feature-list-item span {
  font-size: 20px;
  line-height: 42px;
  margin-left: 10px;
   font-family: 'Manrope', sans-serif;
}

@media only screen and (max-width: 425px) {
  .feature-simple-list .feature-list .feature-list-item span {
    font-size: 14px;
    line-height: 24px;
  }
}

.image-with-tag {
  position: relative;
}

.image-with-tag .image-tag {
  background: #ff6b6b;
  color: #ffffff;
  font-size: 22px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  white-space: nowrap;
  min-width: 310px;
  text-align: center;
}

.image-with-tag .image-tag-bottom-left {
  left: 100px;
  bottom: -50px;
}

.image-with-tag .image-tag-bottom-right {
  bottom: -10px;
  right: 50px;
}

@media only screen and (max-width: 1024px) {
  .image-with-tag {
    text-align: left;
  }
  .image-with-tag img {
    width: 75% !important;
  }
  .image-with-tag .image-tag {
    font-size: 14px;
    line-height: 18px;
    min-width: 250px;
    right: 0;
    bottom: -40px;
  }
  .image-with-tag .image-tag-bottom-left {
    left: unset;
  }
  .image-with-tag .image-tag-bottom-right {
    right: 0;
  }
}

.global-awards-container .global-awards-list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 30px;
  margin: auto;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .global-awards-container .global-awards-list {
    grid-template-columns: auto auto;
  }
  .global-awards-container .global-awards-list .global-award-badge img {
    height: 140px;
  }
}

.reasons-container {
  background: #fff2e6;
  padding: 60px 0;
}

.reasons-container .reasons-list {
  width: 85%;
  margin: auto;
}

.reasons-container .reasons-list .reason-card {
  display: flex;
  margin-top: 40px;
}

.reasons-container .reasons-list .reason-card .reason-card-info {
  padding-left: 20px;
}

.reasons-container .reasons-list .reason-card .reason-card-info .reason-title {
  font-family: 'Work Sans';
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
}

.reasons-container .reasons-list .reason-card .reason-card-info .reason-description {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .reasons-container .reasons-list {
    width: 90%;
  }
  .reasons-container .reasons-list .reason-card-info {
    padding-left: 10px !important;
  }
  .reasons-container .reasons-list .reason-card-info .reason-title {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .reasons-container .reasons-list .reason-card-info .reason-description {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .reasons-container .reasons-list .reason-card-icon img {
    height: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .customers-hero {
    margin-bottom: 40px !important;
  }
}

.hero-case-study-container {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 50%;
}

.hero-case-study-container .hero-case-study-highlight {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: -8px 8px 1px rgba(221, 226, 238, 0.3);
  display: flex;
  padding: 20px;
  position: relative;
  background: #ffffff;
}

.hero-case-study-container .hero-case-study-highlight .hero-case-study-left {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  border-right: 1px solid #dde2ee;
  padding: 20px;
  padding-right: 40px;
  width: 55%;
}

.hero-case-study-container .hero-case-study-highlight .hero-case-study-right {
  padding: 20px;
  padding-left: 40px;
}

.hero-case-study-container .hero-case-study-highlight .hero-case-study-right .hero-case-study-author {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.hero-case-study-container .hero-case-study-highlight .hero-case-study-right .hero-case-study-author .hero-case-study-author-title {
  color: #828282;
}

.hero-case-study-container .hero-case-study-highlight .hero-case-study-right .hero-case-study-img img {
  height: 30px;
}

.hero-case-study-container .hero-case-study-link {
  margin-left: 20px;
  padding: 15px 10px 10px 25px;
  background: #ff6b6b;
  color: #ffffff;
  border-bottom-left-radius: 10px;
}

.hero-case-study-container .hero-case-study-link img {
  height: 15px;
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .hero-case-study-container {
    width: 85%;
    right: 20px;
    bottom: -20px;
  }
  .hero-case-study-container .hero-case-study-highlight {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
  .hero-case-study-container .hero-case-study-highlight .hero-case-study-left {
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #dde2ee;
    font-size: 12px;
    line-height: 24px;
    width: 100%;
  }
  .hero-case-study-container .hero-case-study-highlight .hero-case-study-right {
    padding: 10px;
    width: 100%;
  }
  .hero-case-study-container .hero-case-study-highlight .hero-case-study-right .hero-case-study-author {
    font-size: 12px;
    line-height: 22px;
  }
  .hero-case-study-container .hero-case-study-link {
    border-bottom-right-radius: 10px;
  }
}

.success-stories-stats .success-stories-stats-container {
  width: 85%;
  margin: auto;
}

.success-stories-stats .success-stories-stats-container .success-stories-header {
  font-size: 28px;
  font-family: 'Manrope', sans-serif;
  line-height: 38px;
  font-weight: 400;
  padding-bottom: 60px;
  text-align: center;
}

.success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item {
  text-align: center;
}

.success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item .stats-number {
  font-family: 'Work Sans';
  position: relative;
  font-size: 64px;
  line-height: 88px;
  font-weight: 800;
}

.success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item .stats-number .stats-arrow {
  position: absolute;
  display: flex;
  top: 10px;
  right: -30px;
}

.success-stories-stats .success-stories-stats-container .success-stories-stats-list .stats-item .stats-description {
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  line-height: 28px;
  font-weight: 400;
}
/*# sourceMappingURL=common.css.map */