.jump__to__element {
  text-align: center;
  font-size: 0;
  padding: 15px 0 30px; }
  .jump__to__element__anchor {
    position: relative; }
    .jump__to__element__anchor > * {
      position: absolute;
      top: 60px; }
  .jump__to__element__link {
    display: inline-block;
    width: 43px;
    height: 43px;
    position: relative;
    border: 1px solid #92d400; }
    .jump__to__element__link svg {
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 13px;
      left: 13px;
      -webkit-transition: all 0.3s ease, font-size 0s, line-height 0s;
      transition: all 0.3s ease, font-size 0s, line-height 0s; }
      .jump__to__element__link svg .jump__to__element__arrow {
        fill: none;
        stroke: #92D400;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-miterlimit: 10; }
    .jump__to__element__link:hover svg {
      top: 18px; }

/*# sourceMappingURL=JumpToElement.css.map */
