.hero-tools .align-items-lg-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.hero-tools .order-lg-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.hero-tools.smaller-width-columns .container {
  max-width: fit-content !important;
}
@media (min-width: 768px) {
  .hero-tools.smaller-width-columns .container {
    width: fit-content;
  }
}
.hero-tools .long-badge {
  width: 100%;
  border-radius: 100px;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #13191f;
  border: 1px solid #a6b7c9;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}
@media (min-width: 768px) {
  .hero-tools .long-badge {
    width: fit-content;
  }
}
.hero-tools .long-badge .rounded-pill {
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  min-width: fit-content;
}
.hero-tools .long-badge .rounded-pill svg {
  width: 12px;
  min-width: 12px;
}
.hero-tools .long-badge .rounded-pill.dark-text {
  color: #003873 !important;
}
.hero-tools .long-badge-text {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .hero-tools .long-badge-text {
    padding-right: 0;
    overflow: visible;
    white-space: nowrap;
  }
}
.hero-tools .long-badge-text span {
  margin-right: 0;
}
.hero-tools .long-badge span {
  margin-right: 0.5rem;
}
.hero-tools .long-badge span:last-child {
  margin-right: 0;
}
.hero-tools .long-badge-text, .hero-tools .long-badge-text a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 768px) {
  .hero-tools .long-badge-text, .hero-tools .long-badge-text a {
    font-size: 12px;
  }
}
.hero-tools .long-badge-text a {
  font-weight: bold;
  white-space: nowrap;
}
.hero-tools__subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0;
}
.hero-tools .tools-list {
  margin-top: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}
.hero-tools .tools-list__title {
  font-weight: 700;
  margin: 0 1rem 0.75rem 0;
}
.hero-tools .tools-list__item {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem 0.75rem 0;
  background-color: #e8f6ff;
  border-radius: 2rem;
}
.hero-tools .get-started .hero-row {
  flex-direction: column-reverse;
}
.hero-tools .get-started .add-left-padding {
  padding-top: 32px;
}
.hero-tools--content h1, .hero-tools--content h2, .hero-tools--content h3, .hero-tools--content h4, .hero-tools--content h5 {
  margin-top: 1.5rem;
}
.hero-tools--content h4, .hero-tools--content h5 {
  color: #485E75;
}
.hero-tools--content p:last-of-type {
  margin-bottom: 0px;
}
.hero-tools .embed-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 99%;
  padding-top: 56.25%;
}
.hero-tools .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hero-tools .above-note__text {
  font-size: 16px;
}
.hero-tools .above-note__icon svg {
  width: 18px;
  fill: #485E75;
}
.hero-tools .above-note__badge-icon svg {
  width: 11px;
  fill: #485E75;
}
.hero-tools .above-note .badge {
  margin-left: 8px;
}
.hero-tools .above-note .badge.bg-light {
  background: #F2F5F7;
}
.hero-tools__image {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-tools__buttons {
  margin: 2rem 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.hero-tools__buttons a svg {
  width: 18px;
  fill: #0d6efd;
}
.hero-tools .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0a6fe8;
}
.hero-tools .play-video:hover {
  cursor: pointer;
}
.hero-tools .home-hero__image {
  display: block;
  position: relative;
}

@media (min-width: 992px) {
  .case-study {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
  }
  .case-study .grey-background {
    position: absolute;
    background-color: #F2F5F7;
    height: 90%;
    width: 50%;
    margin-top: -95px;
  }
  .case-study p {
    font-size: 20px;
    line-height: 28px;
  }
  .case-study .btn-arrow {
    font-size: 18px;
    line-height: 24px;
  }
  .add-left-padding {
    padding-left: 100px !important;
  }
  .get-started .hero-row {
    flex-direction: inherit !important;
  }
  .get-started .add-left-padding {
    padding-top: 0;
  }
  .hero-tools.stick-to-left .hero-row {
    justify-content: space-between;
  }
  .hero-tools.stick-to-left .video-column {
    width: 50vw;
    margin-left: calc((100vw - 960px) / -2 - 6px);
    padding-right: 0 !important;
  }
  .hero-tools.stick-to-left .video-column .hero-tools__video {
    width: 100%;
    padding-right: 0 !important;
  }
  .video-container {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .hero-tools.stick-to-left .video-column {
    margin-left: calc((100vw - 1140px) / -2 - 6px);
  }
}
@media (min-width: 768px) {
  .get-started .hero-row {
    flex-direction: column-reverse;
  }
  .get-started .add-left-padding {
    padding-top: 32px;
  }
}
@media (min-width: 576px) {
  .get-started .hero-row {
    flex-direction: column-reverse;
  }
  .get-started .add-left-padding {
    padding-top: 32px;
  }
  .video-container {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .hero-tools .hero-row {
    gap: 20px;
  }
}
.hero-tools .video-container iframe {
  max-width: 100% !important;
  min-height: 100% !important;
}