@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&display=swap);
body {
  font-size: 18px;
  line-height: 24px;
  font-family: Lato;
}
.press-icon {
  width: 250px;
  height: 100px;
  object-fit: contain;
}
.btn {
  border-radius: 25px !important;
}
.text-loup {
  color: #f99a31 !important;
}

.bg-loup-primary,
.btn-loup-primary {
  background-color: #f99a31 !important;
  border-color: #f99a31 !important;
  color: #ffffff !important;
}
.bgc-loup-primary,
a.bg-loup-primary:focus,
a.bg-loup-primary:hover,
button.bg-loup-primary:focus,
button.bg-loup-primary:hover,
.btn-outline-loup-primary:focus,
.btn-outline-loup-primary:hover,
.booking-time.active,
.badge-loup-primary {
  background-color: #f99a31 !important;
}
.top-menu.dropdown-menu {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
}
a.dropdown-action {
  /* height: 30px; */
  line-height: 30px;
}
.form-control {
  font-size: initial;
  height: auto;
}

.banner-button:hover {
  color: #ffffff;
}
#what-is-loup-section {
  background-color: #fcf2da;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.testimony-section {
  margin-right: 2rem;
}
#testimonial-asset {
  background-color: #ffde59;
  z-index: 1;
  height: calc(100% + 21.5rem);
  position: absolute;
  margin-top: -10.5rem;
  width: calc(50vw - 8px);
}
.testimonial-asset-tab {
  padding-left: calc((33% - 100px) / 2);
  margin-bottom: 0.5rem;
}
.testimonial-image {
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.testimonial-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  object-fit: cover;
}

.case-study-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  object-fit: cover;
}
.required-field::after {
  content: "*";
  color: red;
}
.author-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  object-fit: cover;
}

.nav-action:hover {
  color: #000000;
}
.nav-group-selection {
  padding: 1rem 1.5rem;
}
a.nav-group-selection:hover {
  background-color: #eff1f7;
}

.main-content {
  background-color: #ffffff;
}

.icon-show {
  transition: transform 0.2s ease-in-out;
  color: #3d1970;
  font-weight: 400;
}

a[aria-expanded="true"] > div > .icon-show {
  transform: rotate(180deg);
}

.homepage-settings {
  padding-top: 24px;
  font-weight: 600;
  background-color: #ffffff;
  border-bottom: solid black 1px;
  position: sticky;
  top: 0px;
  z-index: 10000;
  padding-bottom: 24px;
}

.nav-action {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  /* text-transform: uppercase; */
  color: black;
}
.right-nav {
  width: 300px;
  text-align: right;
  display: flex;
  justify-content: center;
}

.center-logo {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
}

.gradient-text {
  background-image: linear-gradient(45deg, #3d1970, #6e00fe);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}

.gradient-btn {
  background-image: linear-gradient(45deg, #502fd2, #fc7aff);
  background-size: 100%;
  color: #ffffff;
  border: 0;
}

.gradient-btn:hover {
  color: #ffffff;
}

.hero-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 64px;
  color: black;
  margin-bottom: 20px;
}
.hero-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 40px;
}
.impact-metric-value {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.impact-metric-name {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 2rem;
}
.section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: black;
  margin-bottom: 40px;
}
.banner-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: black;
  margin-bottom: 1rem !important;
}

.banner-subheader {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #3d1970;
}

.banner-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 40px;
}

.banner-button {
  padding: 18px 48px;
  background: linear-gradient(263deg, #fc7aff 0%, #502fd2 100%);
  border-radius: 1000px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.icon-action {
  padding: 36px;
  border-radius: 24px;
  margin-bottom: 50px;
}

.overlay-container {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
}

.card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #131a34;
}
.resource-card-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}

.resource-card-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 40px;
}

.card-subtitle {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#submit-demo-button {
  background-color: black;
  color: white;
  border: 1px solid;
}

#submit-demo-button:hover {
  background-color: #ffffff;
  color: black;
}

.footer-home {
  padding: 100px 10px 50px 10px;
}

.footer-logo {
  font-size: 24px;
  line-height: 24px;
}

.footer-actions {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.footer-action-title {
  font-weight: 600;
  font-size: 16px;
  color: white;
}
.footer-link {
  margin-top: 0.75rem;
  color: white;
}
.footer-link:hover {
  color: #f99a31;
}

.footer-copyright {
  font-size: 16px;
  line-height: 24px;
}

li::marker {
  color: #79c9eb;
}

.testimonial-tab {
  border-left: solid #ffde59 1px;
  /* border-left: solid black 1px; */
  padding: 0px;
}
.testimonial-tab .nav-link {
  /* border-left: solid #ffde59 1px; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.testimonial-tab .nav-link[aria-selected="false"] {
  background-color: #f3bd48;
}
#about-us-section {
  position: relative;
}
#about-us-section:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: url("https://images.unsplash.com/photo-1555529669-e69e7aa0ba9a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80")
    no-repeat;
  filter: brightness(30%);
  background-size: cover;
  top: 0px;
}
.built-by-company-image {
  height: 55px;
  object-fit: contain;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
}
.blog-overview,
.blog-section-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#loup-story-video {
  height: 400px;
}
label.requiredField::after {
  content: " *";
  color: red;
}
.desktop-nav-action.current {
  text-decoration-line: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #f99a31;
  text-underline-offset: 10px;
}
.event-page-option.active {
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #f99a31;
  text-underline-offset: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider {
  background: black;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /* width: 960px; */
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  height: 100px;
  width: calc(250px * 12);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
.slider-img {
  height: 100px;
  width: 250px;
  object-fit: contain;
}
.hero-form-input {
  border-radius: 25px;
  height: 50px;
}

.integration-description {
  height: 220px;
}

@media (max-width: 1190px) {
  .slider::before,
  .slider::after {
    background: none;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
  }
  .banner-title {
    font-size: 28px;
    line-height: 38px;
  }
  .footer-logo {
    display: none;
  }
  #testimonial-asset {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    position: relative;
  }
  #what-is-loup-section {
    padding-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .top-menu.dropdown-menu {
    background-color: transparent !important;
    box-shadow: none;
    width: 50px;
  }
  .right-nav {
    flex-direction: initial;
    width: initial;
  }
  #product-modal-img,
  .right-graphic {
    display: none;
  }
  .banner-title {
    max-width: 400px;
    margin: auto;
    margin-bottom: 10px;
  }
  .overlay-container {
    height: 100%;
    justify-content: center;
  }
  .footer-home {
    padding: 50px 0px;
  }
  .footer-copyright {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
  }
  html {
    background-color: #ffffff;
  }
  .homepage-settings {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homepage-header {
    text-align: center;
  }
  .icon-action {
    padding: 24px;
    margin-bottom: 20px;
  }
  .icon-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  #demo-store-container {
    margin-top: 3rem !important;
  }
}

@media (max-width: 800px) {
  .section-3-title {
    font-size: 24px;
    line-height: 36px;
  }
  .center-logo {
    font-size: 22px;
  }
  .footer-actions {
    margin-top: 1rem;
  }
  .footer-item {
    margin-right: 0px !important;
  }
}

@media (max-width: 500px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 20px;
  }
  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
  .section-title {
    font-size: 24px;
    line-height: 150%;
  }
  .hero-subtitle {
    font-size: 24px;
    line-height: 150%;
  }
  .homepage-settings {
    padding-top: 15px;
  }
  .banner-title {
    font-size: 26px;
    line-height: 38px;
  }
  .nav-action {
    font-size: 16px;
  }
  .login-button {
    display: none;
  }
  .banner-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .hero-form-group {
    width: 100% !important;
  }
}
