.ftz-extendable {
  background: #F4F8FC;
  border-radius: 2rem;
  margin-bottom: 30px;
  margin-bottom: -1px;
  background: transparent;
  border-top: 1px solid #0071B2;
  border-bottom: 1px solid #0071B2;
  border-radius: 0;
}
.ftz-extendable .ftz-extendable-title,
.ftz-extendable h3.ui-accordion-header {
  background: #0071B2;
  color: #fff;
  font-size: 1.667rem;
  font-weight: 300;
  border-radius: 2rem;
  padding: 1rem;
  line-height: 1.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: transparent;
  margin-top: -1px;
  margin-bottom: 0;
  border-radius: 0;
  color: #000000;
  font-weight: bold;
  border: none;
  position: relative;
}
.ftz-extendable .ftz-extendable-title .ftz-plus,
.ftz-extendable h3.ui-accordion-header .ftz-plus {
  /*
  font-size: 2.667rem;
  font-weight: bold;
  margin-right: 0.6667rem;
  line-height: 1rem;
  display: inline-block;
  vertical-align: -4px;
  &:before {
    content: '+';
  }
  */
  width: 70px;
  min-width: 70px;
  height: 70px;
  background: url(../img/hsf-extend-btn.svg);
  background: url(../img/hsf-icon-plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.ftz-extendable .ftz-extendable-title.active .ftz-plus,
.ftz-extendable h3.ui-accordion-header.active .ftz-plus {
  background-image: url(../img/hsf-icon-minus.png);
}
.ftz-extendable .ftz-extendable-title .ui-accordion-header-icon,
.ftz-extendable h3.ui-accordion-header .ui-accordion-header-icon {
  /*
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(0,-50%) rotate(-90deg);
  &:after {
    content: "<";
  }
  */
  width: 70px;
  min-width: 70px;
  height: 70px;
  background: url(hsf-extend-btn.svg);
  background: url(hsf-icon-plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.ftz-extendable .ftz-extendable-title.ui-state-active .ui-accordion-header-icon,
.ftz-extendable h3.ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  background-image: url(hsf-icon-minus.png);
}
.ftz-extendable .ftz-extendable-area {
  /*
  border: 1px solid #707070;
  border-radius: 30px;
  */
  display: none;
  padding: 1rem 2rem;
}
.ftz-extendable .ftz-extendable-area h1,
.ftz-extendable .ftz-extendable-area h2,
.ftz-extendable .ftz-extendable-area h3,
.ftz-extendable .ftz-extendable-area h4 {
  color: #000 !important;
}
@media (min-width: 768px) {
  .ftz-extendable .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft {
    display: flex;
  }
  .ftz-extendable .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-content {
    width: 70%;
  }
  .ftz-extendable .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-image {
    width: 30%;
  }
}
.ftz-extendable .ui-accordion-content {
  padding: 1rem 2rem;
}
.ftz-extendable .ui-accordion-header {
  padding-right: 50px !important;
}
.ftz-extendable h2 {
  font-size: 2.166rem;
  color: #000;
  font-weight: bold;
  margin: 0 0 1.5rem;
}
.ftz-extendable p {
  font-size: 1.233rem;
}
.ftz-extendable .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.ftz-extendable .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.ftz-extendable .text-end {
  text-align: right !important;
}
@media (min-width: 768px) {
  .ftz-extendable .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .ftz-extendable .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .ftz-extendable .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.ftz-extendable .ftz-blue-btn {
  background: #0063a6;
  border-radius: 2rem;
  color: #fff;
  padding: 12px 50px 12px 15px;
  background-image: url(../img/download-icon.svg);
  background-size: auto 6rem;
  background-position: left 0rem center;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none !important;
  min-width: 201px;
  font-size: 16px;
  width: auto;
  background-size: auto 2rem;
  background-position: right 0.2rem center;
  background-position: right 10px center;
  margin-right: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
}