.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#fffbfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ba7291;background-image:url("https://images.assets-landingi.com/vDjrUi4l/G_o_wne_na_www_3_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi.adaptive-delivery-prevent-bg { background-image: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container { background-color: transparent; background-image: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container > .video-iframe-container { display: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row > .video-iframe-container { display: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container { border-width: 0; border-radius: 0; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container { font-size:14px;font-family:arial;height:502px;width:1200px;position:relative;display:block; }#RAQEyfHI7fMAdPzkNHvb2UcHmz7okvwk { position:absolute;display:block;z-index:100000;background-color:rgba(255,250,251,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.15) ;height:337px;width:1200px;top:90px;left:0px;display:block; }
#s8NKkDUVn2qqcrqDvPwQDO9emq611Dk6 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:54px;top:103.51250457764px;left:573.00003051758px;overflow:hidden;display:block; }
#uKHAE17QGnlwtffJCRUTadUwdDLHfm2W { position:absolute;display:block;z-index:100002;height:121.987px;width:217.987px;top:28.012498855591px;left:222.97497558594px;display:block; }
#TpTlynGs4okthNFnIbT0TzyO6gvhnKDw { color:#0babc1;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:65px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:293.67501831055px;left:0px;height:84px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#af69qbqCNnTumNQnLeb8rcP20HNMTTsT { color:#0babc1;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:80px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:177.92500305176px;left:0px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObwvvACwqtRccH7AvwoDweEhsr80Qwqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:url("https://images.assets-landingi.com/X2pcYv5x/OzA_g_wne_na_www_10_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:none; }
#ObwvvACwqtRccH7AvwoDweEhsr80Qwqe.adaptive-delivery-prevent-bg { background-image: none; }#ObwvvACwqtRccH7AvwoDweEhsr80Qwqe > .row .container { border-width: 0; border-radius: 0; }#ObwvvACwqtRccH7AvwoDweEhsr80Qwqe > .row .container { font-size:14px;font-family:arial;height:213px;width:1200px;position:relative;display:none; }#AJhpnksrukAHkTk6kEMxeM5uHahI6i25 { background-color:#eef3ef;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }#AJhpnksrukAHkTk6kEMxeM5uHahI6i25 > .row .container { border-width: 0; border-radius: 0; }#AJhpnksrukAHkTk6kEMxeM5uHahI6i25 > .row .container { width:1200px;height:367px;font-size:14px;font-family:arial;position:relative;display:none; }#D4c5fg3ltQycRKV8K2PtcTZDMgVRiE1W { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:28.600006103516px;left:0px;height:116.8px;color:#959597;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FcPZGspcpxn7yvLHTs2v3lTRl8miRZie { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:50px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:156.37890625px;left:0px;height:64.8px;color:#959597;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rcQp5t9zMKqxxHR5ox3EAQ8bqaQHP4ZC { display:block;width:900px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:243.18017578125px;left:149.98161315918px;height:64px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GEhzIvTzcSog89rVTkCFqOd0dE0sCVGz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#GEhzIvTzcSog89rVTkCFqOd0dE0sCVGz > .row .container { border-width: 0; border-radius: 0; }#GEhzIvTzcSog89rVTkCFqOd0dE0sCVGz > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#mEKqWPNlRsKVDymq6Fp3rikkZfAgIwFR { display:block;width:603.98895263672px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:43.25732421875px;left:297.9595489502px;height:58.4px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSJFxVVv31UZTLt1gU9BTXeHrUKTT53w { position:absolute;display:block;z-index:100000;background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:564px;top:24px;left:318px;display:block; }
#rpHZr3qh7wOvxySZvavdokC3DQ0J5ZvH { display:block;width:900px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:145.16528320312px;left:149.98161315918px;height:96px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZSTlc9r6/LO_zapisy_na_kurs_zdj_cie_g_wne.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w.adaptive-delivery-prevent-bg { background-image: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container { background-color: transparent; background-image: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.7); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container > .video-iframe-container { display: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.7); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row > .video-iframe-container { display: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container { border-width: 0; border-radius: 0; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container { font-size:14px;font-family:ubuntu;height:618px;width:1200px;position:relative;display:block; }#dghyL5df3T5KUaxpB58fsDvs5ea0ThHM { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#f2f9ff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:500px;height:54.975px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:428px;left:350px;display:block; }
#JAWlBT7oi4d9FNZxUoQDPG2i4nTDCOTk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#IzOe2Z17Xb1veFwnD2doALbampcX5qTR { color:#f2f9ff;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:278px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gdT5DuoUTUisATypLWsL554dGAqfcys4 { color:#107d84;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:55px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:145px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hC1hATtLGdUXzNPVk5GZtpGuFQPtxsAT { color:#107d84;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:68px;left:0px;height:44.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQKJ4Z992sRkiq2SeVo8Tr0E37pLuZDo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:url("https://images.assets-landingi.com/X2pcYv5x/OzA_g_wne_na_www_10_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:none; }
#wQKJ4Z992sRkiq2SeVo8Tr0E37pLuZDo.adaptive-delivery-prevent-bg { background-image: none; }#wQKJ4Z992sRkiq2SeVo8Tr0E37pLuZDo > .row .container { border-width: 0; border-radius: 0; }#wQKJ4Z992sRkiq2SeVo8Tr0E37pLuZDo > .row .container { font-size:14px;font-family:arial;height:485px;width:1200px;position:relative;display:none; }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6ffff;background-image:none;position:relative;display:block; }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row .container { background-color: transparent; background-image: none; }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row .container > .video-iframe-container { display: none; }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row > .video-iframe-container { display: none; }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row .container { border-width: 0; border-radius: 0; }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row .container { font-size:14px;font-family:arial;height:350px;width:1200px;position:relative;display:block; }#QHKm3Z6p9zHlXFPe2L109CyWaIH7s975 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:130px;width:128px;position:absolute;display:block;z-index:100025;top:110px;left:536.00003051758px;overflow:hidden;display:block; }
#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:none;position:relative;display:none; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container { border-width: 0; border-radius: 0; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container { font-size:14px;font-family:"open sans";height:274px;width:1200px;position:relative;display:none; }#qlC7INwIdyguoociq3RGtO32FxmE4IVZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:93px;width:180px;top:90px;left:510.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi { background-color:#ba7291;background-image:url("https://images.assets-landingi.com/vDjrUi4l/G_o_wne_na_www_3_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi.adaptive-delivery-prevent-bg { background-image: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container { background-color: transparent; background-image: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container > .video-iframe-container { display: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row > .video-iframe-container { display: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container { width:764px;height:329px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RAQEyfHI7fMAdPzkNHvb2UcHmz7okvwk { width:740px;height:245px;top:29.537506103516px;left:11.987499237061px;display:block; }
 }@media only screen and (max-width: 1199px) { #s8NKkDUVn2qqcrqDvPwQDO9emq611Dk6 { width:75px;height:78px;top:41.999996185303px;left:344.4749879837px;display:block; }
 }@media only screen and (max-width: 1199px) { #uKHAE17QGnlwtffJCRUTadUwdDLHfm2W { width:217px;height:121px;top:28px;left:4.9749755859375px;display:block; }
 }@media only screen and (max-width: 1199px) { #TpTlynGs4okthNFnIbT0TzyO6gvhnKDw { width:764px;height:38.4px;top:188px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #af69qbqCNnTumNQnLeb8rcP20HNMTTsT { width:764px;height:52px;top:132px;left:0px;font-size:40px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #ObwvvACwqtRccH7AvwoDweEhsr80Qwqe { display:none; }#ObwvvACwqtRccH7AvwoDweEhsr80Qwqe > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #AJhpnksrukAHkTk6kEMxeM5uHahI6i25 { display:none; }#AJhpnksrukAHkTk6kEMxeM5uHahI6i25 > .row .container { width:764px;height:265px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #D4c5fg3ltQycRKV8K2PtcTZDMgVRiE1W { width:763.98895263672px;height:64px;top:29.135986328125px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #FcPZGspcpxn7yvLHTs2v3lTRl8miRZie { width:763.98895263672px;height:44.8px;top:107.35278320312px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #rcQp5t9zMKqxxHR5ox3EAQ8bqaQHP4ZC { width:700px;height:51.2px;top:170.99267578125px;left:31.948529243469px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #GEhzIvTzcSog89rVTkCFqOd0dE0sCVGz { display:none; }#GEhzIvTzcSog89rVTkCFqOd0dE0sCVGz > .row .container { width:764px;height:278px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mEKqWPNlRsKVDymq6Fp3rikkZfAgIwFR { width:396.96688842773px;height:44.8px;top:61.783203125px;left:183.49264240265px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #aSJFxVVv31UZTLt1gU9BTXeHrUKTT53w { width:564px;height:99px;top:36px;left:100px;display:block; }
 }@media only screen and (max-width: 1199px) { #rpHZr3qh7wOvxySZvavdokC3DQ0J5ZvH { width:700px;height:76.8px;top:156.54418945312px;left:31.948529243469px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZSTlc9r6/LO_zapisy_na_kurs_zdj_cie_g_wne.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w.adaptive-delivery-prevent-bg { background-image: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container { background-color: transparent; background-image: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,255,255,0.7); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container > .video-iframe-container { display: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,255,255,0.7); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row > .video-iframe-container { display: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container { width:764px;height:424px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dghyL5df3T5KUaxpB58fsDvs5ea0ThHM { width:500px;height:54px;top:315px;left:132.00000572205px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #JAWlBT7oi4d9FNZxUoQDPG2i4nTDCOTk { display:block; }
 }@media only screen and (max-width: 1199px) { #IzOe2Z17Xb1veFwnD2doALbampcX5qTR { width:764px;height:64px;top:203.32501220703px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #gdT5DuoUTUisATypLWsL554dGAqfcys4 { width:764px;height:44.8px;top:113.66668701172px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #hC1hATtLGdUXzNPVk5GZtpGuFQPtxsAT { width:764px;height:32px;top:41.666687011719px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #wQKJ4Z992sRkiq2SeVo8Tr0E37pLuZDo { display:none; }#wQKJ4Z992sRkiq2SeVo8Tr0E37pLuZDo > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn { display:block; }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row .container { width:764px;height:167px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QHKm3Z6p9zHlXFPe2L109CyWaIH7s975 { width:75px;height:76px;top:45.166748046875px;left:344.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK { display:none; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qlC7INwIdyguoociq3RGtO32FxmE4IVZ { width:180px;height:93px;top:90px;left:292px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi { background-color:#ba7291;background-image:url("https://images.assets-landingi.com/vDjrUi4l/G_o_wne_na_www_3_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi.adaptive-delivery-prevent-bg { background-image: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container { background-color: transparent; background-image: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container > .video-iframe-container { display: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row > .video-iframe-container { display: none; }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eL1Q71lVpxaqMpKS8hTgKi3Ge6cQtopi > .row .container { width:320px;height:278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAQEyfHI7fMAdPzkNHvb2UcHmz7okvwk { width:320px;height:215px;top:10px;left:0px;box-shadow: 1px 1px 3px rgba(0,0,0,0.15) ;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #s8NKkDUVn2qqcrqDvPwQDO9emq611Dk6 { width:60px;height:61.9875px;top:34.987499237061px;left:129.97499132156px;display:block; }
 }@media only screen and (max-width: 763px) { #uKHAE17QGnlwtffJCRUTadUwdDLHfm2W { width:122px;height:68px;top:40px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #TpTlynGs4okthNFnIbT0TzyO6gvhnKDw { width:255px;height:38.4px;top:135px;left:33px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #af69qbqCNnTumNQnLeb8rcP20HNMTTsT { width:195px;height:41.6px;top:97px;left:62px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ObwvvACwqtRccH7AvwoDweEhsr80Qwqe { background-color:#fffbfd;background-image:none;display:none; }#ObwvvACwqtRccH7AvwoDweEhsr80Qwqe > .row .container { width:320px;height:11px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AJhpnksrukAHkTk6kEMxeM5uHahI6i25 { display:none; }#AJhpnksrukAHkTk6kEMxeM5uHahI6i25 > .row .container { width:320px;height:135px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D4c5fg3ltQycRKV8K2PtcTZDMgVRiE1W { width:290px;height:51.2px;top:41.433837890625px;left:14.466911315918px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcPZGspcpxn7yvLHTs2v3lTRl8miRZie { width:320px;height:28px;top:105.091796875px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rcQp5t9zMKqxxHR5ox3EAQ8bqaQHP4ZC { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #GEhzIvTzcSog89rVTkCFqOd0dE0sCVGz { display:none; }#GEhzIvTzcSog89rVTkCFqOd0dE0sCVGz > .row .container { width:320px;height:271px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mEKqWPNlRsKVDymq6Fp3rikkZfAgIwFR { width:320px;height:28px;top:58px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSJFxVVv31UZTLt1gU9BTXeHrUKTT53w { width:320px;height:75px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rpHZr3qh7wOvxySZvavdokC3DQ0J5ZvH { width:320px;height:139.2px;top:119.00001525879px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZSTlc9r6/LO_zapisy_na_kurs_zdj_cie_g_wne.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w.adaptive-delivery-prevent-bg { background-image: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container { background-color: transparent; background-image: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,255,255,0.7); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container > .video-iframe-container { display: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,255,255,0.7); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row > .video-iframe-container { display: none; }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkyuUmiC2Tk0cgRlrEnoLoymCH8hvD2w > .row .container { width:320px;height:356px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dghyL5df3T5KUaxpB58fsDvs5ea0ThHM { width:304px;height:54px;top:263.77499389648px;left:8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JAWlBT7oi4d9FNZxUoQDPG2i4nTDCOTk { display:block; }
 }@media only screen and (max-width: 763px) { #IzOe2Z17Xb1veFwnD2doALbampcX5qTR { width:280px;height:92.8px;top:131.60003662109px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gdT5DuoUTUisATypLWsL554dGAqfcys4 { width:320px;height:29.6px;top:72.1875px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #hC1hATtLGdUXzNPVk5GZtpGuFQPtxsAT { width:320px;height:23.2px;top:25px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wQKJ4Z992sRkiq2SeVo8Tr0E37pLuZDo { background-color:#fffbfd;background-image:none;display:none; }#wQKJ4Z992sRkiq2SeVo8Tr0E37pLuZDo > .row .container { width:320px;height:11px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn { display:block; }#gPxAZW3pcQLS1UxqJPbUKDNLF0MZ1BEn > .row .container { width:320px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHKm3Z6p9zHlXFPe2L109CyWaIH7s975 { width:60px;height:61px;top:19px;left:130.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK { display:none; }#zTPB3Au35IuFAO2y7WtHCwMiXICrhNLK > .row .container { width:320px;height:132px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qlC7INwIdyguoociq3RGtO32FxmE4IVZ { width:106px;height:56px;top:37.5px;left:106.50000572205px;display:block; }
 }