#newsletter_section{padding:100px 0;background:var(--mtv-dark-navy)}#newsletter_section .motivar_wrap .main_wrapper{max-width:1000px;margin:auto}#newsletter_section .motivar_wrap .main_wrapper h3{color:#fff;margin-bottom:50px !important}@media only screen and (min-width: 1000px){#newsletter_section .motivar_wrap .main_wrapper .newsletter_form{display:grid;grid-template-columns:calc(100% - 150px) 150px}}#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .text ::-moz-placeholder{color:#fff;opacity:1}#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .text ::placeholder{color:#fff;opacity:1}#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .text :-ms-input-placeholder{color:#fff}#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .text ::-ms-input-placeholder{color:#fff}#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .text input.email{display:block;width:95%;border:none;border-bottom:1px solid;border-radius:0;margin-bottom:20px;padding-bottom:15px;background:rgba(0,0,0,0);color:#fff}#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .text input.email:focus{outline:none}#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .text a{margin-left:40px;color:#fff}@media only screen and (max-width: 999px){#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .button{margin-top:20px}}#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .button input.submit{padding:15px 35px;font-weight:700;border:none;border-radius:0;background:#fff;color:var(--mtv-dark-navy);-ms-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;-webkit-transition:all .2s ease}#newsletter_section .motivar_wrap .main_wrapper .newsletter_form .button input.submit:hover{background:var(--mtv-accent-blue)}#newsletter_section .checkbox_container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#newsletter_section .checkbox_container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}#newsletter_section .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:rgba(0,0,0,0);border:1px solid #fff}#newsletter_section .checkbox_container input:checked~.checkmark{background-color:#fff}#newsletter_section .checkmark:after{content:"";position:absolute;display:none}#newsletter_section .checkbox_container input:checked~.checkmark:after{display:block}#newsletter_section .checkbox_container .checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid var(--mtv-dark-navy);border-width:0 1px 1px 0;transform:rotate(45deg)}