.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;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); }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffb;background-image:url("https://images.assets-landingi.com/uc/63f608e2-b8aa-46e6-9bff-f19d9e3f7d83/kongres_KVPTW_KURS.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF.adaptive-delivery-prevent-bg, #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF.lazyload, #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF.lazyloading { background-image: none; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF > .row .container { border-width: 0; border-radius: 0; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#Wz6paNXVUBTHlHdbHBkP5ltFNSJynfKI { color:#267360;display:block;width:35.4375rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyZmgL5CtUSkT8wPwSCRqoTwqiBRE55f { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:51.09375rem;display:block; }
#rPMyIwoCT9Nh0TmJsLtUt6E7WDTtsKDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IXxbeGhILqiWPJ6C9rkGhF3zdoF5h0fv { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#sybhECHcExsAackVvlXbFyuD9COgFJGM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VaghOMbx1n29AiZprBtPtOEyvGgoBsSF { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#Uo97mdeeD35TXv2W5OTeG7uiIJwDvMFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sI7Uwnr4DvEohEAmspUlJogk7vOlpp01 { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#NILpL99E4HtIH7vuTsNEB3Jhc8Gutz7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lboq5m1cFymhb2gFNiQ6FIqUc6TWIgXW { color:#808080;display:block;width:23.5rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:23.505859375rem;left:0rem;height:1.8rem;font-style:normal;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:left;text-align-last:left;display:block; }
#Sprcu21wGkbqUqzNF9IQkzg1c63OaC8l { background-color:#267360;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28rem;left:0rem;display:block; }
#Ult2aRKWevt1lJC94SmxgSzgTGXoPfQB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQdZl9amIR5Q6MCJ3ClziTVUgAKD4XXm { position:absolute;display:block;z-index:15035;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:3.875rem;width:18.75rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#zgs7i1IhsH6VvQkQv1Z5me4G2mc2GB10 { position:absolute;display:block;z-index:15037;background-color:#fb862b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:block; }
#FiJraRHt9R78gZeNuJpwwyOcmWD6IAE1 { position:absolute;display:block;z-index:15038;background-color:#fb862b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#KyrsHPdlrTQn2t9hsoUasKXCo2hLXJPu { position:absolute;display:block;z-index:15039;background-color:#fb862b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#trTDpqBM8rxCbnVW358ZfFGTlvupa2KK { color:#104f40;display:block;width:31.375rem;position:absolute;font-family:publicsansextrabold;font-size:2.375rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:16.443756103516rem;left:0rem;height:5.7rem;font-style:normal;display:block; }
#T7xhih8PM6r31L6TI9v8wf7NKPTMeAn2 { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:10.875rem;left:0.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAlwvJOxo3K5WFhWoCWxfuVWPrf81Jvh { position:absolute;display:block;z-index:15049;background-color:#0e4134;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:1.625rem;width:12.25rem;top:10.706250190735rem;left:0rem;display:block; }
#e4woZxBifNkgbwTWcuFaTa9oL2RvIK4c { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #058d81, #005b5b);background-image: -moz-linear-gradient(135deg, #058d81, #005b5b);background-image: -ms-linear-gradient(135deg, #058d81, #005b5b);background-image: -o-linear-gradient(135deg, #058d81, #005b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#005b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#005b5b' );";background-image: linear-gradient(135deg, #058d81, #005b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:5.625rem;left:66.875rem;display:block; }
#JppI970MywuyXWLlWIpuVWccz0W7gENL { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:2.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:66.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE1xcFC1zXdkTwkyDcqbIafin83WhlTp { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:9.3624877929688rem;left:66.875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhnM6ySq2uzn795cPrmMFWIO23iDEkSD { position:absolute;display:block;z-index:15054;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:30.875rem;width:34.0625rem;top:5.375rem;left:34.40625rem;overflow:hidden;display:block; }
#ORURqAkM7g2vDoGTXDxBOxm556HnQROD { background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #267360;border-left:0.0625rem solid #267360;border-right:0.0625rem solid #267360;border-bottom:0.0625rem solid #267360;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:#267360;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28rem;left:17.5rem;display:block; }
#xXIxdkGO3LqbEwgyTqTE18T6Ho2MIIIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKfRoTsfyEwEkDv1v511qP6uxy2Mfu8g { background-color:rgba(0,0,0,0);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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:7.5rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:5.6437501907349rem;left:66.875rem;display:block; }
#m8A4Klw0SeJgimaGcZXwCr7SedmgdM9i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zG10F91FlJ27RFm00iFMJ0mv0EltZ0u6 { color:#565656;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:32.75rem;left:67.5rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raNZx599Q5hJHVnn9lZh9zMbmeaeALva { position:absolute;display:block;z-index:15058;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:7.5rem;width:7.5rem;top:25.0625rem;left:67.5rem;overflow:hidden;display:block; }
#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffb;background-image:url("https://images.assets-landingi.com/uc/63f608e2-b8aa-46e6-9bff-f19d9e3f7d83/kongres_KVPTW_KURS.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r.adaptive-delivery-prevent-bg, #F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r.lazyload, #F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r.lazyloading { background-image: none; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r > .row .container { border-width: 0; border-radius: 0; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#hf9k1xE2n0Cfdz8n1BwhPLy4O1uevLR6 { color:#267360;display:block;width:35.4375rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O5FZ78rvIOcJ0qRpFPlzOvLdiuGkRHPM { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:51.09375rem;display:block; }
#kQX1E7Q3l1zwE0DWO5HAQBG22kbGhayl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CmrxApVTE3MAZsciMHMO3VeQXkbX7lXT { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#D6V3FRc91XKSgb1P6ee3EAdmKMVZi4NW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URkgyG9lzKcRFDNM5nLUN7NKCwex7Jgh { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#MAehwoZ59S5GBwmi9UEpgB6ezEwPENWu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ueSKbIEhWVCISvbHtxzuLg3fcst75P1h { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#DsVqB8QNZomBO9MNAHb1Vqlzml29GshP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kzo7SmgPZwDhmGWiU9tTLNRAcggzv0DT { color:#808080;display:block;width:23.5rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:23.505859375rem;left:0rem;height:1.8rem;font-style:normal;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:left;text-align-last:left;display:block; }
#PdA23F1dxLxCrzDlIRWdN3umVRRrb1Il { background-color:#267360;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28rem;left:0rem;display:block; }
#ogJZQtGPhrphW2nf2GccraDrx78QLEIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4uGG76MOIFXt8JmHWa2tGMxa3avv2ve { position:absolute;display:block;z-index:15035;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:3.875rem;width:18.75rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#DUnqSpV3NntOqU5O5RT6zgCTn5MQnKhV { position:absolute;display:block;z-index:15037;background-color:#fb862b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:block; }
#sWQsBcKQ9bRJaHPufbMw2UWp9c2HptSg { position:absolute;display:block;z-index:15038;background-color:#fb862b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#aInid3Nq5T3kUfGLTgTMqTpqdxS12J1R { position:absolute;display:block;z-index:15039;background-color:#fb862b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#RJvFIyJvFnG7Eu8QTDfHJ3gMJJM2bpsn { color:#104f40;display:block;width:31.375rem;position:absolute;font-family:publicsansextrabold;font-size:2.375rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:16.443756103516rem;left:0rem;height:5.7rem;font-style:normal;display:block; }
#MI0Fe99GThNb03FQeqAC4u9pQkXxmG8M { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:10.875rem;left:0.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QMpcJc77WyownQMUEz2i6dGWvUzU3OXD { position:absolute;display:block;z-index:15049;background-color:#0e4134;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:1.625rem;width:12.25rem;top:10.706250190735rem;left:0rem;display:block; }
#AxSgkGBNRr2ZtALAHiU4CHIA1TrzADe2 { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #058d81, #005b5b);background-image: -moz-linear-gradient(135deg, #058d81, #005b5b);background-image: -ms-linear-gradient(135deg, #058d81, #005b5b);background-image: -o-linear-gradient(135deg, #058d81, #005b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#005b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#005b5b' );";background-image: linear-gradient(135deg, #058d81, #005b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:5.625rem;left:66.875rem;display:block; }
#T1drhMcbnn2ttTFfKOCNTbLzR5bVJ8e2 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:2.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:66.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEggiFXvAJ8215wHrh6BnoyHiKGewLyk { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:9.3624877929688rem;left:66.875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NCxgT8q6ekguJcO5VooiLgNVmvwyNTFF { position:absolute;display:block;z-index:15054;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:30.875rem;width:34.0625rem;top:5.375rem;left:34.40625rem;overflow:hidden;display:block; }
#WyzmUTvWclQUblF6eOiEeXROBrshXmSi { background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #267360;border-left:0.0625rem solid #267360;border-right:0.0625rem solid #267360;border-bottom:0.0625rem solid #267360;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:#267360;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28rem;left:17.5rem;display:block; }
#CztVpBZlifUehskKisZlR4IQU4a31fpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQvas6kXmtfNZfSbzMLfQdgmuyc162rs { background-color:rgba(0,0,0,0);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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:7.5rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:5.6437501907349rem;left:66.875rem;display:block; }
#x1rnzIcm5erGC9h6tqhZ5HBDUwqqlEuC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s28CM9CsPlkd6S6Vgt3oBfp6vdTOyrMW { color:#565656;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:32.75rem;left:67.5rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkxloQfgZu0EVH0E0fIvV0u5UbpWhkz7 { position:absolute;display:block;z-index:15058;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:7.5rem;width:7.5rem;top:25.0625rem;left:67.5rem;overflow:hidden;display:block; }
#gaMo9TBIQWGhz1qmdWisnoXD2prQ1Kex { color:#646464;display:block;width:16.25rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#TGi3Gv7tBM4GINQzP2vbG8plun2APUGB { color:#808080;display:block;width:13.5rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:32.25rem;left:1.25rem;height:1.8rem;font-style:normal;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;display:block; }
#duETmdvBb0TVlcswDmMnfpmdchZrqX3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffb;background-image:url("https://images.assets-landingi.com/uc/63f608e2-b8aa-46e6-9bff-f19d9e3f7d83/kongres_KVPTW_KURS.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t.adaptive-delivery-prevent-bg, #duETmdvBb0TVlcswDmMnfpmdchZrqX3t.lazyload, #duETmdvBb0TVlcswDmMnfpmdchZrqX3t.lazyloading { background-image: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container { background-color: transparent; background-image: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container > .video-iframe-container { display: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row > .video-iframe-container { display: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .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); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container { border-width: 0; border-radius: 0; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#TntMEA539ebgqagB7K0yB5xkPV0eeG3h { color:#267360;display:block;width:35.4375rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iy1oJGmMVm0tNb4BQQ58r6vziSkAmXFH { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:51.09375rem;display:block; }
#d8OAkkwut1rbaii8rW3EcaZ7luhAZVRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6hrqqbFda25JPHCuO3u5R5Z8GILUGIn { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#EGem38Zq0rHKSHunUCbqrHNGmpt1nkoy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvvTTAWI2IcKcZC6szgmvAOJIBGTalnA { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#kIfTlhWBMxvk8Hz7uleW10F0u7yEdl1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXkLBiD5noPLphETl3KvR4AMUUJTvCpF { background-color:rgba(0,0,0,0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#CqWP7OBkGyEr03Wqe4atROFXrDVC7hg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATp7xSBoULREcVG8vucfcenVQ1K9MAzh { color:#808080;display:block;width:23.5rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:23.505859375rem;left:0rem;height:1.8rem;font-style:normal;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:left;text-align-last:left;display:block; }
#kK4QzmlWDtoPLVaAiRSFyngyeS3nH5PO { position:absolute;display:block;z-index:15035;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:3.875rem;width:18.75rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#aagcTOkgiqC5PNPFirssynMa7oWwJWaU { position:absolute;display:block;z-index:15037;background-color:#fb862b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:block; }
#Rdc1aqqrmxrhCGKAlF0sSF5qqrsDEgP1 { position:absolute;display:block;z-index:15038;background-color:#fb862b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#ntWL1KLLhFQDTHkpCTJB2AlOGnVtGs5H { position:absolute;display:block;z-index:15039;background-color:#fb862b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#AZzhurTD84M5zkP4iFzDJoJJfa6Ay0Z2 { color:#104f40;display:block;width:31.375rem;position:absolute;font-family:publicsansextrabold;font-size:2.375rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:16.443756103516rem;left:0rem;height:5.7rem;font-style:normal;display:block; }
#XSeTV64aOeVaMhgqoZa4VuGoMI8zEH6t { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:10.875rem;left:0.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rL1aun3PvEkpeSoNb3mGQtlKERqx8NHZ { position:absolute;display:block;z-index:15049;background-color:#0e4134;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:1.625rem;width:12.25rem;top:10.706250190735rem;left:0rem;display:block; }
#PAVTkqB7fMPpR69H57EorfcRLDcFOBOv { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #058d81, #005b5b);background-image: -moz-linear-gradient(135deg, #058d81, #005b5b);background-image: -ms-linear-gradient(135deg, #058d81, #005b5b);background-image: -o-linear-gradient(135deg, #058d81, #005b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#005b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='#005b5b' );";background-image: linear-gradient(135deg, #058d81, #005b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:5.625rem;left:66.875rem;display:block; }
#yb8d60K7NNHymzaRGq2v86ECtF8HH969 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:2.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:66.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6NNfrlJJad5I9qsqzgi2FiMgzFDFE6F { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:9.3624877929688rem;left:66.875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edpDWtF3RbWAgxLSiDu1vmMXx7gNudHO { position:absolute;display:block;z-index:15054;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:30.875rem;width:34.0625rem;top:5.375rem;left:34.40625rem;overflow:hidden;display:block; }
#bOshg92yxFggm5REo5ynKbh2NDTGQ7Ns { background-color:rgba(0,0,0,0);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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:7.5rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:5.6437501907349rem;left:66.875rem;display:block; }
#t4ORLTAdleHNcMIpEVTqCKu2GigWdTxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxJRmuEHhiCF1Un0ThuCVWG6vEmRuxbb { color:#565656;display:block;width:7.5rem;position:absolute;font-family:publicsans;font-size:0.6875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:32.75rem;left:67.5rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sw6q2rTGQ1gxP7RmCNxcNwelazDwxLJW { position:absolute;display:block;z-index:15058;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:7.5rem;width:7.5rem;top:25.0625rem;left:67.5rem;overflow:hidden;display:block; }
#t9iov1xJC2355IfSuT4A9ZGnp0qeEf2Q { color:#267360;display:block;width:35.4375rem;position:absolute;font-family:publicsans;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:29.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #267360, #398e79);background-image: -moz-linear-gradient(90deg, #267360, #398e79);background-image: -ms-linear-gradient(90deg, #267360, #398e79);background-image: -o-linear-gradient(90deg, #267360, #398e79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );";background-image: linear-gradient(90deg, #267360, #398e79);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; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row .container { background-color: transparent; background-image: none; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row .container > .video-iframe-container { display: none; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row > .video-iframe-container { display: none; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .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); }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row .container { border-width: 0; border-radius: 0; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#P2dnr2FQDP0TVVm9lQxSiEFs1k8Hst9N { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:publicsans;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.15625rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUcedSXUzS0TFuC50nytspzG9g2GNJUV { color:#ffffff;display:block;width:25rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0Msn3pL1RvLyTCEUi4Tzc5SRCIQQcM1 { position:absolute;display:block;z-index:15016;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:3.75rem;width:3.75rem;top:1.5625rem;left:10.625rem;overflow:hidden;display:block; }
#IAeMaBcZRGUzw9qKUoGm96D7wTuZxABB { color:#ffffff;display:block;width:25rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.9375rem;left:25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAMbZKOTlx52k8mNtpSA7xbQfIyU2AvH { position:absolute;display:block;z-index:15017;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:3.75rem;width:3.75rem;top:1.5625rem;left:35.625rem;overflow:hidden;display:block; }
#ni4GW6t9e60bvX5e4Tf4uLQJViTKUTdC { color:#ffffff;display:block;width:25rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.6875rem;left:25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0UIs4xNrQUGQ8BVZ1KTpde5H6sAyf01 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.6875rem;left:52.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llX6HO7yAV1nJ7Fg9SsyeK3xBDf6ILgW { color:#ffffff;display:block;width:25rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.9375rem;left:50rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFHs6AyvfBrgr5zOA8TxIMKXi3qkgreB { position:absolute;display:block;z-index:15018;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:3.75rem;width:3.75rem;top:1.5625rem;left:60.625rem;overflow:hidden;display:block; }
#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #083127, #0a4536);background-image: -moz-linear-gradient(90deg, #083127, #0a4536);background-image: -ms-linear-gradient(90deg, #083127, #0a4536);background-image: -o-linear-gradient(90deg, #083127, #0a4536);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );";background-image: linear-gradient(90deg, #083127, #0a4536);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; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { background-color: transparent; background-image: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container > .video-iframe-container { display: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row > .video-iframe-container { display: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .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); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { border-width: 0; border-radius: 0; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;position:relative;display:block; }#RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;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:block; }
#Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { color:#ffffff;display:block;width:73.8125rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:37.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wcWTZ0Q9waiGQ14CWUlET7FZqlDHhC2O { color:#ffffff;display:block;width:73.8125rem;position:absolute;font-family:publicsans;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:47.625rem;left:0rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fci3RzEd0VEtgLWtAWcxeWuW72CyzXPF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #083127, #0a4536);background-image: -moz-linear-gradient(90deg, #083127, #0a4536);background-image: -ms-linear-gradient(90deg, #083127, #0a4536);background-image: -o-linear-gradient(90deg, #083127, #0a4536);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );";background-image: linear-gradient(90deg, #083127, #0a4536);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:none; }#Fci3RzEd0VEtgLWtAWcxeWuW72CyzXPF > .row .container { border-width: 0; border-radius: 0; }#Fci3RzEd0VEtgLWtAWcxeWuW72CyzXPF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fci3RzEd0VEtgLWtAWcxeWuW72CyzXPF > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:none; }#avXnhiBUZLUg5fIfHIu7ewvZPHzoMZ65 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.1500015258789rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ae7bz08LcBJAiiTsOihRretDFUBJyEJk { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.1500015258789rem;left:37.5rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EH4AckwVQKRBCvuo1GZIlKn0Bkr852Xz { position:absolute;display:block;z-index:15010;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:5rem;width:15.625rem;top:0rem;left:10.9375rem;overflow:hidden;display:block; }
#KxaqhyRCeD9HSMJzvsPWmMUqdEAaS1Hq { position:absolute;display:block;z-index:15011;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:5rem;width:21.375rem;top:0rem;left:45.5625rem;overflow:hidden;display:block; }
#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #083127, #0a4536);background-image: -moz-linear-gradient(90deg, #083127, #0a4536);background-image: -ms-linear-gradient(90deg, #083127, #0a4536);background-image: -o-linear-gradient(90deg, #083127, #0a4536);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );";background-image: linear-gradient(90deg, #083127, #0a4536);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; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { background-color: transparent; background-image: none; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container > .video-iframe-container { display: none; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row > .video-iframe-container { display: none; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .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); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { border-width: 0; border-radius: 0; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { color:rgba(255,255,255,0.85);display:block;width:18.125rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:28.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XDBIOwHPtnyfztPL7XSF71eUzrPyMT8g { position:absolute;display:block;z-index:15009;background-color:rgba(217,217,217,0.6);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:7.5rem;top:0.55624961853027rem;left:22.28125rem;display:block; }
#cZi24R6iuZpCV7777KaTb4frL1AAHZrL { position:absolute;display:block;z-index:15010;background-color:rgba(217,217,217,0.6);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:7.5rem;top:0.56354141235351rem;left:45.15625rem;display:block; }
#oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.375rem;width:40rem;top:3.03125rem;left:17.5rem;display:block; }
#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #083127, #0a4536);background-image: -moz-linear-gradient(90deg, #083127, #0a4536);background-image: -ms-linear-gradient(90deg, #083127, #0a4536);background-image: -o-linear-gradient(90deg, #083127, #0a4536);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#083127', endColorstr='#0a4536' );";background-image: linear-gradient(90deg, #083127, #0a4536);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; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { background-color: transparent; background-image: none; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container > .video-iframe-container { display: none; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row > .video-iframe-container { display: none; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .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); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { border-width: 0; border-radius: 0; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#JiilHzMz2ohwSX76B80dCnDZLAIw6FvU { background-color:#ffffff;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:#125847;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#Zvk8N0vk18NkRtSJwHhxXkWrMmU3D762 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #125847);background-image: -moz-linear-gradient(90deg, #124a3c, #125847);background-image: -ms-linear-gradient(90deg, #124a3c, #125847);background-image: -o-linear-gradient(90deg, #124a3c, #125847);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );";background-image: linear-gradient(90deg, #124a3c, #125847);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:none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { border-width: 0; border-radius: 0; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:none; }#gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.375rem;height:5.2rem;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:block; }
#QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { color:#ffffff;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.1875rem;left:0rem;height:23.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #125847);background-image: -moz-linear-gradient(90deg, #124a3c, #125847);background-image: -ms-linear-gradient(90deg, #124a3c, #125847);background-image: -o-linear-gradient(90deg, #124a3c, #125847);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );";background-image: linear-gradient(90deg, #124a3c, #125847);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; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container { background-color: transparent; background-image: none; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container > .video-iframe-container { display: none; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row > .video-iframe-container { display: none; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .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); }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container { border-width: 0; border-radius: 0; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#l92QBD6RVzuSb4qxBsliMUZNvtWt2eiw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:-0.1875rem;height:2.6rem;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:block; }
#R1kbGgVzFQJRCQlD2MpPThMRk2PUkGIS { color:#ffffff;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:1.70625rem;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:block; }
#f768ViHrniC397bxINTTppbR86tx4LoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #125847);background-image: -moz-linear-gradient(90deg, #124a3c, #125847);background-image: -ms-linear-gradient(90deg, #124a3c, #125847);background-image: -o-linear-gradient(90deg, #124a3c, #125847);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );";background-image: linear-gradient(90deg, #124a3c, #125847);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; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { background-color: transparent; background-image: none; }#f768ViHrniC397bxINTTppbR86tx4LoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container > .video-iframe-container { display: none; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f768ViHrniC397bxINTTppbR86tx4LoK > .row > .video-iframe-container { display: none; }#f768ViHrniC397bxINTTppbR86tx4LoK > .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); }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { border-width: 0; border-radius: 0; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#qqEGAk8RWew5DDRi09HDucazTBE7av33 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.59375rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DBUbo1RA0z1mx76LgQJDHT66L3v37bet { color:#f4f4f4;display:block;width:22.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:7.78125rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.59375rem;left:26.25rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { color:#f4f4f4;display:block;width:22.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:7.78125rem;left:26.25rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#LIUUE5hvRNFTk0lr73JVOgt6aTch3D0d { color:#f4f4f4;display:block;width:20.1875rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:7.78125rem;left:52.5rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#TqpSUREJMZUkX1KumGCdpEi9zayfruPb { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.59375rem;left:52.5rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u10z2o2750bF2NVne1KZU02aphtsfNVs { position:absolute;display:block;z-index:15034;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:4.375rem;width:4.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { position:absolute;display:block;z-index:15035;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:4.375rem;width:4.375rem;top:0rem;left:26.25rem;overflow:hidden;display:block; }
#bUIMVDt3izi25UINf1i5N5bS55lgDCFw { position:absolute;display:block;z-index:15036;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:4.375rem;width:4.375rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#Cre3M55t8w5sfQk0VI5zmSJaVe8HTtM9 { position:absolute;display:block;z-index:15037;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:4.375rem;width:4.375rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#EFETq2susZ9UlpdtTdTXBOxITmXWzGts { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.625rem;left:0rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GuTbZm8C9p9KCgAkXD34fIGChdC94hwm { color:#f4f4f4;display:block;width:23.5625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:22.8125rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#T4MdSzq23H2TR4uxXRbIl1Kf6ztcL8CU { color:#f4f4f4;display:block;width:22.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:22.875rem;left:26.25rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#fTIaUOtM9P5wclIuX7KNDiBafI3kleQG { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.6875rem;left:26.25rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMA9mBqT2AanktN5PG3cWNvlD89m7pli { position:absolute;display:block;z-index:15040;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:4.375rem;width:4.375rem;top:15.0625rem;left:26.25rem;overflow:hidden;display:block; }
#dDzv6NwC1WFE4O5UTzXhxvyFCyOGpdbM { color:#f4f4f4;display:block;width:20.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:22.625rem;left:52.5rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#INxBpxDqCPp6p14JeWwarMkWiG2VTnhN { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.4375rem;left:52.5rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DIGwGC64xK2WkeRXplpITMChULWnxaQx { position:absolute;display:block;z-index:15043;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:4.375rem;width:4.375rem;top:14.8125rem;left:52.5rem;overflow:hidden;display:block; }
#bG0dZ4zaBgT0V7Q3JmkgcUhRVbrn8lol { color:#f4f4f4;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:30.625rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #125847);background-image: -moz-linear-gradient(90deg, #124a3c, #125847);background-image: -ms-linear-gradient(90deg, #124a3c, #125847);background-image: -o-linear-gradient(90deg, #124a3c, #125847);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#125847' );";background-image: linear-gradient(90deg, #124a3c, #125847);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:none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { border-width: 0; border-radius: 0; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#ax2BMwcEdXAMLEicKyVNWCV9Pw9TG5XX { background-color:#ffffff;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:#125847;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#TKTODDPLS0RGB6PRM4ckCNhrpp1wc5pC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { position:relative;display:block; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { background-color: transparent; background-image: none; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row .container > .video-iframe-container { display: none; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row > .video-iframe-container { display: none; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .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); }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { border-width: 0; border-radius: 0; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .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; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;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; }#WQldf2BsQsvWDmmuBtLCS3MPuS8PtN8B { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9igDJFklVa8WytMWnfZKxbak1RFZmuk { color:#7f7f7f;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0250015258787rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { position:relative;display:block; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { background-color: transparent; background-image: none; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container > .video-iframe-container { display: none; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row > .video-iframe-container { display: none; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .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); }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { border-width: 0; border-radius: 0; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .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; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;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; }#UtK2PihAFmvimWhmQ3gpmWzgi5F6c58e { color:#252525;display:block;width:36.25rem;position:absolute;font-family:publicsans;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nB918pnCPi630ZhwTsC0xvs16BP0cbln { color:#267360;display:block;width:36.25rem;position:absolute;font-family:publicsans;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:38.75rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ss4qXD2tX9GfppXzwpOZHb2NEMNT3g6n { color:#252525;display:block;width:36.25rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374996185303rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgyEQdIa0Z70WusvIPsBReGezFm5wLLz { color:#267360;display:block;width:36.25rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8374996185303rem;left:38.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mH4Mpy3TEZQdxnFpDisZQnlZUeKTq05B { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#gNXGdMNzPTcg9vnbsiSKkeSNpf0rXTXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Su3y3ebFmkrRKmiRuplHddLKmQT0p4pb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:38.75rem;display:block; }
#St1ki3AuTJACCSli6in36rBZSQMNlGuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQLVbVGyUmu6dis2AKTwmTZNVWKBhRVI { position:absolute;display:block;z-index:15016;background-color:#cccccc;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.8125rem;top:6.83749961853rem;left:36.1875rem;display:block; }
#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { position:relative;display:block; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { background-color: transparent; background-image: none; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container > .video-iframe-container { display: none; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row > .video-iframe-container { display: none; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .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); }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { border-width: 0; border-radius: 0; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .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; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;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; }#VDN7TLFhn97SRRXdwRXxwGLHrHgwU9Og { color:#267360;display:block;width:36.25rem;position:absolute;font-family:publicsans;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M9mphFAL60SxmQHILad0Xvpo5zQHkmk3 { color:#252525;display:block;width:36.25rem;position:absolute;font-family:publicsans;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:38.75rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0krst5BDEtbbPMLXl6cJnOHp6uKCZwG { color:#267360;display:block;width:36.25rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374996185303rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIDEVXCTwblXhvEKmk1gWllC4OHdIGcP { color:#252525;display:block;width:36.25rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8374996185303rem;left:38.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnpioxBQut8D20Z23v0oQFu59DXq72NS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#wu8KMHIPlU7bpdIcrKbss663JgLnO8z2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLDT1whwCyECVL0uREN5Zel9vbNXwJwU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:38.75rem;display:block; }
#ZoDeJnl2q6hRpSum78ALtc2ZlhZdSVrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qvvxgf3AkWTVXTuTJkLrxCnXJlUNlQyP { position:absolute;display:block;z-index:15017;background-color:#cccccc;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.8125rem;top:6.8125rem;left:0rem;display:block; }
#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { position:relative;display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { background-color: transparent; background-image: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .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); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { border-width: 0; border-radius: 0; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .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; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:101.9375rem;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; }#aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { position:absolute;display:block;z-index:15064;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:12.8125rem;left:0rem;display:block; }
#DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:4.5rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { color:#000000;display:block;width:70.1875rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:12.25rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#fN2r7r1kQ9tZgEuNXPUkO81XJCw3HRmH { position:absolute;display:block;z-index:15094;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:8.4624938964844rem;left:1.875rem;height:1.3125rem;display:block; }
#btZkmmVmSufOWSwoTgua5ZKhFl2ATW7u { color:#6b6b6b;display:block;width:54.9375rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:17.975006103516rem;left:1.875rem;height:1.3125rem;display:block; }
#OstzCqnnTiSJvM2bNzI7LfoNehuTeDfi { color:#267360;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:2.4rem;font-style:normal;display:block; }
#THAsZaARbgRSN3LgwtZwKcK9AfRooeO1 { position:absolute;display:block;z-index:15066;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.9375rem;left:0rem;display:block; }
#I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { color:#000000;display:block;width:71rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:21.75rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:25.6875rem;left:1.875rem;height:1.3125rem;display:block; }
#y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { position:absolute;display:block;z-index:15097;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:22.125rem;left:0rem;display:block; }
#AeOIr5RrMEg8G7kBr2Upl2GIpZXZ904h { color:#000000;display:block;width:14.25rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:97.25rem;left:58.625rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kWcGR6JiMksaN2AvPcUGCSAV1Xv6UUTW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:97.3125rem;left:73.4375rem; }
#KrNW6J6ClZM62BVClWDkUy8aHbWJSl3z { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:96.8125rem;left:58.9375rem;display:block; }
#wHQxxTPi2pDm5xaxSXhGRHQxRzUcxfER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#beua2hdho2W32V0JCpBdRQ9COlorhNM3 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:97.25rem;left:2.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4N4WxR0uvEMrM3gDJJBg5TD094co3nu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:97.375rem;left:0rem; }
#qTiCklVl3aWIgGI7EzwZksqkGxbLtzJo { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:33.3125rem;left:1.875rem;height:1.3125rem;display:block; }
#d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { color:#000000;display:block;width:72.4375rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:29.375rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { position:absolute;display:block;z-index:15100;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:29.875rem;left:0rem;display:block; }
#VipU6XuGS3BbRmS5UE8GWKXErmKChD6e { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:41rem;left:1.875rem;height:1.3125rem;display:block; }
#aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { color:#000000;display:block;width:72.5625rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:37.125rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#lx1axrqvV1P9EsHflKTLcd4nSuITotum { position:absolute;display:block;z-index:15103;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:37.625rem;left:0rem;display:block; }
#xxakZLOvl7RWFLxaL6TVyFiE1NQ94uVl { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:44.625rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#zXrTcwTgopKOn7cXuGUeQbEH5pc1zrTS { position:absolute;display:block;z-index:15106;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:45rem;left:0rem;display:block; }
#OkRGGnRiFD7sATMk4zg75r5zyVuaf8S2 { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:54.1875rem;left:1.875rem;height:1.3125rem;display:block; }
#Ea6ut5wubpThKd1479skI12g24NCaq4Q { color:#000000;display:block;width:71.125rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:50.375rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#pVBsqIFZVVwldTt0oDwdOJweBmVJUZCP { position:absolute;display:block;z-index:15109;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:50.875rem;left:0rem;display:block; }
#WmKvWR17HBZu0THdkCfJ4Hplckv6rcLz { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:61.6875rem;left:1.875rem;height:1.3125rem;display:block; }
#PZK4PllHbBRDZTAXX2fQTktRpS0VpcZ5 { color:#000000;display:block;width:71.125rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:57.875rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#X6rWxbgtZGkeoEsS8hLLBDLRzs5za4uT { position:absolute;display:block;z-index:15112;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:58.25rem;left:0rem;display:block; }
#UTGTXDn5ytqhRMFDOnxhBFV9RXmumqHA { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.5;letter-spacing:0;top:71.0625rem;left:1.875rem;height:1.3125rem;display:block; }
#EKme4pCc4vq7n8IvR5edZRUzF9l1V1Np { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:65.375rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#l4b6eAgcBi0OeqcI8TAMz1hnXR0vEb9N { position:absolute;display:block;z-index:15115;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:65.75rem;left:0rem;display:block; }
#H2SsoAtwLzSJZORNzu07PdzXLeT4sakk { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15123;line-height:1.5;letter-spacing:0;top:78.5625rem;left:1.875rem;height:1.3125rem;display:block; }
#nU93ANT2tupfw03TgEnTH79QNAJw66NP { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:74.75rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#QmOlvkXh9dHmwTXTolDcCma8ioVTf10n { position:absolute;display:block;z-index:15118;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:75.125rem;left:0rem;display:block; }
#n1IyULlVsaUc3eshAsJp3UmTBBr75ghS { color:#000000;display:block;width:47.25rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:82.25rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#UycKHbFzTyphCzCggw2ZU0JVsZCzwKgl { position:absolute;display:block;z-index:15121;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:82.625rem;left:0rem;display:block; }
#FuLAMRiUr11yihuMPkWWbAoDWa3tHTXA { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15126;line-height:1.5;letter-spacing:0;top:87.8125rem;left:1.875rem;height:1.3125rem;display:block; }
#nVkxx0Ap3JPUSzn8TL5TE1LmJ4NUuZqP { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:91rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#lNymeFBXQTItSXHGy6rbHp9AhnaKzaS3 { position:absolute;display:block;z-index:15124;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:91.375rem;left:0rem;display:block; }
#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { position:relative;display:block; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { background-color: transparent; background-image: none; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container > .video-iframe-container { display: none; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row > .video-iframe-container { display: none; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .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); }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { border-width: 0; border-radius: 0; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .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; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:115.125rem;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; }#QOgvpDorFx4IoQ9QWApBrE9Az9KTwlrg { position:absolute;display:block;z-index:15064;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#kCmxc4BQNunxxXJZMV2Tblov71tzbfrc { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:4.5rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#KqUap6gyshDAtS5nZOoXe3HmsCEFHlg3 { position:absolute;display:block;z-index:15070;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:12.5625rem;left:0rem;display:block; }
#JudOiEqe5ngAAavZeT2I3q2xWO6JNaZg { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:12rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#nOiogbPl9OfLXGN02vs9PLlDmz7hheJJ { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:21.1875rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#Z1W0DrLgPxKrfsJfqPN1dq0tB3eTKXRu { position:absolute;display:block;z-index:15073;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:21.6875rem;left:0rem;display:block; }
#fuWNObyS5EOXLtcZccZfeDSdqzixxEls { position:absolute;display:block;z-index:15075;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:38.5rem;left:0rem;display:block; }
#WWTc46qH0h3TTEX9bclLf7ZLQiU2AETW { color:#000000;display:block;width:56.875rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:38.125rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#aCWJaNiavTzRTciuXtrLaZPtqavsVowW { position:absolute;display:block;z-index:15076;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:31.0625rem;left:0rem;display:block; }
#CTyDbu50ULgslUyqQQPfUgFpsqR4LPbv { color:#000000;display:block;width:62.3125rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:30.5625rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#RikBB9mLDaXUVMt2p4WAfTI52hVitLSA { position:absolute;display:block;z-index:15077;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:51.850006103516rem;left:0rem;display:block; }
#t9Ctef6a1M8l2NWTbl24mivuoRQH6Izs { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:51.475006103516rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#i64ckMRoNWtXLuT8WFDcs9JmopJHhAr9 { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:59.037506103516rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#kmFNTomyuazvU3CHR9NhhBlDODnQfirm { position:absolute;display:block;z-index:15094;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:59.412506103516rem;left:0rem;display:block; }
#EdWqzkelmnegLtBWRWT1h3eRB1y5qBhs { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:8.3999938964844rem;left:1.875rem;height:1.3125rem;display:block; }
#QJ2roxmLD8o1MdicuE1HMnWc1aB6Bf8Z { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:26.787506103516rem;left:1.875rem;height:1.3125rem;display:block; }
#xE23yget1lZT4iCh5lTzwWN7PpHlp8P2 { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:55.323944091797rem;left:1.875rem;height:1.3125rem;display:block; }
#XPnSx8VkSfPtr5UzpNBWfaSQSzCJJBx7 { color:#267360;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:2.4rem;font-style:normal;display:block; }
#dPshE63NJ50LdffuB1d8AAsgVmpAqn6v { position:absolute;display:block;z-index:15066;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.9375rem;left:0rem;display:block; }
#cWaFMcBsvBFhHVNSWzqN8xZ4a5kDHqbg { position:absolute;display:block;z-index:15099;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:65.537506103512rem;left:0rem;display:block; }
#NZifiOJGe6AyRcZuN0zLQErvP3kZCCOZ { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:64.975006103512rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#KdF3pzc5TUVMTPuHkhra5QbJ3Hs7PTcZ { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:112.22500610351rem;left:59.25rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EPgRNsCMGlkipQw8MJ6ZFlrucbONWMSP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:112.35000610351rem;left:73.125rem; }
#us8AlpZemAOxOo2DPadXWOmwduSlafaB { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:2.625rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:111.8125rem;left:0rem;display:block; }
#HLhUhcWsur5SbTFV6l1c37lXqgqyq6Bg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qaB5DJN16pPoQ4apUwptkohSJWOTvKAT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:112.375rem;left:0rem; }
#T8GALEFP6szdPsuJLlR355Myr5xIX20X { color:#c7c7c7;display:block;width:14.125rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:112.22500610351rem;left:2.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IITIOL2cJr1p86cqhTLL4qkPpJ6Tplzm { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:17.537506103516rem;left:1.875rem;height:1.3125rem;display:block; }
#TTOISkLAIlvXRfKRnMdp7WqS1B0UW5eP { color:#000000;display:block;width:72.9375rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:43.9375rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#XWCn4VrGb0KrzoTp6yNPQaMFtRAPeXy8 { position:absolute;display:block;z-index:15078;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:44.3125rem;left:0rem;display:block; }
#lH5z8u6im3kvwIyekRqpU5kpCeG8ouVH { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:34.461456298828rem;left:1.875rem;height:1.3125rem;display:block; }
#XT5iISlPoJH6VzPfEhE642uLX0gC7Ofu { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15100;line-height:1.5;letter-spacing:0;top:70.5739440918rem;left:1.875rem;height:1.3125rem;display:block; }
#KfvbCOW7DFnp89ygBHIkkeDONIfcecMS { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:77.6875rem;left:1.875rem;height:1.3125rem;display:block; }
#ffpW7KAVsLCCU6I93WfyT8xwG4fdFZre { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:73.75rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#mDGp9lezTSIOC9nZ8PiAmpStytcbbhRB { position:absolute;display:block;z-index:15105;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:74.25rem;left:0rem;display:block; }
#wWR7FbMl1I4IazrgHTgAG3qiU1uk15lB { color:#000000;display:block;width:47.25rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:96.4375rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#Z5OAxMFKKpxE8FdT9mnWvAUB31cbNNoz { position:absolute;display:block;z-index:15108;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:97rem;left:0rem;display:block; }
#EQMWd0SPX0BfoQEDB7dHTT2oXOUq85yB { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:104.0625rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#KrK7VzRpT7s93rCdiOhXJCWGv61QFImP { position:absolute;display:block;z-index:15111;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:104.5625rem;left:0rem;display:block; }
#ce1KrbGooBHb8oMqlGpxmbfmuNZ9DUCm { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:47.787506103516rem;left:1.875rem;height:1.3125rem;display:block; }
#NrhIOBBhNVRaC28GGfVqV86wIXJVa97F { position:absolute;display:block;z-index:15108;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:81.875rem;left:0rem;display:block; }
#buXtkkLHZ7JC84w0U43gJSdan89NrHKS { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:85.3125rem;left:1.875rem;height:1.3125rem;display:block; }
#mEphOnFF3tLhxeyZmKZ0H86VR8aIy11S { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:81.375rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#F9mbxRvQQGCesfbnJMw99xPTNu4naDQN { position:absolute;display:block;z-index:15111;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:89.4375rem;left:0rem;display:block; }
#T7VqrdNCTbIDMxFRi5CTTkimXe7x6q2h { color:#000000;display:block;width:63.75rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:88.9375rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#N3d9uMU7Jg9yQpIO9Op4gBU0ewIEJ381 { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15112;line-height:1.5;letter-spacing:0;top:92.8125rem;left:1.875rem;height:1.3125rem;display:block; }
#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM { position:relative;display:block; }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM { background-color: transparent; background-image: none; }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM > .row .container > .video-iframe-container { display: none; }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM > .row > .video-iframe-container { display: none; }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM > .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); }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM { border-width: 0; border-radius: 0; }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM > .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; }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.6875rem;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; }#NImXB28w0umC8lXWq1Bt6AsR5yQ7T3ZE { color:#7f7f7f;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { background-color: transparent; background-image: none; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container > .video-iframe-container { display: none; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row > .video-iframe-container { display: none; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .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); }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { border-width: 0; border-radius: 0; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#uvxssTkRTIBU0tIGzMAraQTlwqgem9Rq { position:absolute;display:block;z-index:15129;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.875rem;width:21.875rem;top:0rem;left:26.5625rem;overflow:hidden;display:block; }
#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { position:relative;display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { border-width: 0; border-radius: 0; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .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; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.3125rem;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:none; }#EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { position:absolute;display:block;z-index:15000;background-color:#e6e6e6;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { color:#b7b7b7;display:block;width:62.5rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.11249923706055rem;left:6.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:14.5rem;top:0rem;left:30.25rem;display:block; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.460625rem;padding-right:0.408125rem;padding-bottom:0.460625rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.474375rem;position:relative;font-family:publicsans;font-size:1.841875rem;font-weight:700;line-height:39.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.26625rem;height:0.978125rem;position:relative;font-family:publicsans;font-size:0.690625rem;font-weight:400;line-height:15.65px;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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.0625rem;height:4.66125rem;padding-top:0.575625rem;padding-right:0.583125rem;padding-bottom:0.575625rem;padding-left:0.583125rem;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:1rem;left:28.385414123535rem;z-index:15004; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl { width:auto; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
#U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { background-color:#267360;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.5rem;left:29.375rem;display:block; }
#aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { border-width: 0; border-radius: 0; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#tPeD2rfknMS8ypJZBfNxQIuZRoqPASNf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { border-width: 0; border-radius: 0; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { background-color:rgba(147,150,234,0.25);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0rem;left:39.375rem;display:block; }
#um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { color:#ffffff;display:block;width:30rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:45.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:29.875rem;top:0rem;left:5.625rem;display:block; }
#tleLNEu8E9lIppcS8X0f9DI580rbqQHs { position:absolute;display:block;z-index:15015;background-color:#9396ea;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.8125rem;top:4.3499984741211rem;left:35.5625rem;display:block; }
#GC5bi4kM3kKX1UzbMq009liLLizEhR2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { border-width: 0; border-radius: 0; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#IapNmIlFyUxkXwSCupIf45LMHswQvg1S { background-color:rgba(147,150,234,0.25);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:5.625rem;display:block; }
#gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { color:#ffffff;display:block;width:30rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:publicsans;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:45.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:30rem;top:0rem;left:39.375rem;display:block; }
#AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { position:absolute;display:block;z-index:15014;background-color:#9396ea;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.8125rem;top:4.375rem;left:5.625rem;display:block; }
#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row .container { border-width: 0; border-radius: 0; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:none; }#yw8TsilgLLu1yuN4n3Kfzebl5iS5c5G7 { position:absolute;display:block;z-index:15001;background-color:#ffffff;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:20.625rem;width:30rem;top:0.625rem;left:22.5rem;display:block; }
#yZvRte6sMmDKuiU0ayvG3dVmg8f9s7bK { background-color:#3a3eb1;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:15.625rem;left:29.375rem;display:block; }
#RBNrUo3L6a035uMBMK6q6cHG9VqUU3Q2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQQ9RQQZhz90gKVEcFXOFUFOpVoeDEue { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:23.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKSJZOlE17ThaeczsJKrhbl6XkV57vyh { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6rem;left:23.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAiha5ZU3LlT1EAt2vHosXyuHuMNQ2ZR { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.75rem;left:23.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQXMAtGmnNuWFNqBAKxQliyJzxyKNVC9 { position:absolute;display:block;z-index:15010;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:3.125rem;width:3.125rem;top:1.875rem;left:35.9375rem;overflow:hidden;display:block; }
#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { border-width: 0; border-radius: 0; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:none; }#A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { background-color:#ffffff;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:#151754;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.65rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17rem;left:20.625rem;display:block; }
#bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOiB6ukhJXICfMgBubDCcForMHW6XT4S { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:publicsans;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { color:#ffffff;display:block;width:60.875rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8500061035156rem;left:8.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:3.55rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17rem;left:38.125rem;display:block; }
#Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4oOLErc148PkN4r8ZrF20n1LxoTqVys { color:#ffffff;display:block;width:61rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.575012207031rem;left:8.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.6000061035156rem;left:5.9375rem; }
#S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.3125rem;left:5.9375rem; }
#VI59rhBwLGrvEXx6cDifdrieTUHksnt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #151754, #2c2f79);background-image: -moz-linear-gradient(90deg, #151754, #2c2f79);background-image: -ms-linear-gradient(90deg, #151754, #2c2f79);background-image: -o-linear-gradient(90deg, #151754, #2c2f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151754', endColorstr='#2c2f79' );";background-image: linear-gradient(90deg, #151754, #2c2f79);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:none; }#VI59rhBwLGrvEXx6cDifdrieTUHksnt0 > .row .container { border-width: 0; border-radius: 0; }#VI59rhBwLGrvEXx6cDifdrieTUHksnt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VI59rhBwLGrvEXx6cDifdrieTUHksnt0 > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:none; }#nNw4Vsw3lqkOpU7nU793HtLg7mJmq0bD { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #038b7f, #005656);background-image: -moz-linear-gradient(135deg, #038b7f, #005656);background-image: -ms-linear-gradient(135deg, #038b7f, #005656);background-image: -o-linear-gradient(135deg, #038b7f, #005656);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#038b7f', endColorstr='#005656' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#038b7f', endColorstr='#005656' );";background-image: linear-gradient(135deg, #038b7f, #005656);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:20.625rem;width:30rem;top:0.625rem;left:22.5rem;display:block; }
#Qnk6At19gWTP1s7y3RI4ceIQxB43SVMu { background-color:#259a90;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.625rem;left:29.375rem;display:block; }
#X7BhGXpbUQNMK0DUDHr10hXCi3vgNSNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bl8wL0nvLvXpgV8qS9iSQ3okeaUHOBir { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:23.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swxyEl77SDgFzU703Du8pAt4FTTGzriZ { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6rem;left:23.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJCgGQEFpzaBEQWGHbNf93HAnfPipgWT { color:#d5d5d5;display:block;width:28.8125rem;position:absolute;font-family:publicsans;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:23.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#El6BiAusO98cR5dfTkOflgqm4uk7A7Cn { position:absolute;display:block;z-index:15011;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:3.125rem;width:3.125rem;top:1.875rem;left:35.9375rem;overflow:hidden;display:block; }
#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { position:relative;display:block; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { background-color: transparent; background-image: none; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container > .video-iframe-container { display: none; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row > .video-iframe-container { display: none; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .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); }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { border-width: 0; border-radius: 0; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .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; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.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; }#qv5mr3D6PL3wfWDoUzuAtgoUI29eWMr5 { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hII2HO0JsJX8Lf3Pbdnle1pIOFdnRTP3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:4.375rem;overflow:hidden;display:block; }
#TKqL2T9dMuI68oNUSZ2oRerR6DKvz3Lm { color:#111111;display:block;width:13.75rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.5625rem;left:0.625rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mk0GXQktI3giX4wstTgqlTxpR4hFeqnP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:19.375rem;overflow:hidden;display:block; }
#PpnqTCE4Zl19ZufXRAeSbN8ApPGrdW6G { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:34.375rem;overflow:hidden;display:block; }
#flzyA6AO29kHMnNtUvd3J6fkc1WLplcy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:49.375rem;overflow:hidden;display:block; }
#xICpq43VAWmFapuc20xTWWhkvHcdmNfm { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:64.375rem;overflow:hidden;display:block; }
#uFGZCHBiA5HcAWr6KSfVXNwuS5UQ2uI7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.75rem;left:4.375rem;overflow:hidden;display:block; }
#sFSXiG0nXLCyukTTMCm6JfRXGwB0UBx9 { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:15.5625rem;left:15rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JlTITNlFmUzUEMN2um2IvtKKLhHwfkTg { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:15.5625rem;left:30rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sEPV4It1BnFPmlvFqBfJixv2NqIFnm4B { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:15.5625rem;left:60rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFhueiVTXlvaKwq3IaOyAToXiQ1Vn9Is { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:15.5625rem;left:45rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#snRHe884OH5ZmKX4ftdPiypX6ctxCZCL { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:28.625rem;left:0rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oevzv3bWrmUdHv7OtFUFh8UuObNaflDG { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:28.625rem;left:15rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5Zf9FO7T37M8TaC07vbr6PeJA8TuG0n { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.625rem;left:30rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PdTutxgBZRBsZWPQ1tytZGlDRvFdiC06 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.875rem;width:5.875rem;top:21.75rem;left:19.375rem;overflow:hidden;display:block; }
#lbTGhHGWwMrVGfbiUyQnSNQgTVZCImZ5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.75rem;left:34.375rem;overflow:hidden;display:block; }
#LnfAcbxa4Ax1DZC949cKtJaTggstOrtd { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:28.625rem;left:60rem;height:1.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OFoTPuAf1c4vvw9CcQ08ObMpIDWJToQM { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.75rem;left:64.375rem;overflow:hidden;display:block; }
#Ro3b7qnlL8uQO0qFQcCsy9Mn57KkZFye { color:#111111;display:block;width:13.75rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:40.625rem;left:0.625rem;height:1.224825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJEZwmMuZEgyq1eOw2tMQuBudd9ftneU { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:33.75rem;left:4.375rem;overflow:hidden;display:block; }
#SnPGOaTUtlT2Jsm2wLANrNoT7UTuTpEC { color:#111111;display:block;width:15rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:28.625rem;left:45rem;height:1.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GrsqtvXMtwrySGTul7W21CboQ49zXyQ2 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.75rem;left:49.375rem;overflow:hidden;display:block; }
#OGSxDmlvCmctym1VrI4k06K33viL4hmM { color:#111111;display:block;width:13.75rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:40.6875rem;left:15.625rem;height:1.224825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCDiTQcdBm15QsIhUWxfQwDTKtCxx5PI { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:33.8125rem;left:19.375rem;overflow:hidden;display:block; }
#ANLWGMM3b0sGd7rzaT0JQrcfZVTp9Enz { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:33.749999523163rem;left:34.375001907349rem;overflow:hidden;display:block; }
#Ed1rrSqT3QDe0TxKC1fp3XHfI76n4TGR { color:#111111;display:block;width:13.75rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:40.624133110046rem;left:30.625001907349rem;height:1.224825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { position:relative;display:block; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { background-color: transparent; background-image: none; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container > .video-iframe-container { display: none; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row > .video-iframe-container { display: none; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .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); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { border-width: 0; border-radius: 0; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .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; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#WKTXaq13d2zZEAVy6299zlGRRrqBT67E { position:absolute;display:block;z-index:15019;background-color:#efefef;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#RQFbPQgEonTFnQcaSMtTyEkmlmc3wpaP { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu { position:relative;display:block; }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu { background-color: transparent; background-image: none; }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu > .row .container > .video-iframe-container { display: none; }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu > .row > .video-iframe-container { display: none; }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu > .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); }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu { border-width: 0; border-radius: 0; }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu > .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; }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;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; }#bfeFVENRtcXnvCEZbcQQnXPHVMTB5mdy { box-sizing:content-box;height:3.0625rem;width:74.6875rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:11.0625rem;left:0.0625rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#sfQNcdQ7Jign3AuSAl7KmuN4r3s8iaKG { color:#686868;display:block;width:73.875rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:12rem;left:0.375rem;height:1.225rem;text-align:center;text-align-last:center;display:block; }
#PhahK5SaGeSMTENFkLm0mJQZyObuoOPf { position:absolute;display:block;z-index:15047;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:8.75rem;width:8.75rem;top:2.5rem;left:33.125rem;overflow:hidden;display:block; }
#GPRuSV9rFqhhJAbIm0T8IS6xEizk1yQQ { box-sizing:content-box;height:1.3125rem;width:10rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;top:10.375rem;left:32.5rem;display:block; }
#NLT1ewGu5qTdaUTAXZpPWTgKkeMgJg7s { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { position:relative;display:block; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { background-color: transparent; background-image: none; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container > .video-iframe-container { display: none; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row > .video-iframe-container { display: none; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .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); }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { border-width: 0; border-radius: 0; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .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; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;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; }#zXqlh481i40bOUiQNp7mQQzaN2oNRS5u { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:18.750001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#TTxiFsq5qgTDctp0EDbdgRZu7TTcbX7D { position:absolute;display:block;z-index:15019;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:7.125rem;width:10.875rem;top:0.53125rem;left:43.686632156372rem;overflow:hidden;display:block; }
#rgOxbzElEZW3xtiWV5gx6FJCyvodVBJx { position:absolute;display:block;z-index:15020;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:6.125rem;width:10.875rem;top:1.3125rem;left:21.243055343628rem;overflow:hidden;display:block; }
#Hgwc8H88Lgk2p2NTTJ6apLH3HQxSQCie { position:absolute;display:block;z-index:15020;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:5.875rem;width:10.875rem;top:1.28125rem;left:32.062501907349rem;overflow:hidden;display:block; }
#Ik1itS203JE7BhJcrR631L7k5LIDFkXi { position:relative;display:block; }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi { background-color: transparent; background-image: none; }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi > .row .container > .video-iframe-container { display: none; }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi > .row > .video-iframe-container { display: none; }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi > .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); }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi { border-width: 0; border-radius: 0; }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi > .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; }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;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; }#hetLnuzywNX5dMFBTghehsCGiRv3bTPw { position:absolute;display:block;z-index:15018;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:2.25rem;width:16.75rem;top:3.75rem;left:10.375rem;overflow:hidden;display:block; }
#sbaPsKf1Xpz4clSZ2JTy5w2Ukh6O3msW { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:0rem;left:37.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#J95aNk5qbQutNqscTsO5LzXVdyE9miHq { position:absolute;display:block;z-index:15036;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:3.875rem;width:18.75rem;top:2.9375rem;left:46.875rem;overflow:hidden;display:block; }
#NXU0uB9CxrMOcf3U2AxeWyiHk5bLmR80 { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 { position:relative;display:block; }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 { background-color: transparent; background-image: none; }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 > .row .container > .video-iframe-container { display: none; }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 > .row > .video-iframe-container { display: none; }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 > .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); }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 { border-width: 0; border-radius: 0; }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 > .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; }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#RwGsDsMEH0B5e1k4mUSEl8nhHX7GOzA8 { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qhl0QBqCST3dR5mcJk6x57P7UGCGkAWu { position:absolute;display:block;z-index:15024;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:3.125rem;width:23.4375rem;top:9.6875rem;left:25.78125rem;overflow:hidden;display:block; }
#hEK4tWsidl5vcFJpOWCkLRJbsgFvMAl8 { position:absolute;display:block;z-index:15020;background-color:#efefef;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0.125rem;left:0rem;display:block; }
#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { border-top:0.0625rem solid #eaeaea;border-left:0rem solid rgba(0,0,0,0);border-right:0;border-bottom:0rem solid rgba(0,0,0,0);background-color:#fdfdfd;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; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { border-width: 0; border-radius: 0; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { color:#111111;display:block;width:75rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { color:#585858;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:13.75rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:11.5625rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:17.625rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { color:#585858;display:block;width:57.0625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:19.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:25.125rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { color:#585858;display:block;width:66.5625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:27.3125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { color:#585858;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:34.6875rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:32.5rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { color:#267360;display:block;width:21.875rem;position:absolute;font-family:publicsans;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.7614593505863rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { color:#585858;display:block;width:73.1875rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:40.0625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:37.875rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { position:absolute;display:block;z-index:15022;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:15rem;width:15rem;top:7.2614593505863rem;left:60rem;overflow:hidden;display:block; }
#FPzdZ55ZXs0Q9JwdmHDakMHEwtGgAhuw { color:#585858;display:block;width:73.1875rem;position:absolute;font-family:publicsans;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:45.5625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#O78LQvF1NE7KCO1BgsdxyBwMWrpChzoJ { color:#111111;display:block;width:70.625rem;position:absolute;font-family:publicsans;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:43.4375rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #07352a);background-image: -moz-linear-gradient(90deg, #124a3c, #07352a);background-image: -ms-linear-gradient(90deg, #124a3c, #07352a);background-image: -o-linear-gradient(90deg, #124a3c, #07352a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#07352a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#07352a' );";background-image: linear-gradient(90deg, #124a3c, #07352a);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; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { background-color: transparent; background-image: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .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); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { border-width: 0; border-radius: 0; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124a3c, #07352a);background-image: -moz-linear-gradient(90deg, #124a3c, #07352a);background-image: -ms-linear-gradient(90deg, #124a3c, #07352a);background-image: -o-linear-gradient(90deg, #124a3c, #07352a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#07352a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a3c', endColorstr='#07352a' );";background-image: linear-gradient(90deg, #124a3c, #07352a);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; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { background-color: transparent; background-image: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container > .video-iframe-container { display: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container { display: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .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); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { border-width: 0; border-radius: 0; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:publicsans;font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:10.261455535889rem;left:30.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.16);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.125rem;width:75rem;top:17.3125rem;left:0rem;display:block; }
#Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { color:rgba(255,255,255,0.6);display:block;width:37.125rem;position:absolute;font-family:publicsans;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:publicsans;font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.15625rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { background-color:rgba(0,0,0,0);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(255,255,255,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.46875rem;left:68.8125rem;display:block; }
#gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQLzNV8el9eO8IQglZUs2tKGaL3UvRms { background-color:rgba(0,0,0,0);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(255,255,255,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:18.46875rem;left:59.875rem;display:block; }
#fOF0rVMZnTVCTcyl5GfBM1CMAZREFuop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5ZO04GyQyK4Bv2Pi0xNMbyee18gHTRV { background-color:rgba(0,0,0,0);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(255,255,255,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:publicsans;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:18.46875rem;left:50.0625rem;display:block; }
#frffUab0dKXc4qUaXmTDmNxvxbvpI4CN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/63f608e2-b8aa-46e6-9bff-f19d9e3f7d83/kongres_KVPTW_KURS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF.adaptive-delivery-prevent-bg, #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF.lazyload, #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF.lazyloading { background-image: none; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF > .row .container { width:47.75rem;height:32.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Wz6paNXVUBTHlHdbHBkP5ltFNSJynfKI { top:9.16250038147rem;left:0.625rem;width:24.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyZmgL5CtUSkT8wPwSCRqoTwqiBRE55f { width:7.5rem;height:3.4375rem;top:0.625rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPMyIwoCT9Nh0TmJsLtUt6E7WDTtsKDL { display:block; }
 }@media only screen and (max-width: 1199px) { #IXxbeGhILqiWPJ6C9rkGhF3zdoF5h0fv { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sybhECHcExsAackVvlXbFyuD9COgFJGM { display:block; }
 }@media only screen and (max-width: 1199px) { #VaghOMbx1n29AiZprBtPtOEyvGgoBsSF { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uo97mdeeD35TXv2W5OTeG7uiIJwDvMFT { display:block; }
 }@media only screen and (max-width: 1199px) { #sI7Uwnr4DvEohEAmspUlJogk7vOlpp01 { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NILpL99E4HtIH7vuTsNEB3Jhc8Gutz7T { display:block; }
 }@media only screen and (max-width: 1199px) { #lboq5m1cFymhb2gFNiQ6FIqUc6TWIgXW { top:16.53750038147rem;left:0.625rem;width:22.1875rem;height:1.7986125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sprcu21wGkbqUqzNF9IQkzg1c63OaC8l { width:16.25rem;height:3.75rem;top:19.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ult2aRKWevt1lJC94SmxgSzgTGXoPfQB { display:block; }
 }@media only screen and (max-width: 1199px) { #AQdZl9amIR5Q6MCJ3ClziTVUgAKD4XXm { width:15.6875rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgs7i1IhsH6VvQkQv1Z5me4G2mc2GB10 { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FiJraRHt9R78gZeNuJpwwyOcmWD6IAE1 { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyrsHPdlrTQn2t9hsoUasKXCo2hLXJPu { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trTDpqBM8rxCbnVW358ZfFGTlvupa2KK { width:24.125rem;height:4.34895625rem;top:11.1875rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7xhih8PM6r31L6TI9v8wf7NKPTMeAn2 { top:6.66250038147rem;left:0.9375rem;width:13.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAlwvJOxo3K5WFhWoCWxfuVWPrf81Jvh { width:13.3125rem;height:1.625rem;top:6.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4woZxBifNkgbwTWcuFaTa9oL2RvIK4c { width:5rem;height:5rem;top:4.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JppI970MywuyXWLlWIpuVWccz0W7gENL { top:5rem;left:36.5rem;width:5rem;height:2.1125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TE1xcFC1zXdkTwkyDcqbIafin83WhlTp { top:7rem;left:36.5rem;width:5rem;height:1.1996525rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhnM6ySq2uzn795cPrmMFWIO23iDEkSD { width:23.4375rem;height:21.25rem;top:10.8125rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORURqAkM7g2vDoGTXDxBOxm556HnQROD { width:16.25rem;height:3.75rem;top:25.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xXIxdkGO3LqbEwgyTqTE18T6Ho2MIIIA { display:block; }
 }@media only screen and (max-width: 1199px) { #tKfRoTsfyEwEkDv1v511qP6uxy2Mfu8g { width:5rem;height:5rem;top:4.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8A4Klw0SeJgimaGcZXwCr7SedmgdM9i { display:block; }
 }@media only screen and (max-width: 1199px) { #zG10F91FlJ27RFm00iFMJ0mv0EltZ0u6 { top:9.625rem;left:42.125rem;width:5rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raNZx599Q5hJHVnn9lZh9zMbmeaeALva { width:5rem;height:5rem;top:4.5rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/63f608e2-b8aa-46e6-9bff-f19d9e3f7d83/kongres_KVPTW_KURS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r.adaptive-delivery-prevent-bg, #F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r.lazyload, #F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r.lazyloading { background-image: none; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r > .row .container { width:47.75rem;height:32.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hf9k1xE2n0Cfdz8n1BwhPLy4O1uevLR6 { top:9.16250038147rem;left:0.625rem;width:24.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5FZ78rvIOcJ0qRpFPlzOvLdiuGkRHPM { width:7.5rem;height:3.4375rem;top:0.625rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQX1E7Q3l1zwE0DWO5HAQBG22kbGhayl { display:block; }
 }@media only screen and (max-width: 1199px) { #CmrxApVTE3MAZsciMHMO3VeQXkbX7lXT { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6V3FRc91XKSgb1P6ee3EAdmKMVZi4NW { display:block; }
 }@media only screen and (max-width: 1199px) { #URkgyG9lzKcRFDNM5nLUN7NKCwex7Jgh { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MAehwoZ59S5GBwmi9UEpgB6ezEwPENWu { display:block; }
 }@media only screen and (max-width: 1199px) { #ueSKbIEhWVCISvbHtxzuLg3fcst75P1h { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsVqB8QNZomBO9MNAHb1Vqlzml29GshP { display:block; }
 }@media only screen and (max-width: 1199px) { #Kzo7SmgPZwDhmGWiU9tTLNRAcggzv0DT { top:16.53750038147rem;left:0.625rem;width:22.1875rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PdA23F1dxLxCrzDlIRWdN3umVRRrb1Il { width:16.25rem;height:3.75rem;top:20.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogJZQtGPhrphW2nf2GccraDrx78QLEIg { display:block; }
 }@media only screen and (max-width: 1199px) { #E4uGG76MOIFXt8JmHWa2tGMxa3avv2ve { width:15.6875rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUnqSpV3NntOqU5O5RT6zgCTn5MQnKhV { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sWQsBcKQ9bRJaHPufbMw2UWp9c2HptSg { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aInid3Nq5T3kUfGLTgTMqTpqdxS12J1R { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJvFIyJvFnG7Eu8QTDfHJ3gMJJM2bpsn { width:24.125rem;height:4.35rem;top:11.1875rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MI0Fe99GThNb03FQeqAC4u9pQkXxmG8M { top:6.66250038147rem;left:0.9375rem;width:13.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMpcJc77WyownQMUEz2i6dGWvUzU3OXD { width:13.3125rem;height:1.625rem;top:6.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxSgkGBNRr2ZtALAHiU4CHIA1TrzADe2 { width:5rem;height:5rem;top:4.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1drhMcbnn2ttTFfKOCNTbLzR5bVJ8e2 { top:5rem;left:36.5rem;width:5rem;height:2.1125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zEggiFXvAJ8215wHrh6BnoyHiKGewLyk { top:7rem;left:36.5rem;width:5rem;height:1.1996525rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCxgT8q6ekguJcO5VooiLgNVmvwyNTFF { width:23.4375rem;height:21.25rem;top:10.8125rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WyzmUTvWclQUblF6eOiEeXROBrshXmSi { width:16.25rem;height:3.75rem;top:27.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CztVpBZlifUehskKisZlR4IQU4a31fpV { display:block; }
 }@media only screen and (max-width: 1199px) { #FQvas6kXmtfNZfSbzMLfQdgmuyc162rs { width:5rem;height:5rem;top:4.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1rnzIcm5erGC9h6tqhZ5HBDUwqqlEuC { display:block; }
 }@media only screen and (max-width: 1199px) { #s28CM9CsPlkd6S6Vgt3oBfp6vdTOyrMW { top:9.625rem;left:42.125rem;width:5rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UkxloQfgZu0EVH0E0fIvV0u5UbpWhkz7 { width:5rem;height:5rem;top:4.5rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gaMo9TBIQWGhz1qmdWisnoXD2prQ1Kex { width:13.9375rem;height:0.89375rem;top:19.625rem;left:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGi3Gv7tBM4GINQzP2vbG8plun2APUGB { top:25.0625rem;left:1.34375rem;width:14.8125rem;height:1.65rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #duETmdvBb0TVlcswDmMnfpmdchZrqX3t { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/63f608e2-b8aa-46e6-9bff-f19d9e3f7d83/kongres_KVPTW_KURS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t.adaptive-delivery-prevent-bg, #duETmdvBb0TVlcswDmMnfpmdchZrqX3t.lazyload, #duETmdvBb0TVlcswDmMnfpmdchZrqX3t.lazyloading { background-image: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container { background-color: transparent; background-image: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container > .video-iframe-container { display: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row > .video-iframe-container { display: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .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); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container { width:47.75rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TntMEA539ebgqagB7K0yB5xkPV0eeG3h { top:11.03750038147rem;left:0.625rem;width:24.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iy1oJGmMVm0tNb4BQQ58r6vziSkAmXFH { width:7.5rem;height:3.4375rem;top:0.625rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8OAkkwut1rbaii8rW3EcaZ7luhAZVRB { display:block; }
 }@media only screen and (max-width: 1199px) { #J6hrqqbFda25JPHCuO3u5R5Z8GILUGIn { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGem38Zq0rHKSHunUCbqrHNGmpt1nkoy { display:block; }
 }@media only screen and (max-width: 1199px) { #TvvTTAWI2IcKcZC6szgmvAOJIBGTalnA { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIfTlhWBMxvk8Hz7uleW10F0u7yEdl1n { display:block; }
 }@media only screen and (max-width: 1199px) { #zXkLBiD5noPLphETl3KvR4AMUUJTvCpF { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqWP7OBkGyEr03Wqe4atROFXrDVC7hg8 { display:block; }
 }@media only screen and (max-width: 1199px) { #ATp7xSBoULREcVG8vucfcenVQ1K9MAzh { top:18.41250038147rem;left:0.625rem;width:22.1875rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kK4QzmlWDtoPLVaAiRSFyngyeS3nH5PO { width:15.6875rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aagcTOkgiqC5PNPFirssynMa7oWwJWaU { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rdc1aqqrmxrhCGKAlF0sSF5qqrsDEgP1 { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntWL1KLLhFQDTHkpCTJB2AlOGnVtGs5H { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZzhurTD84M5zkP4iFzDJoJJfa6Ay0Z2 { width:24.125rem;height:4.35rem;top:13.0625rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSeTV64aOeVaMhgqoZa4VuGoMI8zEH6t { top:8.53750038147rem;left:0.9375rem;width:13.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rL1aun3PvEkpeSoNb3mGQtlKERqx8NHZ { width:13.3125rem;height:1.625rem;top:8.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAVTkqB7fMPpR69H57EorfcRLDcFOBOv { width:5rem;height:5rem;top:4.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yb8d60K7NNHymzaRGq2v86ECtF8HH969 { top:5rem;left:36.5rem;width:5rem;height:2.1125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6NNfrlJJad5I9qsqzgi2FiMgzFDFE6F { top:7rem;left:36.5rem;width:5rem;height:1.1996525rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #edpDWtF3RbWAgxLSiDu1vmMXx7gNudHO { width:23.4375rem;height:21.25rem;top:10.8125rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOshg92yxFggm5REo5ynKbh2NDTGQ7Ns { width:5rem;height:5rem;top:4.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t4ORLTAdleHNcMIpEVTqCKu2GigWdTxT { display:block; }
 }@media only screen and (max-width: 1199px) { #CxJRmuEHhiCF1Un0ThuCVWG6vEmRuxbb { top:9.625rem;left:42.125rem;width:5rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sw6q2rTGQ1gxP7RmCNxcNwelazDwxLJW { width:5rem;height:5rem;top:4.5rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9iov1xJC2355IfSuT4A9ZGnp0qeEf2Q { top:25.41250038147rem;left:0.625rem;width:24.25rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L { display:block; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row .container { width:47.75rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P2dnr2FQDP0TVVm9lQxSiEFs1k8Hst9N { top:6.75rem;left:0.125rem;width:15.625rem;height:3.575rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FUcedSXUzS0TFuC50nytspzG9g2GNJUV { top:5.0625rem;left:2rem;width:11.875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0Msn3pL1RvLyTCEUi4Tzc5SRCIQQcM1 { top:1.25rem;left:6.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IAeMaBcZRGUzw9qKUoGm96D7wTuZxABB { top:5.0625rem;left:17.875rem;width:12rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAMbZKOTlx52k8mNtpSA7xbQfIyU2AvH { top:1.25rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ni4GW6t9e60bvX5e4Tf4uLQJViTKUTdC { top:6.75rem;left:17.625rem;width:12.5rem;height:2.1125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0UIs4xNrQUGQ8BVZ1KTpde5H6sAyf01 { top:6.75rem;left:31.479167938233rem;width:16.25rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llX6HO7yAV1nJ7Fg9SsyeK3xBDf6ILgW { top:5.0625rem;left:33.916667938233rem;width:11.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFHs6AyvfBrgr5zOA8TxIMKXi3qkgreB { top:1.25rem;left:38.229167938233rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { display:block; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:47.75rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { top:2.5rem;left:0rem;width:47.75rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:46.875rem;height:36.5625rem;top:6.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wcWTZ0Q9waiGQ14CWUlET7FZqlDHhC2O { width:46.875rem;height:3.9375rem;top:44.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fci3RzEd0VEtgLWtAWcxeWuW72CyzXPF { display:none; }#Fci3RzEd0VEtgLWtAWcxeWuW72CyzXPF > .row .container { width:47.75rem;height:12rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #avXnhiBUZLUg5fIfHIu7ewvZPHzoMZ65 { width:22.5rem;height:3.9375rem;top:5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ae7bz08LcBJAiiTsOihRretDFUBJyEJk { width:22.5rem;height:3.9375rem;top:5rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EH4AckwVQKRBCvuo1GZIlKn0Bkr852Xz { width:11.875rem;height:3.75rem;top:0rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxaqhyRCeD9HSMJzvsPWmMUqdEAaS1Hq { width:16.25rem;height:3.75rem;top:0rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { display:block; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { width:47.75rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { width:18.125rem;height:1.3rem;top:0rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDBIOwHPtnyfztPL7XSF71eUzrPyMT8g { width:7.5rem;height:0.0625rem;top:0.625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZi24R6iuZpCV7777KaTb4frL1AAHZrL { width:7.5rem;height:0.0625rem;top:0.625rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { width:22.5rem;height:12.1875rem;top:2.40625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 { display:block; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JiilHzMz2ohwSX76B80dCnDZLAIw6FvU { width:12.5rem;height:3.75rem;top:0rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zvk8N0vk18NkRtSJwHhxXkWrMmU3D762 { display:block; }
 }@media only screen and (max-width: 1199px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:47.75rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { top:2.5rem;left:7.8125rem;width:32.125rem;height:4.55rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:46.5rem;height:22.5rem;top:9.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF { display:block; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l92QBD6RVzuSb4qxBsliMUZNvtWt2eiw { top:4.5625rem;left:0rem;width:47.75rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1kbGgVzFQJRCQlD2MpPThMRk2PUkGIS { top:2.5rem;left:7.8125rem;width:32.125rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f768ViHrniC397bxINTTppbR86tx4LoK { display:block; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { width:47.75rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qqEGAk8RWew5DDRi09HDucazTBE7av33 { width:22.4375rem;height:1.3rem;top:4.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBUbo1RA0z1mx76LgQJDHT66L3v37bet { width:22.0625rem;height:4.9rem;top:6rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { width:23.875rem;height:1.3rem;top:4.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { width:23.0625rem;height:3.675rem;top:6rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LIUUE5hvRNFTk0lr73JVOgt6aTch3D0d { width:20.3125rem;height:3.675rem;top:18.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqpSUREJMZUkX1KumGCdpEi9zayfruPb { width:23.125rem;height:1.3rem;top:16.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u10z2o2750bF2NVne1KZU02aphtsfNVs { width:3.125rem;height:3.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { width:3.0625rem;height:3.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUIMVDt3izi25UINf1i5N5bS55lgDCFw { width:3.125rem;height:3.125rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cre3M55t8w5sfQk0VI5zmSJaVe8HTtM9 { width:3.125rem;height:3.125rem;top:12.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFETq2susZ9UlpdtTdTXBOxITmXWzGts { width:23.875rem;height:1.3rem;top:16.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GuTbZm8C9p9KCgAkXD34fIGChdC94hwm { width:21.5625rem;height:4.9rem;top:18.737500190735rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4MdSzq23H2TR4uxXRbIl1Kf6ztcL8CU { width:20.25rem;height:4.9rem;top:31.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTIaUOtM9P5wclIuX7KNDiBafI3kleQG { width:23.125rem;height:1.3rem;top:29.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMA9mBqT2AanktN5PG3cWNvlD89m7pli { width:3.125rem;height:3.125rem;top:25.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDzv6NwC1WFE4O5UTzXhxvyFCyOGpdbM { width:20.25rem;height:3.675rem;top:31.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INxBpxDqCPp6p14JeWwarMkWiG2VTnhN { width:23.875rem;height:1.3rem;top:29.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DIGwGC64xK2WkeRXplpITMChULWnxaQx { width:3.125rem;height:3.125rem;top:25.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bG0dZ4zaBgT0V7Q3JmkgcUhRVbrn8lol { width:46.5625rem;height:3.675rem;top:39.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { display:none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ax2BMwcEdXAMLEicKyVNWCV9Pw9TG5XX { width:12.5rem;height:3.75rem;top:0rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKTODDPLS0RGB6PRM4ckCNhrpp1wc5pC { display:block; }
 }@media only screen and (max-width: 1199px) { #g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { display:block; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WQldf2BsQsvWDmmuBtLCS3MPuS8PtN8B { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9igDJFklVa8WytMWnfZKxbak1RFZmuk { width:47.75rem;height:1.1375rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { display:block; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UtK2PihAFmvimWhmQ3gpmWzgi5F6c58e { width:22.625rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nB918pnCPi630ZhwTsC0xvs16BP0cbln { width:22.625rem;height:1.95rem;top:2.0625rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ss4qXD2tX9GfppXzwpOZHb2NEMNT3g6n { width:22.625rem;height:1.3rem;top:4.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgyEQdIa0Z70WusvIPsBReGezFm5wLLz { width:22.625rem;height:1.3rem;top:4.25rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mH4Mpy3TEZQdxnFpDisZQnlZUeKTq05B { width:22.625rem;height:5rem;top:1.25rem;left:0.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #gNXGdMNzPTcg9vnbsiSKkeSNpf0rXTXI { display:block; }
 }@media only screen and (max-width: 1199px) { #Su3y3ebFmkrRKmiRuplHddLKmQT0p4pb { width:22.625rem;height:5rem;top:1.25rem;left:24.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #St1ki3AuTJACCSli6in36rBZSQMNlGuf { display:block; }
 }@media only screen and (max-width: 1199px) { #IQLVbVGyUmu6dis2AKTwmTZNVWKBhRVI { width:23.875rem;height:0.0625rem;top:6.1875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { display:block; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VDN7TLFhn97SRRXdwRXxwGLHrHgwU9Og { width:22.625rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9mphFAL60SxmQHILad0Xvpo5zQHkmk3 { width:22.625rem;height:1.95rem;top:2.0625rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0krst5BDEtbbPMLXl6cJnOHp6uKCZwG { width:22.625rem;height:1.3rem;top:4.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIDEVXCTwblXhvEKmk1gWllC4OHdIGcP { width:22.625rem;height:1.3rem;top:4.25rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnpioxBQut8D20Z23v0oQFu59DXq72NS { width:22.625rem;height:5rem;top:1.25rem;left:0.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #wu8KMHIPlU7bpdIcrKbss663JgLnO8z2 { display:block; }
 }@media only screen and (max-width: 1199px) { #oLDT1whwCyECVL0uREN5Zel9vbNXwJwU { width:22.625rem;height:5rem;top:1.25rem;left:24.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoDeJnl2q6hRpSum78ALtc2ZlhZdSVrS { display:block; }
 }@media only screen and (max-width: 1199px) { #Qvvxgf3AkWTVXTuTJkLrxCnXJlUNlQyP { width:23.875rem;height:0.0625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:47.75rem;height:96.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { top:3.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { top:3.5rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { top:10.0625rem;left:2.5rem;width:42.75rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fN2r7r1kQ9tZgEuNXPUkO81XJCw3HRmH { top:10.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { width:30rem;height:1.21875rem;top:6.987500190735rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btZkmmVmSufOWSwoTgua5ZKhFl2ATW7u { width:30rem;height:1.21875rem;top:15.237499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OstzCqnnTiSJvM2bNzI7LfoNehuTeDfi { top:0rem;left:2.5rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THAsZaARbgRSN3LgwtZwKcK9AfRooeO1 { top:0.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { top:18.375rem;left:2.5rem;width:43.25rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { width:25.75rem;height:1.21875rem;top:21.799999237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { top:18.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeOIr5RrMEg8G7kBr2Upl2GIpZXZ904h { top:90.75rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWcGR6JiMksaN2AvPcUGCSAV1Xv6UUTW { width:1.5625rem;height:1.5625rem;top:90.8125rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KrNW6J6ClZM62BVClWDkUy8aHbWJSl3z { width:16.375rem;height:2.625rem;top:90.3125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHQxxTPi2pDm5xaxSXhGRHQxRzUcxfER { display:block; }
 }@media only screen and (max-width: 1199px) { #beua2hdho2W32V0JCpBdRQ9COlorhNM3 { top:90.75rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4N4WxR0uvEMrM3gDJJBg5TD094co3nu { width:1.5625rem;height:1.5625rem;top:90.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTiCklVl3aWIgGI7EzwZksqkGxbLtzJo { width:25.75rem;height:1.21875rem;top:30.049999237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { top:24.875rem;left:2.5rem;width:38.3125rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { top:25.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VipU6XuGS3BbRmS5UE8GWKXErmKChD6e { width:25.75rem;height:1.21875rem;top:38.112499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { top:33.0625rem;left:2.5rem;width:38.3125rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lx1axrqvV1P9EsHflKTLcd4nSuITotum { top:33.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxakZLOvl7RWFLxaL6TVyFiE1NQ94uVl { top:41.1875rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zXrTcwTgopKOn7cXuGUeQbEH5pc1zrTS { top:41.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkRGGnRiFD7sATMk4zg75r5zyVuaf8S2 { width:25.75rem;height:1.21875rem;top:51.362499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ea6ut5wubpThKd1479skI12g24NCaq4Q { top:46.125rem;left:2.5rem;width:38.3125rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVBsqIFZVVwldTt0oDwdOJweBmVJUZCP { top:46.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmKvWR17HBZu0THdkCfJ4Hplckv6rcLz { width:25.75rem;height:1.21875rem;top:57.925003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZK4PllHbBRDZTAXX2fQTktRpS0VpcZ5 { top:54.4375rem;left:2.5rem;width:43.8125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6rWxbgtZGkeoEsS8hLLBDLRzs5za4uT { top:54.875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTGTXDn5ytqhRMFDOnxhBFV9RXmumqHA { width:25.75rem;height:1.21875rem;top:66.112503051756rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKme4pCc4vq7n8IvR5edZRUzF9l1V1Np { top:60.9375rem;left:2.5rem;width:42.4375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4b6eAgcBi0OeqcI8TAMz1hnXR0vEb9N { top:61.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2SsoAtwLzSJZORNzu07PdzXLeT4sakk { width:25.75rem;height:1.21875rem;top:74.362503051756rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nU93ANT2tupfw03TgEnTH79QNAJw66NP { top:69.25rem;left:2.5rem;width:42.4375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmOlvkXh9dHmwTXTolDcCma8ioVTf10n { top:69.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1IyULlVsaUc3eshAsJp3UmTBBr75ghS { top:77.3125rem;left:2.5rem;width:27.4375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UycKHbFzTyphCzCggw2ZU0JVsZCzwKgl { top:77.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FuLAMRiUr11yihuMPkWWbAoDWa3tHTXA { width:25.75rem;height:1.21875rem;top:82.487503051756rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVkxx0Ap3JPUSzn8TL5TE1LmJ4NUuZqP { top:85.5rem;left:2.5rem;width:41.25rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNymeFBXQTItSXHGy6rbHp9AhnaKzaS3 { top:85.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { display:block; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container { width:47.75rem;height:107.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QOgvpDorFx4IoQ9QWApBrE9Az9KTwlrg { top:4rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kCmxc4BQNunxxXJZMV2Tblov71tzbfrc { top:3.5625rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqUap6gyshDAtS5nZOoXe3HmsCEFHlg3 { top:10.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JudOiEqe5ngAAavZeT2I3q2xWO6JNaZg { top:10.125rem;left:2.5rem;width:43.875rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOiogbPl9OfLXGN02vs9PLlDmz7hheJJ { top:18.25rem;left:2.5rem;width:44.375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z1W0DrLgPxKrfsJfqPN1dq0tB3eTKXRu { top:18.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fuWNObyS5EOXLtcZccZfeDSdqzixxEls { top:35.125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWTc46qH0h3TTEX9bclLf7ZLQiU2AETW { top:34.8125rem;left:2.5rem;width:43.8125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCWJaNiavTzRTciuXtrLaZPtqavsVowW { top:26.875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTyDbu50ULgslUyqQQPfUgFpsqR4LPbv { top:26.4375rem;left:2.5rem;width:42.125rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RikBB9mLDaXUVMt2p4WAfTI52hVitLSA { top:48.3125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9Ctef6a1M8l2NWTbl24mivuoRQH6Izs { top:48rem;left:2.5rem;width:44.5625rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i64ckMRoNWtXLuT8WFDcs9JmopJHhAr9 { top:54.4375rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmFNTomyuazvU3CHR9NhhBlDODnQfirm { top:54.8125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdWqzkelmnegLtBWRWT1h3eRB1y5qBhs { width:30rem;height:1.21875rem;top:7.1125030517575rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QJ2roxmLD8o1MdicuE1HMnWc1aB6Bf8Z { width:30rem;height:1.21875rem;top:23.362503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xE23yget1lZT4iCh5lTzwWN7PpHlp8P2 { width:26rem;height:1.21875rem;top:51.487503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPnSx8VkSfPtr5UzpNBWfaSQSzCJJBx7 { top:0rem;left:2.5rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPshE63NJ50LdffuB1d8AAsgVmpAqn6v { top:0.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWaFMcBsvBFhHVNSWzqN8xZ4a5kDHqbg { top:59.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZifiOJGe6AyRcZuN0zLQErvP3kZCCOZ { top:59.375rem;left:2.5rem;width:44.875rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdF3pzc5TUVMTPuHkhra5QbJ3Hs7PTcZ { top:104rem;left:31.6875rem;width:13.1875rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPgRNsCMGlkipQw8MJ6ZFlrucbONWMSP { width:1.5625rem;height:1.5625rem;top:104.03125rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #us8AlpZemAOxOo2DPadXWOmwduSlafaB { width:16.3125rem;height:2.625rem;top:103.53750038147rem;left:0.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #HLhUhcWsur5SbTFV6l1c37lXqgqyq6Bg { display:block; }
 }@media only screen and (max-width: 1199px) { #qaB5DJN16pPoQ4apUwptkohSJWOTvKAT { width:1.5625rem;height:1.5625rem;top:104.03125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8GALEFP6szdPsuJLlR355Myr5xIX20X { top:104rem;left:2.875rem;width:13.25rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IITIOL2cJr1p86cqhTLL4qkPpJ6Tplzm { width:30rem;height:1.21875rem;top:15.237503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTOISkLAIlvXRfKRnMdp7WqS1B0UW5eP { top:39.875rem;left:2.5rem;width:37.4375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWCn4VrGb0KrzoTp6yNPQaMFtRAPeXy8 { top:40.1875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lH5z8u6im3kvwIyekRqpU5kpCeG8ouVH { width:30rem;height:1.21875rem;top:31.612503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XT5iISlPoJH6VzPfEhE642uLX0gC7Ofu { width:26rem;height:1.21875rem;top:64.549999237062rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfvbCOW7DFnp89ygBHIkkeDONIfcecMS { width:26rem;height:1.21875rem;top:72.112500190738rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffpW7KAVsLCCU6I93WfyT8xwG4fdFZre { top:67rem;left:2.5rem;width:38.3125rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDGp9lezTSIOC9nZ8PiAmpStytcbbhRB { top:67.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWR7FbMl1I4IazrgHTgAG3qiU1uk15lB { top:90.1875rem;left:2.5rem;width:28.9375rem;height:6.4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5OAxMFKKpxE8FdT9mnWvAUB31cbNNoz { top:90.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EQMWd0SPX0BfoQEDB7dHTT2oXOUq85yB { top:98.3125rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KrK7VzRpT7s93rCdiOhXJCWGv61QFImP { top:98.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ce1KrbGooBHb8oMqlGpxmbfmuNZ9DUCm { width:30rem;height:1.21875rem;top:44.925003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrhIOBBhNVRaC28GGfVqV86wIXJVa97F { top:75.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #buXtkkLHZ7JC84w0U43gJSdan89NrHKS { width:26rem;height:1.21875rem;top:80.300000190738rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEphOnFF3tLhxeyZmKZ0H86VR8aIy11S { top:75.125rem;left:2.5rem;width:43.5625rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F9mbxRvQQGCesfbnJMw99xPTNu4naDQN { top:83.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7VqrdNCTbIDMxFRi5CTTkimXe7x6q2h { top:83.25rem;left:2.5rem;width:43.5625rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3d9uMU7Jg9yQpIO9Op4gBU0ewIEJ381 { width:26rem;height:1.21875rem;top:86.737500190738rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM { display:block; }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM > .row .container { width:47.75rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NImXB28w0umC8lXWq1Bt6AsR5yQ7T3ZE { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { display:block; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uvxssTkRTIBU0tIGzMAraQTlwqgem9Rq { width:18.75rem;height:8.4375rem;top:0rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:47.75rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:47.75rem;height:1.05625rem;top:0.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:18rem;height:5.0625rem;top:1.5rem;left:14.885417938233rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 1199px) { #U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { width:12.5rem;height:3.75rem;top:9rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block; }
 }@media only screen and (max-width: 1199px) { #e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h { display:none; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tPeD2rfknMS8ypJZBfNxQIuZRoqPASNf { width:42.9375rem;height:2.7625rem;top:2.5rem;left:2.40625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:22.625rem;height:3.75rem;top:0.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 1199px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:22.625rem;height:1.625rem;top:1.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:22.625rem;height:1.3rem;top:1.8125rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:22.5rem;height:3.6875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:23.875rem;height:0.0625rem;top:4.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:22.625rem;height:3.75rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 1199px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:22.625rem;height:1.625rem;top:1.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:22.625rem;height:1.3rem;top:1.8125rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:22.5rem;height:3.6875rem;top:0.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:23.875rem;height:0.0625rem;top:4.3125009536743rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv { display:none; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yw8TsilgLLu1yuN4n3Kfzebl5iS5c5G7 { width:22.5rem;height:18.75rem;top:1.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZvRte6sMmDKuiU0ayvG3dVmg8f9s7bK { width:16.25rem;height:3.75rem;top:14.375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBNrUo3L6a035uMBMK6q6cHG9VqUU3Q2 { display:block; }
 }@media only screen and (max-width: 1199px) { #hQQ9RQQZhz90gKVEcFXOFUFOpVoeDEue { width:22.5rem;height:4.875rem;top:8rem;left:12.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iKSJZOlE17ThaeczsJKrhbl6XkV57vyh { width:22.4375rem;height:1.4625rem;top:6.375rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAiha5ZU3LlT1EAt2vHosXyuHuMNQ2ZR { width:22.4375rem;height:0.975rem;top:12.625rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQXMAtGmnNuWFNqBAKxQliyJzxyKNVC9 { width:3.125rem;height:3.125rem;top:2.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:16.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 1199px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:42.9375rem;height:1.95rem;top:2.5rem;left:2.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:42.9375rem;height:2.275rem;top:7rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16.25rem;height:3.75rem;top:16.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 1199px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:43.4375rem;height:3.4125rem;top:10.625rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { width:1.875rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { width:1.875rem;height:1.875rem;top:10.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VI59rhBwLGrvEXx6cDifdrieTUHksnt0 { display:none; }#VI59rhBwLGrvEXx6cDifdrieTUHksnt0 > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #nNw4Vsw3lqkOpU7nU793HtLg7mJmq0bD { width:22.5rem;height:18.75rem;top:1.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qnk6At19gWTP1s7y3RI4ceIQxB43SVMu { width:16.25rem;height:3.75rem;top:14.375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7BhGXpbUQNMK0DUDHr10hXCi3vgNSNg { display:block; }
 }@media only screen and (max-width: 1199px) { #bl8wL0nvLvXpgV8qS9iSQ3okeaUHOBir { width:22.5625rem;height:4.875rem;top:8rem;left:12.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #swxyEl77SDgFzU703Du8pAt4FTTGzriZ { width:22.3125rem;height:1.38125rem;top:6.375rem;left:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJCgGQEFpzaBEQWGHbNf93HAnfPipgWT { width:22.25rem;height:0.975rem;top:12.625rem;left:12.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #El6BiAusO98cR5dfTkOflgqm4uk7A7Cn { width:3.125rem;height:3.125rem;top:2.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { display:block; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container { width:47.75rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qv5mr3D6PL3wfWDoUzuAtgoUI29eWMr5 { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hII2HO0JsJX8Lf3Pbdnle1pIOFdnRTP3 { width:6.25rem;height:6.25rem;top:7.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKqL2T9dMuI68oNUSZ2oRerR6DKvz3Lm { width:15.625rem;height:2.45rem;top:14.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mk0GXQktI3giX4wstTgqlTxpR4hFeqnP { width:6.25rem;height:6.25rem;top:7.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpnqTCE4Zl19ZufXRAeSbN8ApPGrdW6G { width:6.25rem;height:6.25rem;top:7.625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #flzyA6AO29kHMnNtUvd3J6fkc1WLplcy { width:6.25rem;height:6.25rem;top:20rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xICpq43VAWmFapuc20xTWWhkvHcdmNfm { width:6.25rem;height:6.25rem;top:20rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFGZCHBiA5HcAWr6KSfVXNwuS5UQ2uI7 { width:6.25rem;height:6.25rem;top:20rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFSXiG0nXLCyukTTMCm6JfRXGwB0UBx9 { width:15.625rem;height:2.45rem;top:14.5rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JlTITNlFmUzUEMN2um2IvtKKLhHwfkTg { width:15.625rem;height:2.45rem;top:14.5rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEPV4It1BnFPmlvFqBfJixv2NqIFnm4B { width:15.625rem;height:2.45rem;top:26.875rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFhueiVTXlvaKwq3IaOyAToXiQ1Vn9Is { width:15.625rem;height:3.675rem;top:26.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #snRHe884OH5ZmKX4ftdPiypX6ctxCZCL { width:15.625rem;height:2.45rem;top:26.875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oevzv3bWrmUdHv7OtFUFh8UuObNaflDG { width:15.625rem;height:2.45rem;top:38.887500762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5Zf9FO7T37M8TaC07vbr6PeJA8TuG0n { width:15.5625rem;height:2.45rem;top:38.887500762939rem;left:16.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PdTutxgBZRBsZWPQ1tytZGlDRvFdiC06 { width:5.875rem;height:5.875rem;top:32.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbTGhHGWwMrVGfbiUyQnSNQgTVZCImZ5 { width:6.25rem;height:6.25rem;top:32.200000762939rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnfAcbxa4Ax1DZC949cKtJaTggstOrtd { width:15.625rem;height:1.225rem;top:50.212501525879rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFoTPuAf1c4vvw9CcQ08ObMpIDWJToQM { width:6.25rem;height:6.25rem;top:43.33749961853rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ro3b7qnlL8uQO0qFQcCsy9Mn57KkZFye { width:15.625rem;height:1.225rem;top:50.212501525879rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJEZwmMuZEgyq1eOw2tMQuBudd9ftneU { width:6.25rem;height:6.25rem;top:43.33749961853rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnPGOaTUtlT2Jsm2wLANrNoT7UTuTpEC { width:15.625rem;height:1.225rem;top:38.875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GrsqtvXMtwrySGTul7W21CboQ49zXyQ2 { width:6.25rem;height:6.25rem;top:32.1875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGSxDmlvCmctym1VrI4k06K33viL4hmM { width:15.625rem;height:1.224825rem;top:50.210069656372rem;left:32.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCDiTQcdBm15QsIhUWxfQwDTKtCxx5PI { width:6.25rem;height:6.25rem;top:43.336765289307rem;left:36.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANLWGMM3b0sGd7rzaT0JQrcfZVTp9Enz { width:6.25rem;height:6.25rem;top:53.3359375rem;left:20.749999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ed1rrSqT3QDe0TxKC1fp3XHfI76n4TGR { width:15.625rem;height:1.224825rem;top:60.147569656372rem;left:16.062499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { display:block; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WKTXaq13d2zZEAVy6299zlGRRrqBT67E { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQFbPQgEonTFnQcaSMtTyEkmlmc3wpaP { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu { display:block; }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu > .row .container { width:47.75rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bfeFVENRtcXnvCEZbcQQnXPHVMTB5mdy { width:31.25rem;height:4.625rem;top:10.511458396912rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sfQNcdQ7Jign3AuSAl7KmuN4r3s8iaKG { width:29.75rem;height:2.45rem;top:11.723958015442rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhahK5SaGeSMTENFkLm0mJQZyObuoOPf { width:7.5rem;height:7.5rem;top:3.0739583969116rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPRuSV9rFqhhJAbIm0T8IS6xEizk1yQQ { width:10rem;height:1.8125rem;top:9.3239583969119rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLT1ewGu5qTdaUTAXZpPWTgKkeMgJg7s { width:23.875rem;height:1.1375rem;top:0rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { display:block; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zXqlh481i40bOUiQNp7mQQzaN2oNRS5u { width:23.875rem;height:1.13715rem;top:0rem;left:11.937500536442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTxiFsq5qgTDctp0EDbdgRZu7TTcbX7D { width:9rem;height:5.875rem;top:2.0503997802734E-5rem;left:28.937499582768rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #rgOxbzElEZW3xtiWV5gx6FJCyvodVBJx { width:9rem;height:5.0625rem;top:0.62502050399781rem;left:10.43055588007rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #Hgwc8H88Lgk2p2NTTJ6apLH3HQxSQCie { width:9rem;height:4.875rem;top:0.71877050399781rem;left:19.374999582768rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #Ik1itS203JE7BhJcrR631L7k5LIDFkXi { display:block; }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi > .row .container { width:47.75rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hetLnuzywNX5dMFBTghehsCGiRv3bTPw { width:14.8125rem;height:2rem;top:3.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sbaPsKf1Xpz4clSZ2JTy5w2Ukh6O3msW { width:23.875rem;height:1.1375rem;top:0rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J95aNk5qbQutNqscTsO5LzXVdyE9miHq { width:15.6875rem;height:3.25rem;top:2.375rem;left:28rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #NXU0uB9CxrMOcf3U2AxeWyiHk5bLmR80 { width:23.875rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 { display:block; }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 > .row .container { width:47.75rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RwGsDsMEH0B5e1k4mUSEl8nhHX7GOzA8 { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qhl0QBqCST3dR5mcJk6x57P7UGCGkAWu { width:23.4375rem;height:3.125rem;top:9.1875rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hEK4tWsidl5vcFJpOWCkLRJbsgFvMAl8 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { background-color:#fdfdfd;background-image:none;display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:47.75rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:30.25rem;height:1.5rem;top:12.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:46.5rem;height:1.7rem;top:10.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:46.5rem;height:1.7rem;top:15.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:46.5rem;height:3rem;top:18.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { width:46.5rem;height:1.7rem;top:22.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { width:41.0625rem;height:4.5rem;top:24.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:46.5rem;height:1.5rem;top:33.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:46.5rem;height:1.7rem;top:31.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:21.875rem;height:1.625rem;top:6.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:46.5rem;height:3rem;top:39.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:46.5rem;height:1.7rem;top:37.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { width:11.25rem;height:11.25rem;top:5.2374877929688rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPzdZ55ZXs0Q9JwdmHDakMHEwtGgAhuw { width:46.5rem;height:1.5rem;top:46.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O78LQvF1NE7KCO1BgsdxyBwMWrpChzoJ { width:46.5rem;height:1.7rem;top:44.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { width:47.75rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { top:9.4375rem;left:11.9375rem;width:23.875rem;height:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { width:47.75rem;height:0.125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { top:18.5rem;left:0.625rem;width:22.5rem;height:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { top:2.5rem;left:14.03125rem;width:19.6875rem;height:5.2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { width:6.1875rem;height:1.75rem;top:18.28125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block; }
 }@media only screen and (max-width: 1199px) { #dQLzNV8el9eO8IQglZUs2tKGaL3UvRms { width:8rem;height:1.75rem;top:18.28125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOF0rVMZnTVCTcyl5GfBM1CMAZREFuop { display:block; }
 }@media only screen and (max-width: 1199px) { #l5ZO04GyQyK4Bv2Pi0xNMbyee18gHTRV { width:10.1875rem;height:1.75rem;top:18.28125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frffUab0dKXc4qUaXmTDmNxvxbvpI4CN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/fba18295-4f3c-42f9-8952-f764e618d3af/kongres_KVPTW_KURS_MOBILE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF.adaptive-delivery-prevent-bg, #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF.lazyload, #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF.lazyloading { background-image: none; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF > .row .container { border-width: 0; border-radius: 0; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF > .row .container { width:20rem;height:45.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wz6paNXVUBTHlHdbHBkP5ltFNSJynfKI { width:20rem;height:1.4625rem;top:23.05624961853rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyZmgL5CtUSkT8wPwSCRqoTwqiBRE55f { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPMyIwoCT9Nh0TmJsLtUt6E7WDTtsKDL { display:block; }
 }@media only screen and (max-width: 763px) { #IXxbeGhILqiWPJ6C9rkGhF3zdoF5h0fv { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sybhECHcExsAackVvlXbFyuD9COgFJGM { display:block; }
 }@media only screen and (max-width: 763px) { #VaghOMbx1n29AiZprBtPtOEyvGgoBsSF { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uo97mdeeD35TXv2W5OTeG7uiIJwDvMFT { display:block; }
 }@media only screen and (max-width: 763px) { #sI7Uwnr4DvEohEAmspUlJogk7vOlpp01 { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NILpL99E4HtIH7vuTsNEB3Jhc8Gutz7T { display:block; }
 }@media only screen and (max-width: 763px) { #lboq5m1cFymhb2gFNiQ6FIqUc6TWIgXW { width:17.5rem;height:1.9236125rem;top:32.396873474121rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Sprcu21wGkbqUqzNF9IQkzg1c63OaC8l { width:16.25rem;height:3.75rem;top:35.462501525879rem;left:1.875rem;font-size:1.0625rem;background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ult2aRKWevt1lJC94SmxgSzgTGXoPfQB { display:block; }
 }@media only screen and (max-width: 763px) { #AQdZl9amIR5Q6MCJ3ClziTVUgAKD4XXm { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgs7i1IhsH6VvQkQv1Z5me4G2mc2GB10 { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiJraRHt9R78gZeNuJpwwyOcmWD6IAE1 { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyrsHPdlrTQn2t9hsoUasKXCo2hLXJPu { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #trTDpqBM8rxCbnVW358ZfFGTlvupa2KK { width:20rem;height:3.59895625rem;top:25.109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7xhih8PM6r31L6TI9v8wf7NKPTMeAn2 { width:20rem;height:1.05625rem;top:20.89999961853rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DAlwvJOxo3K5WFhWoCWxfuVWPrf81Jvh { width:10rem;height:1.5625rem;top:20.64999961853rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4woZxBifNkgbwTWcuFaTa9oL2RvIK4c { width:9rem;height:2.5rem;top:29.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JppI970MywuyXWLlWIpuVWccz0W7gENL { width:2.5rem;height:1.625rem;top:29.75rem;left:5.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE1xcFC1zXdkTwkyDcqbIafin83WhlTp { width:5.75rem;height:1.6493rem;top:29.75rem;left:8.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fhnM6ySq2uzn795cPrmMFWIO23iDEkSD { width:15.8125rem;height:14.375rem;top:5.125rem;left:2.46875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #ORURqAkM7g2vDoGTXDxBOxm556HnQROD { width:16.25rem;height:3.75rem;top:40.087501525879rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xXIxdkGO3LqbEwgyTqTE18T6Ho2MIIIA { display:block; }
 }@media only screen and (max-width: 763px) { #tKfRoTsfyEwEkDv1v511qP6uxy2Mfu8g { width:9rem;height:2.5rem;top:29.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8A4Klw0SeJgimaGcZXwCr7SedmgdM9i { display:block; }
 }@media only screen and (max-width: 763px) { #zG10F91FlJ27RFm00iFMJ0mv0EltZ0u6 { width:3.25rem;height:1.34895625rem;top:8rem;left:16.75rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #raNZx599Q5hJHVnn9lZh9zMbmeaeALva { width:3.75rem;height:3.75rem;top:4rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/fba18295-4f3c-42f9-8952-f764e618d3af/kongres_KVPTW_KURS_MOBILE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r.adaptive-delivery-prevent-bg, #F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r.lazyload, #F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r.lazyloading { background-image: none; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r > .row .container { border-width: 0; border-radius: 0; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3xQ4DHUuO93fUNIRseykTTnIlNFBU7r > .row .container { width:20rem;height:49.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hf9k1xE2n0Cfdz8n1BwhPLy4O1uevLR6 { width:20rem;height:1.4625rem;top:23.05624961853rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5FZ78rvIOcJ0qRpFPlzOvLdiuGkRHPM { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQX1E7Q3l1zwE0DWO5HAQBG22kbGhayl { display:block; }
 }@media only screen and (max-width: 763px) { #CmrxApVTE3MAZsciMHMO3VeQXkbX7lXT { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6V3FRc91XKSgb1P6ee3EAdmKMVZi4NW { display:block; }
 }@media only screen and (max-width: 763px) { #URkgyG9lzKcRFDNM5nLUN7NKCwex7Jgh { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAehwoZ59S5GBwmi9UEpgB6ezEwPENWu { display:block; }
 }@media only screen and (max-width: 763px) { #ueSKbIEhWVCISvbHtxzuLg3fcst75P1h { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsVqB8QNZomBO9MNAHb1Vqlzml29GshP { display:block; }
 }@media only screen and (max-width: 763px) { #Kzo7SmgPZwDhmGWiU9tTLNRAcggzv0DT { width:17.5rem;height:1.925rem;top:32.396873474121rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PdA23F1dxLxCrzDlIRWdN3umVRRrb1Il { width:16.25rem;height:3.75rem;top:36.837501525879rem;left:1.875rem;font-size:1.0625rem;background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ogJZQtGPhrphW2nf2GccraDrx78QLEIg { display:block; }
 }@media only screen and (max-width: 763px) { #E4uGG76MOIFXt8JmHWa2tGMxa3avv2ve { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUnqSpV3NntOqU5O5RT6zgCTn5MQnKhV { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWQsBcKQ9bRJaHPufbMw2UWp9c2HptSg { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aInid3Nq5T3kUfGLTgTMqTpqdxS12J1R { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJvFIyJvFnG7Eu8QTDfHJ3gMJJM2bpsn { width:20rem;height:3.6rem;top:25.109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MI0Fe99GThNb03FQeqAC4u9pQkXxmG8M { width:20rem;height:1.05625rem;top:20.89999961853rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMpcJc77WyownQMUEz2i6dGWvUzU3OXD { width:10rem;height:1.5625rem;top:20.64999961853rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxSgkGBNRr2ZtALAHiU4CHIA1TrzADe2 { width:9rem;height:2.5rem;top:29.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1drhMcbnn2ttTFfKOCNTbLzR5bVJ8e2 { width:2.5rem;height:1.625rem;top:29.75rem;left:5.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEggiFXvAJ8215wHrh6BnoyHiKGewLyk { width:5.75rem;height:1.65rem;top:29.75rem;left:8.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NCxgT8q6ekguJcO5VooiLgNVmvwyNTFF { width:15.8125rem;height:14.375rem;top:5.125rem;left:2.46875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #WyzmUTvWclQUblF6eOiEeXROBrshXmSi { width:16.25rem;height:3.75rem;top:44.150001525879rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CztVpBZlifUehskKisZlR4IQU4a31fpV { display:block; }
 }@media only screen and (max-width: 763px) { #FQvas6kXmtfNZfSbzMLfQdgmuyc162rs { width:9rem;height:2.5rem;top:29.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1rnzIcm5erGC9h6tqhZ5HBDUwqqlEuC { display:block; }
 }@media only screen and (max-width: 763px) { #s28CM9CsPlkd6S6Vgt3oBfp6vdTOyrMW { width:3.25rem;height:1.35rem;top:8rem;left:16.75rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #UkxloQfgZu0EVH0E0fIvV0u5UbpWhkz7 { width:3.75rem;height:3.75rem;top:4rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaMo9TBIQWGhz1qmdWisnoXD2prQ1Kex { width:16.25rem;height:0.89375rem;top:35.462501525879rem;left:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGi3Gv7tBM4GINQzP2vbG8plun2APUGB { width:13.5rem;height:1.925rem;top:41.043751525879rem;left:3.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #duETmdvBb0TVlcswDmMnfpmdchZrqX3t { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/fba18295-4f3c-42f9-8952-f764e618d3af/kongres_KVPTW_KURS_MOBILE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t.adaptive-delivery-prevent-bg, #duETmdvBb0TVlcswDmMnfpmdchZrqX3t.lazyload, #duETmdvBb0TVlcswDmMnfpmdchZrqX3t.lazyloading { background-image: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container { background-color: transparent; background-image: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container > .video-iframe-container { display: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row > .video-iframe-container { display: none; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .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); }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container { border-width: 0; border-radius: 0; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duETmdvBb0TVlcswDmMnfpmdchZrqX3t > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TntMEA539ebgqagB7K0yB5xkPV0eeG3h { width:20rem;height:1.4625rem;top:23.05624961853rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iy1oJGmMVm0tNb4BQQ58r6vziSkAmXFH { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8OAkkwut1rbaii8rW3EcaZ7luhAZVRB { display:block; }
 }@media only screen and (max-width: 763px) { #J6hrqqbFda25JPHCuO3u5R5Z8GILUGIn { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGem38Zq0rHKSHunUCbqrHNGmpt1nkoy { display:block; }
 }@media only screen and (max-width: 763px) { #TvvTTAWI2IcKcZC6szgmvAOJIBGTalnA { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIfTlhWBMxvk8Hz7uleW10F0u7yEdl1n { display:block; }
 }@media only screen and (max-width: 763px) { #zXkLBiD5noPLphETl3KvR4AMUUJTvCpF { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqWP7OBkGyEr03Wqe4atROFXrDVC7hg8 { display:block; }
 }@media only screen and (max-width: 763px) { #ATp7xSBoULREcVG8vucfcenVQ1K9MAzh { width:17.5rem;height:1.925rem;top:32.396873474121rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kK4QzmlWDtoPLVaAiRSFyngyeS3nH5PO { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aagcTOkgiqC5PNPFirssynMa7oWwJWaU { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rdc1aqqrmxrhCGKAlF0sSF5qqrsDEgP1 { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntWL1KLLhFQDTHkpCTJB2AlOGnVtGs5H { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZzhurTD84M5zkP4iFzDJoJJfa6Ay0Z2 { width:20rem;height:3.6rem;top:25.109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSeTV64aOeVaMhgqoZa4VuGoMI8zEH6t { width:20rem;height:1.05625rem;top:20.89999961853rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rL1aun3PvEkpeSoNb3mGQtlKERqx8NHZ { width:10rem;height:1.5625rem;top:20.64999961853rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAVTkqB7fMPpR69H57EorfcRLDcFOBOv { width:9rem;height:2.5rem;top:29.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb8d60K7NNHymzaRGq2v86ECtF8HH969 { width:2.5rem;height:1.625rem;top:29.75rem;left:5.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6NNfrlJJad5I9qsqzgi2FiMgzFDFE6F { width:5.75rem;height:1.65rem;top:29.75rem;left:8.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #edpDWtF3RbWAgxLSiDu1vmMXx7gNudHO { width:15.8125rem;height:14.375rem;top:5.125rem;left:2.46875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #bOshg92yxFggm5REo5ynKbh2NDTGQ7Ns { width:9rem;height:2.5rem;top:29.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ORLTAdleHNcMIpEVTqCKu2GigWdTxT { display:block; }
 }@media only screen and (max-width: 763px) { #CxJRmuEHhiCF1Un0ThuCVWG6vEmRuxbb { width:3.25rem;height:1.35rem;top:8rem;left:16.75rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #Sw6q2rTGQ1gxP7RmCNxcNwelazDwxLJW { width:3.75rem;height:3.75rem;top:4rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9iov1xJC2355IfSuT4A9ZGnp0qeEf2Q { width:20rem;height:1.3rem;top:36.196873474121rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L { display:block; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2dnr2FQDP0TVVm9lQxSiEFs1k8Hst9N { width:16.5rem;height:2.68125rem;top:2.8875007629394rem;left:3.375rem;font-size:0.6875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FUcedSXUzS0TFuC50nytspzG9g2GNJUV { width:16.25rem;height:1.1375rem;top:1.5rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b0Msn3pL1RvLyTCEUi4Tzc5SRCIQQcM1 { width:2.5rem;height:2.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeMaBcZRGUzw9qKUoGm96D7wTuZxABB { width:5.8125rem;height:1.1375rem;top:6.875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAMbZKOTlx52k8mNtpSA7xbQfIyU2AvH { width:2.5rem;height:2.5rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4GW6t9e60bvX5e4Tf4uLQJViTKUTdC { width:12.3125rem;height:1.95rem;top:8.1375007629394rem;left:3.375rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V0UIs4xNrQUGQ8BVZ1KTpde5H6sAyf01 { width:10.125rem;height:1.95rem;top:12.5625rem;left:3.375rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #llX6HO7yAV1nJ7Fg9SsyeK3xBDf6ILgW { width:4.0625rem;height:1.1375rem;top:11.3125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xFHs6AyvfBrgr5zOA8TxIMKXi3qkgreB { width:2.5rem;height:2.5rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { display:block; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { width:20rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:20rem;height:64.3125rem;top:5.4104156494141rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wcWTZ0Q9waiGQ14CWUlET7FZqlDHhC2O { width:20rem;height:3.65625rem;top:70.875rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Fci3RzEd0VEtgLWtAWcxeWuW72CyzXPF { display:none; }#Fci3RzEd0VEtgLWtAWcxeWuW72CyzXPF > .row .container { width:20rem;height:18.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #avXnhiBUZLUg5fIfHIu7ewvZPHzoMZ65 { width:20rem;height:3.375rem;top:3.9499969482422rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ae7bz08LcBJAiiTsOihRretDFUBJyEJk { width:20rem;height:3.375rem;top:12.699996948243rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EH4AckwVQKRBCvuo1GZIlKn0Bkr852Xz { width:10.6875rem;height:3.375rem;top:0rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxaqhyRCeD9HSMJzvsPWmMUqdEAaS1Hq { width:14.4375rem;height:3.375rem;top:8.9375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { display:block; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { width:13.25rem;height:1.1375rem;top:0rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBIOwHPtnyfztPL7XSF71eUzrPyMT8g { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZi24R6iuZpCV7777KaTb4frL1AAHZrL { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { height:10.5rem;width:18.75rem;top:2.7875003814698rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 { display:block; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiilHzMz2ohwSX76B80dCnDZLAIw6FvU { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Zvk8N0vk18NkRtSJwHhxXkWrMmU3D762 { display:block; }
 }@media only screen and (max-width: 763px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:20rem;height:51.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { width:20rem;height:5.85rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:20rem;height:39.375rem;top:9.2229156494137rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF { display:block; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l92QBD6RVzuSb4qxBsliMUZNvtWt2eiw { width:13.625rem;height:5.60625rem;top:3.6875rem;left:3.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #R1kbGgVzFQJRCQlD2MpPThMRk2PUkGIS { width:20rem;height:1.21875rem;top:1.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #f768ViHrniC397bxINTTppbR86tx4LoK { display:block; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqEGAk8RWew5DDRi09HDucazTBE7av33 { width:5.625rem;height:2.1125rem;top:0.23750305175781rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DBUbo1RA0z1mx76LgQJDHT66L3v37bet { width:9.375rem;height:7.35rem;top:3.6875rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { width:4.6875rem;height:2.1125rem;top:0.23750305175781rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { width:9.375rem;height:7.35rem;top:3.6750030517578rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LIUUE5hvRNFTk0lr73JVOgt6aTch3D0d { width:9.125rem;height:6.3rem;top:17rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqpSUREJMZUkX1KumGCdpEi9zayfruPb { width:5.4375rem;height:2.1125rem;top:13.381256103516rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u10z2o2750bF2NVne1KZU02aphtsfNVs { width:2.5rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { width:2.5rem;height:2.5625rem;top:0.012504577636719rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUIMVDt3izi25UINf1i5N5bS55lgDCFw { width:2.5rem;height:2.5rem;top:13.393753051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cre3M55t8w5sfQk0VI5zmSJaVe8HTtM9 { width:2.5rem;height:2.5rem;top:13.393753051757rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFETq2susZ9UlpdtTdTXBOxITmXWzGts { width:6.0625rem;height:2.1125rem;top:13.381256103516rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GuTbZm8C9p9KCgAkXD34fIGChdC94hwm { width:9.375rem;height:7.35rem;top:17rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4MdSzq23H2TR4uxXRbIl1Kf6ztcL8CU { width:9.125rem;height:8.4rem;top:29.956253051757rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTIaUOtM9P5wclIuX7KNDiBafI3kleQG { width:5.8125rem;height:2.1125rem;top:26.53125rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TMA9mBqT2AanktN5PG3cWNvlD89m7pli { width:2.5rem;height:2.5rem;top:26.400001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDzv6NwC1WFE4O5UTzXhxvyFCyOGpdbM { width:9.6875rem;height:5.25rem;top:29.893753051757rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #INxBpxDqCPp6p14JeWwarMkWiG2VTnhN { width:6.25rem;height:1.05625rem;top:26.912506103516rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DIGwGC64xK2WkeRXplpITMChULWnxaQx { width:2.5rem;height:2.5rem;top:26.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG0dZ4zaBgT0V7Q3JmkgcUhRVbrn8lol { width:20rem;height:6.3rem;top:40.106253051757rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { display:none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { width:20rem;height:5.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ax2BMwcEdXAMLEicKyVNWCV9Pw9TG5XX { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TKTODDPLS0RGB6PRM4ckCNhrpp1wc5pC { display:block; }
 }@media only screen and (max-width: 763px) { #g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { display:block; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQldf2BsQsvWDmmuBtLCS3MPuS8PtN8B { width:20rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #K9igDJFklVa8WytMWnfZKxbak1RFZmuk { width:15.625rem;height:2.1125rem;top:4.0750122070312rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { display:block; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtK2PihAFmvimWhmQ3gpmWzgi5F6c58e { width:9.4375rem;height:1.4625rem;top:1.3125rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nB918pnCPi630ZhwTsC0xvs16BP0cbln { width:9.4375rem;height:1.4625rem;top:1.3375015258789rem;left:10.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ss4qXD2tX9GfppXzwpOZHb2NEMNT3g6n { width:9.375rem;height:0.975rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyEQdIa0Z70WusvIPsBReGezFm5wLLz { width:9.375rem;height:0.975rem;top:2.9375rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH4Mpy3TEZQdxnFpDisZQnlZUeKTq05B { width:9.375rem;height:3.75rem;top:0.625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gNXGdMNzPTcg9vnbsiSKkeSNpf0rXTXI { display:block; }
 }@media only screen and (max-width: 763px) { #Su3y3ebFmkrRKmiRuplHddLKmQT0p4pb { width:9.375rem;height:3.75rem;top:0.625rem;left:10.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #St1ki3AuTJACCSli6in36rBZSQMNlGuf { display:block; }
 }@media only screen and (max-width: 763px) { #IQLVbVGyUmu6dis2AKTwmTZNVWKBhRVI { width:10.75rem;height:0.0625rem;top:4.375rem;left:9.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { display:block; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDN7TLFhn97SRRXdwRXxwGLHrHgwU9Og { width:9.4375rem;height:1.4625rem;top:1.3125rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M9mphFAL60SxmQHILad0Xvpo5zQHkmk3 { width:9.4375rem;height:1.4625rem;top:1.3375015258789rem;left:10.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q0krst5BDEtbbPMLXl6cJnOHp6uKCZwG { width:9.375rem;height:0.975rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIDEVXCTwblXhvEKmk1gWllC4OHdIGcP { width:9.375rem;height:0.975rem;top:2.9375rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnpioxBQut8D20Z23v0oQFu59DXq72NS { width:9.375rem;height:3.75rem;top:0.625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #wu8KMHIPlU7bpdIcrKbss663JgLnO8z2 { display:block; }
 }@media only screen and (max-width: 763px) { #oLDT1whwCyECVL0uREN5Zel9vbNXwJwU { width:9.375rem;height:3.75rem;top:0.625rem;left:10.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ZoDeJnl2q6hRpSum78ALtc2ZlhZdSVrS { display:block; }
 }@media only screen and (max-width: 763px) { #Qvvxgf3AkWTVXTuTJkLrxCnXJlUNlQyP { width:10.75rem;height:0.0625rem;top:4.375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { width:0.625rem;height:0.625rem;top:3.4801940917969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { width:17.5rem;height:4.21875rem;top:3.2301940917969rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { width:17.9375rem;height:7.03125rem;top:10.615623474121rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fN2r7r1kQ9tZgEuNXPUkO81XJCw3HRmH { width:0.625rem;height:0.625rem;top:10.928131103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { width:17.5rem;height:1.125rem;top:7.6781311035156rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btZkmmVmSufOWSwoTgua5ZKhFl2ATW7u { width:17.5rem;height:1.125rem;top:18.021881103516rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OstzCqnnTiSJvM2bNzI7LfoNehuTeDfi { width:17.5rem;height:1.59375rem;top:0rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #THAsZaARbgRSN3LgwtZwKcK9AfRooeO1 { width:0.625rem;height:0.625rem;top:0.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { width:17.5rem;height:4.21875rem;top:20.959381103516rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { width:18.0625rem;height:1.125rem;top:25.521881103516rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { width:0.625rem;height:0.625rem;top:21.334381103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeOIr5RrMEg8G7kBr2Upl2GIpZXZ904h { width:7rem;height:2.1125rem;top:104.4375rem;left:11.125rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kWcGR6JiMksaN2AvPcUGCSAV1Xv6UUTW { display:flex;width:1.5625rem;height:1.5625rem;top:104.625rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #KrNW6J6ClZM62BVClWDkUy8aHbWJSl3z { width:8.8125rem;height:2.5rem;top:104.1875rem;left:11.125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #wHQxxTPi2pDm5xaxSXhGRHQxRzUcxfER { display:block; }
 }@media only screen and (max-width: 763px) { #beua2hdho2W32V0JCpBdRQ9COlorhNM3 { width:6.875rem;height:2.1125rem;top:104.4375rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U4N4WxR0uvEMrM3gDJJBg5TD094co3nu { display:flex;width:1.5625rem;height:1.5625rem;top:104.625rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #qTiCklVl3aWIgGI7EzwZksqkGxbLtzJo { width:18.125rem;height:1.125rem;top:34.375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { width:18.125rem;height:5.625rem;top:28.4375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { width:0.625rem;height:0.625rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VipU6XuGS3BbRmS5UE8GWKXErmKChD6e { width:13.8125rem;height:2.25rem;top:43.34375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { width:18.125rem;height:5.625rem;top:37.375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lx1axrqvV1P9EsHflKTLcd4nSuITotum { width:0.625rem;height:0.625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxakZLOvl7RWFLxaL6TVyFiE1NQ94uVl { width:18.125rem;height:2.8125rem;top:47.4375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zXrTcwTgopKOn7cXuGUeQbEH5pc1zrTS { width:0.625rem;height:0.625rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkRGGnRiFD7sATMk4zg75r5zyVuaf8S2 { width:18.125rem;height:1.125rem;top:59.375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6ut5wubpThKd1479skI12g24NCaq4Q { width:18.125rem;height:7.03125rem;top:51.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pVBsqIFZVVwldTt0oDwdOJweBmVJUZCP { width:0.625rem;height:0.625rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKvWR17HBZu0THdkCfJ4Hplckv6rcLz { width:18.125rem;height:1.125rem;top:68.6875rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZK4PllHbBRDZTAXX2fQTktRpS0VpcZ5 { width:18.125rem;height:5.625rem;top:62.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X6rWxbgtZGkeoEsS8hLLBDLRzs5za4uT { width:0.625rem;height:0.625rem;top:62.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGTXDn5ytqhRMFDOnxhBFV9RXmumqHA { width:18.125rem;height:1.125rem;top:79rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKme4pCc4vq7n8IvR5edZRUzF9l1V1Np { width:18.125rem;height:7.03125rem;top:71.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l4b6eAgcBi0OeqcI8TAMz1hnXR0vEb9N { width:0.625rem;height:0.625rem;top:71.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2SsoAtwLzSJZORNzu07PdzXLeT4sakk { width:18.125rem;height:1.125rem;top:87.90625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU93ANT2tupfw03TgEnTH79QNAJw66NP { width:18.125rem;height:5.625rem;top:81.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QmOlvkXh9dHmwTXTolDcCma8ioVTf10n { width:0.625rem;height:0.625rem;top:82.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1IyULlVsaUc3eshAsJp3UmTBBr75ghS { width:18.125rem;height:5.625rem;top:90.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UycKHbFzTyphCzCggw2ZU0JVsZCzwKgl { width:0.625rem;height:0.625rem;top:91.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuLAMRiUr11yihuMPkWWbAoDWa3tHTXA { width:18.125rem;height:1.125rem;top:96.875rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVkxx0Ap3JPUSzn8TL5TE1LmJ4NUuZqP { width:18.125rem;height:2.8125rem;top:99.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lNymeFBXQTItSXHGy6rbHp9AhnaKzaS3 { width:0.625rem;height:0.625rem;top:100.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { display:block; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container { width:20rem;height:125.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOgvpDorFx4IoQ9QWApBrE9Az9KTwlrg { width:0.625rem;height:0.625rem;top:3.7301940917969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCmxc4BQNunxxXJZMV2Tblov71tzbfrc { width:17.5rem;height:2.8125rem;top:3.3551940917969rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KqUap6gyshDAtS5nZOoXe3HmsCEFHlg3 { width:0.625rem;height:0.625rem;top:9.6916809082031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JudOiEqe5ngAAavZeT2I3q2xWO6JNaZg { width:18rem;height:8.4375rem;top:9.3166656494137rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nOiogbPl9OfLXGN02vs9PLlDmz7hheJJ { width:17.5rem;height:8.4375rem;top:21.076049804688rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z1W0DrLgPxKrfsJfqPN1dq0tB3eTKXRu { width:0.625rem;height:0.625rem;top:21.513549804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuWNObyS5EOXLtcZccZfeDSdqzixxEls { width:0.625rem;height:0.625rem;top:43.200012207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWTc46qH0h3TTEX9bclLf7ZLQiU2AETW { width:18.0625rem;height:2.8125rem;top:42.825012207031rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aCWJaNiavTzRTciuXtrLaZPtqavsVowW { width:0.625rem;height:0.625rem;top:32.977081298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyDbu50ULgslUyqQQPfUgFpsqR4LPbv { width:17.1875rem;height:7.03125rem;top:32.602081298828rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RikBB9mLDaXUVMt2p4WAfTI52hVitLSA { width:0.625rem;height:0.625rem;top:56.440612792969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Ctef6a1M8l2NWTbl24mivuoRQH6Izs { width:17.5rem;height:5.625rem;top:56.128112792969rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i64ckMRoNWtXLuT8WFDcs9JmopJHhAr9 { width:17.5rem;height:2.8125rem;top:66.115631103512rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kmFNTomyuazvU3CHR9NhhBlDODnQfirm { width:0.625rem;height:0.625rem;top:66.553131103512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdWqzkelmnegLtBWRWT1h3eRB1y5qBhs { width:15rem;height:2.25rem;top:6.5rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ2roxmLD8o1MdicuE1HMnWc1aB6Bf8Z { width:17.5rem;height:1.125rem;top:29.896881103516rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE23yget1lZT4iCh5lTzwWN7PpHlp8P2 { width:13.9375rem;height:2.25rem;top:62.084381103516rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPnSx8VkSfPtr5UzpNBWfaSQSzCJJBx7 { width:17.5rem;height:1.59375rem;top:0rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dPshE63NJ50LdffuB1d8AAsgVmpAqn6v { width:0.625rem;height:0.625rem;top:0.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWaFMcBsvBFhHVNSWzqN8xZ4a5kDHqbg { width:0.625rem;height:0.625rem;top:71.084381103512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZifiOJGe6AyRcZuN0zLQErvP3kZCCOZ { width:17.5rem;height:8.4375rem;top:70.709381103512rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KdF3pzc5TUVMTPuHkhra5QbJ3Hs7PTcZ { width:6.625rem;height:2.1125rem;top:121.6875rem;left:11.5rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EPgRNsCMGlkipQw8MJ6ZFlrucbONWMSP { display:flex;width:1.5625rem;height:1.5625rem;top:122rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #us8AlpZemAOxOo2DPadXWOmwduSlafaB { width:9rem;height:2.5rem;top:121.5625rem;left:0rem;z-index:15106;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLhUhcWsur5SbTFV6l1c37lXqgqyq6Bg { display:block; }
 }@media only screen and (max-width: 763px) { #qaB5DJN16pPoQ4apUwptkohSJWOTvKAT { display:flex;width:1.5625rem;height:1.5625rem;top:122rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T8GALEFP6szdPsuJLlR355Myr5xIX20X { width:7.0625rem;height:2.1125rem;top:121.6875rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IITIOL2cJr1p86cqhTLL4qkPpJ6Tplzm { width:16.6875rem;height:1.125rem;top:18.0625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOISkLAIlvXRfKRnMdp7WqS1B0UW5eP { width:18.125rem;height:5.625rem;top:47.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XWCn4VrGb0KrzoTp6yNPQaMFtRAPeXy8 { width:0.625rem;height:0.625rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH5z8u6im3kvwIyekRqpU5kpCeG8ouVH { width:18.125rem;height:1.125rem;top:39.9375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT5iISlPoJH6VzPfEhE642uLX0gC7Ofu { width:18.125rem;height:1.125rem;top:79.490631103512rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfvbCOW7DFnp89ygBHIkkeDONIfcecMS { width:18.125rem;height:1.125rem;top:88rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffpW7KAVsLCCU6I93WfyT8xwG4fdFZre { width:18.125rem;height:5.625rem;top:82.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mDGp9lezTSIOC9nZ8PiAmpStytcbbhRB { width:0.625rem;height:0.625rem;top:82.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWR7FbMl1I4IazrgHTgAG3qiU1uk15lB { width:18.125rem;height:8.4375rem;top:107rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z5OAxMFKKpxE8FdT9mnWvAUB31cbNNoz { width:0.625rem;height:0.625rem;top:107.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQMWd0SPX0BfoQEDB7dHTT2oXOUq85yB { width:18.125rem;height:2.8125rem;top:117.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KrK7VzRpT7s93rCdiOhXJCWGv61QFImP { width:0.625rem;height:0.625rem;top:117.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1KrbGooBHb8oMqlGpxmbfmuNZ9DUCm { width:18.125rem;height:1.125rem;top:53.237487792969rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrhIOBBhNVRaC28GGfVqV86wIXJVa97F { width:0.625rem;height:0.625rem;top:91.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buXtkkLHZ7JC84w0U43gJSdan89NrHKS { width:18.125rem;height:1.125rem;top:96.75rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEphOnFF3tLhxeyZmKZ0H86VR8aIy11S { width:18.125rem;height:5.625rem;top:90.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F9mbxRvQQGCesfbnJMw99xPTNu4naDQN { width:0.625rem;height:0.625rem;top:100rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7VqrdNCTbIDMxFRi5CTTkimXe7x6q2h { width:18.125rem;height:4.21875rem;top:99.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N3d9uMU7Jg9yQpIO9Op4gBU0ewIEJ381 { width:18.125rem;height:1.125rem;top:104.1875rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM { display:block; }#sb4CIkxwxxBLrUaZVVOWeS6lz3ZTWDzM > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NImXB28w0umC8lXWq1Bt6AsR5yQ7T3ZE { width:15rem;height:2.1125rem;top:0rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { display:block; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvxssTkRTIBU0tIGzMAraQTlwqgem9Rq { width:17.5rem;height:7.875rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:20rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:20rem;height:1.05625rem;top:0.175rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { padding-top:0.429375rem;padding-right:0.3825rem;padding-bottom:0.429375rem;padding-left:0.3825rem;width:2.295rem;min-width:2.295rem;height:2.3075rem;font-size:1.716875rem;line-height:36.92px;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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.268125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.06rem;height:0.911875rem;font-size:0.644375rem;line-height:14.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:16.25rem;height:4.34625rem;top:1.9375rem;left:1.6468753814698rem;padding-top:0.494375rem;padding-right:0.509375rem;padding-bottom:0.494375rem;padding-left:0.509375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 763px) { #U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { width:16.25rem;height:3.75rem;top:8.125rem;left:1.875rem;font-size:1.0625rem;background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block; }
 }@media only screen and (max-width: 763px) { #e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h { display:none; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { width:20rem;height:7.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tPeD2rfknMS8ypJZBfNxQIuZRoqPASNf { width:17.5rem;height:3.9rem;top:1.875rem;left:1.25rem;font-size:1.5rem;font-family:publicsansextrabold;display:block; }
 }@media only screen and (max-width: 763px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:9.375rem;height:3.75rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 763px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:7.625rem;height:1.1375rem;top:1.25rem;left:0.75rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:9.375rem;height:2.275rem;top:0.75rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:9.25rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:10.6875rem;height:0.0625rem;top:3.75rem;left:9.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:9.375rem;height:3.75rem;top:0rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 763px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:7.625rem;height:1.1375rem;top:1.25rem;left:0.75rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:9.375rem;height:2.275rem;top:0.75rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:9.25rem;height:3.75rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:10.625rem;height:0.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv { display:none; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yw8TsilgLLu1yuN4n3Kfzebl5iS5c5G7 { width:20rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZvRte6sMmDKuiU0ayvG3dVmg8f9s7bK { width:16.25rem;height:3.75rem;top:12.659374237061rem;left:1.875rem;font-size:1.0625rem;background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RBNrUo3L6a035uMBMK6q6cHG9VqUU3Q2 { display:block; }
 }@media only screen and (max-width: 763px) { #hQQ9RQQZhz90gKVEcFXOFUFOpVoeDEue { width:20rem;height:4.0625rem;top:7.0114593505863rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKSJZOlE17ThaeczsJKrhbl6XkV57vyh { width:20rem;height:1.4625rem;top:5.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAiha5ZU3LlT1EAt2vHosXyuHuMNQ2ZR { width:20rem;height:0.975rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQXMAtGmnNuWFNqBAKxQliyJzxyKNVC9 { width:2.5rem;height:2.5rem;top:2.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:20rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:17.450004577637rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 763px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:14.75rem;height:2.925rem;top:1.3468780517578rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:17.625rem;height:3.9rem;top:5.859375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16rem;height:3.5rem;top:22.125rem;left:2rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 763px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:17.5rem;height:5.85rem;top:10.446868896484rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { display:flex;width:1.75rem;height:1.75rem;top:5.546875rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { display:flex;width:1.75rem;height:1.75rem;top:10.071876525879rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #VI59rhBwLGrvEXx6cDifdrieTUHksnt0 { display:none; }#VI59rhBwLGrvEXx6cDifdrieTUHksnt0 > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nNw4Vsw3lqkOpU7nU793HtLg7mJmq0bD { width:20rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnk6At19gWTP1s7y3RI4ceIQxB43SVMu { width:16.25rem;height:3.75rem;top:12.846878051757rem;left:1.875rem;font-size:1.0625rem;background-color:#259a90;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X7BhGXpbUQNMK0DUDHr10hXCi3vgNSNg { display:block; }
 }@media only screen and (max-width: 763px) { #bl8wL0nvLvXpgV8qS9iSQ3okeaUHOBir { width:20rem;height:3.9rem;top:7rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #swxyEl77SDgFzU703Du8pAt4FTTGzriZ { width:20rem;height:1.3rem;top:5.5052108764649rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJCgGQEFpzaBEQWGHbNf93HAnfPipgWT { width:20rem;height:0.975rem;top:10.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #El6BiAusO98cR5dfTkOflgqm4uk7A7Cn { width:2.5rem;height:2.5rem;top:1.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { display:block; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv5mr3D6PL3wfWDoUzuAtgoUI29eWMr5 { width:17.5rem;height:1.86875rem;top:1.875rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #hII2HO0JsJX8Lf3Pbdnle1pIOFdnRTP3 { width:5rem;height:5rem;top:5.5864582061767rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKqL2T9dMuI68oNUSZ2oRerR6DKvz3Lm { width:9.375rem;height:3.15rem;top:11.211458206177rem;left:0.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mk0GXQktI3giX4wstTgqlTxpR4hFeqnP { width:5rem;height:5rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpnqTCE4Zl19ZufXRAeSbN8ApPGrdW6G { width:5rem;height:5rem;top:16.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flzyA6AO29kHMnNtUvd3J6fkc1WLplcy { width:5rem;height:5rem;top:16.25rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xICpq43VAWmFapuc20xTWWhkvHcdmNfm { width:5rem;height:5rem;top:27.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFGZCHBiA5HcAWr6KSfVXNwuS5UQ2uI7 { width:5rem;height:5rem;top:27.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFSXiG0nXLCyukTTMCm6JfRXGwB0UBx9 { width:9.375rem;height:2.1rem;top:11.1875rem;left:10.375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JlTITNlFmUzUEMN2um2IvtKKLhHwfkTg { width:9.375rem;height:3.15rem;top:21.875rem;left:0.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sEPV4It1BnFPmlvFqBfJixv2NqIFnm4B { width:9.375rem;height:2.1rem;top:33.5625rem;left:0.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xFhueiVTXlvaKwq3IaOyAToXiQ1Vn9Is { width:9.375rem;height:4.2rem;top:21.875rem;left:10.375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #snRHe884OH5ZmKX4ftdPiypX6ctxCZCL { width:9.375rem;height:3.15rem;top:33.5625rem;left:10.4375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oevzv3bWrmUdHv7OtFUFh8UuObNaflDG { width:9.375rem;height:2.1rem;top:44.25rem;left:0.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T5Zf9FO7T37M8TaC07vbr6PeJA8TuG0n { width:9.375rem;height:2.1rem;top:44.375rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PdTutxgBZRBsZWPQ1tytZGlDRvFdiC06 { width:5rem;height:5rem;top:38.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTGhHGWwMrVGfbiUyQnSNQgTVZCImZ5 { width:5rem;height:5rem;top:38.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnfAcbxa4Ax1DZC949cKtJaTggstOrtd { width:9.375rem;height:2.1rem;top:54rem;left:10.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OFoTPuAf1c4vvw9CcQ08ObMpIDWJToQM { width:5rem;height:5rem;top:48.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro3b7qnlL8uQO0qFQcCsy9Mn57KkZFye { width:9.375rem;height:2.1rem;top:63.5rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IJEZwmMuZEgyq1eOw2tMQuBudd9ftneU { width:5rem;height:5rem;top:57.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPGOaTUtlT2Jsm2wLANrNoT7UTuTpEC { width:9.375rem;height:2.1rem;top:53.875rem;left:0.1875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GrsqtvXMtwrySGTul7W21CboQ49zXyQ2 { width:5rem;height:5rem;top:48.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGSxDmlvCmctym1VrI4k06K33viL4hmM { width:8.375rem;height:2.1rem;top:63.499132156375rem;left:10.875000536442rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eCDiTQcdBm15QsIhUWxfQwDTKtCxx5PI { width:5rem;height:5rem;top:57.874979972839rem;left:12.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANLWGMM3b0sGd7rzaT0JQrcfZVTp9Enz { width:5rem;height:5rem;top:66.8480875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed1rrSqT3QDe0TxKC1fp3XHfI76n4TGR { width:13.75rem;height:1.04948125rem;top:72.4730875rem;left:3.125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { display:block; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKTXaq13d2zZEAVy6299zlGRRrqBT67E { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQFbPQgEonTFnQcaSMtTyEkmlmc3wpaP { width:20rem;height:1.86875rem;top:2rem;left:0.09375rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu { display:block; }#mkFAVWpaK9OX8h0s5wua0UszrTNaVpxu > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfeFVENRtcXnvCEZbcQQnXPHVMTB5mdy { width:19.875rem;height:4.125rem;top:8.0562591552738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfQNcdQ7Jign3AuSAl7KmuN4r3s8iaKG { width:18.75rem;height:2.1rem;top:9.0812530517575rem;left:0.625rem;font-size:0.75rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #PhahK5SaGeSMTENFkLm0mJQZyObuoOPf { width:6.25rem;height:6.25rem;top:2.5375061035156rem;left:6.875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #GPRuSV9rFqhhJAbIm0T8IS6xEizk1yQQ { width:7.3125rem;height:1.8125rem;top:7.8062591552738rem;left:6.3125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #NLT1ewGu5qTdaUTAXZpPWTgKkeMgJg7s { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { display:block; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXqlh481i40bOUiQNp7mQQzaN2oNRS5u { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxiFsq5qgTDctp0EDbdgRZu7TTcbX7D { width:10.875rem;height:7.125rem;top:10.25rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgOxbzElEZW3xtiWV5gx6FJCyvodVBJx { width:10.875rem;height:6.125rem;top:1.0555562973023rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgwc8H88Lgk2p2NTTJ6apLH3HQxSQCie { width:10.875rem;height:5.875rem;top:6.2361106872559rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik1itS203JE7BhJcrR631L7k5LIDFkXi { display:block; }#Ik1itS203JE7BhJcrR631L7k5LIDFkXi > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hetLnuzywNX5dMFBTghehsCGiRv3bTPw { width:11.6875rem;height:1.625rem;top:2.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbaPsKf1Xpz4clSZ2JTy5w2Ukh6O3msW { width:20rem;height:1.05625rem;top:6.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J95aNk5qbQutNqscTsO5LzXVdyE9miHq { width:12.0625rem;height:2.5rem;top:9rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXU0uB9CxrMOcf3U2AxeWyiHk5bLmR80 { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 { display:block; }#fhzyXaz1FezhE48s9ZuH4OP0uchlWSJ4 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwGsDsMEH0B5e1k4mUSEl8nhHX7GOzA8 { width:20rem;height:1.86875rem;top:2.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #Qhl0QBqCST3dR5mcJk6x57P7UGCGkAWu { width:15rem;height:2rem;top:6.26171875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEK4tWsidl5vcFJpOWCkLRJbsgFvMAl8 { width:20rem;height:0.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { width:18.875rem;height:3.7375rem;top:1.875rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:20rem;height:2.275rem;top:20.822937011719rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:18.75rem;height:1.5rem;top:18.854187011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:18.75rem;height:1.5rem;top:24.947937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:18.75rem;height:5.6875rem;top:26.947937011719rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { width:18.75rem;height:3rem;top:34.510437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { width:18.75rem;height:5.6875rem;top:38.072937011719rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:18.875rem;height:2.275rem;top:49.072937011719rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:18.75rem;height:3rem;top:45.697937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:18.1875rem;height:1.4625rem;top:15.88542175293rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:18.75rem;height:3.4125rem;top:58.072937011719rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:19.875rem;height:4.5rem;top:53.135437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { width:7.25rem;height:7.25rem;top:6.8979167938231rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPzdZ55ZXs0Q9JwdmHDakMHEwtGgAhuw { width:17.75rem;height:2.275rem;top:66.747924804688rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O78LQvF1NE7KCO1BgsdxyBwMWrpChzoJ { width:20rem;height:3rem;top:63.310424804688rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { width:14.875rem;height:4.21875rem;top:7.3017578125rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { width:20rem;height:0.125rem;top:13.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { width:18.75rem;height:2.4375rem;top:22.42707824707rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { width:13.875rem;height:3.7375rem;top:1.875rem;left:3.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { width:6.1875rem;height:1.75rem;top:19.48957824707rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block; }
 }@media only screen and (max-width: 763px) { #dQLzNV8el9eO8IQglZUs2tKGaL3UvRms { width:8.875rem;height:1.75rem;top:17.17707824707rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOF0rVMZnTVCTcyl5GfBM1CMAZREFuop { display:block; }
 }@media only screen and (max-width: 763px) { #l5ZO04GyQyK4Bv2Pi0xNMbyee18gHTRV { width:9.75rem;height:1.75rem;top:14.80207824707rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frffUab0dKXc4qUaXmTDmNxvxbvpI4CN { display:block; }
 }