  .header
   {
     box-sizing: border-box; 
     color: rgb(33, 37, 41); 
     display:block; font-family: Roboto, Helvetica, sans-serif; 
     font-size:16px; 
     font-weight:400; 
     line-height:24px; 
     margin-block-end:24px; 
     margin-block-start:0px; 
     margin-bottom:24px; 
     margin-inline-end:0px; 
     margin-inline-start:0px; 
     margin-top:0px; 
     text-align:left; 
     text-rendering:optimizeLegibility; 
     text-size-adjust:100%, 
     -webkit-font-smoothing:antialiased; 
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   }
   
   .formfield
   {
     box-sizing: border-box; 
     color: rgb(0, 101, 189); 
     display:block; font-family: Roboto, Helvetica, sans-serif; 
     font-size:16px; 
     font-weight:400; 
     line-height:24px; 
     margin-block-end:24px; 
     margin-block-start:0px; 
     margin-bottom:24px; 
     margin-inline-end:0px; 
     margin-inline-start:0px; 
     margin-top:0px; 
     text-align:left; 
     text-rendering:optimizeLegibility; 
     text-size-adjust:100%, 
     -webkit-font-smoothing:antialiased; 
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   }
   
   .select
   {
     color: rgb(33, 37, 41);
     font-size:14px; 
   }
   
   .subscribe
   {
     background-color: #AFB0B2; 
     border-bottom-color:rgb(136, 136, 136); 
     border-left-color:rgb(136, 136, 136); 
     border-right-color:rgb(136, 136, 136); 
     border-top-color:rgb(136, 136, 136); 
     color: white;
     text-decoration-color:rgb(136, 136, 136); 
     transition-property:background-color; 
     border-radius:5px;
     height:48;
     font-size:16px; 
     padding:5px 50px;
     border:none;
     
   }
   
   .hover:hover {
      background-color: #4aa115 !important;
   }
   
   .terms
   {
     color: rgb(33, 37, 41);
     display: block;
     font-family: Roboto, helvetica, sans-serif; 
     font-size: 12px;
   }
   
   .link
   {
     text-decoration:underline; 
     font-weight:bold;
     color: rgb(33, 37, 41);
   }


    .header2
    {
      font-family: 'coastuserfriendly4regular', Roboto, helvetica, sans-serif;
      font-weight: 400;
      color: #0067c6;
      font-size: 32px;
      line-height: 42px;
    }
    
    .copy2
    {
      box-sizing: border-box; 
      color: rgb(33, 37, 41); 
      display: block; 
      font-family: Roboto, helvetica, sans-serif; 
      font-size:16px; 
      font-weight:400; 
      line-height:24px; 
      margin-block-end:24px; 
      margin-block-start:0px; 
      margin-bottom:24px; 
      margin-inline-end:0px; 
      margin-inline-start:0px; 
      margin-top:0px; 
      text-align:left; 
      text-rendering:optimizeLegibility; 
      text-size-adjust:100%, 
      -webkit-font-smoothing:antialiased; 
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      
    }

.grecaptcha-badge {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    width: 5px;
    height: 5px;
    box-shadow: 0 0 4px #ddd;
    transition: linear 100ms width;
    bottom: 0%;
    position: fixed;
	transform: scale(0.5);  
    opacity: 1;
	right: 0;
}
