 .ac_download_pop_up_bg{position:fixed;top:0;left:0;width:100%;height:100vh;display:none;z-index:9999;background-color:rgba(0, 0, 0, 0.5)}
.ac_download_pop_up_bg.opened{display:flex;justify-content:center;align-items:center}
.ac_download_pop_up{background-color:#ffffff;position:relative;max-width:600px;width:90%;padding:30px;box-sizing:border-box;border-radius:8px;text-align:center}
.ac_download_button{border:1px solid black;background:white;padding:8pt 16pt;margin:10px 5px !important}
.ac_download_button:hover{border:1px solid black;background:black;color:white}
.ac_download_pop_up .pop-up-close{position:absolute;top:16px;right:16px;color:#000;font-size:24px;cursor:pointer}
.ac_download_form{margin-top:20px}
.ac_download_form input[type="text"], .ac_download_form input[type="email"], .ac_download_form input[type="password"], .ac_download_form select{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px}
.ac_download_form button[type=submit] {
    width: 100%;
    padding: 12px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: linear-gradient(135deg, #FF0000, #FF0000);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    border-color: #FF0000;
}
body .floatnews a.btn-text.centertxt {
    border: 0px none !important;
    padding: 0px !important;
    display: block;
    text-align: center;
    margin: 10px auto;
}
body .floatnews a.btn-text.centertxt:hover {text-decoration:underline !important}
#wpatg-form-home span.slogan-sub {
    color: #ffffff;
    padding: 5px 0px 10px 0;
    display: block;
    font-size: 16px;
	font-weight:300;
}
body .floatnews .titlebox-nw {
    margin-top: 20px;
}

.ac_download_form button[type=submit].is-loading {
    cursor: wait;
    opacity: 0.85;
}
p.wpatg-message.wpatg-message-error {
    background: red;
    color: #ffffff;
    padding: 13px 15px;
    max-width: 440px;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
}
p.wpatg-message.wpatg-message-info {
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
    padding: 13px 15px;
    max-width: 440px;
    border-radius: 3px;
}
p.wpatg-message.wpatg-message-success {
    background: #19a35b;
    color: #ffffff;
    padding: 13px 15px;
    max-width: 440px;
    border-radius: 3px;
}
.wpatg-form-messages {
    position: relative;
    z-index: 1;
}
.wpatg-magic-link-cta {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.wpatg-magic-link-cta .btn {
    margin: 0;
}
.wpatg-magic-link-error-action {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.wpatg-magic-link-error-action .btn {
    margin: 0;
    min-width: 220px;
}
#wpatg-magic-link-status {
    position: fixed;
    top: 120px;
    right: 20px;
    max-width: 360px;
    z-index: 9999;
}
#wpatg.wpatg-magic-link-active #wpatg-magic-link-status {
    position: static;
    top: auto;
    right: auto;
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
    width: 100%;
}
#wpatg:not(.logged) #wpatg-magic-link-status {
    position: static;
    top: auto;
    right: auto;
}
#wpatg.logged #wpatg-magic-link-status {
    top: 140px;
}
#wpatg.wpatg-magic-link-active #wpatg-form-home .cols > * {
    display: none;
}
#wpatg-form-home .wpatg-magic-link-center {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#wpatg.wpatg-magic-link-active #wpatg-form-home .cols {
    display: flex;
    justify-content: center;
    align-items: center;
}
#wpatg.wpatg-magic-link-active #wpatg-form-home .cols > .wpatg-magic-link-center {
    display: flex;
    width: 100%;
}
#wpatg.wpatg-magic-link-active #wpatg-form-home .wpatg-magic-link-center #wpatg-magic-link-status {
    margin: 0 auto;
}
.wpatg-loader {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top-color: #000000;
    animation: wpatg_loader_spin 0.8s linear infinite;
    vertical-align: middle;
}
@keyframes wpatg_loader_spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.ac_download_form button[type=submit].is-loading::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: #ffffff;
    animation: doc_download_btn_spin 0.8s linear infinite;
    vertical-align: middle;
}

div#wpatg-form-error {
    background: red;
    color: white !important;
    padding: 10px 30px;
    margin: 10px 0;
    max-width: max-content;
    border-radius: 17px;
}

