@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.accordion .accordion-image {
  display: none;
}

.accordion .accordion-image.open {
  display: block;
}

.accordion .accordion-text {
  max-width: 564px;
}

.accordion .accordion-text .row-wrapper.open h5 {
  color: #1662c6;
}

.description {
  color: #617283;
  font-size: 16px;
  line-height: 24px;
  max-height: 0px;
  opacity: 0%;
  transition: max-height 300ms linear, opacity 150ms ease-in;
}

.description.open {
  margin-top: -10px;
  max-height: 200px;
  opacity: 100%;
}

.title-row {
  cursor: pointer;
}

.row-wrapper {
  border-bottom: 1px solid #edeff2;
}

.row-wrapper.open {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15), inset 0px 4px 0px #3d83df;
  border-bottom: none;
}

.arrow-link {
  font-weight: 500;
  margin: 6px 0 0 0;
}

.arrow-link:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(https://f.hubspotusercontent20.net/hubfs/442271/2021%20DOC-FAC%20Merge%20Project/Icons/CaretRight.svg);
  position: absolute;
  top: -11px;
  margin: 15px 6px;
  background-repeat: no-repeat;
  transition: all 0.25s ease-in-out 0s;
}

.arrow {
  transition: transform 300ms ease-in-out;
}

.arrow-open {
  transform: rotate(180deg);
}

.accordion .icon {
  height: auto;
  top: 1.5px;
  width: 20px;
}

@media (max-width: 991px) {
  .accordion .accordion-text {
    max-width: 100%;
  }
}


@media (max-width: 480px) {
  .hs_cos_wrapper a.btn {
    box-sizing: border-box !important;
    width: 100%;
  } 
}
