/**
* All plans Include
*/
.section-allplansinclude {
  margin-top: 4em;
  margin-bottom: 5em;
}
.icon-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 55px;
}
.icon-box {
  display: flex;
  align-items: center;
  padding: 25px 18px;
}
.icon {
  margin-right: 35px;
  min-width: 60px;
}
.icon-text h3 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #4967ee;
}
.icon-text {
  max-width: 288px;
}
.section-allplansinclude h2 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1.5em;
}

@media (max-width: 1024px) {
  .icon-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .icon-boxes {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}

/**
* Find the best plan for you
*/

.section-bestplan {
  margin: 5em 0.7em 4em;
}

.section-bestplan h2 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #58606e;
  margin-bottom: 1.5em;
}
.bestplan-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.bestplan-box {
  background: #fff;
  border-radius: 4px;
  filter: drop-shadow(0px 2px 40px #c8d1e0);
  padding: 40px;
}
.bestplan-box h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  color: #222f3e;
  font-size: 24px;
  line-height: 40px;
  margin: 0px;
  margin-bottom: 16px;
}
.bestplan-box-footer {
  display: flex;
  justify-content: space-between;
}
.bestplan-box-footer .btn {
  margin: 0 !important;
}
.bestplan-box .btn {
  padding: 10px 18px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.btn-1 {
  background: #4967ee;
}
.btn-2 {
  background: #2899f6;
}
.btn-3 {
  background: #7048e8;
}

@media (max-width: 1024px) {
  .bestplan-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .section-bestplan {
    margin-top: 3em;
    margin-bottom: 4em;
  }
  .bestplan-boxes {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
  .bestplan-box h3 {
    font-size: 24px;
  }
  .bestplan-box .btn {
    font-size: 18px;
  }
  .section-bestplan h2 {
    font-size: 32px;
    max-width: 200px;
    line-height: 44px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
* Why DaCast
*/
.bg-grey-3 {
  background: #222f3e;
}
.section-whydacast {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1fr;
  grid-column-gap: 60px;
  margin: 80px 10px 70px;
}
.whydacast-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.whydacast-info p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 0;
}
.whydacast-info .btn {
  border-radius: 4px;
  background: rgb(73, 103, 238);
  color: #fff;
  text-align: center;
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  padding: 12px 36px;
  display: inline-block;
  margin-top: 80px;
}
.whydacast-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
}
.whydacast-box a {
  color: #4967ee;
}
.whydacast-box h3 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #222f3e;
}
.whydacast-box--image {
  background: linear-gradient(
    120.6deg,
    rgb(109, 133, 241) 0%,
    rgb(112, 72, 232) 95.66%
  );
  border-radius: 100%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .section-whydacast {
    grid-template-columns: 0.55fr 1fr;
    margin: 80px 60px;
  }
}
@media (max-width: 1024px) {
  .section-whydacast {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    margin: 80px 60px;
  }
  .whydacast-info p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .section-whydacast {
    margin: 80px 40px;
  }
}
@media (max-width: 480px) {
  .section-whydacast {
    margin: 60px 25px;
  }
  .whydacast-boxes {
    grid-template-columns: 1fr;
  }
  .whydacast-info p {
    font-size: 21px;
    line-height: 28px;
  }
  .whydacast-info .btn {
    margin-top: 40px;
  }
}

/**
* FAQ
*/

.section-faq {
  max-width: 1069px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
  margin-bottom: 6em;
}
.section-faq h2 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  /* gray-1 */
  color: #222f3e;
  text-align: center;
}
.accordion-faq {
  margin-top: 4em;
}
.accordion-faq .accordion-item-faq {
  border-bottom: 1px solid #c8d1e0;
}
.accordion-faq button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  border: none;
  background: none;
  outline: none;
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #222f3e;
  padding-top: 20px;
  padding-bottom: 0px;
  min-height: 0;
  margin-bottom: 10px;
}
.accordion-faq button:hover,
.accordion-faq button:focus {
  cursor: pointer;
  color: #4967ee;
}
.accordion-faq button .accordion-title-faq {
  padding: 0 60px 0 12px;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
}
.accordion-faq button[aria-expanded="true"] {
  color: #4967ee;
}
.accordion-faq button[aria-expanded="true"] + .accordion-content-faq {
  opacity: 1;
  max-height: 30em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion-faq .accordion-content-faq {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq-contact {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #222f3e;
  text-align: center;
  margin-top: 2.5em;
}
.faq-contact a {
  color: #4967ee;
}

@media (max-width: 480px) {
  .accordion-faq button {
    font-size: 18px;
    line-height: 30px;
  }
  .accordion-faq button[aria-expanded="true"] ~ .accordion-content-faq {
    margin-bottom: 20px;
  }
  .faq-contact {
    font-size: 21px;
  }
}

/**
* Logo Carrousel
*/
.section-carrousel {
  margin-top: 5em;
  margin-bottom: 6em;
}
.section-carrousel h2 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #58606e;
  text-align: center;
  margin-bottom: 32px;
}