.ac_download_form button[type="submit"]:hover{background-color:#000000}
.ac_download_response{margin-top:20px;font-size:16px;color:#333}
@keyframes doc_download_btn_spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.btn-download1{display:inline-block;margin-top:10px;padding:10px 20px;   background: linear-gradient(135deg, #FF0000, #FF0000);text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);border-color: #FF0000;color:#ffffff;text-decoration:none;border-radius:4px}
.btn-download1:hover{background-color:#000000}
.pop-up{position:relative}
.ac_download_form p.form_cb a {color: #000000; text-decoration: underline !important;}
.pop-up .ac_download-response.loading{background:white url(../images/loader.gif) center center no-repeat !important;background-size:200px !important;height:100%;width:100%;position:absolute;z-index:99999999;top:0px;left:0px;right:0px;border:0px}
.overflowed{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / 60%);z-index:200}
div#nwcookiebanner{background:rgb(0 0 0 / 60%);z-index:201;position:fixed;width:100%;height:100%;top:0px;left:0px;right:0px;bottom:0px}
div#nwcookiebanner2 .cookie-hide{position:absolute;top:-54%;bottom:0px;right:-395px;margin:auto;width:110px;height:50px;left:0px;text-decoration:none;color:white;outline:none;background:transparent;border:0px none;font-size:16px;font-family:'open_sansregular';padding:14pt;z-index:999999999}
div#nwcookiebanner2{background:rgb(0 0 0 / 60%);z-index:202;position:fixed;width:100%;height:100%;top:0px;left:0px;right:0px;bottom:0px}
div#nwcookiebanner2 .cookie-banner-nw{background:url(/c/p/ac-addons/inc/popup.jpg) center center no-repeat;max-width:466px}
.fl-builder-content ul li{margin-bottom:0px !important}
#wpatg{background:#000000 url('../images/atg-bg.jpg') center center;background-size:cover}
#wpatg.logged{background:#efefef none center center no-repeat}
#wpatg:before{content:"";display:block;width:100%;height:9px;top:0px;left:0px;background:rgb(172,25,109);background:linear-gradient(229deg, rgba(172,25,109,1) 0%, rgba(255,0,0,1) 100%)}
.btn-primary.forcebtn{background:#FF0000 !important;border:0px none;font-weight:600 !important;color:white !important}
.btn-primary.forcebtn:hover, .btn-primary.forcebtn:focus{color:#fff !important;background:#333 !important}
.btn-border-w.forcebtn{background:transparent;color:white !important;border:1px solid white !important}
.btn-border-w.forcebtn:hover, .btn-border-w.forcebtn:focus{background:white;border-color:black !important;color:black !important}
#wpatg-form-home,#wpatg-form-login,#wpatg-form-register,#wpatg-form-profile{max-width:1024px;margin:auto;padding:20px}
@media (min-width:800px){#wpatg-form-login, #wpatg-form-register, #wpatg-form-home{padding:200px 25px}
#wpatg-form-profile{padding:0px}
}
#wpatg-form-home h2{margin-bottom:0px !important;color:#ffffff}
#wpatg-form-home h3{margin-top:0px !important;font-weight:400 !important;font-family:'ubuntu', 'open_sans', 'rawline', sans-serif !important;color:#ffffff;position:relative}
#wpatg-form-home .cols{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:space-between;align-items:flex-start;gap:10px}
#wpatg-form-home .cols > *{width:100%;color:#ffffff}
#wpatg-form-home .cols > *:nth-child(2){border:1px solid #ffffff;padding:20px;box-sizing:border-box;text-align:center}
#wpatg-form-home .cols > *:nth-child(2) a{display:block}
#wpatg-form-home .cols > *:nth-child(2) a:first-of-type{margin-bottom:20px}
@media (min-width:650px){#wpatg-form-home .cols > *:nth-child(1){width:50%}
#wpatg-form-home .cols > *:nth-child(2){width:calc(50% - 10px)}
}
#wpatg-form-login h2,#wpatg-form-register h2{color:#ffffff}
#wpatg-form-login p,#wpatg-form-register p{color:#ffffff}
#wpatg-form-login p a, #wpatg-form-register p a {
    color: #ffffff;
    text-decoration: underline !important;
}
#wpatg-form-login input[type=email],#wpatg-form-register input[type=email]{
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AYht+makUqCnYQcchQnSyIijhqFYpQIdQKrTqYXPoHTRqSFBdHwbXg4M9i1cHFWVcHV0EQ/AFxdXFSdJESv0sKLWK847iH97735e47QKiXmWZ1jAOabpupRFzMZFfF0CsE9NPsQkBmljEnSUn4jq97BPh+F+NZ/nV/jl41ZzEgIBLPMsO0iTeIpzdtg/M+cYQVZZX4nHjMpAsSP3Jd8fiNc8FlgWdGzHRqnjhCLBbaWGljVjQ14iniqKrplC9kPFY5b3HWylXWvCd/YTinryxzndYwEljEEiSIUFBFCWXYiNGuk2IhRedxH/+Q65fIpZCrBEaOBVSgQXb94H/wu7dWfnLCSwrHgc4Xx/kYAUK7QKPmON/HjtM4AYLPwJXe8lfqwMwn6bWWFj0C+raBi+uWpuwBlzvA4JMhm7IrBWkJ+TzwfkbflAUGboGeNa9vzXOcPgBp6lXyBjg4BEYLlL3u8+7u9r79W9Ps3w/YZnJpuTtfcAAAAAZiS0dEADoAQABLg0YOgAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+cCEBAILAtrwP4AAAGRSURBVDjLrZMhiDJBGIbfb9GiQVmDWjQLgmGTTZA/mBWLRVg5DFoWrMJq1mA7weZimWT+bYIgmBQWt2xZ2BXUYDHJd0Hu8I7/RO+/Nw3MzDPM884QbuK6LuPJxONxeh8TAOi6zpZlIRAIPMvC6XRCsVhEuVwmnxCCl8slDMMg/DBExI7jsOR5Hmzbxng85p+Aut0uXy4X7HY7SJFIBIVCAbZtQ9M0dhznIehqteJqtcrRaBTJZPKqaDKZsGEYDACz2YwrlQpPp9O7wOFwyKqq8mazYQBotVpsmiZLt4vy+Tz1ej3M53O0220+HA4vt/OWZXG9Xufj8YjRaETpdPqTZ9/XU2OxGAGAEII1TXtdLBav2WyWhBDc6XRQq9WQy+X+WZbvu6uUSiUyTZP7/T5UVeX1eo3BYPBHluW/3+3x3XOTSqXoXbaiKKTr+t1SpEeaUxTloTco4Rfzu7BQKATXdf8Lst/vEQ6Hrx+90Wiw3+9HMBh8GuR5HjKZDJrNJn2I3W63fD6fn4bJsoxEIkEA8AZzF6PhINU2+gAAAABJRU5ErkJggg==');background-repeat:no-repeat;background-position:20px center;display:inline-block;width:auto;box-sizing:border-box;min-width: 302px;padding:15px 15px 15px 50px;margin:0 0 5px;font-size:16px;line-height:100%;font-weight:400;border:none}
#wpatg-form-login button[type=submit],#wpatg-form-register button[type=submit]{display:block;width:auto;box-sizing:border-box;padding:15px 50px;margin:0 0 20px;font-size:16px;line-height:100%;font-weight:400;border:1px solid #ffffff;background-color:transparent;color:#ffffff;transition:all 0.3s}
.lang-eu #wpatg-form-register button[type=submit]{padding:17px 31px}
#wpatg-form-login button[type=submit]:hover,#wpatg-form-register button[type=submit]:hover{background-color:#ffffff;color:#000000}
#wpatg-form-register select{display:inline-block;width:auto;box-sizing:border-box;padding:15px 29px;margin:0 5px 5px 5px;font-size:16px;line-height:100%;font-weight:400;border:none;background-color:#ffffff}
#wpatg-login-messages{margin:10px 0}
.wpatg-recaptcha-wrapper{margin:20px 0}
#wpatg-form-register .legal{font-size:12px;line-height:16px;border-top:1px solid #ffffff;padding-top:10px;margin-top:30px}
#wpatg-form-register .legal a{color:#ffffff; text-decoration:underline !important}
.wpatg-legal-copy{font-size:12px;line-height:18px;border-top:1px solid rgba(255,255,255,0.4);padding-top:12px;margin-top:24px;color:#ffffff}
.wpatg-legal-copy a{color:#ffffff;text-decoration:underline !important}
#wpatg .menu-wpatg{margin-bottom:40px;background-color:#e4e4e4}
#wpatg .menu-wpatg ul{max-width:800px;margin:0px auto;padding:0px;align-content:center;align-items:stretch;justify-content:flex-end;width:100%;display:block;text-align:right}
#wpatg .menu-wpatg ul li{display:inline-block;box-sizing:border-box;text-align:center}
#wpatg .menu-wpatg ul li a{border-top:1px solid #999999;border-left:1px solid #999999;padding:10px 20px;display:block}
#wpatg .chartbar{max-height:50px;overflow:hidden}
@media (max-width:649px){#wpatg .menu-wpatg ul li{font-size:13px}
}
@media (min-width:650px){#wpatg .menu-wpatg ul li:last-child{border-right:1px solid #999999}
}
#wpatg .menu-wpatg ul li a{color:#010101;transition:color 0.3s}
#wpatg .menu-wpatg ul li a:hover,#wpatg .menu-wpatg ul li a.selected{color:#ff0000}
#wpatg #wpatg_form_my_data{display:flex;flex-direction:row;align-content:flex-start;align-items:stretch;flex-wrap:wrap;justify-content:flex-start}
#wpatg #wpatg_form_my_data > div{padding:5px 5px 20px 5px;margin:0px 0px 20px;width:100%}
#wpatg #wpatg_form_my_data > div:nth-child(even){border-bottom:1px solid rgba(0,0,0,.1)}
#wpatg #wpatg_form_my_data > div:nth-child(odd){padding:5px;margin:5px}
@media (min-width:650px){#wpatg #wpatg_form_my_data > div:nth-child(odd){width:calc(25% - 10px);border-bottom:1px solid rgba(0,0,0,.1);padding:5px 5px 20px 5px;margin:0px 0px 20px}
#wpatg #wpatg_form_my_data > div:nth-child(even){width:calc(75% - 10px);display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:space-between;align-items:stretch;gap:10px}
}
#wpatg #wpatg_form_my_data > div:nth-child(odd) h2{margin:0px 0px 10px 0px !important;padding:0px;font-size:20px;line-height:120%;font-weight:200;text-transform:uppercase}
#wpatg #wpatg_form_my_data > div:nth-child(odd) p{margin:0px;padding:0px 0px 10px 0px;font-size:14px;line-height:120%;font-weight:200}
#wpatg #wpatg_form_my_data > div:last-child{width:100%;border:none;text-align:center;padding:0px;margin:0px}
#wpatg #wpatg_form_my_data > div:nth-child(even) > *{width:100%}
@media (min-width:650px){#wpatg #wpatg_form_my_data > div:nth-child(even) > *{width:calc(50% - 10px);order:1}
#wpatg #wpatg_form_my_data > div:nth-child(10) > *:nth-child(1){order:1}
#wpatg #wpatg_form_my_data > div:nth-child(10) > *:nth-child(2){order:3}
#wpatg #wpatg_form_my_data > div:nth-child(10) > *:nth-child(3){order:5}
#wpatg #wpatg_form_my_data > div:nth-child(10) > *:nth-child(4){order:7}
#wpatg #wpatg_form_my_data > div:nth-child(10) > *:nth-child(5){order:2}
#wpatg #wpatg_form_my_data > div:nth-child(10) > *:nth-child(6){order:4}
#wpatg #wpatg_form_my_data > div:nth-child(10) > *:nth-child(7){order:6}
#wpatg #wpatg_form_my_data > div:nth-child(10) > *:nth-child(8){order:8}
}
#wpatg #wpatg_form_my_data > div#notifications > div{width:100%}
#wpatg #wpatg_form_my_data > div#interests:nth-child(8) > *:last-child{width:calc(100% - 10px)}
#wpatg #wpatg_form_my_data #newsletters img{width:100%;margin:0px 0px 10px 0px}
#wpatg #wpatg_form_my_data #newsletters label{margin:0px;padding:0px 0px 10px 35px;font-size:22px;line-height:120%;font-weight:300;position:relative;font-family:'ubuntubold', 'open_sansbold', 'rawline', sans-serif}
#wpatg #wpatg_form_my_data #newsletters label > span{font-size:14px;font-family:'open_sansregular';display:block}
#wpatg #wpatg_form_my_data #newsletters label input[type=checkbox]{top:6px}
#wpatg #langs label{width:100%}
#wpatg #langs label,#wpatg #interests label,#wpatg #companies label,#wpatg #notifications label{position:relative;padding-left:35px}
#wpatg #langs label:first-child,#wpatg #notifications > div:first-child > label:first-child{padding-left:0px}
#wpatg label input[type=checkbox]{margin:0px;width:25px !important;height:25px;position:absolute;top:0px;left:0px}
#wpatg #newsletters p{margin:0px;padding:0px 0px 30px 35px;font-size:14px;line-height:120%;font-weight:200}
#wpatg #notifications > div{width:100%}
#wpatg #wpatg_form_my_data input[type=text],#wpatg #wpatg_form_my_data input[type=url],#wpatg #wpatg_form_my_data input[type=tel], #wpatg #wpatg_form_my_data select{border:none;border-bottom:1px solid black;background:transparent;padding:6px 8px;width:100%;box-sizing:border-box;margin-top:10px}
#wpatg #wpatg_form_my_data label.required b:after{content:" *";color:#790000}
#wpatg #wpatg-form-profile .adviceok{background-color:#21f3f3;border:1px solid #21f3f3;color:#000;text-align:center;padding:30px;font-size:25px;line-height:100%}
@media (min-width:650px){#wpatg #notifications > div > div{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;align-items:stretch;gap:10px}
#wpatg #notifications > div > div > label{width:calc(50% - 10px)}
}
#wpatg_archive{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;justify-content:space-between;align-items:stretch}
#wpatg_archive > a{display:block;width:100%;background:#fff none no-repeat;font-weight:400;padding:0px 0px 475px;font-size:16px;color:#000;transition:background 0.3s;margin:0px 0px 5px 0px;text-decoration:none;position:relative;box-sizing:border-box;box-shadow:0px 0px 20px 0px #0000006e;position:relative}
#wpatg_archive > a:after{content:"";position:absolute;bottom:0px;left:0px;width:100%;height:60px;background:linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%)}
@media (min-width:650px){#wpatg_archive{gap:40px}
#wpatg_archive > a{width:calc(50% - 20px)}
#wpatg_archive > a > div:nth-of-type(1){min-height:132px}
}
#wpatg_archive > a > div:nth-of-type(1){padding:10px 20px 10px 90px;box-shadow:0px 0px 20px 0px #0000006e;background:#fff url('../images/boletin-semanal-icon.jpg') 20px center no-repeat;display:flex;align-items:center}
#wpatg_archive > a.sprientrevistases > div:nth-of-type(1){background-image:url('../images/empresa-vasca-icon.jpg')}
#wpatg_archive > a.adies > div:nth-of-type(1),#wpatg_archive > a.adieu > div:nth-of-type(1){background-image:url('../images/adi-icon.jpg')}
#wpatg_archive > a.upeuskadi > div:nth-of-type(1){background-image:url('../images/up-euskadi-icon.jpg')}
#wpatg_archive > a.been > div:nth-of-type(1){background-image:url('../images/been-icon.jpg')}
#wpatg_archive > a.cursosonline > div:nth-of-type(1){background-image:url('../images/cursosonline-icon.jpg')}
#wpatg_archive > a > span{display:block;background:#fff none no-repeat;background-size:100% auto;height:450px;position:absolute;bottom:0px;left:0px;height:450px;width:100%}
#wpatg_archive > a > div:nth-of-type(2){position:absolute;bottom:0px;left:0px;background-color:#000;padding:10px 15px 8px 25px;z-index:10;color:#fff;font-weight:400}
#wpatg_archive_paginator{max-width:240px;margin:20px auto 20px;display:flex;font-size:20px;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:space-around;align-items:center}
#wpatg_archive_paginator b{font-weight:900}
#wpatg #tasks > *{width:100%;padding:20px 20px 15px 20px;margin:0px 0px 10px 0px;font-size:18px;line-height:120%}
#wpatg #tasks .advice{border:none;color:#000;font-size:18px;line-height:120%;background-color:#cccccc;cursor:pointer;padding-bottom:30px;position:relative}
#wpatg #tasks .advice:after{content:"\25BC";display:block;position:absolute;height:20px;width:50px;bottom:5px;left:calc(50% - 25px);text-align:center;transition:all 0.3s;transform:rotate(0deg) scaleX(3)}
#wpatg #tasks .advice.opened:after{transform:rotate(-180deg) scaleX(3)}
#wpatg #tasks .advice span{display:block;font-weight:700}
#wpatg #tasks #completed{border:1px solid #000;color:#000;display:none}
#wpatg #tasks > div#completed ul li.uncompleted{color:red}
#wpatg #tasks > div#completed ul li:before,#wpatg #tasks > div#completed ul li.uncompleted:before{content:"";position:absolute;height:18px;width:18px;top:1px;left:0px;background-color:#808080;border-radius:50%}
#wpatg #tasks > div#completed ul li:after,#wpatg #tasks > div#completed ul li.uncompleted:after{content:"\2714";position:absolute;height:18px;width:18px;top:0px;left:2px;color:#fff;border-radius:50%}
#wpatg #tasks > div#completed ul li.uncompleted:before{background-color:red}
#wpatg #tasks > div#completed ul li.uncompleted:after{content:"\00D7";top:0px;left:4px}
#wpatg #tasks > div ul{margin:0px;padding:0}
#wpatg #tasks > div ul li{font-size:18px;line-height:120%;list-style-type:none;list-style-image:none;position:relative;padding:0px 0px 10px 25px;margin:0}
#wpatg #tasks > div#completed ul li:last-child{padding-bottom:0px}
#wpatg .chartbar{margin:0px auto 10px;font-size:20px;border:1px solid rgba(0,0,0,.1);--colorbg:transparent;--color:#21f3f3;--percent:0%;--size:80px;width:100%;height:var(--size);padding:0;background:transparent;position:relative}
#wpatg .chartbar:before{content:" ";position:absolute;width:var(--percent);background-color:var(--color);height:calc(var(--size) - 2px);top:0px;left:0px}
#wpatg .chartbar span{position:absolute;display:block;font-size:18px;line-height:120%;font-weight:700;text-align:center;bottom:10px;right:calc(100% - var(--percent) + 15px)}
@media (min-width:1040px){}
#wpatg_banner{background:#000000 none center center no-repeat;background-size:cover;margin-top:100px}
.wpatg-magic-link-active #wpatg_banner,
#wpatg.wpatg-magic-link-active #wpatg_banner,
body.wpatg-magic-link-active #wpatg_banner,
.wpatg-magic-link-active .panel-hero{display:none}
#wpatg_banner > div{padding:80px 20px;background-color:#000000a6}
#wpatg_banner > div > div{max-width:800px;display:flex;margin:auto;flex-direction:row;flex-wrap:wrap;align-content:center;align-items:center;justify-content:space-between}
#wpatg_banner .title,#wpatg_banner .subtitle{color:#ffffff;font-size:24px;line-height:120%;padding:0px;margin:0px 0px 10px 0px;font-weight:700}
#wpatg_banner .subtitle{font-size:18px;max-width:400px;font-weight:400}
#wpatg_banner a{display:inline-block;border:1px solid #ffffff;background-color:transparent;color:#ffffff;font-size:16px;line-height:120%;padding:25px 35px 23px 35px;font-weight:700;display:inline-block;text-decoration:none;transition:background 0.3s, color 0.3s}
#wpatg_banner a:hover{color:#000 !important;background-color:#ffffff}
body .floatnews{position:absolute;z-index:9999999 !important;background-color:black;max-width:308px;width:100%;min-height:250px;background-size:cover;margin-top:-62px;padding-bottom:20px;right:0px}
body .floatnews .btn{margin-top:8pt}
body .card-newsletter{border-radius:0px !important;padding:16pt}
body .btn-newsletterhead i{position:absolute;bottom:5px;color:#c8c8c8 !important}
body .btn-newsletterhead{position:relative;padding:0px !important;min-height:63px;padding-top:5px !important;border-right:0px none !important;padding-right:25px !important;padding-left:25px !important;color:#7f7f7f !important}
body .btn-newsletterhead em, body .titlebox-nw em{font-size:12px;display:block;padding:0px !important;text-decoration:none !important;font-style:normal !important}
body .btn-newsletterhead em, body .btn-newsletterhead b{color:#ffffff !important;font-weight:300 !important}
body .containertoper{position:relative}
body header nav.navbar .card-newsletter a.minimize-icon-nw{position:absolute;bottom:15px;display:block !important;border:0px none !important;left:0px;font-size:20px;text-align:center !important;width:100% !important;margin:0px auto !important;padding:0px !important}
body header nav.navbar .card-newsletter a.minimize-icon-nw i{color:white !important;display:block}
body .card-newsletter:before{content:' ';background:rgb(172,25,109);background:-moz-linear-gradient(left, rgb(172,25,109) 0%, rgb(253,59,94) 50%, rgb(255,0,0) 99%);background:-webkit-linear-gradient(left, rgb(172,25,109) 0%,rgb(253,59,94) 50%,rgb(255,0,0) 99%);background:linear-gradient(to right, rgb(172,25,109) 0%,rgb(253,59,94) 50%,rgb(255,0,0) 99%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac196d', endColorstr='#ff0000',GradientType=1 );display:block;width:100%;position:absolute;top:0px;left:0px;height:10px;z-index:999}
body .titlebox-nw{display:block}
body .titlebox-nw b, body .titlebox-nw em{display:block;color:white;text-align:center}
body .titlebox-nw b,body .btn-newsletterhead b{font-size:16px !important;font-weight:500 !important;font-family:'ubuntubold'}
body header nav.navbar .card-newsletter a{color:white !important;padding:16pt;border:1px solid}
body header .card-newsletter .btn-primary{border:0px none !important}
body header nav.navbar .card-newsletter a.btn-border-w:hover{color:black !important}
.cookie-banner-nw{bottom:0px;top:0px;z-index:9998;max-width:600px;left:0px;height:550px;right:0px;margin:auto;padding:8pt;background-color:white !important;font-family:'open_sansregular';font-size:16px;color:white;position:fixed;-webkit-box-shadow:1px 1px 10px 0 #696969;box-shadow:1px 1px 10px 0 #696969}
.cookie-banner-nw .container{position:relative;color:white;padding:16pt;height:100%;background-image:url("../images/atg-bg.jpg");background-size:cover;padding-top:60px}
.cookie-banner-nw b{font-family:'ubuntubold';font-weight:500;font-size:24px;line-height:1.4em}
body .cookie-banner-nw p, body .cookie-banner-nw b{color:white}
.cookie-banner-nw .text-box{padding:8pt}
.cookie-banner-nw .button-box{padding:8pt 16pt;overflow:hidden;padding-top:28pt !important}
.cookie-banner-nw .button-box a{float:left;margin:8pt;padding:12pt 12pt;font-family:'ubuntubold';font-weight:500;min-width:210px}
.cookie-banner-nw .button-box a.btn-primary{border:1px solid red}
.cookie-hide{position:absolute;top:3pt;right:8pt;text-decoration:none;color:white;outline:none;background:transparent;border:0px none;font-size:14px;font-family:'open_sansregular';padding:12pt;z-index:9999999}
.cookie-hide:hover{}
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.1em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:785px){.cookie-banner-nw .button-box, .cookie-banner-nw .text-box{max-width:100%;float:none}
.cookie-banner-nw .container{overflow:hidden;padding-top:50px !important}
.cookie-banner-nw .button-box{padding:0px 8pt !important}
.cookie-banner-nw .button-box a{
display:block;width:94%}
}
