.modal { 
   z-index: 55;
   color:#000;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 55555;
}
.modal__container {
    font-size: 16px;
    
    background: #FFFFFF; 
    padding: 3em 1.5em; 
    max-width: 629px;
    width: 100%;
    max-height: calc(100vh - 2em); 
    box-sizing: border-box;
    position: relative;
    margin: 0 1em;
    display: flex; 
    flex-direction: column;
}

#pdp2 .modal__container,
#chdp2 .modal__container{
    max-width: 53.4375em;
}
.chdp__example{
    width: 100%; 
    padding: 3em 3.9em 3em 5.2em;
    box-sizing: border-box;
    font-weight: 600; 
}
.chdp__stickyButtons{
    position: sticky;
    bottom: -0.1em;
    width: 100%;
    background: #fff;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chdp__stickyButtons button,
.chdp__pdfLink,
.pdp__pdfLink{
    width: 15.625em;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 1.05em;
    background: #9BCA45;
    border-radius: 0.41666em;
    height: 3.75em;
    cursor: pointer;
    transition: 0.3s transform;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 0.542em;
}
.chdp__stickyButtons button:hover,
.pdp__pdfLink:hover,
.chdp__pdfLink:hover{
    transform: scale(1.03);
}
.chdp__stickyButtons button{
    margin: 0;
    background: #134485;
}
.modal__content{
    height: 100%; 
    padding-right: 1em;
    overflow-y: auto; 
    margin: 0 auto;
    flex-grow: 1;
    width: 100%; 
} 
.modal .modal__close{ 
    font-size: 320%;
    color: #DFDDDD;
    position: absolute;
    line-height: 0.5;
    top: 13px;
    right: 17px;
    cursor: pointer;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
   display: none;
}

.micromodal-slide.is-open {
   display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
   animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
   animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
   animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
   animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
 

 
.modal__description{ 
    line-height: 1.5; 
    font-size: 1.125em;
    margin-bottom: 1.2em; 
    color: #6D6F74;
}  

 @media(max-width:950px){#chdp2 .modal__container,#pdp2 .modal__container{font-size:1.83vw;}}
 
 
 
 
 
#line-modal .modal__container,
#chdp3 .modal__container{
    max-width: 674px; 
    background: #FFFFFF;
    box-shadow: 0px 4px 150px rgba(14, 40, 74, 0.25);
    border-radius: 20px;
}
#line-modal .modal__close,
#chdp3 .modal__close{
    font-size: 1em;
    opacity: 1;
    border: none;
    right: 13px;
}
.line-modal__description,
.chdp3__description{
    font-size: 22px;
    line-height: 1.091;
    text-align: center;
    color: #252525;
    margin-bottom: 0.91em;
}
#line-modal .modal__content,
#chdp3 .modal__content{
    padding: 0;
}
#line-modal__form,
#chdp3__form{
    width: 100%;
    max-width: 388px;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column; 
}
#line-modal__form input,
#chdp3__form input{
    height: 60px; 
    width: 100%;
    border: 1px solid #0E284A;
    border-radius: 50px;
    margin-bottom: 18px;
    padding: 0 26px;
}
#line-modal__form input::placeholder,
#chdp3__form input::placeholder{
    color: #757575;
}
#line-modal__form button,
#chdp3__form button{
    width: 100%;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 15px;
    background: #74A41E;
    border-radius: 50px;
    height: 65px;
    cursor: pointer;
    transition: 0.3s transform;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; 
    text-transform: uppercase;
}
#line-modal__form button:hover{
    opacity: 0.7;
}
#chdp3__form button:hover{
    transform: scale(1.03);
}
.chdp_resend{
    margin: 0 auto;
    background: none;
    cursor: pointer;
    border: none;
    width: 202px;
    height: 23px;
    display: block;
    white-space: nowrap;
    color: #757575;
    font-size: 18px;
}
