.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#effafa;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); }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:url("https://images.assets-landingi.com/kFMEXXca/LO_zapisy_na_kurs_zdj_cie_g_wne.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X.adaptive-delivery-prevent-bg, #nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X.lazyload, #nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X.lazyloading { background-image: none; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container { background-color: transparent; background-image: none; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container > .video-iframe-container { display: none; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row > .video-iframe-container { display: none; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .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); }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container { border-width: 0; border-radius: 0; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#ot5fhHq7leeXS6HGEKocfWdz3GwyzIT9 { position:absolute;display:block;z-index:100008;background-color:rgba(11,171,193,0.9);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:15.5rem;width:75rem;top:7.8125rem;left:0rem;display:block; }
#yCKsJmOiTsaoilro0HlN80mTICrM4ou4 { display:block;width:68.749375rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:13.3125rem;left:3.125rem;height:4.875rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#gT8mFWqbhcAxHZ0wcdfxiKyFabita6XA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120rem;width:67.5rem;display:none; }
#iK18OfFdQ3doQm3Bm941cF5VECJM5rkW { position:absolute;display:block;z-index:100012;height:5.375rem;width:9.625rem;top:1.15625rem;left:0.78125rem;display:block; }
#NQFkUNLiylTX85byxTxG7vWSC0Aol41A { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:5.25rem;position:absolute;display:block;z-index:100010;top:7.8125rem;left:34.875rem;overflow:hidden;display:block; }
#GA7l3iV7Ptf8uE8BGzoOVdWcbl7itked { display:block;width:68.749375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:18.1875rem;left:3.125rem;height:3rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 { position:relative;display:block; }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 { background-color: transparent; background-image: none; }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 > .row .container > .video-iframe-container { display: none; }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 > .row > .video-iframe-container { display: none; }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 > .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); }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 { border-width: 0; border-radius: 0; }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#OVlwk81UVRy6FzXkzWUvlI0Q57qIkJTi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.125rem;width:55.625rem;top:4.1250047683716rem;left:9.6875rem;display:block; }
#z4gPDIaHacAFzc9lHBKtXTwnuKQ4Ss8O { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:4.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:38.187501907349rem;left:21.8125rem;display:block; }
#aHWAAATmRhPcFDD1aDTtkpBg7DTiD7ZJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q { position:relative;display:block; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q { background-color: transparent; background-image: none; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container > .video-iframe-container { display: none; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row > .video-iframe-container { display: none; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .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); }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q { border-width: 0; border-radius: 0; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:url("https://images.assets-landingi.com/SgGQcLJZ/Projekt_bez_tytu_u_67_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;font-size:0.875rem;font-family:ubuntu;height:61.5625rem;width:75rem;position:relative;display:block; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container.adaptive-delivery-prevent-bg, #vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container.lazyload, #vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container.lazyloading { background-image: none; }#HrXMMk5Zk5bkDqKwUbAQZEyPmwgB7wil { display:block;width:49.625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:5.9132800102234rem;left:12.6875rem;height:3.9375rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbfMAvkM77WaIPOTTBuuKMuviJiROsoy { display:block;width:49.9984375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:13.375rem;left:13.75rem;height:32.775rem;color:#47545a;font-style:normal;display:block; }
#QwDxWEGqt7m7K7AuslnkN0V1texVoT9D { position:absolute;display:block;z-index:100001;background-color:rgba(228,246,246,0.9);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:55.875rem;width:56.25rem;top:2.9976577758789rem;left:9.375rem;display:block; }
#TeLEc9ynr1rez2mLdV2Tdr01BVTq2ZIw { display:block;width:49.9991875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:9.5214896202087rem;left:12.499217987061rem;height:24.999999046326rem;color:#47545a;font-style:normal;display:none; }
#yd4O36erAmTXDFNuXUZ6TACun7fSuJGM { display:block;width:53.125rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:37.600784778595rem;left:10.904296875rem;height:11.750000238419rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wTPxSWIDJt9PRXWZDvqppJ3aElzUihJw { display:block;width:49.9991875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:9.5214896202087rem;left:12.499217987061rem;height:24rem;color:#47545a;font-style:normal;display:none; }
#SG7lEm8QZT2L4TdmhFfP7XqKzx10sssZ { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:4.125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:50.83749961853rem;left:21.8125rem;display:block; }
#vOqFim43ZQLxQIcP0TcSyV1bb3hCmqAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UdzIBHTBrGPNzaDR5kpMUFxfwaHcUwmc { color:#47545a;display:block;width:3.1875rem;position:absolute;font-family:"marck script";font-size:3.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:12.5625rem;left:11.875rem;height:4.55rem;display:block; }
#SMoCv5kVLIh7fIRcpDCpzvXOlIKuXOPp { color:#47545a;display:block;width:3.1875rem;position:absolute;font-family:"marck script";font-size:3.5rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:24.4375rem;left:11.3125rem;height:4.55rem;display:block; }
#R46Qb11eRAx4ocCKH6BresOmJhxBxG1q { color:#47545a;display:block;width:3.1875rem;position:absolute;font-family:"marck script";font-size:3.5rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:40.5rem;left:11.3125rem;height:4.55rem;display:block; }
#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 { position:relative;display:block; }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 { background-color: transparent; background-image: none; }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 > .row .container > .video-iframe-container { display: none; }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 > .row > .video-iframe-container { display: none; }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 > .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); }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 { border-width: 0; border-radius: 0; }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#OG25mFT2nkIvBDNNrTViF6219GzP2atX { display:block;width:49.625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:2.8492112755776rem;left:12.6875rem;height:3.9375rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKz8hxqnFpAuV0vePDIwqRUrmC26VLfb { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:4.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:40.375rem;left:21.8125rem;display:block; }
#fdCosMo4T79dbQmD7cmSNTZrfBa0UNZg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HiHN7vXBXs1aMFlOSIsKauZ5rx6e9fGM { display:block;width:27.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100014;line-height:1.8;letter-spacing:0;top:11.1875rem;left:45.625rem;height:5.625rem;color:#47545a;font-style:normal;display:block; }
#nqnArPu4znAKk9bR7EccObMaKAbFN8rg { box-sizing:content-box;color:#f39c12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:11.1875rem;left:41.75rem;display:block; }
#QrPfWTD4UxJ9dgG7XvTETUbciG47Jtvm { box-sizing:content-box;color:#f39c12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:19.125rem;left:41.75rem;display:block; }
#W3pV0fsreOChzNKSB1QXhs5cJGIxqEKN { box-sizing:content-box;color:#f39c12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:27.125rem;left:41.75rem;display:block; }
#FlTu763rqvXEdGJt1mufLoeGS7Anh7t7 { display:block;width:27.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100017;line-height:1.8;letter-spacing:0;top:19.125rem;left:45.625rem;height:5.625rem;color:#47545a;font-style:normal;display:block; }
#HkFl71pUqbpQnDF7xKzV7wNUIqKFhgMR { display:block;width:27.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:1.8;letter-spacing:0;top:27.125rem;left:45.625rem;height:5.625rem;color:#47545a;font-style:normal;display:block; }
#rQCbII1b3TMtCoWfpemyWPokSaymi6Ts { display:block;width:68.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.8;letter-spacing:0;top:48.687500834465rem;left:3.0625rem;height:2.0875rem;color:#47545a;font-style:normal;display:block; }
#uV3nbGX4BSeaihq65bvmuDRKWCDPUE87 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:33.3125rem;top:9.4375rem;left:4.625rem;overflow:hidden;display:block; }
#wGTGTADvIIk16bww6REBOrDNnwSnHsgp { position:relative;display:block; }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp { background-color: transparent; background-image: none; }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp > .row .container > .video-iframe-container { display: none; }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp > .row > .video-iframe-container { display: none; }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp > .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); }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp { border-width: 0; border-radius: 0; }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#GKCrt1G3KW24RIMnKdnFvOf9JTV9X5y2 { display:block;width:49.625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:2.9734306335449rem;left:12.6875rem;height:7.875rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riDWlGOqsv2UD7gyZ22st9P542ymGuO8 { display:block;width:49.625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:11.72265625rem;left:12.6875rem;height:3.9375rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.8);background-image:none;color:#0babc1;padding-top:0.811875rem;padding-right:0.72625rem;padding-bottom:0.811875rem;padding-left:0.72625rem;display:block;align-items:center;width:4.358125rem;min-width:4.358125rem;height:4.36375rem;position:relative;font-family:ubuntu;font-size:3.246875rem;font-weight:400;line-height:69.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt .widget-text.counter-label { background-color:;background-image:none;color:#0babc1;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.5075rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.810625rem;height:1.725rem;position:relative;font-family:ubuntu;font-size:1.2175rem;font-weight:400;line-height:27.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:13.625rem;height:8.22rem;padding-top:1.014375rem;padding-right:1.038125rem;padding-bottom:1.014375rem;padding-left:1.038125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.999219894409rem;left:29.648439407349rem;z-index:100017; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #FSvEkJng5V3P08Xa6w2RCBHqhMhDVG94 { display:flex;position:relative;top:0rem;left:0rem; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #E0cMxocQ3oOqLSCrPoHWoDgLJUtSg8wC { width:auto; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #zao3UZuNdmX1SeLsD4T5XLT2gBWX4xgP {  }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #OPZ3z4kvLBqRnZznCkwhSrZRcyyMWMIT { display:flex;position:relative;top:0rem;left:0rem; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #pCmGiq5OXi9VV6Sx6RsHIcoeR0BbObL2 {  }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #oOJIpwEI8p0Xt1mtHkn3aaZTzdmE5WRC {  }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #yENe1XZUiInrfylIgoOkE1asfFZ2BPgv { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #BHT4CSHhopsX36DDDEJiNva0BrTGRdJA {  }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #CuTNNfi5ct9uEvcR5MaNKM4ppyFBOTXP {  }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #sBBfPX4O7fXu4smMZvEf1DzF2yrR1gdf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #ZAvC6HXB67VO6VkxM3ZIkeHKMzbDc89P {  }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt #sxAo6cm2BBNbnt31950LqBBxzMzIvKmN {  }
#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/35KaXvq1/OdzA_zdj_cia_1_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49.adaptive-delivery-prevent-bg, #KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49.lazyload, #KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49.lazyloading { background-image: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container { background-color: transparent; background-image: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container > .video-iframe-container { display: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row > .video-iframe-container { display: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .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); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container { border-width: 0; border-radius: 0; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container { font-size:0.875rem;font-family:ubuntu;height:25.875rem;width:75rem;position:relative;display:block; }#g4q2nNbFcLOAQ2CTwXBA2ihydl3h1v1a { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.6875rem;width:30rem;display:none; }
#lxRODWBCAnUzgbJCuUlcMTh2sbTltUQv { display:block;width:49.625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:9.2812528610231rem;left:12.6875rem;height:7.3125rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdp80RQkkhMThZKRnn6K2U1xae8Hcyx1 { position:absolute;display:block;z-index:99999;background-color:rgba(239,250,250,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;height:15.625rem;width:53.125rem;top:5.1250002384186rem;left:10.9375rem;display:block; }
#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ { position:relative;display:block; }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ { background-color: transparent; background-image: none; }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ > .row .container > .video-iframe-container { display: none; }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ > .row > .video-iframe-container { display: none; }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ > .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); }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ { border-width: 0; border-radius: 0; }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#w05IJBsAZunzXUIbZcfQ7TxVZyMhPDCl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:5.25rem;position:absolute;display:block;z-index:100011;top:1.53125rem;left:34.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X { display:block; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ot5fhHq7leeXS6HGEKocfWdz3GwyzIT9 { width:47.75rem;height:13.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCKsJmOiTsaoilro0HlN80mTICrM4ou4 { width:33.125rem;height:3.375rem;top:16.25rem;left:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gT8mFWqbhcAxHZ0wcdfxiKyFabita6XA { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iK18OfFdQ3doQm3Bm941cF5VECJM5rkW { width:9.625rem;height:5.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQFkUNLiylTX85byxTxG7vWSC0Aol41A { width:5.625rem;height:5.8125rem;top:11rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GA7l3iV7Ptf8uE8BGzoOVdWcbl7itked { width:40.0625rem;height:2.25rem;top:19.625rem;left:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTy5quUS11gSzG13GrTBktR5JLMIxJW6 { display:block; }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 > .row .container { width:47.75rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OVlwk81UVRy6FzXkzWUvlI0Q57qIkJTi { width:45.125rem;height:25.1875rem;top:4.4367184638977rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z4gPDIaHacAFzc9lHBKtXTwnuKQ4Ss8O { width:31.375rem;height:4.125rem;top:35.625rem;left:8.1875003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aHWAAATmRhPcFDD1aDTtkpBg7DTiD7ZJ { display:block; }
 }@media only screen and (max-width: 1199px) { #vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q { display:block; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container { width:47.75rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HrXMMk5Zk5bkDqKwUbAQZEyPmwgB7wil { width:43.749625rem;height:3.3875rem;top:5.625rem;left:1.9980466961861rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbfMAvkM77WaIPOTTBuuKMuviJiROsoy { width:37.5rem;height:38.6625rem;top:9.53750038147rem;left:5.0937501788139rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwDxWEGqt7m7K7AuslnkN0V1texVoT9D { width:44rem;height:59.375rem;top:3.75rem;left:1.8739585280418rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeLEc9ynr1rez2mLdV2Tdr01BVTq2ZIw { width:37.5rem;height:27.083332300186rem;top:9.53750038147rem;left:5.0937501788139rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yd4O36erAmTXDFNuXUZ6TACun7fSuJGM { width:34.375rem;height:13.333333015442rem;top:39.244792938233rem;left:6.6875001788137rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wTPxSWIDJt9PRXWZDvqppJ3aElzUihJw { width:37.5rem;height:0;top:9.5375001430513rem;left:5.1249998807907rem;font-size:1.1875rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 1199px) { #SG7lEm8QZT2L4TdmhFfP7XqKzx10sssZ { width:31.375rem;height:4.125rem;top:53.187500953674rem;left:8.1875003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOqFim43ZQLxQIcP0TcSyV1bb3hCmqAN { display:block; }
 }@media only screen and (max-width: 1199px) { #UdzIBHTBrGPNzaDR5kpMUFxfwaHcUwmc { width:3.1875rem;height:4.0625rem;top:9.012499809265rem;left:3.1875001192093rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMoCv5kVLIh7fIRcpDCpzvXOlIKuXOPp { width:3.1875rem;height:4.0625rem;top:23.60000038147rem;left:2.6250001192093rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R46Qb11eRAx4ocCKH6BresOmJhxBxG1q { width:3.1875rem;height:4.0625rem;top:42.850001335144rem;left:2.6250001192093rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 { display:block; }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 > .row .container { width:47.75rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OG25mFT2nkIvBDNNrTViF6219GzP2atX { width:43.7491875rem;height:3.3875rem;top:1.3117251396179rem;left:2.0007811784744rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKz8hxqnFpAuV0vePDIwqRUrmC26VLfb { width:31.375rem;height:4.125rem;top:33.312503814698rem;left:8.1875003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fdCosMo4T79dbQmD7cmSNTZrfBa0UNZg { display:block; }
 }@media only screen and (max-width: 1199px) { #HiHN7vXBXs1aMFlOSIsKauZ5rx6e9fGM { width:19.125rem;height:4.3375rem;top:9.25rem;left:26.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqnArPu4znAKk9bR7EccObMaKAbFN8rg { width:3.125rem;height:3.125rem;top:9.25rem;left:23.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrPfWTD4UxJ9dgG7XvTETUbciG47Jtvm { width:3.125rem;height:3.125rem;top:23.5625rem;left:23.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W3pV0fsreOChzNKSB1QXhs5cJGIxqEKN { width:3.125rem;height:3.125rem;top:16.3125rem;left:23.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlTu763rqvXEdGJt1mufLoeGS7Anh7t7 { width:19.125rem;height:4.3375rem;top:16.8125rem;left:26.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkFl71pUqbpQnDF7xKzV7wNUIqKFhgMR { width:18.3125rem;height:4.3375rem;top:23.5625rem;left:27.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rQCbII1b3TMtCoWfpemyWPokSaymi6Ts { width:42rem;height:4.3375rem;top:41.41250038147rem;left:2.8750001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uV3nbGX4BSeaihq65bvmuDRKWCDPUE87 { width:24.375rem;height:13.75rem;top:10.999219322577rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wGTGTADvIIk16bww6REBOrDNnwSnHsgp { display:block; }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp > .row .container { width:47.75rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GKCrt1G3KW24RIMnKdnFvOf9JTV9X5y2 { width:43.7484375rem;height:6.7125rem;top:2.8125rem;left:2.0007811784744rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riDWlGOqsv2UD7gyZ22st9P542ymGuO8 { width:43.7484375rem;height:3.3875rem;top:12.39999961853rem;left:2.0007811784744rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt .widget-text.counter-number { padding-top:0.57875rem;padding-right:0.51rem;padding-bottom:0.57875rem;padding-left:0.51rem;width:3.059375rem;min-width:3.059375rem;height:3.111875rem;font-size:2.315625rem;line-height:49.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.361875rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.079375rem;height:1.23rem;font-size:0.868125rem;line-height:19.68px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt { display:flex;width:10.1875rem;height:5.8609375rem;top:17.60000038147rem;left:17.570312857628rem;padding-top:1.174375rem;padding-right:1.21rem;padding-bottom:1.174375rem;padding-left:1.21rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #FSvEkJng5V3P08Xa6w2RCBHqhMhDVG94 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #E0cMxocQ3oOqLSCrPoHWoDgLJUtSg8wC {  }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #zao3UZuNdmX1SeLsD4T5XLT2gBWX4xgP {  }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #OPZ3z4kvLBqRnZznCkwhSrZRcyyMWMIT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #pCmGiq5OXi9VV6Sx6RsHIcoeR0BbObL2 {  }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #oOJIpwEI8p0Xt1mtHkn3aaZTzdmE5WRC {  }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #yENe1XZUiInrfylIgoOkE1asfFZ2BPgv { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #BHT4CSHhopsX36DDDEJiNva0BrTGRdJA {  }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #CuTNNfi5ct9uEvcR5MaNKM4ppyFBOTXP {  }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #sBBfPX4O7fXu4smMZvEf1DzF2yrR1gdf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #ZAvC6HXB67VO6VkxM3ZIkeHKMzbDc89P {  }
 }@media only screen and (max-width: 1199px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #sxAo6cm2BBNbnt31950LqBBxzMzIvKmN {  }
 }@media only screen and (max-width: 1199px) { #KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 { background-color:transparent;background-image:url("https://images.assets-landingi.com/35KaXvq1/OdzA_zdj_cia_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49.adaptive-delivery-prevent-bg, #KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49.lazyload, #KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49.lazyloading { background-image: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container { background-color: transparent; background-image: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container > .video-iframe-container { display: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row > .video-iframe-container { display: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .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); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container { width:47.75rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g4q2nNbFcLOAQ2CTwXBA2ihydl3h1v1a { width:30rem;height:37.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lxRODWBCAnUzgbJCuUlcMTh2sbTltUQv { width:43.749625rem;height:6.3rem;top:4.25rem;left:2rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdp80RQkkhMThZKRnn6K2U1xae8Hcyx1 { width:47.75rem;height:12.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ { display:block; }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ > .row .container { width:47.75rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w05IJBsAZunzXUIbZcfQ7TxVZyMhPDCl { width:5.625rem;height:5.8125rem;top:1.09375rem;left:21.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0859bac6-5b8c-4e62-952d-65f519d27901/LO_gwnenamobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X.adaptive-delivery-prevent-bg, #nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X.lazyload, #nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X.lazyloading { background-image: none; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container { background-color: transparent; background-image: none; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container > .video-iframe-container { display: none; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row > .video-iframe-container { display: none; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .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); }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container { border-width: 0; border-radius: 0; }#nI5nFTh7T5PTXF35gzNyoDyN4UwaM25X > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot5fhHq7leeXS6HGEKocfWdz3GwyzIT9 { width:19.9980625rem;height:18.375rem;top:2.1808586120606rem;left:0rem;background-color:rgba(11,171,193,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yCKsJmOiTsaoilro0HlN80mTICrM4ou4 { width:10.6875rem;height:0;top:33.374999523163rem;left:3.9374998807907rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #gT8mFWqbhcAxHZ0wcdfxiKyFabita6XA { top:2.5rem;left:0rem;width:20rem;height:35.5rem;z-index:100011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iK18OfFdQ3doQm3Bm941cF5VECJM5rkW { width:9.625rem;height:5.375rem;top:2.9359376430511rem;left:0.74921870231631rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFkUNLiylTX85byxTxG7vWSC0Aol41A { width:6rem;height:6.1875rem;top:18.248437404633rem;left:6.9999998807906rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #GA7l3iV7Ptf8uE8BGzoOVdWcbl7itked { width:18.125rem;height:0;top:28.998438358307rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #mTy5quUS11gSzG13GrTBktR5JLMIxJW6 { display:block; }#mTy5quUS11gSzG13GrTBktR5JLMIxJW6 > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVlwk81UVRy6FzXkzWUvlI0Q57qIkJTi { height:11.191011235955rem;width:20rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4gPDIaHacAFzc9lHBKtXTwnuKQ4Ss8O { width:19rem;height:4.125rem;top:17.003126144409rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHWAAATmRhPcFDD1aDTtkpBg7DTiD7ZJ { display:block; }
 }@media only screen and (max-width: 763px) { #vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q { display:block; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q { background-color: transparent; background-image: none; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container > .video-iframe-container { display: none; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row > .video-iframe-container { display: none; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .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); }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q { border-width: 0; border-radius: 0; }#vSLfATVTl0TE2luGTRyTWCdLZNnwGl3Q > .row .container { width:20rem;height:61.875rem;background-color:#ffffff;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrXMMk5Zk5bkDqKwUbAQZEyPmwgB7wil { width:18.75rem;height:1.75rem;top:1.8738250732422rem;left:0.62226560711861rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbfMAvkM77WaIPOTTBuuKMuviJiROsoy { width:18.1241875rem;height:49.85rem;top:4.744921207428rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwDxWEGqt7m7K7AuslnkN0V1texVoT9D { width:19.375rem;height:129.375rem;top:1.9371109008789rem;left:0.27890625596046rem;background-color:rgba(255,255,255,0.95);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TeLEc9ynr1rez2mLdV2Tdr01BVTq2ZIw { width:18.1234375rem;height:0;top:9.160937309265rem;left:1.8765624761581rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #yd4O36erAmTXDFNuXUZ6TACun7fSuJGM { width:19.997396469116rem;height:0;top:47.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #wTPxSWIDJt9PRXWZDvqppJ3aElzUihJw { width:20rem;height:auto;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SG7lEm8QZT2L4TdmhFfP7XqKzx10sssZ { width:19rem;height:4.125rem;top:55.374219894409rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOqFim43ZQLxQIcP0TcSyV1bb3hCmqAN { display:block; }
 }@media only screen and (max-width: 763px) { #UdzIBHTBrGPNzaDR5kpMUFxfwaHcUwmc { width:3.1875rem;height:2.6rem;top:4.5rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMoCv5kVLIh7fIRcpDCpzvXOlIKuXOPp { width:3.1875rem;height:2.6rem;top:27.611721992493rem;left:0.62187504768372rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R46Qb11eRAx4ocCKH6BresOmJhxBxG1q { width:3.1875rem;height:2.6rem;top:48.38671875rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 { display:block; }#H2KL4eTVocQiQbIyQqquuMRMLCAuUFT4 > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OG25mFT2nkIvBDNNrTViF6219GzP2atX { width:20rem;height:2.1rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKz8hxqnFpAuV0vePDIwqRUrmC26VLfb { width:19rem;height:4.125rem;top:53.534375190735rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdCosMo4T79dbQmD7cmSNTZrfBa0UNZg { display:block; }
 }@media only screen and (max-width: 763px) { #HiHN7vXBXs1aMFlOSIsKauZ5rx6e9fGM { width:20rem;height:4.5rem;top:23.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqnArPu4znAKk9bR7EccObMaKAbFN8rg { width:3.125rem;height:3.125rem;top:20.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrPfWTD4UxJ9dgG7XvTETUbciG47Jtvm { width:3.125rem;height:3.125rem;top:41.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3pV0fsreOChzNKSB1QXhs5cJGIxqEKN { width:3.125rem;height:3.125rem;top:30.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlTu763rqvXEdGJt1mufLoeGS7Anh7t7 { width:20rem;height:4.5rem;top:34.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkFl71pUqbpQnDF7xKzV7wNUIqKFhgMR { width:20rem;height:4.5rem;top:45.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQCbII1b3TMtCoWfpemyWPokSaymi6Ts { width:18.125rem;height:8.1rem;top:61.909374237061rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV3nbGX4BSeaihq65bvmuDRKWCDPUE87 { width:18.125rem;height:13.5625rem;top:5.7390626911074rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTGTADvIIk16bww6REBOrDNnwSnHsgp { display:block; }#wGTGTADvIIk16bww6REBOrDNnwSnHsgp > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKCrt1G3KW24RIMnKdnFvOf9JTV9X5y2 { width:20rem;height:3.5rem;top:1.0273437798023rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riDWlGOqsv2UD7gyZ22st9P542ymGuO8 { width:20rem;height:1.75rem;top:6.0281250774861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dWxEUzarEagJNn3r9JASBXcVZEEACcIt { display:flex;width:9rem;height:5.0625rem;top:9.3125rem;left:4.2890623807907rem; }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #FSvEkJng5V3P08Xa6w2RCBHqhMhDVG94 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #E0cMxocQ3oOqLSCrPoHWoDgLJUtSg8wC {  }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #zao3UZuNdmX1SeLsD4T5XLT2gBWX4xgP {  }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #OPZ3z4kvLBqRnZznCkwhSrZRcyyMWMIT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #pCmGiq5OXi9VV6Sx6RsHIcoeR0BbObL2 {  }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #oOJIpwEI8p0Xt1mtHkn3aaZTzdmE5WRC {  }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #yENe1XZUiInrfylIgoOkE1asfFZ2BPgv { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #BHT4CSHhopsX36DDDEJiNva0BrTGRdJA {  }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #CuTNNfi5ct9uEvcR5MaNKM4ppyFBOTXP {  }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #sBBfPX4O7fXu4smMZvEf1DzF2yrR1gdf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #ZAvC6HXB67VO6VkxM3ZIkeHKMzbDc89P {  }
 }@media only screen and (max-width: 763px) { #dWxEUzarEagJNn3r9JASBXcVZEEACcIt #sxAo6cm2BBNbnt31950LqBBxzMzIvKmN {  }
 }@media only screen and (max-width: 763px) { #KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 { background-color:transparent;background-image:none;display:block; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container { background-color: transparent; background-image: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container > .video-iframe-container { display: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row > .video-iframe-container { display: none; }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .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); }#KxHJ8TIn5KOO4KC9Mo8vBFEzbBQv8w49 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4q2nNbFcLOAQ2CTwXBA2ihydl3h1v1a { top:0rem;left:0rem;width:20rem;height:25.125rem;z-index:99998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lxRODWBCAnUzgbJCuUlcMTh2sbTltUQv { width:20rem;height:3.25rem;top:10.027343511581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdp80RQkkhMThZKRnn6K2U1xae8Hcyx1 { width:18.125rem;height:8.375rem;top:7.5898435115813rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ { display:block; }#V2LdFGhTecd6pTTdXRhpwaz0H7XzcwTJ > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05IJBsAZunzXUIbZcfQ7TxVZyMhPDCl { width:5.25rem;height:5.425rem;top:1.25rem;left:7.375rem;display:block; }
 }