.btn {
  margin-top: 31px;
}
.fk-table-of-contents {
  width: 100%;
  background: #F7F7F8;
  border-radius: 0px 0px 10px 10px;
  padding: 0px 40px 66px 40px;
  border-top-style: solid;
  border-width: 5px;
  border-image: linear-gradient(91.77deg, #F86233 -9.7%, #BB24AB 45.05%, #4F1BE6 98.66%) 1;
}

.fk-table-of-contents__button .hs-button {
  margin: 5px 0 10px 0;
}
.fk-pillar-page--right .fk-table-of-contents {
	background: none;
	border-top-style: none;
}
@media (min-width: 768px) {
  .fk-table-of-contents {
  overflow-y: auto;
}
 .fk-table-of-contents--short {
  height: 450px;
}
.fk-table-of-contents--long {
  height: 750px;
}
  .fk-table-of-contents--medium {
  height: 550px; }
}
	.fk-pillar-page--right .fk-table-of-contents {
		padding-left: 0px;
		padding-right: 0px;
