.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;
}
html,
body {
  font-size: 16px;
}
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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,246,255;--color-primary-1:155,218,224;--color-primary-2:89,193,203;--color-primary-3:47,178,190;--color-primary-4:0,36,87;--color-secondary-0:251,243,227;--color-secondary-1:244,206,131;--color-secondary-2:241,164,31;--color-secondary-3:145,98,19;--color-secondary-4:48,33,6;--color-tertiary-0:255,255,255;--color-tertiary-1:163,176,194;--color-tertiary-2:102,124,154;--color-tertiary-3:71,84,90;--color-tertiary-4:0,36,87;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"josefin sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4f6f6, #fafbfb);background-image: -moz-linear-gradient(180deg, #e4f6f6, #fafbfb);background-image: -ms-linear-gradient(180deg, #e4f6f6, #fafbfb);background-image: -o-linear-gradient(180deg, #e4f6f6, #fafbfb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f6f6', endColorstr='#fafbfb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f6f6', endColorstr='#fafbfb' );";background-image: linear-gradient(180deg, #e4f6f6, #fafbfb);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container { background-color: transparent; background-image: none; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container > .video-iframe-container { display: none; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row > .video-iframe-container { display: none; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .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); }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container { border-width: 0; border-radius: 0; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#sW8FGNTFHU7rPETlEZi3XonFHWWb8Rid { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.96240234375rem;left:0rem;height:3.4002125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJkHT24CZss2QUioOCDfhfeAoJaxW8iC { color:#47545a;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:7.64892578125rem;left:1.75rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K .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; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.7475rem;padding-right:0.665625rem;padding-bottom:0.7475rem;padding-left:0.665625rem;display:block;align-items:center;width:3.995rem;min-width:3.995rem;height:4.018125rem;position:relative;font-family:var(--headlines-font-family);font-size:2.99rem;font-weight:700;line-height:64.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.326875rem;height:1.588125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.12125rem;font-weight:400;line-height:25.41px;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; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K { 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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:7.56875rem;padding-top:0.934375rem;padding-right:0.95125rem;padding-bottom:0.934375rem;padding-left:0.95125rem;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:0.916015625rem;left:35.26171875rem;z-index:15023; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #KTs6q7LAg5CtZyZdeH4WULaBnHg23vwV { display:flex;position:relative;top:0rem;left:0rem; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #B914uaq79ZW93pdraPaXe1CUKFzPArNL { width:auto; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #Xop2fnXJlrIUo1KT278GeqXFJVTHlMey {  }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #xaWx4bFmnUtI9aHiLBNSKotm5KZcrLDz { display:flex;position:relative;top:0rem;left:0rem; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #h3LBByJKQIZvMZbrzDGnG7uJCA4IyEUT {  }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #l7rASIfZn7Uu4e16wbCZ2mbLlOMEJILC {  }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #JUCZf5bgFQoK6x8EwdMTh3sgGILfGENZ { display:flex;position:relative;top:0rem;left:0rem; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #er5I2qk9RwyCCWImAhyXzZTfT48eC0MX {  }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #GUSaAd74BRS7VJhlmai7T4TmHFGow2KD {  }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #FwBuuqiPbhgg8AaIT7VhdoGylhckLZ2d { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #dBsTwNKdSeUxVbHKVZSSJiVyFZF1ExU9 {  }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #HwvfTEE9bRqyaKeV8U8NTQEhG87mVEmX {  }
#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/50406009-b651-4d2d-bc63-eb5edd5e659b/_Zdjeciegownenastronezapisucz2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz.adaptive-delivery-prevent-bg, #Nn80zSQn9UA9dzGvJGsssHvWprVBTObz.lazyload, #Nn80zSQn9UA9dzGvJGsssHvWprVBTObz.lazyloading { background-image: none; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container { background-color: transparent; background-image: none; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container > .video-iframe-container { display: none; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row > .video-iframe-container { display: none; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .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); }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container { border-width: 0; border-radius: 0; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#TANH4kKqkgggfsKf4SGESGwyzscKCBux { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.246704101562rem;left:41.747436523438rem;height:9.75rem;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; }
#QsW4D5MoUDCRzZ4fRyhLqXQ9wden7KpQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.1875rem;width:18.75rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.3125rem;left:47.125rem;overflow:hidden;display:block; }
#i2mEAVBJ8N6zbQoXTePevJQRhM51Lpfx { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6875rem;left:64.625rem;height:1.625rem;display:block; }
#bq8GdpinFU4MaQRkEyOQhcXLkM3LbeGu { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12207rem;width:25.058625rem;top:22.8076171875rem;left:45.905151367188rem;display:block; }
#pXWCR1hBIMiGZTXWbUHxa7pXIFUAEB9A { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:39.721069335938rem;left:36.569213867188rem;overflow:hidden;display:block; }
#zfrDoPHIGnxISiS09uMZSO80pFnwazMW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#J6ZeXlXpJZWgQ1aK7ePp9vyWz1nZyiTp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.186433553696rem;left:46.527696609497rem;height:2.43696875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ST15goczEZ44aRUb2IKcICDFJlobF4Lq { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.1868125rem;height:4.62446875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:42.094272613526rem;left:47.123579025269rem;display:block; }
#AelGC2gEw5bcVQRnR90C5eCip3Iqqhp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTk2TniZFZ1c5VGtORrd5gAvumDp6Kmk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:29.407848358154rem;left:46.654649734497rem;height:8.12321875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row .container { background-color: transparent; background-image: none; }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row .container > .video-iframe-container { display: none; }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row > .video-iframe-container { display: none; }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .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); }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row .container { border-width: 0; border-radius: 0; }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;overflow:visible;position:relative;display:block; }#tyVma1uFQbW8RrbnVTek9InJisNcrut2 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.3828125rem;left:14.593505859375rem;height:3.65589375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row .container { background-color: transparent; background-image: none; }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row .container > .video-iframe-container { display: none; }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row > .video-iframe-container { display: none; }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .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); }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row .container { border-width: 0; border-radius: 0; }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#CTnxmfrMfPqr4vL53WJPou8paIgM9F6h { 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-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:22.308236837387rem;left:18.749109268189rem;display:block; }
#u53Aa5CUgTDRGQo2e8CBVtiJDw6FZnPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QpxtkrTRfKgV8WzTItHUO3QEApGBlRki { color:rgba(var(--color-secondary-1),1);display:block;width:62.311375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.4384765625rem;left:5.77880859375rem;height:17.8711rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row .container { background-color: transparent; background-image: none; }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row .container > .video-iframe-container { display: none; }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row > .video-iframe-container { display: none; }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .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); }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row .container { border-width: 0; border-radius: 0; }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;overflow:visible;position:relative;display:block; }#vywMvToTf13m6efmc8xIkMapKVPHzwVU { color:rgba(var(--color-tertiary-4),1);display:block;width:45.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.3828125rem;left:14.593505859375rem;height:3.49343125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row .container { background-color: transparent; background-image: none; }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row .container > .video-iframe-container { display: none; }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row > .video-iframe-container { display: none; }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .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); }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row .container { border-width: 0; border-radius: 0; }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row .container { font-size:0.875rem;font-family:arial;height:82.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#s65TF4ibMUm5IOVtW5uoiPCMdK2IGUXB { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.499625rem;width:49.6244375rem;top:6.5589542388919rem;left:12.687320709229rem;display:block; }
#i2xTvHiidIdGNpQG76TJne7I8rnIbU6U { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.49875rem;width:49.6235625rem;top:16.056467056274rem;left:12.687320709229rem;display:block; }
#HVeh2L1CMI6fefSSQ6fomM2DuTdOm6kv { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.497875rem;width:49.6226875rem;top:25.680044174194rem;left:12.688209533691rem;display:block; }
#adSdFNabqr1z3tAIEhw1TgeLwZJ8gCqq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:16.568710327149rem;left:23.686967849731rem;height:7.4716rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcRcg18Gvihm5LHKJI0vZ1pOJeIsVmEq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0712013244631rem;left:23.686967849731rem;height:7.4716rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlaaenXAdHFIP5wBlGwkXW1KVMtAwqC2 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.192293167114rem;left:23.686967849731rem;height:7.4716rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOp1WMGcBnidDd6TIH98KXh2ICSamzhX { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.497875rem;width:49.6218125rem;top:35.058591842651rem;left:12.688209533691rem;display:block; }
#zl3TF70ALbJUVysCf7QmktwOo5SzDle7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:35.570844650269rem;left:24.691938400269rem;height:7.4716rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4AfnzZTwm9rWeSJpGMBMUB7XAG914Q8 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.497875rem;width:49.6218125rem;top:44.5569896698rem;left:12.688209533691rem;display:block; }
#my9obA3aW9wgbs0plUFblyu910vSXunS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:45.067464828491rem;left:24.691938400269rem;height:7.4716rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ip60TX7gCaZ1nzv4WLb7VwA5ZeSzzlu9 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.497875rem;width:49.6218125rem;top:53.999467849731rem;left:12.688209533691rem;display:block; }
#oxyP73T8fKXmESuUfEKx7xLOto14TmAX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:54.511724472046rem;left:24.691938400269rem;height:7.4716rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqH80kz6ihQFdhTKVEGCHX1xTlwADMWC { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.497875rem;width:49.6218125rem;top:63.301668167113rem;left:12.688209533691rem;display:block; }
#S8qm11TlaEKDS7I28lBbHMW9nvNRSEAE { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.497875rem;width:49.6218125rem;top:72.7991771698rem;left:12.688209533691rem;display:block; }
#tVghBOkUzvKPvrqI5wmF59W8F3g4OSFF { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:63.813924789431rem;left:24.691938400269rem;height:7.4716rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tW32DEkGEQPWA9I8B6ZxpooOZ61D6hE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:74.853509902956rem;left:24.691938400269rem;height:5.6037rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyItAz0spUbMhskRBtkM06KnUQ6N1vZw { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0.76615905761719rem;left:12.691938400269rem;height:4.549rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hN7kqWfGSngeBv4p7vdLvIAGG6L7XegV { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5618125rem;width:8.5618125rem;top:16.022726774216rem;left:12.685546875rem;overflow:hidden;display:block; }
#nSWLaB8P5ttNsr91l9emiShisLNMF2xD { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:6.55717253685rem;left:12.685546875rem;overflow:hidden;display:block; }
#ugs8uIq84z6f6zhXuxaIyHZtJo0fq1TJ { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:25.646305799484rem;left:12.685546875rem;overflow:hidden;display:block; }
#nd2M1rfT9GEnSAPpiyKcJaDQbqSLEJBc { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:35.055930137634rem;left:12.685546875rem;overflow:hidden;display:block; }
#rR68ytTSqbKV5tkpU5Fr2mlWmymzdP0z { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:44.585404396057rem;left:12.685546875rem;overflow:hidden;display:block; }
#czk8JsLht5wdmH00IrhT3WZOcuFgJHJa { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:54.027876853943rem;left:12.685546875rem;overflow:hidden;display:block; }
#T2hXR69V1n0yCXIm3XHrzHqu5XUocP8o { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:63.331851959231rem;left:12.685546875rem;overflow:hidden;display:block; }
#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc.adaptive-delivery-prevent-bg, #WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc.lazyload, #WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc.lazyloading { background-image: none; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container { background-color: transparent; background-image: none; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #002457; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container > .video-iframe-container { display: none; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #002457; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row > .video-iframe-container { display: none; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .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); }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container { border-width: 0; border-radius: 0; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#DZhsOnAFTQokTTPlZUwkUOq8FDmSDJx4 { color:#002457;display:block;width:29.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.288351297379rem;left:22.531072616577rem;height:2.43696875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L56vETy3z7IquQyKghrQxDrGfQl0NKcZ { box-sizing:content-box;height:32.5rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5609018802643rem;left:14.0625rem;display:block; }
#k0KuFN3Wk1h2xiReuKU8RCdZhq1FXZqD { color:#284d42;display:block;width:29.9369375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0623219013213rem;left:22.530183792114rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#NfzfFeodul99OZi4FCoElS8QN7T7m8cW { 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.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;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-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.0447275rem;height:4.23189rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.059658288956rem;left:22.531072616577rem;display:block; }
#nctfhl8NAGaR2JeHTBGer8V8mUB8Jupd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owDHRaZq0FbeVnE5l5ox3sbvVJJsQuKZ { color:#47545a;display:block;width:29.6244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:11.092861413956rem;left:22.686433792114rem;height:7.599425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tsqx3QdrWy9tWb44OSKTnTmRmsGCOiCK { color:#47545a;display:block;width:29.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:28.143629312515rem;left:22.687322616577rem;height:5.3986125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JnCrrk0ROSXdsAuW4sclpT3P25PGxH6I { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.375rem;width:40.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qIWmLbckfwq7kAwGu5iirqusdFLtTrny { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.374625rem;width:40.374625rem;top:0rem;left:34.625352859497rem;overflow:hidden;display:block; }
#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(181deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(181deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(181deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(181deg, #fff5d4, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container { background-color: transparent; background-image: none; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container > .video-iframe-container { display: none; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row > .video-iframe-container { display: none; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .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); }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container { border-width: 0; border-radius: 0; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#k232TqXFnSOOKf4ERPDIORDlezFV4vUT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3744668960571rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b { position:relative;display:block; }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b { background-color: transparent; background-image: none; }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b > .row .container > .video-iframe-container { display: none; }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b > .row > .video-iframe-container { display: none; }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b > .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); }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b { border-width: 0; border-radius: 0; }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wCIshEIpAahPAmPS5rHxuH4WEWRTFhD2 { box-sizing:content-box;height:42.3125rem;width:17.5625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.4254264831543rem;left:19.332384109497rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#F7gcB5pJGCBHh83SzMMcr2PBRg6tub4l { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:18.941760063171rem;left:19.999109268189rem;height:21.59445rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JLyfzuDIJ6Z3qdp6p6OCc13qEnr6L9Ch { box-sizing:content-box;height:42.4375rem;width:17.5625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.4245376586914rem;left:38.082384109497rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#DBhD1T2M33gS7Ey0E5EkIHLdRHvDLVXD { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:18.940861701966rem;left:38.437498092651rem;height:12.5967625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pB0ulqlHzLpVtbwrguiO99xqLdodzODG { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:33.975483894348rem;left:38.749998092651rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQFrv33GLnXqvBtLeNbop0hFfIEBJybI { box-sizing:content-box;height:42.3125rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.4245376586914rem;left:56.8323802948rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#OQ52BELRz9XZLfb9fXicgEbOV7FRIKGn { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:18.940861701966rem;left:57.187498092651rem;height:19.79495rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wbOyEpyKoWNwqgUdhUZEKmm2tJBruxie { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:40.533551216126rem;left:57.499998092651rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuwmOFnuUE6BTIEykOzwinG888HDWp6x { box-sizing:content-box;height:42.1875rem;width:17.625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.4245376586914rem;left:0.58061027526856rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#ER8zVfoPGTrTDWoL8KRyzRAvxLHBDTF3 { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:18.940861701966rem;left:1.25rem;height:10.797225rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zbh4RPeT2MhkDykbnwIRxIMegUJQFyFn { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:3.8541660308838rem;left:2.71875rem;overflow:hidden;display:block; }
#mBwLx1gLKcpv4GV6DbeCarRNBkCEVB48 { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:31.889203548431rem;left:1.25rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgTWz7VrSh68q1RsvH7XHlduF2llWW3g { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:41.975312232971rem;left:19.999109268189rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTUoq8TlIeh54DVJeud3iAl1mqfIHGM5 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:3.853515625rem;left:21.46875rem;overflow:hidden;display:block; }
#sqpF6xZvqbCXiJH6ZqcoUZsEbFIZXLuc { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:13.2493125rem;top:3.852087020874rem;left:40.248579025269rem;overflow:hidden;display:block; }
#Dtiznt1DzTiMk4lX1OyZbtFg0W0ocg7d { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:3.853515625rem;left:58.96875rem;overflow:hidden;display:block; }
#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/adaefe2a-8565-45b4-81f4-408f639e87b6/Wykorzystanenalandinguwebianar12nawykow.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd.adaptive-delivery-prevent-bg, #UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd.lazyload, #UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd.lazyloading { background-image: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container { background-color: transparent; background-image: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container > .video-iframe-container { display: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row > .video-iframe-container { display: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .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); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container { border-width: 0; border-radius: 0; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#w6TmCp1d2eovO8wocLvGTplmENTZTmxe { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#nIth5ArKTP44mTRVxXkneIvQy0Bw8DAw { display:block;width:32.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.625rem;left:35.375rem;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTvG1LJPivQXJi8MesSMvPwupDH9VTlA { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:7.5rem;height:37.5rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#HWtCGOA4dcwx1p9xoQoqtvVDuFnXTlXd { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:7.5rem;height:37.5rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#vVRq62OE2TTAGnnk53iPuEiB6TNA9NKX { color:rgba(var(--color-tertiary-3),1);display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:34.8125rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PUoTVlFBLlk4aH4yd9diyNBWsoWelIDL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#mW8fWvRCSo5Rr549a6EFaH4oTBGPpeIv { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:28.625rem;height:5.625rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#u1eynb5VrwTMwkLhpC5TWVrlIsQZpeZT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:31.25rem;display:none; }
#QWkWNB8g091Ph4lETHGz0eGkwDWrPqgP { display:block;width:35.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:16.102294921875rem;left:35.374755859375rem;height:29.245375rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dr6U0sdw6lwrkMXkPep1CJbtTf8fze70 { display:block;width:30.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.9996337890625rem;left:35.374755859375rem;height:5.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff5d4);background-image: -moz-linear-gradient(180deg, #ffffff, #fff5d4);background-image: -ms-linear-gradient(180deg, #ffffff, #fff5d4);background-image: -o-linear-gradient(180deg, #ffffff, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #ffffff, #fff5d4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container { background-color: transparent; background-image: none; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container > .video-iframe-container { display: none; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row > .video-iframe-container { display: none; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .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); }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container { border-width: 0; border-radius: 0; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#cpWSBiANCJLpfLW6exWqxQQfGVUMHQKo { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.96240234375rem;left:0rem;height:3.4002125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oicZahJ8O2lFI8E448R9kvPM4HkekWsv { color:#47545a;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:7.64892578125rem;left:1.75rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o .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; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.7475rem;padding-right:0.665625rem;padding-bottom:0.7475rem;padding-left:0.665625rem;display:block;align-items:center;width:3.995rem;min-width:3.995rem;height:4.018125rem;position:relative;font-family:var(--headlines-font-family);font-size:2.99rem;font-weight:700;line-height:64.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.326875rem;height:1.588125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.12125rem;font-weight:400;line-height:25.41px;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; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o { 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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:7.56875rem;padding-top:0.934375rem;padding-right:0.95125rem;padding-bottom:0.934375rem;padding-left:0.95125rem;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:0.916015625rem;left:35.26171875rem;z-index:15023; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #OUhtq5kp0v7rWl96y55kuoWaaUNaMMSW { display:flex;position:relative;top:0rem;left:0rem; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #ATT6rBdOvGgll8vxTlc9xFvkaEhXKVxl { width:auto; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #LhD8shc7fOpuIELPhXpgMIXgZDO5vsr6 {  }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #NRVN1BMVCG0qR4lqJRGTVuqwGE41iDvi { display:flex;position:relative;top:0rem;left:0rem; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #bkNRfAQAAo3ALWCydIgK2itZtkfQvIfd {  }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #EfT71fWw6ZQTmwBVl7OhZIa7dSxu5yxG {  }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #NnD60Lr98GMrBlzhfhqDHXaMUvzhn4nN { display:flex;position:relative;top:0rem;left:0rem; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #HufxexqBVXfC9rwyVGL7pAnoztEsnThH {  }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #RtSJP1vKNLbZspbnTMMlNyxEH5sts1lv {  }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #DJG14IvII0uLvlKG2D85RJO5XNlsaT8s { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #NU45iEiIyKrl5qhGBoF3LGUCzwzuqlJU {  }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #lqOWbinc9KoH0vTNFcnVuTel1RuRlHrE {  }
#Qwr9SGIylQrTzqIB28lWOUE2huEKHV8P { 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-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:14.060722351074rem;left:17.05788230896rem;display:block; }
#RfZElRGTp3TKPRV6SfnvQXzzhDboz9CH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcdf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container { background-color: transparent; background-image: none; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container > .video-iframe-container { display: none; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row > .video-iframe-container { display: none; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .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); }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container { border-width: 0; border-radius: 0; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container { font-size:0.875rem;font-family:"open sans";height:7.9375rem;width:75rem;position:relative;display:block; }#T8NbqFasIArTGNIWDElIvVMZkkFG5eBT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.6142578125rem;left:31.875rem;overflow:hidden;display:block; }
#TAnazySnH3GsyrZtfTrbQJO52v830szB { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.3017578125rem;left:41.875rem;height:1.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW { display:block; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sW8FGNTFHU7rPETlEZi3XonFHWWb8Rid { width:34.3125rem;height:3.375rem;top:3.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJkHT24CZss2QUioOCDfhfeAoJaxW8iC { width:29.1875rem;height:1.75rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K .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; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K .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; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K { display:flex;width:13.5rem;height:5.0625rem;top:0.875rem;left:18.5rem; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #KTs6q7LAg5CtZyZdeH4WULaBnHg23vwV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #B914uaq79ZW93pdraPaXe1CUKFzPArNL {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #Xop2fnXJlrIUo1KT278GeqXFJVTHlMey {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #xaWx4bFmnUtI9aHiLBNSKotm5KZcrLDz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #h3LBByJKQIZvMZbrzDGnG7uJCA4IyEUT {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #l7rASIfZn7Uu4e16wbCZ2mbLlOMEJILC {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #JUCZf5bgFQoK6x8EwdMTh3sgGILfGENZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #er5I2qk9RwyCCWImAhyXzZTfT48eC0MX {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #GUSaAd74BRS7VJhlmai7T4TmHFGow2KD {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #FwBuuqiPbhgg8AaIT7VhdoGylhckLZ2d { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #dBsTwNKdSeUxVbHKVZSSJiVyFZF1ExU9 {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #HwvfTEE9bRqyaKeV8U8NTQEhG87mVEmX {  }
 }@media only screen and (max-width: 763px) { #Nn80zSQn9UA9dzGvJGsssHvWprVBTObz { display:block; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container { width:47.75rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TANH4kKqkgggfsKf4SGESGwyzscKCBux { width:25rem;height:5.588234875rem;top:7.7338962554931rem;left:11.372931301594rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsW4D5MoUDCRzZ4fRyhLqXQ9wden7KpQ { width:15.25rem;height:7.5rem;top:0.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2mEAVBJ8N6zbQoXTePevJQRhM51Lpfx { width:1.3120404375rem;height:1.6176470625rem;top:0.047775268554688rem;left:30.259649097919rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq8GdpinFU4MaQRkEyOQhcXLkM3LbeGu { width:21.875rem;height:0.122932rem;top:14.17231464386rem;left:12.903261959553rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWCR1hBIMiGZTXWbUHxa7pXIFUAEB9A { width:9.375rem;height:9.375rem;top:39.6875rem;left:22.944213867188rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfrDoPHIGnxISiS09uMZSO80pFnwazMW { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6ZeXlXpJZWgQ1aK7ePp9vyWz1nZyiTp { width:26.9375rem;height:2.4375rem;top:25.125rem;left:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST15goczEZ44aRUb2IKcICDFJlobF4Lq { width:24.125rem;height:4.5625rem;top:42.0625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AelGC2gEw5bcVQRnR90C5eCip3Iqqhp7 { display:block; }
 }@media only screen and (max-width: 763px) { #TTk2TniZFZ1c5VGtORrd5gAvumDp6Kmk { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfMLW1TmboRagLa1AMKDxyGcSbsAA33q { display:block; }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyVma1uFQbW8RrbnVTek9InJisNcrut2 { width:18.75rem;height:2.83333325rem;top:10.6875rem;left:25.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 { display:block; }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTnxmfrMfPqr4vL53WJPou8paIgM9F6h { width:37.5rem;height:3.4375rem;top:22.25rem;left:5.1241092681885rem;display:block; }
 }@media only screen and (max-width: 763px) { #u53Aa5CUgTDRGQo2e8CBVtiJDw6FZnPa { display:block; }
 }@media only screen and (max-width: 763px) { #QpxtkrTRfKgV8WzTItHUO3QEApGBlRki { width:38.5rem;height:17.875rem;top:6.08203125rem;left:4.6249998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq { display:block; }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vywMvToTf13m6efmc8xIkMapKVPHzwVU { width:18.75rem;height:2.83333325rem;top:10.6875rem;left:25.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP { display:block; }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s65TF4ibMUm5IOVtW5uoiPCMdK2IGUXB { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2xTvHiidIdGNpQG76TJne7I8rnIbU6U { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVeh2L1CMI6fefSSQ6fomM2DuTdOm6kv { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #adSdFNabqr1z3tAIEhw1TgeLwZJ8gCqq { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcRcg18Gvihm5LHKJI0vZ1pOJeIsVmEq { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlaaenXAdHFIP5wBlGwkXW1KVMtAwqC2 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOp1WMGcBnidDd6TIH98KXh2ICSamzhX { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3TF70ALbJUVysCf7QmktwOo5SzDle7 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4AfnzZTwm9rWeSJpGMBMUB7XAG914Q8 { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #my9obA3aW9wgbs0plUFblyu910vSXunS { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip60TX7gCaZ1nzv4WLb7VwA5ZeSzzlu9 { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxyP73T8fKXmESuUfEKx7xLOto14TmAX { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqH80kz6ihQFdhTKVEGCHX1xTlwADMWC { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8qm11TlaEKDS7I28lBbHMW9nvNRSEAE { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVghBOkUzvKPvrqI5wmF59W8F3g4OSFF { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW32DEkGEQPWA9I8B6ZxpooOZ61D6hE9 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyItAz0spUbMhskRBtkM06KnUQ6N1vZw { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN7kqWfGSngeBv4p7vdLvIAGG6L7XegV { width:8.5rem;height:8.5rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSWLaB8P5ttNsr91l9emiShisLNMF2xD { width:8.5rem;height:8.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugs8uIq84z6f6zhXuxaIyHZtJo0fq1TJ { width:8.5rem;height:8.5rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd2M1rfT9GEnSAPpiyKcJaDQbqSLEJBc { width:8.4375rem;height:8.4375rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR68ytTSqbKV5tkpU5Fr2mlWmymzdP0z { width:8.4375rem;height:8.4375rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czk8JsLht5wdmH00IrhT3WZOcuFgJHJa { width:8.4375rem;height:8.4375rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hXR69V1n0yCXIm3XHrzHqu5XUocP8o { width:8.4375rem;height:8.4375rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc { display:none; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZhsOnAFTQokTTPlZUwkUOq8FDmSDJx4 { width:29.875rem;height:2.375rem;top:18.25rem;left:8.9060726165769rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L56vETy3z7IquQyKghrQxDrGfQl0NKcZ { width:46.875rem;height:32.5rem;top:3.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0KuFN3Wk1h2xiReuKU8RCdZhq1FXZqD { top:7rem;left:8.9051837921144rem;width:29.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfzfFeodul99OZi4FCoElS8QN7T7m8cW { width:31rem;height:4.1875rem;top:22rem;left:8.9060726165769rem;display:block; }
 }@media only screen and (max-width: 763px) { #nctfhl8NAGaR2JeHTBGer8V8mUB8Jupd { display:block; }
 }@media only screen and (max-width: 763px) { #owDHRaZq0FbeVnE5l5ox3sbvVJJsQuKZ { width:29.5625rem;height:7.5625rem;top:11.0625rem;left:9.0614337921144rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsqx3QdrWy9tWb44OSKTnTmRmsGCOiCK { width:29.5625rem;height:5.375rem;top:28.125rem;left:9.0623226165769rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnCrrk0ROSXdsAuW4sclpT3P25PGxH6I { width:40.375rem;height:40.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIWmLbckfwq7kAwGu5iirqusdFLtTrny { width:40.3125rem;height:40.3125rem;top:0rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBBc0bPlvO5r853PCfEdgsbwLEO08z28 { display:block; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k232TqXFnSOOKf4ERPDIORDlezFV4vUT { width:47.75rem;height:8.125rem;top:3.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b { display:block; }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCIshEIpAahPAmPS5rHxuH4WEWRTFhD2 { width:17.5625rem;height:42.3125rem;top:2.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gcB5pJGCBHh83SzMMcr2PBRg6tub4l { width:16.25rem;height:21.5625rem;top:18.9375rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLyfzuDIJ6Z3qdp6p6OCc13qEnr6L9Ch { width:17.5625rem;height:42.4375rem;top:2.375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBhD1T2M33gS7Ey0E5EkIHLdRHvDLVXD { width:16.875rem;height:12.5625rem;top:18.9375rem;left:18.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB0ulqlHzLpVtbwrguiO99xqLdodzODG { top:33.9375rem;left:19.5625rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQFrv33GLnXqvBtLeNbop0hFfIEBJybI { width:17.5625rem;height:42.3125rem;top:2.375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ52BELRz9XZLfb9fXicgEbOV7FRIKGn { width:16.875rem;height:19.75rem;top:18.9375rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbOyEpyKoWNwqgUdhUZEKmm2tJBruxie { top:40.5rem;left:31.5rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwmOFnuUE6BTIEykOzwinG888HDWp6x { width:17.625rem;height:42.1875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER8zVfoPGTrTDWoL8KRyzRAvxLHBDTF3 { width:16.25rem;height:10.75rem;top:18.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbh4RPeT2MhkDykbnwIRxIMegUJQFyFn { width:13.25rem;height:13.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBwLx1gLKcpv4GV6DbeCarRNBkCEVB48 { top:31.875rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTWz7VrSh68q1RsvH7XHlduF2llWW3g { top:41.9375rem;left:7.625rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTUoq8TlIeh54DVJeud3iAl1mqfIHGM5 { width:13.25rem;height:13.25rem;top:3.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqpF6xZvqbCXiJH6ZqcoUZsEbFIZXLuc { width:13.1875rem;height:13.1875rem;top:3.8125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtiznt1DzTiMk4lX1OyZbtFg0W0ocg7d { width:13.3125rem;height:13.3125rem;top:3.8125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd { background-color:#7a3855;background-image:none;display:block; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container { background-color: transparent; background-image: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container > .video-iframe-container { display: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row > .video-iframe-container { display: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .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); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container { width:47.75rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6TmCp1d2eovO8wocLvGTplmENTZTmxe { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIth5ArKTP44mTRVxXkneIvQy0Bw8DAw { width:25.25rem;height:2.15625rem;top:10.08203125rem;left:21.4375rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #BTvG1LJPivQXJi8MesSMvPwupDH9VTlA { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #HWtCGOA4dcwx1p9xoQoqtvVDuFnXTlXd { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVRq62OE2TTAGnnk53iPuEiB6TNA9NKX { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #PUoTVlFBLlk4aH4yd9diyNBWsoWelIDL { width:12.5rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mW8fWvRCSo5Rr549a6EFaH4oTBGPpeIv { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1eynb5VrwTMwkLhpC5TWVrlIsQZpeZT { top:2.24609375rem;left:0rem;width:47.25rem;height:22.3125rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QWkWNB8g091Ph4lETHGz0eGkwDWrPqgP { width:37.4375rem;height:21.03454375rem;top:25.958374023438rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6U0sdw6lwrkMXkPep1CJbtTf8fze70 { width:25.375rem;height:4.311525rem;top:13.184936523438rem;left:21.34375rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ { display:block; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpWSBiANCJLpfLW6exWqxQQfGVUMHQKo { width:34.3125rem;height:3.375rem;top:3.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicZahJ8O2lFI8E448R9kvPM4HkekWsv { width:29.1875rem;height:1.75rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o .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; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o .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; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o { display:flex;width:13.5rem;height:5.0625rem;top:0.875rem;left:18.5rem; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #OUhtq5kp0v7rWl96y55kuoWaaUNaMMSW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #ATT6rBdOvGgll8vxTlc9xFvkaEhXKVxl {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #LhD8shc7fOpuIELPhXpgMIXgZDO5vsr6 {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #NRVN1BMVCG0qR4lqJRGTVuqwGE41iDvi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #bkNRfAQAAo3ALWCydIgK2itZtkfQvIfd {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #EfT71fWw6ZQTmwBVl7OhZIa7dSxu5yxG {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #NnD60Lr98GMrBlzhfhqDHXaMUvzhn4nN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #HufxexqBVXfC9rwyVGL7pAnoztEsnThH {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #RtSJP1vKNLbZspbnTMMlNyxEH5sts1lv {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #DJG14IvII0uLvlKG2D85RJO5XNlsaT8s { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #NU45iEiIyKrl5qhGBoF3LGUCzwzuqlJU {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #lqOWbinc9KoH0vTNFcnVuTel1RuRlHrE {  }
 }@media only screen and (max-width: 763px) { #Qwr9SGIylQrTzqIB28lWOUE2huEKHV8P { width:37.5rem;height:3.4375rem;top:14rem;left:3.4328823089599rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfZElRGTp3TKPRV6SfnvQXzzhDboz9CH { display:block; }
 }@media only screen and (max-width: 763px) { #EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db { display:block; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8NbqFasIArTGNIWDElIvVMZkkFG5eBT { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnazySnH3GsyrZtfTrbQJO52v830szB { width:1.125rem;height:1.625rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW { background-color:#f4fcff;background-image:none;display:block; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container { background-color: transparent; background-image: none; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container > .video-iframe-container { display: none; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row > .video-iframe-container { display: none; }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .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); }#OOpGxKQCytRFMkWhEWyE4MeLCmcCNwrW > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sW8FGNTFHU7rPETlEZi3XonFHWWb8Rid { width:20rem;height:2.5rem;top:1.52490234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJkHT24CZss2QUioOCDfhfeAoJaxW8iC { width:17.625rem;height:1.5996125rem;top:3.96240234375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K .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; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K .widget-text.counter-number { padding-top:0.409375rem;padding-right:0.359375rem;padding-bottom:0.409375rem;padding-left:0.359375rem;width:2.155625rem;min-width:2.155625rem;height:2.19875rem;font-size:1.63625rem;line-height:35.18px;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;background-color:rgba(var(--color-tertiary-2),1);background-image:none; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.255625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.874375rem;height:0.869375rem;font-size:0.61375rem;line-height:13.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K { display:flex;width:11.625rem;height:4.1425rem;top:5.5rem;left:3.0478515625rem;padding-top:0.764375rem;padding-right:0.78125rem;padding-bottom:0.764375rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #KTs6q7LAg5CtZyZdeH4WULaBnHg23vwV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #B914uaq79ZW93pdraPaXe1CUKFzPArNL {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #Xop2fnXJlrIUo1KT278GeqXFJVTHlMey {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #xaWx4bFmnUtI9aHiLBNSKotm5KZcrLDz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #h3LBByJKQIZvMZbrzDGnG7uJCA4IyEUT {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #l7rASIfZn7Uu4e16wbCZ2mbLlOMEJILC {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #JUCZf5bgFQoK6x8EwdMTh3sgGILfGENZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #er5I2qk9RwyCCWImAhyXzZTfT48eC0MX {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #GUSaAd74BRS7VJhlmai7T4TmHFGow2KD {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #FwBuuqiPbhgg8AaIT7VhdoGylhckLZ2d { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #dBsTwNKdSeUxVbHKVZSSJiVyFZF1ExU9 {  }
 }@media only screen and (max-width: 763px) { #St5hOKZf1Bzmx84BbIe2TEuou8eR0T3K #HwvfTEE9bRqyaKeV8U8NTQEhG87mVEmX {  }
 }@media only screen and (max-width: 763px) { #Nn80zSQn9UA9dzGvJGsssHvWprVBTObz { background-color:#e7f6ff;background-image:none;display:block; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container { background-color: transparent; background-image: none; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container > .video-iframe-container { display: none; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row > .video-iframe-container { display: none; }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .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); }#Nn80zSQn9UA9dzGvJGsssHvWprVBTObz > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TANH4kKqkgggfsKf4SGESGwyzscKCBux { width:20rem;height:4.8739375rem;top:5.2780327796936rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsW4D5MoUDCRzZ4fRyhLqXQ9wden7KpQ { width:7.5rem;height:3.5625rem;top:1.1224724054336rem;left:6.2488507032394rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2mEAVBJ8N6zbQoXTePevJQRhM51Lpfx { width:1.25rem;height:1.2180375rem;top:0.56066173315048rem;left:13.571920275688rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq8GdpinFU4MaQRkEyOQhcXLkM3LbeGu { width:20rem;height:0.0625rem;top:24.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXWCR1hBIMiGZTXWbUHxa7pXIFUAEB9A { width:5.1245125rem;height:5.1245125rem;top:59.57275390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfrDoPHIGnxISiS09uMZSO80pFnwazMW { top:15.490944862366rem;left:0rem;width:20rem;height:20rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZeXlXpJZWgQ1aK7ePp9vyWz1nZyiTp { width:20rem;height:1.62464375rem;top:12.123579502106rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST15goczEZ44aRUb2IKcICDFJlobF4Lq { width:18.9994375rem;height:4.562325rem;top:43.857421875rem;left:0.49893462657929rem;display:block; }
 }@media only screen and (max-width: 763px) { #AelGC2gEw5bcVQRnR90C5eCip3Iqqhp7 { display:block; }
 }@media only screen and (max-width: 763px) { #TTk2TniZFZ1c5VGtORrd5gAvumDp6Kmk { width:20rem;height:8.12321875rem;top:36.424003601074rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfMLW1TmboRagLa1AMKDxyGcSbsAA33q { display:block; }#yfMLW1TmboRagLa1AMKDxyGcSbsAA33q > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyVma1uFQbW8RrbnVTek9InJisNcrut2 { width:20rem;height:2.03125rem;top:0.859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 { display:block; }#WusPh1GV9PavoXwLRA9ZkyDuUt1DLUO7 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTnxmfrMfPqr4vL53WJPou8paIgM9F6h { width:16.875rem;height:3.4375rem;top:26.2109375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u53Aa5CUgTDRGQo2e8CBVtiJDw6FZnPa { display:block; }
 }@media only screen and (max-width: 763px) { #QpxtkrTRfKgV8WzTItHUO3QEApGBlRki { width:20rem;height:26.313925rem;top:2.1246337890625rem;left:0rem;font-size:1.125rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq { display:block; }#kFnEFB1ZtVK9kasfoUzUmpg37nwbU6fq > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vywMvToTf13m6efmc8xIkMapKVPHzwVU { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP { display:block; }#QgtbfBClGGGdeAILlTuEK7wiWHH0rcfP > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s65TF4ibMUm5IOVtW5uoiPCMdK2IGUXB { width:20rem;height:12.9375rem;top:7.2159090042112rem;left:-0.030184686183929rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2xTvHiidIdGNpQG76TJne7I8rnIbU6U { width:20rem;height:14.375rem;top:21.428443908691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVeh2L1CMI6fefSSQ6fomM2DuTdOm6kv { width:20rem;height:12.0625rem;top:36.695665836334rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adSdFNabqr1z3tAIEhw1TgeLwZJ8gCqq { width:20rem;height:7.31090625rem;top:27.936786651611rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcRcg18Gvihm5LHKJI0vZ1pOJeIsVmEq { width:20rem;height:5.848725rem;top:13.153408527374rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlaaenXAdHFIP5wBlGwkXW1KVMtAwqC2 { width:20rem;height:5.848725rem;top:41.878562927246rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOp1WMGcBnidDd6TIH98KXh2ICSamzhX { width:20rem;height:13.3125rem;top:49.538337707519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3TF70ALbJUVysCf7QmktwOo5SzDle7 { width:20rem;height:5.848725rem;top:56.158555984497rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4AfnzZTwm9rWeSJpGMBMUB7XAG914Q8 { width:20rem;height:13.375rem;top:63.598176956175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #my9obA3aW9wgbs0plUFblyu910vSXunS { width:20rem;height:5.848725rem;top:70.095880508425rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip60TX7gCaZ1nzv4WLb7VwA5ZeSzzlu9 { width:20rem;height:12.8125rem;top:77.885303020475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxyP73T8fKXmESuUfEKx7xLOto14TmAX { width:20rem;height:5.848725rem;top:83.882446289062rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqH80kz6ihQFdhTKVEGCHX1xTlwADMWC { width:20rem;height:13.125rem;top:91.624464035031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8qm11TlaEKDS7I28lBbHMW9nvNRSEAE { width:20rem;height:4.9375rem;top:105.75993347168rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVghBOkUzvKPvrqI5wmF59W8F3g4OSFF { width:20rem;height:5.848725rem;top:98.623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW32DEkGEQPWA9I8B6ZxpooOZ61D6hE9 { width:20rem;height:4.38654375rem;top:106.28373336792rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyItAz0spUbMhskRBtkM06KnUQ6N1vZw { width:20rem;height:4.87393125rem;top:0.87979412078856rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN7kqWfGSngeBv4p7vdLvIAGG6L7XegV { width:6.124825rem;height:6.124825rem;top:21.867008209229rem;left:6.9371446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSWLaB8P5ttNsr91l9emiShisLNMF2xD { width:5.9375rem;height:5.9375rem;top:7.2159094810488rem;left:7.0312498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugs8uIq84z6f6zhXuxaIyHZtJo0fq1TJ { width:5.99964375rem;height:5.99964375rem;top:36.694777488709rem;left:6.999289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd2M1rfT9GEnSAPpiyKcJaDQbqSLEJBc { width:6.624625rem;height:6.624625rem;top:49.536575317382rem;left:6.686789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR68ytTSqbKV5tkpU5Fr2mlWmymzdP0z { width:6.4994375rem;height:6.4994375rem;top:63.598185539244rem;left:6.7489346265794rem;display:block; }
 }@media only screen and (max-width: 763px) { #czk8JsLht5wdmH00IrhT3WZOcuFgJHJa { width:6.0617875rem;height:6.0617875rem;top:78.38493824005rem;left:6.968217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hXR69V1n0yCXIm3XHrzHqu5XUocP8o { width:6.4994375rem;height:6.4994375rem;top:92.125355720519rem;left:6.7489346265794rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc { background-color:#fff5d4;background-image:none;display:block; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container { background-color: transparent; background-image: none; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container > .video-iframe-container { display: none; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row > .video-iframe-container { display: none; }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .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); }#WuQw6wXkcopwpIf7H2RTh0M5dL2UXdJc > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZhsOnAFTQokTTPlZUwkUOq8FDmSDJx4 { width:20rem;height:2.03125rem;top:13.895597457886rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L56vETy3z7IquQyKghrQxDrGfQl0NKcZ { width:20rem;height:26.5625rem;top:2.311767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0KuFN3Wk1h2xiReuKU8RCdZhq1FXZqD { width:20rem;height:1.46218125rem;top:4.2249546051026rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfzfFeodul99OZi4FCoElS8QN7T7m8cW { width:17.2947275rem;height:3.23224625rem;top:17.687334060669rem;left:1.3006035089493rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #nctfhl8NAGaR2JeHTBGer8V8mUB8Jupd { display:block; }
 }@media only screen and (max-width: 763px) { #owDHRaZq0FbeVnE5l5ox3sbvVJJsQuKZ { width:19.9369375rem;height:6.3956rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsqx3QdrWy9tWb44OSKTnTmRmsGCOiCK { width:20rem;height:4.7967rem;top:22.622514247894rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnCrrk0ROSXdsAuW4sclpT3P25PGxH6I { width:6.25rem;height:6.25rem;top:11.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIWmLbckfwq7kAwGu5iirqusdFLtTrny { width:20rem;height:20rem;top:4.9094448089599rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBBc0bPlvO5r853PCfEdgsbwLEO08z28 { background-color:transparent;background-image: -webkit-linear-gradient(181deg, #e6feff, #ffffff);background-image: -moz-linear-gradient(181deg, #e6feff, #ffffff);background-image: -ms-linear-gradient(181deg, #e6feff, #ffffff);background-image: -o-linear-gradient(181deg, #e6feff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );";background-image: linear-gradient(181deg, #e6feff, #ffffff);background-size:auto !important;display:block; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container { background-color: transparent; background-image: none; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container > .video-iframe-container { display: none; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row > .video-iframe-container { display: none; }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .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); }#kBBc0bPlvO5r853PCfEdgsbwLEO08z28 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k232TqXFnSOOKf4ERPDIORDlezFV4vUT { width:16.6868125rem;height:5.06303125rem;top:1.3742904663086rem;left:1.655717253685rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b { display:block; }#zGpMa5eaTVtFZT68c2fCVOEC9C7VV75b > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCIshEIpAahPAmPS5rHxuH4WEWRTFhD2 { width:20.125rem;height:29.375rem;top:64.936077117919rem;left:0.0053266882896423rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gcB5pJGCBHh83SzMMcr2PBRg6tub4l { width:19.124625rem;height:17.995375rem;top:42.708626747131rem;left:0.43678975105286rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLyfzuDIJ6Z3qdp6p6OCc13qEnr6L9Ch { width:20.3125rem;height:35.75rem;top:29.112208366394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBhD1T2M33gS7Ey0E5EkIHLdRHvDLVXD { width:17.562125rem;height:12.5967625rem;top:77.913705825806rem;left:1.3103691339493rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB0ulqlHzLpVtbwrguiO99xqLdodzODG { width:17.87375rem;height:1.46218125rem;top:91.893644332888rem;left:1.0626775026321rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQFrv33GLnXqvBtLeNbop0hFfIEBJybI { width:20.125rem;height:32.625rem;top:94.435369491575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ52BELRz9XZLfb9fXicgEbOV7FRIKGn { width:18.187125rem;height:16.195825rem;top:107.30024719238rem;left:0.90553975105287rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbOyEpyKoWNwqgUdhUZEKmm2tJBruxie { width:18.75rem;height:1.46218125rem;top:124.39364242554rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwmOFnuUE6BTIEykOzwinG888HDWp6x { width:20.0625rem;height:29rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ER8zVfoPGTrTDWoL8KRyzRAvxLHBDTF3 { width:18.75rem;height:10.797225rem;top:14.123757362366rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbh4RPeT2MhkDykbnwIRxIMegUJQFyFn { width:11.375rem;height:11.375rem;top:1.5rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBwLx1gLKcpv4GV6DbeCarRNBkCEVB48 { width:18.75rem;height:1.46218125rem;top:26.31214427948rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTWz7VrSh68q1RsvH7XHlduF2llWW3g { width:18.75rem;height:1.46218125rem;top:62.148435592651rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTUoq8TlIeh54DVJeud3iAl1mqfIHGM5 { width:10.7493125rem;height:10.7493125rem;top:30.267226696014rem;left:4.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqpF6xZvqbCXiJH6ZqcoUZsEbFIZXLuc { width:10.999625rem;height:10.999625rem;top:65.619677543637rem;left:4.499289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtiznt1DzTiMk4lX1OyZbtFg0W0ocg7d { width:10.5619375rem;height:10.5619375rem;top:95.359552383425rem;left:4.7185720205307rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd { background-color:#e7f6ff;background-image:none;display:block; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container { background-color: transparent; background-image: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container > .video-iframe-container { display: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row > .video-iframe-container { display: none; }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .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); }#UwPdlSHAyVcPkI1C44Wl9HbqPTQx7Rbd > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6TmCp1d2eovO8wocLvGTplmENTZTmxe { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #nIth5ArKTP44mTRVxXkneIvQy0Bw8DAw { width:20rem;height:1.78178125rem;top:23.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTvG1LJPivQXJi8MesSMvPwupDH9VTlA { width:19.6875rem;height:0;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #HWtCGOA4dcwx1p9xoQoqtvVDuFnXTlXd { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #vVRq62OE2TTAGnnk53iPuEiB6TNA9NKX { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #PUoTVlFBLlk4aH4yd9diyNBWsoWelIDL { top:1.234130859375rem;left:0rem;width:19.8125rem;height:19.8125rem;z-index:15023;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW8fWvRCSo5Rr549a6EFaH4oTBGPpeIv { width:18.75rem;height:5.34534375rem;top:25.967407226562rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;color:#002457;display:block; }
 }@media only screen and (max-width: 763px) { #u1eynb5VrwTMwkLhpC5TWVrlIsQZpeZT { width:20rem;height:9.52rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWkWNB8g091Ph4lETHGz0eGkwDWrPqgP { width:18.125rem;height:38.245725rem;top:33.187255859375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#002457;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6U0sdw6lwrkMXkPep1CJbtTf8fze70 { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ { background-color:#f4fcff;background-image:none;display:block; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container { background-color: transparent; background-image: none; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container > .video-iframe-container { display: none; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row > .video-iframe-container { display: none; }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .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); }#IarCRxuaab6OAVHS9TiS0ip7R1ucqrQZ > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpWSBiANCJLpfLW6exWqxQQfGVUMHQKo { width:20rem;height:2.5rem;top:1.52490234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oicZahJ8O2lFI8E448R9kvPM4HkekWsv { width:17.625rem;height:1.5996125rem;top:3.96240234375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o .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; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o .widget-text.counter-number { padding-top:0.409375rem;padding-right:0.359375rem;padding-bottom:0.409375rem;padding-left:0.359375rem;width:2.155625rem;min-width:2.155625rem;height:2.19875rem;font-size:1.63625rem;line-height:35.18px;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; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.255625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.874375rem;height:0.869375rem;font-size:0.61375rem;line-height:13.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o { display:flex;width:11.625rem;height:4.1425rem;top:5.5rem;left:3.0478515625rem;padding-top:0.764375rem;padding-right:0.78125rem;padding-bottom:0.764375rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #OUhtq5kp0v7rWl96y55kuoWaaUNaMMSW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #ATT6rBdOvGgll8vxTlc9xFvkaEhXKVxl {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #LhD8shc7fOpuIELPhXpgMIXgZDO5vsr6 {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #NRVN1BMVCG0qR4lqJRGTVuqwGE41iDvi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #bkNRfAQAAo3ALWCydIgK2itZtkfQvIfd {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #EfT71fWw6ZQTmwBVl7OhZIa7dSxu5yxG {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #NnD60Lr98GMrBlzhfhqDHXaMUvzhn4nN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #HufxexqBVXfC9rwyVGL7pAnoztEsnThH {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #RtSJP1vKNLbZspbnTMMlNyxEH5sts1lv {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #DJG14IvII0uLvlKG2D85RJO5XNlsaT8s { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #NU45iEiIyKrl5qhGBoF3LGUCzwzuqlJU {  }
 }@media only screen and (max-width: 763px) { #RktR4e55RpHKoFzBqHBS1QuKfk5mWh0o #lqOWbinc9KoH0vTNFcnVuTel1RuRlHrE {  }
 }@media only screen and (max-width: 763px) { #Qwr9SGIylQrTzqIB28lWOUE2huEKHV8P { width:19rem;height:3.4375rem;top:12.420997412109rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfZElRGTp3TKPRV6SfnvQXzzhDboz9CH { display:block; }
 }@media only screen and (max-width: 763px) { #EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db { background-color:#f4fcff;background-image:none;display:block; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container { background-color: transparent; background-image: none; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container > .video-iframe-container { display: none; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row > .video-iframe-container { display: none; }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .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); }#EMZwLNrSkbBzcNqxGbg3peEwN4Mk84Db > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8NbqFasIArTGNIWDElIvVMZkkFG5eBT { width:6.25rem;height:3.0625rem;top:1.65625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnazySnH3GsyrZtfTrbQJO52v830szB { width:1.3125rem;height:1.21875rem;top:1.65625rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }