#skeleton-plans > div {
  padding-top: 10px;
}

.card-container.skeleton-box {
  border: 1px transparent;
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #e2e2e5;
  margin-right: 10px;
}

.card-container.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0)
  );
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
  content: "";
}

.Plans__PlansDetailsTable {
  display: none;
}

.card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.iframe-container {
  background-color: rgb(238, 239, 240);
  margin-top: 50px;
}

.iframe-container div {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 100%;
}

.iframe-container iframe {
  display: initial !important;
  margin-top: -50px;
}

.components-section.background--neutral100 {
  background-color: rgb(238, 239, 240);
}

.components-section .dacast-medium {
  font-size: 38px !important;
  font-weight: 600;
  color: black;
}

.bestplan-box-img-wrapper {
  width: 36px;
  margin-bottom: 19px;
}

.section-faq .dacast-medium {
  font-size: 3em !important;
  font-weight: 600;
}

.questions-right .dacast-medium {
  color: #4967ee;
  margin-bottom: 0;
}

.btn.btn-trial.openZendesk.Scale:hover {
  background-color: #a9b7f7 !important;
}

.btn.btn-trial.btn-contact.white:hover {
  background-color: #d4dbfb !important;
  border: 1px solid #d4dbfb;
}

.wrap-section-slider {
  margin: 80px 0px 96px;
  position: relative;
}

.wrap-section-slider .dacast-medium {
  margin: 0 auto;
  text-align: center;
  font-size: 24px !important;
  font-weight: 600;
}

#prev {
  position: absolute;
  top: 170px;
  z-index: 999;
  cursor: pointer;
}

#next {
  position: absolute;
  top: 170px;
  right: 0;
  z-index: 999;
  cursor: pointer;
}

.section-carrousel {
  overflow-x: hidden;
}

.customers-carousel {
  width: 100%;
}

.customers-carousel img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 150px;
}

.slick-track {
  display: flex;
}