/*!
 * emark-boilerplate
 * a simple but structured scss boilerplate for front-end jedi's
 * @author paul knol
 * @version 1.0.0
 * Copyright 2021. MIT licensed.
 */

@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);*{box-sizing:border-box}body{font-family:"Open Sans",sans-serif}.content-wrapper{width:100%;max-width:1920px;margin:0 auto;padding:40px 80px}@media screen and (max-width:667px){.content-wrapper{padding:0}}.content-wrapper p{font-size:20px;line-height:30px}@media screen and (max-width:667px){.content-wrapper p{font-size:12px;line-height:25px;padding:20px 20px 10px}}.content-wrapper b{font-weight:600}.content-wrapper main{width:100%;max-width:1762px;margin:0 auto}.content-wrapper main .content-img{width:100%;max-width:1280px;margin:0 auto;padding-bottom:40px;margin-top:55px}@media screen and (max-width:667px){.content-wrapper main .content-img{margin-top:35px;padding:0}}.content-wrapper main .content-video{width:100%;max-width:1280px;margin:0 auto;padding-bottom:40px;margin-top:55px}@media screen and (max-width:667px){.content-wrapper main .content-video{margin-top:35px;padding:0}}.content-wrapper main .imageWrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.content-wrapper main .imageWrapper img{width:100%;max-width:1280px}.content-wrapper main .videoWrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.content-wrapper main .videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.background-wrapper{position:relative;display:grid;grid-template-columns:45% 1fr;width:100%;height:100vh}@media screen and (max-width:667px){.background-wrapper{grid-template-columns:1fr;grid-template-rows:65% 1fr}}.background-wrapper .image-1{background-image:url(https://image.s50.sfmc-content.com/lib/fe35117075640475731271/m/2/c9e9debe-793b-4f78-bee7-6c2c9eeea15a.jpg);background-size:cover;width:100%;height:100vh}@media screen and (max-width:667px){.background-wrapper .image-1{background-position:center;height:auto}}.background-wrapper .thank-you-content{z-index:9999;width:100%;max-width:949px;height:fit-content;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;padding:20px 40px}@media screen and (max-width:667px){.background-wrapper .thank-you-content{padding:0}}.background-wrapper .thank-you-content .success-align{padding:80px 25px;background-color:#fff;opacity:.9}@media screen and (max-width:812px){.background-wrapper .thank-you-content .success-align{padding:30px 30px;margin:20px}}.background-wrapper .thank-you-content .success-align .success-title{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr}.background-wrapper .thank-you-content .success-align .success-title h1{font-size:48px;line-height:11px;font-weight:600}@media screen and (max-width:812px){.background-wrapper .thank-you-content .success-align .success-title h1{font-size:24px;line-height:20px}}.background-wrapper .thank-you-content .success-align .success-title .green-line-hr{display:grid;padding:10px}.background-wrapper .thank-you-content .success-align .success-title .green-line-hr .green-line{height:5px;width:100%;display:block;background-color:#00dc55;align-self:center}.background-wrapper .thank-you-content .success-align .success-title .title-txt{display:grid;justify-self:center}.background-wrapper .thank-you-content .success-align .success-txt p{font-size:25px;line-height:35px;text-align:center}@media screen and (max-width:812px){.background-wrapper .thank-you-content .success-align .success-txt p{font-size:14px;line-height:20px}}.background-wrapper .image-2{background-image:url(https://image.s50.sfmc-content.com/lib/fe35117075640475731271/m/2/6d11b36c-e107-4fa7-9e0a-c25aa7a65269.jpg);background-size:cover;width:100%;height:100vh}@media screen and (max-width:667px){.background-wrapper .image-2{background-position:bottom;height:auto}}.submit-green{width:100%;height:57px;background-color:#00dc55;border:none;text-transform:uppercase;cursor:pointer;display:grid;align-self:center;margin:0 auto}@media screen and (max-width:812px){.submit-green{margin:0}}.button-wrapper{display:grid;grid-template-columns:1fr 1fr;column-gap:68px;margin-top:98px}@media screen and (max-width:320px){.button-wrapper{column-gap:3px;margin-top:38px}}@media screen and (max-width:812px) and (min-width:321px){.button-wrapper{column-gap:10px;margin-top:38px}}.button-wrapper.single-btn{grid-template-columns:1fr}@media screen and (max-width:320px){.button-wrapper.single-btn{column-gap:0;margin-top:38px}}@media screen and (max-width:812px) and (min-width:321px){.button-wrapper.single-btn{column-gap:0;margin-top:38px}}.button-wrapper .btn-black{width:100%;max-width:202px;height:54px;display:grid;color:#fff;background-color:#000;text-decoration:none}@media screen and (max-width:667px){.button-wrapper .btn-black{max-width:126px;height:35px}}.button-wrapper .btn-black:first-of-type{justify-self:end}.button-wrapper .btn-black.singular-btn{justify-self:center}.button-wrapper .btn-black span{align-self:center;justify-self:center}@media screen and (max-width:667px){.button-wrapper .btn-black span{font-size:10px;line-height:25px}}form{width:100%;max-width:1280px;margin:65px auto}@media screen and (max-width:667px){form{margin:40px auto 30px;padding:0 20px}}form h2{font-size:40px;font-weight:600;margin-bottom:107px}@media screen and (max-width:667px){form h2{font-size:20px;margin-bottom:35px;line-height:30px;text-align:center}}form .form-grid{display:grid;grid-template-areas:"firstname lastname gender" "email local-store country" "optin optin optin " ". submit .";column-gap:98px;row-gap:56px}@media screen and (max-width:812px){form .form-grid{grid-template-areas:"firstname" "lastname" "gender" "email" "local-store" "country" "optin" "submit";column-gap:98px;row-gap:28px}}form .form-grid input[type=text],form .form-grid select{width:100%;border:0;background-color:#f5f5f5}form .form-grid input[type=text]{height:57px;padding:16px}form .form-grid ::placeholder{color:#000;opacity:1}form .form-grid :-ms-input-placeholder{color:#000}form .form-grid ::-ms-input-placeholder{color:#000}form .form-grid .firstname{grid-area:firstname}form .form-grid .lastname{grid-area:lastname}form .form-grid .gender{grid-area:gender}form .form-grid .email{grid-area:email}form .form-grid .local-store{grid-area:local-store}form .form-grid .country{grid-area:country}form .form-grid .optin{grid-area:optin;display:grid;grid-template-columns:30px 1fr}form .form-grid .optin-checkbox{margin-top:8px}form .form-grid .optin-txt{display:inline-block;vertical-align:top;font-size:20px;line-height:31px}@media screen and (max-width:667px){form .form-grid .optin-txt{font-size:10px;line-height:25px}}form .form-grid .optin-txt a{color:#000;text-decoration:underline}form .form-grid .optin-txt a:hover{text-decoration:none}form .form-grid .submit-grid{grid-area:submit}.select-dropdown,.select-dropdown *{margin:0;padding:0;position:relative;box-sizing:border-box}.select-dropdown{position:relative;background-color:#f5f5f5;border-radius:4px}.select-dropdown select{font-size:1rem;font-weight:400;max-width:100%;padding:16px 24px 16px 16px;border:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:57px}.select-dropdown select:active,.select-dropdown select:focus{outline:0;box-shadow:none}.select-dropdown:after{content:"";position:absolute;top:50%;right:12px;width:0;height:0;margin-top:-2px;border-top:5px solid #aaa;border-right:5px solid transparent;border-left:5px solid transparent}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}@media screen and (max-width:667px){header{padding:40px 20px 10px}}header h1{font-size:43px;font-weight:600;margin:0;padding:0}@media screen and (max-width:667px){header h1{font-size:21px}}header .sub-title{font-size:41px;font-weight:400;margin:0;padding:0}@media screen and (max-width:667px){header .sub-title{font-size:20px}}header .divider-green{width:100%;max-width:542px;height:13px;background-color:#00dc55;margin:34px 0 55px}@media screen and (max-width:667px){header .divider-green{padding:0;width:80%;margin:24px 0 0}}footer h2{font-size:24px;line-height:14px;font-weight:600;margin:0;padding:0}@media screen and (max-width:667px){footer h2{padding:30px 20px 0;font-size:18px;line-height:5px}}footer p{font-size:14px!important;line-height:21px!important}@media screen and (max-width:667px){footer p{font-size:12px;line-height:20px}}