#sticky_footer_container {
  order: 4;
}

#sticky_footer_spacer {
  height: 9rem;
}

@media (min-width: 640px) {
  #sticky_footer_spacer {
    height: 5rem;
  }
}

#sticky_footer {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #5850ec;
}

#sticky_footer .wrapper {
  padding: 1rem .75rem; 
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;  
}

@media (min-width: 640px) {
  #sticky_footer .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  #sticky_footer .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#sticky_footer .wrapper .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#sticky_footer .wrapper .content .text {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  align-items: center;  
  justify-content: center;
  margin: auto;
}

#sticky_footer .wrapper .content .text a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-left: .75rem;
  font-size: 1.1rem;
  font-weight: 500;
}

#sticky_footer .wrapper .content .text a:hover {
  text-decoration: none !important;
}

#sticky_footer .wrapper .content .cta {
  width: 100%;
  margin-top: .5rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  #sticky_footer .wrapper .content .cta {
    width: auto;
    margin-top: 0;
    margin-left: 20px;
  }
}

#sticky_footer .wrapper .content .cta a {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05)
  border-radius: .375rem;
  text-decoration: none;
  color: #5850ec;
  padding: 0.85rem;
  line-height: 1.25rem;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  display: flex;
  border-width: 1px;
  border-radius: .375rem;
  border-color: transparent;
  background-color: #fff;
}

#sticky_footer .wrapper .content .cta a:hover {
  text-decoration: none !important;
  color: #6875f5;
  background-color: #e2e8f0;
}