/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
.section--back-to-top .back-to-top {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: var(--section--vertical-padding) 0;
}
.section--back-to-top .back-to-top svg {
  display: block;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .section--back-to-top .back-to-top svg {
    margin-bottom: 15px;
  }
}
.section--back-to-top .back-to-top button {
  width: 100%;
}