/*!
 * emark-boilerplate
 * a simple but structured scss boilerplate for front-end jedi's
 * @author paul knol
 * @version 1.0.0
 * Copyright 2022. MIT licensed.
 */

@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);*{box-sizing:border-box}body,html{width:100%;height:100%}body{display:grid;font-size:62.5%;min-height:100%;font-family:"Open Sans",sans-serif}.page-wrapper{display:grid;grid-template-rows:max-content max-content max-content;height:100%}footer,header,main{display:grid!important}footer section,header section,main section{display:grid}main{width:100%;margin:0 auto;justify-content:center;font-size:1.5em;font-weight:400;background:#eeefef}main section{width:100%;padding:40px}@media screen and (max-width:414px){main section{padding:10px}}main section.batavus-main a.submit,main section.batavus-main button{background:#0e7dc7;border:1px solid #0e7dc7}main section.batavus-main a.submit:hover,main section.batavus-main button:hover{opacity:.8;transition:opacity .2s}main section.koga-main a.submit,main section.koga-main button{background:#0e7dc7;border:1px solid #0e7dc7}main section.koga-main a.submit:hover,main section.koga-main button:hover{opacity:.8;transition:opacity .2s}main section.sparta-main a.submit,main section.sparta-main button{background:#45ac34;border:1px solid #45ac34}main section.sparta-main a.submit:hover,main section.sparta-main button:hover{background:#378a2a;border:1px solid #378a2a;transition:background-color .2s}main .content-wrapper{display:grid;grid-template-columns:1fr 1fr;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.15);-moz-box-shadow:0 3px 5px 0 rgba(0,0,0,.15);box-shadow:0 3px 5px 0 rgba(0,0,0,.15)}@media screen and (max-width:414px){main .content-wrapper{grid-template-columns:1fr;grid-template-rows:1fr max-content}}main .content-section{width:100%;max-width:460px;background-color:#fff;padding:40px;opacity:1;transition:all .15s ease-in-out;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;-webkit-backface-visibility:hidden;-webkit-transform:rotate(0)}main .content-section h1{margin-top:0;font-weight:400;text-align:center}main .content-section p{text-align:center}main .content-section-img{background-color:#fff;display:grid}main .content-section-img img{width:100%;max-width:460px;display:grid; height:100%;}a.submit,button{padding:12px 20px!important;display:block;color:#fff;text-transform:uppercase;text-align:center;letter-spacing:.1em;text-decoration:none;cursor:pointer;display:grid;justify-self:center}a.submit span,button span{text-transform:uppercase;font-size:1.1rem;font-weight:600}form{margin-top:40px}form a.submit,form button[type=submit]{margin:10px 0 10px 0!important}form .error-message{color:#e20023;margin:0 0 10px 0;display:grid;justify-items:start;width:100%}form label{margin-bottom:5px}form input[type=text],form select{height:45px;padding:10px;font-size:1em;border:1px solid #e3e3e3}form select{background:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;background-position:right 10px center;-moz-appearance:none;-webkit-appearance:none;appearance:none;padding:4px 25px 4px 10px}form .row.submit-btn{display:grid;align-content:center}form .row div{display:grid;grid-template-columns:35% 1fr;align-items:center;margin-bottom:10px}@media screen and (max-width:414px){form .row div{grid-template-columns:1fr;grid-template-rows:max-content 1fr}}form .row.checkbox-row div{display:grid;grid-template-columns:20px 1fr;align-items:start;margin-bottom:0}@media screen and (max-width:414px){form .row.checkbox-row div{align-items:start}}form .row.checkbox-row div input{margin-top:3px}@media screen and (max-width:414px){form .row.checkbox-row div input{margin-top:3px}}form .row.checkbox-row div input[type=checkbox]{accent-color:#0e7dc7}form .row.checkbox-row div label{cursor:pointer}form .row.checkbox-row div label span{line-height:1.3}form .row.checkbox-row div label span a:hover{text-decoration:none}form .required-txt{display:grid;text-align:center;width:100%;font-size:12px}/*! 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}header section{grid-template-columns:1fr;width:100%;height:64px;border-bottom:1px solid #e3e3e3}header section .hero-img-desktop,header section .hero-img-mobile{display:none}@media screen and (min-width:415px){header section .hero-img-desktop{position:relative;padding-bottom:30%;display:block}header section .hero-img-desktop img{position:absolute;object-fit:cover;width:100%;height:100%}}@media screen and (max-width:414px){header section .hero-img-mobile{position:relative;padding-bottom:100%;display:block}header section .hero-img-mobile img{position:absolute;object-fit:cover;width:100%;height:100%}}header section .logo-wrapper{display:grid;position:relative}@media screen and (max-width:414px){header section .logo-wrapper{justify-items:center}}header section .logo-wrapper a.logo{display:grid;position:absolute;top:20px;left:20px;z-index:30}@media screen and (max-width:414px){header section .logo-wrapper a.logo{position:relative;top:0;left:0}}header section .logo-wrapper a.logo img.batavus-logo,header section .logo-wrapper a.logo img.koga-logo,header section .logo-wrapper a.logo img.sparta-logo{height:64px}header section .logo-wrapper a.logo img.sparta-logo{background-color:#1e1e1d}header section.batavus-hero-header,header section.koga-hero-header,header section.sparta-hero-header{grid-template-columns:1fr;position:relative;height:100%}header section.batavus-hero-header .logo-wrapper{background-color:#fff}header section.koga-hero-header .logo-wrapper{background-color:#0e7dc7}header section.sparta-hero-header .logo-wrapper{background-color:#1e1e1d}footer{max-width:100%;border-top:1px solid #e3e3e3}footer section{width:100%;max-width:1200px;margin:0 auto;justify-content:center;align-content:center;grid-template-rows:max-content max-content max-content;padding:70px 0}footer section .footerSocial{display:flex;justify-content:center;margin:0 0 40px}footer section .footerSocial a{background:no-repeat;background-image:url("https://image.s10.sfmc-content.com/lib/fe3715707564077f761279/m/1/bd5438de-ff57-4297-855d-46c8c1acbf53.png");background-size:360px 240px;width:60px;height:60px;display:inline-block;margin:0 14px;position:relative}footer section .footerLinks{text-align:center;padding:0 0 40px}footer section .footerLinks a{margin:0 0 0 8px;padding:0 10px 0 0;font-size:1.5em;font-weight:400;color:#000;text-decoration:none;border-right:1px solid #000;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}@media screen and (max-width:374px){footer section .footerLinks a{font-size:9px;line-height:2}}@media screen and (min-width:375px){footer section .footerLinks a{line-height:2}}footer section .footerLinks a:last-of-type{padding:0;border:0}footer section .partoff{width:100%;font-size:1.4em;font-weight:400;line-height:1.3em;color:#999;text-align:center}@media screen and (max-width:414px){footer section .partoff{font-size:11px;padding:0 20px}}footer section.batavus-footer .footerSocial a.youtube{background-position:-240px 0}footer section.batavus-footer .footerSocial a.youtube:hover{background-position:-240px -60px}footer section.batavus-footer .footerSocial a.instagram{background-position:-300px 0}footer section.batavus-footer .footerSocial a.instagram:hover{background-position:-300px -60px}footer section.batavus-footer .footerSocial a.twitter{background-position:-60px 0}footer section.batavus-footer .footerSocial a.twitter:hover{background-position:-60px -60px}footer section.batavus-footer .footerSocial a.facebook{background-position:0 0}footer section.batavus-footer .footerSocial a.facebook:hover{background-position:0 -60px}footer section.batavus-footer .footerLinks a:hover{color:#e20023;text-decoration:none}footer section.koga-footer .footerSocial a.youtube{background-position:-240px 0}footer section.koga-footer .footerSocial a.youtube:hover{background-position:-240px -120px}footer section.koga-footer .footerSocial a.instagram{background-position:-300px 0}footer section.koga-footer .footerSocial a.instagram:hover{background-position:-300px -120px}footer section.koga-footer .footerSocial a.twitter{background-position:-60px 0}footer section.koga-footer .footerSocial a.twitter:hover{background-position:-60px -120px}footer section.koga-footer .footerSocial a.facebook{background-position:0 0}footer section.koga-footer .footerSocial a.facebook:hover{background-position:0 -120px}footer section.koga-footer .footerLinks a:hover{color:#0e7dc7;text-decoration:none}@media screen and (max-width:414px){footer section.sparta-footer .footerSocial a{transform:scale(.9);margin:0 5px}}footer section.sparta-footer .footerSocial a.linkedin{background-position:-120px 0}footer section.sparta-footer .footerSocial a.linkedin:hover{background-position:-120px -180px}footer section.sparta-footer .footerSocial a.youtube{background-position:-240px 0}footer section.sparta-footer .footerSocial a.youtube:hover{background-position:-240px -180px}footer section.sparta-footer .footerSocial a.twitter{background-position:-60px 0}footer section.sparta-footer .footerSocial a.twitter:hover{background-position:-60px -180px}footer section.sparta-footer .footerSocial a.instagram{background-position:-300px 0}footer section.sparta-footer .footerSocial a.instagram:hover{background-position:-300px -180px}footer section.sparta-footer .footerSocial a.facebook{background-position:0 0}footer section.sparta-footer .footerSocial a.facebook:hover{background-position:0 -180px}footer section.sparta-footer .footerLinks a:hover{color:#45ac34;text-decoration:none;}