
/* Martins Select Premium Final v2 */
.btn, button, .button, a.btn-primary, .btn-primary, .cta-button {
 background:#008cff !important;
 color:#fff !important;
 border:1px solid #008cff !important;
 border-radius:999px !important;
 padding:12px 28px !important;
 font-weight:600 !important;
 transition:.25s ease !important;
 text-decoration:none !important;
 display:inline-flex !important;
 align-items:center !important;
 justify-content:center !important;
}
.btn:hover, button:hover, .button:hover, a.btn-primary:hover, .btn-primary:hover, .cta-button:hover{
 background:#fff !important;
 color:#000 !important;
 transform:translateY(-2px);
}
@media(max-width:768px){
 .btn,button,.button,a.btn-primary,.btn-primary,.cta-button{
  width:100%;
  max-width:340px;
 }
 nav{padding-left:16px!important;padding-right:16px!important}
 section{overflow:hidden}
}
