.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); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b3a3df1a-c400-44bb-8711-d0f15c923986/KV_PTW_WakcynologiaW3_KURS.jpg");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; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { color:#267360;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { 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:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.28125rem;display:block; }
#X6QBIWCZASRLd7NWTXyIorvNSxvNlfzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTPpw2vkxJQ6zzcwk9OJRE5z4i7NWnze { 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:poppins;font-size:0.9375rem;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; }
#aT76rSRUKUhzn5RbyuWMoXBe6iCPxEL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbUvdFKWhSegZ52JJCNOJTxB8nTdIHcF { 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:poppins;font-size:0.9375rem;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; }
#lMu2U2tCWKSAtO6VeoWyVxlyoVEdtESR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbbd6nHDWPh1fRe2pfFySwZZZfSSSmLP { 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:poppins;font-size:0.9375rem;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; }
#cLBwKhWbFbAdke6GzEPTXnDTCflRa0NT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { color:#808080;display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:26.943756103516rem;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; }
#rewWZTdH5td4pmftMdaBd5UApO5W8zTI { 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; }
#G8ivUOB6R4rRK0fcQXKeIITiEC523ZgF { 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; }
#rFOJTZT9Xqsz6A5dS2EElRv1G2TzJbPa { 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; }
#aieEDyTBdxCZxUDVcGix5BtsU4TIfQ11 { 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; }
#HWMCON96cnbgMBpfL9kGWdLPKtCB0GUq { color:#104f40;display:block;width:37.5625rem;position:absolute;font-family:interextrabold;font-size:2.125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:15.881256103516rem;left:0rem;height:7.65rem;font-style:normal;display:block; }
#wKohI2dCv8MfNJpw3ml2CAF0gu1PXHnM { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qRUeZZriDzGCEph4KNkaxdFTDfIWoILg { position:absolute;display:block;z-index:15045;background-color:#dedede;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.75rem;width:17rem;top:8.143750190735rem;left:0rem;display:block; }
#i7ii4a6uQSermk9VLkltA9w0v7BlTxlT { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iwZQWTphaUogncszdVTcHTD4xcGm5LCr { position:absolute;display:block;z-index:15049;background-color:#dedede;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.75rem;width:20.125rem;top:10.268750190735rem;left:0rem;display:block; }
#hWPAltyhME5Ii6PLxqL7uEoc4ctiW88z { position:absolute;display:block;z-index:15051;background-color:#104f40;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;height:7.5rem;width:7.5rem;top:4.625rem;left:67.5rem;display:block; }
#LyErva7pv8DwFIfIevzvV8x0NVckqfJ1 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.5625rem;left:67.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPhDQUAwDumc3JICNnqrl85OCr1EJahL { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:8.300000190735rem;left:67.5rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SykKlTeEULppdUMyRcVLEBfu6h5SeSnE { color:#666666;display:block;width:25.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:31.5625rem;left:0rem;height:1.4625rem;display:block; }
#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b3a3df1a-c400-44bb-8711-d0f15c923986/KV_PTW_WakcynologiaW3_KURS.jpg");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; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z.adaptive-delivery-prevent-bg, #xAtwOFBrdAmAVZVfMCNn5im49nO41F8z.lazyload, #xAtwOFBrdAmAVZVfMCNn5im49nO41F8z.lazyloading { background-image: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container { background-color: transparent; background-image: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container > .video-iframe-container { display: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row > .video-iframe-container { display: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .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); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container { border-width: 0; border-radius: 0; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#OLA7eucLfnuTd72znqQbOmDxhta194Jh { color:#267360;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nN1meW1oA2rBGShUVsm8LkKdeb016uTf { 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:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.28125rem;display:block; }
#WqIWXqMVd59CH1NJAAQy5hyezH9dT05C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGAryTiGDC5izpHdStk5fvcSLTVAfRPa { 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:poppins;font-size:0.9375rem;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; }
#ZvFEQrZe6ozDyQHPmQBt8gDvG5xT8Gyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uyt1sx6gLx8fkNWn8CEpcaqKm9S4Bkhw { 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:poppins;font-size:0.9375rem;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; }
#SpddqBnHwWfvOTVrHf7H148k1aN8egVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KqLy1FkyXcDSqd0zUXBStlU7J4rITT6O { 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:poppins;font-size:0.9375rem;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; }
#ZRaDSGuoWX5MmQ9KH01KrPKUoXTMxNVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytr8skkcsWT6tL4N2OmOPnNNqnAr7QSn { color:#808080;display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:26.943756103516rem;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; }
#WxndMZqhlqG0SiWJchbaHcTXgCeEJvZ2 { 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; }
#nGinDCfaOS1vMekJViqIUkl9esSOCJyg { 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; }
#o2DmTw3TNiO2riKtmntTRslurH2F96tT { 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; }
#f9h1hWyRFWT4nWobO95vd2zAz2he5071 { 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; }
#TciwUHTpQSZ5Fe2aVXipzlTxooxeDC0c { color:#104f40;display:block;width:37.5625rem;position:absolute;font-family:interextrabold;font-size:2.125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:15.881256103516rem;left:0rem;height:10.2rem;font-style:normal;display:block; }
#FTrAAoRTNuS0m8rNuICVA6Nnl6T3hf5C { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bO8KWtezRlbzgbBPsUtKZHwMVkc5vVRP { position:absolute;display:block;z-index:15045;background-color:#ff7a00;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.75rem;width:15.375rem;top:8.1437492370606rem;left:0rem;display:block; }
#oTkkMLW8vI2J73E4ik57O1FARXNXwBdJ { color:#ffffff;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEQzKDTZ8xIETSbABJlgovwhvNTRz8My { position:absolute;display:block;z-index:15049;background-color:#57bfff;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.75rem;width:16.375rem;top:10.268749237061rem;left:0rem;display:block; }
#G1oFVqcHIIop6w9uc2OBuVXWdsoyTgMl { position:absolute;display:block;z-index:15051;background-color:#104f40;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;height:7.5rem;width:7.5rem;top:28.125rem;left:67.5rem;display:block; }
#bc7kx5nWrsPO66og4hRl8lwXT9mvSFHW { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:29.0625rem;left:67.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsL9TyCHFKXJuSrWkTATAS6Az3byUJnV { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:31.800000190735rem;left:67.5rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LMbJraTPuXsaGrERM2hAT7nVBN3hpMPd { 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:7.5rem;width:7.5rem;top:5.6875rem;left:67.5rem;overflow:hidden;display:block; }
#akRfP4s3eDkffnJ4agnqVfZ7ldSO4Qy6 { color:#ededed;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:13.375rem;left:67.5rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILUnaz8v63AATPhL0yi6BxxPG61m7xTU { color:#646464;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:31.325000762939rem;left:0rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b3a3df1a-c400-44bb-8711-d0f15c923986/KV_PTW_WakcynologiaW3_KURS.jpg");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:poppins;font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:2.1125rem;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:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.28125rem;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:poppins;font-size:0.9375rem;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:poppins;font-size:0.9375rem;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:poppins;font-size:0.9375rem;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:poppins;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:25.693748474121rem;left:0rem;height:1.798825rem;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:poppins;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:28.75rem;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:37.5625rem;position:absolute;font-family:interextrabold;font-size:2.125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:14.631248474121rem;left:0rem;height:7.6494375rem;font-style:normal;display:block; }
#T7xhih8PM6r31L6TI9v8wf7NKPTMeAn2 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAlwvJOxo3K5WFhWoCWxfuVWPrf81Jvh { position:absolute;display:block;z-index:15049;background-color:#57bfff;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.75rem;width:16.375rem;top:9.0187492370606rem;left:0rem;display:block; }
#e4woZxBifNkgbwTWcuFaTa9oL2RvIK4c { position:absolute;display:block;z-index:15051;background-color:#104f40;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;height:7.5rem;width:7.5rem;top:28.125rem;left:67.5rem;display:block; }
#JppI970MywuyXWLlWIpuVWccz0W7gENL { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:29.0625rem;left:67.5rem;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:poppins;font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:31.799999237061rem;left:67.5rem;height:1.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sku34hdVaobFedGauGTtHunw3B6m2NTK { position:absolute;display:block;z-index:15052;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:4.625rem;left:67.5rem;overflow:hidden;display:block; }
#yxsCtTTtgVpGJdMvMM5x8L3TnqAZnAWE { color:#ededed;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:12.331249237061rem;left:67.5rem;height:1.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nefg1iuMhalDgFgdiFDDUKSv1KP54dHh { 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:poppins;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:15010;text-align:center;text-align-last:center;top:28.6875rem;left:17.5rem;display:block; }
#LTwUHlDzZDbzcustfPSNLHUsVgIUmV7q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:poppins;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6875rem;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:poppins;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:1.38125rem;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:poppins;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.9375rem;left:25rem;height:1.3808625rem;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:poppins;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:poppins;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:poppins;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.9375rem;left:50rem;height:1.38125rem;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:60.625rem;width:75rem;position:relative;display:block; }#RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;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:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:48.9375rem;text-align:left;text-align-last:left;font-style:normal;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:poppins;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:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { background-color: transparent; background-image: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container > .video-iframe-container { display: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container { display: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .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); }#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:block; }#gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;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:poppins;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; }
#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:18.1875rem;width:75rem;position:relative;display:block; }#qqEGAk8RWew5DDRi09HDucazTBE7av33 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.21875rem;left:0rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DBUbo1RA0z1mx76LgQJDHT66L3v37bet { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:8.40625rem;left:0rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.21875rem;left:18.75rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8.40625rem;left:18.75rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#LIUUE5hvRNFTk0lr73JVOgt6aTch3D0d { color:#f4f4f4;display:block;width:16.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:8.40625rem;left:37.5rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#TqpSUREJMZUkX1KumGCdpEi9zayfruPb { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.21875rem;left:37.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:5rem;width:5rem;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:5rem;width:4.875rem;top:0rem;left:18.75rem;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:5rem;width:5rem;top:0rem;left:37.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:5rem;width:5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#EFETq2susZ9UlpdtTdTXBOxITmXWzGts { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.21875rem;left:56.25rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GuTbZm8C9p9KCgAkXD34fIGChdC94hwm { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:8.40625rem;left:56.25rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { 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; }#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:24.75rem;width:75rem;position:relative;display:block; }#nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { color:rgba(255,255,255,0.85);display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:28.4375rem;height:1.29980625rem;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; }
#tb3qE3qkwr3UVi0fWeqWLr8uMFMVTm41 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.4375rem;width:32.875rem;top:3.1875rem;left:3.375rem;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:18.4375rem;width:32.875rem;top:3.1875rem;left:38.75rem;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:block; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { background-color: transparent; background-image: none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container > .video-iframe-container { display: none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row > .video-iframe-container { display: none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .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); }#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:block; }#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:poppins;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; }
#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { position:relative;display:block; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { background-color: transparent; background-image: none; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container > .video-iframe-container { display: none; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row > .video-iframe-container { display: none; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .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); }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { border-width: 0; border-radius: 0; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .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; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .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; }#N5EHyuwbAzv0ysEVFNuUEHxTzXTWdocB { color:#111111;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;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; }
#dd5xEOtqvZbBdt1q8ACJDi0HbW2tfE9C { color:#7f7f7f;display:block;width:75rem;position:absolute;font-family:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:102.25rem;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.9375rem;width:0.9375rem;top:12.875rem;left:0rem;display:block; }
#DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:4.625rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { color:#000000;display:block;width:70.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:12.3125rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:5.1875rem;left:0rem;display:block; }
#TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:8.5874938964844rem;left:2.1875rem;height:1.3125rem;display:block; }
#btZkmmVmSufOWSwoTgua5ZKhFl2ATW7u { color:#6b6b6b;display:block;width:54.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:18.037506103516rem;left:2.1875rem;height:1.3125rem;display:block; }
#OstzCqnnTiSJvM2bNzI7LfoNehuTeDfi { color:#267360;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:0.75rem;left:0rem;display:block; }
#I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { color:#000000;display:block;width:71rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:21.75rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:25.6875rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:22.125rem;left:0rem;display:block; }
#AeOIr5RrMEg8G7kBr2Upl2GIpZXZ904h { color:#000000;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:97.5625rem;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.625rem;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:97.125rem;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:poppins;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:97.5625rem;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.6875rem;left:0rem; }
#qTiCklVl3aWIgGI7EzwZksqkGxbLtzJo { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:33.3125rem;left:2.1875rem;height:1.3125rem;display:block; }
#d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { color:#000000;display:block;width:72.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:29.375rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:29.75rem;left:0rem;display:block; }
#VipU6XuGS3BbRmS5UE8GWKXErmKChD6e { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:42.9375rem;left:2.1875rem;height:1.3125rem;display:block; }
#aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { color:#000000;display:block;width:72.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:37.125rem;left:2.1875rem;height:5.4rem;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.9375rem;width:0.9375rem;top:37.5rem;left:0rem;display:block; }
#xxakZLOvl7RWFLxaL6TVyFiE1NQ94uVl { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:46.5rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:46.875rem;left:0rem;display:block; }
#OkRGGnRiFD7sATMk4zg75r5zyVuaf8S2 { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:56.0625rem;left:2.1875rem;height:1.3125rem;display:block; }
#Ea6ut5wubpThKd1479skI12g24NCaq4Q { color:#000000;display:block;width:71.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:52.25rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:52.625rem;left:0rem;display:block; }
#WmKvWR17HBZu0THdkCfJ4Hplckv6rcLz { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:63.6875rem;left:2.1875rem;height:1.3125rem;display:block; }
#PZK4PllHbBRDZTAXX2fQTktRpS0VpcZ5 { color:#000000;display:block;width:71.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:59.875rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:60.25rem;left:0rem;display:block; }
#UTGTXDn5ytqhRMFDOnxhBFV9RXmumqHA { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.5;letter-spacing:0;top:72.9375rem;left:2.1875rem;height:1.3125rem;display:block; }
#EKme4pCc4vq7n8IvR5edZRUzF9l1V1Np { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:67.125rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:67.5rem;left:0rem;display:block; }
#H2SsoAtwLzSJZORNzu07PdzXLeT4sakk { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15123;line-height:1.5;letter-spacing:0;top:80.375rem;left:2.1875rem;height:1.3125rem;display:block; }
#nU93ANT2tupfw03TgEnTH79QNAJw66NP { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:76.5625rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:76.9375rem;left:0rem;display:block; }
#n1IyULlVsaUc3eshAsJp3UmTBBr75ghS { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:84rem;left:2.1875rem;height:3.6rem;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.9375rem;width:0.9375rem;top:84.375rem;left:0rem;display:block; }
#FuLAMRiUr11yihuMPkWWbAoDWa3tHTXA { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15126;line-height:1.5;letter-spacing:0;top:87.8125rem;left:2.1875rem;height:1.3125rem;display:block; }
#nVkxx0Ap3JPUSzn8TL5TE1LmJ4NUuZqP { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:91.3125rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:91.6875rem;left:0rem;display:block; }
#cQiML8BPw5tGz8bdlRRu3FUiKbRH2GiV { position:relative;display:none; }#cQiML8BPw5tGz8bdlRRu3FUiKbRH2GiV { border-width: 0; border-radius: 0; }#cQiML8BPw5tGz8bdlRRu3FUiKbRH2GiV > .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; }#cQiML8BPw5tGz8bdlRRu3FUiKbRH2GiV > .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:134.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:none; }#ezcX4X2o4E71R36U8bT81NNDuTphM4bg { 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.9375rem;width:0.9375rem;top:45.3125rem;left:0rem;display:block; }
#A5wNbVr2XKD1RbVEotvQsDcZni8c3mnz { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:37.0625rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#fpEkGefw4NW1G52X6TbB8CQkF0TMdELc { color:#000000;display:block;width:64rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:10.375rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#LJ9UfwrI8SZCtMyrph4cG1TXkGxy0wXH { position:absolute;display:block;z-index:15073;background-color:#c9c9c9;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.9375rem;width:0.9375rem;top:10.75rem;left:0rem;display:block; }
#f616BTeCXNEm8opn7gW9nIISXTTISP1n { position:absolute;display:block;z-index:15076;background-color:#c9c9c9;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.9375rem;width:0.9375rem;top:18.25rem;left:0rem;display:block; }
#XKhEKXdqZl66Fp0x7LC2F9mgZrdQDuw4 { color:#000000;display:block;width:72.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:17.875rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#UGSFOuInZ4maEyF64REP6rDN9Q1TLT6F { color:#000000;display:block;width:70.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:44.75rem;left:2.1875rem;height:5.4rem;font-style:normal;display:block; }
#eOa228CcP8idOG3ahNzl1XoWIbKeoXSM { 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.9375rem;width:0.9375rem;top:37.625rem;left:0rem;display:block; }
#VbMFMm4ZELqSU5LbukeLWAC1WbgUblMq { position:absolute;display:block;z-index:15078;background-color:#c9c9c9;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.9375rem;width:0.9375rem;top:31.4375rem;left:0rem;display:block; }
#FLMcLfKJwnlPSAkhMHy7bfxvICJ1xdAq { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:31.148956298828rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#nZuxzWqfhVGuz8VoIeykbO6X7v8b29pC { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:41.024993896484rem;left:2.1875rem;height:1.3125rem;display:block; }
#QKZAOR5pBQGCZC24vT1Q7rLWZmnGkPdE { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:14.350006103516rem;left:2.1875rem;height:1.3125rem;display:block; }
#W5ATXpfuK6TgPwicwvh4WC2dVK8qRCxQ { color:#6b6b6b;display:block;width:54.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:51.162502288818rem;left:2.1875rem;height:1.3125rem;display:block; }
#TpkJBiU1bVJTCsdTSoFTmSvCRWTF0vD5 { color:#267360;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0rem;left:2.1875rem;height:2.4rem;font-style:normal;display:block; }
#AlxATUJKV4QBcqQCBcPmIxcRKWC8aJq0 { 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.9375rem;width:0.9375rem;top:0.75rem;left:0rem;display:block; }
#HsZ8CruvpymhD7KfDwfCriW6xF08tupd { color:#000000;display:block;width:71rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:54.874996185302rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#OUAce3R9Voyaz64sEIiAr40BzqBUL6Po { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:58.812496185302rem;left:2.1875rem;height:1.3125rem;display:block; }
#WDMC4QTmAERpQ60Ostoxvr4KaW4bKSdA { 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.9375rem;width:0.9375rem;top:55.249996185302rem;left:0rem;display:block; }
#Cy5eNQswhdHXnCQ4uLSIwITixqzQXCPK { color:#000000;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:129.8124961853rem;left:58.625rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z4QBhqyCrNu03RJJxsVAm16gE7ASLPkW { 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:129.8749961853rem;left:73.4375rem; }
#tlg7AgrFWgKSqvqwETkPdDK7AUzwF79w { 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:129.3749961853rem;left:58.9375rem;display:block; }
#Md4E3uboFhzOXTDHMTRsBiPF9cJUp2De { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6EwieymRsRKT7a457VNJ5yPSaunhZah { color:#000000;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:129.8124961853rem;left:2.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#crZp8bhD57BmHJmrNF9vBBHnt3vMvTUV { 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:129.9374961853rem;left:0rem; }
#IB0gsxiXhXU0Gu2cU3mD5EQX9xA6hxTM { position:absolute;display:block;z-index:15078;background-color:#c9c9c9;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.9375rem;width:0.9375rem;top:24.0625rem;left:0rem;display:block; }
#xPBZsXpIWC1S92BqVIK3lhLRJBLeRic5 { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:23.625rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#qyDy00d4FUqr2BBAQ36DatTgBlq8BrtS { color:#6b6b6b;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15100;line-height:1.5;letter-spacing:0;top:27.537506103516rem;left:2.1875rem;height:1.3125rem;display:block; }
#P6ZJkJ0UkmDXcuHn4WNkS9tPOwgrpJJ8 { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:66.4374961853rem;left:2.1875rem;height:1.3125rem;display:block; }
#pQAxulsP9wOr08tRD1MgS2ud0U3W2Xqn { color:#000000;display:block;width:72.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:62.499996185302rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#U7bPpQsIUQKQ7NprTpSzIxfb6EZUzsgJ { 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.9375rem;width:0.9375rem;top:62.8749961853rem;left:0rem;display:block; }
#CemzLi0ifRaacLQ1gA2NIQ7keAb7LQZT { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:75.8749961853rem;left:2.1875rem;height:1.3125rem;display:block; }
#eRtWOZQVeoKvsymNKrlGDtCQa0IwwbhS { color:#000000;display:block;width:72.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:70.0624961853rem;left:2.1875rem;height:5.4rem;font-style:normal;display:block; }
#IyK6ZxCMTi0G7NZMaNGtDyv6UwqLGaFK { 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.9375rem;width:0.9375rem;top:70.4374961853rem;left:0rem;display:block; }
#W8ybpaumx8kKXotxccz391WDWeBfMhVa { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:79.4374961853rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#XyLJK7FiRMAkuBr3oH3ie3bOf7eJiMh8 { 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.9375rem;width:0.9375rem;top:79.8124961853rem;left:0rem;display:block; }
#qgtJnG4gwNGIc8p9SVMtJbx0kU2idqvF { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:88.9999961853rem;left:2.1875rem;height:1.3125rem;display:block; }
#s9trbZ7dMPFg2zJkpyTeGN98fuBkVJ3e { color:#000000;display:block;width:71.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:85.1874961853rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#pQCh0arFHoyUizG2fZuJ35SeVOwVoQNJ { 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.9375rem;width:0.9375rem;top:85.5624961853rem;left:0rem;display:block; }
#Pmwu8HZM91uRRyun5iZuZq18ZxbVBtSO { 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.9375rem;width:0.9375rem;top:4.8125rem;left:0rem;display:block; }
#pDpRfZpKWW8z3JSXUxUUu64B1qriEfT6 { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:4.4375rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#BpES3JufCMLqDaVWVuvBfS4pOWsRRROV { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:96.3749961853rem;left:2.1875rem;height:1.3125rem;display:block; }
#CJbPoG1k4WR4a6uVWwkSki0ftCuV4u9U { color:#000000;display:block;width:71.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:92.5624961853rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#UyDAetzW6AmVgRizDigXcDmvd5GgGaHm { 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.9375rem;width:0.9375rem;top:92.9374961853rem;left:0rem;display:block; }
#bFEdBTnFt4uP9LvJKx3LyrdXnyzkAvKy { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.5;letter-spacing:0;top:105.6249961853rem;left:2.1875rem;height:1.3125rem;display:block; }
#gd5XnDGAye9dKcFTMNm8pygTv31TJT6x { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:99.8124961853rem;left:2.1875rem;height:5.4rem;font-style:normal;display:block; }
#mVf99I63ehUtXr6MTMJPyvAVckg7vFrg { 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.9375rem;width:0.9375rem;top:100.1874961853rem;left:0rem;display:block; }
#AVAKeplN8FWCAzz2qCTJmRZNMU4mq9Fk { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15123;line-height:1.5;letter-spacing:0;top:113.0624961853rem;left:2.1875rem;height:1.3125rem;display:block; }
#EJcfJd53g6nOIv2cE1tSQGaJpKyrG3O4 { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:109.2499961853rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#E9VQO4lMfH6V2nTyL0Sq0nZED99Zr26a { 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.9375rem;width:0.9375rem;top:109.6249961853rem;left:0rem;display:block; }
#gA86XTA48Ind6XTpvp18TyZT0lPgreo8 { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:116.6874961853rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#cSxBEXPf1S6Oz5S8ltBZJT1xFzcDcqoC { 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.9375rem;width:0.9375rem;top:117.0624961853rem;left:0rem;display:block; }
#JAnRFobDNnhdtdZ1O1p7trTbX1II6VSt { color:#6b6b6b;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15126;line-height:1.5;letter-spacing:0;top:120.4999961853rem;left:2.1875rem;height:1.3125rem;display:block; }
#k2f1PR9Fikfh72qKCLbJAHHhpFRVNsFk { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:123.9999961853rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#vIgrgrBTy1FAS4KZODVWIgd5K3gHHb4c { 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.9375rem;width:0.9375rem;top:124.3749961853rem;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:114rem;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.9375rem;width:0.9375rem;top:5.125rem;left:0rem;display:block; }
#kCmxc4BQNunxxXJZMV2Tblov71tzbfrc { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:4.75rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:12.1875rem;left:0rem;display:block; }
#JudOiEqe5ngAAavZeT2I3q2xWO6JNaZg { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:11.8125rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#nOiogbPl9OfLXGN02vs9PLlDmz7hheJJ { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:19.375rem;left:2.1875rem;height:3.6rem;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.9375rem;width:0.9375rem;top:19.75rem;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.9375rem;width:0.9375rem;top:36.75rem;left:0rem;display:block; }
#WWTc46qH0h3TTEX9bclLf7ZLQiU2AETW { color:#000000;display:block;width:56.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:36.375rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:27.375rem;left:0rem;display:block; }
#CTyDbu50ULgslUyqQQPfUgFpsqR4LPbv { color:#000000;display:block;width:62.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:26.999998092651rem;left:2.1875rem;height:5.4rem;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.9375rem;width:0.9375rem;top:51.912498474121rem;left:0rem;display:block; }
#t9Ctef6a1M8l2NWTbl24mivuoRQH6Izs { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:51.537498474121rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#i64ckMRoNWtXLuT8WFDcs9JmopJHhAr9 { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:59.037498474121rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:59.412498474121rem;left:0rem;display:block; }
#EdWqzkelmnegLtBWRWT1h3eRB1y5qBhs { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:8.8374938964844rem;left:2.1875rem;height:1.3125rem;display:block; }
#QJ2roxmLD8o1MdicuE1HMnWc1aB6Bf8Z { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:23.412109375rem;left:2.1875rem;height:1.3125rem;display:block; }
#xE23yget1lZT4iCh5lTzwWN7PpHlp8P2 { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:55.511459350586rem;left:2.1875rem;height:1.3125rem;display:block; }
#XPnSx8VkSfPtr5UzpNBWfaSQSzCJJBx7 { color:#267360;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:0.75rem;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.9375rem;width:0.9375rem;top:65.162498474119rem;left:0rem;display:block; }
#NZifiOJGe6AyRcZuN0zLQErvP3kZCCOZ { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:64.787498474119rem;left:2.1875rem;height:3.6rem;font-style:normal;display:block; }
#KdF3pzc5TUVMTPuHkhra5QbJ3Hs7PTcZ { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:109.28749847412rem;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:109.41249847412rem;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:16.0625rem;height:2.625rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:108.875rem;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:109.4375rem;left:0rem; }
#T8GALEFP6szdPsuJLlR355Myr5xIX20X { color:#c7c7c7;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:109.28749847412rem;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:poppins;font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:15.787109375rem;left:2.1875rem;height:1.3125rem;display:block; }
#qKo8aBfTMu1TEBKTbxO0AS77JTyeZ7m6 { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:40.349609375rem;left:2.1875rem;height:1.3125rem;display:block; }
#TTOISkLAIlvXRfKRnMdp7WqS1B0UW5eP { color:#000000;display:block;width:72.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:44.0625rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:44.4375rem;left:0rem;display:block; }
#lH5z8u6im3kvwIyekRqpU5kpCeG8ouVH { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:32.7744140625rem;left:2.1875rem;height:1.3125rem;display:block; }
#XT5iISlPoJH6VzPfEhE642uLX0gC7Ofu { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15100;line-height:1.5;letter-spacing:0;top:68.761459350588rem;left:2.1875rem;height:1.3125rem;display:block; }
#rco4L1F0GaiDHNC7NhsKSeIsTndpMUy0 { position:absolute;display:block;z-index:15102;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.9375rem;width:0.9375rem;top:72.3125rem;left:0rem;display:block; }
#BOOkc7r1XWVzA8yTIHszFTyVQEuXc7TV { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:71.9375rem;left:2.1875rem;height:5.4rem;font-style:normal;display:block; }
#UxSRp9eNUWCdnuMQp69EIM6WTrxfxMBz { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.5;letter-spacing:0;top:77.75rem;left:2.1875rem;height:1.3125rem;display:block; }
#KfvbCOW7DFnp89ygBHIkkeDONIfcecMS { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:85.4375rem;left:2.1875rem;height:1.3125rem;display:block; }
#ffpW7KAVsLCCU6I93WfyT8xwG4fdFZre { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:81.5rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:81.875rem;left:0rem;display:block; }
#wWR7FbMl1I4IazrgHTgAG3qiU1uk15lB { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:96.875rem;left:2.1875rem;height:3.6rem;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.9375rem;width:0.9375rem;top:97.25rem;left:0rem;display:block; }
#EQMWd0SPX0BfoQEDB7dHTT2oXOUq85yB { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:103.125rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:103.5rem;left:0rem;display:block; }
#ce1KrbGooBHb8oMqlGpxmbfmuNZ9DUCm { color:#6b6b6b;display:block;width:30rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:47.97500038147rem;left:2.1875rem;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.9375rem;width:0.9375rem;top:89.625rem;left:0rem;display:block; }
#buXtkkLHZ7JC84w0U43gJSdan89NrHKS { color:#6b6b6b;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:93.1875rem;left:2.1875rem;height:1.3125rem;display:block; }
#mEphOnFF3tLhxeyZmKZ0H86VR8aIy11S { color:#000000;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:89.25rem;left:2.1875rem;height:3.6rem;font-style:normal;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:poppins;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; }#uMaivH66xF9sfb5mRe5OqurwnU0Ko999 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:22.5rem;top:0rem;left:12.5rem;overflow:hidden;display:block; }
#ueAfm9H0QNBzupdyqESDaKc9948yDdom { position:absolute;display:block;z-index:15001;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:10.5rem;width:22.5rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { position:relative;display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { background-color: transparent; background-image: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container > .video-iframe-container { display: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row > .video-iframe-container { display: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .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); }#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:block; }#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:poppins;font-size:0.875rem;font-weight:700;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:poppins;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:poppins;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:poppins;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; }
#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { 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; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { border-width: 0; border-radius: 0; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:none; }#VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;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:block; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { background-color: transparent; background-image: none; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container > .video-iframe-container { display: none; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row > .video-iframe-container { display: none; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .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); }#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:8.75rem;width:75rem;position:relative;display:block; }#tPeD2rfknMS8ypJZBfNxQIuZRoqPASNf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;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:15012;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:poppins;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:30rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:39.375rem;height:1.95rem;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:poppins;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:30rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:39.375rem;height:1.95rem;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:block; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row .container { background-color: transparent; background-image: none; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row .container > .video-iframe-container { display: none; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row > .video-iframe-container { display: none; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .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); }#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:24.375rem;width:75rem;position:relative;display:block; }#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:21.25rem;width:30rem;top:0rem;left:5.625rem;display:block; }
#GH4ykFwtIRJ0TtpddW96Cpb3oBXKPW21 { 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-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:21.25rem;width:30rem;top:0rem;left:39.375rem;display:block; }
#yZvRte6sMmDKuiU0ayvG3dVmg8f9s7bK { background-color:#e1e1e1;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.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.6875rem;left:12.5rem;display:block; }
#RBNrUo3L6a035uMBMK6q6cHG9VqUU3Q2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RW3V0sAHNqsrs5DAdZHCBtHyZ3mGTzHG { background-color:#e1e1e1;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.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.6875rem;left:46.25rem;display:block; }
#JFT0tRrkdhVM0an0GkvPGJIokcd1wr27 { 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:poppins;font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:6.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z35bIfBBsAsdSzVT8D4w9MXmJT7qBwZD { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:40rem;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:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6rem;left:6.21875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETvTmwyAvPiUTSTlToo857aGp9Hebo1V { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6rem;left:40rem;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:poppins;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.582290649414rem;left:6.21875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLPcvmVgNEExqFr27Zsm3kp9huWu3EOX { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.625rem;left:40rem;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:19.0625rem;overflow:hidden;display:block; }
#TqZraq9UzCo1wvl0b0v9cFsPzVUOlwI1 { position:absolute;display:block;z-index:15012;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.9375rem;left:52.8125rem;overflow:hidden;display:block; }
#Fg3E32OeGCiat3kpfuDRSGrFUlvkiGqO { position:absolute;display:block;z-index:15014;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:0rem;left:28.125rem;overflow:hidden;display:block; }
#IhARBhL3FVzelBheD9Rot2qn0PxEn0JA { position:absolute;display:block;z-index:15015;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:0rem;left:61.875rem;overflow:hidden;display:block; }
#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO { 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:block; }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row .container { background-color: transparent; background-image: none; }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row .container > .video-iframe-container { display: none; }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row > .video-iframe-container { display: none; }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .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); }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row .container { border-width: 0; border-radius: 0; }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#DxTgo56Xb3xaFpppQZV6NFfuKbg7eleI { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.8125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kEBsTEnIr1cIyecmBungTX6JxPoaSQCw { position:absolute;display:block;z-index:15018;background-color:#484cc5;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.6875rem;width:7.25rem;top:2.9375rem;left:34.375rem;display:block; }
#XI74D6Z9wfNVuBkbVxfI2JVQuJ6AaxtJ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:1.0625rem;left:66rem; }
#xz6nhb801Ff76r4sl1AQtot9yt4LDGLq { 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.0625rem solid #9396ea;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:63.75rem;height:4.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0rem;left:5.625rem;display:block; }
#JfNLCQH5k4aPRSrL14lQxeaW1Iwyr5rV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#in13UClFsdF1p5bErxRwidUXziarPMUa { position:absolute;display:block;z-index:15017;background-color:rgba(9,11,53,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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.25rem;width:63.75rem;top:0rem;left:5.6875rem;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:47.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:block; }#qv5mr3D6PL3wfWDoUzuAtgoUI29eWMr5 { color:#111111;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;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:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.5625rem;left:0rem;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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; }
#rbf6TvAdd6fOhwSfkclpAvDiuQkiuCp7 { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15025;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; }
#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; }
#KvXxQPzKHk9MA3cHmcrH1FF5XrDw62GM { position:absolute;display:block;z-index:15028;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; }
#LnfAcbxa4Ax1DZC949cKtJaTggstOrtd { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:39.8125rem;left:0rem;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:32.9375rem;left:4.375rem;overflow:hidden;display:block; }
#Ro3b7qnlL8uQO0qFQcCsy9Mn57KkZFye { color:#111111;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:39.8125rem;left:15.625rem;height:2.45rem;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:32.9375rem;left:19.375rem;overflow:hidden;display:block; }
#SnPGOaTUtlT2Jsm2wLANrNoT7UTuTpEC { color:#111111;display:block;width:15rem;position:absolute;font-family:poppins;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; }
#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB { position:relative;display:block; }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB { background-color: transparent; background-image: none; }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB > .row .container > .video-iframe-container { display: none; }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB > .row > .video-iframe-container { display: none; }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB > .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); }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB { border-width: 0; border-radius: 0; }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB > .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; }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB > .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:48.375rem;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; }#o9XqvmzSfKWs4gZGOddRuTr8fHKCDZ1G { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#N3RnBl7EOaQTzlXBZqMBTXwPunyswtUx { 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:40.625rem;left:10.375rem;overflow:hidden;display:block; }
#PVRwMC0t3nTemm3TMrPXO4G2x84GqGKP { 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; }
#l2X2XummNKagIDl61HkL5z215tbNZcF3 { color:#111111;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;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; }
#gTQ9dJGXA04gllZRh8UTVMxQpOwsCMEp { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:36.875rem;left:37.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#hpmdIulsot3OTBiq8Ttfgce2Wekb2pAD { 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:39.8125rem;left:46.875rem;overflow:hidden;display:block; }
#BKBWgIwFLKL0tqnvqSMCkACCnllWhBzL { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:36.875rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#SOe4sxicoipukgViAqOQBlTD1XrBTfDc { position:absolute;display:block;z-index:15042;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:11.03125rem;left:33.125rem;overflow:hidden;display:block; }
#eM0LkTq4W254IbSEzvB6zlWgMAZFaTTB { color:#686868;display:block;width:73.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:20.543762207031rem;left:0.375rem;height:1.225rem;text-align:center;text-align-last:center;display:block; }
#badaoR3KJzHhTLU1qynpA4FGcnqo5Ucp { box-sizing:content-box;height:3.0625rem;width:74.6875rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:19.59375rem;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; }
#WN8IrbeW51Tap9zPcZpkaIJv9BKioOuC { box-sizing:content-box;height:1.8125rem;width:10rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:18.875rem;left:32.5rem;display:block; }
#OzERPI4qdwcyugXXfMlhhz12xunsicRd { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.1875rem;left:18.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#HCsmWJXHqTE1ATn93ZNf1yK03m5fZTa7 { 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:7.8125rem;width:14rem;top:26.40625rem;left:20.8125rem;overflow:hidden;display:block; }
#lPHpl6rcQHo5Q92ZCNfmnzhtELqBFdHC { position:absolute;display:block;z-index:15044;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.6875rem;width:13.5rem;top:26.96875rem;left:44.03125rem;overflow:hidden;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:poppins;font-size:2rem;font-weight:700;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:37.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.90625rem;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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:poppins;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; }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK { 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; }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row .container { background-color: transparent; background-image: none; }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row .container > .video-iframe-container { display: none; }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row > .video-iframe-container { display: none; }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .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); }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row .container { border-width: 0; border-radius: 0; }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#Meu9Q6oxMNt88L2R4RkMRJA7yQOXovXC { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:poppins;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; }
#TO3r3UDu7C2x1gnAxxx8A9HM0suMdSTt { 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; }
#g54H5x2qMDp2CPSR6xZgPgRhkER4yqnG { color:rgba(255,255,255,0.6);display:block;width:50.6875rem;position:absolute;font-family:poppins;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; }
#ukocf8p5gF2sVkbg3SyQ82NkXFpIH6Xw { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;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; }
#S0cmb9e3RT6rIUWKJkb6TTb3T83TnXpZ { 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:poppins;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; }
#SzyP3Aplao7TAL8HPzEB6JBXhIb5NBaf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGdc97OoIahULIFeUZPzhN0u5qEzHZRp { 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:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:1.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:18.46875rem;left:58.375rem;display:block; }
#oEFHcyw8Qe6lynO3m9kkdlrnyzmT3NJ9 { 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) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/8aeba13e-3f90-4ab1-89d5-6b341d4e9fc7/identyfikacja_LANDING_TABLET_kurs.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:47.75rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { top:10.97500038147rem;left:0.625rem;width:24.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6QBIWCZASRLd7NWTXyIorvNSxvNlfzF { display:block; }
 }@media only screen and (max-width: 1199px) { #CTPpw2vkxJQ6zzcwk9OJRE5z4i7NWnze { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aT76rSRUKUhzn5RbyuWMoXBe6iCPxEL1 { display:block; }
 }@media only screen and (max-width: 1199px) { #IbUvdFKWhSegZ52JJCNOJTxB8nTdIHcF { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lMu2U2tCWKSAtO6VeoWyVxlyoVEdtESR { display:block; }
 }@media only screen and (max-width: 1199px) { #vbbd6nHDWPh1fRe2pfFySwZZZfSSSmLP { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLBwKhWbFbAdke6GzEPTXnDTCflRa0NT { display:block; }
 }@media only screen and (max-width: 1199px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { top:21.91250038147rem;left:0.625rem;width:12.5625rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rewWZTdH5td4pmftMdaBd5UApO5W8zTI { width:15.6875rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8ivUOB6R4rRK0fcQXKeIITiEC523ZgF { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rFOJTZT9Xqsz6A5dS2EElRv1G2TzJbPa { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aieEDyTBdxCZxUDVcGix5BtsU4TIfQ11 { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HWMCON96cnbgMBpfL9kGWdLPKtCB0GUq { width:28.125rem;height:7.8rem;top:13rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKohI2dCv8MfNJpw3ml2CAF0gu1PXHnM { top:6.53750038147rem;left:0.9375rem;width:13.5625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qRUeZZriDzGCEph4KNkaxdFTDfIWoILg { width:13.6875rem;height:1.625rem;top:6.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7ii4a6uQSermk9VLkltA9w0v7BlTxlT { top:8.47500038147rem;left:0.9375rem;width:15.9375rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwZQWTphaUogncszdVTcHTD4xcGm5LCr { width:16.125rem;height:1.625rem;top:8.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWPAltyhME5Ii6PLxqL7uEoc4ctiW88z { width:7.5rem;height:7.5rem;top:4.625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LyErva7pv8DwFIfIevzvV8x0NVckqfJ1 { top:5.7250003814697rem;left:40.25rem;width:7.5rem;height:2.925rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPhDQUAwDumc3JICNnqrl85OCr1EJahL { top:8.47500038147rem;left:40.25rem;width:7.5rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SykKlTeEULppdUMyRcVLEBfu6h5SeSnE { width:25.6875rem;height:1.5625rem;top:25.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xAtwOFBrdAmAVZVfMCNn5im49nO41F8z { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/8aeba13e-3f90-4ab1-89d5-6b341d4e9fc7/identyfikacja_LANDING_TABLET_kurs.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z.adaptive-delivery-prevent-bg, #xAtwOFBrdAmAVZVfMCNn5im49nO41F8z.lazyload, #xAtwOFBrdAmAVZVfMCNn5im49nO41F8z.lazyloading { background-image: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container { background-color: transparent; background-image: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container > .video-iframe-container { display: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row > .video-iframe-container { display: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .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); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OLA7eucLfnuTd72znqQbOmDxhta194Jh { top:10.97500038147rem;left:0.625rem;width:24.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nN1meW1oA2rBGShUVsm8LkKdeb016uTf { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WqIWXqMVd59CH1NJAAQy5hyezH9dT05C { display:block; }
 }@media only screen and (max-width: 1199px) { #OGAryTiGDC5izpHdStk5fvcSLTVAfRPa { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvFEQrZe6ozDyQHPmQBt8gDvG5xT8Gyu { display:block; }
 }@media only screen and (max-width: 1199px) { #Uyt1sx6gLx8fkNWn8CEpcaqKm9S4Bkhw { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpddqBnHwWfvOTVrHf7H148k1aN8egVT { display:block; }
 }@media only screen and (max-width: 1199px) { #KqLy1FkyXcDSqd0zUXBStlU7J4rITT6O { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRaDSGuoWX5MmQ9KH01KrPKUoXTMxNVp { display:block; }
 }@media only screen and (max-width: 1199px) { #ytr8skkcsWT6tL4N2OmOPnNNqnAr7QSn { top:21.91250038147rem;left:0.625rem;width:38.4375rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WxndMZqhlqG0SiWJchbaHcTXgCeEJvZ2 { width:15.6875rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGinDCfaOS1vMekJViqIUkl9esSOCJyg { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2DmTw3TNiO2riKtmntTRslurH2F96tT { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9h1hWyRFWT4nWobO95vd2zAz2he5071 { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TciwUHTpQSZ5Fe2aVXipzlTxooxeDC0c { width:28.125rem;height:7.8rem;top:13rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTrAAoRTNuS0m8rNuICVA6Nnl6T3hf5C { top:6.53750038147rem;left:0.9375rem;width:11.875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bO8KWtezRlbzgbBPsUtKZHwMVkc5vVRP { width:12.25rem;height:1.625rem;top:6.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTkkMLW8vI2J73E4ik57O1FARXNXwBdJ { top:8.47500038147rem;left:0.9375rem;width:12.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEQzKDTZ8xIETSbABJlgovwhvNTRz8My { width:13.3125rem;height:1.625rem;top:8.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1oFVqcHIIop6w9uc2OBuVXWdsoyTgMl { width:7.5rem;height:7.5rem;top:21.875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bc7kx5nWrsPO66og4hRl8lwXT9mvSFHW { top:22.60000038147rem;left:40.25rem;width:7.5rem;height:2.925rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsL9TyCHFKXJuSrWkTATAS6Az3byUJnV { top:25.41250038147rem;left:40.25rem;width:7.5rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LMbJraTPuXsaGrERM2hAT7nVBN3hpMPd { width:7.5rem;height:7.5rem;top:4.5625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akRfP4s3eDkffnJ4agnqVfZ7ldSO4Qy6 { top:12.47500038147rem;left:39.625rem;width:7.5rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ILUnaz8v63AATPhL0yi6BxxPG61m7xTU { top:26.10000038147rem;left:0.625rem;width:24.25rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/8aeba13e-3f90-4ab1-89d5-6b341d4e9fc7/identyfikacja_LANDING_TABLET_kurs.jpg");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:30rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Wz6paNXVUBTHlHdbHBkP5ltFNSJynfKI { top:10.35000038147rem;left:0.625rem;width:24.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyZmgL5CtUSkT8wPwSCRqoTwqiBRE55f { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;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:20.66250038147rem;left:0.625rem;width:38.4375rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sprcu21wGkbqUqzNF9IQkzg1c63OaC8l { width:12.5rem;height:3.75rem;top:23.75rem;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:28.125rem;height:7.8rem;top:12.375rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7xhih8PM6r31L6TI9v8wf7NKPTMeAn2 { top:7.85000038147rem;left:0.9375rem;width:12.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAlwvJOxo3K5WFhWoCWxfuVWPrf81Jvh { width:13.3125rem;height:1.625rem;top:7.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4woZxBifNkgbwTWcuFaTa9oL2RvIK4c { width:7.5rem;height:7.5rem;top:21.875rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JppI970MywuyXWLlWIpuVWccz0W7gENL { top:22.72500038147rem;left:39.625rem;width:7.5rem;height:2.925rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TE1xcFC1zXdkTwkyDcqbIafin83WhlTp { top:25.53750038147rem;left:39.625rem;width:7.5rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sku34hdVaobFedGauGTtHunw3B6m2NTK { width:7.5rem;height:7.5rem;top:4.5625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yxsCtTTtgVpGJdMvMM5x8L3TnqAZnAWE { top:12.47500038147rem;left:39.625rem;width:7.5rem;height:1.8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nefg1iuMhalDgFgdiFDDUKSv1KP54dHh { width:12.5rem;height:3.75rem;top:23.75rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTwUHlDzZDbzcustfPSNLHUsVgIUmV7q { display:block; }
 }@media only screen and (max-width: 1199px) { #PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L { display:block; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P2dnr2FQDP0TVVm9lQxSiEFs1k8Hst9N { top:6.75rem;left:0.125rem;width:15.625rem;height:2.68125rem;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:58.8125rem;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.0625rem;height:50.625rem;top:6.3125rem;left:0.625rem;font-size:0.9375rem;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:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:47.75rem;height:36.5rem;position:relative;display:block; } }@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:25.3125rem;top:8.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f768ViHrniC397bxINTTppbR86tx4LoK { display:block; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { width:47.75rem;height:26.875rem;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.737499237061rem;left:23.875rem;font-size:0.875rem;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) { #tb3qE3qkwr3UVi0fWeqWLr8uMFMVTm41 { width:22.5rem;height:12.25rem;top:2.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { width:22.5rem;height:12.1875rem;top:2.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { display:block; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@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) { #GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { display:block; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N5EHyuwbAzv0ysEVFNuUEHxTzXTWdocB { 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) { #dd5xEOtqvZbBdt1q8ACJDi0HbW2tfE9C { 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:2.275rem;top:1.9375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nB918pnCPi630ZhwTsC0xvs16BP0cbln { width:22.625rem;height:2.275rem;top:1.9375rem;left:24.5rem;font-size:1.75rem;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;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;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:2.275rem;top:1.9375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9mphFAL60SxmQHILad0Xvpo5zQHkmk3 { width:22.625rem;height:2.275rem;top:1.9375rem;left:24.5rem;font-size:1.75rem;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;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;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:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { top:4.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { top:3.75rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { top:10.5rem;left:2.875rem;width:44.625rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fN2r7r1kQ9tZgEuNXPUkO81XJCw3HRmH { top:10.875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { width:30rem;height:1.3125rem;top:7.4874992370606rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btZkmmVmSufOWSwoTgua5ZKhFl2ATW7u { width:30rem;height:1.3125rem;top:15.862503051757rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OstzCqnnTiSJvM2bNzI7LfoNehuTeDfi { top:0rem;left:2.875rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THAsZaARbgRSN3LgwtZwKcK9AfRooeO1 { top:0.5625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { top:19rem;left:2.875rem;width:38.3125rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { width:25.75rem;height:1.3125rem;top:24.362503051757rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { top:19.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeOIr5RrMEg8G7kBr2Upl2GIpZXZ904h { top:96rem;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:96.0625rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KrNW6J6ClZM62BVClWDkUy8aHbWJSl3z { width:16.375rem;height:2.625rem;top:95.5625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHQxxTPi2pDm5xaxSXhGRHQxRzUcxfER { display:block; }
 }@media only screen and (max-width: 1199px) { #beua2hdho2W32V0JCpBdRQ9COlorhNM3 { top:96rem;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:96.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTiCklVl3aWIgGI7EzwZksqkGxbLtzJo { width:25.75rem;height:1.3125rem;top:32.862503051757rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { top:27.5rem;left:2.875rem;width:38.3125rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { top:27.875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VipU6XuGS3BbRmS5UE8GWKXErmKChD6e { width:25.75rem;height:1.3125rem;top:43.175003051757rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { top:36.125rem;left:2.875rem;width:38.3125rem;height:6.8rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lx1axrqvV1P9EsHflKTLcd4nSuITotum { top:36.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxakZLOvl7RWFLxaL6TVyFiE1NQ94uVl { top:46.4375rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zXrTcwTgopKOn7cXuGUeQbEH5pc1zrTS { top:46.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkRGGnRiFD7sATMk4zg75r5zyVuaf8S2 { width:25.75rem;height:1.3125rem;top:56.987503051757rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ea6ut5wubpThKd1479skI12g24NCaq4Q { top:51.625rem;left:2.875rem;width:38.3125rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVBsqIFZVVwldTt0oDwdOJweBmVJUZCP { top:52rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmKvWR17HBZu0THdkCfJ4Hplckv6rcLz { width:25.75rem;height:1.3125rem;top:63.612503051756rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZK4PllHbBRDZTAXX2fQTktRpS0VpcZ5 { top:60rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6rWxbgtZGkeoEsS8hLLBDLRzs5za4uT { top:60.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTGTXDn5ytqhRMFDOnxhBFV9RXmumqHA { width:25.75rem;height:1.3125rem;top:72.112503051756rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKme4pCc4vq7n8IvR5edZRUzF9l1V1Np { top:66.6875rem;left:2.875rem;width:42.4375rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4b6eAgcBi0OeqcI8TAMz1hnXR0vEb9N { top:67.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2SsoAtwLzSJZORNzu07PdzXLeT4sakk { width:25.75rem;height:1.3125rem;top:78.862503051756rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nU93ANT2tupfw03TgEnTH79QNAJw66NP { top:75.125rem;left:2.875rem;width:42.4375rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmOlvkXh9dHmwTXTolDcCma8ioVTf10n { top:75.5625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1IyULlVsaUc3eshAsJp3UmTBBr75ghS { top:82.1875rem;left:2.875rem;width:41.25rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UycKHbFzTyphCzCggw2ZU0JVsZCzwKgl { top:82.5625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FuLAMRiUr11yihuMPkWWbAoDWa3tHTXA { width:25.75rem;height:1.3125rem;top:87.675003051756rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVkxx0Ap3JPUSzn8TL5TE1LmJ4NUuZqP { top:90.75rem;left:2.875rem;width:41.25rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNymeFBXQTItSXHGy6rbHp9AhnaKzaS3 { top:91.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cQiML8BPw5tGz8bdlRRu3FUiKbRH2GiV { display:none; }#cQiML8BPw5tGz8bdlRRu3FUiKbRH2GiV > .row .container { width:47.75rem;height:128.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ezcX4X2o4E71R36U8bT81NNDuTphM4bg { top:32.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A5wNbVr2XKD1RbVEotvQsDcZni8c3mnz { top:32.5rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpEkGefw4NW1G52X6TbB8CQkF0TMdELc { top:8.8125rem;left:2.875rem;width:43.1875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJ9UfwrI8SZCtMyrph4cG1TXkGxy0wXH { top:9.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f616BTeCXNEm8opn7gW9nIISXTTISP1n { top:16rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKhEKXdqZl66Fp0x7LC2F9mgZrdQDuw4 { top:15.6875rem;left:2.875rem;width:40.5625rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UGSFOuInZ4maEyF64REP6rDN9Q1TLT6F { top:39.250000953674rem;left:2.875rem;width:44.625rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOa228CcP8idOG3ahNzl1XoWIbKeoXSM { top:39.625000953674rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbMFMm4ZELqSU5LbukeLWAC1WbgUblMq { top:27.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLMcLfKJwnlPSAkhMHy7bfxvICJ1xdAq { top:27.5rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZuxzWqfhVGuz8VoIeykbO6X7v8b29pC { width:30rem;height:1.3125rem;top:36.237500190735rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKZAOR5pBQGCZC24vT1Q7rLWZmnGkPdE { width:30rem;height:1.3125rem;top:12.487500190735rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5ATXpfuK6TgPwicwvh4WC2dVK8qRCxQ { width:30rem;height:1.3125rem;top:44.612500190735rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpkJBiU1bVJTCsdTSoFTmSvCRWTF0vD5 { top:0rem;left:2.875rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlxATUJKV4QBcqQCBcPmIxcRKWC8aJq0 { top:0.5625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HsZ8CruvpymhD7KfDwfCriW6xF08tupd { top:47.875000953674rem;left:2.875rem;width:38.3125rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUAce3R9Voyaz64sEIiAr40BzqBUL6Po { width:25.75rem;height:1.3125rem;top:53.237500190735rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDMC4QTmAERpQ60Ostoxvr4KaW4bKSdA { top:48.250000953674rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cy5eNQswhdHXnCQ4uLSIwITixqzQXCPK { top:124.12499713898rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4QBhqyCrNu03RJJxsVAm16gE7ASLPkW { width:1.5625rem;height:1.5625rem;top:124.18749713898rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tlg7AgrFWgKSqvqwETkPdDK7AUzwF79w { width:16.375rem;height:2.625rem;top:123.68749713898rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Md4E3uboFhzOXTDHMTRsBiPF9cJUp2De { display:block; }
 }@media only screen and (max-width: 1199px) { #q6EwieymRsRKT7a457VNJ5yPSaunhZah { top:124.12499713898rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crZp8bhD57BmHJmrNF9vBBHnt3vMvTUV { width:1.5625rem;height:1.5625rem;top:124.18749713898rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IB0gsxiXhXU0Gu2cU3mD5EQX9xA6hxTM { top:21.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPBZsXpIWC1S92BqVIK3lhLRJBLeRic5 { top:20.75rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyDy00d4FUqr2BBAQ36DatTgBlq8BrtS { width:42.1875rem;height:1.3125rem;top:24.285416603088rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6ZJkJ0UkmDXcuHn4WNkS9tPOwgrpJJ8 { width:25.75rem;height:1.3125rem;top:61.800000190735rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQAxulsP9wOr08tRD1MgS2ud0U3W2Xqn { top:56.437500953674rem;left:2.875rem;width:38.3125rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7bPpQsIUQKQ7NprTpSzIxfb6EZUzsgJ { top:56.812500953674rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CemzLi0ifRaacLQ1gA2NIQ7keAb7LQZT { width:25.75rem;height:1.3125rem;top:72.112500190738rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRtWOZQVeoKvsymNKrlGDtCQa0IwwbhS { top:65.062500953675rem;left:2.875rem;width:38.3125rem;height:6.8rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IyK6ZxCMTi0G7NZMaNGtDyv6UwqLGaFK { top:65.437500953675rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8ybpaumx8kKXotxccz391WDWeBfMhVa { top:75.187500953675rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyLJK7FiRMAkuBr3oH3ie3bOf7eJiMh8 { top:75.562500953675rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgtJnG4gwNGIc8p9SVMtJbx0kU2idqvF { width:25.75rem;height:1.3125rem;top:85.425000190738rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s9trbZ7dMPFg2zJkpyTeGN98fuBkVJ3e { top:80.062497138975rem;left:2.875rem;width:38.3125rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQCh0arFHoyUizG2fZuJ35SeVOwVoQNJ { top:80.437497138975rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pmwu8HZM91uRRyun5iZuZq18ZxbVBtSO { top:4.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDpRfZpKWW8z3JSXUxUUu64B1qriEfT6 { top:3.75rem;left:2.875rem;width:44.4375rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BpES3JufCMLqDaVWVuvBfS4pOWsRRROV { width:25.75rem;height:1.3125rem;top:92.050000190738rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJbPoG1k4WR4a6uVWwkSki0ftCuV4u9U { top:88.437497138975rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyDAetzW6AmVgRizDigXcDmvd5GgGaHm { top:89.062497138975rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFEdBTnFt4uP9LvJKx3LyrdXnyzkAvKy { width:25.75rem;height:1.3125rem;top:100.42500019074rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gd5XnDGAye9dKcFTMNm8pygTv31TJT6x { top:94.999997138975rem;left:2.875rem;width:42.4375rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVf99I63ehUtXr6MTMJPyvAVckg7vFrg { top:95.624997138975rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVAKeplN8FWCAzz2qCTJmRZNMU4mq9Fk { width:25.75rem;height:1.3125rem;top:107.17500019074rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJcfJd53g6nOIv2cE1tSQGaJpKyrG3O4 { top:103.43749713898rem;left:2.875rem;width:42.4375rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9VQO4lMfH6V2nTyL0Sq0nZED99Zr26a { top:104.06249713898rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gA86XTA48Ind6XTpvp18TyZT0lPgreo8 { top:110.31249713898rem;left:2.875rem;width:41.25rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSxBEXPf1S6Oz5S8ltBZJT1xFzcDcqoC { top:110.68749713898rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JAnRFobDNnhdtdZ1O1p7trTbX1II6VSt { width:25.75rem;height:1.3125rem;top:115.80000019074rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2f1PR9Fikfh72qKCLbJAHHhpFRVNsFk { top:118.87499713898rem;left:2.875rem;width:41.25rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIgrgrBTy1FAS4KZODVWIgd5K3gHHb4c { top:119.31249713898rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { display:block; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container { width:47.75rem;height:107.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QOgvpDorFx4IoQ9QWApBrE9Az9KTwlrg { top:4.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kCmxc4BQNunxxXJZMV2Tblov71tzbfrc { top:3.625rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqUap6gyshDAtS5nZOoXe3HmsCEFHlg3 { top:10.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JudOiEqe5ngAAavZeT2I3q2xWO6JNaZg { top:10.5rem;left:2.875rem;width:43.875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOiogbPl9OfLXGN02vs9PLlDmz7hheJJ { top:17.1875rem;left:2.875rem;width:43.1875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z1W0DrLgPxKrfsJfqPN1dq0tB3eTKXRu { top:17.5625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fuWNObyS5EOXLtcZccZfeDSdqzixxEls { top:32.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWTc46qH0h3TTEX9bclLf7ZLQiU2AETW { top:32.625rem;left:2.875rem;width:43.8125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCWJaNiavTzRTciuXtrLaZPtqavsVowW { top:24.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTyDbu50ULgslUyqQQPfUgFpsqR4LPbv { top:24rem;left:2.875rem;width:42.125rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RikBB9mLDaXUVMt2p4WAfTI52hVitLSA { top:48rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9Ctef6a1M8l2NWTbl24mivuoRQH6Izs { top:47.6875rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i64ckMRoNWtXLuT8WFDcs9JmopJHhAr9 { top:54.5625rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmFNTomyuazvU3CHR9NhhBlDODnQfirm { top:54.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdWqzkelmnegLtBWRWT1h3eRB1y5qBhs { width:30rem;height:1.3125rem;top:7.4250030517575rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QJ2roxmLD8o1MdicuE1HMnWc1aB6Bf8Z { width:30rem;height:1.3125rem;top:20.925003051757rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xE23yget1lZT4iCh5lTzwWN7PpHlp8P2 { width:26rem;height:1.3125rem;top:51.487499237061rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPnSx8VkSfPtr5UzpNBWfaSQSzCJJBx7 { top:0rem;left:2.875rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPshE63NJ50LdffuB1d8AAsgVmpAqn6v { top:0.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWaFMcBsvBFhHVNSWzqN8xZ4a5kDHqbg { top:60.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZifiOJGe6AyRcZuN0zLQErvP3kZCCOZ { top:59.6875rem;left:2.875rem;width:44.875rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdF3pzc5TUVMTPuHkhra5QbJ3Hs7PTcZ { top:103.1875rem;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:103.21875rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #us8AlpZemAOxOo2DPadXWOmwduSlafaB { width:16.3125rem;height:2.625rem;top:102.72499847412rem;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:103.21875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8GALEFP6szdPsuJLlR355Myr5xIX20X { top:103.1875rem;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.3125rem;top:14.175003051757rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKo8aBfTMu1TEBKTbxO0AS77JTyeZ7m6 { width:20.625rem;height:1.3125rem;top:36.362503051757rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTOISkLAIlvXRfKRnMdp7WqS1B0UW5eP { top:39.125rem;left:2.875rem;width:42.625rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWCn4VrGb0KrzoTp6yNPQaMFtRAPeXy8 { top:39.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lH5z8u6im3kvwIyekRqpU5kpCeG8ouVH { width:30rem;height:1.3125rem;top:29.487503051757rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XT5iISlPoJH6VzPfEhE642uLX0gC7Ofu { width:26rem;height:1.3125rem;top:73.362499237062rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rco4L1F0GaiDHNC7NhsKSeIsTndpMUy0 { top:66.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BOOkc7r1XWVzA8yTIHszFTyVQEuXc7TV { top:66.4375rem;left:2.875rem;width:38.3125rem;height:6.8rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxSRp9eNUWCdnuMQp69EIM6WTrxfxMBz { width:26rem;height:1.3125rem;top:63.424999237063rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfvbCOW7DFnp89ygBHIkkeDONIfcecMS { width:26rem;height:1.3125rem;top:81.862499237062rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffpW7KAVsLCCU6I93WfyT8xwG4fdFZre { top:76.4375rem;left:2.875rem;width:38.3125rem;height:5.1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDGp9lezTSIOC9nZ8PiAmpStytcbbhRB { top:76.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWR7FbMl1I4IazrgHTgAG3qiU1uk15lB { top:92.125rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5OAxMFKKpxE8FdT9mnWvAUB31cbNNoz { top:92.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EQMWd0SPX0BfoQEDB7dHTT2oXOUq85yB { top:97.5rem;left:2.875rem;width:38.3125rem;height:3.4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KrK7VzRpT7s93rCdiOhXJCWGv61QFImP { top:97.875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ce1KrbGooBHb8oMqlGpxmbfmuNZ9DUCm { width:30rem;height:1.3125rem;top:44.362499237061rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrhIOBBhNVRaC28GGfVqV86wIXJVa97F { top:85.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #buXtkkLHZ7JC84w0U43gJSdan89NrHKS { width:26rem;height:1.3125rem;top:88.924999237062rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEphOnFF3tLhxeyZmKZ0H86VR8aIy11S { top:85.125rem;left:2.875rem;width:43.5625rem;height:3.4rem;font-size:1.0625rem;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.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { display:block; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { width:47.75rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uMaivH66xF9sfb5mRe5OqurwnU0Ko999 { width:20rem;height:9.25rem;top:0.03125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ueAfm9H0QNBzupdyqESDaKc9948yDdom { width:20rem;height:9.3125rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@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.1375rem;top:0.0625rem;left:0rem;font-size:0.875rem;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) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:47.75rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:42.9375rem;height:5.525rem;top:2.5rem;left:2.40625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h { display:block; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@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.625rem;top:1.6875rem;left:24.5rem;font-size:1.25rem;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.625rem;top:1.6875rem;left:24.5rem;font-size:1.25rem;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:block; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yw8TsilgLLu1yuN4n3Kfzebl5iS5c5G7 { width:22.5rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GH4ykFwtIRJ0TtpddW96Cpb3oBXKPW21 { width:22.5rem;height:18.75rem;top:1.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZvRte6sMmDKuiU0ayvG3dVmg8f9s7bK { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBNrUo3L6a035uMBMK6q6cHG9VqUU3Q2 { display:block; }
 }@media only screen and (max-width: 1199px) { #RW3V0sAHNqsrs5DAdZHCBtHyZ3mGTzHG { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JFT0tRrkdhVM0an0GkvPGJIokcd1wr27 { display:block; }
 }@media only screen and (max-width: 1199px) { #hQQ9RQQZhz90gKVEcFXOFUFOpVoeDEue { width:22.5rem;height:4.875rem;top:8rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z35bIfBBsAsdSzVT8D4w9MXmJT7qBwZD { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iKSJZOlE17ThaeczsJKrhbl6XkV57vyh { width:22.4375rem;height:1.4625rem;top:6.375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETvTmwyAvPiUTSTlToo857aGp9Hebo1V { width:22.3125rem;height:1.4625rem;top:6.375rem;left:24.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAiha5ZU3LlT1EAt2vHosXyuHuMNQ2ZR { width:22.4375rem;height:0.975rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HLPcvmVgNEExqFr27Zsm3kp9huWu3EOX { width:22.25rem;height:0.975rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQXMAtGmnNuWFNqBAKxQliyJzxyKNVC9 { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqZraq9UzCo1wvl0b0v9cFsPzVUOlwI1 { width:3.125rem;height:3.125rem;top:2.5rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fg3E32OeGCiat3kpfuDRSGrFUlvkiGqO { width:6.125rem;height:6.125rem;top:1.25rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhARBhL3FVzelBheD9Rot2qn0PxEn0JA { width:6.125rem;height:6.125rem;top:1.25rem;left:41rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO { display:block; }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DxTgo56Xb3xaFpppQZV6NFfuKbg7eleI { width:43.9375rem;height:2.7625rem;top:0.375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 1199px) { #kEBsTEnIr1cIyecmBungTX6JxPoaSQCw { width:6.6875rem;height:0.6875rem;top:2.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XI74D6Z9wfNVuBkbVxfI2JVQuJ6AaxtJ { width:1.875rem;height:1.875rem;top:0.875rem;left:45rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xz6nhb801Ff76r4sl1AQtot9yt4LDGLq { width:46.5rem;height:3.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JfNLCQH5k4aPRSrL14lQxeaW1Iwyr5rV { display:block; }
 }@media only screen and (max-width: 1199px) { #in13UClFsdF1p5bErxRwidUXziarPMUa { width:46.5rem;height:3.625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { display:block; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container { width:47.75rem;height:57.9375rem;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:10.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKqL2T9dMuI68oNUSZ2oRerR6DKvz3Lm { width:15.625rem;height:3.675rem;top:17rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mk0GXQktI3giX4wstTgqlTxpR4hFeqnP { width:6.25rem;height:6.25rem;top:10.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpnqTCE4Zl19ZufXRAeSbN8ApPGrdW6G { width:6.25rem;height:6.25rem;top:10.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #flzyA6AO29kHMnNtUvd3J6fkc1WLplcy { width:6.25rem;height:6.25rem;top:22.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xICpq43VAWmFapuc20xTWWhkvHcdmNfm { width:6.25rem;height:6.25rem;top:22.5rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFGZCHBiA5HcAWr6KSfVXNwuS5UQ2uI7 { width:6.25rem;height:6.25rem;top:22.5rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFSXiG0nXLCyukTTMCm6JfRXGwB0UBx9 { width:15.625rem;height:2.45rem;top:17rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JlTITNlFmUzUEMN2um2IvtKKLhHwfkTg { width:15.625rem;height:2.45rem;top:17rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEPV4It1BnFPmlvFqBfJixv2NqIFnm4B { width:15.625rem;height:2.45rem;top:29.375rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFhueiVTXlvaKwq3IaOyAToXiQ1Vn9Is { width:15.625rem;height:3.675rem;top:29.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #snRHe884OH5ZmKX4ftdPiypX6ctxCZCL { width:15.625rem;height:2.45rem;top:29.375rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oevzv3bWrmUdHv7OtFUFh8UuObNaflDG { width:15.625rem;height:2.45rem;top:40.137500762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5Zf9FO7T37M8TaC07vbr6PeJA8TuG0n { width:15.5625rem;height:2.45rem;top:40.137500762939rem;left:16.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbf6TvAdd6fOhwSfkclpAvDiuQkiuCp7 { width:15.5625rem;height:1.225rem;top:51.46249961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PdTutxgBZRBsZWPQ1tytZGlDRvFdiC06 { width:5.875rem;height:5.875rem;top:33.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbTGhHGWwMrVGfbiUyQnSNQgTVZCImZ5 { width:6.25rem;height:6.25rem;top:33.450000762939rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvXxQPzKHk9MA3cHmcrH1FF5XrDw62GM { width:6.25rem;height:6.25rem;top:44.58749961853rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnfAcbxa4Ax1DZC949cKtJaTggstOrtd { width:15.625rem;height:1.225rem;top:51.46249961853rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFoTPuAf1c4vvw9CcQ08ObMpIDWJToQM { width:6.25rem;height:6.25rem;top:44.58749961853rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ro3b7qnlL8uQO0qFQcCsy9Mn57KkZFye { width:15.625rem;height:1.225rem;top:51.46249961853rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJEZwmMuZEgyq1eOw2tMQuBudd9ftneU { width:6.25rem;height:6.25rem;top:44.58749961853rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnPGOaTUtlT2Jsm2wLANrNoT7UTuTpEC { width:15.625rem;height:1.225rem;top:40.125rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GrsqtvXMtwrySGTul7W21CboQ49zXyQ2 { width:6.25rem;height:6.25rem;top:33.4375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB { display:block; }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o9XqvmzSfKWs4gZGOddRuTr8fHKCDZ1G { width:23.875rem;height:1.1375rem;top:7.8010416030881rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3RnBl7EOaQTzlXBZqMBTXwPunyswtUx { width:14.8125rem;height:2rem;top:38.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PVRwMC0t3nTemm3TMrPXO4G2x84GqGKP { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2X2XummNKagIDl61HkL5z215tbNZcF3 { 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) { #gTQ9dJGXA04gllZRh8UTVMxQpOwsCMEp { width:23.875rem;height:1.1375rem;top:35.1875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hpmdIulsot3OTBiq8Ttfgce2Wekb2pAD { width:15.6875rem;height:3.25rem;top:37.5625rem;left:28rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #BKBWgIwFLKL0tqnvqSMCkACCnllWhBzL { width:23.875rem;height:1.1375rem;top:35.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SOe4sxicoipukgViAqOQBlTD1XrBTfDc { width:7.5rem;height:7.5rem;top:10.875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eM0LkTq4W254IbSEzvB6zlWgMAZFaTTB { width:32.6875rem;height:2.45rem;top:19.46249961853rem;left:7.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #badaoR3KJzHhTLU1qynpA4FGcnqo5Ucp { width:38.75rem;height:4.625rem;top:18.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WN8IrbeW51Tap9zPcZpkaIJv9BKioOuC { width:10rem;height:1.8125rem;top:17.125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzERPI4qdwcyugXXfMlhhz12xunsicRd { width:23.875rem;height:1.1375rem;top:24.8125rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HCsmWJXHqTE1ATn93ZNf1yK03m5fZTa7 { width:12.375rem;height:6.8125rem;top:25.948958396912rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPHpl6rcQHo5Q92ZCNfmnzhtELqBFdHC { width:10.8125rem;height:5.1875rem;top:26.761458396912rem;left:28.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:53.125rem;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:16rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:46.5rem;height:4.5rem;top:18.1875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { width:46.5rem;height:1.7rem;top:24.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { width:41.0625rem;height:4.5rem;top:26.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:46.5rem;height:1.5rem;top:35.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:46.5rem;height:1.7rem;top:33.25rem;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:41.062501907349rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:46.5rem;height:1.7rem;top:38.875rem;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.8625001907349rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPzdZ55ZXs0Q9JwdmHDakMHEwtGgAhuw { width:46.5rem;height:1.5rem;top:48.437501907349rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O78LQvF1NE7KCO1BgsdxyBwMWrpChzoJ { width:46.5rem;height:1.7rem;top:46.375001907349rem;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) { #NWH7LCK76aVB5slrGgX22eVLQhy3sTFK { display:block; }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row .container { width:47.75rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Meu9Q6oxMNt88L2R4RkMRJA7yQOXovXC { 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) { #TO3r3UDu7C2x1gnAxxx8A9HM0suMdSTt { width:47.75rem;height:0.125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g54H5x2qMDp2CPSR6xZgPgRhkER4yqnG { top:18.5rem;left:0.625rem;width:26.0625rem;height:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ukocf8p5gF2sVkbg3SyQ82NkXFpIH6Xw { top:2.5rem;left:14.03125rem;width:19.6875rem;height:5.2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0cmb9e3RT6rIUWKJkb6TTb3T83TnXpZ { width:6.1875rem;height:1.75rem;top:18.28125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SzyP3Aplao7TAL8HPzEB6JBXhIb5NBaf { display:block; }
 }@media only screen and (max-width: 1199px) { #hGdc97OoIahULIFeUZPzhN0u5qEzHZRp { width:10.1875rem;height:1.75rem;top:18.28125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEFHcyw8Qe6lynO3m9kkdlrnyzmT3NJ9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/1e903fc5-5bfa-4c32-8ec3-57568e35f306/identyfikacja_LANDING_MOBILE_kurs.jpg");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; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { width:20rem;height:1.625rem;top:23.46875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRzay6WfSi9AcMhrCvXkh7Iy4pxo5BGv { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6QBIWCZASRLd7NWTXyIorvNSxvNlfzF { display:block; }
 }@media only screen and (max-width: 763px) { #CTPpw2vkxJQ6zzcwk9OJRE5z4i7NWnze { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aT76rSRUKUhzn5RbyuWMoXBe6iCPxEL1 { display:block; }
 }@media only screen and (max-width: 763px) { #IbUvdFKWhSegZ52JJCNOJTxB8nTdIHcF { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMu2U2tCWKSAtO6VeoWyVxlyoVEdtESR { display:block; }
 }@media only screen and (max-width: 763px) { #vbbd6nHDWPh1fRe2pfFySwZZZfSSSmLP { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBwKhWbFbAdke6GzEPTXnDTCflRa0NT { display:block; }
 }@media only screen and (max-width: 763px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { width:17.5rem;height:1.925rem;top:35.059374809265rem;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) { #rewWZTdH5td4pmftMdaBd5UApO5W8zTI { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ivUOB6R4rRK0fcQXKeIITiEC523ZgF { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFOJTZT9Xqsz6A5dS2EElRv1G2TzJbPa { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aieEDyTBdxCZxUDVcGix5BtsU4TIfQ11 { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWMCON96cnbgMBpfL9kGWdLPKtCB0GUq { width:20rem;height:7.875rem;top:26.02187538147rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKohI2dCv8MfNJpw3ml2CAF0gu1PXHnM { width:20rem;height:1.21875rem;top:18.9375rem;left:-0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRUeZZriDzGCEph4KNkaxdFTDfIWoILg { width:12.875rem;height:1.625rem;top:18.734375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ii4a6uQSermk9VLkltA9w0v7BlTxlT { width:20rem;height:1.21875rem;top:20.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwZQWTphaUogncszdVTcHTD4xcGm5LCr { width:15.25rem;height:1.625rem;top:20.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWPAltyhME5Ii6PLxqL7uEoc4ctiW88z { width:6.25rem;height:6.25rem;top:4.375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyErva7pv8DwFIfIevzvV8x0NVckqfJ1 { width:6.25rem;height:2.6rem;top:5.125rem;left:13.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPhDQUAwDumc3JICNnqrl85OCr1EJahL { width:6.25rem;height:1.5rem;top:7.625rem;left:13.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SykKlTeEULppdUMyRcVLEBfu6h5SeSnE { width:20rem;height:1.5625rem;top:38.234375762939rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAtwOFBrdAmAVZVfMCNn5im49nO41F8z { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/1e903fc5-5bfa-4c32-8ec3-57568e35f306/identyfikacja_LANDING_MOBILE_kurs.jpg");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; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z.adaptive-delivery-prevent-bg, #xAtwOFBrdAmAVZVfMCNn5im49nO41F8z.lazyload, #xAtwOFBrdAmAVZVfMCNn5im49nO41F8z.lazyloading { background-image: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container { background-color: transparent; background-image: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container > .video-iframe-container { display: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row > .video-iframe-container { display: none; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .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); }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container { border-width: 0; border-radius: 0; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAtwOFBrdAmAVZVfMCNn5im49nO41F8z > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLA7eucLfnuTd72znqQbOmDxhta194Jh { width:20rem;height:1.625rem;top:23.46875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nN1meW1oA2rBGShUVsm8LkKdeb016uTf { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqIWXqMVd59CH1NJAAQy5hyezH9dT05C { display:block; }
 }@media only screen and (max-width: 763px) { #OGAryTiGDC5izpHdStk5fvcSLTVAfRPa { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvFEQrZe6ozDyQHPmQBt8gDvG5xT8Gyu { display:block; }
 }@media only screen and (max-width: 763px) { #Uyt1sx6gLx8fkNWn8CEpcaqKm9S4Bkhw { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpddqBnHwWfvOTVrHf7H148k1aN8egVT { display:block; }
 }@media only screen and (max-width: 763px) { #KqLy1FkyXcDSqd0zUXBStlU7J4rITT6O { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRaDSGuoWX5MmQ9KH01KrPKUoXTMxNVp { display:block; }
 }@media only screen and (max-width: 763px) { #ytr8skkcsWT6tL4N2OmOPnNNqnAr7QSn { width:17.5rem;height:1.925rem;top:37.746875762939rem;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) { #WxndMZqhlqG0SiWJchbaHcTXgCeEJvZ2 { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGinDCfaOS1vMekJViqIUkl9esSOCJyg { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2DmTw3TNiO2riKtmntTRslurH2F96tT { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9h1hWyRFWT4nWobO95vd2zAz2he5071 { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TciwUHTpQSZ5Fe2aVXipzlTxooxeDC0c { width:20rem;height:7.875rem;top:26.02187538147rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FTrAAoRTNuS0m8rNuICVA6Nnl6T3hf5C { width:20rem;height:1.21875rem;top:18.9375rem;left:-0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bO8KWtezRlbzgbBPsUtKZHwMVkc5vVRP { width:11.625rem;height:1.625rem;top:18.734375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTkkMLW8vI2J73E4ik57O1FARXNXwBdJ { width:20rem;height:1.21875rem;top:20.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEQzKDTZ8xIETSbABJlgovwhvNTRz8My { width:12.625rem;height:1.625rem;top:20.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1oFVqcHIIop6w9uc2OBuVXWdsoyTgMl { width:2.5rem;height:2.5rem;top:34.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7kx5nWrsPO66og4hRl8lwXT9mvSFHW { width:2.5rem;height:1.95rem;top:34.9375rem;left:5.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XsL9TyCHFKXJuSrWkTATAS6Az3byUJnV { width:5.75rem;height:1.65rem;top:35.125rem;left:8.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#104f40;display:block; }
 }@media only screen and (max-width: 763px) { #LMbJraTPuXsaGrERM2hAT7nVBN3hpMPd { width:3.75rem;height:3.75rem;top:4.4375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akRfP4s3eDkffnJ4agnqVfZ7ldSO4Qy6 { width:5rem;height:1.65rem;top:8.375rem;left:15.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #ILUnaz8v63AATPhL0yi6BxxPG61m7xTU { width:20rem;height:0;top:41.671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4z8igcm9E1qu3PDAHN3GEDMdCO4fLfF { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/1e903fc5-5bfa-4c32-8ec3-57568e35f306/identyfikacja_LANDING_MOBILE_kurs.jpg");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:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wz6paNXVUBTHlHdbHBkP5ltFNSJynfKI { width:20rem;height:1.625rem;top:23.46875rem;left:0rem;font-size:1.25rem;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.925rem;top:36.434371948243rem;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:39.0625rem;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:5.4rem;top:26.021873474121rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7xhih8PM6r31L6TI9v8wf7NKPTMeAn2 { width:20rem;height:1.21875rem;top:20.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DAlwvJOxo3K5WFhWoCWxfuVWPrf81Jvh { width:12.625rem;height:1.625rem;top:20.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4woZxBifNkgbwTWcuFaTa9oL2RvIK4c { width:6.25rem;height:6.25rem;top:4.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JppI970MywuyXWLlWIpuVWccz0W7gENL { width:6.25rem;height:2.6rem;top:5.0625rem;left:13.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE1xcFC1zXdkTwkyDcqbIafin83WhlTp { width:6.25rem;height:1.5rem;top:7.5625rem;left:13.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sku34hdVaobFedGauGTtHunw3B6m2NTK { width:2.5rem;height:2.5rem;top:32.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxsCtTTtgVpGJdMvMM5x8L3TnqAZnAWE { width:8.6875rem;height:0.9rem;top:33.5rem;left:7.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #Nefg1iuMhalDgFgdiFDDUKSv1KP54dHh { width:16.25rem;height:3.75rem;top:43.662498474121rem;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) { #LTwUHlDzZDbzcustfPSNLHUsVgIUmV7q { display:block; }
 }@media only screen and (max-width: 763px) { #PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L { display:block; }#PZEJx8mLu93nSHzC4K4IlDv6V4DaJ09L > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2dnr2FQDP0TVVm9lQxSiEFs1k8Hst9N { width:16.5rem;height:2.925rem;top:2.8875007629394rem;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) { #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.75rem;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.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4GW6t9e60bvX5e4Tf4uLQJViTKUTdC { width:12.3125rem;height:1.95rem;top:8.0124969482425rem;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:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { width:17.5rem;height:1.95rem;top:1.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:20rem;height:86.625rem;top:5.4104156494141rem;left:0rem;font-size:0.875rem;line-height:1.5;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:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@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:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:20rem;height:43.3125rem;top:9.2229156494137rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f768ViHrniC397bxINTTppbR86tx4LoK { display:block; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqEGAk8RWew5DDRi09HDucazTBE7av33 { width:5.625rem;height:2.1125rem;top:1.7375001907349rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBUbo1RA0z1mx76LgQJDHT66L3v37bet { width:9.375rem;height:8.4rem;top:5.3125rem;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:1.7375001907349rem;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:5.3000030517578rem;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:19.1875rem;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:15.443756103516rem;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:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { width:2.5rem;height:2.5625rem;top:1.5124998092651rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUIMVDt3izi25UINf1i5N5bS55lgDCFw { width:2.5rem;height:2.5rem;top:15.456253051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cre3M55t8w5sfQk0VI5zmSJaVe8HTtM9 { width:2.5rem;height:2.5rem;top:15.456253051757rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFETq2susZ9UlpdtTdTXBOxITmXWzGts { width:6.0625rem;height:2.1125rem;top:15.443756103516rem;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:19.1875rem;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) { #qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { display:block; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { width:20rem;height:24.375rem;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) { #tb3qE3qkwr3UVi0fWeqWLr8uMFMVTm41 { height:9.6875rem;width:17.5rem;top:1.7250003814698rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { height:9.8125rem;width:17.5rem;top:12.66250038147rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { display:block; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@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) { #GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 { display:block; }#GdW5dgSrH0QC9PVQwlA5txRI9Il1Jt94 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5EHyuwbAzv0ysEVFNuUEHxTzXTWdocB { width:20rem;height:1.95rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #dd5xEOtqvZbBdt1q8ACJDi0HbW2tfE9C { width:16.875rem;height:2.1125rem;top:4.6999969482422rem;left:1.625rem;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.7875rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB918pnCPi630ZhwTsC0xvs16BP0cbln { width:9.4375rem;height:1.7875rem;top:0.96249961853025rem;left:10.5625rem;font-size:1.375rem;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;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;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.7875rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9mphFAL60SxmQHILad0Xvpo5zQHkmk3 { width:9.4375rem;height:1.7875rem;top:0.96249961853025rem;left:10.5625rem;font-size:1.375rem;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;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;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:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { width:0.9375rem;height:0.9375rem;top:3.7302093505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { width:17.5rem;height:4.21875rem;top:3.4802093505859rem;left:1.875rem;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:18.0625rem;height:7.03125rem;top:10.803123474121rem;left:1.875rem;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.9375rem;height:0.9375rem;top:11.115623474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfJ6Ix5MKT8f6iWD2i1SBM6EPaGEwBh { width:17.5rem;height:1.125rem;top:7.9906311035156rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btZkmmVmSufOWSwoTgua5ZKhFl2ATW7u { width:17.5rem;height:2.25rem;top:18.209381103516rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OstzCqnnTiSJvM2bNzI7LfoNehuTeDfi { width:17.5rem;height:1.59375rem;top:0rem;left:1.875rem;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.9375rem;height:0.9375rem;top:0.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { width:17.5rem;height:7.03125rem;top:22.209373474121rem;left:1.875rem;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:29.521881103516rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { width:0.9375rem;height:0.9375rem;top:22.396873474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeOIr5RrMEg8G7kBr2Upl2GIpZXZ904h { width:7rem;height:2.1125rem;top:108.875rem;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:109.0625rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #KrNW6J6ClZM62BVClWDkUy8aHbWJSl3z { width:8.8125rem;height:2.5rem;top:108.625rem;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:108.875rem;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:109.0625rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #qTiCklVl3aWIgGI7EzwZksqkGxbLtzJo { width:18.125rem;height:1.125rem;top:39.8125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { width:18.125rem;height:7.03125rem;top:32.5rem;left:1.875rem;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.9375rem;height:0.9375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VipU6XuGS3BbRmS5UE8GWKXErmKChD6e { width:18.125rem;height:1.125rem;top:52.84375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { width:18.125rem;height:9.84375rem;top:42.75rem;left:1.875rem;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.9375rem;height:0.9375rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxakZLOvl7RWFLxaL6TVyFiE1NQ94uVl { width:18.125rem;height:2.8125rem;top:55.625rem;left:1.875rem;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.9375rem;height:0.9375rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkRGGnRiFD7sATMk4zg75r5zyVuaf8S2 { width:18.125rem;height:1.125rem;top:67.4375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6ut5wubpThKd1479skI12g24NCaq4Q { width:18.125rem;height:7.03125rem;top:60rem;left:1.875rem;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.9375rem;height:0.9375rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKvWR17HBZu0THdkCfJ4Hplckv6rcLz { width:18.125rem;height:1.125rem;top:73.5625rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZK4PllHbBRDZTAXX2fQTktRpS0VpcZ5 { width:18.125rem;height:2.8125rem;top:70.375rem;left:1.875rem;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.9375rem;height:0.9375rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGTXDn5ytqhRMFDOnxhBFV9RXmumqHA { width:18.125rem;height:1.125rem;top:85.3125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKme4pCc4vq7n8IvR5edZRUzF9l1V1Np { width:18.125rem;height:8.4375rem;top:76.5rem;left:1.875rem;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.9375rem;height:0.9375rem;top:76.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2SsoAtwLzSJZORNzu07PdzXLeT4sakk { width:18.125rem;height:1.125rem;top:92.65625rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU93ANT2tupfw03TgEnTH79QNAJw66NP { width:18.125rem;height:4.21875rem;top:88.1875rem;left:1.875rem;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.9375rem;height:0.9375rem;top:88.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1IyULlVsaUc3eshAsJp3UmTBBr75ghS { width:18.125rem;height:5.625rem;top:95.375rem;left:1.875rem;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.9375rem;height:0.9375rem;top:95.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuLAMRiUr11yihuMPkWWbAoDWa3tHTXA { width:18.125rem;height:1.125rem;top:101.375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVkxx0Ap3JPUSzn8TL5TE1LmJ4NUuZqP { width:18.125rem;height:2.8125rem;top:104.125rem;left:1.875rem;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.9375rem;height:0.9375rem;top:104.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQiML8BPw5tGz8bdlRRu3FUiKbRH2GiV { display:none; }#cQiML8BPw5tGz8bdlRRu3FUiKbRH2GiV > .row .container { width:20rem;height:144.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ezcX4X2o4E71R36U8bT81NNDuTphM4bg { width:0.9375rem;height:0.9375rem;top:35.480209350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5wNbVr2XKD1RbVEotvQsDcZni8c3mnz { width:17.5rem;height:4.21875rem;top:35.230209350586rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fpEkGefw4NW1G52X6TbB8CQkF0TMdELc { width:17.5rem;height:4.21875rem;top:10.576042175293rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9UfwrI8SZCtMyrph4cG1TXkGxy0wXH { width:0.9375rem;height:0.9375rem;top:10.888542175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f616BTeCXNEm8opn7gW9nIISXTTISP1n { width:0.9375rem;height:0.9375rem;top:19.164588928222rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhEKXdqZl66Fp0x7LC2F9mgZrdQDuw4 { width:17.9375rem;height:2.8125rem;top:19.039588928222rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UGSFOuInZ4maEyF64REP6rDN9Q1TLT6F { width:18.0625rem;height:7.03125rem;top:42.553115844726rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eOa228CcP8idOG3ahNzl1XoWIbKeoXSM { width:0.9375rem;height:0.9375rem;top:42.865615844726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbMFMm4ZELqSU5LbukeLWAC1WbgUblMq { width:0.9375rem;height:0.9375rem;top:31.124992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLMcLfKJwnlPSAkhMHy7bfxvICJ1xdAq { width:17.875rem;height:2.8125rem;top:30.687492370606rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nZuxzWqfhVGuz8VoIeykbO6X7v8b29pC { width:17.5rem;height:1.125rem;top:39.740623474121rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKZAOR5pBQGCZC24vT1Q7rLWZmnGkPdE { width:17.5rem;height:2.25rem;top:15.146873474121rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ATXpfuK6TgPwicwvh4WC2dVK8qRCxQ { width:17.5rem;height:2.25rem;top:49.959365844726rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkJBiU1bVJTCsdTSoFTmSvCRWTF0vD5 { width:17.5rem;height:1.59375rem;top:0rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AlxATUJKV4QBcqQCBcPmIxcRKWC8aJq0 { width:0.9375rem;height:0.9375rem;top:0.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsZ8CruvpymhD7KfDwfCriW6xF08tupd { width:17.5rem;height:7.03125rem;top:54.209365844726rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OUAce3R9Voyaz64sEIiAr40BzqBUL6Po { width:18.0625rem;height:1.125rem;top:61.521865844726rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDMC4QTmAERpQ60Ostoxvr4KaW4bKSdA { width:0.9375rem;height:0.9375rem;top:54.396865844726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy5eNQswhdHXnCQ4uLSIwITixqzQXCPK { width:7rem;height:2.1125rem;top:140.75rem;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) { #Z4QBhqyCrNu03RJJxsVAm16gE7ASLPkW { display:flex;width:1.5625rem;height:1.5625rem;top:140.9375rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #tlg7AgrFWgKSqvqwETkPdDK7AUzwF79w { width:8.8125rem;height:2.5rem;top:140.5rem;left:11.125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #Md4E3uboFhzOXTDHMTRsBiPF9cJUp2De { display:block; }
 }@media only screen and (max-width: 763px) { #q6EwieymRsRKT7a457VNJ5yPSaunhZah { width:6.875rem;height:2.1125rem;top:140.75rem;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) { #crZp8bhD57BmHJmrNF9vBBHnt3vMvTUV { display:flex;width:1.5625rem;height:1.5625rem;top:140.9375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #IB0gsxiXhXU0Gu2cU3mD5EQX9xA6hxTM { width:0.9375rem;height:0.9375rem;top:23.718742370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBZsXpIWC1S92BqVIK3lhLRJBLeRic5 { width:17.5rem;height:2.8125rem;top:23.531242370606rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qyDy00d4FUqr2BBAQ36DatTgBlq8BrtS { width:15.9375rem;height:2.25rem;top:26.718742370606rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZJkJ0UkmDXcuHn4WNkS9tPOwgrpJJ8 { width:18.125rem;height:1.125rem;top:71.8125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQAxulsP9wOr08tRD1MgS2ud0U3W2Xqn { width:18.125rem;height:7.03125rem;top:64.5rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #U7bPpQsIUQKQ7NprTpSzIxfb6EZUzsgJ { width:0.9375rem;height:0.9375rem;top:64.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CemzLi0ifRaacLQ1gA2NIQ7keAb7LQZT { width:18.125rem;height:1.125rem;top:84.84375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRtWOZQVeoKvsymNKrlGDtCQa0IwwbhS { width:18.125rem;height:9.84375rem;top:74.75rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IyK6ZxCMTi0G7NZMaNGtDyv6UwqLGaFK { width:0.9375rem;height:0.9375rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8ybpaumx8kKXotxccz391WDWeBfMhVa { width:18.125rem;height:2.8125rem;top:87.625rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XyLJK7FiRMAkuBr3oH3ie3bOf7eJiMh8 { width:0.9375rem;height:0.9375rem;top:87.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgtJnG4gwNGIc8p9SVMtJbx0kU2idqvF { width:18.125rem;height:1.125rem;top:99.4375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9trbZ7dMPFg2zJkpyTeGN98fuBkVJ3e { width:18.125rem;height:7.03125rem;top:92rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pQCh0arFHoyUizG2fZuJ35SeVOwVoQNJ { width:0.9375rem;height:0.9375rem;top:92.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmwu8HZM91uRRyun5iZuZq18ZxbVBtSO { width:0.9375rem;height:0.9375rem;top:3.7499923706055rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDpRfZpKWW8z3JSXUxUUu64B1qriEfT6 { width:18.125rem;height:5.625rem;top:3.3749923706055rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BpES3JufCMLqDaVWVuvBfS4pOWsRRROV { width:18.125rem;height:1.125rem;top:105.5625rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJbPoG1k4WR4a6uVWwkSki0ftCuV4u9U { width:18.125rem;height:2.8125rem;top:102.375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UyDAetzW6AmVgRizDigXcDmvd5GgGaHm { width:0.9375rem;height:0.9375rem;top:102.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFEdBTnFt4uP9LvJKx3LyrdXnyzkAvKy { width:18.125rem;height:1.125rem;top:117.1875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd5XnDGAye9dKcFTMNm8pygTv31TJT6x { width:18.125rem;height:8.4375rem;top:108.375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mVf99I63ehUtXr6MTMJPyvAVckg7vFrg { width:0.9375rem;height:0.9375rem;top:108.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVAKeplN8FWCAzz2qCTJmRZNMU4mq9Fk { width:18.125rem;height:1.125rem;top:124.53125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJcfJd53g6nOIv2cE1tSQGaJpKyrG3O4 { width:18.125rem;height:4.21875rem;top:120.0625rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E9VQO4lMfH6V2nTyL0Sq0nZED99Zr26a { width:0.9375rem;height:0.9375rem;top:120.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA86XTA48Ind6XTpvp18TyZT0lPgreo8 { width:18.125rem;height:5.625rem;top:127.25rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cSxBEXPf1S6Oz5S8ltBZJT1xFzcDcqoC { width:0.9375rem;height:0.9375rem;top:127.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAnRFobDNnhdtdZ1O1p7trTbX1II6VSt { width:18.125rem;height:1.125rem;top:133.25rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2f1PR9Fikfh72qKCLbJAHHhpFRVNsFk { width:18.125rem;height:2.8125rem;top:136rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vIgrgrBTy1FAS4KZODVWIgd5K3gHHb4c { width:0.9375rem;height:0.9375rem;top:136.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { display:block; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container { width:20rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOgvpDorFx4IoQ9QWApBrE9Az9KTwlrg { width:0.9375rem;height:0.9375rem;top:3.6052093505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCmxc4BQNunxxXJZMV2Tblov71tzbfrc { width:17.5rem;height:2.8125rem;top:3.3552093505859rem;left:1.875rem;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.9375rem;height:0.9375rem;top:11.004165649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JudOiEqe5ngAAavZeT2I3q2xWO6JNaZg { width:18.25rem;height:4.21875rem;top:10.629165649414rem;left:1.875rem;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:4.21875rem;top:17.888542175293rem;left:1.875rem;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.9375rem;height:0.9375rem;top:18.201042175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuWNObyS5EOXLtcZccZfeDSdqzixxEls { width:0.9375rem;height:0.9375rem;top:37.574996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWTc46qH0h3TTEX9bclLf7ZLQiU2AETW { width:18.0625rem;height:2.8125rem;top:37.199996948243rem;left:1.875rem;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.9375rem;height:0.9375rem;top:25.602081298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyDbu50ULgslUyqQQPfUgFpsqR4LPbv { width:17.1875rem;height:8.4375rem;top:25.414581298828rem;left:1.875rem;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.9375rem;height:0.9375rem;top:52.315628051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Ctef6a1M8l2NWTbl24mivuoRQH6Izs { width:17.5rem;height:4.21875rem;top:52.065628051757rem;left:1.875rem;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:59.490631103516rem;left:1.875rem;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.9375rem;height:0.9375rem;top:59.803131103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdWqzkelmnegLtBWRWT1h3eRB1y5qBhs { width:15rem;height:2.25rem;top:6.5rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ2roxmLD8o1MdicuE1HMnWc1aB6Bf8Z { width:17.5rem;height:1.125rem;top:22.521873474121rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE23yget1lZT4iCh5lTzwWN7PpHlp8P2 { width:17.5rem;height:1.125rem;top:56.646881103516rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPnSx8VkSfPtr5UzpNBWfaSQSzCJJBx7 { width:17.5rem;height:1.59375rem;top:0rem;left:1.875rem;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.9375rem;height:0.9375rem;top:0.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWaFMcBsvBFhHVNSWzqN8xZ4a5kDHqbg { width:0.9375rem;height:0.9375rem;top:64.459381103512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZifiOJGe6AyRcZuN0zLQErvP3kZCCOZ { width:17.5rem;height:2.8125rem;top:64.209381103512rem;left:1.875rem;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:111.3125rem;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:111.64895629882rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #us8AlpZemAOxOo2DPadXWOmwduSlafaB { width:9rem;height:2.5rem;top:111.1875rem;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:111.64895629882rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T8GALEFP6szdPsuJLlR355Myr5xIX20X { width:7.0625rem;height:2.1125rem;top:111.33645629882rem;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:15.125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKo8aBfTMu1TEBKTbxO0AS77JTyeZ7m6 { width:17.5rem;height:1.125rem;top:40.365623474121rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOISkLAIlvXRfKRnMdp7WqS1B0UW5eP { width:18.125rem;height:5.625rem;top:43.25rem;left:1.875rem;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.9375rem;height:0.9375rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH5z8u6im3kvwIyekRqpU5kpCeG8ouVH { width:18.125rem;height:1.125rem;top:34.25rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT5iISlPoJH6VzPfEhE642uLX0gC7Ofu { width:18.125rem;height:1.125rem;top:67.428131103512rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rco4L1F0GaiDHNC7NhsKSeIsTndpMUy0 { width:0.9375rem;height:0.9375rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOkc7r1XWVzA8yTIHszFTyVQEuXc7TV { width:18.125rem;height:9.84375rem;top:70.4375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UxSRp9eNUWCdnuMQp69EIM6WTrxfxMBz { width:18.125rem;height:1.125rem;top:80.6875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfvbCOW7DFnp89ygBHIkkeDONIfcecMS { width:18.125rem;height:1.125rem;top:89.75rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffpW7KAVsLCCU6I93WfyT8xwG4fdFZre { width:18.125rem;height:5.625rem;top:83.8125rem;left:1.875rem;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.9375rem;height:0.9375rem;top:84.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWR7FbMl1I4IazrgHTgAG3qiU1uk15lB { width:18.125rem;height:2.8125rem;top:101.8125rem;left:1.875rem;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.9375rem;height:0.9375rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQMWd0SPX0BfoQEDB7dHTT2oXOUq85yB { width:18.125rem;height:2.8125rem;top:106.5rem;left:1.875rem;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.9375rem;height:0.9375rem;top:106.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1KrbGooBHb8oMqlGpxmbfmuNZ9DUCm { width:18.125rem;height:1.125rem;top:49.237503051757rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrhIOBBhNVRaC28GGfVqV86wIXJVa97F { width:0.9375rem;height:0.9375rem;top:92.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buXtkkLHZ7JC84w0U43gJSdan89NrHKS { width:18.125rem;height:1.125rem;top:98.75rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEphOnFF3tLhxeyZmKZ0H86VR8aIy11S { width:18.125rem;height:5.625rem;top:92.6875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;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:16.875rem;height:2.1125rem;top:0rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { display:block; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMaivH66xF9sfb5mRe5OqurwnU0Ko999 { width:17.5rem;height:8.125rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAfm9H0QNBzupdyqESDaKc9948yDdom { width:17.5rem;height:8.1875rem;top:7.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@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.1375rem;top:0.175rem;left:0rem;font-size:0.875rem;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) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:20rem;height:5.85rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h { display:block; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPeD2rfknMS8ypJZBfNxQIuZRoqPASNf { width:17.5rem;height:3.9rem;top:1.875rem;left:1.25rem;font-size:1.5rem;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:block; }#dcI3yTcGwkNksGqXobbIVybUH0Cc6AOv > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@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) { #GH4ykFwtIRJ0TtpddW96Cpb3oBXKPW21 { width:20rem;height:17.5rem;top:19.375rem;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:#e1e1e1;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) { #RW3V0sAHNqsrs5DAdZHCBtHyZ3mGTzHG { width:16.25rem;height:3.75rem;top:31.596878051757rem;left:1.875rem;font-size:1.0625rem;background-color:#e1e1e1;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) { #JFT0tRrkdhVM0an0GkvPGJIokcd1wr27 { 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) { #z35bIfBBsAsdSzVT8D4w9MXmJT7qBwZD { width:20rem;height:4.0625rem;top:25.897918701172rem;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) { #ETvTmwyAvPiUTSTlToo857aGp9Hebo1V { width:20rem;height:1.4625rem;top:24.130210876465rem;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) { #HLPcvmVgNEExqFr27Zsm3kp9huWu3EOX { width:20rem;height:0.975rem;top:29.685417175293rem;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) { #TqZraq9UzCo1wvl0b0v9cFsPzVUOlwI1 { width:2.5rem;height:2.5rem;top:20.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg3E32OeGCiat3kpfuDRSGrFUlvkiGqO { width:6.25rem;height:6.25rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhARBhL3FVzelBheD9Rot2qn0PxEn0JA { width:6.25rem;height:6.25rem;top:19.375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO { display:block; }#Hcd1TJxTuWvdTCEKPI3ut1oLQAs4l5aO > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxTgo56Xb3xaFpppQZV6NFfuKbg7eleI { width:18.5rem;height:4.55rem;top:0.5625rem;left:0.6875rem;font-size:0.8125rem;line-height:1.4;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #kEBsTEnIr1cIyecmBungTX6JxPoaSQCw { width:5.3125rem;height:0.5rem;top:4.75rem;left:9.9645833969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI74D6Z9wfNVuBkbVxfI2JVQuJ6AaxtJ { display:flex;width:1.875rem;height:1.875rem;top:4rem;left:17.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xz6nhb801Ff76r4sl1AQtot9yt4LDGLq { width:20rem;height:5.625rem;top:0rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #JfNLCQH5k4aPRSrL14lQxeaW1Iwyr5rV { display:block; }
 }@media only screen and (max-width: 763px) { #in13UClFsdF1p5bErxRwidUXziarPMUa { width:19.875rem;height:5.625rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { display:block; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv5mr3D6PL3wfWDoUzuAtgoUI29eWMr5 { width:17.5rem;height:1.95rem;top:1.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;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:3.15rem;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:4.2rem;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) { #rbf6TvAdd6fOhwSfkclpAvDiuQkiuCp7 { width:9.375rem;height:2.1rem;top:53.875rem;left:10.375rem;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) { #KvXxQPzKHk9MA3cHmcrH1FF5XrDw62GM { width:5rem;height:5rem;top:48.25rem;left:12.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LnfAcbxa4Ax1DZC949cKtJaTggstOrtd { width:9.375rem;height:2.1rem;top:63.5625rem;left:0.25rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OFoTPuAf1c4vvw9CcQ08ObMpIDWJToQM { width:5rem;height:5rem;top:57.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro3b7qnlL8uQO0qFQcCsy9Mn57KkZFye { width:9.375rem;height:2.1rem;top:63.5625rem;left:10.375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IJEZwmMuZEgyq1eOw2tMQuBudd9ftneU { width:5rem;height:5rem;top:57.9375rem;left:12.5625rem;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) { #uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB { display:block; }#uvD2BLF4MnBhTusGXn6zIOfWWOOCCkMB > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9XqvmzSfKWs4gZGOddRuTr8fHKCDZ1G { width:20rem;height:1.05625rem;top:7.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3RnBl7EOaQTzlXBZqMBTXwPunyswtUx { width:11.6875rem;height:1.625rem;top:32.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVRwMC0t3nTemm3TMrPXO4G2x84GqGKP { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2X2XummNKagIDl61HkL5z215tbNZcF3 { width:9.6875rem;height:3.9rem;top:2rem;left:5.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #gTQ9dJGXA04gllZRh8UTVMxQpOwsCMEp { width:20rem;height:1.05625rem;top:37.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpmdIulsot3OTBiq8Ttfgce2Wekb2pAD { width:12.0625rem;height:2.5rem;top:39.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKBWgIwFLKL0tqnvqSMCkACCnllWhBzL { width:20rem;height:1.05625rem;top:30.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOe4sxicoipukgViAqOQBlTD1XrBTfDc { width:6.25rem;height:6.25rem;top:9.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0LkTq4W254IbSEzvB6zlWgMAZFaTTB { width:18.75rem;height:3.15rem;top:16.6875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #badaoR3KJzHhTLU1qynpA4FGcnqo5Ucp { width:19.875rem;height:4.375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN8IrbeW51Tap9zPcZpkaIJv9BKioOuC { width:7.5rem;height:1.8125rem;top:14.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzERPI4qdwcyugXXfMlhhz12xunsicRd { width:20rem;height:1.05625rem;top:22.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCsmWJXHqTE1ATn93ZNf1yK03m5fZTa7 { width:9.125rem;height:5rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPHpl6rcQHo5Q92ZCNfmnzhtELqBFdHC { width:8.25rem;height:4.0625rem;top:24.5rem;left:10.5rem;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:13.1875rem;height:1.95rem;top:2.0625rem;left:3.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;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:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { width:18.875rem;height:3.9rem;top:1.875rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;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.947914123535rem;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.947914123535rem;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.510414123535rem;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.072914123535rem;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.072914123535rem;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.697914123535rem;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:4.55rem;top:58.072906494141rem;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.135406494141rem;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:67.810406494137rem;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:64.372906494137rem;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) { #NWH7LCK76aVB5slrGgX22eVLQhy3sTFK { display:block; }#NWH7LCK76aVB5slrGgX22eVLQhy3sTFK > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Meu9Q6oxMNt88L2R4RkMRJA7yQOXovXC { width:14.875rem;height:4.5rem;top:7.3017578125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TO3r3UDu7C2x1gnAxxx8A9HM0suMdSTt { width:20rem;height:0.125rem;top:13.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g54H5x2qMDp2CPSR6xZgPgRhkER4yqnG { width:18.75rem;height:2.4375rem;top:20.427085876465rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukocf8p5gF2sVkbg3SyQ82NkXFpIH6Xw { width:13.875rem;height:3.9rem;top:1.875rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #S0cmb9e3RT6rIUWKJkb6TTb3T83TnXpZ { width:6.1875rem;height:1.75rem;top:17.177085876465rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzyP3Aplao7TAL8HPzEB6JBXhIb5NBaf { display:block; }
 }@media only screen and (max-width: 763px) { #hGdc97OoIahULIFeUZPzhN0u5qEzHZRp { width:10.5rem;height:1.75rem;top:14.802085876465rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEFHcyw8Qe6lynO3m9kkdlrnyzmT3NJ9 { display:block; }
 }