/****************
 * Theme
 ****************/
/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-side-content {
  margin: 0;
  padding: 5rem 0 4rem 0;
}

@media (min-width: 768px) {
  .block-side-content {
    padding: 9.5rem 0 10.5625rem 0;
  }
}

.block-side-content__sticky {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .block-side-content__sticky {
    top: 9.5rem;
    position: sticky;
  }
}

.block-side-content__title {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .block-side-content__title {
    margin-bottom: 2.3125rem;
  }
}

.block-side-content .page-accordion > .container > .row > .col-12 {
  flex: 100%;
  max-width: 100%;
  padding: 0;
}

.block-side-content__static > *:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
