@font-face { font-family: 'MuseetSansText-Regular';  src: url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSans-Regular.ttf') format('eot'), url('your_font_file.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSans-Regular.ttf') format('truetype');}
@font-face { font-family: 'MuseetSansTextNew-Regular';  src: url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSansText-Regular.ttf') format('eot'), url('your_font_file.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSansText-Regular.ttf') format('truetype');}
@font-face { font-family: 'MuseetSansTextNew-Medium';  src: url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSansText-Medium.ttf') format('eot'), url('your_font_file.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSansText-Medium.ttf') format('truetype');}

@font-face {
  font-family: "MuseetSansTextNew";
  src: src: url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSansText-Regular.ttf') format('eot'), url('your_font_file.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSansText-Regular.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "MuseetSansTextNew";
  src: url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSansText-Medium.ttf') format('eot'), url('your_font_file.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/5017862/Fonts/MuseetSansText-Medium.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

.footer-background {
  width: 100%;
  background-color:#000000;
  color:#afafaf;
  font-family: 'MuseetSansTextNew';
  padding: 64px 20px;
  font-size: 18px;
  line-height: 28px;
}

.pref-content{
    max-width: 1024px;
    margin: auto;
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.NM-logo {
  margin-bottom: 32px;
}

.form-wrapper {
    max-width: 1024px;
    margin: 0 auto!important;
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px; 
    float:none!important;
}

.form-wrapper * {
    font-family: 'MuseetSansTextNew';
    color: black;
}

form .item-inner {
    background-color: #F6F5F4!important;
    border: none!important;  
}

form .item-inner input:hover {
    cursor: pointer!important;
}

form .item-inner.hovered {
    box-shadow: none!important; 
}

#submitbutton {
    color: white;
    background: black;
    line-height: 26px;
    line-height: 1.3rem;
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    height: 50px;
    padding: 13px 24px;
    border-radius: 4px;
    padding: 0 24px;
    max-width: 100%;
    width: fit-content;
    border: none;
}

.logo {
    width: 100%;
    max-width: 1024px;
    padding: 20px!important;
    margin: 0 auto!important;
    float: none!important;
}

.form-wrapper h1 {
  font-size: 48px;
  line-height: 1.5
}

@media only screen and (max-width: 690px) {
  .footer-background {
    padding: 64px 20px 64px%;
  }
  .form-wrapper h1 {
   font-size: 24px; 
  }
  
  .NM-logo {
  }
}
