/*  1440  */
/*@media (max-width: 1920px) {*/

/*  768  */
/*@media (max-width: 1440px) {*/


/*  501  */
/*@media (max-width: 768px) { */


/*  375  */
/* @media (max-width: 501px) { */


.frame-contact-mailchimp-thank-you {
  display: none;
  flex-direction: column; 
  justify-content: space-evenly;
  background-color: #bebeff;
  align-items: center;
  height: 465px; 
/*  padding-top: 100px; */

}



.frame-contact-mailchimp .column-wrapper {
    display: flex ;
    flex-direction: row;
    align-items: center;
}

.frame-contact-mailchimp .parent-column-wrapper{
    display: flex ;
    flex-direction: column;
    align-items: center;
}

.error-label.email {
    color: red;
    display: none;
}

.error-label.name {
    color: red;
    display: none;
}

.frame-contact-mailchimp {
  display: flex;
  position:relative;
  justify-content: center;
  flex-direction: column;
  background-color: #bebeff;
  padding-top: 14vh;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;

}



 .mc-field-group {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    width: 434px;
}

 .landing_page_src,   
 .utm_source,          
 .utm_medium,          
 .utm_campaign,        
 .utem_term,           
 .utm_content {
    display:none;
} 


.heart-img-wrapper {

    width: 218px;
    height: 195px;
    position: absolute;
    top: 17px;
    left: 85vw;

}

.heart-logo {
  transform: rotate(-13.686deg);

}




    
.mailchimp-form {
    width: 435px; 
/*    position: relative;   */
/*    top: -95px;  */
}





.frame-contact-mailchimp .column-wrapper .right-column {
    padding-left: 20px;
}






.mc-field-group label {
  color: var(--New-Off-Black, #121212);
/*  font-family: "Neue Haas Grotesk Display Pro";  */
  font-family: aktiv-grotesk, Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 105%; /* 16.8px */
  letter-spacing: -0.32px;
  padding-bottom: 8px;
}

.mc-field-group input {
  border-radius: 6px;
  border: 1px solid var(--New-Off-Black, #121212);
  background: #FFF;
  width: 435px;
}



.mc-field-group textarea {
  border-radius: 6px;
  border: 1px solid var(--New-Off-Black, #121212);
  background: #FFF;
  height: 233px;
  width: 435px;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.mailchimp-header {
    color: var(--New-Green, #054531);
    font-family: "railroad-gothic-atf";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 45px */
    letter-spacing: -1px;
    text-transform: uppercase;
}


.mailchimp-thank-you-message {
/*    display: none;  */
}


.mailchimp-subscribe-button-wrapper {
    padding-top: 30px;
}

.mailchimp-subscribe-button {
    display: flex;
    width: 435px;
    padding: 17px 54px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border: 1px solid #0C1B47;
    background: var(--New-Green, #054531);
    color: #FFF;
    text-align: center;
    font-family: aktiv-grotesk, Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
    letter-spacing: -0.48px;
    border-radius: 0;
    cursor: pointer;

    &:hover,
    &:focus,
    &:active {
      background: #3DED3B;
      color: #054531;
    }
}


@media (max-width: 1280px) {

    .heart-logo {
        display: none;
    }


    .mailchimp-form {
/*        top: -40px; */
    }

}

@media (max-width: 1000px) {

    .mailchimp-form {
/*        top: -60px;  */
    }

    .frame-contact-mailchimp .parent-column-wrapper {
        align-items: flex-start;
    }

    .frame-contact-mailchimp .column-wrapper {
        flex-direction: column;
    }

    .frame-contact-mailchimp {
     /*   height: 874px;  */
    }

    .frame-contact-mailchimp .column-wrapper .right-column {
        padding-left: 0px;
    }
}




@media (max-width: 768px) { 

    .mailchimp-subscribe-button {
        width: 350px;
    }


    .mc-field-group input {
      width: 350px;
    }


    .mailchimp-form {
        width: 350px; 
    }

    .mc-field-group textarea {
      width: 350px;
    }




    .mailchimp-header {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 90%; 
        letter-spacing: -0.64px;
        text-transform: uppercase;
    }




}



@media (max-width: 400px) { 
    .frame-contact-mailchimp {
      display: flex;
      align-items: unset;
      padding-left: 12px;
      padding-right: 12px;
    }



    .frame-contact-mailchimp-thank-you {
      display: none;
      justify-content: space-around; 
      align-items: center;
      padding-left: 12px;
      padding-right: 12px;

    }

}
