.easy-to-use-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.easy-to-use-tabs-wrap {
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(0, 43, 70, 0.15);
}

.easy-to-use-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 8px 40px;
}

.easy-to-use-tab {
  background: none;
  border: none;
  padding: 0 16px;
  margin-bottom: -1px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  color: #5a6a76;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.easy-to-use-tab:hover {
  color: #00b5d3;
}

.easy-to-use-tab.is-active {
  color: #00b5d3;
  border-bottom-color: #00b5d3;
}

.easy-to-use-panel.is-hidden {
  display: none;
}

.easy-to-use-section-title {
  font-family: Demo;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
}

.easy-to-use-section-subtitle {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #002c45;
  max-width: 792px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 60px;
}

.animation-fade-in.slick-cloned {
  opacity: 1 !important;
}

.easy-to-use-section .img-wrap {
  width: 100%;
  height: 331px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  background-color: lightgray;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 50.08%,
      rgba(0, 0, 0, 0.4) 100%),
    var(--easy-to-use-img);
  background-size: 100% 100%, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  padding: 16px;
}

.easy-to-use-item-title {
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  padding-top: 40px;
}

.easy-to-use-item-description {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  padding-top: 16px;
}

.how-to-use-desktop {
  justify-content: center;
}

.how-to-use-mobile {
  display: none;
}

/*slider*/
.how-to-use-slider.slick-initialized.slick-slider {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.how-to-use-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
}

.how-to-use-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: inherit;
}

.how-to-use-slider.slick-initialized .slick-slide {
  display: block;
}

.how-to-use-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.how-to-use-slider.slick-initialized.slick-slider button {
  position: absolute;
  left: -20px;
  right: auto;
  top: 30%;
  font-size: 40px !important;
  color: #00b5d3 !important;
  background: transparent !important;
  border: 0;
  width: auto;
  padding: 0;
  z-index: 1;
}

.how-to-use-slider.slick-initialized.slick-slider button i {
  font-weight: 500;
  font-size: 42px;
}

.how-to-use-slider .fal::before {
  font-size: 55px;
  font-weight: 200;
  height: auto;
  padding-top: 12px;
}

.how-to-use-slider.slick-initialized.slick-slider button.slick-next {
  left: auto;
  right: -20px;
}

.how-to-use-slider .col-md-6 {
  padding: 0 12px;
}

@media (min-width: 769px) {
  .how-to-use-desktop .easy-to-use-item-learn-more {
    display: inline-block;
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #00b5d3;
    text-decoration: underline;
  }
}

.how-to-use-desktop a:focus-visible,
.how-to-use-mobile a:focus-visible {
  outline: 0 !important;
}

.how-to-use-desktop a:focus,
.how-to-use-mobile a:focus {
  transition: none !important;
}

.how-to-use-desktop a,
.how-to-use-mobile a {
  width: 100%;
  height: auto;
  display: inline-block;
}

.how-to-use-desktop .video-item .img-wrap,
.how-to-use-mobile .video-item .img-wrap {
  position: relative;
}

.how-to-use-desktop .video-item .img-wrap:before,
.how-to-use-mobile .video-item .img-wrap:before {
  content: '';
  background-image: url("../../../../assets/icons/playicon.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  z-index: 1;
}

@media (max-width: 768px) {
  .how-to-use-slider {
    --bs-gutter-x: 16px;
  }
}

@media (max-width: 768px) {
  .how-to-use-slider .col-md-6 {
    padding: 0 8px;
  }
}

@media (max-width: 768px) {
  .how-to-use-desktop {
    flex-wrap: nowrap;
    margin-top: 32px;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 768px) {

  /* One card 72.8% width; remainder shows the next card (horizontal scroll). */
  .easy-to-use-section .how-to-use-desktop>.col-md-6 {
    flex: 0 0 72.8%;
    max-width: 72.8%;
    width: 72.8%;
    min-width: 0;
    padding: 0 8px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {

  /* Block link fills the column so img width:100% resolves (inline-block was shrink-wrapping). */
  .easy-to-use-section .how-to-use-desktop a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .easy-to-use-section .how-to-use-desktop .img-wrap {
    width: 100%;
    max-width: 100%;
    height: 314px;
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile {
    display: unset;
  }
}

@media (max-width: 768px) {
  .easy-to-use-section-title {
    font-family: Demo;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }
}

@media (max-width: 768px) {
  .easy-to-use-section-subtitle {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-top: 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile .accordion-item {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile .accordion-button {
    background-color: transparent !important;
    padding: 0;
    font-family: Inter;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile .accordion {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .easy-to-use-section .img-wrap {
    width: 100%;
    max-width: 100%;
    height: 314px;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .easy-to-use-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    margin-top: auto;
    padding: 0;
    max-width: 80%;
  }

  .easy-to-use-item-title i {
    margin-left: 7px;
  }

}

@media (max-width: 768px) {
  .easy-to-use-item-mobile-description {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile .accordion-body {
    margin-left: 19px;
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile .accordion-item {
    padding-top: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 43, 70, 0.2);
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile .accordion-item:last-child {
    padding-top: 24px;
    /*margin-top: 16px;*/
    padding-bottom: 16px;
    /*border-top: 1px solid rgba(0, 43, 70, 0.2);*/
    border-bottom: 1px solid rgba(0, 43, 70, 0.2);
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile .accordion-item:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .easy-to-use-tabs {
    gap: 36px;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .easy-to-use-tab {
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    border-bottom-width: 4px;
    padding: 0 12px;
  }
}

@media (max-width: 768px) {
  .easy-to-use-tabs-wrap {
    margin-bottom: 32px;
    margin-right: -20px;
  }
}

@media (max-width: 768px) {
  .easy-to-use-item-description {
    font-size: 16px;
    padding-top: 8px;
  }
}

@media (max-width: 768px) {
  .easy-to-use-section {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .easy-to-use-section .accordion-button::before {
    align-self: start;
    margin-top: 2px;
  }
}

@media (max-width: 768px) {
  .how-to-use-mobile .video-item .img-wrap:before {
    width: 60px !important;
    height: 70px !important;
    top: calc(50% - 8px);
  }
}