#cta-67f7630bfe096c2211368c2c .component.cta {
  /* sample */
}
#cta-67f7630bfe096c2211368c2c .mv-custom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white !important;
  height: 5rem;
  border-radius: 3em;
  font-size: 110%;
  font-weight: 500 !important;
  line-height: 1.5;
  padding: 15px;
  transition: 0.2s ease-out;
}
#cta-67f7630bfe096c2211368c2c .mv-custom-btn:before {
  font-family: FontAwesome;
  color: inherit;
  margin-right: 20px;
  position: relative;
  top: 0.5px;
  font-size: 200%;
}
#cta-67f7630bfe096c2211368c2c .mv-custom-btn--dl {
  background: var(--fo-button1-background, transparent) -1px/calc(100% + 2px);
}
#cta-67f7630bfe096c2211368c2c .mv-custom-btn--dl:before {
  content: var(--fo-button-download-fa-unicode);
}
#cta-67f7630bfe096c2211368c2c .mv-custom-btn--contact {
  font-size: 120%;
  background: var(--fo-button2-background, transparent) -1px/calc(100% + 2px);
}
#cta-67f7630bfe096c2211368c2c .mv-custom-btn--contact:before {
  content: var(--fo-button-contact-fa-unicode);
}
@media screen and (min-width: 770px) {
  #cta-67f7630bfe096c2211368c2c .mv-custom-btn--dl {
    margin-right: 15px;
  }
  #cta-67f7630bfe096c2211368c2c .mv-custom-btn--contact {
    margin-left: 15px;
  }
}
@media screen and (max-width: 769px) {
  #cta-67f7630bfe096c2211368c2c .mv-custom-btn-wrap {
    padding-top: 25px !important;
  }
  #cta-67f7630bfe096c2211368c2c .mv-custom-btn {
    height: 4rem;
  }
  #cta-67f7630bfe096c2211368c2c .mv-custom-btn--dl {
    font-size: 95%;
  }
  #cta-67f7630bfe096c2211368c2c .mv-custom-btn--contact {
    font-size: 100%;
    margin-top: 20px;
  }
}